@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap");
:root {
  --c-white: #fff;
  --c-black: #000;
  --c-dark: #4c4948;
  --c-light: #f3f3f3;
  --c-green: #74bc4a;
  --c-lightgreen: #c3d72c;
  --f-roboto: Roboto, sans-serif;
  --f-sans: 游ゴシック体, Yu Gothic, YuGothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, MS Pゴシック, MS PGothic, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.pci {
  display: inline-block !important;
}

.spi {
  display: none !important;
}

.pcf {
  display: flex !important;
}

.spf {
  display: none !important;
}

@media (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .pci {
    display: none !important;
  }
  .spi {
    display: inline-block !important;
  }
  .pcf {
    display: none !important;
  }
  .spf {
    display: flex !important;
  }
}
.c-white {
  color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.c-black {
  color: #000 !important;
}

.bg-black {
  background-color: #000 !important;
}

.c-dark {
  color: #4c4948 !important;
}

.bg-dark {
  background-color: #4c4948 !important;
}

.c-light {
  color: #f3f3f3 !important;
}

.bg-light {
  background-color: #f3f3f3 !important;
}

.c-green {
  color: #74bc4a !important;
}

.bg-green {
  background-color: #74bc4a !important;
}

.c-lightgreen {
  color: #c3d72c !important;
}

.bg-lightgreen {
  background-color: #c3d72c !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pt-5 {
  padding-top: 0.5rem !important;
}

.pt-10 {
  padding-top: 1rem !important;
}

.pt-15 {
  padding-top: 1.5rem !important;
}

.pt-20 {
  padding-top: 2rem !important;
}

.pt-25 {
  padding-top: 2.5rem !important;
}

.pt-30 {
  padding-top: 3rem !important;
}

.pt-35 {
  padding-top: 3.5rem !important;
}

.pt-40 {
  padding-top: 4rem !important;
}

.pt-45 {
  padding-top: 4.5rem !important;
}

.pt-50 {
  padding-top: 5rem !important;
}

.pt-55 {
  padding-top: 5.5rem !important;
}

.pt-60 {
  padding-top: 6rem !important;
}

.pt-65 {
  padding-top: 6.5rem !important;
}

.pt-70 {
  padding-top: 7rem !important;
}

.pt-75 {
  padding-top: 7.5rem !important;
}

.pt-80 {
  padding-top: 8rem !important;
}

.pt-85 {
  padding-top: 8.5rem !important;
}

.pt-90 {
  padding-top: 9rem !important;
}

.pt-95 {
  padding-top: 9.5rem !important;
}

.pt-100 {
  padding-top: 10rem !important;
}

@media (max-width: 767px) {
  .pt-sp-0 {
    padding-top: 0rem !important;
  }
  .pt-sp-5 {
    padding-top: 0.5rem !important;
  }
  .pt-sp-10 {
    padding-top: 1rem !important;
  }
  .pt-sp-15 {
    padding-top: 1.5rem !important;
  }
  .pt-sp-20 {
    padding-top: 2rem !important;
  }
  .pt-sp-25 {
    padding-top: 2.5rem !important;
  }
  .pt-sp-30 {
    padding-top: 3rem !important;
  }
  .pt-sp-35 {
    padding-top: 3.5rem !important;
  }
  .pt-sp-40 {
    padding-top: 4rem !important;
  }
  .pt-sp-45 {
    padding-top: 4.5rem !important;
  }
  .pt-sp-50 {
    padding-top: 5rem !important;
  }
  .pt-sp-55 {
    padding-top: 5.5rem !important;
  }
  .pt-sp-60 {
    padding-top: 6rem !important;
  }
  .pt-sp-65 {
    padding-top: 6.5rem !important;
  }
  .pt-sp-70 {
    padding-top: 7rem !important;
  }
  .pt-sp-75 {
    padding-top: 7.5rem !important;
  }
  .pt-sp-80 {
    padding-top: 8rem !important;
  }
  .pt-sp-85 {
    padding-top: 8.5rem !important;
  }
  .pt-sp-90 {
    padding-top: 9rem !important;
  }
  .pt-sp-95 {
    padding-top: 9.5rem !important;
  }
  .pt-sp-100 {
    padding-top: 10rem !important;
  }
}
.pb-0 {
  padding-bottom: 0rem !important;
}

.pb-5 {
  padding-bottom: 0.5rem !important;
}

.pb-10 {
  padding-bottom: 1rem !important;
}

.pb-15 {
  padding-bottom: 1.5rem !important;
}

.pb-20 {
  padding-bottom: 2rem !important;
}

.pb-25 {
  padding-bottom: 2.5rem !important;
}

.pb-30 {
  padding-bottom: 3rem !important;
}

.pb-35 {
  padding-bottom: 3.5rem !important;
}

.pb-40 {
  padding-bottom: 4rem !important;
}

.pb-45 {
  padding-bottom: 4.5rem !important;
}

.pb-50 {
  padding-bottom: 5rem !important;
}

.pb-55 {
  padding-bottom: 5.5rem !important;
}

.pb-60 {
  padding-bottom: 6rem !important;
}

.pb-65 {
  padding-bottom: 6.5rem !important;
}

.pb-70 {
  padding-bottom: 7rem !important;
}

.pb-75 {
  padding-bottom: 7.5rem !important;
}

.pb-80 {
  padding-bottom: 8rem !important;
}

.pb-85 {
  padding-bottom: 8.5rem !important;
}

.pb-90 {
  padding-bottom: 9rem !important;
}

.pb-95 {
  padding-bottom: 9.5rem !important;
}

.pb-100 {
  padding-bottom: 10rem !important;
}

@media (max-width: 767px) {
  .pb-sp-0 {
    padding-bottom: 0rem !important;
  }
  .pb-sp-5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sp-10 {
    padding-bottom: 1rem !important;
  }
  .pb-sp-15 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sp-20 {
    padding-bottom: 2rem !important;
  }
  .pb-sp-25 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sp-30 {
    padding-bottom: 3rem !important;
  }
  .pb-sp-35 {
    padding-bottom: 3.5rem !important;
  }
  .pb-sp-40 {
    padding-bottom: 4rem !important;
  }
  .pb-sp-45 {
    padding-bottom: 4.5rem !important;
  }
  .pb-sp-50 {
    padding-bottom: 5rem !important;
  }
  .pb-sp-55 {
    padding-bottom: 5.5rem !important;
  }
  .pb-sp-60 {
    padding-bottom: 6rem !important;
  }
  .pb-sp-65 {
    padding-bottom: 6.5rem !important;
  }
  .pb-sp-70 {
    padding-bottom: 7rem !important;
  }
  .pb-sp-75 {
    padding-bottom: 7.5rem !important;
  }
  .pb-sp-80 {
    padding-bottom: 8rem !important;
  }
  .pb-sp-85 {
    padding-bottom: 8.5rem !important;
  }
  .pb-sp-90 {
    padding-bottom: 9rem !important;
  }
  .pb-sp-95 {
    padding-bottom: 9.5rem !important;
  }
  .pb-sp-100 {
    padding-bottom: 10rem !important;
  }
}
.mt-0 {
  margin-top: 0rem !important;
}

.mt-5 {
  margin-top: 0.5rem !important;
}

.mt-10 {
  margin-top: 1rem !important;
}

.mt-15 {
  margin-top: 1.5rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.mt-25 {
  margin-top: 2.5rem !important;
}

.mt-30 {
  margin-top: 3rem !important;
}

.mt-35 {
  margin-top: 3.5rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.mt-45 {
  margin-top: 4.5rem !important;
}

.mt-50 {
  margin-top: 5rem !important;
}

.mt-55 {
  margin-top: 5.5rem !important;
}

.mt-60 {
  margin-top: 6rem !important;
}

.mt-65 {
  margin-top: 6.5rem !important;
}

.mt-70 {
  margin-top: 7rem !important;
}

.mt-75 {
  margin-top: 7.5rem !important;
}

.mt-80 {
  margin-top: 8rem !important;
}

.mt-85 {
  margin-top: 8.5rem !important;
}

.mt-90 {
  margin-top: 9rem !important;
}

.mt-95 {
  margin-top: 9.5rem !important;
}

.mt-100 {
  margin-top: 10rem !important;
}

@media (max-width: 767px) {
  .mt-sp-0 {
    margin-top: 0rem !important;
  }
  .mt-sp-5 {
    margin-top: 0.5rem !important;
  }
  .mt-sp-10 {
    margin-top: 1rem !important;
  }
  .mt-sp-15 {
    margin-top: 1.5rem !important;
  }
  .mt-sp-20 {
    margin-top: 2rem !important;
  }
  .mt-sp-25 {
    margin-top: 2.5rem !important;
  }
  .mt-sp-30 {
    margin-top: 3rem !important;
  }
  .mt-sp-35 {
    margin-top: 3.5rem !important;
  }
  .mt-sp-40 {
    margin-top: 4rem !important;
  }
  .mt-sp-45 {
    margin-top: 4.5rem !important;
  }
  .mt-sp-50 {
    margin-top: 5rem !important;
  }
  .mt-sp-55 {
    margin-top: 5.5rem !important;
  }
  .mt-sp-60 {
    margin-top: 6rem !important;
  }
  .mt-sp-65 {
    margin-top: 6.5rem !important;
  }
  .mt-sp-70 {
    margin-top: 7rem !important;
  }
  .mt-sp-75 {
    margin-top: 7.5rem !important;
  }
  .mt-sp-80 {
    margin-top: 8rem !important;
  }
  .mt-sp-85 {
    margin-top: 8.5rem !important;
  }
  .mt-sp-90 {
    margin-top: 9rem !important;
  }
  .mt-sp-95 {
    margin-top: 9.5rem !important;
  }
  .mt-sp-100 {
    margin-top: 10rem !important;
  }
}
.mb-0 {
  margin-bottom: 0rem !important;
}

.mb-5 {
  margin-bottom: 0.5rem !important;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.mb-15 {
  margin-bottom: 1.5rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mb-25 {
  margin-bottom: 2.5rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mb-35 {
  margin-bottom: 3.5rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mb-45 {
  margin-bottom: 4.5rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.mb-55 {
  margin-bottom: 5.5rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.mb-65 {
  margin-bottom: 6.5rem !important;
}

.mb-70 {
  margin-bottom: 7rem !important;
}

.mb-75 {
  margin-bottom: 7.5rem !important;
}

.mb-80 {
  margin-bottom: 8rem !important;
}

.mb-85 {
  margin-bottom: 8.5rem !important;
}

.mb-90 {
  margin-bottom: 9rem !important;
}

.mb-95 {
  margin-bottom: 9.5rem !important;
}

.mb-100 {
  margin-bottom: 10rem !important;
}

@media (max-width: 767px) {
  .mb-sp-0 {
    margin-bottom: 0rem !important;
  }
  .mb-sp-5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sp-10 {
    margin-bottom: 1rem !important;
  }
  .mb-sp-15 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sp-20 {
    margin-bottom: 2rem !important;
  }
  .mb-sp-25 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sp-30 {
    margin-bottom: 3rem !important;
  }
  .mb-sp-35 {
    margin-bottom: 3.5rem !important;
  }
  .mb-sp-40 {
    margin-bottom: 4rem !important;
  }
  .mb-sp-45 {
    margin-bottom: 4.5rem !important;
  }
  .mb-sp-50 {
    margin-bottom: 5rem !important;
  }
  .mb-sp-55 {
    margin-bottom: 5.5rem !important;
  }
  .mb-sp-60 {
    margin-bottom: 6rem !important;
  }
  .mb-sp-65 {
    margin-bottom: 6.5rem !important;
  }
  .mb-sp-70 {
    margin-bottom: 7rem !important;
  }
  .mb-sp-75 {
    margin-bottom: 7.5rem !important;
  }
  .mb-sp-80 {
    margin-bottom: 8rem !important;
  }
  .mb-sp-85 {
    margin-bottom: 8.5rem !important;
  }
  .mb-sp-90 {
    margin-bottom: 9rem !important;
  }
  .mb-sp-95 {
    margin-bottom: 9.5rem !important;
  }
  .mb-sp-100 {
    margin-bottom: 10rem !important;
  }
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
}

@media (min-width: 768px) and (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}
body {
  color: var(--c-dark);
  font-size: 1.6rem;
  font-family: var(--f-roboto);
  font-feature-settings: "palt";
}

@media (max-width: 767px) {
  body {
    font-size: 2.8rem;
  }
}
.text-center {
  text-align: center !important;
}

.logo {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.logo a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .logo a:hover {
    opacity: 0.8;
  }
}

.sec {
  padding-block: 10rem;
}

.container {
  width: 100%;
  max-width: calc(1150px + 3rem);
  margin-inline: auto;
  padding-inline: 1.5rem;
}

@media (max-width: 767px) {
  .container {
    padding-inline: 5rem;
  }
}
.ttl {
  font-weight: 100;
  font-size: 6.6rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .ttl {
    letter-spacing: 0.05em;
  }
}
.btn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/*============================
#header
============================*/
.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  background-color: var(--c-white);
}
.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 10rem;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  padding-inline: 5rem;
}
.header_logo {
  display: none;
  position: relative;
  z-index: 1;
}
.header_nav {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.header_nav_link {
  display: inline-block;
  color: inherit;
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .header_nav_link:hover {
    opacity: 0.8;
  }
}
.header_lang {
  display: flex;
  align-items: center;
}
.header_lang_link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 10rem;
  min-height: 3rem;
  border: 1px solid #bababa;
  background-color: var(--c-white);
  color: #666666;
  font-size: 1.4rem;
  font-family: var(--f-sans);
  text-decoration: none;
  text-align: center;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media (hover: hover) {
  .header_lang_link:hover {
    background-color: #c3d82c;
    color: var(--c-black);
  }
}
.header_lang_link.current {
  background-color: var(--c-green);
  color: var(--c-white);
}

@media (max-width: 767px) {
  .header_inner {
    height: 16rem;
    padding-inline: 4rem;
  }
  .header_logo {
    display: inline-flex;
  }
  .header_logo img {
    width: 37.3rem;
  }
  .header_nav, .header_lang {
    display: none;
  }
}
.drawer-btn {
  display: none;
  position: relative;
  z-index: 1;
  width: 7rem;
  height: 7rem;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .drawer-btn:hover {
    opacity: 0.8;
  }
}
.drawer-btn > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7rem;
  height: 0.6rem;
  background-color: var(--c-dark);
}
.drawer-btn > span:nth-child(1) {
  transform: translate(-50%, calc(-50% - 1.8rem));
  transition: transform 0.3s ease;
}
.drawer-btn > span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.drawer-btn > span:nth-child(3) {
  transform: translate(-50%, calc(-50% + 1.8rem));
  transition: transform 0.3s ease;
}
.drawer-btn.js-open > span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.drawer-btn.js-open > span:nth-child(2) {
  opacity: 0;
}
.drawer-btn.js-open > span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 767px) {
  .drawer-btn {
    display: block;
  }
}
.drawer-nav {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
}
.drawer-nav_inner {
  opacity: 0;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0 0 0 auto;
  padding: 27rem 15.5rem;
  overflow: scroll;
  background-color: #f3f3f3;
  transition: opacity 0.3s ease;
}
.drawer-nav_menu {
  display: flex;
  flex-direction: column;
  margin-bottom: 15rem;
  row-gap: 3.2rem;
}
.drawer-nav_link {
  color: #4c4948;
  font-size: 3.3rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}
.drawer-nav_lang {
  display: flex;
  justify-content: center;
  align-items: center;
}
.drawer-nav_lang_link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 18rem;
  min-height: 6rem;
  border: 1px solid #bababa;
  background-color: var(--c-white);
  color: #666666;
  font-size: 3rem;
  font-family: var(--f-sans);
  text-decoration: none;
  text-align: center;
}
.drawer-nav_lang_link.current {
  background-color: var(--c-lightgreen);
  color: var(--c-white);
}
.drawer-nav_bg {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease;
}
.drawer-nav.js-open {
  visibility: visible;
}
.drawer-nav.js-open .drawer-nav_inner {
  opacity: 1;
}
.drawer-nav.js-open .drawer-nav_bg {
  opacity: 1;
}

/*============================
#main
============================*/
/*============================
#mv
============================*/
.mv {
  padding: 12rem 0 11rem 8rem;
}
.mv_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 6.7rem;
       column-gap: 6.7rem;
}
.mv_img img {
  width: 37rem;
}
.mv_txt {
  padding-top: 1.5rem;
}
.mv_txt p {
  font-size: 2.5rem;
  line-height: 1.64;
  letter-spacing: 0.08em;
}

@media (max-width: 767px) {
  .mv {
    padding: 16rem 0 14rem;
  }
  .mv_inner {
    flex-direction: column;
    row-gap: 9rem;
  }
  .mv_img img {
    width: 42.6rem;
  }
  .mv_txt p {
    font-size: 2.9rem;
    line-height: 1.4137931034;
    text-align: center;
  }
}
/*============================
#about
============================*/
.about {
  position: relative;
  padding-bottom: 25.5rem;
  padding-left: 9rem;
  overflow: hidden;
}
.about::before {
  display: inline-block;
  position: absolute;
  top: 14%;
  left: -4%;
  width: 58.6rem;
  height: auto;
  background: url(../images/en/about_bg.svg) no-repeat center/contain;
  vertical-align: middle;
  content: "";
  aspect-ratio: 293/287;
}
.about_inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  max-width: calc(1078px + 3rem);
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}
.about .ttl {
  flex-shrink: 0;
}
.about_content {
  padding-top: 1rem;
}
.about_txt {
  font-size: 2rem;
  line-height: 1.65;
  letter-spacing: 0.06em;
}

@media (max-width: 767px) {
  .about {
    padding-bottom: 14rem;
    padding-left: 0;
  }
  .about::before {
    top: 30.5%;
    left: -8%;
    width: 59rem;
  }
  .about_inner {
    flex-direction: column;
    align-items: center;
    padding-inline: 2rem;
    row-gap: 5.5rem;
  }
  .about_content {
    padding-top: 0;
  }
  .about_txt {
    font-size: 2.6rem;
    line-height: 1.7307692308;
    letter-spacing: 0.04em;
    text-align: center;
  }
}
/*============================
#profile
============================*/
.profile {
  position: relative;
  padding-top: 9rem;
  background-color: var(--c-lightgreen);
}
.profile::before {
  display: inline-block;
  position: absolute;
  top: -38.5%;
  left: 0.2%;
  width: 22.6rem;
  height: auto;
  background: url(../images/en/member_bg.svg) no-repeat center/contain;
  vertical-align: middle;
  content: "";
  aspect-ratio: 113/507;
}
.profile_inner {
  position: relative;
  max-width: calc(997px + 3rem);
}
.profile_dl {
  display: grid;
  align-items: start;
  border-top: 1px solid var(--c-dark);
  border-bottom: 1px solid var(--c-dark);
  grid-template-columns: 25.5rem 1fr;
  gap: 3rem 2rem;
  padding-block: 4rem;
}
.profile_dl dt {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.profile_dl dt::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: var(--c-dark);
  content: "";
}
.profile_dl dt > span {
  position: relative;
  padding-right: 1em;
  background-color: var(--c-lightgreen);
}
.profile_dl dd {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
}
.profile_history-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  row-gap: 1rem;
}
.profile_history-list > li > span {
  display: block;
}
.profile_history-list > li > span::before {
  content: "-";
}
.profile_contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3rem;
}

@media (max-width: 767px) {
  .profile {
    padding-top: 6.5rem;
  }
  .profile::before {
    content: none;
  }
  .profile_dl {
    grid-template-columns: unset;
    gap: 0;
  }
  .profile_dl dt {
    font-size: 2.6rem;
  }
  .profile_dl dt::before {
    content: none;
  }
  .profile_dl dt:not(:first-of-type) {
    padding-top: 3.5rem;
  }
  .profile_dl dd {
    font-size: 2.8rem;
    line-height: 1.2857142857;
  }
  .profile_dl dd:not(:last-of-type) {
    padding-bottom: 3.5rem;
    border-bottom: 1px solid var(--c-dark);
  }
  .profile_history-list {
    margin-bottom: 1rem;
    row-gap: 3rem;
  }
  .profile_history-list > li > span::before {
    content: "ー";
  }
  .profile_contact-list {
    flex-direction: column;
    gap: 0;
  }
}
/*============================
#access
============================*/
.access {
  position: relative;
}
.access::before {
  display: inline-block;
  position: absolute;
  top: 5%;
  right: 0;
  width: 14.6rem;
  height: auto;
  background: url(../images/en/access_bg.svg) no-repeat center/contain;
  vertical-align: middle;
  content: "";
  aspect-ratio: 146/801;
}
.access_inner {
  position: relative;
  margin-bottom: 14.5rem;
}
.access_map {
  margin-bottom: 2.5rem;
}
.access_map iframe {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 3rem;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1150/436;
  filter: grayscale(100%);
}
.access_dl {
  display: flex;
  flex-wrap: wrap;
  max-width: 995px;
  gap: 1rem 1rem;
  margin-inline: auto;
}
.access_dl dt,
.access_dl dd {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
.access_dl dt {
  flex-shrink: 0;
  font-weight: 700;
}
.access_dl dd {
  flex-grow: 1;
  min-width: 70%;
}
.access_about {
  padding-top: 12rem;
  padding-bottom: 11rem;
  background-color: var(--c-light);
}
.access_about_inner {
  position: relative;
  max-width: calc(995px + 3rem);
}
.access_about_content {
  position: relative;
  z-index: 1;
  max-width: 62.6rem;
}
.access_about_ttl {
  margin-bottom: 5rem;
  font-weight: 300;
  font-size: 4.6rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.access_about_txt {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.06em;
}
.access_about_img {
  position: absolute;
  top: -19%;
  right: -12%;
}
.access_about_img img {
  width: 67.4rem;
}

@media (min-width: 768px) and (max-width: 1280px) {
  .access_about_img {
    top: -19%;
    right: 1.5rem;
  }
}
@media (max-width: 767px) {
  .access::before {
    top: 68%;
    width: 11.9rem;
    background-image: url(../images/en/access_bg_sp.svg);
    aspect-ratio: 119/653;
  }
  .access_inner {
    margin-bottom: 7rem;
  }
  .access_map {
    margin-bottom: 2rem;
  }
  .access_map iframe {
    aspect-ratio: 647/452;
  }
  .access_dl {
    flex-direction: column;
    gap: 0;
  }
  .access_dl dt,
.access_dl dd {
    font-size: 2.6rem;
    letter-spacing: 0.08em;
  }
  .access_dl dt {
    margin-bottom: 1.5rem;
  }
  .access_dl dd {
    line-height: 1.3846153846;
  }
  .access_dl dd:not(:last-of-type) {
    margin-bottom: 3rem;
  }
  .access_about {
    padding-top: 8rem;
    padding-bottom: 44rem;
  }
  .access_about_content {
    max-width: unset;
  }
  .access_about_ttl {
    font-size: 5rem;
  }
  .access_about_txt {
    font-size: 2.6rem;
    line-height: 1.5384615385;
    letter-spacing: 0.04em;
  }
  .access_about_img {
    position: absolute;
    top: 65%;
    right: 2.5rem;
  }
  .access_about_img img {
    width: 70rem;
  }
}
/*============================
#member
============================*/
.member {
  position: relative;
  padding-bottom: 11rem;
}
.member::before {
  display: inline-block;
  position: absolute;
  top: -8%;
  left: 0.2%;
  width: 22.6rem;
  height: auto;
  background: url(../images/en/member_bg.svg) no-repeat center/contain;
  vertical-align: middle;
  content: "";
  aspect-ratio: 113/507;
}
.member_inner {
  position: relative;
}
.member_list {
  display: flex;
  flex-direction: column;
  row-gap: 3.7rem;
}
.member_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4.5rem 7.5rem;
  background-color: var(--c-light);
  -moz-column-gap: 4.8rem;
       column-gap: 4.8rem;
}
.member_item_img {
  flex-shrink: 0;
  width: 27.5rem;
}
.member_item_content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding-bottom: 1rem;
  row-gap: 2rem;
}
.member_item_job {
  font-size: 2.2rem;
  line-height: 1.3636363636;
  letter-spacing: 0.08em;
}
.member_item_name {
  font-weight: 500;
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
.member_item_mail {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.3529411765;
  font-family: var(--f-sans);
  letter-spacing: 0.05em;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.member_item_mail::before {
  display: inline-block;
  width: 2.6rem;
  height: auto;
  background: url(../images/en/mail_icon.svg) no-repeat center/contain;
  vertical-align: middle;
  content: "";
  aspect-ratio: 1/1;
}
.member_item_btn_wrap {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}
.member_item_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 20rem;
  height: 5rem;
  border: 2px solid var(--c-lightgreen);
  border-radius: 100vh;
  background: transparent;
  color: inherit;
  font-weight: 300;
  font-size: 1.9rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.member_item_btn::after {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 0.6rem;
  height: auto;
  border-radius: 50%;
  background-color: var(--c-lightgreen);
  content: "";
  aspect-ratio: 1/1;
}
@media (hover: hover) {
  .member_item_btn:hover {
    background-color: var(--c-lightgreen);
    color: var(--c-black);
  }
  .member_item_btn:hover::after {
    background-color: var(--c-black);
  }
}

@media (max-width: 767px) {
  .member {
    padding-top: 7.5rem;
    padding-bottom: 11rem;
  }
  .member::before {
    top: 156%;
    left: 0.2%;
    width: 14.3rem;
    background-image: url(../images/en/member_bg_sp.svg);
    aspect-ratio: 143/472;
  }
  .member_inner {
    padding-inline: 2.5rem;
  }
  .member .ttl {
    font-size: 7.4rem;
  }
  .member_list {
    row-gap: 2.4rem;
  }
  .member_item {
    display: grid;
    padding: 2.5rem 2.5rem;
    grid-template-columns: 23.6rem 1fr;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .member_item_img {
    width: auto;
    grid-area: 1/1/3/2;
  }
  .member_item_img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 236/260;
  }
  .member_item_content {
    padding-top: 1rem;
    padding-bottom: 7rem;
    grid-area: 1/2/2/3;
    row-gap: 1.5rem;
  }
  .member_item_job {
    font-size: 2.4rem;
    letter-spacing: 0.03em;
  }
  .member_item_name {
    font-size: 3.5rem;
    letter-spacing: 0.03em;
  }
  .member_item_mail {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .member_item_mail::before {
    width: 3.1rem;
  }
  .member_item_btn_wrap {
    grid-area: 2/2/3/3;
  }
}
/*============================
#modal
============================*/
.modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
.modal.is-open {
  visibility: visible;
  opacity: 1;
}
.modal_bg {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 3rem 1.5rem;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal_inner {
  width: 100%;
  max-width: 115rem;
  padding: 4rem 7.5rem;
  overflow: scroll;
  background-color: var(--c-light);
}
.modal_close-icon {
  display: block;
  position: relative;
  transform: translateX(100%);
  width: 4.2rem;
  height: auto;
  margin: 0 0 1rem auto;
  border: none;
  background-color: transparent;
  cursor: pointer;
  aspect-ratio: 1/1;
}
.modal_close-icon::before, .modal_close-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6rem;
  height: 2px;
  background-color: var(--c-lightgreen);
  content: "";
}
.modal_close-icon::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal_close-icon::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal_intro {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7rem;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.modal_intro_img {
  flex-shrink: 0;
  width: 45%;
}
.modal_intro_body {
  flex-grow: 1;
}
.modal_intro_job {
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
}
.modal_intro_name {
  margin-bottom: 1rem;
  font-size: 4rem;
  letter-spacing: 0.08em;
}
.modal_intro_mail {
  display: flex;
  margin-bottom: 2.5rem;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.3529411765;
  font-family: var(--f-sans);
  letter-spacing: 0.05em;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.modal_intro_mail::before {
  display: inline-block;
  width: 2.6rem;
  height: auto;
  background: url(../images/en/mail_icon.svg) no-repeat center/contain;
  vertical-align: middle;
  content: "";
  aspect-ratio: 1/1;
}
.modal_intro_career {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
}
.modal_intro_box {
  padding: 2rem 3rem;
  border-radius: 0.8rem;
  box-shadow: 0.5rem 0.5rem 0 var(--c-light), 0.8rem 0.8rem 0 var(--c-white);
  background-color: var(--c-white);
}
.modal_intro_box_ttl {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
.modal_intro_box_txt {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.08em;
}
.modal_dl {
  display: flex;
  flex-direction: column;
  margin-bottom: 6rem;
  padding: 3rem 2rem;
  border-top: 1px solid var(--c-dark);
  border-bottom: 1px solid var(--c-dark);
}
.modal_dl dt {
  color: var(--c-green);
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.modal_dl dt:not(:first-of-type) {
  padding-top: 3rem;
}
.modal_dl dd {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
}
.modal_dl dd:not(:last-of-type) {
  padding-bottom: 4rem;
  border-bottom: 1px solid var(--c-dark);
}
.modal_close-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 20rem;
  height: 5rem;
  border: 2px solid var(--c-lightgreen);
  border-radius: 100vh;
  background: transparent;
  color: inherit;
  font-weight: 300;
  font-size: 1.9rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.modal_close-btn::after {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 0.6rem;
  height: auto;
  border-radius: 50%;
  background-color: var(--c-lightgreen);
  content: "";
  aspect-ratio: 1/1;
}
@media (hover: hover) {
  .modal_close-btn:hover {
    background-color: var(--c-lightgreen);
    color: var(--c-black);
  }
  .modal_close-btn:hover::after {
    background-color: var(--c-black);
  }
}

@media (max-width: 767px) {
  .modal_bg {
    padding: 0;
  }
  .modal_inner {
    padding: 5rem 5rem 10rem;
  }
  .modal_close-icon {
    transform: unset;
    width: 8rem;
    margin: 0 0 2.5rem auto;
  }
  .modal_close-icon::before, .modal_close-icon::after {
    width: 11rem;
    height: 4px;
  }
  .modal_intro {
    flex-direction: column;
    margin-bottom: 9.5rem;
    row-gap: 6.5rem;
  }
  .modal_intro_img {
    width: 100vw;
    margin-inline: -5rem;
  }
  .modal_intro_img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 750/657;
  }
  .modal_intro_body {
    width: 100%;
  }
  .modal_intro_job {
    margin-bottom: 0;
    font-size: 2.6rem;
    text-align: center;
  }
  .modal_intro_name {
    margin-bottom: 0;
    font-size: 5rem;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .modal_intro_mail {
    justify-content: center;
    margin-bottom: 7.5rem;
    font-size: 2.4rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .modal_intro_mail::before {
    width: 3.1rem;
  }
  .modal_intro_career {
    margin-bottom: 2rem;
    font-size: 2.6rem;
    line-height: 1.6153846154;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .modal_intro_box {
    width: 64rem;
    padding: 2rem 3rem;
  }
  .modal_intro_box_ttl {
    margin-bottom: 2rem;
    font-size: 2.6rem;
  }
  .modal_intro_box_txt {
    font-size: 2.2rem;
    line-height: 1.5454545455;
    letter-spacing: 0.04em;
  }
  .modal_dl {
    align-items: flex-start;
    margin-bottom: 6rem;
    padding: 4rem 0rem;
  }
  .modal_dl dt {
    margin-bottom: 2rem;
    background-color: #c3d72c;
    color: var(--c-dark);
    font-size: 2.6rem;
    line-height: 4rem;
    padding-inline: 1em;
  }
  .modal_dl dt:not(:first-of-type) {
    margin-top: 4.5rem;
    padding-top: 0;
  }
  .modal_dl dd {
    width: 100%;
    font-size: 2.6rem;
    line-height: 1.3846153846;
  }
  .modal_dl dd:not(:last-of-type) {
    padding-bottom: 4rem;
    border-bottom: 1px solid var(--c-dark);
  }
  .modal_close-btn {
    width: 26rem;
    height: 6.6rem;
    font-size: 2.6rem;
  }
  .modal_close-btn::after {
    right: 3rem;
    width: 0.8rem;
  }
}
.fixed-btn {
  position: fixed;
  top: 48%;
  right: 0;
  z-index: 990;
  transform: rotate(-90deg) translateY(100%);
}
.fixed-btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 21rem;
  height: 7rem;
  background-color: var(--c-lightgreen);
  color: inherit;
  font-weight: 500;
  font-size: 2.3rem;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .fixed-btn a:hover {
    opacity: 0.8;
  }
}

@media (max-width: 767px) {
  .fixed-btn {
    display: none;
  }
}
/*============================
#footer
============================*/
.footer {
  padding-top: 8rem;
  padding-bottom: 12rem;
  background-color: var(--c-dark);
  color: var(--c-white);
}
.footer_logo {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.footer_logo img {
  width: 40rem;
}
.footer_add {
  margin-bottom: 2rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: 0.08em;
  text-align: center;
}
.footer_tel {
  margin-bottom: 1rem;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.2777777778;
  letter-spacing: 0.08em;
  text-align: center;
}
.footer_mail {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.2777777778;
  font-family: var(--f-sans);
  letter-spacing: 0.08em;
  text-align: center;
}

@media (max-width: 767px) {
  .footer {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .footer_logo {
    margin-bottom: 4.5rem;
  }
  .footer_add {
    margin-bottom: 1rem;
    font-size: 2.6rem;
    line-height: 1.3076923077;
  }
  .footer_tel {
    margin-bottom: -2.5rem;
    font-size: 2.4rem;
    line-height: 2.1666666667;
  }
  .footer_mail {
    font-size: 2.4rem;
    line-height: 2.1666666667;
  }
}