@charset "utf-8";

/* =ClearFix */
/* ----------------------------------------------------- */
/*for IE 5.5-7*/
.clearfix{zoom: 1;}.clear{	clear: both;}

/* =デフォルトStyleを解除 */
/* ----------------------------------------------------- */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,li,div,form,select,option,address,pre,strong,em{margin: 0px;padding: 0px;font-weight: normal;font-style: normal;text-decoration: none;font-size:15px;}

/* -↓以下表示に合わせて修正-------------------------------------------------- */
/* =初期設定 */
/* ----------------------------------------------------- */
body{
  font-family: 'Noto Sans JP', sans-serif;
	color: #555;
	font-size: 12px;
	line-height: 1.7;
	text-align: center;
	letter-spacing:0.08em;
}
img {
	border: none;
	vertical-align: bottom;
	display: inline-block;
  max-width: 100%;
}
li{
	list-style: none;
}
em{
	font-weight: bold;
	text-decoration: none;
}

body .layout_content div>p {
	margin: 0 auto;
}

body .layout_content div>p>img {
	object-fit: contain;
	max-width: 100%;
}

svg {
  width: 100%;
  height: 100%;
}


/* =見出し設定 */
/* ----------------------------------------------------- */

h1,h2,h3,h4,h5,h6{font-size: 12px;}


/* =リンク設定 */
/* ----------------------------------------------------- */
a{
	outline:none;
	text-decoration: none;
  cursor: pointer;
}

a:link    {color: #584F49; text-decoration: none;}
a:visited {color: #584F49; text-decoration: none;}
a:hover   {color: #766A63; text-decoration: underline;}
a:active  {color: #584F49; text-decoration: none;}


/* レイアウトスタイル */
/* ----------------------------------------------------- */
/* 左右文字揃え（中央がデフォルト） */
.txt_l{text-align:left;}
.txt_r{text-align:right;}
.float_r{float:right;}

/* 上下隙間  5～50まで5刻み  50～100まで10刻み  100～160まで20刻み */
.pt5{padding-top:5px;}.pt10{padding-top:10px;}.pt15{padding-top:15px;}.pt20{padding-top:20px;}.pt25{padding-top:25px;}.pt30{padding-top:30px;}.pt35{padding-top:35px;}.pt40{padding-top:40px;}.pt45{padding-top:45px;}
.pt50{padding-top:50px;}.pt60{padding-top:60px;}.pt70{padding-top:70px;}.pt80{padding-top:80px;}.pt90{padding-top:90px;}
.pt100{padding-top:100px;}.pt120{padding-top:120px;}.pt140{padding-top:140px;}.pt140{padding-top:160px;}
.pb5{padding-bottom:5px;}.pb10{padding-bottom:10px;}.pb15{padding-bottom:15px;}.pb20{padding-bottom:20px;}.pb25{padding-bottom:25px;}.pb30{padding-bottom:30px;}.pb35{padding-bottom:35px;}.pb40{padding-bottom:40px;}.pb45{padding-bottom:45px;}
.pb50{padding-bottom:50px;}.pb60{padding-bottom:60px;}.pb70{padding-bottom:70px;}.pb80{padding-bottom:80px;}.pb90{padding-bottom:90px;}
.pb100{padding-bottom:100px;}.pb120{padding-bottom:120px;}.pb140{padding-bottom:140px;}.pb160{padding-bottom:160px;}

/* 左右等隙間  10～50まで10刻み */
.pside10{padding-left:10px;padding-right:10px;}
.pside20{padding-left:20px;padding-right:20px;}
.pside30{padding-left:30px;padding-right:30px;}
.pside40{padding-left:40px;padding-right:40px;}
.pside50{padding-left:50px;padding-right:50px;}

/* テキスト表示クラス */
.text{
	max-width:1000px;
	margin:0 auto;
	box-sizing:border-box;
}
.mincho{font-family: 游明朝, "Yu Mincho", YuMincho, "Sawarabi Mincho", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;}
.size-l{font-size:110%;}
.size-2l{font-size:120%;}
.underline {
  background: linear-gradient(transparent 70%, #c6ddd5 30%);
}
.sec_ttl {
  font-size: 48px;
  font-weight: 900;
  color: #00423f;
  line-height: 1.6;
}
.sec_ttl--wh {
  color: #fff;
}
.txt-yellow {
  color: #e6c050;
}
.txt-black {
  color: #000;
}
.txt-braces {
  padding: 13px 13px;
  position: relative;
  margin: 0 6px;
}
.txt-braces::before,
.txt-braces::after {
  content: "";
  width: 8px;
  height: 75px;
  background: url(../images/ico_braces02.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.txt-braces--wh::before,
.txt-braces--wh::after {
  background: url(../images/ico_braces02_wh.svg) no-repeat;
}
.txt-braces::before {
  left: 0;
}
.txt-braces::after {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.txt-wavy {
  padding-bottom: 5px;
  text-decoration: underline wavy 2px #00423f;
  text-underline-offset: 10px;
}

/* スマホ表示時 */
@media screen and (max-width: 767px) {
	/* 左右等隙間  pside5～25pまで5px刻み  pside2p～pside10pまで2%刻み  pside10p～pside16pまで3%刻み  pside20p～pside35pまで5%刻み */
	.pside5{padding-left:5px;padding-right:5px;}.pside10{padding-left:10px;padding-right:10px;}.pside15{padding-left:15px;padding-right:15px;}.pside20{padding-left:20px;padding-right:20px;}.pside25{padding-left:25px;padding-right:25px;}
	.pside2p{padding-left:2%;padding-right:2%;}.pside4p{padding-left:4%;padding-right:4%;}.pside6p{padding-left:6%;padding-right:6%;}.pside8p{padding-left:8%;padding-right:8%;}
	.pside10p{padding-left:10%;padding-right:10%;}.pside13p{padding-left:13%;padding-right:13%;}.pside16p{padding-left:16%;padding-right:16%;}
	.pside20p{padding-left:20%;padding-right:20%;}.pside25p{padding-left:25%;padding-right:25%;}
	.pside30p{padding-left:30%;padding-right:30%;}.pside35p{padding-left:35%;padding-right:35%;}
	.pside40p{padding-left:40%;padding-right:40%;}.pside45p{padding-left:45%;padding-right:45%;}
	.pb40{padding-bottom:3%;}.pb45{padding-bottom:4%;}.pb50{padding-bottom:5%;}.pb60{padding-bottom:7%;}.pb70{padding-bottom:9%;}.pb80{padding-bottom:11%;}.pb90{padding-bottom:12%;}.pb100{padding-bottom:13%;}.pb120{padding-bottom:15%;}
	.pt40{padding-top:3%;}.pt45{padding-top:4%;}.pt50{padding-top:5%;}.pt60{padding-top:7%;}.pt70{padding-top:9%;}.pt80{padding-top:11%;}.pt90{padding-top:12%;}.pt100{padding-top:13%;}.pt120{padding-top:15%;}
  .sec_ttl {
    font-size: 28px;
    line-height: 1.4;
  }
  .txt-braces {
    padding: 10px 8px;
  }
  .txt-braces::before,
  .txt-braces::after {
    width: 6px;
    height: 38px;
    background: url(../images/sp/ico_braces02.svg) no-repeat;
  }
  .txt-braces--wh::before,
  .txt-braces--wh::after {
    background: url(../images/sp/ico_braces02_wh.svg) no-repeat;
  }
  .txt-wavy {
    text-underline-offset: 6px;
  }
}


/* ========================================================================================================================
　common
========================================================================================================================= */
/* 切り替え */
.pc-item{
	display: block;
}

.sp-item{
	display: none;
}
@media screen and (max-width: 767px) {
	.pc-item{
		display: none;
	}
	.sp-item{
		display: block;
	}
}





/* ========================================================================================================================
　header
========================================================================================================================= */
#header{
	background:#fff;
	/* position:fixed; */
	width:100%;
	z-index:100;
  padding-left: 20px;
  padding-right: 20px;
	padding-bottom: 20px;
  box-sizing: border-box;
}
#header > div{
	max-width:1000px;
	margin:0 auto;
	overflow:hidden;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
      justify-content: space-between;
}
#header h1{
	margin: 30px 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#header div.utility {
	margin-top: 23px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#header div.utility .tel {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  color: #2c745c;
  pointer-events: none;
  margin-right: 20px;
}
#header div.utility .tel .tel_left {
  background-color: #f17a2e;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
#header div.utility .tel .tel_left .txt {
  color: #fff;
  font-weight: 600;
  line-height: 1.1;
  font-size: 16px;
}
#header div.utility .tel .tel_right {
  display: inline-block;
}
#header div.utility .tel .tel_right .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header div.utility .tel .tel_right .ico {
  display: inline-block;
  width: 35px;
  height: 20px;
  margin-right: 2px;
  margin-top: 5px;
}
#header div.utility .tel .tel_right .ico svg {
  fill: #2c745c;
  display: block;
}
#header div.utility .tel .tel_right .num {
  font-weight: 600;
  line-height: 1;
  font-size: 37px;
  color: #2c745c;
  letter-spacing: -0.02em;
}
#header div.utility .tel .tel_right .txt {
  line-height: 1;
  font-size: 13px;
  text-align: center;
  display: block;
  margin-top: 7px;
  font-weight: 600;
}
#header div p.navi{
	width: 95%;
	text-align: right;
}
#header div p.navi a{
	display:inline-block;
	position:relative;
	width:23.5%;
	margin-left: 0;
	text-align: center;
}
#header div p.navi a:first-child:before,
#header div p.navi a:after{
	position:absolute;
	right:0px;
	top:0.5em;
	content:"";
	height:1.4em;
	border-left: 1px solid #ccc;
}
#header div p.navi a:before{
	right:unset;
	left:0px;
}
#header p a{
	margin-left:24px;
}
#header p img.hdr_tel{
	padding-bottom:10px;
}
#header a:hover{;
	opacity:0.6;
}


/* ========================================================================================================================
　contact　コンバージョンエリア
========================================================================================================================= */
div.contact{
	position:relative;
	margin: 0 auto;
	padding: 40px 0 16px;
	background: url(../images/bg_conversion.png) no-repeat center top #2c745c;
}

div.contact .pc-item .btn{
	display:flex;
	width:1000px;
	justify-content:space-between;
  align-items: center;
}
div.contact .pc-item .btn a{
/*
	width:40%;
	margin-left:30px;
	padding:20px 0;
	background:#FFF;
	color:#0e2c17;
	font-weight:bold;
	font-size:1.3em;
	box-shadow:0px 3px 0px 0px #00523c;
*/
	width:40%;
	margin-left:30px;
	padding:20px 0;
	background:#f17a2e;
	color:#FFF;
	font-weight:bold;
	font-size:1.3em;
	box-shadow:0px 3px 0px 0px #ca5300;
}
div.contact .pc-item .btn a::before{
	content:url(../images/ico_mail3.png);
	vertical-align:middle;
	margin-right:15px;
}
div.contact .pc-item .btn a:hover{
/*
	text-decoration:none;
	background:#f17a2e;
	color:#FFF;
	box-shadow:0px 3px 0px 0px #ca5300;
*/
	text-decoration:none;
	background:#FFF;
	color:#0e2c17;
	box-shadow:0px 3px 0px 0px #00523c;
}
div.contact .pc-item .btn a:hover::before{
	content:url(../images/ico_mail2.png);
}
div.contact p{
	text-align:center;
}
.contact .contact_ttl .txt-sm {
  font-size: 25px;
  line-height: 2.5;
  display: block;
}
.contact .contact_ttl .txt-sm small {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.contact .contact_list {
  max-width: 1000px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 30px;
}
.contact .contact_item {
  width: 320px;
  background-color: #fff;
  position: relative;
  margin-top: 40px;
  padding: 40px 10px 30px;
}
.contact .contact_item + .contact_item {
  margin-left: 20px;
}
.contact .contact_item_lead {
  font-size: 18px;
  color: #0e2c17;
  font-weight: 600;
  padding: 12px 10px;
  border: 3px solid #0e2c17;
  width: 240px;
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 1;
}
.contact .contact_item_lead::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 9px 0 9px;
  border-color: #0e2c17 transparent transparent transparent;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -18px;
  margin: auto;
}
.contact .contact_item_lead::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -12px;
  margin: auto;
}
.contact .contact_item_txt {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.contact .contact_item_txt .num {
  font-size: 32px;
  margin-right: 6px;
}
.contact .brackets {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.contact .brackets::before,
.contact .brackets::after {
  content: "";
  width: 8px;
  height: 8px;
  background: url(../images/ico_braces.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
}
.contact .brackets::before {
  top: 10px;
}
.contact .brackets::after {
  bottom: 10px;
}
.contact .brackets--l::before,
.contact .brackets--l::after {
  left: 10px;
}
.contact .brackets--l::after {
  transform: rotate(-90deg);
}
.contact .brackets--r::before,
.contact .brackets--r::after {
  right: 10px;
  transform: rotate(90deg);
}
.contact .brackets--r::before {
  transform: rotate(90deg);
}
.contact .brackets--r::after {
  transform: rotate(180deg);
}

/* ========================================================================================================================
　body
========================================================================================================================= */
.layout_content{
	/* padding-top: 100px; */
}
body {
	min-width: 1000px;
}
.layout_body {
}


@media screen and (max-width: 767px) {
	body {
		min-width: inherit;
	}
}








/* ========================================================================================================================
　title
========================================================================================================================= */

h2,
h3,
h4{
	text-align: center;
}

/* ========================================================================================================================
　layout_content
========================================================================================================================= */
h3{
	padding-top:40px;
	box-sizing:border-box;
}
#sec_mv {
	overflow: hidden;
  position: relative;
  width: 100%;
  height: 611px;
  background-image: url("../images/img_mv.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.sec00 {
  width: 1000px;
  margin: -65px auto 60px;
  background-color: #e2f2ee;
  padding: 75px 0 60px;
  position: relative;
}
.sec00 .sec00_ttl {
  width: 435px;
  margin: 0 auto;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  z-index: 1;
}
.sec00 .sec00_list {
  width: 890px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec00 .sec00_item {
  width: 390px;
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sec00 .sec00_item:nth-child(n+3)::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #00423f;
  position: absolute;
  top: -10px;
  left: 0;
}
.sec00 .sec00_item:nth-child(even):after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #00423f;
  position: absolute;
  top: 0;
  left: -10px;
}
.sec00 .sec00_item_thumb {
  width: 82px;
}
.sec00 .sec00_item_txt {
  width: 270px;
  margin-left: 10px;
  font-size: 26px;
  line-height: 1.3;
  color: #00423f;
}
.sec00 .sec00_item_txt em {
  font-size: 26px;
  font-weight: 600;
}
.sec01 {
  padding: 60px 0;
  background:#fffef0;
}
.sec01 .sec01_ttl {
  margin-bottom: 60px;
}
.sec01 .sec01_ttl02 .txt-la {
  font-size: 70px;
  margin-left: 10px;
  line-height: 1;
}
.sec01 .sec01_ttl02 .txt-sm {
  font-size: 40px;
}
.sec01 .sec01_manzoku {
  width: 1000px;
  margin: 40px auto 0;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #00423f;
  box-sizing: border-box;
  position: relative;
}
.sec01 .sec01_manzoku_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec01 .sec01_manzoku_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 40px;
}
.sec01 .sec01_manzoku_txt {
  text-align: left;
  font-weight: 600;
  font-size: 38px;
  line-height: 1.3;
  color: #000;
}
.sec01 .sec01_manzoku_txt--gr {
  color: #00423f;
  margin-left: 10px;
}
.sec01 .sec01_manzoku_txt--gr span {
  font-size: 90px;
  line-height: 0;
}
.sec01 .sec01_manzoku_img {
  width: 207px;
  margin-left: 40px;
}
.sec01 .sec01_manzoku_note {
  font-size: 15px;
  text-align: left;
  position: absolute;
  top: 180px;
  left: 50px;
}
.sec02 {
  background: #e2f2ee;
  padding: 60px 0;
}
.sec02 .sec02_ttl .txt-braces {
  padding: 13px 35px;
}
.sec02 .sec02_ttl .txt-sm {
  font-size: 38px;
  display: block;
}
.sec02 .sec02_list {
  width: 1000px;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec02 .sec02_item {
  width: 480px;
  /* min-height: 174px; */
  height: 174px;
  background-color: #fff;
  border: 2px solid #000;
  position: relative;
  padding: 20px 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 80px;
}
.sec02 .sec02_item:nth-child(n+3) {
  margin-top: 34px;
}
.sec02 .sec02_item::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 28px 0px 0;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: auto;
  left: 120px;
  right: auto;
  bottom: -18px;
}
.sec02 .sec02_item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 23px 0px 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: auto;
  left: 122px;
  right: auto;
  bottom: -15px;
}
.sec02 .sec02_item_txt {
  font-size: 22px;
  color: #000;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: .03em;
  width: 100%;
}
.sec02 .sec02_item_underline {
  background: linear-gradient(transparent 0%, #ffd757 0%);
}
.sec02 .sec02_item_img {
  width: 94px;
  height: 112px;
  position: absolute;
  top: auto;
  left: 0;
  bottom: -80px;
}
#sec03 {
	background: #fffef0;
}
.sec04 {
  padding: 60px 0 0;
}
.sec04 .sec04_head {
  margin-bottom: 60px;
}
.sec04 .sec04_ttl .txt-sm {
  font-size: 38px;
}
.sec04 .sec04_read {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin-top: 20px;
}
.sec04 .sec04_read .txt-green {
  color: #00423f;
}
.sec05 {
  background:#fffef0;
  padding: 60px 0;
}
.sec05 .sec05_ttl .txt-sm {
  font-size: 38px;
}
.sec05 .sec05_list {
  width: 970px;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec05 .sec05_item {
  width: 473px;
}
.sec05 .sec05_item:nth-child(n+3) {
  margin-top: 50px;
}
.sec05 .sec05_item:nth-child(even) {
  margin-left: 24px;
}
.sec05 .sec05_item_txt {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 1.5;
}
.sec05 .sec05_item_txt .txt-green {
  color: #00423f;
}
#sec06{
	background: #e2f2ee;
}
#sec06 h3{
	background: unset;
}
.sec07 {
  padding: 60px 0;
}
.sec07 .sec07_list {
  max-width: 1000px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding:  10px 20px;
}
.sec07 .sec07_item {
  width: 320px;
  background-color: #fff;
  position: relative;
  padding: 30px 20px;
  border: 2px solid #00423f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.sec07 .sec07_item + .sec07_item {
  margin-left: 20px;
}
.sec07 .sec07_item_txt {
  font-size: 24px;
  font-weight: 600;
  color: #00423f;
  line-height: 1.3;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  position: relative;
}
.sec07 .sec07_item_txt span {
  display: block;
}
.sec07 .sec07_item_txt small {
  font-size: 18px;
}
.sec07 .brackets {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.sec07 .brackets::before,
.sec07 .brackets::after {
  content: "";
  width: 8px;
  height: 8px;
  background: url(../images/ico_braces.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
}
.sec07 .brackets::before {
  top: 10px;
}
.sec07 .brackets::after {
  bottom: 10px;
}
.sec07 .brackets--l::before,
.sec07 .brackets--l::after {
  left: 10px;
}
.sec07 .brackets--l::after {
  transform: rotate(-90deg);
}
.sec07 .brackets--r::before,
.sec07 .brackets--r::after {
  right: 10px;
  transform: rotate(90deg);
}
.sec07 .brackets--r::before {
  transform: rotate(90deg);
}
.sec07 .brackets--r::after {
  transform: rotate(180deg);
}
.sec07 .sec07_hdg03 {
  width: 546px;
  margin: 0 auto;
}
.sec07 .sec07_zero {
  width: 862px;
  margin: 40px auto 0;
}
.sec07 .sec07_note {
  font-size: 18px;
  color: #000;
  margin-top: 20px;
}
.sec07 .sec07_box {
  width: 1000px;
  margin: 80px auto 0;
  background-color: #e2f2ee;
  position: relative;
}
.sec07 .sec07_box_ttl {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  padding: 10px;
  background-color: #e6c050;
  display: inline-block;
  position: absolute;
  width: 390px;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sec07 .sec07_box_inner {
  padding: 90px 34px 65px;
}
.sec07 .sec07_box_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec07 .sec07_box_item + .sec07_box_item {
  margin-left: 70px;
}
.sec07 .sec07_box_item_ttl {
  font-size: 18px;
  border-bottom: 2px solid #766A63;
  padding-bottom: 5px;
  color: #000;
}
.sec07 .sec07_box_item_ttl .yellow {
  color: #e6c050;
  font-size: 24px;
  font-weight: 600;
}
.sec07 .sec07_box_item_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}
.sec07 .sec07_box_item_body_txt {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
  margin: 0 5px;
}
.sec07 .sec07_box_item_body_txt small {
  font-size: 14px;
  color: #00423f;
  display: block;
}
.sec07 .sec07_box_txt {
  font-size: 34px;
  font-weight: 600;
  color: #000;
  display: inline-block;
  margin-top: 20px;
}
.sec08 {
  background:#fffef0;
  padding: 60px 0;
}
.sec08 .sec08_list {
  width: 1000px;
  margin: 60px auto 0;
}
.sec08 .sec08_item {
  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;
  background-color: #fff;
  border: 1px solid #000;
  padding: 20px 40px;
  position: relative;
}
.sec08 .sec08_item + .sec08_item {
  margin-top: 70px;
}
.sec08 .sec08_item:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 45px 0 45px;
  border-color: #00423f transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -46px;
  margin: auto;
}
.sec08 .sec08_item_dl {
  text-align: left;
  letter-spacing: .03em;
}
.sec08 .sec08_item_dt {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: #00423f;
  margin-bottom: 15px;
}
.sec08 .sec08_item_dd {
  font-size: 18px;
  line-height: 1.3;
  color: #000;
  padding-left: 30px;
  position: relative;
}
.sec08 .sec08_item_dd::before {
  content: "";
  display: block;
  background: url(../images/ico_cheack.png) no-repeat;
  background-size: 100% auto;
  width: 23px;
  height: 20px;
  position: absolute;
  top: 1px;
  left: 0;
}
.sec08 .sec08_item_dd + .sec08_item_dd {
  margin-top: 10px;
}
.sec08 .sec08_item_thumb {
  width: 137px;
  margin-left: auto;
}
.sec08 .sec08_txt {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  color: #000;
  letter-spacing: .05em;
  font-feature-settings: "palt" 1;
  margin-top: 50px;
}
.sec08 .sec08_txt .txt-lr {
  font-size: 48px;
}
.sec08 .sec08_bnr {
  width: 1000px;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.sec08 .sec08_bnr_img {
  width: 370px;
}
.sec08 .sec08_bnr_body {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.sec08 .sec08_bnr_txt {
  width: 630px;
  font-size: 38px;
  color: #000;
  font-weight: 600;
  line-height: 2;
  padding-top: 25px;
}
.sec08 .sec08_bnr_txt .txt-square {
  font-size: 46px;
  line-height: 1;
  padding: 15px 15px;
  margin: 0 5px;
  color: #ffd757;
  background-color: #00523c;
  width: 76px;
  height: 76px;
  box-sizing: border-box;
  display: inline-block;
}
#sec09 {
	background: #e2f2ee;
  padding: 60px 0;
}
#sec09 ul {
	max-width: 1000px;
	margin: 60px auto 0;
	text-align: left;
}
#sec09 ul li:not(:last-child) {
  margin-bottom: 20px;
}
#sec09 ul li p.question {
	padding: 20px 20px 20px 50px;
	background: url(../images/bg_tile.png) no-repeat center top #2c745c;
	color:#FFF;
	font-size:0.9em;
	font-weight:bold;
	text-indent:-32px;
	line-height:1.3em;
}
#sec09 ul li p.question::before {
	content:"Q";
	padding-right:10px;
	font-size: 1.7em;
	font-weight:bold;
	color:#ffd757;
	vertical-align: sub;
}
#sec09 ul li p.answer {
	background:#FFF;
	padding: 15px 20px;
	font-size:0.9em;
}

.note_img {
  background: #e2f2ee;
}
.note_img_inner {
  max-width: 1000px;
	margin: 0 auto;
  padding: 0 0 15px;
}
.note_img_txt {
  font-size: 0.9em;
  line-height: 1.3em;
  text-align: left;
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
}


/* ========================================================================================================================
　contact　問い合わせフォーム
========================================================================================================================= */
#form{
	background: url(../images/bg_tile.png) repeat center top;
}
#form h3{
	color: aliceblue;
	font-size: 33px;
	font-weight: bold;
}

#form > div{
	max-width:1000px;
	margin:0 auto;
}
#form > div > p{
	color:#FFF;
}
#form div.form{
	padding: 40px;
	margin: 15px;
	background:#FFF;
}
#form .att-text{
	font-size: 20px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Sawarabi Mincho", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.mw_wp_form{
	width:1000px;
	margin:0 auto 10px;
}
.mw_wp_form tr td{
	text-align:left;
}
.mw_wp_form tr td textarea{
	width: 88%;
}

/* hover */

.fadeover a,
button{
	-webkit-transition: 0.2s all linear;-o-transition: 0.2s all linear;
	transition: 0.2s all linear;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}

.fadeover a:hover,
button:hover{
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	-ms-opacity: 0.7;
	-o-opacity: 0.7;
	opacity: 0.7;
}




/* ========================================================================================================================
　footer
========================================================================================================================= */

footer{
	border-top: 5px solid #033572;
	padding: 55px 0 34px;
	text-align: center;
}

div.layout_footer {
	padding-bottom: 130px;
	background: #1d1d1d;
}

div.layout_footer .ftr_info{
	color:#00423f;
	background: #FFF;
	padding-bottom:40px;
}
div.layout_footer .ftr_info h3{
	font-size:1.3em;
	font-weight:bold;
	padding-bottom:20px;
}
div.layout_footer .ftr_info h3 span{
	font-size:0.8em;
	font-weight:bold;
  line-height: 1.3;
	display: block;
}
div.footer{
	display:none;
	position:fixed;
	bottom:0px;
	left:0;
	right:0;
	padding: 20px 20px;
	background: url(../images/bg_tile.png) top center no-repeat;
	color:#fff;
  z-index: 100;
}
.contact div.tocontact {
  background-color: #2c745c;
}
.contact div.tocontact,
div.footer div.tocontact{
	display:flex;
	max-width: 1000px;
	margin:0 auto;
	justify-content:center;
}
.contact div.tocontact {
	justify-content: space-between;
}
.contact div.tocontact .tel,
div.footer div.tocontact .tel {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  pointer-events: none;
}
.contact div.tocontact .tel .tel_left,
div.footer div.tocontact .tel .tel_left {
  background-color: #fff;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.contact div.tocontact .tel .tel_left {
  margin-right: 20px;
}
.contact div.tocontact .tel .tel_left .txt,
div.footer div.tocontact .tel .tel_left .txt {
  color: #f17a2e;
  font-weight: 600;
  line-height: 1.1;
  font-size: 20px;
}
.contact div.tocontact .tel .tel_right,
div.footer div.tocontact .tel .tel_right {
  display: inline-block;
}
.contact div.tocontact .tel .tel_right .wrap,
div.footer div.tocontact .tel .tel_right .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact div.tocontact .tel .tel_right .ico,
div.footer div.tocontact .tel .tel_right .ico {
  display: inline-block;
  width: 43px;
  height: 25px;
  margin-right: 5px;
  margin-top: 5px;
}
.contact div.tocontact .tel .tel_right .ico svg,
div.footer div.tocontact .tel .tel_right .ico svg {
  fill: #e6c050;
  display: block;
}
.contact div.tocontact .tel .tel_right .num,
div.footer div.tocontact .tel .tel_right .num {
  font-weight: 600;
  line-height: 1;
  font-size: 44px;
  color: #e6c050;
}
.contact div.tocontact .tel .tel_right .num {
  font-size: 48px;
}
.contact div.tocontact .tel .tel_right .num.-pc,
div.footer div.tocontact .tel .tel_right .num.-pc {
  display: block;
}
.contact div.tocontact .tel .tel_right .num.-sp,
div.footer div.tocontact .tel .tel_right .num.-sp {
  display: none;
}
.contact div.tocontact .tel .tel_right .txt,
div.footer div.tocontact .tel .tel_right .txt {
  line-height: 1.1;
  font-size: 15px;
  text-align: center;
  display: block;
  margin-top: 7px;
}
.contact div.tocontact a.mail,
div.footer div.tocontact a.mail {
  background:#f17a2e;
	color:#FFF;
	box-sizing:border-box;
	margin-left: 3%;
	font-weight:bold;
	box-shadow:0px 3px 0px 0px #ca5300;
	display:flex;
	flex-flow: row nowrap;
	justify-content:center;
	align-items:center;
  font-size: 20px;
  line-height: 1.2;
  padding: 0 18px;
}
.contact div.tocontact a.mail {
	width: 48%;
}
.contact div.tocontact a.mail img,
div.footer div.tocontact a.mail img {
	vertical-align:middle;
	margin-right:10px;
}
.contact div.tocontact a.mail::before,
div.footer div.tocontact a.mail::before {
	content:url(../images/ico_mail3.png);
	vertical-align:middle;
  margin: 0 15px 0 0;
  font-size: 0;
}
.contact div.tocontact a.mail:hover,
div.footer div.tocontact a.mail:hover {
  text-decoration:none;
	background:#FFF;
	color:#00423f;
	box-shadow:0px 3px 0px 0px #00523c;
}
.contact div.tocontact a.mail:hover::before,
div.footer div.tocontact a.mail:hover::before {
	content:url(../images/ico_mail2.png);
}

.layout_footer .ftr_clm {
	box-sizing: border-box;
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0 50px 14%;
	font-size: 14px;
	overflow:hidden;
}
.layout_footer .ftr_clm .ftr_right_clm {
    width: 40%;
    float: left;
}
.layout_footer .ftr_clm .ftr_left_clm {
    width: 60%;
    text-align: left;
    float: right;
}
.layout_footer .copy_txt {
	padding: 20px 0;
	background:#1d1d1d;
	font-size: 14px;
	color:#FFF;
}


#copyright{
	margin-top: 34px;
}
a#pagetop{
	position:fixed;
	bottom:100px;
	right:100px;
	z-index:3;
}

/* ========================================================================================================================
　CVボタンへのアニメーション
========================================================================================================================= */

/* 光らせるためのstyle */
.shine{
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}
/* 光の疑似要素 */
.shine::before{
  content: "";
  animation: shine 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  background-color: #fff;
  width: 140%;
  height: 100%;
  transform: skewX(-45deg);
  top: 0;
  left: -160%;
  opacity: 0.5;
  position: absolute;
}
/* 光の動き */
@keyframes shine{
  0% {
    left: -160%;
    opacity: 0;
  }
  70% {
    left: -160%;
    opacity: 0.5;
  }
  71% {
    left: -160%;
    opacity: 1;
  }
  100% {
    left: -20%;
    opacity: 0;
  }
}


/* スマホ */
@media screen and (max-width: 767px) {
	h3{
		height:auto;
	}
	h3 img,
	p img{
		max-width:100%;
	}
	#header{
		background-size:contain;
    padding-left: 0;
    padding-right: 0;
		padding-bottom: 0;
	}
	#header h1{
		width:60%;
		margin:0;
		padding:20px 10px;
	}
	#header h1 img{
		width:100%;
	}
	#header div.utility{
		width:30%;
		margin:0;
	}
  #header div.utility .tel {
    margin-right: 0;
    pointer-events: visible;
  }
	#header .utility a{
		box-sizing:border-box;
		padding: 18px 20px;
	}
	#header .utility a.tel{
		background:#f17a2e;
	}
	#header .utility a.mail{
		background:#00280e;
	}
	#header .utility a img{
	width: 5vw;
  max-width: none;
	}
	#header p span{
		display:inline-block;
		width: 23%;
		margin:2% 3% 0 0;
	}
	#header p a{
		display:inline-block;
		width: 33%;
		margin-left:0;
	}
	#header div p{
		width: 150px;
		float: right;
		margin: 5px;
	}
	#header p a img{
		vertical-align: top;
	}

	.layout_content{
	/*	padding-top:12%;*/
	}
	div.contact p {
		font-size:0.6em;
	}
	div.contact {
		height:auto;
		padding: 40px 0 0px;
		background: url(../images/bg_tile.png) repeat center top;
		background-size: 300%;
	}
	div.contact .btn{
		background:#2c745c;
		padding:17px;
	}
	div.contact .btn p.mail{
		margin-bottom:10px;
		background:#FFF;
		font-size:1em;
	}
	div.contact .btn p.mail img{
		vertical-align:middle;
		margin-right:10px;
	}
	div.contact .btn p.mail a{
		display:block;
		padding:15px;
		color:#007960;
		font-size:1em;
		font-weight:bold;
	}
	div.contact .btn .tel a{
		display:block;
		background:#f17a2e;
		padding:15px 0;
	}
	div.contact .btn .tel img{
		width:60%;
	}
  .contact .contact_ttl .txt-sm {
    font-size: 14px;
  }
  .contact .contact_list {
    max-width: auto;
    padding: 0 13px 7%;
  }
  .contact .contact_item {
    width: 109px;
    margin-top: 25px;
    padding: 35px 5px 30px;
  }
  .contact .contact_item + .contact_item {
    margin-left: 10px;
  }
  .contact .contact_item_lead {
    font-size: 12px;
    line-height: 1.3;
    padding: 5px 2px;
    border: 2px solid #0e2c17;
    width: 90px;
    top: -25px;
  }
  .contact .contact_item_lead::before {
    border-width: 12px 6px 0 6px;
    bottom: -12px;
  }
  .contact .contact_item_lead::after {
    border-width: 8px 4px 0 4px;
    bottom: -8px;
  }
  .contact .contact_item_txt {
    font-size: 15px;
    flex-flow: column nowrap;
  }
  .contact .contact_item_txt .num {
    font-size: 20px;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .contact .brackets::before,
  .contact .brackets::after {
    width: 6px;
    height: 6px;
  }
  .contact .brackets::before {
    top: 4px;
  }
  .contact .brackets::after {
    bottom: 4px;
  }
  .contact .brackets--l::before,
  .contact .brackets--l::after {
    left: 4px;
  }
  .contact .brackets--r::before,
  .contact .brackets--r::after {
    right: 4px;
  }

	#sec_mv {
    height: auto;
    background-image: none;
	}
	#sec_mv div img{
    position: relative;
		max-width: 100%;
    width: 100%;
    height: auto;
		left: unset;
	}
  .sec00 {
    width: 100%;
    margin: 0 auto;
    padding: 36px 0 36px;
  }
  .sec00 .sec00_ttl {
    width: 157px;
    top: 0;
  }
  .sec00 .sec00_list {
    width: 100%;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec00 .sec00_item {
    width: calc(50% - 20px);
    margin: 10px;
    display: block;
    padding: 10px 0;
  }
  .sec00 .sec00_item_thumb {
    width: 50px;
    margin: 0 auto;
  }
  .sec00 .sec00_item_txt {
    width: auto;
    margin-left: 0;
    margin-top: 10px;
    font-size: 14px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec00 .sec00_item_txt em {
    font-size: 14px;
  }
  .sec01 {
    padding: 60px 0;
    background:#fffef0;
    height: auto;
		background-size: cover;
  }
  .sec01 .sec01_ttl {
    margin-bottom: 7%;
  }
  .sec01 .sec01_ttl02 .txt-la {
    font-size: 40px;
    margin-left: 8px;
  }
  .sec01 .sec01_ttl02 .txt-sm {
    font-size: 20px;
  }
  .sec01 .sec01_manzoku {
    width: 94.666%;
    /* max-width: 355px; */
    margin: 20px auto 0;
    padding: 20px 10px 15px;
  }
  .sec01 .sec01_manzoku_wrap {
    align-items: center;
  }
  .sec01 .sec01_manzoku_body {
    display: block;
    margin-top: 0;
  }
  .sec01 .sec01_manzoku_txt {
    font-size: 18px;
  }
  .sec01 .sec01_manzoku_txt--gr {
    margin-left: 0;
    margin-top: 5px;
  }
  .sec01 .sec01_manzoku_txt--gr span {
    font-size: 40px;
    line-height: 1;
  }
  .sec01 .sec01_manzoku_img {
    width: 38.805970149%;
    max-width: 130px;
    margin-left: 9.8591549296%;
    /* width: 130px;
    margin-left: 35px; */
  }
  .sec01 .sec01_manzoku_note {
    font-size: 10px;
    text-align: center;
    position: relative;
    top: auto;
    left: auto;
    margin-top: 15px;
  }
  .sec02 {
    padding: 12% 0;
  }
  .sec02 .sec02_ttl .txt-braces {
    padding: 10px 8px;
  }
  .sec02 .sec02_ttl .txt-sm {
    font-size: 18px;
    line-height: 1.6;
  }
  .sec02 .sec02_list {
    width: auto;
    margin: 7% auto 0;
    padding: 0 15px;
    display: block;
  }
  .sec02 .sec02_item {
    width: auto;
    height: auto;
    padding: 13px 10px;
    margin-bottom: 23px;
  }
  .sec02 .sec02_item:nth-child(n+3) {
    margin-top: 20px;
  }
  .sec02 .sec02_item::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 22px 0px 0;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    top: auto;
    left: 60px;
    right: auto;
    bottom: -12px;
  }
  .sec02 .sec02_item::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 16px 0px 0;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: auto;
    left: 62px;
    right: auto;
    bottom: -9px;
  }
  .sec02 .sec02_item:nth-child(even)::before {
    border-width: 12px 0 0px 22px;
    left: auto;
    right: 60px;
  }
  .sec02 .sec02_item:nth-child(even)::after {
    border-width: 9px 0 0px 16px;
    left: auto;
    right: 62px;
  }
  .sec02 .sec02_item_txt {
    font-size: 13px;
  }
  .sec02 .sec02_item_img {
    width: 34px;
    height: 41px;
    left: 0;
    bottom: -28px;
  }
  .sec02 .sec02_item:nth-child(even) .sec02_item_img {
    left: auto;
    right: 0;
  }
	#sec03 {
		height:auto;
	}
	#sec04 {
		height:auto;
		padding-bottom:0;
	}
  .sec04 {
    padding: 12% 0 0;
  }
  .sec04 .sec04_head {
    margin-bottom: 7%;
  }
  .sec04 .sec04_ttl .txt-sm {
    font-size: 22px;
    display: block;
    line-height: 2;
  }
  .sec04 .sec04_read {
    font-size: 10px;
    margin-top: 20px;
  }
	.sec05 {
    background:#fffef0;
    padding: 7% 0 9%;
  }
  .sec05 .sec05_ttl .txt-sm {
    font-size: 22px;
    display: block;
    line-height: 2;
  }
  .sec05 .sec05_list {
    width: auto;
    margin: 7% auto 0;
    padding: 0 15px;
  }
  .sec05 .sec05_item {
    width: 48.6%;
  }
  .sec05 .sec05_item:nth-child(n+3) {
    margin-top: 20px;
  }
  .sec05 .sec05_item:nth-child(even) {
    margin-left: 9px;
  }
  .sec05 .sec05_item_txt {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 0;
  }
  .sec05 .sec05_item_txt .txt-green {
    color: #00423f;
  }
	#sec06 p{
		position:relative;
	}
	#sec06 p img{
		position:static;
		right:50%;
		padding:0;
		margin-right:0;
  }
  .sec07 {
    padding: 12% 0;
  }
  .sec07 .sec07_list {
    max-width: auto;
    padding: 0 13px 7%;
    margin-top: 7%;
  }
  .sec07 .sec07_item {
    width: 109px;
    padding: 20px 5px;
  }
  .sec07 .sec07_item + .sec07_item {
    margin-left: 10px;
  }
  .sec07 .sec07_item_txt {
    font-size: 15px;
    flex-flow: column nowrap;
    letter-spacing: 0;
  }
  .sec07 .sec07_item_txt small {
    font-size: 10px;
  }
  .sec07 .brackets::before,
  .sec07 .brackets::after {
    width: 6px;
    height: 6px;
  }
  .sec07 .brackets::before {
    top: 4px;
  }
  .sec07 .brackets::after {
    bottom: 4px;
  }
  .sec07 .brackets--l::before,
  .sec07 .brackets--l::after {
    left: 4px;
  }
  .sec07 .brackets--r::before,
  .sec07 .brackets--r::after {
    right: 4px;
  }
  .sec07 .sec07_hdg03 {
    width: 91.6905444126%;
    max-width: 320px;
    padding-top: 0;
  }
  .sec07 .sec07_zero {
    width: 84%;
    max-width: 315px;
    margin: 20px auto 0;
  }
  .sec07 .sec07_note {
    font-size: 12px;
    margin-top: 20px;
  }
  .sec07 .sec07_box {
    width: 92%;
    padding: 0 15px;
    margin: 40px auto 0;
    box-sizing: border-box;
  }
  .sec07 .sec07_box_ttl {
    font-size: 14px;
    padding: 5px;
    width: 220px;
    top: -16px;
  }
  .sec07 .sec07_box_inner {
    padding: 30px 5px 20px;
  }
  .sec07 .sec07_box_list {
    display: block;
  }
  .sec07 .sec07_box_item + .sec07_box_item {
    margin-left: 0;
    margin-top: 15px;
  }
  .sec07 .sec07_box_item_ttl {
    font-size: 12px;
    border-bottom: 1px solid #766A63;
    padding-bottom: 3px;
  }
  .sec07 .sec07_box_item_ttl .yellow {
    font-size: 16px;
  }
  .sec07 .sec07_box_item_body {
    margin-top: 5px;
  }
  .sec07 .sec07_box_item_body_txt {
    font-size: 18px;
    margin: 0 2px;
  }
  .sec07 .sec07_box_item_body_txt small {
    font-size: 11px;
  }
  .sec07 .sec07_box_txt {
    font-size: 12px;
    margin-top: 10px;
  }
  .sec08 {
    padding: 12% 0;
  }
  .sec08 .sec08_list {
    width: auto;
    padding: 0 13px;
    margin-top: 7%;
  }
  .sec08 .sec08_item {
    padding: 15px 5px 15px 10px;
  }
  .sec08 .sec08_item + .sec08_item {
    margin-top: 30px;
  }
  .sec08 .sec08_item:not(:last-child)::after {
    border-width: 9px 22px 0 22px;
    bottom: -21px;
  }
  .sec08 .sec08_item_dt {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .sec08 .sec08_item_dd {
    font-size: 12px;
    padding-left: 16px;
  }
  .sec08 .sec08_item_dd::before {
    width: 13px;
    height: 11px;
    top: 2px;
  }
  .sec08 .sec08_item_dd + .sec08_item_dd {
    margin-top: 8px;
  }
  .sec08 .sec08_item_thumb {
    width: 76px;
    margin-left: 5px;
  }
  .sec08 .sec08_txt {
    font-size: 20px;
    margin-top: 33px;
  }
  .sec08 .sec08_txt .txt-lr {
    font-size: 26px;
  }
  .sec08 .sec08_bnr {
    width: auto;
    margin: 25px auto 0;
    padding: 0 13px;
    display: block;
    background-color: transparent;
  }
  .sec08 .sec08_bnr_img {
    width: 100%;
  }
  .sec08 .sec08_bnr_body {
    display: block;
    margin-top: 25px;
  }
  .sec08 .sec08_bnr_txt {
    width: 100%;
    font-size: 24px;
  }
  .sec08 .sec08_bnr_txt .txt-square {
    font-size: 30px;
    padding: 8px 8px;
    margin: 0 3px;
    width: 46px;
    height: 46px;
  }
	#sec09 {
		height: auto;
    padding: 12% 0;
	}
  #sec09 ul {
    margin: 7% auto 0;
  }
	#sec10{
		background:none;
		height:auto;
		padding-top:0;
	}
	#sec12{
		padding-bottom:0px;
		background:none;
	}
	#sec12 ul{
		margin:0 auto;
		padding:20px 30px;
		box-sizing:border-box;
		background: url(../images/sp/bg_sec14.png) 0 0 repeat-y;
		background-size:100% auto
	}
	#sec12 ul li.que{
		color:#06355f;
		font-size:1.3em;
		text-align:left;
		font-weight:bold;
		background-size:3em auto;
		padding-left: 3.5em;
		height: 3em;
		display: table-cell;
		vertical-align: middle;
	}
	#sec12 ul li.ans{
		text-align:left;
		padding-top:10px;
		padding-bottom:40px;
		padding-left:0px;
	}

  .note_img_inner {
    padding: 0 15px 15px;
  }
  .note_img_txt {
    font-size: 0.8em;
  }

	#form .ttl{
		background: #073660;
		position:relative;
	}
	#form .ttl:after{
		content:"";
		display:inline-block;
		position:absolute;
		bottom:-0.7em;
		box-sizing:border-box;
		border:0.7em solid transparent;
		border-right:0.7em solid #073660;
		border-bottom:0.7em solid #073660;
		transform:rotate(45deg);
	}
	#form div.form{
		padding: 10px;
	}
	div.footer{
		background-size: cover;
	}
	.layout_footer .ftr_clm {
		width: 100%;
		padding: 30px 0;
	}

	.layout_footer .ftr_clm .ftr_right_clm ,
	.layout_footer .ftr_clm .ftr_left_clm {
	    width: 100%;
	    float: none;
	    text-align: center;
	}
	.layout_footer .ftr_clm .ftr_left_clm ul li{
		padding:5px 17% 0 22%;
		text-align:left;
		text-indent:-1.5em;
	}
	.layout_footer .copy_txt {
		padding: 10px 0;
		width:auto;
		clear: both;
		font-size: 12px;
	}
	div.footer{
		background:#00755c;
		padding: 0;
	}
	div.layout_footer .ftr_info div p{
		font-size:0.8em;
	}
	div.footer div.tocontact{
		padding: 15px 3%;
		margin: 0;
    justify-content:space-between;
	}
  .contact div.tocontact {
    display: block;
    padding: 15px 3%;
    margin: 0;
  }
	.contact div.tocontact .tel,
	div.footer div.tocontact .tel {
		box-sizing:border-box;
		width: 75%;
		padding: 10px 2%;
		background:#f17a2e;
    box-shadow: 0px 3px 0px 0px #c15309;
    pointer-events: visible;
	}
  .contact div.tocontact .tel:hover,
	div.footer div.tocontact .tel:hover {
    text-decoration: none;
  }
  .contact div.tocontact .tel {
    width: 100%;
  }
  .contact div.tocontact .tel .tel_left{
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
  div.footer div.tocontact .tel .tel_left {
    width: 38px;
    height: 38px;
    margin-right: 10px;
  }
  .contact div.tocontact .tel .tel_left .txt {
    font-size: 16px;
  }
  div.footer div.tocontact .tel .tel_left .txt {
    font-size: 12px;
  }
  .contact div.tocontact .tel .tel_right .ico {
    width: 33px;
    height: 19px;
    margin-right: 5px;
    margin-top: 5px;
  }
  div.footer div.tocontact .tel .tel_right .ico {
    width: 26px;
    height: 15px;
    margin-right: 5px;
    margin-top: 5px;
  }
  .contact div.tocontact .tel .tel_right .ico svg,
  div.footer div.tocontact .tel .tel_right .ico svg {
    fill: #fff;
  }
  .contact div.tocontact .tel .tel_right .num,
  div.footer div.tocontact .tel .tel_right .num {
    font-size: 22px;
    color: #fff;
  }
  .contact div.tocontact .tel .tel_right .num {
    font-size: 26px;
  }
  .contact div.tocontact .tel .tel_right .num.-pc,
  div.footer div.tocontact .tel .tel_right .num.-pc {
    display: none;
  }
  .contact div.tocontact .tel .tel_right .num.-sp,
  div.footer div.tocontact .tel .tel_right .num.-sp {
    display: block;
  }
  .contact div.tocontact .tel .tel_right .txt {
    font-size: 13px;
    margin-top: 8px;
  }
  div.footer div.tocontact .tel .tel_right .txt {
    font-size: 11px;
    margin-top: 8px;
  }
	.contact div.tocontact a.mail::before,
	div.footer div.tocontact a.mail::before {
		content: url(../images/sp/ico_mail2.png);
		vertical-align: middle;
		margin: 0 auto;
    display: block;
	}
  .contact div.tocontact a.mail::before {
    margin: 0 10px 0 0;
  }
  .contact div.tocontact a.mail:hover,
  div.footer div.tocontact a.mail:hover {
    background:#FFF;
    color:#00423f;
    box-shadow:0px 3px 0px 0px #00523c;
  }
  .contact div.tocontact a.mail,
  div.footer div.tocontact a.mail {
    background:#FFF;
    color:#00423f;
    box-sizing:border-box;
    width: 22%;
    margin-left: 3%;
    font-weight:bold;
    box-shadow:0px 3px 0px 0px #00523c;
    flex-flow: column nowrap;
    padding: 5px 0;
    font-size: 14px;
  }
  .contact div.tocontact a.mail {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
    flex-flow: row nowrap;
    justify-content: center;
    text-align: center;
    padding: 18px 0;
    font-size: 18px;
  }
	#topcontrol{
		display:none;
		bottom: 20px !important;
		right: 15px !important;
		height: auto;
		width: 55px;
	}
	#topcontrol img{
		height: auto;
		width: 100%;
	}
}

/* SE */
@media screen and (max-width: 320px) {
  .sec_ttl {
    font-size: 23px;
  }
  .sec05 .sec05_item {
    width: 140px;
  }
}
