@charset "UTF-8";
/* 
// 共通 //
*/
::-moz-selection {
  background: #fdfec4;
}
::selection {
  background: #fdfec4;
}

::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 18px;
}

::-moz-placeholder {
  color: #a1a1a1;
  font-size: 18px;
}

:-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 18px;
}

::-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 18px;
}

::placeholder {
  color: #a1a1a1;
  font-size: 18px;
}

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

html {
  font-size: 62.5%;
}

body {
  font-family: "Helvetica", "Arial", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  color: #252525;
  font-size: 1.8em;
  letter-spacing: 0.04em;
}

.main {
  overflow: hidden;
}

.eng {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(0, #fbfe07));
  background: linear-gradient(transparent 0, #fbfe07 0);
}

/*　上下左右中央　*/
.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*　スマホのみ表示　*/
.pcnone {
  display: none;
}
@media (max-width: 767px) {
  .pcnone {
    display: block;
  }
}

/*　pcのみ表示　*/
@media (max-width: 767px) {
  .spnone {
    display: none;
  }
}

/*　テキストリンク　*/
a.textlink {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a.textlink:link, a.textlink:visited {
  color: #19a7ac;
  text-decoration: underline;
}
a.textlink:hover {
  color: #a7d9db;
}

/*　ボタン　*/
.button a {
  display: block;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
  border-radius: 35px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .button a {
    letter-spacing: 0.03em;
  }
}

.cta-button {
  position: relative;
  width: 500px;
  margin: auto;
}
@media (max-width: 767px) {
  .cta-button {
    width: 100%;
    max-width: 400px;
  }
}
.cta-button a {
  background: rgb(255, 165, 9);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, rgb(255, 165, 9)), color-stop(8%, rgb(255, 193, 5)), color-stop(49%, rgb(255, 193, 5)), color-stop(51%, rgb(255, 217, 5)));
  background: linear-gradient(0deg, rgb(255, 165, 9) 3%, rgb(255, 193, 5) 8%, rgb(255, 193, 5) 49%, rgb(255, 217, 5) 51%);
  height: 70px;
  font-size: 24px;
  line-height: 2.7;
}
@media (max-width: 767px) {
  .cta-button a {
    font-size: 20px;
    height: 63px;
    line-height: 2.9;
  }
}
.cta-button a:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.cta-button a:after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #252525;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 70px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .cta-button a:after {
    right: 20px;
  }
}

/*　タイトル　*/
.title {
  text-align: center;
  margin: 0 0 80px;
}
@media (max-width: 767px) {
  .title {
    margin: 0 auto 40px;
  }
}

/*　金額共通　*/
.price {
  font-family: "Oswald", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  text-align: center;
}
.price-lg {
  font-size: 44px;
  font-weight: 400;
  margin: 0 6px;
}
@media (max-width: 959px) {
  .price-lg {
    font-size: 30px;
    margin: 0 3px;
  }
}
.price-nor {
  font-size: 44px;
  font-weight: 400;
  margin: 0 6px;
}
@media (max-width: 959px) {
  .price-nor {
    font-size: 30px;
    margin: 0 3px;
  }
}
.price-sm {
  font-size: 16px;
}
@media (max-width: 959px) {
  .price-sm {
    font-size: 14px;
    margin: 0 0 0 -5px;
  }
}
.price-md {
  font-size: 32px;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .price-md {
    font-size: 21px;
    display: inline-block;
    line-height: 1.3;
  }
}
.price-md .pcnone {
  line-height: 0;
}
.price-xlg {
  font-size: 85px;
  font-weight: 500;
  margin: 0 6px;
}
@media (max-width: 959px) {
  .price-xlg {
    font-size: 59px;
    margin: 0 3px 0 8px;
    letter-spacing: -0.01em;
  }
}
.price-arrow {
  margin: 0 15px;
  position: relative;
  top: -15px;
}
@media (max-width: 767px) {
  .price-arrow {
    top: -2px;
  }
  .price-arrow img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 18px;
  }
}
.price-note {
  font-size: 16px;
  display: block;
  font-weight: 500;
  text-align: right;
  margin: 10px 9px 0 0;
}
@media (max-width: 767px) {
  .price-note {
    font-size: 16px;
    margin: 10px 5px 0 0;
    text-align: center;
  }
}

/* 
// header //
*/
.header {
  width: 100%;
  background: #ebf4f5;
  height: 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  padding: 0 0 0 50px;
  z-index: 1000;
}
@media (max-width: 959px) {
  .header {
    padding: 0 0 0 1.5625vw;
  }
}
@media (max-width: 767px) {
  .header {
    height: 70px;
  }
}
.header-logo {
  width: 268px;
  position: relative;
}
@media (max-width: 767px) {
  .header-logo {
    width: 41.6vw;
    max-width: 268px;
    margin-top: -4px;
  }
}
.header-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 101px;
}
@media (max-width: 767px) {
  .header-button {
    right: 51px;
  }
}
.header-contact, .header-tel {
  position: relative;
  cursor: pointer;
  width: 190px;
  height: 120px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 0 0 1px;
}
.header-tel {
  background: #ffc105;
}
.header-contact {
    background: #9ce753;
}
.header-contact a, .header-tel a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.header-contact a img, .header-tel a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .header-contact, .header-tel {
    width: 18.75vw;
    max-width: 70px;
    height: 70px;
  }
}
.header-contact:hover, .header-tel:hover {
  background: #ffe505;
}
@media (max-width: 767px) {
  .header-contact img {
    width: 14.9333333333vw;
    max-width: 56px;
    height: auto;
  }
}
.header-tel {
  pointer-events: none;
}
@media (max-width: 767px) {
  .header-tel {
    pointer-events: auto;
  }
  .header-tel img {
    width: 11.2vw;
    max-width: 42px;
    height: auto;
  }
}

/* 
// ドロワーメニュー //
*/
.navi {
  position: fixed;
  top: 0;
  right: 0;
  background: #ebf4f5;
  width: 100%;
  height: 100vh;
  display: none;
  overflow: auto;
}
.navi-logo {
  padding: 48px 0 0 50px;
}
@media (max-width: 767px) {
  .navi-logo {
    padding: 25px 0 0 20px;
    max-width: 160px;
  }
}
.navi-item {
  position: relative;
  top: 50px;
  width: 150px;
  margin: auto;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .navi-item {
    width: 170px;
    top: 30px;
  }
}
.navi-item li {
  list-style-type: none;
  width: 100%;
  padding-bottom: 0px;
  position: relative;
  padding-left: 25px;
}
.navi-item li:last-child {
  padding-bottom: 0;
}
.navi-item li:before {
  content: "";
  position: absolute;
  top: 34%;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #252525;
  border-right: 2px solid #252525;
}
.navi-item li a {
  display: block;
  color: #252525;
  padding: 20px 0;
  font-weight: 700;
  font-size: 22px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .navi-item li a {
    font-size: 18px;
    padding: 10px 0;
  }
}
.navi-item li a:hover {
  color: #ffc105;
}
.navi-contact {
  width: 720px;
  margin: auto;
  position: absolute;
  top: 480px;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .navi-contact {
    width: 85%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 300px;
    padding: 0 0 40px 0;
  }
}
.navi-contact li {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  width: 48%;
  height: 160px;
  background: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .navi-contact li {
    width: auto;
    height: 90px;
    margin: 0 0 15px 0;
  }
}
.navi-contact li:hover {
  background: #ffc105;
}
.navi-contact a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.navi-contact a img {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .navi-contact a img {
    top: 25px;
  }
}
.navi-contact-tel {
  pointer-events: none;
}
@media (max-width: 767px) {
  .navi-contact-tel {
    pointer-events: auto;
  }
}
.navi-contact-tel img {
  max-width: 210px;
}
.navi-contact-form img {
  max-width: 190px;
}
.navi-contact-text {
  margin: -70px 0 0;
  font-size: 18px;
  line-height: 2;
  color: #007482;
  font-weight: 700;
}
@media (max-width: 767px) {
  .navi-contact-text {
    font-size: 16px;
    margin: -45px 0 0;
  }
}

.toggle {
  position: fixed;
  right: 0;
  top: 0;
  width: 100px;
  height: 120px;
  cursor: pointer;
  z-index: 13;
  display: block;
  background: #242424;
}
@media (max-width: 767px) {
  .toggle {
    width: 50px;
    height: 70px;
  }
}
.toggle span {
  display: block;
  position: absolute;
  width: 35px;
  border-bottom: solid 2px #FFFFFF;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .toggle span {
    width: 25px;
    border-bottom: solid 1px #FFFFFF;
  }
}
.toggle span:nth-child(1) {
  top: 42px;
}
@media (max-width: 767px) {
  .toggle span:nth-child(1) {
    top: 29px;
  }
}
.toggle span:nth-child(2) {
  top: 57px;
}
@media (max-width: 767px) {
  .toggle span:nth-child(2) {
    top: 35px;
  }
}
.toggle span:nth-child(3) {
  top: 71px;
}
@media (max-width: 767px) {
  .toggle span:nth-child(3) {
    top: 41px;
  }
}

.toggle.active span:nth-child(1) {
  top: 57px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: solid 2px #FFFFFF;
}
@media (max-width: 767px) {
  .toggle.active span:nth-child(1) {
    top: 35px;
    border-bottom: solid 1px #FFFFFF;
  }
}

.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
  top: 57px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: solid 2px #FFFFFF;
}
@media (max-width: 767px) {
  .toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
    top: 35px;
    border-bottom: solid 1px #FFFFFF;
  }
}

/*
// メインビジュアル // 
*/
.hero01 {
  position: relative;
  margin: 0 0 140px;
}
@media (max-width: 767px) {
  .hero01 {
    margin: 0 0 60px;
  }
}
.hero01-img {
  position: relative;
  width: 68.8140556369%;
  height: 670px;
  overflow: hidden;
  border-radius: 50px 0px 0px 50px;
  margin: 120px 0 0 31.1859443631%;
  background: url(../img/hero01.jpg) center top no-repeat;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 959px) {
  .hero01-img {
    margin: 120px 0 0 25.0260688217%;
    width: 75.0782064651%;
  }
}
@media (max-width: 767px) {
  .hero01-img {
    margin: 70px 0 0 0;
    width: 100%;
    height: 160vw;
    max-height: 700px;
    min-height: 600px;
    border-radius: 0;
    background: url(../img/hero01_sp.jpg) center no-repeat;
    background-size: cover;
  }
}
@media (max-width: 499px) {
  .hero01-img {
    background: url(../img/hero01_sp_sm.jpg) center no-repeat;
    background-size: cover;
    height: 480px;
    min-height: auto;
  }
}
.hero01-bkg {
  width: 100%;
  height: 570px;
  background: #ebf4f5;
  position: absolute;
  top: 0px;
}
@media (max-width: 767px) {
  .hero01-bkg {
    display: none;
  }
}
.hero01-content {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 670px;
  margin: 0 0 0 3.6603221083%;
}
@media (max-width: 959px) {
  .hero01-content {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .hero01-content {
    height: 160vw;
    max-height: 700px;
    min-height: 600px;
  }
}
@media (max-width: 499px) {
  .hero01-content {
    height: 480px;
    min-height: auto;
  }
}
.hero01-copy {
  margin: 40px 0 0 0;
  width: 42.4597364568vw;
  max-width: 580px;
  min-width: 450px;
}
@media (max-width: 959px) {
  .hero01-copy {
    margin: 20px 0 0 0;
    width: 92.2666666667vw;
    max-width: 400px;
    min-width: auto;
  }
}
@media (max-width: 499px) {
  .hero01-copy {
    width: 80vw;
    max-width: 300px;
  }
}
.hero01-airnergy {
  position: absolute;
  margin: -5px 0 0 0;
  width: 42.1669106881vw;
  max-width: 576px;
  min-width: 460px;
}
@media (max-width: 959px) {
  .hero01-airnergy {
    left: 15px;
    bottom: 120px;
  }
}
@media (max-width: 767px) {
  .hero01-airnergy {
    width: 95%;
    max-width: 420px;
    min-width: auto;
    bottom: 10px;
    margin: auto;
    left: 0;
    right: 0;
  }
}
@media (max-width: 499px) {
  .hero01-airnergy {
    bottom: 10px;
    margin: 0 0 0 10px;
    width: 95vw;
    min-width: 280px;
    max-width: 380px;
  }
}
.hero01-icon {
  position: absolute;
  left: 48%;
  bottom: 5%;
  width: 42.3133235725vw;
  max-width: 578px;
  min-width: 500px;
  z-index: 10;
}
@media (max-width: 959px) {
  .hero01-icon {
    bottom: 9%;
    left: auto;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .hero01-icon {
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
    width: 74vw;
    max-width: 430px;
    min-width: 260px;
  }
}

.hero02 {
  position: relative;
  margin: 0 0 140px;
}
@media (max-width: 767px) {
  .hero02 {
    margin: 0 0 80px;
  }
}
.hero02-content {
  margin: 120px 0 0;
  background: url(../img/hero02.jpg) no-repeat left 38% top #1b8895;
  height: 670px;
}
@media (max-width: 767px) {
  .hero02-content {
    margin: 70px 0 0;
    background: url(../img/hero02_sp.jpg) no-repeat center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 499px) {
  .hero02-content {
    height: 480px;
  }
}
.hero02-copy {
  position: absolute;
  left: 50%;
  right: 40px;
  top: 110px;
  min-width: 460px;
}
@media (max-width: 959px) {
  .hero02-copy {
    left: auto;
    right: 20px;
    width: 420px;
    min-width: auto;
  }
}
@media (max-width: 767px) {
  .hero02-copy {
    position: relative;
    left: 0;
    right: 0;
    top: 10px;
    max-width: 380px;
    min-width: auto;
  }
}
@media (max-width: 499px) {
  .hero02-copy {
    max-width: 310px;
  }
}
.hero02-icon {
  position: absolute;
  left: 50%;
  right: 40px;
  bottom: 16%;
  min-width: 370px;
}
@media (max-width: 959px) {
  .hero02-icon {
    left: 45%;
    right: 20px;
    bottom: 28%;
  }
}
@media (max-width: 767px) {
  .hero02-icon {
    left: auto;
    right: auto;
    bottom: 45px;
    width: 80vw;
    max-width: 370px;
    min-width: 300px;
  }
}
.hero02-airnergy {
  position: absolute;
  bottom: -20px;
  width: 25.6222547584vw;
  max-width: 350px;
  min-width: 290px;
  left: 26%;
}
@media (max-width: 767px) {
  .hero02-airnergy {
    width: 42vw;
    min-width: 160px;
    max-width: 250px;
    left: auto;
    bottom: 140px;
    right: 10px;
  }
}
.hero02-text {
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  left: 55%;
  color: #FFFFFF;
  right: 40px;
}
@media (max-width: 767px) {
  .hero02-text {
    font-size: 13px;
    left: auto;
    right: auto;
    padding: 0 10px;
  }
}

/* 
// エアナジーとは //
*/
.about {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .about {
    padding: 0 5.3333333333vw;
  }
}
.about-content {
  max-width: 1200px;
  margin: 0 auto 140px;
}
@media (max-width: 767px) {
  .about-content {
    margin: 0 auto 80px;
  }
}
@media (max-width: 767px) {
  .about-title {
    max-width: 313px;
  }
}
@media (max-width: 767px) {
  .about-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-img {
  width: 46.6666666667%;
}
@media (max-width: 767px) {
  .about-img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 40px;
  }
}
.about-text {
  width: 46.6666666667%;
  line-height: 2.5;
}
@media (max-width: 767px) {
  .about-text {
    width: 100%;
    line-height: 2;
  }
}

/* 
// cta //
*/
.cta-content {
  background: url(../img/cta-bkg.png) no-repeat;
  background-size: cover;
  font-family: "Oswald", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  padding: 50px;
}
@media (max-width: 767px) {
  .cta-content {
    padding: 30px 10px;
  }
}
.cta-inner {
  max-width: 860px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.cta-heading {
  font-size: 28px;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #FFFFFF;
  width: 100%;
  background: #099b79;
  padding: 10px;
  text-align: center;
  border: 1px solid;
  -o-border-image: linear-gradient(to right, #2bb494 0%, #48cfb0 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#2bb494), to(#48cfb0)) 1;
     border-image: linear-gradient(to right, #2bb494 0%, #48cfb0 100%) 1;
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  .cta-heading {
    font-size: 20px;
    letter-spacing: 0.04em;
    padding: 6px;
    margin: 0 0 20px;
  }
}
.cta-balloon {
  position: absolute;
  top: -100px;
  right: 0;
}
@media (max-width: 767px) {
  .cta-balloon {
    top: -90px;
  }
}
.cta-balloon img {
  width: 150px;
}
@media (max-width: 767px) {
  .cta-balloon img {
    width: 95px;
  }
}
.cta-title {
  font-size: 36px;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #FFFFFF;
  text-shadow: 0px 0px 10px rgba(31, 50, 33, 0.2);
  display: inline-block;
  margin: 0 0 15px;
}
@media (max-width: 959px) {
  .cta-title {
    font-size: 28px;
    margin: 0 0 25px;
    text-align: center;
    line-height: 1.6;
  }
}
.cta-title-lg {
  font-weight: 400;
  font-size: 52px;
  vertical-align: text-bottom;
}
@media (max-width: 959px) {
  .cta-title-lg {
    font-size: 29px;
    line-height: 1.37;
  }
}
.cta-title-border {
  border-bottom: 4px solid #FFFFFF;
  padding-bottom: 3px;
}
@media (max-width: 959px) {
  .cta-title-border {
    border-bottom: 2px solid #FFFFFF;
  }
}
.cta-price {
  color: #fbfe07;
  font-size: 22px;
  text-shadow: 0px 0px 10px rgba(31, 50, 33, 0.2);
  margin: 0 0 30px;
}
@media (max-width: 959px) {
  .cta-price {
    font-size: 18px;
  }
}
.cta-mcopy {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .cta-mcopy {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.cta-button a {
  -webkit-box-shadow: 0px 9px 7px -7px rgba(31, 50, 33, 0.2);
          box-shadow: 0px 9px 7px -7px rgba(31, 50, 33, 0.2);
  border-radius: 35px;
}

/* 
// お悩み //
*/
.worry {
  padding: 120px 40px;
  background: #f5f4ef;
  position: relative;
  margin: 0 0 120px;
}
@media (max-width: 767px) {
  .worry {
    padding: 80px 0 0;
    margin: 0 0 80px;
  }
}
.worry:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-color: #FFFFFF;
  border-top-width: 40px;
  border-bottom-width: 40px;
  border-left-width: 20px;
  border-right-width: 20px;
  margin-left: -20px;
  border-top-color: #f5f4ef;
  top: 100%;
  left: 50%;
}
@media (max-width: 767px) {
  .worry:before {
    border-top-width: 24px;
    border-bottom-width: 24px;
    border-left-width: 15px;
    border-right-width: 15px;
    margin-left: -15px;
    border-top-color: #edebe4;
  }
}
.worry-content {
  max-width: 1200px;
  margin: auto;
  border: 10px solid #FFFFFF;
  background: url(../img/worry-bkg.png) center top no-repeat;
  background-size: cover;
  text-align: center;
  padding: 70px 40px 50px;
  position: relative;
}
@media (max-width: 767px) {
  .worry-content {
    border: none;
    padding: 0 0 80px;
    background: url(../img/worry-bkg_sp.png) center top no-repeat #edebe4;
    background-size: cover;
  }
}
.worry-title {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .worry-title {
    max-width: 361px;
    margin: 0 auto 20px;
    padding: 0 10px;
  }
}
.worry-list01 {
  margin: 0 0 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .worry-list01 {
    max-width: 354px;
    margin: 0 auto 20px;
  }
}
.worry-stitle {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .worry-stitle {
    max-width: 346px;
    margin: 0 auto 30px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .worry-list02 {
    max-width: 334px;
    margin: auto;
  }
}
.worry-img {
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .worry-img {
    top: 300px;
  }
}

/* 
// 原因 //
*/
.cause {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .cause {
    padding: 0 5.3333333333vw;
  }
}
.cause-content {
  max-width: 1200px;
  margin: 0 auto 120px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cause-content {
    margin: 0 auto 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cause-title {
  margin: 0 0 60px;
}
@media (max-width: 767px) {
  .cause-title {
    max-width: 335px;
    margin: 0 auto 40px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.cause-text {
  width: 46.6666666667%;
  line-height: 2.5;
}
@media (max-width: 767px) {
  .cause-text {
    width: 100%;
    line-height: 2;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.cause-img01 {
  width: 46.6666666667%;
  text-align: center;
}
@media (max-width: 767px) {
  .cause-img01 {
    width: auto;
    max-width: 285px;
    margin: 0 auto 40px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* 
// エアナジー使用の結果 //
*/
.result01-content {
  background: url(../img/result-bkg.jpg) no-repeat center left #FFFFFF;
  background-size: cover;
  padding: 50px 40px;
}
@media (max-width: 1199px) {
  .result01-content {
    background: url(../img/result-bkg_lg.jpg) no-repeat top left #FFFFFF;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .result01-content {
    padding: 0px 5.3333333333vw 80px;
    background: none;
    background: #ebf4f5;
  }
}
.result01-inner {
  max-width: 1200px;
  height: 724px;
  margin: auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 767px) {
  .result01-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
  }
}
.result01-img01 {
  width: 46.6666666667%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-align: center;
}
@media (max-width: 767px) {
  .result01-img01 {
    width: 66.6666666667vw;
    max-width: 300px;
    margin: auto;
  }
}
.result01-item {
  width: 46.6666666667%;
}
@media (max-width: 767px) {
  .result01-item {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 767px) {
  .result01-heading {
    background: url(../img/result-bkg_sp.jpg) no-repeat right bottom;
    background-size: cover;
    height: 530px;
    margin: 0 calc(50% - 50vw) 40px;
    padding: 40px 0 0;
  }
}
.result01-title {
  margin: 0 0 80px;
}
@media (max-width: 767px) {
  .result01-title {
    max-width: 324px;
    margin: 0 0 90.6666666667vw 5.3333333333vw;
  }
}
.result01-text {
  line-height: 2.5;
}
@media (max-width: 767px) {
  .result01-text {
    line-height: 2;
    margin: 0 0 20px;
  }
}

.result02 {
  background: #ebf4f5;
  padding: 80px 40px 20px;
}
@media (max-width: 767px) {
  .result02 {
    padding: 0 5.3333333333vw 40px;
  }
}
.result02-content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 110px;
  max-width: 1200px;
}
@media (max-width: 767px) {
  .result02-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
  }
}
.result02-inner {
  width: 46.6666666667%;
}
@media (max-width: 767px) {
  .result02-inner {
    width: 100%;
  }
}
.result02-title {
  margin: 0 0 10.72%;
}
@media (max-width: 767px) {
  .result02-title {
    max-width: 340px;
    margin: 0 0 20px;
  }
}
.result02-title02 {
  margin: 0 0 10.72%;
}
@media (max-width: 767px) {
  .result02-title02 {
    max-width: 311px;
    margin: 0 0 30px;
  }
}
.result02-text {
  line-height: 2.5;
}
@media (max-width: 767px) {
  .result02-text {
    line-height: 2;
    margin: 0 0 40px;
  }
}
.result02-img {
  width: 46.6666666667%;
  text-align: center;
}
@media (max-width: 767px) {
  .result02-img {
    width: auto;
    max-width: 420px;
    margin: 0 auto 40px;
  }
}
.result02-item {
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .result02-item {
    margin: 0 0 30px;
  }
}

/* 
// 使い方 //
*/
.use {
  padding: 120px 40px;
}
@media (max-width: 767px) {
  .use {
    padding: 80px 5.3333333333vw 45px;
  }
}
.use-content {
  max-width: 960px;
  margin: auto;
}
@media (max-width: 767px) {
  .use-title {
    max-width: 232px;
    margin: 0 auto 50px;
  }
}
@media (max-width: 767px) {
  .use-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
    max-width: 380px;
  }
}
.use-item {
  width: 27.0833333333%;
}
@media (max-width: 767px) {
  .use-item {
    width: auto;
  }
}
@media (max-width: 767px) {
  .use-img {
    max-width: 200px;
    margin: 0 auto 15px;
  }
}
.use-text {
  margin: 20px 0 0;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .use-text {
    margin: 0 0 35px;
  }
}

/* 
// お客様の声 //
*/
.voice-content {
  background: url(../img/voice-bkg.png) no-repeat top center;
  background-size: cover;
  padding: 120px 40px 40px;
}
@media (max-width: 959px) {
  .voice-content {
    padding: 80px 0 40px;
  }
}
@media (max-width: 767px) {
  .voice-title {
    max-width: 310px;
    margin: 0 auto 10px;
    padding: 0 10px;
  }
}

.slider01 {
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 959px) {
  .slider01 {
    padding: 40px 0;
  }
}
.slider01-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 959px) {
  .slider01-items {
    display: block;
  }
}
.slider01-content {
  width: 46.6666666667%;
  background: #f7f7f7;
  border: 5px solid #FFFFFF;
  padding: 40px;
  margin: 0 0 80px;
}
@media (max-width: 959px) {
  .slider01-content {
    margin: 0 10px;
    padding: 10px 20px;
  }
}
.slider01-img {
  width: 59.5744680851%;
  min-width: 180px;
  margin: 0 auto 40px;
}
@media (max-width: 959px) {
  .slider01-img {
    margin: 0 auto 30px;
    min-width: 130px;
  }
}
.slider01-title {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .slider01-title {
    font-size: 1.98rem;
    margin: 0 0 20px;
  }
}
.slider01-title span {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .slider01-title span {
    margin: auto;
  }
}
.slider01-text {
  line-height: 2.5;
}
@media (max-width: 767px) {
  .slider01-text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.slick-prev:before,
.slick-next:before {
  color: #000000;
  font-size: 40px;
}

.slick-prev {
  left: 5px;
  z-index: 500;
  width: 40px;
  height: 35px;
}

.slick-next {
  right: 10px;
  z-index: 500;
  width: 40px;
  height: 35px;
}

.slick-dots {
  bottom: -30px;
}

.slick-arrow:before,
.slick-arrow:after {
  opacity: 1 !important;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  height: auto !important;
}

/* 
// プロスポーツ選手の声 //
*/
.user-content {
  background: url(../img/user-bkg.png) repeat center left;
  padding: 120px 40px 20px;
}
@media (max-width: 767px) {
  .user-content {
    background: url(../img/user-bkg_sp.png) repeat top -10px left;
    padding: 80px 5.3333333333vw 20px;
  }
}
@media (max-width: 767px) {
  .user-title {
    max-width: 331px;
  }
}
.user-inner {
  max-width: 1200px;
  margin: 0 auto 100px;
}
@media (max-width: 767px) {
  .user-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 60px;
  }
}
.user-img {
  width: 40%;
}
@media (max-width: 767px) {
  .user-img {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.user-item {
  width: 53.3333333333%;
}
@media (max-width: 767px) {
  .user-item {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
}
.user-name {
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .user-name {
    margin: 0 0 10px;
  }
}
.user-name01 {
  max-width: 216px;
}
@media (max-width: 767px) {
  .user-name01 {
    max-width: 176px;
  }
}
.user-name02 {
  max-width: 372px;
}
@media (max-width: 767px) {
  .user-name02 {
    max-width: 308px;
  }
}
.user-name03 {
  max-width: 210px;
}
@media (max-width: 767px) {
  .user-name03 {
    max-width: 176px;
  }
}
.user-stitle {
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .user-stitle {
    margin: 0 0 10px;
  }
}
.user-stitle01 {
  max-width: 378px;
}
@media (max-width: 767px) {
  .user-stitle01 {
    max-width: 317px;
  }
}
.user-stitle02 {
  max-width: 413px;
}
@media (max-width: 767px) {
  .user-stitle02 {
    max-width: 342px;
  }
}
.user-stitle03 {
  max-width: 395px;
}
@media (max-width: 767px) {
  .user-stitle03 {
    max-width: 328px;
  }
}
.user-text {
  line-height: 2.5;
}
@media (max-width: 767px) {
  .user-text {
    line-height: 2;
  }
}

/* 
// メディア //
*/
.media-content {
  background: #f5f4ef;
  padding: 120px 40px 90px;
}
@media (max-width: 767px) {
  .media-content {
    padding: 80px 0;
  }
}
.media-title {
  text-align: center;
}
@media (max-width: 767px) {
  .media-title {
    max-width: 346px;
    margin: auto;
    position: relative;
    padding: 0 10px;
  }
}
.media-img {
  text-align: center;
}
@media (max-width: 767px) {
  .media-img {
    width: 100%;
    max-width: 500px;
    margin: -30px auto 0;
  }
}

/* 
// ご利用の流れ //
*/
.flow {
  padding: 120px 40px 80px;
}
@media (max-width: 767px) {
  .flow {
    padding: 80px 5.3333333333vw 50px;
  }
}
.flow-content {
  margin: auto;
  max-width: 960px;
}
@media (max-width: 767px) {
  .flow-content {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .flow-title {
    max-width: 219px;
    margin: 0 auto 50px;
  }
}
.flow-inner {
  border: 3px solid #d7e7e9;
  border-radius: 150px;
  padding: 20px 70px 20px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .flow-inner {
    border-radius: 0;
    padding: 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flow-img {
  max-width: 210px;
  width: 24.3055555556%;
}
@media (max-width: 767px) {
  .flow-img {
    width: 168px;
    margin: 0 0 30px;
  }
}
.flow-item {
  width: 69.4444444444%;
}
@media (max-width: 767px) {
  .flow-item {
    width: 100%;
  }
}
.flow-stitle {
  font-size: 2.4rem;
  font-weight: 700;
  color: #007482;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .flow-stitle {
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.flow-text {
  line-height: 1.8;
}
@media (max-width: 767px) {
  .flow-text {
    line-height: 2;
  }
}

/* 
// プラン //
*/
.plan {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(14%, rgb(255, 255, 255)), color-stop(51%, rgb(235, 244, 245)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 14%, rgb(235, 244, 245) 51%);
  padding: 120px 40px 160px;
  font-family: "Oswald", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}
@media (max-width: 767px) {
  .plan {
    padding: 80px 0;
    letter-spacing: 0;
  }
}
.plan-content {
  max-width: 960px;
  margin: auto;
}
@media (max-width: 767px) {
  .plan-title {
    max-width: 345px;
    margin: 0 auto 65px;
    padding: 0 10px;
  }
}
.plan-inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .plan-inner {
    width: 89.3333333333vw;
    max-width: 500px;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.plan-lg {
  width: 100%;
  position: relative;
}
.plan-balloon {
  position: absolute;
  right: 20px;
  top: -60px;
}
@media (max-width: 767px) {
  .plan-balloon {
    right: 0;
    top: -80px;
  }
}
.plan-balloon img {
  width: 150px;
}
@media (max-width: 767px) {
  .plan-balloon img {
    width: 95px;
  }
}
.plan-sm {
  width: 47.9166666667%;
}
@media (max-width: 767px) {
  .plan-sm {
    width: 100%;
  }
}
.plan-item {
  background: #FFFFFF;
  border: 5px solid #007482;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .plan-item {
    margin: 0 0 20px;
  }
}
.plan-item-sm {
  min-height: 235px;
}
@media (max-width: 767px) {
  .plan-item-sm {
    min-height: 190px;
  }
}
.plan-stitle {
  background: #007482;
  padding: 30px 0 18px;
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
.plan-stitle-num {
  font-weight: 500;
}
@media (max-width: 767px) {
  .plan-stitle {
    padding: 10px 0 15px;
  }
}
.plan-stitle-sm {
  font-size: 24px;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .plan-stitle-sm {
    font-size: 21px;
  }
}
.plan-stitle-md {
  font-size: 28px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .plan-stitle-md {
    font-size: 21px;
  }
}
.plan-stitle-lg {
  font-size: 35px;
}
@media (max-width: 767px) {
  .plan-stitle-lg {
    font-size: 23px;
    line-height: 1.3;
    margin-top: 5px;
    display: block;
  }
}
.plan-price {
  padding: 30px 0 30px 10px;
  font-size: 25px;
}
@media (max-width: 767px) {
  .plan-price {
    font-size: 19px;
    line-height: 1.2;
  }
}
.plan-price .price-lg {
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .plan-price .price-lg {
    font-size: 40px;
    letter-spacing: -0.01em;
  }
}
.plan-text {
  text-align: center;
  font-size: 21px;
  color: #007482;
  font-weight: 700;
  margin: -15px 0 30px;
}
.plan-note {
  text-align: right;
  font-size: 1.6rem;
  margin: -30px 0 0;
}
@media (max-width: 767px) {
  .plan-note {
    font-size: 1.4rem;
    text-align: center;
    margin: -10px 0 30px;
  }
}
.plan-cback {
  text-align: center;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .plan-cback {
    max-width: 420px;
    margin: 0 auto 10px;
  }
}
.plan .cta-button a {
  line-height: 2.8;
}
@media (max-width: 767px) {
  .plan .cta-button a {
    width: 90%;
    max-width: 400px;
    margin: auto;
    line-height: 3;
  }
}
@media (max-width: 767px) {
  .plan .cta-button a:after {
    right: 40px;
  }
}

/* 
// 選ばれる理由 //
*/
.reason-heading {
  background: url(../img/reason-title-img.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 360px;
  position: relative;
}
@media (max-width: 767px) {
  .reason-heading {
    background: url(../img/reason-title-img_sp.jpg) no-repeat center;
    background-size: cover;
    height: 240px;
  }
}
@media (max-width: 767px) {
  .reason-title {
    width: 273px;
    margin-top: 60px;
  }
}
.reason-content {
  padding: 100px 40px 120px;
}
@media (max-width: 767px) {
  .reason-content {
    padding: 80px 5.3333333333vw;
  }
}
.reason-inner {
  max-width: 1200px;
  margin: 0 auto 160px;
  position: relative;
}
@media (max-width: 767px) {
  .reason-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 80px;
  }
}
.reason-item {
  width: 46.6666666667%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .reason-item {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
}
.reason-stitle {
  margin: 0 0 60px;
}
@media (max-width: 767px) {
  .reason-stitle-stitle01 {
    max-width: 332px;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .reason-stitle-stitle02 {
    max-width: 321px;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .reason-stitle-stitle03 {
    max-width: 291px;
    margin: 0 0 40px;
  }
}
.reason-text {
  line-height: 2.5;
}
@media (max-width: 767px) {
  .reason-text {
    line-height: 2;
  }
}
.reason-img {
  width: 46.6666666667%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .reason-img {
    width: 100%;
    margin: 0 0 35px;
  }
}
.reason-bkg01 {
  position: absolute;
  bottom: -100px;
  right: -200px;
}
@media (max-width: 767px) {
  .reason-bkg01 {
    bottom: 100px;
  }
}
.reason-bkg02 {
  position: absolute;
  bottom: 0px;
  left: -160px;
}
@media (max-width: 767px) {
  .reason-bkg02 {
    top: 0;
  }
}
.reason-bkg03 {
  position: absolute;
  bottom: -160px;
  right: -160px;
}
@media (max-width: 767px) {
  .reason-bkg03 {
    bottom: 0;
  }
}
.reason-img03 {
  margin: 50px 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .reason-img03 {
    width: 210px;
    margin: 30px auto 0;
  }
}
.reason-list {
  max-width: 960px;
  border: 3px solid #d7e7e9;
  background: #FFFFFF;
  padding: 50px 50px 20px;
  margin: -60px auto 0;
  position: relative;
}
@media (max-width: 767px) {
  .reason-list {
    margin: -40px auto 0;
    padding: 40px 20px 10px;
  }
}
.reason-list-title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 60px;
}
@media (max-width: 767px) {
  .reason-list-title {
    font-size: 1.8rem;
    margin: 0 0 40px;
  }
}
.reason-list-item {
  font-size: 1.6rem;
  line-height: 1.9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .reason-list-item {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.reason-list dt {
  width: 20%;
}
@media (max-width: 767px) {
  .reason-list dt {
    width: 25%;
  }
}
.reason-list dd {
  width: 80%;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .reason-list dd {
    width: 75%;
  }
}

/* 
// よくある質問 //
*/
.faq {
  background: #f1f1f1;
  padding: 120px 40px;
}
@media (max-width: 767px) {
  .faq {
    padding: 80px 0;
  }
}
.faq-content {
  max-width: 960px;
  margin: auto;
}
@media (max-width: 767px) {
  .faq-content {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .faq-title {
    max-width: 214px;
    margin: 0 auto 50px;
  }
}

.accordion-list:not(:first-child) {
  margin-top: 10px;
}

.accordion-title {
  background: url(../img/faq-q.png) no-repeat left 40px center #fdfdfd;
  background-size: 45px;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 30px 40px 30px 100px;
  position: relative;
  margin: 0 0 4px 0;
}
@media (max-width: 767px) {
  .accordion-title {
    background-position: left 20px top 28px;
    background-size: 36px;
    line-height: 1.6;
    padding: 30px 60px 30px 70px;
  }
}

.accordion-title:before {
  position: absolute;
  content: "";
  top: 42px;
  right: 25px;
  height: 2px;
  width: 20px;
  background: #333;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .accordion-title:before {
    right: 10px;
  }
}

.accordion-title:after {
  position: absolute;
  content: "";
  top: 42px;
  right: 25px;
  height: 2px;
  width: 20px;
  background: #333;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .accordion-title:after {
    right: 10px;
  }
}

.accordion-title.open:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-title.open:after {
  opacity: 0;
}

.accordion-text {
  display: none;
  padding: 20px 40px;
  background: url(../img/faq-a.png) no-repeat left 40px top 20px;
  background-size: 45px;
  line-height: 1.8;
  padding: 27px 30px 50px 100px;
  margin: 0 0 1px 0;
}
@media (max-width: 767px) {
  .accordion-text {
    background-position: left 20px top 28px;
    background-size: 36px;
    line-height: 1.6;
    padding: 30px 20px 30px 70px;
  }
}

/* 
// お問い合わせフォーム //
*/
.contact {
  padding: 120px 40px;
}
@media (max-width: 767px) {
  .contact {
    padding: 80px 5.1948051948vw;
  }
}
.contact-content {
  max-width: 960px;
  margin: auto;
}
.contact-title {
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  .contact-title {
    max-width: 298px;
  }
}
.contact-inner {
  background: #ebf4f5;
  padding: 50px 160px 80px;
}
@media (max-width: 767px) {
  .contact-inner {
    padding: 50px 5.3333333333vw 80px;
  }
}
.contact-label {
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .contact-label {
    margin: 0 0 10px;
  }
}
.contact-item {
  margin: 0 0 50px 30px;
}
@media (max-width: 767px) {
  .contact-item {
    margin: 20px 0 50px 30px;
  }
}
.contact-item li {
  margin: 0 0 20px 0;
  text-indent: -1.3em;
}
.contact-required {
  background: #007482;
  color: #FFFFFF;
  font-size: 14px;
  padding: 2px 10px;
  position: relative;
  top: -2px;
  left: 10px;
}
.contact-input {
  background: #FFFFFF;
  padding: 18px;
  width: 100%;
  margin: 0 10px 50px 0;
  border: 1px solid #c8d0dc;
  vertical-align: baseline;
}
.contact-radio {
  width: 20px;
  height: 20px;
}
.contact-textarea {
  background: #FFFFFF;
  padding: 10px;
  width: 100%;
  margin: 0 0 50px;
  border: 1px solid #c8d0dc;
}
.contact-privacy {
  font-size: 1.6rem;
}
.contact-privacy-title {
  margin: 0 0 20px;
}
.contact-privacy-text {
  line-height: 1.5;
  margin: 0 0 40px;
}
.contact-privacy-link {
  text-align: center;
  margin: 0 0 40px;
}
.contact-button {
  text-align: center;
}
.contact-button input {
  background: #fe6407;
  font-weight: 700;
  letter-spacing: 0.12em;
  border-radius: 50px;
  padding: 15px 60px 13px;
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .contact-button input {
    padding: 15px 30px 13px;
  }
}
.contact-button input:hover {
  background: #fea407;
}

/* 
// 会社概要 //
*/
.info {
  padding: 0px 40px 120px;
}
@media (max-width: 767px) {
  .info {
    padding: 0 5.3333333333vw 50px;
  }
}
.info-content {
  max-width: 700px;
  margin: auto;
}
@media (max-width: 767px) {
  .info-title {
    margin: 0 auto 50px;
    max-width: 181px;
  }
}
.info-inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #e2e2e2;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .info-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 20px;
  }
}
.info dt,
.info dd {
  border-bottom: 1px solid #e2e2e2;
  padding: 40px 0 20px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .info dt,
.info dd {
    line-height: 1.5;
    padding: 0;
  }
}
.info dt:first-of-type,
.info dd:first-of-type {
  padding: 0 0 20px;
}
@media (max-width: 767px) {
  .info dt:first-of-type,
.info dd:first-of-type {
    line-height: 1.5;
    padding: 0 0 5px 0;
  }
}
.info dt {
  width: 25%;
  font-weight: 400;
}
@media (max-width: 767px) {
  .info dt {
    border: none;
    width: 100%;
    padding: 20px 0 0 0;
  }
}
.info dd {
  width: 75%;
}
@media (max-width: 767px) {
  .info dd {
    width: 100%;
    padding: 5px 0 15px 0;
  }
}
.info-list {
  list-style-type: disc;
}
@media (max-width: 767px) {
  .info-list {
    padding: 0 0 0 20px;
  }
}

/* 
// GoogleMap //
*/
.map {
  height: 0;
  overflow: hidden;
  padding-bottom: 35%;
  position: relative;
}
@media (max-width: 767px) {
  .map {
    padding-bottom: 80%;
  }
}
.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* 
// footer //
*/
.footer {
  padding: 120px 40px;
  background: #007482;
  color: #FFFFFF;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .footer {
    padding: 80px 10px;
    letter-spacing: 0.02em;
  }
}
.footer small {
  text-align: center;
  font-size: 1.4rem;
  display: block;
}
@media (max-width: 767px) {
  .footer small {
    font-size: 12px;
  }
}

/* 
// thanks画面 //
*/
.thanks-wrap {
  padding: 200px 40px 100px;
  max-width: 760px;
  margin: auto;
}
@media (max-width: 767px) {
  .thanks-wrap {
    padding: 120px 20px;
  }
}
.thanks-title {
  text-align: center;
  margin: 0 0 60px 0;
}
@media (max-width: 767px) {
  .thanks-title {
    max-width: 289px;
    margin: 0 auto 40px;
  }
}
.thanks-text {
  line-height: 2.5;
  margin: 0 0 80px;
}
@media (max-width: 767px) {
  .thanks-text {
    line-height: 2;
    font-size: 1.6rem;
    margin: 0 0 60px;
  }
}
.thanks-button {
  background: #fe6407;
  font-weight: 700;
  letter-spacing: 0.12em;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 15px 60px 13px;
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 300px;
  margin: auto;
}
@media (max-width: 767px) {
  .thanks-button {
    padding: 15px 30px 13px;
    width: 250px;
  }
}
.thanks-button:hover {
  background: #fea407;
}




/*追加code*/

/* 下部固定ボタン：スマホのみ表示 */
.sp-fixed-buttons {
  display: none;
}

/* スマホ表示のみ */

/* スマホでは非表示 */
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-fixed-buttons {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #ffc105;
    border-top: 1px solid #ccc;
  }
  .sp-fixed-buttons a {
    flex: 1;
    text-align: center;
    padding: 15px 0;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
  }
  .sp-fixed-buttons .btn-tel {
    background-color: #ffc105;
    border: 1px solid #fff;
  }
  .sp-fixed-buttons .btn-contact {
    background-color: #9ce753;
    border: 1px solid #fff;
  }
}
