@charset "utf-8";

/* 基本設定
 * ========================================================================== */
*,
::before,
::after {
  margin: 0;
  padding: 0;
}

html {
	color: #151515;
	line-height: 2;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
    font-family: "Times New Roman", Times, "Noto Serif JP", "Yu Mincho Medium", YuMincho, A1 Mincho, "Yu Mincho Pr6N M", serif;
}
html * {
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
    font-family: "Times New Roman", Times, "Noto Serif JP", "Yu Mincho Medium", YuMincho, A1 Mincho, "Yu Mincho Pr6N M", serif;
}

body { background: #fff;}

a { outline: none;}
a:link,
a:visited,
a:hover,
a:active {
	color:#151515;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}
img.fullimg {
	width: 100%;
	height: auto;
}

ul,ol,dl { list-style: none;}

sup,sub { font-size: 50% !important;}

.only_PC { display: block !important;}
.only_TB { display: none !important;}
.only_SMP { display: none !important;}
.PC_TB { display: block !important;}
.TB_SMP { display: none !important;}
@media screen and (min-width: 620px) and (max-width: 1024px) {
    .only_PC { display: none !important;}
    .only_TB { display: block !important;}
    .only_SMP { display: none !important;}
    .PC_TB { display: block !important;}
    .TB_SMP { display: block !important;}
}
@media screen and (max-width: 619px) {
    .only_PC { display: none !important;}
    .only_TB { display: block !important;}
    .only_SMP { display: block !important;}
    .PC_TB { display: none !important;}
    .TB_SMP { display: block !important;}
}


/* 各種設定
 * ========================================================================== */
.noscriptText { padding: 20px;}

#info2 { background: rgba(174,19,27,1); color: #fff; font-size: 14px; line-height: 2.4; padding: 0 20px; text-align: center;}
#info2 a { color: #fff; text-decoration: underline;}
#info2 a:hover { text-decoration: none;}
@media screen and (max-width: 619px) {
    #info2 { font-size: 13px; line-height: 2; text-align: left;}
}

#wrapper { position: relative;}

#tag { display: none;}

.caption { font-size: 11px; line-height: 1.875; color: #777;}

/* ------ sectionItem ------ */
.sectionItem { margin: 60px auto; padding: 0 20px; width: 100%; max-width: 1400px;}
@media screen and (max-width: 1439px) {
    .sectionItem { max-width: 1240px;}
}

/* ------ tel-link ------ */
.tel-link { padding: 30px; border: rgba(0,0,0,.15) solid 1px;}
.tel-link p { font-size: 14px; line-height: 1.4;}
.tel-link .tel-num { font-size: 36px; line-height: 1; margin: 8px 0 12px;}
.tel-link .tel-num a { position: relative; display: inline-block; padding: 0 0 0 50px;}
.tel-link .tel-num a::before { display: inline-block; content: ''; width: 42px; height: 24px; position: absolute; top: 50%; left: 0; transform: translateY(-50%); background: url("../../img/icon-tel-black.svg") no-repeat center center; background-size: cover;}
.tel-link .tel-info { font-size: 12px;}
.tel-link .tel-overseas { font-size: 12px; margin-top: 5px;}
@media screen and (max-width: 619px) {
    .tel-link .tel-num { font-size: 30px;}
}
@media screen and (max-width: 320px) {
    .tel-link { padding: 20px;}
    .tel-link .tel-num { font-size: 26px;}
}

/* ------ other-links ------ */
.other-links { display: flex; justify-content: center; margin-top: 30px;}
.other-links a { align-content: center; font-size: 13px; position: relative; padding-left: 28px; margin: 0 15px; color: #fff;}
.other-links a::before { content: ''; width: 20px; height: 20px; position: absolute; top: 50%; left: 0; transform: translateY(-50%); background: no-repeat center center; background-size: cover;}
.other-links a.map-link::before { background-image: url("../../img/icon-map-white.svg");}
.other-links a.outline-link::before { background-image: url("../../img/icon-outline-white.svg");}

/* ------ header ------ */
header { position: absolute; top: 0; left: 0; right: 0; background: none; z-index: 98; width: 100%; transition: all .5s;}
header::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 260px; pointer-events: none; background: url("../../img/header-bg-BRANZBLUE.png") top left repeat-x; background-size: 20px 260px;
}
header h1 { position: relative; padding: 36px 20px 18px; margin: auto;}
h1 a {
	background: url("../../img/logo_B_white.svg") no-repeat center center;
	background-size: contain;
	width: 290px;
	height: 30px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 auto;
}
@media screen and (max-width:1024px) {
	header::before { height: 200px; background-size: 20px 200px;}
	h1 a {
		background: url("../../img/logo_B_white_smp.svg") no-repeat center center;
		width: 110px;
    height: auto;
    aspect-ratio: 90 / 33;
		background-size: 100%;
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
}

#nav-contactBtns { position: fixed; top: 30px; right: 30px; z-index: 99; display: flex; overflow: hidden; border-radius: 4px; -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); transition: all .5s;}
#nav-contactBtns .nav-contactBtn { display: flex; align-items: center; justify-content: space-evenly; border-left: 1px solid rgba(255, 255, 255, .2); color: #fff; font-size: 13px; height: 42px; width: 160px; padding: 10px;}
#nav-contactBtns .nav-contactBtn:nth-of-type(1) { border: none;}
#nav-contactBtns .nav-contactBtn::before { content: ''; width: 24px; height: 24px;}
#nav-contactBtns .nav-contactBtn.nav-contactBtn_req::before { background: url("../../img/icon-req-white.svg") no-repeat center center; background-size: cover;}
#nav-contactBtns .nav-contactBtn.nav-contactBtn_res::before { background: url("../../img/icon-res-white.svg") no-repeat center center; background-size: cover;}
#nav-contactBtns .nav-contactBtn.nav-contactBtn_online::before { background: url("../../img/icon-online-white.svg") no-repeat center center; background-size: cover;}
#nav-contactBtns .reqBtn { background: rgba(0, 38, 98, .9);}
#nav-contactBtns .resBtn { background: rgba(0, 38, 98, .9);}
#nav-contactBtns .onlineBtn { background: rgba(0, 38, 98, .9);}
body.menu-open #nav-contactBtns, body.contact-open #nav-contactBtns { filter: blur(5px); pointer-events: none;}

.menu-trigger { position: fixed; top: 30px; left: 30px; background: none; z-index: 101; width: 70px; height: 21px; cursor: pointer;}
.menu-trigger::after { position: absolute; top: 120%; left: 0; right: 0; content: 'MENU'; color:#000 !important; font-size: 14px; transition: all .5s;}
.menu-trigger .line { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; width: 100%; height: 1px; background-color: #000; transition: all .5s;}
.menu-trigger .line::before,
.menu-trigger .line::after { position: absolute; display: block; width: 100%; height: 200%; background-color: inherit; content: ''; transition: all .5s;}
.menu-trigger .line::before { top: -10px;}
.menu-trigger .line::after { top: 9px;}

@media screen and (max-width: 1440px) {
	#nav-contactBtns .nav-contactBtn { width: 140px;}
}
@media screen and (max-width: 1280px) {
	header h1 { padding-top: 24px!important}
	#nav-contactBtns { top: 10px; right: 10px;}
	#nav-contactBtns .nav-contactBtn { flex-direction: column; font-size: 9px; height: 60px; width: 80px;}
	.menu-trigger { top: 10px; left: 10px; -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); background: rgba(255,255,255,.7); border-radius: 4px; width: 60px; padding: 30px; overflow: hidden;}
	.menu-trigger::after { font-size: 12px; top: 56%;}
	.menu-trigger .line { top: 20px; bottom: auto; width: 21px;}
	.menu-trigger .line::before { top: -6px;}
	.menu-trigger .line::after { top: 6px;}
}
@media screen and (max-width: 767px) {
	#nav-contactBtns { top: auto; right: 4px; bottom: 4px;}
	#nav-contactBtns:has(> :nth-child(1):last-child) .nav-contactBtn { width: calc(303px * 1); flex-direction: row; font-size: 14px; justify-content: center; }
	#nav-contactBtns:has(> :nth-child(1):last-child) .nav-contactBtn::before { margin-right: 12px;}
	#nav-contactBtns:has(> :nth-child(2):last-child) .nav-contactBtn { width: calc(303px * 0.5);}
	#nav-contactBtns:has(> :nth-child(3):last-child) .nav-contactBtn { width: calc(303px * 0.33333333);}
	.menu-trigger { top: auto; left: 4px; bottom: 4px; width: 40px; height: 15px;}
}
@media screen and (max-width: 374px) {
	#nav-contactBtns:has(> :nth-child(1):last-child) .nav-contactBtn { width: calc(248px * 1);}
	#nav-contactBtns:has(> :nth-child(2):last-child) .nav-contactBtn { width: calc(248px * 0.5);}
	#nav-contactBtns:has(> :nth-child(3):last-child) .nav-contactBtn { width: calc(248px * 0.33333333);}
}

#gnav { position: fixed; top: 0; left: -60%; width: 60%; height: 100vh; z-index: 100; transition: all .5s; overflow-y: auto; background: #fff;}
#gnav .logo { display: block; position: absolute; top: 24px; left: 50%; transform: translateX(-50%); width: 267px;}
#gnav .logo img { width: 267px;}

#gnav .inner { padding: 160px 80px; width: auto; opacity: 0; transition: all .5s .3s;}
#gnav .inner > ul { display: flex; flex-wrap: wrap; font-size: 0; letter-spacing: 0;}
#gnav .inner > ul > li { position: relative; display: inline-block; width: calc(33.33333333% - 20px); margin-left: 30px; margin-bottom: 60px; transition: all .5s ease;}
#gnav .inner > ul > li:nth-child(3n-2) { margin-left: 0;}
#gnav .inner > ul > li a { display: block; font-size: 16px;}
#gnav .inner > ul > li a .en { display: block; font-size: 30px; line-height: 1; position: relative;}
#gnav .inner > ul > li a .en::before { content: ''; position: absolute; right:100%; bottom: 4px; left: 0; height: 1px; background: rgba(0,0,0,1); transition: all .5s ease;}
#gnav .inner > ul > li a .en::after { content: ''; position: absolute; right: 0; bottom: 4px; left: 0; height: 1px; background: rgba(0,0,0,.2);}
#gnav .inner > ul > li a:hover .en::before { right:0;}
#gnav .inner > ul > li a .jp { font-size: 13px; color: rgba(0,0,0,.6);}
#gnav .inner > ul > li.current a { color: #002662;}
#gnav .inner > ul > li.current a .en::before { background: #002662; right:0;}
#gnav .inner > ul > li.current a .jp { color: #002662;}
#gnav .inner > ul > li .localnavBtn { position: absolute; z-index: 10; top: 13px; right: 0; font-size: 13px; width: 24px; height: 24px; background: #fff; border: solid 1px rgba(0,0,0,.2); cursor: pointer; transition: all .5s ease;}
#gnav .inner > ul > li .localnavBtn::before { content: '＞'; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) scaleY(.6) rotate(90deg); transition: all .5s ease;}
#gnav .inner > ul > li .localnavBtn:hover { border: solid 1px rgba(0,0,0,1);}
#gnav .inner > ul > li .localnavBtn:hover::before { color: #151515;}
#gnav .inner > ul > li .localnavBtn.lnav-open::before { transform: translate(-50%,-50%) scaleY(.6) rotate(-90deg);}
#gnav .inner > ul > li .localnav { display:none;}
#gnav .inner > ul > li .localnav a { position: relative;display: block; font-size: 13px; margin-top: 5px; transition: all .5s ease;}
#gnav .inner > ul > li .localnav a::before { content: '＞'; position: absolute; top: 50%; transform: translateY(-50%) scaleX(.6); right: 6px; transition: all .5s ease;}
#gnav .inner > ul > li .localnav a:hover::before { right: 0;}

#gnav .inner .links-wrap { display: flex; justify-content: space-between;}

#gnav .inner .other-links { flex-direction: column; margin-top: 0; margin-bottom: 20px; width: 33.333333%;}
#gnav .inner .other-links a { font-size: 13px; position: relative; padding-left: 28px; color: #333; margin: 0;}
#gnav .inner .other-links a:nth-of-type(1) { margin-bottom: 5px;}
#gnav .inner .other-links a.map-link::before { background-image: url("../../img/icon-map-black.svg");}
#gnav .inner .other-links a.outline-link::before { background-image: url("../../img/icon-outline-black.svg");}

#gnav .inner .limited-link { width: 30.666666%; margin-bottom: 20px;}
#gnav .inner .limited-link a { display: block; position: relative; padding: 15px 0 15px 50px; border: #002662 solid 1px; font-size: 14px; text-align: left;}
#gnav .inner .limited-link a::before { display: block; content: ''; width: 24px; height: 24px; background: url("../../img/icon-limited-black.svg") no-repeat center center; background-size: cover; position: absolute; top: 50%; left: 20px; transform: translateY(-50%); }

#gnav .inner .cv-wrap { font-size: 0; letter-spacing: 0;}
#gnav .inner .cv-wrap a,
#gnav .inner .cv-wrap .contact { display: inline-block; color: #fff; background: #002662; height: 60px; line-height: 60px; font-size: 14px; text-align: left; padding: 0 0 0 30px; position: relative;
	/* ボタン2個の時
	width: calc(50% - 10px);*/
	/* ボタン1個の時 */
	width: 100%;}
#gnav .inner .cv-wrap a:nth-of-type(even) { margin-left: 20px;}
#gnav .inner .cv-wrap .contact { width: 100%; height: 80px; line-height: 80px; margin-bottom: 20px; cursor: pointer;}
#gnav .inner .cv-wrap a::before,
#gnav .inner .cv-wrap .contact::before { content: '＞'; position: absolute; top: 50%; transform: translateY(-50%) scaleX(.6); right: 20px;}

body.menu-open { overflow: hidden;}
.nav-filter { content: ''; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; pointer-events: none; transition: all .5s;}
body.menu-open .nav-filter { background: rgba(0,0,0,.2); backdrop-filter: blur(5px); pointer-events: inherit;}
body.menu-open #gnav { left: 0;}
body.menu-open #gnav .inner { opacity: 1;}
body.menu-open .menu-trigger .line { background: none;}
body.menu-open .menu-trigger .line::before { background: #000; transform: rotate(16deg); transform-origin: top left; height: 1px;}
body.menu-open .menu-trigger .line::after { background: #000; transform: rotate(-16deg); transform-origin: bottom left; height: 1px;}

body.contact-open .menu-trigger { filter: blur(5px); pointer-events: none;}

@media screen and (max-width: 1400px) {
	#gnav .inner .links-wrap { flex-wrap: wrap;}
	#gnav .inner .other-links { flex-direction: row; justify-content: flex-start; width: 100%;}
	#gnav .inner .other-links a:nth-of-type(1) { margin-bottom: 0;}
	#gnav .inner .other-links a.outline-link { margin-left: 20px;}
	#gnav .inner .limited-link { width: 49%;}
}
@media screen and (max-width: 1280px) {
	#gnav .inner > ul > li { width: calc(50% - 15px); margin-bottom: 20px;}
	#gnav .inner > ul > li:nth-child(3n-2) { margin-left: 30px;}
	#gnav .inner > ul > li:nth-child(odd) { margin-left: 0;}

	body.menu-open .menu-trigger .line::before { top: -6px; transform: rotate(32deg); width: 24px;}
	body.menu-open .menu-trigger .line::after { top: 6px; transform: rotate(-32deg); width: 24px;}
	body.contact-open .menu-trigger { opacity: 0;}
}
@media screen and (max-width: 1024px) {
	#gnav { left: -100%; width: 100%;}
	#gnav .logo { width: 128px; top:16px;}
	#gnav .inner { padding-top: 140px;}
	#gnav .inner > ul > li a .en { font-size: 21px;}
	#gnav .inner > ul > li a .jp { font-size: 11px;}
	#gnav .inner > ul > li .localnavBtn { top: 6px;}
	#gnav .inner .other-links { margin-bottom: 15px;}
	#gnav .inner .cv-wrap a,
	#gnav .inner .cv-wrap .contact { line-height: 60px; font-size: 13px; height: 60px;
		/* ボタン2個の時
		width: calc(50% - 5px);*/
		/* ボタン1個の時 */
		width: 100%;}
	#gnav .inner .cv-wrap a:nth-of-type(even) { margin-left: 10px;}
	#gnav .inner .cv-wrap .contact { margin-bottom: 10px;}
}
@media screen and (max-width: 619px) {
	#gnav .inner { padding: 100px 25px;}
	#gnav .inner .limited-link { width: 100%;}
	#gnav .inner .cv-wrap a,
	#gnav .inner .cv-wrap .contact { line-height: 1.6; height: inherit; padding: 15px 50px 15px 25px;}
}
@media screen and (max-width: 320px) {
	#gnav .inner > ul > li { margin-bottom: 10px;}
	#gnav .inner > ul > li a .en { font-size: 16px;}
	#gnav .inner > ul > li .localnavBtn { top: 0;}
	#gnav .inner > ul > li .localnav a { font-size: 11px; margin-bottom: 5px;}
	#gnav .inner .cv-wrap a,
	#gnav .inner .cv-wrap .contact { font-size: 12px;}
}

/**/
#contact .inner-wrap { position: fixed; top: 0; right: -440px; width: 440px; height: 100vh; background: #fff; text-align: center; z-index: 100; transition: all .5s;}
#contact .inner-wrap .close-btn { position: fixed; top: 30px; right: 30px; z-index: 101; width: 40px; height: 14px; cursor: pointer; background: none;}
#contact .inner-wrap .close-btn .line { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; width: 100%; height: 1px; transition: all .5s;}
#contact .inner-wrap .close-btn .line::before,
#contact .inner-wrap .close-btn .line::after { position: absolute; display: block; width: 100%; height: 100%; background-color: #000; content: '';}
#contact .inner-wrap .close-btn .line::before { top: -6px; transform: rotate(16deg); transform-origin: top left;}
#contact .inner-wrap .close-btn .line::after { top: 5px; transform: rotate(-16deg); transform-origin: bottom left;}
#contact .inner-wrap > ul { margin: auto; list-style: none; padding: 80px 16.666% 0;}
#contact .inner-wrap > ul > li { margin-bottom: 40px;}
#contact .inner-wrap > ul > li a { display: block; height: 50px; line-height: 50px; color: #fff; background: #002662; position: relative; margin-top: 10px;}
#contact .inner-wrap > ul > li a::before { content: ''; width: 24px; height: 24px; position: absolute; top: 50%; transform: translateY(-50%); left: 20px;}
#contact .inner-wrap > ul > li.request a::before { background: url("../../img/icon-req-white.svg") no-repeat center center; background-size: cover;}
#contact .inner-wrap > ul > li.online a::before { background: url("../../img/icon-online-white.svg") no-repeat center center; background-size: cover;}
#contact .inner-wrap > ul > li.reserve a::before { background: url("../../img/icon-res-white.svg") no-repeat center center; background-size: cover;}
#contact .inner-wrap p { font-size: 14px; line-height: 1.4;}
#contact .inner-wrap .tel-link { padding: 40px; border: rgba(0,0,0,.3) solid 1px; border-width: 1px 0 0;}
#contact .inner-wrap .tel-link p.tel-num { font-size: 36px; line-height: 1;}
#contact .inner-wrap .tel-link p.tel-info { font-size: 12px;}

/**/
body.contact-open { overflow: hidden;}
.contact-filter { content: ''; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; pointer-events: none; transition: all .5s;}
body.contact-open .contact-filter { background: rgba(0,0,0,.2); backdrop-filter: blur(5px); pointer-events: inherit;}
body.contact-open #contact .inner-wrap { right: 0; overflow-y: auto;}
#contact .inner-wrap > * { opacity: 0; transition: all .5s .3s;}
body.contact-open #contact .inner-wrap >* { opacity: 1;}

@media screen and (max-width: 1024px) {
    #contact .inner-wrap { right: -100%; width: 100%;}
    #contact .inner-wrap > ul > li { border: none; padding: 0;}
    #contact .inner-wrap > ul > li p { letter-spacing: 0; line-height: 1.6;}
    #contact .inner-wrap .tel-link p.tel-num { font-size: 30px;}
    #contact .inner-wrap .tel-link { font-size: 14px; letter-spacing: 0;}
}
@media screen and (max-width: 480px) {
    #contact .inner-wrap > ul { padding: 60px 6.666666% 0;}
    #contact .inner-wrap .tel-link { padding: 40px 6.666666%;}
}

/* ------ actionproposal ------ */
#actionproposal { background: #002662; padding: 25px 20px; text-align: center;}
#actionproposal p { font-size: 24px; color: #fff; line-height: 1.4;}
#actionproposal p small { font-size: 60%; }
#actionproposal p strong { font-size: 160%; font-weight: normal; }
#actionproposal div + div { margin-top: 15px; padding-top: 15px; border-top: rgba(255,255,255,.2) solid 1px;}
@media screen and (max-width: 619px) {
    #actionproposal p { font-size: 18px;}
}

/* ------ information ------ */
.contents-title { display: inline-block; font-size: 15px; line-height: 1; margin-right: auto; margin-bottom: 30px; padding-bottom: 10px; border-bottom: rgba(0,0,0,1) solid 1px;}
.contents-title.info-head { margin-bottom: 20px;}

#information { display: flex; gap: 3.333332%;}
#information > div { width: 48.333334%;}

#information #info-column { display: flex; flex-direction: column;}
#information #info-column .info-text { font-size: 16px; line-height: 1.875; margin-bottom: 20px;}
#information #info-column .bnrArea { margin-top: auto; height: 80px;}

#information #tel-column { text-align: center;}
.cvBtns { display: flex; flex-wrap: wrap; justify-content: space-between;}
.cvBtns a.cvBtn { display: flex; justify-content: center; align-items: center; background: #002662; color: #fff; padding: 20px; margin-bottom: 20px; min-height: 80px; width: 100%;}
.cvBtns a.cvBtn.harf { width: 49.137932%; flex-wrap: wrap;}
a.cvBtn i { width: 24px; height: 24px; background: no-repeat center center; background-size: cover; margin-right: 20px;}
a.cvBtn.reqBtn i { background-image: url("../../img/icon-req-white.svg");}
a.cvBtn.resBtn i { background-image: url("../../img/icon-res-white.svg");}
a.cvBtn.onlineBtn i { background-image: url("../../img/icon-online-white.svg");}
a.cvBtn .btn-name { font-size: 18px; line-height: 1; text-align: left;}
a.cvBtn .btn-text { font-size: 14px; line-height: 1.4; text-align: left; width: calc( 100% - 200px); margin-left: 20px;}
a.cvBtn .btn-description { display: none; font-size: 12px; line-height: 1; margin-top: 5px; text-align: center; width: 100%;}
.cvBtns a.cvBtn.harf .btn-description { display: block;}

.limitedBtns { display: flex; flex-wrap: wrap; justify-content: space-between;}
.limitedBtns a.limitedBtn { display: flex; justify-content: center; align-items: center; background: #fff; border: #002662 solid 1px; color: #333; padding: 25px; margin-bottom: 20px; min-height: 80px; width: 100%;}
.limitedBtns a.limitedBtn.harf { width: 49.137932%;}
a.limitedBtn i { width: 24px; height: 24px; background: no-repeat center center; background-size: cover; margin-right: 20px;}
a.limitedBtn i { background-image: url("../../img/icon-limited-black.svg");}
a.limitedBtn .btn-name { font-size: 16px; line-height: 1; text-align: left;}
@media screen and (max-width: 1025px) {
    #information { flex-direction: column;}
    #information > div { width: 100%;}
	#information #info-column { margin-bottom: 40px;}
}
@media screen and (max-width: 619px) {
    .cvBtns a.cvBtn { flex-wrap: wrap; padding: 20px 15px;}
    a.cvBtn.harf i { margin-right: 5px;}
    a.cvBtn .btn-name { font-size: 16px; line-height: 1;}
    a.cvBtn .btn-text { display: none;}
    a.cvBtn .btn-description { font-size: 11px;}
    .cvBtns a.cvBtn .btn-description { display: block;}
    .limitedBtns a.limitedBtn { padding: 25px 15px;}
    a.limitedBtn.harf i { margin-right: 10px;}
    a.limitedBtn .btn-name { font-size: 16px; line-height: 1;}
}
@media screen and (max-width: 320px) {
    a.limitedBtn .btn-name { font-size: 14px; line-height: 1;}
}

/* ------ merit ------ */
.meritItems { display: flex; justify-content: space-between;}
.meritItems .meritItem { width: 30.833333%;}
.meritItems .meritItem a { display: block; position: relative; color: #fff; transition: all .5s;}
.meritItems .meritItem a .merit-text { position: absolute; z-index: 10; left: 20px; right: 20px; bottom: 60px; font-size: 20px; line-height: 1.4;}
.meritItems .meritItem a .arrow { position: absolute; z-index: 10; left: 20px; bottom: 35px; font-size: 13px; line-height: 1;}
.meritItems .meritItem figure { position: relative; box-shadow: 0px 10px 15px rgb(0 0 0 / 10%); overflow: hidden;}
.meritItems .meritItem figure::before { position: absolute; content: ''; top: 50%; left: 0; right: 0; bottom: 0; z-index: 1;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
}
.meritItems .meritItem figure img { transition: all .5s;}
.meritItems .meritItem a:hover { transform: scale(0.95);}
.meritItems .meritItem a:hover figure img { transform: scale(1.1);}
.meritItems .slick-dots { bottom: -15px;}
@media screen and (max-width: 767px) {
#merit.sectionItem { padding: 0;}
.meritItems .slick-track { padding-bottom: 30px;}
.meritItems .meritItem { margin: 0 10px;}
.meritItems .meritItem figure::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
}

/* ------ topics ------ */
#topics.sectionItem { position: relative; padding: 0; max-width: none; overflow: hidden;}
.topics-head { padding: 0 20px; max-width: 1400px; margin: auto;}
#topics.sectionItem .mousedragscrollable {
    transform: translateX(30px);
    transition: opacity 1.5s, transform .5s;
    display: flex;
    overflow: scroll;
    padding: 0 60px 60px calc((100% - 1360px) / 2);
    margin: 0 0 0 -30px;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    cursor: grab;
}
#topics.sectionItem .mousedragscrollable:active { cursor: grabbing;}
#topics.sectionItem .mousedragscrollable::-webkit-scrollbar {
    display: none;
}
@media screen and (max-width: 1439px) {
    .topics-head { max-width: 1240px;}
    #topics.sectionItem .mousedragscrollable {
        padding: 0 60px 60px calc((100% - 1200px) / 2);
    }
}
@media screen and (max-width: 1260px) {
    #topics.sectionItem .mousedragscrollable {
        padding: 0 60px 40px 20px;
    }
}
#topics.sectionItem .mousedragscrollable > li {
    display: inline-block;
    margin-left: 20px;
    flex: 0 0 auto;
}
@media (max-width: 619px) {
    #topics.sectionItem .mousedragscrollable > li {
        margin-left: 15px;
    }
}
#topics.sectionItem .mousedragscrollable > li:first-child {
    margin-left: 0px;
}
#topics.sectionItem .mousedragscrollable.inview {
    transform: translateX(0);
    opacity: 1;
}
#topics.sectionItem .cursor {
    position: fixed;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: -35px 0 0 -35px;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    background: rgba(0,0,0,.8);
    transition: opacity .15s, transform .5s;
    transform: scale(0.5);
}
#topics.sectionItem .cursor::before {
    content: "← DRAG →";
    font-size: 11px;
    color: #fff;
    line-height: 80px;
    text-align: center;
    display: block;
}

#topics.sectionItem .topicsItems li {
    overflow: hidden;
    transition: all .5s;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #fff;
    max-width: 285px;
}
#topics.sectionItem .topicsItems li img {
    transition: all .5s;
}
#topics.sectionItem .topicsItems li:hover {
    transform: scale(0.95);
}
#topics.sectionItem .topicsItems li:hover img {
    transform: scale(1.1);
}
#topics.sectionItem .topicsItems li a {
    color: #333;
    /*cursor: none;*/
}
#topics.sectionItem .topicsItems li a div {
    padding: 15px 20px;
}
#topics.sectionItem .topicsItems li a p {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
}
#topics.sectionItem .topicsItems li figure{ position: relative; overflow: hidden;}
#topics.sectionItem .topicsItems li figure figcaption{
    position: absolute;
    bottom: 2px;
    right: 5px;
    z-index: 5;
    color: #fff;
    font-size: 1.0rem;
    text-shadow: 0 0 5px rgb(0 0 0);
}
@media (max-width: 1024px) {
    #topics.sectionItem .cursor {
        display: none;
    }
    #topics.sectionItem .cursor::before {
        content: none;
    }
    #topics.sectionItem .topicsItems li a {
        cursor: pointer;
    }
}
@media (max-width: 320px) {
    #topics.sectionItem .topicsItems li {
        max-width: 265px;
    }
}

/* ------ footer ------ */
footer { background: #fff; border: rgba(0,0,0,.15) solid 1px; border-width: 1px 0 0;}

#cv-limited { display: flex; justify-content: space-between; margin: auto; padding: 60px 20px 40px; width: 100%; max-width: 1400px;}
#cv-limited > div { width: 48.333334%;}
#cv-limited > div.cvBtns a.cvBtn,
#cv-limited > div.limitedBtns a.limitedBtn { min-height: 90px;}
@media screen and (max-width: 1439px) {
    #cv-limited { max-width: 1240px;}
}
@media screen and (max-width: 1024px) {
    #cv-limited { flex-wrap: wrap;}
    #cv-limited > div { width: 100%;}
}
@media screen and (max-width: 480px) {
    #cv-limited > div.cvBtns a.cvBtn,
    #cv-limited > div.limitedBtns a.limitedBtn { min-height: auto;}
}

#page-prev-next-btns { display: flex; justify-content: center; background: #002662;}
#page-prev-next-btns > a {
    position: relative;
    display: block;
    background: rgba(255,255,255,.1);
    color: #fff;
    font-size: 20px;
    line-height: 1;
    width: 50%;
    padding: 29px 0 29px 100px;
	margin: 1px;
    text-align: left;
    transition: all .25s;
}
#page-prev-next-btns > a:nth-of-type(2) {
    text-align: right;
    padding: 29px 100px 29px 0;
}
#page-prev-next-btns > a::before {
    position: absolute;
    top: 50%;
    left: 50px;
    content: '←';
    transform: translateY(-50%);
}
#page-prev-next-btns > a:nth-of-type(2)::before {
    position: absolute;
    top: 50%;
    right: 50px;
    content: '→';
    transform: translateY(-50%);
}
#page-prev-next-btns > a:hover { background: rgba(255,255,255,.05);}
@media screen and (max-width: 1024px) {
    #page-prev-next-btns > a {
        font-size: 18px;
        padding: 29px 0 29px 60px;
    }
    #page-prev-next-btns > a:nth-of-type(2) {
        text-align: right;
        padding: 29px 60px 29px 0;
    }
    #page-prev-next-btns > a::before { left: 20px;}
    #page-prev-next-btns > a:nth-of-type(2)::before { right: 20px;}
}
@media screen and (max-width: 519px) {
    #page-prev-next-btns > a { font-size: 16px;}
    #page-prev-next-btns > a {
        font-size: 13px;
        padding: 29px 0 29px 40px;
    }
    #page-prev-next-btns > a:nth-of-type(2) {
        text-align: right;
        padding: 29px 40px 29px 0;
    }

}

#tel-footer { padding: 60px 20px; text-align: center; color: #fff; background: #002662;}
#tel-footer .tel-link { padding: 0; border: none;}
#tel-footer .tel-link .tel-num { margin: 30px auto;}
#tel-footer .tel-link .tel-num a,
#tel-footer .tel-link .tel-overseas a{ color: #fff;}
#tel-footer .tel-link .tel-num a::before { background-image: url("../../img/icon-tel-white.svg")}

#textlink-footer { margin-top: 1px; padding: 15px 20px 30px; text-align: center; color: #fff; background: #002662;}
#textlink-footer ul { display: flex; flex-wrap: wrap; justify-content: center; list-style: none;}
#textlink-footer ul li { margin: 15px 15px 0;}
#textlink-footer ul li a { display: block; color: #fff; font-size: 12px; line-height: 1;}
@media screen and (max-width: 619px) {
    #textlink-footer { padding: 0;}
    #textlink-footer ul { justify-content: flex-start;}
    #textlink-footer ul li { width: 50%; margin: 0; padding: 15px; border: solid 1px rgba(255,255,255,.3); border-width: 0 1px 1px 0;}
}

#pickup { padding: 60px 20px; text-align: center; background: #f0f0f0;}
.pickupItems { display: flex; justify-content:center;}
.pickupItems > div { margin: 0 0.666666%; max-width: 313px;}
@media screen and (max-width: 619px) {
    .pickupItems { flex-wrap: wrap; flex-direction: column;}
    .pickupItems > div { margin: 0 auto 10px;}
}

#bnr_bz { padding: 60px 20px; text-align: center; background: #f9f9f9;}
.bnr_bzItems { display: flex; justify-content:center;}
.bnr_bzItems > div { margin: 0 0.666666%; max-width: 313px;}
@media screen and (max-width: 619px) {
    .bnr_bzItems > div { margin: 0;}
}

#corpotation_link { padding: 60px 20px; text-align: center;}
#corpotation_link ul { display: flex; justify-content:center; list-style: none;}
#corpotation_link ul li { margin: 0 3%;}

#copyright { display: flex; justify-content: center; align-items: center; background: #002662; color: #fff; padding: 10px 20px; width: 100%;}
#copyright > * { margin: 0 10px;}
#copyright > p { font-size: 11px; text-align: center; line-height: 1.2;}
#copyright > p > a { color: #fff;}
@media screen and (max-width: 619px) {
    #copyright { flex-direction: column; padding-bottom: 20px;}
    #copyright > p { font-size: 10px; margin-top: 10px;}
	#copyright > p:nth-of-type(1){ order: 3;}
}

#page_top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;
	display: block;
	opacity: 0;
	pointer-events: none;
    background: rgba(0,0,0,.6);
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    transition: all .5s;
}
#page_top:hover {
    transform: scale(1.25);
    background: rgba(0,0,0,.8);
}
@media screen and (max-width: 1024px) {
    #page_top { right: 20px; bottom: 20px;}
}

/**
/* 下スクロール設定
 * ========================================================================== */
/* body.scroll-down header { opacity: 0;} */
body.scroll-down #page_top { pointer-events: auto; opacity: 1;}

@media screen and (orientation: portrait) and (max-width: 767px) {
  body.scroll-down #nav-contactBtns { bottom: -10%;}
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  body.scroll-down #nav-contactBtns { bottom: -20%;}
}

/**
/* 上スクロール設定
 * ========================================================================== */
body.scroll-up header { opacity: 1;}
body.scroll-up #page_top { pointer-events: none; opacity: 0;}

@media screen and (orientation: portrait) and (max-width: 767px) {
}

@media screen and (orientation: landscape) and (max-width: 767px) {
}


/**
/* TOP:キービジュアルインフォメーションエリア（スライダー）
 * ========================================================================== */
/*背景色・テキスト色を変える場合は下記を調整*/
#infoArea { position: absolute; bottom: 0; right: 0; z-index: 97; background: #002662; color: #fff; padding: 15px 0; width: 50%;}

.infoAreaInner { display: flex; align-items: center;}
.infoAreaTitle { border: rgba(255,255,255,1) 1px solid; border-width: 0 1px 0 0; font-size: 12px; padding: 0 20px; margin: 0 20px 0 0;}
.infoAreaData { width: calc(100% - 170px); font-size: 14px; height: 20px; line-height: 20px; overflow: hidden;}

#infoArea .slick-list { width: calc(100% - 140px);}
#infoArea .slick-slider { position: static;}
#infoArea button { background: none;}
#infoArea .slick-prev { display: none!important;}
#infoArea .slick-next { position: absolute; top: 50%; transform: translateY(-50%); right: 20px; font-size: 0; padding: 0; width: 15px; height: 6px; background: url(../../img/arrow.svg) no-repeat center center; background-size: contain;}
#infoArea .slick-next::before { display: none !important;}

#infoArea .slick-dots { position: absolute; top: 25%; transform: translateY(-50%); right: 50px; bottom: auto; width: auto; height: 5px;}
#infoArea .slick-dots li { display: inline-block; margin: 0 5px; height: 5px; width: auto;}
#infoArea .slick-dots li button { font-size: 0; padding: 0; width: 5px; height: 5px; background: rgba(255,255,255,.4); border-radius: 3px; vertical-align: top;}
#infoArea .slick-dots li button:before { display: none !important;}
#infoArea .slick-dots li.slick-active button { background: rgba(255,255,255,1);}

#infoArea .slick-slide { overflow: hidden;}
#infoArea .slick-slide span { opacity: 0;}
#infoArea .slick-slide.slick-current span { opacity: 1; transition: all .2s .4s; display: block; animation : text_anm 10s linear forwards; width: max-content;}
@keyframes text_anm {
0% { transform: translateX(0)}
20% { transform: translateX(0)}
100% { transform: translateX(-100%)}
}


/* @media
 * ========================================================================== */
@media screen and (max-width: 1199px) {
.infoAreaInner { display: block;}
.infoAreaTitle { border: none;}
#news_ticker { margin: 8px 20px 0; width: calc(100% - 40px);}

#infoArea { bottom: auto; top: 100%; width: 100%; z-index: 10; padding: 20px 0;}
#infoArea .slick-list { width: 100%;}
#infoArea .slick-next { top: 25px; transform: translateY(0%);}
#infoArea .slick-dots { top: 13px; transform: translateY(0%);}
}

/* その他種設定
 * ========================================================================== */
/* margin styles
-------------------------------------------------------------------*/
.mt00{ margin-top: 0px !important; }
.mt05{ margin-top: 5px !important; }
.mt10{ margin-top:10px !important; }
.mt15{ margin-top:15px !important; }
.mt20{ margin-top:20px !important; }
.mt25{ margin-top:25px !important; }
.mt30{ margin-top:30px !important; }
.mt40{ margin-top:40px !important; }
.mt50{ margin-top:50px !important; }

.ml00{ margin-left: 0px !important; }
.ml05{ margin-left: 5px !important; }
.ml10{ margin-left:10px !important; }
.ml15{ margin-left:15px !important; }
.ml20{ margin-left:20px !important; }
.ml25{ margin-left:25px !important; }
.ml30{ margin-left:30px !important; }
.ml40{ margin-left:40px !important; }
.ml50{ margin-left:50px !important; }

.mr00{ margin-right: 0px !important; }
.mr05{ margin-right: 5px !important; }
.mr10{ margin-right:10px !important; }
.mr15{ margin-right:15px !important; }
.mr20{ margin-right:20px !important; }
.mr25{ margin-right:25px !important; }
.mr30{ margin-right:30px !important; }
.mr40{ margin-right:40px !important; }
.mr50{ margin-right:50px !important; }

.mb00{ margin-bottom: 0px !important; }
.mb05{ margin-bottom: 5px !important; }
.mb10{ margin-bottom:10px !important; }
.mb15{ margin-bottom:15px !important; }
.mb20{ margin-bottom:20px !important; }
.mb25{ margin-bottom:25px !important; }
.mb30{ margin-bottom:30px !important; }
.mb40{ margin-bottom:40px !important; }
.mb50{ margin-bottom:50px !important; }

/* padding styles
-------------------------------------------------------------------*/
.pt00{ padding-top: 0px !important; }
.pt05{ padding-top: 5px !important; }
.pt10{ padding-top:10px !important; }
.pt15{ padding-top:15px !important; }
.pt20{ padding-top:20px !important; }
.pt25{ padding-top:25px !important; }
.pt30{ padding-top:30px !important; }
.pt40{ padding-top:40px !important; }
.pt50{ padding-top:50px !important; }

.pl00{ padding-left: 0px !important; }
.pl05{ padding-left: 5px !important; }
.pl10{ padding-left:10px !important; }
.pl15{ padding-left:15px !important; }
.pl20{ padding-left:20px !important; }
.pl25{ padding-left:25px !important; }
.pl30{ padding-left:30px !important; }
.pl40{ padding-left:40px !important; }
.pl50{ padding-left:50px !important; }

.pr00{ padding-right: 0px !important; }
.pr05{ padding-right: 5px !important; }
.pr10{ padding-right:10px !important; }
.pr15{ padding-right:15px !important; }
.pr20{ padding-right:20px !important; }
.pr25{ padding-right:25px !important; }
.pr30{ padding-right:30px !important; }
.pr40{ padding-right:40px !important; }
.pr50{ padding-right:50px !important; }

.pb00{ padding-bottom: 0px !important; }
.pb05{ padding-bottom: 5px !important; }
.pb10{ padding-bottom:10px !important; }
.pb15{ padding-bottom:15px !important; }
.pb20{ padding-bottom:20px !important; }
.pb25{ padding-bottom:25px !important; }
.pb30{ padding-bottom:30px !important; }
.pb40{ padding-bottom:40px !important; }
.pb50{ padding-bottom:50px !important; }
