@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ol, ul, dl {
	list-style: none;
	padding: 0;
}

.display-inlineblock {
	display: inline-block;
}
.oh {
	overflow: hidden;
}
.sp-block {
	display: block;
}
.sp-del {
	display: none;
}
img {
	-webkit-backface-visibility: hidden;
}

@media screen and (min-width: 960px) { /* pc */
	/* hover img alpha */
	a.alpha,
	a img.alpha {
		transition: all 0.2s ease 0s;
	}
	a.alpha:hover,
	a:hover img.alpha {
		opacity: 0.8;
		filter: alpha(opacity=80);
		-ms-filter: "alpha( opacity=80 )";
	}
}

@media screen and (min-width: 768px) { /* tab pc */
	.sp-block {
		display: inline;
	}
	.pc-block{
		display: block;
	}
	.pc-ib {
		display: inline-block;
	}
	.pc-oh{
		overflow: hidden;
	}
}

.container img {
	max-width: 100%;
	width: /***/ auto; /* IE8用 */
	height: auto;
	border: none;
	vertical-align: middle;
}
.container .indent {
	text-indent: 1em;
}
.container .indent05 {
	text-indent: 0.5em;
}
.container .indent-ico {
	text-indent: -1em;
	margin-left: 1em;
}

.container .indent *,
.container .indent05 *,
.container .indent-ico *{
	text-indent: 0;
}
.container a, .container a * {
	transition: all 0.2s ease 0s;
}
.container .pd4per {
	padding: 0 4%;
}
.container .bold {
	font-weight: bold;
}
.container .italic {
	font-style: italic;
}
.container .mb1em {
	margin-bottom: 1em;
}

.container h1, .container h2, .container h3, .container h4, .container p, dl, dt, dd {
	padding: 0;
	margin: 0;
}

.container {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	line-height: 1.6;
	
	position: relative;
	top: 0;
	left: 0;
}

.font-mincho{
  font-family: 'Noto Serif JP', serif;
}

.container {

}
.container .mw1000px {
	max-width: 1000px;
	margin: 0 auto;
}

.container .mw800px {
	max-width: 800px;
	margin: 0 auto;
}

.container .mw640px {
	max-width: 640px;
	margin: 0 auto;
}

.container .ta-c {
	text-align: center;
}

.container .ta-r {
	text-align: right;
}

.container .ta-l {
	text-align: left;
}

/* head */
.head-box {
	padding-bottom: 8vw;
  margin-bottom: max(2em,4vw);;
}
.head-box .head-bg-box{
  background-image:url("head_img01_sp.jpg");
  padding-top: calc( (495 / 750) * 100%);
  background-size: 100% auto;
  background-repeat: no-repeat;
	background-position: top center;
	
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

.head-box .head-bg-box p.icon{
	line-height: 1;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 72.6%;
	width: 17.6%;
}

.head-box .head-bg-box p.sub{
	line-height: 1;
	position: absolute;
	z-index: 1;
	top: 4vw;
	left: 10%;
	width: 35.7%;
	
	display: flex;
	align-items: center;
}

.head-box .head-bg-box h1{
	line-height: 1;
	position: absolute;
	z-index: 1;
	bottom: -11%;
	left: 10%;

	width: 80.3%;
}

@media screen and (min-width: 768px) { /* tab pc */
  div.head-box .head-bg-box{
		background-image:url("head_img01_pc.jpg");
		padding-top: calc( (1056 / 1600) * 100%);
	}
}


/* lead */
.lead-box {
	font-weight: bold;
}

.lead-box .inner-box{
	max-width: 800px;
	margin: 0 auto; 
}

/* sec common */
.sec{

}

.p2 .sec1,
.container .sec + .sec {
	margin-top: 4em;
}
.container .sec-sub + .sec-sub {
	margin-top: 2.5em;
}
.container .sec-sub2 {
	margin-top: 1.5em;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.p1 .sec1,
	div.container .sec + .sec {
		margin-top: 6em;
	}
  div.container .sec-sub + .sec-sub {
		margin-top: 4em;
	}
	div.container .sec-sub2 + .sec-sub2 {
		margin-top: 2em;
	}
}

/* sec title */
.container .sec .sec-ttl-box {
	line-height: 1.3;
	padding-bottom: 0.5em;
	max-width: 480px;
  margin: 0 auto 40px;
	border-bottom: 4px solid #000000;
	
	font-size:min(5vw,26px);
	text-align: center;
	
	position: relative;
	z-index: 1;
}

.container .sec .sec-ttl-box h2 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3;
	
	letter-spacing: 0.1em;
	
	color: #5a6e56;
}

.container .sec .sec-ttl-box::after {
	content: " ";
	display: block;
	width: min(5vw,26px);
	height: min(5vw,26px);
	position: absolute;
	top: 0;
	right: 0.5em;
	z-index: 0;
	background-image: url("sec_icon01.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .sec .sec-ttl-box {
		margin-bottom: 24px;
	}
	
	div.container .sec .sec-ttl-box h2 {
		-ms-flex-preferred-size: calc(100% - 10% - 2%);
		flex-basis: calc(100% - 10% - 2%);
	}
	div.container .sec .sec-ttl-box .num-box {
		-ms-flex-preferred-size: 10%;
		flex-basis: 10%;

		margin-right: 2%;
	}
}

@media screen and (max-width: 414px) { /* small sp */
  div.container .sec .sec-ttl-box{
		display: block;
		font-size:min(5vw,2em);
  }
	div.container .sec .sec-ttl-box .num-box{
		width: 40px;
		margin-bottom: 8px;
	}
}

/* sec img */
.sec-img-box{
  text-align: center;
}

.sec-img-box .img-title{
  text-align: center;
  margin-bottom: 1em;
  font-size: 125.00%; /* 20px */
  font-weight: bold;
}

.img-note-box{
  margin: 1em auto 0;
	font-size: 0.75em;
	text-align: left;
}

.note-box{
	margin-top: 0.5em;
	font-size: 0.75em;
}

.note{
	font-size: 0.75em;
}

.container .sec-txt-box p + p{
  margin-top: 1.5em;
}

/* side img box */
.container .side-img-box{	
	width: 48%;
	max-width: 340px;
	margin-bottom: 2em;
}

.container .side-img-box .img-box{
	margin-bottom: 0.5em;
}

.container .side-img-box .prof-txt-box .title{
	font-size: 87.50%; /* 14px */
}

.container .side-img-box .prof-txt-box .name{
	font-size: calc((20/16) * 1em);
	font-weight: bold;
}

.container .side-img-box .prof-txt-box .name .shi{
	font-size: calc((14/20) * 1em);
	max-width: none;
}

.container .side-img-box .prof-txt-box .text{
	margin-top: 1em;
	font-size: 0.75em;
}

@media screen and (max-width: 414px) { /* small sp */
  div.container .side-img-box .prof-txt-box{
		max-width: none;
  }
}


/* side img box left */
.container .img-box-l .side-img-box{
	float: left;
	margin-right: 4%;
}

/* side img box right */
.container .img-box-r .side-img-box{
	float: right;
	margin-left: 4%;
	text-align: left;
}

/* side img box common */
.container .sec-txt-box + .img-box-l,
.container .img-box-l + .img-box-r{
	margin-top: 1.5em;
}

@media screen and (max-width: 414px) { /* small sp */
	div.container .img-box-l .side-img-box,
	div.container .img-box-r .side-img-box{
		float: none;
		text-align: center;
		width: auto;
		margin: 0 8% 1.5em;
		max-width: none;
	}
}


/* point3 */
.container .point3-box{
	background-color: #f3d28c;
	min-height: 360px;
	padding: 16px;
	border-radius: 0 16px 16px 0;
	
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	
	position: relative;
	z-index: 1;
}

.container .point3-box::before{
	content: " ";
	display: block;
	position: absolute;
	right: 99.9%;
	top: 0;
	z-index: 0;
	height: 100%;
	width: 100%;
	background-image: url("bg01_pc.png");
	background-position: top right;
	background-size: auto 100%;
}

.container .point3-box .title-box{
	color: #5a6e56;
	margin-bottom: 1em;
}

/* img01 */
.container .img01-box{
	padding: 16px;
	background-color: #596e55;
	border-radius: 16px;
	color: #f2d18c;
}

.container .img01-box .flex-box{
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.container .img01-box .flex-box .icon-box{
	-ms-flex-preferred-size: 14%;
	flex-basis: 14%; 
}

.container .img01-box .flex-box .title-box{
	-ms-flex-preferred-size: 84%;
	flex-basis: 84%; 
}

@media screen and (max-width: 414px) { /* small sp */
	div.container .img01-box .flex-box{
		display: block;
	}
	div.container .img01-box .flex-box .icon-box{
		width: 25%; 
		margin-bottom: 8px;
	}

	div.container .img01-box .flex-box .title-box{
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%; 
	}
}

.container .img01-box .img01{
	padding: 16px 0;
}

.container .img01-box .fs14px{
	font-size: calc((14/16) * 1em );
}

.container .img01-box .pc-flex2-box{
	margin-top: 2em;
}

.container .img01-box .pc-flex2-box .item-box:first-child{
	border-top: 1px solid #f3d28c;
	padding: 2em 0;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .img01-box .pc-flex2-box{
		display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		column-gap: 4%;
	}
	div.container .img01-box .pc-flex2-box .item-box{
		flex: 1;
	}
}

/* sticky banner */
.container .sticky-box{
	
}

.container .sticky-box .stycky-banner{
	height: auto;
  position: sticky;
  z-index: 3;
  bottom: 0;
  right: 0;
  margin-left: 70%;
  text-align: right;
}
.container .sticky-box .stycky-banner a{
	display: inline-block;
	max-width: 251px;
	border-width: 1px 0px 0px 1px;
	border-color: #fff;
	border-style: solid;
}



/* bottom-box */
.container .bottom-box {
	background-color: #7cabb8;
	padding: 40px 0 32px;
}

.container .bottom-box .title-box{
	color: #fff;
	margin-bottom: 24px;
	text-align: center;
}

.container .bottom-box .title-box h3{
	font-size: min(4.2vw,40px);
}

.container .bottom-box a{
	color: #000;
}

.container .bottom-box .img03-box{
	max-width: 440px;
	margin: 0 auto 2em;
}

.container .bottom-box .img04-box{
	max-width: 800px;
	margin: 3em auto 3em;
}

.container .bottom-box .address-box{
	border-top: 1px solid #000;
	margin-top: 1.5em;
	padding-top: 1em;
	text-align: center;
}

.container .button-box{
	text-align: center;
	padding: 0 4%;
}

.container .button-box a{
	display: inline-block;
	max-width: 440px;
}


/* thanks */
.thanks-box{
  padding: 0 0 40px;
  text-align: center;
}

.thanks-box a{
  color: #000;
  text-decoration: none;
	
}

.thanks-box .logo-box{
	max-width: 200px;
	margin: 0 auto 40px;
	font-size: 2em;
	font-weight: bold;
}

.thanks-box .data-box{
  text-align: center;
}

.thanks-box .data-box .name{
	font-size:min(5vw,30px);
  font-weight: bold;
}

.thanks-box .data-box .longurl{
  font-size:min(3vw,20px);
  font-weight: bold;
}

@media screen and (min-width: 768px) { /* tab pc */
  div.thanks-box a:hover{
    text-decoration: underline;
  }

  div.thanks-box .inner-box .text-box .title-box{
    font-size: 137.50%; /* 22px */
  }
}

.longurl {
	word-break: break-all;
}

/* clearfix */
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

/* ------------------------------ *
	SNSボタン
 * ------------------------------ */
div.snsWrap{ text-align: center;
    padding-top: 40px;
    padding-bottom: 5px; }
.social_buttons{ list-style-type: none; text-align: left; margin: 0; padding: 0; *zoom: 1; display: inline-block;}
.social_buttons:before, .social_buttons:after{ content: ""; display: table; clear: both; }
.social_buttons li{ float:left; margin-left: 0; margin-right: 10px; font-size:12px; }
.social_buttons li:last-child{ margin-right: 0; }
.social_buttons li .fb_iframe_widget > span{ vertical-align: baseline; }