@charset "UTF-8";


/* reset ---------------------------------------*/

div,dl,dt,dd,ul,ol,
li,h1,h2,h3,h4,h5,
h6,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,
th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;word-break: break-all;font-size:inherit;width:100%;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q::before,q::after{content:'';}
abbr{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{font-size:100%;}
legend{color:#000;}
select,input,button,textarea{font-size:inherit;font-family:inherit;box-sizing: border-box;}
pre,code,kbd,samp{font-family:monospace;font-size:108%;line-height:100%;}
figure{padding:0;margin:0;}
input[type="submit"],
input[type="button"],
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration {display: none;}
input[type="submit"]::focus,
input[type="button"]::focus,
button::focus {outline-offset: -2px;}


/* base ---------------------------------------*/

*{box-sizing:border-box;}

html,body{height:100%;}

body{
	position: relative;
	-webkit-text-size-adjust: 100%;
	padding:0;
	margin: 0;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.05em;
	font-feature-settings: "palt" 1;
	-webkit-font-feature-settings: "palt" 1;
	color: #212121;
}

a{
	text-decoration: none;
	color:inherit;
	transition: all 0.6s ease;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a:hover{opacity: 0.7;}

img{
	vertical-align: bottom;
	line-height: 1;
	max-width:100%;
	height:auto;
}


/* common item ---------------------------------------*/

.clearfix::after,
.inner::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.ov-h{overflow: hidden;}

.font-notosans {font-family: "Noto Sans JP", sans-serif;}
.font-crimson {font-family: "Crimson Text", serif;}


/* layout ---------------------------------------*/
.wrapper {
	
}

.inner{
	max-width: 1000px;
	width: 100%;
	margin:0 auto;
}

.overlay{display: none;}
.d-none {display: none;}

.text-link{text-decoration: underline;}
.text-link:hover{
	text-decoration: none;
	opacity: 1;
}


/* header ---------------------------------------*/

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

.header-inner {
	position: relative;
	height: 80px;
	margin: 0 auto;
	width: 100%;
	background: rgba(255, 255, 255, 0);
	transition: all .6s ease;
}

#openmenu {display:none;}

/* gnav ---------------------------------------*/

.gnav {
	position:absolute;
	top: 50%;
	right: 6.5%;
	transform: translateY(-50%);
}

.gnav-list {
	display: flex;
	align-items: center;
	gap: min(calc(50 / 1366 * 100vw), 50px);
}

.gnav-list > li {
	position: relative;
}

.gnav-list > li + li::before {
	position: absolute;
	top: 50%;
	left: max(calc(-25 / 1366 * 100vw), -25px);
	transform: translateY(-50%);
	z-index: 1;
	width: 1px;
	height: 80%;
	background: #fff;
	content: '';
	transition: all .6s ease;
}

.gnav-list > li a {
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #fff;
	white-space: nowrap;
	transition: all .6s ease;
}

.header.is-active .header-inner {background: rgba(255, 255, 255, 0.9);}
.header.is-active .gnav-list > li + li::before {background: #212121;}
.header.is-active .gnav-list > li a {color: #212121;}


/* fixedlink ---------------------------------------*/
.fixedlink { 
	position: fixed;
	top: 0;
	right: 0;
	z-index: 3;
	width: 36px;
	height: 55%;
	background: linear-gradient(rgba(196, 235, 252, .8) 0%, rgba(196, 235, 252, .8) 70%, rgba(196, 235, 252, 0) 100%);
	padding-top: 65px;
	transition: all .6s ease;
}

.fixedlink.is-active { padding-top: 100px;}

.fixedlink-list {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.fixedlink-side { 
	position: relative;
	padding: 28px 8px 0 10px;
	font-size: 12px;
	letter-spacing: 0.06em;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	text-orientation: sideways;
}
.fixedlink-side-line {color: #0a1f57;}
.fixedlink-side-instagram {color: #bb3e5e;}
.fixedlink-side-facebook {color: #00417E;}

.fixedlink-side::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
}

.fixedlink-side-line::before {
	width: 19px;
	height: 22px;
	background: url('../img/icon_line.svg') no-repeat;
	background-size: contain;
}

.fixedlink-side-instagram::before {
	width: 17px;
	height: 17px;
	background: url('../img/icon_instagram_color.png') no-repeat;
	background-size: contain;
}

.fixedlink-side-facebook::before {
	width: 8px;
	height: 17px;
	-webkit-mask-image: url('../img/icon_facebook.svg');
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: 0 0;
	-webkit-mask-size: contain;
	mask-image: url('../img/icon_facebook.svg');
	mask-repeat: no-repeat;
	mask-position: 0 0;
	mask-size: contain;
	background: #00417E;
}


/* fixedbottom ---------------------------------------*/
.fixedbottom {display: none;}


/* pagetop ---------------------------------------*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
}

.pagetop.is-active {display: block;}

.pagetop-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 84px;
	height: 84px;
	background: rgba(193, 231, 243, 0.7);
	border-radius: 84px;
	font-size: 20px;
	letter-spacing: 0.2em;
	color: #000219;
	text-shadow: 0 0 24px rgba(178, 230, 220, 0.7);
}


/* footer ---------------------------------------*/
.footer { 
	padding: 86px 20px 30px;
	background: #000219;
}

.footer-inner { 
	position: relative;
	z-index: 1;
}

.footer-inner::before { 
	position: absolute;
	top: -85px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 8%, rgba(255, 255, 255, 1) 92%, rgba(255, 255, 255, 0) 100%);
	content: '';
}

.footer-sns { 
	display: block;
	width: fit-content;
	margin: 0 auto 12px;
}

.footer-instagram { 
	display: block;
	width: 27px;
	height: 27px;
	mask-image: url('../img/icon_instagram.svg');
	mask-repeat: no-repeat;
	mask-position: 0 0;
	mask-size: contain;
	background: #fff;
}

.copyright { 
	display: block;
	font-size: 10px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.27em;
	color: #fff;
}


/* icon ---------------------------------------*/
.icon-arrow {
	display: inline-block;
	width: 9px;
	height: 18px;
	mask-image: url('../img/icon_arrow.svg');
	mask-repeat: no-repeat;
	mask-position: 0 0;
	mask-size: contain;
	content: '';
	background: #fff;
	transition: all .6s ease;
	filter: drop-shadow(0 0 16px rgba(255, 241, 124, 0.38));
}

.icon-filter {
	filter: drop-shadow(0 0 6px rgba(255, 241, 124, 1)) drop-shadow(0 0 6px rgba(255, 241, 124, 1)) drop-shadow(0 0 6px rgba(255, 241, 124, 1));
}

.icon-line {
	display: inline-block;
	width: 19px;
	height: 22px;
	background: url('../img/icon_line.svg') no-repeat;
	background-size: contain;
}

.icon-instagram {
	display: inline-block;
	width: 19px;
	height: 19px;
	background: url('../img/icon_instagram_color.png') no-repeat;
	background-size: contain;
}

.icon-facebook {
	display: inline-block;
	width: 8px;
	height: 17px;
	-webkit-mask-image: url('../img/icon_facebook.svg');
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: 0 0;
	-webkit-mask-size: contain;
	mask-image: url('../img/icon_facebook.svg');
	mask-repeat: no-repeat;
	mask-position: 0 0;
	mask-size: contain;
	background: #00417E;
}

/* btn ---------------------------------------*/
.btn {
	display: inline-block;
	position: relative;
	max-width: 100%;
	padding: 9px 30px;
	font-size: 24px;
	letter-spacing: 0.2em;
	border: 1px solid #fff;
	color: #fff;
}

.btn::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0;
	display: block;
	background: #fff;
	transition: all 0.6s ease;
	left:0;
}

.btn .icon-arrow { 
	margin: 0 0 2px 16px;
}

.btn:hover {
	color: #0a1f57;
	opacity: 1;
}

.btn:hover:before {
    width: 100%;
    z-index: -1;
}

.btn:hover .icon-arrow {
	background: #0a1f57;
}


/* loading ---------------------------------------*/
.loading {
	position:fixed;
	z-index:10000;
	left:0;
	top:0;
	width:100vw;
	height:100vh;
	background: #000219;
}

.loading-inner{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.loading-logo{
	width:224px;
	display: none;
    animation: loading-animation 3s ease-in-out forwards;
}

@keyframes loading-animation {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(0.85);
    }
}

/* kv ---------------------------------------*/
.kv { 
	position: relative;
	z-index: 2;
}

.kv-main {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100vh;
	min-height: 730px;
}

.kv-main video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kv-main img {
	width: 100%;
}

.kv-summary { 
	position: absolute;
	top: 8.5vw;
	left: calc(104 / 1366 * 100vw);
	z-index: 1;
}

.kv-title { 
	position: relative;
	font-size: 60px;
	/* font-size: min(calc(40 / 768 * 100vw), 60px); */
	letter-spacing: 0.05em;
	color: #fff;
	z-index: 1;
	margin-bottom: 22px;
}

.kv-title strong { 
	font-size: 100px;
	/* font-size: min(calc(70 / 768 * 100vw), 100px); */
	font-weight: 400;
	letter-spacing: 0.15em;
}

.kv-title::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0) 100%);
	content: '';
}

.kv-lead { 
	font-size: 29px;
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 24px;
}

.kv-lead span { 
	text-shadow: 0 0 16px rgba(255, 241, 124, 0.6), 0 0 16px rgba(255, 241, 124, 0.6), 0 0 16px rgba(255, 241, 124, 0.6);
}

.kv-text { 
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 36px;
}

.kv-scrolldown {
	position: absolute;
	bottom: 40px;
	left: calc(104 / 1366 * 100vw);
	text-align: center;
	color: #fff;
	font-size: 14px;
	z-index: 1;
}

.kv-scrolldown span {
	position: relative;
	display: inline-block;
	animation: wave 2s infinite;
	animation-delay: calc(0.1s * var(--i));
}

.kv-scrolldown-arrow {
	position: absolute;
	top: 30px;
	left: 50%;
	width: 10px;
	height: 10px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: translate(-50%, -50%) rotate(-45deg);
	animation: float 2s infinite;
}

@keyframes wave {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
}

@keyframes float {
	0%, 100% {
		transform: translate(-50%, -20%) rotate(-45deg);
	}
	50% {
		transform: translate(-50%, 20%) rotate(-45deg);
	}
}

/* intro ---------------------------------------*/
.intro { 
	width: 100%;
	height: calc(647 / 1366 * 100vw);
	background: #000219;
	overflow: hidden;
}

.intro-wrapper { 
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.intro-item { 
	position: absolute;
}

.intro-item p { 
	position: absolute;
	z-index: 1;
	font-size: calc(20 / 1366 * 100vw);
	line-height: 1.5;
	letter-spacing: 0.15em;
	color: #fff;
	white-space: nowrap;
}

.intro-item-01 { 
	top: 0;
	left: 0;
	z-index: 1;
}
.intro-item-01 img { width: calc(901 / 1366 * 100vw);}
.intro-item-01 p { 
	top: 51.5%;
    left: 16.5%;
}

.intro-item-02 { 
	top: 52%;
    left: 18.5%;
	z-index: 2;
}
.intro-item-02 img { width: calc(293 / 1366 * 100vw);}
.intro-item-02 p { 
    top: 43.5%;
    left: 90%;
}

.intro-item-03 { 
	top: 57.5%;
	left: 0;
	z-index: 3;
}
.intro-item-03 img { width: calc(278 / 1366 * 100vw);}
.intro-item-03 p { 
	top: 106%;
    left: 59%;
}

.intro-item-04 { 
    top: 34%;
    left: 30%;
	z-index: 4;
}
.intro-item-04 img { width: calc(442 / 1366 * 100vw);}
.intro-item-04 p { 
	top: -8.5%;
    left: 20%;
}

.intro-item-05 { 
	top: 73%;
    left: 43.5%;
	z-index: 5;
}
.intro-item-05 img { width: calc(260 / 1366 * 100vw);}
.intro-item-05 p { 
    top: 23%;
    left: -77%;
}

.intro-item-06 { 
	top: 5%;
    right: 0;
	z-index: 6;
}
.intro-item-06 img { width: calc(461 / 1366 * 100vw);}
.intro-item-06 p { 
    top: 30%;
    left: -26%;
}

.intro-text { 
	position: absolute;
    bottom: 4%;
    right: 11%;
	z-index: 1;
	font-size: min(calc(16 / 1200 * 100vw), 16px);
	letter-spacing: 0.1em;
	color: #fff;
	padding: 16px 16px;
	border: 1px solid #fff;
	width: min(calc(383 / 1200 * 100vw), 383px);
}

/* relation ---------------------------------------*/
.relation { 
	padding: max(calc(84 / 1366 * 100vw), 84px) 20px max(calc(56 / 1366 * 100vw), 56px);
	background: #000219;
}

.relation-title { 
	position: relative;
	z-index: 1;
	margin-bottom: 44px;
}

.relation-title::before,
.relation-title::after { 
	position: absolute;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(210, 210, 214, 0) 0%, rgba(210, 210, 214, 1) 8%, rgba(210, 210, 214, 1) 92%, rgba(210, 210, 214, 0) 100%);
	content: '';
}

.relation-title::before { top: -54px;}
.relation-title::after { top: -49px;}

.relation-title > span { 
	display: block;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.3em;
	color: #fff;
	margin-bottom: 4px;
}

.relation-title b { 
	display: block;
	font-size: 32px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.1em;
	color: #fff;
}

.relation-list { 
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px calc(20 / 1000 * 100%);
}

.relation-list > li { 
	width: calc(485 / 1000 * 100%);
}

.relation-list > li img { 
	width: 100%;
}


/* about ---------------------------------------*/
.about { 
	background: url('../img/bg_about.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	padding: max(calc(28 / 1366 * 100vw), 28px) 20px max(calc(54 / 1366 * 100vw), 54px);
}

.about-block {
	margin-left: calc(282 / 1000 * 100%);
}

.about-title { 
	margin-bottom: 10px;
}

.about-title > span { 
	display: block;
	font-size: 22px;
	line-height: 1;
	letter-spacing: 0.6em;
	color: #fff;
	margin-bottom: -4px;
}

.about-title strong { 
	font-size: 63px;
	letter-spacing: 0.1em;
	color: #fff;
}

.about-title b { 
	font-size: 37px;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #fff;
}

.about-list { 
	margin-bottom: 26px;
}

.about-list > li { 
	position: relative;
	font-size: 18px;
	letter-spacing: 0.15em;
	color: #fff;
	padding-left: 50px;
}

.about-list > li::before { 
	position: absolute;
	top: 48%;
	left: 6px;
	transform: translateY(-50%);
	z-index: 1;
	width: 35px;
	height: 29px;
	background: url('../img/icon_checked.png') no-repeat;
	background-size: contain;
	content: '';
}

.about-list > li + li { 
	margin-top: 16px;
}

.about-text { 
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 26px;
}

.about-btn { 
	text-align: right;
	margin-right: 5%;
}


/* profile ---------------------------------------*/
.profile { 
	position: relative;
	background: url('../img/bg_profile.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 142px 20px max(calc(44 / 1366 * 100vw), 44px);
	z-index: 1;
	overflow: hidden;
}

.profile-deco { 
	position: absolute;
	top: -12px;
	left: -26px;
	z-index: -1;
	font-size: 182px;
	line-height: 1;
	letter-spacing: 0.03em;
	color: rgba(255, 255, 255, 0.54);
	text-shadow: 0 0 24px rgba(178, 230, 220, 0.5);
}

.profile-block { 
	display: flex;
	gap: calc(50 / 1000 * 100%);
}

.profile-block-image { 
	width: calc(184 / 1000 * 100%);
	flex-shrink: 0;
}

.profile-block-image img { 
	margin-left: -8%;
}

.profile-block-summary { 
	flex: 1;
	margin-top: 28px;
}

.profile-title { 
	margin-bottom: 34px;
}

.profile-title > span { 
	display: block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-bottom: 2px;
}

.profile-title b { 
	display: block;
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 0.2em;
}

.profile-block-title { 
	font-size: 24px;
	line-height: 1.667;
	letter-spacing: 0.1em;
	margin-bottom: 16px;
}

.profile-block-text { 
	font-size: 14px;
	line-height: 1.571;
	letter-spacing: 0.1em;
}

.profile-block-text + .profile-block-title {
	margin-top: 30px;
} 


/* voice ---------------------------------------*/
.voice { 
	position: relative;
	background: url('../img/bg_voice.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	padding: max(calc(50 / 1366 * 100vw), 50px) 20px;
	z-index: 1;
	overflow: hidden;
}

.voice-title { 
	margin-bottom: 40px;
}

.voice-title > span { 
	display: block;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.3em;
	margin-bottom: 4px;
}

.voice-title b { 
	display: block;
	font-size: 32px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.1em;
}

.voice-deco { 
	position: absolute;
	top: 18px;
    right: -50px;
	z-index: -1;
	font-size: 182px;
	line-height: 1;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 0.34);
	/* text-shadow: 0 0 24px rgba(178, 230, 220, 0.5); */
}

.voice-slider-container { 

}

.voice-slider { 
	overflow: visible;
}

.voice-slider-list { 
	transition-timing-function: linear;
}

.voice-slider-list > li { 
	background: #fff;
	height: auto;
	border-radius: 10px;
	padding: 24px 20px 20px;
}

.voice-slider-image { 
	display: flex;
	align-items: center;
	gap: calc(20 / 278 * 100%);
	margin-bottom: 8px;
}

.voice-slider-image img { 
	width: calc(123 / 278 * 100%);
	margin-left: 2%;
}

.voice-slider-name { 
	font-size: 18px;
	font-weight: 700;
	line-height: 1.477;
	letter-spacing: 0.2em;
}

.voice-slider-name b { 
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.voice-slider-title { 
	position: relative;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.39;
	letter-spacing: 0.05em;
	color: #000c95;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.voice-slider-title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 12, 149, 1) 0%, rgba(0, 12, 149, 1) 65%, rgba(0, 12, 149, 0) 100%);
    content: '';
}

.voice-slider-text { 
	font-size: 13px;
	font-weight: 700;
	line-height: 1.572;
	text-align: justify;
	letter-spacing: 0.05em;
}


/* service ---------------------------------------*/
.service { 
	position: relative;
	background-color: #000219;
	background-image: url('../img/img_service.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 598px 576px;
	padding: max(calc(54 / 1366 * 100vw), 54px) 20px max(calc(84 / 1366 * 100vw), 84px);
	z-index: 1;
}

.service-title { 
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 18px;
}

.service-title > span { 
	display: block;
	font-size: 22px;
	line-height: 1;
	letter-spacing: 0.3em;
	color: #fff;
	margin-bottom: 6px;
}

.service-title b { 
	display: block;
	font-size: 37px;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #fff;
}

.service-title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 576px;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
    content: '';
}

.service-lead { 
	font-size: 24px;
	line-height: 1.667;
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 8px;
}

.service-text { 
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 24px;
}

.service-table { 
	margin-bottom: 12px;
}

.service-table-item {
	display: flex;
	flex-wrap: wrap;
}

.service-table-item dt,
.service-table-item dd { 
	position: relative;
}

.service-table-item dt { 
	background: #e5e5e5;
	font-size: min(calc(20 / 1040 * 100vw), 20px);
	text-align: center;
	letter-spacing: 0.2em;
	padding: 12px 10px 8px;
}

.service-table-item dd { 
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: min(calc(20 / 1040 * 100vw), 20px);
	letter-spacing: 0.1em;
	padding: 10px calc(10 / 1000 * 100%);
	min-height: min(calc(106 / 1040 * 100vw), 106px);
}

.service-table-item dd small {
	display: block;
	font-size: 12px;
	letter-spacing: 0.1em;
}

.service-table-item dt:first-of-type,
.service-table-item dd:first-of-type {width: calc(268 / 1000 * 100%);}
.service-table-item dt:nth-of-type(2),
.service-table-item dd:nth-of-type(2) {width: calc(236 / 1000 * 100%);}
.service-table-item dt:nth-of-type(3),
.service-table-item dd:nth-of-type(3) {width: calc(202 / 1000 * 100%);}
.service-table-item dt:nth-of-type(4),
.service-table-item dd:nth-of-type(4) {width: calc(294 / 1000 * 100%);}

.service-table-item dt:not(:first-of-type)::before,
.service-table-item dd:not(:first-of-type)::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 1px;
	height: 100%;
	content: '';
}

.service-table-item dt:not(:first-of-type)::before {background: #fff;}
.service-table-item dd:not(:first-of-type)::before {background: #a0a0a0;}

.service-table-item-01 dd {background: #fff;}
.service-table-item-02 dd {background: #f7f7f7;}

.service-table-item dd:first-of-type {padding-left: calc(48 / 1000 * 100%);}
.service-table-item dd:nth-of-type(3) {text-align: center;}
.service-table-item dd:nth-of-type(4) {padding-left: calc(26 / 1000 * 100%);}

.service-table-detail { 
	display: block;
	font-size: min(calc(14 / 1040 * 100vw), 14px);
	line-height: 1.288;
	letter-spacing: 0.1em;
	padding: 2px 0;
	border: 1px solid #e5e5e5;
	margin-top: 4px;
	width: fit-content;
}

.service-table-list { 
	
}

.service-table-list > li { 
	position: relative;
	font-size: min(calc(12 / 1040 * 100vw), 12px);
	letter-spacing: 0.1em;
	padding-left: 12px;
}

.service-table-list > li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '・';
}

.service-caption { 
	font-size: min(calc(12 / 1040 * 100vw), 12px);
	line-height: 1.7;
	letter-spacing: 0.1em;
	color: #fff;
}


/* bonus ---------------------------------------*/
.bonus { 
	position: relative;
	background: url('../img/bg_bonus.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	padding: max(calc(58 / 1366 * 100vw), 58px) 20px max(calc(40 / 1366 * 100vw), 40px);
	z-index: 1;
	overflow: hidden;
}

.bonus-deco { 
	position: absolute;
	top: -16px;
    left: -16px;
	z-index: -1;
	font-size: 182px;
	line-height: 1;
    letter-spacing: 0.04em;
	color: rgba(255, 255, 255, 0.13);
	text-shadow: 0 0 24px rgba(178, 230, 220, 0.5);
}

.bonus-title { 
	position: relative;
	margin-bottom: 14px;
}

.bonus-title::before,
.bonus-title::after { 
	position: absolute;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 8%, rgba(255, 255, 255, 1) 92%, rgba(255, 255, 255, 0) 100%);
	content: '';
}

.bonus-title::before { top: -31px;}
.bonus-title::after { top: -26px;}

.bonus-title > span { 
	display: block;
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.3em;
	margin-bottom: 4px;
}

.bonus-title b { 
	display: block;
	font-size: 32px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.1em;
}

.bonus-text { 
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 36px;
}

.bonus-list { 
	display: flex;
	justify-content: center;
	gap: calc(26 / 1000 * 100%);
}

.bonus-list > li { 
	position: relative;
	width: calc(305 / 1000 * 100%);
}

.bonus-list > li::before:not(:first-of-type) { 
	position: absolute;
	top: 50%;
	left: calc(-13 / 305 * 100%);
	transform: translateY(-50%);
	z-index: 1;
	width: 1px;
	height: 120%;
	background: #51d1d2;
    background: linear-gradient(0deg, rgba(81, 209, 210, 0) 0%, rgba(81, 209, 210, 1) 20%, rgba(81, 209, 210, 1) 80%, rgba(81, 209, 210, 0) 100%);
	content: '';
}

.bonus-list-image { 
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 0 46px rgba(2, 2, 2, 0.09);
	overflow: hidden;
}

.bonus-list-image img { 

}

.bonus-list-caption { 
	margin: 6px 0 0 24px;
	font-size: 10px;
	line-height: 1.4;
	letter-spacing: 0.1em;
}


/* entry ---------------------------------------*/
.entry { 
	position: relative;
	background: url('../img/bg_entry.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	padding: max(calc(80 / 1366 * 100vw), 80px) 20px;
	z-index: 1;
}

.entry-block { 
	width: fit-content;
	margin: 0 3% 0 auto;
}

.entry-title { 
	margin-bottom: 32px;
	margin-left: -2%;
	font-size: 28px;
	line-height: 1.7;
	letter-spacing: 0.1em;
	color: #fff;
}

.entry-text { 
	margin-bottom: 40px;
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #fff;
}


/* quotes ---------------------------------------*/
.quotes { 
	position: relative;
	background: url('../img/bg_quotes.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	padding: max(calc(100 / 1366 * 100vw), 100px) 20px max(calc(80 / 1366 * 100vw), 80px);
	z-index: 1;
}

.quotes-text-en { 
	font-size: 17px;
	font-weight: 500;
	line-height: 1.647;
	letter-spacing: 0.07em;
	margin-bottom: 18px;
	margin-left: 3.5%;
}

.quotes-block { 
	width: fit-content;
	margin-left: 3.5%;
}

.quotes-text { 
	font-size: 22px;
	line-height: 1.909;
	letter-spacing: 0.1em;
	text-shadow: 0 0 7px rgba(255, 255, 255, 0.9), 0 0 7px rgba(255, 255, 255, 0.9), 0 0 7px rgba(255, 255, 255, 0.9), 0 0 7px rgba(255, 255, 255, 0.9), 0 0 7px rgba(255, 255, 255, 0.9), 0 0 7px rgba(255, 255, 255, 0.9), 0 0 7px rgba(255, 255, 255, 0.9), 0 0 7px rgba(255, 255, 255, 0.9), 0 0 7px rgba(255, 255, 255, 0.9);
	margin-bottom: 34px;
}

.quotes-name { 
	font-size: 16px;
	text-align: right;
	letter-spacing: 0.1em;
	margin-right: 2%;
}


/* message ---------------------------------------*/
.message { 
	position: relative;
	background: url('../img/bg_message.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	padding: max(calc(90 / 1366 * 100vw), 90px) 20px max(calc(104 / 1366 * 100vw), 104px);
	z-index: 1;
}

.message-block { 
	width: fit-content;
	margin: 0 3% 0 auto;
}

.message-title { 
	font-size: 28px;
	letter-spacing: 0.1em;
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.9), 0 0 5px rgba(255, 255, 255, 0.9), 0 0 5px rgba(255, 255, 255, 0.9), 0 0 5px rgba(255, 255, 255, 0.9), 0 0 5px rgba(255, 255, 255, 0.9), 0 0 5px rgba(255, 255, 255, 0.9), 0 0 5px rgba(255, 255, 255, 0.9), 0 0 5px rgba(255, 255, 255, 0.9), 0 0 5px rgba(255, 255, 255, 0.9);
	margin-bottom: 44px;
}

.message-text { 
	font-size: 16px;
	letter-spacing: 0.1em;
	text-shadow: 0 0 7px rgba(255, 255, 255, 0.9), 0 0 7px rgba(255, 255, 255, 0.9), 0 0 7px rgba(255, 255, 255, 0.9), 0 0 7px rgba(255, 255, 255, 0.9), 0 0 7px rgba(255, 255, 255, 0.9), 0 0 7px rgba(255, 255, 255, 0.9), 0 0 7px rgba(255, 255, 255, 0.9), 0 0 7px rgba(255, 255, 255, 0.9), 0 0 7px rgba(255, 255, 255, 0.9);
}


/* faq ---------------------------------------*/
.faq { 
	position: relative;
	background: url('../img/bg_faq.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	padding: max(calc(80 / 1366 * 100vw), 80px) 20px max(calc(90 / 1366 * 100vw), 90px);
	z-index: 1;
	overflow: hidden;
}

.faq-deco { 
	position: absolute;
	top: 428px;
    left: -284px;
	z-index: -1;
	transform: rotate(-90deg);
	font-size: 314px;
	line-height: 1;
	letter-spacing: 0.1em;
	color: rgba(255, 255, 255, 0.04);
	/* text-shadow: 0 0 24px rgba(178, 230, 220, 0.5); */
}

.faq-block { 
	display: flex;
	gap: calc(66 / 1000 * 100%);
}

.faq-title { 
	margin-top: 24px;
}

.faq-title > span { 
	display: block;
	font-size: 22px;
	letter-spacing: 0.3em;
	color: #fff;
}

.faq-title b { 
	display: block;
	font-size: 37px;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #fff;
}

.faq-list { 
	flex: 1;
}

.faq-list > li { 
	background: #fff;
	border-radius: 5px;
	filter: drop-shadow(0 0 6px rgba(14, 5, 11, 0.08));
}

.faq-list > li + li { 
	margin-top: 13px;
}

.faq-list-question { 
	display: flex;
	gap: 6.5%;
	position: relative;
	padding: 16px 60px 16px 22px;
	cursor: pointer;
}

.faq-list-question::after { 
	position: absolute;
	content: '';
	top: 30px;
	right: 32px;
	width: 15px;
	height: 8px;
	background: url('../img/icon_arrow_ac.svg') no-repeat;
	background-position: center center;
	background-size: contain;
	transition: all .6s ease;
}

.faq-list-question.open::after { 
	transform: rotate(180deg);
}

.faq-list-question-q { 
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #90ccfc;
	font-size: 22px;
	line-height: 1;
	color: #fff;
	padding-bottom: 4px;
}

.faq-list-question-text { 
	font-size: 16px;
	letter-spacing: 0.1em;
	margin-top: 4px;
}

.faq-list-answer { 

}

.faq-list-answer-inner { 
	display: flex;
	gap: 5.5%;
	position: relative;
	padding: 24px 22px 16px 22px;
}

.faq-list-answer-inner::before { 
	position: absolute;
	top: 0;
	left: 22px;
	z-index: 1;
	width: calc(100% - 44px);
	height: 1px;
	background: #eeade9;
	content: '';
}

.faq-list-answer-a { 
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid #eeade9;
	background: #fff;
	font-size: 22px;
	line-height: 1;
	color: #eeade9;
	padding-bottom: 5px;
}

.faq-list-answer-text { 
	font-size: 16px;
	letter-spacing: 0.1em;
	margin-top: 4px;
}



/* animation ---------------------------------------*/
.animation {
	transition: all 1s ease;
	opacity:0;
}

.animation.on {
	opacity:1;
}

.animation.animation-blur {
	transition: all 2s ease;
	filter: blur(10px);
	will-change: filter;
}

.animation.animation-blur.on {
	filter: blur(0);
}

.animation.animation-delay {
	opacity:1;
}

.animation-intro {
	opacity: 0;
	will-change: filter;
}

.animation.animation-delay.on .animation-intro {
	animation: intro 6s linear infinite;
	opacity: 1;
}

.animation.animation-delay.on .animation-intro-01 {

}
.animation.animation-delay.on .animation-intro-02 {
	transition-delay:1s;
	animation-delay:1s;
}
.animation.animation-delay.on .animation-intro-03 {
	transition-delay:2s;
	animation-delay:2s;
}
.animation.animation-delay.on .animation-intro-04 {
	transition-delay:3s;
	animation-delay:3s;
}
.animation.animation-delay.on .animation-intro-05 {
	transition-delay:4s;
	animation-delay:4s;
}
.animation.animation-delay.on .animation-intro-06 {
	transition-delay:5s;
	animation-delay:5s;
}

@keyframes intro {
	0% {
		opacity: 0;
		filter: brightness(0);
	}
	20% {
		opacity: 1;
		filter: brightness(1.5);
	}
	40% {filter: brightness(1);}
	60% {filter: brightness(1);}
	80% {
		opacity: 1;
		filter: brightness(1.5);
	}
	100% {
		opacity: 0;
		filter: brightness(0);
	}
}

.animation-title .series-text {
	transition: all 1s ease;
	opacity: 0;
}

.animation-title .series-text:nth-of-type(1){transition-delay:0.1s;}
.animation-title .series-text:nth-of-type(2){transition-delay:0.2s;}
.animation-title .series-text:nth-of-type(3){transition-delay:0.3s;}
.animation-title .series-text:nth-of-type(4){transition-delay:0.4s;}
.animation-title .series-text:nth-of-type(5){transition-delay:0.5s;}
.animation-title .series-text:nth-of-type(6){transition-delay:0.6s;}
.animation-title .series-text:nth-of-type(7){transition-delay:0.7s;}
.animation-title .series-text:nth-of-type(8){transition-delay:0.8s;}
.animation-title .series-text:nth-of-type(9){transition-delay:0.9s;}
.animation-title .series-text:nth-of-type(10){transition-delay:1s;}
.animation-title .series-text:nth-of-type(11){transition-delay:1.1s;}
.animation-title .series-text:nth-of-type(12){transition-delay:1.2s;}
.animation-title .series-text:nth-of-type(13){transition-delay:1.3s;}
.animation-title .series-text:nth-of-type(14){transition-delay:1.4s;}
.animation-title .series-text:nth-of-type(15){transition-delay:1.5s;}
.animation-title .series-text:nth-of-type(16){transition-delay:1.6s;}
.animation-title .series-text:nth-of-type(17){transition-delay:1.7s;}
.animation-title .series-text:nth-of-type(18){transition-delay:1.8s;}
.animation-title .series-text:nth-of-type(19){transition-delay:1.9s;}
.animation-title .series-text:nth-of-type(20){transition-delay:2s;}
.animation-title.on {opacity: 1;}
.animation-title.on .series-text {opacity: 1;}


/* pc only */
@media screen and (min-width: 768px){
	.sp{display: none !important;}
	.spbr{display: none;}
}


/* large pc */
@media screen and (min-width: 768px) and (max-width: 1365px){
	.voice-slider-list > li { 
		width: 318px !important;
	}
}

/* small pc */
@media screen and (min-width: 768px) and (max-width: 1040px){
	.about {
		background-position: left 20% center;
	}

}

@media screen and (min-width: 768px) and (max-width: 1000px){

}


/* sp only */
@media screen and (max-width: 767px){

	/* common item ---------------------------------------*/
	.pc{display: none !important;}
	.pcbr{display: none;}


	/* layout ---------------------------------------*/
	.header-inner,
	.footer-inner,
	.inner,
	.wrapper{
		min-width: 0;
		width: 100%;
	}

	.inner {
		max-width: 480px;
	}

	.overlay {
		content: '';
		display: block;
		position: fixed;
		width: 100%;
		background: rgba(0, 0, 0, 0.7);
		left: 0;
		top: 0;
		z-index: 6;
	}

	.service-title::after {
		width: 80%;
	}


	/* header ---------------------------------------*/
	header {
		padding: 0;
	}

	.header-inner {
		height: 60px;
		width: 60px;
		margin: 0 auto 0 0;
	}

	#openmenu {
		display:block;
		width:60px;
		height:60px;
		text-indent: -99em;
		overflow: hidden;
		position:fixed;
		left: 0;
		top: 0;
		z-index: 101;
		transition: all .6s ease;
	}

	#openmenu span {
		content:'';
		display: block;
		width: 30px;
		height: 2px;
		background: #fff;
		position: absolute;
		left: 15px;
		transition: all .3s ease;
	}

	#openmenu span:nth-child(1) {top:22px;}
	#openmenu span:nth-child(2) {top:29px;}
	#openmenu span:nth-child(3) {top:36px;}

	#openmenu.is-open span:nth-child(1),
	#openmenu.is-open span:nth-child(3) {
		top:29px;
		background: #212121;
	}

	#openmenu.is-open span:nth-child(1) {transform:rotate(25deg);}
	#openmenu.is-open span:nth-child(2) {opacity: 0;}
	#openmenu.is-open span:nth-child(3) {transform:rotate(-25deg);}


	/* gnav ---------------------------------------*/
	.gnav {
		background: rgba(255, 255, 255, 0.9);
		overflow:auto;
		z-index:100;
		left:0px;
		top:0px;
		width:100%;
		max-width: unset;
		height: fit-content!important;
		transition: all .6s ease;
		transform:translate3d(0, -100%, 0);
	}

	.gnav.is-active {
		position: fixed;
		transform:translate3d(0,0,0);
		opacity:1;
	}

	.gnav-list {
		display: block;
		text-align: left;
		padding: 70px 0 40px 64px;
	}

	.gnav-list > li + li {
		margin-top: 26px;
	}

	.gnav-list > li + li::before {
		display: none;
	}

	.gnav-list > li a {
		font-size: 16px;
		text-align: left;
		color: #212121;
	}

	.header.is-active .header-inner { background: rgba(255, 255, 255, 0.9);}
	.header.is-active .header-inner.is-open { background: rgba(255, 255, 255, 0);}
	.header.is-active #openmenu span { background: #212121;}

	/* fixedlink ---------------------------------------*/
	.fixedlink { 
		position: absolute;
		height: 360px;
		padding-top: 6vw;
	}

	.fixedlink-list {
		gap: 18px;
	}

	.fixedlink-side-instagram::before {
		width: 16px;
		height: 16px;
	}


	/* fixedbottom ---------------------------------------*/
	.fixedbottom {
		display: block;
		position: fixed;
		width: 100%;
		height: 50px;
		bottom: 0;
		left: 0;
		z-index: 1000;
		background: linear-gradient(90deg, rgba(196, 235, 252, 0) 0%, rgba(196, 235, 252, .6) 20%, rgba(196, 235, 252, .6) 80%, rgba(196, 235, 252, 0) 100%);
		transition: all 0.6s ease;
		transform: translate3d(0, 100%, 0);
	}

	.fixedbottom.is-active {
		transform: translate3d(0, 0, 0);
	}

	.fixedbottom-list { 
		display: flex;
		width: 100%;
		height: 100%;
	}
	
	.fixedbottom-list > li { 
		width: 50%;
	}
	
	.fixedbottom-list > li > a { 
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 12px;
		position: relative;
		width: 100%;
        height: 100%;
		font-size: 16px;
		letter-spacing: 0.1em;
	}
	.fixedbottom-line {color: #0a1f57;}
	.fixedbottom-instagram {
		color: #bb3e5e;
		padding-right: 20%;
	}
	.fixedbottom-facebook {
		color: #00417E;
		padding-left: 20%;
	}

	/* pagetop ---------------------------------------*/
	.pagetop {
		bottom: 66px;
		right: 16px;
	}

	.pagetop-btn {
		width: 64px;
		height: 64px;
		font-size: 16px;
	}


	/* footer ---------------------------------------*/
	.footer { 
		padding: 60px 24px;
	}

	.footer-inner::before { 
		top: -37px;
		left: 50%;
		transform: translateX(-50%);
		width: 90%;
	}

	.footer-sns {
		margin: 0 auto 40px;
	}

	.footer-instagram { 
		width: 27px;
		height: 27px;
	}

	.copyright { 
		font-size: 10px;
		text-align: left;
	}

	/* icon ---------------------------------------*/
	.icon-arrow {
		width: 6px;
		height: 11px;
	}

	/* btn ---------------------------------------*/
	.btn {
		padding: 6px 16px;
		font-size: 16px;
	}

	.btn .icon-arrow { 
		margin: 0 0 2px 10px;
	}


	/* loading ---------------------------------------*/
	.loading-logo{
		width:124px;
	}


	/* kv ---------------------------------------*/
	.kv {
		overflow: hidden;
	}

	.kv::before {
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		background: linear-gradient(rgba(0, 2, 25, 0) 0%, rgba(0, 2, 25, 0) 10%, rgba(0, 2, 25, 1) 40%, rgba(0, 2, 25, 1) 100%);
		content: '';
	}

	.kv-main {
		position: absolute;
		height: unset;
		aspect-ratio: 375 / 426;
		z-index: -2;
		min-height: unset;
	}

	.kv-main video {
		object-position: 80% 50%;
	}

	.kv-summary { 
		position: unset;
		padding: 19vw calc(25 / 375 * 100vw) 40vw;
	}

	.kv-title { 
		font-size: calc(33 / 375 * 100vw);
		margin-bottom: 2vw;
		padding-bottom: 3vw;
	}

	.kv-title strong { 
		display: block;
		font-size: calc(56 / 375 * 100vw);
		letter-spacing: 0.1em;
		margin-bottom: -3.5vw;
	}

	.kv-title::after {
		height: 1px;
	}

	.kv-lead { 
		font-size: calc(22 / 375 * 100vw);
		margin-bottom: 6vw;
	}

	.kv-text { 
		font-size: calc(16 / 375 * 100vw);
		line-height: 1.714;
		margin-bottom: 10vw;
	}

	.kv-scrolldown {
		bottom: 18vw;
		left: 50%;
		transform: translateX(-50%);
		font-size: calc(12 / 375 * 100vw);
	}

	.kv-scrolldown-arrow {
		top: 120%;
		left: 50%;
		width: calc(8 / 375 * 100vw);
		height: calc(8 / 375 * 100vw);
	}

	.kv-btn .btn {
		padding: calc(6 / 375 * 100vw) calc(16 / 375 * 100vw);
		font-size: calc(16 / 375 * 100vw);
	}

	.kv-btn .btn .icon-arrow { 
		width: calc(6 / 375 * 100vw);
		height: calc(11 / 375 * 100vw);
		margin: 0 0 calc(2 / 375 * 100vw) calc(10 / 375 * 100vw);
	}


	/* intro ---------------------------------------*/
	.intro { 
		height: calc(1273 / 375 * 100vw);
	}

	.intro-item p { 
		font-size: calc(20 / 375 * 100vw);
		line-height: 1.35;
	}

	.intro-item-01 { 
		top: 0;
		left: 0;
	}
	.intro-item-01 img { width: calc(434 / 375 * 100vw);}
	.intro-item-01 p { 
		top: 42.5%;
        left: 45.5%;
	}

	.intro-item-02 { 
		top: 14.5%;
        left: unset;
        right: -2%;
	}
	.intro-item-02 img { width: calc(248 / 375 * 100vw);}
	.intro-item-02 p { 
        top: 47.5%;
        left: -49%;
	}

	.intro-item-03 { 
		top: 22.5%;
		left: 0;
	}
	.intro-item-03 img { width: calc(287 / 375 * 100vw);}
	.intro-item-03 p { 
		top: 64%;
		left: 60%;
	}

	.intro-item-04 { 
        top: 34.2%;
        left: unset;
        right: -8%;
	}
	.intro-item-04 img { width: calc(349 / 375 * 100vw);}
	.intro-item-04 p { 
        top: 63.5%;
        left: -4%;
	}

	.intro-item-05 { 
        top: 48.5%;
        left: -3.5%;
	}
	.intro-item-05 img { width: calc(260 / 375 * 100vw);}
	.intro-item-05 p { 
        top: 66%;
        left: 59%;
	}

	.intro-item-06 { 
		top: 61%;
		right: 0;
	}
	.intro-item-06 img { width: calc(264 / 375 * 100vw);}
	.intro-item-06 p { 
        top: 45%;
        left: -24%;
	}

	.intro-text { 
		bottom: 0;
		right: unset;
		left: 50%;
		transform: translateX(-50%);
		font-size: calc(16 / 375 * 100vw);
		padding: 16px 14px;
		width: calc(314 / 375 * 100vw);
	}

	/* relation ---------------------------------------*/
	.relation { 
		padding: 75px 16px 44px;
	}

	.relation-title { 
		margin-bottom: 20px;
	}

	.relation-title::before,
	.relation-title::after { 
        left: 50%;
        transform: translateX(-50%);
		width: 90%;
	}

	.relation-title::before { top: -24px;}
	.relation-title::after { top: -19px;}

	.relation-title > span { 
		font-size: 14px;
		margin-bottom: 4px;
	}

	.relation-title b { 
		font-size: 22px;
	}

	.relation-list { 
		display: block;
		padding: 0 8px;
	}

	.relation-list > li { 
		width: 100%;
	}

	.relation-list > li + li { 
		margin-top: 16px;
	}


	/* about ---------------------------------------*/
	.about { 
		background: url('../img/bg_about_sp.jpg') no-repeat;
		background-position: top center;
		background-size: 100% auto;
		background-color: #000219;
		padding: 80px 16px 80px 24px;
	}

	.about-block {
		margin: 0 auto;
	}

	.about-title { 
		margin-bottom: 24px;
	}

	.about-title > span { 
		font-size: 16px;
		margin-bottom: -8px;
	}

	.about-title strong { 
		font-size: 45px;
	}

	.about-title b { 
		font-size: 26px;
		margin-left: -4px;
	}

	.about-list { 
		margin-bottom: 32px;
	}

	.about-list > li { 
		font-size: 20px;
		line-height: 1.7;
		padding-left: 40px;
	}

	.about-list > li::before { 
        top: 16px;
        left: 2px;
		width: 32px;
		height: 26px;
	}

	.about-list > li + li { 
		margin-top: 20px;
	}

	.about-text { 
		font-size: 16px;
		line-height: 1.625;
		margin-bottom: 40px;
	}

	.about-btn { 
		text-align: left;
		margin-right: 1%;
	}


	/* profile ---------------------------------------*/
	.profile { 
		background: url('../img/bg_profile_sp.jpg') no-repeat;
		background-position: top center;
		background-size: cover;
		padding: 96px 24px 44px;
	}

	.profile-deco { 
        top: 30px;
        left: 22px;
		font-size: 65px;
	}

	.profile-block { 
		display: block;
		position: relative;
	}

	.profile-block-image { 
		width: 120px;
	}

	.profile-block-image img { 
		width: 100%;
		margin-left: 0;
	}

	.profile-block-summary { 
		margin-top: 16px;
	}

	.profile-title { 
		position: absolute;
		top: -112px;
		left: 140px;
		margin-bottom: 0;
	}

	.profile-title > span { 
		font-size: 14px;
		line-height: 1.429;
		margin-bottom: 2px;
	}

	.profile-title b { 
		font-size: 26px;
	}

	.profile-block-title { 
		font-size: 24px;
		line-height: 1.636;
		margin-bottom: 8px;
	}

	.profile-block-text { 
		font-size: 16px;
	}

	.profile-block-text + .profile-block-title {
		margin-top: 36px;
	} 


	/* voice ---------------------------------------*/
	.voice { 
		background: url('../img/bg_voice_sp.jpg') no-repeat;
		background-position: top center;
		background-size: cover;
		padding: 60px 24px;
	}

	.voice-title { 
		margin-bottom: 30px;
	}

	.voice-title > span { 
		font-size: 16px;
		margin-bottom: 2px;
	}

	.voice-title b { 
		font-size: 22px;
	}

	.voice-deco { 
		top: 64px;
		right: -20px;
		font-size: 120px;
	}

	.voice-slider-list > li { 
		border-radius: 5px;
		padding: 16px 14px;
	}

	.voice-slider-image { 
		gap: calc(14 / 197 * 100%);
		margin-bottom: 8px;
	}

	.voice-slider-image img { 
		width: min(calc(86 / 375 * 100vw), 86px);
		margin-left: 5px;
	}

	.voice-slider-name { 
		font-size: 15px;
	}

	.voice-slider-name b { 
		font-size: 18px;
	}

	.voice-slider-title { 
		font-size: 15px;
		line-height: 1.314;
		padding-bottom: 6px;
		margin-bottom: 6px;
	}

	.voice-slider-text { 
		font-size: 14px;
		line-height: 1.5;
	}


	/* service ---------------------------------------*/
	.service { 
		background-size: 100% auto;
		padding: 60px 24px 100px;
	}

	.service-title { 
        padding-bottom: 14px;
        margin-bottom: 20px;
	}

	.service-title > span { 
		font-size: 16px;
		margin-bottom: 10px;
	}

	.service-title b { 
		font-size: 26px;
	}

	.service-title::after {
		width: 100%;
	}

	.service-lead { 
		font-size: 18px;
		line-height: 1.444;
		margin-bottom: 24px;
	}

	.service-text { 
		font-size: 16px;
		line-height: 1.714;
		margin-bottom: 24px;
		margin-right: -16px;
	}

	.service-table { 
		margin-bottom: 16px;
	}
	
	.service-table-item-02 {
		margin-top: 22px;
	}

	.service-table-item dt { 
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 20px;
		line-height: 1.8;
		text-align: center;
		padding: 20px 10px;
	}

	.service-table-item dd,
	.service-table-item dd:first-of-type,
	.service-table-item dd:nth-of-type(4) { 
		font-size: 20px;
		padding: 20px 16px;
		min-height: min(calc(106 / 1040 * 100vw), 106px);
	}

	.service-table-item dd:nth-of-type(3) {
		text-align: left;
		padding: 28px 18px;
	}

	.service-table-item dd small {
		font-size: 14px;
	}
	
	.service-table-item dt,
	.service-table-item dt:first-of-type,
	.service-table-item dt:nth-of-type(2),
	.service-table-item dt:nth-of-type(3),
	.service-table-item dt:nth-of-type(4) {width: 93px;}

	.service-table-item dd,
	.service-table-item dd:first-of-type,
	.service-table-item dd:nth-of-type(2),
	.service-table-item dd:nth-of-type(3),
	.service-table-item dd:nth-of-type(4) {width: calc(100% - 93px);}

	.service-table-item dt:not(:first-of-type)::before,
	.service-table-item dd:not(:first-of-type)::before {
		width: 100%;
		height: 1px;
	}

	.service-table-detail { 
		font-size: 14px;
		line-height: 1.288;
		padding: 2px 2px;
		margin-top: 4px;
	}

	.service-table-list { 
		margin: -3px -10px -3px -4px;
	}

	.service-table-list > li { 
		font-size: 14px;
		padding-left: 12px;
	}

	.service-caption { 
		font-size: 15px;
	}


	/* bonus ---------------------------------------*/
	.bonus { 
		background: url('../img/bg_bonus_sp.jpg') no-repeat;
		background-position: center center;
		background-size: cover;
		padding: 50px 35px 60px;
	}

	.bonus-deco { 
        top: 104px;
        left: -6px;
        font-size: 110px;
	}

	.bonus-title { 
		margin-bottom: 14px;
	}

	.bonus-title::before { top: -29px;}
	.bonus-title::after { top: -22px;}

	.bonus-title > span { 
		font-size: 16px;
		letter-spacing: 0.3em;
		margin-bottom: 4px;
	}

	.bonus-title b { 
		font-size: 22px;
	}

	.bonus-text { 
		font-size: 16px;
		line-height: 1.714;
		text-align: left;
		margin-bottom: 30px;
	}

	.bonus-list { 
		display: block;
	}

	.bonus-list > li { 
		width: 100%;
	}

	.bonus-list > li::before:not(:first-of-type) { 
		display: none;
	}

	.bonus-list > li + li { 
		margin-top: 35px;
	}

	.bonus-list-image img { 
		width: 100%;
	}

	.bonus-list-caption { 
		font-size: 14px;
		margin: 8px 0 0 16px;
	}


	/* entry ---------------------------------------*/
	.entry { 
		background: url('../img/bg_entry_sp.jpg') no-repeat;
		background-position: center center;
		background-size: cover;
		padding: 50px 25px 60px;
	}

	.entry-block { 
		width: 100%;
		margin: 0 auto;
	}

	.entry-title { 
		margin-bottom: 30px;
		margin-left: -14px;
		font-size: 22px;
		line-height: 1.455;
	}

	.entry-text { 
		margin-bottom: 40px;
	}


	/* quotes ---------------------------------------*/
	.quotes { 
		background: url('../img/bg_quotes_sp.jpg') no-repeat;
		background-position: center center;
		background-size: cover;
		padding: 60px 30px 100px;
	}

	.quotes-text-en { 
		font-size: 13px;
		line-height: 1.667;
		margin-bottom: 42px;
		margin-left: 0;
	}

	.quotes-block { 
		width: 100%;
		margin-left: 0;
	}

	.quotes-text { 
		font-size: 22px;
		line-height: 1.455;
		margin-bottom: 34px;
	}

	.quotes-name { 
		text-align: left;
		margin-right: 0;
	}


	/* message ---------------------------------------*/
	.message { 
		background: url('../img/bg_message_sp.jpg') no-repeat;
		background-position: center center;
		background-size: cover;
		padding: 60px 24px 80px;
	}

	.message-block { 
		width: 100%;
		margin: 0 auto;
	}

	.message-title { 
		font-size: 22px;
		line-height: 1.75;
		margin-bottom: 30px;
	}

	.message-text { 
		font-size: 16px;
		line-height: 1.714;
	}


	/* faq ---------------------------------------*/
	.faq { 
		background: url('../img/bg_faq_sp.jpg') no-repeat;
		background-position: top center;
		background-size: cover;
		padding: 60px 24px;
	}

	.faq-deco { 
		top: 320px;
		left: -160px;
		font-size: 168px;
	}

	.faq-block { 
		display: block;
	}

	.faq-title { 
		margin: 0 0 20px;
	}

	.faq-title > span { 
		display: block;
		font-size: 16px;
		margin-bottom: 2px;
	}

	.faq-title b { 
		font-size: 26px;
	}

	.faq-list { 
		width: 100%;
	}

	.faq-list > li + li { 
		margin-top: 24px;
	}

	.faq-list-question { 
		gap: 10px;
		padding: 16px 50px 16px 10px;
	}

	.faq-list-question::after { 
		top: 30px;
		right: 20px;
	}

	.faq-list-question-q { 
		width: 30px;
		height: 30px;
		font-size: 18px;
		padding-bottom: 4px;
	}

	.faq-list-question-text { 
		font-size: 16px;
		line-height: 1.429;
		margin-top: 4px;
	}

	.faq-list-answer-inner { 
		gap: 10px;
		padding: 16px 16px 14px 10px;
	}

	.faq-list-answer-inner::before { 
        left: 12px;
        width: calc(100% - 24px);
	}

	.faq-list-answer-a { 
		width: 30px;
		height: 30px;
		font-size: 18px;
		padding-bottom: 5px;
	}

	.faq-list-answer-text { 
		font-size: 16px;
		line-height: 1.429;
		margin-top: 4px;
	}


}


/* iphone5 iphoneSE用 */
@media screen and (max-width: 370px){

}