@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

dd {
    display: block;
    margin-inline-start: 0;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
    margin: 0;
    padding: 0;
}
html { line-height: 0;}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a,
a:visited{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
    text-decoration: none;
    color: #000;
	cursor: pointer;
}
a:hover,
a:active {
    color: #000;
}
a:hover {
	opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input, select {
	vertical-align:middle;
}
li,ul {
	list-style: none;
}

/*****************

clearfix

*****************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
		height: 1%;
}
.clearfix {
		display: block;
}
/* End hide from IE-mac */



/***********   COMMON settng ***********/
html {font-size: 18px;}
body {
    font-family: 'Montserrat','Noto Sans JP','游ゴシック体', 'YuGothic', 'Yu Gothic medium', 'Hiragino Sans', 'Meiryo', sans-serif;
    line-height: 1.8;
    background: #fff;
    -webkit-text-size-adjust: 100%;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
}

.pc_disp {display: block;}
.sp_disp {display: none;}
.pc_img {display: inline-block;}
.sp_img {display: none;}

a img:hover,
input[type=image]:hover {
	opacity: 0.6;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.left { float: left;}
.right { float: right;}

img {
	width: 100%;
	height:auto;
	line-height: 0;
	vertical-align: middle;
}
main {
	margin: auto;
	width: 100%;
}
section {
	display: block;
	padding: 50px 0;
}
article {
	display: block;
	padding: 80px 0 0;
}
#wrap {
	overflow: hidden;
	margin: auto;
}

.inner_M {
	max-width: 1050px;
	width: 90%;
	margin: auto;
}
.inner_S {
	max-width: 900px;
	width: 90%;
	margin: auto;
}

/***********   TEXT SETTING ***********/

.txt_XL {font-size: 2.0rem; line-height: 1.3;}
.txt_L {font-size: 1.5rem; line-height: 1.5;}
.txt_M {font-size: 1.15rem;}
.txt_S {font-size: 0.7rem;}

.txt_cnt {text-align: center;}
strong {font-weight: 700;}


/*********** TITLE SETTING ***********/

.ttl_box {
	margin: 30px 0;
	text-align: center;
}
h2 {
	font-size: 50px;
	font-weight: 700;
}
.sub_ttl_box1,.sub_ttl_box2 {
	text-align: center;
	padding-bottom: 20px;
}
.sub_ttl_box1 h3,.sub_ttl_box2 h3 {
	font-size: 45px;
	font-weight: 700;
	line-height: 1.2;
	display: inline-block;
	border-bottom: 2px solid #fff;
	color: #fff;
}
.sub_ttl_box2 h3 {
	border-bottom: 2px solid #000;
	color: #000;
}
h4 {
	font-size: 18px;
	font-weight: 700;
	margin: 0.3em auto;
}



/*********** OBJECT SETTING ***********/

.bg_blue {
	background-image: linear-gradient(90deg, #6de7f2 0%, #5ab7ea 100%);
}
.bg_green {
	background-image: linear-gradient(90deg, #adf066 0%, #ffee78 100%);
}
.bg_pink {
	background-image: linear-gradient(90deg, #ffe2f6 0%, #dfd8ff 100%);
}

.col2_box,.col3_box,.col4_box {
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.col3_box li {
	width: 32.3%;
	margin-bottom: 15px;
}
.col4_box li {
	width: 24%;
	margin-bottom: 15px;
}
.col4_box li:nth-child(4n) {
	margin-right: 0;
}

.txt_box p {
	margin: 1em 0;
}

.lead_box dt {
	font-size:30px;
	font-weight: 700;
	margin-bottom: 0.5em;
}

/*********** ANNIMATION settng ***********/

/* 上下フェードイン設定 */

.fadein {
    opacity : 0;
    transform : translate(0, 100px);
    transition : all 500ms;
    }
 
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }


/*********** FOOTER ***********/

footer .inner_M {
	border-top: 1px solid #adadad;
	padding: 85px 0 15px;
	margin-top: 40px;
}
footer .f_btn {
	width: 250px;
	margin: 0 auto 30px;
	text-align: center;
	background: #000;
}
footer .f_btn:hover {
	opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
footer .f_btn a {
	width: 100%;
	font-size: 15px;
	padding: 0.5em 0;
	color: #fff;
	display: block;
}
footer p {
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.05;
}


@media screen and (max-width: 767px) {
    
.pc_disp {display: none;}
.sp_disp {display: block;}
.pc_img {display: none;}
.sp_img {display: inline-block;}
	
	
/***********   COMMON settng ***********/
	
html { font-size: 13px; }
body { font-size: 13px; }
main {
	margin: auto;
}
section {
	display: block;
	padding: 20px 0;
}
	
/***********   TEXT SETTING ***********/

.txt_XL {font-size: 1.8rem; line-height: 1.4;}
.txt_L {font-size: 1.3rem; line-height: 1.5;}
.txt_M {font-size: 1.15rem;}
.txt_S {font-size: 0.8rem;}


/*********** TITLE SETTING ***********/

.ttl_box {
	margin: 30px 0;
	text-align: center;
}
h2 {
	font-size: 25px;
	font-weight: 700;
}
.sub_ttl_box1,.sub_ttl_box2 {
	text-align: center;
	padding-bottom: 20px;
}
.sub_ttl_box1 h3,.sub_ttl_box2 h3 {
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2;
	display: inline-block;
	border-bottom: 2px solid #fff;
	color: #fff;
}
.sub_ttl_box2 h3 {
	border-bottom: 2px solid #000;
	color: #000;
}
h4 {
	font-size: 18px;
	font-weight: 700;
	margin: 0.3em auto;
}
	
/*********** OBJECT SETTING ***********/
	
.col2_box,.col3_box,.col4_box {
	display:flex;
	flex-wrap: wrap;
}
.col2_box li {
	width: 100%;
}
.col3_box li {
	width: 48%;
	margin-bottom: 15px;
}
.col4_box li {
	width: 48%;
	margin-bottom: 15px;
}
	
	
	
/*********** HEADER ***********/

header {
	position:relative;
}
header h1 {
	width: 70%;
	margin: 70px auto;
}
header .menu-btn {
	position: fixed;
	top: 5px;
	right: 10px;
}


/*********** FOOTER ***********/
	
footer .inner_M {
	border-top: 1px solid #adadad;
	padding: 65px 0 15px;
}
footer p {
	text-align: center;
	font-size: 10px;
}


}


