@charset "UTF-8";
@import "//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap");
/* リセット
---------------------------------------------------------------------------- */
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 {
  font: inherit;
  font-size: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  word-wrap: break-word;
  word-break: break-all;
  border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* リンク
---------------------------------------------------------------------------- */
a {
  color: #000;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: underline;
}

a:hover img,
.btn a:hover {
  opacity: 0.7;
}

/* 基本スタイル
---------------------------------------------------------------------------- */
html {
  overflow: auto;
}

body {
  height: 100%;
  color: #333;
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 0.95em;
  letter-spacing: 0.01em;
  font-weight: 400;
  line-height: 1.8;
}

.inblock {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}

.inblock-b {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.inblock-m {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.inblock-s {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}

#topcontrol {
  z-index: 9999;
}

.sp-only {
  display: none;
}

@media (max-width: 560px) {
  .sp-only {
    display: block;
  }
}
.pc-only {
  display: block;
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}
.f-en {
  font-family: 'Jost', sans-serif;
}

h2.sub-t {
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 80px;
  position: relative;
}
h2.sub-t:before {
  content: '';
  width: 100px;
  height: 6px;
  border-radius: 5px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0px;
  background-color: #000;
}

/*アニメーション設定
---------------------------------------------------------------------------- */
.anim {
  visibility: hidden;
}

.anim-off {
  visibility: visible;
}

.animated {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
  -ms-animation-duration: 0.8s;
  animation-duration: 0.8s;
  visibility: visible !important;
}

/* ヘッダー
---------------------------------------------------------------------------- */
header {
  position: fixed;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  z-index: 100;
}
header .h-logo {
  position: absolute;
  top: 20px;
  left: 50px;
  width: 166px;
  z-index: 999;
}
header .nav-toggle {
  position: absolute;
  width: 70px;
  height: 25px;
  top: 30px;
  right: 27px;
  cursor: pointer;
  z-index: 101;
}
header .nav-toggle span {
  position: absolute;
  height: 0;
  width: 100%;
  border-bottom: 2px solid #fff;
  left: 0;
  transition: .3s;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.4);
}
header .nav-toggle span:first-of-type {
  top: 0;
}
header .nav-toggle span:nth-of-type(2) {
  top: 12px;
}
header .nav-toggle span:last-of-type {
  bottom: 0;
}
header .nav-toggle p {
  position: absolute;
  top: 0;
  left: -4em;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
header nav {
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
  height: 100vh;
  background-color: #000;
  background-image: url(../images/top/bg-geometry.png);
  transition: .3s;
  opacity: 0;
  z-index: -1;
  display: none;
}
header.open nav {
  right: 0;
  width: 100%;
  opacity: 1;
  z-index: 99;
  display: block;
}
header.open nav .nav-wrap {
  position: absolute;
  bottom: 0;
  width: 450px;
  height: calc(100% - 200px);
  max-height: 570px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 100px;
  padding-bottom: 80px;
}
header.open nav .nav-wrap .nav-list {
  position: relative;
  font-size: 1.5em;
  height: initial;
  line-height: 1em;
}
header.open nav .nav-wrap .nav-list a {
  color: #fff;
  padding: 8px 0;
}
header.open nav .nav-wrap .nav-list a::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: -130px;
  width: 0;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  transition: 0.25s;
}
header.open nav .nav-wrap .nav-list a:hover {
  text-decoration-line: none;
}
header.open nav .nav-wrap .nav-list a:hover::before {
  width: 100px;
  opacity: 1;
}
header.open nav .h-subnav {
  position: absolute;
  right: 5.56%;
  bottom: 8.38%;
  width: 600px;
  z-index: 9999;
}
header.open nav .h-subnav .btnarea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
header.open nav .h-subnav .btnarea .btn {
  width: calc(50% - 15px);
  line-height: 58px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 0;
  font-size: 1em;
  padding: 0;
}
header.open nav .h-subnav .btnarea .btn a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
}
header.open nav .h-subnav .h-menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 0.925em;
}
header.open nav .h-subnav a {
  color: #fff;
  display: block;
}
header.open .nav-toggle span:first-of-type {
  transform: rotate(-45deg);
  transform-origin: right;
  top: -13px;
}
header.open .nav-toggle span:nth-of-type(2) {
  display: none;
}
header.open .nav-toggle span:last-of-type {
  transform: rotate(45deg);
  transform-origin: right;
  bottom: -13px;
}
header.open .nav-toggle p {
  display: none;
}

/* headerスクロール
---------------------------------------------------------------------------- */
header.scroll {
  width: 100%;
  position: fixed;
  right: 0;
  z-index: 9998;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* フッター
---------------------------------------------------------------------------- */
footer {
  padding: 100px 0 200px;
  background: #121212;
  color: #fff;
}
footer .f-inner {
  width: 100%;
  max-width: 606px;
  margin: 0 auto;
  text-align: center;
}
footer .f-inner .btnarea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .f-inner .btnarea .btn {
  width: calc(50% - 15px);
  line-height: 58px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 0;
  font-size: 1em;
  padding: 0;
}
footer .f-inner .btnarea .btn a:hover {
  text-decoration: none;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
}
footer .f-inner .logo {
  width: 112px;
  height: 112px;
  margin: 50px auto 0;
}
footer .f-inner .f-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.925em;
  margin-top: 70px;
}
footer .f-inner .f-menu p {
  margin: 0 1em;
}
footer .f-inner .copyright {
  margin-top: 2em;
  font-size: 0.925em;
}
footer .f-inner a {
  color: #fff;
  display: block;
}

.contents {
  position: relative;
  overflow: hidden;
}

/*  メインビジュアル  */
.main-wrap {
  background: url("../images/main_bg.jpg") no-repeat 0 0;
}

.main {
  padding: 60px 0 80px 0;
  background-size: cover;
  position: relative;
  max-width: 100%;
}

.main .main-inner {
  position: relative;
  text-align: center;
  padding: 40px 20px 100px 20px;
  max-width: 700px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
}
.main .main-inner .obi {
  max-width: 498px;
  margin: 20px auto;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.main .main-inner .fig {
  position: absolute;
  left: -150px;
  bottom: -30px;
}
.main .main-inner p {
  font-weight: 500;
}
.main .main-inner p span {
  display: block;
  font-size: 18px;
}
.main .main-inner p.note {
  font-size: 0.8em;
  color: #838383;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 40px;
}

.sp-main {
  display: none;
}

section {
  padding: 70px 0;
}

h2 {
  font-size: 30px;
  line-height: 1.4em;
  font-weight: bold;
}

.cv-area {
  padding: 30px 0;
  background-image: -webkit-linear-gradient(10deg, #52c28a, #2fa139);
  background-image: linear-gradient(80deg, #52c28a, #2fa139);
}
.cv-area ul {
  margin: 0 auto !important;
  display: flex;
  justify-content: center;
  text-align: center;
}
.cv-area ul li {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

/*btn共通 */
.btn,
a.btn,
button.btn {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.05em;
  color: #212529;
  border-radius: 20px;
  font-feature-settings: "palt";
}

.btn-wrap {
  margin: 30px 0;
}

a.btn-c {
  width: 94%;
  margin: 0 auto;
  display: block;
  position: relative;
  padding: 0 10px 20px;
  color: #000;
  background: #ffdc38;
  -webkit-box-shadow: 0 5px 0 #d5b20f;
  box-shadow: 0 5px 0 #d5b20f;
}

a.btn-c em {
  display: block;
  margin-top: -8px;
  letter-spacing: 0.1em;
}
a.btn-c em img {
  margin-right: 10px;
  vertical-align: middle;
}

a.btn-c span {
  font-size: 18px;
  line-height: -1em;
  letter-spacing: 0.01em;
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 230px;
  padding: 2px 5px;
  color: #d44114;
  border: 2px solid #d5b20f;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  color: #333;
}
a.btn-c span img {
  vertical-align: middle;
  margin: 0 5px;
}
a.btn-c span em {
  color: #ff2c2c;
  display: inline;
}

a.btn-c span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  -webkit-box-shadow: 0 2px 0 #d5b20f;
  box-shadow: 0 2px 0 #d5b20f;
}

a.btn-o {
  width: 94%;
  margin: 0 auto;
  display: block;
  position: relative;
  padding: 0 10px 20px;
  color: #fff;
  background: #e94919;
  -webkit-box-shadow: 0 5px 0 #d44114;
  box-shadow: 0 5px 0 #d44114;
}

a.btn-o em {
  display: block;
  margin-top: -8px;
}
a.btn-o em img {
  margin-right: 10px;
  vertical-align: middle;
}

a.btn-o span {
  font-size: 18px;
  line-height: -1em;
  letter-spacing: 0.01em;
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 325px;
  padding: 2px 5px;
  border: 2px solid #fe6e28;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  color: #333;
}
a.btn-o span img {
  vertical-align: middle;
  margin: 0 5px;
}
a.btn-o span em {
  color: #ff2c2c;
  display: inline;
}

a.btn-o span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.btn-o i {
  margin-right: 1rem;
}

a.btn-o:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #fe6e28;
  -webkit-box-shadow: 0 2px 0 #d44114;
  box-shadow: 0 2px 0 #d44114;
}

/*  よくある質問  */
#faq {
  margin-bottom: 60px;
}

#faq .qa-block {
  margin-bottom: 0.5em;
}

#faq .accordion-title {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-items: stretch;
  background: #f3f6fa;
}

#faq .accordion-title dt {
  width: 60px;
  display: block;
  padding: 20px 10px;
  text-align: center;
  background: #3abc7d;
  color: #fff;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1em;
}

#faq .accordion-title dt img {
  vertical-align: middle;
}

#faq .accordion-title dd {
  width: 100%;
  padding: 1.3em 2.2em 1.3em 1em;
  box-sizing: border-box;
  line-height: 1.5em;
  background: #f5f5f5;
  color: #333;
  font-weight: bold;
}

#faq .accordion-container .accordion-title::after {
  position: absolute;
  top: 14%;
  right: 2%;
  content: "＋";
  padding: 0 0 0 7px;
  font-size: 1.5em;
  color: #3abc7d;
}

#faq .article-title.open:after {
  content: "－";
  font-size: 1.5em;
  color: #3abc7d;
  font-weight: thin;
}

#faq .accordion-container .accordion-title.open::after {
  content: "－";
  font-size: 1.5em;
  color: #3abc7d;
}

#faq p.accordion-content {
  max-width: 900px;
  padding: 1em 75px 2em 75px;
  line-height: 1.4em;
}

#flow .inner {
  display: flex;
  justify-content: flex-start;
}
#flow .inner p.period {
  width: 46px !important;
  color: #fff;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #000;
  padding: 0 !important;
  line-height: 2.7em;
}
#flow .inner p.period img {
  margin-top: -1px;
  margin-bottom: 20px;
  vertical-align: top;
}
#flow .inner p.first {
  background: #55b96c;
  width: 48px !important;
  color: #fff;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 0 !important;
  line-height: 2.9em;
  padding-top: 25px !important;
}
#flow .inner ul li {
  padding: 15px 10px;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #f5f5f5;
}
#flow .inner ul li p {
  width: 53px;
  padding: 0 10px;
  color: #000;
  font-weight: bold;
  font-size: 22px;
}
#flow .inner ul li dl {
  width: calc(100% - 60px);
}
#flow .inner ul li dl dt {
  font-size: 22px;
  font-weight: bold;
}

.form {
  border-radius: 20px;
  background: #fff;
  padding: 20px 20px 40px 20px;
}
.form dl {
  border-bottom: 1px solid #f5f5f5;
}

#privacypolicy .read {
  margin-bottom: 40px;
}
#privacypolicy .box {
  margin-bottom: 40px;
}
#privacypolicy .box h2 {
  margin-bottom: 10px;
  font-size: 20px;
  border-left: 5px solid #000;
  padding-left: 15px;
}
#privacypolicy .box ul {
  margin-left: 20px;
}
#privacypolicy .box ul li {
  list-style-type: disc;
}
#privacypolicy .box ol {
  margin-left: 20px;
}
#privacypolicy .box ol li {
  list-style-type: decimal;
}
#privacypolicy .tR {
  text-align: right;
}

#low dl {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;
  display: flex;
  justify-content: space-between;
}
#low dl dt {
  width: 300px;
}
#low dl dd {
  width: calc(100% - 300px);
}

/*  media quary:1090px  */
/*===========================================================================*/
@media screen and (max-width: 1200px) {
  #price {
    /* スクロールの背景の設定 */
    /* スクロールのつまみ部分の設定 */
  }
  #price .hikaku-wrap {
    overflow-x: scroll;
    padding-bottom: 2em;
  }
  #price ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  #price ::-webkit-scrollbar-track {
    border-radius: 5px;
    box-shadow: 0 0 4px #aaa inset;
  }
  #price ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #1959A8;
  }
  #price .hikaku-inner {
    width: 950px;
    margin: 0 auto;
  }
  #price table th.category {
    width: 140px;
  }
  #price table th.category span {
    display: block;
  }

  #about .txt h2 {
    font-size: 35px;
  }
}
/*===========================================================================*/
/*  media quary:780px  */
/*===========================================================================*/
@media screen and (max-width: 780px) {
  /* ヘッダー
  ---------------------------------------------------------------------------- */
  header {
    padding: 12px 20px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9998;
    /* メニュー開いた時 */
  }
  header .h-logo {
    top: 28px;
    left: 30px;
    width: 150px;
  }
  header .nav-toggle {
    width: 58px;
    height: 22px;
  }
  header .nav-toggle span:nth-of-type(2) {
    top: 11px;
  }
  header .nav-toggle p {
    font-size: 0.925em;
  }
  header.open nav .nav-wrap {
    top: 150px;
    width: 100%;
    max-height: 400px;
    padding-bottom: 0;
  }
  header.open nav .h-subnav {
    right: 0;
    left: 0;
    width: calc(100% - 40px);
    max-width: 620px;
    margin: 0 auto;
  }
  header.open .nav-toggle span:first-of-type {
    top: -11px;
  }
  header.open .nav-toggle span:last-of-type {
    bottom: -11px;
  }

  /* フッター
  ---------------------------------------------------------------------------- */
  footer {
    padding: 20px 0 120px;
  }
  footer .f-inner {
    width: 90%;
  }
  footer .f-inner .f-menu {
    margin-top: 50px;
  }
  footer .f-inner .f-menu p {
    margin: 0 1em 20px;
  }
  footer .f-inner .copyright {
    margin-top: 1em;
  }

  /*  メインビジュアル  */
  .main-wrap {
    background: none;
  }

  .pc-main {
    display: none;
  }

  .sp-main {
    padding-top: 57px;
    display: block;
  }

  #about {
    padding: 20px 0 60px 0;
    max-width: 1000px;
    display: block;
  }
  #about .txt {
    margin-bottom: 20px;
    width: 100%;
  }
  #about .txt h2 {
    margin-bottom: 20px;
    text-align: center;
  }
  #about .txt p {
    width: 100%;
    line-height: 2em;
  }
  #about .fig {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #about .fig img {
    width: 100%;
  }

  #scene ul {
    width: 95%;
    display: flex;
    justify-content: space-between;
  }
  #scene ul li {
    width: 32%;
    margin: 0 5px;
    font-size: 0.9em;
  }
  #scene ul li p.fig {
    width: 150px;
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  #scene ul li p.fig span {
    font-size: 18px;
  }

  .cv-area {
    padding: 30px 0;
  }
  .cv-area ul {
    display: block;
  }
  .cv-area ul li {
    width: 100%;
  }

  /*  よくある質問  */
  #faq {
    margin-bottom: 40px;
  }

  #faq .accordion-title dt {
    width: 40px;
    padding: 10px;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 2em;
  }

  #faq .accordion-title dd {
    width: 100%;
    padding: 1em 2em 1em 1em;
    box-sizing: border-box;
    line-height: 1.5em;
  }

  #faq .accordion-container .accordion-title::after {
    position: absolute;
    top: 21%;
    right: 2%;
    content: "＋";
    padding: 0 0 0 7px;
    font-size: 1.2em;
  }

  #faq .article-title.open:after {
    font-size: 1.5em;
  }

  #faq .accordion-container .accordion-title.open::after {
    font-size: 1.5em;
  }

  #faq p.accordion-content {
    padding: 10px;
    line-height: 1.4em;
  }

  /*btn共通 */
  .btn,
  a.btn,
  button.btn {
    font-size: 18px;
    padding: 0.8rem 1rem;
  }

  .btn-wrap {
    margin: 20px 0;
  }

  a.btn-c {
    width: 100%;
    margin-bottom: 40px;
  }

  a.btn-c em {
    margin-top: -20px;
  }
  a.btn-c em img {
    max-width: 20px;
  }

  a.btn-c span {
    font-size: 14px;
    top: -20px;
    width: 200px;
  }

  a.btn-o {
    width: 100%;
  }

  a.btn-o em {
    margin-top: -20px;
  }
  a.btn-o em img {
    max-width: 20px;
  }

  a.btn-o span {
    font-size: 14px;
    top: -20px;
    width: 280px;
  }

  #privacypolicy section {
    padding-top: 80px;
  }

  #low dl {
    display: block;
  }
  #low dl dt {
    width: 100%;
  }
  #low dl dd {
    width: 100%;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  /* ヘッダー
  ---------------------------------------------------------------------------- */
  header {
    /* メニュー開いた時 */
  }
  header .h-logo {
    left: 20px;
    width: 150px;
  }
  header .nav-toggle {
    right: 20px;
  }
  header .nav-toggle p {
    font-size: 0.85em;
  }
  header.open nav .nav-wrap {
    top: 100px;
    width: 100%;
    height: calc(100% - 300px);
    min-height: 290px;
    padding-left: 60px;
  }
  header.open nav .nav-wrap .nav-list {
    font-size: 1em;
  }
  header.open nav .h-subnav {
    right: 0;
    left: 0;
    bottom: 40px;
    width: calc(100% - 40px);
    max-width: 620px;
    margin: 0 auto;
  }
  header.open nav .h-subnav .btnarea {
    margin-bottom: 1.75em;
  }
  header.open nav .h-subnav .btnarea .btn {
    width: calc(50% - 5px);
    line-height: 50px;
    font-size: 0.925em;
  }
  header.open nav .h-subnav .h-menu p {
    width: 50%;
    margin-bottom: 1em;
  }
  header.open .nav-toggle span:first-of-type {
    top: -11px;
  }
  header.open .nav-toggle span:last-of-type {
    bottom: -11px;
  }

  /* フッター
  ---------------------------------------------------------------------------- */
  footer .f-inner .btnarea {
    width: 100%;
  }

  section {
    padding: 40px 0;
  }

  h2 {
    font-size: 25px;
  }
}

/*# sourceMappingURL=style.css.map */
