@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat&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}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-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}button,select{text-transform:none}button,input,select,textarea{background-color:transparent;border-style:none;color:inherit}select{-moz-appearance:none;-webkit-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;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{font-style:normal}
a { color: #222; transition: all .2s ease-out; text-decoration: none;}
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: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; font-size: 1.6rem; font-weight: 500; line-height: 1.4; letter-spacing: 0.01em; font-feature-settings: 'palt'; color: #222;}
#container { width: 100%; overflow: hidden;}
i { font-family: 'Montserrat', sans-serif; font-weight: 400!important;}


/*HEADER*/
/*******************************************************************/
#header { position: absolute; top: 0; left: 0; display: flex; justify-content: space-between; align-items: center; width: 100%; height: 120px; padding: 0 4%; z-index: 100;}
#logo { width: 24%;}
@media screen and (min-width: 1024px) {
	#nav { flex: 1;}
	#nav ul { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 8px 32px; font-weight: 700;}
	#nav ul a { position: relative; display: block;}
	#nav ul li.on a::before { content: ''; position: absolute; top: -24px; left: 50%; transform: translateX(-50%); width: 10px; height: 10px; background: #F27900; border-radius: 50%;}
	#open { display: none;}
}
@media only screen and (max-width: 1023px){
	#header { height: 70px;}
	#logo { width: 64%; max-width: 280px;}
	#nav { pointer-events: none; opacity: 0; position: fixed; top: 0; right: 0; transform: translateX(100%); display: flex; flex-direction: column; gap: 8px; min-width: 200px; max-height: 100svh; padding: 60px 48px; background: #FFF; border-bottom-left-radius: 30px; box-shadow: 0 0 10px rgba(0,0,0,.15); z-index: 1000; transition: .4s cubic-bezier(.645,.045,.355,1); overflow-y: auto; overscroll-behavior: contain;}
	#nav ul { margin-bottom: 24px; border-top: 1px solid #D6D6D6;}
	#nav ul > li > a { display: block; padding: 16px 0; border-bottom: 1px solid #D6D6D6;}
	#open { position: fixed; top: 16px; right: 16px; text-align: center; cursor: pointer; z-index: 1000; pointer-events: auto;}
	#open div { position: relative; width: 28px; height: 16px;}
	#open i { font-size: 1rem; 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; opacity: 1; transform: translateX(0);}
}


/*FOOTER*/
/*******************************************************************/
#pagetop { display: none; position: fixed; right: 4%; bottom: 4%; z-index: 100;}
.sitemap { padding: 48px 4%; background: #F27900; color: #FFF;}
.sitemap ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 32px;}
.sitemap ul li a { color: #FFF;}
.info { display: grid; grid-template-columns: auto auto; justify-content: center; align-items: center; gap: 8px 48px; padding: 48px 4%;}
.info dt { grid-row: 1 / 3; display: flex; flex-direction: column; align-items: center; gap: 16px; font-size: 1.8rem;}
.tel a { display: inline-block; padding-left: 23px; background: url("../img/common/tel.svg") left center no-repeat; font-size: 3.2rem; color: #222;}
.tel span { display: block; margin-top: 4px; font-size: 1.2rem;}
.copyright { padding: 0 4% 48px; text-align: center; font-size: 1.1rem; font-style: normal; text-transform: uppercase;}
@media only screen and (max-width: 1023px){
	.info { grid-template-columns: auto;}
}


/*CONTENTS*/
/*******************************************************************/
article { position: relative; padding: 96px 0;}
#main article:nth-child(odd) { background: #F4F4F4;}
article header { position: relative; width: 92%; max-width: 1000px; margin: 0 auto 40px; text-align: center;}
article header h2 { font-size: 3rem; font-weight: 500;}
article header h2::after { content: ''; display: block; width: 56px; height: 4px; margin: 12px auto 16px; background: #F27900;}
article header.left h2::after { margin-left: 0;}
article header i { color: #F27900;}
section { position: relative; width: 92%; max-width: 1000px; margin: 0 auto;}
section + section { margin-top: 96px;}
section.narrow { max-width: 800px;}
section h1 { margin-bottom: 1em; font-size: 3.2rem; font-weight: bold;}
section > h2 { position: relative; margin-bottom: 32px; padding-bottom: 16px; border-bottom: 1px solid #F27900; font-size: 3.2rem; font-weight: bold;}
section h3 { position: relative; margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid #F27900; font-size: 2.4rem; font-weight: bold;}
section h4 { position: relative; margin-bottom: 24px; font-size: 2rem; font-weight: bold;}
section h5 { margin-bottom: 24px; font-size: 1.8rem; font-weight: bold;}
section * + h2, section * + h3, section * + h4, section * + h5, section * + ul, section * + table { margin-top: 64px;}
section ul li { padding-left: 20px; background: url("../img/common/checked.svg") left 0.5em no-repeat;}
section ul.arr li { background-image: url("../img/common/arr.svg");}
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: 100%; border-collapse: collapse;}
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: 1.8;}
section p:not(:last-child) { margin-bottom: 32px;}
section p a { color: #F27900;}
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; gap: 24px 48px;}
.row > * { flex: 1;}
.row header { width: auto;}
.reverse { flex-direction: row-reverse;}
.sp { display: none;}
.radius { border-radius: 8px;}
.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;}


/*TOP*/
#mv { height: 560px; padding: 0;}
#mv h1 { position: absolute; top: 50%; left: 8%; display: flex; justify-content: center; align-items: center; transform: translateY(-40%) !important; padding: 48px; background: rgba(255, 255, 255, 1); border-radius: 8px; z-index: 2; box-shadow: 0 3px 6px rgba(0,0,0,.4);}
#mv figure { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1;}
#mv figure img { width: 100%; height: 100%; object-fit: cover;}
.news dt { float: left; clear: left; padding: 32px 0; font-size: 1.4rem; font-weight: 500; color: #959595;}
.news dd { padding: 32px 0 32px 100px;}
.news dd:not(:last-of-type) { border-bottom: 1px solid #D1D1D1;}
.news dd a { display: block; padding-right: 24px; background: url("../img/common/arr.svg") right center no-repeat;}


/*PAGE*/
#title { position: relative;}
#title figure { height: 320px;}
#title figure img { width: 100%; height: 100%; object-position: center top; object-fit: cover;}
#title ul { padding: 16px 4% 0;}
#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 { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-40%); padding: 32px 8%; background: rgba(255, 255, 255, 0); border-radius: 8px; z-index: 2; backdrop-filter: blur(10px) brightness(132%); z-index: 1;}
#titlebox h1 { position: relative; font-size: 4rem; text-shadow: 1px 1px 20px #FFF, -1px -1px 20px #FFF, -1px 1px 20px #FFF, 1px -1px 20px #FFF, 0px 1px 20px #FFF,  0 -1px 20px #FFF, -1px 0 20px #FFF, 1px 0 20px #FFF; white-space: nowrap;}
.btn { margin-top: 32px; text-align: center;}
.btn a { display: inline-block; margin: 8px; padding: 12px 60px; text-align: center; background: #FFF url("../img/common/arr.svg") right 20px center no-repeat; border: 5px solid rgba(242,121,0,.18); border-radius: 40px; font-weight: bold; text-decoration: none !important; color: #F27900;}
.btn a:hover { background-position: right 16px center;}
.more { text-align: right;}
.more a { display: inline-block; padding-right: 16px; background: url("../img/common/arr.svg") right center no-repeat;}

#newscontainer { display: grid; grid-template-columns: 64% 1fr; gap: 80px;}
#aside .box { margin-bottom: 24px; background: #FFF; border: #F27900 solid 2px; border-radius: 0 0 4px 4px;}
#aside p { margin: 24px 0 !important;}
#aside .box { display: grid; gap: 12px; padding: 24px;}
#aside .box p { margin: 0 !important; font-size: 1.2rem;}
#aside .box p strong { font-size: 1.6rem;}
#aside h2 { margin-bottom: 16px; padding: 4px 12px; background: #F27900; border-radius: 4px; font-size: 1.6rem; color: #FFF;}
#aside .widget { padding-bottom: 24px;}
#aside .widget ul { margin-left: 2em; margin-top: 0; list-style: disc; line-height: 2;}
#aside li { padding-left: 0; background: none;}
#aside form { display: flex; gap: 4px;}
#aside input[type="text"] { display: inline-block; vertical-align: bottom; width: calc(100% - 90px); height: 40px; background: #FFF; border: 1px solid #CCC; border-radius: 5px;}
#aside input[type='submit'] { display: inline-block; vertical-align: bottom; width: 80px; height: 40px; padding: 0; text-align: center; background: #F27900; border-radius: 4px; font-weight: 700; color: #FFF;}
#aside select { width: 100%; padding: 12px 32px 12px 12px; vertical-align: middle; background: #FFF url("../img/common/select.svg") right 8px center no-repeat; border: 1px solid #CCC; border-radius: 5px;}
.alignright { float: right; margin-left: 3em; margin-bottom: 2em;}
.alignleft { float: left; margin-right: 3em; margin-bottom: 2em;}
.aligncenter { display: block; margin-left: auto; margin-right: auto; text-align: center;}
.size-thumbnail { max-width: 250px;}
.screen-reader-text { display: none;}
.pagination { margin-top: 56px; text-align: center; white-space: nowrap;}
.pagination span { height: auto;}
.pagination .nav-links { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 12px;}
.pagination a:not(.top):not(.prev):not(.next):not(.single-prev):not(.single-next) { background: #FFF; border-radius: 50%; font-weight: 400; text-decoration: none;}
.pagination a:not(.top):not(.single-prev):not(.single-next) { width: 40px; height: 40px; line-height: 40px;}
.pagination a.prev, .pagination a.next { position: relative; text-indent: -9999px; overflow: hidden;}
.pagination a.prev { transform: scaleX(-1);}
.pagination a.prev::before, .pagination a.next::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) rotate(45deg); width: 12px; height: 12px; border-top: 2px solid #222; border-right: 2px solid #222;}
.pagination a.single-prev, .pagination a.single-next { display: flex; align-items: center; gap: 8px;}
.pagination a strong { display: inline-block; width: 21px; height: 21px; text-align: center; vertical-align: middle; background: #F27900; border-radius: 50%; font-size: 1.6rem; line-height: 1.2; color: #FFF;}
.pagination a.top { margin: 0 8px; text-decoration: none;}
.pagination span.current { display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; background: #F27900; border-radius: 50%; font-weight: 400; color: #FFF;}
.meta { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px; margin: 24px 0 40px;}
.meta time { font-size: 1.4rem; color: #F27900;}
.cat { margin: 0!important; list-style: none!important;}
.cat li { display: inline-block; padding-left: 0; background: none;}
.cat a { display: inline-block; min-width: 122px; padding: 4px; text-align: center; background: #F27900; border-radius: 4px; text-decoration: none; color: #FFF;}

.book li { padding: 16px 0 16px 56px; background-image: url(../img/common/book.svg); background-position: left center; border-bottom: 1px solid #CCC;}
.book li .publisher { display: block; font-size: 1.2rem; color: #999;}

.flow { margin: 0;}
.flow > li { position: relative; display: grid; grid-template-columns: auto 1fr; gap: 0 40px; margin-bottom: 72px; padding: 40px; background: #FFFDE6; border: 1px solid #FDE7D1;}
.flow > li:not(:first-child)::before { content: ''; position: absolute; top: -56px; left: calc(50% - 15px); width: 31px; height: 37px; background: url("../img/common/flow.svg") center no-repeat;}
.flow > li .num { font-size: 3.6rem; line-height: 1; color: #F27900;}
.flow > li > div { padding-left: 40px; border-left: 1px solid #F27900;}
.flow > li a { text-decoration: underline;}
.address { font-size: 2rem; font-weight: bold;}
.notice { color: #F00;}

.box { margin: 24px 0; padding: 24px; text-align: center; background: #FFF; border: 1px solid #F27900;}
.box th { padding: 8px; text-align: center; background: #EEE; border: 1px solid #CCC;}
.box td { padding: 8px; border: 1px solid #CCC;}
label { display: inline-block;}
input[type="text"], input[type="tel"], input[type="email"], input[type="date"], input[type="password"], select { padding: 8px; background: #FFF; border: 1px solid #C0C0C0; vertical-align: middle; font-size: 16px;}
input[type="checkbox"] { display: none;}
input[type="checkbox"] + span { position: relative; display: block; padding: 4px 0 4px 24px; line-height: 1;}
input[type="checkbox"] + span::before { content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 20px; height: 20px; background: #FFF; border: 1px solid #A6A6A6;}
input[type="checkbox"]:checked ~ span::before { background: #FFF url("../img/common/checked.svg") center no-repeat;}
input[type="radio"] { display: none;}
input[type="radio"] + span { position: relative; display: block; padding: 4px 0 4px 24px; line-height: 1;}
input[type="radio"] + span::before { content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 20px; height: 20px; background: #FFF; border: 1px solid #A6A6A6; border-radius: 50%;}
input[type="radio"] + span::after { content: ''; position: absolute; top: 50%; left: 4px; transform: translateY(-50%); width: 12px; height: 12px; background: #FFF; border-radius: 50%;}
input[type="radio"]:checked ~ span::after { background: #F27900;}
input[type="submit"] { display: block; width: 100%; max-width: 400px; margin: 16px auto 0; padding: 16px 24px; background: #F27900; border-radius: 40px; font-weight: 700; color: #FFF;}
input[type="submit"]:disabled { background: #999;}





@media only screen and (max-width: 768px){
body { font-size: 1.4rem;}
article { padding: 48px 6.4vw;}
article header h2 { font-size: 2.4rem;}
section + section { margin-top: 80px;}
section h1 { font-size: 2.4rem;}
section h2 { font-size: 2.2rem;}
section h3 { font-size: 2rem;}
section h4 { font-size: 1.8rem;}
section h5 { font-size: 1.6rem;}
section * + h2, section * + h3, section * + h4, section * + h5, section * + ul, section * + table { margin-top: 48px;}
section table:not(.noblock) th, section table:not(.noblock) td { display: block;}
section table:not(.noblock) th { width: auto; padding-bottom: 0; border-bottom: none; white-space: normal;}
section table:not(.noblock) 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 { height: 480px;}
#mv h1 { top: 40%; width: 84%; padding: 24px 32px;}
.news dt { float: none; padding: 0;}
.news dd { margin-bottom: 32px; padding: 16px 0 32px;}

#titlebox h1 { font-size: 2.4rem;}

#newscontainer { grid-template-columns: 100%;}
.alignright { float: none; margin: 0 auto;}
.alignleft { float: none; margin: 0 auto;}
.size-thumbnail { max-width: 100%;}

.pagelink li { margin: 4px; font-size: 1.3rem;}
.flow li { padding: 24px;}
.flow li .num { margin-right: 8px; font-size: 2.4rem}


}




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