@charset "UTF-8";
@import url('https://fonts.cdnfonts.com/css/barlow');

                
.contents_inner {
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}
.overimg:hover{opacity: 0.5;}
.spnone{display: block;}
.sponly{display: none;}
.f-left{float: left;}
.f-right{float: right;}
.img100{width: 100%;}
.normal{font-weight: normal;}
.justify{text-align: justify;}
.w48per{width: 48%;}
.w30per{width: 30%;}
.w48per img{width: 100%;}
.w66per{width: 66%;position: relative;}
.w80per{width: 80%;margin: 0 auto;}
.w90per{width: 90%;margin: 0 auto;}
.white{color:#ffffff;}
.sec_ttl{font-size: 4em;text-align: center;}
.barlow{font-family: 'Barlow', sans-serif;}
.tex_blue{color:#009ede;}
.tex_white{color:#ffffff;}
.sec_ttl span{}
.sec_p{line-height: 1.8;}
.tbonly{display: none;}
.ttl_black{margin-top: 6%; font-size: 1em;display: block;font-weight: bold;}
.ttl_black02{margin-top: 3%; font-size: 1em;display: block;font-weight: bold;}
.ttl_wihte{color:#ffffff;margin-top: 3%; font-size: 1em;display: block;font-weight: bold;}
.center{text-align: center;}

/* 見出しの下に短い下線左揃え */
.sec_ttl_left{font-size: 3.6em;text-align: left;}
.sec_ttl_left span{font-size: 0.3em;font-weight: normal;margin-left: 1em;}
.heading-left {
  position: relative;
  text-align: left; /* 文字の中央寄せ */
}
.heading-left::before {
  background-color: #009ede; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  bottom: -8px; /* 線の位置 */
  content: "";
  height: 3px; /* 線の高さ */
  left: 0%; /* 線の中央寄せ */
  position: absolute;
  width: 50px; /* 線の長さ */
}
.heading-left02 {
  position: relative;
  text-align: left; /* 文字の中央寄せ */
}
.heading-left02::before {
  background-color: #ffffff; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  bottom: -8px; /* 線の位置 */
  content: "";
  height: 3px; /* 線の高さ */
  left: 0%; /* 線の中央寄せ */
  position: absolute;
  width: 50px; /* 線の長さ */
}
/* section_01 */
/* news */
.news_ttl{width:25%;float: left;}
#news{width: 72%;float: right;}
#news dl a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 1em;
    margin-bottom: 1em;
	margin-top: 1em;
	border-bottom: solid 1px #000000;
	color: #000000;
}
#news dl:last-of-type {
    margin-bottom: 0;
}

#news dl dt span {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: "B612 Mono", monospace;
    padding-right: 1em;
	color:#0d68a9;
	width: 9em;
}

#news dl dd {
    font-size: 1.0em;
    line-height: 1.5;
}
#news dl dd {
    display: block;
    transition:all 0.3s;
}
#news dl a:hover {
    color: #003894;
}
.news_btn{float:left; width: 70%;margin: 2em auto;display: block;}
.news_btn img{width: 100%;}


/* section_02 */
.section_02{background-image: url("../img/sec_02_back_pc.webp");background-repeat: no-repeat;background-size: cover;}
.section_02_box {
background-image: url("../img/sec_02_box_pc.svg");background-repeat: no-repeat;background-size: cover;color: #ffffff;padding: 5em 0 30em;
}
.page_ttl_white{border-bottom: solid 1px #ffffff;display: inline-block;}
.page_ttl_black{border-bottom: solid 1px #000000;display: inline-block;}
.page_h3{font-size: 1.8em;margin: 1% 0;}
.more_btn{width: 30%;display: block;margin-top: 2em;}
.more_btn img{width: 100%;}


/* section_03 */
.section_03{background-color: #d4ecee;}
.section_03_right{background-image: url("../img/sec_03_back_pc.webp");background-position: right center;background-repeat: no-repeat;background-size:cover;}
.sec_03_copy{width: 46%;text-align: justify;}
.boxitem_02 span{font-size: 1.4em;margin-right: 0.6em;padding-left:0.6em;}
.boxitem_02{color: #009ede; font-size: 1.4em;border-bottom:solid 1px #009ede;border-right:solid 1px #009ede;padding: 0.4em 0; }
a:visited {color: #009ede;text-decoration: none;}
.arrow{
  width: 48%;
  position: relative;
  display: inline-block;
  color: #009ede;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1.4em;
}

.arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 1em;   /* arrow size */
  height: 1em;  /* arrow size */
  border-top: 1px solid  #009ede;  /* thickness, color */
  border-right: 1px solid  #009ede;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu_box{display: block; height: 300px;padding-top: 10%;padding-left:6%;color: #000000;}
.menu_01{display: block;background-image: url("../img/sec_04_menu01_pc.webp");background-repeat: no-repeat;background-size: contain;}
.menu_02{display: block;background-image: url("../img/sec_04_menu02_pc.webp");background-repeat: no-repeat;background-size: contain;}
.menu_03{display: block;background-image: url("../img/sec_04_menu03_pc.webp");background-repeat: no-repeat;background-size: contain;}
.menu_04{display: block;background-image: url("../img/sec_04_menu04_pc.webp");background-repeat: no-repeat;background-size: contain;}
.menu_h2{color:#009ede;font-size: 2.2em;margin-bottom: 0.6em;}

.menu_ul li{list-style:disc;font-size: 1.14em;font-weight: bold;line-height: 1.4em;width: 46%;margin-left:2em;margin-bottom: 0.6em;}

/* section_04 */
.section_04{background-image: url("../img/sec_05_back_pc.webp");
	background-repeat: no-repeat;background-size: cover;background-position: top center; position: relative;padding: 3em 0;background-color: #009ede;}




/* section_contact */
.section_contact{background-image: url("../img/sec_contact_back_pc.webp");
    background-repeat: no-repeat;
    background-position: top center; /*右下に表示 したものを左上に反転*/
    background-size: cover; /*高さにあわせる*/
    height: auto;
    width: 100%;
	position: relative;padding:3em 0;}
.contact_right{position: absolute;right:3em;top:3em; width: 34%;}
.contact_right img{width: 100%;margin-bottom: 5%;}




/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {
.spnone{display: block;}
.tbonly{display: block;}
.sponly{display: none;}
/* section_01 */

.section_02{background-position: right center;}
.section_03_right{background-image: url("../img/sec_03_back_tb.webp");background-position: right center;background-repeat: no-repeat;background-size:cover;}


	}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
.spnone{display: none;}
.sponly{display: block;}
.tbonly{display: none;}
.f-left{float: none;}
.f-right{float: none;}
.w90per{width: 100%;margin:0 auto;}
.w80per{width: 80%;margin:0 auto;}
.w48per{width: 100%;margin-bottom: 3%;}
.w66per{width: 100%;position: relative;}	
.lh_l {line-height:1.8 !important;}
	
.sec_ttl_left{font-size: 2.6em;text-align: left;}
/* news */
.news_ttl{width:100%;float:none;}
#news{width: 100%;float: none;}
#news dl a {
	display: block;}
#news dl dd {
    font-size: 0.84em;
}
.news_btn{float:none; width: 50%;margin: 2em 0;display: block;}
.news_btn img{width: 100%;}
.ttl_black{margin-top: 3%; font-size: 1em;display: block;font-weight: bold;}
.ttl_black02{margin-top: 3%; font-size: 1em;display: block;font-weight: bold;}
.ttl_wihte{color:#ffffff;margin-top: 3%; font-size: 1em;display: block;font-weight: bold;}
.page_h3{font-size: 1.4em;margin: 1% 0 2%;}

/* section_02 */
.section_02{background-image: url("../img/sec_02_back_sp.webp");background-repeat: no-repeat;background-size: cover;}
.section_02_box {background-image: none;color: #ffffff;padding: 0em 0 20em;}	
.more_btn{width: 50%;display: block;margin-top: 2em;}
/* section_03 */	
.section_03_right{background-image: none;}
.sec_03_copy{width: 100%;text-align: justify;}
.boxitem_02 span{font-size: 1.14em;margin-right: 0.3em;padding-left:0.2em;}
.boxitem_02{color: #009ede; font-size: 0.8em;padding: 0.4em 0; }
.arrow{font-size: 1em;}
.arrow::after{
  right: 3%;
  width: 0.6em;   /* arrow size */
  height: 0.6em;  /* arrow size */
}
.menu_box{position: relative; height: auto;padding-left:0%;}
.menu_01{
	background: url("../img/sec_04_menu01_sp.webp") top center;background-size: cover;width: 100%;/* (画像の高さ / 画像の横幅) × 100 */padding-top: 125%;position: relative;top: 0px;left: 0;margin-bottom: 2em;
	}
.menu_02{
	background: url("../img/sec_04_menu02_sp.webp") top center;background-size: cover;width: 100%;/* (画像の高さ / 画像の横幅) × 100 */padding-top: 125%;position: relative;top: 0px;left: 0;margin-bottom: 2em;
	}
.menu_03{
	background: url("../img/sec_04_menu03_sp.webp") top center;background-size: cover;width: 100%;/* (画像の高さ / 画像の横幅) × 100 */padding-top: 125%;position: relative;top: 0px;left: 0;margin-bottom: 2em;
	}
.menu_04{
	background: url("../img/sec_04_menu04_sp.webp") top center;background-size: cover;width: 100%;/* (画像の高さ / 画像の横幅) × 100 */padding-top: 125%;position: relative;top: 0px;left: 0;margin-bottom: 2em;
	}
.menu_h2{position: absolute;top:15%;left: 6%;font-size: 1.6em;}
.menu_ul{position: absolute;top:25%;left: 6%;width: 90%;}
.menu_ul li{list-style:disc;font-size: 0.84em;font-weight: bold;line-height: 1.2em;width: 90%;margin-left:1.2em;margin-bottom: 0.6em;}
/* section_04 */
.section_04{background-image: url("../img/sec_05_back_sp.webp");
	background-repeat: no-repeat;background-size: cover;background-position: top center; position: relative;padding: 0em 0 14em;}
/* section_contact */
.section_contact{background-image: url("../img/sec_contact_back_sp.webp");
    background-repeat: no-repeat;
    background-position: top center; /*右下に表示 したものを左上に反転*/
    background-size: cover; /*高さにあわせる*/
    height: auto;
    width: 100%;
	position: relative;padding:0em 0 3em;}
.contact_right{position: relative;left: 5%; right:0;top:3em; width:90%;}

}
