@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700&display=swap');
html,body {
	height:100%;
}
html {
	font-size:62.5%;
  overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form, figure {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 2rem;
	line-height: 1.6rem;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family:"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#333;
}
div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd,
ol, ul, li, form, input, textarea, button,
table, tr, th, td, article, aside, footer, header,
hgroup, nav, section, a, span, img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	min-width: 1000px;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	opacity: .7;
}

a img {
	transition: opacity 0.3s ease-out;
}
a:hover img {
	opacity: 0.7;
}
figure {
	text-align: center;
	line-height: 0;
  margin: 0;
  padding: 0;
}
p {
	font-size: 2rem;
  line-height: 1.55;
}
.sp {
	display: none;
}

.wrap {
	width: 100%;
	max-width: 738px;
	margin: auto;
}

/* ------------------------------
    text/font
------------------------------ */
.ta_c {
	text-align: center;
}
.ta_r {
	text-align: right;
}
.fwb {
	font-weight: bold;
}
.color_red {
	color: #cc0000 !important;
}
.color_org {
	color: #e56709 !important;
}
.highlight {
  background: linear-gradient(transparent 62%, #f8dd52 63%, #f8dd52 93%, transparent 93%);
}
.highlight2 {
  background: linear-gradient(transparent 46%, #f8dd52 47%, #f8dd52 90%, transparent 90%);
}
.highlight3 {
  background: linear-gradient(transparent 30%, #f8dd52 31%, #f8dd52 90%, transparent 90%);
}
.udl {
  background: linear-gradient(transparent 87%, #333 88%, #333 90%, transparent 90%);
}
.udl_red {
  background: linear-gradient(transparent 87%, #c52312 88%, #c52312 92%, transparent 92%);
  color: #c52312;
}
.mac .udl{
  border-bottom: 1px solid #333;
  padding-bottom: .1em;
  background: none;
}
.mac .udl_red{
  border-bottom: 1px solid #c52312;
  padding-bottom: .1em;
  background: none;
}
.font_serif {
  font-family: 'Noto Serif JP', serif;
}
.font_sans {
  font-family: 'Noto Sans JP', sans-serif;
}
.hirakaku {
  font-family: "HiraKakuPro-W6", sans-serif;
}
.mplus{
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.nowrap{
  white-space: nowrap;
}

/* ------------------------------
    adjust
------------------------------ */
.mb26{
  margin-bottom: 26px;
}
.mb40{
  margin-bottom: 40px;
}
.mt60{
  margin-top: 60px;
}

/* ------------------------------
    flex
------------------------------ */
.flex {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}
.justifycontent_spacebetween {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.justifycontent_center {
	-webkit-justify-content: center;
	justify-content: center;
}
.alignitems_center {
	-webkit-align-items: center;
	align-items: center;
}
.order1 {
	order: 1;
}
.order2 {
	order: 2;
}

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

/* ------------------------------
    clearfix
------------------------------ */
.clear{
  clear: both;
}

.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */


/* ------------------------------
*  header
------------------------------ */
header{
  background: url("../img/fv_bg.png") repeat top center /contain;
}
header .header-line{
  position: relative;
  padding: 11px 0 12px;
  margin-bottom: 26px;
}
header .header-line p{
  font-size: 2.4rem;
  color: #fff;
  transform: scale(0.95, 1);
  letter-spacing: -.05em;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  header .header-wrap{
    position: relative;
    max-width: 100%;
    width: 740px;
    height: auto;
    margin: auto;
  }
  header .header-wrap .main-title,
  header .header-wrap p{
    max-width: 100%;
    line-height: 1;
  }
  header .header-wrap img{
    margin: 0 auto;
    display: block;
  }
}


/* ------------------------------
*  footer
------------------------------ */
.footer {
	padding: 33px 0 25px;
  background-color: #3b2319;
  text-align: center;
}
.footer p.copy {
	font-size: 1.8rem;
	text-align: center;
  color:#fff;
}
.footer ul{
  margin: 0 auto 14px;
  text-align: center;
}
.footer ul li {
	font-size: 1.8rem;
	border-left: 1px solid #fff;
  display:inline-block;
}
.footer ul li:first-child {
	border-left: none;
}
.footer ul li a {
	padding: 0 1em;
	font-size: 1.8rem;
  color:#fff;
}

/* ------------------------------
*  main common
------------------------------ */
.contents-wrap {
	width: 738px;
  margin: auto;
	box-shadow:0 0 4px 2px rgba(153,153,153, .3);
  background-color: #fff;
}
.bg_brw{
  background: #3b2319;
}
.bg_org{
  background: #e56709;
}
.bg_blue{
  background: #2c8ed6;
}

.ttl_wrap{
  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;
  text-align: center;
}
.ttl_wrap .ttl{
  width: 100%;
  margin: auto;
  color: #fff;
  font-weight: 700;
}
.ttl_wrap .ttl span{
  display: block;
}


/* ------------------------------
*  btn
------------------------------ */
.btn{
	transition: 0.5s;
}
.btn:hover{
	opacity: 0.7;
}

/* ------------------------------
*  cta
------------------------------ */
.cta_btn {
  position: relative;
  text-align: center;
  margin: a;
}
.cta_btn input.btn{
  background: url("../img/cta_btn.png") no-repeat top center /contain;
  overflow: hidden;
  width: 716px;
  height: 141px;
  outline: none;
  border: none;
  cursor: pointer;
  text-indent: -2000px;
}
.obi,
.obi2{
  line-height: 0;
}
.obi,
.obi2{
  background-size: auto 100%;
  width: 100%;
  height: 177px;
}
.obi{
  background: url("../img/obi.jpg") repeat-x center center;
}
.obi2{
  background: url("../img/obi2.jpg") repeat-x center center;
}
.obi img,
.obi2 img{
  display: none;
}

/* ------------------------------
*  openning_sec
------------------------------ */
.openning_sec{
  background: #f88d43;
  padding: 20px 0 26px;
}
.openning_sec .contents-wrap{
  padding: 42px 20px;
}
.openning_sec ul{
  margin-bottom: 58px;
}
.openning_sec li{
  position: relative;
  font-size: 2.4rem;
  font-family: 'Noto Sans JP', serif;
  color: #111;
  font-weight: 600;
  line-height: 1.3;
  padding-left: 1.4em;
  letter-spacing: -.05em;
}
.openning_sec li::before{
  position: absolute;
  content: "";
  background: url("../img/icon_check.png") no-repeat top center /cover;
  width: 24px;
  height: 24px;
  top: .2em;
  left: 0;
}
.openning_sec li+li{
  margin-top: 28px;
}
.openning_sec p+p{
  margin-top: 25px;
}


/* ------------------------------
*  sec01 / sec07
------------------------------ */
.sec01 {
  background: #fff3e9;
  padding: 0 0 63px
}
.sec07 {
  background: #fff3e9;
  padding: 0 0 34px
}
.sec01 .contents-wrap{
  padding: 32px 20px 24px;
}
.sec07 .contents-wrap{
  padding: 32px 20px 19px;
}
.sec01 .contents-wrap + .contents-wrap,
.sec07 .contents-wrap + .contents-wrap{
  margin-top: 23px;
}
.sec01 .ttl_wrap,
.sec07 .ttl_wrap{
  height: 143px;
  margin-bottom: 36px;
}
.sec01 .ttl,
.sec07 .ttl{
  line-height: 0;
}
.sec01 .txt_box,
.sec07 .txt_box{
  padding: 52px 12px 0;
}
.sec01 .txt_box p + p,
.sec07 .txt_box p + p{
  margin-top: 27px;
}
.sec01 .inner .f_right,
.sec07 .inner .f_right{
  padding: 0 18px 28px 26px;
}
.sec01 .inner .subttl,
.sec07 .inner .subttl{
  margin: 0 0 22px;
  font-size: 3rem;
  color: #2c8ed6;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.2;
}
.sec01 .inner .name,
.sec07 .inner .name{
  font-size: 2.4rem;
  font-weight: bold;
  color: #3b2319;
  padding-left: .6em;
  margin-bottom: 30px;
  letter-spacing: -.03em;
}
.sec07 .inner .name{
  margin-bottom: 22px;
}

.sec01 .contents-wrap .inner p:not(.name),
.sec07 .contents-wrap .inner p:not(.name){
  padding-left: .4em;
  line-height: 1.5;
}
.sec01 .contents-wrap .inner p:not(.name) + p,
.sec07 .contents-wrap .inner p:not(.name) + p{
  margin-top: 25px;
}
.sec01 .contents-wrap .inner p:last-child,
.sec07 .contents-wrap .inner p:last-child{
  font-size: 1.4rem;
}

.sec01 .contents-wrap:nth-of-type(2) .inner .name{
  margin-top: 48px;
}
.sec01 .contents-wrap:nth-of-type(3) .inner .name{
  margin-top: 72px;
}
.sec01 .contents-wrap:nth-of-type(4) .inner .name{
  margin-top: 52px;
  margin-bottom: 40px;
}
.sec01 .contents-wrap:nth-of-type(5) .inner .name{
  margin-top: 45px;
}
.sec01 .contents-wrap:nth-of-type(4) .inner .subttl{
  font-size: 2.8rem;
  letter-spacing: -.03em;
  margin-bottom: 30px;
}
.sec01 .contents-wrap:nth-of-type(6) .inner .subttl{
  font-size: 2.7rem;
  letter-spacing: -.01em;
  margin-bottom: 48px;
}
.sec01 .contents-wrap:nth-of-type(7) .inner .subttl{
  margin-bottom: 53px;
}
.sec01 .contents-wrap:nth-of-type(8) .inner .subttl{
  font-size: 2.6rem;
  letter-spacing: -.01em;
  line-height: 1.3;
}
.sec01 .contents-wrap:nth-of-type(5) .inner .f_right{
  padding-left: 0;
}
.sec01 .contents-wrap:nth-of-type(4) .inner p:nth-of-type(-n + 3){
  letter-spacing: -.02em;
}

.sec07 .contents-wrap:nth-of-type(8) .inner .subttl{
  margin-bottom: 10px;
}
.sec07 .contents-wrap:nth-of-type(8) .inner .name{
  letter-spacing: -.05em;
  white-space: nowrap;
  margin-bottom: 38px;
}
.sec07 .contents-wrap:nth-of-type(2) .inner p:last-child,
.sec07 .contents-wrap:nth-of-type(4) .inner p:last-child,
.sec07 .contents-wrap:nth-of-type(5) .inner p:last-child,
.sec07 .contents-wrap:nth-of-type(6) .inner p:last-child,
.sec07 .contents-wrap:nth-of-type(7) .inner p:last-child,
.sec07 .contents-wrap:nth-of-type(8) .inner p:last-child,
.sec07 .contents-wrap:nth-of-type(9) .inner p:last-child,
.sec07 .contents-wrap:nth-of-type(10) .inner p:last-child,
.sec07 .contents-wrap:nth-of-type(11) .inner p:last-child{
  margin-top: 10px;
}
.sec07 .contents-wrap:nth-of-type(3) .inner p:last-child{
  margin-top: -20px;
}
.sec07 .contents-wrap:nth-of-type(3) .inner .f_right{
  padding-bottom: 60px;
}
.sec07 .contents-wrap:nth-of-type(4) .inner .f_right{
  padding-bottom: 0;
}
.sec07 .contents-wrap:nth-of-type(8) .inner .f_right{
  padding: 52px 10px 40px 18px;
}
.sec07 .contents-wrap:nth-of-type(9) .inner .f_right,
.sec07 .contents-wrap:nth-of-type(10) .inner .f_right{
  padding-top: 38px;
  padding-left: 16px;
}
.sec07 .contents-wrap:nth-of-type(11) .inner .f_right{
  padding-top: 38px;
  padding-left: 26px;
}
.sec07 .contents-wrap:nth-of-type(6) .inner p.clear{
  margin-top: 6px;
}
.sec07 .contents-wrap:nth-of-type(9) .inner p.clear{
  letter-spacing: -.03em;
}
.sec07 .contents-wrap:nth-of-type(11) .inner p{
  letter-spacing: -.04em;
}
.sec07 .contents-wrap:nth-of-type(12){
  margin-top: 36px;
  padding-bottom: 40px;
}
.sec07 .inner2 .mds{
  font-size: 5.2rem;
  font-weight: 700;
  letter-spacing: -.03em;
  margin: 5px auto 29px;
}
.sec07 .inner2 p:nth-of-type(n+2){
  margin-top: 27px;
  letter-spacing: -.01em;
}


/* ------------------------------
*  sec02
------------------------------ */
.sec02 {
  background: #f5f5ef;
  padding: 0 0 42px
}
.sec02 .contents-wrap{
  padding: 32px 0 62px;
}
.sec02 .ttl_wrap{
  height: 161px;
  margin-bottom: 36px;
}
.sec02 .ttl{
  line-height: 0;
}
.sec02 .ttl span{
  font-size: 3.8rem;
}
.sec02 .subttl{
  padding: 20px 0 14px;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: -.05em;
  color: #fff;
  margin: 58px auto 52px;
  text-indent: -.6em;
}
.sec02 .txt_box{
  padding: 0 24px;
}
.sec02 .txt_box p + p{
  margin-top: 28px;
}
.sec02 .txt_box figure{
  margin: 30px auto;
}

/* ------------------------------
*  sec03
------------------------------ */
.sec03 {
  padding: 36px 0 36px;
  background: #fff3e9;
}
.sec03 .ttl{
  line-height: 0;
}
.sec03 .contents-wrap{
  padding-bottom: 80px;
}
.sec03 .inner + .inner{
  margin-top: 52px;
}
.sec03 .inner:nth-of-type(n+2) .subttl{
  margin-bottom: 60px;
}
.sec03 .subttl{
  margin-bottom: 43px;
}
.sec03 .txt_box{
  padding: 0 26px;
}
.sec03 .txt_box p:not(.mds){
  letter-spacing: -.01em
}
.sec03 .txt_box p + p{
  margin-top: 28px;
}
.sec03 .txt_box .mds{
  color: #3b2319;
  margin: 48px auto 62px;
  line-height: 0;
}


/* ------------------------------
*  sec04
------------------------------ */
.sec04 {
  background: url("../img/sec04_bg.png") no-repeat top center /cover;
  padding: 0 0 59px
}
.sec04 .contents-wrap{
  padding: 40px 0 62px;
}
.sec04 .ttl_wrap{
  height: 158px;
  margin-bottom: 48px;
}
.sec04 .ttl{
  line-height: 0;
}
.sec04 .ttl span{
  font-size: 3.8rem;
}
.sec04 .txt_box{
  padding: 0 26px;
}
.sec04 .txt_box p + p{
  margin-top: 28px;
}
.sec04 .txt_box .mds{
  margin: 58px auto 60px;
  line-height: 0;
}
.sec04 .txt_box figure{
  margin: 42px auto 40px;
}
.sec04 .txt_box .ck_list{
}
.sec04 .txt_box .ck_list li{
  position: relative;
  font-weight: bold;
  color: #411010;
  font-family: "Hiragino Kaku Gothic Std", sans-serif;
  line-height: 1.1;
}
.sec04 .txt_box .ck_list li::before{
  position: absolute;
  content: "";
  background: url("../img/sec04_check.png") no-repeat top center /cover;
  width: 44px;
  height: 38px;
  top: -.05em;
  left: 0;
}
.sec04 .txt_box .ck_list.list1{
  margin-bottom: 86px;
  margin-left: 42px;
}
  .sec04 .txt_box .ck_list.list1 li{
    font-size: 3.6rem;
    padding-left: 1.9em;
  }
.sec04 .txt_box .ck_list.list2{
  margin-top: 34px;
  margin-bottom: 70px;
}
  .sec04 .txt_box .ck_list.list2 li{
    font-size: 3.36rem;
    padding-left: 1.9em;
    padding-top: .1em;
  }
.sec04 .txt_box .ck_list li + li{
  margin-top: 25px;
}
.sec04 .num_list{
  margin: 68px 0 68px 12px;
}
.sec04 .num_list li{
  position: relative;
  font-size: 3rem;
  color: #3b2319;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  line-height: 1;
  padding-left: 2.5em;
  letter-spacing: -.02em;
}
.sec04 .num_list li::before{
  position: absolute;
  content: "";
  width: 55px;
  height: 55px;
  top: -.5em;
  left: 0;
}
.sec04 .num_list li:nth-of-type(1)::before{
  background: url("../img/sec04_num1.png") no-repeat top center /cover;
}
.sec04 .num_list li:nth-of-type(2)::before{
  background: url("../img/sec04_num2.png") no-repeat top center /cover;
}
.sec04 .num_list li + li{
  margin-top: 44px;
}


.sec04 .tbl{
  width: 686px;
  margin: 42px auto 12px;
}
.sec04 .tbl table{
  width: 100%;
  border-collapse: collapse;
}
.sec04 .tbl thead th{
  background: #409fe6;
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  padding: 23px 3px 18px;
  border-right: 1px solid #666;
}
.sec04 .tbl thead th:nth-of-type(1){
  width: 20%;
}
.sec04 .tbl thead th:nth-of-type(n+2){
  width: calc((80%-3px) / 3);
}

.sec04 .tbl tbody th,
.sec04 .tbl tbody td{
  font-size: 3rem;
  padding: 18px 3px;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}
.sec04 .tbl tbody th{
  line-height: 1;
  font-weight: bold;
  border-left: 1px solid #666;
  background: #f5f5ef;
}
.sec04 .tbl tbody tr:nth-of-type(2) td{
  background: #fff3e9;
  font-weight: bold;
  color: #cc0000;
}
.sec04 .tbl + p{
  font-size: 1.8rem;
  margin-top: 0;
}
.sec04 .tbl + p + figure{
  margin: 52px auto 82px;
}
.sec04 .tbl + p + figure figcaption{
  font-size: 3.6rem;
  line-height: 1.3;
  padding-bottom: 20px;
}

/* ------------------------------
*  sec05
------------------------------ */
.sec05 {
  background: #f88d43;
  padding: 26px 0 31px;
}
.sec05 .contents-wrap{
  padding: 42px 0 49px;
}
.sec05 .lead_wrap{
  padding-bottom: 28px;
}
.sec05 .lead_wrap p{
  padding: 0 25px;
}
.sec05 .lead_wrap img{
  display: block;
  margin: 0 auto 54px;
}
.sec05 .inner + .inner{
  margin-top: 54px;
}
.sec05 .ttl{
  margin-bottom: 49px;
}
.sec05 .subttl{
  margin-bottom: 36px;
}
.sec05 .inner:nth-of-type(2) .subttl{
  margin-bottom: 52px;
}
.sec05 p + p{
  margin-top: 25px;
}
.sec05 .txt_box{
  padding: 0 24px;
}

/* ------------------------------
*  sec06
------------------------------ */
.sec06 {
  background: #f5f5ef;
  padding: 0 0 39px
}
.sec06 .contents-wrap{
  padding: 38px 0 70px;
  margin-top: 30px;
}
.sec06 .ttl_wrap{
  height: 155px;
}
.sec06 .inner + .inner{
  margin-top: 68px;
}
.sec06 .ttl{
  line-height: 0;
}
.sec06 .ttl span{
  font-size: 3rem;
}
.sec06 .subttl_wrap{
  position: relative;
  width: 710px;
  border-bottom: 2px solid #3b2319;
  margin :0 auto 40px;
}
.sec06 .subttl_wrap::before{
  position: absolute;
  content: "";
  background: url("../img/sec06_logo.png") no-repeat top center /cover;
  width: 101px;
  height: 78px;
  top: 0;
  left: 10px;
}
  .sec06 .inner:nth-of-type(n + 2) .subttl_wrap::before{
    top: .5em;
  }
.sec06 .subttl{
  padding: 5px 0 34px 2.9em;
  font-size: 4.3rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -.05em;
  color: #e56709;
}
  .sec06 .inner:nth-of-type(n + 2) .subttl{
    padding: 0 0 16px 3.2em;
    font-size: 4.65rem;
    line-height: 1.1;
  }
.sec06 .txt_box{
  padding: 0 26px;
}
.sec06 .txt_box p + p{
  margin-top: 28px;
}
.sec06 .txt_box ul{
  margin: 38px 0 43px;
}
.sec06 .txt_box li{
  position: relative;
  font-weight: bold;
  padding-left: 1em;
}
.sec06 .txt_box li::before{
  position: absolute;
  content: "●";
  color: #e56709;
  top: 0;
  left: 0;
}
.sec06 .txt_box li + li{
  margin-top: 13px;
}
.sec06 .txt_box ul + figure + p{
  margin-top: -50px;
}
.sec06 .inner:nth-of-type(2) figure{
  margin: 26px auto 26px;
}
.sec06 .inner:nth-of-type(4) figure{
  margin: 36px auto -10px;
}
.sec06 .inner:nth-of-type(5) figure{
  max-width: 280px;
  padding: 0 42px 0 12px;
}
.sec06 .inner:nth-of-type(5) figcaption{
  color: #3b2319;
  font-size: 1.8rem;
  padding-top: 9px;
  line-height: 1.4;
}
.sec06 .inner:nth-of-type(5) p{
  padding-right: 10px;
}

/* ------------------------------
*  sec08
------------------------------ */
.sec08 {
  background: #f88d43;
  padding: 26px 0 40px;
}
.sec08 .ttl{
  line-height: 0;
}
.sec08 .contents-wrap{
  padding: 46px 0 30px;
}
.sec08 .lead_wrap{
  padding-bottom: 28px;
}
.sec08 .lead_wrap > p:nth-of-type(1){
  color: #3b2319;
  font-size: 3.7rem;
  margin-bottom: 17px;
  font-weight: 700;
  line-height: 1;
}
.sec08 .lead_wrap > p:nth-of-type(2){
  color: #2c8dd6;
  font-size: 7.9rem;
  margin-bottom: 21px;
  font-weight: 800;
  letter-spacing: -.05em;
  line-height: 1;
  transform: scale(1, 1.04);
}
.sec08 .lead_wrap img{
  display: block;
  margin: 0 auto 72px;
}
.sec08 .lead_wrap .txt_box{
  padding: 0 24px;
}
.sec08 .lead_wrap .txt_box p{
  letter-spacing: -.02em;
}
.sec08 .lead_wrap .txt_box p + p{
  margin-top: 28px;
}

/* ------------------------------
*  sec09
------------------------------ */
.sec09 {
  background: #fffffa;
  padding: 0 0 44px
}
.sec09 .contents-wrap{
  padding: 32px 0 62px;
}
.sec09 .ttl_wrap{
  height: 143px;
  margin-bottom: 58px;
}
.sec09 .ttl{
  line-height: 0;
}
.sec09 .txt_box{
  padding: 0 16px;
}
.sec09 .txt_box p{
  letter-spacing: -.02em;
}
.sec09 .txt_box p + p{
  margin-top: 28px;
}
.sec09 .txt_box figure{
  margin: 36px auto 52px;
}
.sec09 .txt_box figcaption{
  font-size: 2.4rem;
  color: #3b2319;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 500;
  padding-top: 9px;
}

/* ------------------------------
*  sec10
------------------------------ */
.sec10 {
  background: #fffffc;
  padding: 0 0 121px
}
.sec10 .ttl_wrap{
  height: 144px;
}
.sec10 .ttl{
  line-height: 0;
}
.sec10 .txt_box{
  padding: 55px 10px 36px;
}
.sec10 .txt_box p{
  letter-spacing: -.02em;
}
.sec10 .txt_box p + p{
  margin-top: 28px;
}
.sec10 .txt_box p.mds{
  font-size: 3.8rem;
  font-weight: 700;
  color: #3b2319;
  margin: 40px auto 52px;
}
.sec10 .txt_box p.mds:nth-last-of-type(3){
  margin: 50px auto 62px;
}

/* ------------------------------
*  sec11
------------------------------ */
.sec11 {
  background: #fffffd;
  padding-bottom: 98px;
}
.sec11 .ttl_wrap{
  height: 143px;
  margin-bottom: 45px;
}
.sec11 .ttl{
  line-height: 0;
}
.sec11 figure{
  margin-bottom: 48px;
}
.sec11 .sub_ttl,
.sec11 .pos{
  color: #3b2319;
  line-height: 1;
}
.sec11 .sub_ttl{
  font-size: 4.8rem;
  margin-bottom: 14px;
}
.sec11 .pos{
  font-size: 3.7rem;
  margin-bottom: 28px;
}
.sec11 .txt_box{
  padding: 0 24px;
}
.sec11 .txt_box p{
  letter-spacing: -.01em;
}
.sec11 .txt_box p + p{
  margin-top: 25px;
}

/* ------------------------------
*  sec12
------------------------------ */
.sec12 {
  background: #fffffc;
  padding: 0 0 43px
}
.sec12 .contents-wrap{
  padding: 38px 0 70px;
  margin-top: 30px;
}
.sec12 .ttl_wrap{
  height: 155px;
  margin-bottom: 52px;
}
.sec12 .inner + .inner{
  margin-top: 68px;
}
.sec12 .ttl{
  line-height: 0;
}
.sec12 .ttl span{
  font-size: 3.7rem;
}
.sec12 .txt_box{
  padding: 0 26px;
  margin-bottom: 48px;
}
.sec12 .txt_box p{
  letter-spacing: -.01em;
}
.sec12 .txt_box p + p{
  margin-top: 27px;
}

/* ------------------------------
*  sec13
------------------------------ */
.sec13 {
  background: #f88d43;
  padding-bottom: 70px;
}
.sec13 .ttl_wrap{
  height: 143px;
  margin-bottom: 23px;
}
.sec13 .ttl{
  line-height: 0;
}
.sec13 .contents-wrap{
  padding: 30px 0 38px;
}
.sec13 .inner{
  padding: 0 14px;
}
.sec13 .inner + .inner{
  margin-top: 26px;
}
.sec13 .inner:last-of-type{
  margin-bottom: 52px;
}
.sec13 .inner dt{
  position: relative;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.26;
  margin-bottom: 34px;
  padding-left: 2.3em;
  letter-spacing: -.03em;
}
.sec13 .inner dt::before{
  position: absolute;
  content: "";
  background: url("../img/sec13_icon_q.png") no-repeat top center /cover;
  width: 40px;
  height: 40px;
  top: -.25em;
  left: 0;
}
.sec13 .inner dd{
  border-bottom: 1px solid #ccc;
  padding: 0 6px 20px;
  letter-spacing: -.05em;
}
.sec13 .inner dd p{
  line-height: 1.3;
}
.sec13 .inner dd p + p{
  margin-top: 18px;
}


/* ----------------------------------------------------------------------------------------------------
*  SP
* --------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	body {
		min-width: inherit;
	}
	figure {
		width: 100%;
		text-align: center;
	}
	img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
		height: auto;
	}
	p {
		font-size: 1.5rem;
	}
  .wrap{
    width: 96%;
  }
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	.txt {
		font-size: 1.4rem;
	}
  .udl{
    background: linear-gradient(transparent 85%, #333 88%, transparent 95%);
    display: inline;
    padding: 0 0 0;
  }
  .udl_red{
    background: linear-gradient(transparent 85%, #c52312 88%, transparent 95%);
    display: inline;
    padding: 0 0 0;
  }
  .nowrap{
    white-space: normal;
  }

  /* ------------------------------
      adjust
  ------------------------------ */
  .mb26{
    margin-bottom: 5%;
  }
  .mb40{
    margin-bottom: 8%;
  }
  .mt60{
    margin-top: 10%;
  }

  /* ------------------------------
      float
  ------------------------------ */
  .f_left {
    float: none;
    display: block;
  }
  .f_right {
    float: none;
    display: block;
  }

	/* ------------------------------
	*  header
	------------------------------ */
  header .header-line{
    padding: 1% 0 1.2%;
    margin-bottom: 3%;
  }
  header .header-line p{
    font-size: 4vw;
    line-height: 1.2;
  }
  header .header-bg{
    height: auto;
    min-width: inherit;
  }
  header .header-wrap{
    width: 100%;
  }
	header .header-wrap .main-title img,
  header .header-wrap p img{
		display: block;
		width: 96%;
	}

	/* ------------------------------
	*  footer
	------------------------------ */
	.footer{
		padding: 4% 0;
	}
	.footer > .flex{
		display: block;
	}
	.footer ul{
		justify-content: center;
	}
	.footer ul li,
	.footer ul li a{
		font-size: 1.2rem;
	}
	.footer p.copy{
		font-size: 1rem;
	}

	/* ------------------------------
	*  main
	------------------------------ */
  .contents-wrap {
    width: 96% !important;
  }

  /* ------------------------------
  *  cta
  ------------------------------ */
  .cta_btn {
    height: auto;
    margin: auto;
  }
  .cta_btn a img{
    width: 96%;
    height: auto;
  }
  
  .obi,
  .obi2{
    background: none;
    height: auto;
  }
  .obi img,
  .obi2 img{
    display: block;
    max-width: 100%;
    object-fit: cover;
    height: 23.6vw;
  }

  /* ------------------------------
  *  openning_sec
  ------------------------------ */
  .openning_sec{
    padding: 3% 0;
  }
  .openning_sec .contents-wrap{
    padding: 5% 3%;
  }
  .openning_sec ul{
    margin-bottom: 8%;
  }
  .openning_sec li{
    font-size: 4.1vw;
    padding-left: 1.6em;
  }
  .openning_sec li::before{
    width: 5.333vw;
    height: 5.333vw;
    top: 0;
  }
  .openning_sec li+li,
  .openning_sec p+p{
    margin-top: 6%;
  }

  /* ------------------------------
  *  sec01 / sec07
  ------------------------------ */
  .sec01,
  .sec07 {
    padding: 0 0 5%;
  }
  .sec01 .contents-wrap,
  .sec07 .contents-wrap{
    padding: 5% 3%;
  }
  .sec01 .contents-wrap + .contents-wrap,
  .sec07 .contents-wrap + .contents-wrap{
    margin-top: 5%;
  }
  .sec01 .ttl_wrap,
  .sec07 .ttl_wrap{
    height: auto;
    padding: 5% 0;
    margin-bottom: 5%
  }
  .sec01 .ttl,
  .sec07 .ttl{
    padding: 0 14%;
  }
  .sec01 .txt_box,
  .sec07 .txt_box{
    padding: 5% 1.6% 0;
  }
  .sec01 .txt_box p + p,
  .sec07 .txt_box p + p{
    margin-top: 5%;
  }
  .sec01 .inner .f_right,
  .sec07 .inner .f_right{
    padding: 0 0 3% !important;
  }
  .sec01 .inner .subttl,
  .sec07 .inner .subttl{
    margin: 0 0 5% !important;
    font-size: 5.1vw !important;
    letter-spacing: normal!important;
  }
  .sec01 .inner .name,
  .sec07 .inner .name{
    font-size: 4.2vw;
    padding-left: 0;
    margin: 0 0 5% !important;
    text-align: center;
    white-space: normal;
    letter-spacing: normal;
  }
  .sec01 .contents-wrap .inner p:not(.name),
  .sec07 .contents-wrap .inner p:not(.name){
    padding-left: 0;
  }
  .sec01 .contents-wrap .inner p:not(.name) + p,
  .sec07 .contents-wrap .inner p:not(.name) + p{
    margin-top: 5%;
  }
  .sec01 .contents-wrap .inner p:last-child,
  .sec07 .contents-wrap .inner p:last-child{
    font-size: 1.2rem;
  }
  .sec01 .inner p{
    letter-spacing: -.01em !important;
  }
  .sec01 .inner p:last-child,
  .sec07 .inner p:last-child{
    margin-top: 3% !important;
  }
  .sec07 .contents-wrap:nth-of-type(6) .inner p.clear{
    margin-top: 0;
  }
  .sec07 .contents-wrap:nth-of-type(12){
    margin-top: 5%;
    padding-bottom: inherit;
  }
  .sec07 .inner2 .mds{
    font-size: 6.4vw;
    margin: 0 auto;
  }
  .sec07 .inner2 p:nth-of-type(n+2){
    margin-top: 5%;
  }


  /* ------------------------------
  *  sec02
  ------------------------------ */
  .sec02 {
    padding: 0 0 5%;
  }
  .sec02 .contents-wrap{
    padding: 5% 0;
  }
  .sec02 .ttl_wrap{
    height: auto;
    margin-bottom: 5%;
    padding: 5% 0;
  }
  .sec02 .ttl{
    padding: 0 3.2%;
  }
  .sec02 .ttl span{
    font-size: 4.6vw;
  }
  .sec02 .subttl{
    padding: 5% 0;
    font-size: 5.1vw;
    margin: 8% auto 5%;
    text-indent: 0;
  }
  .sec02 .txt_box{
    padding: 0 3%;
  }
  .sec02 .txt_box p + p{
    margin-top: 6%;
  }
  .sec02 .txt_box figure{
    margin: 3% auto;
  }
  .sec02 .txt_box figure img{
    width: 86%;
  }

  /* ------------------------------
  *  sec03
  ------------------------------ */
  .sec03 {
    padding: 5% 0;
  }
  .sec03 .contents-wrap{
    padding-bottom: 5%;
  }
  .sec03 .inner + .inner{
    margin-top: 10%;
  }
  .sec03 .subttl{
    margin-bottom: 5% !important;
  }
  .sec03 .txt_box{
    padding: 0 3%;
  }
  .sec03 .txt_box p + p{
    margin-top: 6%;
  }
  .sec03 .txt_box .mds{
    margin: 8% auto;
  }
  .sec03 .inner:nth-of-type(1) .mds img{
    width: 100%;
  }
  .sec03 .inner:nth-of-type(2) .mds img{
    width: 72%;
  }

  /* ------------------------------
  *  sec04
  ------------------------------ */
  .sec04 {
    padding: 0 0 5%;
  }
  .sec04 .contents-wrap{
    padding: 5% 0;
  }
  .sec04 .ttl_wrap{
    height: auto;
    padding: 5% 0;
    margin-bottom: 5%;
  }
  .sec04 .ttl{
    padding: 0 3.2%;
  }
  .sec04 .ttl span{
    font-size: 5.6vw;
  }
  .sec04 .txt_box{
    padding: 0 3%;
  }
  .sec04 .txt_box p + p{
    margin-top: 6%;
  }
  .sec04 .txt_box .mds{
    margin: 8% auto;
  }
    .sec04 .txt_box .mds.mds1{
      width: 92%;
    }
    .sec04 .txt_box .mds.mds2{
      width: 86%;
    }
    .sec04 .txt_box .mds.mds3{
      width: 76%;
    }
  .sec04 .txt_box figure{
    margin: 5% auto 8%;
  }
  .sec04 .txt_box figure img{
    width: 86%;
  }
  .sec04 .txt_box .ck_list li::before{
    width: 7.467vw;
    height: 6.4vw;
  }
  .sec04 .txt_box .ck_list.list1,
  .sec04 .txt_box .ck_list.list2{
    margin: 6% auto 8%;
    width: 98%;
  }
    .sec04 .txt_box .ck_list.list1 li{
      font-size: 5.2vw;
      padding-left: 1.7em;
      padding-top: .1em;
    }
    .sec04 .txt_box .ck_list.list2 li{
      font-size: 5.2vw;
      padding-left: 1.9em;
    }
  .sec04 .txt_box .ck_list li + li{
    margin-top: 4%;
  }
  .sec04 .num_list{
    margin: 8% auto;
    width: 90%;
  }
  .sec04 .num_list li{
    font-size: 5.1vw;
    line-height: 1.2;
    padding-left: 2.1em;
  }
  .sec04 .num_list li::before{
    width: 8vw;
    height: 8vw;
    top: 0;
  }
  .sec04 .num_list li + li{
    margin-top: 4%;
  }
  .sec04 .tbl{
    width: 100%;
    margin: 5% auto 2%;
  }
  .sec04 .tbl table{
    width: 100%;
    border-collapse: collapse;
  }
  .sec04 .tbl thead th{
    font-size: 4.9vw;
    padding: 6% 1.6% 5%;
  }
  .sec04 .tbl thead th:nth-of-type(1){
    width: 15%;
  }
  .sec04 .tbl thead th:nth-of-type(n+2){
    width: calc((85%-3px) / 3);
  }
  .sec04 .tbl tbody th,
  .sec04 .tbl tbody td{
    font-size: 4.3vw;
    padding: 6% 1.6%;
  }
  .sec04 .tbl + p{
    font-size: 1.2rem;
  }
  .sec04 .tbl + p + figure{
    margin: 5% auto 8%;
  }
  .sec04 .tbl + p + figure figcaption{
    font-size: 4.2vw;
    padding-bottom: 3%;
  }

  /* ------------------------------
  *  sec05
  ------------------------------ */
  .sec05 {
    padding: 5% 0;
  }
  .sec05 .contents-wrap{
    padding: 5% 0;
  }
  .sec05 .lead_wrap{
    padding: 0 3% 5%;
  }
  .sec05 .lead_wrap p{
    padding: 0;
  }
  .sec05 .lead_wrap img{
    margin: 0 auto 5%;
  }
  .sec05 .inner + .inner{
    margin-top: 10%;
  }
  .sec05 .ttl{
    margin-bottom: 5%;
  }
  .sec05 .subttl{
    margin-bottom: 5% !important;
    padding: 0 3%;
  }
  .sec05 p + p{
    margin-top: 25px;
  }
  .sec05 .txt_box{
    padding: 0 3%;
  }

  /* ------------------------------
  *  sec06
  ------------------------------ */
  .sec06 {
    padding: 0 0 5%;
  }
  .sec06 .contents-wrap{
    padding: 3% 3% 5%;
    margin-top: 5%;
  }
  .sec06 .ttl_wrap{
    height: auto;
    padding: 5% 0;
  }
  .sec06 .inner + .inner{
    margin-top: 10%;
  }
  .sec06 .ttl{
    padding: 0 3.2%;
  }
  .sec06 .ttl span{
    font-size: 4vw;
  }
  .sec06 .subttl_wrap{
    width: 100%;
    margin :0 auto 5%;
  }
  .sec06 .subttl_wrap::before{
    width: 16vw;
    height: 12.267vw;
    top: 0.3em !important;
    left: 0;
  }
  .sec06 .subttl{
    padding: .2em 0 .2em 2.9em !important;
    font-size: 6.4vw !important;
  }
  .sec06 .txt_box{
    padding: 0;
  }
  .sec06 .txt_box p + p{
    margin-top: 6%;
  }
  .sec06 .txt_box ul{
    margin: 8% auto;
  }
  .sec06 .txt_box li{
    padding-left: 1em;
    line-height: 1.2;
    font-size: 1.5rem;
  }
  .sec06 .txt_box li + li{
    margin-top: 3%;
  }
  .sec06 .txt_box ul + figure + p{
    margin-top: -10%;
  }
  .sec06 .inner:nth-of-type(2) figure{
    margin: 3% auto;
  }
    .sec06 .inner:nth-of-type(1) figure img,
    .sec06 .inner:nth-of-type(2) figure img{
      width: 86%;
    }
  .sec06 .inner:nth-of-type(4) figure{
    margin: 3% auto;
  }
  .sec06 .inner:nth-of-type(5) figure{
    max-width: inherit;
    padding: 0 0 8%;
  }
    .sec06 .inner:nth-of-type(5) figure img{
      width: 60%;
    }
  .sec06 .inner:nth-of-type(5) figcaption{
    font-size: 1.4rem;
  }
  .sec06 .inner:nth-of-type(5) p{
    padding-right: 0;
  }

  /* ------------------------------
  *  sec08
  ------------------------------ */
  .sec08 {
    padding: 5% 0;
  }
  .sec08 .contents-wrap{
    padding: 5% 0;
  }
  .sec08 .lead_wrap{
    padding: 0 3%;
  }
  .sec08 .lead_wrap > p:nth-of-type(1){
    font-size: 4.6vw;
    margin-bottom: 3%;
  }
  .sec08 .lead_wrap > p:nth-of-type(2){
    font-size: 13vw;
    margin-bottom: 3%;
  }
  .sec08 .lead_wrap img{
    width: 100%;
    margin: 0 auto 8%;
  }
  .sec08 .lead_wrap .txt_box{
    padding: 0;
  }
  .sec08 .lead_wrap .txt_box p + p{
    margin-top: 6%;
  }

  /* ------------------------------
  *  sec09
  ------------------------------ */
  .sec09 {
    padding: 0 0 5%;
  }
  .sec09 .contents-wrap{
    padding: 5% 3%;
  }
  .sec09 .ttl_wrap{
    height: auto;
    padding: 5% 0;
    margin-bottom: 5%;
  }
  .sec09 .ttl{
    padding: 0 3.2%;
  }
  .sec09 .txt_box{
    padding: 0;
  }
  .sec09 .txt_box p + p{
    margin-top: 5%;
  }
  .sec09 .txt_box figure{
    margin: 8% auto;
  }
  .sec09 .txt_box figure img{
    width: 68%;
  }
  .sec09 .txt_box figcaption{
    font-size: 1.6rem;
    padding-top: 9px;
  }

  /* ------------------------------
  *  sec10
  ------------------------------ */
  .sec10 {
    padding: 0 0 5%;
  }
  .sec10 .ttl_wrap{
    height: auto;
    padding: 5% 0;
  }
  .sec10 .ttl{
    padding: 0 3.2%;
  }
  .sec10 .txt_box{
    padding: 5% 1.6%;
  }
  .sec10 .txt_box p + p{
    margin-top: 6%;
  }
  .sec10 .txt_box p.mds{
    margin: 8% auto !important;
  }
  .sec10 .txt_box p.mds.mds1{
    width: 92%;
  }
  .sec10 .txt_box p.mds.mds2{
    width: 73%;
  }
  .sec10 .txt_box p.mds:nth-last-of-type(3){
    width: 80%;
  }

/* ------------------------------
*  sec11
------------------------------ */
  .sec11 {
    padding-bottom: 5%;
  }
  .sec11 .ttl_wrap{
    height: auto;
    padding: 5% 0;
    margin-bottom: 5%;
  }
  .sec11 .ttl{
    padding: 0 8.4%;
  }
  .sec11 figure{
    margin: 3% auto;
  }
  .sec11 figure img{
    width: 86%;
  }
  .sec11 .sub_ttl{
    font-size: 6.8vw;
    margin-bottom: 2%;
  }
  .sec11 .pos{
    font-size: 4.8vw;
    margin-bottom: 3%;
  }
  .sec11 .txt_box{
    padding: 0 1.6%;
  }
  .sec11 .txt_box p + p{
    margin-top: 6%;
  }

  /* ------------------------------
  *  sec12
  ------------------------------ */
  .sec12 {
    padding: 0 0 5%;
  }
  .sec12 .contents-wrap{
    padding: 5% 0;
    margin-top: 5%;
  }
  .sec12 .inner + .inner{
    margin-top: 8%;
  }
  .sec12 .ttl_wrap{
    height: auto;
    padding: 5% 0;
    margin-bottom: 5%;
  }
  .sec12 .ttl{
    padding: 0 3.2%;
  }
  .sec12 .ttl span{
    font-size: 4.8vw;
  }
  .sec12 .txt_box{
    padding: 0 1.6%;
    margin-bottom: 5%;
  }
  .sec12 .txt_box p + p{
    margin-top: 6%;
  }

/* ------------------------------
*  sec13
------------------------------ */
.sec13 {
  padding-bottom: 5%;
}
.sec13 .ttl_wrap{
  height: auto;
  padding: 5% 0;
  margin-bottom: 5%;
}
.sec13 .ttl{
  padding: 0 24%;
}
.sec13 .contents-wrap{
  padding: 5% 0;
}
.sec13 .inner{
  padding: 0 3%;
}
.sec13 .inner + .inner{
  margin-top: 5%;
}
.sec13 .inner:last-of-type{
  margin-bottom: 5%;
}
.sec13 .inner dt{
  font-size: 4.2vw;
  margin-bottom: 5%;
  padding-left: 2em;
  line-height: 1.4;
}
.sec13 .inner dt::before{
  width: 5.867vw;
  height: 5.867vw;
  top: 0;
}
.sec13 .inner dd{
  padding: 0 0 5%;
}
.sec13 .inner dd p{
  line-height: 1.4;
}
.sec13 .inner dd p + p{
  margin-top: 3%;
}
}


/* ------------------------------
*  fixbtn
------------------------------ */
.fixbtn{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    max-width: 100%;
    z-index: 10;
}
.fixbtn img{
    max-width:100%;
    margin: 0 auto;
}

@media screen and (max-width : 768px){
  .fixbtn{
    padding: 3% 0 0;
  }
  .fixbtn img{
    max-width: 92%;
  }
}

/*
@media screen and (orientation: landscape) and (max-width: 767px){
  .cta_wrap .privacy {
    margin-top: -1.2vw;
  }
  .cta_wrap.top .privacy {
    margin-top: -1.2vw;
  }
}
*/
@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
.obi{
  background: url("../img/obi.jpg") repeat-x center center;
  background-size: auto 100%;
  width: 100%;
  height: 177px;
}
.obi img{
  display: none;
}
}