﻿@charset "UTF-8";

/* --------------------------------
 * base
 * -------------------------------- */
body{
	font-family: "Shin Go Regular", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.8em;
	color: #000;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}


h1, h2, h3, h4, p{
	margin: 0;
	padding: 0;
}

h2{
	font-size: 30px;
	line-height: 1.4em;
}

img{max-width: 100%; height: auto;}

a {color: #002060; text-decoration: none;
  transition-property: all;
  transition: 0.2s linear;
}


@media screen and (min-width: 1025px) {

	body {
	width: 100%;
	min-width: 1024px;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	}
	a:hover img {
	  opacity: 0.8;
	}

	.inner{
	width: 100%;
	max-width: 1024px;
	padding: 0 15px;
	margin: 0 auto;
	display: block;
	box-sizing:border-box;
	}

}

@media screen and (max-width: 1024px) {
	.inner{
	width: 100%;
	max-width: 100%;
	padding: 0 15px;
	margin: 0 auto;
	display: block;
	box-sizing:border-box;
	}
}

@media screen and (max-width: 768px) {
	body {
	width: 100%;
	height: 100%;
	max-width: 768px;
	margin: 0;
	overflow-x: hidden;
	}

	.inner{
	width: 100%;
	max-width: 100%;
	padding: 0 4%;
	margin: 0 auto;
	display: block;
	box-sizing:border-box;
	}

}

/* --------------------------------
 * header
 * -------------------------------- */
#header{
	background: #fff;
	display: block;
	width: 100%;
	box-sizing:border-box;
}

#header .inner{
	display: flex;
	width: 1024px;
	max-width: 100%;
	padding: 15px;
	box-sizing: border-box;
	justify-content: space-between;
	align-items: center;
}

#header h1 img{
	max-height: 40px;
	width: auto;
}


#header div a.hd_btn{
	background: #385723;
	color: #fff;
	border: 2px solid #385723;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 8px;
	box-sizing:border-box;
	text-decoration: none;
	min-width: 170px;
	text-align: center;
}

#header div a.hd_btn:hover{
	background: #fff;
	border: 2px solid #385723;
	color: #385723;
	box-sizing:border-box;
	text-decoration: none;
}

#header div a.hd_btn:first-of-type{
	background: #203864;
	color: #fff;
	border: 2px solid #203864;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 8px;
	box-sizing:border-box;
	text-decoration: none;
}

#header div a.hd_btn:first-of-type:hover{
	background: #fff;
	border: 2px solid #203864;
	color: #203864;
	box-sizing:border-box;
	text-decoration: none;
}

#header div a.hd_btn:nth-of-type(3){
	background: #fff;
	color: #333;
	border: 2px solid #333;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 8px;
	box-sizing:border-box;
	text-decoration: none;
}

#header div a.hd_btn:nth-of-type(3):hover{
	background: #333;
	border: 2px solid #333;
	color: #fff;
	box-sizing:border-box;
	text-decoration: none;
}

#header div a.hd_btn:last-of-type{
	background: #ff0000;
	color: #fff;
	border: 2px solid #ff0000;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 8px;
	box-sizing:border-box;
	text-decoration: none;
}

#header div a.hd_btn:last-of-type:hover{
	background: #fff;
	border: 2px solid #ff0000;
	color: #ff0000;
	box-sizing:border-box;
	text-decoration: none;
}

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

	#header div a.hd_btn{
	margin-bottom: 5px;
	}

}


/* --------------------------------
 * FV
 * -------------------------------- */
#fv_content{
	display: flex;
	width: 100%;
	height: auto;
	padding: 0;
	box-sizing:border-box;
	position: relative;
}

#fv_content h2{
	display: none;
	/*
	font-size: 36px;
	line-height: 1.6em;
	font-weight: bold;
	text-shadow:0px 0px 3px #ff0000;
	*/
}

#fv_content h2 strong{
	font-size: 150%;
}

#fv_content h2 span{
	font-size: 2em;
	line-height: 1.2em;
	color: #fff /* #002060 */;
	display: inline-block;
	margin: 2% auto 0;
	font-weight: 700;
	font-family: 'Manrope', sans-serif;
}

@import url('https://fonts.googleapis.com/css?family=Merienda');

#fv_content svg {
  height: 10vh;
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 0;
}


@media screen and (max-width: 768px) {
	#fv_content{
	background-size: auto 100%;
	min-height: 550px;
	}

	#fv_content h2{
	font-size: 4.5vw;
	line-height: 1.8em;
	font-weight: bold;
	text-shadow:0px 0px 3px #002060;
	}

	#fv_content h2 span{
	font-size: 2em;
	line-height: 1em;
	}

	#fv_content svg {
	height: 7vh;
	}
}

/* --------------------------------
 * section1
 * -------------------------------- */
#sec01{
	display: block;
	padding: 100px 0;
	text-align: center;
	background: url(../img/sec01_bg.png);
	font-size: 20px;
	line-height: 1.4em;
}

#sec01 h2{
	font-size: 36px;
	line-height: 1.4em;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 15px;
	font-family: "Shin Go Bold", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", sans-serif;
}

#sec01 h2 span{
	font-size: 150%;
}


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

}

/* --------------------------------
 * section2
 * -------------------------------- */
#sec02{
	display: block;
	padding: 100px 0;
	text-align: center;
	background: url(../img/sec02_bg.png);
}

#sec02 h2{
	font-size: 36px;
	line-height: 1.4em;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 15px;
	font-family: "Shin Go Bold", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", sans-serif;
}


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

}

/* --------------------------------
 * section3
 * -------------------------------- */
#sec03{
	display: block;
	padding: 100px 0;
	background: url(../img/sec03_bg.png);
	color: #203864;
	font-size: 20px;
	line-height: 1.4em;
}

#sec03 h2{
	background: #203864;
	color: #fff;
	box-sizing:border-box;
	padding: 10px 15px;
	margin: 0 auto 30px;
	font-size: 36px;
	line-height: 1.4em;
	font-weight: bold;
	text-align: center;
	font-family: "Shin Go Bold", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.sec03_box01{
	display: flex;
	justify-content: space-between;
}

.sec03_box01 div{
	flex-basis: 29%;
	margin: 30px 2%;
	line-height: 1.4em;
}

.sec03_box01 div img{
	display: block;
	margin: 30px auto;
}

.sec03_box01 div p{
	color: #000;
	border: 2px solid #7f7f7f;
	border-radius: 5px;
	background: #fff;
	box-sizing:border-box;
	padding: 15px;
	font-size: 18px;
	min-height: 36%;
}

.sec03_box01 div p span{
	color: #fff;
	background: #203864;
	box-sizing:border-box;
	padding: 0 3px;
}


.sec03_box01 div h3{
  background: #fff;
  color: #203864;
  display: block;
  text-align: center;
  width: 60%;
  height: 70px;
  line-height: 70px;
  padding: 0 2em 0 3em;
  position: relative;
  font-size: 20px;
}

.sec03_box01 div h3::before {
  border: 35px solid transparent;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -35px;
  top: 0;
  width: 0;
}

.sec03_box01 div img{
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.sec03_box01{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	}

	.sec03_box01 div{
	flex-basis: 100%;
	margin: 30px 0;
	line-height: 1.4em;
	}
}


/* --------------------------------
 * section4
 * -------------------------------- */
#sec04{
	display: block;
	padding: 100px 0;
	background: url(../img/sec04_bg.png);
	color: #385723;
	font-size: 20px;
	line-height: 1.4em;
}

#sec04 h2{
	background: #385723;
	color: #fff;
	box-sizing:border-box;
	padding: 10px 15px;
	margin: 0 auto 30px;
	font-size: 36px;
	line-height: 1.4em;
	font-weight: bold;
	text-align: center;
	font-family: "Shin Go Bold", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.sec04_box01{
	display: flex;
	justify-content: space-between;
}

.sec04_box01 div{
	flex-basis: 29%;
	margin: 30px 2%;
	line-height: 1.4em;
}

.sec04_box01 div h3{
	display: block;
	margin: 10px auto;
	font-size: 17px;
	font-weight: bold;
	font-family: "Shin Go Bold", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.sec04_box01 div p{
	display: block;
	color: #000;
	border: 2px solid #7f7f7f;
	border-radius: 5px;
	background: #fff;
	box-sizing:border-box;
	padding: 15px;
	font-size: 18px;
	min-height: 45%;
}

.sec04_box01 div p span{
	color: #fff;
	background: #385723;
	box-sizing:border-box;
	padding: 0 3px;
}

.sec04_box01 div img{
	display: block;
	margin: 0 auto;
}

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

	.sec04_box01{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	}

	.sec04_box01 div{
	flex-basis: 100%;
	margin: 30px auto;
	}

	.sec04_box01 div p{
	min-height: initial;
	}

}

/* --------------------------------
 * cv_btn
 * -------------------------------- */
.cv_btn{
	display: block;
	padding: 100px 0;
	background: url(../img/contact_bg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	/* background-size: 100% auto; */
	text-align: center;
}

.cv_btn h2{
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: bold;
	margin-bottom: 30px;
	color: #fff;
	text-shadow:0px 0px 3px #002060;
}

.cv_btn a{
	background: #ed1c00;
	color: #fff;
	border: 2px solid #ed1c00;
	font-size: 1.6em;
	font-weight: bold;
	display: inline-block;
	max-width: 100%;
	min-width: 50%;
	margin: 0 auto;
	padding: 20px 40px;
	box-sizing:border-box;
	border-radius: 10px;
}

.cv_btn a:hover{
	background: #fff;
	color: #ed1c00;
	border: 2px solid #ed1c00;
	font-size: 1.6em;
	font-weight: bold;
	display: inline-block;
	max-width: 100%;
	min-width: 50%;
	margin: 0 auto;
	padding: 20px 40px;
	box-sizing:border-box;
	border-radius: 10px;
}


@media screen and (max-width: 768px) {
	.cv_btn{
	background-size: auto 100%;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	}
}


/* --------------------------------
 * section05
 * -------------------------------- */
#sec05{
	display: block;
	padding: 100px 0;
	background: url(../img/sec05_bg.png);
	color: #c00000;
	font-size: 20px;
	line-height: 1.4em;
}

#sec05 h2.title{
	background: #c55a11;
	color: #fff;
	box-sizing:border-box;
	padding: 10px 15px;
	margin: 0 auto 30px;
	font-size: 36px;
	line-height: 1.4em;
	font-weight: bold;
	text-align: center;
	font-family: "Shin Go Bold", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", sans-serif;
}


/* スライダー部分 */
.slider{
	color: #000;
    margin: 10px auto;
    width: 100%;
	font-size: 1em;
	line-height: 1.4em;
	box-sizing:border-box;
	padding: 3%;
	border-radius: 10px;
	background: #fff;
	border: 3px solid #c55a11;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider li{
}

.slider li h2{
	display: block;
	width: 100%;
	border-left: 3px solid #c55a11;
	padding-left: 15px;
	font-size: 28px;
	margin-bottom: 20px;
}

.slider li div.sliderbox{
	display: flex!important;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.slider li div.sliderbox div.imgbox{
	border: 2px solid #a5a5a5;
	flex-basis: 34%;
	padding: 5% 3% 0;
	box-sizing:border-box;
	margin-bottom: 0.6%;
}

.slider li div.sliderbox div.textbox{
	flex-basis: 65%;
	padding: 0;
	box-sizing:border-box;
}


.slider li h3{
	font-size: 24px;
	font-weight: bold;
	font-family: "Shin Go Bold", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", sans-serif;
	color: #000;
	margin: 0 0 8px;
}
.slider li h3 span{
	background: #509900;
	color: #fff;
	display: inline-block;
	padding: 3px 10px;
	box-sizing:border-box;
	border-radius: 8px;
	margin-right: 8px;
}

.slider li span{
	background: #ffe400;
}

/* .slider li div.imgbox{
	float: right;
	width: 30%;
	border: 2px solid #a5a5a5;
	display: block;
	box-sizing:border-box;
	text-align: center;
}*/

.slider img.right{
    height: auto;
    width: 100%;
}
.slider_in{
	display: flex;
	width:100%;
	align-items: stretch;
	margin-bottom: 5px;
}

.slider .slider_in:nth-of-type(2){
	display: flex;
	width: 100%;
	margin-bottom: 5px;
	align-items: stretch;
	box-sizing:border-box;
}

.slider_in div:last-of-type{
	border: 2px solid #a5a5a5;
	display: block;
	box-sizing:border-box;
	padding: 10px;
	width: 100%;
	min-height: 80px;
}

.slider_in div:first-of-type{
	min-width: 110px;
}

.slider_in div.kadai{
	display: flex;
	align-items: center;
	background: #fff;
	border: 3px solid #ff0000;
	color: #ff0000;
	justify-content: center;
	margin-right: 5px;
	font-size: 150%;
}

.slider_in div.taisaku{
	display: flex;
	align-items: center;
	background: #fff;
	border: 3px solid #385723;
	color: #385723;
	justify-content: center;
	margin-right: 5px;
	font-size: 150%;
}

.slider_in div.seika{
	display: flex;
	align-items: center;
	background: #fff;
	border: 3px solid #203864;
	color: #203864;
	justify-content: center;
	margin-right: 5px;
	font-size: 150%;
}

.slider_in div.taisaku_box h3{
	padding: 15px 0 0;
}


/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}

@media screen and (max-width: 768px) {
	/* スライダー部分 */
	.slider{
	width: 90%;
	}

	.slider li div.sliderbox{
	flex-direction: column;
	justify-content: space-between;
	}

	.slider li div.sliderbox div.imgbox{
	border: 2px solid #a5a5a5;
	flex-basis: 100%;
	padding: 10%;
	margin-bottom: 2%;
	}

.slider li div.sliderbox div.textbox{
	flex-basis: 100%;
	padding: 0;
	box-sizing:border-box;
}


	.slider_in{
	width: 100%;
	}

	.slider .slider_in:nth-of-type(2){
	width: 100%;
	}
	.slider_in div:first-of-type{width: 80px;box-sizing:border-box;}
	.slider_in div:first-of-type img{
	max-width: 80px!important;
	padding-right: 10px;
	}

}

/* --------------------------------
 * contact
 * -------------------------------- */
#contact{
	display: block;
	padding: 100px 0;
	background: url(../img/contact_bg2.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	/* background-size: auto 100%; */
	font-size: 1.2em;
	line-height: 1.4em;
	color: #fff;
}

#contact h2{
	color: #fff;
	font-size: 36px;
	line-height: 1.4em;
	font-weight: bold;
	text-align: center;
	font-family: 'Manrope', "Shin Go Bold", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", sans-serif;
	text-shadow:0px 0px 3px #002060;
}

#contact h2:after{/*下線追加*/
	display: block; 
	background-color: #fff;
	content: "";
	width: 100px;
	height: 1px;
	margin: 30px auto;
}

#mail_form{
	color: #333;
}

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

}


/* --------------------------------
 * footer
 * -------------------------------- */
#footer{
	display: block;
	padding: 50px 0 0;
	box-sizing:border-box;
	background: #333;
	font-size: 1em;
	line-height: 1.6em;
}

.ft_box{
	display: flex;
	justify-content: space-between;
	color: #fff;
	margin-bottom: 50px;
}

.ft_box div{
	flex-basis: 48%;
}

.ft_box div h2 {
	border-left: 3px solid #fff;
	padding-left: 10px;
	margin-bottom: 10px;
}

.ft_box div table tr th{
	text-align: left;
	padding: 1% 2% 1% 0;
	width: 35%;
	box-sizing:border-box;
}

.ft_box div table tr td{
	text-align: left;
	padding: 1% 0;
	box-sizing:border-box;
}

.ft_box div ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#copyright{
	width: 100%;
	background: #f2f2f2;
	text-align: center;
	box-sizing:border-box;
	padding: 30px 15px;
	font-size: 0.8em;
}

@media screen and (max-width: 768px) {
	.ft_box{
	flex-direction: column;
	margin-bottom: 50px;
	}

	.ft_box div{
	flex-basis: 100%;
	}
}

/* 汎用CSS
------------------------------------------------------------*/
.brc{clear:both!important;}
.ctr{text-align:center; margin:0 auto;}
.none{display:none!important;}

.ctr_sp{text-align:center; margin:0 auto;}
@media screen and (max-width: 768px) {
	.ctr_sp{text-align: left;}
}


.mt100{margin-top:100px!important;}
.mt50{margin-top:50px!important;}
.mt40{margin-top:40px!important;}
.mt30{margin-top:30px!important;}
.mt20{margin-top:20px!important;}
.mt10{margin-top:10px!important;}
.mb100{margin-bottom:100px!important;}
.mb50{margin-bottom:50px!important;}
.mb40{margin-bottom:40px!important;}
.mb30{margin-bottom:30px!important;}
.mb20{margin-bottom:20px!important;}
.mb10{margin-bottom:10px!important;}
.mr50{margin-right:50px!important;}
.mr40{margin-right:40px!important;}
.mr30{margin-right:30px!important;}
.mr20{margin-right:20px!important;}
.mr10{margin-right:10px!important;}
.ml50{margin-left:50px!important;}
.ml40{margin-left:40px!important;}
.ml30{margin-left:30px!important;}
.ml20{margin-left:20px!important;}
.ml10{margin-left:10px!important;}
.pt100{padding-top:100px!important;}
.pt50{padding-top:50px!important;}
.pt40{padding-top:40px!important;}
.pt30{padding-top:30px!important;}
.pt20{padding-top:20px!important;}
.pt10{padding-top:10px!important;}
.pb100{padding-bottom:100px!important;}
.pb50{padding-bottom:50px!important;}
.pb40{padding-bottom:40px!important;}
.pb30{padding-bottom:30px!important;}
.pb20{padding-bottom:20px!important;}
.pb10{padding-bottom:10px!important;}
.pr50{padding-right:50px!important;}
.pr40{padding-right:40px!important;}
.pr30{padding-right:30px!important;}
.pr20{padding-right:20px!important;}
.pr10{padding-right:10px!important;}
.pl50{padding-left:50px!important;}
.pl40{padding-left:40px!important;}
.pl30{padding-left:30px!important;}
.pl20{padding-left:20px!important;}
.pl10{padding-left:10px!important;}
.w100{width:100%!important;}
.w90{width:90%!important;}
.w80{width:80%!important;}
.w70{width:70%!important;}
.w60{width:60%!important;}
.w50{width:50%!important;}
.w40{width:40%!important;}
.w30{width:30%!important;}
.w20{width:20%!important;}
.w10{width:10%!important;}

a img {
transition-property: all;
transition: 0.3s linear;
}

a img:hover {opacity: 0.7;}


/* AddQuicktag用文字装飾 */
.f_b{
font-weight:bold;
font-size:110%;
}

.f_bb{
font-weight:bold;
font-size:140%;
}

.f_bbb{
font-weight:bold;
font-size:160%;
}

.f_br{
font-weight:bold;
color:#cc0000;
}

.f_r{
color:#cc0000;
}

.f_sr{
font-size:90%;
color:#cc0000;
}

.f_s{
font-size:90%;
color:#444;
}

.f_bc{
width: 100%;
box-sizing: border-box;
padding: auto 2%;
font-size:90%;
color:#444;
}

.f_bl{
font-weight:bold;
color:#0066cc;
}

.f_l{
color:#0066cc;
}

.f_bg{
font-weight:bold;
color:#339933;
}

.f_g{
color:#339933;
}

.f_mk{
background: linear-gradient(transparent 60%, #ff99ff 60%);
}


/*表示
----------------------------------------*/
/* PCだけ表示 */
.pc_bl {
	display: block !important;
}
/* SPだけ表示 */
.sp_bl {
	display: none !important;
}

/* PCだけ表示 */
.pc_in {
	display: inline !important;
}
/* SPだけ表示 */
.sp_in {
	display: none !important;
}

@media screen and (max-width: 768px) {
	/* PCだけ表示 */
	.pc_bl {
		display: none !important;
	}
	/* SPだけ表示 */
	.sp_bl {
		display: block !important;
	}
	
	/* PCだけ表示 */
	.pc_in {
		display: none !important;
	}
	/* SPだけ表示 */
	.sp_in {
		display: inline !important;
	}
}


/* --------------------------------
 * align
 * -------------------------------- */
.center {
  text-align: center;
}

.rv{position: relative;}

/* --------------------------------
 * float
 * -------------------------------- */
.f_left {
  float: left;
}
.f_right {
  float: right;
}