@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/* swiper */
.new_custom .swiper-custom-parent{
  width: 100%;
  max-width: 100rem;
  padding: 0 10rem;
  margin: 0 auto 12rem;
  position: relative;
}
.new_custom .slider-wrap .swiper-slide {
  position: relative;
}
.new_custom .slider-wrap .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 67.82%;
}
.new_custom .slider-wrap .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.new_custom .swiper-custom-parent .swiper-button-next:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  margin-right: -10px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1;
/*  background-image: url("../img/nav_icon.svg?$staticlink$");*/
  background-repeat: no-repeat;
  background-position: center center;
  right: 1.5rem;
  transform: rotate(-90deg);
}
.new_custom .swiper-custom-parent .swiper-button-prev:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  margin-top: -25px;
  margin-left: -10px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1;
/*  background-image: url("../img/nav_icon.svg?$staticlink$");*/
  background-repeat: no-repeat;
  background-position: center center;
  right: 0;
  transform: rotate(90deg);
}

.new_custom {
  line-height: 1.5;
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}
.new_custom p {}
.new_custom img {
  max-width: 100%;
  vertical-align: bottom;
}
.new_custom a {
  text-decoration: none;
  color: #333;
}
.new_custom a:hover{
  opacity: .8;
}
.intro {
  background: rgb(241, 237, 236);
  background: linear-gradient(90deg, rgba(241, 237, 236, 1) 0%, rgba(234, 230, 229, 1) 100%);
}
.bg-gray {
  background-color: #F4FAFA;
}
/*ーーーー メイン　ーーーー */
.main_visual {
  max-width: 1000px;
  max-height: 580px;
  margin: 0 auto;
  margin-bottom: 8rem;
/*  background-image: url("../img/mv.png");*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  line-height: 2;
  letter-spacing: .1em;
  padding: 2.5rem 0 13rem 0;
}
section .main_visual h1{
  position: relative;
}
section .main_visual h1 .fukidashi1{
  width: 100%;
  max-width: 220px;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 23%;
}
section .main_visual h1 .fukidashi2{
  width: 100%;
  max-width: 173px;
  height: auto;
  display: block;
  position: absolute;
  top: 35%;
  left: 38%;
}
section .main_visual h1 > span {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 3rem;
  line-height: 1.5;
  padding-top: 8rem;
  margin-left: 3rem;
  display: block;
}
section .main_visual h1 > span .kodawari {
  display: block;
  text-indent: -.5em;
}
section .main_visual h1 > span .benri {
  color: #42ABB2;
/*  background-image: url("../img/mv_sub_ttl_line.png");*/
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding-bottom: 1.5rem;
}
section .main_visual p {
  margin-left: 3rem;
}
section .main_visual p:last-child{
  margin-top: 2rem;
}
/*ーーーー ナビゲーション　ーーーー */
section.point h2 {
  font-size: 3.3rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
  margin-bottom: 5rem;
}
section.point h2 .green {
  font-size: 5.2rem;
  color: #42ABB2;
}
section.point h2 .pin {
/*  background-image: url("../img/icon_pin.png");*/
  background-size: 12px 17px;
  background-position: center top;
  padding-top: 1.2rem;
}
section.point ul {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto 10rem;
  display: flex;
  justify-content: center;
  padding: 0 2rem;
}
section.point ul li {
  width: calc((100% - 6rem)/3);
}
section.point ul li  a{
  width:100%;
  display: flex;
  justify-content: space-between;
  font-size: 1.8rem;
  padding: 1.5rem 2rem 1.5rem 4rem;
  background-color: #42ABB2;
  color: #fff;
  font-weight: bold;
  border-radius: 4em;
  box-shadow: 0 3px 0 #17747B;
}
section.point ul li:not(:last-child) {
  margin-right: 3rem;
}
section.point ul li .nav_icon {
  width: 3rem;
  display: block;
  margin: 1rem 0;
}
/*ーーーー ポイント１　ーーーー */
#point1 .point_layout, #point3 .point_layout {
  width: 100%;
  max-width: 104rem;
  margin: 0 auto;
  padding: 12rem 2rem;
  display: flex;
  font-size: 1.6rem;
}
.point_box {
  background-color: #42ABB2;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  padding: 0 1.5rem;
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.point_box span {
  font-size: 3rem;
  padding-left: .5rem;
}
.point_layout h2 {
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 3rem;
}
.point_layout p {
  line-height: 1.6;
  letter-spacing: .1em;
}
.point1_txt {
  width: 43%;
  padding-right: 3%;
}
.point1_img {
  width: 57%;
  align-self: center;
  margin-top: 5rem;
}
.point_layout .point1_txt p:not(:last-child) {
  margin-bottom: 3rem;
}
.standout{
  font-size: 2rem;
  font-weight: bold;
  color: #42ABB2;
  background:linear-gradient(transparent 70%, #FFFA7C 70%);
}
/*ーーーー ポイント2　ーーーー */
#point2 .point_layout {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  padding: 12rem 2rem 5rem;
  text-align: center;
}
#point2 .point_layout p {
  width: 100%;
  max-width: 78rem;
  margin: 0 auto;
  text-align: left;
}
.point2_img{
  width: 100%;
  max-width: 87rem;
  padding: 0 2rem;
  margin: 0 auto 8rem;
}
.osusume{
  width: 100%;
  max-width: 90rem;
  margin: 0 auto 12rem;
  padding-bottom: 5rem;
  background-color: #F8F7F5;
  position: relative;
}
h2.osusume_ttl{
  width: 100%;
  position: absolute;
  top: -4rem;
}
h2.osusume_ttl span{
  width: 100%;
  position: relative;
  display: block;
}
h2.osusume_ttl span::before{
  content: "";
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  width: 30%;
  height: 5px;
/*  background-image: url("../img/bg_dot.png");*/
  background-repeat: repeat-x;
  background-position: center center;
  background-size: contain;
}
h2.osusume_ttl span::after{
  content: "";
  position: absolute;
  bottom: 1.5rem;
  right: 0;
  width: 30%;
  height: 5px;
/*  background-image: url("../img/bg_dot.png");*/
  background-repeat: repeat-x;
  background-position: center center;
  background-size: contain;
}
h2.osusume_ttl span img{
  width: 32rem;
  margin: 0 auto;
  display: block;
}
.osusume > div{
  width: 78rem;
  margin: 0 auto;
  padding-top: 5rem;
  display: flex;
  justify-content: center;
}
.osusume > div .osusume_img{
  width: calc((100% - 4.4rem) / 2);
}
.osusume > div .osusume_img:first-child{
  margin-right: 4.4rem;
}
/*ーーーー ポイント3　ーーーー */
#point3 .point_layout{
  padding-bottom: 5rem;
}
.support_table {
  width: 100%;
  background-color: #fff;
}
.support_table .th, .support_table .row {
  display: flex;
}
.support_table .th div {
  width: calc(100%/2);
  background-color: #42ABB2;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 1rem 2rem;
  font-size: 1.8rem;
}
.support_table .row div {
  width: calc(100%/2);
  font-weight: bold;
  padding: 1rem 2rem;
  border-right: solid 1px #ccc;
}
.support_table .th div:first-child, .support_table .row div:first-child {
  border-right: solid 1px #ccc;
  border-left: solid 1px #ccc;
}
.support_table .row div:first-child {
  color: #42ABB2;
}
.support_table .row {
  border-bottom: solid 1px #ccc;
}
.comment {
  font-size: 1.4rem;
  letter-spacing: inherit;
  margin-top: 1rem;
}
.point3_icon {
  width: 15rem;
  margin: 2rem auto 2.5rem;
}
.point3_txt {
  width: 46%;
  padding-right: 4%;
}
.point3_img {
  width: 52%;
}
.point_layout_txt{
  width: 100%;
  max-width: 104rem;
  margin: 0 auto;
  padding: 0 2rem 12rem;
  line-height: 1.6;
}
/*ーーーー 注文　ーーーー */
.order{
  padding: 12rem 0;
}
.order h2{
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 7rem;
  letter-spacing: .1em;
}
.order h2 .wrap{
  display: inline-block;
  position: relative;
  padding: 0 10rem;
}
.order h2 .wrap::before{
  content: "";
  position: absolute;
  top: -2rem;
  left: 0;
  width: 2.5rem;
  height: 11rem;
/*  background-image: url("../img/order_wrap.png");*/
  background-repeat: no-repeat;
  background-size: contain;
}
.order h2 .wrap::after{
  content: "";
  position: absolute;
  top: -2rem;
  right: 0;
  width: 2.5rem;
  height: 11rem;
/*  background-image: url("../img/order_wrap.png");*/
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale( -1, 1);
}
.order h2 .green{
  color: #42ABB2;
  font-weight: bold;
}
.order h2 .bold{
  font-size: 3.2rem;
  font-weight: bold;
}
.order p{
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  line-height: 2;
  letter-spacing: .1em;
  padding: 0 2rem;
}
.order ul {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 0 2rem;
  margin-top: 7rem;
}
.order ul li {
  width: calc((100% - 5.6rem)/3);
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 2rem 0 1rem;
}
.order ul li:not(:last-child) {
  margin-right: 2.8rem;
}
.order ul li .nav_img {
  width: 100%;
  margin: 0 auto 1rem;
  display: block;
  border: solid 1px #ddd;
}
.order ul li a.order_btn{
  background-color: #42ABB2;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 2rem;
  padding: 2rem 0;
  cursor: pointer;
  display: block;
  border-radius: 4rem;
  position: relative;
}
.order ul li a.order_btn::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 18px;
  height: 14px;
/*  background-image: url("../img/arrow_white.png");*/
  background-repeat: no-repeat;
  background-size: contain;
}
.other_order{
  text-align: center;
  margin: 3rem auto 0;
}
.other_order a{
  color: #42ABB2;
  border-bottom: solid 1px #42ABB2;
}

@media screen and (max-width: 960px) {
  section .main_visual h1 > span {
    font-size: 3.2rem;
  }
  section .main_visual h1 .fukidashi1{
  max-width: 200px;
  left: 23%;
  }
  section .main_visual h1 .fukidashi2{
    max-width: 153px;
    left: 40%;
  }
  #point1 .point_layout, #point3 .point_layout{
    padding: 10rem 2rem;
  }
  .point_layout h2 {
    font-weight: bold;
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  section.point ul li {
  width: calc((100% - 4rem)/3);
  }
  section.point ul li:not(:last-child) {
  margin-right: 2rem;
  }
  section.point ul li a{
    font-size: 1.6rem;
    padding: 1.5rem 1rem 1.5rem 3rem
  }
  .point1_txt {
    width: 46%;
  }
  .point1_img {
    width: 54%;
    align-self: center;
  }
  .point1_txt br {
    display: none;
  }
  .point_layout .point1_txt p:not(:last-child) {
    margin-bottom: 2rem;
  }
  .point2_img{
    width: 85%;
  }
  .osusume{
  width: inherit;
  margin: 0 3rem 6rem;
  padding-bottom: 5rem;
  background-color: #F8F7F5;
  position: relative;
}
  .order h2 .wrap{
  padding: 0 6rem;
}
  .order ul li a.order_btn {
    font-size: 1.4rem;
    padding:1.5rem 0;
  }
  .order ul li a.order_btn::before{
    right: 1rem;
  }
  #point3 .point_layout{
    padding: 10rem 2rem 3rem;
  }
  .point_layout_txt{
  padding: 0 2rem 10rem;
  }
}
/* pc */
@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
  .sp-only.tb-only {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .standout{
  font-size: 1.8rem;
}
  .intro {
    background: #ECE8E5;
  }
  .main_visual {
    width: 100%;
    max-height: inherit;
    margin-bottom: 5rem;
/*    background-image: url("../img/mv_sub_ttl_renewal.png");*/
    background-position: right bottom;
    background-size: 20rem;
    padding: 0 0 6rem;
  }
  section .main_visual h1 {
    padding: 0 2rem;
    text-align: right;
  }
  section .main_visual h1 .fukidashi1{
    width: 35%;
    max-width: inherit;
    top: 5%;
    left: 38%;
  }
  section .main_visual h1 .fukidashi2{
    width: 30%;
    max-width: inherit;
    top: 43%;
    left: 65%;
  }
  section .main_visual h1 > span {
    font-size: 2.4rem;
    margin-bottom: 2rem;
    text-align: left;
    margin-left: 0;
    padding-top: 6.5rem;
  }
  section .main_visual p {
    padding: 0 2rem;
    margin-left:0;
  }
  section .main_visual p br {
    display: none;
  }
  
/*ーーーー ナビゲーション　ーーーー */
  section.point h2 {
    font-size: 2.2rem;
    text-align: center;
    letter-spacing: .1em;
    margin-bottom: 1rem;
  }
  section.point h2 .green {
    font-size: 4rem;
  }
  section.point ul{
    display: block;
    margin-bottom: 5rem;
  }
  section.point ul li {
    width: 100%;
    display: block;
    padding: 2rem 0 0;
  }
  section.point ul li  a{
  width:100%;
  font-size: 1.8rem;
  padding: 1rem 2rem 1rem 4rem;
}
  
/*ーーーー ポイント1　ーーーー */
  #point1 .point_layout, #point3 .point_layout {
    width: 100%;
    padding: 4rem 2rem 6rem;
    display: block;
    text-align: center;
  }
  .point_box {
    padding: 0 1.5rem;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 2rem;
  }
  .point_box span {
    font-size: 2rem;
    padding-left: .5rem;
  }
  .point_layout h2 {
    font-size: 2rem;
  }
  .point_layout p {
    line-height: 1.6;
    letter-spacing: .1em;
    margin-bottom: 2rem;
    text-align: left;
  }
  #point1 .point_layout p br {
    display: none;
  }
  .point1_txt {
    width: 100%;
  }
  .point1_img {
    width: 80%;
    margin: 0 auto;
  }

/*ーーーー ポイント2　ーーーー */
  #point2 .point_layout {
    width: 100%;
    padding: 4rem 2rem 3rem;
    text-align: center;
  }
  #point2 .point_layout p {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  #point2 .point_layout p br{
    display: none;
  }
  .point2_img{
    width: 100%;
    padding: 0 2rem;
    margin: 0 auto 5rem;
  }

  .osusume{
  width: inherit;
  margin: 0 2rem 5rem;
  padding: 0 0 4rem;
  position: relative;
}
h2.osusume_ttl{
  width: 100%;
  position: absolute;
  top: -2.5rem;
}
h2.osusume_ttl span{
  width: 100%;
  position: relative;
  display: block;
}
h2.osusume_ttl span::before{
  bottom: 1rem;
  width: 15%;
}
h2.osusume_ttl span::after{
  bottom: 1rem;
  width: 15%;
}
h2.osusume_ttl span img{
  width: 65%;
  margin: 0 auto;
}
.osusume > div{
  width: 100%;
  margin: 0 auto;
  padding-top: 3rem;
  display: block;
  }
.osusume > div .osusume_img{
  width: 85%;
  margin-left: 5%;
}
.osusume > div .osusume_img:first-child{
  margin-right: inherit;
  margin-bottom: 2rem;
}
/*ーーーー ポイント3　ーーーー */
  #point3 .point_layout{
    padding: 4rem 2rem 2rem;
  }
  .point3_icon {
    width: 15rem;
    margin: 2rem auto 2.5rem;
  }
  .point3_txt, .point3_img {
    width: 100%;
  }
  .support_table .row{
    text-align: left;
    font-size: 1.2rem;
  }
  .support_table .th div{
    padding: .5rem;
    font-size: 1.6rem;
  }
  .support_table .row div{
    padding: .7rem;
  }
  .support_table .th div, .support_table .row div{
    width: 60%;
  }
  .support_table .th div:first-child, .support_table .row div:first-child{
    width: 40%;
  }
  .point_layout p.comment{
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  .point_layout_txt{
  padding: 0 2rem 6rem;
  }
/*ーーーー 注文　ーーーー */
.order{
  padding: 7rem 2rem;
}
.order h2{
  font-size: 1.8rem;
  margin-bottom: 4rem;
}
.order h2 .wrap{
  padding: 0 4rem;
}
.order h2 .wrap::before{
  top: 0;
}
.order h2 .wrap::after{
  top: 0;
}
.order h2 .bold{
  font-size: 2.2rem;
  padding-left: 0;
}
.order p{
  width: 100%;
  line-height: 1.6;
  padding: 0;
}
.order ul {
  width: 100%;
  display: block;
  padding: 0;
  margin-top: 3rem;
}
.order ul li {
  width: 100%;
  padding: 2rem 0 2rem;
}
.order ul li:not(:last-child) {
  margin-right: inherit;
}
.order ul li .nav_img {
  width: 90%;
  margin: 0 auto 1rem;
  display: block;
  border: solid 1px #ddd;
}
.order ul li a.order_btn{
  margin-top: 1.5rem;
  padding: 1.5rem 0;
  font-size: 1.6rem;
}

  

}
/* SP用 */
@media screen and (max-width: 559px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .sp-nowrap {
    white-space: nowrap;
  }
  section .main_visual h1 .fukidashi1{
    width: 40%;
    top: 5%;
    left: 38%;
  }
  section .main_visual h1 .fukidashi2{
    width: 30%;
    top: 43%;
    left: 65%;
  }
}