@charset "UTF-8";
/* ===========================================
common
=========================================== */
:root {
  --ff-main: "Zen Kaku Gothic New","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック",'Noto Sans JP', sans-serif;
  --ff-en: "Antonio", sans-serif;
  --white: #fff;
  --black: #000;
  --green1: rgba(23, 107, 71, 1);
  --green2: rgba(23, 107, 71, 0.07);
  --green3: rgba(234, 248, 242, 1);
  --gray: rgba(108, 108, 108, 1);
  --error: red;
  --contrast:contrast(120%);
  --logo-size-x:clamp(20.625rem, 1.995rem + 29.11vw, 36.563rem);
  --logo-size-y:clamp(18.125rem, 3.513rem + 22.83vw, 30.625rem);
  --nav-icon-size:clamp(3.375rem, 3.044rem + 1.1vw, 3.75rem);
  --nav-fs:clamp(0.875rem, -0.074rem + 1.48vw, 1.125rem);
  --fs14:0.875rem;
  --fs16:1rem;
  --fs18:1.125rem;
  --fs20:1.25rem;
  --fs26:1.625rem;
  --fs28:1.75rem;
  --fs30:1.875rem;
  --fs45:2.813rem;
  --fs62:3.625rem;
  --fs-catch:clamp(1rem, 0.949rem + 0.22vw, 1.125rem);
  --fs-en:clamp(3.313rem, 2.241rem + 4.57vw, 5.956rem);
  --fs24:clamp(1.25rem, 1.149rem + 0.43vw, 1.5rem);
  --fs34:clamp(1.875rem, 1.774rem + 0.43vw, 2.125rem);
  --fs48:clamp(2.25rem, 1.946rem + 1.3vw, 3rem);
  --top-title:clamp(8.187rem, 6.334rem + 7.91vw, 12.758rem);
  --fs95:clamp(2.688rem, 1.37rem + 5.62vw, 5.938rem);
  --pagetitle:clamp(1.125rem, 1.074rem + 0.22vw, 1.25rem);
  --toplead:clamp(0.938rem, 0.861rem + 0.32vw, 1.125rem) ; }

html {
  font-size: 100%;
  font-family: var(--ff-main);
  font-weight: 700;
  color: var(--black);
  overflow-x: hidden;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }

body {
  color: #000;
  font-weight: 700;
  font-size: var(--fs18); }

p {
  font-size: var(--fs18);
  line-height: 1.8; }

h1 {
  font-size: var(--fs36); }

h2 {
  font-size: var(--fs34);
  text-align: center; }

h3, h4, h5, h6 {
  font-size: var(--fs18); }

.en-title {
  letter-spacing: 12%;
  font-size: var(--fs95);
  font-family: var(--ff-en);
  text-align: center; }

.ff-en {
  letter-spacing: 10%;
  font-family: var(--ff-en); }

b, strong {
  font-weight: 700; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

h1 {
  margin-bottom: 30px; }

a {
  text-decoration: none; }
  a.contact {
    display: inline-block;
    border-bottom: 1px solid var(--white);
    position: relative; }
    a.contact::after {
      content: "";
      display: inline-block;
      background: url("../images/icon-contact.svg") 0 0 no-repeat;
      background-size: contain;
      width: 1.2em;
      height: 1.2em;
      vertical-align: text-bottom;
      margin-left: .5em; }

.fs14 {
  font-size: var(--fs14); }

.fs16 {
  font-size: var(--fs16); }

.fs18 {
  font-size: var(--fs18); }

.fs20 {
  font-size: var(--fs20); }

.fs24 {
  font-size: var(--fs24); }

.fs26 {
  font-size: var(--fs26); }

.fs28 {
  font-size: var(--fs28); }

.fs30 {
  font-size: var(--fs30); }

.fs45 {
  font-size: var(--fs45); }

.fs62 {
  font-size: var(--fs62); }

.pagetitle {
  font-size: var(--pagetitle); }

.fc-green {
  color: var(--green1); }

@media screen and (max-width: 1024px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px; }

  .pc {
    display: none; } }
@media screen and (min-width: 1024px) {
  .sp {
    display: none; } }
/* ===========================================
header
=========================================== */
header {
  width: 100vw;
  position: relative;
  color: var(--white);
  z-index: 5;
  background: url("../images/bg.jpg") 0 0 no-repeat;
  background-size: cover; }
  header .logo {
    background: url("../images/logo-w.svg") 0 center no-repeat;
    background-size: contain;
    width: 103px;
    height: 51px;
    font-size: 0;
    margin-right: 10px; }
  header .catch {
    font-size: var(--fs16);
    line-height: 1.2; }
  header nav {
    text-align: center;
    font-weight: 700;
    font-size: var(--nav-fs); }
    header nav .contact a {
      color: var(--green1);
      background-color: var(--white);
      padding: .3em 1em; }
  header.top {
    color: var(--black);
    background-image: none;
    background: transparent; }
    header.top .logo {
      background: url("../images/logo.svg") 0 center no-repeat;
      background-size: contain; }
    header.top nav a {
      color: var(--black); }
    header.top nav .contact a {
      color: var(--white);
      background-color: var(--green1); }

@media screen and (min-width: 1025px), print {
  header .logo {
    width: 103px;
    height: 51px; } }
@media screen and (max-width: 1024px) {
  header {
    height: 75px; }
    header .logo {
      width: 77px;
      height: 38.13px; } }
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 85px;
  height: 85px;
  padding: 20px;
  transition: all .5s;
  cursor: pointer;
  z-index: 101;
  background-color: transparent;
  text-align: center; }

.toggle_btn span {
  display: block;
  position: absolute;
  left: 26px;
  width: 36px;
  height: 1px;
  background-color: var(--white);
  border-radius: 4px;
  transition: all .5s; }

.toggle_btn span:nth-child(1) {
  top: 26px; }

.toggle_btn span:nth-child(2) {
  top: 38px;
  width: 30px;
  left: 30px; }

.toggle_btn span:nth-child(3) {
  top: 50px; }

.toggle_btn.open span {
  background-color: var(--white); }

.toggle_btn.open span:nth-child(1) {
  background-color: var(--white);
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg); }

.toggle_btn.open span:nth-child(2) {
  opacity: 0; }

.toggle_btn.open span:nth-child(3) {
  background-color: var(--white);
  -webkit-transform: translateY(-14px) rotate(315deg);
  transform: translateY(-14px) rotate(315deg); }

@media screen and (min-width: 1025px) {
  header {
    padding: 20px 0;
    container-type: scroll-state;
    position: sticky;
    top: 0;
    left: 0;
    transition: all 0.5s;
    height: 90px; }
    header.header-scrolled {
      background-image: none;
      background-color: var(--white);
      color: var(--black);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
      header.header-scrolled .logo {
        background-image: url("../images/logo.svg"); }
      header.header-scrolled a {
        color: var(--black); }
      header.header-scrolled nav .gnavi a {
        position: relative; }
        header.header-scrolled nav .gnavi a.active::after {
          content: "";
          display: block;
          position: absolute;
          bottom: -.5em;
          left: calc(50% - 3px);
          width: 6px;
          height: 6px;
          border-radius: 50%;
          background-color: var(--black); }
      header.header-scrolled nav .contact a {
        background-color: var(--green1);
        color: var(--white); }
    header #sp-nav,
    header .gnavi {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      gap: 30px; } }
@media screen and (max-width: 1024px) {
  header {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 11;
    transition: all 0.5s; }
    header.header-scrolled {
      background-color: var(--white); }
    header .cmp-inner > .cmp-flex.cmp-al-center {
      position: absolute;
      top: 15px;
      z-index: 102; }
      header .cmp-inner > .cmp-flex.cmp-al-center * {
        transition: ease .4s; }
    header.open .logo {
      background-image: url("../images/logo-w.svg"); }
    header.open .catch {
      color: var(--white); }

  .toggle_btn {
    display: flex;
    justify-content: center;
    align-items: flex-end; }

  .top .toggle_btn span {
    background-color: var(--black); }

  #sp-nav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 100px;
    transform: translateX(100%);
    transition: ease .4s;
    z-index: 100;
    background: linear-gradient(180deg, #176B47 0%, #0D442D 100%);
    font-size: var(--fs22); }
    #sp-nav::after {
      display: block;
      content: "";
      background: url("../images/point-image.svg") 5vw 0 no-repeat;
      background-size: contain;
      width: 50vw;
      height: 27.8vw;
      position: absolute;
      margin-top: 30px;
      right: 0; }
    #sp-nav ul.gnavi {
      display: flex;
      flex-direction: column;
      width: calc(100% - 40px);
      margin: 0 auto; }
      #sp-nav ul.gnavi li {
        border-bottom: 1px solid var(--white); }
        #sp-nav ul.gnavi li a {
          display: block;
          padding: 20px 0;
          color: var(--white); }
    #sp-nav ul.contact {
      display: none; }

  #sp-nav.open {
    transform: translateX(0); } }
/* ===========================================
main
=========================================== */
main {
  position: relative; }
  main section {
    padding-bottom: 80px;
    position: relative; }
    main section.mg-sml {
      padding-bottom: 0px; }
  main p, main h2, main h3, main h4, main h5, main h6 {
    line-height: 1.8; }
  main ul {
    margin-left: 1.5em;
    list-style: disc;
    line-height: 1.8; }
  main ol {
    margin-left: 1.5em;
    list-style: decimal;
    line-height: 1.8; }
  main dl {
    line-height: 1.8; }
  main img {
    max-width: 100%;
    height: auto; }

@media screen and (max-width: 1024px) {
  main {
    padding-top: 75px; }
    main section {
      padding-bottom: 50px; } }
/* ===========================================
footer
=========================================== */
footer {
  width: 100%;
  position: relative;
  background-color: var(--green1);
  color: var(--white); }

@media screen and (min-width: 1025px), print {
  footer {
    padding: 3.4vw 0;
    position: relative; }
    footer .cmp-inner {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1em; }
      footer .cmp-inner p {
        line-height: 1.5; }
      footer .cmp-inner ul {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 20px 10px;
        max-width: 850px;
        flex-wrap: wrap; }
        footer .cmp-inner ul li {
          display: inline-block; }
        footer .cmp-inner ul a {
          position: relative; }
          footer .cmp-inner ul a::after {
            content: "";
            display: inline-block;
            background: url(../images/icon-next.svg) 0 0 no-repeat;
            background-size: auto;
            width: 1.2em;
            height: 1.2em;
            vertical-align: text-bottom;
            margin-left: .5em; } }
@media screen and (max-width: 1024px) {
  footer {
    padding: 5.3vw 0; }
    footer .cmp-inner {
      text-align: center;
      width: calc(100% - 50px); }
      footer .cmp-inner p {
        line-height: 1.5;
        font-size: var(--fs16); }
      footer .cmp-inner ul {
        display: none; } }
/* ===========================================
component
=========================================== */
.cmp-inner {
  max-width: 1200px;
  width: calc(100% - 60px);
  margin: auto; }

@media screen and (max-width: 1024px) {
  .cmp-inner {
    max-width: inherit;
    width: calc(100% - 40px); } }
.cmp-image {
  width: 100%;
  height: auto; }

/* -------------------------------------------
/* cmp-flex
------------------------------------------- */
.cmp-flex {
  display: flex; }
  .cmp-flex.cmp-fl-start {
    justify-content: flex-start; }
  .cmp-flex.cmp-fl-end {
    justify-content: flex-end; }
  .cmp-flex.cmp-fl-center {
    justify-content: center; }
  .cmp-flex.cmp-fl-between {
    justify-content: space-between; }
  .cmp-flex.cmp-al-center {
    align-items: center; }
  .cmp-flex.cmp-al-start {
    align-items: flex-start; }
  .cmp-flex.cmp-al-end {
    align-items: flex-end; }
  .cmp-flex.cmp-col2 > * {
    width: calc((100% - 30px) / 2); }
    .cmp-flex.cmp-col2 > * + * {
      margin-top: 0; }

@media screen and (max-width: 1024px) {
  .cmp-flex.cmp-col2 > * {
    width: calc((100% - 20px) / 2); }
    .cmp-flex.cmp-col2 > * + * {
      margin-top: 0; } }
/* -------------------------------------------
/* cmp-grid
------------------------------------------- */
[class^="cmp-grid"], [class*=" cmp-grid"] {
  display: grid;
  width: 100%;
  position: relative;
  justify-content: space-between; }
  [class^="cmp-grid"] > *, [class*=" cmp-grid"] > * {
    display: grid;
    grid-template-rows: subgrid; }
  [class^="cmp-grid"].span1 > *, [class*=" cmp-grid"].span1 > * {
    grid-row: span 1 !important; }
  [class^="cmp-grid"].span2 > *, [class*=" cmp-grid"].span2 > * {
    grid-row: span 2 !important; }
  [class^="cmp-grid"].span3 > *, [class*=" cmp-grid"].span3 > * {
    grid-row: span 3 !important; }

/* ===========================================
parts
=========================================== */
/* -------------------------------------------
/* page-header
------------------------------------------- */
.page-header {
  position: relative;
  padding: 60px 0 80px;
  margin-bottom: 80px;
  background: url("../images/bg.jpg") 0 -91px no-repeat;
  background-size: cover;
  color: var(--white);
  text-align: center; }
  .page-header::after {
    display: block;
    content: "";
    background: url(../images/point-image.svg) 0 0 no-repeat;
    background-size: contain;
    width: 390px;
    height: 209px;
    position: absolute;
    bottom: -30px;
    right: calc((100% - 1200px)/2);
    z-index: 0; }
  .page-header .page-header_inner h1 {
    font-size: var(--fs48);
    display: inline-block;
    position: relative;
    margin: auto; }
    .page-header .page-header_inner h1::after, .page-header .page-header_inner h1::before {
      height: 1px;
      width: 100%;
      content: "";
      display: block;
      background-color: var(--white);
      margin: 0.2em 0; }

@media screen and (max-width: 1024px) {
  .page-header {
    padding: 30px 0 50px;
    margin-bottom: 30px;
    background: url("../images/bg.jpg") 0 -75px no-repeat;
    background-size: cover; }
    .page-header::after {
      background: url(../images/point-image.svg) 5vw 0 no-repeat;
      background-size: contain;
      width: 33.68vw;
      height: 16.94vw;
      right: 0; } }
/* -------------------------------------------
/* top-slider
------------------------------------------- */
#top-slider {
  width: 100%;
  height: calc(100% + 150px);
  position: fixed;
  top: -90px;
  left: 0;
  z-index: -1;
  overflow: hidden; }

.slider-area {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.slider-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 0;
  animation: sliderAnime 15s linear infinite 0s; }

.slider-item:nth-child(2) {
  animation-delay: 5s; }

.slider-item:nth-child(3) {
  animation-delay: 10s; }

.slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top; }

@keyframes sliderAnime {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
    transform: scale(1); }
  8% {
    opacity: 1; }
  20% {
    opacity: 1;
    transform: scale(1.1); }
  40%,
    100% {
    opacity: 0;
    transform: scale(1.2); } }
/* -------------------------------------------
/* top-contents
------------------------------------------- */
.top-contents {
  margin-top: 0;
  position: relative; }
  .top-contents .animation {
    width: 523px;
    height: 279px;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    position: absolute; }
  .top-contents h1 {
    font-size: var(--top-title);
    writing-mode: vertical-rl;
    color: var(--white);
    margin-bottom: 0;
    line-height: 0.8; }
  .top-contents p {
    color: var(--white);
    font-size: var(--toplead);
    font-weight: 500;
    line-height: 1.75; }
  .top-contents .news {
    margin-top: 30px;
    background: rgba(0, 0, 0, 0.27);
    padding: 30px;
    color: var(--white); }
    .top-contents .news a {
      color: var(--white); }
    .top-contents .news h2 {
      font-family: var(--ff-en);
      font-size: var(--fs20);
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center;
      letter-spacing: 12%;
      gap: 20px; }
      .top-contents .news h2::after {
        content: "";
        display: block;
        height: 1px;
        width: 100%;
        background-color: var(--white); }
    .top-contents .news dl, .top-contents .news p {
      font-size: var(--fs16); }
    .top-contents .news p {
      text-align: right; }
      .top-contents .news p a {
        display: inline-block;
        border-bottom: 1px solid var(--white);
        position: relative; }
        .top-contents .news p a::after {
          content: "";
          display: inline-block;
          background: url("../images/icon-next.svg") 0 0 no-repeat;
          background-size: contain;
          width: 1.2em;
          height: 1.2em;
          vertical-align: text-bottom;
          margin-left: .5em; }

@media screen and (min-width: 1025px) {
  .top-contents {
    padding-top: 80px; }
    .top-contents .news h2 {
      margin-bottom: 20px; }
    .top-contents .news dl {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 100%; }
      .top-contents .news dl dt {
        width: 10%;
        margin-bottom: .5em; }
      .top-contents .news dl dd {
        width: 90%;
        margin-bottom: .5em; } }
@media screen and (max-width: 1024px) {
  .top-contents .animation {
    width: 63.7vw;
    height: 33.86vw;
    margin-top: 100px;
    position: relative; }
  .top-contents .news h2 {
    margin-bottom: 20px; }
  .top-contents .news dl {
    margin-bottom: 2em; }
    .top-contents .news dl dd {
      margin-bottom: .5em; }
  .top-contents #top-slider {
    height: calc(100vh + 85px);
    top: -75px; } }
/* -------------------------------------------
/* top-profile
------------------------------------------- */
#top-profile {
  background: url("../images/bg.jpg") top center no-repeat;
  background-size: cover;
  padding: 50px 50px 80px;
  color: var(--white);
  position: relative; }
  #top-profile::after {
    display: block;
    content: "";
    background: url(../images/point-image.svg) right top no-repeat;
    background-size: cover;
    width: 26.8vw;
    height: 17.01vw;
    position: absolute;
    bottom: -15vw;
    left: 0;
    z-index: 1; }
  #top-profile .en-title {
    margin-bottom: -.55em; }
  #top-profile .cmp-inner {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.25);
    padding: 60px 75px; }
    #top-profile .cmp-inner h3 {
      margin-bottom: 1.8em; }
    #top-profile .cmp-inner > div {
      margin: 60px 0; }
      #top-profile .cmp-inner > div:last-child {
        margin-bottom: 0; }
    #top-profile .cmp-inner .cmp-flex div:nth-child(1) {
      width: 55.23%; }
      #top-profile .cmp-inner .cmp-flex div:nth-child(1) p {
        margin-bottom: 2em;
        line-height: 2; }
        #top-profile .cmp-inner .cmp-flex div:nth-child(1) p:last-child {
          margin-bottom: 0; }
        #top-profile .cmp-inner .cmp-flex div:nth-child(1) p.fs26 {
          margin-bottom: .5em; }
    #top-profile .cmp-inner .cmp-flex div:nth-child(2) {
      width: 41.9%; }
    #top-profile .cmp-inner .cmp-flex ruby rt {
      font-size: .4em;
      text-align: center;
      letter-spacing: 12%; }
    #top-profile .cmp-inner .vision-value {
      display: flex;
      justify-content: center;
      text-align: center; }
      #top-profile .cmp-inner .vision-value > * {
        width: 34.85%;
        border: 1px solid var(--white);
        border-radius: 50%;
        padding-top: 45px;
        aspect-ratio: 1;
        margin: 0 -25px; }
        #top-profile .cmp-inner .vision-value > * .ff-en {
          margin-bottom: -.2em; }
        #top-profile .cmp-inner .vision-value > * .ff-ja {
          position: relative;
          padding-bottom: 2em; }
          #top-profile .cmp-inner .vision-value > * .ff-ja::after {
            content: "";
            display: block;
            height: 2px;
            width: 2.5em;
            background-color: var(--white);
            position: absolute;
            bottom: 1em;
            left: calc(50% - 1.25em); }
    #top-profile .cmp-inner .outline dl {
      display: flex;
      width: 100%; }
      #top-profile .cmp-inner .outline dl dt {
        font-size: var(--fs16); }
      #top-profile .cmp-inner .outline dl dd {
        font-size: var(--fs20); }

@media screen and (min-width: 1025px) {
  #top-profile {
    padding: 60px 0; }
    #top-profile hr {
      margin-bottom: 60px; }
    #top-profile .cmp-inner .outline dl {
      flex-direction: row;
      flex-wrap: wrap; }
      #top-profile .cmp-inner .outline dl dt {
        width: 20%; }
      #top-profile .cmp-inner .outline dl dd {
        width: 80%;
        margin-bottom: .7em; } }
@media screen and (max-width: 1024px) {
  #top-profile {
    padding: 20px 0 40px; }
    #top-profile::after {
      width: 43.4vw;
      height: 26.66vw;
      bottom: -20vw; }
    #top-profile hr {
      margin-bottom: 30px; }
    #top-profile .cmp-inner {
      background-color: rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(10px);
      width: 100%;
      padding: 50px 20px; }
      #top-profile .cmp-inner h3 {
        margin-bottom: 1em; }
      #top-profile .cmp-inner > div {
        margin: 30px 0; }
      #top-profile .cmp-inner .cmp-flex.cmp-fl-between {
        flex-direction: column-reverse; }
        #top-profile .cmp-inner .cmp-flex.cmp-fl-between div {
          width: 100%; }
          #top-profile .cmp-inner .cmp-flex.cmp-fl-between div img {
            margin-bottom: 30px; }
      #top-profile .cmp-inner .vision-value {
        flex-direction: column; }
        #top-profile .cmp-inner .vision-value > * {
          width: 95%;
          margin: 0 auto;
          padding-top: 0;
          display: flex;
          align-items: center;
          justify-content: center; }
          #top-profile .cmp-inner .vision-value > * + div {
            margin-top: -30px; }
          #top-profile .cmp-inner .vision-value > * .ff-en {
            margin-top: -.3em; }
          #top-profile .cmp-inner .vision-value > * .ff-ja {
            padding-bottom: 1em; }
            #top-profile .cmp-inner .vision-value > * .ff-ja::after {
              bottom: .5em; }
          #top-profile .cmp-inner .vision-value > * p {
            line-height: 1.6; }
      #top-profile .cmp-inner .outline {
        margin-top: 0; }
        #top-profile .cmp-inner .outline dl {
          flex-direction: column; }
          #top-profile .cmp-inner .outline dl dd {
            margin-bottom: 1em; } }
/* -------------------------------------------
/* top-service
------------------------------------------- */
#top-service {
  position: relative;
  padding-top: 80px;
  background-color: var(--white); }
  #top-service .en-title, #top-service h2 {
    color: var(--green1); }
  #top-service .en-title {
    margin-bottom: -.3em;
    position: relative;
    z-index: 3; }
  #top-service h2 {
    position: relative;
    z-index: 3; }
  #top-service .fc-green {
    margin-bottom: .8em; }
  #top-service .fs30 {
    line-height: 1.5; }
  #top-service .cmp-grid {
    text-align: center;
    margin: 0;
    grid-row: span 1;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
    grid-auto-rows: 1fr;
    font-size: var(--fs16); }
    #top-service .cmp-grid > * {
      background-color: var(--green2);
      padding: 10px 0;
      line-height: 1.2;
      display: flex;
      align-items: center;
      justify-content: center; }
      #top-service .cmp-grid > * .fs14 {
        letter-spacing: -10%; }

@media screen and (min-width: 1025px) {
  #top-service .cmp-flex {
    flex-direction: row-reverse;
    position: absolute;
    top: 0;
    right: 0;
    height: 700px;
    z-index: 2;
    width: 100%;
    justify-content: space-between; }
    #top-service .cmp-flex .image {
      width: 52vw;
      height: 700px;
      overflow: hidden; }
      #top-service .cmp-flex .image img {
        object-fit: cover;
        object-position: left; }
    #top-service .cmp-flex > div:last-child {
      padding-left: calc((100vw - 1200px) / 2 ); }
  #top-service .cmp-inner {
    margin-top: 500px; } }
@media screen and (max-width: 1024px) {
  #top-service .cmp-flex {
    flex-direction: column;
    width: calc(100% - 40px);
    margin: -60px auto 30px;
    z-index: 2;
    position: relative;
    align-items: flex-start !important; }
    #top-service .cmp-flex .image {
      width: 100%;
      aspect-ratio: 3 / 2;
      overflow: hidden;
      margin-bottom: 30px; }
      #top-service .cmp-flex .image img {
        object-fit: cover;
        object-position: left; }
    #top-service .cmp-flex p {
      font-size: var(--fs16); }
      #top-service .cmp-flex p.fs30 {
        font-size: var(--fs28); }
  #top-service .cmp-grid {
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr); }
    #top-service .cmp-grid > * {
      padding: 10px 0; }
      #top-service .cmp-grid > * .fs14 {
        letter-spacing: 0%; } }
/* -------------------------------------------
/* top-recruit
------------------------------------------- */
#top-recruit {
  background: url("../images/bg.jpg") top center no-repeat;
  background-size: cover;
  padding: 50px 50px 80px;
  color: var(--white);
  position: relative; }
  #top-recruit::after {
    display: block;
    content: "";
    background: url(../images/point-image.svg) 0 0 no-repeat;
    background-size: cover;
    width: 23.61vw;
    height: 17.01vw;
    position: absolute;
    top: -60px;
    right: 0;
    z-index: 0; }
  #top-recruit .en-title {
    margin-bottom: -.55em; }
  #top-recruit hr {
    margin: 30px 0; }
  #top-recruit h2 {
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 20px;
    margin-bottom: -.9em; }
    #top-recruit h2::before, #top-recruit h2::after {
      display: block;
      content: "";
      height: 1px;
      width: 100%;
      background-color: var(--white); }
  #top-recruit .cmp-inner {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.25);
    padding: 60px 75px;
    position: relative;
    z-index: 1; }
    #top-recruit .cmp-inner h3 {
      font-size: var(--fs24);
      margin-bottom: 20px; }
    #top-recruit .cmp-inner > div {
      border: 1px solid var(--white);
      border-top: none;
      padding: 50px;
      margin-bottom: 50px; }
    #top-recruit .cmp-inner .cmp-flex ul {
      list-style: none;
      margin-left: 0; }
      #top-recruit .cmp-inner .cmp-flex ul.label {
        gap: 15px;
        margin-bottom: .8em; }
        #top-recruit .cmp-inner .cmp-flex ul.label li {
          background-color: var(--white);
          color: var(--green1);
          padding: .3em 1.5em;
          line-height: 1; }
      #top-recruit .cmp-inner .cmp-flex ul.num {
        padding-left: 1.2em;
        text-indent: -1.2em; }
    #top-recruit .cmp-inner .cmp-flex p.fs16 {
      margin-top: .8em; }

@media screen and (min-width: 1025px) {
  #top-recruit .cmp-inner .cmp-flex div:nth-child(1) {
    width: 200px; }
  #top-recruit .cmp-inner .cmp-flex div:nth-child(2) {
    width: calc(100% - 230px); } }
@media screen and (max-width: 1024px) {
  #top-recruit {
    padding: 40px 0 30px 0; }
    #top-recruit::after {
      top: -50px;
      width: 32.26vw;
      height: 26.66vw; }
    #top-recruit .cmp-inner {
      width: 100%;
      padding: 30px 0;
      background-color: rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(5px); }
      #top-recruit .cmp-inner > div {
        border-right: none;
        border-left: none;
        margin: 50px 0 30px;
        padding: 0 0 30px; }
        #top-recruit .cmp-inner > div h3 {
          margin: 0 20px 20px; }
        #top-recruit .cmp-inner > div > .cmp-flex {
          flex-direction: column;
          margin: 0 20px; }
          #top-recruit .cmp-inner > div > .cmp-flex img {
            margin-bottom: 30px; } }
/* -------------------------------------------
/* top-faq
------------------------------------------- */
#top-faq {
  padding: 60px 0;
  background-color: var(--white); }
  #top-faq h2 {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    color: var(--green1);
    font-size: var(--fs34);
    white-space: nowrap;
    margin-bottom: 30px; }
    #top-faq h2::after {
      content: "";
      display: block;
      height: 1px;
      width: 100%;
      background-color: var(--green1); }
  #top-faq details {
    padding: 0 30px; }
    #top-faq details:nth-child(even) {
      background-color: var(--green2); }
    #top-faq details .ff-en {
      color: var(--green1);
      font-size: var(--fs30); }
    #top-faq details summary {
      padding: 40px 0;
      display: grid;
      grid-template-columns: 2em 1fr 24px;
      align-items: center;
      cursor: pointer; }
      #top-faq details summary::-webkit-details-marker {
        display: none; }
    #top-faq details .accordion-content {
      border-top: 1px solid var(--green1);
      padding: 40px 0;
      display: grid;
      grid-template-columns: 2em 1fr; }
    #top-faq details .icon {
      display: block;
      position: relative;
      width: 24px;
      height: 24px;
      transition: transform 0.4s; }
      #top-faq details .icon::before, #top-faq details .icon::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 2px;
        height: 24px;
        background-color: var(--green1);
        transition: all 0.3s; }
      #top-faq details .icon::after {
        transform: rotate(90deg); }

@media screen and (max-width: 1024px) {
  #top-faq h2 {
    padding-left: 20px; }
  #top-faq .cmp-inner {
    width: 100%; }
    #top-faq .cmp-inner details summary {
      grid-template-columns: 2em 1fr 30px; }
    #top-faq .cmp-inner details .icon::before, #top-faq .cmp-inner details .icon::after {
      left: inherit;
      right: 4px; } }
/* -------------------------------------------
/* news-contents
------------------------------------------- */
.news-contents {
  font-size: var(--fs16); }
  .news-contents .cmp-inner {
    max-width: 1050px;
    padding: 50px 0; }
    .news-contents .cmp-inner dl.news-list {
      margin-bottom: 50px; }
      .news-contents .cmp-inner dl.news-list dt {
        color: var(--green1); }
      .news-contents .cmp-inner dl.news-list dd a {
        text-decoration: underline; }
        .news-contents .cmp-inner dl.news-list dd a:hover {
          text-decoration: none; }
    .news-contents .cmp-inner ul.pagenation {
      list-style: none;
      display: flex;
      justify-content: center;
      align-items: center; }
      .news-contents .cmp-inner ul.pagenation li {
        padding: 0 1em;
        border-right: 1px solid var(--black); }
    .news-contents .cmp-inner p {
      font-size: var(--fs16); }
    .news-contents .cmp-inner a.prev {
      position: relative;
      color: var(--green1);
      padding-bottom: .2em;
      border-bottom: 1px solid var(--green1); }
      .news-contents .cmp-inner a.prev::before {
        content: "";
        display: inline-block;
        background: url(../images/icon-prev.svg) 0 0 no-repeat;
        background-size: contain;
        width: 1.2em;
        height: 1.2em;
        vertical-align: text-bottom;
        margin-right: .5em; }

@media screen and (min-width: 1025px) {
  .news-contents .cmp-inner dl.news-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%; }
    .news-contents .cmp-inner dl.news-list dt, .news-contents .cmp-inner dl.news-list dd {
      padding: 1em 0;
      border-bottom: 1px solid var(--black); }
    .news-contents .cmp-inner dl.news-list dt {
      width: 12%; }
    .news-contents .cmp-inner dl.news-list dd {
      width: 88%; }
  .news-contents .cmp-inner p + * {
    margin-top: 50px; }
  .news-contents .cmp-inner img + p {
    margin-top: 30px; } }
@media screen and (max-width: 1024px) {
  .news-contents .cmp-inner {
    padding: 20px 0 30px; }
    .news-contents .cmp-inner dl.news-list dt {
      padding: 1em 0 0; }
    .news-contents .cmp-inner dl.news-list dd {
      padding: 0 0 1em 0;
      border-bottom: 1px solid var(--black); }
    .news-contents .cmp-inner p + * {
      margin-top: 30px; }
    .news-contents .cmp-inner img + p {
      margin-top: 20px; } }
/* -------------------------------------------
/* privacy-contents
------------------------------------------- */
.privacy-contents .cmp-inner {
  max-width: 1050px;
  padding: 50px 0; }
  .privacy-contents .cmp-inner p:not(:first-child) {
    font-size: var(--fs16); }
  .privacy-contents .cmp-inner h2 {
    font-size: var(--fs16);
    color: var(--green1);
    text-align: left;
    margin-top: 2em; }
  .privacy-contents .cmp-inner p + p {
    margin-top: 50px; }

/* -------------------------------------------
/* contact-contents
------------------------------------------- */
.contact-contents .cmp-inner {
  max-width: 1050px;
  padding: 50px 0; }
  .contact-contents .cmp-inner h2 {
    font-size: var(--fs24);
    margin-bottom: 80px;
    color: var(--green1); }
  .contact-contents .cmp-inner span.error {
    color: var(--error);
    display: block;
    font-size: var(--fs16); }
  .contact-contents .cmp-inner p.error {
    color: var(--error);
    margin-bottom: 2em; }
  .contact-contents .cmp-inner a {
    color: var(--green1);
    text-decoration: underline; }
    .contact-contents .cmp-inner a:hover {
      text-decoration: none; }
  .contact-contents .cmp-inner p + p {
    margin-top: 50px; }
  .contact-contents .cmp-inner form + form {
    margin-top: 30px; }
  .contact-contents .cmp-inner input:not([type="checkbox"]), .contact-contents .cmp-inner select, .contact-contents .cmp-inner textarea {
    border: 1px solid var(--gray);
    border-radius: 8px;
    padding: .3em 1em;
    width: 100%; }
  .contact-contents .cmp-inner select {
    cursor: pointer; }
  .contact-contents .cmp-inner textarea {
    padding: 1em; }
  .contact-contents .cmp-inner .checkboxItem {
    display: flex;
    align-items: center;
    column-gap: 4px;
    width: fit-content;
    line-height: 1;
    cursor: pointer;
    margin: 0 auto; }
    .contact-contents .cmp-inner .checkboxItem:not(:last-of-type) {
      margin-bottom: 16px; }
  .contact-contents .cmp-inner .checkbox {
    appearance: none;
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid var(--gray);
    cursor: pointer;
    margin-right: 5px; }
    .contact-contents .cmp-inner .checkbox:checked {
      border: 1px solid var(--green1);
      background-color: var(--green1); }
    .contact-contents .cmp-inner .checkbox:checked::after {
      content: "";
      position: absolute;
      top: 5px;
      left: 3px;
      width: 12px;
      height: 6px;
      border-bottom: 2px solid var(--white);
      border-left: 2px solid var(--white);
      transform: rotate(-45deg); }
  .contact-contents .cmp-inner button {
    position: relative;
    color: var(--green1);
    border-bottom: 1px solid var(--green1); }
    .contact-contents .cmp-inner button:after {
      content: "";
      display: inline-block;
      background: url(../images/icon-next-g.svg) 0 0 no-repeat;
      background-size: auto;
      width: 1.2em;
      height: 1.2em;
      vertical-align: text-bottom;
      margin-left: .5em; }
    .contact-contents .cmp-inner button.back {
      border-bottom: none; }
      .contact-contents .cmp-inner button.back::after {
        display: none; }
      .contact-contents .cmp-inner button.back::before {
        content: "";
        display: inline-block;
        background: url(../images/icon-next-g.svg) 0 0 no-repeat;
        background-size: auto;
        width: 1.2em;
        height: 1.2em;
        vertical-align: text-bottom;
        margin-right: .5em;
        transform: scale(-1, 1); }
  .contact-contents .cmp-inner .select {
    position: relative; }
    .contact-contents .cmp-inner .select::after {
      display: inline-block;
      content: '';
      width: 10px;
      height: 10px;
      border: 0;
      border-bottom: solid 2px #333;
      border-right: solid 2px #333;
      transform: rotate(45deg);
      position: absolute;
      top: 18px;
      right: 16px;
      z-index: 1; }

@media screen and (min-width: 1025px) {
  .contact-contents .cmp-inner dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 50px; }
    .contact-contents .cmp-inner dl dt, .contact-contents .cmp-inner dl dd {
      margin-bottom: 2em; }
    .contact-contents .cmp-inner dl dt {
      width: 30%; }
    .contact-contents .cmp-inner dl dd {
      width: 70%; }
  .contact-contents .customized,
  .contact-contents ::picker(select) {
    appearance: none;
    /*&::picker-icon {
      content: '';
      width: 6px;
      height: 6px;
      border: 0;
      border-bottom: solid 2px #333;
      border-right: solid 2px #333;
      transform: rotate(45deg);
      margin-top: auto;
      margin-bottom: auto;
      margin-right: 5px;
    }*/ }
  .contact-contents .text-emphasis {
    color: var(--green1); }
  .contact-contents .styled {
    width: 200px;
    height: 48px;
    padding: 8px 16px;
    border-color: var(--gray); }
    .contact-contents .styled:hover {
      background-color: color-mix(in srgb, var(--green3) 10%, transparent); }
  .contact-contents .styled::picker(select) {
    border-color: var(--gray);
    border-radius: 8px;
    margin: 8px 0;
    transition: scale 0.2s; }
  .contact-contents .styled > option {
    padding: .3em .5em; }
    .contact-contents .styled > option:nth-child(even) {
      background-color: var(--green3); }
    .contact-contents .styled > option:hover {
      background-color: color-mix(in srgb, var(--green1) 10%, transparent); }
    .contact-contents .styled > option:checked {
      color: var(--green1); } }
@media screen and (max-width: 1024px) {
  .contact-contents .cmp-inner dl dd {
    margin-bottom: 2em; } }
