@charset "UTF-8";
/* ブレイクポイント */
.section-title01,
.section-title02 {
  color: #003E92;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .section-title01,
  .section-title02 {
    font-size: 4.2rem;
  }
}
@media (min-width: 1200px) {
  .section-title01,
  .section-title02 {
    font-size: 5rem;
  }
}
@media (min-width: 1400px) {
  .section-title01,
  .section-title02 {
    font-size: 5.6rem;
  }
}

.section-title01 span,
.section-title02 span {
  color: #777777;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 8px;
  display: block;
}
@media (min-width: 768px) {
  .section-title01 span,
  .section-title02 span {
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .section-title01 span,
  .section-title02 span {
    font-size: 1.8rem;
  }
}

.section-title01 {
  margin-bottom: 40px;
  line-height: 1.42;
}
@media (min-width: 768px) {
  .section-title01 {
    line-height: initial;
  }
}

.section-title02 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section-title02 {
    margin-bottom: 60px;
  }
}

/* cv */
.cv-inner {
  padding-right: 0 !important;
  padding-left: 0 !important;
  max-width: 1280px !important;
}
@media (min-width: 768px) {
  .cv-inner {
    padding-right: initial;
    padding-left: initial;
  }
}
@media (min-width: 1800px) {
  .cv-inner {
    max-width: 1400px !important;
  }
}

.cv {
  position: relative;
  background-color: #fff;
  border: 13px solid #13ACC4;
  z-index: 0;
}
@media (min-width: 768px) {
  .cv {
    background-color: #E4E5E6;
    padding: 56px 0 130px 70px;
  }
}
@media (min-width: 992px) {
  .cv {
    padding: 56px 0 40px 70px;
  }
}
@media (min-width: 1200px) {
  .cv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0 40px 70px;
  }
}
@media (min-width: 1400px) {
  .cv {
    padding: 56px 0 40px 70px;
  }
}

.cv__content {
  padding: 50px 24px 0;
}
@media (min-width: 768px) {
  .cv__content {
    padding: initial;
  }
}

.cv__lead {
  color: #13ACC4;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .cv__lead {
    text-align: initial;
  }
}
@media (min-width: 768px) {
  .cv__lead {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .cv__lead {
    font-size: 3rem;
    margin-bottom: 33px;
  }
}

.cv__lead span {
  font-size: 3.6rem;
  display: block;
  padding-top: 6px;
}
@media (min-width: 1200px) {
  .cv__lead span {
    font-size: 4.8rem;
    padding-top: 12px;
  }
}

.cv-row {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cv-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .cv-row {
    margin-bottom: 24px;
  }
}

.cv-link {
  margin: 0 auto;
  max-width: 272px;
  width: 100%;
}
@media (min-width: 768px) {
  .cv-link {
    margin: initial;
    max-width: 268px;
  }
}
.cv-link:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cv-link:not(:last-child) {
    margin-bottom: initial;
    margin-right: 40px;
  }
}

.main-visual__bottom .cv-link {
  margin: 0 auto;
  max-width: 272px;
  width: 100%;
}
@media (min-width: 768px) {
  .main-visual__bottom .cv-link {
    max-width: 268px;
  }
}
@media (min-width: 992px) {
  .main-visual__bottom .cv-link {
    margin: initial;
  }
}
.main-visual__bottom .cv-link:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .main-visual__bottom .cv-link:not(:last-child) {
    margin-bottom: initial;
    margin-right: 40px;
  }
}

.cv-button {
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  display: block;
  line-height: 1.2;
  padding: 26.5px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
@media (min-width: 768px) {
  .cv-button {
    padding: 24px 0;
  }
}
@media (min-width: 1200px) {
  .cv-button {
    font-size: 2rem;
  }
}
.cv-button:hover {
  opacity: 0.7;
}
.cv-button--web {
  background: -webkit-gradient(linear, left top, right top, from(#003E92), to(#0A597C));
  background: linear-gradient(to right, #003E92, #0A597C);
}
.cv-button--line {
  background: -webkit-gradient(linear, left top, right top, from(#00A760), to(#009881));
  background: linear-gradient(to right, #00A760, #009881);
}

.cv-bottom {
  margin: 0 auto;
  max-width: 272px;
  width: 100%;
}
@media (min-width: 768px) {
  .cv-bottom {
    margin: initial;
    max-width: initial;
    width: initial;
  }
}
@media (min-width: 992px) {
  .cv-bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cv-bottom__text {
  color: #13ACC4;
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cv-bottom__text {
    margin-right: 8px;
    margin-bottom: initial;
  }
}
@media (min-width: 1200px) {
  .cv-bottom__text {
    font-size: 2rem;
  }
}

.cv-bottom__tel {
  position: relative;
  color: #13ACC4;
  font-size: 3.2rem;
  font-weight: 500;
  padding-left: 40px;
}
@media (min-width: 768px) {
  .cv-bottom__tel {
    padding-left: 45px;
  }
}
@media (min-width: 1200px) {
  .cv-bottom__tel {
    font-size: 3.6rem;
    padding-left: 45px;
  }
}
.cv-bottom__tel::before {
  position: absolute;
  content: "";
  background: url(../img/tel.png) no-repeat center center/contain;
  width: 30px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (min-width: 768px) {
  .cv-bottom__tel::before {
    width: 33px;
    height: 33px;
  }
}

.cv__note {
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 auto;
  max-width: 272px;
  width: 100%;
}
@media (min-width: 768px) {
  .cv__note {
    margin: initial;
    max-width: initial;
    width: initial;
  }
}
.cv__note--01 {
  margin-bottom: 6px;
}
.cv__note--02 {
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .cv__note--02 {
    margin-bottom: initial;
  }
}

@media (min-width: 768px) {
  .cv__img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    max-width: 564px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cv__img {
    max-width: 635px;
    top: 0;
    bottom: initial;
  }
}
@media (min-width: 1200px) {
  .cv__img {
    max-width: 680px;
  }
}
@media (min-width: 1400px) {
  .cv__img {
    max-width: 707px;
  }
}

/* header */
.header {
  background-color: #fff;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  height: 60px;
  z-index: 20;
}
@media (min-width: 1200px) {
  .header {
    position: fixed;
    height: 100px;
  }
}

.header__inner {
  height: 60px;
  margin: auto;
  max-width: 1320px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .header__inner {
    height: 100px;
  }
}

.header__logo {
  max-width: 245px;
  width: 100%;
}
@media (min-width: 1200px) {
  .header__logo {
    max-width: 294px;
  }
}

.header-nav {
  display: none;
}
@media (min-width: 1200px) {
  .header-nav {
    display: block;
  }
}

.header-nav__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-nav__item:not(:last-child) {
  margin-right: 30px;
}

.header-nav__item a {
  color: #1A1311;
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  line-height: 1.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 0;
}
@media (min-width: 1200px) {
  .header-nav__item a {
    position: relative;
    font-size: 1.4rem;
    padding-top: 38px;
    padding-bottom: 38px;
    padding-right: 17px;
  }
}
@media (min-width: 1400px) {
  .header-nav__item a {
    font-size: 1.6rem;
  }
}
.header-nav__item a:hover {
  opacity: 0.7;
}
.header-nav__item a::after {
  position: absolute;
  content: "";
  background: url(../img/arrow-bottom.svg) no-repeat center center/contain;
  width: 10px;
  height: 7px;
  top: 54%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

/* ドロワーメニュー */
.drawer-icon {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  top: 16px;
  right: 20px;
  z-index: 300;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-active .drawer-icon__bars {
  top: 7px;
}
.drawer-icon.is-active .drawer-icon__bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  width: 28px;
}
.drawer-icon.is-active .drawer-icon__bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon__bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  width: 28px;
}

.drawer-icon__bars {
  width: 40px;
  height: 30px;
  top: 0;
  display: block;
  position: relative;
}
@media (min-width: 1400px) {
  .drawer-icon__bars {
    width: 0px;
  }
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  height: 2px;
  top: 0;
  right: 0;
  left: 6px;
}

.drawer-icon__bar1 {
  background: #13ACC4;
  top: 7px;
  width: 28px;
}

.drawer-icon__bar2 {
  background: #13ACC4;
  top: 14px;
  width: 28px;
}

.drawer-icon__bar3 {
  background: #13ACC4;
  top: 21px;
  width: 28px;
}

.drawer-menu {
  color: #777777;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 7px;
}

.drawer-content {
  background: rgba(255, 255, 255, 0.9);
  width: 95%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  padding: 38px 0 80px 40px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  z-index: 299;
}
.drawer-content.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content__items {
  position: relative;
}
@media (min-width: 1200px) {
  .drawer-content__items {
    margin-left: 32px;
  }
}

.drawer-content__item {
  position: relative;
  font-weight: 600;
}

.drawer-content__item a {
  position: relative;
  display: block;
  font-weight: 500;
  padding: 18px 16px 18px 22px;
}
.drawer-content__item a::after {
  position: absolute;
  content: "";
  background: url(../img/arrow-bottom.svg) no-repeat center center/contain;
  width: 15px;
  height: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.drawer-content__bottom {
  margin: 3.2rem 0 3.2rem 0;
}

.drawer-contact:not(:first-child) {
  margin-top: 20px;
}

.drawer-contact img {
  margin-right: 10px;
}

.drawer-accordion {
  position: absolute;
  background: #EFEFEF;
  border: 1px solid #707070;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  right: 24px;
  top: 20px;
}
.drawer-accordion.is-open .drawer-accordion-bar2 {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.drawer-accordion-bar1 {
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #707070;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.drawer-accordion-bar2 {
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #707070;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.drawer-nav {
  display: none;
  padding: 1rem 0;
}

.drawer-nav__link {
  position: relative;
  display: block;
  font-size: 1.4rem !important;
  font-weight: 600;
  padding: 1rem 0 1rem 3rem !important;
}
.drawer-nav__link::after {
  position: absolute;
  content: "";
  background: url(../img/common/arrow-drawer.svg) no-repeat center center/contain;
  width: 12px;
  height: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 27px;
}

.drawer-content__contact {
  margin-top: 34px;
}

.cv-drawer {
  position: initial;
  background-color: initial;
  border: none;
  z-index: initial;
  padding: 0;
}
.cv-drawer .cv__content {
  padding: initial;
}
.cv-drawer .cv-link {
  margin: initial;
}
.cv-drawer .cv-link:not(:last-child) {
  margin-bottom: 30px;
}
.cv-drawer .cv-bottom {
  margin: initial;
}
.cv-drawer .cv-bottom__text {
  margin-bottom: 0;
}
.cv-drawer .cv__note {
  margin-right: initial;
  margin-left: initial;
}
.cv-drawer .cv-row {
  display: block;
  margin-bottom: 30px;
}

/* footer */
.footer {
  padding: 20px 0;
}

.footer-copyright {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .footer-copyright {
    font-size: 1.2rem;
    padding-bottom: initial;
  }
}

.bottom-contact {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 30;
}
@media (min-width: 992px) {
  .bottom-contact {
    display: none;
  }
}

.tel,
.line,
.mail {
  width: 33.3%;
  height: 76px;
}

.bottom-contact__link {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.25;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  height: inherit;
  text-align: center;
}
.bottom-contact__link--tel {
  background-color: #13ACC4;
}
.bottom-contact__link--mail {
  background: #13ACC4;
}
.bottom-contact__link--line {
  background: #13ACC4;
}

.bottom-contact__link--tel, .bottom-contact__link--mail {
  border-right: 1px solid #fff;
}

html {
  font-size: 62.5%;
}

body {
  color: #1A1311;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
  background: #fff;
  overflow-x: hidden;
}

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

.inner01 {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 1800px) {
  .inner01 {
    max-width: 1440px;
  }
}

.inner02 {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 1800px) {
  .inner02 {
    max-width: 1400px;
  }
}

.only-pc {
  display: none;
}
@media (min-width: 768px) {
  .only-pc {
    display: block;
  }
}

@media (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

@media (min-width: 992px) {
  .only-sp-tab {
    display: none;
  }
}

/* main-visual */
.main-visual {
  position: relative;
  background: url(../img/mv_sp.webp) no-repeat center center/cover;
  padding-top: 184%;
}
@media (min-width: 768px) {
  .main-visual {
    background: url(../img/mv_pc.webp) no-repeat center center/cover;
    padding-top: 52.8%;
  }
}
@media (min-width: 992px) {
  .main-visual {
    padding-top: 52.8%;
  }
}
@media (min-width: 1200px) {
  .main-visual {
    margin-top: 100px;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 47.7%;
  }
}
@media (min-width: 1400px) {
  .main-visual {
    padding-top: 48%;
  }
}
@media (min-width: 1600px) {
  .main-visual {
    padding-top: 47.8%;
  }
}

.main-visual__content {
  position: absolute;
  font-family: "Noto Serif JP", serif;
  top: 28px;
  width: 90%;
}
@media (min-width: 768px) {
  .main-visual__content {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: initial;
  }
}
@media (min-width: 1200px) {
  .main-visual__content {
    top: 88px;
    -webkit-transform: initial;
            transform: initial;
  }
}
@media (min-width: 1600px) {
  .main-visual__content {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.main-visual__text-top {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .main-visual__text-top {
    margin-bottom: 28px;
  }
}
@media (min-width: 992px) {
  .main-visual__text-top {
    font-size: 2.6rem;
  }
}
@media (min-width: 1400px) {
  .main-visual__text-top {
    margin-bottom: 44px;
  }
}
@media (min-width: 1600px) {
  .main-visual__text-top {
    font-size: 3rem;
    margin-bottom: 48px;
  }
}

.main-visual__text-top .bg01,
.main-visual__text-top .bg02 {
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  margin-right: 8px;
}
.main-visual__text-top .bg01 {
  padding: 4.5px 14px 4.5px 5px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .main-visual__text-top .bg01 {
    padding: 8px 18px 8px 8px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1600px) {
  .main-visual__text-top .bg01 {
    margin-bottom: 18px;
  }
}
.main-visual__text-top .bg02 {
  padding: 4.5px 8px 4.5px 6px;
  margin-left: 8px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .main-visual__text-top .bg02 {
    padding: 8px 10px 8px;
    margin-bottom: initial;
  }
}
.main-visual__text-top .bg02.bg02-1 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .main-visual__text-top .bg02.bg02-1 {
    margin-left: 8px;
  }
}

.text01,
.text02 {
  color: #003E92;
  display: inline-block;
  font-size: 2.1rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .text01,
  .text02 {
    font-size: 3rem;
  }
}
@media (min-width: 1400px) {
  .text01,
  .text02 {
    font-size: 3.7rem;
  }
}
@media (min-width: 1600px) {
  .text01,
  .text02 {
    font-size: 4.6rem;
  }
}

.text01-1 {
  color: #003E92;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .text01-1 {
    font-size: 2.6rem;
  }
}

.text02 {
  position: relative;
  padding-left: 20px;
}
.text02::before {
  position: absolute;
  content: "";
  background: url(../img/mv-check.png) no-repeat center center/contain;
  width: 15px;
  height: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (min-width: 992px) {
  .text02::before {
    width: 26px;
    height: 26px;
  }
}
@media (min-width: 992px) {
  .text02 {
    padding-left: 34px;
  }
}

.text03 {
  font-size: 1.6rem;
}
@media (min-width: 1400px) {
  .text03 {
    font-size: 2rem;
  }
}
@media (min-width: 1600px) {
  .text03 {
    font-size: 2.6rem;
  }
}

.text04,
.text05,
.text06 {
  color: #003E92;
  font-size: 2.6rem;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .text04,
  .text05,
  .text06 {
    font-size: 3.4rem;
  }
}
@media (min-width: 1400px) {
  .text04,
  .text05,
  .text06 {
    font-size: 4.4rem;
  }
}
@media (min-width: 1600px) {
  .text04,
  .text05,
  .text06 {
    font-size: 5.4rem;
  }
}

.text04,
.text06 {
  position: relative;
  display: inline-block;
  margin-top: 4px;
}
@media (min-width: 768px) {
  .text04,
  .text06 {
    margin-top: 8px;
  }
}
@media (min-width: 1600px) {
  .text04,
  .text06 {
    margin-top: 18px;
  }
}
.text04::before,
.text06::before {
  position: absolute;
  content: "";
  bottom: -12px;
  left: -5px;
}
@media (min-width: 992px) {
  .text04::before,
  .text06::before {
    bottom: -10px;
  }
}

.text04::before {
  background: url(../img/mv-border01_sp.png) no-repeat center center/contain;
  width: 100%;
  height: 20px;
  left: 0;
}
@media (min-width: 992px) {
  .text04::before {
    background: url(../img/mv-border01_pc.png) no-repeat center center/contain;
    height: 30px;
    width: 103%;
    left: -5px;
  }
}

.text06::before {
  background: url(../img/mv-border02_sp.png) no-repeat center center/contain;
  width: 120%;
  height: 20px;
}
@media (min-width: 992px) {
  .text06::before {
    background: url(../img/mv-border02_pc.png) no-repeat center center/contain;
    height: 30px;
    width: 110%;
  }
}

.main-visual__text-bottom {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 22px;
}
@media (min-width: 768px) {
  .main-visual__text-bottom {
    font-size: 2rem;
    margin-top: initial;
    margin-bottom: 32px;
    line-height: 1.6;
  }
}
@media (min-width: 1400px) {
  .main-visual__text-bottom {
    font-size: 2.4rem;
    margin-bottom: 72px;
  }
}
@media (min-width: 1600px) {
  .main-visual__text-bottom {
    font-size: 3rem;
    margin-bottom: 78px;
  }
}

.text07 {
  color: #D52F00;
  font-size: 2.1rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .text07 {
    font-size: 2.8rem;
  }
}
@media (min-width: 1400px) {
  .text07 {
    font-size: 3.8rem;
  }
}
@media (min-width: 1600px) {
  .text07 {
    font-size: 4.3rem;
  }
}

.text08 {
  display: inline-block;
  position: relative;
  top: -2px;
}
@media (min-width: 992px) {
  .text08 {
    top: -5px;
  }
}

.main-visual__bottom {
  font-family: "Noto Sans JP", serif;
}
@media (min-width: 768px) {
  .main-visual__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.main-visual__bottom .cv-link {
  max-width: 220px;
  margin-left: 0;
}
@media (min-width: 992px) {
  .main-visual__bottom .cv-link {
    max-width: 300px;
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .main-visual__bottom .cv-link {
    max-width: 360px;
  }
}
.main-visual__bottom .cv-button {
  padding: 28px 0;
}
@media (min-width: 1600px) {
  .main-visual__bottom .cv-button {
    font-size: 2.2rem;
    padding: 36px;
  }
}

/* worries */
.worries {
  background: -webkit-gradient(linear, left top, left bottom, from(#13ACC4), to(#0873A3));
  background: linear-gradient(to bottom, #13ACC4, #0873A3);
}
@media (min-width: 768px) {
  .worries {
    margin-top: 72px;
    margin-bottom: 100px;
    background: initial;
  }
}
@media (min-width: 992px) {
  .worries {
    margin-top: 92px;
  }
}

.worries-box {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .worries-box {
    background: -webkit-gradient(linear, left top, left bottom, from(#13ACC4), to(#0873A3));
    background: linear-gradient(to bottom, #13ACC4, #0873A3);
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.worries-title {
  color: #fff;
  font-size: 2.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 992px) {
  .worries-title {
    font-size: 3.2rem;
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .worries-title {
    font-size: 4rem;
  }
}

@media (min-width: 768px) {
  .worries-contents {
    padding-right: 16px;
    padding-left: 16px;
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
  }
}

.worries-content {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .worries-content {
    margin-bottom: 80px;
  }
}

.worries-content__row:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .worries-content__row:not(:last-child) {
    margin-bottom: 24px;
  }
}

.worries-content__row {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 8px;
  opacity: 0.9;
}
.worries-content__row::before {
  position: absolute;
  content: "";
  border: 1px solid #8EAFDB;
  top: 8px;
  bottom: 8px;
  right: 8px;
  left: 8px;
}

.worries-content__row-box {
  padding: 14px 12px;
}
@media (min-width: 768px) {
  .worries-content__row-box {
    padding: 20px;
  }
}

.worries-content__row-text {
  position: relative;
  font-size: 1.8rem;
  padding-left: 40px;
}
@media (min-width: 992px) {
  .worries-content__row-text {
    padding-left: 66px;
  }
}
@media (min-width: 1200px) {
  .worries-content__row-text {
    font-size: 2rem;
  }
}
.worries-content__row-text::before {
  position: absolute;
  content: "";
  background: url(../img/check.png) no-repeat center center/contain;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  width: 30px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (min-width: 992px) {
  .worries-content__row-text::before {
    width: 45px;
    height: 45px;
  }
}

.worries-bottom__text {
  color: #fff;
  -webkit-filter: drop-shadow(0 3px 6px rgb(0, 50, 65));
          filter: drop-shadow(0 3px 6px rgb(0, 50, 65));
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .worries-bottom__text {
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .worries-bottom__text {
    font-size: 2.8rem;
  }
}

.worries-bottom__text .large,
.worries-bottom__text .small {
  color: #FFE208;
}
.worries-bottom__text .large {
  font-size: 3.4rem;
}
@media (min-width: 1200px) {
  .worries-bottom__text .large {
    font-size: 4rem;
  }
}
.worries-bottom__text .small {
  font-size: 1.9rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .worries-bottom__text .small {
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .worries-bottom__text .small {
    font-size: 2.8rem;
  }
}

/* about */
.about {
  background-color: #DAF7F6;
  padding-top: 30px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .about {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

.about-title {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .about-title {
    margin-bottom: 40px;
  }
}

.about-box:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .about-box:not(:last-child) {
    margin-bottom: 80px;
  }
}

.about-box {
  position: relative;
  z-index: 1;
}

.about-item {
  position: relative;
  background-color: #fff;
  padding: 40px 27px 40px 28px;
}
@media (min-width: 768px) {
  .about-item {
    margin-right: 10px;
    padding: 40px 36px 40px 16px;
  }
}
@media (min-width: 992px) {
  .about-item {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .about-item {
    padding: 80px 120px 80px 140px;
  }
}
.about-item::before {
  position: absolute;
  background: linear-gradient(135deg, #EDEDED, #969696);
  content: "";
  width: 100%;
  height: 100%;
  bottom: -10px;
  right: -10px;
  z-index: -1;
}
@media (min-width: 992px) {
  .about-item::before {
    bottom: -20px;
    right: -20px;
  }
}

.about-item__img {
  margin: 0 auto 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .about-item__img {
    margin-bottom: 40px;
    width: 76%;
  }
}

@media (min-width: 768px) {
  .about-item__img02 {
    width: 62%;
  }
}

.about-item__text {
  font-size: 1.6rem;
  line-height: 1.666;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .about-item__text {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .about-item__text {
    font-size: 2rem;
    letter-spacing: 0.06em;
  }
}

/* cv-box01 */
@media (min-width: 768px) {
  .cv-box01 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

/* treatment */
.treatment {
  position: relative;
  background: url(../img/treatment-bg_sp.jpg) no-repeat center center/cover;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .treatment {
    background: url(../img/treatment-bg.jpg) no-repeat center center/cover;
    padding-top: 120%;
    padding-bottom: initial;
  }
}
@media (min-width: 992px) {
  .treatment {
    padding-top: 96%;
  }
}
@media (min-width: 1200px) {
  .treatment {
    padding-top: 78%;
  }
}
@media (min-width: 1600px) {
  .treatment {
    padding-top: 68%;
  }
}
@media (min-width: 1800px) {
  .treatment {
    padding-top: 61%;
  }
}

.treatment-items {
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 17.5px 38px;
  max-width: 1280px;
  width: 100%;
}
@media (min-width: 768px) {
  .treatment-items {
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 56px 40px;
    top: 72px;
  }
}
@media (min-width: 1200px) {
  .treatment-items {
    padding: 72px 143px 112px;
  }
}
@media (min-width: 1800px) {
  .treatment-items {
    max-width: 1400px;
  }
}

.treatment-title {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .treatment-title {
    margin-bottom: 40px;
  }
}

.treatment-item__img {
  margin: 0 auto 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .treatment-item__img {
    border-radius: 27px;
    margin: 0 auto 40px;
    width: 78%;
  }
}

.treatment-item__text {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .treatment-item__text {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
}
@media (min-width: 1200px) {
  .treatment-item__text {
    font-size: 2rem;
  }
}

/* reason */
.reason {
  position: relative;
  padding-top: 40px;
  padding-bottom: 50px;
  z-index: 0;
}
@media (min-width: 768px) {
  .reason {
    padding-top: 56px;
  }
}
@media (min-width: 1200px) {
  .reason {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.reason-inner {
  max-width: 1280px;
}
@media (min-width: 1800px) {
  .reason-inner {
    max-width: 1400px;
  }
}

.reason-title {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .reason-title {
    text-align: left;
    margin-bottom: 40px;
  }
}

.reason__lead {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .reason__lead {
    font-size: 2rem;
    margin-bottom: 93px;
  }
}

.reason-inner {
  position: relative;
  z-index: 1;
}

.reason-list:not(:last-child) {
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .reason-list:not(:last-child) {
    margin-bottom: 110px;
  }
}

.reason-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .reason-list {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}

@media (min-width: 768px) {
  .reason-list__content {
    margin-right: 6%;
    width: 54%;
  }
}
@media (min-width: 1200px) {
  .reason-list__content {
    margin-top: -38px;
  }
}

.reason-list__title {
  color: #13ACC4;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .reason-list__title {
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .reason-list__title {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}

.reason-list__title span {
  color: #777777;
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
}
@media (min-width: 1200px) {
  .reason-list__title span {
    font-size: 1.8rem;
    padding-bottom: 8px;
  }
}

.reason-list__text {
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .reason-list__text {
    font-size: 1.8rem;
    line-height: 1.666;
  }
}

.reason-list__img {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .reason-list__img {
    width: 40.5%;
    margin-bottom: 24px;
  }
}

.hoge__attachment {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 1400px) {
  .hoge__attachment {
    width: 85%;
  }
}
@media (min-width: 1800px) {
  .hoge__attachment {
    width: 79.5%;
  }
}
.hoge__attachment__clip {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  height: 100%;
}
.hoge__attachment img {
  position: fixed;
  width: 1220px;
  width: 100%;
  min-height: 100vh;
  height: auto;
  right: 0;
  top: 0;
  pointer-events: none;
}
@media (min-width: 1400px) {
  .hoge__attachment img {
    right: -178px;
  }
}
@media (min-width: 1800px) {
  .hoge__attachment img {
    right: -202px;
  }
}
@media (min-width: 768px) {
  .hoge__attachment img {
    width: 84%;
  }
}
@media (min-width: 1400px) {
  .hoge__attachment img {
    width: 100%;
  }
}

/* movie */
.movie {
  padding-top: 20px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .movie {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .movie {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .movie {
    padding-top: 156px;
    padding-bottom: 156px;
  }
}

.movie-title {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .movie-title {
    font-size: 3rem;
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .movie-title {
    font-size: 4rem;
  }
}
@media (min-width: 1800px) {
  .movie-title {
    font-size: 5.2rem;
  }
}

.youtube {
  margin: 0 auto;
  max-width: 768px;
  width: 100%;
}
@media (min-width: 992px) {
  .youtube {
    padding-right: initial;
    padding-left: initial;
  }
}
@media (min-width: 1800px) {
  .youtube {
    max-width: 968px;
  }
}

.youtube-wrap {
  margin: auto;
  padding-top: 53.3923303835%;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .youtube-wrap {
    padding-top: 53.3854166667%;
  }
}
.youtube-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* greeting */
.greeting {
  padding-bottom: 50px;
}
@media (min-width: 1200px) {
  .greeting {
    padding-bottom: 150px;
  }
}

.greeting-inner {
  max-width: 1160px;
}

.greeting-title {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .greeting-title {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .greeting-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.greeting-contents__img {
  margin: 0 auto 20px;
  max-width: 335px;
  width: 100%;
}
@media (min-width: 768px) {
  .greeting-contents__img {
    margin: initial;
    margin-right: 6%;
    width: 38%;
  }
}

@media (min-width: 768px) {
  .greeting-contents__content {
    width: 56%;
  }
}

.greeting-contents__text {
  position: relative;
  letter-spacing: 0.04em;
  line-height: 1.875;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 20px;
  width: 100vw;
}
@media (min-width: 768px) {
  .greeting-contents__text {
    padding-right: initial;
    padding-left: initial;
    margin: initial;
    margin-bottom: 36px;
    width: initial;
  }
}
@media (min-width: 1200px) {
  .greeting-contents__text {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 2;
  }
}
.greeting-contents__text::before {
  position: absolute;
  content: "";
  background: url(../img/otsu-sokei_sp.png) no-repeat center center/contain;
  width: 100%;
  height: 106%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .greeting-contents__text::before {
    background: url(../img/otsu-sokei.png) no-repeat center center/contain;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.greeting-contents__clinic {
  font-size: 1.6rem;
  margin-bottom: 12px;
  text-align: right;
}
@media (min-width: 1200px) {
  .greeting-contents__clinic {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}

.greeting-contents__row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.greeting-contents__position {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-right: 6px;
}
@media (min-width: 1200px) {
  .greeting-contents__position {
    font-size: 2rem;
  }
}

.greeting-contents__name {
  font-size: 2rem;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .greeting-contents__name {
    font-size: 2.4rem;
  }
}

/* step */
.step {
  counter-reset: number 0;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .step {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .step {
    padding-top: 176px;
    padding-bottom: 100px;
  }
}

.step-inner {
  max-width: 1040px;
}

.step__lead {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .step__lead {
    text-align: center;
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .step__lead {
    font-size: 2rem;
    margin-bottom: 60px;
  }
}

.step-lists {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .step-lists {
    margin-bottom: 80px;
  }
}

.step-list:not(:last-child) {
  position: relative;
  padding-bottom: 36px;
}
@media (min-width: 768px) {
  .step-list:not(:last-child) {
    padding-bottom: 56px;
  }
}
.step-list:not(:last-child)::before {
  position: absolute;
  content: "";
  background-color: #13ACC4;
  width: 1px;
  height: 100%;
  top: 0;
  left: 17.5px;
  z-index: -1;
}
@media (min-width: 768px) {
  .step-list:not(:last-child)::before {
    left: 30px;
  }
}
@media (min-width: 1200px) {
  .step-list:not(:last-child)::before {
    left: 40px;
  }
}

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

.step-list__num-box {
  position: relative;
  margin-right: 15px;
  width: 35px;
  height: 35px;
}
@media (min-width: 768px) {
  .step-list__num-box {
    margin-right: 40px;
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .step-list__num-box {
    margin-right: 60px;
    width: 80px;
    height: 80px;
  }
}
.step-list__num-box::before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 2px;
  top: -2px;
}
.step-list__num-box::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 2px;
  bottom: -2px;
}

.step-list__num {
  position: relative;
  background-color: #13ACC4;
  border-radius: 50%;
  width: inherit;
  height: inherit;
  margin-right: 24px;
}
@media (min-width: 1200px) {
  .step-list__num {
    margin-right: 60px;
  }
}
.step-list__num::before {
  position: absolute;
  color: #fff;
  font-size: 1.7rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  counter-increment: number 1;
  content: counter(number) " ";
}
@media (min-width: 768px) {
  .step-list__num::before {
    font-size: 2.8rem;
  }
}
@media (min-width: 1200px) {
  .step-list__num::before {
    font-size: 4rem;
  }
}

.step-list__content {
  width: calc(100% - 50px);
}
@media (min-width: 768px) {
  .step-list__content {
    width: calc(100% - 84px);
  }
}
@media (min-width: 1200px) {
  .step-list__content {
    width: calc(100% - 140px);
  }
}

.step-list__title {
  color: #13ACC4;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .step-list__title {
    font-size: 2.4rem;
    padding-top: 18px;
    margin-bottom: 36px;
  }
}
@media (min-width: 1200px) {
  .step-list__title {
    font-size: 3rem;
  }
}

.step-list__text {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .step-list__text {
    line-height: 1.8;
  }
}
@media (min-width: 1200px) {
  .step-list__text {
    font-size: 1.8rem;
    line-height: 2;
  }
}

.step-bottom__text {
  font-size: 1.4rem;
  line-height: 1.78;
}
@media (min-width: 768px) {
  .step-bottom__text {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .step-bottom__text {
    line-height: 2;
  }
}

/* price */
.price {
  background-color: #DAF7F6;
  padding-top: 20px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .price {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

.price-box {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 40px 16px 36px;
}
@media (min-width: 768px) {
  .price-box {
    margin-bottom: 80px;
    padding: 80px 56px 100px;
  }
}
@media (min-width: 1200px) {
  .price-box {
    margin-bottom: 90px;
    padding: 80px 140px 116px;
  }
}

.price-box__lead {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .price-box__lead {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .price-box__lead {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .price-box__lead {
    line-height: 1.8;
    margin-bottom: 60px;
    font-size: 2rem;
  }
}

.price-box__scroll {
  margin-bottom: 10px;
}

.price-box-table {
  margin-bottom: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .price-box-table {
    margin-bottom: 30px;
  }
}

.price-table {
  table-layout: fixed;
  width: 670px;
  overflow-x: scroll;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .price-table {
    width: 1000px;
  }
}
@media (min-width: 1800px) {
  .price-table {
    width: 1120px;
  }
}
.price-table th,
.price-table td {
  height: 50px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .price-table th,
  .price-table td {
    height: 70px;
  }
}
.price-table th {
  background-color: #13ACC4;
  color: #fff;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media (min-width: 992px) {
  .price-table th {
    font-size: 2.4rem;
  }
}
.price-table td {
  background-color: #F7F7F7;
  color: #71605C;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 1200px) {
  .price-table td {
    font-size: 2rem;
  }
}
.price-table .th_01 {
  width: 277px;
}
@media (min-width: 768px) {
  .price-table .th_01 {
    width: 500px;
  }
}
.price-table .td_01 {
  text-align: left;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .price-table .td_01 {
    padding-left: 40px;
  }
}
.price-table .border {
  color: #A8A8A8;
}

.price-box__bottom {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .price-box__bottom {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .price-box__bottom {
    line-height: 2;
  }
}

/* faq */
.faq {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .faq {
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .faq {
    padding-bottom: 150px;
  }
}

.faq-items {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
@media (min-width: 1800px) {
  .faq-items {
    max-width: 1200px;
  }
}

.faq-items__box:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .faq-items__box:not(:last-child) {
    margin-bottom: 30px;
  }
}

.faq-items__question {
  border: 1px solid #13ACC4;
  position: relative;
  color: #003E92;
  cursor: pointer;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: initial;
  padding: 14px 10px 14px 40px;
}
@media (min-width: 768px) {
  .faq-items__question {
    padding: 24px 72px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .faq-items__question {
    font-size: 2rem;
    line-height: 1.25;
    padding: 24px 92px 24px 64px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 1200px) {
  .faq-items__question {
    font-size: 2.4rem;
    padding: 24px 92px 24px 64px;
  }
}
.faq-items__question::before {
  position: absolute;
  content: "Q";
  color: #333;
  font-size: 2.6rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
}
@media (min-width: 768px) {
  .faq-items__question::before {
    width: 32px;
    height: 40px;
    top: 20px;
    -webkit-transform: initial;
            transform: initial;
    left: 17px;
  }
}
@media (min-width: 992px) {
  .faq-items__question::before {
    font-size: 3rem;
    left: 20px;
  }
}

@media (min-width: 768px) {
  .faq-items__question-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    width: 20px;
    height: 20px;
  }
}
.faq-items__question-icon.is-open .faq-items__question-bar2 {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

@media (min-width: 768px) {
  .faq-items__question-bar1 {
    position: absolute;
    background-color: #003E92;
    width: 20px;
    height: 2px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (min-width: 768px) {
  .faq-items__question-bar2 {
    position: absolute;
    background-color: #003E92;
    width: 2px;
    height: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
}

.faq-items__answer {
  position: relative;
  display: none;
}
.faq-items__answer::before {
  position: absolute;
  content: "A";
  color: #333;
  font-size: 2.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  left: 10px;
  top: 13px;
}
@media (min-width: 992px) {
  .faq-items__answer::before {
    font-size: 3rem;
    top: 25px;
    left: 20px;
  }
}

.faq-items__answer-content {
  position: relative;
  font-size: 1.6rem;
  letter-spacing: initial;
  line-height: 1.8;
  padding: 24px 0 20px 40px;
}
@media (min-width: 768px) {
  .faq-items__answer-content {
    padding: 20px 72px;
  }
}
@media (min-width: 992px) {
  .faq-items__answer-content {
    font-size: 1.8rem;
    line-height: 1.777;
    padding: 32px 52px 14px 64px;
  }
}
@media (min-width: 1200px) {
  .faq-items__answer-content {
    padding: 38px 52px 40px 64px;
  }
}

.faq-items__answer-content a {
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq-items__answer-content a:hover {
  opacity: 0.7;
}

.faq-items__answer-content a {
  color: #3D8EDF;
  text-decoration: underline;
}

/* cv-box03 */
@media (min-width: 768px) {
  .cv-box03 {
    padding-bottom: 100px;
  }
}

/* info */
.info {
  background-color: #DAF7F6;
  padding-top: 52px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .info {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .info {
    padding-bottom: 114px;
  }
}

.info-inner {
  max-width: 1160px;
}

@media (min-width: 992px) {
  .info-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.info-content {
  background-color: #fff;
  padding: 26px 23px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .info-content {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 1;
    margin-right: 3.6%;
    margin-bottom: initial;
    padding: 60px;
    width: 48.2%;
  }
}

.info-content__img {
  margin-bottom: 20px;
  max-width: 290px;
  width: 100%;
}
@media (min-width: 768px) {
  .info-content__img {
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .info-content__img {
    max-width: 330px;
  }
}
@media (min-width: 1200px) {
  .info-content__img {
    max-width: 420px;
  }
}

.info-content__address {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 1200px) {
  .info-content__address {
    font-size: 1.8rem;
  }
}

.info-content__address span {
  display: block;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .info-content__address span {
    font-size: 1.8rem;
    padding-bottom: 6px;
  }
}

.info-content__address01 {
  margin-bottom: 6px;
}

.info-content__note {
  margin-top: 16px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .info-content__note {
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .info-content__note {
    margin-bottom: 35px;
  }
}

.info-content__text {
  position: relative;
  font-size: 1.4rem;
  line-height: 2;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .info-content__text {
    font-size: 1.6rem;
    padding-left: 30px;
  }
}
.info-content__text::before {
  position: absolute;
  content: "";
  background: url(../img/dotted.svg) no-repeat center center/contain;
  width: 10px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (min-width: 992px) {
  .info-content__text::before {
    width: 10px;
    height: 10px;
  }
}

@media (min-width: 768px) {
  .info-content__schedule {
    margin-bottom: 16px;
  }
}

.info-content__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .info-content__bottom {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .info-content__bottom {
    margin-bottom: initial;
  }
}

.info-content__bottom-arrow {
  position: relative;
  margin-right: 8px;
  width: 20px;
  top: -8px;
}
@media (min-width: 992px) {
  .info-content__bottom-arrow {
    width: 26px;
  }
}

@media (min-width: 992px) {
  .map-box {
    width: 48.2%;
  }
}

.iframe-wrap {
  width: 100%;
  padding-top: 109.2537313433%;
  position: relative;
}
.iframe-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .iframe-wrap {
    padding-top: 109.2592592593%;
  }
}

@media (min-width: 992px) {
  .map-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.hp-link {
  border: 2px solid #13ACC4;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: 15px;
  width: 100%;
}
@media (min-width: 992px) {
  .hp-link {
    margin-top: 20px;
  }
}

.hp-button {
  background-color: #fff;
  color: #13ACC4;
  display: block;
  font-size: 1.6rem;
  line-height: 1.45;
  text-align: center;
  padding: 18.5px 0;
}
@media (min-width: 992px) {
  .hp-button {
    padding: 34px 0;
    font-size: 2.2rem;
  }
}

/* contact-cv */
.contact-cv {
  background: -webkit-gradient(linear, left top, left bottom, from(#DEEEFF), to(#FFFFFF));
  background: linear-gradient(to bottom, #DEEEFF, #FFFFFF);
  position: relative;
  padding-top: 50px;
}
@media (min-width: 992px) {
  .contact-cv {
    background: url(../img/bottom-bg.jpg) no-repeat center center/cover;
    padding-top: 56.75%;
  }
}
@media (min-width: 1200px) {
  .contact-cv {
    padding-top: 49.75%;
  }
}
@media (min-width: 1400px) {
  .contact-cv {
    padding-top: 43.75%;
  }
}

.contact-cv-inner {
  max-width: 1280px;
}

@media (min-width: 992px) {
  .contact {
    position: absolute;
    top: 80px;
    width: 814px;
  }
}
@media (min-width: 1600px) {
  .contact {
    width: 914px;
  }
}

.contact__lead {
  color: #13ACC4;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 45px;
  text-align: center;
}
@media (min-width: 768px) {
  .contact__lead {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .contact__lead {
    margin-bottom: 32px;
    text-align: initial;
  }
}
@media (min-width: 1200px) {
  .contact__lead {
    margin-bottom: 34px;
  }
}
@media (min-width: 1400px) {
  .contact__lead {
    font-size: 3.6rem;
  }
}
@media (min-width: 1600px) {
  .contact__lead {
    font-size: 4rem;
  }
}

.contact__lead span {
  font-size: 3.6rem;
  display: block;
}
@media (min-width: 768px) {
  .contact__lead span {
    font-size: 5rem;
  }
}
@media (min-width: 1400px) {
  .contact__lead span {
    font-size: 6rem;
  }
}
@media (min-width: 1600px) {
  .contact__lead span {
    font-size: 6.6rem;
  }
}

.contact-box {
  margin: 0 auto 30px;
  max-width: 275px;
  width: 100%;
}
@media (min-width: 576px) {
  .contact-box {
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  .contact-box {
    margin: initial;
    margin-bottom: 40px;
    max-width: initial;
    width: initial;
  }
}

.contact-row:first-child {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .contact-row:first-child {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .contact-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.contact-row__link {
  margin: 0 auto 18px;
  max-width: 272px;
  width: 100%;
}
@media (min-width: 992px) {
  .contact-row__link {
    margin-right: 30px;
    margin-left: 0;
    margin-bottom: initial;
    max-width: 300px;
  }
}
@media (min-width: 1600px) {
  .contact-row__link {
    max-width: 360px;
  }
}

.contact-row__button {
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  display: block;
  line-height: 1.2;
  padding: 26.5px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
@media (min-width: 1200px) {
  .contact-row__button {
    font-size: 2rem;
    padding: 28px 0;
  }
}
@media (min-width: 1600px) {
  .contact-row__button {
    font-size: 2.2rem;
    padding: 40px 0;
  }
}
.contact-row__button:hover {
  opacity: 0.7;
}
.contact-row__button--web {
  background: -webkit-gradient(linear, left top, right top, from(#003E92), to(#0A597C));
  background: linear-gradient(to right, #003E92, #0A597C);
}
.contact-row__button--line {
  background: -webkit-gradient(linear, left top, right top, from(#00A760), to(#009881));
  background: linear-gradient(to right, #00A760, #009881);
}

.contact-row__text {
  color: #003E92;
  letter-spacing: initial;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .contact-row__text {
    font-size: 1.8rem;
    width: calc(100% - 330px);
  }
}

.contact-bottom {
  padding-bottom: 12px;
  margin: 0 auto;
  max-width: 275px;
  width: 100%;
}
@media (min-width: 576px) {
  .contact-bottom {
    max-width: 400px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .contact-bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: initial;
    margin: initial;
    max-width: initial;
    width: initial;
  }
}

@media (min-width: 768px) {
  .contact-bottom__tel {
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .contact-bottom__tel {
    max-width: 300px;
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .contact-bottom__tel {
    max-width: 360px;
  }
}

.contact-bottom__tel-text {
  color: #13ACC4;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .contact-bottom__tel-text {
    font-size: 2rem;
    margin-bottom: initial;
  }
}
@media (min-width: 1600px) {
  .contact-bottom__tel-text {
    font-size: 2.2rem;
  }
}

.contact-bottom__tel-link {
  position: relative;
  color: #13ACC4;
  display: block;
  font-size: 3.2rem;
  font-weight: 500;
  padding-left: 40px;
}
@media (min-width: 1200px) {
  .contact-bottom__tel-link {
    font-size: 3.6rem;
    letter-spacing: 0.05em;
    padding-left: 46px;
  }
}
@media (min-width: 1600px) {
  .contact-bottom__tel-link {
    font-size: 4.4rem;
  }
}
.contact-bottom__tel-link::before {
  position: absolute;
  content: "";
  background: url(../img/tel.png) no-repeat center center/contain;
  width: 30px;
  height: 30px;
  top: 14px;
  left: 0;
}
@media (min-width: 1200px) {
  .contact-bottom__tel-link::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 35px;
    height: 35px;
  }
}

.contact-bottom__text {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .contact-bottom__text {
    color: #003E92;
  }
}
@media (min-width: 1200px) {
  .contact-bottom__text {
    font-size: 1.8rem;
  }
}
@media (min-width: 1600px) {
  .contact-bottom__text {
    font-size: 2rem;
  }
}

@media (min-width: 576px) {
  .contact__img-sp {
    width: 70%;
  }
}/*# sourceMappingURL=style.css.map */