@charset "UTF-8";

html {
  font-size: 62.5%; /* 10px */
  font-family: 'Noto Sans JP',Arial,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Hiragino Sans','ヒラギノ角ゴシック',Meiryo,sans-serif;
  font-feature-settings: "palt";
}
body {
  font-size: 1.6rem;
  font-weight: 500;
}
.font-Helvetica {
  font-family: 'Helvetica', sans-serif;
}
a {
  text-decoration: none;
  cursor: pointer;
  transition: all .3s;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.clearfix:after {
  display: block;
  content: '';
  clear: both;
}
section .inner {
  margin: 0 auto;
}

/*===============================
　.button
================================*/
.l-button {
  display: flex;
  margin-bottom: 10px;
}
.button + .button {
  margin-left: 16px;
}
.button a {
  display: flex;
  align-items: center;
  padding: 13px 0 16px 28px;
  width: 260px;
  color: #ffffff;
  line-height: 1;
  font-size: 2.2rem;
  border-radius: 30px;
  box-sizing: border-box;
}
.button a::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
}
.buttonPamphlet a::before {
  background-image: url(../img/iconPamphlet.svg);
  background-size: 20px 31px;
  margin-right: 13px;
  width: 20px;
  height: 31px;
}
.buttonShop a::before {
  background-image: url(../img/iconShop.svg);
  background-size: 33px 29px;
  margin-right: 10px;
  width: 33px;
  height: 29px;
}

/*===============================
　.offer
================================*/
.offer {
  margin: 0 auto;
  max-width: 860px;
}
.offer .inner {
  position: relative;
  margin-bottom: 25px;
}
.offer .info {
  position: absolute;
  right: 32px;
  bottom: 18px;
}
.offer .buttonPamphlet a {
  background-image: linear-gradient(to bottom, #77a6d8, #1366be);
}
.offer .buttonShop a {
  background-image: linear-gradient(to bottom, #e87b00, #ee4e00);
}
.offer .l-tel {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.offer .telTitle {
  margin-right: 12px;
  font-size: 1.8rem;
  line-height: 1.2;
}
.offer .tel a {
  color: #000000;
  font-size: 5.4rem;
  font-weight: 600;
}
.offer .tel {
  display: flex;
  align-items: center;
}
.offer .tel::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../img/iconTel.svg);
  background-size: 43px 43px;
  margin-right: 13px;
  width: 43px;
  height: 43px;
}
.offer .businessHour {
  font-size: 1.4rem;
  line-height: 1.5;
}
.offer .note {
  font-size: 1.4rem;
  text-align: center;
}
.offer .img img {
  width: 100%;
}
.offerA,
.offerB {
  background: #ffeef1;
}
.offerA {
  padding: 40px 0 50px;
}
.offerB {
  padding: 50px 0 70px;
}
.offerB .offer {
  margin-bottom: 58px;
}

/*===============================
　.header
================================*/
.header {
  border-bottom: 5px solid #e03b3b;
}
.header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px 30px 16px 23px;
  max-width: 1150px;
}
.header .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .info .tel {
  margin-right: 24px;
}
.header .info .telNumber {
  margin-bottom: 8px;
  font-size: 3.4rem;
  font-weight: 700;
}
.header .info .telNumber::before {
  content: "";
  display: inline-block;
  background-image: url(../img/iconTel.svg);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  margin-right: 8px;
  width: 30px;
  height: 30px;
}
.header .info .telNumber a {
  color: #000000;
}
.header .info .businessHour {
  margin-left: 38px;
  font-size: 1.3rem;
}
.header .logo {
  width: 198px;
  height: 58px;
}
.header .logo img {
  width: 100%;
}
.header .button a {
  background-image: linear-gradient(to bottom, #ff5c59, #dc3911);
}

/*===============================
　.kv
================================*/
.kv {
  background-image: url(../img/kv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.kv .inner {
  margin: 0 auto;
  padding: 40px 0 0;
  max-width: 1085px;
}
.kv .img {
  position: relative;
}
.kv_btn1,
.kv_btn2 {
  position: absolute;
  bottom: 11%;
}
.kv_btn1 {
  left: 4.5%;
  width: 21.25vw;
}
.kv_btn2 {
  left: 33.5%;
  width: 21.75vw;
}
.kv .img img {
  width: 100%;
}
@media screen and (min-width:1200px) {
  .kv_btn1,
  .kv_btn2 {
    bottom: 44px;
  }
  .kv_btn1 {
    left: 35px;
    width: 255px;
  }
  .kv_btn2 {
    left: 347px;
    width: 261px;
  }
}

/*===============================
　.movie
================================*/
.movieOffer {
  position: relative;
  margin: 0 auto 28px;
  font-size: 3.0rem;
  text-align: center;
}
.movieOffer span {
  font-size: 4.0rem;
  color: #e03b3b;
}
.resolution.inherited .movieOffer {
  margin-bottom: 70px;
}
.movieTitle {
  margin-bottom: 18px;
  font-size: 3.0rem;
  text-align: center;
  color: #1366be;
}
.media + .movieTitle {
  margin-top: 50px;
}
.media {
  width: 746px;
  margin: 0 auto;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*===============================
　.cushion
================================*/
.cushion {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  font-size: 4.0rem;
  line-height: 1.3;
}
.cushion .text {
  margin-right: 30px;
}
.cushion .text span {
  color: #1366be;
}
.cushion .img {
  width: 110px;
}
.cushion .img img {
  width: 100%;
}

/*===============================
　.worry
================================*/
.worry {
  padding: 50px 0 0;
  position: relative;
}
.worry.management {
  background: #fff3e1;
}
.worry.inherited {
  background: #dbeefc;
}
.worry .inner {
  display: flex;
  align-items: center;
  align-items: center;
  padding-bottom: 50px;
  max-width: 1010px;
}
.worry .title {
  margin-bottom: 24px;
  font-size: 3.0rem;
  line-height: 1.3;
  text-align: center;
}
.worry.management .title span {
  color: #ea6400;
}
.worry.inherited .title span {
  color: #1366be;
}
.worry .img {
  margin-right: 30px;
  width: 335px;
}
.worry .worryList {
  position: relative;
  padding: 25px 25px 25px 30px;
  line-height: 1.5;
  background: #ffffff;
  border-radius: 30px;
}
.worry .worryItem + .worryItem {
  margin-top: 18px;
}
.worry .worryItem {
  padding-left: 45px;
  text-indent: -45px;
  font-size: 2.2rem;
}
.worry .worryItem::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background-image: url(../img/iconCheck.svg);
  background-size: 30px 25px;
  background-repeat: no-repeat;
  width: 30px;
  height: 25px;
}
.worry .bg {
  position: relative;
  background: #ffffff;
}
.worry .bg .comment {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3.0rem;
}
.worry .bg .comment::before,
.worry .bg .comment::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 54px;
  height: 2px;
  background-color: black;
}
.worry .bg .comment::before {
  left: -50px;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.worry .bg .comment::after {
  right: -50px;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

/*===============================
　.resolution
================================*/
.resolution {
  padding: 60px 0 45px;
}
.resolution .title {
  margin-bottom: 40px;
  font-size: 4.0rem;
  text-align: center;
  line-height: 1.3;
}
.resolution.inherited .title {
  line-height: 2;
}
.resolution .title span {
  color: #e03b3b;
  padding-top: 10px;
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 1em 9px;
  background-image: -webkit-radial-gradient(4.5px 4.5px at center center,#e03b3b,#e03b3b 100%,transparent);
  background-image: radial-gradient(4.5px 4.5px at center center,#e03b3b,#e03b3b 100%,transparent);
}
.resolution .point {
  position: relative;
  margin: 0 auto 40px;
  padding: 30px;
  width: 800px;
  text-align: center;
  box-sizing: border-box;
}
.resolution.management .point {
  background: #fff3e1;
  border: 1px solid #ea6400;
}
.resolution.inherited .point {
  background: #dbeefc;
  border: 1px solid #1366be;
}
.resolution .point::before,
.resolution .point::after {
  position: absolute;
  bottom: 18px;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
}
.resolution .point::before {
  left: -5.83vw;
  background-image: url(../img/imgHimarin01.png);
  background-size: 123px 135px;
  width: 123px;
  height: 135px;
}
.resolution .point::after {
  right: -5.83vw;
  background-image: url(../img/imgHimarin02.png);
  background-size: 126px 142px;
  width: 126px;
  height: 142px;
}
@media screen and (min-width:800px) and ( max-width:820px) {
  .resolution .point::before,
  .resolution .point::after {
    display: none;
  }
}
.resolution .pointTitle {
  margin-bottom: 20px;
  font-size: 3.0rem;
  line-height: 1;
}
.resolution .pointTitle span {
  display: inline-block;
  margin: 0 10px;
  padding: 10px;
  color: #ffffff;
}
.resolution.management .pointTitle {
  color: #ea6400;
}
.resolution.management .pointTitle span {
  background: #e76400;
}
.resolution.inherited .pointTitle {
  color: #1366be;
}
.resolution.inherited .pointTitle span {
  background: #1366be;
}
.resolution .point .text {
  font-size: 2.2rem;
  line-height: 1.7;
}
.resolution.inherited .point .text {
  margin: 0 auto;
  width: 580px;
  text-align: left;
  padding-left: 13px;
  text-indent: -13px;
}
.resolution.inherited .point .text li + li {
  margin-top: 0.5em;
}
.resolution.inherited .point .text li::before {
  content: "・";
}
.resolution .comment {
  margin-top: 40px;
  font-size: 3.0rem;
  text-align: center;
}

/*===============================
  .linkOther
================================*/
.linkOther a {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
  padding: 20px 0 16px 17px;
  max-width: 850px;
  max-height: 105px;
  color: #ffffff;
  font-size: 2.2rem;
  background-image: linear-gradient(to bottom, #e87b00, #ee4e00);
  border-radius: 10px;
  box-sizing: border-box;
}
.linkOther .textOther {
  position: absolute;
  top: 3px;
  right: 3px;
  padding: 17px 0 0 14px;
  width: 138px;
  height: 97px;
  color: #000000;
  font-size: 1.8rem;
  line-height: 1.3;
  background: #ffffff;
  border-radius: 0 10px 10px 0;
  box-sizing: border-box;
}
.linkOther .textOther::after {
  content: "";
  display: block;
  margin-top: 8px;
  margin-left: 2px;
  background-image: url(../img/iconArrow.svg);
  background-size: 44px 12px;
  background-repeat: no-repeat;
  width: 44px;
  height: 12px;
}
.linkOther .emphasis {
  display: block;
  margin-top: 10px;
  font-size: 3.6rem;
}

/*===============================
　footer
================================*/
footer {
  padding: 20px 0;
  text-align: center;
}