#maincontants {
  padding-top: 256px;
}

/* mv */

.mv {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mv .mvImg {
  width: 58%;
}

.mv.mvImg img {
  width: 100%;
}
.mv .mvImg .pc {
  display: block;
}

.mv .mvImg .sp {
  display: none;
}

.mv .mvText {
  padding: 0 0 0 6vw;
  width: 40%;
}

.mv .mvText h2 {
  font-size: 42px;
  line-height: 1.5;
  color: #ed2f38;
  margin-bottom: 30px;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.mv .mvText p.txt {
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 20px;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.mv .mvText ul li {
  font-size: 14px;
  line-height: 1;
  color: #000;
  background-color: #f0faff;
  margin-bottom: 10px;
  text-align: left;
  padding: 10px 14px;
  text-align: left;
  display: inline-block;
  letter-spacing: 0.2em;
}

.mv .btn {
  margin-top: 30px;
}

@media screen and (max-width: 800px) {
  .mv .mvText p.txt {
    background-color: #ed2f38;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    padding: 10px 0;
    position: relative;
  }
  .mv .mvText p.txt::before{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 8px solid #ed2f38;
  }
  .mv .mvText ul {
    padding: 0 5%;
  }
  
  .mv .mvText ul li {
    font-size: 14px;
    line-height: 1;
    color: #000;
    margin-bottom: 10px;
    text-align: left;
    padding: 10px 36px;
    text-align: left;
    display: block;
    border-bottom: solid 3px #ffe3e4;
    background-color: #fff;
    font-weight: bold;
    position: relative;
    letter-spacing: 0.1em;
  }
  .mv .mvText ul li:before {
    content: '';
    display: block;
    top: 1em;
    left: 0.8em;
    width: 10px;
    height: 5px;
    border-left: 2px solid #ed2f38;
    border-bottom: 2px solid #ed2f38;
    transform: rotate(-45deg);
    position: absolute;
  }
}




/* section01 */

#section01 {
  padding: 80px 0 50px;
}

#section01 .contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#section01 .contents .img {
  width: 60%;
  order: 1;
}

#section01 .contents .img img {
  width: 100%;
}

#section01 .contents .txtBox {
  margin: 0 auto;
  order: 2;
}

#section01 .contents .txtBox p.txt {
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 600;
}

#section01 .contents .txtBox .priceBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#section01 .contents .txtBox .circle {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #ed2f38;
  font-weight: bold;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 1px solid #ed2f38;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
}

#section01 .contents .txtBox .price {
  font-size: 80px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #ed2f38;
  font-weight: 800;
  display: inline-block;
  margin: 0 0 0 10px;
  font-style: italic;
}

#section01 .contents .priceBox .txtBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#section01 .contents .txtBox .point {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #ed2f38;
  font-weight: 600;
  margin: 15px 0 0 0;
}


#section01 .contents.bottom .img {
  order: 2;
}

#section01 .contents.bottom .txtBox {
  order: 1;
  margin: 0 auto;
}

#section01 .contents.bottom .txtBox .circle {
  color: #16b7f5;
  border: 1px solid #16b7f5;
}

#section01 .contents.bottom .txtBox .price {
  font-size: 60px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #16b7f5;
  font-weight: 800;
  display: inline-block;
  margin: 0 0 0 10px;
  font-style: italic;
}

#section01 .contents.bottom .txtBox .price span {
  font-size: 20px;
  display: block;
}

#section01 .contents.bottom .txtBox .point {
  color: #16b7f5;
}

/* section02 */

#section02 .titleWrap {
  text-align: center;
  margin-bottom: 40px;
}

#section02 h4.title {
  background-color: #fff1f2;
  padding: 10px 15px;
  color: #ed2f38;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  display: inline-block;
}

#section02 h5.title {
  background-color: #ed2f38;
  padding: 10px 15px;
  color: #fff;
  font-size: 24px;
  text-align: left;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 20px;
}

#section02 .box {
  display: block;
  width: 70%;
  margin: 0 auto;
}

/* section_online */
#section_online {
  padding: 50px 0 80px;
  background-color: #f9f9f9;
}

#section_online .title {
  background-color: #fff;
  border: 1px solid #ed2f38;
  padding: 10px 15px;
  color: #ed2f38;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  display: inline-block;
}
#section_online .titleWrap {
  text-align: center;
}
.meritWrap {
  overflow: hidden;
  display: flex;
  margin: 30px -10px;
}
.meritWrap .contBox {
  width: 33.333%;
  float: left;
  padding: 0 10px;
}
.meritWrap .contBox .contBoxInr {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  height: 100%;
}
.meritWrap .contBox .contHead {
  font-size: 18px;
  font-weight: bold;
  color: #ed2f38;
  text-align: center;
}
.meritWrap .contBox .pic {
padding: 20px;
}
.meritWrap .contBox .pic img {
display: block;
max-width: 100%;
height: auto;
margin: auto;
width: 140px;
}
@media screen and (max-width: 500px) {
  .meritWrap {
    display: block;
    margin: 0 -5px 30px;
  }
  .meritWrap .contBox {
    width: 100%;
    padding: 0 5px;
    margin-top: 25px;
  }
  .meritWrap .contBox .contHead {
    font-size: 16px;
  }
  .meritWrap .contBox .pic {
    padding: 10px;
  }
  .meritWrap .contBox .txt {
    padding: 0 20px;
  }
}


/* section03 */

#section03 {
  background: linear-gradient(#ed2f38, #ef787e);
  padding: 50px 0 80px;
}

#section03 .list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#section03 .list ul li {
  position: relative;
  width: 30%;
  margin: 0 30px 40px 0;
  background-color: #fff;
  border: 1px solid #ed2f38;
  padding: 35px 25px;
}

#section03 .list ul li:nth-child(3n) {
  margin-right: 0;
}

#section03 .list ul li .nmb {
  position: absolute;
  width: 66px;
  top: -25px;
  left: -25px;
}

#section03 .list ul li .title {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #ed2f38;
  letter-spacing: 0.1em;
  font-weight: bold;
}

#section03 .list ul li .txt {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  letter-spacing: 0.05em;
  font-weight: 400;
}


/* section04 */

#section04 {
  position: relative;
  padding: 50px 0 80px;
  background-color: #16b7f5;
}

#section04 .list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#section04 .list ul li {
  position: relative;
  width: 30%;
  margin: 0 30px 60px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 #e7f8fe;
  -moz-box-shadow: 0 0 15px 0 #e7f8fe;
  box-shadow: 0 0 5px 0 #e7f8fe;
  padding: 35px 0;
}

#section04 .list ul li:nth-child(3n) {
  margin-right: 0;
}

#section04 .list ul li:hover {
  position: relative;
  /*  background-color: rgba(0, 0, 0, 0.3);*/
  background-color: #e7f8fe;
}

#section04 .list ul li h3.title {
  color: #16b7f5;
  font-size: 26px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#section04 .list ul li h3.title::before {
  content: '';
  background: linear-gradient(#13b8f6, #0189d5);
  width: 8px;
  height: 25px;
  display: inline-block;
  margin-right: 8px;
}

#section04 .list ul li .box {
  padding: 20px 25px;
}

#section04 .list ul li .btnImg {
  position: absolute;
  bottom: -30px;
  right: 15px;
  width: 55px;
  display: inline-block;
}

#section04 .list ul li .btnImg img {
  width: 100%;
}

#section04 .list ul li .btnImg a:hover {
  opacity: 1;
}

#section04 .list ul li .img {
  margin-bottom: 15px;
}

#section04 .list ul li .txt {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  letter-spacing: 0.05em;
  font-weight: 400;
}

#section04 .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #16b7f5;
  width: 100%;
  height: 80vh;
}


/* section05 */

#section05 .exampleBox {
  width: 80%;
  margin: 0 auto 60px;
}

#section05 .exampleBox img {
  width: 100%;
}



/* section06 */

#section06 {
  background-color: #f9f9f9;
}

#section06 h2 {
  margin-bottom: 80px;
}

#section06 .contents {
  position: relative;
  text-align: center;
  background: #fff;
  border: 1px solid #e4e4e4;
  padding: 30px;
}

#section06 .contents .nmbImg {
  position: absolute;
  width: 60px;
  top: -5px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

#section06 .contents .title {
  color: #16b7f5;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

#section06 .contents .txt {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  letter-spacing: 0.05em;
  font-weight: 400;
}

#section06 .arrowImg {
  margin: 25px auto 65px;
  width: 30px;
}

#section06 .arrowImg img {
  width: 100%;
}

/* plan */

#plan h2 {
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: left;
}

#plan h2::before {
  content: '';
  width: 35px;
  height: 1px;
  margin: 0 auto 15px;
  background-color: #e4e4e4;
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
  margin-right: 5px;
}

#plan .list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#plan .list ul li {
  position: relative;
  width: 30%;
  margin: 0 30px 60px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 #f3f3f3;
  -moz-box-shadow: 0 0 15px 0 #f3f3f3;
  box-shadow: 0 0 15px 0 #f3f3f3;
  padding: 35px 0;
}

#plan .list ul li:hover {
  position: relative;
  /*  background-color: rgba(0, 0, 0, 0.3);*/
  background-color: #fffbfb;
}

#plan .list ul li h3.title {
  color: #ed2f38;
  font-size: 26px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#plan .list ul li h3.title::before {
  content: '';
  background: linear-gradient(#ed2f38, #ef757b);
  width: 8px;
  height: 25px;
  display: inline-block;
  margin-right: 8px;
}

#plan .list ul li .box {
  padding: 20px 25px;
}

#plan .list ul li .btnImg {
  position: absolute;
  bottom: -30px;
  right: 15px;
  width: 55px;
  display: inline-block;
}

#plan .list ul li .btnImg img {
  width: 100%;
}

#plan .list ul li .btnImg a:hover {
  opacity: 1;
}

#plan .list ul li .txt {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  letter-spacing: 0.05em;
  font-weight: 400;
}


@media screen and (max-width: 1300px) {

  #maincontants {
    padding-top: 180px;
  }

  .top_wrap {
    padding: 10px 0;
  }

  .top_wrap .hdLogo {
    width: 340px;
  }

  .right_wrap .logo {
    width: 130px;
  }

  .telBox a {
    font-size: 26px;
  }

  .telBox span.icon {
    width: 20px;
    margin-right: 2px;
  }

  .telBox p {
    font-size: 10px;
  }

  .bottom_wrap {
    padding: 10px 0;
  }

  .bottom_wrap ul a {
    font-size: 14px;
  }

  .menu_wrap {
    padding: 10px 80px;
  }

  .menu_wrap ul a {
    font-size: 14px;
  }

  .menu_wrap ul li span.icon {
    width: 16px;
  }

  header.pc_only.is-animation .hdInr {
    padding: 0 50px;
  }

  header.pc_only.is-animation .menu_wrap {
    padding: 12px 50px;
  }




  .mv .mvImg {
    width: 54%;
  }

  .mv .mvText {
    width: 50%;
  }

  .mv .mvText h2 {
    font-size: 34px;
    margin-bottom: 15px;
  }

  .mv .mvText p.txt {
    font-size: 16px;
  }

  .mv .mvText ul li {
    font-size: 12px;
  }

  .btn a {
    padding: 10px 10px 10px 34px;
    font-size: 18px;
  }

}

@media screen and (max-width: 1200px) {

  .mv .mvText h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .mv .mvText p.txt {
    font-size: 14px;
  }

  .mv .mvText ul li {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .mv .btn {
    margin-top: 18px;
  }

  .mv .btn_contact {
    margin-top: 18px;
  }

  .btn a {
    padding: 8px 8px 8px 30px;
    font-size: 16px;
  }

  .btn span {
    display: inline-block;
    width: 35px;
  }

  /* all */

  section {
    padding: 60px 0 !important;
  }

  .scInr {
    padding: 0 50px;
  }

  section h2 {
    font-size: 38px;
    margin-bottom: 25px;
  }

  section h2 span {
    font-size: 16px;
    margin-bottom: 30px;
  }

  section h4.text {
    font-size: 14px;
  }


  /*#section01*/

  #section01 .contents .txtBox p.txt {
    font-size: 18px;
  }

  #section01 .contents .txtBox .circle {
    font-size: 12px;
    width: 80px;
    height: 80px;
  }

  #section01 .contents .txtBox .price {
    font-size: 70px;
  }

  #section01 .contents .txtBox .point {
    font-size: 14px;
    line-height: 1.8;
  }

  #section01 .contents.bottom .txtBox .price {
    font-size: 50px;
  }

  /*#section02*/

  #section02 h4.title {
    font-size: 20px;
  }

  #section02 h5.title {
    font-size: 20px;
  }

  #section02 .img {
    width: 80%;
    margin: 0 auto;
  }

  /*#section_online*/

  #section_online .title {
    font-size: 20px;
  }


  /*#section04*/

  #section04 .list ul li {
    margin: 0 20px 60px 0;
  }

  /*#section06*/

  #section06 .contents .nmbImg {
    width: 50px;
  }

  /*plan*/

  #plan .list ul li h3.title {
    color: #ed2f38;
    font-size: 20px;
  }

  #plan .list ul li .btnImg {
    width: 45px;
  }


  /*footer*/

  .footer .scInr {
    padding: 0;
  }

  .footer .mapBox {
    width: 60%;
  }

  .footer .contents.top .infoBox {
    margin-left: 40px;
  }

  .footer .contents.top .infoBox .txt {
    font-size: 16px;
  }

  .footer .logo {
    width: 200px;
  }

  .footer .tel a .icon {
    width: 22px;
    line-height: 0;
    margin-right: 5px;
  }

  .footer .tel a {
    font-size: 28px;
  }

  .footer .link a {
    font-size: 14px;
  }

  .footer .contents.bottom .menuList .main {
    font-size: 14px;
  }

  .footer .contents.bottom .sub {
    font-size: 12px;
  }

  .footer .contents.bottom {
    padding: 0 50px;
  }

}

@media screen and (max-width: 900px) {

  .hdInr {
    padding: 0 50px;
  }

  .menu_wrap {
    padding: 10px 50px;
  }
}



@media screen and (max-width: 800px) {

  .mv {
    flex-wrap: wrap;
  }

  .mv .mvImg {
    width: 100%;
    order: 1;
  }

  .mv .mvImg .pc {
    display: none;
  }

  .mv .mvImg .sp {
    display: block;
  }

  .mv .mvText {
    width: 100%;
    order: 2;
    padding: 0;
  }

  .mv .mvText h2 {
    font-size: 28px;
    margin: 10px 0;
    display: none;
  }

  .scInr {
    padding: 0 10px;
  }

  section {
    padding: 30px 0 !important;
  }

  section h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  section h2 span {
    font-size: 16px;
    margin: 10px 0;
    margin-bottom: 10px;
  }





  #section01 .contents {
    flex-wrap: wrap;
  }

  #section01 .contents .img {
    width: 100%;
    order: 1;
  }

  #section01 .contents .txtBox {
    margin: 20px auto 0;
  }

  #section01 .contents .txtBox p.txt {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
  }

  #section01 .contents .txtBox .priceBox {
    justify-content: center;
    font-size: 55px;
  }

  #section01 .contents .txtBox .price {
    font-size: 50px;
  }

  #section01 .contents .txtBox .point {
    text-align: center;
  }

  #section01 .contents.bottom .img {
    order: 1;
    margin: 20px 0 0 0;
  }

  #section01 .contents.bottom .txtBox {
    order: 2;
    margin: 20px auto 0;
  }

  #section01 .contents.bottom .txtBox .price {
    font-size: 40px;
  }


  #section02 h4.title {
    letter-spacing: 0.01em;
    font-size: 14px;
  }

  #section02 .box {
    width: 100%;
  }

  #section02 .titleWrap {
    margin-bottom: 20px;
  }

  #section02 h4.title {
    margin-bottom: 0;
  }

  #section02 h5.title {
    font-size: 14px;
  }

  #section02 .img {
    width: 100%;
  }

  /*#section_online*/

  #section_online .title {
    letter-spacing: 0.01em;
    font-size: 14px;
  }

  #section03 h2 {
    margin-bottom: 30px;
  }

  #section03 .scInr {
    padding: 0 25px;
  }

  #section03 .list ul li .nmb {
    width: 52px;
  }

  #section03 .list ul {
    flex-wrap: wrap;
  }

  #section03 .list ul li {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 25px 15px;
  }


  #section04 {
    background: #16b7f5;
  }


  #section04 .list ul li {
    margin: 0 0 40px 0;
    width: 100%;
    padding: 20px 0 0 0;
  }

  #section04 .list ul li .box {
    padding: 10px 15px 30px;
  }

  #section04 .list ul li .img {
    width: 80%;
    margin: 0 auto;
  }

  #section04 .list ul li h3.title {
    font-size: 20px;
    margin-bottom: 0;
  }

  #section04 h2 {
    color: #fff;
  }

  #section04 h2 span {
    color: #fff;
  }

  #section04 .bg {
    display: none;
  }


  #section05 .exampleBox {
    width: 100%;
    margin: 0 auto 20px;
  }

  #section05 h4.text {
    margin-bottom: 20px;
  }

  #section06 .contents .title {
    font-size: 18px;
  }

  #plan h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  #plan .list ul li {
    width: 100%;
    margin: 0 0 40px 0;
  }

  #plan .list ul li .box {
    padding: 10px 15px;
  }
}
