@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@600&family=Noto+Sans+JP:wght@100..900&display=swap');


/*reset*/
/*******************************************************************/
html{box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}audio:not([controls]){display:none;height:0}hr{overflow:visible}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}summary{display:list-item}small{font-size:80%}[hidden],template{display:none}abbr[title]{border-bottom:1px dotted;text-decoration:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}[disabled]{cursor:default}[type=number]{width:auto}[type=search]{-webkit-appearance:textfield;appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:0;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button;appearance:button}button,select{text-transform:none}button,input,select,textarea{background-color:transparent;border-style:none;color:inherit}select{-moz-appearance:none;-webkit-appearance:none;appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=search]{-webkit-appearance:textfield;appearance:textfield;outline-offset:-2px}img{width:auto;max-width:100%;height:auto;border-style:none;vertical-align:middle}i{vertical-align:middle}progress{vertical-align:baseline}svg:not(:root){overflow:hidden}audio,canvas,progress,video{display:inline-block}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}::-moz-selection{background-color:#b3d4fc;color:#000;text-shadow:none}::selection{background-color:#b3d4fc;color:#000;text-shadow:none}ul,ol{list-style:none}i,em{font-style:normal}
a { color: #222; text-decoration: none;}
@media only screen and (min-width: 769px){ a { transition: all .2s ease-out;} a:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); opacity: 0.6;}}
*:focus { outline: none;}


/*LAYOUT*/
/*******************************************************************/
html { font-size: 62.5%;}
body { -webkit-text-size-adjust: 100%; -webkit-overflow-scrolling: touch; width: 100%; height: 100%; font-family: 'Noto Sans JP', sans-serif; font-size: 1.6rem; line-height: 1.4; font-feature-settings: 'palt'; color: #222;}
#container { position: relative; width: 100%; overflow: clip;}
i, time { font-family: 'Montserrat', sans-serif; font-weight: 700!important;}


/*HEADER*/
/*******************************************************************/
#header { position: relative; width: 90%; max-width: 1000px; margin: 0 auto; z-index: 9999;}
#logo { width: 70%;}
#logo a { display: flex;}
.btn { position: relative;}
.btn > a, .btn > span { display: flex; justify-content: center; align-items: center; gap: 8px; padding: 12px 36px; background: #ED5584; border-radius: 5px; text-decoration: none; box-shadow: 0 5px 0 #CC4972; font-size: 1.8rem; font-weight: 700; color: #FFF; cursor: pointer; transition: .2s ease-out;}
.btn > span::after { content: ''; display: inline-block; width: 24px; height: 24px; background: url(../img/down.svg) center no-repeat; background-size: contain; transition: .2s ease-out;}
.btn.open > span::after { transform: rotate(-180deg);}
.btn > ul { display: none; position: absolute; top: 100%; left: 50%; transform: translate(-50%,16px); width: 240px; text-align: left; background: #FFF; border: 2px solid #0056CB; border-radius: 8px; box-shadow: 0 0 10px rgba(0,0,0,.16);}
.btn > ul > li > a { display: block; padding: 12px 24px; font-size: 1.8rem !important; font-weight: 700; color: #0056CB !important;}
.btn > ul > li:not(:first-child) > a { border-top: 1px solid #E9F1FC;}
.accordion { display: block; padding: 12px 24px; border-top: 1px solid #E9F1FC; font-size: 1.8rem; font-weight: 700; color: #0056CB; position: relative; cursor: pointer;}
.accordion::before, .accordion::after { content: ''; position: absolute; top: 50%; right: 24px; width: 16px; height: 2px; background: #0056CB; transition: .2s ease-out;}
.accordion::before { transform: rotate(90deg);}
.accordion.on::before { transform: rotate(180deg);}
.accordion.on::after { transform: rotate(180deg);}
.accordion + ul { display: none; padding: 8px 0; border-top: 1px solid #E9F1FC;}
.accordion + ul a { display: block; padding: 8px 24px 8px 40px; font-size: 1.6rem; font-weight: 400; color: #0056CB;}

@media screen and (min-width: 1001px) {
	#logo { padding: 24px 0;}
	#nav > ul { display: flex; border-left: 1px solid #CCC;}
	#nav > ul > li { flex: 1;}
	#nav > ul > li a { display: block; width: 100%; padding: 1em; text-align: center; border-right: 1px solid #CCC; font-size: 1.8rem; font-weight: 700;}
	#nav > ul > li a:hover { background: #0056CB; color: #FFF; opacity: 1;}
	#nav .btn { position: absolute; top: 32px; right: 0;}
	.btn > a:hover, .btn > span:hover { transform: translateY(3px); box-shadow: 0 2px 0 #CC4972;}
	#open { display: none;}
}
@media screen and (max-width: 1000px){
	#header { position: sticky; top: 0; left: 0; display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 16px; background: #FFF;}
	#nav { pointer-events: none; position: fixed; top: -40px; left: 0; width: 100%; height: 100vh; padding: 24px; background: #FFF; opacity: 0; overflow: auto; z-index: 500; overflow-y: auto; overscroll-behavior: contain; transition: .2s ease-in-out;}
	#nav > ul { margin-bottom: 24px;}
	#nav > ul > li { padding: 24px; border-bottom: 1px solid #CCC; font-size: 2rem; font-weight: 700;}
	.btn > ul { display: none; position: relative; top: auto; left: auto; transform: translate(0,0); width: auto; margin-top: 16px;}
	.btn > ul > li > a { font-size: 1.6rem !important;}
	#open { position: relative; display: flex; flex-direction: column; align-items: center; gap: 8px; cursor: pointer; z-index: 1000; pointer-events: auto;}
	#open div { position: relative; width: 28px; height: 16px;}
	#open i { font-size: 1.2rem; letter-spacing: -0.05em; color: #6E7565;}
	#open span { position: absolute; left: 0; display: block; width: 28px; height: 2px; background: #6E7565; transition: .2s linear;}
	#open span:nth-child(1) { top: 0;}
	#open span:nth-child(2) { top: 7px;}
	#open span:nth-child(3) { top: 14px;}
	.open #open span:nth-child(1) { top: 7px; transform: rotate(45deg);}
	.open #open span:nth-child(2) { width: 0;}
	.open #open span:nth-child(3) { top: 7px; transform: rotate(-45deg);}
	.open #nav { pointer-events: auto; top: 0; opacity: 1;}
}


/*FOOTER*/
/*******************************************************************/
#footer { position: relative; padding: 48px 6%; text-align: center; background: #0056CB; color: #FFF; z-index: 100;}
#footer::before { content: ''; position: absolute; top: 0; left: 20%; transform: translateY(-50%); width: 98px; height: 77px; background: url(../img/yukimasa03.webp) center no-repeat; background-size: contain; z-index: 10;}
#footer > ul > li > a { color: #FFF;}
#footer > ul > li { position: relative; display: inline-block; margin: 16px; font-size: 2rem; font-weight: 700;}
#footer .btn > span { padding: 0; background: none; font-size: 2rem; box-shadow: none;}
#footer .btn > span::after { content: ''; transform: translateY(75%) rotate(-135deg); width: 10px; height: 10px; border-right: 2px solid #FFF; background: none; border-bottom: 2px solid #FFF; transform-origin: center; transition: .2s ease-out;}
#footer .btn.open > span::after { transform:  rotate(45deg);}
#footer .btn > ul { top: auto; bottom: 100%; transform: translate(-50%,-16px);}
#footer dl { margin: 40px 0; font-weight: 700;}
#footer dt { font-size: 2.4rem;}
#footer dd { margin-top: 16px; font-size: 1.6rem;}
#footer address { text-align: center; font-size: 1.4rem; font-style: normal;}
@media screen and (max-width: 1000px){
	#footer > ul > li { display: block;}
	#footer .btn > span::after { transform: translateY(-25%) rotate(45deg);}
	#footer .btn.open > span::after { transform: translateY(25%) rotate(-135deg);}
	#footer .btn > ul { transform: translate(0,0);}
}



/*CONTENTS*/
/*******************************************************************/
article { position: relative; padding: 48px 6%;}
article:nth-child(odd) { background: #F5FCFE;}
article header { max-width: 1000px; margin: 0 auto 24px; text-align: center;}
article header h2 { font-size: clamp(2.4rem,3.2vw,3.2rem);}
section { position: relative; width: 100%; max-width: 1000px; margin: 0 auto;}
section + section { margin-top: 48px;}
section h2 { margin-bottom: 1em; font-size: 3.2rem; font-weight: bold;}
section h3 { margin-bottom: 1em; font-size: 2.4rem; font-weight: bold;}
section h4 { margin-bottom: 1em; padding-left: 1em; text-indent: -1em; font-size: 2rem; font-weight: bold; color: #0056CB;}
section h4::before { content: '―';}
section h5 { margin-bottom: 1em; font-size: 1.8rem; font-weight: bold;}
section > * + h2, section * + h3 { margin-top: 48px;}
section * + h4, section * + h5, section * + ul, section * + table { margin-top: 32px;}
section ul { margin-left: 2em; margin-bottom: 48px; list-style: disc;}
section ul li:not(:first-child) { margin-top: 8px;}
section ol { margin-left: 2em; margin-bottom: 48px; list-style: decimal;}
section ol li { padding: 8px 0;}
section table { width: calc(100% + 32px); border-collapse: separate; border-spacing: 0 16px;}
section th, section td { padding: 16px 0;}
section th { width: 25%; text-align: left; vertical-align: top; border-bottom: 1px solid #D1D1D1; font-weight: bold;}
section td { padding-left: 24px; border-bottom: 1px solid #D1D1D1;}
section p, section dl, section ul, section ol, section table { line-height: 2;}
section p:not(:last-child) { margin-bottom: 1em;}
section a { text-decoration: underline; color: #0056CB;}
figure { position: relative;}
figure img { width: 100%; max-width: initial;}
.center { text-align: center;}
.right { text-align: right;}
.left { text-align: left;}
.row { display: flex; margin: -32px;}
.row > * { flex: 1; margin: 32px;}
.reverse { flex-direction: row-reverse;}
.as-center { align-self: center;}
.sp { display: none;}
.fit { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; font-family: 'object-fit: cover; object-position: center;';}
.fadeInUp{ animation-name: fadeInUp;}
@keyframes fadeInUp { from { opacity: 0; transform: translate3d(0, 40px, 0);} to { opacity: 1; transform: translate3d(0, 0, 0);}}
.animated { opacity: 0; animation-duration: 0.7s; animation-delay: 0.2s; animation-fill-mode: both;}

#mv { min-height: 612px; background: url(../img/mv.webp) center no-repeat; background-size: cover;}
#mv h1 { position: absolute; bottom: 1.5em; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 16px; line-height: 1; white-space: nowrap;}
#mv h1 span { padding: 0.5em 1.5em; background: #FFF; border: 2px solid #2B75DC; border-radius: 8px; font-size: 2.5rem;}
#mv h1 em { font-size: 6.6rem; font-style: normal; color: #FFF; text-shadow: 0 0 6px rgba(0,0,0,1);}
.area { position: absolute; top: 32px; right: 32px; display: grid; grid-template-columns: 60% 1fr; justify-content: center; align-items: center; gap: 16px; max-width: 640px; padding: 24px; border-radius: 8px; overflow: hidden; color: #FFF;}
.area::before { content: ''; position: absolute; inset: 0; background: url(../img/bg.png) center no-repeat; background-size: cover; opacity: 0.8;}
.area .contents { position: relative;}
.area dl { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 8px; padding: 16px; border: 2px solid #FFF; border-radius: 8px;}
.area dt { padding: 0.2em 0.5em; text-align: center; background: #2C75DB; border-radius: 40px; font-size: 1.4rem; font-weight: 700;}
.area dd { font-size: 1.4rem; font-weight: 500;}
.area dd em { font-size: 2rem; color: #ED5584;}
.area p { margin-top: 1em; font-size: 1.4rem; font-weight: 500; line-height: 1.8;}
.area figure { max-width: 228px; margin: 0 auto;}

#about { background: #E9F1FC;}
#about section { display: grid; grid-template-columns: 1fr 12%; align-items: center; gap: 24px 40px;}
#about h2 { display: flex; align-items: center; gap: 16px; font-size: 2.4rem; white-space: nowrap;}
#about h2::after { content: ''; display: block; width: 100%; height: 2px; background: #2C75DB; border-radius: 2px;}
#about figure { max-width: 126px; margin: 0 auto;}

#consultation { background: #FFFEF5 url(../img/flow.svg) center top no-repeat;}
#consultation h2 { font-size: 2.4rem;}
#consultation h2 em { color: #ED5584;}
#consultation h2 span { font-size: 1.6rem;}
.information dl { display: grid; grid-template-columns: auto 1fr; gap: 4px 1.5em;}
.information dt { padding: 0 0.5em; border-right: 1px solid #2C75DB; font-weight: 700; letter-spacing: 1em; color: #2C75DB;}
.information dl:not(:first-of-type) { margin-top: 1em; padding-top: 1em; border-top: 1px solid #CCC;}
.contact a { position: relative; display: flex; flex-wrap: wrap; align-items: center; gap: 16px; padding: 24px 130px 24px 24px; background: #ED5584; border-radius: 8px; text-decoration: none; color: #FFF; white-space: nowrap;}
.contact h3 { margin: 0;}
.contact h3 span { font-size: 1.6rem;}
.contact .tel { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 8px; font-family: "Barlow", sans-serif; font-size: 3.2rem; font-weight: 600; line-height: 1;}
.contact .tel em { font-size: 6.4rem;}
.contact .tel span { font-size: 1.6rem;}
.contact figure { position: absolute; top: 50%; right: 16px; transform: translateY(-50%); width: 104px;}
.link ul { display: grid; grid-template-columns: repeat(auto-fill,minmax(300px,1fr)); gap: 24px; margin: 0; list-style: none;}
.link li:not(:first-child) { margin: 0;}
.link p { font-size: 1.8rem; font-weight: 700;}
.link a { text-underline-offset: 8px; text-decoration-thickness: 2px;}

#case { background: #E9F1FC;}
.case ul { display: grid; grid-template-columns: repeat(auto-fill,minmax(300px,1fr)); gap: 24px; margin: 0; list-style: none;}
.case li:not(:first-child) { margin: 0;}
.case li { height: auto;}
.case a { display: block; height: 100%; padding: 1em; background: #FFF url(../img/arr.svg) right 8px bottom 8px no-repeat; border-radius: 8px; box-shadow: 3px 3px 0 rgba(0,0,0,.08); text-decoration: none; color: #222;}
.case figure { width: 120px; margin: 0 auto;}
.case h3 { margin: 0.5em 0; text-align: center; font-size: 1.8rem; color: #2C75DB;}
.case p { line-height: 1.6;}

#member { background: url(../img/member.webp) center no-repeat; background-size: cover;}
#member h2 { color: #FFF;}
#member h3 { font-size: 1.8rem;}
#member section { max-width: 580px; text-align: center;}
#member p { margin: 1em 0;}
.login { width: auto; text-align: center; padding: 2em 2em 1em; background: #FFF; border-radius: 8px;}
.login + p a { color: #FFF;}

#attention { background: #F4F4F4;}
#attention section { max-width: 1440px; padding: 3em; text-align: center; background: rgba(231,52,53,.1) url(../img/attention.svg) center no-repeat; border-radius: 8px;}
#attention h2 { display: inline-block; padding: 0.2em 1em; border: 2px solid #E73435; color: #E73435;}
#attention p { text-align: left; font-size: 2rem;}





@media only screen and (max-width: 768px){
section table { width: auto;}
section th, section td { display: block;}
section th { width: auto; padding-bottom: 0; border-bottom: none; white-space: normal;}
section td { padding-left: 0;}
.row { display: block; margin: 0;}
.row > * { width: auto!important; margin: 0;}
.row > *:not(:first-child) { margin-top: 32px;}
.sp { display: block;}
.pc { display: none;}

#mv h1 { position: relative; bottom: auto; left: auto; transform: translateX(0); flex-direction: column;}
.area { position: relative; top: auto; right: auto; grid-template-columns: 1fr; align-items: center; gap: 16px; margin-top: 24px;}

#about section { grid-template-columns: 1fr; align-items: center; gap: 24px 40px;}

.information dl { gap: 4px 1em;}
.information dt { padding: 0 0.5em; letter-spacing: 0.5em;}
.information dl:not(:first-of-type) { margin-top: 1em; padding-top: 1em; border-top: 1px solid #CCC;}
.contact .tel { font-size: 1.8rem;}
.contact .tel em { font-size: 4rem;}
.contact figure { top: 0; right: -16px; transform: translateY(-20%); width: 104px;}

#attention section { padding: 2em;}
#attention h2 { font-size: 2.4rem;}
#attention p { font-size: 1.8rem;}
}

/*PAGE*/
#mv .swiper-caption, #titlebox, .titlebox { position: absolute; top: 50%; left: 0; transform: translateY(-50%); min-width: 30%; background: rgba(255, 255, 255, 0); z-index: 2; backdrop-filter: blur(10px) brightness(128%);}

#title, .title { position: relative;}
.title { margin-bottom: 80px;}
#title figure, .title figure { height: 320px; z-index: 1;}
#title figure img, .title figure img { position: absolute; top: 0; left: 0; width: 100%;height: 100%; object-fit: cover; border-radius: 5px;}
#title li { display: inline-block; font-size: 1.1rem;}
#title li:not(:first-child)::before { content: '>'; display: inline-block;}
#title li a { text-decoration: underline;}
#titlebox, .titlebox { padding: 32px 6%; border-radius: 0 5px 5px 0;}
#titlebox h1, .titlebox h2 { position: relative; margin-top: 16px; font-size: 5rem;}
#title {
    margin: 15px 0 20px 0;
}
figure { position: relative;}
figure img { width: 100%; max-width: initial;}

article:nth-child(odd) { background: #F5FCFE;}
article header { max-width: 1200px; margin: 0 auto 48px; text-align: center;}
article header i { font-size: 5rem; color: #00489D;}
article header h2 { font-size: 2.4rem;}


@media only screen and (max-width: 768px){
	
	
.title { margin-bottom: 40px;}
#title figure, .title figure { height: 100px; margin-left: 0;}
#titlebox, .titlebox { position: relative; top: 0; transform: translateY(0); max-width: initial; padding: 24px 6.4vw 0;}
#titlebox h1, .titlebox h2 { font-size: 3.2rem;}
.titlebox { text-align: center;}
.titlebox h2 { display: inline-block; margin-top: 0; padding-bottom: 8px; border-bottom: 3px solid #00489D;}

article header i { font-size: 3.4rem;}
article header h2 { font-size: 2rem;}
}

@media print {
#container { width: 1024px;}
}