@charset "UTF-8";
.yellow-text {
  color: #fff202;
}
.text-bold {
  font-weight: bold;
}
html {
  font-size: 62.5%;
}
body {
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  line-height: 180%;
  font-size: 16px;
  margin: 0;
}
.wrap {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .wrap {
    background: none;
  }
}
.container {
  width: 960px;
  position: relative;
  padding: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .container {
    max-width: 95%;
  }
}
.under-line {
  border-bottom: 1px solid #bf2929;
}
.lh100 {
  line-height: 100%;
}
small,
.small {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  small,
  .small {
    font-size: 10px;
    font-size: 2.5vw;
  }
}
strong {
  color: #ff0143;
}
a:hover img.opacity {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
br.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.sp {
    display: inline;
  }
}
p {
  font-size: 16px;
}
.img-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .img-sm img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  img.width-auto {
    width: auto;
  }
}
.sakura {
  z-index: 3;
}
.marker,
.marker-2 {
  position: relative;
  z-index: 1;
}
.marker:before,
.marker-2:before {
  background-image: -webkit-linear-gradient(transparent 80%,#fff202 80%);
  background-image: -webkit-linear-gradient(transparent 80%,#fff202 80%);
  background-image: linear-gradient(transparent 80%,#fff202 80%);
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  width: 100%;
  display: inline;
  height: 100%;
  z-index: -1;
}
.marker-2:before {
  background-image: -webkit-linear-gradient(transparent 90%,#fff202 90%);
  background-image: -webkit-linear-gradient(transparent 90%,#fff202 90%);
  background-image: linear-gradient(transparent 90%,#fff202 90%);
  bottom: 0.3rem;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.direction-right {
  right: 0;
}
.direction-bottom {
  bottom: 0;
}
h1 {
  font-size: 50px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 24px;
    font-size: 6vw;
  }
}
h2 {
  font-size: 32px;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 18px;
    font-size: 4.5vw;
  }
}
.button-flat {
  width: 224px;
  color: #fff;
  display: block;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 2;
  height: 64px;
}
.button-flat:before {
  content: '';
  display: inline-block;
  background-color: #e25a85;
  border-radius: 3px;
  box-shadow: 0 5px 0 #86183b;
  position: absolute;
  width: 224px;
  height: 64px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.button-flat span {
  position: absolute;
  width: 224px;
  height: 24px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.button-flat:hover {
  color: #fff;
}
.button-flat:hover span {
  top: 5px;
}
.button-flat:hover:before {
  box-shadow: 0 1px 0 #e25a85;
  top: 5px;
}
strong .big {
  font-size: 150%;
}
.big {
  font-size: 130%;
}
.small {
  font_size: 80%;
}
.chip {
  color: rgba(0,0,0,0.6);
  border-radius: 16px;
  background-color: #eceff1;
  margin-right: 1rem;
  display: inline-block;
  font-weight: 500;
  height: 32px;
  line-height: 32px;
  box-shadow: none;
}
.chip .title {
  border-radius: 16px;
}
.m0 {
  margin: 0;
}
.p0 {
  padding: 0;
}
.m1 {
  margin: 1%;
}
.mt1 {
  margin-top: 1%;
}
.ml1 {
  margin-left: 1%;
}
.mr1 {
  margin-right: 1%;
}
.mb1 {
  margin-bottom: 1%;
}
.m2 {
  margin: 2%;
}
.mt2 {
  margin-top: 2%;
}
.ml2 {
  margin-left: 2%;
}
.mr2 {
  margin-right: 2%;
}
.mb2 {
  margin-bottom: 2%;
}
.m3 {
  margin: 3%;
}
.mt3 {
  margin-top: 3%;
}
.ml3 {
  margin-left: 3%;
}
.mr3 {
  margin-right: 3%;
}
.mb3 {
  margin-bottom: 3%;
}
.m4 {
  margin: 4%;
}
.mt4 {
  margin-top: 4%;
}
.ml4 {
  margin-left: 4%;
}
.mr4 {
  margin-right: 4%;
}
.mb4 {
  margin-bottom: 4%;
}
.m5 {
  margin: 5%;
}
.mt5 {
  margin-top: 5%;
}
.ml5 {
  margin-left: 5%;
}
.mr5 {
  margin-right: 5%;
}
.mb5 {
  margin-bottom: 5%;
}
.m8 {
  margin: 8px;
}
.mt8 {
  margin-top: 8px;
}
.ml8 {
  margin-left: 8px;
}
.mr8 {
  margin-right: 8px;
}
.mb8 {
  margin-bottom: 8px;
}
.m16 {
  margin: 16px;
}
.mt16 {
  margin-top: 16px;
}
.ml16 {
  margin-left: 16px;
}
.mr16 {
  margin-right: 16px;
}
.mb16 {
  margin-bottom: 16px;
}
.m24 {
  margin: 24px;
}
.mt24 {
  margin-top: 24px;
}
.ml24 {
  margin-left: 24px;
}
.mr24 {
  margin-right: 24px;
}
.mb24 {
  margin-bottom: 24px;
}
.m32 {
  margin: 32px;
}
.mt32 {
  margin-top: 32px;
}
.ml32 {
  margin-left: 32px;
}
.mr32 {
  margin-right: 32px;
}
.mb32 {
  margin-bottom: 32px;
}
.m48 {
  margin: 48px;
}
.mt48 {
  margin-top: 48px;
}
.ml48 {
  margin-left: 48px;
}
.mr48 {
  margin-right: 48px;
}
.mb48 {
  margin-bottom: 48px;
}
.p1 {
  padding: 1%;
}
.pt1 {
  padding-top: 1%;
}
.pl1 {
  padding-left: 1%;
}
.pr1 {
  padding-right: 1%;
}
.pb1 {
  padding-bottom: 1%;
}
.p2 {
  padding: 2%;
}
.pt2 {
  padding-top: 2%;
}
.pl2 {
  padding-left: 2%;
}
.pr2 {
  padding-right: 2%;
}
.pb2 {
  padding-bottom: 2%;
}
.p3 {
  padding: 3%;
}
.pt3 {
  padding-top: 3%;
}
.pl3 {
  padding-left: 3%;
}
.pr3 {
  padding-right: 3%;
}
.pb3 {
  padding-bottom: 3%;
}
.p4 {
  padding: 4%;
}
.pt4 {
  padding-top: 4%;
}
.pl4 {
  padding-left: 4%;
}
.pr4 {
  padding-right: 4%;
}
.pb4 {
  padding-bottom: 4%;
}
.p5 {
  padding: 5%;
}
.pt5 {
  padding-top: 5%;
}
.pl5 {
  padding-left: 5%;
}
.pr5 {
  padding-right: 5%;
}
.pb5 {
  padding-bottom: 5%;
}
.p8 {
  padding: 8px;
}
.pt8 {
  padding-top: 8px;
}
.pl8 {
  padding-left: 8px;
}
.pr8 {
  padding-right: 8px;
}
.pb8 {
  padding-bottom: 8px;
}
.p16 {
  padding: 16px;
}
.pt16 {
  padding-top: 16px;
}
.pl16 {
  padding-left: 16px;
}
.pr16 {
  padding-right: 16px;
}
.pb16 {
  padding-bottom: 16px;
}
.p32 {
  padding: 32px;
}
.pt32 {
  padding-top: 32px;
}
.pl32 {
  padding-left: 32px;
}
.pr32 {
  padding-right: 32px;
}
.pb32 {
  padding-bottom: 32px;
}
.p48 {
  padding: 48px;
}
.pt48 {
  padding-top: 48px;
}
.pl48 {
  padding-left: 48px;
}
.pr48 {
  padding-right: 48px;
}
.pb48 {
  padding-bottom: 48px;
}
header {
  background: rgba(255,255,255,0.8);
}
header h1 {
  font-size: 1.5rem;
  margin-top: 8px;
}
@media only screen and (max-width: 768px) {
  header h1 {
    font-size: 2.5vw;
  }
}
.fv {
  background: rgba(59,118,210,0.8) url("../images/fv-bg.png") no-repeat center top;
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
}
@media only screen and (max-width: 768px) {
  .fv {
    background-size: cover;
  }
}
.fv h2 {
  margin: 0;
  position: relative;
  z-index: 3;
}
.fv .container {
  width: 1100px;
}
.fv-people {
  position: absolute;
  right: -150px;
  top: 124px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .fv-people {
    right: -5rem;
    top: 30vw;
    width: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  .fv-people {
    right: -6rem;
  }
}
.fv-ship {
  margin-left: -80px;
  margin-top: -150px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .fv-ship {
    margin-top: -20vw;
    margin-left: -4rem;
    width: 80%;
  }
}
.fv-pickup {
  background: rgba(59,118,210,0.8);
  margin-top: -80px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .fv-pickup {
    margin-top: 0;
    font-size: 12px;
    font-size: 1.8vw;
  }
  .fv-pickup li h3 {
    margin: 1rem 0 0;
  }
}
.site-title {
  margin-bottom: 8px;
}
.h-nav {
  background: #275973;
}
.h-nav ul {
  margin: 5px 0;
}
.h-nav a {
  color: #fff;
}
.h-nav a span {
  font-size: 12px;
}
.offer-fv .premium {
  line-height: 1.3;
  width: 108px;
  height: 108px;
  padding: 1rem;
  font-size: 32px;
}
@media only screen and (max-width: 768px) {
  .offer-fv .premium {
    font-size: 16px;
    font-size: 4vw;
    width: 60px;
    width: 15vw;
    height: 60px;
    height: 15vw;
    padding: 0.5rem;
  }
}
.offer-fv h2 {
  font-size: 43px;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .offer-fv h2 {
    font-size: 26px;
    font-size: 6.5vw;
  }
}
.offer {
  padding-top: 20px;
}
.offer ul {
  margin: 1rem 0 0;
}
.offer ul li {
  list-style-type: none;
  font-size: 20px;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .offer ul li {
    font-size: 14px;
    font-size: 3.5vw;
    margin-left: 0.5rem;
  }
  .offer ul li img {
    width: 16px;
    width: 4vw;
    height: auto;
  }
}
.offer .col-md-5 {
  padding: 0;
}
.offer h2 {
  margin-bottom: 10px;
}
.offer .w90 {
  width: 90%;
}
.offer small {
  font-size: 12px;
  line-height: 1;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 768px) {
  .offer small {
    font-size: 10px;
    font-size: 2.5vw;
  }
}
.inquiry {
  position: relative;
}
.inquiry:after {
  content: url("../images/img-offer-01.png");
  position: absolute;
  width: 124px;
  height: 143px;
  left: -70px;
  bottom: -38px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .inquiry:after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  a img {
    max-width: 90%;
  }
}
.offer-copy {
  font-size: 22px;
  line-height: 30px;
  margin: 30px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .offer-copy {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  .offer-copy {
    font-size: 22px;
    font-size: 5.5vw;
    line-height: 1;
  }
}
.offer-copy:before,
.offer-copy:after {
  position: absolute;
  content: '';
  width: 20%;
  height: 3px;
  top: 50%;
  background-color: #5aa44c;
}
.offer-copy:before {
  left: -5%;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
}
.offer-copy:after {
  right: -5%;
  -webkit-transform: rotate(-55deg);
  transform: rotate(-55deg);
}
.tel {
  border: 5px solid #f05;
}
@media only screen and (max-width: 768px) {
  .tel {
    margin-top: 1rem;
  }
}
.tel h2 {
  font-size: 30px;
  margin-right: -5%;
}
@media only screen and (max-width: 768px) {
  .tel h2 {
    margin-right: 0;
    font-size: 21px;
    font-size: 5.25vw;
  }
  .tel h2 .fa {
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.tel h3 {
  font-size: 55px;
}
@media only screen and (max-width: 768px) {
  .tel h3 {
    font-size: 42px;
    font-size: 10.5vw;
  }
}
#slider01 {
  overflow: hidden;
  position: relative;
  z-index: 9999;
}
.slideGuide {
  margin-bottom: 0;
}
.slideGuide .slick-slide img {
  border: none;
}
ul .slideCell {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 770px) {
  #slider01 .slick-slider {
    margin: 0;
  }
}
@media screen and (max-width: 435px) {
  #slider01 .slick-slider {
    margin: 0;
  }
  #slider01 .slick-slide img {
    width: 135px;
  }
  .slideCell {
    height: 100px;
    width: auto !important;
    margin: 0;
    padding: 0;
  }
}
div.caption {
  position: relative;
}
div.caption p {
  margin: 0;
  font-size: 14px;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: absolute;
  padding: 3px;
  bottom: 0;
  left: 0;
  background: rgba(59,118,210,0.8);
  color: #fff;
  width: 100%;
  text-align: center;
}
.problem {
  background: url("../images/bg-sakura-02.png") #fff4b7;
  position: relative;
}
.problem:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 30px solid #fff;
  border-right: 70px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 70px solid transparent;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .problem:before {
    border-top: 15px solid #fff;
    border-right: 35px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 35px solid transparent;
  }
}
.problem h1 {
  font-size: 50px;
  font-size: 5 ks-rem;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .problem h1 {
    font-size: 30px;
    font-size: 7.5vw;
  }
}
.problem h1 small {
  position: relative;
}
.problem h1 small:before,
.problem h1 small:after {
  content: '';
  background: url("../images/icon-sakura-02.png");
  display: inline-block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 4px;
}
@media only screen and (max-width: 768px) {
  .problem h1 small:before,
  .problem h1 small:after {
    width: 18px;
    height: 18px;
    background-size: contain;
    top: 0;
  }
}
.problem h1 small:before {
  left: -40px;
}
.problem h1 small:after {
  right: -40px;
}
.problem ul li {
  background: #fff no-repeat 0 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .problem ul li {
    padding: 0.5rem 0;
    margin-bottom: 1rem;
  }
}
.problem ul li:before {
  content: '';
  display: inline-block;
  background: url("../images/issue-bg.png") no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  left: -23px;
  top: 6px;
}
@media only screen and (max-width: 768px) {
  .problem ul li:before {
    background-size: 50%;
    left: -10px;
  }
}
@media only screen and (min-width: 769px) {
  .problem ul li:nth-child(even) {
    margin-right: -30px;
    margin-left: 30px;
  }
}
.problem ul li h2 {
  font-size: 24px;
  font-size: 2.4 ks-rem;
  line-height: 3.166666666666667;
  margin-left: 40px;
}
@media only screen and (max-width: 768px) {
  .problem ul li h2 {
    margin-left: 24px;
    font-size: 24px;
    font-size: 2.4 ks-rem;
    line-height: 1.333333333333333;
    font-size: 24px;
    font-size: 6vw;
  }
}
.push:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 30px solid #fff4b7;
  border-right: 70px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 70px solid transparent;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .push:before {
    border-top: 15px solid #fff4b7;
    border-right: 35px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 35px solid transparent;
  }
}
.push h2 {
  font-size: 46px;
  font-size: 4.6 ks-rem;
  line-height: 1.304347826086957;
}
@media only screen and (max-width: 768px) {
  .push h2 {
    font-size: 20px;
    font-size: 5vw;
  }
}
.how-to {
  position: relative;
  background: url("../images/bg-sakura-01.png") #e35d87;
}
.how-to:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 30px solid #fff;
  border-right: 70px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 70px solid transparent;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .how-to:before {
    border-top: 15px solid #fff;
    border-right: 35px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 35px solid transparent;
  }
}
.how-to .to-list .col-md-9 {
  position: relative;
}
.how-to .to-list .col-md-9:before {
  font-family: FontAwesome;
  content: '\f061';
  position: absolute;
  display: inline-block;
  font-size: 90px;
  right: 20px;
  top: 5px;
  margin: auto;
  bottom: 0;
  color: #1664d7;
  width: 80px;
  height: 30px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.2;
}
@media only screen and (max-width: 768px) {
  .how-to .to-list .col-md-9:before {
    content: '';
    display: none;
  }
}
.how-to h1 {
  font-size: 50px;
  font-size: 5 ks-rem;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .how-to h1 {
    font-size: 20px;
    font-size: 5vw;
  }
}
.how-to .support {
  position: relative;
  background: url("../images/support-woman.png") #fff4b7 no-repeat right bottom;
  background-size: 200px;
}
@media only screen and (max-width: 768px) {
  .how-to .support {
    padding-bottom: 270px;
    background-position: center bottom;
  }
}
.how-to .guide {
  position: relative;
}
.how-to .guide:before,
.how-to .guide:after {
  font-family: FontAwesome;
  position: absolute;
  content: '\f063';
  display: inline-block;
  font-size: 80px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  width: 80px;
  height: 30px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.how-to .guide:before {
  left: 2%;
}
.how-to .guide:after {
  right: 2%;
}
.step3 {
  background: url("../images/bg-sakura-03.png") #fff4b7;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .step3 {
    padding-bottom: 0;
  }
}
.step3:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 30px solid #fff;
  border-right: 70px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 70px solid transparent;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .step3:before {
    border-top: 15px solid #fff;
    border-right: 35px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 35px solid transparent;
  }
}
.step3 p {
  font-size: 14px;
  font-size: 1.4 ks-rem;
  line-height: 1.428571428571429;
}
.step3 .card {
  position: relative;
  min-height: 310px;
}
.step3 .card .number {
  width: 40px;
  left: 0;
  top: 0;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8 ks-rem;
  line-height: 1.111111111111111;
}
.step3 .card .number .big {
  font-size: 150%;
}
.step3 .card p {
  line-height: 1.9;
}
.step3 .card:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 80px 0 0;
  border-color: #e35d87 transparent transparent transparent;
}
.step3 .woman {
  position: absolute;
  top: 341px;
  right: -90px;
  z-index: 9999;
}
@media only screen and (max-width: 768px) {
  .step3 .woman {
    position: relative;
    display: block;
    top: auto;
    right: auto;
    margin: 0;
  }
}
.title-reason {
  position: relative;
  font-size: 50px;
  font-size: 5 ks-rem;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .title-reason {
    font-size: 24px;
    font-size: 6vw;
  }
}
.reason-1 {
  background: url("../images/bg-sakura-01.png") #1664d7;
  color: #fff;
  position: relative;
}
.reason-1:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 30px solid #fff;
  border-right: 70px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 70px solid transparent;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .reason-1:before {
    border-top: 15px solid #fff;
    border-right: 35px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 35px solid transparent;
  }
}
.reason-1 .title-reason-1 {
  border-bottom: 3px #fff202 solid;
  padding-bottom: 1rem;
  position: relative;
  padding-left: 100px;
  font-size: 36px;
  font-size: 3.6 ks-rem;
  line-height: 1.944444444444444;
}
@media only screen and (max-width: 414px) {
  .reason-1 .title-reason-1 {
    padding-left: 55px;
    font-size: 20px;
    font-size: 2 ks-rem;
    line-height: 1.2;
    font-size: 20px;
    font-size: 5vw;
    padding-bottom: 0.3rem;
  }
}
@media only screen and (max-width: 1024px) {
  .reason-1 .title-reason-1 {
    line-height: 1.2;
  }
}
.reason-1 .title-reason-1 .catch {
  position: absolute;
  width: 93px;
  height: 93px;
  display: inline-block;
  left: 0;
  bottom: 0;
  font-size: 16px;
  font-size: 1.6 ks-rem;
  line-height: 3;
}
.reason-1 .title-reason-1 .catch .big {
  font-size: 64px;
  font-size: 6.4 ks-rem;
  line-height: 0.375;
}
@media only screen and (max-width: 414px) {
  .reason-1 .title-reason-1 .catch .big {
    font-size: 24px;
    font-size: 6vw;
  }
}
@media only screen and (max-width: 414px) {
  .reason-1 .title-reason-1 .catch {
    width: 50px;
    height: 50px;
    font-size: 10px;
    font-size: 1 ks-rem;
    line-height: 2.4;
    font-size: 10px;
    font-size: 2.5vw;
  }
}
.reason-1 h2.lineup {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  font-size: 30px;
  font-size: 3 ks-rem;
  line-height: 1.666666666666667;
  padding-left: 2.5rem;
  font-weight: bold;
  position: relative;
}
.reason-1 h2.lineup:before {
  content: '';
  position: absolute;
  background: #fff;
  width: 2rem;
  height: 2rem;
  left: 0;
  top: 0;
  margin: auto;
  bottom: 0;
}
.reason-1 h3 {
  font-weight: bold;
  position: relative;
  padding-left: 2.5rem;
}
.reason-1 h3:before {
  content: '';
  position: absolute;
  background: #fff;
  width: 2rem;
  height: 2rem;
  left: 0;
  top: 0;
  margin: auto;
  bottom: 0;
}
.reason-1 h3 small {
  font-size: 20px;
  font-size: 2 ks-rem;
  line-height: 1.5;
}
.nm-w1200 {
  width: 1152px;
  margin: 0 -106px;
}
.nm-w1200 img {
  width: 100%;
}
.nm-w1200 .col-md-2 {
  padding: 0 7px 14px;
}
@media screen and (max-width: 770px) {
  .nm-w1200 {
    width: 120%;
    margin: 0 -10%;
  }
  .reason-1 .p0 {
    padding: 1%;
  }
  .reason-1 h5 {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 435px) {
  .nm-w1200 {
    width: 100%;
    margin: auto;
  }
  .reason-1 h4 {
    margin-bottom: 1%;
  }
}
.route {
  background: url("../images/bg-sakura-01.png") #095ca6;
  color: #fff;
}
.route .col-md-6 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .route h2 {
    font-size: 24px;
    font-size: 6vw;
  }
}
.route a {
  overflow: hidden;
  display: block;
  background: rgba(0,0,0,0.2);
  position: relative;
}
.route a:hover {
  background: #000;
}
.route a:hover:before {
  content: '\f00e';
  font-family: FontAwesome;
  color: #fff;
  font-size: 34px;
  font-size: 3.4 ks-rem;
  line-height: 1;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
.route a img {
  max-width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.route a img:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.reason-2 {
  position: relative;
}
.reason-2 h2 {
  border-bottom: 3px #1976d2 solid;
  padding-bottom: 1rem;
  position: relative;
  padding-left: 100px;
  font-size: 36px;
  font-size: 3.6 ks-rem;
  line-height: 1.944444444444444;
}
@media only screen and (max-width: 414px) {
  .reason-2 h2 {
    padding-left: 55px;
    font-size: 20px;
    font-size: 2 ks-rem;
    line-height: 1.2;
    font-size: 20px;
    font-size: 5vw;
    padding-bottom: 0.3rem;
  }
}
@media only screen and (max-width: 1024px) {
  .reason-2 h2 {
    line-height: 1.2;©
  }
}
.reason-2 h2 .catch {
  position: absolute;
  width: 93px;
  height: 93px;
  display: inline-block;
  left: 0;
  bottom: 0;
  font-size: 16px;
  font-size: 1.6 ks-rem;
  line-height: 3;
}
.reason-2 h2 .catch .big {
  font-size: 64px;
  font-size: 6.4 ks-rem;
  line-height: 0.375;
}
@media only screen and (max-width: 414px) {
  .reason-2 h2 .catch .big {
    font-size: 24px;
    font-size: 6vw;
  }
}
@media only screen and (max-width: 414px) {
  .reason-2 h2 .catch {
    width: 50px;
    height: 50px;
    font-size: 10px;
    font-size: 1 ks-rem;
    line-height: 2.4;
    font-size: 10px;
    font-size: 2.5vw;
  }
}
.reason-2 .comment {
  position: absolute;
  right: 0;
  top: 0;
}
.reason-2 ul li {
  margin-bottom: 10px;
}
.reason-2 h3 {
  border-bottom: 3px solid #e35d87;
}
@media screen and (max-width: 769px) {
  .reason-2 .comment {
    display: none;
  }
}
@media screen and (max-width: 435px) {
  .reason-2:before {
    content: '';
    width: 85px;
    height: 22px;
    border-right-width: 50px;
    border-left-width: 50px;
  }
}
.reason-3 {
  background: url("../images/bg-sakura-01.png") #5aa44c;
  position: relative;
}
.reason-3:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 30px solid #fff;
  border-right: 70px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 70px solid transparent;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .reason-3:before {
    border-top: 15px solid #fff;
    border-right: 35px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 35px solid transparent;
  }
}
.reason-3 h1 {
  border-bottom: 3px #fff202 solid;
  padding-bottom: 1rem;
  position: relative;
  padding-left: 100px;
  font-size: 36px;
  font-size: 3.6 ks-rem;
  line-height: 1.944444444444444;
}
@media only screen and (max-width: 414px) {
  .reason-3 h1 {
    padding-left: 55px;
    font-size: 20px;
    font-size: 2 ks-rem;
    line-height: 1.2;
    font-size: 20px;
    font-size: 5vw;
    padding-bottom: 0.3rem;
  }
}
@media only screen and (max-width: 1024px) {
  .reason-3 h1 {
    line-height: 1.2;
  }
}
.reason-3 h1 .catch {
  position: absolute;
  width: 93px;
  height: 93px;
  display: inline-block;
  left: 0;
  bottom: 0;
  font-size: 16px;
  font-size: 1.6 ks-rem;
  line-height: 3;
}
.reason-3 h1 .catch .big {
  font-size: 64px;
  font-size: 6.4 ks-rem;
  line-height: 0.375;
}
@media only screen and (max-width: 414px) {
  .reason-3 h1 .catch .big {
    font-size: 24px;
    font-size: 6vw;
  }
}
@media only screen and (max-width: 414px) {
  .reason-3 h1 .catch {
    width: 50px;
    height: 50px;
    font-size: 10px;
    font-size: 1 ks-rem;
    line-height: 2.4;
    font-size: 10px;
    font-size: 2.5vw;
  }
}
.reason-3 h2.last {
  font-size: 40px;
  font-size: 4 ks-rem;
  line-height: 1.5;
  text-shadow: 2px 2px 0 rgba(0,0,0,0.5);
}
.reason-3 h2.last small {
  font-size: 80%;
}
@media only screen and (max-width: 768px) {
  .reason-3 h2.last {
    font-size: 20px;
    font-size: 5vw;
    margin-bottom: 1rem;
  }
}
.reason-3 .tab-content .row {
  border-bottom: 1px solid #ccc;
}
.reason-3 #option-tab {
  width: 100%;
  margin: 0 0 10px;
}
.reason-3 #option-tab a {
  color: #000;
}
.reason-3 #option-tab .active {
  border-bottom: 3px solid #e35d87;
}
.reason-3 #option-tab .active a {
  color: #e35d87;
  font-weight: bold;
}
.reason-3 .row .col-md-6:first-child {
  border-right: 1px solid #ccc;
}
.reason-3 .row:last-child {
  border: none;
}
.reason-3 ul {
  margin-bottom: 25px;
}
.reason-3 ul li {
  position: relative;
  padding: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.reason-3 ul li.active,
.reason-3 ul li:hover {
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
.tab-content .tab-pane {
  background: #fff;
  padding: 2%;
  border-radius: 3px;
}
.tab-content .tab-pane .col-md-3 {
  margin-bottom: 10px;
}
@media screen and (max-width: 770px) {
  .tab-content {
    height: auto;
  }
  .reason-3 {
    background-position: bottom center;
  }
}
@media screen and (max-width: 770px) {
  .reason-3 .tab-content .row,
  .reason-3 .row .col-md-6:first-child {
    border: none;
  }
}
.col-md-15 {
  width: 19.1%;
  padding: 0;
  margin-right: 1%;
  list-style-type: none;
}
.col-md-15:last-child {
  margin: 0;
}
@media screen and (max-width: 435px) {
  .col-md-15 {
    width: auto;
  }
}
@media screen and (max-width: 435px) {
  .col-xs-4 {
    width: 33.33333333%;
    margin: 0;
  }
  .offset-2 {
    margin-left: 16%;
  }
}
.cost {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .cost h1,
  .cost h2 {
    font-size: 22px;
    font-size: 5.5vw;
  }
}
.cost a {
  color: #d8bf4f;
  text-decoration: underline;
}
.cost p {
  font-size: 20px;
}
.cost small {
  font-size: 14px;
}
.offer-2 {
  position: relative;
}
.offer-2:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 30px solid #fff;
  border-right: 70px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 70px solid transparent;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .offer-2:before {
    border-top: 15px solid #fff;
    border-right: 35px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 35px solid transparent;
  }
}
.offer-2 ul li:after {
  background-color: #ff0143;
}
.offer-2 .lady {
  position: absolute;
  left: 480px;
  top: 108px;
}
.voice .card {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .voice .card .col-md-8 {
    padding: 0 3rem 1rem;
  }
}
.voice h2 {
  position: relative;
  background: url("../images/h2-voice-bg.png");
}
.voice h2:before {
  content: '';
  background: url("../images/h2-voice-down.png") no-repeat;
  width: 182px;
  height: 42px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -42px;
}
.voice h2 .text-center {
  padding: 20px 0 44px;
  background: url("../images/h2-voice-bg2.png") no-repeat center top;
}
@media only screen and (max-width: 768px) {
  .voice .thumb {
    height: 200px !important;
    min-height: 10px !important;
    width: 100% !important;
  }
}
.voice p {
  font-size: 14px;
  font-size: 1.4 ks-rem;
  line-height: 1.428571428571429;
}
.voice h3 {
  font-size: 24px;
  font-size: 2.4 ks-rem;
  line-height: 2.416666666666667;
  position: relative;
  padding-left: 7rem;
}
@media only screen and (max-width: 768px) {
  .voice h3 {
    font-size: 20px;
    font-size: 2 ks-rem;
    line-height: 1.5;
    font-size: 20px;
    font-size: 5vw;
  }
}
.voice h3 .catch {
  width: 58px;
  height: 58px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  font-size: 1.8 ks-rem;
  line-height: 0.888888888888889;
}
.voice h3 .catch .big {
  font-size: 40px;
  font-size: 4 ks-rem;
  line-height: 1;
}
@media screen and (max-width: 435px) {
  .voice h2:before {
    background-size: 100%;
    width: 110px;
  }
}
@media screen and (max-width: 435px) {
  .voice h2 .text-center {
    padding: 20px 0;
  }
}
@media screen and (max-width: 435px) {
  .voice .dl-horizontal dd {
    border-bottom: 1px solid #ccc;
    width: 80%;
  }
  .voice .dl-horizontal dd:last-child {
    border: none;
  }
}
@media screen and (max-width: 435px) {
  .voice h2 {
    margin-bottom: 40px;
  }
}
.a-media.blue {
  background: #0a3998;
}
.a-media .slick-track {
  padding: 1% 0;
}
.slick-prev:before,
.slick-next:before {
  font-size: 30px;
}
.panel {
  color: #888;
  margin: 10px;
  padding: 2%;
  line-height: 130%;
}
.photo {
  background: #507fce;
}
.photo .slick-slider {
  margin-top: 0;
}
.slick-prev,
.slick-next {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 435px) {
  .media .slick-slider {
    margin: 1% 0 2%;
  }
}
.wrapper {
  position: relative;
  background: #4e79d1;
  padding: 70px 0 0;
}
.wrapper:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 30px solid #fff;
  border-right: 80px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 80px solid transparent;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
}
@media screen and (max-width: 435px) {
  .wrapper:before {
    border-right-width: 40px;
    border-left-width: 40px;
  }
}
@media screen and (max-width: 435px) {
  .photo .slick-slider {
    margin-bottom: 3%;
  }
}
.faq {
  background: #b8c7e7;
}
.faq dt {
  background: url("../images/faq-dt.png") no-repeat 15px 50% #fff;
  border-bottom: 1px solid #ccc;
  margin-top: 20px;
}
.faq dd {
  background: url("../images/faq-dd.png") no-repeat 15px 30px #fff;
  display: none;
  font-size: 16px;
  padding-right: 20px;
}
.faq dt,
.faq dd {
  font-size: 22px;
  padding: 35px 10px;
  padding-left: 100px;
}
.glyphicon-menu-down {
  font-size: 30px;
  margin-right: 20px;
}
@media screen and (max-width: 435px) {
  .faq dt,
  .faq dd {
    background-size: 10%;
    background-position: 3% 50%;
    padding: 5% 10% 5% 15%;
    font-size: 100%;
  }
}
@media screen and (max-width: 435px) {
  .faq dt {
    position: relative;
    min-height: 60px;
    margin-top: 2%;
  }
  .faq dt span {
    position: absolute;
    top: 15px;
    right: -10px;
  }
  .faq dd {
    padding-bottom: 3%;
  }
  .glyphicon-menu-down {
    font-size: 15px;
  }
}
.thanks a {
  margin-top: -50px;
  font-size: 130%;
  text-decoration: underline;
  padding: 24px;
}
@media screen and (max-width: 435px) {
  .thanks a {
    margin-top: 10px;
  }
}
.recruit .recruit-box {
  background: url("../images/recruit-bg.png");
  position: relative;
  border: 2px solid #e2a92b;
}
.recruit .recruit-box h1 {
  border-bottom: 2px solid #e2a92b;
  position: relative;
  margin-bottom: 3rem;
}
.recruit .recruit-box h1:before,
.recruit .recruit-box h1:after {
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
  background: url("../images/deco-border.svg") no-repeat;
  bottom: -1.1rem;
}
.recruit .recruit-box h1:before {
  left: -0.5rem;
}
.recruit .recruit-box h1:after {
  right: -0.5rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.recruit .recruit-box p {
  font-size: 20px;
  font-size: 2 ks-rem;
  line-height: 1.7;
}
.recruit .recruit-box:before,
.recruit .recruit-box:after,
.recruit .recruit-box .inner:before,
.recruit .recruit-box .inner:after {
  content: '';
  position: absolute;
  background: url("../images/deco-line.svg") no-repeat;
  width: 30px;
  height: 30px;
}
.recruit .recruit-box:before,
.recruit .recruit-box:after {
  top: -3px;
}
.recruit .recruit-box:before {
  left: -3px;
}
.recruit .recruit-box:after {
  right: -3px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.recruit .recruit-box .inner:before,
.recruit .recruit-box .inner:after {
  bottom: -3px;
}
.recruit .recruit-box .inner:before {
  left: -3px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.recruit .recruit-box .inner:after {
  right: -3px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.recruit .button-flat {
  margin: auto;
  width: 300px;
  color: #fff;
  display: block;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 2;
  height: 85.71428571428571px;
}
.recruit .button-flat:before {
  content: '';
  display: inline-block;
  background-color: #f20;
  border-radius: 3px;
  box-shadow: 0 5px 0 #801100;
  position: absolute;
  width: 300px;
  height: 85.71428571428571px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.recruit .button-flat span {
  position: absolute;
  width: 300px;
  height: 24px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.recruit .button-flat:hover {
  color: #fff;
}
.recruit .button-flat:hover span {
  top: 5px;
}
.recruit .button-flat:hover:before {
  box-shadow: 0 1px 0 #f20;
  top: 5px;
}
.recruit .button-flat .fa {
  position: absolute;
  right: 0.5rem;
  width: 20px;
  height: 20px;
  margin: auto;
  top: 0;
  bottom: 0;
}
footer {
  border-top: 3px solid #0a3998;
  margin-top: 5%;
  padding-top: 3px;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
footer .container {
  width: 1010px;
}
footer .inner {
  background: #5b7bbc;
  padding-top: 2%;
}
footer img {
  width: 100%;
  margin-top: 10%;
}
@media screen and (max-width: 435px) {
  footer img {
    margin: 0 0 10px;
  }
}
.fnav {
  font-size: 11px;
  line-height: 100%;
}
.fnav li {
  padding: 0;
  color: #fff;
}
.fnav a {
  color: #fff;
}
.copyright {
  background: #0a3998;
  color: #fff;
  margin-top: 2%;
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 180%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  z-index: 9999;
}
#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 15px 0;
  text-align: center;
  display: block;
  border-radius: 10px;
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}
