@charset "utf-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese");

body {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fadein {
  opacity: 0;
}

/*下からフェードイン*/
.scrollin {
  opacity: 0;
  animation-name: fadein-bottom;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes fadein-bottom {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

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

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

.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
.text-copy {
  font-size: 14px;
  margin-top: 10px;
}

figure img {
  display: inline-block;
}

.w-100p {
  width: 100%;
}

[sfcc] #top .dylan-hamburger.open{
  left: inherit !important;
  right: 10px;
}
[sfcc] .wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.wrapper-wrap,
.wrapper-wrap *,
.wrapper-wrap *::before,
.wrapper-wrap *::after {
  box-sizing: border-box
}
/*大枠*/
.wrapper-wrap {
  /*元設定のリセット*/
  max-width: none !important;
  padding: 0;
  margin: 0 !important;
  width: 100% !important;

  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;

  padding-left: 82px !important;
  padding-right: 82px !important;
}
.wrapper-wrap img {
  max-width: 100%;
  height: auto;

  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
.wrapper-main {
  color: #333;
  font-size: 18px;
  margin-left: -82px;
  margin-right: -82px;
  padding-left: 82px;
  padding-right: 82px;
}
.wrapper-main:after {
  content: " ";
  display: block;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .wrapper-wrap {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .wrapper-main {
    font-size: 14px;
    width: auto;
    min-width: 100%;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  /*最後不要なもの削除*/
  .wrapper-wrap,
  .main,
  .navi-sidebar,
  .header,
  .inner-hf,
  .container-inner,
  .footer {
    min-width: 100%;
    width: auto;
  }
}

.wrapper-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

.main-visual {
  /*
  background: url(../img/img_mv.jpg) no-repeat center center;
  background-size: cover;

   */
  position: relative;
  width: 100%;
  /*
  height: 100%;
   */
  /*
  height: 100vh;
   */
  /*
  max-height: 1080px;
   */
  overflow: hidden;
  padding: 0;
  /*
  margin-left: -82px;
  margin-right: -82px;

   */
  /*
  height: 0;
  position: relative;
  padding-bottom: 56.25%;

   */
}
/*
.main-visual:before{
  content: "";
  display: block;
  padding-top: 56.25%;
}

 */
.main-visual .video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main-visual img {
  /*
  display: none;
   */
  width: 100%;
  /*
  height: 100%;
   */
}


@media only screen and (max-width: 767px) {
  .main-visual {
    /*
    margin-left: -20px;
    margin-right: -20px;

     */
    /*
    height: 240px;
     */
    height: auto;
  }
}

.container-fluid {
  position: relative;
  margin-bottom: 0;
  margin-left: -82px;
  margin-right: -82px;
  padding: 0 82px;
  font-size: 18px;
  overflow: hidden;
}
.container-fluid:before {
  display: block;
  content: " ";
}
.container-fluid.full {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .container-fluid {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;

    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }
}
.container-inner {
  position: relative;
  max-width: 1202px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.container-inner + .container-inner {
  margin-top: 120px;
}
.container-inner:after {
  content: " ";
  display: block;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .container-fluid {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.bg-accent {
  position: relative;
  z-index: 1;
}
.bg-accent:nth-child(even):before{
  content: '';
  position: absolute;
  top: 0;
  left: 55%;
  background: #foo-\\;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-accent:nth-child(odd):before{
  content: '';
  position: absolute;
  top: 0;
  right: 55%;
  background: #b6e0c4;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*
.tit01 {
  text-align: center;
  margin-bottom: 10px;
}
.tit01 + .copy {
  color: #00AD82;
  font-size: 24px;
  font-weight: bold;
}
.tit01 + .copy + p {
  font-size: 24px;
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .tit01 {
    margin-bottom: 15px;
  }
  .tit01 + .copy {
    font-size: 18px;
  }
  .tit01 + .copy + p {
    margin-top: 35px;
  }
}

.tit02 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 60px;
}
.tit02 span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: solid 1px #333;
}
@media only screen and (max-width: 767px) {
  .tit02 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
*/
.item_radius {
  border-radius: 24px;
}

.block-sec_pic {

}

#asicspoint{
  margin: 69px auto 0;
  width: 860px;
  border: 10px solid #fff5e5;
  border-radius: 32px;
  padding: 30px;
}

#asicspoint .point_img{
  width: 360px;
  margin: 0 auto;
}

#asicspoint .point_txt p{
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  margin-top: 30px;
  line-height: 1.8; 
}

#asicspoint .point_txt span.green_50st{
  color: #4e8579;
  font-size: 1.5em;
  background: linear-gradient(transparent 60%, #ede04b 60%);  
}

#asicspoint .point_txt span.green_50{
  color: #4e8579;
}


@media only screen and (max-width: 767px) {

  #asicspoint{
  width: 90%;
  }

  #asicspoint .point_img{
  width: 100%;
  }



}


@media only screen and (max-width: 767px) {
  .block-sec_pic {
    margin-left: -23%;
    width: 100%;
  }
}
.block-sec_txt {
  background: #fff;
  display: inline-block;
  font-size: 18px;
  line-height: 1.88;
  width: 70.69%;
  max-width: 813px;
  padding: 40px 45px;
  margin-left: calc(100% - 70.69%);
}
.block-sec_txt.left {
  margin-left: inherit;
  margin-right: calc(100% - 70.69%);
}
.block-sec_txt.short {
  width: 52.69%;
}
@media only screen and (max-width: 767px) {
  .block-sec_txt {
    font-size: 14px;
    line-height: 1.5;
    margin-left: 40px;
    padding: 20px;
    width: calc(100% - 40px);
  }
  .block-sec_txt.short {
    width: 88%;
  }
}

.js-ac_box {
  position: relative;
  margin-top: 30px;
}

.js-ac_trigger {
  text-align: right;
}
.js-ac_trigger.left {
  text-align: left;
}
.js-ac_trigger a{
  position:relative;
  display: inline-block;
}
.js-ac_trigger a:before{
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 15px;
  height: 2px;
  /*横線に*/
  transform: rotate(90deg);
  background: #fff;
  transition: all .3s ease-in-out;
}
.js-ac_trigger a:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  /*縦線*/
  width: 15px;
  height: 2px;
  background: #fff;
  transition: all .2s ease-in-out;

}

.js-ac_trigger a.open:before{
  transform: rotate(180deg);

}
.js-ac_trigger a.open:after{
  opacity: 0;
}

.btn-ac {
  background: #aeb0d4;
  border-radius: 9999px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 6em 10px 2.5em;
}
@media only screen and (max-width: 767px){
  .btn-ac {
    font-size: 16px;
    padding: 10px 6em 10px 2.5em;
  }
}

.btn-anchor {
  position: relative;
}
.btn-anchor:before {
  content: "";
  position: absolute;
  top: 30%;
  right: 3em;
  width: 15px;
  height: 15px;
  border-bottom: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.ac_box {
  margin-top: 25px;
  background: #aeb0d4;
  border-radius: 24px;
  color: #fff;
  padding: 60px 50px;
}
.box-tit01 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.42;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px){
  .ac_box {
    margin-top: 10px;
    padding: 25px 20px;
  }
  .box-tit01 {
    font-size: 18px;
    margin-bottom: 13px;
  }
}

.box-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.box-half > * {
  width: 48.47%;
}
.box_text {
  line-height: 1.88;
}

@media only screen and (max-width: 767px){
  .sp_order1 { order: 1; }
  .sp_order2 { order: 2; }

  .box-half {
    flex-direction: column;
  }
  .box-half > * {
    width: 100%;
  }
  .box_pic {
    margin-bottom: 10px;
  }
}

[class*="box-flex"]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.box-flex01 .box_text {
  width: 36.52%;
}
.box-flex01 .box_pic {
  width: 60.86%;
  background: #fff;
  border-radius: 24px;
  padding: 45px;
}
.box-flex01 .box_pic .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.22 !important;
}
.box-flex01 .box_pic .copy {
  font-size: 13px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  [class*="box-flex"]{
    flex-direction: column;
  }
  .box-flex01 {
    overflow-x: hidden;
  }
  .box-flex01 .box_text {
    padding-left: 20px;
  }
  .box-flex01 .box_text {
    width: 74.62%;
  }
  .box-flex01 .box_pic {
    /*
    margin-top: 20px;
    width: 93%;
    margin-left: 40px;
    padding: 20px;

     */
    margin-top: 20px;
    width: 90%;
    margin-left: 60px;
    padding: 20px;
    padding-right: 40px;
  }
  .box-flex01 .box_pic .title {
    font-size: 18px;
  }
  .box-flex01 .box_pic .copy {
    font-size: 10px;
    text-align: right;
  }
}

.box-flex02 .box_text {
  width: 51.72%;
}
.box-flex02 .box_pic {
  width: 45.37%;
}
@media only screen and (max-width: 767px) {
  .box-flex02 .box_text,
  .box-flex02 .box_pic {
    width: 100%;
  }
}
.wrapper01 {
  background: url(../img/bg01.png) no-repeat center top;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .wrapper01 {
    background: url(../img/bg01_sp.png) no-repeat center top;
    background-size: 100%;
  }
}
.wrapper02 {
  background: url(../img/bg02.png) no-repeat left top;
}
@media only screen and (max-width: 767px) {
  .wrapper02 {
    background:none;
    position: relative;
  }
  .wrapper02:before {
    content: '';
    position: absolute;
    top: -320px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg02_sp.png) no-repeat left top;
    z-index: -1;
  }
}
.wrapper03 {
  background:none;
  position: relative;
}
.wrapper03:before {
  content: '';
  position: absolute;
  top: 316px;
  left: 0;
  width: 100%;
  height: 7%;
  background: #EDECEC;
  z-index: -1;
}
@media only screen and (max-width: 767px) {

}

#content01 {
  padding-top: 145px;
  padding-bottom: 115px;
}
#content01 .copy {
  color: #4f8577;
  font-size: 24px;
  font-weight: bold;
  margin: 5px auto 60px;
}
#content01 .copy + p {
  font-size: 24px;
  font-weight: 800;
}
#content01 .box-text {
  font-size: 24px;
  font-weight: 800;
  margin-top: 100px;
}
#content01 .box-text .text {
  text-align: center;
}
#content01 .box-text .text span {
  color: #4f8577;
  font-size: 40px;
  position: relative;
}
#content01 .box-text .text span:before {
  content: 'アシックスは';
  position: absolute;
  top: -1.5em;
  left: .5em;
  color: #333;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  #content01 {
    padding-top: 35px;
    padding-bottom: 45px;
  }
  #content01 .copy {
    font-size: 18px;
    margin: 10px auto 20px;
  }
  #content01 .copy + p {
    font-size: 14px;
  }
  #content01 .box-text {
    font-size: 14px;
    margin-top: 60px;
  }
  #content01 .box-text .text span {
    font-size: 18px;
  }
  #content01 .box-text .text span:before {
    left: 50%;
    font-size: 14px;
  }
}

#content02 {
  padding-top: 55px;
  padding-bottom: 3em;
}
#content02 .bg-accent:before{
  top: -55px;
  height: 85%;
}
#content02 p{
  line-height: 1.9;
}
#content02 p + p{
  margin-top: 2.5em;
}
#content02 .tit span {
  border-bottom: solid 2px #74897b;
}
#content02 .tit {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 50px;
}
#content02 .block-sec_txt {
  margin-top: -2em;
}
#content02 .box-flex02 {
  margin-bottom: 1.5em;
}
#content02 .box-bnr_inner .item001 {
  width: 26%;
}
#content02 .box-bnr_inner .item002 {
  width: 26%;
}
#content02 .box-bnr_inner .item003 {
  width: 26%;
}
#content02 .box-bnr_inner .item004 {
  width: 17%;
}
#content02 .box-bnr_inner .item005 {
  width: 23%;
}
#content02 .box-bnr_inner .item006 {
  width: 21%;
}
#content02 .box-bnr_inner .item007 {
  width: 27%;
}
#content02 .box-bnr_inner .item008 {
  width: 20%;
}
.text-items {
  font-size: 24px;
  font-weight: bold;
  /*
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);

   */
  line-height: 1;
  /*
  width: 100%;
   */
}
#content02 [class*='text-num_box-'] {
  /*
  display: inline-block;
  width: 7.0em;
  height: 1em;
  position: relative;

   */
}
/*
#content02 .text-num_box-001 {
  width: 7.0em;
}
#content02 .text-num_box-002 {
  width: 8.0em;
}
#content02 .text-num_box-003 {
  width: 20.0em;
}
#content02 .text-num_box-004 {
  width: 5.0em;
}
#content02 .text-num_box-005 {
  width: 7.0em;
}

 */
@media only screen and (max-width: 767px) {
  #content02 {
    padding-top: 18px;
    margin-left: -20px;
    margin-right: -20px;
    padding-right: 0;
    padding-left: 0;
  }
  #content02 .bg-accent:before{
    top: -18px;
    right: 20%;
    height: 95%;
  }
  #content02 .tit {
    font-size: 18px;
    margin-left: 40px;
    margin-bottom: 15px;
  }
  /*
  #content02 .box_text {
    padding-left: 40px;
  }

   */
  #content02 .block-sec_txt {
    margin-left: 20px;
  }


  #content02 .box-bnr_inner > * {
    width: 48% !important;
  }
}

.box-bnr {
  background: #fff;
  border-radius: 24px;
  color: #211816;
  padding: 20px 40px 60px;
  margin-top: 40px;
}
.box-bnr .caption{
  font-size: 14px;
  text-align: right;
}
.box-bnr .title {
  font-size: 18px;
  position: relative;
  margin: 0;
  margin-bottom: 2em;
  z-index: 0;
}
.box-bnr .title span{
  background: #fff;
  padding-right: 1em;
  z-index: 1;
}
.box-bnr .title span:before {
  content: '▼';
  margin-right: 5px;
}
.box-bnr .title:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  /*
  display: inline-block;
   */
  width: 100%;
  height: 1px;
  background-color: #333;
  z-index: -1;
}
.box-bnr_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.box-bnr_inner .logo {
  text-align: center;
}
/*
.box-bnr_inner .logo img{
  max-height: 94px;
}

 */
.box-bnr_inner .text {
  font-size: 13px;
  line-height: 1.58;
}
.box-bnr_inner > * {
  width: 23%;
  width: auto;
}
.box-bnr_inner + .title {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .box-bnr {
    padding: 20px;
    margin-top: 20px;
  }
  .box-bnr .caption{
    font-size: 13px;
  }
  .box-bnr .title {
    font-size: 14px;
    margin-bottom: 2em;
  }
  .box-bnr_inner {
    flex-wrap: wrap;
  }
  .box-bnr_inner > * {
    width: 50%;
    padding: 10px;
  }
  .box-bnr_inner + .title {
    margin-top: 35px;
  }
}

#content03 {
  /*
  background: #f1f3f4;
   */
  padding-top: 79px;
  padding-bottom: 94px;
}
#content03 .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
#content03 .content-wrap.intro {
  justify-content: flex-end;
  margin-top: 90px;
  position: relative;
  margin-right: 43px;
  padding-left: 50px;
}

#content03 .content-wrap.intro figure {
  position: absolute;
  top: 170px;
  left: 50px;
  width: 55%;
  max-width: 678px;
}
#content03 .content-wrap.intro .block {
  flex-basis: 62.1875%;
  border-radius: 24px;
  padding: 170px 50px 50px 12em;
  position: relative;
}
#content03 .content-wrap.intro .block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: #b6e0c4;
  border-radius: 24px;
  z-index: -1;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop,
  #content03 .content-wrap.intro .block {
    padding: 170px 50px 50px 18em;
    flex-basis: 33%;
  }
}
#content03 .content-wrap.intro .tit {
  font-size: 36px;
  font-weight: 800;
  position: absolute;
  top: 50px;
  left: -5em;
}
#content03 .content-wrap.intro .tit span {
  border-bottom: solid 2px #74897b;
}
#content03 .text {
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  #content03 {
    padding: 25px 25px 45px;
  }
  #content03 .content-wrap.intro {
    flex-direction: column;
    margin-top: 25px;
    margin-right: 0;
    padding-left: 40px;
  }
  #content03 .content-wrap.intro figure {
    position: relative;
    top: 0;
    left: -100px;
    width: 100%;
    margin: 0 auto;
  }
  #content03 .content-wrap.intro .block {
    margin-top: -17px;
    padding: 64px 0 20px 33px;
  }
  #content03 .content-wrap.intro .block:before {
    height: 150%;
  }
  #content03 .content-wrap.intro .tit {
    font-size: 20px;
    top: 17px;
    left: -2.5em;
  }
  #content03 .content-wrap.intro .text {
    line-height: 1.5;
  }

}

#content03 .container-inner + .container-inner {
  margin-top: 185px;
}
#content03 .tit42 {
  font-size: 42px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 25px;
}
#content03 .content-wrap.step {
  justify-content: space-between;
  padding: 0 50px;
}
#content03 .content-wrap.step .block {
  border-radius: 24px;
  border: solid 1px #333;
  background: #fff;
  width: 19%;
  text-align: center;
  padding: 30px 25px;
  position: relative;
}
#content03 .content-wrap.step .block .step{
  width: 75%;
  margin: 15px auto 0
}
#content03 .content-wrap.step .block .text{
  text-align: left;
  line-height: 1.55;
  margin-top: 25px;
  font-size: 16px;
}
#content03 .content-wrap.step .block .text span{
  font-size: 14px;
  line-height: 1;
}
/*
#content03 .step4:before {
  content: '';
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 8.5vw;
  height: 22px;
  background: #fff;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #333;
  border-right: solid 1px #333;
  z-index: 1;
}

 */
@media only screen and (max-width: 767px) {
  #content03 .container-inner + .container-inner {
    margin-top: 30px;
  }
  #content03 .tit42 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  #content03 .content-wrap.step {
    flex-direction: column;
    padding: 0;
  }
  #content03 .content-wrap.step .block {
    border-radius: 12px;
    width: 100%;
    text-align: left;
    padding: 20px 14px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;

  }
  #content03 .content-wrap.step .block + .block {
    margin-top: 15px;
  }
  #content03 .content-wrap.step figure {
    width: 28.5%;
  }
  #content03 .content-wrap.step div {
    width: 65.5%;
  }
  #content03 .content-wrap.step .block .step{
    width: 50%;
    margin: 0;
  }
  #content03 .content-wrap.step .block .text{
    margin-top: 5px;
    font-size: 14px;
  }
  #content03 .content-wrap.step .block .text span{
  font-size: 12px;
  }
  #content03 .step4:before {
    bottom: -17px;
    width: 25%;
    height: 17px;
  }

}

#content03 .content-wrap.step5 {
  padding: 0 50px;
  margin-top: 20px;
}
#content03 .content-wrap.step5 .block{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  border-radius: 24px;
  border: solid 1px #333;
  background: #fff;
  padding: 45px 25px 45px 50px;
  position: relative;
}
  #content03 .content-wrap.step5 .step img{
    width: 165px;
  }
/*
#content03 .content-wrap.step5 .block:before{
  content: '';
  position: absolute;
  bottom: -232px;
  right: 70px;
  width: 8.5vw;
  height: 232px;
  background: #fff;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #333;
  border-right: solid 1px #333;
  z-index: 1;
}

 */
#content03 .content-wrap.step5 .block > div{
  width: 43.19%;
}
#content03 .content-wrap.step5 .block > figure{
  width: calc(100% - 51.19%);
}
#content03 .content-wrap.step5 .text{
  margin-top: 35px;
  line-height: 1.55;
}
#content03 .content-wrap.step5 .btn{
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #CA5641;
  border: solid 4px #CA5641;
  text-decoration: none;
  padding: .8em 1em;
  border-radius: 50px;
  margin-top: 40px;
  text-align: center;

}
#content03 .content-wrap.step5 .btn:hover{
  color: #fff;
  background: #CA5641;
}
@media only screen and (max-width: 767px) {
  #content03 .content-wrap.step5 {
    padding: 0;
    margin-top: 15px;
  }
  #content03 .content-wrap.step5 .block{
    flex-direction: column;
    border-radius: 12px;
    padding: 20px 15px;
  }
  #content03 .content-wrap.step5 .block > div{
    width: 100%;
    margin-bottom: 20px;
  }
  #content03 .content-wrap.step5 .step{
    width: 35%;
    margin: 0 auto;
  }
  #content03 .content-wrap.step5 .text{
    margin-top: 10px;
    line-height: 1.5;
  }
  #content03 .content-wrap.step5 .btn{
    font-size: 16px;
    border: solid 2px #CA5641;
    padding: .5em 1em;
    margin-top: 20px;
  }
  #content03 .content-wrap.step5 .block > figure{
  width: 100%;
  }
}

.zindex2 {
  z-index: 2;
}
.bg01 {
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
  max-width: 1302px;
}
.bg01:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background: #fff5e5;
  border-radius: 24px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .bg01 {
    padding-bottom: 25px;
  }
  .bg01:before {
    width: 150vw;
    height: 120%;
    border-radius: 0;
    z-index: -1;
    left: -50px;
  }
    #content03 .content-wrap.step5 .step img{
    width: 100%;
  }
}

#content04 {
  background: #fff5e5;
  padding-top: 45px;
  padding-bottom: 45px;
}
#content04 .tit {
  text-align: center;
  width: 495px;
  margin: 0 auto;
}
#content04 .tit + p {
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  margin-top: 20px;
}
#content04 .content-wrap {
  border-radius: 24px;
  border: solid 1px #333;
  background: #fff;
  padding: 60px 50px 40px;
  position: relative;
}
#content04 span img {
  width: 54px;
}
/*
#content04 .content-wrap:before {
  content: '';
  position: absolute;
  top: -50px;
  right: 120px;
  width: 8.5vw;
  height: 50px;
  background: #fff;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #333;
  border-right: solid 1px #333;
  z-index: 1;
}

 */

#content04 .content-wrap .flow-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;

}
#content04 .content-wrap .flow-step figure{
  position: relative;
}
#content04 .content-wrap .flow-step > div + div figure:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -33px;
  width: 64px;
  height: 64px;
  background: url(../img/img_sec04_arrow.png) no-repeat center center;
  background-size: contain;
}
#content04 .content-wrap .flow-step > div:last-of-type figure:before {
  left: -40px;
}
#content04 .content-wrap .flow-step > div{
  width: 20%;
  text-align: center;
  font-weight: 800;
  line-height: 1.27;
}

#content04 .content-wrap .flow-step span{
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  #content04 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #content04 .tit {
    width: 75%;
    margin: 0 auto;
  }

  #content04 .tit + p {
    font-size: 16px;
    margin-top: 10px;
  }

  #content04 .content-wrap {
    border-radius: 12px;
    padding: 25px 30px;
  }

  #content04 .content-wrap .flow-step {
    flex-direction: column;
  }

  #content04 .content-wrap .flow-step > div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #content04 .content-wrap .flow-step > div + div figure:before {
    top: -15%;
    left: 50%;
    width: 39px;
    height: 39px;
    transform: translateX(-50%) rotate(90deg);
    z-index: 1;
  }
  #content04 .content-wrap .flow-step > div:last-of-type figure:before {
    left: 50%;
  }
  #content04 .content-wrap .flow-step figure {
    width: 45%;
  }
  #content04 .content-wrap .flow-step figure + div {
    width: 55%;
  }
  #content04 .content-wrap:before {
    right: 75px;
  }
}

#bring .container-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
#bring .container-inner figure{
  width: 155px;
  margin-right: 10px;
}
#bring .container-inner p{
  width: calc(100% - 155px);
}
@media only screen and (max-width: 767px) {
  #bring .container-inner {
    flex-direction: column;
    margin-top: 0;
  }
  #bring .container-inner figure{
    width: 25%;
    margin: 0 auto;
  }
  #bring .container-inner p{
    font-size: 12px;
    margin-top: 10px;
    width: 100%;
  }
}


#content05 {
  padding-top: 79px;
  padding-bottom: 94px;
}
#content05 .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
#content05 .content-wrap.intro {
  justify-content: flex-start;
  /*
  margin-top: 90px;
   */
  position: relative;
  padding-right: 50px;
}

#content05 .content-wrap.intro figure {
  position: absolute;
  top: 100px;
  right: 0;
  width: 55%;
  max-width: 678px;
}
#content05 .content-wrap.intro .block {
  flex-basis: 62.1875%;
  border-radius: 24px;
  padding: 60px 15.5% 80px 0;
  position: relative;
}
#content05 .content-wrap.intro .block:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background: #b6e0c4;
  border-radius: 24px;
  z-index: -1;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop,
  #content05 .content-wrap.intro .block {
    padding: 60px 12.5% 80px 0;
    flex-basis: 46%;
  }
}
#content05 .content-wrap.intro .tit {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 30px;
}
#content05 .content-wrap.intro .tit span {
  border-bottom: solid 2px #74897b;
}
#content05 .text {
  line-height: 1.8;
}

#content05 .ac_box {
  color: inherit;
  padding: 110px 50px 60px;
}
#content05 .box-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  /*
  align-items: stretch;
   */
}
#content05 .box-point > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 31.03%;
}
#content05 .box-point .card {
  background: #fff;
  border-radius: 24px;
  padding: 30px;
  line-height: 1.55;
  position: relative;
}
#content05 .box-point .point {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
#content05 .box-point figure img {
  width: 100%;
}
#content05 .box-point .header {
  font-size: 24px;
  font-weight: 800;
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  #content05 {
    padding: 25px 25px 45px;
  }
  #content05 .content-wrap.intro {
    flex-direction: column;
    margin-top: 25px;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 0;
  }
  #content05 .content-wrap.intro figure {
    position: relative;
    top: 0;
    right: 115px;
    width: 100%;
    margin: 0 auto;
  }
  #content05 .content-wrap.intro .block {
    padding: 24px 0 20px 33px;
  }
  #content05 .content-wrap.intro .block:before {
    height: 150%;
    right: inherit;
    left: 0;
  }
  #content05 .content-wrap.intro .tit {
    font-size: 20px;
    margin-left: -60px;
  }
  #content05 .content-wrap.intro .text {
    line-height: 1.5;
  }

  #content05 .ac_box {
    padding: 50px 20px 20px;
    border-radius: 12px;
  }
  #content05 .box-point {
    flex-direction: column;
  }
  #content05 .box-point > * {
    width: 100%;
  }
  #content05 .box-point > * + *{
    margin-top: 50px;
  }
  #content05 .box-point .card {
    padding: 20px;
  }
  #content05 .box-point .point {
    position: absolute;
    top: -30px;
    left: 0;
    transform: none;
    height: 25px;
  }
  #content05 .box-point .point img {
    height: 25px;
  }
  #content05 .box-point .header {
    font-size: 16px;
    margin: 5px 0;
  }
}


#content06 {
  padding-top: 79px;
  padding-bottom: 0;
}
#content06 .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
#content06 .content-wrap.intro {
  justify-content: flex-start;
  position: relative;
  padding-right: 50px;
}

#content06 .content-wrap.intro figure {
  position: absolute;
  top: 0;
  right: -130px;
  width: 65%;
}
#content06 .content-wrap.intro .block {
  flex-basis: 62.1875%;
  border-radius: 24px;
  padding: 0 25% 20px 0;
  position: relative;
}
/*
#content06 .content-wrap.intro .block:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background: #b6e0c4;
  border-radius: 24px;
  z-index: -1;
}

 */
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop,
  #content06 .content-wrap.intro .block {
    padding: 0 12.5% 20px 0;
    flex-basis: 37%;
  }
}
#content06 .content-wrap.intro .tit {
  color: #4E8579;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 30px;
}
#content06 .content-wrap.intro .tit span {
  border-bottom: solid 2px #74897b;
}
#content06 .text {
  font-size: 20px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #content06 {
    padding: 25px 25px 0;
  }

  #content06 .content-wrap.intro {
    flex-direction: column;
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  #content06 .content-wrap.intro figure {
    position: relative;
    top: 0;
    right: -40px;
    width: 100%;
    margin: 0 auto;
  }

  #content06 .content-wrap.intro .block {
    padding: 0;
    margin-bottom: 20px;
  }

  #content06 .content-wrap.intro .block:before {
    height: 150%;
    right: inherit;
    left: 0;
  }

  #content06 .content-wrap.intro .tit {
    font-size: 20px;
    margin-bottom: 15px;
  }

  #content06 .content-wrap.intro .text {
    font-size: 14px;
    line-height: 1.5;
  }
}

#content06 .ac_box {
  color: inherit;
  background: #FFF5E5;
  padding: 60px 50px 60px;
  margin-top: -25px;
}
#content06 .ac_box .tit {
  font-size: 36px;
  margin-bottom: 40px;
}
#content06 .ac_box .tit + p {
  font-size: 20px;
}
#content06 .box-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
#content06 .box-step .box{
  text-align: center;
  position: relative;
}
#content06 .box-step .box + .box:before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10%;
  width: 54px;
  height: 27px;
  background: url(../img/img_arrow.png) no-repeat center center;
  background-size: contain;
}

#content06 .box-step figure{
  margin-bottom: 10px;
}
#content06 .box-step figure img{
  width: 80%;
}
@media only screen and (max-width: 767px) {
  #content06 .ac_box {
    padding: 60px 25px 20px;
    margin-top: -25px;
    margin-left: -25px;
    margin-right: -25px;
  }
  #content06 .ac_box .tit {
    font-size: 18px;
    margin-bottom: 1em;
    text-align: center;
  }
  #content06 .ac_box .tit + p {
    font-size: 14px;
  }
  #content06 .box-step {
    flex-direction: column;
    margin-top: 30px;
  }
  #content06 .box-step .box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #content06 .box-step .box figure{
    width: 40%;
  }
  #content06 .box-step .box p{
    width: 55%;
  }
  #content06 .box-step .box + .box:before{
    content: '';
    position: absolute;
    top: -20%;
    left: 68%;
    transform: none;
    width: 20px;
    height: 60px;
    background: url(../img/img_arrow_sp.png) no-repeat center center;
    background-size: contain;
  }

}

.text-trademark {
  font-size: 13px;
  text-align: right;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .text-trademark {
    text-align: left;
  }
}

#content07 {
  padding-top: 94px;
}
#content07 .container-inner{
  padding-left: 50px;
  padding-right: 50px;
}
#content07 .tit{
  font-size: 36px;
  font-weight: 800;
  text-align: center;
}
#content07 .btn-ac{
  background: #9ED8B1;
  color: inherit;
  font-size: 20px;
  padding: 20px 6em 20px 2.5em;
  width: 100%;
}
#content07 .js-ac_trigger a:before,
#content07 .js-ac_trigger a:after {
  background: #333;
}
#content07 .ac_box{
  color: inherit;
  background: none;
  padding-top: 0;
}

.table-list{
  padding-bottom: 20px;
  border-bottom: solid 1px #333;
}
.table-list + .table-list{
  margin-top: 50px;
}

.table-list .title{
  background: #e6e6e6;
  font-weight: bold;
  padding: 10px 15px;
  margin-bottom: 30px;
}
.table-list .shop-list,
.table-list .list,
.table-list .list-info{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.table-list .shop-list > p{
  width: 27%;
}
.table-list .shop-list > .list{
  width: 72%;
}
.table-list .shop-list > .list .list-info{
  width: 63%;
}
.table-list .shop-list + .shop-list{
  margin-top: 20px;
  border-top: solid 1px #C5C5C5;
  padding-top: 20px;
}
.table-list [class*="tag-"] {
  color: #fff;
  display: inline-block;
  padding: 0 1em;
}
.table-list [class*="tag-"] + [class*="tag-"]{
  margin-left: 12px;
}
.table-list .tag-1{
  background: #00ad82;
}
.table-list .tag-2{
  background: #aeb0d4;
}
.table-list .tag-info{
  color: #E04F39;
  padding: 0;
  font-size: 14px;
}
.table-list .btn{
  border: solid 1px #C5C5C5;
  background: #fff;
  color: #333;
  padding: 3px 2.5em 3px 2em;
  text-decoration: none;
  position: relative;
}
.table-list .btn:after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  width: 14px;
  height: 20px;
  background: url(../img/icon_mark.png) no-repeat center center;
  background-size: contain;

}

@media only screen and (max-width: 767px) {
  #content07 {
    padding-top: 45px;
  }
  #content07 .container-inner{
    padding-left: 20px;
    padding-right: 20px;
  }
  #content07 .tit{
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
  }
  #content07 .btn-ac{
    font-size: 16px;
    padding: 10px 6em 10px 2.5em;
  }
  .table-list .title{
    background: none;
    border-bottom: solid 5px #e6e6e6;
    padding: 5px 0;
  }
  .table-list .shop-list,
  .table-list .list-info{
    flex-direction: column;
    align-items: normal;
  }
  .table-list .shop-list > p,
  .table-list .shop-list > .list{
    width: 100%;
  }
  .table-list .shop-list > p{
    margin-bottom: 10px;
  }
  .table-list .tag {
    margin-bottom: 5px;
  }
  .table-list [class*="tag-"] {
    font-size: 12px;
    padding: 0 1em;
  }
  .table-list [class*="tag-"] + [class*="tag-"]{
    margin-left: 5px;
  }
}

#content08{
  padding-top: 60px;
}
#content08 .container-inner{
  padding-left: 50px;
  padding-right: 50px;
}
#content08 .tit{
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px;
}
#content08 .tit + p {
  font-size: 20px;
  text-align: center;
}
#content08 .tit + p span {
  color: #00AD82;
}
#content08 .container-wrapper {
  border: solid 1px #333;
  border-top: solid 20px #4E8579;
  border-radius: 24px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 50px;
  width: calc(100% - 100px);
}
#content08 .container-wrapper label{
  display: block;
}
#content08 .container-wrapper input[type*="text"],
#content08 .container-wrapper input[type*="mail"],
#content08 .container-wrapper input[type*="tel"],
#content08 .container-wrapper textarea{
  border: solid 1px #4E8579;
  border-radius: 10px;
  padding: 1em;
  width: 100%;
  margin-top: 5px;
}
#content08 .container-wrapper textarea{
  height: 180px;
}
input::placeholder {
  color: #c1c1c1;
}
input:-ms-input-placeholder {
  color: #c1c1c1;
}
#content08 .apply-form > * {
  margin-bottom: 2em;
}
#content08 .apply-form .container-instance {
  text-align: center;
}
#content08 .apply-form button {
  background: #4E8579;
  border: none;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  padding: 1em 4em;
}
.box-agree {
  border: solid 1px #4E8579;
  border-radius: 10px;
  padding: 1em 1.5em 1em 2em;
  margin-top: 5px;
  line-height: 1.66;
}
.box-agree .inner {
  height: 5em;
  overflow-y: scroll;
}
@media only screen and (max-width: 767px) {
  #content08{
    padding-top: 30px;
  }
  #content08 .container-inner{
    padding-left: 20px;
    padding-right: 20px;
  }
  #content08 .tit{
    font-size: 18px;
    margin-bottom: 20px;
  }
  #content08 .tit + p {
    font-size: 14px;
    text-align: left;
  }
  #content08 .container-wrapper {
    border-radius: 12px;
    padding: 20px;
    width: 100%;
  }

  #content08 .container-wrapper textarea{
    height: 135px;
  }
  #content08 .apply-form button {
    padding: 1em .8em;
    font-size: 12px;
    width: 100%;
  }
  .box-agree {
    padding: .5em;
  }
}

.text-num_box01 {
  display: inline-block;
  width: 3.5em;
  height: 1em;
  position: relative;
}
.text-num_box02 {
  display: inline-block;
  width: 4.5em;
  height: 1em;
  position: relative;
}
.text-num {
  font-size: 38px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  line-height: 1;
}
.text-num .text-num_sub{
  font-size: 50%;
}
@media only screen and (max-width: 767px) {
  .text-num_box01 {
    width: 2.5em;
  }
  .text-num_box02 {
    width: 3.3em;
  }
  .text-num {
    font-size: 25px;
  }
}
mark.type02 {
  background: linear-gradient(transparent 80%, #fff 80%);
  display: inline-block;
}
.orange {
  color: #F07D20 !important;
}
.red {
  color: #E04F39 !important;
}
.cap {
  text-indent: -1em;
  padding-left: 1em;
}

/* tweenmax用 */
.js-animation{
  opacity :0;
  -webkit-transform:translate3D(0,0,0);
  transform:translate3D(0,0,0);
}
.js-animations > * {
  opacity : 0;
  -webkit-transform:translate3D(0,0,0);
  transform:translate3D(0,0,0);
}
.ani-scale{
  -webkit-transform : scale(0); -moz-transform : scale(0); -ms-transform : scale(0); -o-transform : scale(0); transform : scale(0);
}