@charset "UTF-8";
/*----------------------------------------

	index CSS

	- common
	- breadcrumb_pc
	- mapModal

-----------------------------------------*/

/* ここからがparticles.jsのCSS */
canvas{
  display:block;
  vertical-align:bottom;
}

/* ---- stats.js ---- */
.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}
#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}
#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.count-particles{
  border-radius: 0 0 3px 3px;
}

/* ---- particles.js container ---- */
#particles-js{
  width: 100%;
  height: 100%;
  /*  背景色を変更  */
  background-color: rgba(255,255,255,0.0);
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* 追加CSS */
canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.fix-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
}
#footer {
  position: relative;
  z-index: 2;
}

/*----------------------------------------
	common
/-----------------------------------------*/
#breadcrumb_pc,
#breadcrumb_sp {
	position: relative;
	z-index: 99000;
}
#header .h_box01,
#header .h_box02 {
  z-index: 999000;
}
#header .h_box01 #lang {
	--lang-color: #fff;
}
.font_small{
	font-size: 1.2rem;
}
.indent07 {
  text-indent: -7em;
  padding-left: 7em;
}

a.blank {
  position: relative;
  margin-right: 1.5em;
  padding: 0 0 0.2em 0;
  border-bottom: 1px solid #111;
}
a.blank:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0px -1.5em -0.25em 0.5em;
  border: none;
  background: url(/asset/img/cmn/c_link02.png) center top no-repeat;
  background-size: 13px 13px;
}

#contents .contents-bg {
	background: url("../img/c_bg_cover01.png") center top repeat,url("../img/c_bg01.png") center top repeat-y;
	background-size: 392px 300px, 100% auto;
}
#headtitle {
  position: relative;
  z-index: 99999;
	height: auto;
	padding: 0;
	border: none;
}
#headtitle .headtitle_inner {
	position: relative;
  background-image: url("../img/mv_title01_bg01_s.png");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
#headtitle .headtitle_inner>h1 {
	padding: 0;
	line-height: 1.3;
	margin: 16% 6% 0 11%;
}
#headtitle .headtitle_date {
	position: relative;
	text-align: center;
	margin: 0 11.5% 4.5%;
	padding: 1.5% 0 2.5%;
}
#headtitle .headtitle_date span {
	letter-spacing: 0.1em;
}
#headtitle .headtitle_date .left {
	position: relative;
}
#headtitle .headtitle_date .right {
	position: relative;
	padding: 0 0 0 15px;
}
#headtitle .headtitle_date .left:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 8px solid #ffffff;
	top: 1px;
	right: -20px;
}
#headtitle .headtitle_date + p {
	line-height: 1.8;
}
#headtitle .headtitle_link ul {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 5000;
}
#headtitle .headtitle_link li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 245px;
	height: 60px;
	background: #a7883e url("/asset/img/cmn/c_link01.png") right 12px center no-repeat;
	background-size: 13px auto;
}
#list_back {
	padding-top: 70px;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#contents .contents-bg {
    background: url(../img/c_bg_cover01.png) center top repeat, url(../img/mv_title01_bg01.png) center top no-repeat, url(../img/c_bg01.png) center top repeat-y;
    background-size: 392px 300px, 100% auto, 100% auto;
	}
	#headtitle .headtitle_inner {
    background-image: url();
	}
  #headtitle .headtitle_inner>h1 {
    max-width: 1006px;
		margin: 10px auto 0;
		padding: 30px 0 10px;
	}
  #headtitle .headtitle_inner>h1+p {
    margin: 0 auto 100px;
  }
  #headtitle .headtitle_date span {
    letter-spacing: 0.1em;
  }
  #headtitle .headtitle_date .left {
    position: relative;
  }
  #headtitle .headtitle_date .right {
    position: relative;
    padding: 0 0 0 25px;
  }
	#headtitle .headtitle_link ul {
		padding-left: 40px;
	}
	#headtitle .headtitle_link li a {
		width: 300px;
	}
	#list_back {
		padding-top: 120px;
	}
}

/*----------------------------------------
	main
-----------------------------------------*/
main {
	display: block;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
  [id^="breadcrumb"],
  [id^="breadcrumb"]>ul>li>a {
    color: #fff;
    border-color: #fff;
  }
}

/*----------------------------------------
	mv
-----------------------------------------*/
#mv {
	padding: 30px 0 0;
}
#mv > div {
  position: relative;
}
#mv > div > h2 {
  position: relative;
  z-index: 2;
  background: url("../img/mv_tit_bg01_s.png") no-repeat;
  background-size: 100% auto;
  padding: 6% 0 13%;
  font-size: 1.8rem;
}
@media screen and (max-width:385px){
  #mv > div > h2 {
    font-size: 4.0vw;
  }
}
@media screen and (min-width:410px){
  #mv > div > h2 {
    font-size: 4.4vw;
  }
}
#mv > div .b_wrap {
  position: relative;
  z-index: 1;
  margin: -13% 3.5% 0;
  padding: 0 5px 5px;
  background: linear-gradient(-44deg, #ab813a 0%, #ab813a 11%, #ddb674 81%, #9c7430 99%, #9c7430 100%);
}
#mv > div .b_wrap .b_wrap-inner {
  padding: 70px 0 20px;
  background: #f3f3f3;
}
#mv > div .b_wrap p {
  padding: 0 10px;
	line-height: 2;
}
#mv > div .b_wrap h3 {
	margin: 40px 0 8px;
}
#mv > div .b_wrap dl > dt {
	padding: 6px 5.3%;
	background-color: rgba(204,159,82,0.3);
}
#mv > div .b_wrap dl > dd {
	padding: 16px 5.3%;
}
#mv > div.inner:nth-of-type(2) {
  margin: 0;
	padding: 80px 5.3% 0;
  background: url("../img/mv_bg01_s.png") center center no-repeat;
  background-size: 100% auto;
}
#mv > div > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#mv > div > ul > li {
	position: relative;
	width: 29.533%;
	padding-top: 29.533%;
	margin-bottom: 40px;
}
#mv > div > ul > li::before {
  content: "";
	position: absolute;
  top: auto;
  bottom: calc(100% + 20px);
  left: 0;
  right: 0;
  margin: 0 auto;
}
#mv > div > ul > li::after {
  content: "";
	position: absolute;
  z-index: 1;
  top: auto;
  bottom: 99%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#mv > div > ul > li:nth-child(1)::before {
  width: 40px;
  height: 60px;
  background-image: url("../img/mv_chain01_s.png");
  background-size: 9px 28px;
  background-repeat: repeat-y;
  background-position: bottom center;
}
#mv > div > ul > li:nth-child(1)::after {
  width: 40px;
  height: 20px;
  background-image: url("../img/mv_chain02_s.png");
  background-size: 23px 19px;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#mv > div > ul > li:nth-child(2)::before {
  width: 40px;
  height: 60px;
  background-image: url("../img/mv_chain01_s.png");
  background-size: 9px 28px;
  background-repeat: repeat-y;
  background-position: bottom center;
}
#mv > div > ul > li:nth-child(2)::after {
  width: 40px;
  height: 20px;
  background-image: url("../img/mv_chain02_s.png");
  background-size: 23px 19px;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#mv > div > ul > li:nth-child(3)::before {
  width: 40px;
  height: 60px;
  background-image: url("../img/mv_chain01_s.png");
  background-size: 9px 28px;
  background-repeat: repeat-y;
  background-position: bottom center;
}
#mv > div > ul > li:nth-child(3)::after {
  width: 40px;
  height: 20px;
  background-image: url("../img/mv_chain02_s.png");
  background-size: 23px 19px;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#mv > div > ul > li:nth-child(4)::before {
  bottom: 100%;
  width: 40px;
  height: 40px;
  background-image: url("../img/mv_chain03.png");
  background-size: 9px 35px;
  background-repeat: no-repeat;
  background-position: center center;
}
#mv > div > ul > li:nth-child(5)::before {
  bottom: 100%;
  width: 40px;
  height: 40px;
  background-image: url("../img/mv_chain03.png");
  background-size: 9px 35px;
  background-repeat: no-repeat;
  background-position: center center;
}
#mv > div > ul > li:nth-child(6)::before {
  bottom: 100%;
  width: 40px;
  height: 40px;
  background-image: url("../img/mv_chain03.png");
  background-size: 9px 35px;
  background-repeat: no-repeat;
  background-position: center center;
}
#mv > div > ul > li:nth-child(7)::before {
  bottom: 100%;
  width: 40px;
  height: 40px;
  background-image: url("../img/mv_chain03.png");
  background-size: 9px 35px;
  background-repeat: no-repeat;
  background-position: center center;
}

#mv > div > ul > li > a {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
  z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	color: #fff;
	text-align: center;
  box-shadow: 0 0 5px #222;
}
#mv > div > ul > li > a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #6899ba center center no-repeat;
	background-size: cover;
  opacity: 0.2;
}

#mv > div > ul > li:nth-child(1) > a { background-color: #a97a28; }
#mv > div > ul > li:nth-child(2) > a { background-color: #a97a28; }
#mv > div > ul > li:nth-child(3) > a { background-color: #9c2727; }
#mv > div > ul > li:nth-child(4) > a { background-color: #666; }
#mv > div > ul > li:nth-child(5) > a { background-color: #666; }
#mv > div > ul > li:nth-child(6) > a { background-color: #666; }
#mv > div > ul > li:nth-child(7) > a { background-color: #015040; }

#mv > div > ul > li:nth-child(1) > a::before { background-image: url(../img/mv_btn01.jpg); }
#mv > div > ul > li:nth-child(2) > a::before { background-image: url(../img/mv_btn02.jpg); }
#mv > div > ul > li:nth-child(3) > a::before { background-image: url(../img/mv_btn03.jpg); }
#mv > div > ul > li:nth-child(4) > a::before { background-image: url(../img/mv_btn04.jpg); }
#mv > div > ul > li:nth-child(5) > a::before { background-image: url(../img/mv_btn05.jpg); }
#mv > div > ul > li:nth-child(6) > a::before { background-image: url(../img/mv_btn06.jpg); }
#mv > div > ul > li:nth-child(7) > a::before { background-image: url(../img/mv_btn07.jpg); }

#mv > div > ul > li > a > span {
	position: relative;
}
#mv > div > ul > li > a > span > span {
	display: inline-block;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#mv {
		padding: 70px 0 0;
		background: url("../img/mv_bg01.png") center bottom no-repeat;
		background-size: 100% auto;
	}
	#mv > div > h2 {
    background: url(../img/mv_tit_bg01.png) no-repeat;
    background-size: 100% auto;
    padding: 2.2% 0 7%;
    font-size: 1.7rem;
	}
  #mv > div .b_wrap {
    margin: -10% 6.75% 0px 6.8%;
    padding: 0 1.5% 1.5%;
  }
  #mv > div .b_wrap .b_wrap-inner{
    padding: 10% 0 50px;
    border: 2px solid #9c783a;
    border-top: none;
  }
	#mv > div .b_wrap h3 {
		margin: 60px 0 18px;
	}
	#mv > div .b_wrap dl {
		display: flex;
		width: 90%;
    max-width: 600px;
		margin: 0 auto;
		padding: 26px 0;
		border-bottom: 1px solid rgba(204,159,82,0.3);
	}
	#mv > div .b_wrap h3 + dl {
		border-top: 1px solid rgba(204,159,82,0.3);
	}
	#mv > div .b_wrap dl > dt {
		width: 240px;
		background: none;
		padding: 0;
		text-align: center;
	}
	#mv > div .b_wrap dl > dd {
		flex: 1;
		padding: 0 10px;
	}
  #mv > div.inner:nth-of-type(2) {
    margin: 0 auto;
    padding: 0;
    background: url();
  }
	#mv > div > ul {
		justify-content: center;
		max-width: 1040px;
		margin: 60px auto 0;
	}
	#mv > div > ul::after {
		content: none;
	}
	#mv > div > ul > li {
		width: 194px;
		margin: 20px 2% 0;
		padding-top: 194px;
	}
	#mv > div > ul > li a::before {
		transition: 0.2s;
	}
	#mv > div > ul > li a:hover::before {
		transform: scale(1.1);
	}
  #mv > div > ul > li::before {
    bottom: calc(100% + 23px);
  }
  #mv > div > ul > li:nth-child(1)::before,
  #mv > div > ul > li:nth-child(2)::before,
  #mv > div > ul > li:nth-child(3)::before,
  #mv > div > ul > li:nth-child(4)::before {
    height: 57px;
    background-image: url("../img/mv_chain01.png");
    background-size: 8px 28px;
  }
  #mv > div > ul > li:nth-child(1)::after,
  #mv > div > ul > li:nth-child(2)::after,
  #mv > div > ul > li:nth-child(3)::after,
  #mv > div > ul > li:nth-child(4)::after,
  #mv > div > ul > li:nth-child(5)::after,
  #mv > div > ul > li:nth-child(6)::after,
  #mv > div > ul > li:nth-child(7)::after {
    height: 25px;
    background-image: url("../img/mv_chain02.png");
    background-size: 30px 25px;
  }
  #mv > div > ul > li:nth-child(4)::before {
    width: 40px;
    bottom: calc(100% + 23px);
    background-size: 8px 28px;
    background-repeat: repeat-y;
    background-position: bottom center;
  }
  #mv > div > ul > li:nth-child(4)::after,
  #mv > div > ul > li:nth-child(5)::after,
  #mv > div > ul > li:nth-child(6)::after,
  #mv > div > ul > li:nth-child(7)::after {
    width: 40px;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  #mv > div > ul > li:nth-child(5)::before,
  #mv > div > ul > li:nth-child(6)::before,
  #mv > div > ul > li:nth-child(7)::before {
    bottom: calc(100% + 23px);
    width: 40px;
    height: 300px;
    background-image: url("../img/mv_chain01.png");
    background-size: 8px 28px;
    background-repeat: repeat-y;
    background-position: center bottom;
  }
  
}
@media print, screen and (min-width:960px) and (max-width:1340px) {
  #mv > div > h2 {
    font-size: 1.8vw;
  }
}
@media print, screen and (min-width:1341px) {
  #mv > div > h2 {
    font-size: 2.4rem;
  }
}
/*----------------------------------------
	sBox
-----------------------------------------*/
.sBox {
	padding: 50px 0;
}
.sBox .inner {
  position: relative;
  z-index: 200;
	margin: 0 2.67%;
}
.sBox .bg {
	position: relative;
	padding: 5px;
	background: #fff;
}
.sBox .bg::before,
.sBox .bg::after {
	content: '';
	position: absolute;
	width: 50%;
	height: 100px;
}
.sBox .bg::before {
	z-index: 100;
	top: -3px;
  left: 0;
	background: url("../img/s01_item01.png") top center no-repeat;
	background-size: contain;
}
.sBox .bg::after {
	top: -3px;
  right: 0;
	background: url("../img/s01_item02.png") top center no-repeat;
	background-size: contain;
}
.sBox .box {
	position: relative;
	min-height: 200px;
	padding: 80px 0 40px;
	border: 1px solid #000;
	background: url("../img/c_bg03.png") top center repeat, #fff;
	background-size: 300px auto;
}
.sBox .box-title {
  position: relative;
  z-index: 200;
	margin: 0 0 18px;
	padding: 0 10px;
	line-height: 1.2;
}
.sBox .box-title2 {
	margin: 0 0 18px;
	padding: 0 10px;
	line-height: 1.6;
}
.sBox .box-lead {
	margin: -15px 0 20px;
	color: #222;
}
.sBox .box-block01 {
	margin: 0 4.085%;
	color: #222;
}
.sBox .box-block01 figure {
  position: relative;
	margin: 0 0 20px;
}
.sBox .box-block01 figure figcaption {
  position: absolute;
	right: 0;
  bottom: 0;
}
.sBox .box-block01 figure figcaption p {
  display: inline-block;
  padding: 5px 8px;
  font-size: 1.0rem;
  text-align: center;
  color: #fff;
  background-color: rgba(0,0,0,0.8);
}
.sBox .slide {
	display: none;
}
.sBox .slide.slick-initialized {
	display: block;
}
.sBox .slide .slick-arrow {
	top: calc(50% - 15px);
}

.col2_box {
  margin-top: 20px;
}
.col2_box h3,
.col2_box p {
  margin-top: 10px;
}

.sBox .box-block01 .txt > h3 {
	margin-bottom: 5px;
}
.sBox .box-block01 .txt > p {
	margin: 0 0 18px;
	line-height: 1.8;
}
.sBox .txt dl {
	margin: 0 -4.445%;
	line-height: 1.8;
}
.sBox .txt dl > dt {
	padding: 5px 4.085%;
	background-color: rgba(204,159,82,0.3);;
}
.sBox .txt dl > dd {
	margin-bottom: 10px;
	padding: 6px 4.085% 0;
}
.sBox .txt dl > dd .notes {
	display: table;
	margin: 5px 0 0;
	padding: 2px 8px;
	background: #00143a;
	letter-spacing: 0;
}
.sBox .txt dl > dd > ul > li+li {
	margin-top: 10px;
}
.sBox .txt dl > dd:nth-child(3) {
	padding: 0 4.085%;
}
.sBox .txt dl > dd > div {
	display: flex;
}
.sBox .txt dl > dd > div > p {
	padding-right: 1em;
}
.sBox .txt dl > dd > div > ul {
	flex: 1;
}
.sBox .box-block01 .txt .link {
	margin-top: 25px;
}
.sBox .box-block01 .txt .link .c_btn01 {
	width: 87.302%;
}
.sBox .box-block01 + .box-block01 {
	margin-top: 20px;
}
.sBox .box-block02 {
  margin: 60px 4.085%;
}
.sBox .box-block02 h3 {
  line-height: 1.8;
}
.sBox .box-block02 p {
  line-height: 1.8;
}

.sBox .s_box {
  position: relative;
  margin: 0 42px;
  padding: 9px 0px;
  background: #f7f7f7;
  border-top: 2px solid #9f833f;
  border-bottom: 2px solid #9f833f;
}
.sBox .s_box::before {
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  height: 42px;
  top: -2px;
  left: -42px;
  background: url("../img/c_fra01_01.png") no-repeat;
  background-size: 42px 42px;
}
.sBox .s_box::after {
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  height: 42px;
  top: -2px;
  right: -42px;
  background: url("../img/c_fra01_02.png") no-repeat;
  background-size: 42px 42px;
}
.sBox .s_box .s_box-i {
  position: relative;
  margin: 0px 0px;
  padding: 30px 0px;
  background: #f7f7f7;
  border-top: 1px solid #9f833f;
  border-bottom: 1px solid #9f833f;
}
.sBox .s_box .s_box-i-i {
  position: relative;
  margin: 0px -42px;
  padding: 0px 0px;
  background: #f7f7f7;
  border-right: 2px solid #9f833f;
  border-left: 2px solid #9f833f;
}
.sBox .s_box .s_box-i-i::before {
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  height: 42px;
  right: -2px;
  bottom: -42px;
  background: url("../img/c_fra01_03.png") no-repeat;
  background-size: 42px 42px;
}
.sBox .s_box .s_box-i-i::after {
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  height: 42px;
  left: -2px;
  bottom: -42px;
  background: url("../img/c_fra01_04.png") no-repeat;
  background-size: 42px 42px;
}
.sBox .s_box .s_box-i-i-i {
  position: relative;
  margin: 0px 9px;
  padding: 5px 30px;
  background: #f7f7f7;
  border-right: 1px solid #9f833f;
  border-left: 1px solid #9f833f;
}
.sBox .s_box .txt > dl {
	margin: 0 -30px;
}
.sBox .s_box .txt > dl >dt,
.sBox .s_box .txt > dl >dd {
	padding-left: 30px;
	padding-right: 30px;
}
.sBox .s_box figure figcaption {
  position: relative;
	right: auto;
  bottom: auto;
  text-align: right;
}
.sBox .s_box figure figcaption p {
  display: inline-block;
  padding: 0;
  font-size: 1.0rem;
  color: #222;
  background-color: transparent;
}

.step {
	width: 100%;
	margin: 20px auto;
	color: #000c30;
}
.step dl {
	padding: 20px 6.366%;
	background-color: #f1f1f1;
}
.step dl + dl {
	position: relative;
	margin-top: 45px;
}
.step dl + dl::before {
	content: '';
	position: absolute;
	left: calc(50% - 16px);
	top: -30px;
	border-width: 15px 16px 0 16px;
	border-style: solid;
	border-color: #002d56 transparent transparent transparent;
}
.step dl dt {
	width: 120px;
	margin: 0 auto 6px;
}
.step dl dd {
	line-height: 1.8;
}
.step dl dd .btn01 {
	display: flex;
	justify-content: center;
	margin:15px 0 0;
}
.step dl dd .btn01 li {
	width: 34px;
	margin: 0 8px;
}
.step dl dd .btn02 {
	width: 165px;
	margin: 0 auto;
}
.step dl dd .btn02 li {
	margin-top: 10px;
}
.step dl:nth-child(2) dd figure {
	width: 100px;
	margin: 16px auto 0;
}
.step dl:nth-child(3) dd figure {
	width: calc(158px + 40px);
	margin: 16px auto 0;
	padding-right: 40px;
}

.sBox hr {
  border: none;
  width: 80%;
  max-width: 357px;
  height: 43px;
  margin: 60px auto;
  background: url("../img/c_line01.png") no-repeat;
  background-position: center center;
  background-size: contain;
}

.sBox .txt .pc_col2 {
  margin-top: 20px;
}

.col2_box > div .box-r .txt {
  margin-top: 20px;
}

.sBox .link {
	padding: 0 20px;
}
.sBox .link+.s_box {
	margin-top: 20px;
}
.sBox .link .c_btn01 {
	margin-top: 20px;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	.sBox {
		padding: 145px 0 20px;
	}
	.sBox .inner {
		margin: 0 auto;
	}
	.sBox .bg {
		padding: 10px;
	}
	.sBox .bg::before,
	.sBox .bg::after {
		height: 147px;
    top: -5px;
	}
	.sBox .bg::before {
    left: 20px;
    background: url(../img/s01_item01.png) top left no-repeat;
    background-size: contain;
	}
	.sBox .bg::after {
    right: 20px;
    background: url(../img/s01_item02.png) top right no-repeat;
    background-size: contain;
	}
	.sBox .box {
		padding: 100px 0 80px;
	}
	.sBox .box-title {
		margin: 0 0 42px;
		padding: 0 40px;
    letter-spacing: 0.25em;
	}
	.sBox .box-title2 {
    letter-spacing: 0.25em;
	}
	.sBox .box-block01 {
		margin: 0 60px;
	}
	.sBox .box-block01 figure {
		width: 100%;
		margin: 0;
	}
	.sBox .slide.slick-arrow {
		top: calc(50% - 15px);
		width: 30px;
		height: 30px;
	}
	.sBox .slide .slick-arrow:before {
		width: 5px;
		height: 5px;
	}
	.sBox .box-block01 .txt {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
		width: 100%;
		padding: 40px 30px 0;
	}
	.sBox .box-block01 .txt > p {
		width: 100%;
    margin: 0 0 5px;
	}
	.sBox .box-block01 .txt > h3 {
    width: 100%;
		margin-bottom: 10px;
	}
  .sBox .txt .pc_col2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
  }
  .sBox .txt .pc_col2 .l,
  .sBox .txt .pc_col2 .r {
    width: 48%;
  }
  .sBox .txt .pc_col2 dl {
    width: 100%;
    margin: 0;
  }
	.sBox .txt dl {
		display: flex;
		flex-wrap: wrap;
    width: calc(100% + 60px);
		margin: 0 -30px;
		padding: 8px 0;
		border-top: 1px solid rgba(0,12,48,0.3);
		border-bottom: 1px solid rgba(0,12,48,0.3);
	}
	.sBox .txt dl + dl {
    border-top: none;
	}
	.sBox .txt dl > dt {
		width: 25%;
		padding: 0 10px 0 20px;
		background: none;
	}
	.sBox .txt dl > dd {
		flex: 1;
		margin: 0;
		padding: 0;
	}
	.sBox .txt dl > dd .notes {
    display: inline-table;
		margin: 0 0 0 5px;
	}
  .sBox .s_box figure figcaption p {
    margin-top: 5px;
    font-size: 1.4rem;
  }
	.sBox .box-block02 {
		margin: 50px 60px 0;
	}
	.sBox .box-block02 .wrap {
		margin: 0 50px;
	}
  .col2_box > div {
    display: flex;
    justify-content: space-between;
  }
  .col2_box > div .box-l {
    width: 35%;
  }
  .col2_box > div .box-r {
    width: 63%;
  }
  .col2_box > div .box-r .txt {
    padding-top: 20px;
  }
  .col2_box h3 {
    margin-top: 0;
  }
  .sBox hr {
    margin: 70px auto;
  }
	.sBox .box-block02 .wrap .txt {
		width: 52.166%;
		padding-top: 10px;
	}
	.sBox .box-block02 .wrap .txt h3 {
		margin-bottom: 18px;
	}
	.sBox .box-block02 .wrap .txt > p,
	.sBox .box-block02 .wrap .txt > ul {
		margin-bottom: 22px;
	}
	.sBox .box-block02 .wrap .txt > dl {
		display: flex;
		margin: 0;
		padding: 8px 0;
		border-top: 1px solid #000c30;
		border-bottom: 1px solid #000c30;
	}
	.sBox .box-block02 .wrap .txt > dl + dl {
		border-top: none;
	}
	.sBox .box-block02 .wrap .txt > dl > dt {
		width: 24.53%;
		padding: 0 20px;
		background: none;
	}
	.sBox .box-block02 .wrap .txt > dl > dd {
		flex: 1;
		margin: 0;
		padding: 0;
	}
  
	.step {
		display: flex;
		justify-content: space-between;
		width: auto;
		margin: 20px 0 30px;
	}
	.step dl {
		width: calc(33.3333% - 14px);
		padding: 20px 20px;
	}
	.step dl + dl {
		margin-top: 0;
	}
	.step dl + dl::before {
		top: calc(50% - 20px);
		left: -20px;
		border-width: 20px 0 20px 20px;
		border-color: transparent transparent transparent #002d56;
	}
	.step dl dt {
		width: 100%;
		max-width: 180px;
		margin: 0 auto 8px;
	}
	.step dl:nth-child(1) dt {
		max-width: 164px;
	}
	.step dl:nth-child(2) dt {
		max-width: 142px;
	}
	.step dl:nth-child(3) dt {
		max-width: 141px;
	}
	.step dl dd .btn01 {
		margin-top: 10px;
	}
	.step dl dd .btn02 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: auto;
	}
	.step dl dd .btn02 li {
		width: 130px;
		margin: 10px 5px 0;
	}
	.step dl:nth-child(2) dd figure {
		width: 122px;
		margin: 45px auto 0;
	}
	.step dl:nth-child(3) dd figure {
		width: 100%;
		max-width: 176px;
		margin: 16px auto 0;
		padding-right: 0;
	}
  
	.sBox .link .c_btn01 {
		margin-top: 20px;
		width: 400px;
	}
	.sBox .link .c_btn01 a {
		padding: 16px 20px;
	}
}

/*----------------------------------------
	s01
-----------------------------------------*/
#s01.sBox .bg {
  background-color: #caad7c;
}
#s01.sBox .box {
  border-color: #b9904a;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
}

/*----------------------------------------
	s02
-----------------------------------------*/
#s02.sBox .bg {
  background-color: #a63838;
}
#s02.sBox .bg::before {
  background: url(../img/s02_item01.png) top center no-repeat;
  background-size: contain;
}
#s02.sBox .bg::after {
  background: url(../img/s02_item02.png) top center no-repeat;
  background-size: contain;
}
#s02.sBox .box {
  border-color: #7f1f1f;
}
#s02.sBox .box-block01 .txt dl > dt {
  background-color: rgba(179,90,90,0.3);
}
#s02.sBox hr {
  background: url("../img/c_line02.png") no-repeat;
  background-position: center center;
  background-size: contain;
}
#s02.sBox .txt ul li p {
  line-height: 1.8;
}
#s02.sBox .txt ul li + li {
  margin-top: 10px;
}

/* pc  768 - # */
@media print, screen and (min-width:768px) {
  #s02.sBox .bg::before {
    left: 20px;
    background: url(../img/s02_item01.png) top left no-repeat;
    background-size: contain;
  }
  #s02.sBox .bg::after {
    right: 20px;
    background: url(../img/s02_item02.png) top right no-repeat;
    background-size: contain;
  }
  #s02.sBox .box-block01 .txt dl > dt {
    background-color: rgba(255,255,255,0.0);
  }
}

/*----------------------------------------
	s03
-----------------------------------------*/
#s03 {
  position: relative;
  z-index: 2;
  padding-bottom: 130px;
}
#s03.sBox .bg {
  background-color: #8c9eb5;
}
#s03.sBox .bg::before {
  background: url(../img/s03_item01.png) top center no-repeat;
  background-size: contain;
}
#s03.sBox .bg::after {
  background: url(../img/s03_item02.png) top center no-repeat;
  background-size: contain;
}
#s03.sBox .box {
  border-color: #7e8da0;
}
#s03.sBox .box-block01 .txt dl > dt {
  background-color: rgba(140,158,180,0.3);
}
#s03.sBox hr {
  background: url("../img/c_line03.png") no-repeat;
  background-position: center center;
  background-size: contain;
}

#s03.sBox .s_box {
  border-top: 2px solid #8a9bb0;
  border-bottom: 2px solid #8a9bb0;
}
#s03.sBox .s_box::before {
  background: url("../img/c_fra02_01.png") no-repeat;
  background-size: 42px 42px;
}
#s03.sBox .s_box::after {
  background: url("../img/c_fra02_02.png") no-repeat;
  background-size: 42px 42px;
}
#s03.sBox .s_box .s_box-i {
  border-top: 1px solid #8a9bb0;
  border-bottom: 1px solid #8a9bb0;
}
#s03.sBox .s_box .s_box-i-i {
  border-right: 2px solid #8a9bb0;
  border-left: 2px solid #8a9bb0;
}
#s03.sBox .s_box .s_box-i-i::before {
  background: url("../img/c_fra02_03.png") no-repeat;
  background-size: 42px 42px;
}
#s03.sBox .s_box .s_box-i-i::after {
  background: url("../img/c_fra02_04.png") no-repeat;
  background-size: 42px 42px;
}
#s03.sBox .s_box .s_box-i-i-i {
  border-right: 1px solid #8a9bb0;
  border-left: 1px solid #8a9bb0;
}
#s03.sBox .s_box .col2_box {
  margin: 0 0 20px;
}

/* pc  768 - # */
@media print, screen and (min-width:768px) {
  #s03 {
    padding-bottom: 260px;
  }
  #s03.sBox .bg::before {
    left: 20px;
    background: url(../img/s03_item01.png) top left no-repeat;
    background-size: contain;
  }
  #s03.sBox .bg::after {
    right: 20px;
    background: url(../img/s03_item02.png) top right no-repeat;
    background-size: contain;
  }
  #s03.sBox .box-block01 .txt dl > dt {
    background-color: rgba(255,255,255,0.0);
  }
  #s03.sBox .s_box {
    margin-top: 20px;
  }
  #s03.sBox .s_box .col2_box {
    margin: 20px;
  }
}

/*----------------------------------------
	s04
-----------------------------------------*/
#s04 {
  position: relative;
  padding: 20px 0 50px;
  background-color: #015039;
}
#s04::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  height: 200px;
  width: 100%;
  background: url(../img/c_bg02.png) no-repeat;
  background-size: cover;
  background-position: center bottom;
}
#s04::after {
  content: "";
  display: block;
  position: absolute;
  top: -200px;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/c_bg_cover01.png") repeat;
}

#s04.sBox .bg {
  background-color: #71ae90;
}
#s04.sBox .box::before,
#s04.sBox .box::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100px;
}
#s04.sBox .box::before {
  z-index: 100;
  top: -10px;
  left: 0;
  background: url(../img/s04_item01.png) top center no-repeat;
  background-size: contain;
}
#s04.sBox .box::after {
  z-index: 100;
  top: -10px;
  right: 0;
  background: url(../img/s04_item02.png) top center no-repeat;
  background-size: contain;
}
#s04.sBox .box {
  position: relative;
  border-color: #5c9579;
}
#s04.sBox .bg::before,
#s04.sBox .bg::after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 200px;
}
#s04.sBox .bg::before {
  z-index: 50;
  top: -3px;
  left: 0px;
  background-image: url("../img/s04_item03_s.png"),url("../img/s04_item04_s.png");
  background-repeat: no-repeat, no-repeat;
  background-size: auto 90%, auto 50%;
  background-position: 5% 0, 70% 0;
}
#s04.sBox .bg::after {
  z-index: 50;
  top: -3px;
  right: 0px;
  background-image: url("../img/s04_item05_s.png"),url("../img/s04_item06_s.png");
  background-repeat: no-repeat, no-repeat;
  background-size: auto 95%, auto 45%;
  background-position: 95% 0, 30% 0;
}
#s04.sBox hr {
  background: url("../img/c_line04.png") no-repeat;
  background-position: center center;
  background-size: contain;
}
#s04.sBox .s_box {
  border-top: 2px solid #116142;
  border-bottom: 2px solid #116142;
}
#s04.sBox .s_box::before {
  background: url("../img/c_fra03_01.png") no-repeat;
  background-size: 42px 42px;
}
#s04.sBox .s_box::after {
  background: url("../img/c_fra03_02.png") no-repeat;
  background-size: 42px 42px;
}
#s04.sBox .s_box .s_box-i {
  border-top: 1px solid #116142;
  border-bottom: 1px solid #116142;
}
#s04.sBox .s_box .s_box-i-i {
  border-right: 2px solid #116142;
  border-left: 2px solid #116142;
}
#s04.sBox .s_box .s_box-i-i::before {
  background: url("../img/c_fra03_03.png") no-repeat;
  background-size: 42px 42px;
}
#s04.sBox .s_box .s_box-i-i::after {
  background: url("../img/c_fra03_04.png") no-repeat;
  background-size: 42px 42px;
}
#s04.sBox .s_box .s_box-i-i-i {
  border-right: 1px solid #116142;
  border-left: 1px solid #116142;
}
#s04.sBox .s_box .col2_box {
  margin: 0 0 20px;
}
#s04.sBox .box-block01 .txt dl > dt {
  background-color: rgba(150,202,191,0.3);
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
  #s04 {
    padding-bottom: 100px;
  }
  #s04::before {
    max-width: 1440px;
    height: 498px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  #s04::after {
    top: -498px;
  }
  #s04.sBox .box::before,
  #s04.sBox .box::after {
    top: -16px;
    height: 143px;
  }
  #s04.sBox .box::before {
    left: 20px;
    background: url(../img/s04_item01.png) top left no-repeat;
    background-size: contain;
  }
  #s04.sBox .box::after {
    right: 20px;
    background: url(../img/s04_item02.png) top right no-repeat;
    background-size: contain;
  }
  #s04.sBox .bg::before,
  #s04.sBox .bg::after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 495px;
  }
  #s04.sBox .bg::before {
    z-index: 50;
    top: -3px;
    left: 0px;
    background-image: url("../img/s04_item03.png"),url("../img/s04_item04.png");
    background-repeat: no-repeat, no-repeat;
    background-size: auto 401px, auto 495px;
    background-position: 8% 0, 30% 0;
  }
  #s04.sBox .bg::after {
    z-index: 50;
    top: -3px;
    right: 0px;
    background-image: url("../img/s04_item05.png"),url("../img/s04_item06.png");
    background-repeat: no-repeat, no-repeat;
    background-size: auto 465px, auto 365px;
    background-position: 65% 0, 90% 0;
  }
  #s04.sBox .box-block01 .txt dl > dt {
    background-color: rgba(255,255,255,0.0);
  }
  #s04.sBox .box-block01>.txt:nth-of-type(1) {
    padding-top: 0;
    padding-bottom: 80px;
  }
  
}
