@charset "UTF-8";
/*
メディアクエリ
================================*/
/*
メディアクエリ
================================*/
/*! =================================================
※※※※※※※※※※※※※※※※※※※※※※※※※
このCSSファイルはSassから生成されていますので、
編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※
=================================================== */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h2,
h3,
h4,
p,
img,
ul,
ol,
dd,
dl,
dt {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

html, body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, a, p, span, em, small, strong, sub, sup, mark, del, ins, strike, abbr, dfn, blockquote, q, cite, code, pre, ol, ul, li, dl, dt, dd, div, section, article, main, aside, nav, header, hgroup, footer, img, figure, figcaption, address, time, audio, video, canvas, iframe, details, summary, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

a {
  color: inherit;
  display: inline-block;
  outline: none;
  text-decoration: none;
}

img {
  border: none;
  height: 100%;
  max-width: 100%;
  vertical-align: bottom;
  width: 100%;
}

video {
  height: auto;
  max-width: 100%;
  width: 100%;
}

article, aside, footer, header, nav, section, main {
  display: block;
}

ul, ol {
  list-style: none;
}

code, kbd, pre, samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

blockquote, q {
  quotes: none;
}

blockquote::after, blockquote::before, q::after, q::before {
  content: "";
  content: none;
}

address {
  font-style: normal;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #E5ECF5;
  color: #333;
  /* font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "MS 明朝", "MS Mincho", sans-serif; */
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  min-width: 1188px;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.7rem;
    min-width: initial;
  }
}

table {
  border: 1px solid inharit;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

th, td {
  border: 1px solid inharit;
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
}

.button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: .3s all;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  transition: .3s all;
}

.button:hover {
  opacity: 0.7;
}

.button span {
  color: #333;
  display: block;
  text-align: center;
}

.button span > span {
  display: inline;
}

.button-primary {
  font-family: "noto serif jp", sans-serif;
  background: #F4D74C;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15);
  /* color: #c82a2a; */
  color: #333;
  display: block;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
  position: relative;
  text-align: center;
}

.button-secondary {
  font-family: "noto serif jp", sans-serif;
  background: #66D8B9;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15);
  color: #333;
  display: block;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.3;
  position: relative;
  text-align: center;
}

.button-black {
  font-family: "noto serif jp", sans-serif;
  background: #333;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15);
  /* color: #c82a2a; */
  color: #333;
  display: block;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.3;
  position: relative;
  text-align: center;
}

.button-large {
  font-size: 3.6rem;
  padding: 40px 0;
  position: relative;
  width: 680px;
  color: #c82a2a;
}

.button-priority {
  font-size: 1.6rem!important; 
  /* border-radius: 50px; */
  font-size: 2rem;
  padding: 20px 0;
  position: relative;
  width: 300px;
  background-color: #D86666;
  color: #fff!important;
}

@media screen and (max-width: 767px) {
  .button-priority {
    font-size: 1.8rem!important;
    font-size: 2rem;
    padding: 20px 0;
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .button-large {
    font-size: 2rem;
    max-width: 360px;
    padding: 20px 0;
    width: 90%;
  }
}

/* .button-large::before {
  -webkit-transform: translateY(-50%);
  background-image: url(../img/button_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 36px;
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
} */

@media screen and (max-width: 767px) {
  .button-large::before {
    height: 18px;
    right: 20px;
    width: 18px;
  }
}

.button-large span {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .button-large span {
    font-size: 1.4rem;
  }
}

.button-large span > span {
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .button-large span > span {
    font-size: 1.8rem;
  }
}

.button-small {
  /* border-radius: 50px; */
  font-size: 2rem;
  padding: 20px 0;
  position: relative;
  width: 300px;
}

@media screen and (max-width: 767px) {
  .button-small {
    font-size: 2rem;
    padding: 16px 0;
    width: 95%;
  }
}

/* .button-small::before {
  -webkit-transform: translateY(-50%);
  background-image: url(../img/button_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 20px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
} */

.button-small span {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .button-small span {
    font-size: 1.4rem;
  }
}

.button-small span > span {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .button-small span > span {
    font-size: 2rem;
  }
}

.section-heading {
  color: #333;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section-heading {
    font-size: 2.6rem;
    letter-spacing: 1.68px;
    line-height: 1.6;
  }
}

.section-heading::after {
  -webkit-transform: translateX(-50%);
  /* background-image: url(../img/section_heading_decoration.svg); */
  background-color: #0A4A86;
  background-repeat: no-repeat;
  background-size: contain;
  top: -30px;
  content: "";
  display: inline-block;
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}

@media screen and (max-width: 767px) {
  .section-heading::after {
    top: -60px;
    height: 4px;
    width: 80px;
  }
}

.section-heading.color-white {
  color: #fff;
}

.section-heading.color-white::after {
  background-image: url(../img/section_heading_decoration_white.svg);
}

.common-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1140px;
  padding: 0;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .common-inner {
    padding: 0 24px;
  }
}

.common-inner.-narrow {
  max-width: 800px;
}

.common-inner.-right {
  display: block;
  margin-right: auto;
  max-width: 1100px;
}

.common-inner.-left {
  display: block;
  margin-left: auto;
  max-width: 1100px;
}

.section {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .section {
    padding: 60px 0;
  }
}

.footer {
  background-color: #333;
  padding: 14px 0;
}

.footer-text {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

.header {
  height: 180px;
  position: fixed;
  width: 100%;
  z-index: 900;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
}

@media screen and (max-width: 767px) {
  .header__inner {
    padding: 10px 16px;
  }
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__logo {
  height: 121px;
}

.header__button {
  position: fixed;
  right: 0;
  top: 90px;
}

.header__link {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 40px 18px;
  writing-mode: vertical-rl;
}

.header__link.-log {
  background-color: #fff;
  border-radius: 0 26px;
  color: #46c5e8;
}

.header__link.-adm {
  background-color: #46c5e8;
  border-radius: 26px 0;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #js-header.is-header-fixed {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
    -webkit-transition: .3s all;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
    transition: .3s all;
  }
}

.agreement {
  /* background: rgba(195, 234, 242, 0.15); */
  background-color: #fff;
  margin-top: 80px;
}

.agreement-outer {
  max-width: 800px;
  margin: auto;
}

.agreement-promise,
.agreement-privacy {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .agreement-promise,
  .agreement-privacy {
    padding-top: 40px;
  }
}

.agreement-text {
  margin: 62px auto 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .agreement-text {
    font-size: 1.5rem;
    margin: 40px auto 0 auto;
  }
}

.agreement-box {
  background-color: #fff;
  height: 350px;
  letter-spacing: 0;
  margin: 12px auto 0 auto;
  overflow: scroll;
  padding: 40px 32px;
  border: 4px solid #f5f5f5;
}

@media screen and (max-width: 767px) {
  .agreement-box {
    font-size: 1.6rem;
    height: 260px;
    margin: 6px auto 0 auto;
    padding: 24px;
  }
}

.agreement-box p:not(:first-child) {
  margin-top: 1em;
}

.agreement-box dt {
  font-weight: 700;
  margin-bottom: 14px;
}

.agreement-box dd {
  margin-bottom: 20px;
}

.course {
  background-color: #fff;
  margin-top: 80px;
}

.course-box {
  margin: 100px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .course-box {
    margin: 50px auto 0 auto;
  }
}

.course-text {
  text-align: center;
  font-size: 1.8rem;
}

.course-list {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 32px auto 0 auto;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .course-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto 0 auto;
  }
}

.course-item {
  width: calc(50% - 45px / 2);
}

@media screen and (max-width: 767px) {
  .course-item {
    width: 100%;
    margin-top: 60px;
  }
}

.course-item:nth-child(2n) {
  margin-left: 45px;
}

.course-item:nth-child(n + 3) {
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .course-item:not(:first-child) {
    margin-left: 0;
    margin-top: 60px;
  }
}

.unlimited-privilege {
  border: 4px solid #f5f5f5;
  padding: 24px;
  margin: 30px auto 0 auto;
}

.unlimited-privilege-list li {
  margin-top: 16px;
}

.unlimited-privilege-list li .supplement {
  display: block;
  font-size: 1.4rem;
  padding: 5px 0 0 1em;
}

.course-subtitle {
  display: inline-block;
  color: #333;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 10px 0 10px;
  /* padding: 0 8px; */
  /* background-color: #EAC500; */
}

@media screen and (max-width: 767px) {
  .course-subtitle {
    font-size: 2rem;
  }
}

.padding-none {
  padding: 0!important;
}

.course-item p {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .course-item p {
    padding-top: 32px;
  }
}

.course-item p a {
  display: inline;
  text-decoration: underline;
  color: #1111cc;
}

.cta {
  background: transparent url(../img/cta_bg.png) no-repeat 50% 50%/cover;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .cta {
    padding: 60px 0;
  }
}

.cta-message {
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.cta-message span {
  display: block;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .cta-message span {
    font-size: 2.2rem;
  }
}

.cta-message span + span {
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .cta-message span + span {
    font-size: 2.4rem;
  }
}

.cta-button {
  margin: 32px auto 0;
}

.flow {
  /* background: transparent url(../img/flow_bg.jpg) no-repeat 50% 50%/cover; */
  position: relative;
  background-color: #fff;
  margin-top: 80px;
}

.flow-box {
  background: rgba(255, 255, 255, 0.8);
  border: 4px solid  #f5f5f5;
  margin: 100px auto 0 auto;
  max-width: 800px;
  padding: 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .flow-box {
    margin: 60px auto 0 auto;
    padding: 36px 20px;
    width: 100%;
  }
}

.flow-box::after {
  background-color: transparent;
  border: 1px solid #f5f5f5;
  bottom: 5px;
  content: "";
  display: inline-block;
  left: 5px;
  pointer-events: none;
  position: absolute;
  right: 5px;
  top: 5px;
}

.flow-message {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .flow-message {
    font-size: 1.7rem;
    margin: 0 auto;
    max-width: 400px;
    text-align: left;
  }
}

.flow-message a {
  display: inline;
  text-decoration: underline;
  color: #1111cc;
}

.flow-list {
  margin: 50px auto 0;
  max-width: 400px;
}

.flow-item {
  font-size: 2.4rem;
  padding-left: 70px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .flow-item {
    font-size: 1.7rem;
    padding-left: 44px;
  }
}

.flow-item:not(:first-child) {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .flow-item:not(:first-child) {
    margin-top: 18px;
  }
}

.flow-item::before {
  -webkit-transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 65px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 62px;
}

@media screen and (max-width: 767px) {
  .flow-item::before {
    height: 42px;
    width: 40px;
  }
}

.flow-item.num01::before {
  background-image: url(../img/flow_num01.svg);
  top: 38%;
}

.flow-item.num02::before {
  background-image: url(../img/flow_num02.svg);
}

.flow-item.num03::before {
  background-image: url(../img/flow_num03.svg);
}

.flow-item.num04::before {
  background-image: url(../img/flow_num04.svg);
}

.flow-item a {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  text-decoration: underline;
  color: #1111cc;
}

@media screen and (max-width: 767px) {
  .flow-item a {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}


.sales-text span {
  display: inline-block;
  padding: 5px 20px;
  margin-top: 10px;
  background-color: #C10607;
}

.sales-text {
  font-size: 2rem;
  font-weight: 900;
  color: #FDC475;
}

.form {
  /* background: transparent url(../img/flow_bg.jpg) no-repeat 50% 50%/cover; */
  background-color: #fff;
  margin-top: 80px;
}

.form-text {
  margin: 100px auto 0 auto;
  max-width: 800px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .form-text {
    margin: 50px auto 0 auto;
    text-align: center;
  }
}

.form-list {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 100px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .form-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 60px auto 0 auto;
  }
}

.form-item {
  /* -webkit-box-shadow: 0px 0px 8px rgba(99, 91, 47, 0.5);
  background: #f8f7ef;
  box-shadow: 0px 0px 8px rgba(99, 91, 47, 0.5); */
  width: calc(50% - 45px / 2);
  border: 4px solid #f5f5f5;
}

@media screen and (max-width: 767px) {
  .form-item {
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
  }
}

.form-item:nth-child(2n) {
  margin-left: 45px;
}

.form-item:nth-child(n + 3) {
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .form-item:not(:first-child) {
    margin: 50px auto 0 auto;
  }
}

.form-body {
  background-color: #fff;
  padding: 24px 25px 32px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .form-body {
    padding: 32px 16px 40px;
  }
}

.form-regularPrice {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .form-regularPrice {
    font-size: 1.6rem;
  }
}

.form-regularPrice span {
  display: inline-block;
  font-weight: bold;
  font-size: 2.6rem;
  padding: 0 5px;
}

@media screen and (max-width: 767px) {
  .form-regularPrice span {
    font-size: 2.2rem;
  }
}

.form-fullHouse {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 20px auto 25px auto;
}

@media screen and (max-width: 767px) {
  .form-fullHouse {
    font-size: 2rem;
  }
}

.form-reRecruitment {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #E8380D;
}

@media screen and (max-width: 767px) {
  .form-reRecruitment {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .form-item-30min-price {
    margin: 20px 0 30px 0;
  }
}

.form-limitedTime {
  display: inline-block;
  font-weight: bold;
  font-size: 2.6rem;
  padding: 0 5px;
  color: #E8380D;
}

@media screen and (max-width: 767px) {
  .form-limitedTime {
    font-size: 1.6rem;
  }
}

.form-price {
  font-size: 4rem;
  font-weight: 900;
  color: #E8380D;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 767px) {
  .form-price {
    font-size: 3.2rem;
  }
}

.form-price span {
  display: inline-block;
  font-size: 2rem;
  margin-left: 2px;
  color: #333;
}

@media screen and (max-width: 767px) {
  .form-price span {
    font-size: 1.6rem;
  }
}

.form-price span + span {
  display: inline-block;
  font-size: 1.5rem;
  padding-left: 2px;
  color: #333;
}

.form-price span + span + span {
  font-size: 2rem;
  color: #333;
}

@media screen and (max-width: 767px) {
  .form-price span + span + span {
    font-size: 1.6rem;
  }
}

.form-button {
  font-weight: bold;
  margin: 25px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .form-button {
    margin: 20px auto 0 auto;
  }
}

.form-button:nth-of-type(3) {
  margin-top: 32px;
}

/* .form-label {
  position: relative;
}

.form-label::before {
  -webkit-transform: translateX(-50%);
  background-image: url(../img/form_label.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 38px;
  left: 50%;
  position: absolute;
  top: -24px;
  transform: translateX(-50%);
  width: 208px;
} */

.greeting {
  background: transparent url(../img/greeting_bg.png) no-repeat 50% 50%/cover;
  background-color: #fff;
  margin-top: 80px;
}

.greeting-contents {
  margin: 100px auto 0 auto;
  max-width: 800px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .greeting-contents {
    margin: 50px auto 0 auto;
  }
}

.greeting-contents p {
  font-size: 2rem;
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .greeting-contents p {
    font-size: 1.8rem;
  }
}

.main-visual {
  /* background: transparent url(../img/main-visual_bg.png) no-repeat 50% 50%/cover; */
  padding: 165px 0 140px;
  width: 100%;
}

.main-visual-heading {
  height: auto;
  margin: 0 auto;
  position: relative;
  width: 740px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .main-visual-heading {
    width: 90%;
  }
}

.main-visual-heading::after {
  -webkit-transform: translateX(-50%);
  background-image: url(../img/main-visual_heading_line.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -4px;
  content: "";
  display: inline-block;
  height: 36px;
  left: 54%;
  position: absolute;
  transform: translateX(-50%);
  width: 711px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .main-visual-heading::after {
    bottom: -31px;
    width: 100%;
  }
}

.main-visual-text {
  display: block;
}

@media screen and (max-width: 767px) {
  .main-visual-text {
    margin: 32px auto 0 auto;
    width: 85%;
  }
}

.main-visual-button {
  margin: 80px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .main-visual-button {
    margin: 40px auto 0 auto;
  }
}

.js-fadein {
  -webkit-transition: 1s;
  opacity: 0;
  transition: 1s;
  visibility: hidden;
}

.is-fadein-active {
  opacity: 1;
  visibility: visible;
}

.js-fadein.-bottom {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.is-fadein-active.-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}

@media screen and (max-width: 1139px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(90%, #fff100));
  background: -webkit-linear-gradient(transparent 90%, #fff100 90%);
  background: linear-gradient(transparent 90%, #fff100 90%);
  display: inline;
  padding: 75px 0 0px;
}

.text-center {
  text-align: center;
  font-size: 2rem;
}

.mt3000 {
  margin: 10px 0;
}

.fnav {
  padding: 30px 0;
}

.fnav .fnav-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fnav .fnav-item:not(:first-child) {
  padding-left: 40px;
}

.fnav .fnav-item a {
  transition: .3s all;
}

.fnav .fnav-item a:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .fnav {
    padding: 30px 14px;
  }

  .fnav .fnav-item:not(:first-child) {
    padding-left: 0px;
  } 

  .fnav .fnav-item:nth-child(n + 3) {
    padding-top: 10px;
  }

  .fnav-list {
    flex-wrap: wrap;
  }

  .fnav .fnav-item {
    font-size: 1.4rem;
    width: 50%;
  }
}

.eyecatch {
  position: relative;
  background: center / cover no-repeat url(../img/eyecatch_bg.jpg);
  padding: 150px 0;
}

.eyecatch::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, .6);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.eyecatch-heading {
  position: relative;
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  z-index: 10;
}

.special {
  background-color: #fff;
  margin-top: 80px;
}

.special .special-heading {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

.special .special-list {
  max-width: 800px;
  margin: 40px auto 0 auto;
}

.special .special-item {
  border-bottom: 1px solid #ccc;
  padding: 24px 0;
  font-size: 1.6rem;
  font-weight: 500;
}

.special dl {
  display: flex;
  text-align: left;
}

.special dt {
  max-width: 35%;
  width: 100%;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .eyecatch {
    padding: 80px 0;
  }

  .eyecatch-heading {
    font-size: 2.4rem;
  }

  .special .special-list {
    margin: 40px auto 0 auto;
  }

  .special .special-heading {
    font-size: 2.4rem;
    text-align: center;
  }

  .special dl {
    flex-direction: column;
  }

  .special dt {
    max-width: 100%;
    font-size: 1.8rem;
  }

  .special dd {
    padding-top: 8px;
    font-weight: 500;
  } 
}

.back {
  text-align: center;
  margin: 40px 0;
}