@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&family=Overpass:wght@700;900&display=swap');
/*============================
  FRAMEWORK
============================*/
/* @ === font === @ */
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%;
  background: url(../img/bg.jpg) no-repeat center center/ cover;
  background-attachment: fixed;
}

@media (min-width : 768px) {
  body{
    font-size:1.88rem;
  }
}

@media (max-width : 767px) {
  html {
    font-size: 2vw;
  }

  body {
    font-size: 1.6rem;
  }
}

@media (max-width : 575px) {
  html {
    font-size: 2.5vw;
  }
}

article {
  position:relative;
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
}


img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.inner{
  width: 92%;
  margin:0 auto;
}
a{
  text-decoration: none;
  display: block;
}
.item__img {
  width: 84%;
  margin:0 auto;
}

.item__img span {
  display: block;
}

.item__img .logo {
  width: 90%;
  margin:0 auto 4%;
}

.btn01{
  line-height: 1;
}
.btn01 a{
  display: block;
  margin:0 auto;
  width: 100%;
  padding:1em .5em;
  color:#fff;
  border-radius: .375em;
  background: #ff7e34;
  background: -moz-linear-gradient(top, #ff7e34 0%, #ff461c 51%, #ff7e34 100%);
  background: -webkit-linear-gradient(top, #ff7e34 0%,#ff461c 51%, #ff7e34 100%);
  background: linear-gradient(to bottom, #ff7e34 0%,#ff461c 51%, #ff7e34 100%);
  background-size:100% 200%;
  background-position:top center;
  color:#fff;
  font-weight: 900;
  text-align: center;
  transition:.6s;
  font-size:4rem;
}

@media (min-width : 768px) {
  .btn01 a:hover{
    opacity: .75;
    background-position:top 100% center;
  }
}
@media (max-width : 767px) {
  .btn01 a{
    padding:1.2em .5em;
    font-size: 3.2rem;
  }
}

/*============================
  HEADER
============================*/
.header {
  position: absolute;
  left: 0;
  top:0;
  padding: 4% 0;
  background: rgba(255,255,255,.8);
  box-shadow:0 0 3px rgba(0,0,0,.3);
  z-index: 999;
}
.header .inner{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  width: 52.8%;
}

.header__button {
  width: 36.4%;
}

.header__button a{
    font-size: .75em;
  padding: 1em .5em;
}

@media (max-width : 767px) {
  .header {
    padding: 4% 0;
  }
}


/*============================
  INTRODUCTION
============================*/
.intro {}

.intro h2 {
  padding: 4%;
  background: #ff7e34;
  background: -moz-linear-gradient(top, #ff7e34 0%, #ff461c 100%);
  background: -webkit-linear-gradient(top, #ff7e34 0%,#ff461c 100%);
  background: linear-gradient(to bottom, #ff7e34 0%,#ff461c 100%);
  text-align: center;
}
.intro h3 {
  padding: 10% 4%;
  background: #ff7e34;
  background: -moz-linear-gradient(top, #FFF3E8 0%, #FDDFC3 100%);
  background: -webkit-linear-gradient(top, #FFF3E8 0%,#FDDFC3 100%);
  background: linear-gradient(to bottom, #FFF3E8 0%,#FDDFC3 100%);
  text-align: center;
}

.intro .inner{
  padding: 8% 0;
}
.intro ul li {
  text-align: center;
  padding-bottom: 8%;
}

.intro ul li:nth-child(n+2){
  padding-top:8%;
  border-top:solid 1px #bbb;
}
.intro ul li:nth-child(1) img {
  width: 82%;
}
.intro ul li:nth-child(2) img {
  width: 71%
}

.intro ul li:nth-child(3) img {
  width: 95%;
}
.intro__img {
  margin-bottom:8%;
}


/*============================
  sec01
============================*/
.sec01 .inner {
  width: 100%;
}


/*============================
  sec02
============================*/
.sec02 {
  padding:8% 0;
  background-color:#F7F7F7;
  background-image: linear-gradient(#d7d7d7 1px, transparent 1px);
  background-size: 100% 20px;
  background-repeat:repeat;
}

.sec02 h2 {
  text-align: center;
  width: 52%;
  margin:0 auto 6%;
}

.sec02__img {
  margin-bottom: 6%;
}

.sec02__text dt{
  margin-bottom:6%;
}
.sec02__text dt:nth-of-type(1){
  width: 89.6%;
}
.sec02__text dt:nth-of-type(2){
  width: 90.9%
}
.sec02__text dt:nth-of-type(3){
  width: 94.9%;
}
.sec02__text dd:not(:last-child) {
  margin-bottom:6%;
}

.sec02__text p:nth-child(n+2) {
  margin-top:1em;
}

.sec02__text p span {
  font-size:1.2em;
  font-weight: 900;
  color:#FF4A1E;
}

@media (max-width : 767px) {
  .sec02 {
    background-size: 100% 10px;
  }
}
/*============================
  sec03
============================*/
.sec03 {
  padding:10% 0;
  background: #E3CD8D;
  background: -moz-linear-gradient(-65deg, #E3CD8D 0%, #B5912A 100%);
  background: -webkit-linear-gradient(-65deg, #E3CD8D 0%,#B5912A 100%);
  background: linear-gradient(115deg, #E3CD8D 0%,#B5912A 100%);
}

.sec03 h2 {
  width: 96%;
  margin:0 auto 6%;
  text-align: center;
}

.sec03__img {
  margin-bottom:10%;
}


.sec03__list li {
  position: relative;
  background: #fff;
  padding:12% 4%;
}
.sec03__list li .tag{
  position: absolute;
  left:-4%;
  top:0;
  transform:translateY(-50%);
  width: 16.8%;
}

.sec03__list h3 {
  margin-bottom: 6%;
}

.sec03__list li:nth-child(n+2){
  margin-top:12%;
}
.sec03__list li:nth-child(1) h3{
  width: 79.5%;
}
.sec03__list li:nth-child(2) h3{
  width: 77.6%;
}
.sec03__list li:nth-child(3) h3{
  width: 74.7%;
}

.sec03__txt p:nth-child(n+2) {
  margin-top:1em;
}

/*============================
  sec04
============================*/
.sec04 {
  padding: 10% 0;
}

.sec04 h2 {
  width: 94%;
  text-align: center;
  margin:0 auto 8%;
}

.sec04__img{
  margin-bottom:8%;
}

/*============================
  sec05
============================*/
.sec05 {
  position: relative;
  padding: 27.9% 0;
}

.sec05:before,
.sec05:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  padding-top: 43.9%;
  background-image: url(../img/idx_sec05_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.sec05:before {
  top: 0;
  background-position: top center;
}

.sec05:after {
  bottom: 0;
  background-position: bottom center;
  transform: rotateX(180deg);
}

.sec05 .inner {
  position: relative;
  z-index: 2;
}

.sec05 h2 {
  margin-bottom:8%;
}

.sec05__list {}

.sec05__list dt {
  margin-bottom: 6%;
}

.sec05__list dd:nth-child(n+2) {
  margin-bottom: 6%;
}

.sec05__list dd:nth-of-type(1) h3 {
  width: 82.7%;
}

.sec05__list dd:nth-of-type(2) h3 {
  width: 88.9%;
}

.sec05__list dd:nth-of-type(3) h3 {
  width: 74.3%;
}

.sec05__list .info {
  margin-top:1em;
}


.sec05__txt p:not(:last-child) {
  margin-bottom:1em;
}

/*============================
  sec06
============================*/
.sec06 {
  padding:10% 0;
  background-color:#F7F7F7;
  background-image: linear-gradient(#d7d7d7 1px, transparent 1px);
  background-size: 100% 20px;
  background-repeat:repeat;
}

.sec06 h2 {
  width: 97.5%;
  margin:0 auto 6%;
}


.sec06 li {
  border:solid 1px #b7b7b7;
  border-radius: 10px;
  padding: 6%;
}
.sec06 li:nth-child(n+2){
  margin-top: 6%;
}
.sec06__img {
  margin-bottom: 6%;
}

.sec06 li:nth-child(1) .sec06__img{
  width: 93.3%;
}
.sec06 li:nth-child(2) .sec06__img{
  width: 99.30%;
}

.sec06 h3 {
  margin-bottom: 6%;
}

.sec06 li:nth-child(1) h3{
  width: 87.4%;
}
.sec06 li:nth-child(2) h3{
  width: 97%;
}


.sec06__txt p:not(:last-child) {
  margin-bottom: 1em;
}

@media (max-width : 767px) {
  .sec06 {
    background-size: 100% 10px;
  }
}
/*============================
  sec07
============================*/
.sec07 {
  padding: 10% 0;
  background: #ff7e34;
  background: -moz-linear-gradient(top, #FFF3E8 0%, #FDDFC3 100%);
  background: -webkit-linear-gradient(top, #FFF3E8 0%,#FDDFC3 100%);
  background: linear-gradient(to bottom, #FFF3E8 0%,#FDDFC3 100%);
}

.sec07 h2 {
  width: 98.1%;
  margin-bottom:6%;
}

.sec07__img {
  width: 100%;
  margin-bottom: 10%;
}

.sec07__img .item {
  background: #fff;
  width: calc(100% - 40px);
  margin:-4% auto 0;
  text-align: center;
  padding:8% 0;
  box-shadow:0 0 0 20px rgba(255,255,255,.5);
}

.sec07 .sec07__txt {
  width: 92.7%;
}

/*============================
  sec08
============================*/
.sec08 {
  padding: 10% 0;
  background: #ff7e34;
  background: -moz-linear-gradient(top, #FFF3E8 0%, #FDDFC3 100%);
  background: -webkit-linear-gradient(top, #FFF3E8 0%,#FDDFC3 100%);
  background: linear-gradient(to bottom, #FFF3E8 0%,#FDDFC3 100%);
}

.sec08 li:nth-child(n+2){
  margin-top:6%;
}

.sec08 li:nth-child(1) {
  width: 89.27%;
  margin-right:auto;
}

.sec08 li:nth-child(1) {
  width: 96.9%;
  margin-left:auto;
}

.sec08 li:nth-child(1) {
  width: 98.6%;
  margin-right:auto;
}

/*============================
  sec09
============================*/
.sec09 {
  padding: 10% 0;
  background: #ff7e34;
  background: -moz-linear-gradient(top, #FFF3E8 0%, #FDDFC3 100%);
  background: -webkit-linear-gradient(top, #FFF3E8 0%,#FDDFC3 100%);
  background: linear-gradient(to bottom, #FFF3E8 0%,#FDDFC3 100%);
}

.sec09 h2 {
  width: 99.6%;
  text-align: center;
  margin:0 auto 10%;
}

/*============================
  sec10
============================*/
.sec10 {
  padding: 10% 0;
  background: #F7FFF9;
  background: -moz-linear-gradient(top, #F7FFF9 0%, #E6FFFF 100%);
  background: -webkit-linear-gradient(top, #F7FFF9 0%,#E6FFFF 100%);
  background: linear-gradient(to bottom, #F7FFF9 0%,#E6FFFF 100%);
}

.sec10 h2 {
  width: 97.5%;
  margin:0 auto 6%;
}

.sec10__img {
  margin-bottom:6%;
}

.sec10__txt {}

.sec10__txt dt {
  margin-bottom:6%;
}

.sec10__txt dt:nth-of-type(1) {
  width: 93.4%;
}
.sec10__txt dt:nth-of-type(2) {
  width: 93.3%;
}
.sec10__txt dt:nth-of-type(3) {
  width: 83.7%;
}
.sec10__txt dd:not(:last-child) {
  margin-bottom:10%;
}

.sec10__txt p:not(:last-child) {
  margin-bottom:1em;
}

.sec10__txt p span {
  font-size:1.2em;
  font-weight: 900;
}

.sec10 .btn01 {
  margin-top:10%;
}

/*============================
  sec11
============================*/
.sec11 {
  padding:10% 0;
}

.sec11 h2 {
  width:48.2%;
  margin:0 auto 6%;
  text-align: center;
}

.sec11__txt dt,
.sec11__txt dd{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.sec11__txt dt:before,
.sec11__txt dd:before{
  display: block;
  font-weight: 900;
  font-size:5rem;
  margin-right: 2rem;
  font-family: 'Overpass', sans-serif;
}

.sec11__txt dt:before{
  content:"Q";
}
.sec11__txt dd:before{
  content:"A";
  font-weight: 700;
}


.sec11__txt dt {
  border-top:solid 1px #b7b7b7;
  font-weight: 900;
  padding-top:4%;
  margin-top:4%;
}

.sec11__txt h3 {
  font-size:3.8rem;
  width:calc(100% - 7rem);
  font-weight: 900;
  padding-top:.1em;
}

.sec11__txt p {
  padding-top:.35em;
  width:calc(100% - 7rem);
}

@media (min-width : 768px) {
  #top01 .sec11__txt dt:before,
  #top01 .sec11__txt dd:before{
    font-size: 3.6rem;
    margin-right: 1.4rem;
  }
  #top01 .sec11__txt h3 {
    font-size: 2.6rem;
    width: calc(100% - 5rem);
    padding-top: .15em;
  }
  #top01 .sec11__txt p {
    width: calc(100% - 5rem);
  }
}
@media (max-width : 767px) {

  .sec11__txt dt:before,
  .sec11__txt dd:before{
    font-size: 2.8rem;
    margin-right: 1.2rem;
  }

  .sec11__txt h3 {
    font-size: 2rem;
    width: calc(100% - 4rem);
    padding-top: .15em;
  }
  .sec11__txt p {
    padding-top: .45em;
    width: calc(100% - 4rem);
  }
}
