@charset "UTF-8";
@import url("https://use.typekit.net/jah1ipm.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
header {
  background: rgba(31, 31, 31, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 999;
}
@media screen and (max-width: 860px) {
  header {
    background: rgba(31, 31, 31, 0.7);
  }
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: clamp(0px, 96.7123287671vw, 1412px);
  margin: 0 auto;
  padding: clamp(0px, 1.6438356164vw, 24px) 0;
  box-sizing: border-box;
}
header .inner .header_logo {
  width: clamp(0px, 28.5616438356vw, 417px);
}
@media screen and (max-width: 860px) {
  header .inner .header_logo {
    width: 70%;
  }
}
header .inner nav {
  display: flex;
  align-items: center;
  font-size: clamp(0px, 1.095890411vw, 16px);
  justify-content: flex-end;
}
@media screen and (max-width: 860px) {
  header .inner nav {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 999;
    background: #fff;
    height: 100vh;
    overflow: scroll;
    padding: 20px;
    box-sizing: border-box;
  }
}
header .inner nav ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 860px) {
  header .inner nav ul {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    height: auto;
  }
}
header .inner nav ul li + li {
  margin-left: clamp(0px, 2.397260274vw, 35px);
}
@media screen and (max-width: 860px) {
  header .inner nav ul li + li {
    margin-left: 0;
  }
}
header .inner nav ul li a {
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 860px) {
  header .inner nav ul li a {
    font-size: 1.6rem;
    padding: 0 20px;
    box-sizing: border-box;
    color: #0B173D;
  }
}
header .inner .entry_link {
  margin-left: clamp(0px, 2.7397260274vw, 40px);
}
@media screen and (max-width: 860px) {
  header .inner .entry_link {
    margin: 0 auto;
    width: 100%;
    margin-top: 20px;
  }
}
header .inner .entry_link a {
  background: #0B173D;
  color: #fff;
  font-weight: 600;
  width: clamp(0px, 11.301369863vw, 165px);
  display: block;
  line-height: 1;
  padding: clamp(0px, 1.2328767123vw, 18px) clamp(0px, 0.3424657534vw, 5px);
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 860px) {
  header .inner .entry_link a {
    font-size: 1.6rem;
    border: 1px solid #0B173D;
    border-radius: 999px;
    width: 100%;
    padding: 0.75em 10px;
  }
}
@media screen and (max-width: 860px) {
  header .sp-nav_toggle {
    display: block;
    width: 30px;
    height: 20px;
    box-sizing: border-box;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
  }
  header .sp-nav_toggle::before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: #fff;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
  }
}

footer {
  box-sizing: border-box;
  position: relative;
}
footer .bgfff {
  padding: clamp(0px, 6.301369863vw, 92px);
  box-sizing: border-box;
}
footer .flex {
  width: clamp(0px, 87.397260274vw, 1276px);
  background: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  footer .flex {
    flex-direction: column;
  }
}
footer .flex .cont {
  display: flex;
  flex-direction: column;
  gap: clamp(0px, 1.6438356164vw, 24px);
}
@media screen and (max-width: 860px) {
  footer .flex .cont {
    gap: 15px;
    text-align: center;
  }
}
footer .flex .cont .logo {
  width: clamp(0px, 22.602739726vw, 330px);
}
@media screen and (max-width: 860px) {
  footer .flex .cont .logo {
    max-widrh: 250px;
    width: 80%;
    margin: 0 auto 20px;
  }
}
footer .flex .cont .add {
  line-height: 1.8;
  font-size: clamp(0px, 1.095890411vw, 16px);
}
@media screen and (max-width: 860px) {
  footer .flex .cont .add {
    font-size: 1.4rem;
  }
}
footer .flex .cont .add strong {
  display: block;
  font-weight: 700;
}
footer .flex .cont .contact a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-family: YakuHanJP, "futura-pt", sans-serif;
  line-height: 1.6;
  font-size: clamp(0px, 1.2328767123vw, 18px);
}
@media screen and (max-width: 860px) {
  footer .flex .cont .contact a {
    font-size: 1.4rem;
    margin: 0 auto;
  }
}
footer .flex nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 50%;
}
@media screen and (max-width: 860px) {
  footer .flex nav {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}
footer .flex nav ul {
  width: 49%;
}
@media screen and (max-width: 860px) {
  footer .flex nav ul {
    width: 100%;
  }
  footer .flex nav ul + ul {
    margin-top: clamp(0px, 1.6438356164vw, 24px);
  }
}
footer .flex nav ul li a {
  font-size: clamp(0px, 1.095890411vw, 16px);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
}
@media screen and (max-width: 860px) {
  footer .flex nav ul li a {
    font-size: 1.2rem;
  }
}
footer .flex nav ul li + li {
  margin-top: clamp(0px, 0.6849315068vw, 10px);
}

.copyright {
  padding: clamp(0px, 1.6438356164vw, 24px) 0;
  position: relative;
  z-index: 9999;
}
.copyright p {
  color: #fff;
  width: clamp(0px, 87.397260274vw, 1276px);
  margin: 0 auto;
  font-size: clamp(0px, 0.9589041096vw, 14px);
}
@media screen and (max-width: 860px) {
  .copyright p {
    font-size: 1.1rem;
  }
}

.retop {
  position: fixed;
  bottom: -5px;
  right: clamp(0px, 1.3698630137vw, 20px);
  z-index: 99;
  width: 42px;
  height: 80px;
  background-color: white;
  -webkit-mask-image: url(../images/common/retop.svg);
  mask-image: url(../images/common/retop.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  mix-blend-mode: exclusion;
}
.retop.is-stopped {
  position: absolute;
  bottom: -5px;
}
@media screen and (max-width: 860px) {
  .retop {
    width: 30px;
    height: 60px;
    bottom: -5px;
    right: 10px;
  }
}

#mv {
  background: url(../images/top/mv/mv.webp) no-repeat center/cover;
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-height: 500px;
  padding-top: clamp(0px, 6.8493150685vw, 100px);
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #mv {
    height: 400px;
    min-height: auto;
  }
}
#mv #mv_inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 10px 55px;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #mv #mv_inner {
    padding-bottom: 15px;
  }
}
#mv #mv_inner .mainttl_jp {
  color: #fff;
  font-size: clamp(0px, 4.6575342466vw, 68px);
  display: block;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 860px) {
  #mv #mv_inner .mainttl_jp {
    font-size: 7vw;
  }
}
#mv #mv_inner .mainttl_en {
  color: #0B173D;
  font-family: YakuHanJP, "futura-pt", sans-serif;
  text-align: center;
  font-size: clamp(0px, 4.5205479452vw, 66px);
  line-height: 1;
}
@media screen and (max-width: 860px) {
  #mv #mv_inner .mainttl_en {
    font-size: 6.5vw;
  }
}

#top_slider {
  margin-top: 2rem;
}
#top_slider ul li img {
  padding: 0 1rem;
  max-width: 290px;
}
@media screen and (max-width: 860px) {
  #top_slider ul li img {
    width: 50vw;
  }
}

#about {
  color: #fff;
  padding: clamp(0px, 10.6849315068vw, 156px) clamp(0px, 7.5342465753vw, 110px) clamp(0px, 11.3698630137vw, 166px);
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#about .ttl {
  font-size: clamp(0px, 2.8767123288vw, 42px);
}
@media screen and (max-width: 860px) {
  #about .ttl {
    font-size: 7vw;
  }
}
#about .ttl .yellow {
  color: #F5BC1C;
}
#about p {
  line-height: 2.3;
  font-weight: 600;
  font-size: clamp(0px, 1.2328767123vw, 18px);
  margin-top: clamp(0px, 3.1506849315vw, 46px);
}
@media screen and (max-width: 860px) {
  #about p {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: 3rem;
  }
}
#about .img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
  width: 50%;
}
@media screen and (max-width: 860px) {
  #about .img {
    position: static;
    transform: none;
    width: 100%;
    margin-left: auto;
  }
}

#bnr_about {
  position: relative;
}
#bnr_about img {
  display: block;
  width: 100%;
}
#bnr_about p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: YakuHanJP, "futura-pt", sans-serif;
  font-size: clamp(0px, 6.5753424658vw, 96px);
  width: 100%;
  text-align: center;
}

#data {
  background: #fff;
  padding: clamp(0px, 7.6712328767vw, 112px) 0;
}
#data .subttl {
  margin-bottom: clamp(0px, 4.3835616438vw, 64px);
}
#data .subttl .en {
  display: block;
  color: #A1A9BB;
  font-weight: 700;
  font-size: clamp(0px, 1.6438356164vw, 24px);
}
@media screen and (max-width: 860px) {
  #data .subttl .en {
    font-size: 4vw;
  }
}
#data .subttl .jp {
  display: block;
  color: #0B173D;
  font-size: clamp(0px, 3.698630137vw, 54px);
}
@media screen and (max-width: 860px) {
  #data .subttl .jp {
    font-size: 5.5vw;
  }
}
#data .data_list {
  width: clamp(0px, 68.4931506849vw, 1000px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 860px) {
  #data .data_list {
    width: 90vw;
  }
}
#data .data_list .cont {
  width: 24%;
  color: #fff;
  background: #0B173D;
  padding: clamp(0px, 2.0547945205vw, 30px) clamp(0px, 1.9178082192vw, 28px) clamp(0px, 1.3698630137vw, 20px);
  box-sizing: border-box;
  font-family: YakuHanJP, "futura-pt", sans-serif;
  position: relative;
}
#data .data_list .cont:nth-child(n+5) {
  width: 49.4%;
  margin-top: 1.33%;
}
@media screen and (max-width: 860px) {
  #data .data_list .cont {
    width: 49% !important;
    padding: 10px;
    padding-bottom: 50px;
  }
  #data .data_list .cont:nth-child(n+3) {
    margin-top: 10px !important;
  }
}
#data .data_list .cont h3 {
  font-size: clamp(0px, 1.3698630137vw, 20px);
  margin-bottom: clamp(0px, 2.0547945205vw, 30px);
}
@media screen and (max-width: 860px) {
  #data .data_list .cont h3 {
    font-size: 1.6rem;
  }
}
#data .data_list .cont p {
  display: flex;
  align-items: end;
  justify-content: center;
}
#data .data_list .cont p span {
  font-size: clamp(0px, 6.8493150685vw, 100px);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 860px) {
  #data .data_list .cont p span {
    font-size: 5rem;
  }
}
#data .data_list .cont p small {
  font-size: clamp(0px, 1.9178082192vw, 28px);
  color: #B9B9B9;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 860px) {
  #data .data_list .cont p small {
    font-size: 2rem;
  }
}
#data .data_list .cont .icn {
  margin-top: clamp(0px, 3.0821917808vw, 45px);
}
@media screen and (max-width: 860px) {
  #data .data_list .cont .icn {
    margin: 0;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
}
#data .data_list .cont .icn img {
  margin-top: 10px;
  margin-left: auto;
  width: clamp(0px, 2.4657534247vw, 36px);
}
@media screen and (max-width: 860px) {
  #data .data_list .cont .icn img {
    width: 3rem;
  }
}
#data .data_list .cont .zu {
  width: 70%;
  margin: -10% auto;
}
@media screen and (max-width: 860px) {
  #data .data_list .cont .zu {
    margin: 0 auto;
    width: 100%;
  }
}

#work {
  background: #3D414D;
  padding: clamp(0px, 11.3698630137vw, 166px) 0 clamp(0px, 12.7397260274vw, 186px);
  box-sizing: border-box;
  color: #fff;
}
#work .work_inner {
  width: clamp(0px, 85.6164383562vw, 1250px);
}
@media screen and (max-width: 860px) {
  #work .work_inner {
    width: 90vw;
  }
}
#work .work_inner {
  margin: 0 auto;
}
#work .work_inner h2 {
  margin-bottom: clamp(0px, 6.301369863vw, 92px);
}
#work .work_inner h2 .en {
  display: block;
  font-family: YakuHanJP, "futura-pt", sans-serif;
  font-size: clamp(0px, 1.3698630137vw, 20px);
}
@media screen and (max-width: 860px) {
  #work .work_inner h2 .en {
    font-size: 3vw;
  }
}
#work .work_inner h2 .en::before {
  content: "・";
  display: inline-block;
  margin-right: 0.5em;
}
#work .work_inner h2 .jp {
  display: block;
  font-size: clamp(0px, 3.1506849315vw, 46px);
  letter-spacing: 0.056em;
}
@media screen and (max-width: 860px) {
  #work .work_inner h2 .jp {
    font-size: 7.5vw;
  }
}
#work #work_list {
  width: 100%;
}
#work #work_list .cont {
  display: flex;
  justify-content: space-between;
  gap: clamp(0px, 3.0136986301vw, 44px);
  align-items: stretch;
}
#work #work_list .cont:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 860px) {
  #work #work_list .cont {
    flex-direction: column-reverse !important;
  }
}
#work #work_list .cont + .cont {
  margin-top: clamp(0px, 5.7534246575vw, 84px);
}
@media screen and (max-width: 860px) {
  #work #work_list .cont + .cont {
    margin-top: 5rem;
  }
}
#work #work_list .cont .txt {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  #work #work_list .cont .txt {
    width: 100%;
  }
}
#work #work_list .cont .txt .num {
  border-top: 1px solid #fff;
  display: block;
}
#work #work_list .cont .txt .num span {
  font-size: clamp(0px, 6.8493150685vw, 100px);
  display: block;
  font-family: YakuHanJP, "futura-pt", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 860px) {
  #work #work_list .cont .txt .num span {
    font-size: 5rem;
    margin-bottom: 0.3em;
  }
}
#work #work_list .cont .txt .inner {
  box-sizing: border-box;
  border-left: solid #fff clamp(0px, 0.6849315068vw, 10px);
  padding-left: clamp(0px, 2.1917808219vw, 32px);
}
@media screen and (max-width: 860px) {
  #work #work_list .cont .txt .inner {
    border-left-width: 7px;
  }
}
#work #work_list .cont .txt .inner h3 {
  font-family: YakuHanJP, "futura-pt", sans-serif;
}
#work #work_list .cont .txt .inner h3 span {
  display: block;
}
#work #work_list .cont .txt .inner h3 span.en {
  font-size: clamp(0px, 1.6438356164vw, 24px);
}
@media screen and (max-width: 860px) {
  #work #work_list .cont .txt .inner h3 span.en {
    font-size: 1.4rem;
  }
}
#work #work_list .cont .txt .inner h3 span.jp {
  font-size: clamp(0px, 2.8767123288vw, 42px);
}
@media screen and (max-width: 860px) {
  #work #work_list .cont .txt .inner h3 span.jp {
    font-size: 2.2rem;
  }
}
#work #work_list .cont .txt .inner p {
  font-size: clamp(0px, 1.2328767123vw, 18px);
  margin-top: 1em;
  line-height: 1.7;
}
@media screen and (max-width: 860px) {
  #work #work_list .cont .txt .inner p {
    font-size: 1.4rem;
  }
}
#work #work_list .cont .img {
  width: 50%;
}
@media screen and (max-width: 860px) {
  #work #work_list .cont .img {
    width: 100%;
  }
}

#schedule {
  padding: clamp(0px, 7.6712328767vw, 112px) 0;
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #F4F4F4 50%, #F4F4F4 100%);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  #schedule {
    background: #fff;
  }
}
#schedule::before {
  content: "DAILY ROUTINE";
  font-size: clamp(0px, 12.1917808219vw, 178px);
  font-family: YakuHanJP, "futura-pt", sans-serif;
  color: #3D414D;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0.65;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media screen and (max-width: 860px) {
  #schedule::before {
    font-size: 19vw;
  }
}
#schedule h2 {
  text-align: center;
  margin-bottom: clamp(0px, 5.4794520548vw, 80px);
  font-size: clamp(0px, 3.698630137vw, 54px);
  color: #0B173D;
}
@media screen and (max-width: 860px) {
  #schedule h2 {
    font-size: 5.5vw;
  }
}
#schedule .schedule_inner {
  max-width: 800px;
  width: 80%;
  margin: 0 auto;
}

.timeline {
  position: relative;
  color: #0B173D;
  margin: 0 auto;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #00153a;
}
.timeline_item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  min-height: 80px;
}
.timeline_item:last-child {
  margin-bottom: 0;
}

.time_circle {
  position: relative;
  z-index: 2;
  width: clamp(0px, 8.4931506849vw, 124px);
  aspect-ratio: 1/1;
  border: 2px solid #00153a;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: clamp(0px, 2.7397260274vw, 40px);
  box-sizing: border-box;
  font-family: YakuHanJP, "futura-pt", sans-serif;
  font-weight: 600;
}

.content {
  position: absolute;
  width: calc(50% - clamp(0px, 5.4794520548vw, 80px));
  font-size: clamp(0px, 1.5068493151vw, 22px);
  line-height: 1.6;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 860px) {
  .content {
    font-size: 3vw;
    transform: none;
  }
}
.content p {
  margin: 0 0 8px;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 860px) {
  .content p {
    margin: 0;
  }
}
.content p span {
  font-weight: bold;
  margin-right: 8px;
  width: 2.6em;
  display: inline-block;
}
.content.left {
  right: calc(50% + clamp(0px, 5.4794520548vw, 80px));
  text-align: left;
}
.content.right {
  left: calc(50% + clamp(0px, 5.4794520548vw, 80px));
  text-align: left;
}

@media screen and (max-width: 860px) {
  .timeline::before {
    left: 29px;
    height: 94%;
    top: 50%;
    transform: translateY(-50%);
  }
  .timeline_item {
    justify-content: flex-start;
    padding-left: 0;
    margin-bottom: 0;
  }
  .time_circle {
    width: 60px;
    height: 60px;
    font-size: 14px;
  }
  .content {
    position: static;
    width: auto;
    padding-left: 20px;
  }
  .content.left, .content.right {
    text-align: left;
  }
}
#bnr {
  background: url(../images/top/bnr/bnr01.webp) no-repeat center/cover;
  padding: clamp(0px, 10.2739726027vw, 150px) 0;
}
#bnr img {
  width: clamp(0px, 75.3424657534vw, 1100px);
  margin: 0 auto;
}

#Philosophy {
  padding-top: clamp(0px, 11.3698630137vw, 166px);
}
#Philosophy .ttlbox span.en::before {
  color: #F5BC1C;
}
#Philosophy .flex {
  gap: clamp(0px, 3.1506849315vw, 46px);
  align-items: flex-start;
}
@media screen and (max-width: 860px) {
  #Philosophy .flex {
    display: block;
  }
}
#Philosophy .flex > * {
  width: 50%;
}
@media screen and (max-width: 860px) {
  #Philosophy .flex > * {
    width: 100%;
  }
}
#Philosophy #action ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#Philosophy #action ul li {
  width: 49%;
  background: #0B173D;
  color: #fff;
  font-family: YakuHanJP, "futura-pt", sans-serif;
  position: relative;
}
#Philosophy #action ul li:nth-child(n+3) {
  margin-top: clamp(0px, 2.1917808219vw, 32px);
}
#Philosophy #action ul li .num {
  position: absolute;
  font-size: clamp(0px, 1.7808219178vw, 26px);
  color: #F5BC1C;
  font-weight: 600;
  top: clamp(0px, 1.0273972603vw, 15px);
  left: clamp(0px, 1.0273972603vw, 15px);
}
@media screen and (max-width: 860px) {
  #Philosophy #action ul li .num {
    font-size: 1.5rem;
  }
}
#Philosophy #action ul li p {
  padding: clamp(0px, 5.8904109589vw, 86px) 0;
}
#Philosophy #action ul li p span {
  display: block;
  text-align: center;
  font-weight: 600;
  line-height: 1;
}
#Philosophy #action ul li p span.en {
  font-size: clamp(0px, 1.6438356164vw, 24px);
  margin-top: 0.8em;
}
@media screen and (max-width: 860px) {
  #Philosophy #action ul li p span.en {
    font-size: 2.5vw;
  }
}
#Philosophy #action ul li p span.jp {
  font-size: clamp(0px, 2.1917808219vw, 32px);
}
@media screen and (max-width: 860px) {
  #Philosophy #action ul li p span.jp {
    font-size: 3.5vw;
    line-height: 1.4;
  }
}

#Environment {
  padding-top: clamp(0px, 11.3698630137vw, 166px);
}
#Environment .ttlbox span.en::before {
  color: #3D95B5;
}
#Environment .flex {
  align-items: flex-start;
}
@media screen and (max-width: 860px) {
  #Environment .flex {
    display: block;
  }
}
#Environment .flex .txt {
  width: 62%;
}
@media screen and (max-width: 860px) {
  #Environment .flex .txt {
    width: 100%;
  }
}
#Environment .flex .img {
  width: 34%;
}
@media screen and (max-width: 860px) {
  #Environment .flex .img {
    width: 100%;
    margin-top: 2rem;
  }
}
#Environment .list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: clamp(0px, 7.6712328767vw, 112px);
}
@media screen and (max-width: 860px) {
  #Environment .list {
    flex-wrap: wrap;
  }
}
#Environment .list li {
  width: 24%;
  background: #1B1E28;
  color: #fff;
  box-sizing: border-box;
  padding: clamp(0px, 2.1917808219vw, 32px);
}
@media screen and (max-width: 860px) {
  #Environment .list li {
    width: 49%;
  }
  #Environment .list li:nth-child(n+3) {
    margin-top: 2vw;
  }
}
#Environment .list li img {
  width: clamp(0px, 2.602739726vw, 38px);
}
@media screen and (max-width: 860px) {
  #Environment .list li img {
    width: 2rem;
  }
}
#Environment .list li h3 {
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0px, 2.1917808219vw, 32px);
  margin-bottom: 0.5em;
  margin-top: 1em;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 860px) {
  #Environment .list li h3 {
    font-size: 3.5vw;
  }
}
#Environment .list li p {
  font-size: clamp(0px, 1.2328767123vw, 18px);
}
@media screen and (max-width: 860px) {
  #Environment .list li p {
    font-size: 2.5vw;
  }
}
#Environment .bnr {
  position: relative;
  width: 100%;
  margin: clamp(0px, 7.6712328767vw, 112px) auto;
  display: block;
}
#Environment .bnr img {
  display: block;
  width: 100%;
}
#Environment #training {
  table-layout: fixed;
  width: 100%;
  max-width: 980px;
  margin: clamp(0px, 7.6712328767vw, 112px) auto;
  font-size: clamp(0px, 1.2328767123vw, 18px);
}
#Environment #training tr {
  border-top: 1px solid #A1A9BB;
}
#Environment #training tr:last-child {
  border-bottom: 1px solid #A1A9BB;
}
#Environment #training th {
  width: 25%;
  text-align: left;
  padding: clamp(0px, 2.1917808219vw, 32px) 0;
}
@media screen and (max-width: 860px) {
  #Environment #training th {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    padding: 10px;
  }
}
#Environment #training td {
  padding: clamp(0px, 2.1917808219vw, 32px) 0;
}
@media screen and (max-width: 860px) {
  #Environment #training td {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    padding: 10px;
    padding-top: 0;
  }
}
#Environment .slider img {
  padding: 0 1rem;
  max-width: 290px;
}
@media screen and (max-width: 860px) {
  #Environment .slider img {
    width: 50vw;
  }
}

#voice {
  padding-top: clamp(0px, 11.3698630137vw, 166px);
}
#voice .ttlbox span.en::before {
  color: #F5BC1C;
}
#voice dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 860px) {
  #voice dl {
    display: block;
  }
}
#voice dl + dl {
  margin-top: clamp(0px, 3.2876712329vw, 48px);
}
@media screen and (max-width: 860px) {
  #voice dl + dl {
    margin-top: 3rem;
  }
}
#voice dl dt {
  width: 34%;
}
@media screen and (max-width: 860px) {
  #voice dl dt {
    width: 100%;
  }
}
#voice dl dd {
  width: 62%;
  margin-left: 4%;
  font-size: clamp(0px, 1.3698630137vw, 20px);
  font-weight: 400;
  line-height: 2.1;
}
@media screen and (max-width: 860px) {
  #voice dl dd {
    font-size: 1.4rem;
    width: 100%;
    margin: 1rem auto 0;
  }
}
#voice dl dd strong {
  font-weight: 600;
  color: #0B173D;
}

#company {
  padding-top: clamp(0px, 11.3698630137vw, 166px);
}
#company .cont_size_box {
  width: clamp(0px, 80.8219178082vw, 1180px);
}
@media screen and (max-width: 860px) {
  #company .cont_size_box {
    width: clamp(0px, 92.0547945205vw, 1344px);
  }
}
#company .ttlbox span.en::before {
  color: #3D95B5;
}
#company .flex {
  align-items: center;
}
@media screen and (max-width: 860px) {
  #company .flex {
    display: block;
  }
}
#company .flex .detail {
  width: 56%;
}
@media screen and (max-width: 860px) {
  #company .flex .detail {
    width: 100%;
  }
}
#company .flex .detail table {
  font-size: clamp(0px, 1.095890411vw, 16px);
}
@media screen and (max-width: 860px) {
  #company .flex .detail table {
    font-size: 1.4rem;
  }
}
#company .flex .detail table th {
  vertical-align: top;
  text-align: left;
  color: #0B173D;
  line-height: 2.3;
}
@media screen and (max-width: 860px) {
  #company .flex .detail table th {
    display: block;
  }
}
#company .flex .detail table td {
  padding-left: 1em;
  line-height: 2.3;
}
@media screen and (max-width: 860px) {
  #company .flex .detail table td {
    display: block;
    padding-left: 0;
    line-height: 1.8;
  }
}
#company .flex .img {
  width: 40%;
}
@media screen and (max-width: 860px) {
  #company .flex .img {
    width: 100%;
    margin-top: 20px;
  }
}

#message {
  background: #575A66;
  padding: clamp(0px, 6.301369863vw, 92px) 0;
  margin-top: clamp(0px, 11.3698630137vw, 166px);
}
#message .cont_size_box {
  width: clamp(0px, 80.8219178082vw, 1180px);
  color: #fff;
}
@media screen and (max-width: 860px) {
  #message .cont_size_box {
    width: 85vw;
  }
}
#message .cont_size_box h2 {
  margin-bottom: clamp(0px, 4.3835616438vw, 64px);
}
#message .cont_size_box h2 span {
  display: block;
  text-align: center;
}
#message .cont_size_box h2 span.en {
  font-family: YakuHanJP, "futura-pt", sans-serif;
  font-size: clamp(0px, 1.6438356164vw, 24px);
  color: #A1A9BB;
}
@media screen and (max-width: 860px) {
  #message .cont_size_box h2 span.en {
    font-size: 3vw;
  }
}
#message .cont_size_box h2 span.jp {
  font-size: clamp(0px, 3.698630137vw, 54px);
}
@media screen and (max-width: 860px) {
  #message .cont_size_box h2 span.jp {
    font-size: 4.5vw;
  }
}
#message .cont_size_box h2 span.jp span {
  display: inline;
  font-family: YakuHanJP, "futura-pt", sans-serif;
}
@media screen and (max-width: 860px) {
  #message .cont_size_box .flex {
    flex-direction: column-reverse;
  }
}
#message .cont_size_box .flex .img {
  width: 34%;
}
@media screen and (max-width: 860px) {
  #message .cont_size_box .flex .img {
    width: 100%;
    margin: 40px auto 0;
  }
}
#message .cont_size_box .flex .txt {
  width: 62%;
}
@media screen and (max-width: 860px) {
  #message .cont_size_box .flex .txt {
    width: 100%;
  }
}
#message .cont_size_box .flex .txt p {
  font-size: clamp(0px, 1.2328767123vw, 18px);
  line-height: 2.1;
}
@media screen and (max-width: 860px) {
  #message .cont_size_box .flex .txt p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
#message .cont_size_box .flex .txt p + p {
  margin-top: 2em;
}

#flow {
  padding: clamp(0px, 7.6712328767vw, 112px) 0;
}
#flow h2 {
  color: #fff;
  text-align: center;
  font-size: clamp(0px, 3.1506849315vw, 46px);
  margin-bottom: clamp(0px, 3.4246575342vw, 50px);
}
@media screen and (max-width: 860px) {
  #flow h2 {
    font-size: 4.5vw;
  }
}
#flow ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  #flow ul {
    flex-wrap: wrap;
  }
}
#flow ul li {
  background: #fff;
  width: 19%;
  display: flex;
  align-items: center;
  padding: clamp(0px, 2.1917808219vw, 32px);
  box-sizing: border-box;
  line-height: 1;
}
@media screen and (max-width: 860px) {
  #flow ul li {
    width: 49%;
    margin-top: 2%;
  }
  #flow ul li:last-child {
    width: 100%;
  }
}
#flow ul li span {
  color: #3D95B5;
  font-family: YakuHanJP, "futura-pt", sans-serif;
  font-size: clamp(0px, 1.7808219178vw, 26px);
  font-weight: 700;
  margin-right: 0.5em;
  display: block;
}
@media screen and (max-width: 860px) {
  #flow ul li span {
    font-size: 5vw;
  }
}
#flow ul li p {
  font-size: clamp(0px, 2.1917808219vw, 32px);
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 860px) {
  #flow ul li p {
    font-size: 5vw;
  }
}

#entry {
  background: url(../images/top/entry/CTA.webp) no-repeat center/cover;
  color: #fff;
  padding: clamp(0px, 7.6712328767vw, 112px);
}
#entry h2 {
  text-align: center;
  font-size: clamp(0px, 3.1506849315vw, 46px);
}
@media screen and (max-width: 860px) {
  #entry h2 {
    font-size: 6vw;
  }
}
#entry p {
  text-align: center;
  margin-top: 1em;
  font-size: clamp(0px, 1.2328767123vw, 18px);
}
@media screen and (max-width: 860px) {
  #entry p {
    font-size: 1.4rem;
  }
}
#entry .flex {
  align-items: stretch;
  justify-content: center;
  gap: clamp(0px, 1.6438356164vw, 24px);
  margin-top: clamp(0px, 2.8767123288vw, 42px);
}
@media screen and (max-width: 860px) {
  #entry .flex {
    flex-direction: column;
    gap: 20px;
  }
}
#entry .flex a {
  display: block;
  background: #fff;
  color: #0B173D;
  font-size: clamp(0px, 1.6438356164vw, 24px);
  font-weight: 700;
  width: clamp(0px, 29.8630136986vw, 436px);
  padding: clamp(0px, 1.2328767123vw, 18px);
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 860px) {
  #entry .flex a {
    width: 100%;
    font-size: 4vw;
    padding: 0.75em;
  }
}
#entry .flex a:first-child {
  background: #F5BC1C;
}

/* モーダルの初期状態 */
.modal {
  display: none; /* JSで制御するために最初は消す */
  opacity: 0; /* 透明にする */
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 0.4s ease; /* 0.4秒かけてふわっとさせる */
}

/* 表示された時の状態 */
.modal.is-active {
  display: block; /* JSでここを切り替える */
  opacity: 1;
}

/* 画像自体の動き（下から少し浮き上がる演出） */
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%); /* 最初は少し下に下げておく */
  max-width: 90%;
  max-height: 90%;
  transition: transform 0.4s ease;
}

.modal.is-active .modal-content {
  transform: translate(-50%, -50%); /* 中央へ移動 */
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}

#privacy {
  width: clamp(0px, 85.8904109589vw, 1254px);
  padding: 100px 0;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 860px) {
  #privacy {
    padding: 60px 0;
  }
}
#privacy h1 {
  font-size: 3.3rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 860px) {
  #privacy h1 {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}
#privacy h2 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 1.8rem;
}
@media screen and (max-width: 860px) {
  #privacy h2 {
    font-size: 1.6rem;
  }
}
#privacy p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 860px) {
  #privacy p {
    font-size: 1.4rem;
  }
}
#privacy ul {
  margin-top: 10px;
}
#privacy ul li {
  font-size: 1.6rem;
  line-height: 1.8;
  list-style: disc;
  margin-left: 1em;
}
@media screen and (max-width: 860px) {
  #privacy ul li {
    font-size: 1.4rem;
  }
}

#editor_content .cont_size_box {
  padding: 60px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #editor_content .cont_size_box {
    padding: 30px 0;
  }
}/*# sourceMappingURL=style.css.map */