@charset "utf-8";
/* CSS Document */
/*reset*/
html {
  -webkit-text-size-adjust: 100%;
}
/*　オフィシャル移行対応　*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
line-height: 1.4;
}
*, *::before, *::after {
    box-sizing: border-box;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    transition: all 0.2s linear;
	color: #000;
	word-break: break-all;
}
a:hover {
    opacity: 0.4!important;
    cursor: pointer!important;
}
tr, th, td {
  border: none;
  box-sizing: border-box;
}
.main_contents .title span {
  display: inline;
}
.footer_fix_tel_tb {
  line-height: 2rem;
}
.main_contents {
  line-height: 1.4;
  font-family: 'Noto Sans JP', sans-serif!important;
  font-weight: normal;
}
.main_contents p {
  margin-bottom: 0;
  line-height: 1.4;
}
.main_contents .title {
  margin-bottom: 0;
}
.main_contents .title p {
  text-align: left;
  margin: 0;
}
body main > section {
  padding: 0;
  margin: 0;
}
/*base*/
img, svg {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
  line-height: 0;
}
.fb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.serif {
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
}
.bl {
  display: block !important;
}
.shindan-lp .ib {
  display: inline-block!important;
}
.pc_block {
  display: block;
}
.sp_block {
  display: none;
}
.sp_none {
  display: block;
}
.section_wrap {
  padding: 160px 0;
}
.w1500 {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
h2.h2_title01 {
  position: relative;
  margin-bottom: 100px;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 2px;
}
h2.h2_title01:after {
  content: "";
  background: #003745;
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translate(-50%, 100%);
  width: 60px;
  height: 8px;
}
h2.h2_title01.h2_line01:after {
  background: #003745;
}
h2.h2_title01.h2_line02:after {
  background: #c4671a;
}
.h2_subtitle {
  margin-bottom: 10px;
  text-align: center;
}
.h2_subtitle .center {
  padding: 4px 20px;
  margin-bottom: 4px;
  background: #c4671a;
  color: #fff;
  font-size: 36px;
  display: inline-block;
}
.txt p {
  line-height: 1.8;
  font-size: 20px;
  text-align: justify;
}
.txt p:not(:last-child) {
  margin-bottom: 1.2em;
}
.txt_yel {
  color: #fff8a3;
  font-weight: bold;
}
.txt_blue {
  color: #03698f;
  font-weight: 600;
}
.txt_ora {
  color: #c15600;
  font-weight: 600;
}
.link {
  max-width: 580px;
  margin: 40px auto 0;
  padding: 15px 90px;
  background: #003744;
  border-radius: 50px;
  display: block;
  text-align: center;
  color: #fff!important;
  box-sizing: border-box;
  position: relative;
  text-indent: -0.5em;
  font-size: 24px;
}
.link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  background: url("../../../koutsujiko/image/lp/shindan/link_icon.svg") no-repeat;
  background-size: cover;
  display: inline-block;
  width: 23px;
  height: 23px;
  transform: translate(0, -50%);
}
.link .ib {
  display: inline !important;
}
/*mv*/
.mv_pc {
  width: 100%;
  max-width: 100%;
  height: 36.458vw;
  padding-top: 0.521vw;
  background: url("../../../koutsujiko/image/lp/shindan/mv_bg_makoto-imanashi_masahiro-tsuji_marina-kawakami_tsubasa-okita.jpg") no-repeat center top;
  background-size: cover;
  justify-content: center;
  box-sizing: border-box;
  align-items: flex-start;
}
.mv_pc .mv_txt {
  width: 46.875vw;
  margin-left: 9.688vw;
}
.mv_sp {
  display: none;
}
/*cv*/
.cv {
  padding: 50px 0;
  background: #003745;
}
.cv .maintitle {
  margin-bottom: 30px;
  font-size: 36px;
  text-align: center;
  color: #fff;
}
.cv .maintitle .txt_yel {
  font-size: 38px;
}
.cv .cv_contant {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto 30px;
  padding: 30px 80px;
  background: #fff;
}
.cv .cv_contant .subtitle {
  margin-bottom: 20px;
  padding: 6px;
  background: #03768f;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
.cv .cv_contant .cv_contant_inner {
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}
.cv .cv_contant .cv_contant_inner .btn_wrap {
  width: 26%;
}
.cv .cv_contant .cv_contant_inner .tel {
  font-size: 72px;
  font-family: 'ヒラギノ明朝 ProN W3', 'ヒラギノ明朝 ProN', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', 'YuMincho', 'Noto Serif JP', serif;
  font-weight: bold;
  line-height: 0;
  display: block;
  margin-right: 30px;
  color: black;
}
.cv .cv_contant .cv_contant_inner .tel:before {
  content: "";
  background: url(../../../koutsujiko/image/lp/shindan/cv_tel.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 4px;
}
.cv .cv_contant .cv_contant_inner .tel .small {
  font-size: 68px;
  line-height: 0;
}
.teltap_sp {
  display: none;
}
/* 初期状態（PC） */
a.line_btn.sp_only {
  display: none !important;
}
.cv_contant_inner .tel, .step ul.list01 li .txtarea .inner .tel {
  pointer-events: none;
  cursor: default;
}
/* スマホ時 */
@media screen and (max-width: 768px) {
  a.line_btn.pc_only {
    display: none !important;
  }
  a.line_btn.sp_only {
    display: inline-block !important;
  }
}
.cv .cv_contant .cv_contant_inner .mail {
  display: block;
  height: 30px;
  margin-bottom: 10px;
  background: #c4671a;
  border-radius: 50px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  text-indent: 0.5em;
  font-size: 14px;
  line-height: 30px;
}
.cv .cv_contant .cv_contant_inner .mail:before {
  content: "";
  background: url(../../../koutsujiko/image/lp/shindan/cv_mail.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 18px;
  height: 12px;
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.cv .cv_contant .cv_contant_inner .line_btn {
  display: block;
  height: 30px;
  background: #06c755;
  border-radius: 50px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  text-indent: 0.5em;
  font-size: 14px;
  line-height: 30px;
}
.cv .cv_contant .cv_contant_inner .line_btn:before {
  content: "";
  background: url(../../../koutsujiko/image/lp/shindan/line.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 18px;
  height: 16px;
  margin-right: 17px;
  position: relative;
  top: 3px;
}
.cv .cv_contant .txtarea {
  padding: 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.cv .cv_contant .txtarea .txt01 {
  margin-bottom: 5px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.cv .cv_contant .txtarea .txt02 {
  text-align: center;
  font-size: 14px;
}
.cv .cv_point {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
}
.cv .cv_point .cv_point_left {
  width: 62%;
}
.cv .cv_point .cv_point_left .title {
  margin-bottom: 10px;
  font-size: 34px;
  color: #fff;
  line-height: 1;
}
.cv .cv_point .cv_point_left ul.list {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cv .cv_point .cv_point_left ul.list li {
  font-size: 10px;
  color: #fff;
}
.cv .cv_point .cv_point_left ul.list li:nth-child(odd) {
  margin-right: 10px;
}
.cv .cv_point .cv_point_right {
  width: 36%;
  margin-bottom: 20px;
  text-align: right;
  line-height: 0;
}
/*about*/
.about {
  background: url("../../../koutsujiko/image/lp/shindan/band.png") no-repeat center top, url("../../../koutsujiko/image/lp/shindan/about_bg01.jpg") no-repeat center bottom / 100% auto, #eaeff1;
}
.movie-item {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.movie-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about .about_movie {}
.about .about_movie .movie {
  width: 90%;
  max-width: 730px;
  margin: 0 auto 90px;
  text-align: center;
}
.about .about_movie .title {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #044151;
}
.about .about_movie .title .txt_bg {
  padding: 10px 20px;
  margin-right: 10px;
  background: #c4671a;
  display: inline-block;
  text-align: center;
  color: #fff;
}
.about .content01 {
  width: 94%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 100px 140px;
  background: #fff;
  border-radius: 10px;
}
.about .content01 .fb {
}
.about .content01 .inner .imgarea {
  width: 36%;
}
.about .content01 .inner .txtarea {
  width: 58%;
}
.about .content01 .inner .txtarea .title {
  margin-bottom: 30px;
  padding: 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 40px;
  text-align: center;
}
.about .content01 .inner .txtarea .txt {}
/*merit*/
.merit {
  padding-bottom: 0 !important;
  background: url("../../../koutsujiko/image/lp/shindan/merit_bg01.jpg") no-repeat center top / 100% auto;
}
.merit ul.list01 {
  max-width: 980px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.merit ul.list01 li {
  width: 47%;
  background: #fbf5e7;
}
.merit ul.list01 li:nth-child(-n+2) {
  margin-bottom: 60px;
}
.merit ul.list01 li .subtitle {
  padding: 20px;
  background: #003745;
  color: #fff;
  text-align: center;
  font-size: 28px;
}
.merit ul.list01 li .txtarea {
  padding: 50px 30px;
  text-align: center;
}
.merit ul.list01 li .icon-lp {
  height: 70px;
  margin-bottom: 10px;
}
.merit ul.list01 li .icon-lp img {
  max-height: 63px;
}
.merit ul.list01 li:nth-child(4) .icon-lp img {
  max-height: 70px;
}
.merit ul.list01 li .txtarea .point {
  font-size: 30px;
}
.merit ul.list01 li .txtarea .point .txt_ora {
  font-size: 36px;
}
/*case*/
.case {
  padding-bottom: 0 !important;
}
.case .casearea {
  width: 94%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 80px 100px;
  background: linear-gradient(-50deg, #cdd7e0 11%, transparent 0), linear-gradient(135deg, #cdd7e0 11%, transparent 0), #eaeff2;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.case .casearea h2.h2_title01 {
  margin-bottom: 80px;
}
.case .casearea .inner {
  padding: 70px 80px;
  background: #fff;
  border-radius: 8px;
}
.case .teigaku {
  margin-top: -4vw;
  padding: 9vw 0 6vw;
  background: url("../../../koutsujiko/image/lp/shindan/case_bg01.jpg") no-repeat center top / cover;
  position: relative;
  z-index: 1;
}
.case .teigaku .teigaku_inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 100px;
  background: #fff;
}
.case .teigaku .teigaku_inner .title {
  margin-bottom: 40px;
  padding: 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 46px;
}
/*flow*/
.step {
  margin: 0;
  background: url("../../../koutsujiko/image/lp/shindan/band.png") no-repeat center top, url("../../../koutsujiko/image/lp/shindan/flow_bg01.jpg") no-repeat center top, #fff;
}
.step ul.list01 {
  width: 94%;
  margin: 0 auto;
  max-width: 1200px;
}
.step ul.list01 li {
  width: 48%;
}
.step ul.list01 li .titlearea {
  padding: 20px;
  background: #003745;
  color: #fff;
  text-align: center;
}
.step ul.list01 li .titlearea .num {
  margin-bottom: 4px;
  padding: 1px 20px;
  background: #fff;
  color: #003745;
  font-size: 28px;
  display: inline-block;
}
.step ul.list01 li .titlearea .title {
  font-size: 40px;
  color: #fff8a3;
}
.step ul.list01 li .imgarea {
  line-height: 0;
}
.step ul.list01 li .txtarea {
  width: 94%;
  height: 160px;
  margin: -6% auto 0;
  padding: 20px;
  background: #fff;
  border-top: 4px solid #003745;
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: center;
}
.step ul.list01 li .txtarea .center {}
.step ul.list01 li .txtarea .txt {
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
}
.step ul.list01 li .txtarea .inner {
  margin-top: 10px;
  align-items: center;
}
.step ul.list01 li .txtarea .inner .tel {
  font-size: 45px;
  font-family: 'ヒラギノ明朝 ProN W3', 'ヒラギノ明朝 ProN', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', 'YuMincho', 'Noto Serif JP', serif;
  font-weight: bold;
  line-height: 0;
  display: block;
  margin-right: 15px;
}
.step ul.list01 li .txtarea .inner .tel:before {
  content: "";
  background: url(../../../koutsujiko/image/lp/shindan/cv_tel.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 4px;
}
@media all and (-ms-high-contrast: none) {
  .step ul.list01 li .txtarea .inner .tel .small {
    line-height: 0;
  }
}
.step ul.list01 li .txtarea .inner .tel .small {
  font-size: 42px;
}
.step ul.list01 li .txtarea .inner .mail {
  position: relative;
  display: block;
  width: 50px;
  padding: 10px;
  margin-right: 10px;
  background: #c4671a;
  border-radius: 6px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  line-height: 1;
}
.step ul.list01 li .txtarea .inner .mail:before {
  content: "";
  background: url(../../../koutsujiko/image/lp/shindan/cv_mail.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 22px;
  height: 19px;
}
.step ul.list01 li .txtarea .inner .mail .sp_mail {
  display: none;
}
.step .content01 {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto 120px;
  padding: 60px 100px;
  background: #f8f5ed;
  border-top: 4px solid #003745;
  border-bottom: 4px solid #003745;
}
.step ul.list01 li .txtarea .inner .line_btn {
  position: relative;
  display: block;
  width: 50px;
  padding: 10px;
  background: #06c755;
  border-radius: 6px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  line-height: 1;
}
.step ul.list01 li .txtarea .inner .line_btn:before {
  content: "";
  background: url(../../../koutsujiko/image/lp/shindan/line.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 22px;
  height: 19px;
}
.step ul.list01 li .txtarea .inner .line_btn .sp_mail {
  display: none;
}
.step .content01 .subtitle {
  margin-bottom: 10px;
  text-align: center;
}
.step .content01 .subtitle .center {
  padding: 1px 20px;
  background: #c4671a;
  font-size: 28px;
  color: #fff;
  display: inline-block;
}
.step .content01 .title {
  margin-bottom: 30px;
  text-align: center;
}
.step .content01 .title .center {
  padding-bottom: 8px;
  border-bottom: 1px solid #c4671a;
  font-size: 46px;
  display: inline-block;
}
.step .arw {
  width: 140px;
  margin: 20px auto;
}
.step .content02 {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.step .content02 .imgarea {
  width: 34%;
  order: 2;
  text-align: right;
}
.step .content02 .txtarea {
  width: 56%;
  order: 1;
}
.step .content02 .txtarea .title {
  margin-bottom: 30px;
  padding: 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 40px;
  text-align: center;
}
/*voice_sec*/
.voice_sec {
  background: url("../../../koutsujiko/image/lp/shindan/band.png") no-repeat center top, #eaeff1;
}
.voice_sec .kome {
  margin-bottom: 80px;
  text-align: center;
}
.voice_sec ul.list {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto !important;
  margin-left: 0rem;
}
.voice_sec ul.list li {
  width: 100%;
  padding: 70px;
  box-sizing: border-box;
  background: #fff;
  background-image: linear-gradient(-45deg, #cdd7df 8%, transparent 0);
  border-radius: 8px;
}
.voice_sec ul.list li:not(:last-child) {
  margin-bottom: 50px;
}
.voice_sec ul.list li .imgarea {
  width: 31%;
}
.voice_sec ul.list li .txtarea {
  width: 65%;
}
.voice_sec ul.list li .txtarea .title {
  padding-left: 110px;
  margin-bottom: 30px;
  background: url("../../../koutsujiko/image/lp/shindan/voice_icon.png") no-repeat left center;
  background-size: contain;
  font-size: 32px;
  display: table;
}
.voice_sec .link {
  margin-top: 90px;
}
.voice_sec .center {
  text-align: center;
}
.voice_sec .voice_pad {
  display: none;
}
/*closing*/
.closing {
  padding: 0 !important;
  background: url("../../../koutsujiko/image/lp/shindan/closing_logo.png") no-repeat right bottom;
  background-size: 65% auto;
  position: relative;
}
.closing:before {
  content: "";
  width: 30%;
  height: 100%;
  background: url("../../../koutsujiko/image/lp/shindan/closing_band_L.png") no-repeat left center / auto 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.closing:after {
  content: "";
  width: 30%;
  height: 100%;
  background: url("../../../koutsujiko/image/lp/shindan/closing_band_R.png") no-repeat right center / auto 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.closing .inner {}
.closing .inner .img {
  width: 34%;
  background: url("../../../koutsujiko/image/lp/shindan/closing_img01_hiroki-nagata.jpg") no-repeat center;
  background-size: cover;
}
.closing .inner .txt_area {
  width: 64%;
  padding: 90px 5%;
}
.closing .inner .txt_area .h2_title02 {
  margin-bottom: 50px;
  font-size: 54px;
  text-align: center;
}
.closing .inner .txt_area .h2_title02 .txt_ora {
  border-bottom: 1px solid;
  font-size: 86px;
}
@media screen and (max-width:1720px) {
  h2.h2_title01 {
    font-size: 3vw;
  }
  .h2_subtitle .center {
    font-size: 2vw;
  }
  .about .about_movie .title {}
  .about .content01 {
    padding: 6vw 8vw;
  }
  .about .content01 .inner .txtarea .title {
    font-size: 2.5vw;
  }
  .merit ul.list01 {
    max-width: 900px;
  }
  .case .casearea {
    padding: 4vw 6vw;
  }
  .case .casearea .inner {
    padding: 3vw 5vw;
  }
  .case .teigaku .teigaku_inner {
    padding: 5vw 6vw;
  }
  .case .teigaku .teigaku_inner .title {
    font-size: 2.8vw;
  }
  .merit ul.list01 li .subtitle {
    font-size: 24px;
  }
  .merit ul.list01 li .txtarea .point {
    font-size: 24px;
  }
  .merit ul.list01 li .txtarea .point .txt_ora {
    font-size: 32px;
  }
  .closing .inner .txt_area {
    width: 66%;
    padding: 90px 8%;
  }
  .closing .inner .txt_area .h2_title02 {
    font-size: 46px;
  }
  .closing .inner .txt_area .h2_title02 .txt_ora {
    font-size: 66px;
  }
}
@media screen and (max-width:1300px) {
  .section_wrap {
    padding: 120px 0;
  }
  .txt p {
    font-size: 18px;
  }
  .link {
    max-width: 480px;
    padding: 15px 60px;
    font-size: 20px;
  }
  .cv {
    padding: 4vw 0;
  }
  .cv .maintitle {
    margin-bottom: 20px;
    font-size: 2.6vw;
  }
  .cv .maintitle .txt_yel {
    font-size: 2.8vw;
  }
  .cv .cv_contant {
    margin-bottom: 20px;
    padding: 3vw 5vw !important;
  }
  .cv .cv_contant .subtitle {
    font-size: 2vw;
  }
  .cv .cv_contant .cv_contant_inner {}
  .cv .cv_contant .cv_contant_inner .tel {
    font-size: 6.3vw;
    color: black;
  }
  .cv .cv_contant .cv_contant_inner .tel:before {
    width: 4.5vw;
    height: 4.5vw;
    color: black;
  }
  .cv .cv_contant .cv_contant_inner .tel .small {
    font-size: 5.9vw;
  }
  .cv .cv_point .cv_point_left .title {
    font-size: 2.7vw;
  }
  .cv .cv_contant .txtarea .txt01 {
    font-size: 1.8vw;
  }
  .cv .cv_contant .txtarea .txt02 {
    font-size: 1.3vw;
  }
  .about .about_movie {}
  .step ul.list01 li {
    width: 49%;
  }
  .step ul.list01 li .txtarea {
    height: 12vw;
    padding: 1vw;
  }
  .step ul.list01 li .txtarea {
    width: 95%;
  }
  .step ul.list01 li .titlearea .num {
    font-size: 1.2vw;
  }
  .step ul.list01 li .titlearea .title {
    font-size: 3vw;
  }
  .step ul.list01 li .txtarea .txt {
    font-size: 1.4vw;
  }
  .step ul.list01 li .txtarea .inner .tel {
    margin-right: 10px;
    font-size: 3.6vw;
  }
  .step ul.list01 li .txtarea .inner .tel:before {
    width: 2.6vw;
    height: 2.6vw;
  }
  .step ul.list01 li .txtarea .inner .tel .small {
    font-size: 3.3vw;
  }
  .step .content01 {
    margin-bottom: 90px;
    padding: 4vw 7vw;
  }
  .step .content01 .subtitle .center {
    font-size: 2vw;
  }
  .step .content01 .title .center {
    font-size: 3.6vw;
  }
  .step .content02 .txtarea .title {
    font-size: 3vw !important;
  }
  .voice_sec .kome {
    margin-bottom: 60px;
  }
  .voice_sec ul.list li {
    padding: 4vw;
  }
  .voice_sec ul.list li .txtarea .title {
    padding-left: 9vw;
    font-size: 2.5vw;
  }
  .closing .inner .txt_area .h2_title02 {
    font-size: 3vw;
  }
  .closing .inner .txt_area .h2_title02 .txt_ora {
    font-size: 5vw;
  }
  .voice_sec .link {
    margin-top: 60px;
  }
}
@media screen and (max-width:1200px) {
  .step {
    background-size: auto, 143%;
  }
  .closing .inner .txt_area {
    padding: 60px 8% 60px;
  }
}
@media screen and (max-width:1023px) {
  .pad_none {
    display: none;
  }
  h2.h2_title01 {
    margin-bottom: 60px;
    font-size: 4vw;
  }
  h2.h2_title01:after {
    bottom: -20px;
    width: 40px;
    height: 4px;
  }
  .h2_subtitle .center {
    padding: 1vw;
    font-size: 2.5vw;
  }
  .txt p {
    font-size: 16px;
  }
  .link {
    max-width: 440px;
    font-size: 18px;
  }
  .cv .cv_point .cv_point_left .title {
    font-size: 2.8vw;
  }
  .cv .cv_contant .cv_contant_inner {
    display: block;
    text-align: center;
  }
  .cv .cv_contant .cv_contant_inner .tel {
    margin-bottom: 15px;
    font-size: 6.8vw;
    color: black;
  }
  .cv .cv_contant .cv_contant_inner .btn_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .cv .cv_contant .cv_contant_inner .mail, .cv .cv_contant .cv_contant_inner .line_btn {
    width: 48%;
    max-width: 280px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .cv .cv_contant .cv_contant_inner .mail {
    margin-right: 2%;
  }
  .cv .maintitle {
    font-size: 3vw;
  }
  .cv .maintitle .txt_yel {
    font-size: 3.4vw;
  }
  .about .about_movie .movie {
    max-width: 640px;
  }
  .about .about_movie .title {
    font-size: 26px;
  }
  .about .content01 .inner .imgarea {
    width: 32%;
  }
  .about .content01 .inner .txtarea {
    width: 62%;
  }
  .about .content01 .inner .txtarea .title {
    margin-bottom: 20px;
    font-size: 2.8vw;
  }
  .merit ul.list01 {
    width: 94%;
  }
  .merit ul.list01 li {
    width: 48%;
  }
  .merit ul.list01 li:nth-child(-n+2) {
    margin-bottom: 40px;
  }
  .merit ul.list01 li .icon-lp {
    height: 60px;
  }
  .merit ul.list01 li .icon-lp img {
    max-height: 50px;
  }
  .merit ul.list01 li:nth-child(4) .icon-lp img {
    max-height: 60px;
  }
  .merit ul.list01 li .txtarea {
    padding: 3vw;
  }
  .merit ul.list01 li .subtitle {
    font-size: 3vw;
  }
  .merit ul.list01 li .txtarea .point {
    font-size: 2.6vw;
  }
  .merit ul.list01 li .txtarea .point .txt_ora {
    font-size: 3.2vw;
  }
  .case .casearea h2.h2_title01 {
    margin-bottom: 50px;
  }
  .case .teigaku .teigaku_inner .title {
    margin-bottom: 20px;
    font-size: 3.6vw;
  }
  .step {
    background-position: center top, center top;
    background-size: auto, 172%;
  }
  .step ul.list01 li .txtarea {
    height: 23vw;
  }
  .step ul.list01 li .txtarea .txt {
    font-size: 14px;
  }
  .step ul.list01 li .txtarea .txt .ib {
    display: block !important;
  }
  .step .arw {
    width: 80px;
  }
  .step .content01 {
    margin-bottom: 60px;
  }
  .step .content01 .subtitle .center {
    font-size: 2.5vw;
  }
  .step .content01 .title {
    margin-bottom: 20px;
  }
  .step .content01 .title .center {
    font-size: 4vw;
  }
  .step .content02 .imgarea {
    width: 27%;
  }
  .step .content02 .txtarea {
    width: 66%;
  }
  .step .content02 .txtarea .title {
    font-size: 3.5vw !important;
  }
  .step ul.list01 li .txtarea .inner {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  .step ul.list01 li .txtarea .inner .btn_wrap {
    margin-top: 15px;
  }
  .step ul.list01 li .txtarea .inner .tel .small {
    font-size: 4.3vw;
    line-height: 0;
  }
  .step ul.list01 li .txtarea .inner .tel:before {
    width: 3.2vw;
    height: 3.2vw;
  }
  .step ul.list01 li .txtarea .inner .mail {
    width: 48%;
    height: auto;
    margin-bottom: 10px;
    text-indent: 0.5em;
    line-height: 0;
    font-size: 14px;
  }
  .step ul.list01 li .txtarea .inner .mail:before {
    width: 26px;
    ;
    height: 27px;
  }
  .step ul.list01 li .txtarea .inner .line_btn {
    width: 48%;
    height: auto;
    margin-bottom: 10px;
    text-indent: 0.5em;
    line-height: 0;
    font-size: 14px;
  }
  .step ul.list01 li .txtarea .inner .line_btn:before {
    width: 30px;
    height: 28px;
  }
  .voice_sec ul.list li .txtarea .title {
    margin-bottom: 20px;
  }
  .closing:after {
    width: 100%;
    background: url(../../../koutsujiko/image/lp/shindan/band.png) no-repeat center top;
    background-size: 187% auto, auto;
  }
  .closing:before {
    content: none;
  }
}
@media screen and (max-width:768px) {
  .sp_block {
    display: block;
  }
  .pc_block {
    display: none;
  }
  .sp_none {
    display: none;
  }
  .txt p {
    font-size: 14px;
  }
  h2.h2_title01 {
    margin-bottom: 50px;
    padding: 0 15px;
    font-size: 6vw;
  }
  h2.h2_title01:after {
    bottom: -15px;
    width: 30px;
    height: 3px;
  }
  .h2_subtitle .center {
    margin-bottom: 5px;
    font-size: 5vw;
  }
  .link {
    display: block;
    padding: 15px 40px;
    margin-top: 30px;
    max-width: 300px;
    font-size: 15px;
  }
  .link:after {
    width: 18px;
    height: 18px;
  }
  .link .ib {
    display: block !important;
  }
  .mv_pc {
    display: none;
  }
  .mv_sp {
    display: block;
    line-height: 0;
  }
  .cv .cv_contant {
    width: 84%;
  }
  .cv .maintitle {
    font-size: 4vw;
  }
  .cv .maintitle .txt_yel {
    font-size: 5.4vw;
  }
  .cv .cv_contant .subtitle {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .cv .cv_contant .cv_contant_inner {
    display: block;
  }
  .cv .cv_contant .cv_contant_inner .btn_wrap {
    max-width: none;
    display: block;
  }
  .cv .cv_contant .cv_contant_inner .tel {
    width: 100%;
    display: block;
    font-size: 9vw;
    margin-bottom: 4px;
    pointer-events: auto;
    color: #9a0000;
    text-align: center;
    line-height: 1;
  }
  .cv .cv_contant .cv_contant_inner .tel:before {
    background: url("../../../koutsujiko/image/lp/shindan/cv_tel_sp.svg") no-repeat;
    background-size: contain;
    width: 6vw;
    height: 6vw;
    margin-right: 1%;
  }
  .cv .cv_contant .cv_contant_inner .tel .small {
    font-size: 8.6vw;
    line-height: 1 !important;
  }
  .teltap_sp {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    text-align: center;
    font-size: 13px;
  }
  .teltap_sp:before, .teltap_sp:after {
    content: "";
    display: inline-block;
    height: 1px;
    background: #000;
    flex-grow: 1;
  }
  .teltap_sp:before {
    margin-right: 1.5em;
  }
  .teltap_sp:after {
    margin-left: 1.5em;
  }
  .cv .cv_contant .cv_contant_inner .mail, .cv .cv_contant .cv_contant_inner .line_btn {
    width: 100%;
    max-width: none;
    border-radius: 6px;
  }
  .cv .cv_contant .txtarea .txt01 {
    font-size: 3.8vw;
  }
  .cv .cv_contant .txtarea .txt02 {
    font-size: 3vw;
  }
  .cv .cv_point {
    display: block;
  }
  .cv .cv_point .cv_point_left {
    width: 100%;
    margin-bottom: 20px;
  }
  .cv .cv_point .cv_point_left .title {
    font-size: 5.5vw;
    text-align: center;
  }
  .cv .cv_point .cv_point_left ul.list {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
  .cv .cv_point .cv_point_right {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .about {
    background-size: 187% auto, 100%;
  }
  .about .about_movie .title {
    font-size: 5vw;
  }
  .about .about_movie .title .txt_bg {
    padding: 1vw 2vw;
    margin-bottom: 5px;
  }
  .movie {
    max-width: 100%;
  }
  .about .about_movie {
    padding: 0 15px;
  }
  .about .content01 {
    padding: 8vw 4vw;
  }
  .about .content01 .inner {
    display: block;
  }
  .about .content01 .inner .imgarea {
    width: 100%;
    margin-bottom: 20px;
  }
  .about .content01 .inner .txtarea {
    width: 100%;
  }
  .about .content01 .inner .txtarea .title {
    padding: 5vw 3vw;
    font-size: 5vw;
  }
  .merit ul.list01 li:nth-child(-n+2) {
    margin-bottom: 20px;
  }
  .merit ul.list01 li .txtarea {
    padding: 4vw 2vw;
  }
  .merit ul.list01 li .txtarea .point {
    font-size: 3vw;
  }
  .merit ul.list01 li .txtarea .point .txt_ora {
    font-size: 3.7vw;
  }
  .merit ul.list01 li .icon-lp {
    height: 10vw;
  }
  .merit ul.list01 li .icon-lp img {
    max-height: 9vw;
  }
  .merit ul.list01 li:nth-child(4) .icon-lp img {
    max-height: 10vw;
  }
  .merit ul.list01 li .subtitle {
    padding: 10px;
    font-size: 3.4vw;
  }
  .case .casearea {
    padding: 7vw 4vw;
  }
  .case .casearea .inner {
    padding: 5vw 7vw;
  }
  .case .teigaku {
    margin-top: -16vw;
    padding: 23vw 0 6vw;
  }
  .case .teigaku .teigaku_inner .title {
    padding: 4vw 3vw;
    font-size: 5.4vw;
  }
  .step {
    background-size: 187% auto, auto 61%;
  }
  .step ul.list01 {
    display: block;
  }
  .step ul.list01 li {
    width: 100%;
  }
  .step ul.list01 li:not(:last-child) {
    margin-bottom: 30px;
  }
  .step ul.list01 li .titlearea .num {
    padding: 1vw 2vw;
    margin-bottom: 5px;
    font-size: 4vw;
  }
  .step ul.list01 li .titlearea .title {
    font-size: 5.8vw;
  }
  .step ul.list01 li .imgarea img {
    width: 100%;
  }
  .step ul.list01 li .txtarea {
    height: auto;
    padding: 3vw;
    display: block;
  }
  .step ul.list01 li .txtarea .inner {
    display: block;
  }
  .step ul.list01 li .txtarea .inner .tel {
    width: 100%;
    display: block;
    font-size: 9vw;
    margin-bottom: 4px;
    pointer-events: auto;
    color: #9a0000;
    text-align: center;
    line-height: 1;
  }
  .step ul.list01 li .txtarea .inner .tel:before {
    background: url("../../../koutsujiko/image/lp/shindan/cv_tel_sp.svg") no-repeat;
    background-size: cover;
    width: 4.7vw;
    height: 6vw;
    margin-right: 2%;
  }
  .step ul.list01 li .txtarea .inner .tel .small {
    font-size: 8.6vw;
  }
  .step ul.list01 li .txtarea .inner .btn_wrap {
    display: block;
    margin-top: 10px;
  }
  .step ul.list01 li .txtarea .inner .mail {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .step ul.list01 li .txtarea .inner .mail:before {
    width: 18px;
    height: 13px;
  }
  .step ul.list01 li .txtarea .inner .mail .sp_mail {
    display: inline-block;
  }
  .step ul.list01 li .txtarea .inner .line_btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
  }
  .step ul.list01 li .txtarea .inner .line_btn:before {
    width: 17px;
    height: 16px;
    position: relative;
    top: 2px;
	margin-right: 12px;
  }
  .step ul.list01 li .txtarea .inner .line_btn .sp_mail {
    display: inline-block;
  }
  .step .content01 {
    padding: 6vw 4vw;
    margin-bottom: 40px;
  }
  .step .content01 .subtitle .center {
    font-size: 4vw;
  }
  .step .content01 .title .center {
    font-size: 5.8vw;
  }
  .step .content02 {
    display: block;
  }
  .step .content02 .imgarea {
    width: 100%;
    margin-bottom: 20px;
  }
  .step .content02 .txtarea {
    width: 100%;
  }
  .step .content02 .txtarea .title {
    margin-bottom: 20px;
    padding: 15px !important;
    font-size: 5.4vw !important;
  }
  .voice_sec {
    background-size: 187% auto, auto;
  }
  .voice_sec .kome {
    margin-bottom: 20px;
  }
  .voice_sec .voice_pad {
    display: block;
  }
  .voice_sec .link {
    margin-top: 30px;
  }
  .voice_sec ul.list li {
    margin: 0;
    padding: 7vw 6vw;
  }
  .voice_sec ul.list li:not(:last-child) {
    margin-bottom: 6%;
  }
  .voice_sec ul.list li .imgarea {
    width: 70%;
    margin: 0 auto 20px;
  }
  .voice_sec ul.list li .txtarea {
    width: 100%;
  }
  .voice_sec ul.list li .txtarea .title {
    padding: 0;
    background: none;
    text-align: center;
    font-size: 4.5vw;
    display: block;
  }
  .voice_sec ul.list li .imgarea {
    position: relative;
  }
  .voice_sec ul.list li .imgarea:before {
    content: "";
    background: url("../../../koutsujiko/image/lp/shindan/voice_icon.png") no-repeat center / contain;
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -11%;
    right: -18%;
  }
  .closing {
    padding-bottom: 12vw !important;
    background: url(../../../koutsujiko/image/lp/shindan/closing_logo.png) no-repeat right bottom, #eaeff1;
    background-size: 90% auto;
  }
  .closing .inner {
    display: block;
  }
  .closing .inner .img {
    width: 100%;
    height: 84vw;
    background-position: center 64%;
  }
  .closing .inner .txt_area {
    width: 94%;
    margin: -23vw auto 0;
    padding: 8vw 5vw;
    background: #fff;
  }
  .closing .inner .txt_area .h2_title02 {
    margin-bottom: 20px;
    font-size: 5vw;
  }
  .closing .inner .txt_area .h2_title02 .txt_ora {
    font-size: 7vw;
  }
}
@media screen and (max-width:500px) {
    .section_wrap {
        padding: 60px 0;
    }
	/* オフィシャル対応*/
 　section.section_wrap.case {
    padding-bottom: 0px!important;
 }
  .about .about_movie .title .ib {
    display: block !important;
  }
  .about .about_movie .movie {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:374px) {}
/*slick*/
.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: 0
}
.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: transparent
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25
}
.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.slick-prev {
  left: 25px
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto
}
.slick-prev:before {
  content: '＜'
}
[dir='rtl'] .slick-prev:before {
  content: '＞'
}
.slick-next {
  right: 25px
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px
}
.slick-next:before {
  content: '＞'
}
[dir='rtl'] .slick-next:before {
  content: '＜'
}
.slick-dotted.slick-slider {
  margin-bottom: 30px
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0
}
.slick-dots li, .slick-dots li button {
  width: 20px;
  height: 20px;
  cursor: pointer
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent
}
.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000
}
/*slick-theme*/
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.slick-list, .slick-slider {
  position: relative;
  display: block
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: 0
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.slick-track:after, .slick-track:before {
  display: table;
  content: ''
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}
[dir='rtl'] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}
.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
  z-index: 100;
  width: 40px;
  height: 40px;
  background: #000;
  opacity: 0.4;
  border-radius: 28px;
  padding: 0px;
  font-weight: bold;
}
.slick-next, .slick-prev {
  top: 48%;
}
.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
  width: 25px;
  height: 25px;
}
.slick-prev {
  left: 10px;
}
.slick-next {
  right: 10px;
}
.slick-next:before {
  padding: 0px 0 0 2px;
  font-size: 16px;
}
.slick-prev:before {
  padding: 0px 2px 0 0;
  font-size: 16px;
}
.slick-slide img {
  margin: 0 auto;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}