body,p,h1,h2,h3,h4,a,li,ul,dd,img,hr,table,th,tr,td,strong,span,section,div,header,footer {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP",メイリオ,Meiryo,游ゴシック体,YuGothic,游ゴシック,Yu Gothic,ヒラギノ角ゴ ProN W3,Hiragino Kaku Gothic ProN,Arial,verdana,sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

p {
  line-height: 1.8;
}

#wrapper {
  overflow-x: hidden;
}

.section {
  padding: 60px 0;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
}

header {
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: url(./img/top_main_image.jpg) 50% 50% no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

header h1 {
  color: #fff;
  margin-left: 15px;
}

header > dl {
    margin: 0 0 50px;
    padding: 0;
    color: #fff;
    text-align: left;
}

header > dl dt {
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

header .container {
  display: flex;
  flex-direction: column;
  position: relative;
}

.top-inner {
  position: absolute;
  top: 20vh;
}

.top-inner h1 {
  font-size: 60px;
}

.top-inner p {
  text-align: center;
  display: flex;
}

.top-inner p a {
  color: #fff;
  width: 300px;
  background: #cc1b6f;
  margin-left: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  transition: .3s;
}

.top-inner p a:hover {
  opacity: .7;
}

.section-title {
  text-align: center;
  font-size: 27pt;
  margin-bottom: 40px;
}
.section-title-3 {
  text-align: center;
  font-size: 30pt;
  margin-bottom: 40px;
}


.middle {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}


/* Suggestion */
.info {

}

.pink {
  color: #cc1b6f;
}

.white {
  color: #fff;
}

.Problems {
  display:flex;
  justify-content: center;
  margin: 60px auto 20px;
}

.Problems .problem-inner {
  text-align: center;
}

.Problems .problem-inner img {
  height: 40%;
}

.Problems .problem-inner p {
  font-weight: bold;
}

/* About */

#features {
  background: #F8F6F9;
}

.features-info {
  width: 850px;
  margin: 0 auto;
}

.feature-title {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 20px auto;
}

.feature-title-2 {
  width: 100%;
  /* display: flex; */
  justify-content: center;
  margin: 10px auto;
  display: none;
}

.feature {
  /* padding: 30px 0; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feature-inner {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
  width: 28%;
  padding: 20px 15px;
  border-radius: 36px;
  background: #fff;
  transition: .5s;
  border: 2px solid #eee;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  background: rgb(35, 24, 43);
}
.feature-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  /* background: #cc1b6f; */
  border-radius: 10px;
}
.icon {
  height: 200px;
  transition: .5s;
}

.feature-info > h1 {
  text-align: center;
  font-size: 20px;
}
.feature-info h1 span {
  font-size: 24px;
}

.feature-info p {
  margin-top: 30px;
}

/* Safety */

.item img {
  width: 100%;
}

.item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.item-inner {
  display: flex;
  justify-content: space-between;
  padding: 5px 20px 5px 5px;
  width: 30%;
  background:  #cc1b6f;
  color: #fff;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  margin: 20px auto;
}

.item-inner img {
  width: 130px;
  margin-right: 10px;
}

.item-info {
  display: flex;
  flex-direction: column;
  align-items:flex-start;
  justify-content: center;
  text-align: center;
  margin-right: auto;
}

.item-info h1 {
  font-size: 20px;
  text-align: center;
}

.company-1 {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.company-1 img {
  width: 70%;
}

/* Price */
#Price {
  background: rgb(35, 25, 45);
  color: #fff;
}
.coaches {
    /* background: #F8F6F9; */
    text-align: center;
    padding: 0 0 100px 0;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 60px auto;
}
.col-lg-3 {
    width: 24%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.coaches .item {
    background: #fff;
    text-align: center;
    margin: 0 0 30px 0;
    display: block;
    -webkit-border-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px;
    -moz-background-clip: padding;
    border-radius: 50px;
    background-clip: padding-box;
    box-shadow: 0 1px 10px rgba(20, 20, 20, 0.1);
    transition: all .3s ease;
}
.coaches .item .photo {
    display: flex;
    position: relative;
    width: 273.594px;
    height: 273.594px;
    justify-content: center;
    align-items: center;
    padding: 10px 0 45px;
}
.coaches .item .photo img {
  /* height: 90%; */
  vertical-align:bottom;
  }
  .coaches .item .descr {
      font-size: 11pt;
      padding: 10px 30px;
      display: block;
      background: #cc1b6f;
      color: #fff;
      border-top-left-radius: 50px;
      border-top-right-radius: 50px;
  }
  .coaches .item .descr strong {
    font-size: 16pt;
  }
  .coaches .item .header {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 900;
    font-size: 14pt;
    display: block;
    color: #23182C;
}
.coaches .item .header span {
    /* color: #cc1b6f; */
    color: #fff;

}

/* plans */
#Plan {
  background: #F8F6F9;
}
.feature-inner-2 {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
  width: 32%;
  padding-bottom: 60px;
  border-radius: 60px;
  transition: .5s;
  border: 2px solid #eee;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #000;
}
.feature-icon-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  background: #cc1b6f;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  padding: 50px 0;
}
.feature-icon-2 h1 {
  color: #fff;
}
.feature-info-2 {
  margin: 0 20px;
}
.feature-info-2 h1 {
  text-align: left;
  font-size: 20px;
}

/* Reward */
.center {
  text-align: center;
}
.reward-inner {
  display: flex;
  justify-content: space-between;
  margin: 60px auto;
}
.agent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.company {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.costmer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

footer {
  background: rgb(35, 25, 45);
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 9px;
}

footer a {
  color: #fff;
}

.sp {
  display: none;
}

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

  .container {
    max-width: 400px;
    margin: 0 auto;
  }
  header {
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: url(./img/top_main_image_sp.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  /* header {
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: url(./img/top_main_image.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
  } */
  .top-inner {
    position: absolute;
    top: 40vh;
  }

  .top-inner h1 {
    font-size: 40px;
  }

  .top-inner img {
    width: 400px;
  }

  .top-inner p a {
    color: #fff;
    width: 200px;
    background: #cc1b6f;
    margin-left: 15px;
    padding: 10px 20px;
    border-radius: 30px;
    transition: .3s;
  }

  .section-title {
    font-size: 16px;
  }
  .section-title-2 {
    font-size: 22px;
    text-align: center;
  }
  .section-title-3 {
    font-size: 24px;
    text-align: center;
  }

  .problem-inner {
    font-size: 12px;
  }
  .problem-inner img {
    width: 30%;
  }
  .feature-inner {
    width: 40%;
  }
  .feature-info h1 {
    text-align: center;
    font-size: 12px;
  }
  .feature-info h1 span {
    font-size: 12px;
  }
  .icon {
    height: 100px;
    transition: .5s;
  }
  .company-1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }

  .company-1 img {
    width: 48%;
  }

  .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .item-inner {
    flex-direction: column;
    padding: 0px 0px 5px 0px;
    width: 32%;
    background:  #cc1b6f;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin: 10px auto;
  }

  .item-inner img {
    width: 100%;
  }

  .item-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 0;
  }

  .item-info p {
    font-size: 8px;
  }

  .item-info h1 {
    font-size: 11px;
    text-align: center;
  }
  .section-title-3 {
    font-size: 20pt;
  }
  .col-lg-3 {
      width: 48%;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
  }
  .header span {
    font-size: 12px;
  }
  .descr {
    font-size: 10px;
  }
  .coaches .item .descr strong {
    font-size: 16px;
  }
  .coaches .item .photo {
      width: 190px;
      height: 190px;
  }
  .coaches .item .photo img {
    width: 190px;
    /* vertical-align: middle; */
    }
    .feature-inner-2 {
      display: flex;
      flex-direction: column;
      margin: 20px 0;
      width: 96%;
      padding-bottom: 15px;
      border-radius: 30px;
      transition: .5s;
      border: 2px solid #eee;
      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
      background: #fff;
      color: #000;
    }
    .feature-icon-2 {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px;
      background: #cc1b6f;
      border-top-left-radius: 30px;
      border-top-right-radius: 30px;
      padding: 20px 0;
    }
    .feature-icon-2 h1 {
      color: #fff;
    }
    .feature-info-2 {
      margin: 0 20px;
    }
    .feature-info-2 h1 {
      text-align: left;
      font-size: 20px;
    }

}
