@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');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

strong{
	font-weight: bold;
}
html {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

input[type="text"], input[type="email"], textarea {
  -webkit-appearance: none;
  border: none;
  font-family: inherit;
}

input[type="text"]:focus, input[type="email"]:focus {
  outline: 0;
}

input[type="submit"], input[type="button"], button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  background-color: transparent;
  padding: 0;
}

input[type="submit"]::-webkit-search-decoration, 
input[type="button"]::-webkit-search-decoration, 
button::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus, 
input[type="button"]:focus, 
button:focus {
  outline-offset: -2px;
  outline: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
}

select::-ms-expand {
  display: none;
}

::placeholder {
  color: #999;
}


/* IE */

:-ms-input-placeholder {
  color: #999;
}


/* Edge */

::-ms-input-placeholder {
  color: #999;
}

*, *:before, *:after {
  box-sizing: border-box;
}

a, button {
  text-decoration: none;
  transition: opacity .4s ease;
  color: #333;
}

a:hover, button:hover {
  opacity: .5;
}

@media screen and (max-width: 768px) {
  a:hover, button:hover {
    opacity: 1;
  }
}

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

.sp{
	display: none !important;
}
.pc{
	display: block !important;
}
table {
  width: 100%;
}

p {
  font-size: 1.66rem;
  line-height: 1.55;
}

html {
  font-size: 62.5%;
  font-family: 'Noto Sans JP', sans-serif;
}

body {
  -webkit-text-size-adjust: 100%;
  overflow: auto;
  color: #333;
  font-size: 1.66rem;
  min-width: 1000px;
  font-family:"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
  /*
  font-family: 'Noto Sans JP', sans-serif;
  */
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
	.sp{
		display: block !important;
	}
	.pc{
		display: none !important;
	}
  p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  body {
    min-width: auto;
    font-size: 1.4rem;
  }
}

/*---------------- adjust ------------------*/

.pb0{	padding-bottom: 0 !important;}
.pb20{	padding-bottom: 20px !important;}
.pb50{	padding-bottom: 50px !important;}

.pr25{
	padding-right: 25px !important;
}

.pl25{
	padding-left: 25px !important;
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
	background: #000326;
	padding: 46px 0 !important;
}
footer .footer_list .item a {
  font-size: 1.5rem;
  color: #fff;
}
footer .footer_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .copyright {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 769px) {
  footer {
    padding-top: 5px;
    background-size: 100%;
  }
  footer .footer_list {
    padding-bottom: 20px;
  }
  footer .footer_list .item:nth-of-type(1) {
    padding-right: 10px;
    margin-right: 10px;
    /* border-right: solid 1px #fff; */
  }
}

@media screen and (max-width: 768px) {
  footer {
    padding: 8% 0 !important;
  }
  footer:before {
    height: 3px;
    background-size: cover;
  }
  footer .footer_list {
    flex-direction: column;
  }
  footer .footer_list .item {
    padding-bottom: 10px;
  }
  footer .footer_list .item a {
    font-size: 1.2rem;
  }
  footer .copyright {
    font-size: 1.2rem;
  }
}

.wrap {
  width: 950px;
  margin: 0 auto;
}
.box_shadow {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 1.6em 1.2em;
}
.btn_box {
  width: 100%;
  background: url(../img/bg_btn.png) no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_box:before {
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/border_btn.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .wrap {
    width: 96%;
  }
  .box_shadow {
    padding: 20px 3%;
  }
  .btn_box {
    padding: 15px 0;
  }
  .btn_box:before {
    height: 3px;
  }
  .btn_box a {
    width: 96%;
  }
  .btn_box a img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .btn_box {
    height: 140px;
    padding-top: 10px;
  }
}

.font_min {
  font-family: 'Noto Serif JP', serif;
}

.txt {
  padding-bottom: 30px;
}
.txt14{
	font-size: 1.4rem;
}
.txt25{
	font-size: 2.5rem;
}
.txt36{
	font-size: 3.6rem;
}
.pd_tb20{
  padding-top: 20px;
  padding-bottom: 20px;
}
.txt_bold {
  font-weight: bold;
}
.txt_line {
  background: linear-gradient(transparent 60%, #ffcd00 0%);
}
.txt_line2 {
  background: linear-gradient(transparent 50%, #ffcd00 51%, #ffcd00 80%, transparent 80%);
}
.txt_underline {
  text-decoration: underline;
}
.txt_red {
  color: #ce382b;
}
.txt_red2 {
  color: #ff0000;
}
.ta_c{
	text-align: center;
}
.ta_r{
	text-align: right;
}
.cf {
  overflow: hidden;
}
.clearfix::after{
	content: "";
	display: block;
	clear: both;
}
.clear{
  clear:both;
}
.lh12{
	line-height: 1.2;
}
.f_left {
  float: left;
}

.f_right {
  float: right;
}

.color_red{
	color: #ce372b;
}
.underline{
	border-bottom: 1px solid #333;
}
.sec_block{
	margin-bottom: 3em;
}
.sec_heading{
}
.sec_content p{
  padding-left: 10px;
  padding-right: 10px;
}

.sec_heading.bg_blgray{
	background: #292a32;
}
.sec_heading.bg_darkbl{
	height:188px;
	background: #000326;
}
.sec_heading{
	text-align: center;
}
.ttl,
.subttl{
  text-align: center;
}
@media screen and (max-width: 768px) {
  .txt {
    padding-bottom: 20px;
  }
  .txt14 {
	  font-size: 1.2rem;
  }
  .txt25 {
	  font-size: 4.6vw !important;
    line-height: 1.4 !important;
  }
  .txt36 {
	  font-size: 3rem;
  }
  .cf {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .sec_block{
    margin-bottom: 1.5em;
  }
  .sec_heading{
    padding-bottom: 1.5em;
  }
  .sec_content p{
    padding-left: 0;
    padding-right: 0;
  }
  .sec_heading.bg_darkbl{
    height:auto;
  }
}
/* ------------------------------
    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;
}

/*--------------------- #mv ----------------------*/
main.main_bg{
	background: url("../img/mv_bg.jpg") repeat-x center top;
  background-size: 100%;
  background-color: #f4f4f4;
  border-top: 5px solid #050503;
}
.mv_inner{
	background: url("../img/main.png") no-repeat top center;
	height: 673px;
}

@media screen and (max-width: 768px) {
  main.main_bg{
    border-top-width: 0;
  }
	.mv_inner{
		background: url("../img/sp/main.png") no-repeat top center;
		background-size: contain;
    padding-top: 122.4%;
    height: auto;
	}
}
#mv h1.ttl,
#mv p{
	text-indent: 100%; 
    white-space: nowrap; 
    overflow: hidden; 
}

/*--------------------- sec01 ----------------------*/
#sec01{
  border-top:  95px solid #000326;
  background: url("../img/sec01_bg.jpg") repeat-y top center/cover;
  background-color: #000;
	margin-top: 0;
	padding-bottom: 43px;
}
#sec01 .box_shadow{
	position: relative;
	padding-top: 52px;
  padding-bottom: 46px;
  margin:-40px auto 0;
}
#sec01 .sec_content p+p{
  margin-top: 23px;
}
#sec01 h2.ttl{
	padding-top:46px;
  padding-bottom: 16px;
}
#sec01 .subttl{
  padding-top: 24px;
  padding-bottom: 46px;
}
#sec01 figure img{
  margin:0 auto;
}
#sec01 figure.fr01{
	float: right;
  width:312px;
  margin:0 auto;
}
#sec01 .fl01{
	float: left;
  width:570px;
  padding-top:20px;
  margin:0 auto;
}
#sec01 figure.fl02{
	float: left;
  width:440px;
  padding-top: 2px;
  margin:0 auto;
}
#sec01 .fr02{
	float: right;
  width:450px;
  padding-bottom: 43px;
  margin:0 auto;
}
#sec01 .fr02 p{
	padding-right: 0 !important;
  padding-left: 0 !important;
}


@media screen and (max-width: 768px) {
	#sec01{
    border-top:  60px solid #000326;
		margin-top: -5%;
    padding-bottom: 5%;
	}
  #sec01 .box_shadow{
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
    margin-top:-10%;
  }
  #sec01 .sec_content p+p{
    margin-top: 22px;
  }
  #sec01 h2.ttl{
    padding-top:8%;
    padding-bottom: 0;
  }
  #sec01 .subttl{
    padding: 5% 3%;
  }
  #sec01 figure.fr01{
    float: none;
    text-align: center;
    width:100%;
    padding-top: 3%;
    padding-bottom: 3%;
  }
  #sec01 figure.fr01 img{
    width:68%
  }
  #sec01 figure.fl02 img{
    width:100%
  }
  #sec01 .fl01{
    float: none;
    width:100%;
    padding-top:0;
  }
  #sec01 figure.fl02{
    float: none;
    text-align: center;
    width:100%;
    padding-top: 0;
    padding-bottom: 3%;
  }
  #sec01 .fr02{
    float: none;
    width:100%;
    padding-bottom: 22px;
  }
}



/*--------------------- sec02 ----------------------*/
#sec02{
	background: url("../img/sec02_bg.jpg") no-repeat center 115px/cover ;
  background-color: #09090B;
	padding-bottom: 26px;
}
#sec02 .sec_heading.bg_blgray{
	height:115px;
  padding-top: 21px;
  margin-bottom: 44px;
}
#sec02 .box_shadow{
	padding-top: 46px;
  padding-bottom: 52px;
  margin:0 auto;
}
#sec02 .subttl{
  padding-top: 80px;
  padding-bottom: 70px;
}
#sec02 .sec_content ol{
  margin-bottom: 25px;
  padding:42px 28px;
}
#sec02 .sec_content ol li{
  font-size: 2.5rem;
  line-height: 1.4;
  
  background-repeat: no-repeat;
  background-position: top 0;
  padding: .2em 0 0 2em;
}
  #sec02 .sec_content ol li:nth-child(1){
    background-image: url("../img/sec02_num1.png");
    margin-bottom: 16px;
  }
  #sec02 .sec_content ol li:nth-child(2){
    background-image: url("../img/sec02_num2.png");
  }

#sec02 .sec_content p+p{
  margin-top: 23px;
}

#sec02 .txt_box{
  width:500px;
  padding-top: 20px;
  padding-bottom: 50px;
  margin-left: -10px;
}
#sec02 .fig_box{
  width:424px;
}



@media screen and (max-width: 768px) {
	#sec02{
    background-position: center top;
    background-repeat: repeat;
    background-size: cover;
    padding-bottom: 5%;
	}
  #sec02 .flex{
    display:block;
  }
  #sec02 .sec_heading.bg_blgray{
    height:auto;
    padding:6% 6% 5%;
    margin-bottom: 5%;
  }
  #sec02 .box_shadow{
    padding-top: 3%;
    padding-bottom: 5%;
    width:96%;
  }
  
  #sec02 .subttl{
    padding-top: 8%;
    padding-bottom: 8%;
  }
  #sec02 .sec_content ol{
    margin-top: 8%;
    margin-bottom: 5%;
    padding:0 3% 0 1%;
  }
  #sec02 .sec_content ol li{
    font-size: 1.8rem;
    padding: 0 0 0 1.6em;
    background-size: 26px;
  }
    #sec02 .sec_content ol li:nth-child(1){
      margin-bottom: 3%;
    }
  #sec02 .sec_content p+p{
    margin-top: 22px;
  }
  #sec02 .txt_box{
    width:96%;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0;
    margin-top:-10%;
  }
  #sec02 .fig_box{
    width:100%;
    text-align: center;
    margin-top:-5%;
  }
  #sec02 .fig_box img{
    margin:0 auto;
    width:90%;
  }
}

/*--------------------- sec03 ----------------------*/
#sec03 .sec_content{
	background: url("../img/sec03_bg.jpg") no-repeat top center;
  background-color: #000;
	padding-top: 56px;
	padding-bottom: 30px;
}
#sec03 .ttl{
  padding-bottom: 55px;
}
#sec03 .subttl{
  padding:30px 0 31px;
  text-align: left;
}
  #sec03 .subttl.ttl3{
    padding-top:0;
    margin-top:-10px;
  }
#sec03 .box_shadow{
  width:950px;
  padding-top: 0;
  padding-bottom: 46px;
  margin:0 auto;
}
#sec03 .sec_content p{
  line-height: 1.5;
}
#sec03 .sec_content p+p{
  margin-top: 23px;
}

#sec03 .fig_r .fr{
  width:390px;
  float:right;
}
  #sec03 .fig_r .fr.fl03{
    padding-top: 28px;
  }
#sec03 .fig_r .fl{
  width: 510px;
  float:left;
}
  #sec03 .fig_r .fl.fl01{
    padding-top: 30px;
  }
  #sec03 .fig_r .fl.fl03{
    padding-top: 30px;
  }
#sec03 .fig_l .fr{
  width: 510px;
  float:right;
  padding-top: 30px;
}
#sec03 .fig_l .fl{
  width:390px;
  padding-left: 12px;
  padding-top: 30px;
  float:left;
}
#sec03 .present_box{
  width: 866px;
  background-image: url("../img/sec03_frame01.png") , url("../img/sec03_frame02.png");
  background-repeat: no-repeat , no-repeat;
  background-size: 100% , 100%;
  background-position: top center , bottom center;
  
	padding: 40px 20px 56px;
  clear: both;
  margin:0 auto;
  position: relative;
  
  text-align:center;
}
#sec03 .present_box h4.pre_ttl{
  padding-bottom: 36px;
}
  #sec03 .present_box .fl{
    float:left;
    width: 480px;
    padding-left: 10px;
    padding-right: 6px;
    padding-bottom: 10px;
    text-align: left;
  }
  #sec03 .present_box .fr{
    float:right;
    width: 323px;
  }



@media screen and (max-width: 768px) {
  #sec03 .sec_content{
    padding-top: 5%;
    padding-bottom: 5%;
  }
  #sec03 .ttl{
    padding:2% 5% 0;
  }
  #sec03 .subttl{
    padding:3% 0 5%;
    text-align: center;
  }
  #sec03 .subttl.ttl3{
    padding:3% 0 5%;
    margin-top:0;
  }
  #sec03 .box_shadow{
    width:96%;
    padding-top: 2%;
    padding-bottom: 5%;
    margin:0 auto;
  }
  #sec03 .sec_content p+p{
    margin-top: 22px;
  }
  #sec03 .fig_r .fr{
    width:100%;
    float:none;
    padding:3% 0;
  }
  #sec03 .fig_r .fr.fl03{
    padding-top: 3%;
  }
  #sec03 .fig_r .fl{
    width:100%;
    float:none;
  }
  #sec03 .fig_r .fl.fl01,
  #sec03 .fig_r .fl.fl03{
    padding-top:0;
  }
  #sec03 .fig_l .fr{
    width:100%;
    float:none;
    padding-top: 3%;
  }
  #sec03 .fig_l .fl{
    width:100%;
    float:none;
    padding-left: 0;
    padding-top: 3%;
  }
  #sec03 .present_box{
    width: 100%;
    padding: 8% 3%;
    margin-top: 10%;
  }
  #sec03 .present_box h4.pre_ttl{
    padding-bottom: 5%
  }
    #sec03 .present_box .fl{
      float:none;
      width: 100%;
      padding:0 0 5%;
    }
    #sec03 .present_box .fr{
      float:none;
      width: 100%;
    }
}

/*--------------------- sec04 ----------------------*/

#sec04 .sec_content{
	background: url("../img/sec04_bg.jpg") no-repeat top center;
  background-size: cover;
	padding-top: 52px;
	padding-bottom: 20px;
}
#sec04 .ttl{
  padding-bottom: 40px;
  font-weight: bold;
  font-size: 4rem;
}
#sec04 ul {
	margin-bottom: 46px;
	padding: 0 10px 0 26px;
}
#sec04 ul li {
	padding-left: 40px;
	margin-bottom: 17px;
	font-size: 2.5rem;
	line-height: 1.5;
	background: url(../img/ico_check.png) no-repeat left 0.1em;
  color:#111;
}
#sec04 p {
	padding: 0 12px 0 20px;
  margin-bottom: 28px;
	font-size: 1.7rem;
  color:#111;
}

@media screen and (max-width: 768px) {
  #sec04 .sec_content{
    padding-top: 6%;
    padding-bottom: 5%;
  }
  #sec04 .ttl{
    padding-bottom: 5%;
    font-size: 2.8rem;
    line-height: 1.4;
  }
  #sec04 ul {
    margin-bottom: 5%;
    padding: 0 3.1%;
  }
  #sec04 ul li {
    padding-left: 2.6rem;
    font-size: 1.8rem;
    background: url(../img/ico_check.png) no-repeat left 0.1em;
    background-size: 20px;
  }
  #sec04 p {
    padding: 0 2.8%;
    margin-bottom: 22px;
    font-size: 1.4rem;
  }
  #sec04 p:last-child{
    margin-bottom: 0;
  }
}


/*--------------------- sec05 ----------------------*/

#sec05 .sec_content{
	background-color:#f6f6f6;
	padding-top:30px;
  padding-bottom: 36px;
}
#sec05 h2.ttl{
	padding-top:68px;
  color:#fff;
  font-size: 5rem;
  font-weight: bold;
}

#sec05 .sec_content .box_shadow{
	margin-bottom: 26px;
}
.voice_heading {
	border-bottom: 1px dotted #cacaca;
	padding: .5rem .6rem .8rem;
	margin:0 auto 20px;
  width:900px;
}
.voice_heading h3.ttl{
	font-size: 2.5rem;
	color: #ce372b;
  font-weight: bold;
  line-height: 1.2;
	margin-bottom: 5px;
  text-align: left;
}
.voice_heading h4.name{
	font-size: 1.8rem;
	text-align: right;
}
.voice_txt{
  margin:0 auto;
}
.voice_txt p{
  font-size: 1.5rem;
}
.voice_txt p + p{
	margin-top:20px;
}


@media screen and (max-width: 768px) {
  #sec05 .sec_content{
    padding-top:5%;
    padding-bottom: 1.6%;
  }
  #sec05 .sec_heading{
    padding:0;
  }
  #sec05 h2.ttl{
    padding:5% 0;
    font-size: 3.6rem;
  }
  #sec05 .sec_content .box_shadow{
    margin-bottom: 5%;
  }
  .voice_heading {
    padding: 0 0 3%;
    margin-bottom: 5%;
    width:100%;
  }
  .voice_heading h3.ttl{
    font-size: 2rem;
  }
  .voice_heading h4.name{
    font-size: 1.6rem;
  }
  .voice_txt p{
    font-size: 1.4rem;
  }
}

/*--------------------- recommend ----------------------*/

#recommend{
	background-color:#fff;
	padding-top:48px;
  padding-bottom: 46px;
}
#recommend .sec_heading  h2.ttl{
	font-size: 6.8rem;
	position: relative;
	text-align: center;
	font-family: 'Noto Serif JP', serif; 
	color: #000326;
	line-height: 1.2;
  margin-bottom: 52px;
}
#recommend .sec_heading  h2.ttl .sm{
  font-size: 5rem;
}
#recommend .inner_wrap{
  width:880px;
  margin:0 auto;
}
#recommend .fr{
  float:right;
  width:285px;
  text-align: right;
}
  #recommend .fr figure{
    margin-bottom: 10px;
  }
  #recommend .fr figcaption{
    font-family: 'Noto Serif JP', serif; 
    font-size: 1.8rem;
  }
  #recommend .fr figcaption span{
    font-size: 2.4rem;
  }
#recommend .fl{
  float:left;
  width:595px;
}
#recommend .fl p{
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 36px;
	font-family: 'Noto Serif JP', serif; 
}

@media screen and (max-width: 768px) {
  #recommend{
    padding-top:5%;
    padding-bottom: 5%;
  }
  #recommend .sec_heading  h2.ttl{
    font-size: 3.8rem;
    position: relative;
    margin-bottom: 0;
  }
    #recommend .sec_heading  h2.ttl .sm{
      font-size: 2.8rem;
    }
  #recommend .fr{
    float:none;
    width:100%;
    margin:0 auto 6%;
    text-align: center;
  }
  #recommend .fr img{
    margin:0 auto;
    width: 60%;
  }
    #recommend .fr figcaption{
      font-size: 1.4rem;
    }
    #recommend .fr figcaption span{
      font-size: 1.8rem;
    }
  #recommend .inner_wrap{
    width:96%;
  }
  #recommend .fl{
    float:none;
    width:97.6%;
    margin:0 auto;
  }
  #recommend .fl p{
    font-size: 1.4rem;
    line-height: 1.55;
    margin-bottom: 22px;
  }
    #recommend .fl p:last-child{
      margin-bottom: 0;
    }
}

/*--------------------- sec06 ----------------------*/

#sec06{
  background-image: url("../img/sec05_bg.png") ;
  background-color: #fff;
  background-repeat: repeat-x;
  background-position:top center;
  padding-bottom: 46px;
  position: relative;
}
#sec06 .box_shadow{
  width:917px;
  padding-left: 50px;
  padding-right: 50px;
}
.sec06_photo{
	padding-top: 430px;
	background: url("../img/sec05_main.png") no-repeat top center;
}
#sec06 .inner_box{
	padding: 30px 0 0;
}
#sec06 .inner_box p,
#sec06 .flow p{
	margin-bottom: 25px;
}
#sec06 .inner_box h3.ttl,
.flow h3.ttl{
	font-size: 4.2rem;
	text-align: center;
	color: #20211c;
	margin-bottom: 32px;
  border-top:1px dotted #754a3f;
  border-bottom:1px dotted #754a3f;
  padding:24px 0;
}
#sec06 .inner_box .fr{
  width:520px;
  float:right;
  padding-top: 10px;
}
#sec06 .inner_box .fl{
  width:280px;
  float:left;
  padding-left: 20px;
  padding-top: 10px;
}
#sec06 .inner_box .fr p{
  font-size: 1.8rem;
}
dl.time dt{
  font-size: 2.5rem;
  color:#000a39;
	line-height: 1;
  font-weight: bold;
  margin-bottom: 18px;
}
dl.time dd:first-of-type{
  margin-bottom: 30px;
}

dl.price {
	padding: 36px 0 0;
}
dl.price dt,
dl.price dd{
	text-align: center;
	line-height: 1.2;
}
dl.price dt{
	font-size: 2.4rem;
	margin-bottom: 30px;
}
dl.price dd{
	font-size: 3.0rem;
	font-weight: bold;
	margin-bottom: 40px;
  line-height: 1.2;
}
.flow{
	margin: 40px auto 10px;
}
.flow dl dt{
	font-size: 2.5rem;
	color: #111;
	font-weight: bold;
	margin-bottom: 22px;
}
  .flow dl dt span{
    color:#333;
  }
.flow dl dd{
	font-size: 1.7rem;
	line-height: 1.55;
  margin-bottom: 30px;
}
.flow dl:last-child dd{
  margin-bottom: 0;
}


@media screen and (max-width: 768px) {
  #sec06{
    padding-bottom: 5%;
  }
  #sec06 .box_shadow{
    width:96%;
    padding-left: 0;
    padding-right: 0;
  }
  .sec06_photo{
    padding-top: 41%;
    background-size: 132%;
  }
  #sec06 .inner_box{
    padding: 0 3%;
    margin-bottom: 10%;
  }
  #sec06 .inner_box p,
  #sec06 .flow p{
    margin-bottom: 22px;
    font-size: 1.4rem;
  }
    #sec06 .flow p:last-child{
      margin-bottom: 0;
    }
  #sec06 .inner_box h3.ttl,.flow h3.ttl{
    font-size: 2rem;
    padding:5% 0;
    margin-bottom: 5%;
  }
  #sec06 .inner_box .fr{
    width:100%;
    float:none;
    padding-top: 0;
  }
  #sec06 .inner_box .fl{
    width:100%;
    float:none;
    text-align: center;
    padding:0 20% 3%;
  }
  #sec06 .inner_box .fr p{
    font-size: 1.4rem;
  }
  dl.time dt{
    font-size: 1.9rem;
    margin-bottom: 1.6%
  }
  dl.time dd:first-of-type{
    margin-bottom: 5%;
  }
  dl.price {
    padding: 3% 0 0;
  }
  dl.price dt{
    font-size: 1.9rem;
    margin-bottom: 5%;
  }
  dl.price dd{
    font-size: 2.4rem;
    margin-bottom: 5%;
  }
  .flow{
    margin: 0 auto;
    padding:0 3%;
  }
  .flow dl dt{
    font-size: 1.9rem;
    margin-bottom: 3%;
  }
  .flow dl dd{
    font-size: 1.4rem;
    margin-bottom: 5%;
  }
}

/*--------------------- cta ----------------------*/
.cta {
  height: 188px;
  padding: 38px 0 0;
  line-height: 1;
  text-align: center;
  position: relative;
  background-color: #000326;
}
@media screen and (max-width: 768px) {
  .cta {
    height: auto;
    padding: 5% 0 4%;
  }
  .cta img {
    max-width: 640px;
    width:94.6%;
  }
}

/*--------------------- sec07 ----------------------*/
#sec07 .sec_content{
	background: url("../img/sec07_bg.jpg") no-repeat top center;
  background-color: #000;
	padding-top: 30px;
	padding-bottom: 40px;
}
#sec07 .box_shadow{
  width:917px;
  padding-bottom: 46px;
  padding-top: 63px;
}
#sec07 .inner_wrap{
	display: flex;
	margin:0 auto 20px;
  width: 850px;
  position: relative;
}
#sec07 .inner_wrap2{
  width: 850px;
  margin:0 auto;
}
#sec07 p{
	margin-bottom: 25px;
}
#sec07 .inner_wrap figure{
	order: 1;
  width:360px;
  padding-top: 70px;
  left:36px;
  position: relative;
}
#sec07 .inner_wrap .fr{
	order: 2;
  width:490px;
  padding-top: 50px;
}
#sec07 figure.name{
	margin-top: 20px;
  padding-right: 20px;
	text-align: right;
}

@media screen and (max-width: 768px) {
  #sec07 .sec_content{
    padding-top: 5%;
    padding-bottom: 5%;
  }
  #sec07 .box_shadow{
    width:96%;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  #sec07 .inner_wrap,
  #sec07 .inner_wrap2{
    display: block;
    width: 100%;
  }
  #sec07 p{
    margin-bottom: 22px;
    font-size: 1.4rem;
  }
  #sec07 .inner_wrap figure{
    width:60%;
    margin:0 auto 3%;
    text-align: center;
    padding-top: 3%;
    left:0;
  }
    #sec07 .inner_wrap figure img{
      margin:0 auto;
    }
  #sec07 .inner_wrap .fr{
    width:100%;
    padding-left: 0;
    padding-top: 0;
  }
  #sec07 figure.name{
    margin-top: 8%;
    padding-left: 36%;
  }
  #sec07 figure.name img{
    width:150px;
  }
}
/*--------------------- sec10 ----------------------*/
#sec10 {
	background: url("../img/sec10_bg.jpg") repeat top center;
  background-size: cover;
	padding-bottom: 30px;
}
#sec10 .sec_heading.bg_darkbl{
	height:114px;
  padding-top: 24px;
  margin-bottom: 62px;
}
#sec10 p.btn{
  width: 703px;
  margin: auto;
  padding-top: 15.6%;
  background: url(../img/btn_cta.png) 50% 50% no-repeat;
  background-size: contain;
  cursor: pointer;
}
#sec10 p.btn span{
  display: none;
}
#sec10 .box_shadow {
  padding: 35px 23px;
}
#sec10 .lead {
  padding-bottom: 0;
}
#sec10 .small {
  font-size: 1.3rem;
}
#sec10 #mail {
  margin-bottom: 10px;
}
#sec10 .privacy {
  font-size: 1.6rem;
  line-height: 1.8;
  padding:0 25px 0em;
}


@media screen and (max-width: 768px) {
  #sec10 {
    padding-bottom: 5%;
  }
  #sec10 .sec_heading.bg_darkbl{
    height:auto;
    padding-top:5%;
    padding-left: 8%;
    padding-right: 8%;
    margin-bottom: 5%;
  }
  #sec10 p.btn{
    width: 100%;
    background-size: cover;
  }
  #sec10 .box_shadow {
    padding: 5% 3% !important;
  }
    #sec10 .privacy {
      font-size: 1.4rem;
      padding-bottom: 22px;
    }
}



/*--------------------- form_area ----------------------*/
.form_area {
  padding: 0 60px 35px;
}

.form_area .midashi.ttl_form {
  margin-bottom: 20px;
  border: none;
}

.form_area .midashi.ttl_form span {
  font-size: 3.3rem;
  margin: 9px 0 4px;
  line-height: 1.2;
}

.form_area .form_txt {
  font-size: 1.6rem;
  line-height: 2.0;
  padding: 0 5px;
}

.form_area .form_txt span {
  color: #d6211b;
  font-weight: bold;
}


/* --   table  -- */

.form_area table {
  width: 100%;
  max-width: 726px;
  margin: 20px auto 0px;
  border-collapse: separate;
  border-spacing: 0px;
}

.form_area table th {
  position: relative;
  color: #333;
  font-weight: bold;
  padding: 20px 0px 20px 5px;
  width: 30%;
  vertical-align: top;
  font-size: 1.8rem;
  border-bottom: #000 dotted 1px;
  letter-spacing: -0.1rem;
  line-height: 1.2em;
}
.form_area table tr:last-of-type th{
	border-bottom: none;
}

.form_area table th .required {
  position: absolute;
  top: 19px;
  right: 30px;
  color: #FFF;
  background: #b12416;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0 5px;
  letter-spacing: 0.1rem;
}

.form_area table .block_area th .required {
  right: 340px;
}

.form_area td {
  color: #333;
  padding: 16px 0 16px 5px;
  line-height: 1.5em;
  letter-spacing: -0.1rem;
  border-bottom: #000 dotted 1px;
}
.form_area table tr:last-of-type td{
	border-bottom: none;
}
.form_area table tr:first-child td {
  padding-bottom: 5px;
}

.form_area table tr:first-child td span.pay_txt {
  color: #d6211b;
}

.form_area table .block_area th, .form_area table .block_area td {
  border-bottom: none !important;
  padding-bottom: 10px;
}

.form_area span.cont07_set05 {
  font-size: 1.8rem;
  margin: 0 0.7em 0 0.3em;
  line-height: 1.8;
}

.form_area span.cont07_set05.small {
  font-size: 1.5rem;
  margin: 0 30px 0 0.3em;
  line-height: 1.6;
}


/* --   form  -- */

/*--- radio ----*/

input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}


label input[type="radio"] + span {
  position: relative;
  padding-left: 30px;
  padding-top:.15em;
}


label input[type="radio"] + span::before {
  border-color: #000;
}
label span {
  display: inline-block;
}
label input[type="radio"] {
  position: relative;
  top: 0;
  left: 0;
  opacity: 0;
  width: 1px;
}
label input[type="radio"] + span::before {
  position: absolute;
  display: inline-block;
  content: '';
  box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 50%;
}
label input[type="radio"] + span::before {
	z-index: 0;
	top: 5px;
	left: 0;
	background-color: transparent;
	width: 18px;
	height: 18px;

}

label input[type="radio"]:checked + span::after {
  position: absolute;
  display: inline-block;
  content: '';
  box-sizing: border-box;
	background-color:  #000;
	border-radius: 50%;

	z-index: 0;
	top: 8px;
	left: 3px;
	width: 12px;
	height: 12px;	
}

input[type="text"] ,
textarea{
  background: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  width: 201px;
  height: 30px;
  padding: 5px 14px;
  font-size: 13.9px;
  font-size: 1.39rem;
  border: none;
  border-radius: 4px;
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

.select_wrap {
  position: relative;
  width: 205px;
  height: 34px;
  padding: 1px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #eeeeee;
}

.select_wrap:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 2px;
  bottom: 0;
  right: 8px;
  margin: auto;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
  pointer-events: none;
}

form textarea, form input[type="text"], form input[type="email"] {
  border: 1px solid #333;
  padding: 3px 5px;
  font-size: 1.4rem;
  font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}

form input[type="radio"] {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.form_area label.radio{
	margin-right: 2em;
	display: inline-block;
}
.form_area textarea{
	width: 100%;
	height: 225px;
	margin-top: 18px;
}

.form_t01 {
  width: 320px;
  height: 32px;
  margin-right: 20px;
}

.form_t02 {
  width: 83px;
  height: 32px;
  margin-right: 20px;
}

.form_t03 {
  width: 300px;
  height: 32px;
  margin-right: 30px;
}

.form_t04 {
  width: 74px;
  height: 32px;
  margin-right: 1.0em;
}

.form_t04+span {
  margin-left: 64px;
}

.form_t05 {
  width: 145px;
  height: 32px;
  margin-right: 1.0em;
}

.form_t05+span {
  margin-left: 10px;
}

form .af {
  margin-left: 1.0em;
}

.form_t06 {
  width: 320px;
  height: 24px;
  margin-right: .5em;
  margin-left: 0;
}

.form_area button[type="submit"], 
.form_area button[type="button"]{
  background: none;
  border: none;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  cursor: pointer;
}
.btn{
	width: 640px;
	max-width: 100%;
	margin: 10px auto 0;
	cursor: pointer;
	transition: 0.5s;
}
.btn:hover{
	opacity: 0.7;

}

@media screen and (max-width: 768px) {
  .form_area {
    padding: 0;
    margin: 0 0 8%;
  }
  .form_area .midashi.ttl_form {
    margin-bottom: 3%;
  }
  .form_area .midashi.ttl_form span {
    font-size: 3.0rem;
    margin: 0 0 2%;
  }
  .form_area .form_txt {
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 0;
  }
  .form_area .form_txt span {
    color: #d6211b;
    font-weight: bold;
  }
  .form_area table {
    margin: 5% auto 5%;
  }
  .form_area table th {
    display: block;
    width: 100%;
    padding: 5% 0 2%;
    border-bottom: 1px dotted #ccc;
    font-size: 1.4rem;
  }
  .form_area table th span.required {
    top: 58%;
    right: 3%;
    margin-top: -9px;
  }
  .form_area table .block_area th {
    padding-bottom: 20px;
  }
  .form_area table .block_area th .required {
    display: block;
    left: 0;
    right: auto;
    top: auto;
    bottom: -0px;
  }
  .form_area table td {
    clear: both;
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 10px 0;
  }
  .form_area table td .small {
    display: block;
  }
  .form_area table td .small.no_block {
    display: inline;
  }
  .form_area table span.cont07_set05.small {
    display: inline-block;
    font-size: 1.4rem;
    margin: 0 1em 0 0;
  }
  .form_area table .form_t04+span, .form_area table .form_t05+span {
    margin-left: 0;
  }
  .form_area table .cont07_set td+td {
    padding: 0 0 5px 0;
  }
  .form_area table .cont07_td01 {
    float: right;
    display: block !important;
    width: 20% !important;
  }
  .form_area table .cont07_set p.cont07_set03 {
    line-height: 1.4;
  }
  .form_area table .cont07_set p.cont07_set03+p.cont07_set03 {
    margin-top: 5px;
  }
  .form_area span.cont07_set05 {
    font-size: 1.5rem;
    margin: 0 0.7em 0 0.3em;
    line-height: 1.8;
  }
  .cont07_set table {
    margin: 10px 0 0 0;
  }
  .form_area table+p.center {
    font-size: 1.5rem;
  }
  /* --   form  -- */
  .form_t01 {
    box-sizing: border-box;
    width: 100%;
    margin-right: 0;
  }
  .form_t02 {
    width: 30%;
  }
  .form_t03 {
    width: 100%;
    margin-right: 0;
  }
  .form_t04 {
    width: 25%;
    margin-right: 0.5em;
  }
  form .af {
    margin-left: 0.5em;
  }
  .form_t05 {
    width: 25%;
    margin-right: 0.5em;
    margin-left: 0.5em;
  }
  .form_t06 {
    width: 35%;
    margin-right: 0.5em;
    margin-left: 0.5em;
  }



	#sec10 .bar02{
		background-size: cover;
		margin-bottom: 25px;

	}
	#sec10 .box_shadow{
		padding: 20px 5%;
	}
	.form_area textarea {
		height: 100px;
		margin-top: 10px;
	}
	#sec10 .privacy{
		padding: 0 0 0;
	}
	
	.form_area label.radio{
		display: block;
		width: 100%;
	}
	.form_area label.radio + .radio{
		margin-top: 5px;
	}
	label input[type="radio"] + span::before{
		top: 3px;
	}
	label input[type="radio"]:checked + span::after{
		top: 6px;
	}
	
	}

/* ----------------------------------------------------------------------------------------------------
*  完了ページ
* --------------------------------------------------------------------------------------------------*/

#thanks {
  background: url(../img/mv_bg.jpg) no-repeat top;
  background-size: cover;
  padding:0 0 60px;
}
#thanks .main_ttl{
  height: auto;
  font-size: 5rem;
  color: #fff;
  font-weight: bold;
  padding: 1em 0 .8em;
  margin-bottom: 1em;
  text-align: center;
  background-color:#000326;
}
#thanks .box_shadow {
  width:950px;
  margin:0 auto;
}
#thanks .ttl {
  font-size: 3.3rem;
  line-height: 1.5;
  margin: 30px auto 0;
  text-align: center;
  position: relative;
}
#thanks .txt {
  padding:10%;
}
#thanks .txt p {
  font-size: 1.8rem;
  line-height: 2.0;
  text-align: center;
}
#thanks .btn a {
  width: 420px;
  margin: 0 auto 30px;
  display: block;
  font-size: 2.8rem;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
  padding: 18px 0;
  text-align: center;
  border-radius: 3px;
  background: #CE372B;
}

@media screen and (max-width: 768px) {
  #thanks {
    padding: 0 0 5%;
  }
  #thanks .main_ttl{
    font-size: 3rem;
    padding: 6.2% 0;
    margin-bottom: 5%;
  }
  #thanks .box_shadow {
    width:96%;
    padding: 10%;
  }
  #thanks .ttl {
    font-size: 4.6vw;
    margin: 0 auto;
  }
  #thanks .txt {
    padding:10% 0;
  }
  #thanks .txt p {
    font-size: 1.6rem;
    text-align: left;
  }
  #thanks .btn a {
    width: initial;
    width: 90%;
    padding: 5% 0;
    font-size: 2rem;
    margin: 5% auto 0;
  }
}

.pc_none {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .fixed_btn {
    display: none!important;
  }
}

@media screen and (max-width: 768px) {
  .fixed_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 15px 4.6% 13px;
    text-align: center;
    margin:0 auto;
  }
  .fixed_btn img{
    margin:0 auto;
    max-width: 640px;
  }
}