/* CSS Document */
.m-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.m-mid {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.m-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.m-exbold {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.sp-only {
  display: none;
}
.pc-only {
  display: block;
}


/*base****************/
.intoroduction-wrapper {
  width: 100%;
  font-feature-settings: "palt";
  letter-spacing: 0.15em;
}
/*ヘッド部分********/
.intoroduction-head-area {
  width: 100%;
  background: url(../../image/3min/bg-3min-head.png) no-repeat;
  background-size: cover;
  padding: 50px 0 80px;
}
.intoroduction-head-area .title {
  font-size: 38px;
  line-height: 1.4;
  color: #ff1d25;
  text-align: center;
  margin: 0 0 20px 0;
}
.intoroduction-head-area .copy {
  font-size: 20px;
  color: #4d4d4d;
  text-align: center;
  line-height: 1.8;
}


/*コンテンツ部分********/

.curve-bg {
  position: relative;
  width: 100%;
  height: 120px;
  overflow: hidden;
  margin-top: -50px;
}

.curve-bg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.intoroduction-contents {
  width: 100%;
  padding: 50px 0 250px;
	background: url(../../image/3min/bg-3min-grey.svg) #ff1d25 repeat-x;
	background-size: 1200px auto;
	background-position: center bottom;
}
.intoroduction-contents-inner {
  width: 1000px;
  margin: 0 auto;
}
.section-copy-area {
  margin: 0 auto 100px;
  position: relative;
}
.section-copy-area .character {
  position: absolute;
  top:-40px;
  right:-15px;
  width: 220px;
}
.section-copy-jp {
  font-size: 35px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  letter-spacing: 0.2em;
}
.section-copy-jp span {
  font-size: 300%;
  font-family: "Jost", sans-serif;
  font-style: italic;
}
.section-copy-en {
  font-family: "Jost", sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
  color: #fff;
  text-align: center;
}


.strong-point-area,
.strong-point-area-re {
  width: 1000px;
  min-height: 470px;
  background: #fff;
  border-radius: 40px;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 110px;
}

.strong-point-area .pharea,
.strong-point-area-re .pharea {
  width: 40%;
  margin: -70px 2% 0 0;
}
.strong-point-area .pharea .picture,
.strong-point-area-re .pharea .picture {
  width: 100%;
}


.strong-point-area .txtarea,
.strong-point-area-re .txtarea {
  width: 52%;
  color: #333;
  margin: 70px 0 70px 5%;
}
.strong-point-area .txtarea .title,
.strong-point-area-re .txtarea .title {
  font-size: 30px;
  line-height: 1.1;
  text-align: left;
}
.strong-point-area .txtarea .title span.en,
.strong-point-area-re .txtarea .title span.en {
  font-size: 150%;
  font-family: "Jost", sans-serif;
  color: #ff1d25;
  font-style: italic;
}
.strong-point-area .txtarea .title span.jp,
.strong-point-area-re .txtarea .title span.jp {
  color: #ff1d25;
}
.strong-point-area .txtarea .red-line,
.strong-point-area-re .txtarea .red-line {
  width: 30px;
  height: 3px;
  background-color: #ff1d25;
  text-align: left;
  border: none;
  margin: 25px 0;
}
.strong-point-area .txtarea .copy,
.strong-point-area-re .txtarea .copy {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.strong-point-area .txtarea .txt,
.strong-point-area-re .txtarea .txt {
  font-size: 15px;
  line-height: 1.8;
  width: 90%;
  text-align: justify;
}
.strong-point-area .candy,
.strong-point-area-re .candy {
  width: 200px;
  position: absolute;
  top:-70px;
  left:-60px;
}
.strong-point-area .deco {
  width: 210px;
  position: absolute;
  bottom:-55px;
  left:45%;
}
.strong-point-area .deco02 {
  width: 210px;
  position: absolute;
  bottom:-55px;
  left:35px;
}
.strong-point-area .deco03 {
  width: 160px;
  position: absolute;
  bottom:-75px;
  right:30%;
}
.strong-point-area-re .deco04 {
  width: 140px;
  position: absolute;
  bottom:10px;
  right:-60px;
}
.strong-point-area-re .deco05 {
  width: 170px;
  position: absolute;
  bottom:-30px;
  left:32%;
}
.strong-point-area-re .candy-right {
  width: 200px;
  position: absolute;
  top:-70px;
  right:-60px;
}

.strong-point-area .candy-right {
  width: 200px;
  position: absolute;
  top:-70px;
  right:-60px;
}
.intoroduction-pic {
  width: 100%;
  padding-top: 50px;
  margin: 0 0 -10px 0;
}

/*コンテンツ2つめ**********/
.intoroduction-second {
  background: #ebeeef;
  width: 100%;
  padding: 30px 0;
}
.intoroduction-second-inner {
  width: 1000px;
  margin: 0 auto 80px;
  background: #fff;
  border-radius: 40px;
  padding: 80px 0 120px;
}
.intoroduction-second-inner-contents {
  width: 90%;
  margin: 0 auto;
}

.section-copy-area-second {
  margin: 0 auto;
  position: relative;
}
.section-copy-area-second .character {
  position: absolute;
  top:-150px;
  right:-30px;
  width: 260px;
}
.section-copy-second {
  font-size: 35px;
  color: #ff1d25;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.4;
}
.section-copy-second-under {
  margin: 20px auto;
  width: 50px;
}
.section-copy-second-carsol {
  margin: 40px auto;
  width: 80px;
}
.intoroduction-second-txt {
  font-size: 16px;
  color: #4d4d4d;
  line-height: 2;
  width: 90%;
  margin: 0 auto;
  text-align: justify;
}
.intoroduction-second-img-happy {
  margin: 0 auto;
  width: 80%;
}
.intoroduction-second-img-reason {
  margin: 20px auto 50px;
  width: 82%;
  background: #ff1d25;
  border-radius: 100px;
  padding: 10px 0 12px;
  text-align: center;

}
.intoroduction-second-img-reason p {
  font-size: 24px;
  color: #fff;
}
.intoroduction-second-img-chart {
  margin: 0 auto;
  width: 80%;
}


/*コンテンツ3つめ**********/

.section-copy-area-third {
  margin: 0 auto;
  position: relative;
}
.section-copy-area-third .character {
  position: absolute;
  top:-130px;
  left:0;
  width: 260px;
}
.section-copy-third {
  font-size: 35px;
  color: #ff1d25;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.4;
}
.section-copy-third-over {
  margin: 0 auto 20px;
  width: 260px;
  background: #4d4d4d;
  border-radius: 100px;
  padding: 7px 0 9px;
  text-align: center;

}
.section-copy-third-over p {
  font-size: 20px;
  color: #fff;
}
.intoroduction-third-img-ph {
  margin: 0 auto;
  width: 100%;
}
.intoroduction-third-copy {
  font-size: 25px;
  line-height: 1.5;
  text-align: center;
  color: #4d4d4d;
  margin-top: 80px;
}
.intoroduction-third-copy span {
  color: #ff1d25;
}
.intoroduction-third-copy-line {
  width: 23px;
  height: 3px;
  background-color: #ff1d25;
  text-align: center;
  border: none;
}
.intoroduction-third-txt {
  font-size: 16px;
  line-height: 2;
  width: 85%;
  text-align: justify;
  color: #4d4d4d;
  margin: 20px auto 0;
}

/*コンテンツ4つめ**********/

.section-area-fourth {
  margin: 0 auto;
  width: 1000px;
}

.section-area-fourth-copy {
  font-size: 35px;
  color: #ff1d25;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.4;
}
.section-area-fourth-linkarea {
  width: 90%;
  margin: 0 auto;
}
.section-area-fourth-linkarea p {
  font-size: 22px;
  color: #333;
  text-align: center;
  margin: 50px 0 30px;
}
.section-area-fourth-linkbox {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.section-area-fourth-linkbox li {
  width: 32%;
  position:relative;
  background: #fff;
  border: 1px solid #c5c5c5;
  text-align: center;
  padding: 15px 0;
  border-radius: 100px;
  transition:all .2s;
}
.section-area-fourth-linkbox li a {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border-radius: 100px;
}
.section-area-fourth-linkbox li a:hover {
  background: #999;
  opacity: 0.5;
  transition:all .8s;
}





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

  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }

  /*ヘッド部分********/
  .intoroduction-head-area {
    width: 100%;
    background: url(../../image/3min/bg-3min-head.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0 80px;
  }
  .intoroduction-head-area .title {
    font-size: 25px;
  }
  .intoroduction-head-area .copy {
    font-size: 18px;
  }

  /*コンテンツ部分********/
  .intoroduction-contents {
    width: 100%;
    padding: 0 0 150px;
  	background-size: 600px auto;

  }
  .intoroduction-contents-inner {
    width: 100%;
    margin: 0 auto;
  }
  .section-copy-area {
    margin: 0 auto 100px;
    position: relative;
  }
  .section-copy-area .character {
    display: none;
  }
  .section-copy-jp {
    font-size: 25px;
    letter-spacing: 0;
  }
  .section-copy-en {
    font-size: 16px;
  }

  .strong-point-area {
    width: 90%;
    background: #fff;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0 auto 70px;
  }
  .strong-point-area-re {
    width: 90%;
    background: #fff;
    border-radius: 40px;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    margin: 0 auto 70px;
  }

  .strong-point-area .pharea,
  .strong-point-area-re .pharea {
    width: 80%;
    margin: 30px auto 50px;
  }
  .strong-point-area .pharea .picture,
  .strong-point-area-re .pharea .picture {
    width: 100%;
  }


  .strong-point-area .txtarea,
  .strong-point-area-re .txtarea {
    width: 90%;
    color: #333;
    margin: 50px 0 0 10%;
  }
  .strong-point-area .txtarea .title,
  .strong-point-area-re .txtarea .title {
    font-size: 22px;
    line-height: 1.5;
  }

  .strong-point-area .txtarea .copy,
  .strong-point-area-re .txtarea .copy {
    font-size: 18px;
  }
  .strong-point-area .txtarea .txt,
  .strong-point-area-re .txtarea .txt {
    font-size: 14px;
  }
  .strong-point-area .candy,
  .strong-point-area-re .candy {
    width: 32%;
    position: absolute;
    top:-30px;
    left:70%;
  }
  .strong-point-area .deco {
    display: none;
  }
  .strong-point-area .deco02 {
    display: none;
  }
  .strong-point-area .deco03 {
    display: none;
  }
  .strong-point-area-re .deco04 {
    display: none;
  }
  .strong-point-area-re .deco05 {
    display: none;
  }
  .strong-point-area-re .candy-right {
    width: 32%;
    position: absolute;
    top:-30px;
    left:70%;
  }


/*コンテンツ2つめ**********/
  .intoroduction-second-inner {
    width: 90%;
    margin: 0 auto 80px;
    background: #fff;
    border-radius: 40px;
    padding: 80px 0 60px;
  }

  .section-copy-area-second {
    margin: 0 auto;
    position: relative;
  }
  .section-copy-area-second .character {
    position: absolute;
    top:-100px;
    right:0;
    width: 35%;
  }
  .section-copy-second {
    font-size: 20px;
    letter-spacing: 0;
  }
  .section-copy-second-carsol {
    margin: 40px auto;
    width: 70px;
  }
  .intoroduction-second-txt {
    font-size: 14px;
    width: 90%;
  }
  .intoroduction-second-img-happy {
    margin: 0 auto;
    width: 90%;
  }
  .intoroduction-second-img-reason {
    margin: 20px auto 50px;
    width: 92%;

  }
  .intoroduction-second-img-reason p {
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
  }
  .intoroduction-second-img-chart {
    margin: 0 auto;
    width: 100%;
  }


  /*コンテンツ3つめ**********/

  .section-copy-area-third .character {
    position: absolute;
    top:-100px;
    left:0;
    width: 35%;
  }
  .section-copy-third {
    font-size: 20px;
    letter-spacing: 0;
  }
  .section-copy-third-over {
    margin: 0 auto 20px;
    width: 200px;
    background: #4d4d4d;
    border-radius: 100px;
    padding: 7px 0 9px;
    text-align: center;

  }
  .section-copy-third-over p {
    font-size: 16px;
    color: #fff;
  }
  .intoroduction-third-img-ph {
    margin: 0 auto;
    width: 100%;
  }
  .intoroduction-third-copy {
    font-size: 18px;
    line-height: 1.7;
  }

  .intoroduction-third-copy-line {
    width: 23px;
    height: 3px;
    background-color: #ff1d25;
    text-align: center;
    border: none;
  }
  .intoroduction-third-txt {
    font-size: 14px;
    line-height: 1.7;
    width: 90%;
    text-align: justify;
    color: #4d4d4d;
    margin: 20px auto 0;
  }

  /*コンテンツ4つめ**********/

  .section-area-fourth {
    margin: 0 auto;
    width: 100%;
  }

  .section-area-fourth-copy {
    font-size: 20px;
  }
  .section-area-fourth-linkarea {
    width: 100%;
    margin: 0 auto;
  }
  .section-area-fourth-linkarea p {
    font-size: 16px;
  }
  .section-area-fourth-linkbox {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section-area-fourth-linkbox li {
    width: 60%;
    position:relative;
    background: #fff;
    border: 1px solid #c5c5c5;
    text-align: center;
    padding: 15px 0;
    border-radius: 100px;
    transition:all .2s;
    margin: 0 0 20px 0;
  }
  .section-area-fourth-linkbox li a {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius: 100px;
  }
  .section-area-fourth-linkbox li a:hover {
    background: #999;
    opacity: 0.5;
    transition:all .8s;
  }



}
