@charset "UTF-8";
/* Scss Document */
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP&family=Roboto:wght@300;700&display=swap");
/*---------------------------------------------
    all
---------------------------------------------*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-feature-settings: "palt"; }

@media screen and (min-width: 750px) {
  .u-sp {
    display: none !important; } }
@media screen and (max-width: 750px) {
  .u-pc {
    display: none !important; } }
.wrap {
  margin: auto;
  position: relative;
  overflow: hidden;
  background: #fff;
  font-size: 1.5rem; }
  @media screen and (min-width: 750px) {
    .wrap {
      min-width: 1280px; } }
  @media screen and (max-width: 750px) {
    .wrap {
      font-size: 4vw; } }

.inner {
  margin: auto;
  position: relative; }
  @media screen and (min-width: 750px) {
    .inner {
      max-width: 1200px; } }
  @media screen and (max-width: 750px) {
    .inner {
      max-width: 90vw; } }

main {
  display: block;
  position: relative;
  z-index: 1; }
  main.mainDetail {
    margin-top: 96px; }
    @media screen and (max-width: 750px) {
      main.mainDetail {
        margin-top: 14vw; } }

/* フェードイン */
.is-fadeIn {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: opacity 1.0s, transform 1.0s; }

.is-fadeIn.is-scrollIn {
  opacity: 1;
  transform: translate(0, 0); }

.overlay {
  width: 100%;
  height: 100%;
  background: rgba(90, 88, 82, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  display: none; }

/*---------------------------------------------
    header
---------------------------------------------*/
header {
  padding: 30px 25px 10px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  min-width: 1280px;
  transition: .4s; }
  header.-detail {
    background: #fff; }
  @media screen and (max-width: 750px) {
    header {
      padding: 2vw 5vw;
      min-width: 1px;
      position: fixed; } }
  header.-scroll {
    background-color: #fff; }

.head_inner {
  max-width: 1280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto; }
  @media screen and (max-width: 750px) {
    .head_inner {
      justify-content: flex-start; } }

.headLogo {
  width: 240px;
  display: block;
  margin: 0 80px 0 0; }
  @media screen and (max-width: 750px) {
    .headLogo {
      width: 39.4vw;
      margin: 0 4.8vw 0 0; } }

@media screen and (min-width: 750px) {
  .headNav {
    display: block !important; } }
@media screen and (max-width: 750px) {
  .headNav {
    display: none;
    position: fixed;
    width: 85vw;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 1999;
    background: #fff;
    padding: 18.6vw 5.3vw; } }

.headNav_inner {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 750px) {
    .headNav_inner {
      display: block;
      text-align: center; }
      .headNav_inner .headSnsList {
        justify-content: center; }
        .headNav_inner .headSnsList li {
          width: 12vw; }
          .headNav_inner .headSnsList li:not(:last-child) {
            margin: 0 16vw 0 0; } }

@media screen and (min-width: 750px) {
  .headNav_list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 50px 0 0; } }
@media screen and (max-width: 750px) {
  .headNav_list {
    width: 100%;
    font-size: 4vw;
    text-align: left;
    border-top: 1px solid #004ea2;
    margin: 0 0 8vw; } }
@media screen and (max-width: 750px) {
  .headNav_list > li {
    border-bottom: 1px solid #004ea2; } }
@media screen and (min-width: 750px) {
  .headNav_list > li:not(:last-child) {
    margin: 0 30px 0 0; } }
@media screen and (max-width: 750px) {
  .headNav_list > li > a {
    padding: 2.6vw 0;
    display: block; } }
.headNav_list > li > a:hover {
  transition: .4s; }
  @media screen and (min-width: 750px) {
    .headNav_list > li > a:hover {
      color: #004ea2;
      opacity: 1; } }

.headSnsList {
  display: flex; }
  .headSnsList li {
    width: 40px; }
    @media screen and (max-width: 750px) {
      .headSnsList li {
        width: 10vw; } }
    .headSnsList li:not(:last-child) {
      margin: 0 15px 0 0; }
      @media screen and (max-width: 750px) {
        .headSnsList li:not(:last-child) {
          margin: 0 8vw 0 0; } }

.menu_wrap {
  background: #004ea2;
  width: 14vw;
  height: 14vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2000; }

.menu-trigger {
  position: relative; }

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  cursor: pointer;
  z-index: 1000; }
  @media screen and (min-width: 750px) {
    .menu-trigger,
    .menu-trigger span {
      display: none; } }

.menu-trigger {
  width: 9vw;
  height: 6vw; }

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff; }

.menu-trigger span:nth-of-type(1) {
  top: 0; }

.menu-trigger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%); }

.menu-trigger span:nth-of-type(3) {
  bottom: 0; }

.active .menu-trigger span:nth-of-type(1) {
  transform: translateY(3vw) rotate(-45deg); }

.active .menu-trigger span:nth-of-type(2) {
  opacity: 0; }

.active .menu-trigger span:nth-of-type(3) {
  transform: translateY(-2.9vw) rotate(45deg); }

/*---------------------------------------------
    footer
---------------------------------------------*/
.foot_contact {
  background: #ffeb00;
  padding: 60px 0 70px; }
  @media screen and (max-width: 750px) {
    .foot_contact {
      padding: 10vw 0 16vw; } }

.contactList {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 750px) {
    .contactList {
      display: block; } }
  .contactList li {
    width: 380px; }
    @media screen and (max-width: 750px) {
      .contactList li {
        width: 100%; } }
    .contactList li:not(:last-child) {
      margin: 0 70px 0 0; }
      @media screen and (max-width: 750px) {
        .contactList li:not(:last-child) {
          margin: 0 0 5vw; } }
  .contactList a {
    display: block;
    height: 100%;
    background: #fff;
    padding: 20px 0 15px;
    text-align: center; }
    @media screen and (max-width: 750px) {
      .contactList a {
        padding: 5vw 0 2.6vw;
        min-height: 38vw; } }

.contactList_titArea {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 5px; }
  @media screen and (max-width: 750px) {
    .contactList_titArea {
      font-size: 4.8vw;
      margin: 0 0 2.6vw; } }

.contactList_icon {
  width: 40px;
  margin: 0 5px 0 0; }
  @media screen and (max-width: 750px) {
    .contactList_icon {
      width: 9.6vw;
      margin: 0 1.3vw 0 0; } }

.contactList_main {
  font-size: 3.1rem;
  font-weight: 700; }
  @media screen and (max-width: 750px) {
    .contactList_main {
      font-size: 7.4vw; } }

.contactList_txt {
  font-weight: 300; }

.foot_access {
  padding: 110px 0 140px; }
  @media screen and (max-width: 750px) {
    .foot_access {
      padding: 13.3vw 0 10vw; } }

.foot_access_map {
  width: 906px;
  height: 510px;
  margin: auto;
  position: relative;
  z-index: 10; }
  @media screen and (max-width: 750px) {
    .foot_access_map {
      width: 74.6vw;
      height: 42vw; } }
  .foot_access_map iframe {
    width: 100%;
    height: 100%; }

.foot_content {
  background: url("../img/common/foot_bg.png") no-repeat;
  background-size: 100% 100%;
  padding: 50px 0 20px;
  color: #fff; }
  @media screen and (max-width: 750px) {
    .foot_content {
      background-image: url("../img/common/foot_bg_sp.png");
      padding: 5vw 0 2.6vw; } }
  .foot_content .inner {
    position: relative; }
    .foot_content .inner::before, .foot_content .inner::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      background-repeat: no-repeat;
      background-size: contain; }
      @media screen and (max-width: 750px) {
        .foot_content .inner::before, .foot_content .inner::after {
          bottom: calc(100% - 2.6vw); } }
    .foot_content .inner::before {
      background-image: url("../img/common/foot_deco01.svg");
      width: 554px;
      height: 906px;
      right: calc(100% - 140px); }
      @media screen and (max-width: 750px) {
        .foot_content .inner::before {
          width: 45.8vw;
          height: 69.8vw;
          right: calc(100% - 22vw); } }
    .foot_content .inner::after {
      background-image: url("../img/common/foot_deco02.svg");
      width: 552px;
      height: 854px;
      left: calc(100% - 140px); }
      @media screen and (max-width: 750px) {
        .foot_content .inner::after {
          width: 42.6vw;
          height: 66vw;
          left: calc(100% - 22vw); } }

.foot_snsList {
  display: flex;
  justify-content: center;
  margin: 0 0 30px; }
  @media screen and (max-width: 750px) {
    .foot_snsList {
      margin: 0 0 5vw; } }
  .foot_snsList li {
    width: 80px; }
    @media screen and (max-width: 750px) {
      .foot_snsList li {
        width: 12vw; } }
    .foot_snsList li:not(:last-child) {
      margin: 0 100px 0 0; }
      @media screen and (max-width: 750px) {
        .foot_snsList li:not(:last-child) {
          margin: 0 10vw 0 0; } }

.foot_content_flex {
  display: flex;
  justify-content: center;
  align-items: flex-end; }
  @media screen and (max-width: 750px) {
    .foot_content_flex {
      display: block; } }

.foot_logo {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  padding: 0 30px 0 0; }
  @media screen and (max-width: 750px) {
    .foot_logo {
      display: block;
      width: 100%;
      text-align: center;
      padding: 0;
      margin: 0 0 5vw; } }

.foot_logo_img {
  display: block;
  width: 240px;
  margin: 0 20px 0 0; }
  @media screen and (max-width: 750px) {
    .foot_logo_img {
      width: 46.6vw;
      margin: 0 auto 2.6vw; } }

.foot_address {
  display: block;
  width: 50%; }
  @media screen and (max-width: 750px) {
    .foot_address {
      width: 100%;
      text-align: center;
      font-size: 3.46vw; } }

.foot_linkList {
  display: flex;
  justify-content: center;
  color: #fff;
  margin: 60px 0 0; }
  @media screen and (max-width: 750px) {
    .foot_linkList {
      margin: 8vw 0 0;
      font-size: 3.73vw; } }
  .foot_linkList li:not(:last-child) {
    margin: 0 50px 0 0; }
    @media screen and (max-width: 750px) {
      .foot_linkList li:not(:last-child) {
        margin: 0 5vw 0 0; } }
  .foot_linkList a {
    display: block;
    padding: 0 0 3px;
    border-bottom: 1px solid #fff; }
    @media screen and (min-width: 750px) {
      .foot_linkList a {
        padding: 0 0 0.3vw; } }
    @media screen and (min-width: 750px) {
      .foot_linkList a {
        transition: .4s; }
        .foot_linkList a:hover {
          border: none; } }

.copyright {
  display: block;
  text-align: center;
  font-size: 1.0rem;
  margin: 30px 0 0; }
  @media screen and (max-width: 750px) {
    .copyright {
      font-size: 2.6vw;
      margin: 8vw 0 0; } }

.foot_img {
  padding: 100px 0; }
  @media screen and (max-width: 750px) {
    .foot_img {
      padding: 10vw 0; } }
