@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@500;700&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,500;1,500&display=swap");
th {
  background-color: var(--tbody-th-color--bg, hsla(0, 0%, 59%, 0.05));
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

.l-footer {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.l-footer .l-container {
  display: flex;
  flex-wrap: wrap;
}
.l-footer .c-iconList {
  width: 50%;
  order: 1;
  justify-content: flex-end;
}
@media screen and (max-width: 599px) {
  .l-footer .c-iconList {
    width: 100%;
    justify-content: center;
  }
}
.l-footer .l-footer__nav {
  order: 0;
  width: 50%;
  justify-content: flex-start;
}
@media screen and (max-width: 599px) {
  .l-footer .l-footer__nav {
    width: 100%;
    justify-content: center;
  }
}
.l-footer .copyright {
  order: 2;
  width: 100%;
}
.l-footer .c-iconList__item a {
  background-color: #333;
  padding: 0.8em;
  border-radius: 50%;
}
.l-footer .c-iconList__item i {
  color: #fff;
}
.l-footer .c-iconList__item:first-child {
  margin-right: 1em;
}

.p-fixBtnWrap {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.1s ease, visibility 0.1s ease 0.1s, transform 0.3s ease;
}
@media screen and (max-width: 960px) {
  .p-fixBtnWrap {
    display: none;
  }
}
.p-fixBtnWrap .p-fixBtnWrap__tour {
  background-image: url(../img/fix.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 183px;
  height: 183px;
}
.p-fixBtnWrap .p-fixBtnWrap__tour a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fdfdfd;
  text-decoration: none;
}

.l-footer__foot {
  padding-bottom: 0;
}
.l-footer__foot .copyright {
  padding: 1em 0;
  background-color: var(--color_main);
  color: #fdfdfd;
}

#fix_bottom_menu::before {
  background: none;
}
#fix_bottom_menu .menu_list {
  height: -moz-fit-content;
  height: fit-content;
}
#fix_bottom_menu a {
  line-height: inherit;
  height: 50px;
}
#fix_bottom_menu i {
  display: none !important;
}
#fix_bottom_menu span {
  font-size: 0.875rem;
  color: #fdfdfd;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#fix_bottom_menu .fix-footer-tour {
  background-color: #3BC3A1;
}
#fix_bottom_menu .fix-footer-entry {
  background-color: var(--color_main);
}

.p-fixBtnWrap {
  bottom: 1em;
}

[data-scrolled=true] .p-fixBtnWrap {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
}

[data-scrolled=true] .p-fixBtnWrap.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#fix_bottom_menu {
  box-shadow: none;
}
#fix_bottom_menu span {
  font-size: 1.125rem;
}

.c-gnav-header {
  display: flex;
  align-items: flex-start;
  padding: 9px 0;
}
@media screen and (max-width: 960px) {
  .c-gnav-header {
    display: none;
  }
}
.c-gnav-header .c-gnav-header__col {
  display: flex;
  align-items: center;
}
.c-gnav-header .c-gnav-header__col ul .menu-item:not(:last-child) {
  margin-bottom: 0.875em;
}
.c-gnav-header .c-gnav-header__col .menu-item a {
  color: var(--color_text);
  text-decoration: none;
}
.c-gnav-header .c-gnav-header__col.--2 {
  margin-left: 2.875em;
}
.c-gnav-header .c-gnav-header__col.--3 {
  margin-left: 4.0625em;
}
.c-gnav-header .c-gnav-header__col.--1 .menu-item a,
.c-gnav-header .c-gnav-header__col.--2 .menu-item a {
  position: relative;
}
.c-gnav-header .c-gnav-header__col.--1 .menu-item a::before,
.c-gnav-header .c-gnav-header__col.--2 .menu-item a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../img/nav-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}

.nav_entry a {
  color: #fdfdfd !important;
  background-color: var(--color_main);
  min-width: 177px;
  border-radius: 30px;
  width: 100%;
  min-height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav_entry a:hover {
  background-color: var(--color_main);
}

.nav_contact a {
  position: relative;
  padding: 0.5em 1em;
  display: block;
}
@media screen and (max-width: 960px) {
  .nav_contact a {
    text-align: center;
  }
}
.nav_contact a::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-image: url(../img/contact_border.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
.nav_contact a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/contact_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 960px) {
  .nav_contact a::after {
    right: auto;
  }
}

.c-widget__title.-spmenu {
  display: none;
}

.c-listMenu a::before {
  content: "";
  display: none;
}
.c-listMenu .nav_sp a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 7px;
  background-image: url("../img/nav-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}

.c-spnav .nav_sp a {
  border-bottom: none;
}
.c-spnav .menu-item {
  margin: 1.5em !important;
}

.l-header__menuBtn {
  height: 45px;
  width: 52px;
  margin-right: 1em;
  border-radius: 6px;
}

@media screen and (min-width: 600px) and (max-width: 960px) {
  .c-headLogo {
    height: 100px;
  }
}

[data-scrolled=true] .l-fixHeader[data-ready].is-scrolling {
  transform: translateY(-140px) !important;
}

@media screen and (max-width: 960px) {
  .-img .c-headLogo__link {
    padding: 0;
  }
}

.--pc {
  display: block;
}
@media screen and (max-width: 960px) {
  .--pc {
    display: none;
  }
}

.--sp {
  display: none !important;
}
@media screen and (max-width: 960px) {
  .--sp {
    display: block !important;
  }
}

.home .l-content {
  margin: 0 auto;
}

.ly_sec {
  padding: 100px 0;
}
@media screen and (max-width: 960px) {
  .ly_sec {
    padding: 50px 0;
  }
}

.ly_sec_inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--swl-pad_container, 0);
  padding-right: var(--swl-pad_container, 0);
  max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
}

.ly_sec_message {
  max-width: 1100px;
  width: 100%;
  padding: 0 0 100px;
}
.ly_sec_message .bl_message_txt {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  position: relative;
}
.ly_sec_message .el_message_txt {
  margin-top: 50px;
  padding-top: 30px;
  margin-bottom: 50px;
}

.ly_sec_pSection {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  height: 88.6458333333vw;
}
@media screen and (max-width: 960px) {
  .ly_sec_pSection {
    height: 200vw;
  }
}
.ly_sec_pSection::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .ly_sec_pSection::before {
    background-size: contain;
    background-image: url(../img/bg_sp.svg);
  }
}
.ly_sec_pSection::after {
  content: "";
  display: block;
  width: 100%;
  height: 103px;
  background-image: url(../img/wave.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.ly_sec_pSection .el_pSection_img.--01 {
  width: 19.84375vw;
  position: absolute;
  left: 11%;
  top: 16%;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .ly_sec_pSection .el_pSection_img.--01 {
    width: 28.4615384615vw;
    left: 16px;
  }
}
.ly_sec_pSection .el_pSection_img.--02 {
  width: 23.4375vw;
  position: absolute;
  left: 29%;
  top: 32%;
}
@media screen and (max-width: 960px) {
  .ly_sec_pSection .el_pSection_img.--02 {
    width: 42.3076923077vw;
    left: 12%;
    top: 43%;
  }
}
.ly_sec_pSection .el_pSection_img.--03 {
  width: 25.5729166667vw;
  position: absolute;
  right: 10%;
  top: 11%;
}
@media screen and (max-width: 960px) {
  .ly_sec_pSection .el_pSection_img.--03 {
    width: 42.8205128205vw;
    right: 7%;
    top: 14%;
    z-index: -1;
  }
}
.ly_sec_pSection .el_pSection_img.--04 {
  width: 21.875vw;
  position: absolute;
  bottom: 26%;
  left: 17%;
}
@media screen and (max-width: 960px) {
  .ly_sec_pSection .el_pSection_img.--04 {
    width: 51.5384615385vw;
    left: -3%;
    bottom: 17%;
  }
}
.ly_sec_pSection .el_pSection_img.--05 {
  width: 19.84375vw;
  position: absolute;
  right: 27%;
  bottom: 14%;
}
@media screen and (max-width: 960px) {
  .ly_sec_pSection .el_pSection_img.--05 {
    width: 25.641025641vw;
    right: 7%;
    bottom: 24%;
  }
}
.ly_sec_pSection .el_pSection_icon {
  width: 31.5625vw;
  position: absolute;
  bottom: 0%;
  left: 8%;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .ly_sec_pSection .el_pSection_icon {
    width: 60.2864583333vw;
    right: 4%;
    bottom: -3%;
    left: unset;
  }
}
@media screen and (max-width: 599px) {
  .ly_sec_pSection .el_pSection_icon {
    width: 76.1538461538vw;
    right: 0;
    bottom: -9%;
    left: unset;
  }
}

.ly_sec_pSection_Second {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  height: 84.1666666667vw;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .ly_sec_pSection_Second {
    height: 260.4166666667vw;
  }
}
@media screen and (max-width: 599px) {
  .ly_sec_pSection_Second {
    height: 282.0512820513vw;
  }
}
.ly_sec_pSection_Second::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .ly_sec_pSection_Second::before {
    background-size: contain;
    background-image: url(../img/bg_sp.svg);
  }
}
.ly_sec_pSection_Second::after {
  content: "";
  display: block;
  width: 100%;
  height: 103px;
  background-image: url(../img/wave.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.ly_sec_pSection_Second .el_pSection_sec_img.--01 {
  width: 21.71875vw;
  position: absolute;
  top: 12%;
  left: 45%;
  transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .ly_sec_pSection_Second .el_pSection_sec_img.--01 {
    width: 55.1282051282vw;
    top: 10%;
    left: 53%;
  }
}
.ly_sec_pSection_Second .el_pSection_sec_img.--02 {
  width: 17.8645833333vw;
  position: absolute;
  left: 17%;
  top: 27%;
}
@media screen and (max-width: 960px) {
  .ly_sec_pSection_Second .el_pSection_sec_img.--02 {
    width: 41.5384615385vw;
    top: 21%;
    left: var(--swl-pad_container, 0);
  }
}
.ly_sec_pSection_Second .el_pSection_sec_img.--03 {
  width: 24.7916666667vw;
  position: absolute;
  right: 15%;
  top: 49%;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .ly_sec_pSection_Second .el_pSection_sec_img.--03 {
    width: 58.2051282051vw;
    top: auto;
    bottom: 33%;
    transform: translateY(0);
  }
}
.ly_sec_pSection_Second .el_pSection_sec_img.--04 {
  width: 25.3645833333vw;
  position: absolute;
  bottom: 11%;
  transform: translateY(-50%);
  left: 14%;
}
@media screen and (max-width: 960px) {
  .ly_sec_pSection_Second .el_pSection_sec_img.--04 {
    width: 63.8461538462vw;
    transform: translateY(0);
    left: -5%;
    bottom: 15%;
  }
}
.ly_sec_pSection_Second .el_pSection_sec_img.--05 {
  width: 17.8645833333vw;
  position: absolute;
  bottom: 12%;
  right: 28%;
}
@media screen and (max-width: 960px) {
  .ly_sec_pSection_Second .el_pSection_sec_img.--05 {
    width: 44.1025641026vw;
    bottom: 0;
    right: 10%;
  }
}
.ly_sec_pSection_Second .el_pSection_sec_icon {
  width: 23.2291666667vw;
  position: absolute;
  right: 12%;
  top: 13%;
}
.ly_sec_pSection_Second .el_pSection_sec_icon img {
  width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .ly_sec_pSection_Second .el_pSection_sec_icon {
    width: 54.8958333333vw;
    right: 4%;
    top: 33%;
  }
}
@media screen and (max-width: 599px) {
  .ly_sec_pSection_Second .el_pSection_sec_icon {
    width: 58.2051282051vw;
    right: 4%;
    top: 37%;
  }
}

@media screen and (max-width: 960px) {
  .ly_sec_work {
    padding: 100px 0 30px;
  }
}
.ly_sec_work .bl_workList {
  padding-bottom: 2.046em;
}
@media screen and (max-width: 960px) {
  .ly_sec_work .bl_workList {
    padding-top: 2.046em;
  }
}
.ly_sec_work .bl_workList_item {
  padding-top: 8.5em;
}
@media screen and (max-width: 960px) {
  .ly_sec_work .bl_workList_item {
    padding-top: 4.5em;
    font-size: 1.125rem;
  }
}
.ly_sec_work .bl_workList_item:first-of-type .el_work_list {
  display: flex;
  gap: 2em;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .ly_sec_work .bl_workList_item:first-of-type .el_work_list {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .ly_sec_work .bl_workList_item:first-of-type .el_work_list {
    justify-content: space-between;
    gap: unset;
  }
}
.ly_sec_work .bl_workList_item .el_lv4Heading {
  position: relative;
}
.ly_sec_work .bl_workList_item .el_lv4Heading::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-image: url(../img/border.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  .ly_sec_work .bl_workList_item .el_lv4Heading::before {
    height: 4px;
  }
}
.ly_sec_work .bl_workList_item .el_lv4Heading::after {
  content: "";
  display: inline-block;
  width: 15.2%;
  height: 2px;
  background-color: var(--color_main);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  .ly_sec_work .bl_workList_item .el_lv4Heading::after {
    bottom: 2px;
  }
}
.ly_sec_work .el_workcontents {
  display: flex;
  padding: 1.937em 0.5em 0;
  justify-content: flex-start;
  line-height: 2.5;
}
@media screen and (max-width: 599px) {
  .ly_sec_work .el_workcontents {
    display: block;
  }
}
.ly_sec_work .el_work_list {
  flex: 0.5;
}
.ly_sec_work .el_work_contents {
  flex: 1;
}
@media screen and (max-width: 599px) {
  .ly_sec_work .el_work_contents {
    padding-top: 2em;
  }
}
@media screen and (max-width: 599px) {
  .ly_sec_work .--flexSP {
    display: flex;
    gap: 2em;
  }
}
.ly_sec_work .bl_chart {
  padding-top: 2.046em;
}
@media screen and (max-width: 960px) {
  .ly_sec_work .bl_chart {
    padding: 2.187em 0;
  }
}
.ly_sec_work .bl_chart .c-scrollHint {
  margin-top: 1em;
}
.ly_sec_work .bl_chart .el_chart {
  padding: 2.187em 0;
}
@media screen and (max-width: 960px) {
  .ly_sec_work .bl_chart .el_chart {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  .ly_sec_work .bl_chart .el_chart img {
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .ly_sec_work .bl_chart .el_chart img {
    min-width: 1200px;
  }
}
@media screen and (max-width: 599px) {
  .ly_sec_work .bl_chart .el_chart img {
    min-width: 800px;
  }
}
.ly_sec_work .bl_data {
  padding-top: 2.046em;
}
@media screen and (max-width: 960px) {
  .ly_sec_work .bl_data {
    padding-top: 6.046em;
  }
}
.ly_sec_work .bl_data .el_dataList {
  padding: 4.187em 0 2.187em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 5.687em;
}
@media screen and (max-width: 599px) {
  .ly_sec_work .bl_data .el_dataList {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.ly_sec_work .bl_data .dataList_item {
  width: calc(33.333% - 1rem);
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .ly_sec_work .bl_data .dataList_item {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .ly_sec_work .bl_data .el_lv3Heading::before {
    content: "";
    background-image: url(../img/h3_left.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    width: 52%;
    height: 1.5px;
    z-index: 0;
  }
  .ly_sec_work .bl_data .el_lv3Heading::after {
    content: "";
    background-image: url(../img/h3_right.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0px;
    width: 52%;
    height: 1.5px;
    z-index: 0;
  }
}

.ly_sec_interview {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  padding: 200px 0 94px;
}
@media screen and (max-width: 960px) {
  .ly_sec_interview {
    padding: 74px 0 52px;
  }
}
.ly_sec_interview::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .ly_sec_interview::before {
    background-size: contain;
    background-image: url(../img/bg_sp.svg);
  }
}
.ly_sec_interview::after {
  content: "";
  display: block;
  width: 100%;
  height: 51px;
  background-image: url(../img/wave.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .ly_sec_interview::after {
    display: none;
  }
}
.ly_sec_interview .el_interviewSlider {
  padding-top: 8.187em;
}
@media screen and (max-width: 960px) {
  .ly_sec_interview .el_interviewSlider {
    padding-top: 4.187em;
  }
}
.ly_sec_interview .bl_nurturing {
  padding-top: 2.046em;
}
@media screen and (max-width: 960px) {
  .ly_sec_interview .bl_nurturing {
    padding-top: 4.5em;
  }
}
.ly_sec_interview .bl_nurturing .el_nurturing_contents {
  display: flex;
  max-width: 892px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .ly_sec_interview .bl_nurturing .el_nurturing_contents {
    display: block;
    padding-top: 2em;
  }
}
@media screen and (max-width: 960px) {
  .ly_sec_interview .bl_nurturing .el_nurturing_contents .nurturing_pamphlet {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0 auto;
  }
}
.ly_sec_interview .bl_nurturing .el_nurturing_contents .nurturing_pamphlet img {
  max-width: 379px;
  width: 100%;
  box-shadow: 6px 4px 4px 0px rgba(51, 51, 51, 0.25);
}
@media screen and (max-width: 599px) {
  .ly_sec_interview .bl_nurturing .el_nurturing_contents .nurturing_pamphlet img {
    max-width: 320px;
  }
}
.ly_sec_interview .bl_nurturing .el_nurturing_contents .nurturing_info {
  line-height: 2.5;
}

.ly_sec_schedule .bl_schedule {
  padding-top: 3.312em;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .ly_sec_schedule .bl_schedule {
    display: block;
    padding-top: 1.312em;
  }
}
@media screen and (max-width: 960px) {
  .ly_sec_schedule .bl_schedule {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  .ly_sec_schedule .bl_schedule img {
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .ly_sec_schedule .bl_schedule img {
    min-width: 1000px;
  }
}
@media screen and (max-width: 599px) {
  .ly_sec_schedule .bl_schedule img {
    min-width: 600px;
  }
}

.ly_sec_req .bl_req-content {
  padding-top: 8.437em;
}
@media screen and (max-width: 960px) {
  .ly_sec_req .bl_req-content {
    padding-top: 4.437em;
  }
}
.ly_sec_req .bl_req-content .req-content .req-title {
  min-height: 124px;
  padding: 20px 40px 20px 0;
  border-top: 2px solid #eaeaea;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.ly_sec_req .bl_req-content .req-content .req-title::before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 60px;
  border-top: 2px solid #2e9568;
  content: "";
}
.ly_sec_req .bl_req-content .req-content .req-title h3::after {
  content: "\e91c";
  font-family: icomoon !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  color: #2e9568;
  transition: 0.2s ease-in-out;
}
.ly_sec_req .bl_req-content .req-content .req-title.is-open h3::after {
  content: "\e919";
}
.ly_sec_req .bl_req-content .req-content .req-body {
  height: 0;
  overflow: hidden;
  padding: 0;
  transition: height 0.6s ease, padding 0.6s ease;
}
.ly_sec_req .bl_req-content .req-content .req-body.is-visible {
  padding: 2em 0;
}
.ly_sec_req .bl_req-content .req-content .wp-block-table > table tr > :first-child:not(.-no1) {
  max-width: 100% !important;
}
.ly_sec_req .bl_req-content .req-content th {
  vertical-align: middle;
}

@media screen and (max-width: 599px) {
  .ly_sec_cv {
    padding: 0;
  }
}
.ly_sec_cv .bl_tour-entry {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 110px;
  padding-bottom: 114px;
}
@media screen and (max-width: 960px) {
  .ly_sec_cv .bl_tour-entry {
    height: auto;
    margin: 0 auto;
    padding-bottom: 8em;
  }
}
.ly_sec_cv .bl_tour-entry .el_lv2Heading_wrapper--tour-entry {
  padding-bottom: 7em;
}
@media screen and (max-width: 960px) {
  .ly_sec_cv .bl_tour-entry .el_lv2Heading_wrapper--tour-entry {
    padding-bottom: 3em;
  }
}
.ly_sec_cv .bl_tour-entry .el_lv2Heading--tour-entry {
  display: inline-flex;
  flex-direction: column;
  line-height: 2.5;
}
@media screen and (max-width: 960px) {
  .ly_sec_cv .bl_tour-entry .el_lv2Heading--tour-entry {
    margin-left: 0;
  }
}
.ly_sec_cv .bl_tour-entry .el_lv2Heading--tour-entry span {
  display: inline-block;
  position: relative;
}
.ly_sec_cv .bl_tour-entry .el_lv2Heading--tour-entry span:first-of-type::after {
  width: 76%;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .ly_sec_cv .bl_tour-entry .el_lv2Heading--tour-entry span:first-of-type::after {
    width: 100%;
  }
}
.ly_sec_cv .bl_tour-entry .el_lv2Heading--tour-entry span::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-image: url(../img/catchCopy_border.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 5%;
}
.ly_sec_cv .bl_tour-entry .el_tour_txt {
  max-width: 800px;
  line-height: 2.3;
}
.ly_sec_cv .bl_tour-entry .el_tour-entry_img.--01 {
  position: absolute;
  top: -11%;
  right: 0;
  max-width: 546px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .ly_sec_cv .bl_tour-entry .el_tour-entry_img.--01 {
    position: relative;
    padding-bottom: 1em;
    max-width: 100%;
  }
}
.ly_sec_cv .bl_entry {
  display: flex;
  align-items: center;
  gap: clamp(2.5rem, -6.418rem + 10.19vw, 5.813rem);
}
@media screen and (max-width: 599px) {
  .ly_sec_cv .bl_entry {
    align-items: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .ly_sec_cv .bl_entry {
    padding-right: 0;
    flex-direction: column;
    gap: 33px;
    padding-top: 50px;
  }
}
.ly_sec_cv .bl_entry .el_entry__img {
  flex: 1;
}
.ly_sec_cv .bl_entry .el_entry_contents {
  flex: 0.6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.ly_sec_instagram .bl_instagram {
  padding-top: 2em;
}

.ly_sec_mv {
  height: 50vw;
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: calc(-1 * var(--logo_size_pc));
}
@media screen and (max-width: 960px) {
  .ly_sec_mv {
    height: 100vh;
  }
}
.ly_sec_mv::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_wave.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -141px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .ly_sec_mv::after {
    background-image: url(../img/bg_wave_sp.svg);
    top: 13px;
  }
}
.ly_sec_mv .bl_catchCopy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: absolute;
  bottom: 28%;
  left: 30%;
  transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .ly_sec_mv .bl_catchCopy {
    position: relative;
    top: 46%;
    left: 16px;
    transform: translateY(-50%);
    align-items: flex-start;
  }
}
.ly_sec_mv .bl_catchCopy .bl_main_catchCopy.--01 {
  position: relative;
}
.ly_sec_mv .bl_catchCopy .bl_main_catchCopy.--01::before {
  content: "";
  display: inline-block;
  max-width: 2.5520833333vw;
  max-height: 2.0833333333vw;
  width: 100%;
  height: 100%;
  background-image: url(../img/square_item_01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -3%;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .ly_sec_mv .bl_catchCopy .bl_main_catchCopy.--01::before {
    max-width: 4.9479166667vw;
    max-height: 4.0364583333vw;
    left: 0;
    top: -11%;
  }
}
@media screen and (max-width: 599px) {
  .ly_sec_mv .bl_catchCopy .bl_main_catchCopy.--01::before {
    max-width: 6.9333333333vw;
    max-height: 5.6vw;
    top: -37%;
  }
}
.ly_sec_mv .bl_catchCopy .bl_main_catchCopy.--01::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1.5px;
  background-image: url(../img/catchCopy_border.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 5%;
}
@media screen and (max-width: 960px) {
  .ly_sec_mv .bl_catchCopy .bl_main_catchCopy.--01::after {
    width: 93%;
  }
}
@media screen and (max-width: 599px) {
  .ly_sec_mv .bl_catchCopy .bl_main_catchCopy.--01::after {
    height: 0.5px;
  }
}
.ly_sec_mv .bl_catchCopy .bl_main_catchCopy.--02 {
  padding-left: 1em;
}
.ly_sec_mv .bl_catchCopy .bl_main_catchCopy.--02::after {
  content: "";
  display: inline-block;
  width: 44%;
  height: 2px;
  background-image: url(../img/catchCopy_border.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 5%;
}
@media screen and (max-width: 960px) {
  .ly_sec_mv .bl_catchCopy .bl_main_catchCopy.--02::after {
    width: 35%;
  }
}
.ly_sec_mv .el_mvItem {
  position: absolute;
  width: 100%;
  height: auto;
}
.ly_sec_mv .el_mvItem.--01 {
  max-width: 17.7604166667vw;
  top: 29%;
  left: 21%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .ly_sec_mv .el_mvItem.--01 {
    max-width: 33.4635416667vw;
    top: calc(10% + var(--logo_size_sp));
    right: 24%;
    transform: unset;
    left: unset;
  }
}
@media screen and (max-width: 599px) {
  .ly_sec_mv .el_mvItem.--01 {
    max-width: 40vw;
    top: calc(9% + var(--logo_size_sp));
    right: calc(3% + 16px);
    transform: unset;
    left: unset;
  }
}
.ly_sec_mv .el_mvItem.--01::before {
  content: "";
  display: inline-block;
  max-width: 2.5520833333vw;
  max-height: 2.0833333333vw;
  width: 100%;
  height: 100%;
  background-image: url(../img/square_item_02.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -19%;
  right: -29%;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .ly_sec_mv .el_mvItem.--01::before {
    max-width: 4.9479166667vw;
    max-height: 4.0364583333vw;
    top: -25%;
    right: -34%;
  }
}
@media screen and (max-width: 599px) {
  .ly_sec_mv .el_mvItem.--01::before {
    max-width: 5.8666666667vw;
    max-height: 4.5333333333vw;
    top: -25%;
    right: -4%;
  }
}
.ly_sec_mv .el_mvItem.--02 {
  max-width: 15.2604166667vw;
  top: 33%;
  left: 49%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .ly_sec_mv .el_mvItem.--02 {
    max-width: 30.9895833333vw;
    top: calc(5% + var(--logo_size_sp));
    left: 13%;
    transform: unset;
  }
}
@media screen and (max-width: 599px) {
  .ly_sec_mv .el_mvItem.--02 {
    max-width: 36.8vw;
    top: calc(6% + var(--logo_size_sp));
    left: 9%;
    transform: unset;
  }
}
.ly_sec_mv .el_mvItem.--02::before {
  content: "";
  display: inline-block;
  max-width: 1.5625vw;
  max-height: 1.5625vw;
  width: 100%;
  height: 100%;
  background-image: url(../img/square_item_03.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -7%;
  right: -4%;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .ly_sec_mv .el_mvItem.--02::before {
    max-width: 3.2552083333vw;
    max-height: 3.2552083333vw;
    top: -31%;
    right: -21%;
  }
}
@media screen and (max-width: 599px) {
  .ly_sec_mv .el_mvItem.--02::before {
    max-width: 3.4666666667vw;
    max-height: 3.4666666667vw;
    top: -19%;
    right: -21%;
  }
}
.ly_sec_mv .el_mvItem.--03 {
  max-width: 17.7083333333vw;
  transform: translateY(-50%);
  top: 48%;
  right: 8%;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .ly_sec_mv .el_mvItem.--03 {
    max-width: 35.546875vw;
    right: unset;
    top: unset;
    bottom: 10%;
    transform: unset;
    right: 14%;
  }
}
@media screen and (max-width: 599px) {
  .ly_sec_mv .el_mvItem.--03 {
    max-width: 42.9333333333vw;
    right: 10%;
    top: unset;
    bottom: 15%;
    transform: unset;
    display: none;
  }
}
.ly_sec_mv .el_mvItem.--03::before {
  content: "";
  display: inline-block;
  max-width: 1.5625vw;
  max-height: 1.5625vw;
  width: 100%;
  height: 100%;
  background-image: url(../img/square_item_03.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -55%;
  right: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .ly_sec_mv .el_mvItem.--03::before {
    max-width: 3.2552083333vw;
    max-height: 3.2552083333vw;
    top: 28%;
    right: -27%;
    transform: unset;
  }
}
@media screen and (max-width: 599px) {
  .ly_sec_mv .el_mvItem.--03::before {
    max-width: 4vw;
    max-height: 4vw;
    top: -22%;
    right: -7%;
    transform: unset;
  }
}
.ly_sec_mv .el_mvItem.--04 {
  max-width: 15.5208333333vw;
  bottom: 17%;
  right: 15%;
  transform: translateX(-50%);
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .ly_sec_mv .el_mvItem.--04 {
    max-width: 28.90625vw;
    bottom: 22%;
    transform: unset;
    right: unset;
    left: 13%;
  }
}
@media screen and (max-width: 599px) {
  .ly_sec_mv .el_mvItem.--04 {
    max-width: 36.8vw;
    bottom: 26%;
    transform: unset;
    right: unset;
    left: 11%;
  }
}
.ly_sec_mv .el_mvItem.--05 {
  max-width: 15.625vw;
  position: absolute;
  bottom: 10%;
  left: 45%;
  transform: translateX(-50%);
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .ly_sec_mv .el_mvItem.--05 {
    max-width: 30.2083333333vw;
    bottom: 33%;
    transform: unset;
    right: 7%;
    left: unset;
  }
}
@media screen and (max-width: 599px) {
  .ly_sec_mv .el_mvItem.--05 {
    max-width: 40vw;
    bottom: 31%;
    transform: unset;
    right: 5%;
    left: unset;
  }
}
.ly_sec_mv .el_mvItem.--05::before {
  content: "";
  display: inline-block;
  max-width: 1.0416666667vw;
  max-height: 1.0416666667vw;
  width: 100%;
  height: 100%;
  background-image: url(../img/square_item_03.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -5%;
  right: -36%;
}
@media screen and (max-width: 960px) {
  .ly_sec_mv .el_mvItem.--05::before {
    max-width: 3.4666666667vw;
    max-height: 3.4666666667vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .ly_sec_mv .el_mvItem.--05::before {
    top: unset;
    left: -56%;
    right: unset;
    bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .ly_sec_mv .el_mvItem.--05::before {
    right: 30%;
    bottom: -24%;
    top: unset;
  }
}
.ly_sec_mv .bl_infoBox {
  position: absolute;
  bottom: 12%;
  left: var(--swl-pad_container, 0);
  padding: 0.5em 2.5em;
  box-shadow: 6px 4px 4px 0px rgba(51, 51, 51, 0.25);
  border-radius: 6px;
  transition: transform 0.5s ease;
  background-color: #fdfdfd;
}
@media screen and (max-width: 599px) {
  .ly_sec_mv .bl_infoBox {
    left: unset;
  }
}
.ly_sec_mv .bl_infoBox .el_info_meta {
  display: flex;
  gap: 16px;
}
.ly_sec_mv .bl_infoBox .el_info_meta .cat {
  font-size: 10px;
  background-color: #43AF80;
  color: #fdfdfd;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1em;
  border-radius: 3px;
}
.ly_sec_mv .bl_infoBox .el_ttl {
  padding-top: 0.5em;
}

[data-scrolled=true] .ly_sec_mv .bl_infoBox {
  transform: translateX(-120%);
}

[data-scrolled=false] .ly_sec_mv .bl_infoBox {
  transform: translateX(0);
}

.interview-listDetails {
  list-style: none;
  padding-left: 0 !important;
}
.interview-listDetails .swell-block-faq .faq_a:before {
  background-color: #fff;
}

.post_content li.interview-itemDetails {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
}
.post_content li.interview-itemDetails:not(:first-child) {
  padding-top: 150px;
}
@media screen and (max-width: 960px) {
  .post_content li.interview-itemDetails:not(:first-child) {
    padding-top: 8em;
  }
}
.post_content li.interview-itemDetails::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_wave.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 3%;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .post_content li.interview-itemDetails::after {
    top: 0.5%;
    background-image: url(../img/bg_wave_sp.svg);
  }
}
.post_content li.interview-itemDetails .interview-itemDetails__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--swl-pad_container, 0);
  padding-right: var(--swl-pad_container, 0);
  max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
}

.bl_interviewer_schedule {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}

.interviewer__wrap {
  display: flex;
  gap: 4em;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .interviewer__wrap {
    flex-direction: column;
    gap: 0;
  }
}

.interview-thumb {
  flex: 1;
}
.interview-thumb img {
  border-radius: 30px;
  height: 100%;
}

.interview_info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 3em;
  position: relative;
}
@media screen and (max-width: 960px) {
  .interview_info {
    padding-bottom: 0;
    padding-top: 1.5em;
  }
}
@media screen and (max-width: 960px) {
  .interview_info .interview-imgWrap {
    display: flex;
    gap: 0.5em;
  }
}
.interview_info .interview-img {
  max-width: 300px;
  width: 100%;
  height: auto;
}
.interview_info .interview-img img {
  border-radius: 15px;
}
.interview_info .interview-img.--01 {
  position: absolute;
  top: 16%;
  left: -4%;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .interview_info .interview-img.--01 {
    position: relative;
    left: auto;
  }
}
.interview_info .interview-img.--02 {
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  right: 4%;
}
@media screen and (max-width: 960px) {
  .interview_info .interview-img.--02 {
    position: relative;
    transform: translateY(0);
    right: auto;
  }
}
.interview_info .interview-name {
  margin: 0;
  background-color: unset;
  color: inherit;
  padding: 0;
  font-size: 1.5625rem;
  padding-bottom: 1em;
}
@media screen and (max-width: 960px) {
  .interview_info .interview-name {
    font-size: 2rem;
  }
}

.c-pageTitle__inner {
  padding-top: 1em;
}
@media screen and (max-width: 960px) {
  .c-pageTitle__inner {
    padding-top: 1.5em;
  }
}

.el_lv1Heading_wrapper {
  position: relative;
}

.l-mainContent__inner > .post_content {
  padding-top: 3em;
}
@media screen and (max-width: 960px) {
  .l-mainContent__inner > .post_content {
    padding-top: 0;
  }
}

.c-btn__wrap {
  margin-left: auto;
  margin-top: -70px;
  max-width: 12.2916666667vw;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .c-btn__wrap {
    max-width: 22%;
  }
}
@media screen and (max-width: 599px) {
  .c-btn__wrap {
    max-width: 40%;
    margin-top: 0;
    margin-right: 15px;
  }
}
.c-btn__wrap a {
  display: block;
  line-height: 2.5;
  padding-left: 7px;
  color: var(--color_text);
  text-decoration: none;
}
.c-btn__wrap::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-image: url(../img/catchCopy_border.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-btn__wrap::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url(../img/arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
}

.c-btn-wrap--main {
  text-align: center;
  position: relative;
}
.c-btn-wrap--main .c-btn {
  color: #fdfdfd;
  text-decoration: none;
  padding: 1.25em 0;
  background-color: var(--color_main);
  width: 100%;
  display: block;
  margin-top: 4em;
  border-radius: 50px;
}
.c-btn-wrap--main::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url(../img/next_arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}

.el_tour-entry_btn {
  background-image: url(../img/fix.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 183px;
  height: 183px;
  position: absolute;
  bottom: 20.5%;
  right: 0;
  text-align: center;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .el_tour-entry_btn {
    width: 26.0416666667vw;
    height: 26.0416666667vw;
    bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .el_tour-entry_btn {
    width: 35.4666666667vw;
    height: 35.4666666667vw;
    bottom: 0;
    font-size: 1rem;
  }
}
.el_tour-entry_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fdfdfd;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  .el_tour-entry_btn a {
    width: 100%;
  }
}

.el_entry_btn {
  position: relative;
  margin-top: 3em;
}
@media screen and (max-width: 599px) {
  .el_entry_btn {
    margin-top: 5em;
  }
}
.el_entry_btn a {
  width: 20.2604166667vw;
  height: 5.3125vw;
  border-radius: 50px;
  border: 1px solid #333;
  width: 389px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 599px) {
  .el_entry_btn a {
    width: 300px;
    height: 82px;
  }
}
.el_entry_btn a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url(../img/arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.el_entry_btn::before {
  content: "";
  display: inline-block;
  width: 67px;
  height: 61px;
  background-image: url(../img/btn_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -46%;
  transform: translateX(-50%);
  left: 17%;
}
@media screen and (max-width: 960px) {
  .el_entry_btn::before {
    top: -49%;
    left: 16%;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  body {
    font-size: 1.125rem;
    line-height: 2;
  }
}

.c-gnav-header .menu-item a {
  font-size: 0.875rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
}

.interview-name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.8;
}

.bl_main_catchCopy {
  font-size: 3.4375rem;
  line-height: 2;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .bl_main_catchCopy {
    font-size: 3.1875rem;
  }
}
@media screen and (max-width: 599px) {
  .bl_main_catchCopy {
    font-size: 1.75rem;
  }
}

h2,
.c-pageTitle_custom {
  font-size: 2.8125rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  h2,
  .c-pageTitle_custom {
    font-size: 2.3125rem;
  }
}
@media screen and (max-width: 599px) {
  h2,
  .c-pageTitle_custom {
    font-size: 1.875rem;
  }
}

.c-pageTitle__subTitle_custom {
  font-size: 1rem;
  position: absolute !important;
  top: 0;
  left: 0;
}

.data {
  font-family: "Vollkorn", serif;
  font-optical-sizing: auto;
  font-weight: 500;
}

.en_label {
  letter-spacing: 0.2em;
  font-family: "Vollkorn", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  position: relative;
  padding-left: 50px;
}
.en_label::before {
  content: "";
  display: inline-block;
  width: 56px;
  height: 21px;
  background-image: url(../img/nav-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  position: absolute;
  top: auto;
  left: 0;
}

.el_lv2Heading {
  margin-top: 0.8em;
}

.el_suvlv2Heading {
  padding-top: 2em;
}

h3 {
  font-size: 2.25rem;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  h3 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 599px) {
  h3 {
    font-size: 1.625rem;
  }
}

.el_lv3Heading {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2.5;
  letter-spacing: 0.2em;
}

.el_lv3Heading {
  position: relative;
  text-align: center;
  margin: 2em 0;
}
@media screen and (max-width: 599px) {
  .el_lv3Heading {
    margin: 0;
  }
}

.el_lv3Heading::before {
  content: "";
  background-image: url(../img/h3_border.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1.5px;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .el_lv3Heading::before {
    height: 5.5px;
  }
}
.el_lv3Heading span {
  position: relative;
  z-index: 1;
  padding: 0 1em;
  background-color: #fdfdfd;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .el_lv3Heading span {
    padding: 0 0.5em;
  }
}

.bl_data h3 {
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .bl_data span {
    padding: 0;
  }
}

.el_suvlv3Heading {
  padding-top: 2em;
}

.ly_sec_interview .el_lv3Heading::before {
  background-image: url(../img/h3_left.svg);
  width: 37%;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .ly_sec_interview .el_lv3Heading::before {
    width: 28%;
    height: 1.5;
  }
}
@media screen and (max-width: 599px) {
  .ly_sec_interview .el_lv3Heading::before {
    width: 22%;
    height: 3.5px;
  }
}
.ly_sec_interview .el_lv3Heading::after {
  content: "";
  background-image: url(../img/h3_right.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  width: 37%;
  height: 1.5px;
  z-index: 0;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .ly_sec_interview .el_lv3Heading::after {
    width: 28%;
    height: 1.5;
  }
}
@media screen and (max-width: 599px) {
  .ly_sec_interview .el_lv3Heading::after {
    width: 22%;
    height: 3.5px;
  }
}
.ly_sec_interview .el_lv3Heading span {
  background-color: transparent;
}

h4 {
  font-size: 1.625rem;
  line-height: 2.5;
}

.ly_sec_work .el_lv4Heading {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-style: normal;
}

.bl_entry {
  line-height: 2;
}
.bl_entry .el_lv2Heading_wrapper--entry {
  padding-bottom: 3.5em;
}
@media screen and (max-width: 960px) {
  .bl_entry .el_lv2Heading_wrapper--entry {
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--swl-pad_container, 0);
    padding-right: var(--swl-pad_container, 0);
    max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
  }
}
.bl_entry .el_lv2Heading--entry {
  line-height: 2.5;
}
@media screen and (min-width: 961px) {
  .bl_entry .el_lv2Heading--entry {
    font-size: 2.4375rem;
  }
}
.bl_entry .el_lv2Heading--entry span {
  display: inline-block;
  position: relative;
}
.bl_entry .el_lv2Heading--entry span::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-image: url(../img/catchCopy_border.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
.bl_entry .el_entry_btn a {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  color: var(--color_text);
  text-decoration: none;
}

.req-title h3 {
  font-size: 1.5rem;
}
@media screen and (max-width: 599px) {
  .req-title h3 {
    font-size: 1.25rem;
  }
}

.ly_sec_schedule .el_suvlv2Heading {
  font-size: 1.25rem;
}

@media screen and (max-width: 599px) {
  .el_message_ttl {
    font-size: 1.5625rem;
  }
}

.p-form-contact__th span {
  font-size: 0.875rem;
}

/*--------------------------------
 *  スクロールイン（発火）
--------------------------------*/
/*------ スクロール：右から -------*/
.a-slide-in-right {
  transition-property: all;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateX(-2em);
  opacity: 0;
}
.a-slide-in-right.is-active {
  opacity: 1;
  transform: none;
}

/*------ スクロール：左から -------*/
.a-slide-in-left {
  transition-property: all;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateX(2em);
  opacity: 0;
}
.a-slide-in-left.is-active {
  opacity: 1;
  transform: none;
}

/*------ スクロール：下から上へ -------*/
.a-slide-in-up {
  transition-property: all;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(2em);
  opacity: 0;
}
.a-slide-in-up.is-active {
  opacity: 1;
  transform: none;
}

/*------ ズーム -------*/
.a-zoom {
  transition-property: all;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(0.7);
  opacity: 0;
}
.a-zoom.is-active {
  opacity: 1;
  transform: none;
}

/*------ ズームX -------*/
.a-zoom-x {
  transition-property: all;
  transition-duration: 3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: scaleX(0);
  opacity: 0;
}
.a-zoom-x.is-active {
  opacity: 1;
  transform: none;
}

/*--------------------------------
 *  ディレイ
--------------------------------*/
/*------ transition -------*/
.a-delay-0_1 {
  transition-delay: 0.1s;
}

.a-delay-0_2 {
  transition-delay: 0.2s;
}

.a-delay-0_3 {
  transition-delay: 0.3s;
}

.a-delay-0_4 {
  transition-delay: 0.4s;
}

.a-delay-0_5 {
  transition-delay: 0.5s;
}

.a-delay-0_6 {
  transition-delay: 0.6s;
}

.a-delay-0_7 {
  transition-delay: 0.7s;
}

.a-delay-0_8 {
  transition-delay: 0.8s;
}

#main_visual .mv-title__text-wrap .p-mainVisual_txt {
  display: inline-block;
  transform: translate3d(0, 120%, 0);
}
#main_visual .mv-title__text-wrap.is-active:nth-child(1) .p-mainVisual_txt {
  transition: transform 0.8s cubic-bezier(0.47, 0.16, 0.24, 1) 0.18s;
  transform: translateZ(0);
}
#main_visual .mv-title__text-wrap.is-active:nth-child(2) .p-mainVisual_txt {
  transition: transform 0.8s cubic-bezier(0.47, 0.16, 0.24, 1) 0.34s;
  transform: translateZ(0);
}
#main_visual .mv-title__text-wrap.is-active:nth-child(3) .p-mainVisual_txt {
  transition: transform 0.8s cubic-bezier(0.47, 0.16, 0.24, 1) 0.5s;
  transform: translateZ(0);
}
#main_visual .mv-title__text-wrap.is-active:nth-child(4) .p-mainVisual_txt {
  transition: transform 0.8s cubic-bezier(0.47, 0.16, 0.24, 1) 0.66s;
  transform: translateZ(0);
}

.overflow-hidden {
  overflow: hidden;
}

@keyframes scrollArrows {
  0% {
    transform: translate3d(0, 15px, 0);
  }
  50% {
    transform: translate3d(0, -15px, 0);
  }
  100% {
    transform: translate3d(0, 15px, 0);
  }
}
#message > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

#message > div {
  height: 110vh;
}
@media screen and (max-width: 960px) {
  #message > div {
    height: 90vh;
  }
}

.fix {
  position: sticky;
  top: 25%;
  max-width: 1100px;
  width: 100%;
}

.el_message_ttl,
.el_message_txt {
  opacity: 0;
  transform: translateY(-30px);
  transition: all 0.6s ease;
}

.el_message_ttl.is-active,
.el_message_txt.is-active {
  opacity: 1;
  transform: translateY(0);
}

.p-form-contact__tr {
  display: flex;
  gap: 1em;
  padding-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .p-form-contact__tr {
    display: block;
  }
}

.p-form-contact__th {
  padding-bottom: 1em;
  text-align: left;
  width: 35%;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  .p-form-contact__th {
    width: 100%;
  }
}
.p-form-contact__th .c-label-inquiry.--require {
  background-color: #ff4646;
  color: #fdfdfd;
  font-size: 0.75rem;
  padding: 0.25em 0.5em;
  margin-right: 0.937em;
  border-radius: 3px;
}
.p-form-contact__th .c-label-inquiry.--free {
  font-size: 0.75rem;
  padding: 0.25em 0.5em;
  margin-right: 0.937em;
  border-radius: 3px;
  border: 1px solid var(--color_text);
}

.p-form-contact__td {
  flex: 1;
}

.p-form-contact.--inquiry input,
.p-form-contact.--inquiry select,
.p-form-contact.--inquiry textarea {
  border-radius: 6px;
}
.p-form-contact.--inquiry .wpcf7-text {
  width: 52%;
}
@media screen and (max-width: 599px) {
  .p-form-contact.--inquiry .wpcf7-text {
    width: 100%;
  }
}
.p-form-contact.--inquiry textarea {
  width: 100%;
}

.p-form-birthday {
  display: flex;
  gap: 1em;
}

.email-error {
  color: #ff4646;
  font-size: 0.9em;
  margin-top: 4px;
  display: none;
}

.p-form-box {
  text-align: center;
}
.p-form-box a {
  color: var(--color_main);
  text-decoration: underline;
}

.p-form-submit,
.p-form-confirm,
.p-form-previous {
  text-align: center;
  margin-top: 4.172em;
  position: relative;
}
.p-form-submit .c-btn-submit,
.p-form-submit .c-btn-confirm,
.p-form-confirm .c-btn-submit,
.p-form-confirm .c-btn-confirm,
.p-form-previous .c-btn-submit,
.p-form-previous .c-btn-confirm {
  width: 50%;
  border-radius: 30px !important;
  background-color: var(--color_main);
  padding: 0.5em 0;
  color: #fdfdfd;
  transition: 0.3s;
}
@media screen and (max-width: 599px) {
  .p-form-submit .c-btn-submit,
  .p-form-submit .c-btn-confirm,
  .p-form-confirm .c-btn-submit,
  .p-form-confirm .c-btn-confirm,
  .p-form-previous .c-btn-submit,
  .p-form-previous .c-btn-confirm {
    width: 80%;
  }
}
.p-form-submit .c-btn-previous,
.p-form-confirm .c-btn-previous,
.p-form-previous .c-btn-previous {
  width: 50%;
  border-radius: 30px !important;
  background-color: #4bd699;
  padding: 0.5em 0;
  color: #fdfdfd;
  transition: 0.3s;
}
@media screen and (max-width: 599px) {
  .p-form-submit .c-btn-previous,
  .p-form-confirm .c-btn-previous,
  .p-form-previous .c-btn-previous {
    width: 80%;
  }
}

.wpcf7-spinner {
  position: absolute;
  top: 0;
  right: 0;
}

.wpcf7-submit:disabled {
  opacity: 0.7;
}

.p-form-date {
  display: flex;
  gap: 1em;
}

.p-form-time {
  margin-top: 0.5em;
}

.p-form-dateLabel {
  margin-top: 1.5em;
}

@media screen and (min-width: 961px) {
  .wpcf7-list-item.first {
    margin-left: 0;
  }
}

@media screen and (max-width: 599px) {
  .wpcf7-list-item {
    margin-bottom: 1em;
  }
}

.ly_sec_interview .el_interviewSlider {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
}
.ly_sec_interview .interview-itemSlider {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  display: block;
  transition: transform 0.5s ease;
  transform: scale(0.9) translateY(-5%);
}
.ly_sec_interview .interview-itemSlider a {
  color: #fdfdfd;
}
.ly_sec_interview .interview-itemSlider a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(to top, rgba(33, 33, 33, 0.3), rgba(33, 33, 33, 0));
  z-index: 1;
  pointer-events: none;
  border-radius: 30px;
}
.ly_sec_interview .interview-itemSlider .interview-thumb {
  overflow: hidden;
  border-radius: 30px;
}
.ly_sec_interview .interview-itemSlider .interview-thumb img {
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}
.ly_sec_interview .interview-itemSlider .interview_contents {
  position: absolute;
  bottom: 0;
  padding: 1em;
  z-index: 2;
}
.ly_sec_interview .swiper-slide-active {
  transform: scale(1) translateY(0);
  margin-right: 1.5% !important;
}
.ly_sec_interview .swiper-nav {
  position: relative;
  height: 120px;
}
.ly_sec_interview .swiper-nav .interviewSlider-pagination {
  bottom: -50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 100%;
  text-align: center;
  position: relative;
}
.ly_sec_interview .swiper-nav .interviewSlider-pagination .swiper-pagination-bullet-active {
  background: var(--color_main);
}
.ly_sec_interview .swiper-nav .swiper-button-prev,
.ly_sec_interview .swiper-nav .swiper-button-next {
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/fix.png");
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-color: transparent;
}
.ly_sec_interview .swiper-nav .swiper-button-prev::after,
.ly_sec_interview .swiper-nav .swiper-button-next::after {
  content: "";
  display: block;
  width: 15px;
  height: 14px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  border: none;
  transform: translate(-50%, -50%);
}
.ly_sec_interview .swiper-nav .swiper-button-prev {
  right: 25px;
  left: unset;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .ly_sec_interview .swiper-nav .swiper-button-prev {
    left: 10%;
  }
}
@media screen and (max-width: 599px) {
  .ly_sec_interview .swiper-nav .swiper-button-prev {
    left: 5%;
  }
}
.ly_sec_interview .swiper-nav .swiper-button-prev::after {
  background-image: url("../img/prev_arrow.svg");
}
.ly_sec_interview .swiper-nav .swiper-button-next {
  right: -45px;
  left: unset;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .ly_sec_interview .swiper-nav .swiper-button-next {
    right: 10%;
  }
}
@media screen and (max-width: 599px) {
  .ly_sec_interview .swiper-nav .swiper-button-next {
    right: 5%;
  }
}
.ly_sec_interview .swiper-nav .swiper-button-next::after {
  background-image: url("../img/next_arrow.svg");
}/*# sourceMappingURL=main.css.map */