@charset "UTF-8";
@font-face {
  font-family: noto_sans_500;
  src: url("../fonts/NotoSansJP-Medium.woff");
  font-weight: 500;
}
@font-face {
  font-family: noto_sans_700;
  src: url("../fonts/NotoSansJP-Bold.woff");
  font-weight: 700;
}
@font-face {
  font-family: noto_sans_900;
  src: url("../fonts/NotoSansJP-Black.woff");
  font-weight: 900;
}
@font-face {
  font-family: zen_gothi_900;
  src: url("../fonts/ZenKakuGothicAntique-Black.woff");
  font-weight: 900;
}
@font-face {
  font-family: poppins_700;
  src: url("../fonts/Poppins-SemiBold.woff");
  font-weight: 600;
}
@font-face {
  font-family: yugo_700;
  src: url("../fonts/YuGoPr6N-B.woff");
  font-weight: 700;
}
@font-face {
  font-family: hirakaku_600;
  src: url("../fonts/ヒラギノUD角ゴF_Std_W6.woff");
  font-weight: 600;
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
html::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

body {
  color: #2c2f2c;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

a {
  line-height: normal;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 1280px) {
  .is-pcHide {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .is-spHide {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .is-pcTabHide {
    display: none;
  }
}

@media screen and (max-width: 1279px) {
  .is-spTabHide {
    display: none;
  }
}

.c-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.c-button.--circle {
  border-radius: 100px;
}
.c-button.--white {
  color: #fff;
  border: 2px solid #fff;
}
.c-button.--white:hover {
  color: #2c2f2c;
  background-color: #fff;
}
.c-button.--black {
  color: #000;
  border: 3px solid #000;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-button.--black {
    border: 1px solid #000;
  }
}
.c-button.--green {
  color: #0c4e3c;
  border: 2px solid #0c4e3c;
}
.c-button.--green:hover {
  color: #fff;
  background-color: #0c4e3c;
}

.sideber {
  width: 20.9%;
  max-width: 450px;
  background-color: #0c4e3c;
  color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .sideber {
    width: 100%;
    max-width: 1024px;
  }
}
.sideber__title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.44;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 26.5px;
  border-bottom: solid 1.5px #ffffff;
}

@media screen and (max-width: 1300px) {
  .sideber__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .sideber__title {
    font-size: 24px;
  }
}
.sideber__list {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
  padding: 13.5px 20px 13.5px 27px;
  border-bottom: solid 1.5px #ffffff;
}

@media screen and (max-width: 1300px) {
  .sideber__list {
    font-size: 16px;
    padding: 13.5px 20px 13.5px 16px;
  }
}
@media screen and (max-width: 480px) {
  .sideber__list {
    font-size: 16px;
  }
}
.sideber__list a {
  display: block;
}

@media screen and (max-width: 1024px) {
  .sideber__list:last-of-type {
    border-bottom: none;
  }
}
.sideber__listFont {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .sideber__listFont {
    font-size: 12px;
  }
}

.header2 {
  width: 100%;
  position: initial;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

@media screen and (min-width: 769px) {
  .header2 {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .header2 {
    padding: 14px 0;
  }
}
.header2__inner {
  max-width: 1385px;
  width: calc(100% - 48px);
  margin: 0 auto;
  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 (min-width: 769px) {
  .header2__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .header2__logoWrap {
    width: 75px;
  }
}
@media screen and (max-width: 768px) {
  .header2__logoWrap {
    width: 46px;
  }
}
.header2__logo {
  padding: 0 0 10px 0;
  position: relative;
  z-index: 0;
}

.header2__logo:before {
  content: "";
  width: 75px;
  height: 75px;
  display: block;
  position: absolute;
  bottom: -12px;
  left: 50%;
  pointer-events: none;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  border-radius: 100px;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

@media screen and (min-width: 769px) {
  .header2__logo:hover:before {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.header2-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .header2-nav {
    width: calc(100% - 75px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .header2-nav {
    width: 100%;
    min-height: 420px;
    padding: 78px 20px 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: 11;
    z-index: 100;
    visibility: hidden;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    background-color: #0c4e3c;
  }
  .header2-nav.is-open {
    visibility: unset;
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .header2-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .header2-nav__list {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .header2-nav__item:nth-child(n + 2) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .header2-nav__item {
    border-top: 1px solid #51a67b;
  }
  .header2-nav__item:last-child {
    border-bottom: 1px solid #51a67b;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .header2-nav__item:nth-child(n + 2) {
    margin-left: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .header2-nav__anchor.is-color {
    color: #ffffff !important;
  }
}
@media screen and (min-width: 769px) {
  .header2-nav__anchor {
    position: relative;
  }
  .header2-nav__anchor:after {
    content: "";
    width: 0;
    height: 1px;
    display: block;
    position: absolute;
    bottom: -7px;
    left: 0;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    background-color: #fff;
  }
  .header2-nav__anchor:hover:after {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header2-nav__anchor {
    padding: 18px 0;
    display: block;
    text-align: center;
  }
  .header2-nav__anchor:hover {
    background-color: #51a67b;
  }
}
.header2-nav__anchor {
  font-size: 16px;
  color: #2c2f2c;
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
  .header2-nav__anchor {
    font-size: 14px;
  }
}
.header2__buttonWrap {
  width: 100%;
  z-index: 0;
}

@media screen and (min-width: 769px) {
  .header2__buttonWrap {
    max-width: 174px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .header2__buttonWrap {
    max-width: 118px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .header2__buttonWrap {
    max-width: 118px;
    margin-left: 15px;
  }
}
.header2__button {
  height: 46px;
  background: #0c4e3c;
}

@media screen and (min-width: 769px) {
  .header2__button {
    height: 46px;
  }
}
@media screen and (max-width: 768px) {
  .header2__button {
    height: 30px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .header2__button {
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .header2__hamburger {
    width: 28px;
    height: 20px;
    position: absolute;
    top: 4.3%;
    top: 3.3%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
    cursor: pointer;
  }
}
@media screen and (max-width: 340px) {
  .header2__hamburger {
    top: 4.7%;
  }
}
@media screen and (max-width: 768px) {
  .header2__bar {
    width: 100%;
    height: 2px;
    display: block;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    background-color: #0c4e3c;
  }
  .header2__bar:first-child {
    -webkit-transform: translateY(1px) rotate(0);
    transform: translateY(1px) rotate(0);
  }
  .header2__bar:nth-child(2) {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  .header2__bar:last-child {
    -webkit-transform: translateY(20px) rotate(0);
    transform: translateY(20px) rotate(0);
  }
  .header2__bar.is-active:first-child {
    -webkit-transform: translateY(12px) rotate(40deg);
    transform: translateY(12px) rotate(40deg);
    background-color: #fff;
  }
  .header2__bar.is-active:nth-child(2) {
    -webkit-transform: translateY(10px) translateX(10px);
    transform: translateY(10px) translateX(10px);
    opacity: 0;
    background-color: #fff;
  }
  .header2__bar.is-active:last-child {
    -webkit-transform: translateY(8px) rotate(-40deg);
    transform: translateY(8px) rotate(-40deg);
    background-color: #fff;
  }
}
@media screen and (max-width: 1279px) {
  .header2__overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
    z-index: 10;
  }
  .header2__overlay.is-open {
    pointer-events: unset;
    background-color: rgba(0, 0, 0, 0.7);
  }
}
.header2__button.--border:hover {
  color: #0c4e3c;
  border: 2px solid #0c4e3c;
}

a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a:hover {
  opacity: 0.7;
}

.send input[type="submit"] {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.send input[type="submit"]:hover {
  opacity: 0.7;
}

.submit {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.submit:hover {
  opacity: 0.7;
}

.wpcf7 form .wpcf7-response-output {
  border: none !important;
  color: #dc3232;
  text-align: center;
  margin-bottom: -50px !important;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .wpcf7 form .wpcf7-response-output {
    margin-bottom: -20px !important;
  }
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none !important;
}

.c-button.--white:hover {
  border: 1px solid #0c4e3c;
}

.header2__buttonWrap.is-position1 {
  position: fixed;
  top: 22px;
  top: 15px;
  right: 24px;
}

.header2__hamburger.is-position2 {
  position: fixed;
  z-index: 120;
}

::-webkit-full-page-media,
:future,
:root .header2__hamburger {
  top: 3.5% !important;
}

::-webkit-full-page-media,
:future,
:root .header2__hamburger.is-position2 {
  top: 28px !important;
}

.section-heading {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 43px;
  -moz-column-gap: 43px;
  column-gap: 43px;
}
@media screen and (max-width: 768px) {
  .section-heading {
    font-size: 18px;
    -webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    column-gap: 22px;
  }
}

.section-heading.-big {
  font-size: 36px;
  -webkit-column-gap: 44px;
  -moz-column-gap: 44px;
  column-gap: 44px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-heading.-big {
    font-size: 18px;
    -webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    column-gap: 22px;
  }
}

.section-heading::after {
  content: "";
  background-image: url(../../img/page/front/front_yerrow_line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 67px;
  height: 7px;
}

.section-heading::before {
  content: "";
  background-image: url(../../img/page/front/front_yerrow_line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 67px;
  height: 7px;
}

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

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

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

.top-heading {
  position: relative;
  padding-top: 64px;
  padding-bottom: 270px;
}
@media only screen and (max-width: 768px) {
  .top-heading {
    padding-top: 48px;
    padding-bottom: 128px;
  }
}

.inner-second {
  position: relative;
  width: 100%;
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}

.single__heading {
  position: relative;
}

.single__heading::after {
  position: absolute;
  content: "";
  width: 171px;
  height: 168px;
  background: url(../../img/page/front/front_en_bigY.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -10;
  top: 53.5%;
  right: 8%;
}
@media only screen and (max-width: 1280px) {
  .single__heading::after {
    right: 1%;
  }
}
@media only screen and (max-width: 768px) {
  .single__heading::after {
    width: 51px;
    height: 51px;
    top: 62.5%;
  }
}

.single__heading::before {
  position: absolute;
  content: "";
  width: 148px;
  height: 148px;
  background: url(../../img/page/front/front_en_smallY.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -10;
  top: 12.5%;
  left: 4%;
}
@media only screen and (max-width: 1280px) {
  .single__heading::before {
    left: 1%;
  }
}
@media only screen and (max-width: 768px) {
  .single__heading::before {
    width: 44px;
    height: 44px;
    top: 16.5%;
  }
}
