@charset "UTF-8";

/*-------------------------------
 
	Reset
 
-------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-------------------------------
 
	Foundation
 
-------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #231815;
  font-size: 1.6rem;
  font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  letter-spacing: 0.03em;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

*:focus {
  outline: none;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}

img {
  width: 100%;
  vertical-align: top;
}

/*-------------------------------
 
	Layout
 
-------------------------------*/
/*
* wrapper
*/
.l-base {
  margin-right: 18px;
  margin-left: 18px;
}

.l-middle {
  margin-right: 18px;
  margin-left: 18px;
}

.l-short {
  margin-right: 18px;
  margin-left: 18px;
}

/*
* 問い合わせボタン
*/
.l-btn-aside {
  z-index: 3;
  position: fixed;
  right: 0;
  bottom: 10%;
}

/*
* モーダルメニュー
*/
.l-modal {
  -webkit-overflow-scrolling: touch;
  display: none;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background-color: #fff;
}

/*-------------------------------
 
	Object
 
-------------------------------*/
/*---------- Component ----------*/
/*
 * ボタン
 */
.c-btn {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 52px;
  padding: 0 20px;
  border: 0;
  border-radius: 0;
  background-color: #00D564;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 52px;
  text-align: center;
}

/*
* ボーダー
*/
.c-bdr-green {
  display: block;
  height: 1.2px;
  background-image: url("../images/border-dashed-green.png");
  background-size: 22px 1.2px;
  background-repeat: repeat-x;
}

.c-bdr-white {
  display: block;
  height: 1.2px;
  background-image: url("../images/border-dashed-white.png");
  background-size: 22px 1.2px;
  background-repeat: repeat-x;
}

/*
* heading
*/
.c-h1 {
  color: #00D564;
  font-weight: bold;
  font-size: 2.8rem;
  text-align: center;
}

.c-h2 {
  color: #000;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.27;
}

/*
* input
*/
.c-input {
  border: 1px solid #61D071;
  border-radius: 3px;
  background-color: transparent;
}

/*---------- Project ----------*/
.c-btn, .p-gnav__item a, .p-qanda__q, .p-btn-aside, .p-ftr__link {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-btn:hover, .p-gnav__item a:hover, .p-qanda__q:hover, .p-btn-aside:hover, .p-ftr__link:hover {
  opacity: 0.7;
}

/*
 * header
 */
.p-hdr {
  background-color: #00D564;
}

.p-hdr__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 60px;
  background-image: url("../images/logo.png");
  background-position: center;
  background-size: 70px auto;
  background-repeat: no-repeat;
}

.p-hdr__logo {
  display: none;
}

.p-sticky {
  z-index: 98;
  position: fixed;
  top: -80px;
  left: 0;
  width: 100%;
  background-color: #00D564;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

.p-sticky.visible {
  top: 0;
}

/*
* navigation
*/
.p-gnav {
  display: none;
}

.p-gnav__item {
  display: inline-block;
  margin: 0 1.5rem;
  font-size: 1.3rem;
  line-height: 2;
}

.p-gnav__item a {
  color: inherit;
}

.p-btn-sp {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #fff;
  font-size: 2.4rem;
}

.p-modal {
  margin: 7.2rem 0 7.2rem 6.6rem;
  font-size: 1.6rem;
}

.p-modal__item + .p-modal__item {
  margin-top: 4.8rem;
}

.p-modal__item a {
  color: inherit;
}

/*
 * article
 */
.p-mv {
  -webkit-overflow-scrolling: touch;
  position: relative;
  width: 100%;
  overflow-y: auto;
}

.p-mv::before {
  display: block;
  padding-top: 53%;
  content: '';
}

.p-mv::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  content: '';
  pointer-events: none;
}

.p-mv__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}

.p-mv__logo {
  display: block;
  z-index: 1;
  position: absolute;
  top: 15%;
  left: 50%;
  width: 124px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-mv__h1 {
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.36;
  text-align: center;
  pointer-events: none;
}

.p-art01 {
  padding-top: 60px;
  padding-bottom: 63px;
}

.p-art01__h1 {
  margin-bottom: 45px;
}

.p-art02 {
  padding-top: 45px;
  padding-bottom: 36px;
  background-color: #F8F6F3;
  text-align: center;
}

.p-art02__h1 {
  margin-bottom: 27px;
}

.p-art03 {
  padding-top: 56px;
  padding-bottom: 69px;
}

.p-art03__h1 {
  margin-bottom: 44px;
}

.p-art04__bg {
  padding-top: 34px;
  padding-bottom: 45px;
  background: #F8F6F3;
}

.p-art04__inner {
  margin: 0 18px;
}

.p-art04__h1 {
  margin-bottom: 42px;
}

.p-art04__h2 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 2.1rem;
  font-family: YuGothic, 'Yu Gothic', '游ゴシック体', '游ゴシック', sans-serif;
  text-align: center;
}

.p-art04__txt1 {
  margin-bottom: 23px;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}

.p-art04__imgttl {
  margin-top: 9px;
  margin-bottom: 43px;
  font-weight: 500;
  font-family: YuGothic, 'Yu Gothic', '游ゴシック体', '游ゴシック', sans-serif;
}

.p-art04__h3 {
  margin-bottom: 22px;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.5;
}

.p-art04__txt2 {
  margin-bottom: 50px;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.p-art04__txt2:last-of-type {
  margin-bottom: 40px;
}

.p-art04__img-wide {
  display: block;
}

.p-art04__btnbox {
  margin-top: -26px;
  text-align: center;
}

.p-art05 {
  margin: 60px auto 0;
}

.p-art05 img {
  width: 30%;
  margin-right: 30px;
}

.p-art05__h1 {
  margin-bottom: 42px;
}

.p-art05__h2 {
  margin-top: -5px;
  margin-bottom: 7px;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
}

.p-art05__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
  padding-bottom: 90px;
}

.p-art05__item::before {
  display: block;
  position: absolute;
  bottom: 34px;
  left: 50%;
  width: 19.5px;
  height: 37px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-image: url("../images/arrow-green.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}

.p-art05__item:last-of-type {
  padding-bottom: 60px;
}

.p-art05__item:last-of-type::before {
  display: none;
}

.p-art05__txt1 {
  font-weight: 200;
  font-size: 1.6rem;
  line-height: 1.1;
  letter-spacing: -0.08em;
}

.p-art06 {
  padding-bottom: 58px;
}

.p-art06__h1 {
  margin-bottom: 44px;
}

.p-art07 {
  padding-top: 46px;
  background-color: #F8F6F3;
}

.p-art07__h1 {
  margin-bottom: 45px;
}

.p-art08 {
  padding-top: 55px;
  padding-bottom: 70px;
  background-color: #F8F6F3;
}

.p-art08__h1 {
  margin-bottom: 44px;
}

/*
* section
*/

.p-sec01__num {
  margin-bottom: 10px;
  color: #00D564;
  font-weight: bold;
  font-size: 1.8rem;
}

.p-sec01__h1 {
  padding-bottom: 9px;
  color: #000;
  font-weight: bold;
  font-size: 1.9rem;
  line-height: 1.27;
}

.p-sec01__bdr {
  margin-bottom: 10px;
}

.p-sec01__txt {
  margin-bottom: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
}

.p-sec01__img {
  display: block;
  margin: 0 auto 45px;
}

.p-sec01__img--01 {
  width: 220px;
}

.p-sec01__img--02 {
  width: 235px;
  padding-right: 30px;
}

.p-sec01__img--03 {
  width: 233px;
  padding-right: 20px;
}

.p-sec01__fig {
  display: block;
}

.p-figtxt {
  font-size: 0;
}

.p-figtxt__item {
  display: inline-block;
  position: relative;
  margin-bottom: 9px;
}

.p-figtxt__ttl {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}

.p-howto {
  position: relative;
}

.p-howto::before {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 153px;
  width: 1.2px;
  margin-left: -0.6px;
  background-image: url("../images/border-dashed-green-vertical.png");
  background-size: 100% 22px;
  background-repeat: repeat-y;
  content: '';
}

.p-howto .p-howto__ttl01, .p-howto .p-howto__ttl02, .p-howto .p-howto__ttl03, .p-howto .p-howto__ttl04 {
  position: absolute;
  white-space: nowrap;
}

.p-howto__box01 {
  position: relative;
  width: 182px;
  margin-bottom: 20px;
  margin-left: 10%;
}

.p-howto__ttl01 {
  top: 35px;
  left: 150px;
}

.p-howto__box02 {
  position: relative;
  width: 169px;
  margin-bottom: 5px;
  margin-left: 42%;
}

.p-howto__ttl02 {
  top: 45px;
  right: 142px;
  text-align: right;
}

.p-howto__box03 {
  position: relative;
  width: 172px;
}

.p-howto__ttl03 {
  top: 45px;
  left: 152px;
}

.p-howto__box04 {
  position: relative;
  width: 194px;
  margin-top: -24px;
  margin-left: calc(100% - 194px);
}

.p-howto__ttl04 {
  top: 70px;
  right: 165px;
  text-align: right;
}

.p-price {
  padding: 30px 18px 10px;
  background-color: #00D564;
  color: #fff;
}

.p-price__main {
  margin: 0 auto;
}

.p-price__main-tr {
  font-weight: bold;
  font-size: 2rem;
}

.p-price__main-th {
  width: 125px;
  padding-bottom: 24px;
  text-align: left;
}

.p-price__txt1 {
  display: block;
  margin-top: 4px;
  margin-bottom: 28px;
  font-weight: 300;
  font-size: 1.6rem;
  text-align: center;
}

.p-price__bdr {
  margin-bottom: 30px;
}

.p-price__sub-tr {
  font-weight: 300;
  font-size: 1.6rem;
}

.p-price__sub-tr td {
  display: block;
  padding-bottom: 18px;
}

.p-qanda + .p-qanda {
  margin-top: 46px;
}

.p-qanda__h1 {
  padding-bottom: 10px;
  border-bottom: 1px solid #231815;
  font-weight: bold;
  font-size: 1.8rem;
}

.p-qanda .p-qanda__q::before, .p-qanda .p-qanda__q::after {
  display: block;
  position: absolute;
  top: calc(50% + 3.5px);
  right: 10px;
  width: 10px;
  height: 1px;
  background-color: #231815;
  content: '';
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-qanda__q {
  position: relative;
  padding-top: 7px;
  padding-right: 25px;
  font-weight: 200;
  font-size: 1.4rem;
  line-height: 2.18;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-qanda__q::before {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-qanda__q::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.p-qanda .active.p-qanda__q {
  color: #00D564;
}

.p-qanda .active.p-qanda__q::before {
  background-color: #00D564;
}

.p-qanda .active.p-qanda__q::after {
  opacity: 0;
}

.p-qanda__a {
  display: none;
  padding: 0 0 12px 24px;
  font-weight: 200;
  font-size: 1.3rem;
  line-height: 1.8;
}

.p-qanda__note {
  margin-top: 25px;
  font-weight: 200;
  font-size: 1.3rem;
  line-height: 1.46;
}

.p-form {
  text-align: center;
}

.p-form__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 17px 20px;
  font-weight: 200;
  font-size: 1.4rem;
  line-height: 1;
}

.p-form__input::-webkit-input-placeholder {
  color: #61D071;
}

.p-form__input::-moz-placeholder {
  color: #61D071;
}

.p-form__input:-ms-input-placeholder {
  color: #61D071;
}

.p-form__input::-ms-input-placeholder {
  color: #61D071;
}

.p-form__input::placeholder {
  color: #61D071;
}

.p-form__input + .p-form__input {
  margin-top: 22px;
}

.p-form__btn {
  margin-top: 63px;
}

/*
 * aside
 */
.p-btn-aside {
  display: block;
  width: 79px;
  height: 76px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #00D564;
  text-align: center;
}

.p-btn-aside:hover {
  opacity: 1;
}

.p-btn-aside.hide {
  cursor: none;
  opacity: 0;
  pointer-events: none;
}

.p-btn-aside__txt {
  display: inline-block;
  margin-top: 17px;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  font-family: YuGothic, 'Yu Gothic', '游ゴシック体', '游ゴシック', sans-serif;
}

.p-btn-aside__icon {
  display: inline-block;
  width: 31px;
  margin: 9px auto 0;
}

/*
 * footer
 */
.p-ftr {
  padding-top: 28px;
  padding-bottom: 29px;
  background-color: #00D564;
  color: #fff;
  text-align: center;
}

.p-ftr__bg {
  display: block;
  width: 100%;
}

.p-ftr__logo {
  display: block;
  width: 86px;
  margin: 0 auto 18px;
}

.p-ftr__link {
  display: inline-block;
  margin-bottom: 15px;
  color: inherit;
  font-weight: 100;
  font-size: 1.3rem;
}

.p-ftr__cpr {
  display: block;
  font-size: 1rem;
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
}

/*---------- Utility ----------*/
/*
 * block
 */
.u-sp {
  display: block;
}

.u-pc {
  display: none;
}

@media only screen and (min-width: 375px) {
  /* x-small-size */
  .c-h1 {
    font-size: 3rem;
  }
  .c-h2 {
    font-size: 1.66rem;
  }
  .p-mv__h1 {
    font-size: 2.1rem;
  }
  .p-art04__imgbox {
    width: 337px;
    margin: 0 auto;
  }
  .p-art04__h3 {
    font-size: 2.4rem;
  }
  .p-art04__img-wide {
    width: 337px;
    margin: 0 auto;
  }
  .p-art05 {
    width: 337px;
  }
  .p-art05 img {
    width: 127px;
  }
  .p-art05__h2 {
    font-size: 2.4rem;
  }
  .p-sec01__h1 {
    font-size: 2.4rem;
  }
  .p-figtxt__item {
    width: 336px;
  }
  .p-howto {
    width: 337px;
    margin: 0 auto;
  }
  .p-howto__ttl01 {
    left: 160px;
  }
  .p-price__main-tr {
    font-size: 2.4rem;
  }
  .p-qanda__q {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 420px) {
  /* small-size */
}

@media only screen and (min-width: 768px) {
  /* middle-size */
  .l-short {
    width: 564px;
    margin-right: auto;
    margin-left: auto;
  }
  .l-modal {
    display: none;
  }
  .p-hdr__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 82px;
    padding: 0 15px;
    background-image: none;
  }
  .p-hdr__logo {
    display: inline-block;
    width: 70px;
  }
  .p-gnav {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 16%;
    color: #fff;
    font-style: normal;
    font-weight: 300;
    font-size: 0;
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  }
  .p-btn-sp {
    display: none;
  }
  .p-mv__logo {
    top: 32%;
    width: 186px;
  }
  .p-art01 {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  .p-art01__h1 {
    margin-bottom: 80px;
  }
  .p-art02 {
    padding-top: 65px;
    padding-bottom: 56px;
  }
  .p-art02__h1 {
    margin-bottom: 35px;
  }
  .p-art03 {
    padding-top: 100px;
    padding-bottom: 103px;
  }
  .p-art03__h1 {
    margin-bottom: 83px;
  }
  .p-art04 {
    overflow: hidden;
  }
  .p-art04__bg {
    min-height: 74px;
    margin-right: -100px;
    margin-left: -100px;
    padding: 0 100px 97px;
    border-top-right-radius: 1000px 240px;
    border-top-left-radius: 1000px 240px;
    border-bottom-right-radius: 1000px 240px;
    border-bottom-left-radius: 1000px 240px;
  }
  .p-art04__inner {
    width: 76%;
    margin: 0 auto;
  }
  .p-art04__h1 {
    margin-bottom: 85px;
    padding-top: 74px;
  }
  .p-art04__h2 {
    margin-bottom: 35px;
  }
  .p-art04__txt1 {
    margin-bottom: 40px;
  }
  .p-art04__imgbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 80px;
  }
  .p-art04__imgttl {
    margin-top: 12px;
    margin-bottom: 0;
  }
  .p-art04__h3 {
    margin-bottom: 20px;
  }
  .p-art04__txt2 {
    line-height: 1.73;
  }
  .p-art04__txt2:last-of-type {
    margin-bottom: 65px;
  }
  .p-art04__img-wide {
    width: 100%;
  }
  .p-art05 {
    margin-top: 98px;
  }
  .p-art05__h1 {
    margin-bottom: 35px;
  }
  .p-art05__h2 {
    margin-top: 15px;
    margin-bottom: 33px;
    line-height: 1.2;
  }
  .p-art05__txt1 {
    line-height: 1.4;
    letter-spacing: -0.05em;
  }
  .p-art06 {
    padding-bottom: 127px;
    background-image: url("../images/curve-bottom.png");
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .p-art06__inner {
    width: 76%;
    margin: 0 auto;
  }
  .p-art06__h1 {
    margin-bottom: 32px;
  }
  .p-art07 {
    padding-top: 62px;
  }
  .p-art07__h1 {
    margin-bottom: 67px;
  }
  .p-art08 {
    padding-top: 125px;
    padding-bottom: 58px;
    background-image: url("../images/curve-footer.png");
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .p-art08__h1 {
    margin-bottom: 40px;
  }
  .p-sec01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .p-sec01:nth-of-type(even) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .p-sec01--01 {
    margin-bottom: 165px;
  }
  .p-sec01--02 {
    margin-bottom: 190px;
  }
  .p-sec01--03 {
    margin-bottom: 195px;
  }
  .p-sec01__box {
    width: 59%;
  }
  .p-sec01__num {
    margin-bottom: 15px;
  }
  .p-sec01__h1 {
    padding-bottom: 12px;
    letter-spacing: 0;
  }
  .p-sec01__bdr {
    margin-right: -17%;
    margin-bottom: 15px;
  }
  .p-sec01__bdr--right {
    margin-right: 0;
    margin-left: -14%;
  }
  .p-sec01__txt {
    margin-bottom: 0;
    line-height: 1.9;
  }
  .p-sec01__img {
    position: absolute;
  }
  .p-sec01__img--01 {
    top: 25px;
    right: -10px;
    width: 36.2%;
  }
  .p-sec01__img--02 {
    z-index: -1;
    top: -60px;
    left: 0;
    width: 44.1%;
    padding-right: 0;
  }
  .p-sec01__img--03 {
    z-index: -1;
    top: -63px;
    right: 0;
    width: 43%;
    padding-right: 0;
  }
  .p-sec01__fig {
    width: 94%;
    margin: 0 auto;
  }
  .p-figtxt__item {
    width: 300px;
    margin: 0 14px 24px;
  }
  .p-figtxt__ttl {
    line-height: 1.3;
  }
  .p-howto {
    width: auto;
  }
  .p-howto::before {
    top: 20%;
    left: 50%;
  }
  .p-howto__box01 {
    width: 48%;
    margin-bottom: 43px;
    margin-left: 18%;
  }
  .p-howto__ttl01 {
    top: 70px;
    left: 348px;
  }
  .p-howto__box02 {
    width: 44.5%;
    margin-bottom: 12px;
    margin-left: 46%;
  }
  .p-howto__ttl02 {
    top: 100px;
    right: 300px;
  }
  .p-howto__box03 {
    width: 45.2%;
    margin-left: 9%;
  }
  .p-howto__ttl03 {
    top: 95px;
    left: 338px;
  }
  .p-howto__box04 {
    width: 51%;
    margin-top: -50px;
    margin-left: 46%;
  }
  .p-howto__ttl04 {
    top: 150px;
    right: 350px;
  }
  .p-price {
    padding: 50px 9% 42px;
  }
  .p-price__main-th {
    width: 200px;
  }
  .p-price__txt1 {
    margin-top: 0;
  }
  .p-price__sub {
    margin: 0 auto;
  }
  .p-price__sub-tr td {
    display: table-cell;
  }
  .p-price__sub-tr td:first-of-type {
    padding-right: 32px;
    padding-bottom: 10px;
  }
  .p-qanda__h1 {
    padding-bottom: 13px;
  }
  .p-qanda .p-qanda__q::before, .p-qanda .p-qanda__q::after {
    top: calc(50% + 1px);
  }
  .p-qanda__q {
    padding-top: 2px;
    line-height: 2.3;
  }
  .p-qanda__a {
    padding: 0 0 25px 30px;
  }
  .p-qanda__note {
    line-height: 1.7;
  }
  .p-btn-aside:hover {
    opacity: 0.7;
  }
  .p-ftr {
    padding-top: 40px;
    padding-bottom: 25px;
  }
  .p-ftr__logo {
    margin-bottom: 22px;
  }
  .p-ftr__cpr {
    font-weight: lighter;
  }
  .u-sp {
    display: none;
  }
  .u-pc {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  /* middle-large-size */
  .c-h1 {
    font-size: 4.5rem;
  }
  .c-h2 {
    font-size: 3.6rem;
  }
  .p-gnav__item {
    font-size: 1.4rem;
  }
  .p-mv__h1 {
    font-size: 3.6rem;
  }
  .p-art04__txt1 {
    font-size: 3.3rem;
  }
  .p-art04__txt2 {
    font-size: 1.9rem;
  }
  .p-art05 {
    width: 76%;
  }
  .p-art05 img {
    width: 100%;
    margin-right: 0;
  }
  .p-art05__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .p-art05__h2 {
    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;
    min-height: 40px;
    font-size: 1.6rem;
    text-align: center;
  }
  .p-art05__item {
    display: block;
    width: 16%;
    padding-bottom: 0;
  }
  .p-art05__item::before {
    top: 50%;
    right: -32px;
    left: auto;
    -webkit-transform: rotate(0) translateY(50%);
    transform: rotate(0) translateY(50%);
    border: auto;
  }
  .p-art05__item:last-of-type {
    padding-bottom: 0;
  }
  .p-art05__txt1 {
    font-size: 1.2rem;
  }
  .p-sec01__num {
    font-size: 2.7rem;
  }
  .p-sec01__h1 {
    font-size: 3.4rem;
  }
  .p-sec01__img--02 {
    left: -75px;
  }
  .p-sec01__img--03 {
    right: -70px;
  }
  .p-figtxt__ttl {
    font-size: 2.2rem;
  }
  .p-price__main-tr {
    font-size: 3.4rem;
  }
  .p-price__txt1 {
    font-size: 1.7rem;
  }
  .p-price__sub-tr {
    font-size: 1.7rem;
  }
  .p-qanda__h1 {
    font-size: 1.7rem;
  }
  .p-qanda__q {
    font-size: 1.5rem;
  }
  .p-qanda__a {
    font-size: 1.5rem;
  }
  .p-qanda__note {
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 1367px) {
  /* large-size */
}

@media only screen and (min-width: 1920px) {
  /* XL-size */
}

@media screen and (min-width: 1164px) {
  .l-base {
    margin-right: calc((100% - 1128px) / 2);
    margin-left: calc((100% - 1128px) / 2);
  }
}

@media screen and (min-width: 1128px) {
  .l-full {
    margin-right: calc((100% - 1128px) / 2);
    margin-left: calc((100% - 1128px) / 2);
  }
}

@media screen and (min-width: 859px) {
  .l-middle {
    margin-right: calc((100% - 823px) / 2);
    margin-left: calc((100% - 823px) / 2);
  }
}
/*# sourceMappingURL=style.css.map */
