@charset "utf-8";
/* {outline: 1px solid magenta;}*/
.eng{
    display: none !important;
}
:root{
	--black: rgba(31,33,37,1);
	--blue: rgba(65,143,222,1);
    --blue80: rgba(65,143,222,0.8);
    --lblue: rgba(180,206,240,1);
    --lblue50: rgba(180,206,240,0.5);
    --lblue30: rgba(180,206,240,0.3);
    --sky: rgba(233,240,250,1);
    --back: rgba(247,247,247,1);
    --dgray: rgba(124,135,142,1);
    --dgray50: rgba(124,135,142,0.5);
    --grad: linear-gradient(-100deg, #408fde 0%, #2572c0 100%);
    --red: rgba(217,65,99,1);
}
* {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
}
@font-face {
    font-family: "Cormorant";
    src: url("../font/cormorant400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.en{
    font-family: "Cormorant", serif;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Noto Serif JP";
    src: url("../font/notoserif400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.serif{
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 400;
    src: url('../font/chevron_right.woff2') format('woff2');
    font-display: swap;
}
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

p,dt,dd,tr,th,td,li,a,b,em,span,strong,div,img,header,section,article,nav,footer,h1,h2,h3,h4,h5,h6,button{
	font-size: clamp(14px, 1.2vw, 16px);
	line-height: 1.8;
}
small{
	font-size: clamp(12px, 1.1vw, 14px);
	line-height: 1.3;
}
p{
	margin: 0 0 1em;
}
p:last-child{
	margin-bottom: 0;
}
body {
	position: relative;
	width: 100%;
}
.wrapper{
	width: 90%;
	margin-inline: auto !important;
}
.wrap{
	width: 90%;
	max-width: 1480px;
	margin-inline: auto !important;
}
.btn{
	display: inline-block;
	cursor: pointer;
    background: #fff;
    border: 1px solid var(--blue);
    color: var(--blue);
    line-height: 1;
    padding: 0.4em 2.5em;
    text-align: center;
    position: relative;
}
.btn:after {
    content: "chevron_right";
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.btn-blue{
    background: var(--blue);
    color: #fff;
}
.btn:hover{
    background: var(--blue);
    color: #fff;
}
.btn-blue:hover{
    background: #fff;
    color: var(--blue);
}
.btn-cta .btn{
    padding: 1em 0.5em;
    margin-bottom: 0.5em;
    width: 15em;
}
.page-h2{
    padding: 2em 0 1.5em;
}
.page-h2 b{
    color: var(--blue80);
    font-size: clamp(21px, 2.5vw, 34px);
    padding-left: 0.5em;
}
.page-h2 span{
    font-size: clamp(28px, 2.1vw, 38px);
    line-height: 1;
}
.page-h2 small{
    font-size: clamp(16px, 1.4vw, 21px);
    display: inline-block;
    margin-left: 0.2em;
}
.page-h2 small.officers-que{
    font-size: clamp(12px, 1.1vw, 14px);
    color: var(--dgray);
}
.page-h2:has(+ .cosmetology-grant_nav) {
    padding: 2em 0 0;
}
.page-h3{
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-h3 span{
    display: block;
    font-size: clamp(28px, 3.8vw, 48px);
    line-height: 1;
    padding: 0 5px;
    color: var(--black);
}
.page-h3:before,
.page-h3:after{
    content: "";
    display: block;
    flex: 1;
    height: 1px;
    background: var(--black);
}
.page-h4{
    display: flex;
    align-items: center;
}
.page-h4 span{
    font-size: clamp(21px, 2vw, 28px);
    border-left: 5px solid var(--blue);
    display: block;
    padding: 0 0.2em 0 0.5em;
    line-height: 1.2;
}
.page-h4:after{
    content: "";
    display: block;
    flex: 1;
    height: 1px;
    background: var(--black);
}
.shadow{
    position: relative;
}
.shadow:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, transparent 75%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.shadow small{
    position: absolute;
    left: 1em;
    bottom: 1em;
    color: #fff;
    z-index: 2;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 980px) {
    p,dt,dd,tr,th,td,li,a,b,em,span,strong,div,img,header,section,article,nav,footer,h1,h2,h3,h4,h5,h6,button{
        line-height: 1.7;
    }
}
@media screen and (max-width: 680px) {
    .page-h2 b{
        display: block;
        padding-left: 0.2em;
    }
    .page-h2 span {
        display: block;
        font-size: clamp(24px, 2.1vw, 38px);
    }
    .btn-cta .btn{
        padding: 1em;
        width: 70%;
    }
}

/*HEADER*/
.header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 10;
	background: #fff;
    border-top: 5px solid var(--blue);
    padding: 0 0 75px 1em;
}
.header-h1{
    width: clamp(180px, 22vw, 280px);
}
.header-nav{
    display: flex;
    justify-content: flex-end;
}
.gnav,
.gnav-wrapper{
	flex: 1;
	display: flex;
	justify-content: flex-end;
    align-items: center;
}
.gnav-a{
	color: var(--black);
	padding: 0 1em;
	line-height: 1.3;
	text-align: center;
    display: flex;
    align-items: center;
}
.gnav-a:before{
    content: "";
    display: inline-block;
    width: 1px;
    height: 1em;
    background: var(--black);
    margin-right: 1.5em;
}
.gnav-a:first-child:before,
.gnav-a:last-child:before{
    display: none;
}
.gnav-a:hover{
	color: var(--blue);
}
.gnav-contact{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    background: var(--grad);
    padding: 0 1.3em;
    position: relative;
    z-index: 10;
    margin-top: -5px;
}
.gnav-contact img{
    display: block;
    width: 25px;
    filter: brightness(0) invert(1);
}
.gnav-contact:hover{
    filter: brightness(0.9);
}
.trigar{
	display: none;
    width: 65px;
    height: 65px;
}
.gnav-sub,
.gnav-sub_child{
    display: none;
}
.gnav-a.active{
    color: var(--blue);
}
.gnav-sub.current {
    position: absolute;
    top: 75px;
    display: flex;
    width: 100%;
    background: var(--back);
}
.gnav-sub.current .gnav-sub_a{
    color: var(--black);
    padding: 1em 2em;
    display: flex;
    align-items: center;
    justify-content: center;
} 
.gnav-sub.current .gnav-sub_a.show{
    background: var(--blue);
    color: #fff;
}
.gtranslate_wrapper {
    display: flex;
    flex-direction: row-reverse;
    gap: 0.5em;
    margin: 0 1em;
}
.gtranslate_wrapper a{
    color: var(--black);
}
.gtranslate_wrapper a.gt-current-lang{
    color: var(--blue);
}
@media screen and (max-width: 980px) {
    .gnav-a{
        padding: 0 0.7em;
    }
    .gnav-a:before{
        opacity: 0;
        width: 0;
        height: 0;
        margin-right: 0;
    }
    .gnav-contact{
        width: 55px;
        height: 55px;
    }
    .gnav-sub.current .gnav-sub_a{
        padding: 1em;
    } 
}
@media screen and (max-width: 880px) {
    .header{
        padding-bottom: 0 !important;
    }
    .header-h1 {
        width: clamp(180px, 40vw, 220px);
    }
    .header-h1_a {
        padding: 1em 0 !important;
        display: block;
    }
    .trigar{
        display: block;
        position: relative;
        cursor: pointer;
		width: 30px;
        height: 20px;
		margin: 0 1em;
        z-index: 1000;
    }
	.trigar span{
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: var(--blue);
        transition: 0.3s ease;
	}
    .trigar.clicked span{
        background: #fff;
    }
    .trigar span:nth-of-type(1) {
        top: 0;
    }
    .trigar span:nth-of-type(2) {
        top: 10px;
    }
    .trigar span:nth-of-type(3) {
        top: 20px;
    }
    .trigar.clicked span:nth-of-type(1) {
        transform: rotate(405deg);
        top: 5px;
    }
    .trigar.clicked span:nth-of-type(2) {
        opacity: 0;
    }
    .trigar.clicked span:nth-of-type(3) {
        transform: rotate(-405deg);
        top: 5px;
    }
	.gnav{
		position: fixed;
		top: 0;
		right:-100%;
		height: 100%;
		width: 22em;
		transition: 0.3s all ease;
		padding: 60px 0;
		background: var(--grad);
		display: block;
        z-index: 999;
        box-shadow: -5px 0 5px rgba(0, 0, 0, 0.2);
        overflow-y: scroll;
	}
    .gnav-wrapper{
		display: block;
    }
	.gnav.clicked{
		right: 0 !important;
	}
    .gnav-a {
        display: flex;
        align-items: center;
        position: relative;
        padding: 0.7em 2.6em 0.7em 1em;
        background: rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        border-left: 5px solid rgba(255,255,255,0.5);
        color: #fff;
        font-size: 17px;
    }
    .gnav-a:before,
    .gnav-a:after{				
        content: '';
        position: absolute;	
        top: 50%;		
        right: 0.9em;
        width: 14px;
        height: 2px;
        background: rgba(255, 255, 255, 0.7);
        transform-origin: center;
        pointer-events: none;
        transition: transform 0.2s ease;
        opacity: 1;
    }			
    .gnav-a:before {
        transform: translateY(-50%) rotate(90deg);
    }
    .gnav-a:after {
        transform: translateY(-50%) rotate(0deg);
    }
    .gnav-a.open:before {
        opacity: 0;
    }
    .gnav-a:first-child:before,
    .gnav-a:first-child:after{
        display: none;
    }
    .gnav-a:hover{
        color: #fff;
    }
    .gnav-a.open,
    .gnav-a.active{
        background: rgba(255, 255, 255, 0.3);
        color: #fff;
    }
    .gnav-sub{
        background: rgba(0, 0, 0, 0.1);
    }
    .gnav-sub_a{
        display: block;
        font-size: 14px;
        color: #fff;
        padding: 0.7em 0.7em 0.7em 2em;
        background: rgba(0, 0, 0, 0.1);
        border-bottom: rgba(0, 0, 0, 0.1);
    }
    .gnav-sub_a:before{
        content: "●";
        padding-right: 0.2em;
        font-size: 12px;
        color: rgba(255,255,255,0.5);
        vertical-align: 0.1em;
    }
    .gnav-sub.current {
        position: relative;
        top: inherit;
        display: block;
        width: inherit;
        background: inherit;
    }
    .gnav-sub.current .gnav-sub_a{
        color: #fff;
        padding: 0.7em 0.7em 0.7em 2em;
        justify-content: flex-start;
    }
    .gnav-sub_child{
        display: block;
    }
    .gnav-sub_child--a{
        display: flex;
        font-size: 13px;
        padding: 0.7em 0.7em 0.7em 4em;
        color: #fff;
        background: rgba(0, 0, 0, 0.2);
    }
    .gnav-sub_child--a:before{
        content: "・";
    }
    .gnav-sub_a.show,
    .gnav-sub_child--a.show,
    .gnav-sub.current .gnav-sub_a.show{
       background: var(--dgray);
    }
    .gnav-contact{
        display: flex;
        margin: 1em auto;
        width: 90%;
        border: 1px solid #fff;
        background: rgba(255,255,255,0.9);
        color: var(--blue);
    }
    .gnav-contact:after {
        content: "お問い合わせ";
        display: inline-block;
        margin-left: 5px;
        position: relative;
        top: inherit;
        right: inherit;
        width: auto;
        height: auto;
        transition: nonel;
        transform: none;
    }
    .gnav-contact img{
        filter: none;
    }
    .gtranslate_wrapper {
        margin: 1em 0 0;
        justify-content: center;
    }
    .gtranslate_wrapper a{
        padding: 1em;
        color: #fff;
        background: rgba(255,255,255,0.1);
        border: 1px solid #fff;
        width: 4em;
        text-align: center;
    }
    a.glink.gt-current-lang {
        font-weight: bold;
        color: #fff;
        background: rgba(255,255,255,0.3);
    }
}
@media screen and (max-width: 480px) {
    .header-h1_a {
        padding: 0.6em 0 !important;
    }
    .trigar {
        margin: 0 0.8em;
    }
}


/*BREAD*/
.breadcrumbs{
    padding: 0 2em;
}
.breadcrumbs span{
    font-size: clamp(11px, 1.1vw, 13px);
    color: var(--dgray);
}
.breadcrumbs a span{
    color: var(--black);
}
.breadcrumbs a:hover span{
    color: var(--blue);
}
.breadcrumbs small{
    font-size: 11px;
    vertical-align: middle;
    color: var(--dgray);
}
@media screen and (max-width: 780px) {
    .breadcrumbs{
        padding: 0.7em 1em;
        background: var(--back);
        line-height: 1.1;
    }
}

/*FOOTER BTN*/
.footer-nav{
    background: var(--dgray);
    text-align: center;
    padding: 0.7em 1em;
}
.footer-nav_a{
    color: #fff;
    font-size: clamp(12px, 1.2vw, 14px);
    padding-right: 1em;
    letter-spacing: 0;
}
.footer-nav_a:before{
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.7em;
    background: #fff;
    margin-right: 1em;
}
.footer-nav_a:first-child:before{
    display: none;
}
.footer{
    background: var(--grad);
    padding: 2em 0 5em;
}
.footer-wrapper{
    display: block;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
.footer-logo{
    display: block;
    margin: 0 auto;
    width: clamp(150px, 13vw, 210px);
}
.footer-address{
    display: inline-block;
    text-align: left;
}
.footer-desks{
    display: flex;
    justify-content: center;
    gap: 0 2em;
}
.footer p{
    line-height: 1.4;
    color: #fff;
    font-size: clamp(11px, 1.1vw, 12px);
    letter-spacing: 1px;
    margin-bottom: 0;
}
.footer b{
    display: block;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    margin-bottom: 0.5em;
}
.footer dt,
.footer dd,
.footer a{
    font-size: 11px;
    color: #fff;
    letter-spacing: 1px;
}
.footer dl{
    display: grid;
    grid-template-columns: 3.5em 1fr;
}
.footer-desk b{
    font-size: clamp(12px, 1.2vw, 13px);
    color: rgba(255,255,255,0.8);
}
.footer-desk dt,
.footer-desk dd,
.footer-desk a{
    color: rgba(255,255,255,0.8);
}
.footer-office,
.footer-head_office{
    width: 26em;
    font-size: clamp(11px, 1.1vw, 12px);
    margin: 0 auto;
}
.footer-copy{
    text-align: center;
    margin: 2em auto 0;
    color: #fff;
    font-size: 12px;
}
@media screen and (max-width: 1180px) {
    .footer-office,
    .footer-head_office{
        width: 30em;
    }
}
@media screen and (max-width: 980px) {
    .footer-wrapper .footer-desks{
        gap: 0 1em;
    }
}
@media screen and (max-width: 780px) {
    .footer-desks{
        display: block;
    }
    .footer-desk{
        margin-bottom: 1em;
    }
}
@media screen and (max-width: 480px) {
    .footer-nav_a{
        padding: 0 0.5em;
    }
    .footer-nav_a:before{
        display: none;
    }
    .footer-office,
    .footer-head_office{
        width: 100%;
    }
}


/*TOTOP*/
#totop {
    position: fixed;
    bottom: 90px;
    right: 12px;
    z-index: 99999;
    width: 50px;
    height: 50px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s all opacity;
    background: var(--blue);
}
#totop:before{
    content: "";
    width: 20px;
    height: 20px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center;
}
#totop.is-visible { 
	opacity: 1; 
	pointer-events: auto; 
}
#totop:hover{
	transform: scale(1.2,1.2);
}
@media screen and (max-width: 980px) {
	#totop {
        width: 40px;
        height: 40px;
        bottom: 80px;
        right: 3px;
	}
    #totop:before {
        width: 10px;
        height: 10px;
    }
}
@media screen and (max-width: 480px) {
	#totop {
        width: 30px;
        height: 30px;
	}
    #totop:before {
        width: 5px;
        height: 5px;
    }
}
