@charset "utf-8";

/*============================================================
 base.css
============================================================*/
/* Reset
------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

address, em {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	font-weight: normal;
}

legend {
	display: none;
}

img, fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

/* HTML5
------------------------------------------------------------*/
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}

/* scrollbug for FF
------------------------------------------------------------*/
html {
	overflow-y: scroll;
	scroll-behavior: smooth;
	
}

/* Fonts
------------------------------------------------------------*/
body, button, input, select, textarea {
	font-family: 'Noto Sans','Noto Sans JP', sans-serif;
}

/* Form
------------------------------------------------------------*/
button, input, select, textarea {
	outline: none;
	-webkit-appearance: none;
	appearance: none;
}

/* Media
------------------------------------------------------------*/
object, embed {
	vertical-align: top;
}
img {
	max-width: 100%;
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
	-webkit-backface-visibility: hidden;
}

/* link
------------------------------------------------------------*/
a {
	color: #111111;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a > img {
	transition: opacity .3s ease-out;
}
a > img:hover {
	opacity: .6;
}

/* loader
------------------------------------------------------------*/
#loader {
	width: 100%;
	height: 100%;
	background: #fff;
	text-align: center;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
}
#loader div {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.loaderIcon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin: auto;
	position: relative;
	text-indent: -9999em;
	border-top: 1px solid #00aca8;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.5s infinite linear;
	animation: load8 1.5s infinite linear;
}
.loaderIcon::after {
	border-radius: 50%;
	width: 30px;
	height: 30px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

* {
	box-sizing: border-box;
	word-break: break-all;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html {
	font-size: 62.5%;
    min-width: 1200px;
}
body {
	font-family: 'Noto Sans','Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6;
	color: #111;
	text-align: justify;
	position: relative;
	z-index: 1;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2){
	body::before {
		background: url("../img/bg@2x.jpg") no-repeat center top;
	}
}
p:not(:last-child),
ul:not(:last-child),
ol:not(:last-child),
figure:not(:last-child),
table:not(:last-child) {
	margin-bottom: 24px;
}


/* header
------------------------------------------------------------*/
header {
	padding: 16px 0 0;
}
header .inner {
	-webkit-display: flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.header__left {
	gap: 24px;
	-webkit-display: flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.header__left .logo {
	height: 30px;
	display: inline-block;
}
.header__right {
	text-align: right;
}
.header__right ul {
	line-height: 1;
	margin-bottom: 24px;
	-webkit-display: flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.header__right ul li:not(:first-child)::before {
	content: "";
	width: 1px;
	height: 16px;
	background: rgba(255,255,255,.6);
	margin: 0 16px;
	display: inline-block;
	position: relative;
	top: 4px;
}
.header__right ul li a {
	font-size: 14px;
	color: #000;
	text-decoration: none;
    transition-duration: .3s;
}
.header__right ul:first-child a:hover{
	color:#6FBA1D
}
.header__right .sitemap{
	font-size:12px;
}
.header__right .btn {
	font-size:14px;
	color: #fff;
	background: #6FBA1D;
	padding: 12px 24px;
	display: inline-block;
	text-decoration: none;
	letter-spacing: 1px;
	transition-duration: .3s;
}
.header__right .btn:hover {
	opacity:.6;
}
.tel{
	font-size:2.4rem;
	font-weight: bold;
}
.tel p{
	gap:8px;
	align-items: center;
}
.tel p::before{
	content: "";
    background: url(../img/tel.svg) no-repeat;
    width: 22px;
    height: 22px;
    margin-right: 6px;
    display: inline-block;
    position: relative;
}
/* nav
------------------------------------------------------------*/
#menuBtn {
	display: none;
}

nav ul {
	gap: 0 4.16vw;
	-webkit-display: flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 20px 0 0;
}
nav ul li{
    margin-bottom: 24px;
}
nav ul .ac{
	border-bottom: 2px solid #6FBA1D;
    padding-bottom: 8px;
}
nav ul li.ac a {
	color:#6FBA1D;
}
nav li a {
	color: #000;
	display: inline-block;
	text-decoration: none;
	position: relative;
	letter-spacing: 1px;
	transition-duration: .3s;
}
nav li a:hover{
	color: #6FBA1D;
}
nav li a::before {
	content: "";
	width: 0;
	height: 2px;
	background: #fff;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	transition-duration: .3s;
}
nav li a:hover::before,
nav li.ac a::before {
	width: 100%;
}


/* pagetop
------------------------------------------------------------*/
.pagetop {
	display: none;
	position: fixed;
	right: calc(2.6vw - 25px);
	bottom: 5vh;
	z-index: 100;
}
.pagetop a {
	line-height: 50px;
	width: 50px;
	background: #fff;
	display: block;
	text-align: center;
	border-radius: 50%;
	filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
	transition: .3s;
}
.pagetop a span {
	width: 12px;
	height: 12px;
	border-left: 2px solid;
	border-top: 2px solid;
	display: inline-block;
	position: relative;
	top: 4px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: .3s;
	transition: .3s;
}
.pagetop a:hover {
	background: #111;
	filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}
.pagetop a:hover span {
	color: #fff;
}


/* footer
------------------------------------------------------------*/
footer {
	color: #fff;
	backdrop-filter: blur(2px);
	margin-top: 80px;
	position: relative;
	background: #6FBA1D;
}
footer::before {
	content: "";
	background: rgba(0,0,0,.1);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
footer .inner {
	padding: 80px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width:1200px;
}
.footer_btn{
	background:#66AE18;
}
.footer_btn ul{
	display:flex;
	justify-content:space-between;
	width: 100%;
	padding: 24px 0;
	align-items:center;
}
.footer_btn .inner{
	padding:0;
	width:1200px;
}
.footer_btn .button{
	color:#6FBA1D;
	background:#fff;
	padding:12px 40px;
	font-weight:bold;
	text-decoration:none;
    margin-right: 24px;
    transition-duration: .3s;
	font-size:14px;
	border:1px solid #fff;
}
.footer_btn .button:hover{
	color: #fff;
    text-decoration: none;
    background: #6FBA1D;

}
footer .footer__txt .name {
	font-size: 20px;
	margin-bottom: 16px;
}
footer .footer__link {
	gap: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
footer .footer__link ul {
	gap: 16px 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
footer .footer__link a {
	color: #fff;
  	text-decoration: none;
  	transition-duration: .3s;
	font-size: 14px;
}
footer .footer__link a:hover {
	opacity: .6;
}
footer .footer__link a::before{
	content: "";
    border: 1px solid #fff;
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-right: 10px;
    border-top: none;
    border-left: none;
    transform: rotate(-45deg);
    top: -2px;
    position: relative;
}
footer .footer__copy {
	font-size: 1.2rem;
	padding: 24px;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,.1);
}
footer .tel p{
	font-size:34px;
}
footer .tel p::before{
	content: "";
    background: url(../img/tel02.svg) no-repeat;
    width: 34px;
    height: 34px;
    margin-right:12px;
    display: inline-block;
    position: relative;
}


/* トップページ
------------------------------------------------------------*/
#kv{
	/*position: relative;*/
    height: 691px;
    background: url(../img/kv.jpg) no-repeat top center / cover;
}
#kv .inner{
	height:100%;
	position:relative;
}
.kv__catch{
    position:absolute;
    top:72px;
    writing-mode: vertical-rl; /* 縦書きにするためのスタイル */
    text-orientation: upright; /* 縦書き時の文字の向きを設定 */
	font-family:"Noto Serif JP", serif;
	font-size:40px;
	letter-spacing:0.2px;
	left: calc(5vw + 12px);
	
}
.kv__catch .catch_eng{
	font-family:"Lora", serif;
	font-size:16px;
	color:#9B9176;
	text-orientation: mixed;
	letter-spacing:2px;
}
.kv__catch .catch_txt{
	margin-right:24px;
}
.kv__catch .catch_txt span{
	margin-right:20px;
}
.sec01__wrap {
	background: #fff;
	padding: 40px 152px;
	text-align:center;
	margin:40px 0 40px;
}
.sec01__wrap h2{
	color:#fff;
	background:#6FBA1D;
	padding:4px 16px;
    display: inline-block;
	margin-bottom:24px;
	font-weight: normal;
}
.sec_wrap{
	background:#F9F9F9;
	padding:40px 80px;
}
h2{
	margin-bottom:24px;
}
.multi mb__m{
	align-items:center;
}
.btn{
	background:#6FBA1D;
	padding:8px 0;
	display:inline-block;
    transition-duration: .3s;
}
.btn a{
	color:#fff;
	text-decoration:none;
	display:inline-block;
	width:160px;
    text-align: center;
	font-size:14px;
}
.btn:hover{
	opacity:.6;
}
#sec02_02{
	margin-top:40px;
}
#sec02_02 .sec_wrap{
	background:#F9F9F9;
}
.sec03__list {
	padding: 40px 0;
	gap: 24px;
	-webkit-display: flex;
	display: flex;
}
.sec03__box {
	width: calc((100% - 48px) / 3);
	background: #fff;
	display: block;
	text-decoration: none;
	transition-duration: .3s;
}
.sec03__box:hover {
	background: #f5f5f5;
	box-shadow: none;
}
.sec03__box:hover figure::before {
	background: rgba(0,0,0,.4);
}
.sec03__box:hover figure img {
	transform: scale(1.05);
}
.sec03__box figure {
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
}
.sec03__box figure::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	transition-duration: .3s;
}
.sec03__box figure img {
	transition-duration: .3s;
}
.sec03__box .txtArea {
	padding: 40px;
	background:#E8F6DF;
	height:100%;
}
.sec03__box .txtArea h2 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 16px;
}
.sec03__box .txtArea p{
	margin-bottom:16px;
}
.sec03__box .txtArea a{
	color:#6FBA1D;
	text-decoration:none;
	background:#fff;
	border:1px solid #6FBA1D;
	padding: 8px 92px;
    display: inline-block;
    text-align: center;
	font-weight:bold;
    transition-duration: .3s;
	font-size:14px;
}
.sec03__box .txtArea a:hover{
	color:#fff;
	text-decoration:none;
	background:#6FBA1D;
}
.sec03__box .button{
	text-align:center;
}
.sec05__wrap {
	background: #fff;
	padding: 40px 152px;
	margin-top:40px;
}
#sec05 h2 {
	margin-bottom: 24px;
	gap: 24px;
	-webkit-display: flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	border-bottom:1px solid #6FBA1D;
	padding-bottom:10px;
}
#sec05 h2 .en {
	font-weight: 700;
	letter-spacing: 1px;
}
#sec05 dl {
	margin-bottom: 24px;
	gap: 16px 0;
	-webkit-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#sec05 dl dt {
	width: 220px;
}
#sec05 dl dd {
	width: calc(100% - 220px);
}
#sec05 dl dd a{
	transition-duration: .3s;
	color: #6FBA1D;
	text-decoration: underline;
}
#sec05 dl dd a:hover{
	text-decoration:none;
	opacity:.6;
}
.newsLabel {
    display: inline-block;
    color: #FFF;
    font-size: 1.2rem;
    width: 80px;
    text-align: center;
    margin-left: 20px;
    padding: 2px;
    border-radius: 15px;
	background:#6FBA1D;
}
#sec05 p{
	text-align:right;
}
#sec05 p a{
	color:#fff;
	text-decoration:none;
	background:#6FBA1D;
	padding:12px 40px;
	display:inline;
	transition-duration: .3s;
	font-size:14px;
}
#sec05 p a:hover{
	opacity:.6;
}

/* 下層ページ
------------------------------------------------------------*/
.pankuzu {
	gap: 16px 0;
	-webkit-display: flex;
	display: flex;
}
.pankuzu li {
	font-size: 1.4rem;
	color: #fff;
}
.pankuzu li:not(:last-of-type)::after {
	content: "";
	width: 10px;
	height: 1px;
	background: rgba(255,255,255,.6);
	margin: 0 10px;
	display: inline-block;
	position: relative;
	top: -2px;
}
.pankuzu li a {
	color: #fff;
}
.inner {
	width:100%;
	max-width: calc(1200px + 10vw);
	padding: 0 5vw;
	margin: auto;
}
#bnr {
	padding: 40px 0;
}
.bnr__list {
	gap: 40px;
	-webkit-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
.bnr__list > * {
	width: calc((100% - 80px) / 3);
	border: 1px solid #fff;
}
h1 {
	font-size: 1.2rem;
	color: #000;
}
h2{
	font-size: 2rem;
	font-weight:700;
}
.pageTtl {
	background-image: url(../img/kv02.jpg);
    background-size: cover;
    background-position: center;
    height: 200px;
    padding: 50px 0;
    position: relative;
	text-align:center;
}
.mg{
	margin-top:13px;
}
.pageTtl::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.pageTtl .inner {
	-webkit-display: flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: center;
}
.pageTtl h2 {
	color: #fff;
	margin-bottom: 40px;
	gap: 8px;
	-webkit-display: flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	z-index: 1;
}
.pageTtl h2 .jp {
	font-size: 4rem;
	font-weight: 500;
	letter-spacing: 2px;
}
.pageTtl h2 .en {
	font-size: 1.6rem;
	letter-spacing: 4px;
}
.kv03 {
	background-image: url(../img/kv03.jpg);
    background-size: cover;
    background-position: center;
    height: 200px;
    padding: 50px 0;
    position: relative;
	text-align:center;
}
.kv04 {
	background-image: url(../img/kv04.jpg);
    background-size: cover;
    background-position: center;
    height: 200px;
    padding: 50px 0;
    position: relative;
	text-align:center;
}
.ttl__l {
	font-size: 2.4rem;
	font-weight: 600;
	padding: 16px 0 4px 0;
	margin: 80px 0 24px;
	position: relative;
	letter-spacing: 1px;
	border-image-slice: 1;
	border-image-width: 0 0 1px;
	border-bottom: 1px solid #6FBA1D;
	color:#6FBA1D;
	line-height:2;
}
.ttl__l span{
	border:1px solid #6FBA1D;
	border-radius:99px;
	padding: 4px 16px 6px;
	font-size: 1.6rem;
}
.ttl__l:first-child {
	margin-top: 0;
}
.listTtl{
	margin-bottom:0 !important;
}
.contents .reason_wrap{
	font-size:18px;
	margin-bottom:24px;
}
.contents .reason_wrap dl{
	display:flex;
}
.contents .reason_wrap dt{
	width:25%;
	margin-right: 8px;
	margin-bottom:8px;
}
.contents .reason_wrap dd{
	width:75%;
}
.reason_wrap {
    background: #F9F9F9;
    padding: 32px 40px;
}
/*.ttl__l::before {
	content: "";
	width: 4px;
	height: 24px;
	background: #d03c31;
	display: inline-block;
	position: absolute;
	top: calc(50% - 12px);
	left: 0;
}*/
.popup {
	display: none;
}

.popup-open {
	cursor: pointer;
	color: #fff;
    background: #6FBA1D;
    padding: 8px 24px;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 1px;
    transition-duration: .3s;
}
.popup-open::after {
    content: "";
    border: 2px solid #fff;
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-left: 10px;
    border-top: none;
    border-left: none;
    transform: rotate(-45deg);
    top: -2px;
    position: relative;
}

.popup-open:hover{
	opacity:.6;
}

.popup-overlay {
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明の背景 */
}
.popup:checked ~ .popup-overlay {
	display: block;
	z-index: 99999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

.popup-window {
	position: relative;
	width: 90vw;
	max-width: 780px;
	padding: 28px;
	background-color: #ffffff;
	border-radius: 6px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    text-align: left;
}
.popTtl{
	font-size:2.4rem;
	font-weight:bold;
}
.popup-text {
	margin: 0;
	display:flex;
	gap:24px;
}
.popup-text img{
	margin-bottom:24px;
}
.popup-text ol{
	padding:56px 0 0 0;
}
.popup-text:not(:last-of-type) {
	margin-bottom: 2em
}

.popup-close {
	cursor: pointer;
	position: absolute;
	top: -22px;
	right: 0;
}

ul.tabMenu {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 30px;
}
.tabMenu .ac {
    border-top: 3px solid #6FBA1D;
    border-bottom-color: #fff;
    font-weight: bold;
}
.tabMenu .select a{
	color:#6FBA1D;
}
.tabMenu li a:hover {
    opacity: 0.6;
}
.tabMenu li a {
    display: block;
    padding: 15px;
	transition-duration: .3s;
}
.tabMenu li {
    display: table-cell;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 120%;
}
.sitemapList li{
	margin-bottom:16px;
}
.sitemapList li a::before {
    content: "";
    border: 1px solid #6FBA1D;
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-right: 16px;
    border-top: none;
    border-left: none;
    transform: rotate(-45deg);
    top: -2px;
    position: relative;
}
.sitemapList li a{
	transition-duration:.3s;
}
.sitemapList li a:hover{
	color: #6FBA1D;
}
/* aside
--------------------------------*/
main{
	margin-right: 60px;
    -ms-flex-preferred-size: 830px;
    flex-basis: 830px;
    max-width: 830px;
}
aside {
    -ms-flex-preferred-size: 330px;
    flex-basis: 330px;
    max-width: 330px;
    flex-shrink: 0;
}
/* sideNav
--------------------------------*/

ul.sideNav{
	margin-bottom: 20px;
}

ul.sideNav li:not(:first-child){
	border-bottom: solid 1px #dae1e7;
}

ul.sideNav li a{
	display: block;
	padding: 10px 15px 10px 25px;
	text-decoration: none;
	letter-spacing: 1;
	transition-duration:.3s;
}

ul.sideNav li a:hover{
	color:#6FBA1D;
}

ul.sideNav li:first-child{
	font-size: 1.6rem;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	padding: 15px;
	letter-spacing: 1px;
	background:#6FBA1D;
	position: relative;
}

ul.sideNav li:not(:first-child) a{
	position: relative;
}

ul.sideNav li:not(:first-child) a::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #6FBA1D;
	display: inline-block;
	position: absolute;
	top: calc(50% - 6px);
	left: 10px;
}

ul.sideNav li.acRecruit a{
	opacity: 1;
}
ul.sideNav li:first-child a::before{
	content: "";
	display: block;
	width: 3px;
	height: 20px;
	background: #0096e7;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ttl__m {
	font-size: 1.8rem;
	font-weight: 600;
	color: #fff;
	background: #d03c31;
	padding: 8px 24px;
	margin: 64px 0 24px;
}
.ttl__m .label {
	font-size: 1.4rem;
	font-weight: 500;
	color: #111;
	background: #fff;
	padding: 4px 16px;
	margin-left: 16px;
	display: inline-block;
	border-radius: 30px;
}
.ttl__l + .ttl__m,
.ttl__m:first-child {
	margin-top: 0;
}
.ttl__s {
	font-size: 2rem;
	font-weight: 600;
	padding-bottom: 8px;
	margin: 40px 0 16px;
	border-bottom: 1px solid #ddd;
}
.ttl__s.align__c {
	-ms-align-items: center;
	align-items: center;
}
.ttl__s:has(span) {
	gap: 8px;
	-webkit-display: flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.ttl__s .label {
	font-size: 1.4rem;
	width: max-content;
	color: #fff;
	background: rgb(113,234,175);
	background: linear-gradient(270deg, rgba(113,234,175,1) 0%, rgba(83,165,100,1) 100%);
	padding: 4px 16px;
	display: inline-block;
}
.ttl__m + .ttl__s,
.ttl__s:first-child {
	margin-top: 0;
}
.align__c {
	text-align: center;
}
.indent {
	padding-left: 1em;
	text-indent: -1em;
}
ol {
	padding-left: 20px;
}
ol > li {
	list-style-type: disc;
}
ol.decimal > li {
	list-style-type: decimal;
}
ol.space > li:not(:last-of-type) {
	margin-bottom: 24px;
}
.x1 {
	gap: 24px;
	-webkit-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.x1 > * {
	width: 100%;
}
.x2 {
	gap: 24px;
	-webkit-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.x2 > * {
	width: calc((100% - 24px) / 2);
}
.x3 {
	gap: 40px;
	-webkit-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.x3 > * {
	width: calc((100% - 80px) / 3);
}
.x3 li{
	padding:24px;
    background:#F9F9F9;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
	text-align:center;
}
.x3 .txtArea{
	text-align:center;
	font-weight:bold;
    margin-top: 16px;
}
.sp {
	display: none;
}
iframe {
	width: 100%;
	height: 400px;
	border: none;
}
.btn__wrap {
	text-align: right;
}
.btn__more,
.btn__entry {
	color: #fff;
	background: #6FBA1D;
	padding: 8px 24px;
	display: inline-block;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition-duration: .3s;
}
.btn__more:hover,
.btn__entry:hover {
	opacity:.6;
}
.btn__more.ac {
	pointer-events: none;
}
.btn__more.ac::before {
	background: #111;
}
.btn__more.gray {
	color: #111;
}
.btn__more.gray::before {
	background: #f6f9fc;
}
.btn__more.gray::after {
	background: #eee;
}
.btn__entry {
	font-size: 2rem;
	padding: 16px 40px;
	border: none;
	cursor: pointer;
}
.inner:has(.contents) {
	position: relative;
	z-index: 1;
}
.contents {
	background: #fff;
	position: relative;
	/*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    padding: 64px 0 32px !important;
    max-width: calc(1200px + 10vw) !important;
}
.contents + .contents {
	z-index: -1;
}
.contents + .contents + .contents {
	z-index: -10;
}
.contents.colum{
	display:flex;
}
.contents:has(.subNav) {
	padding-top: 56px;
	position: relative;
}
.contents .multi{
	align-items:flex-start;
}
.profile img{
	margin-bottom:24px;
	width:400px;
	height:300px;
}
.profile .multi__txt p{
	margin-bottom:0px;
	margin-top:24px;
	color: #6FBA1D;
}
.profile dl{
	display:flex;
    flex-wrap: wrap;
	margin-top:0;
	border-bottom: 1px solid #ddd;
    padding: 4px 0;
}
.profile dl dt{
	width:15%;
}
.profile dl dd{
	width:85%;
}
.subNav {
	border-bottom: 1px solid #ddd;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.subNav ul {
	-webkit-display: flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.subNav ul li {
	width: 100%;
}
.subNav ul li:not(:last-of-type) {
	border-right: 1px solid #ddd;
}
.subNav ul li.ac a {
	background: #f6f9fc;
}
.subNav ul li a {
	padding: 16px;
	display: block;
	text-align: center;
	text-decoration: none;
	transition-duration: .3s;
}
.subNav ul li a:hover {
	background: #f6f9fc;
}
.contBox {
	padding: 64px 0;
}
.siteList ul li a{
	color:red;
}
.newsBox dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px 40px 20px 40px;
    border-bottom: solid 1px #dae1e7;
}
.newsBox dl dd a{
	transition-duration: .3s;
}
.newsBox dl dd a:hover{
	color:#6FBA1D;
}
.newsBox dl dt {
    -ms-flex-preferred-size: 35%;
	flex-basis: 25%;
    max-width: 25%;
    /*flex-basis: 32%;
    max-width: 32%;*/
}
.newsBox dl dd {
    -ms-flex-preferred-size: 65%;
    flex-basis: 75%;
    max-width: 75%;
	/*flex-basis: 68%;
    max-width: 68%;*/
}

table {
	width: 100%;
	table-layout: fixed;
}
table th,
table td {
	padding: 16px 24px;
	border: 1px solid #ddd;
}
table th {
	background: #f6f9fc;
}
.table__basic dl {
	background: #f6f9fc;
	-webkit-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	border-bottom: 1px solid #ddd;
}
.table__basic dl dt,
.table__basic dl dd {
	padding: 16px 24px;
}
.table__basic dl dt {
	width: 20%;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}
.table__basic dl dd {
	width: 80%;
	background: #fff;
}
.table__line dl {
	-webkit-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.table__line dl dt,
.table__line dl dd {
	padding: 24px;
	border-bottom: 1px solid #ddd;
}
.table__line dl dt {
	width: 20%;
	border-bottom: 1px solid #ccc;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	background:#F2F2F2;
}
.table__line dl dd {
	width: 80%;
}
.multi {
	width: 100%;
	gap: 36px;
	-webkit-display: flex;
	display: flex;
	align-items:center;
}
.multi + .multi {
	margin-top: 40px;
}
.multi__img {
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	text-align:center;
}
.multi__img p{
	color:#6FBA1D;
	font-weight:bold;
	background:#fff;
	border:1px solid #6FBA1D;
	border-radius:24px;
	padding:8px 16px;
}
.multi__txt {
	width: 100%;
}
.multi__txt p{
	
}
.multi__txt .btn{
	font-size: 1.4rem;
    color: #fff;
    background: #6FBA1D;
    padding: 12px 24px;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 1px;
    transition-duration: .3s;
}
.flow .multi__txt ul{
	display:flex;
	align-items:center;
}
.flow .btn{
	margin-left:24px;
}
.stepContent::after {
    content: "";
    display: inline-block;
    height: calc(100% - 35px);
    border-left: solid 4px #ccc;
    position: absolute;
    top: 30px;
    left: 10px;
    z-index: 10;
    pointer-events: none;
}
.flow h3 span{
	background:#6FBA1D;
	color:#fff;
	margin-right:12px;
	border-radius:0;
}
.reason_txt{
	font-weight:bold;
	font-size:24px;
}
.reason_wrap dl {
    display: block;
}
.wrap__bg {
	background: #f6f9fc;
	padding: 24px 32px;
}
.index__list {
	gap: 40px;
	-webkit-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.index__box {
	width: calc((100% - 40px) / 2);
	background: #f6f9fc;
	display: block;
	text-decoration: none;
	transition-duration: .3s;
}
.index__box:hover figure::before {
	background: rgba(0,0,0,.4);
}
.index__box:hover figure img {
	transform: scale(1.05);
}
.index__box figure {
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
}
.index__box figure::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	transition-duration: .3s;
}
.index__box figure img {
	transition-duration: .3s;
}
.index__box .txtArea {
	padding: 24px;
}
.person__list {
	gap: 40px;
	-webkit-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.person__box {
	width: calc((100% - 40px) / 2);
	background: #f6f9fc;
	display: block;
	text-decoration: none;
	transition-duration: .3s;
}
.person__box:hover {
	background: #f5f5f5;
	box-shadow: none;
}
.person__box:hover figure::before {
	background: rgba(0,0,0,.4);
}
.person__box:hover figure img {
	transform: scale(1.05);
}
.person__box figure {
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
}
.person__box figure::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	transition-duration: .3s;
}
.person__box figure img {
	transition-duration: .3s;
}
.person__box .txtArea {
	padding: 24px;
}
.schedule__item {
	padding-left: 48px;
	position: relative;
}
.schedule__item::after {
	content: "";
	width: 11px;
	height: 11px;
	background: #d03c31;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 0;
}
.schedule__item:not(:last-of-type) {
	padding-bottom: 24px;
}
.schedule__item:not(:last-of-type)::before {
	content: "";
	width: 1px;
	background: #aaa;
	display: block;
	position: absolute;
	top: 8px;
	left: 5px;
	bottom: -8px;
}
.schedule__item dl {
	gap: 0 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.schedule__item dl dt {
	font-size: 1.8rem;
	width: 10%;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	letter-spacing: 1px;
}
.schedule__item dl dd .ttl {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 8px !important;
}
.gallery {
	gap: 16px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.gallery li {
	width: calc((100% - (16px * 2)) / 3);
}
.table__scroll {
	margin-bottom: 24px;
}


/* form
------------------------------------------------------------*/
.formIcon {
	font-size: 1.2rem;
	color: #fff;
	background: #6FBA1D;
	padding: 0 10px;
	margin-right: 5px;
	display: inline-block;
}
.formIcon.option {
	color: #111;
	background: #fff;
	border: 1px solid #ddd;
}
form input:not([type="file"]), form textarea, form select {
	width: 100%;
	padding: 15px 20px;
	border: 1px solid #ddd;
}
form textarea {
	width: 100% !important;
	min-height: 20vh;
	display: block;
	resize: vertical;
}
form select {
	background: url("../img/i_select.svg") no-repeat center right 20px #fff;
}
form ::-ms-input-placeholder {
	color: #aaa;
}
form :-ms-input-placeholder {
	color: #aaa;
}
form ::placeholder {
	color: #aaa;
}
form .agreeArea {
	margin: 40px 0;
	text-align: center;
}
form input[type=radio], form input[type=checkbox] {
	display: none;
}
form label {
	padding-left: 30px;
	display: inline-block;
	cursor: pointer;
	position: relative;
}
form label:not(:last-child) {
	margin-right: 1vw;
}
form label .radio-icon, form label .checkbox-icon {
	line-height: 20px;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 4px;
	left: 0;
}
form label .radio-icon::after, form label .checkbox-icon::after {
	content: "";
	background: #fff;
	width: 16px;
	height: 16px;
	margin-top: -11px;
	display: block;
	border: 2px solid #ccc;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transition: border-color .2s linear;
	transition: border-color .2s linear;
}
form label .radio-icon::after {
	border-radius: 50%;
}
form label .radio-icon::before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #111;
	margin-top: -6px;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 5px;
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	z-index: 10;
}
form label.agree {
	background: #fff;
	padding: 15px 30px 15px 60px;
	display: inline-block;
	border: 1px solid #ddd;
	transition: .3s;
}
form label.agree .radio-icon, form label.agree .checkbox-icon {
	top: calc(50% - 8px);
	left: 30px;
}
form label.agree:hover {
	background: #F4F9FC;
}
form input[type=radio]:checked ~ .radio-icon::before {
	opacity: 1;
}
form .checkbox ~ .checkbox-icon::before {
	content: "";
	width: 5px;
	height: 9px;
	margin-top: -9px;
	display: block;
	border-right: 3px solid #111;
	border-bottom: 3px solid #111;
	position: absolute;
	top: 50%;
	left: 6px;
	opacity: 0;
	transition: opacity 0.2s linear;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}
form .checkbox:checked ~ .checkbox-icon::before {
	opacity: 1;
}
form .birth {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
form .birth__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
form .birth__box:not(:first-of-type) {
	padding-left: 30px;
}
form .birth__box.size__l {
	width: 30%;
}
form .birth__box.size__s {
	width: 20%;
}
form .birth__box p {
	margin-left: 10px;
	margin-bottom: 0 !important;
}
form .address__post {
	gap: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
form .address__post input {
	width: 100px;
}
form .address__txt {
	margin-top: 10px;
}
.remodal {
	max-width: 1000px!important;
	padding: 40px 80px!important;
	text-align: left!important;
}
.num__txt {
	gap: 24px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.num__txt > dt {
	width: 40px;
}
.num__txt > dd {
 	width: calc(100% - 40px);
}

@media screen and (max-width:600px) {
	　* {
		-webkit-appearance: none;
		}
	  html {
		font-size: 58%;
		min-width: inherit;
		height: -webkit-fill-available;
	  }
	  body {
		font-size: 1.6rem;
		min-height: 100vh;
		min-height: -webkit-fill-available;
	  }
	 .sp {
		display: block;
	 }

  /* header
  ------------------------------------------------------------*/
	 header {
		height: 60px;
		background: #fff;
		padding: 0;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1000;
	  }
	 header .inner {
		height: 100%;
		align-items: center;
	 }
	 .header__left .logo {
		height: 40px;
	 }
	 .header__left .logo img {
		 width:90%;
		 height: 90%;
	 }
	 .header__right {
		display: none;
	 }
	

  /* nav
  ------------------------------------------------------------*/
	#menuBtn {
		width: 40px;
		height: 20px;
		padding: 20px 0;
		display: block;
		cursor: pointer;
		position: fixed;
		top: 10px;
		right: 5vw;
		z-index: 1000;
		transition: .3s;
        background: #fff;
	}
	#menuBtn > span {
		width: 40px;
		height: 2px;
		background: #6FBA1D;
		display: inline-block;
		position: absolute;
		left: calc(50% - 20px);
		transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.2s, width 0.3s cubic-bezier(0.65, 0, 0.35, 1), background 0.3s;
	}
	#menuBtn > span:nth-of-type(1) {
		top: calc(50% - 9px);
	}
	#menuBtn > span:nth-of-type(2) {
		top: calc(50% - 1px);
	}
	#menuBtn > span:nth-of-type(3) {
		width: 24px;
		top: calc(50% + 8px);
	}
	#menuBtn.ac > span {
		background: #111;
	}
	#menuBtn.ac > span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}
	#menuBtn.ac > span:nth-of-type(2) {
		width: 0;
	}
	#menuBtn.ac > span:nth-of-type(3) {
		width: 40px;
		-webkit-transform: translateY(-8px) rotate(45deg);
		transform: translateY(-8px) rotate(45deg);
	}
	#menuBtn.ac:hover > span {
		background: #666;
	}
	nav {
		background: #fff;
		padding-top: 10vh;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 100;
		opacity: 0;
		pointer-events: none;
		transition: opacity .3s;
	}
	nav.ac {
		pointer-events: auto;
		opacity: 1;
	}
	nav ul {
		gap: 0;
		flex-direction: column;
		padding: 0;
	}
	nav ul li{
		border-bottom: 1px solid #ddd;
		margin-bottom:0;
	}
	nav ul li a::after{
	    content: "";
		border: 1px solid #111;
		width: 6px;
		height: 6px;
		display: inline-block;
		margin-left: 10px;
		border-top: none;
		border-left: none;
		transform: rotate(-45deg);
		top: 6px;
		position: relative;
		float:right;
	}
	nav li a {
		font-size: 1.6rem;
		color: #111;
		padding: 16px;
		display: block;
		background:#fff;
	}
	nav li a::before {
		display: none;
	}
	header nav{
		height:auto;
	}
	header nav .inner {
  	  height: auto;
	}
	
	/* pagetop
	------------------------------------------------------------*/
	.pagetop {
		right: 0;
		bottom: 0;
	}
	.pagetop a {
		line-height: 40px;
		width: 40px;
		background: #000;
		border-radius: 0;
		filter: none;
	}
	.pagetop a span {
		color: #fff;
		border-width: 1px;
	}
	
	
	/* footer
	------------------------------------------------------------*/
	footer {
		padding-top: 0;
		margin-top: 40px;
	}
	footer .inner {
		gap: 0;
		flex-wrap: wrap;
        padding: 40px 0;
  	}
  	footer .footer__txt {
    	width: 100%;
		padding-bottom: 40px;
   		text-align: center;
  	}
	footer .footer__txt .sns {
		justify-content: center;
	}
	footer .footer__link {
		width: 100%;
		gap: 0;
	}
	footer .footer__link ul {
		width: 100%;
		margin-bottom: 0;
		gap: 0;
	}
	footer .footer__link ul li {
		border-top: 1px solid rgba(255,255,255,.2);
	}
	footer .footer__link a {
		padding: 16px;
		display: block;
	}
	footer .footer__copy {
		padding: 16px;
	}
	.footer_btn ul{
		display:block;
		text-align:center;
	    padding: 8px 0;
	}
	.footer_btn .button{
		display: none;	
	}
	.footer_btn .tel{
		display:none;
	}
	.footer_btn a{
		display:block;
		width:100%;
		height:100%;
	}
	/* トップページ
	------------------------------------------------------------*/
	#kv {
		padding: 0;
		margin-bottom: 40px;
		margin-top: 60px;
		height:68vw;
	    position: relative;
		background: url(../img/kv_sp.jpg) no-repeat 77% top / cover;
	}
	#kv .inner {
		max-width: 100%;
	}
	.kv__img {
		display: block;
	}
	.kv__catch{
		top:10px;
		left: 40px;
		margin-top: 24px;
		background-color: transparent;
        padding: 0;
	}
	.kv__catch .catch_txt{
		font-size:2.2rem;
		margin-right:4px;
	}
	.kv__catch .catch_eng{
		font-size:1.3rem;
	}
	.kv__catch .catch_txt span{
		margin-right:0;
	}
	.sec01__wrap{
		padding:0;
	}
	.sec01__wrap p{
		text-align:left;
	}
	.sec_wrap{
		padding: 16px 20px;
		margin-bottom:40px;
		text-align:center;
	}
	
	.sec_wrap h2{
		text-align:center;
	}
	.sec_wrap p{
		text-align:left;
	}
	.sec03__box .txtArea h2{
		text-align:center;
	}
	#sec03 {
		margin-bottom: 40px;
	}
	.sec03__list {
		padding: 0;
		gap: 24px;
		flex-wrap: wrap;
	}
	.sec03__box .txtArea p{
		height:auto;
	}
	.sec03__box {
		width: 100%;
	}
	.sec03__box figure img {
		width: 100%;
	}
	.sec05__wrap {
		padding: 24px;
	}
	#sec05 {
		padding: 0;
	}
	#sec05 p{
		text-align:center;
	}
	#sec05 h2 {
		gap: 0;
		flex-direction: column;
	}
	#sec05 dl {
		margin-bottom: 12px;
		gap: 0;
	}
	#sec05 dl dt {
		width: 100%;
	}
	#sec05 dl dd {
		width: 100%;
		padding-bottom: 16px;
		margin-bottom: 16px;
		border-bottom: 1px solid #ddd;
	}


	/* 下層ページ
	------------------------------------------------------------*/
	.pankuzu {
		padding: 0 5vw;
		margin-top: 40px;
	}
	.pankuzu li {
		font-size: 1.4rem;
	}
	.inner {
		max-width: 90vw;
		padding: 0;
		width:100%;
	}
	.bnr__list {
		gap: 16px;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.bnr__list > * {
		width: calc((100% - 16px) / 2);
	}
	h1 {
		display: none;
	}
	.pageTtl {
		margin-top: 60px;
		text-align: center;
		height:160px;
	}
	.pageTtl .inner {
		flex-direction: column;
	}
	.pageTtl h2 {
		margin-bottom: 0;
		gap: 0;
	}
	.pageTtl h2 .jp {
		font-size: 2.2rem;
		letter-spacing: 0;
	}
	.pageTtl h2 .en {
		font-size: 1.2rem;
		letter-spacing: 2px;
	}
	.ttl__l {
		font-size: 2.2rem;
		padding: 8px 0 8px 0;
		margin: 40px 0 16px;
		letter-spacing: 0;
	}
	.ttl__l::before {
		height: 20px;
	}
	.ttl__m {
		font-size: 1.6rem;
		padding: 8px 16px;
		margin: 40px 0 16px;
	}
	.ttl__m .label {
		font-size: 1.2rem;
		padding: 4px 8px;
		margin-left: 8px;
	}
	.ttl__s:has(span) {
		gap: 4px;
	}
	.ttl__s {
		padding-bottom: 8px;
	}
	.ttl__s .label {
		font-size: 1.2rem;
		width: auto;
		padding: 4px 8px;
	}
	.mb__m {
		margin-bottom: 24px;
	}
	.x2 > * {
		width: 100%;
	}
	.x3 {
		gap: 24px;
	}
	.x3 > * {
		width: 100%;
	}
	.popup-window{
		transform: translate(-50%, -43%);
		 max-width: 90%;
		padding:12px;
	}
	.popup-text ol ul{
		margin-bottom: 12px;
	}
	.popup-text ol ul:last-child{
		margin-bottom:0;
	}
	
	.popTtl{
		font-size:1.8rem;
		margin-bottom:12px !important;
	}
	.popup-text {
		display:block;
	}
	.popup-text img{
		margin-bottom:12px;
	}
	.popup-text ol{
		padding-top:0px;
		padding-left:12px;
	}
	iframe {
		height: 240px;
	}
	.btn__wrap {
		text-align: center;
	}f
	.btn__wrap .btn__more {
		padding: 16px 40px;
	}
	.btn__more {
		padding: 8px 16px;
	}
	.contents {
		max-width: 100vw;
		padding: 40px 5vw;
		-ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 32px 5vw !important;
    }
	.contents:has(.subNav) {
		padding-top: 0;
	}
	.subNav {
		padding: 24px 5vw 0;
		border-bottom: none;
		position: static;
	}
	.subNav ul {
		gap: 8px;
		flex-wrap: wrap;
	}
	.subNav ul li {
		width: calc((100% - 8px) / 2);
		border: 1px solid #ddd;
	}
	.subNav ul li a {
		font-size: 1.4rem;
		padding: 8px;
	}
	.contBox {
		padding: 24px 5vw;
	}
	.table__basic {
		border-top: 1px solid #ddd;
	}
	.table__basic dl dt {
		width: 100%;
		padding: 8px 16px;
		flex-shrink: 1;
	}
	.table__basic dl dd {
		width: 100%;
		padding: 16px;
	}
	.table__line dl dt {
		font-weight: 600;
		color: #666;
		width: 100%;
		padding: 8px 0;
		flex-shrink: 1;
		border-bottom: none;
		text-align:left;
        padding-left: 16px;
	}
	.table__line dl dd {
		width: 100%;
		padding: 8px 16px 16px;
	}
	.msg__sign {
		text-align: center;
	}
	.msg__sign img {
		max-width: 60vw;
	}
	.multi {
		gap: 24px;
		flex-wrap: wrap;
	}
	.multi + .multi {
		margin-top: 24px;
	}
	.multi__img {
		width: 100%;
		flex-shrink: 1;
		text-align: center;
	}
	.wrap__bg {
		padding: 16px 24px;
	}
	.philosophyBox dt {
		font-size: 3.2rem;
		width: 16%;
		letter-spacing: 0;
	}
	.philosophyBox dd {
		font-size: 1.6rem;
		padding-left: 16px;
		letter-spacing: 0;
	}
	.philosophyBox dd span {
		display: inline;
	}
	.profile dl dt{
		width:25%;
	}
	.profile dl dd{
		width:75%;
	}
	.profile img{
		width:100%;
		height:100%;
	}
	.btnwrap{
		text-align:center;
	}
	main {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
		margin-right:0;
        margin-bottom: 24px;
	}
	aside {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
	.flow .multi__txt ul{
		display:block;
		text-align:center;
	}
	.ttl__l span{
		font-size:1.4rem;
		padding: 4px 12px;
	}
	.reason_txt{
		font-size:2rem;
	}
	.contents .reason_wrap{
		font-size:1.6rem;
        padding: 16px 20px;
	}
	.news__list dt {
		width: 100%;
		padding-bottom: 0;
		border-bottom: none;
	}
	.news__list dd {
		width: 100%;
		padding: 0 0 16px;
	}
	.newsBox{
		margin-bottom:24px;
	}
	.newsBox dl{
		padding: 12px 5%;
	}
	.newsBox dl dt{
		flex-basis: 100%;
        max-width: 100%;
	}
	.newsBox dl dd{
		flex-basis: 100%;
        max-width: 100%;
	}
	.newsBox dl dd p{
		margin:8px 0 8px
	}
	.newsLabel{
		font-size: 1rem;
        width: 60px;
        vertical-align: text-top;
        margin-left: 10px;
	}
	.sitemap__box {
		padding: 16px 24px;
	}
	.sitemap__box ul {
		padding-left: 16px;
	}
	.schedule__item {
		padding-left: 24px;
	}
	.schedule__item::after {
		top: 6px;
	}
	.schedule__item:not(:last-of-type)::before {
		top: 6px;
		bottom: -6px;
	}
	.schedule__item dl {
		gap: 0;
	}
	.schedule__item dl dt {
		font-size: 1.6rem;
		width: 20%;
		letter-spacing: 0;
	}
	.index__list {
		gap: 24px;
	}
	.index__box {
		width: 100%;
	}
	.person__list {
		gap: 24px;
	}
	.person__box {
		width: 100%;
	}
	.gallery {
		gap: 16px;
	}
	.gallery li {
		width: calc((100% - 16px) / 2);
	}
	.table__scroll {
		overflow-x: scroll;
	}
	.table__scroll table {
		table-layout: auto;
	}
	.table__scroll table th,
	.table__scroll table td {
		white-space: nowrap;
	}
	.formIcon {
		padding: 2px 8px;
		margin-right: 0;
	}
	form input:not([type="file"]), form textarea, form select {
		padding: 10px;
	}
	form select {
		background-position: center right 10px;
	}
	form .agreeArea {
		margin-bottom: 20px;
	}
	form .agreeArea p br {
		display: none;
	}
	form .birth__box:not(:first-of-type) {
		padding-left: 15px;
	}
	form .birth__box.size__l {
		width: 40%;
	}
	form .birth__box.size__s {
		width: 30%;
	}
	form .birth__box p {
		margin-left: 5px;
	}
	form .table__basic dl dt {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	form .table__basic dl dt br {
		display: none;
	}
	.remodal {
		max-width: 90vw!important;
		padding: 24px 5vw!important;
	}
}