@charset "UTF-8";
/* CSS Document */
/*
セクション間余白
----------------------------------------------------------- */
body{
  max-width: 2000px;
  margin: 0 auto;
}
section {
  padding: 75px 0;
}

footer {
  padding: 35px 0;
}

/*
色関連
----------------------------------------------------------- */
.bg_cl1 {
  background-color: #eeeef5;
}

.bg_cl2 {
  background-color: #f3f2f2;
}

.cl_base {
  color: #fefeb5;
}

.cl_main {
  color: #ef3300;
}

.cl_accent {
  color: #4265a1;
}

.cl_other1 {
  color: #4265a1;
}

.cl_other2 {
  color: #4265a1;
}

/*
テキスト関連
----------------------------------------------------------- */
.highlight {
  background: -webkit-linear-gradient(transparent 60%, #fdf7b0 60%);
  background: -o-linear-gradient(transparent 60%, #fdf7b0 60%);
  background: linear-gradient(transparent 60%, #fdf7b0 60%);
  font-weight: bold;
}

/*
リンク色
----------------------------------------------------------- */
a:link,
a:visited {
  color: #162bee;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*
はみ出し画像中央
----------------------------------------------------------- */
.wic_wrap {
  overflow-x: hidden;
}

/* wicを使ったセクションのsectionタグに対して.wic_wrapのクラスをつける事 */
.wic img {
  width: auto;
  max-width: unset;
}

/* 中央に表示したいものにwicとwic1をつける */
.wic1 {
  margin-left: calc(50% - 1000px);
}

/*pxの部分を画像の半分の幅に変えてね！*/
.wic1 img {
  width: 2000px;
  max-width: 2000px;
}

.wic2 {
  margin-left: calc(50% - 600px);
}

.wic2 img {
  width: 1200px;
  max-width: 1200px;
}

.wic3 {
  margin-left: calc(50% - 800px);
}

.wic3 img {
  width: 1600px;
  max-width: 1600px;
}

/*
Page Top
----------------------------------------------------------- */
/*TOPへ戻る*/
.pagetop a {
  background-color: #be2e4a;
}



/*
MV
----------------------------------------------------------- */
.mv{
  position: relative;
  overflow: hidden;
}
.mv .mv_img img{
  max-width: none;
  position: relative;
  left: -80px;
}
.mv .gif_img{
  position: absolute;
  bottom: 100px;
  left: calc(50% + 230px);
}
.mv .gif_txt{
  position: relative;
  z-index: 2;
}
.mv .gif{
  margin-top: -70px;
  position: relative;
  z-index: 1;
}
.mv .gif img{
  background-color: #faf2e8;
  border-radius: 50%;
}
@media (min-width: 960px) and (max-width: 1400px) {
  .mv .mv_img img{
    max-width: 140%;
  }
  .mv .gif_img{
    position: absolute;
    bottom: 60px;
    left: calc(50% + 130px);
  }
}
/*
CTA
----------------------------------------------------------- */
.cta{
  background: url(../img/pc_cta_bg.jpg) center center;
  background-size: cover;
}
/*
sec01
----------------------------------------------------------- */
.sec01 h2{
  padding-bottom: 20px;
}
.sec01 .bg01{
  padding-top: 60px;
  background-color: #f7fafc;
}
.sec01 .bg02{
  background: url(../img/pc_sec01_bg.png) no-repeat center bottom;
  margin-top: -180px;
}
/*
sec02
----------------------------------------------------------- */
.sec02{
  background: url(../img/pc_sec02_bg.png) no-repeat center top;
  background-size: cover;
  padding-bottom: 75px;
}

.sec02 .h2_bg{
  background-color: #be2e4a;
  position: relative;
  margin-bottom: 60px;
}
.sec02 .h2_bg:before{
  content: "";
  background-color: #fff;
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  top: 10px;
}
.sec02 .h2_bg:after{
  content: "";
  background-color: #fff;
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 10px;
}
.sec02 .h2_bg .arrow{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 45px 0 45px;
  border-color: #be2e4a transparent transparent transparent;
  bottom: -45px;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
}
.sec02 h2{
  padding: 50px 0;
}
/*
sec03
----------------------------------------------------------- */
.sec03{
  background: url(../img/pc_sec03_bg.png);
}
.sec03 .white_box{
  position: relative;
  padding: 10px;
}
.sec03 .white_box .tit{
  position: relative;
  margin-top: -65px;
}
.sec03 .inner_box{
  position: relative;
  border: solid 3px #111111;
  padding: 40px;
}
.sec03 .inner_box .p01{
  position: absolute;
  top: -5px;
  left: -5px;
}
.sec03 .inner_box .p02{
  position: absolute;
  top: -5px;
  right: -5px;
  transform: scale(-1, 1);
}
.sec03 .inner_box .p03{
  position: absolute;
  bottom: -5px;
  left: -5px;
  transform: scale(1, -1);
}
.sec03 .inner_box .p04{
  position: absolute;
  bottom: -5px;
  right: -5px;
  transform: scale(-1, -1);
}
.sec03 .inner_box .font_s{
  display: inline-block;
}
@media (min-width: 960px) {
  .sec03 .white_box:nth-of-type(1) .fx-col-30-s,
  .sec03 .white_box:nth-of-type(2) .fx-col-30-s {
    -ms-flex-preferred-size: 26%;
    flex-basis: 26%;
    max-width: 26%;
  }
  .sec03 .white_box:nth-of-type(1) .fx-col-70-s,
  .sec03 .white_box:nth-of-type(2) .fx-col-70-s {
    -ms-flex-preferred-size: 74%;
    flex-basis: 74%;
    max-width: 74%;
  }
  .sec03 .white_box:nth-of-type(3) .fx-col-30-s,
  .sec03 .white_box:nth-of-type(4) .fx-col-30-s,
  .sec03 .white_box:nth-of-type(5) .fx-col-30-s {
    -ms-flex-preferred-size: 21%;
    flex-basis: 21%;
    max-width: 21%;
  }
  .sec03 .white_box:nth-of-type(3) .fx-col-70-s,
  .sec03 .white_box:nth-of-type(4) .fx-col-70-s,
  .sec03 .white_box:nth-of-type(5) .fx-col-70-s {
    -ms-flex-preferred-size: 79%;
    flex-basis: 79%;
    max-width: 79%;
  }
  
}
/*
sec04
----------------------------------------------------------- */
.sec04{
  padding: 40px 0 60px;
  background: url(../img/pc_sec04_bg.jpg) no-repeat #fff;
  background-position: calc(50% + 360px) 0;
  background-size: contain;
}
.sec04 p{
  position: relative;
  left: -15px;
}
/*
sec05
----------------------------------------------------------- */
.sec05{
  background: url(../img/pc_sec05_bg.png);
}
.sec05 .h2_bg{
  background-color: #be2e4a;
  position: relative;
  margin-bottom: 60px;
  height: 300px;
}
.sec05 h2{
  top: -36px;
  position: relative;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden
}

.embed-responsive::before {
  display: block;
  content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%
}

.embed-responsive-16by9::before {
  padding-top: 56.25%
}

.embed-responsive-4by3::before {
  padding-top: 75%
}

.embed-responsive-1by1::before {
  padding-top: 100%
}

/*
sec06
----------------------------------------------------------- */
.sec06{
  background: url(../img/pc_sec06_bg.png) no-repeat bottom center;
}
.sec06 .bg01{
  padding-top: 75px;
  background: url(../img/pc_sec06_bg02.png) no-repeat top center;
}
.sec06 .bg01 .box01{
  background: url(../img/pc_sec06_img01.jpg) no-repeat top right;
  padding: 45px;
}
.sec06 .bg01 .box02{
  background: url(../img/pc_sec06_img02.jpg) no-repeat top right;
  padding: 45px;
  margin-bottom: 60px;
}
.sec06 .bg01 .box02 .inner_box{
  color: #FFF;
  background: rgb(214,0,106);
  background: linear-gradient(90deg, rgba(214,0,106,0.7) 0%, rgba(227,81,154,0.7) 100%);
  position: relative;
  padding: 45px;
}
.sec06 .bg01 .box02 .inner_box::after{
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: solid 2px #FFF;
  position: absolute;
  top:10px;
  left: 10px;
  display: block;
}
@media (min-width: 960px) {
  .sec06 .box02 .fx-col-40-s{
    -ms-flex-preferred-size: calc(100% - 525px);
    flex-basis: calc(100% - 525px);
    max-width: calc(100% - 525px);
  }
  .sec06 .box02 .fx-col-60-s {
    -ms-flex-preferred-size: 525px;
    flex-basis: 525px;
    max-width: 525px;
  }
}
.sec06 .img_r{
  float: right;
}

/*
Footer
----------------------------------------------------------- */
.footer_nav1 {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -ms-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 15px;
}

footer .copy {
  text-align: center;
}

footer a:link, footer a:visited {
  color: #111;
  transition: all .3s;
}

footer a:hover, footer a:focus {
  color: #111;
  opacity: .7;
}

footer ul li {
  display: inline-block;
  white-space: nowrap;
}
footer ul li:first-child::after{
  content: "|";
  display: inline-block;
  margin: 0 10px;
  font-size: 18px;
}

footer .copy {
  font-size: 14px;
}

/*
thanks
----------------------------------------------------------- */
.thanks .box{
  background: rgb(188,137,27);
  background: linear-gradient(145deg, rgba(188,137,27,1) 0%, rgba(255,255,220,1) 50%, rgba(188,137,27,1) 100%);
  padding: 10px;
}
.thanks .btn{
  border-radius: 10px;
  box-shadow: 0px 3px 4.9px 0.2px rgba(0, 0, 0, 0.2);
  background: rgb(94,221,0);
  background: linear-gradient(180deg, rgba(94,221,0,1) 4%, rgba(57,149,2,1) 100%);
  border: none;
  font-size: 18px;
  width: 400px;
  margin-top: 30px;
  height: 60px;
  line-height: 60px;
  padding: 0;
}
.thanks .btn:hover{
  background: rgb(94,221,0);
  background: linear-gradient(180deg, rgb(107, 231, 12) 4%, rgb(73, 176, 13) 100%);
}
.thanks a:hover{
  text-decoration: none;
}
