@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nothing+You+Could+Do&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@400;500&family=Zen+Old+Mincho:wght@400;500&display=swap");
h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

html {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 62.5%;
  color: #1a1a1a;
  scroll-behavior: smooth;
  scroll-padding-top: 120px; }
  @media (max-width: 767px) {
    html {
      scroll-padding-top: 80px; } }

body {
  margin: 0;
  font-size: clamp(1.4rem, 2.5vw, 1.6rem);
  font-weight: 400;
  line-height: 1.75;
  background: #ffffff; }

a, a:link, a:visited {
  color: #1a1a1a;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s; }
  a:hover, a:link:hover, a:visited:hover {
    text-decoration: underline; }

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom; }

.container {
  margin: auto;
  max-width: 1600px;
  height: auto; }

.inner {
  margin: auto;
  max-width: 1200px;
  width: 90%;
  height: auto; }

.outer {
  margin: auto;
  max-width: 1380px;
  width: 98%;
  height: auto; }

@media (min-width: 1025px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
/*============================================================================
	common
=============================================================================*/
.commonHeadBox {
  color: #005227; }
  .commonHeadBox .sub {
    margin: 0;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 500; }
    .commonHeadBox .sub::before {
      content: "( "; }
    .commonHeadBox .sub::after {
      content: " )"; }
  .commonHeadBox .head {
    font-size: clamp(1.8rem, 2.5vw, 4.8rem);
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-style: normal;
    font-weight: 500;
    margin: 0.4em 0 2em 0; }

.commonTtlNum {
  margin: 0;
  color: #E0AF59;
  font-family: "Nothing You Could Do", cursive;
  font-weight: 700;
  font-size: clamp(1.8rem, 4vw, 5rem);
  line-height: 1;
  rotate: -3deg; }
  .commonTtlNum .num {
    display: inline-block;
    margin: 0 0 0 0.3em;
    font-size: clamp(3rem, 7vw, 10rem); }

.commonTtl01 {
  margin: 0;
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  font-weight: 500;
  line-height: 1.75;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.4em; }
  .commonTtl01::before {
    content: "";
    width: 2em;
    height: 3px;
    background: #005227;
    top: 0.8em;
    position: relative; }

/*============================================================================
	mainImgBox
=============================================================================*/
.mainImgBox {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden; }
  .mainImgBox .bgImgList {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .mainImgBox .bgImgList .item {
      margin: 0;
      height: 100vh;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      .mainImgBox .bgImgList .item.item01 {
        background-image: url("../img/main_img01_dummy.jpg"); }
      .mainImgBox .bgImgList .item.item02 {
        background-image: url("https://dummyimage.com/1600x1000/666/fff.jpg&text=%E3%83%80%E3%83%9F%E3%83%BC1"); }
      .mainImgBox .bgImgList .item.item03 {
        background-image: url("https://dummyimage.com/1600x1000/666/fff.jpg&text=%E3%83%80%E3%83%9F%E3%83%BC2"); }
      .mainImgBox .bgImgList .item.item04 {
        background-image: url("https://dummyimage.com/1600x1000/666/fff.jpg&text=%E3%83%80%E3%83%9F%E3%83%BC3"); }
  .mainImgBox .logo {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 3; }
    @media (max-width: 767px) {
      .mainImgBox .logo {
        width: 100px;
        top: 20px;
        right: 20px; } }
    .mainImgBox .logo img {
      width: 100%; }
  .mainImgBox .txtBox01 {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 80%;
    z-index: 2;
    color: #ffffff; }
    .mainImgBox .txtBox01 .head {
      margin: 0;
      font-family: "Zen Old Mincho", serif;
      font-weight: 600;
      font-style: normal;
      font-size: clamp(2.4rem, 2.5vw, 6.4rem);
      font-weight: 400;
      letter-spacing: 0.075;
      text-shadow: 0 0 0.1em #000000; }
    .mainImgBox .txtBox01 .txt01 {
      margin: 1em 0 0 0;
      font-size: clamp(1.6rem, 2.5vw, 2rem);
      font-weight: 500;
      text-shadow: 0 0 0.1em #000000; }

/*============================================================================
	naviBox
=============================================================================*/
.naviBox {
  margin: 100px 0;
  height: 120px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
  /*&.isSticky {
  	.naviList {
  		a {
  			padding: 0.4em 0;
  		}
  		i {
  			height: 40px;
  			@include max_sp {
  				height: 30px;
  			}
  		}
  		.txt01 {
  			display: none;
  			opacity: 0;
  		}
  	}
  	&.isUp {
  		.txt01 {
  			display: block;
  			opacity: 1;
  		}
  		@starting-style {
  			.txt01 {
  				opacity: 0;
  			}
  		}
  	}
  }*/ }
  @media (max-width: 767px) {
    .naviBox {
      margin: 50px 0;
      height: 60px; } }
  .naviBox .naviList {
    max-width: 920px;
    margin: 0 auto;
    padding: 10px 0;
    list-style-type: none;
    display: flex;
    border-right: 1px solid #DBDBDB;
    position: relative; }
    @media (max-width: 767px) {
      .naviBox .naviList {
        padding: 5px 0; } }
    .naviBox .naviList::before {
      content: "";
      display: block;
      width: 100vw;
      height: 100%;
      position: absolute;
      top: 0;
      left: 50%;
      translate: -50% 0;
      background-color: rgba(255, 255, 255, 0.9);
      z-index: -1; }
    .naviBox .naviList li {
      margin: 0;
      flex: 1;
      border-left: 1px solid #DBDBDB;
      display: flex; }
      .naviBox .naviList li a {
        width: 100%;
        padding: 0.4em 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        color: #005227;
        text-decoration: none;
        line-height: 1;
        font-weight: 500;
        -webkit-transition: all .3s;
        transition: all .3s; }
        .naviBox .naviList li a .txt01 {
          display: block;
          opacity: 1;
          transition: opacity 0.3s ease, display 0.3s ease allow-discrete; }
          @media (max-width: 767px) {
            .naviBox .naviList li a .txt01 {
              font-size: 1.0rem; } }
@starting-style {
  .naviBox .naviList li a .txt01 {
    opacity: 0; } }
        .naviBox .naviList li a i {
          display: flex;
          justify-content: center;
          align-items: center;
          height: 60px;
          aspect-ratio: 1 / 1;
          position: relative; }
          .naviBox .naviList li a i img {
            position: relative;
            transition: 0s; }
          .naviBox .naviList li a i::after {
            content: "";
            display: block;
            width: 56px;
            aspect-ratio: 1 / 1;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 50%;
            translate: -50% -50%;
            background: #005227 !important;
            z-index: -1;
            opacity: 0;
            scale: 1;
            -webkit-transition: all .3s;
            transition: all .3s; }
            @media (max-width: 767px) {
              .naviBox .naviList li a i::after {
                width: 30px; } }
          @media (max-width: 767px) {
            .naviBox .naviList li a i {
              height: 34px; }
              .naviBox .naviList li a i img {
                scale: 0.5; } }
        .naviBox .naviList li a:hover i img, .naviBox .naviList li a.current i img {
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(69deg) brightness(93%) contrast(117%); }
        .naviBox .naviList li a:hover i::after, .naviBox .naviList li a.current i::after {
          opacity: 1;
          scale: 1; }
      .naviBox .naviList li.voice a i img {
        margin-left: 5px; }
        @media (max-width: 767px) {
          .naviBox .naviList li.voice a i img {
            margin-left: 2px; } }

/*============================================================================
	backleaves
=============================================================================*/
.backleaves1 {
  position: absolute;
  width: 80%;
  rotate: -90deg;
  scale: 1 -1;
  right: -30%;
  z-index: -1; }

.backleaves2 {
  position: absolute;
  width: 80%;
  rotate: -90deg;
  left: -30%;
  z-index: -1; }

/*============================================================================
	interviewBox
=============================================================================*/
.interviewBox {
  margin: 100px 0;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .interviewBox {
      margin: 50px 0; } }
  .interviewBox .backleaves1 {
    top: 100px; }
    @media (max-width: 767px) {
      .interviewBox .backleaves1 {
        top: 50px; } }
  .interviewBox .backleaves2 {
    top: 1800px; }
  .interviewBox .caseBox {
    margin: 100px 0;
    position: relative;
    overflow: hidden;
    max-height: 360px;
    -webkit-transition: all .3s;
    transition: all .3s; }
    @media (max-width: 1024px) {
      .interviewBox .caseBox {
        max-height: 70vw; } }
    @media (max-width: 767px) {
      .interviewBox .caseBox {
        margin: 50px 0; } }
    .interviewBox .caseBox:has(input.accordionCheck:checked) {
      max-height: 10000px;
      padding-bottom: 100px; }
      @media (max-width: 767px) {
        .interviewBox .caseBox:has(input.accordionCheck:checked) {
          padding-bottom: 50px; } }
      .interviewBox .caseBox:has(input.accordionCheck:checked) .accordionLabel {
        background: inherit; }
        .interviewBox .caseBox:has(input.accordionCheck:checked) .accordionLabel .btn span::before {
          content: "たたむ"; }
        .interviewBox .caseBox:has(input.accordionCheck:checked) .accordionLabel .btn span::after {
          transform: rotate(-45deg); }
    .interviewBox .caseBox .accordionLabel {
      height: 150px;
      cursor: pointer;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 10;
      width: 100%;
      background: linear-gradient(0deg, white 50%, rgba(255, 255, 255, 0) 100%); }
      @media (max-width: 767px) {
        .interviewBox .caseBox .accordionLabel {
          height: 100px; } }
      .interviewBox .caseBox .accordionLabel input.accordionCheck {
        display: none; }
      .interviewBox .caseBox .accordionLabel .btn {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1em;
        padding: 1em 0;
        background: #ffffff; }
        .interviewBox .caseBox .accordionLabel .btn::before, .interviewBox .caseBox .accordionLabel .btn::after {
          content: "";
          display: block;
          height: 2px;
          background: #DBDBDB;
          flex-grow: 1; }
        .interviewBox .caseBox .accordionLabel .btn span {
          color: #005227;
          font-weight: 500;
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 0.4em; }
          .interviewBox .caseBox .accordionLabel .btn span::before {
            content: "続きを読む"; }
          .interviewBox .caseBox .accordionLabel .btn span::after {
            content: "";
            display: block;
            width: 0.4em;
            aspect-ratio: 1 / 1;
            border: 2px solid currentColor;
            border-left: 0;
            border-bottom: 0;
            transform: rotate(135deg); }
    .interviewBox .caseBox .infoBox {
      color: #005227;
      display: grid;
      grid-template-columns: 56% auto;
      grid-template-rows: max-content 1fr;
      gap: 0 5%; }
      @media (max-width: 767px) {
        .interviewBox .caseBox .infoBox {
          grid-template-columns: 40% auto; } }
      .interviewBox .caseBox .infoBox .imgBox {
        grid-column: 1;
        grid-row: 1 / 3;
        margin: 0;
        text-align: center; }
        @media (max-width: 1024px) {
          .interviewBox .caseBox .infoBox .imgBox {
            grid-row: 1; } }
      .interviewBox .caseBox .infoBox .titleBox {
        grid-column: 2;
        grid-row: 1; }
        .interviewBox .caseBox .infoBox .titleBox .title {
          margin: 1em 0;
          font-weight: 500;
          font-size: clamp(1.4rem, 2.5vw, 2.8rem);
          line-height: 1.75; }
      .interviewBox .caseBox .infoBox .profileBox {
        grid-column: 2;
        grid-row: 2;
        margin: 2em 0; }
        @media (max-width: 1024px) {
          .interviewBox .caseBox .infoBox .profileBox {
            grid-column: 1 / 3; } }
        .interviewBox .caseBox .infoBox .profileBox .profileTtl {
          margin: 0 0 1em 0;
          line-height: 1;
          font-family: "Roboto", sans-serif;
          font-weight: 500;
          display: flex;
          align-items: center;
          gap: 1em; }
          .interviewBox .caseBox .infoBox .profileBox .profileTtl::after {
            content: "";
            display: block;
            flex: 1;
            height: 1px;
            background: #005227; }
        .interviewBox .caseBox .infoBox .profileBox .nameFromBox {
          display: flex;
          gap: 1em; }
          .interviewBox .caseBox .infoBox .profileBox .nameFromBox .name {
            margin: 0;
            font-weight: 500; }
            .interviewBox .caseBox .infoBox .profileBox .nameFromBox .name span {
              font-size: clamp(1.8rem, 2.5vw, 2.4rem);
              margin: 0 0.4em 0 0; }
          .interviewBox .caseBox .infoBox .profileBox .nameFromBox .fromto {
            margin: 0;
            display: flex;
            align-items: center;
            gap: 0.5em;
            font-weight: 500;
            line-height: 1; }
            .interviewBox .caseBox .infoBox .profileBox .nameFromBox .fromto .from {
              color: #ffffff;
              padding: 0.4em 0.8em;
              background: #005227; }
            .interviewBox .caseBox .infoBox .profileBox .nameFromBox .fromto .arrow {
              line-height: 0.1; }
        .interviewBox .caseBox .infoBox .profileBox .profileList {
          margin: 2em 0 0 0;
          padding: 0;
          list-style-type: none;
          display: grid;
          grid-template-columns: repeat(2, auto);
          gap: 0.6em 2em;
          justify-content: start;
          font-size: clamp(1.2rem, 2.5vw, 1.4rem);
          font-weight: 500; }
          .interviewBox .caseBox .infoBox .profileBox .profileList .item {
            display: flex;
            align-items: baseline;
            gap: 0.5em; }
            .interviewBox .caseBox .infoBox .profileBox .profileList .item dt {
              margin: 0;
              white-space: nowrap; }
              .interviewBox .caseBox .infoBox .profileBox .profileList .item dt::after {
                content: "："; }
            .interviewBox .caseBox .infoBox .profileBox .profileList .item dd {
              margin: 0; }
    .interviewBox .caseBox .block + .block {
      margin-top: 3em; }
    .interviewBox .caseBox .block .imgBox {
      margin: 0; }
    .interviewBox .caseBox .block p {
      line-height: 2.5; }
    .interviewBox .caseBox .blockImgWide {
      display: flex;
      flex-direction: column;
      gap: 2em; }
    .interviewBox .caseBox .blockImg2Clm {
      display: flex;
      flex-direction: column;
      gap: 2em; }
      .interviewBox .caseBox .blockImg2Clm .imgClm {
        display: flex;
        gap: 2em; }
        .interviewBox .caseBox .blockImg2Clm .imgClm .imgBox {
          flex: 1; }
    .interviewBox .caseBox .blockImgLeft,
    .interviewBox .caseBox .blockImgRight {
      display: flex;
      gap: 2em; }
      @media (max-width: 767px) {
        .interviewBox .caseBox .blockImgLeft,
        .interviewBox .caseBox .blockImgRight {
          flex-direction: column !important; } }
      .interviewBox .caseBox .blockImgLeft .imgClm,
      .interviewBox .caseBox .blockImgRight .imgClm {
        width: 42%;
        flex-shrink: 0; }
        @media (max-width: 767px) {
          .interviewBox .caseBox .blockImgLeft .imgClm,
          .interviewBox .caseBox .blockImgRight .imgClm {
            width: auto; } }
    .interviewBox .caseBox .blockImgRight {
      flex-direction: row-reverse; }
    .interviewBox .caseBox .caseLinkBox {
      margin: 4em auto;
      max-width: 1000px; }
      .interviewBox .caseBox .caseLinkBox a {
        display: block;
        text-decoration: none;
        border: 1px solid #DBDBDB;
        padding: 40px;
        display: flex;
        align-items: center;
        gap: 4%; }
        @media (max-width: 767px) {
          .interviewBox .caseBox .caseLinkBox a {
            padding: 10px; } }
        .interviewBox .caseBox .caseLinkBox a .imgBox {
          margin: 0;
          width: 26%;
          flex-shrink: 0;
          overflow: hidden; }
          .interviewBox .caseBox .caseLinkBox a .imgBox img {
            -webkit-transition: all .3s;
            transition: all .3s; }
        .interviewBox .caseBox .caseLinkBox a .txtBox {
          flex-grow: 1; }
        .interviewBox .caseBox .caseLinkBox a .title {
          margin: 0;
          font-size: clamp(1.4rem, 2.5vw, 3.6rem);
          font-weight: 500; }
          .interviewBox .caseBox .caseLinkBox a .title .sub {
            display: block;
            font-size: clamp(1.2rem, 2.5vw, 2.4rem); }
        .interviewBox .caseBox .caseLinkBox a .link {
          width: fit-content;
          margin: 1em 0 0 auto;
          display: flex;
          align-items: center;
          gap: 0.8em; }
          @media (max-width: 767px) {
            .interviewBox .caseBox .caseLinkBox a .link {
              font-size: 1.2rem; } }
          .interviewBox .caseBox .caseLinkBox a .link .arrow {
            width: 1.5em;
            height: 1px;
            background: currentColor;
            position: relative;
            translate: 0 0.4em;
            left: 0;
            -webkit-transition: all .3s;
            transition: all .3s; }
            .interviewBox .caseBox .caseLinkBox a .link .arrow::before {
              content: "";
              position: absolute;
              top: calc(50% - 2px);
              right: 0;
              width: 0.6em;
              height: 1px;
              background: currentColor;
              rotate: 45deg;
              transform-origin: calc(100% - 2px) 50%; }
        .interviewBox .caseBox .caseLinkBox a:hover .imgBox img {
          scale: 1.1; }
        .interviewBox .caseBox .caseLinkBox a:hover .link .arrow {
          left: 0.4em; }

/*============================================================================
	voiceBox
=============================================================================*/
.voiceBox {
  color: #ffffff;
  margin: 100px 0;
  padding: 100px 0;
  background: url("../img/voice_bg01.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden; }
  @media (max-width: 767px) {
    .voiceBox {
      margin: 50px 0;
      padding: 50px 0; } }
  .voiceBox .commonHeadBox {
    color: #ffffff; }
  .voiceBox .ctgBox .ttlBox {
    display: flex;
    align-items: center;
    gap: 2em; }
    .voiceBox .ctgBox .ttlBox .ttlClm {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 50%; }
    .voiceBox .ctgBox .ttlBox .ttl {
      margin: 0;
      font-size: clamp(1.6rem, 2.5vw, 4.2rem);
      font-family: "Zen Old Mincho", serif;
      font-weight: 600;
      font-style: normal;
      font-weight: 500;
      text-align: center;
      line-height: 1.75;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 1em;
      white-space: nowrap; }
      .voiceBox .ctgBox .ttlBox .ttl::before, .voiceBox .ctgBox .ttlBox .ttl::after {
        content: "";
        display: block;
        width: 2px;
        height: 3em;
        background: currentColor; }
      .voiceBox .ctgBox .ttlBox .ttl::before {
        rotate: -25deg; }
      .voiceBox .ctgBox .ttlBox .ttl::after {
        rotate: 25deg; }
    .voiceBox .ctgBox .ttlBox .imgBox {
      margin: 0; }
  .voiceBox .ctgBox .list01 {
    margin: 4em 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    gap: 90px 5%; }
    @media (max-width: 767px) {
      .voiceBox .ctgBox .list01 {
        flex-direction: column;
        gap: 30px 0; } }
    .voiceBox .ctgBox .list01 li {
      margin: 0;
      padding: 0 0 0 2em;
      box-sizing: border-box;
      flex: 1; }
      @media (max-width: 767px) {
        .voiceBox .ctgBox .list01 li {
          padding-left: 0;
          display: grid;
          grid-template-columns: 70px auto;
          grid-template-rows: auto auto auto;
          gap: 0 5%; } }
      .voiceBox .ctgBox .list01 li::before {
        content: "";
        display: block;
        width: 48px;
        aspect-ratio: 48 / 38;
        background: url("../img/voice_mark01.svg") 0 0 no-repeat;
        background-size: contain;
        margin: 0 0 0 -2em; }
        @media (max-width: 767px) {
          .voiceBox .ctgBox .list01 li::before {
            width: 24px;
            margin-left: 0;
            grid-column: 1 / 3;
            grid-row: 1; } }
      .voiceBox .ctgBox .list01 li .ttl {
        margin: 1em 0;
        font-size: clamp(1.6rem, 2.5vw, 2rem);
        font-weight: 700;
        line-height: 1.75; }
        @media (max-width: 767px) {
          .voiceBox .ctgBox .list01 li .ttl {
            grid-column: 2;
            grid-row: 2; } }
      .voiceBox .ctgBox .list01 li p {
        line-height: 2.5; }
        @media (max-width: 767px) {
          .voiceBox .ctgBox .list01 li p {
            grid-column: 2;
            grid-row: 3; } }
      .voiceBox .ctgBox .list01 li .illustBox {
        margin: 1em auto 0; }
        @media (max-width: 767px) {
          .voiceBox .ctgBox .list01 li .illustBox {
            grid-column: 1;
            grid-row: 2 / 4;
            width: auto !important; } }
        .voiceBox .ctgBox .list01 li .illustBox.man1 {
          width: 166px; }
        .voiceBox .ctgBox .list01 li .illustBox.woman1 {
          width: 144px; }
  .voiceBox .ctgBox:nth-child(odd) .ttlBox .imgClm {
    margin-right: calc(50% - 50vw); }
  .voiceBox .ctgBox:nth-child(odd) .ttlBox .ttl {
    rotate: -5deg; }
  .voiceBox .ctgBox:nth-child(even) .ttlBox {
    flex-direction: row-reverse; }
    .voiceBox .ctgBox:nth-child(even) .ttlBox .imgClm {
      margin-left: calc(50% - 50vw); }
    .voiceBox .ctgBox:nth-child(even) .ttlBox .ttl {
      rotate: 5deg; }

/*============================================================================
	meritBox
=============================================================================*/
.meritBox {
  margin: 100px 0;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .meritBox {
      margin: 50px 0; } }
  .meritBox .backleaves1 {
    top: 100px; }
    @media (max-width: 767px) {
      .meritBox .backleaves1 {
        top: 50px; } }
  .meritBox .backleaves2 {
    top: 1800px; }
    @media (max-width: 767px) {
      .meritBox .backleaves2 {
        top: 1200px; } }
  .meritBox .block {
    display: flex;
    align-items: center;
    gap: 5%; }
    @media (max-width: 767px) {
      .meritBox .block {
        flex-direction: column-reverse !important; } }
    .meritBox .block + .block {
      margin-top: 120px; }
      @media (max-width: 767px) {
        .meritBox .block + .block {
          margin-top: 0; } }
    .meritBox .block .imgBox {
      margin: 0; }
    .meritBox .block .txtBox {
      width: 50%; }
      @media (max-width: 767px) {
        .meritBox .block .txtBox {
          width: auto; } }
      .meritBox .block .txtBox .meritnum {
        margin: 1em 0; }
      .meritBox .block .txtBox .txt01 {
        line-height: 2.5; }
    .meritBox .block.blockImgLeft .imgBox {
      margin-left: calc(50% - 50vw); }
    .meritBox .block.blockImgRight {
      flex-direction: row-reverse; }
      .meritBox .block.blockImgRight .imgBox {
        margin-right: calc(50% - 50vw); }
    .meritBox .block.blockImgCenter {
      flex-direction: column;
      max-width: 800px;
      margin-right: auto;
      margin-left: auto; }
      .meritBox .block.blockImgCenter .txtBox {
        width: auto; }
  .meritBox .mapBox {
    max-width: 1060px;
    margin: 4em auto 0;
    text-align: center; }

/*============================================================================
	contactBox
=============================================================================*/
.contactBox {
  padding: 120px 0;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .contactBox {
      padding: 60px 0; } }
  .contactBox .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .contactBox .head {
    margin: 0;
    font-size: clamp(1.8rem, 2.5vw, 4.8rem);
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-style: normal;
    font-weight: 500;
    text-align: center; }
  .contactBox .txt01 {
    text-align: center;
    line-height: 2.5; }
  .contactBox .logo {
    width: 378px;
    margin: 4em auto; }
    @media (max-width: 767px) {
      .contactBox .logo {
        width: 180px; } }
    .contactBox .logo img {
      width: 100%;
      filter: brightness(0) saturate(100%) invert(0%) sepia(90%) saturate(7460%) hue-rotate(347deg) brightness(105%) contrast(111%); }
  .contactBox .btnList {
    margin: 4em auto;
    padding: 0;
    list-style-type: none;
    max-width: 400px; }
    .contactBox .btnList li {
      margin: 0; }
      .contactBox .btnList li + li {
        margin-top: 2em; }
      .contactBox .btnList li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 500;
        padding: 1.6em;
        border: 1px solid #1a1a1a;
        text-decoration: none; }
        .contactBox .btnList li a .arrow {
          width: 1.5em;
          height: 1px;
          background: currentColor;
          position: relative;
          translate: 0 0.4em;
          left: 0;
          -webkit-transition: all .3s;
          transition: all .3s; }
          .contactBox .btnList li a .arrow::before {
            content: "";
            position: absolute;
            top: calc(50% - 2px);
            right: 0;
            width: 0.6em;
            height: 1px;
            background: currentColor;
            rotate: 45deg;
            transform-origin: calc(100% - 2px) 50%; }
        .contactBox .btnList li a:hover {
          color: #ffffff;
          background: #1a1a1a; }
          .contactBox .btnList li a:hover .arrow {
            left: 0.8em; }
      .contactBox .btnList li.brand a {
        color: #ffffff;
        background: #1a1a1a; }
        .contactBox .btnList li.brand a:hover {
          color: #1a1a1a;
          background: #ffffff; }
  .contactBox .sliderBox {
    margin: 6em 0 0 0; }
    @media (max-width: 767px) {
      .contactBox .sliderBox {
        margin-top: 4em; } }
    .contactBox .sliderBox .slick-list {
      overflow: visible; }
    .contactBox .sliderBox .item {
      margin: 0 25px; }
      @media (max-width: 767px) {
        .contactBox .sliderBox .item {
          margin: 0 10px; } }
      .contactBox .sliderBox .item .imgBox {
        margin: 0; }

/*============================================================================
	footer
=============================================================================*/
.footer {
  padding: 80px 0; }
  .footer .logo {
    margin: 0;
    width: 300px; }
    @media (max-width: 767px) {
      .footer .logo {
        width: 150px; } }
  .footer .addressList {
    margin: 2em 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 4em;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .footer .addressList {
        gap: 2em; } }
    .footer .addressList dt {
      font-weight: 500; }
    .footer .addressList dd {
      margin: 0; }
  .footer .url {
    margin: 2em 0; }
  .footer .cr {
    margin: 2em 0 0;
    text-align: right; }

/*============================================================================
	animation
=============================================================================*/
.maskText {
  overflow: hidden;
  position: relative; }
  .maskText::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: translateX(var(--maskText)); }

.maskBlock {
  overflow: hidden;
  position: relative; }
  .maskBlock::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #005227;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(var(--blockScale, 0%));
    z-index: 10; }

/*============================================================================
	regulation
=============================================================================*/
/*============================================================================
	調整用
=============================================================================*/
.fl {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex; }

.fl-tab {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex; }
  @media (max-width: 1024px) {
    .fl-tab {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column; } }

.fl-smp {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex; }
  @media (max-width: 767px) {
    .fl-smp {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column; } }

.fl-jst {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.fl-cen {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.fl-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.fl-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.fl-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.fl-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.mt0 {
  margin-top: min(0vw,0px); }

.mb0 {
  margin-bottom: min(0vw,0px); }

.pt0 {
  padding-top: min(0vw,0px); }

.pb0 {
  padding-bottom: min(0vw,0px); }

.mt10 {
  margin-top: min(3vw,10px); }

.mb10 {
  margin-bottom: min(3vw,10px); }

.pt10 {
  padding-top: min(3vw,10px); }

.pb10 {
  padding-bottom: min(3vw,10px); }

.mt20 {
  margin-top: min(6vw,20px); }

.mb20 {
  margin-bottom: min(6vw,20px); }

.pt20 {
  padding-top: min(6vw,20px); }

.pb20 {
  padding-bottom: min(6vw,20px); }

.mt30 {
  margin-top: min(9vw,30px); }

.mb30 {
  margin-bottom: min(9vw,30px); }

.pt30 {
  padding-top: min(9vw,30px); }

.pb30 {
  padding-bottom: min(9vw,30px); }

.mt40 {
  margin-top: min(12vw,40px); }

.mb40 {
  margin-bottom: min(12vw,40px); }

.pt40 {
  padding-top: min(12vw,40px); }

.pb40 {
  padding-bottom: min(12vw,40px); }

.mt50 {
  margin-top: min(15vw,50px); }

.mb50 {
  margin-bottom: min(15vw,50px); }

.pt50 {
  padding-top: min(15vw,50px); }

.pb50 {
  padding-bottom: min(15vw,50px); }

.mt60 {
  margin-top: min(18vw,60px); }

.mb60 {
  margin-bottom: min(18vw,60px); }

.pt60 {
  padding-top: min(18vw,60px); }

.pb60 {
  padding-bottom: min(18vw,60px); }

.mt70 {
  margin-top: min(21vw,70px); }

.mb70 {
  margin-bottom: min(21vw,70px); }

.pt70 {
  padding-top: min(21vw,70px); }

.pb70 {
  padding-bottom: min(21vw,70px); }

.mt80 {
  margin-top: min(24vw,80px); }

.mb80 {
  margin-bottom: min(24vw,80px); }

.pt80 {
  padding-top: min(24vw,80px); }

.pb80 {
  padding-bottom: min(24vw,80px); }

.mt90 {
  margin-top: min(27vw,90px); }

.mb90 {
  margin-bottom: min(27vw,90px); }

.pt90 {
  padding-top: min(27vw,90px); }

.pb90 {
  padding-bottom: min(27vw,90px); }

.mt100 {
  margin-top: min(30vw,100px); }

.mb100 {
  margin-bottom: min(30vw,100px); }

.pt100 {
  padding-top: min(30vw,100px); }

.pb100 {
  padding-bottom: min(30vw,100px); }

br {
  display: inline; }
  @media (min-width: 1201px) {
    br.showPC {
      display: none !important; } }
  @media (min-width: 1025px) {
    br.showTab {
      display: none !important; } }
  @media (min-width: 768px) {
    br.showSP {
      display: none !important; } }
  @media (max-width: 1200px) {
    br.hdnPC {
      display: none; }
    br.showPC {
      display: inherit; } }
  @media (max-width: 1024px) {
    br.hdnTab {
      display: none; }
    br.showTab {
      display: inherit; } }
  @media (max-width: 767px) {
    br.hdnSP {
      display: none; }
    br.showSP {
      display: inherit; } }

span {
  display: inline-block; }
  @media (min-width: 1201px) {
    span.showPC {
      display: none !important; } }
  @media (min-width: 1025px) {
    span.showTab {
      display: none !important; } }
  @media (min-width: 768px) {
    span.showSP {
      display: none !important; } }
  @media (max-width: 1200px) {
    span.hdnPC {
      display: none !important; }
    span.showPC {
      display: inherit; } }
  @media (max-width: 1024px) {
    span.hdnTab {
      display: none !important; }
    span.showTab {
      display: inherit; } }
  @media (max-width: 767px) {
    span.hdnSP {
      display: none !important; }
    span.showSP {
      display: inherit; } }

p, div, figure, ul {
  display: block; }
  @media (min-width: 1201px) {
    p.showPC, div.showPC, figure.showPC, ul.showPC {
      display: none !important; } }
  @media (min-width: 1025px) {
    p.showTab, div.showTab, figure.showTab, ul.showTab {
      display: none !important; } }
  @media (min-width: 768px) {
    p.showSP, div.showSP, figure.showSP, ul.showSP {
      display: none !important; } }
  @media (max-width: 1200px) {
    p.hdnPC, div.hdnPC, figure.hdnPC, ul.hdnPC {
      display: none !important; }
    p.showPC, div.showPC, figure.showPC, ul.showPC {
      display: inherit; } }
  @media (max-width: 1024px) {
    p.hdnTab, div.hdnTab, figure.hdnTab, ul.hdnTab {
      display: none !important; }
    p.showTab, div.showTab, figure.showTab, ul.showTab {
      display: inherit; } }
  @media (max-width: 767px) {
    p.hdnSP, div.hdnSP, figure.hdnSP, ul.hdnSP {
      display: none !important; }
    p.showSP, div.showSP, figure.showSP, ul.showSP {
      display: inherit; } }

li {
  display: list-item; }
  @media (min-width: 1201px) {
    li.showPC {
      display: none !important; } }
  @media (min-width: 1025px) {
    li.showTab {
      display: none !important; } }
  @media (min-width: 768px) {
    li.showSP {
      display: none !important; } }
  @media (max-width: 1200px) {
    li.hdnPC {
      display: none !important; }
    li.showPC {
      display: inherit; } }
  @media (max-width: 1024px) {
    li.hdnTab {
      display: none !important; }
    li.showTab {
      display: inherit; } }
  @media (max-width: 767px) {
    li.hdnSP {
      display: none !important; }
    li.showSP {
      display: inherit; } }

.ta_cnt {
  text-align: center; }

.ta_right {
  text-align: right; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }
