@charset "utf-8";
/* CSS Document */

/*--Base------------------------------------------------------------*/
html, body { width: 100%; height: 100%; }
html { height: 100%; overflow-y: scroll; }

/*--Reset-----------------------------------------------------------*/
* { margin: 0; padding: 0; }
img { border: none; vertical-align: middle; }
ul,ol { list-style: none; }

/*--clearfix-----------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/*--Text------------------------------------------------------------*/
body {
  font-size: 88%; font-weight: normal; line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
}
h1,h2,h3,h4,h5,h6 { font-size: 100%; }

/*--Link------------------------------------------------------------*/
a, a:link { color: #1d2087; text-decoration: none; }
a:visited { color: #1d2087; }
a:hover, a:active { text-decoration: none; }
a:focus { outline: none; }

/*--HTML5-----------------------------------------------------------*/
article,aside,details,footer,header,main,menu,nav,section,summary { display: block; }

/*--style----------------------------------------------------------*/
#back_wrap {
  background: url("../images/sec01_back.png") repeat;
}

/*--header----------------------------------------------------------*/
#header {
  padding-bottom: 100px;
  background: url("../images/header_back.png") no-repeat center bottom;
  background-size: cover;
}

#header .contents_inner { padding: 20px; }

#header p {
  margin-top: 30px;
  text-align: center;
}
#header p img { max-width: 80%; }

#header h2 {
  margin-top: 40px;
  text-align: center;
}
#header h2 img { max-width: 100%; }


/*--Retina--*/
@media screen and (max-width: 640px) {
  #header h1 img,
  #header p.btn { zoom: 0.6; }
}

/*--footer----------------------------------------------------------*/
#footer {
  width: 100%;
  padding: 40px 0;
  font-size: 1.2em;
  text-align: center;
  background-color: #fac800;
}

#footer address {
  margin-top: 35px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
}
#footer address .footer_tel { margin-top: 15px; }

#footer .social_icon {
  margin: 40px 0;
}

#footer .social_icon li {
  margin: 0 20px;
  display: inline-flex;
  align-items: center;
}

#footer .social_icon li a {
  width: 50px;
  height: 50px;
  display: block;
  border: 3px solid #000;
  border-radius: 50%;
}

#footer .social_icon li i {
  margin-top: 10px;
  color: #000;
}

#footer .copyright small { font-size: 12px; }


/* .btn-top */
.btn_top {
  right: 30px;
  bottom: 50px;
  position: fixed;
}

/*--Retina--*/
@media screen and (max-width: 768px) {
  #footer { padding: 20px 0; }
  #footer h2 img { zoom: 0.5; }
  #footer address { margin-top: 15px; font-size: 14px; }
  #footer .social_icon { margin: 20px 0; }

  .btn_top { right: 15px; bottom: 30px; }
  .btn_top img { zoom: 0.5; }
}




/*--main----------------------------------------------------------*/
main p {
    font-size: 16px;
    line-height: 1.6;
}


/*--section----------------------------------------------------------*/
section {
  padding: 80px 0;
}

.contents_inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.box_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column2_box {
  max-width: 480px;
  width: 49%;
  margin: 40px 0 0;
  box-sizing: border-box;
}

.column2_box h3 img { max-width: 100%; }

/*--Retina--*/
@media screen and (max-width: 640px) {
  section { padding: 40px 0; }
}


/*--#sec01----------------------------------------------------------*/
#sec01 {
  text-align: center;
  padding-top: 0;
  position: relative;
}

#sec01:after {
  content: ' ';
  background: url("../images/sec01_back02.png") no-repeat center bottom;
  width: 122px;
  height: 81px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -81px;
}

#sec01 p img { max-width: 80%; }
#sec01 h2 img { max-width: 100%; }

@media screen and (max-width: 640px) {
  #sec01:after { width: 61px; height: 40px; bottom: -40px; }
}


/*--#sec02----------------------------------------------------------*/
#sec02 {
  background: url("../images/sec02_back.png") no-repeat center bottom;
  background-size: cover;
  text-align: center;
  padding-bottom: 24vh;
}

#sec02 h2 img { max-width: 90%; }
#sec02 p img { max-width: 100%; }

#sec02 .video {
  margin: 40px auto 0;
  max-width: 800px;
  padding-bottom: 45.25%;
}

#sec02 .video iframe {
  max-height: 450px;
}

#sec02 p { margin-top: 20px; }

@media screen and (max-width: 640px) {
  #sec02 { padding: 5vh 0 24vh; }
}


/*--#sec03----------------------------------------------------------*/
#sec03 {
  background: url("../images/sec03_back.png") no-repeat center top;
  clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 100%);
  background-size: cover;
  text-align: center;
  position: relative;
  margin-top: -22vh;
  padding: 15vh 0 22vh;
}
#sec03 p img { max-width: 80%; }
#sec03 h2 img { max-width: 100%; }

@media screen and (max-width: 1200px) {
  #sec03 { clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%); margin-top: -25vh; }
}
@media screen and (max-width: 640px) {
  #sec03 { clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 100%); padding: 7vh 0 22vh; }
}


/*--#sec04----------------------------------------------------------*/
#sec04 {
  background: url("../images/sec04_back.png") repeat #ffcc00;
  clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 100%);
  position: relative;
  margin-top: -20vh;
  padding: 15vh 0 22vh;
}

#sec04 img { max-width: 100%; }
#sec04 .column2_box p.txt { margin-top: 20px; }

@media screen and (max-width: 1200px) {
  #sec04 { clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%); }
}
@media screen and (max-width: 640px) {
  #sec04 { clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 100%); background-size: 45px 26px; padding: 7vh 0 22vh; }
  .sp_img { margin-top: 20px;}
}


/*--#sec05----------------------------------------------------------*/
#sec05 {
  background: url("../images/sec05_back.png") repeat #78b400;
  clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 100%);
  position: relative;
  margin-top: -20vh;
  padding-top: 15vh;
}
#sec05 h2 { text-align: center; }
#sec05 img { max-width: 100%; }


.img_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-top: -100px;
}
.img_list li {
  width: 48%;
  max-width: 480px;
  margin-bottom: 20px;
}
.img_list li:nth-of-type(2n+1) { margin-top: -100px; }
.img_list li:first-of-type { margin-top: 0; }
.img_list li:nth-of-type(2) { margin-top: 100px; }
.img_list li img { max-width: 100%; }

@media screen and (max-width: 1200px) {
  #sec05 { clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%); }
}
@media screen and (max-width: 640px) {
  #sec05 { clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 100%); background-size: 132px 132px; padding-top: 7vh; }
  .img_list { display: block; margin-top: 0; }
  .img_list li { width: 100%; max-width: 100%; text-align: center; }
  .img_list li:nth-of-type(2n+1),
  .img_list li:nth-of-type(2) { margin-top: 0; }
}


/*--#sec06----------------------------------------------------------*/
#sec06 { background: url("../images/sec06_back.png") repeat; }
#sec06 h2 { text-align: center; }
#sec06 h2:last-of-type { margin-top: 50px; }
#sec06 h2 img { max-width: 100%; }

.txt_lead {
  margin: 20px 0 0;
  text-align: center;
}

#sec06 .column2_box h3 { margin-bottom: 15px; }

ul.square_list {
  margin-top: 15px;
}

ul.square_list li {
  margin-left: 1em;
  padding-left: 0.5em;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}

ul.square_list li:before {
  content: '■';
  display: block;
  position: absolute;
  top: 0;
  left: -1em;
}

.column2_box a {
  color: #000;
  text-decoration: underline;
}

#sec06 .video iframe {
  max-height: 270px;
}

.orange_line_box {
  max-width: 800px;
  width: 90%;
  margin: 20px auto 0;
  text-align: center;
  border: 1px solid #f0b200;
  box-sizing: border-box;
  background-color: #fff
}
.orange_bg {
  background-color: #f0b200;
  padding: 5px 0;
}
.orange_bg img { max-width: 90%; }

dl.price_list {
  max-width: 590px;
  width: 90%;
  margin: 0 auto;
  padding: 0 20px 0 30px;
  text-align: left;
}
dl.price_list dt {
  width: 75%;
  padding: 0;
  font-weight: bold;
  font-size: 24px;
  float: left;
  position: relative;
  letter-spacing: -0.05em;
  line-height: 36px;
}
dl.price_list dt span { font-size: 16px; }
dl.price_list dt:before {
  content: '■';
  display: block;
  position: absolute;
  top: 0;
  left: -1em;
}
dl.price_list dd {
  margin: 0 0 0 79%;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: -0.05em;
  text-align: right;
  position: relative;
}
dl.price_list dd:before {
  content: ':';
  display: block;
  position: absolute;
  top: 0;
  left: -0.5em;
}
dl.price_list dd:after {
  content: '';
  display: block;
  clear: both;
}

ul.note {
  width: 90%;
  max-width: 800px;
  margin: 10px auto;
}
ul.note li {
  margin-left: 1em;
  position: relative;
  font-size: 12px;
  line-height: 1.4;
}
ul.note li:before {
  content: '※';
  display: block;
  position: absolute;
  top: 0;
  left: -1em;
}

@media screen and (max-width: 640px) {
  .box_wrap { display: block; }
  .column2_box { width: 90%; max-width: 90%; margin: 20px auto 0; }
  dl.price_list { width: 100%; margin: 0 40px 0 20px; padding: 15px 20px; line-height: 1.6; font-size: 20px; float: none; box-sizing: border-box; }
  dl.price_list dt { width: 97%; float: none; line-height: 1.6; font-size: 20px; }
  dl.price_list dt span { font-size: 14px; }
  dl.price_list dd { width: 5em; margin: 0 0 5px 15px; font-size: 20px; }
  ul.note { width: 90%; }
}


/*--#sec07----------------------------------------------------------*/
#sec07 {
  text-align: center;
  background: url("../images/sec07_back.png") no-repeat center;
  background-size: cover;
}

#sec07 p img { max-width: 80%; }
#sec07 h2 img { max-width: 100%; }
#sec07 .btn { margin-top: 80px; }


@media screen and (max-width: 640px) {
  #sec07 .btn { margin-top: 40px; }
}


/*--Retina------------------------------------------------------------*/
.pc { display: block; }
.sp { display: none; }

@media screen and (max-width: 640px) {
  .pc { display: none; }
  .sp { display: block; }
}
