@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
@-webkit-keyframes bar-animation {
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(500%);
            transform: translateY(500%);
  }
}
@keyframes bar-animation {
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(500%);
            transform: translateY(500%);
  }
}
#pageTop {
  background-color: #fffef5;
}

.sectionFirstview {
  background-image: url(../../images/top/mv.png);
  width: 100%;
  height: 733px;
}
@media screen and (max-width: 768px) {
  .sectionFirstview {
    height: 500px;
  }
}
@media screen and (max-width: 480px) {
  .sectionFirstview {
    height: 360px;
  }
}
.sectionFirstview > .container {
  position: relative;
  height: inherit;
}
.sectionFirstview > .container > .boxCopy {
  position: absolute;
  left: 93px;
  bottom: 145px;
  color: #fffef5;
}
@media screen and (max-width: 980px) {
  .sectionFirstview > .container > .boxCopy {
    left: 24px;
  }
}
@media screen and (max-width: 768px) {
  .sectionFirstview > .container > .boxCopy {
    bottom: 75px;
  }
}
.sectionFirstview > .container > .boxCopy > .brandName {
  font-size: 1.25rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .sectionFirstview > .container > .boxCopy > .brandName {
    font-size: 1rem;
  }
}
.sectionFirstview > .container > .boxCopy > .copy {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sectionFirstview > .container > .boxCopy > .copy {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .sectionFirstview > .container > .boxCopy > .copy {
    font-size: 1.75rem;
  }
}
.sectionFirstview > .container > .boxCopy > .copy > .textSub {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sectionFirstview > .container > .boxCopy > .copy > .textSub {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .sectionFirstview > .container > .boxCopy > .copy > .textSub {
    font-size: 1.25rem;
  }
}
.sectionFirstview > .container > .boxCopy > .copy > .emphasize {
  position: relative;
}
.sectionFirstview > .container > .boxCopy > .copy > .emphasize:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fac000;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .sectionFirstview > .container > .boxCopy > .copy > .emphasize:before {
    width: 8px;
    height: 8px;
  }
}
.sectionFirstview > .container > .textDecoration {
  position: absolute;
  top: 50%;
  right: -60px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  color: #fffef5;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .sectionFirstview > .container > .textDecoration {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 480px) {
  .sectionFirstview > .container > .textDecoration {
    display: none;
  }
}
.sectionFirstview > .container > .boxScroll {
  position: absolute;
  bottom: -70px;
  left: 32px;
}
@media screen and (max-width: 768px) {
  .sectionFirstview > .container > .boxScroll {
    bottom: -130px;
  }
}
.sectionFirstview > .container > .boxScroll > .text {
  color: #fac000;
  font-size: 0.875rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sectionFirstview > .container > .boxScroll > .bar {
  display: inline-block;
  position: relative;
  background-color: #fac000;
  width: 2px;
  height: 93px;
  -webkit-transform: translateY(-57px);
          transform: translateY(-57px);
}
.sectionFirstview > .container > .boxScroll > .bar:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -3px;
  background-color: #fac000;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-animation: bar-animation 2s linear infinite;
          animation: bar-animation 2s linear infinite;
}

.sectionOverview {
  position: relative;
  background-image: url(../../images/common/overview_background.png);
  background-size: 1011px;
  background-position-x: left;
  background-position-y: top;
  padding: 110px 0 116px;
}
@media screen and (max-width: 768px) {
  .sectionOverview {
    background-size: 480px;
    background-position-y: 60px;
  }
}
@media screen and (max-width: 480px) {
  .sectionOverview {
    background-size: 375px;
    padding: 140px 0 80px;
  }
}
.sectionOverview > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1180px;
}
@media screen and (max-width: 1030px) {
  .sectionOverview > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sectionOverview > .container > .boxText {
  max-width: 612px;
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .sectionOverview > .container > .boxText {
    margin-bottom: 32px;
  }
}
.sectionOverview > .container > .boxText > .overview {
  color: #3e3a39;
  font-size: 1.75rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 1030px) {
  .sectionOverview > .container > .boxText > .overview {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .sectionOverview > .container > .boxText > .overview {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .sectionOverview > .container > .boxText > .overview {
    font-size: 1.25rem;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .sectionOverview > .container > .boxText > .overview > br {
    display: none;
  }
}
.sectionOverview > .container > .boxText > .overview > .emphasize {
  display: inline-block;
  padding: 12px 8px 20px 0;
  color: #fac000;
  background-image: radial-gradient(#fac000 17%, transparent 30%);
  background-size: 20px 20px;
  background-position: bottom;
  background-repeat: repeat-x;
}
@media screen and (max-width: 480px) {
  .sectionOverview > .container > .boxText > .overview > .emphasize {
    display: inline;
    background-image: none;
  }
}
.sectionOverview > .container > .boxText > .text {
  color: #3e3a39;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 1030px) {
  .sectionOverview > .container > .boxText > .text {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .sectionOverview > .container > .boxText > .text {
    font-size: 1rem;
    text-align: left;
  }
}
.sectionOverview > .container > .boxMovie {
  max-width: 480px;
}
.sectionOverview > .container > .boxMovie > .mainImage {
  cursor: pointer;
}
.sectionOverview > .container > .boxModal {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(62, 58, 57, 0.5);
  width: 100%;
  height: 100vh;
  padding: 0 20px;
  z-index: 3;
}
.sectionOverview > .container > .boxModal.active {
  display: block;
}
.sectionOverview > .container > .boxModal > .boxContents {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fffef5;
  border-radius: 40px;
  max-width: 980px;
  text-align: center;
  padding: 50px 20px;
}
.sectionOverview > .container > .boxModal > .boxContents > .buttonClose {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 32px;
  height: 32px;
  z-index: 3;
}
.sectionOverview > .container > .boxModal > .boxContents > .buttonClose > .line {
  position: absolute;
  background-color: #606468;
  width: 100%;
  height: 2px;
}
.sectionOverview > .container > .boxModal > .boxContents > .buttonClose > .line:first-of-type {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.sectionOverview > .container > .boxModal > .boxContents > .buttonClose > .line:last-of-type {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sectionOverview > .container > .boxModal > .boxContents > iframe {
  width: 80%;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .sectionOverview > .container > .boxModal > .boxContents > iframe {
    height: auto;
  }
}
.sectionOverview > .container > .boxModal > .boxContents > .buttonCloseText {
  color: #606468;
}

.sectionFeature > .container {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .sectionFeature > .container {
    padding: 0;
  }
}
.sectionFeature > .container > .sectionTitle {
  margin-bottom: 48px;
}
.sectionFeature > .container > .text {
  color: #3e3a39;
  font-size: 1.25rem;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .sectionFeature > .container > .text {
    font-size: 1rem;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .sectionFeature > .container > .text {
    padding: 0 20px;
  }
}
.sectionFeature > .container > .listTarget {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sectionFeature > .container > .listTarget {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sectionFeature > .container > .listTarget > .target {
  max-width: 295px;
  width: 100%;
  margin: 0 31px;
}
@media screen and (max-width: 768px) {
  .sectionFeature > .container > .listTarget > .target {
    margin: 0 auto 32px;
  }
}
.sectionFeature > .container > .listTarget > .target > .text {
  position: relative;
  display: inline-block;
  color: #606468;
  font-size: 0.875rem;
  text-align: left;
}
.sectionFeature > .container > .listTarget > .target > .text:before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: -25px;
  background-color: #ffffff;
  border-radius: 3px;
  width: 19px;
  height: 19px;
}
.sectionFeature > .container > .listTarget > .target > .text:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -21px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fac000;
  border-bottom: 2px solid #fac000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.sectionFeature > .container > .boxFeature {
  background-color: #f5f5f2;
  border-radius: 70px;
  max-width: 1182px;
  width: 100%;
  padding: 206px 64px 48px;
  margin: 0 auto;
  -webkit-transform: translateY(-160px);
          transform: translateY(-160px);
}
@media screen and (max-width: 980px) {
  .sectionFeature > .container > .boxFeature {
    padding: 206px 24px 48px;
  }
}
@media screen and (max-width: 768px) {
  .sectionFeature > .container > .boxFeature {
    border-radius: 40px;
    padding: 48px 24px 64px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sectionFeature > .container > .boxFeature > .text {
  color: #3e3a39;
  line-height: 1.8;
  margin-bottom: 48px;
}
@media screen and (max-width: 980px) {
  .sectionFeature > .container > .boxFeature > .text {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .sectionFeature > .container > .boxFeature > .text {
    margin-bottom: 32px;
  }
}
.sectionFeature > .container > .boxFeature > .table {
  background-color: #ffffff;
  border: 1px solid #f5f5f2;
  border-radius: 40px;
  max-width: 980px;
  width: 100%;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .sectionFeature > .container > .boxFeature > .table {
    border-radius: 20px;
  }
}
.sectionFeature > .container > .boxFeature > .table > tbody > .cell {
  border-bottom: 1px solid #f5f5f2;
}
.sectionFeature > .container > .boxFeature > .table > tbody > .cell > .label,
.sectionFeature > .container > .boxFeature > .table > tbody > .cell > .data {
  width: 30%;
  color: #606468;
  font-size: 0.875rem;
  padding: 18px 12px;
}
@media screen and (max-width: 768px) {
  .sectionFeature > .container > .boxFeature > .table > tbody > .cell > .label,
.sectionFeature > .container > .boxFeature > .table > tbody > .cell > .data {
    font-size: 0.875rem;
    vertical-align: middle;
  }
}
@media screen and (max-width: 480px) {
  .sectionFeature > .container > .boxFeature > .table > tbody > .cell > .label,
.sectionFeature > .container > .boxFeature > .table > tbody > .cell > .data {
    padding: 12px 4px;
  }
}
.sectionFeature > .container > .boxFeature > .table > tbody > .cell > .label.honkiEnglish,
.sectionFeature > .container > .boxFeature > .table > tbody > .cell > .data.honkiEnglish {
  background-color: #fac000;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .sectionFeature > .container > .boxFeature > .table > tbody > .cell > .label.honkiEnglish,
.sectionFeature > .container > .boxFeature > .table > tbody > .cell > .data.honkiEnglish {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .sectionFeature > .container > .boxFeature > .table > tbody > .cell > .label.honkiEnglish,
.sectionFeature > .container > .boxFeature > .table > tbody > .cell > .data.honkiEnglish {
    font-size: 0.875rem;
  }
}
.sectionFeature > .container > .boxFeature > .table > tbody > .cell > .label.honkiEnglish.top, .sectionFeature > .container > .boxFeature > .table > tbody > .cell > .label.honkiEnglish.bottom,
.sectionFeature > .container > .boxFeature > .table > tbody > .cell > .data.honkiEnglish.top,
.sectionFeature > .container > .boxFeature > .table > tbody > .cell > .data.honkiEnglish.bottom {
  position: relative;
}
.sectionFeature > .container > .boxFeature > .table > tbody > .cell > .label.honkiEnglish.top:before, .sectionFeature > .container > .boxFeature > .table > tbody > .cell > .label.honkiEnglish.bottom:before,
.sectionFeature > .container > .boxFeature > .table > tbody > .cell > .data.honkiEnglish.top:before,
.sectionFeature > .container > .boxFeature > .table > tbody > .cell > .data.honkiEnglish.bottom:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  background-color: #fac000;
  width: 100%;
  height: 15px;
}
.sectionFeature > .container > .boxFeature > .table > tbody > .cell > .label.honkiEnglish.top:before,
.sectionFeature > .container > .boxFeature > .table > tbody > .cell > .data.honkiEnglish.top:before {
  top: -15px;
  border-radius: 20px 20px 0 0;
  -webkit-box-shadow: 0 -7px 7px rgba(62, 58, 57, 0.05);
          box-shadow: 0 -7px 7px rgba(62, 58, 57, 0.05);
}
@media screen and (max-width: 980px) {
  .sectionFeature > .container > .boxFeature > .table > tbody > .cell > .label.honkiEnglish.top:before,
.sectionFeature > .container > .boxFeature > .table > tbody > .cell > .data.honkiEnglish.top:before {
    top: -14px;
  }
}
.sectionFeature > .container > .boxFeature > .table > tbody > .cell > .label.honkiEnglish.bottom:before,
.sectionFeature > .container > .boxFeature > .table > tbody > .cell > .data.honkiEnglish.bottom:before {
  bottom: -15px;
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: 0 7px 7px rgba(62, 58, 57, 0.05);
          box-shadow: 0 7px 7px rgba(62, 58, 57, 0.05);
}
@media screen and (max-width: 980px) {
  .sectionFeature > .container > .boxFeature > .table > tbody > .cell > .label.honkiEnglish.bottom:before,
.sectionFeature > .container > .boxFeature > .table > tbody > .cell > .data.honkiEnglish.bottom:before {
    bottom: -14px;
  }
}
.sectionFeature > .container > .boxFeature > .table > tbody > .cell > .data {
  font-weight: 500;
}
.sectionFeature > .container > .boxFeature > .annotation {
  color: #939597;
  font-size: 0.75rem;
  text-align: right;
}

.sectionReason {
  position: relative;
  background-color: #fff3ca;
}
@media screen and (max-width: 480px) {
  .sectionReason {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.sectionReason:before {
  content: "";
  position: absolute;
  top: -69px;
  left: 0;
  background-image: url(../../images/top/reason_background.png);
  background-size: cover;
  width: 100%;
  height: 70px;
}
.sectionReason > .container {
  text-align: center;
  padding: 73px 20px;
}
.sectionReason > .container > .sectionTitle {
  margin-bottom: 104px;
}
.sectionReason > .container > .listReason {
  max-width: 1175px;
  margin: 0 auto;
}
.sectionReason > .container > .listReason > .reason {
  position: relative;
  border: 8px solid #fac000;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  padding: 0 64px 38px;
  margin-bottom: 110px;
}
@media screen and (max-width: 980px) {
  .sectionReason > .container > .listReason > .reason {
    padding: 0 24px 38px;
  }
}
@media screen and (max-width: 480px) {
  .sectionReason > .container > .listReason > .reason {
    padding: 0 16px 38px;
  }
}
.sectionReason > .container > .listReason > .reason:before {
  content: "";
  position: absolute;
  bottom: -58px;
  left: 80%;
  margin-left: -15px;
  border: 32px solid transparent;
  border-top: 32px solid #fff3ca;
  z-index: 2;
}
.sectionReason > .container > .listReason > .reason:after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 80%;
  margin-left: -17px;
  border: 34px solid transparent;
  border-top: 34px solid #fac000;
  z-index: 1;
}
.sectionReason > .container > .listReason > .reason > .boxTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff3ca;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 36px;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
@media screen and (max-width: 768px) {
  .sectionReason > .container > .listReason > .reason > .boxTitle {
    padding: 0 16px;
    margin: 0 auto;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}
@media screen and (max-width: 480px) {
  .sectionReason > .container > .listReason > .reason > .boxTitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 8px;
  }
}
.sectionReason > .container > .listReason > .reason > .boxTitle > .number {
  color: #fac000;
  font-family: "Quicksand", sans-serif;
  font-size: 5.125rem;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  .sectionReason > .container > .listReason > .reason > .boxTitle > .number {
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .sectionReason > .container > .listReason > .reason > .boxTitle > .number {
    margin-bottom: 16px;
  }
}
.sectionReason > .container > .listReason > .reason > .boxTitle > .number > .label {
  display: block;
  font-size: 1.125rem;
}
@media screen and (max-width: 980px) {
  .sectionReason > .container > .listReason > .reason > .boxTitle > .number > .label {
    font-size: 1rem;
  }
}
.sectionReason > .container > .listReason > .reason > .boxTitle > .boxText {
  text-align: left;
  margin-left: 16px;
}
@media screen and (max-width: 480px) {
  .sectionReason > .container > .listReason > .reason > .boxTitle > .boxText {
    text-align: center;
  }
}
.sectionReason > .container > .listReason > .reason > .boxTitle > .boxText > .title {
  background-color: #ffffff;
  border-radius: 4px;
  color: #fac000;
  font-size: 1.625rem;
  padding: 2px 4px 3px;
  margin-bottom: 4px;
}
@media screen and (max-width: 980px) {
  .sectionReason > .container > .listReason > .reason > .boxTitle > .boxText > .title {
    font-size: 1.5rem;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 768px) {
  .sectionReason > .container > .listReason > .reason > .boxTitle > .boxText > .title {
    font-size: 1.25rem;
  }
}
.sectionReason > .container > .listReason > .reason > .boxTitle > .boxText > .english {
  color: #fac000;
  font-size: 0.8125rem;
}
.sectionReason > .container > .listReason > .reason > .boxContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .sectionReason > .container > .listReason > .reason > .boxContents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sectionReason > .container > .listReason > .reason > .boxContents > .image {
  max-width: 408px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .sectionReason > .container > .listReason > .reason > .boxContents > .image {
    margin-bottom: 32px;
  }
}
.sectionReason > .container > .listReason > .reason > .boxContents > .text {
  max-width: 578px;
  width: 100%;
  color: #606468;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 980px) {
  .sectionReason > .container > .listReason > .reason > .boxContents > .text {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sectionReason > .container > .listReason > .reason > .boxContents > .text {
    font-size: 0.875rem;
  }
}
.sectionReason > .container > .listReason > .reason:nth-child(2):before {
  left: 20%;
}
.sectionReason > .container > .listReason > .reason:nth-child(2):after {
  left: 20%;
}
.sectionReason > .container > .listReason > .reason:nth-child(2) > .boxTitle {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: auto;
}
@media screen and (max-width: 768px) {
  .sectionReason > .container > .listReason > .reason:nth-child(2) > .boxTitle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .sectionReason > .container > .listReason > .reason:nth-child(2) > .boxTitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 8px;
  }
}
.sectionReason > .container > .listReason > .reason:nth-child(2) > .boxTitle > .boxText {
  text-align: right;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .sectionReason > .container > .listReason > .reason:nth-child(2) > .boxTitle > .boxText {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .sectionReason > .container > .listReason > .reason:nth-child(2) > .boxTitle > .boxText {
    text-align: center;
  }
}
.sectionReason > .container > .listReason > .reason:nth-child(2) > .boxContents {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 980px) {
  .sectionReason > .container > .listReason > .reason:nth-child(2) > .boxContents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sectionReason > .container > .listReason > .reason:last-child > .boxContents > .listSupport {
  max-width: 564px;
  margin-left: 32px;
}
@media screen and (max-width: 980px) {
  .sectionReason > .container > .listReason > .reason:last-child > .boxContents > .listSupport {
    max-width: 100%;
  }
}
.sectionReason > .container > .listReason > .reason:last-child > .boxContents > .listSupport > .support {
  text-align: left;
  margin-bottom: 32px;
}
.sectionReason > .container > .listReason > .reason:last-child > .boxContents > .listSupport > .support > .title {
  position: relative;
  color: #3e3a39;
  margin-bottom: 12px;
}
.sectionReason > .container > .listReason > .reason:last-child > .boxContents > .listSupport > .support > .title:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: -25px;
  background-color: #939597;
  border-radius: 2px;
  width: 16px;
  height: 16px;
}
.sectionReason > .container > .listReason > .reason:last-child > .boxContents > .listSupport > .support > .text {
  color: #606468;
  line-height: 1.8;
}

.sectionPlan {
  position: relative;
  background-color: #ffe89b;
  padding: 104px 0;
  margin-bottom: 168px;
}
@media screen and (max-width: 980px) {
  .sectionPlan {
    padding: 48px 20px;
  }
}
@media screen and (max-width: 768px) {
  .sectionPlan {
    margin-bottom: 104px;
  }
}
.sectionPlan:before, .sectionPlan:after {
  content: "";
  position: absolute;
  left: 0;
  background-image: url(../../images/top/plan_background.png);
  background-size: cover;
  width: 100%;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .sectionPlan:before, .sectionPlan:after {
    height: 30px;
  }
}
.sectionPlan:before {
  top: -69px;
}
@media screen and (max-width: 768px) {
  .sectionPlan:before {
    top: -29px;
  }
}
.sectionPlan:after {
  bottom: -69px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media screen and (max-width: 768px) {
  .sectionPlan:after {
    bottom: -28px;
  }
}
.sectionPlan > .container {
  background-color: #ffffff;
  border-radius: 40px;
  max-width: 1180px;
  width: 100%;
  text-align: center;
  padding: 64px 0 104px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sectionPlan > .container {
    padding: 64px 0;
  }
}
.sectionPlan > .container > .sectionTitle {
  margin-bottom: 64px;
}
.sectionPlan > .container > .listButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .sectionPlan > .container > .listButton {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sectionPlan > .container > .listButton > .button {
  max-width: 275px;
  width: 100%;
  margin: 0 24px;
}
@media screen and (max-width: 768px) {
  .sectionPlan > .container > .listButton > .button {
    margin: 0 auto 24px;
  }
}
.sectionPlan > .container > .listButton > .button > .link {
  display: inline-block;
  background-color: #fac000;
  border-radius: 20px;
  padding: 16px 0 14px;
}
.sectionPlan > .container > .listButton > .button > .link:before {
  top: 35px;
  background-color: #e8b200;
}
.sectionPlan > .container > .listButton > .button > .link > .text {
  display: inline-block;
  color: #ffffff;
  margin-bottom: 12px;
}
.sectionPlan > .container > .listButton > .button > .link > .icon {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
}
.sectionPlan > .container > .plan > .boxTitle {
  position: relative;
  margin-bottom: 64px;
}
@media screen and (max-width: 980px) {
  .sectionPlan > .container > .plan > .boxTitle {
    max-width: 640px;
    margin: 0 auto 64px;
  }
}
@media screen and (max-width: 768px) {
  .sectionPlan > .container > .plan > .boxTitle {
    padding: 0 16px;
  }
}
.sectionPlan > .container > .plan > .boxTitle > .icon {
  max-width: 936px;
}
.sectionPlan > .container > .plan > .boxTitle > .title {
  color: #606468;
  font-size: 1.5rem;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .sectionPlan > .container > .plan > .boxTitle > .title {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
}
.sectionPlan > .container > .plan > .boxTitle > .line {
  max-width: 936px;
  width: 100%;
}
.sectionPlan > .container > .plan > .boxPlan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../../images/top/plan_planBackground.png);
  background-position-x: left;
  background-position-y: buttom;
  background-size: contain;
  padding-bottom: 32px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .sectionPlan > .container > .plan > .boxPlan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sectionPlan > .container > .plan > .boxPlan > .image {
  max-width: 385px;
  width: 100%;
  margin: 0 24px;
}
@media screen and (max-width: 980px) {
  .sectionPlan > .container > .plan > .boxPlan > .image {
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .sectionPlan > .container > .plan > .boxPlan > .image {
    margin: 0 auto 16px;
  }
}
.sectionPlan > .container > .plan > .boxPlan > .boxText {
  max-width: 536px;
  width: 100%;
  text-align: left;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .sectionPlan > .container > .plan > .boxPlan > .boxText {
    max-width: 100%;
  }
}
.sectionPlan > .container > .plan > .boxPlan > .boxText > .tag {
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  padding: 2px 6px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .sectionPlan > .container > .plan > .boxPlan > .boxText > .tag {
    margin: 0 auto 16px;
  }
}
.sectionPlan > .container > .plan > .boxPlan > .boxText > .tag.children {
  background-color: #e7958a;
}
.sectionPlan > .container > .plan > .boxPlan > .boxText > .tag.teacher {
  background-color: #aeabec;
}
.sectionPlan > .container > .plan > .boxPlan > .boxText > .tag.school {
  background-color: #92c3c3;
}
.sectionPlan > .container > .plan > .boxPlan > .boxText > .planName {
  color: #606468;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .sectionPlan > .container > .plan > .boxPlan > .boxText > .planName {
    font-size: 1.25rem;
    text-align: center;
  }
}
.sectionPlan > .container > .plan > .boxPlan > .boxText > .text {
  color: #606468;
  line-height: 1.8;
  margin-bottom: 24px;
}
.sectionPlan > .container > .plan > .boxPlan > .boxText > .button {
  max-width: 233px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sectionPlan > .container > .plan > .boxPlan > .boxText > .button {
    margin: 0 auto;
  }
}
.sectionPlan > .container > .plan > .boxPlan > .boxText > .button > .link {
  background-color: #fac000;
  border-radius: 50px;
  color: #ffffff;
  font-size: 1.25rem;
  padding: 12px 48px;
}
.sectionPlan > .container > .plan > .boxPlan > .boxText > .button > .link:before {
  background-color: #e8b200;
}
.sectionPlan > .container > .plan > .boxPlan > .boxText > .button > .link > .icon {
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-left: 8px;
}
.sectionPlan > .container > .plan > .boxPlan.teacher {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .sectionPlan > .container > .plan > .boxPlan.teacher {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sectionPlan > .container > .boxAboutExchange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .sectionPlan > .container > .boxAboutExchange {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.sectionPlan > .container > .boxAboutExchange > .boxText {
  background-color: #92c3c3;
  border-radius: 40px 0 0 40px;
  max-width: 667px;
  width: 100%;
  text-align: left;
  padding: 40px;
}
@media screen and (max-width: 980px) {
  .sectionPlan > .container > .boxAboutExchange > .boxText {
    border-radius: 40px 40px 0 0;
    max-width: 100%;
    padding: 32px;
  }
}
@media screen and (max-width: 768px) {
  .sectionPlan > .container > .boxAboutExchange > .boxText {
    padding: 32px 16px 24px;
  }
}
.sectionPlan > .container > .boxAboutExchange > .boxText > .title {
  color: #ffffff;
  font-size: 1.5rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 980px) {
  .sectionPlan > .container > .boxAboutExchange > .boxText > .title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .sectionPlan > .container > .boxAboutExchange > .boxText > .title {
    font-size: 1.25rem;
    text-align: center;
  }
}
.sectionPlan > .container > .boxAboutExchange > .boxText > .title > .icon {
  position: relative;
  color: #92c3c3;
  margin-right: 12px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sectionPlan > .container > .boxAboutExchange > .boxText > .title > .icon {
    display: block;
    margin-bottom: 12px;
  }
}
.sectionPlan > .container > .boxAboutExchange > .boxText > .title > .icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  z-index: -1;
}
.sectionPlan > .container > .boxAboutExchange > .boxText > .text {
  color: #ffffff;
  line-height: 1.8;
}
.sectionPlan > .container > .boxAboutExchange > .image {
  border-radius: 0 40px 40px 0;
  max-width: 314px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .sectionPlan > .container > .boxAboutExchange > .image {
    border-radius: 0 0 40px 40px;
    max-width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}