@media only screen and (max-width: 750px) {

body {
	font-size: 100%; /* 16px */
	color: #0f325a;
	background: #ffffff;
	line-height: 1.75;
	word-break:break-word;
}

a,
span,
img{
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-ms-transition-duration:0.3s;
}

a, a:link, a:visited {
	color: #78BE5A;
}

a:hover {
	color: #78BE5A;
}

#top {
	position: relative;
}

#md-site {
	padding-top: 65px !important;
	overflow: hidden;
}

.container-inner {
	width: auto;
}
	
	.fade-in {
		opacity : 0.0;
		-webkit-transform : translate(0, 50px);
		-moz-transform : translate(0, 50px);
		-o-transform : translate(0, 50px);
		-ms-transform : translate(0, 50px);
		transform : translate(0, 50px);
		-webkit-transition : all 500ms;
		-moz-transition : all 500ms;
		-o-transition : all 500ms;
		-ms-transition : all 500ms;
		transition : all 500ms;
	}
	.scroll-in {
		opacity : 1;
		-webkit-transform : translate(0, 0);
		-moz-transform : translate(0, 0);
		-o-transform : translate(0, 0);
		-ms-transform : translate(0, 0);
		transform : translate(0, 0);
	}



/* HEADER */


#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:65px;
	z-index:3000;
}

#header .container-inner {
	padding:10px 80px 10px 15px;
}

#header .h-logo{
    margin-bottom: 0;
    line-height: 1.5625;
}
#header .h-logo .inner{
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
	font-size: 68.75%; /* 11px */
    font-family: "Zen Kaku Gothic Antique", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
    font-weight: 500;
}
#header .h-logo a.inner{
    color: #0f325a;
    text-decoration: none;
}
#header .h-logo a .text{
	transition-duration: 0s;
}
#header .h-logo .logo{
	display: inline-block;
	line-height: 0;
}
#header .h-logo .main{
    font-size: 150%; /* 16.5px */
	letter-spacing: 0.075em;
}
#header .h-logo a:hover{
	text-decoration:none;
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}
#header .h-logo .logo img{
	width: auto;
	max-height: 45px;
}
#header .h-logo a span,
#header .h-logo .inner span{
	transition-duration: 0s;
}
	
#header.close{
	position: fixed;
	background-color: #78b95a;
}
#header.close .h-logo .inner{
	color: #ffffff;
}
#header:not(.close) .h-logo .logo .rf,
#header.close .h-logo .logo .default{
	display: none;
}

#header .secondary{
	display:none;
}
	
	.btn-infolist{
		margin-bottom: 0;
	}
	.btn-infolist > li:not(:last-child){
		margin-bottom: 15px;
	}
	.btn-infolist > li a{
		display: block;
		padding: 8px 15px;
		font-size: 112.5%; /* 18px */
		background-color: #ffffff;
	}
.btn-infolist > li a:hover{
	opacity: 1.0;
	color: #78be5a;
	border-color: #78be5a;
}


/* FOOTER */

#footer {
	color: #ffffff;
	background-color:#0f325a;
	position: relative;
}

#footer .container-inner {
	padding: 30px 20px;
}

#footer a{
	color: #ffffff;
}

#footer .f-sign{
    margin-bottom: 30px;
}

#footer .f-name{
	display:block;
	margin-bottom: 20px;
	text-align: center;
}
#footer .f-name a{
    font-size: 137.5%; /* 22px */
    font-family: "Zen Kaku Gothic Antique", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	line-height: 1.5;
	text-decoration: none;
	text-align: center;
}
#footer .f-name a:hover {
	opacity:0.6;
}
#footer .f-address{
	margin-bottom: 0;
	font-size: 93.75%; /* 15px */
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	text-align: center;
}
	#footer .f-address .f-place{
		display: block;
	}
#footer .f-address .f-tel,
#footer .f-address .f-fax{
    display: inline-block;
    vertical-align: middle;
}
#footer .f-address .f-tel{
    margin-right: 1em;
}
	#footer .f-btn{
		margin-bottom: 30px;
	}
	#footer .fbtn-list{
		margin-bottom: 0;
	}
	#footer .fbtn-list > li:not(:last-child){
		margin-bottom: 15px;
	}
	#footer .fbtn-list > li{
		text-align: center;
	}
#footer .fbtn-list > li a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 310px;
	max-width: 100%;
	min-height: 60px;
	padding: 5px 15px;
	color: #0f325a;
	font-size: 112.5%; /* 18px */
    font-family: "Zen Kaku Gothic Antique", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
	line-height: 1.375;
	text-align: center;
	text-decoration: none;
	background-color: #ffffff;
	border-radius: 30px;
}
#footer .fbtn-list > li a .smalltext{
	display: inline-block;
	font-size: 83%; /* 15px */
}
#footer .fbtn-list > li a:hover{
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}
#footer .copyright {
	margin: 0;
	font-size: 75%; /* 12px */
	text-align:center;
}






/* NAVIGATION */

#nav{
    display: none;
}

#sp-menu {
	position: fixed;
	top: 10px;
	right: 8px;
	z-index: 9999;
	margin-bottom:0;
}

#sp-menu a {
}

#sp-menu .menu {
	float: right;
	width: 50px;
	height: 45px;
}

#sp-menu .menu a {
	display: block;
	width: 100%;
	height: 100%;
	color: #0f325a;
	text-decoration: none;
	position:relative;
}
#sp-menu .menu.show a:not(.close){
    background-color: rgba(255,255,255,0.85);
}

	#sp-menu .menu a .icon{
		display: block;
		position: absolute;
		top:10px;
		right:0;
		left:0;
		margin:auto;
		width: 35px;
		height: 11px;
		overflow: hidden;
	}
	#sp-menu .menu a .icon:before,
	#sp-menu .menu a .icon:after{
		display: block;
		content: "";
		position: absolute;
		left: 50%;
		margin-right:-50%;
		width: 120%;
		height: 2px;
		background: #0f325a;
		transition: .3s;
		transform: translateX(-50%);
	}
	#sp-menu .menu a .icon:before{
		top: 0;
	}
	#sp-menu .menu a .icon:after{
		bottom: 0;
	}
	#sp-menu .menu a.close .icon:before,
	#sp-menu .menu a.close .icon:after{
		top: 0;
		bottom: 0;
		margin-top: auto;
		margin-bottom: auto;
		background-color: #ffffff;
	}
	#sp-menu .menu a.close .icon:before{
		transform: translateX(-50%) rotate(14deg);
		-webkit-transform: translateX(-50%) rotate(14deg);
	}
	#sp-menu .menu a.close .icon:after{
		transform: translateX(-50%) rotate(-14deg);
		-webkit-transform: translateX(-50%) rotate(-14deg);
	}

	#sp-menu .menu a .text{
        display: block;
        color: #0f325a;
		font-size: 81.25%; /* 13px */
        font-family: "Smooch Sans", sans-serif;
		font-weight: 500;
        line-height: 0.75;
		letter-spacing: 0.05em;
        position: absolute;
        bottom: 7px;
        right: 8px;
	}
	#sp-menu .menu a.close .text{
		color: #ffffff;
	}



#md-nav {
	position:fixed;
	top:60px;
	right:0;
	bottom:0;
	left:0;
	overflow:auto;
	margin:auto;
	z-index: 9999;
	display:none;
	background-color: #78b95a;
}


	#md-nav .mdnav-innerwrapper{
		margin: 30px 20px 30px 30px;
	}
	.nav-list{
		margin-bottom: 30px;
	}
	.nav-list:last-child{
		margin-bottom: 60px;
	}
	.nav-list > li{
		position: relative;
	}
	.nav-list > li:not(:last-child){
		margin-bottom: 10px;
	}
    
	.nav-list > li a{
		display: inline-block;
		color: #ffffff;
		font-family: "Zen Kaku Gothic Antique", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
		line-height: 1.5;
		text-decoration: none !important;
		position: relative;
        z-index: 1;
	}
	.nav-list > li a:hover,
	.nav-list li.on > a,
	.nav-list li.open > a{
		font-weight: 500;
	}
	.nav-list > li > a{
		font-size: 112.5%; /* 18px */
		padding: 8px 60px 8px 0;
	}
	.nav-list > li ul{
		display: none;
		margin-bottom: 0;
		padding: 0 0 0 4px;
	}
	.nav-list > li ul li:not(:last-child){
		margin-bottom: 3px;
	}
	.nav-list > li ul li a{
		padding-left: 14px;
	}
	.nav-list > li ul li a:before{
		content: "";
		display: inline-block;
		width: 8px;
		height: 8px;
        background-color: #ffffff;
		position: absolute;
		top: 10px;
		left: 0;
		border-radius: 50%;
	}
    
	.nav-list > li > .switch{
		display: block;
		width: 60px;
		height: 40px;
		padding: 0 10px;
		position: absolute;
		top: 0;
		right: 0;
		margin: auto;
		cursor: pointer;
		z-index: 2;
	}
	.nav-list > li > .switch:before,
	.nav-list > li > .switch:after{
		content: "";
		display: block;
		width: 20px;
		height: 2px;
		background-color: #ffffff;
		transition-duration: 0.3s;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	.nav-list > li > .switch:before{
		transform: rotate(-90deg);
	}
	.nav-list > li > .switch:after{
	}
	.nav-list > li.open > .switch:before{
		transform: rotate(0deg);
	}
	.nav-list > li.open > .switch:after{
		opacity: 0;
	}












/* TITLE */

#title {
	margin: 0;
    width: auto;
	position: relative;
}
#title:before,
#title:after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
}
#title:before{
	padding-top: calc( 130 / 375 * 100% );
	background-image: url("../images/common/head-illust.png");
	background-position: center bottom;
	background-repeat: repeat-x;
	background-size: auto 100%;
	top: 0;
	margin-top: calc( 20 / 375 * 100% );
}
#title:after{
	margin-top: calc( 150 / 375 * 100% );
	top: 0;
	bottom: 0;
	background-color: #78b95a;
}

#title .container-inner {
	padding: 0 20px 20px;
	position: relative;
	z-index: 1;
}

#title .title-box{
	height: 0;
	padding-top: calc( 180 / 335 * 100% );
	background-image: url(../images/common/title-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 10px;
	position: relative;
}
#title .title-box:not(:last-child){
	margin-bottom: 20px;
}
#title .title-box .inner-box{
	display: inline-block;
	padding: 8px 15px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#title .title_en {
	margin-bottom: 5px;
	font-size: 250%; /* 40px */
    font-family: "Smooch Sans", sans-serif;
    letter-spacing: -0.01em;
	line-height: 0.75;
}
#title .title {
	margin-bottom:0;
	font-size: 87.5%; /* 14px */
    font-family: "Zen Kaku Gothic Antique", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
	font-weight: 500;
    letter-spacing: 0.1em;
	line-height:1.5;
}
#title .title_en,
#title .title {
    text-shadow: 
        0px 0px 6px #ffffff,
        0px 0px 6px #ffffff,
        0px 0px 6px #ffffff,
        0px 0px 6px #ffffff,
        0px 0px 6px #ffffff;
}
#title .title strong{
	font-weight: 500;
}


/* CONTENT */

#content {
	position: relative;
}

#content .container-inner {
	padding: 20px;
}

#c-wrapper > .container-inner:last-child,
#c-wrapper > .container:last-child > .container-inner:last-child{
	padding-bottom: calc( 100 / 375 * 100% );
}
#c-wrapper > .container-inner:first-child:not(:last-child){
	padding-bottom: 0;
}
#content:after{
	content: "";
	display: block;
	width: 100%;
	padding-top: calc( 80 / 375 * 100% );
	background-image: url("../images/common/contentb-illust.png");
	background-position: center bottom;
	background-repeat: repeat-x;
	background-size: auto 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

	#breadcrumb{
		margin-bottom: 30px;
	}
#breadcrumb li{
	display:inline-block;
	vertical-align:middle;
	font-size: 87.5%; /* 14px */
}
#breadcrumb li a{
	color:#000000;
}
#breadcrumb li.on{
	color:#000000;
	font-weight:bold;
}

.section {
	margin-bottom: 80px;
}
#c-wrapper > .container-inner:first-child > .section:last-child{
    margin-bottom: 40px;
}

.section-s {
	margin-bottom: 50px;
}

.section-ss {
	margin-bottom: 30px;
}

.section-sss {
	margin-bottom: 20px;
}

.section-ssss {
	margin-bottom: 15px;
}

.pagetop {
	position:fixed;
	bottom:0;
	right:0;
	text-align: right;
	margin: 0;
    background-color: #ffffff;
	z-index:5000;
}
.pagetop a {
	display:block;
	width: 40px;
	height: 40px;
	line-height:0;
	text-decoration:none;
	background-color: #78be5a;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	position: relative;
}
.pagetop a:hover {
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}
.pagetop a img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.inlink{
	margin-top:-65px;
	padding-top:65px;
}


/* TITLE_PLUS */
	.title_plus-box{
		margin-bottom: 30px;
	}
	.title_plus-box .title_plus{
		margin-bottom: 0;
	}


/* SUBNAV */
	.subnav-list{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 10px;
		margin-bottom: 0;
	}
	.subnav-list > li{
		width: calc( 50% - 5px );
	}
	.subnav-list > li a{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		padding: 3px 10px;
		color: #0f325a;
		font-size: 87.5%; /* 14px */
		font-family: "Zen Kaku Gothic Antique", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
		line-height: 1.5;
		text-align: center;
		text-decoration: none;
		background-color: #ffffff;
		border: 1px solid #0f325a;
		border-radius: 5px;
	}
	.subnav-list > li a:hover,
	.subnav-list > li.on > a{
		color: #ffffff;
		background-color: #0f325a;
	}
	.subnav-list > li.on > a{
		font-weight: 500;
	}
	.subnav-list > li a .text{
		transition-duration: 0s;
	}





}
