@charset "Shift_JIS";

/*--------------------------------------------------------
  書体
--------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Poppins:wght@300;600&display=swap");
@font-face {
  font-family: 'Anton'; /* CSSで指定するときの名前 */
  src: url('../../fonts/Anton-Regular.ttf') format('truetype'); /* ファイルのパスと形式 */
  font-weight: 400; /* 400は'normal'や'regular'に相当 */
  font-style: normal;
}

@font-face {
  font-family: 'Public Sans'; /* CSSで指定するときの名前 */
  src: url('../../fonts/PublicSans-VariableFont_wght.ttf') format('truetype'); /* ファイルのパスと形式 */
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Public Sans'; /* CSSで指定するときの名前 */
  src: url('../../fonts/PublicSans-Italic-VariableFont_wght.ttf') format('truetype'); /* ファイルのパスと形式 */
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Zen Kaku Gothic New';
  src: url('../../fonts/ZenKakuGothicNew-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Zen Kaku Gothic New';
  src: url('../../fonts/ZenKakuGothicNew-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Zen Kaku Gothic New';
  src: url('../../fonts/ZenKakuGothicNew-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Zen Kaku Gothic New';
  src: url('../../fonts/ZenKakuGothicNew-Bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Advent Pro';
  src: url('../../fonts/AdventPro-VariableFont_wdth,wght.ttf') format('truetype-variations');
  font-weight: 100 900; /* 対応する太さの範囲 */
  font-stretch: 75% 125%; /* 対応する幅の範囲 (wdth) */
  font-style: normal;
}

/* Advent Pro (イタリック) */
@font-face {
  font-family: 'Advent Pro';
  src: url('../../fonts/AdventPro-Italic-VariableFont_wdth,wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: italic; /* こちらはイタリックスタイル */
}
/*--------------------------------------------------------
  共通
--------------------------------------------------------*/
* {
/*	margin: 0;
	padding: 0;*/
	box-sizing: border-box;
}
html {
    font-size: clamp(9px, 0.8333333333vw, 1rem);
	width: 100vw;
    height: 100vh;
    overflow-y: scroll;
	overflow-x: hidden;
}
body {
	color: #1c1c1c;
	font-size: 16px;
	font-family: 'Public Sans', 'Zen Kaku Gothic New', Sans-serif;
	width: 100vw;
    height: 100vh;
    overflow-y: scroll;
	overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
a {
    color: var(--color-text-primary);
    text-decoration: none;
    transition: var(--transit-default);
    outline: none;
}
a:link, a:visited, a:hover, a:active {
    color: #1c1c1c;
    text-decoration: none;
}
ul, ol {
    list-style: none;
}
nav ul {
    list-style: none;
}
hr {
    width: 100%;
    height: 12px;
    clear: both;
}
iframe {
    display: block;
}
.block-wrap {
	position: relative;
	z-index: 1;
	padding: 4rem 2%;
	background-color: #e7e7e7;
}
.bg-white {
	background-color: #fff;
}
.bg-purple {
	background-color: #e2d9e8;
}
.slider-title {
    margin: 0 2rem;
    font-size: 1.3em;
}
.slider-text {
    margin: 0 2rem;
}
.txt-center {
	text-align: center;
}
/*--------------------------------------------------------
  lold
--------------------------------------------------------*/
.block-wrap .orgtextbox-exp {
	text-align: center;
    font-size: 1.5em;
    padding-bottom: 20px;
}
.slideup {
    animation: slideup_animate 2s ease-in-out 0s 1 normal backwards;
}
@keyframes slideup_animate {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.gray_box {
    display: inline-block;
    margin: 1.5em auto;
    margin-right: auto;
    padding: 0.5em 1em;
    background-color: #e3e3e3;
}
#lold_map {
    width: 100%;
    height: 50vh;
}
.inquiry_tel {
    margin: 0 0 0.5em;
}
.inquiry_tel span {
    display: block;
    font-weight: bold;
    transform: scale(1, 1.5);
    padding: 0.5em 0;
}

footer *,
footer *::before,
footer *::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	line-height: normal;
	font-weight: normal;
}
footer {
	font-size: 16px;
}
#banner ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: .25em;
    padding-left: 0;
    list-style-type: none;
}
#banner li {
    display: inline-block;
    padding-bottom: .25em;
    padding-top: .25em;
    text-align: center;
    margin-right: .5em;
}
#banner li a {
    display: block;
    width: 19.375em;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
#banner li img {
	margin: 0 auto;
    vertical-align: bottom;
}
#hpb-footer {
    text-align: center;
}
#hpb-footer {
    padding-bottom: 5em;
}
#hpb-footerMain {
    padding-top: .25em;
    padding-bottom: .5em;
    background-color: #172737;
}
.footer-title {
    font-family: 'Advent Pro', sans-serif;
    font-size: 3.125em;
    color: #ffffff;
}
.footer-btns {
    color: #ffffff;
    font-size: 1.2em;
    margin-top: 1.25em;
    margin-bottom: 3.125em;
}
.footer-btnt, .footer-btnd {
    width: 20%;
    display: inline-block;
    height: 4em;
    line-height: 4em;
}
.footer-btnt {
    background-color: #fd81bd;
}
.footer-btnd {
    background-color: #ff59ab;
}
.footer-btnt a, .footer-btnd a {
	position: relative;
	display: inline-flex;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}
.footer-sub a {
    color: #ffffff;
    font-size: 1em;
    text-decoration: none;
}
#hpb-footerExtra1 {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
}
.copyright {
	font-size: 0.8em;
    text-align: right;
    padding-right: 1.25em;
	margin-bottom: 4em;
}
.nowrap {
    white-space: nowrap;
}
.event-block {
	font-weight: normal;
	position: fixed;
    left: 50%;
	transform: translateX(-50%);
    bottom: 0;
    width: min(768px, 100%);
    margin: 0 auto;
	z-index: 1000;
	opacity: 0;
}
.event-block.active {
	opacity: 1;
	transition: opacity 0.6s ease, filter 0.6s ease 0.4s;
}

.event-block .event-grid {
	display: grid;
    grid-template-columns: 1fr 0.65fr 1.1fr;
    border: solid 3px #ff0000;
    height: 3em;
    border-radius: 1.5em;
    place-content: center;
    gap: 0.5em;
    padding: 0.5em;
    background-color: rgba(255,255,255,0.6);
}
.event-block .event-title {
    height: 2em;
	line-height: 2em;
}
.event-block .event-btn {
    text-align: center;
    padding: 0 0.3em;
    height: 2em;
	line-height: 2em;
    border-radius: 1em;
    background-color: #cd151c;
}
.event-block .event-btn a {
	display: block;
	width: 100%;
	height: 100%;
	color:#fff;
	line-height: 2em;
}
@media screen and (max-width: 412px) {
	.footer-sub a {
		font-size: 0.9em;
	}	
	.event-block {
		font-size: 0.9em;
	}
}
/*--------------------------------------------------------
  header
--------------------------------------------------------*/
:root {
	--font-en: "Anton", sans-serif;
	--color-wht: #fff;
	--color-text-primary: #1c1c1c;
	--color-primary-dark: #542707;
	--transit-default: all 0.4s ease-out;
}
header *,
header *::before,
header *::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	line-height: normal;
	font-weight: normal;
}
header {
	font-size: 16px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 1.4285714286em;
    z-index: 9999;
    transition: var(--transit-default);
    pointer-events: none;
}
.header--logo, .header--txt {
	font-size: inherit;
    position: relative;
    z-index: 9999;
}
.header--txt {
    line-height: 1.75;
    transition: var(--transit-default);
    color: var(--color-wht);
    transition: var(--transit-default);
}
.header-sm .header--txt {
    opacity: 0;
}
.header.active .header--txt {
    opacity: 1;
}
.header--logo a {
    position: relative;
    display: block;
    width: fit-content;
    pointer-events: auto;
}
.header--logo img {
    display: block;
    width: 15em !important;
    transition: var(--transit-default);
}
.header--logo img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.header-wh .header--logo img:nth-child(1):not(:only-child), .header.active .header--logo img:nth-child(1):not(:only-child) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.header-wh .header--logo img:nth-child(2), .header.active .header--logo img:nth-child(2) {
    position: static;
    opacity: 1;
}
.header-wh .header--txt, .header.active .header--txt {
    color: var(--color-wht);
}
.header--logo img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.inner {
    width: 90%;
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
}
.header>.inner {
    max-width: 112.5em;
}
.txt-ctr {
    text-align: center;
}
.gnav_btn {
    position: fixed;
    top: 2.9375em;
    right: 3.3125em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.5625em;
    width: 4.5em;
    height: 4.5em;
    background-color: var(--color-wht);
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;
    transition: var(--transit-default);
    pointer-events: auto;
    border: solid 1px #999;
}
.gnav_btn--lines {
    position: relative;
    width: 2.0625em;
    height: 0.8125em;
}
.gnav_btn--lines span {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    border-bottom: 3px solid;
    transition: var(--transit-default);
}
.gnav_btn--lines span:nth-of-type(1) {
    top: 0;
}
.gnav_btn--lines span:nth-of-type(2) {
    bottom: 0;
}
.header.active .gnav_btn--lines span:nth-of-type(1) {
    transform: translateY(0.34375em) rotate(-35deg);
}
.header.active .gnav_btn--lines span:nth-of-type(2) {
    transform: translateY(-0.34375em) rotate(35deg);
}
.gnav_btn--txt {
    line-height: 1;
}
.gnav_btn--txt span {
    display: block;
    width: 100%;
    transition: var(--transit-default);
}
.gnav_btn--txt .close {
    position: fixed;
    opacity: 0;
}
.header.active .gnav_btn--txt .menu {
    position: fixed;
    opacity: 0;
}
.header.active .gnav_btn--txt .close {
    position: static;
    opacity: 1;
}
.lang--menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 9em;
    height: 3.2em;
    padding: 0.625em 0.75em;
    background-color: var(--color-primary-dark);
    border-radius: 9999px;
    z-index: 1;
}
.lang--menu a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.75em;
    height: 2.75em;
    color: var(--color-wht);
}
.font-nl * {
    letter-spacing: normal;
}
.font-nl {
    font-family: var(--font-en);
    font-weight: normal;
    letter-spacing: normal;
}
.fz16 {
    font-size: max(14px, 1em);
}
.fz20 {
    font-size: max(18px, 1.25em);
}
.fz64 {
    font-size: 4em;
}
.clr-wh, .clr-wh * {
    color: var(--color-wht);
}
.gnav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 5em;
    opacity: 0;
    pointer-events: none;
    overflow: auto;
    transition: var(--transit-default);
}
.header.active .gnav {
    opacity: 1;
    pointer-events: auto;
}
.gnav::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background-image: url(../../images/pattern-blue.jpg);
    opacity: .96;
}
.gnav--menus {
    display: flex;
}
.gnav--menu {
    line-height: 1.39;
}
.gnav--menu {
    line-height: 1.39;
}
.gnav--menu li {
    counter-increment: number;
}
.gnav--menu>li>.gnav--link::before {
    content: counter(number, decimal-leading-zero);
    display: inline-block;
    font-size: 0.32em;
    opacity: .5;
    margin-right: 1em;
    vertical-align: top;
    line-height: 2.5;
}
.gnav--menu li a {
    display: flex;
}
.gnav--menu li a span:nth-child(2) {
    font-size: 0.55em;
    flex-grow: 1;
    text-align: right;
    margin-left: 2em;
    margin-top: 0.5em;
}
.gnav--link {
    display: block;
    color: var(--color-wht)!important;
    text-decoration: none!important;
}
.gnav--link:hover {
    opacity: .7;
}
.mgn-btm36 {
    margin-bottom: 1.2em;
}
@media print, screen and (min-width: 768px) {
    a {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
}
@media only screen and (orientation: landscape) and (max-width: 960px) {
	#top {
		width: 100%!important;
	}
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 0) {
    * {
        font-feature-settings: "palt";
    }
}
@media screen and (max-width: 1280px) {
	.fz64 {
		font-size: 2.2em;
	}
	.fz20 {
		font-size: max(14px, 1em);
	}
}

@media screen and (max-width: 767px) {
    .header img {
        max-width: 50%;
        height: auto;
    }
    .header {
        padding-top: 1.4285714286em;
    }
    .inner {
        width: 86%;
    }
	.gnav_btn {
		top: 1.4285714286em;
		right: 1.4285714286em;
		gap: 0.3571428571em;
		width: 3.6428571429em;
		height: 3.6428571429em;
	}
	.gnav_btn--lines {
		width: 1.4285714286em;
        height: 0.5714285714em;
	}
    .gnav_btn--lines span {
        border-bottom: 2px solid;
    }
    .header.active .gnav_btn--lines span:nth-of-type(1) {
        transform: translateY(0.24em) rotate(-35deg);
    }
	.header.active .gnav_btn--lines span:nth-of-type(2) {
        transform: translateY(-0.24em) rotate(35deg);
    }
    .gnav_btn--txt {
        font-size: 0.7857142857em;
    }
	.mgn-btm-sp20 {
        margin-bottom: 0.6em !important;
    }
    .mgn-btm36 {
        margin-bottom: 1.2857142857em;
    }
    .fz16 {
        font-size: 0.96124em;
    }
	.fz20 {
		font-size: 1.25em;
	}
	.fz64 {
		font-size: 4rem;
	}
    .fz-sp32 {
        font-size: 1.922475em !important;
    }
    .gnav {
        padding: 4.5714285714em 1.7142857143em;
    }
    .gnav--menus {
        flex-direction: column;
        width: 100%;
        gap: 2.8571428571em;
    }
    .gnav--menu>li>.gnav--link::before {
        font-size: 0.5em;
        line-height: 1.8;
    }
    .lang--menu {
        margin-left: auto;
        margin-right: auto;
    }
    .gnav .lang--menu {
        margin-bottom: -2.8571428571em;
    }
	.lang--menu {
		width: 8em;
		height: 2.8em;
		padding: 0.5rem 0.6em;
	}
}
.header-space {
	font-size: 16px;
	height: 13em;
	background-image: url(../../images/pattern-blue.jpg);
}
@media print, screen and (max-width: 767px) {
	.header-space {
		height: 8em;
	}
}

@media print, screen and (min-width: 768px) {
    body {
        font-size: clamp(15.9375px, 0.9375vw, 1.125em);
    }
    .gnav--menu {
        width: fit-content;
        max-width: 51.5em;
    }
	.gnav .lang--menu {
		transform: translateX(100%);
	}
}

/*--------------------------------------------------------
  swipe button
--------------------------------------------------------*/
:root {
    --btnback: #fff;
    --btncolor: #a38b78;
}
.p-top-strategy .p-top-strategy__board .board-item {
    position: relative;
    background-color: var(--btnback);
    color: var(--btncolor);
}
.c-btn-border {
    position: relative;
    width: fit-content;
	margin: 0 auto;
}
.c-btn-border[data-inview] {
    visibility: hidden;
    clip-path: inset(-10% 99% -10% -10%);
}
.c-btn-border[data-inview].-inview {
    visibility: visible;
    clip-path: inset(-10% -10% -10% -10%);
    transition: clip-path .5s cubic-bezier(.77,0,.175,1),visibility .5s;
}
.c-btn-border[data-inview].-inview:nth-of-type(2) {
    transition-delay: .1s;
}
.c-btn-border a {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    min-height: 2.875em;
    overflow: hidden;
	color: var(--btncolor);
    border-radius: .1875em;
	border: 1px solid var(--btncolor);
	background-color: var(--btnback);
    transition: color .15s cubic-bezier(.165,.84,.44,1);
}
.c-btn-border a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    border-radius: .1875em;
    background-color: var(--btnback);
    content: "";
    transition: transform .5s cubic-bezier(.19,1,.22,1);
}
.c-btn-border.-btncolor a:before {
    background-color: var(--btncolor);
}
.c-btn-border a span {
    z-index: 1;
    position: relative;
    padding: 0 2.2em;
}
.c-btn-border a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--btnback);
    border-radius: .1875em;
    content: "";
}
.c-btn-border[data-inview]:after {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 1px);
    height: 100%;
    transform: scaleX(1);
    transform-origin: 100% 50%;
    border-radius: .1875em;
    background-color: var(--btnback);
    content: "";
}
.c-btn-border[data-inview].-inview:after {
    transform: scaleX(0);
    transition: transform 1s .35s cubic-bezier(.19,1,.22,1);
}
.c-btn-border[data-inview].-btncolor:after {
    background-color: var(--btncolor);
}
.c-btn-border[data-inview].-inview:nth-of-type(2):after {
    transition-delay: .45s;
}
@media (any-hover: hover) {
    .c-btn-border a:hover {
        color: var(--btncolor);
    }
    .c-btn-border.-btncolor a:hover {
        color: var(--btnback);
    }
	.c-btn-border a:hover:before {
		transform: scaleX(1);
		transform-origin: 0% 50%;
		transition: transform .5s cubic-bezier(.19,1,.22,1);
	}               
	
}

/*--------------------------------------------------------
  about_wrap
--------------------------------------------------------*/
.about_wrap em {
	font-style: normal;
}
.about_wrap {
	display: flex;
    padding: 2rem;
}
.about_wrap .c_catch {
    font-size: 25px;
    line-height: 1.6;
}
.about_wrap .title {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 12px 36px;
    line-height: 1.1;
}
.about_wrap .title_en {
    clip-path: inset(0 0 100% 0);
    font-size: 60px;
    font-family: var(--ff-en);
    letter-spacing: 0;
    transform: translateY(100%);
    transition-property: clip-path, transform;
    transition-duration: 0.6s;
    transition-timing-function: var(--ease);
    transition-delay: var(--delay);
    will-change: clip-path, transform;
}
.about_wrap .title.-view .title_en {
    clip-path: inset(0 0 0 0);
    transform: translateY(0%);
}
.about_wrap .title_jp {
    display: inline-block;
    position: relative;
    margin-bottom: 0.6em;
    padding-bottom: 4px;
    font-size: 18px;
}
.about_wrap .title_jp span {
    display: inline-block;
    clip-path: inset(0 0 100% 0);
    transform: translateY(100%);
    transition-property: clip-path, transform;
    transition-duration: 0.25s;
    transition-timing-function: var(--ease);
    transition-delay: calc(var(--delay) + 0.4s);
    will-change: clip-path, transform;
}
.about_wrap .title.-view .title_jp span {
    clip-path: inset(0 0 0 0);
    transform: translateY(0%);
}
.about_wrap .title_jp::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--color-black);
    transform: scaleX(0%);
    transform-origin: left;
    transition-property: transform;
    transition-duration: 1.2s;
    transition-timing-function: var(--ease);
    transition-delay: 0.4s;
}
.about_wrap .title.-view .title_jp::after {
    transform: scaleX(100%);
}
.about_wrap .about_catch {
    margin-top: 45px;
}
.about_wrap .about_text {
    margin-top: 30px;
    line-height: 2.2;
}
@media screen and (max-width: 767.98px) {
    .about_wrap .c_catch {
        font-size: 17px;
        line-height: 1.8;
    }
    .about_wrap {
        flex-direction: column-reverse;
        gap: 30px;
    }
    .about_wrap .title {
        gap: 18px;
    }
    .about_wrap .about_catch {
        margin-top: 30px;
    }
    .about_wrap .title_en {
        font-size: 38px;
    }
    .about_wrap .title_jp {
        font-size: 14px;
    }
    .about_wrap .about_text {
        margin-top: 20px;
    }
}

/*--------------------------------------------------------
  slider
--------------------------------------------------------*/
.slider-main {
    padding: 2em 0;
    text-align: left;
}
.hpb-photomotion {
    width: 100%;
}
.slider-main .bx-wrapper {
    width: 100%!important;
    max-width: 100%!important;
    padding: 0;
}

/*--------------------------------------------------------
  c-container
--------------------------------------------------------*/
.c-container {
    width: 1425px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
	margin-bottom: 4rem;
	overflow: hidden;
}
.c-interview_block {
    position: relative;
}
.c-interview_block__slider {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}
.c-interview_block.js-anim_elm .c-interview_block__slider {
    opacity: 0;
    filter: grayscale(1) blur(5px);
    transition: opacity 0.6s ease, filter 0.6s ease 0.4s;
}
.c-interview_block.js-anim_elm.is-act .c-interview_block__slider {
    opacity: 1;
    filter: grayscale(0) blur(0px);
}
.swiper {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.c-interview_block__slider .swiper {
    position: relative;
    overflow: visible;
    z-index: -1;
}
.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1;
}
.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translateZ(0);
}
.c-interview_block__slider .swiper-wrapper {
    transition-timing-function: linear;
}
.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
}
.swiper-slide img {
    vertical-align: bottom;
    height: auto;
    max-width: 100%;
    min-height: 1px;
}
.c-interview_block__slider .swiper-slide img {
    width: 100%;
}
.c-interview_block__slider .en {
    font-size: 6rem;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    white-space: nowrap;
    display: flex;
    position: absolute;
    top: 88%;
    left: 50%;
    line-height: 1;
    transform: translateX(-50%);
}
.c-interview_block__slider .en span {
    color: rgba(255, 255, 255, 0.5);
}
.c-interview_block__slider .en span:first-child {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.8);
    color: transparent;
}
.c-interview_block__student {
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.c-interview_block.js-anim_elm .c-interview_block__student {
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.c-interview_block.js-anim_elm.is-act .c-interview_block__student {
    opacity: 1;
    transform: translateX(0px);
}
.c-interview_block__student .profile {
    padding-bottom: 28px;
    text-align: right;
    margin-right: 0;
}
.-green .c-interview_block__student .pic {
    filter: drop-shadow(8px 0px 0px #daff0b);
}
.c-interview_block.js-anim_elm .c-interview_block__student .pic {
    transition: all 0.4s ease 0.8s;
}
.c-interview_block__student .pic img {
    vertical-align: bottom;
    height: auto;
    max-width: 100%;
    min-height: 1px;
	max-height: 732px;
}
.c-interview_block.js-anim_elm.is-act .c-interview_block__student .pic {
    filter: drop-shadow(0px 0px 0px transparent);
}
.c-interview_block__faq {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 440px;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 30px;
    padding: 50px 40px 50px 75px;
}
.c-interview_block.js-anim_elm .c-interview_block__faq {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.c-interview_block.js-anim_elm.is-act .c-interview_block__faq {
    opacity: 1;
    transform: translateY(0px);
}
.c-interview_block__faq dt {
    font-weight: bold;
}
.c-interview_block__faq__q {
    margin-left: -35px;
    margin-bottom: 25px;
}
.c-interview_block__faq__q::before {
    content: "Q.";
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 1.3rem;
    margin-right: 15px;
}
.c-interview_block__line {
    position: absolute;
}
.c-interview_block__line.-right {
    top: 166px;
    right: 233px;
    height: 280px;
}
.js-svg {
    overflow: hidden;
}
svg.js-svg {
    opacity: 1;
}
.c-interview_block__line.-right img, .c-interview_block__line.-right svg {
    width: 100%;
    height: auto;
}
.c-interview_block__line img path, .c-interview_block__line svg path {
    stroke-dashoffset: 0.001;
    stroke-dasharray: 0px, 999999px;
}
@media only screen and (max-width: 1599px) {
    .c-container {
        width: calc(85.7142857143vw + 53.5714285714px);
        padding-left: calc(2.4489795918vw + 0.8163265306px);
        padding-right: calc(2.4489795918vw + 0.8163265306px);
    }
	.c-interview_block__student .profile {
		font-size: calc(0.4897959184vw + 0.8163265306rem);
		padding-bottom: calc(1.1428571429vw + 9.7142857143px);
	}
    .c-interview_block__student .pic {
        width: calc(14.693877551vw + 94.8979591837px);
    }
	.c-interview_block__slider .en {
		font-size: calc(4.0816326531vw + 3.4693877551rem);
	}
    .c-interview_block__faq {
        padding: calc(2.0408163265vw + 17.3469387755px) calc(1.8775510204vw + 9.9591836735px) calc(1.6326530612vw + 23.8775510204px) calc(2.2857142857vw + 38.4285714286px);
        border-radius: calc(1.2244897959vw + 10.4081632653px);
        width: calc(8.5714285714vw + 302.8571428571px);
    }
    .c-interview_block__faq__q {
        margin-left: calc(-0.8163265306vw + -21.9387755102px);
        margin-bottom: calc(1.2244897959vw + 5.4081632653px);
    }
    .c-interview_block__faq__q::before {
        font-size: calc(0.5714285714vw + 1.0857142857rem);
    }
    .c-interview_block__line.-right {
        top: calc(-0.4897959184vw + 173.8367346939px);
        right: calc(16.9795918367vw + -38.6734693878px);
        width: calc(11.4285714286vw + 97.1428571429px);
    }
}
@media only screen and (max-width: 1023px) {
    .c-interview_block__slider {
        transform: translateY(0);
        top: 15%;
    }
    .c-interview_block__faq {
        position: static;
        width: 90%;
        margin: calc(0.8163265306vw + 6.9387755102px) auto 0;
    }
}
@media only screen and (max-width: 767px) {
    .c-interview_block {
        padding: 0 calc(0.8163265306vw + 6.9387755102px);
    }
    .c-interview_block__slider {
/*        top: calc(20.4081632653vw + 173.4693877551px);*/
    }
    .c-interview_block__slider .en {
        top: calc(15.5102040816vw + 91.8367346939px);
    }
    .c-interview_block__student {
        flex-direction: row-reverse;
        padding-bottom: calc(1.2244897959vw + 10.4081632653px);
        position: relative;
    }
    .c-interview_block__student .profile {
        margin-left: auto;
        margin-right: 0;
        position: absolute;
        bottom: 0;
        right: -10px;
        line-height: 1.5;
    }
    .c-interview_block__student .pic {
        margin-left: calc(-1.6326530612vw + -13.8775510204px);
    }
    .c-interview_block__faq {
        width: 100%;
        margin-top: 0;
    }
}
@media only screen and (max-width: 567px) {
    .c-container {
        width: 100%;
    }
}

/*--------------------------------------------------------
  p-index_movie
--------------------------------------------------------*/
iframe {
    vertical-align: bottom;
}
.p-index_movie {
    margin-bottom: 45px;
}
.p-index_movie__iframe {
    margin-bottom: 95px;
    pointer-events: none;
    position: relative;
}
.p-index_movie__iframe .iframe {
    height: 686px;
    overflow: hidden;
    position: relative;
}
.p-index_movie__iframe .iframe #js-movie {
    aspect-ratio: 16/9;
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.p-index_movie__iframe .en {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 130px;
    background-repeat: repeat-x;
    background-size: auto 100%;
    animation: movie_loop_en 20s linear infinite;
    background-image: url(../images/movie_en.png);
}
@keyframes movie_loop_en {
  0% {
    background-position-x: 0;
  }
  to {
    background-position-x: -1360px;
    @media only screen and (max-width: 1599px) {
      background-position-x: calc(-55.5102040816vw + -471.8367346939px);
    }
  }
}
@media only screen and (max-width: 3840px) and (min-width: 320px) and (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    .p-index_movie__iframe .en {
        background-image: url(../images/movie_en@2x.png);
    }
}
@media only screen and (max-width: 1599px) {
    .p-index_movie {
        margin-bottom: calc(1.8775510204vw + 14.9591836735px);
    }
    .p-index_movie__iframe {
        margin-bottom: calc(3.9183673469vw + 32.306122449px);
    }
    .p-index_movie__iframe .iframe {
        height: calc(39.6734693878vw + 51.2244897959px);
    }
    .p-index_movie__iframe .en {
        height: calc(5.306122449vw + 45.1020408163px);
        bottom: calc(-2.1224489796vw + -16.0408163265px);
    }
}

/*--------------------------------------------------------
  ttl_h2
--------------------------------------------------------*/
:root {
	--innerWb: 98%;
	--innerW-max: 1760px;
	--fs-vision-h2: 10.67vw;
}
section.nav_index .ttl_h2 {
    margin: auto auto 5.33vw;
    max-width: var(--innerW-max);
    width: var(--innerWb);
}
section.nav_index .ttl_h2 h2 {
    font-size: var(--fs-vision-h2);
    font-style: normal;
    font-weight: 600;
    letter-spacing: .02em;
    letter-spacing: .1em;
    line-height: 1.42;
}
section.nav_index .ttl_h2 h2 span {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    transition: transform .6s ease 0s, opacity .6s ease 0s;
}
section.nav_index .ttl_h2 h2 span {
    display: block;
}
section.nav_index.animate .ttl_h2 h2 span {
    opacity: 1;
    transform: translateZ(0);
}
section.nav_index .ttl_h2 h2 span:first-of-type {
    display: inline-block;
    position: relative;
}
section.nav_index .ttl_h2 h2 span:before {
    transition: width .3s ease;
    width: 0;
}
section.nav_index.animate .ttl_h2 h2 span:before {
    transition-delay: .4s;
    -moz-transition-delay: .4s;
    -webkit-transition-delay: .4s;
    width: 100%;
}
section.nav_index .ttl_h2 h2 span:first-of-type:before {
    background: url("../images/underline_ttl.svg") 0 100% no-repeat;
    background-size: auto 100%;
    bottom: .53vw;
    content: "";
    height: 3.07vw;
    left: 0;
    position: absolute;
}
section.nav_index.animate .ttl_h2 h2 span:nth-of-type(2) {
    transition-delay: .1s;
    -moz-transition-delay: .1s;
    -webkit-transition-delay: .1s;
}
@media (min-width: 768px) {
	:root {
		--innerWb: 91.66%;
		--fs-vision-h2: 5vw;
	}
    section.nav_index .ttl_h2 {
        margin-bottom: 4.58vw;
        width: 88.33%;
    }
    section.nav_index .ttl_h2 h2 span:first-of-type:before {
        bottom: .1vw;
        height: 1.46vw;
    }
}

/*--------------------------------------------------------
  c-course_block
--------------------------------------------------------*/
.c-course_block {
    display: flex;
    align-items: flex-start;
	margin-bottom: 4rem;
}
.c-course_block__pic {
    width: 50%;
    position: relative;
}
.c-course_block.js-anim_elm .c-course_block__pic {
    opacity: 0;
    filter: grayscale(0.5) blur(5px);
    transition: opacity 0.6s ease, filter 0.6s ease 0.4s;
}
.c-course_block.js-anim_elm.is-act .c-course_block__pic {
    opacity: 1;
    filter: grayscale(0) blur(0);
}
.c-course_block__text {
    width: 50%;
    padding-left: 8.3%;
    margin-top: 164px;
    position: relative;
    z-index: 2;
}
.c-course_block.js-anim_elm .c-course_block__text {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}
.c-course_block.js-anim_elm.is-act .c-course_block__text {
    opacity: 1;
    transform: translateY(0px);
}
.c-course_block__text .en {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    padding-left: 20px;
}
.c-course_block__text .course_name {
    font-size: 1.8rem;
    font-weight: bold;
    color: #daff0b;
    background-color: #111;
    padding: 10px 20px;
    line-height: 1;
    border-radius: 10px 10px 0 0;
    display: inline-block;
}
.c-course_block__text .desc {
    background-color: #fff;
    border: 1px solid #333;
    padding: 40px 40px 50px;
    border-radius: 0 10px 10px 10px;
}
.c-course_block__text .desc .catch {
    font-size: 3rem;
    line-height: 1.5;
    margin-bottom: 30px;
}
.c-text01 {
    line-height: 1.875;
}
@media only screen and (max-width: 1599px) {
    .c-course_block__text .en {
        font-size: calc(0.4897959184vw + 0.8163265306rem);
        padding-left: calc(0.8163265306vw + 6.9387755102px);
    }
    .c-course_block__text .course_name {
        font-size: calc(0.6530612245vw + 0.7551020408rem);
        border-radius: calc(0.4081632653vw + 3.4693877551px) calc(0.4081632653vw + 3.4693877551px) 0 0;
        padding: calc(0.4081632653vw + 3.4693877551px) calc(0.8163265306vw + 6.9387755102px);
    }
    .c-course_block__text .desc {
        padding: calc(1.6326530612vw + 13.8775510204px) calc(1.6326530612vw + 13.8775510204px) calc(2.4489795918vw + 10.8163265306px);
        border-radius: 0 calc(0.4081632653vw + 3.4693877551px) calc(0.4081632653vw + 3.4693877551px) calc(0.4081632653vw + 3.4693877551px);
    }
   .c-course_block__text .desc .catch {
        font-size: calc(0.8163265306vw + 1.693877551rem);
        margin-bottom: calc(1.2244897959vw + 10.4081632653px);
    }
}
@media only screen and (max-width: 1023px) {
    .c-course_block__text {
        padding-left: 0;
        margin-left: calc(-1.6326530612vw + -13.8775510204px);
        width: calc(20.4081632653vw + 173.4693877551px);
    }
}
@media only screen and (max-width: 767px) {
    .c-course_block {
        flex-direction: column;
    }
    .c-course_block__pic {
        width: calc(23.5102040816vw + 200.8367346939px);
    }
    .c-course_block__text {
        width: calc(20.4081632653vw + 173.4693877551px);
        padding-left: 0;
        margin-left: auto;
        margin-top: calc(-8.1632653061vw + -69.387755102px);
    }
}

/*--------------------------------------------------------
  kv
--------------------------------------------------------*/
.kv {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 100svh;
    border: solid rgba(0,0,0,0) 2rem;
    border-radius: 4.4rem;
}
.kv__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 54rem;
    z-index: 10;
    transform: translate(-50%, calc(-50% - 0.3rem));
}
picture {
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
.forPC {
    display: inherit !important;
}
.forSP {
    display: none !important;
}
.kv__inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.kv__item {
    position: relative;
    overflow: hidden;
}
.kv__item.-i01 {
    height: 69.0476190476%;
}
.kv__item.-i02 {
    height: 30.9523809524%;
}
.kv__item.-i03 {
    height: 54.7619047619%;
}
.kv__item.-i04 {
    height: 45.2380952381%;
}
.kv__item.-i05 {
    height: 33.3333333333%;
}
.kv__item.-i06 {
    height: 33.3333333333%;
}
.kv__item.-i07 {
    height: 33.3333333333%;
}
.kv__item.-i08 {
    height: 45.2380952381%;
}
.kv__item.-i09 {
    height: 54.7619047619%;
}
.kv__image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 101%;
    height: 101%;
    clip-path: inset(0 0 0 0);
    transform: translate(-50%, -50%);
}
.kv__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kv__image.is-current {
    z-index: 1;
}
.kv__lane {
    display: flex;
    flex-direction: column;
}
.is-image-loaded .kv__inner {
    opacity: 1;
}
@media print, screen and (min-width: 768px) {
	.kv__inner.forPC {
		display: flex !important;
	}
    .kv__lane:nth-child(1) {
        width: 41.0256410256%;
    }
    .kv__lane:nth-child(2) {
        width: 58.9743589744%;
    }
    .kv__lane:nth-child(3) {
        width: 58.9743589744%;
    }
    .kv__lane:nth-child(4) {
        width: 41.0256410256%;
    }
}
@media not all and (min-width: 768px) {
    .kv {
        width: 100%;
        border-width: 3.7333333333vw;
        border-radius: 8vw;
    }
	.kv__logo {
		width: 67.4666666667vw;
		transform: translate(-50%, -50%);
	}
	.forPC {
		display: none !important;
	}
	.forSP {
		display: inherit !important;
	}
	.kv__inner.forSP {
		display: flex !important;
		flex-direction: column;
	}
	.kv__lane {
		width: 100%;
		flex-direction: row;
	}
	.kv__lane:nth-child(1) {
		height: 18.6985172982%;
	}
	.kv__lane:nth-child(2) {
		height: 31.3014827018%;
	}
	.kv__lane:nth-child(3) {
		height: 31.3014827018%;
	}
	.kv__lane:nth-child(4) {
		height: 18.6985172982%;
	}
	.kv__item {
		height: 100% !important;
	}
	.kv__item.-i01 {
		width: 32vw;
	}
	.kv__item.-i02 {
		width: 60.5333333333vw;
	}
	.kv__item.-i03 {
		width: 46.2666666667vw;
	}
	.kv__item.-i04 {
		width: 46.2666666667vw;
	}
	.kv__item.-i05 {
		width: 32vw;
	}
	.kv__item.-i06 {
		width: 60.5333333333vw;
	}
	.kv__item.-i07 {
		width: 60.5333333333vw;
	}
	.kv__item.-i08 {
		width: 32vw;
	}
	.kv__item.-i09 {
		display: none;
	}
}

/*--------------------------------------------------------
  environment
--------------------------------------------------------*/
.environment ol, .environment ul {
    list-style: none;
}
.cards-3col {
    display: flex;
    flex-wrap: wrap;
    margin: -1.875rem;
}

.cards-3col li {
    width: calc(100% / 2 - 3.75rem);
    margin: 1.875rem;
}
.environment .environment-list a {
    display: block;
}
.environment .environment-list .cards-image {
    overflow: hidden;
    margin-bottom: 1.875rem;
    aspect-ratio: 1.5;
}
.environment .environment-list .cards-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.5;
    object-fit: cover;
    transition: .3s;
}
.environment .environment-list .cards-text h3 {
    padding-bottom: .9375rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 2rem;
    border-bottom: 1px solid #bebebe;
    font-weight: 900;
}
@media (max-width: 640px) {
    .cards-3col {
        flex-direction: column;
        margin: -.75rem 0;
    }
    .environment .environment-list {
        margin: -.9375rem -.625rem;
        flex-direction: row;
    }
    .cards-3col li {
        width: 100%;
        margin: .75rem 0;
    }
    .environment .environment-list li {
        width: calc(50% - 1.25rem);
        margin: .9375rem .625rem;
    }
    .environment .environment-list .cards-image {
        margin-bottom: 1rem;
    }
    .environment .environment-list .cards-text h3 {
        font-size: 1.5rem;
        line-height: 1.8;
        padding-bottom: .5rem;
    }
}