@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #111;
  line-height: 1.8;
  letter-spacing: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #fff;
  word-wrap: break-word;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
    font-weight: bold;
  }
}

.body-inner {
  overflow: hidden;
}

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

a,
button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.7;
  }
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
}

dt {
  font-weight: normal;
}

dd {
  margin: 0;
}

p {
  margin-bottom: 0;
}

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

.post,
.page {
  /*テーマ独自CSS打消し*/
  margin: 0;
}

/*tel link*/
@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*display*/
.display-xl {
  /*960px以上の時表示*/
  display: none !important;
}
@media screen and (min-width: 961px) {
  .display-xl {
    display: inline-block !important;
  }
}

.display-sm-u {
  /*520px以上の時表示*/
  display: none !important;
}
@media screen and (min-width: 521px) {
  .display-sm-u {
    display: block !important;
  }
}

.display-lg {
  /*960px未満の時表示*/
  display: block !important;
}
@media screen and (min-width: 961px) {
  .display-lg {
    display: none !important;
  }
}

.display-md {
  /*768px未満の時表示*/
  display: block !important;
}
@media screen and (min-width: 769px) {
  .display-md {
    display: none !important;
  }
}

.display-sm {
  /*520px未満の時表示*/
  display: block !important;
}
@media screen and (min-width: 521px) {
  .display-sm {
    display: none !important;
  }
}

/*コンテンツが少ない場合フッター最下部へ*/
.body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

/*contens area*/
.sec-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 50px 20px;
}
@media screen and (min-width: 769px) {
  .sec-inner {
    padding: 120px 20px;
  }
}

.sec-inner-w {
  max-width: 1350px;
  margin: 0 auto;
  padding: 50px 20px;
}
@media screen and (min-width: 769px) {
  .sec-inner-w {
    padding: 120px 20px;
  }
}

.sec-inner-last {
  max-width: 1120px;
  margin: 0 auto;
  padding: 50px 20px 100px;
}
@media screen and (min-width: 769px) {
  .sec-inner-last {
    padding: 80px 20px 100px;
  }
}

/*font*/
.num {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}

/*title*/
.st-ttl {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .st-ttl {
    margin-bottom: 60px;
  }
}
.st-ttl.white {
  color: #fff;
}
.st-ttl .en {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .st-ttl .en {
    font-size: 20px;
  }
}
.st-ttl .ja {
  font-size: 23px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .st-ttl .ja {
    font-size: 38px;
  }
}

.lb-ttl {
  position: relative;
  margin-bottom: 30px;
  padding-left: 18px;
  font-size: 25px;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .lb-ttl {
    margin-bottom: 50px;
    font-size: 32px;
  }
}
.lb-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 8px;
  height: 100%;
  background-color: #111;
  border-radius: 5px;
}

/*background color*/
.bg-color {
  background-color: #f3f4f9;
}

/*list*/
.list-st {
  margin-left: 15px;
}
.list-st li {
  position: relative;
  padding-left: 13px;
}
.list-st li::before {
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  content: "";
  width: 4px;
  height: 4px;
  background: #111;
  border-radius: 50%;
}

/*parts*/
.dot-s {
  position: relative;
  width: 20%;
  padding-left: 18px;
  font-weight: bold;
}
.dot-s::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #196fdd;
}

.dot-m {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-weight: bold;
}
.dot-m::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #196fdd;
}

.link-txt__right {
  text-align: right;
  text-decoration: underline;
}
.link-txt__right a {
  position: relative;
  padding-left: 23px;
}
.link-txt__right a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 13px;
  height: 13px;
  margin-top: -6.5px;
  background-color: #196fdd;
  border-radius: 50%;
}

/*accordion*/
.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
}

.accordion-container .accordion-ttl {
  display: block;
  position: relative;
  margin-top: 15px;
  padding: 20px 50px 20px 20px;
  font-size: 18px;
  line-height: 1.5;
  background-color: #ebecf2;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .accordion-container .accordion-ttl {
    padding: 30px 70px 30px 40px;
    font-size: 25px;
  }
}
.accordion-container .accordion-ttl.open {
  border-radius: 10px 10px 0 0;
}

.accordion-ttl {
  position: relative;
  cursor: pointer;
}
.accordion-ttl span span {
  display: block;
  padding-left: 30px;
}
.accordion-ttl .dot-m {
  padding-left: 0;
}

.accordion-ttl:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 37%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 14px;
  height: 14px;
  border-top: solid 2px #111;
  border-right: solid 2px #111;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (min-width: 769px) {
  .accordion-ttl:after {
    right: 40px;
    width: 17px;
    height: 17px;
  }
}

.accordion-ttl.open:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
  padding: 25px 15px;
  background: #fff;
  border-bottom: 1px solid #d1d3dc;
  border-right: 1px solid #d1d3dc;
  border-left: 1px solid #d1d3dc;
  border-radius: 0 0 15px 15px;
}
@media screen and (min-width: 769px) {
  .accordion-content {
    padding: 50px;
  }
}

/*button*/
.st-btn a,
.st-btn button,
.st-btn input {
  position: relative;
  display: inline-block;
  padding: 20px 50px;
  min-width: 280px;
  color: #fff;
  font-size: 15px;
  background-color: #111;
  border-radius: 50px;
}
@media screen and (min-width: 769px) {
  .st-btn a,
  .st-btn button,
  .st-btn input {
    padding: 20px 60px;
    font-size: 18px;
  }
}
.st-btn a::before,
.st-btn button::before,
.st-btn input::before {
  content: "";
  position: absolute;
  top: 39%;
  right: 15px;
  width: 17px;
  height: 17px;
  background-image: url(../img/common/arrow-right.svg);
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .st-btn a::before,
  .st-btn button::before,
  .st-btn input::before {
    right: 25px;
  }
}
@media (hover: hover) {
  .st-btn a:hover,
  .st-btn button:hover,
  .st-btn input:hover {
    opacity: 1;
    background-color: #196fdd;
  }
}
.st-btn.center {
  text-align: center;
}
.st-btn input {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.return-btn a,
.return-btn button,
.return-btn input {
  position: relative;
  display: inline-block;
  padding: 20px 50px;
  min-width: 280px;
  font-size: 15px;
  background-color: #ccc;
  border-radius: 50px;
}
@media screen and (min-width: 769px) {
  .return-btn a,
  .return-btn button,
  .return-btn input {
    padding: 20px 60px;
    font-size: 18px;
  }
}
.return-btn a::before,
.return-btn button::before,
.return-btn input::before {
  content: "";
  position: absolute;
  top: 39%;
  right: 15px;
  width: 17px;
  height: 17px;
  background-image: url(../img/common/arrow-right.svg);
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .return-btn a::before,
  .return-btn button::before,
  .return-btn input::before {
    right: 25px;
  }
}
@media (hover: hover) {
  .return-btn a:hover,
  .return-btn button:hover,
  .return-btn input:hover {
    opacity: 1;
    color: #fff;
    background-color: #666;
  }
}
.return-btn.center {
  text-align: center;
}
.return-btn input {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*recaptureバッジ*/
.grecaptcha-badge {
  bottom: 60px !important;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .grecaptcha-badge {
    bottom: 100px !important;
  }
}

/*----------------------------------------
fade
----------------------------------------*/
/*下から*/
.fadein-up,
.fadein-up2,
.fadein-up3 {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
  visibility: hidden;
}

.fadein-up {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fadein-up2 {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fadein-up3 {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

/*右から*/
.fadein-wrap {
  overflow: hidden;
}

.fadein-right,
.fadein-right2,
.fadein-right3 {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
  visibility: hidden;
}

.fadein-right {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fadein-right2 {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fadein-right3 {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

/*左から*/
.fadein-left,
.fadein-left2,
.fadein-left3 {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 0;
  visibility: hidden;
}

.fadein-left {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fadein-left2 {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fadein-left3 {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

/*スクロールしたとき表示*/
.scroll-in,
.scroll-in2,
.scroll-in3 {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------
loading
----------------------------------------*/
.loading {
  width: 100vw;
  height: 100svh;
  background-color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.loading img {
  width: 180px;
}
@media screen and (min-width: 521px) {
  .loading img {
    width: 280px;
  }
}
@media screen and (min-width: 769px) {
  .loading img {
    width: 380px;
  }
}

.kv-catch {
  display: none;
}

.js-up-txt {
  display: block;
  overflow: hidden;
}

.js-up-txt div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.js-up-txt span {
  -webkit-transform: translateY(3em);
          transform: translateY(3em);
  -webkit-animation: textanimation 1s forwards;
  animation: textanimation 1s forwards;
}

/* 1文字目 */
.js-up-txt span:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

/* 2文字目 */
.js-up-txt span:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/* 3文字目 */
.js-up-txt span:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

/* 4文字目 */
.js-up-txt span:nth-child(4) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

/* 5文字目 */
.js-up-txt span:nth-child(5) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

/* 6文字目 */
.js-up-txt span:nth-child(6) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

/* 7文字目 */
.js-up-txt span:nth-child(7) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

/* 8文字目 */
.js-up-txt span:nth-child(8) {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

/* 9文字目 */
.js-up-txt span:nth-child(9) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

/* 10文字目 */
.js-up-txt span:nth-child(10) {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

@-webkit-keyframes textanimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3em);
            transform: translateY(3em);
  }
  40% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes textanimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3em);
            transform: translateY(3em);
  }
  40% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*----------------------------------------
header
----------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  max-width: 100%;
  height: 70px;
  z-index: 3;
}
@media screen and (min-width: 961px) {
  header {
    height: 130px;
  }
}
header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
  padding-left: 20px;
}
@media screen and (min-width: 961px) {
  header .inner {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1400px) {
  header .inner {
    padding: 0 50px;
  }
}
header .logo .white {
  display: block;
}
header .logo .black {
  display: none;
}
header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
header .logo img {
  width: 100px;
  height: 100%;
  margin-right: 20px;
}
@media screen and (min-width: 521px) {
  header .logo img {
    width: 130px;
  }
}
@media screen and (min-width: 1400px) {
  header .logo img {
    width: 170px;
  }
}
header .logo span {
  display: block;
  width: 100%;
  margin-top: 5px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 521px) {
  header .logo span {
    width: auto;
    margin-top: 0;
  }
}
@media screen and (min-width: 1400px) {
  header .logo span {
    font-size: 13px;
  }
}
header nav {
  height: 100%;
}
header .nav-inner {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  padding: 80px 0;
  z-index: 200;
  overflow-y: auto;
  background-color: #111;
}
@media screen and (min-width: 961px) {
  header .nav-inner {
    position: inherit;
    width: auto;
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    background-color: inherit;
    opacity: 1;
  }
}
header .nav-inner .menu-logo {
  margin: 0 auto;
  text-align: center;
}
header .nav-inner .menu-logo img {
  width: 150px;
  height: auto;
}
header .nav-inner .menu-logo span {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 12px;
}
header .nav-list {
  margin-top: 50px;
}
@media screen and (min-width: 961px) {
  header .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    margin-top: 0;
  }
}
header .nav-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #222;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  header .nav-list li {
    margin-right: 25px;
    font-size: 13px;
    border-bottom: none;
  }
}
@media screen and (min-width: 1400px) {
  header .nav-list li {
    margin-right: 45px;
    font-size: 16px;
  }
}
header .nav-list a {
  display: block;
  padding: 20px;
}
@media screen and (min-width: 961px) {
  header .nav-list a {
    padding: 0;
    white-space: nowrap;
  }
}
header .nav-list .contact-link {
  margin: 30px 20px;
  border-bottom: none;
}
@media screen and (min-width: 961px) {
  header .nav-list .contact-link {
    margin: 0;
  }
}
header .nav-list .contact-link a {
  width: 100%;
  padding: 20px;
  text-align: center;
  background-color: #196fdd;
  border-radius: 50px;
}
@media screen and (min-width: 961px) {
  header .nav-list .contact-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 20px;
    background-color: #111;
  }
}
@media screen and (min-width: 1400px) {
  header .nav-list .contact-link a {
    padding: 22px 40px;
  }
}
@media (hover: hover) {
  header .nav-list .contact-link a:hover {
    opacity: 1;
    background-color: #196fdd;
  }
}
header .nav-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 70px;
  height: 70px;
  cursor: pointer;
  z-index: 300;
  background-color: #111;
}
@media screen and (min-width: 961px) {
  header .nav-btn {
    display: none;
  }
}
header .hamburger-line {
  position: absolute;
  left: 17.5px;
  width: 35px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .hamburger-line1 {
  top: 25px;
}
header .hamburger-line2 {
  top: 35px;
}
header .hamburger-line3 {
  top: 45px;
}
header .nav-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  background-color: #111;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 100;
}

/*下層ページ*/
header.black .logo .white {
  display: none;
}
header.black .logo .black {
  display: block;
}
header.black .logo span {
  color: #111;
}

@media screen and (min-width: 961px) {
  header.black {
    height: 90px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    background-color: rgba(255, 255, 255, 0.9);
  }
  header.black .nav-list a {
    color: #111;
  }
  header.black .nav-list .contact-link a {
    color: #fff;
  }
}
/*スクロールでヘッダー変化*/
@media screen and (min-width: 961px) {
  .js-header.header-scroll {
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    height: 90px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .js-header.header-scroll .nav-list a {
    color: #111;
  }
  .js-header.header-scroll .nav-list .contact-link a {
    color: #fff;
  }
  .js-header.header-scroll .logo .white {
    display: none;
  }
  .js-header.header-scroll .logo .black {
    display: block;
  }
  .js-header.header-scroll .logo span {
    color: #111;
  }
}
.js-header.header-scroll {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  background-color: rgba(255, 255, 255, 0.9);
}
.js-header.header-scroll .logo .white {
  display: none;
}
.js-header.header-scroll .logo .black {
  display: block;
}
.js-header.header-scroll .logo span {
  color: #111;
}

/* 表示された時用のCSS */
.nav-open .hamburger-line {
  background-color: #fff;
}

.nav-open .hamburger-line1 {
  top: 38px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav-open .hamburger-line2 {
  width: 0;
  left: 50%;
}

.nav-open .hamburger-line3 {
  top: 38px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*-----------------------------------------
footer
-----------------------------------------*/
.footer {
  text-align: center;
  background: #222;
}
.footer .inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 80px 20px;
}
.footer .logo img {
  width: 219px;
  height: 104px;
}
@media screen and (min-width: 769px) {
  .footer .logo img {
    width: 246px;
    height: 116px;
  }
}
.footer .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .nav-list li {
  margin: 0 25px 15px;
  color: #fff;
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  .footer .nav-list li {
    font-size: 14px;
  }
}
.footer .copyright {
  margin-top: 25px;
  text-align: center;
}
.footer .copyright small {
  color: #959595;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: normal;
}

/*-----------------------------------------
page top
-----------------------------------------*/
.page-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  background-color: #222;
}
@media screen and (min-width: 769px) {
  .page-top {
    width: 90px;
    height: 90px;
  }
}
.page-top a {
  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;
  width: 100%;
  height: 100%;
}
.page-top a:hover {
  opacity: 1;
}
.page-top a img {
  width: 30px;
}

/*-----------------------------------------
kv
-----------------------------------------*/
.kv {
  position: relative;
  height: 100svh;
}
.kv .kv-image {
  height: 100svh;
}
.kv .kv-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
.kv .kv-catch {
  position: absolute;
  bottom: 14%;
  left: 5%;
  color: #fff;
  font-size: 43px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .kv .kv-catch {
    left: 8%;
    font-size: 80px;
  }
}

/*-----------------------------------------
ABOUT
-----------------------------------------*/
#top-about h3 {
  margin-top: 40px;
  font-size: 25px;
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 521px) {
  #top-about h3 {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  #top-about h3 {
    margin-top: 100px;
    text-align: center;
  }
}
#top-about .about-box {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  #top-about .about-box {
    margin-top: 60px;
  }
}
@media screen and (min-width: 961px) {
  #top-about .about-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#top-about .about-box .txt {
  font-size: 16px;
  line-height: 2.1;
}
@media screen and (min-width: 961px) {
  #top-about .about-box .txt {
    width: 50%;
    padding-right: 2.5%;
    font-size: 18px;
  }
}
#top-about .about-box .txt p {
  margin-bottom: 25px;
}
@media screen and (min-width: 961px) {
  #top-about .about-box .txt p {
    margin-bottom: 35px;
  }
}
#top-about .about-box .image {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 961px) {
  #top-about .about-box .image {
    width: 50%;
    padding-left: 2.5%;
  }
}
#top-about .about-box .image img {
  max-width: 500px;
}
@media screen and (min-width: 961px) {
  #top-about .about-box .image img {
    width: 100%;
  }
}
#top-about .about-list {
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  #top-about .about-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
  }
}
#top-about .about-list li {
  width: 100%;
  border-radius: 20px;
}
@media screen and (min-width: 521px) {
  #top-about .about-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  #top-about .about-list li {
    display: block;
    width: 31%;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.07);
  }
}
#top-about .about-list li + li {
  margin-top: 60px;
}
@media screen and (min-width: 521px) {
  #top-about .about-list li + li {
    margin-top: 50px;
  }
}
@media screen and (min-width: 769px) {
  #top-about .about-list li + li {
    margin-top: 0;
    margin-left: 3.5%;
  }
}
#top-about .about-list li img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
@media screen and (min-width: 521px) {
  #top-about .about-list li img {
    width: 40%;
  }
}
@media screen and (min-width: 769px) {
  #top-about .about-list li img {
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
  }
}
#top-about .about-list li .txt {
  width: 100%;
  padding: 20px 0 0 0;
}
@media screen and (min-width: 521px) {
  #top-about .about-list li .txt {
    width: 60%;
    padding: 15px 0 0 20px;
  }
}
@media screen and (min-width: 769px) {
  #top-about .about-list li .txt {
    width: 100%;
    padding: 20px 30px;
  }
}
#top-about .about-list li .txt h4 {
  text-align: center;
}
@media screen and (min-width: 521px) {
  #top-about .about-list li .txt h4 {
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  #top-about .about-list li .txt h4 {
    text-align: center;
  }
}
#top-about .about-list li .txt h4 span {
  padding: 5px 20px;
  color: #fff;
  font-size: 18px;
  background-color: #111;
  border-radius: 50px;
  white-space: nowrap;
}
@media screen and (min-width: 961px) {
  #top-about .about-list li .txt h4 span {
    font-size: 19px;
  }
}
#top-about .about-list li .txt p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}
@media screen and (min-width: 521px) {
  #top-about .about-list li .txt p {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  #top-about .about-list li .txt p {
    font-size: 15px;
  }
}

/*-----------------------------------------
SERVICE
-----------------------------------------*/
#top-service {
  color: #fff;
  background-color: #222222;
}
#top-service .service-item .service-number {
  text-align: center;
}
#top-service .service-item .service-number span {
  display: inline-block;
  margin-bottom: 30px;
  padding: 10px 20px;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  line-height: normal;
  border: 1px solid #ffffff;
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  #top-service .service-item .service-number span {
    padding: 10px 30px;
    font-size: 25px;
  }
}
#top-service .service-item h3 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #top-service .service-item h3 {
    font-size: 28px;
  }
}
#top-service .service-item .service-note {
  margin-bottom: 30px;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #top-service .service-item .service-note {
    margin-bottom: 60px;
    font-size: 18px;
  }
}
#top-service .service01 {
  margin-top: 60px;
}
@media screen and (min-width: 769px) {
  #top-service .service01 {
    margin-top: 100px;
  }
}
#top-service .service01.separator-line {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ffffff;
}
@media screen and (min-width: 769px) {
  #top-service .service01.separator-line {
    margin-bottom: 100px;
    padding-bottom: 100px;
  }
}
#top-service .service01 .box {
  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;
}
#top-service .service01 .item {
  width: 100%;
  padding: 20px;
  border: 1px solid #ffffff;
  border-radius: 20px;
}
@media screen and (min-width: 769px) {
  #top-service .service01 .item {
    width: calc((100% - 70px) / 2);
    padding: 50px;
  }
}
#top-service .service01 .item + .item {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  #top-service .service01 .item + .item {
    margin-top: 0;
  }
}
#top-service .service01 .item h4 {
  margin-bottom: 15px;
  font-size: 17px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #top-service .service01 .item h4 {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
#top-service .service01 .item p {
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  #top-service .service01 .item p {
    font-size: 17px;
  }
}
#top-service .kadai-box {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
  color: #111;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 521px) {
  #top-service .kadai-box {
    padding: 50px;
  }
}
#top-service .kadai-box::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -49px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border: 25px solid transparent;
  border-top: 24px solid #fff;
}
#top-service .kadai-box .head {
  display: inline-block;
  position: relative;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 521px) {
  #top-service .kadai-box .head {
    font-size: 30px;
    line-height: 1.8;
  }
}
#top-service .kadai-box .head span {
  display: block;
}
#top-service .kadai-box .head::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  border: 1px solid #111;
}
#top-service .kadai-box .head::after {
  content: "";
  position: absolute;
  bottom: -27px;
  right: 25%;
  width: 44px;
  border: 1px solid #111;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
#top-service .kadai-box img {
  display: block;
  margin: 60px auto 0 auto;
  width: 140px;
}
#top-service .kadai-box .kadai-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
#top-service .kadai-box .kadai-list li {
  margin: 10px 5px 0 5px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  border: 1px solid #111;
  border-radius: 10px;
}
@media screen and (min-width: 521px) {
  #top-service .kadai-box .kadai-list li {
    font-size: 25px;
  }
}
#top-service .lead {
  margin-top: 50px;
  padding: 20px;
  font-size: 19px;
  font-weight: bold;
  text-align: left;
  border: 1px solid #fff;
  border-radius: 20px;
}
@media screen and (min-width: 961px) {
  #top-service .lead {
    font-size: 20px;
    text-align: center;
  }
}
#top-service .point-area {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  #top-service .point-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
  }
}
#top-service .item {
  padding: 40px 0;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 769px) {
  #top-service .item {
    border-bottom: none;
  }
}
#top-service .item.left {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #top-service .item.left {
    width: 32%;
    padding: 20px 4% 20px 0;
  }
}
#top-service .item.center {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #top-service .item.center {
    width: calc((100% + 100px) / 3);
    padding: 20px 4%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
#top-service .item.right {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #top-service .item.right {
    padding: 20px 0 20px 4%;
    width: 32%;
  }
}
#top-service .item .head {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  #top-service .item .head {
    text-align: center;
  }
}
#top-service .item h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 769px) {
  #top-service .item h3 {
    margin-top: 30px;
    text-align: center;
  }
}
#top-service .item p {
  margin-top: 10px;
  font-size: 17px;
  text-align: justify;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  #top-service .item p {
    margin-top: 20px;
  }
}
#top-service .item p sup {
  font-size: 13px;
}
#top-service .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 40px;
  font-size: 10px;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  #top-service .note {
    font-size: 11px;
  }
}
#top-service .note dt {
  margin-right: 5px;
  white-space: nowrap;
}

/*-----------------------------------------
FEATURE
-----------------------------------------*/
#top-feature {
  position: relative;
  background-color: #f3f4f9;
  z-index: 0;
}
#top-feature::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/top/feature-bg.svg);
  background-size: contain;
  width: 625px;
  max-width: 40%;
  height: 429px;
  z-index: 1;
}
#top-feature .sec-inner {
  position: relative;
  z-index: 2;
}
#top-feature .st-ttl {
  margin-bottom: 30px;
}
#top-feature .feature-card .item {
  position: relative;
}
#top-feature .feature-card .item .number {
  position: absolute;
  top: 0px;
  left: 20px;
  font-family: "Oswald", sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  #top-feature .feature-card .item .number {
    font-size: 95px;
  }
}
#top-feature .feature-card .item .number span {
  font-size: 30px;
}
@media screen and (min-width: 769px) {
  #top-feature .feature-card .item .number span {
    font-size: 60px;
  }
}
#top-feature .feature-card .item .body-wrap {
  padding: 25px 5px 0;
}
@media screen and (min-width: 521px) {
  #top-feature .feature-card .item .body-wrap {
    padding: 30px 15px 15px;
  }
}
@media screen and (min-width: 769px) {
  #top-feature .feature-card .item .body-wrap {
    padding: 50px 20px 20px;
  }
}
#top-feature .feature-card .item .body {
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 521px) {
  #top-feature .feature-card .item .body {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
  }
}
@media screen and (min-width: 961px) {
  #top-feature .feature-card .item .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#top-feature .feature-card .item .body img {
  width: 100%;
  height: 170px;
  border-radius: 20px 20px 0 0;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 521px) {
  #top-feature .feature-card .item .body img {
    height: 300px;
  }
}
@media screen and (min-width: 769px) {
  #top-feature .feature-card .item .body img {
    height: 400px;
  }
}
@media screen and (min-width: 961px) {
  #top-feature .feature-card .item .body img {
    width: 36%;
    height: auto;
    border-radius: 20px 0 0 20px;
  }
}
#top-feature .feature-card .item .body .txt {
  width: 100%;
  padding: 15px;
}
@media screen and (min-width: 521px) {
  #top-feature .feature-card .item .body .txt {
    padding: 40px;
  }
}
@media screen and (min-width: 961px) {
  #top-feature .feature-card .item .body .txt {
    width: 64%;
    padding: 70px;
  }
}
#top-feature .feature-card .item .body .txt h3 {
  position: relative;
  margin-bottom: 20px;
  padding-left: 26px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  #top-feature .feature-card .item .body .txt h3 {
    margin-bottom: 50px;
    font-size: 25px;
  }
}
#top-feature .feature-card .item .body .txt h3::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 90%;
  background-color: #111;
  border-radius: 5px;
}
#top-feature .feature-card .item .body .txt p {
  margin-top: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.8;
}
@media screen and (min-width: 521px) {
  #top-feature .feature-card .item .body .txt p {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  #top-feature .feature-card .item .body .txt p {
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
  }
}
#top-feature .feature-card .item .body .txt .link-txt__right {
  margin-top: 20px;
}
#top-feature .feature-card .item.sp-sm .txt p {
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  #top-feature .feature-card .item.sp-sm .txt p {
    font-size: 16px;
  }
}
#top-feature .swiper-area {
  position: relative;
}
#top-feature .swiper-slide {
  height: auto;
}
#top-feature .swiper-slide .body-wrap,
#top-feature .swiper-slide .body {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#top-feature {
  /*pagination*/
}
#top-feature .swiper-pagination {
  text-align: center;
}
#top-feature .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #fff;
  border-radius: 50%;
}
#top-feature .swiper-pagination-bullet-active {
  background-color: #196fdd;
}
#top-feature {
  /*navigation buttons*/
}
#top-feature .swiper-button-prev,
#top-feature .swiper-button-next {
  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;
  width: 40px;
  height: 40px;
  background-color: #111;
  border-radius: 50px;
  z-index: 2;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  #top-feature .swiper-button-prev,
  #top-feature .swiper-button-next {
    width: 80px;
    height: 80px;
  }
}
#top-feature .swiper-button-prev img,
#top-feature .swiper-button-next img {
  width: 12px;
}
@media screen and (min-width: 769px) {
  #top-feature .swiper-button-prev img,
  #top-feature .swiper-button-next img {
    width: 15px;
  }
}
#top-feature .swiper-button-prev {
  position: absolute;
  top: 115px;
  left: -10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media screen and (min-width: 521px) {
  #top-feature .swiper-button-prev {
    top: 50%;
  }
}
@media screen and (min-width: 769px) {
  #top-feature .swiper-button-prev {
    left: -20px;
  }
}
#top-feature .swiper-button-next {
  position: absolute;
  top: 115px;
  right: -10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media screen and (min-width: 521px) {
  #top-feature .swiper-button-next {
    top: 50%;
  }
}
@media screen and (min-width: 769px) {
  #top-feature .swiper-button-next {
    right: -20px;
  }
}

/*-----------------------------------------
PRICE
-----------------------------------------*/
@media screen and (min-width: 769px) {
  #top-price .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
#top-price .price .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 100%;
  background: #fff;
}
@media screen and (min-width: 769px) {
  #top-price .price .item {
    width: calc((100% - 200px) / 3);
  }
}
#top-price .price .item.black h3 {
  background: #111;
}
#top-price .price .item.blue h3 {
  background: #196fdd;
}
#top-price .price .item.black .content {
  border: 1px solid #111;
}
#top-price .price .item.blue .content {
  border: 1px solid #196fdd;
}
#top-price .price .item h3 {
  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;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  border-radius: 15px 15px 0 0;
}
@media screen and (min-width: 521px) {
  #top-price .price .item h3 {
    height: 68px;
    font-size: 22px;
  }
}
@media screen and (min-width: 961px) {
  #top-price .price .item h3 {
    font-size: 26px;
  }
}
#top-price .price .item .content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  min-height: 0%;
  width: 100%;
  height: auto;
  padding: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0 0 15px 15px;
}
@media screen and (min-width: 521px) {
  #top-price .price .item .content {
    padding: 20px;
  }
}
@media screen and (min-width: 961px) {
  #top-price .price .item .content {
    padding: 50px 30px;
    font-size: 18px;
  }
}
#top-price .price .item .content span {
  line-height: 1.3;
}
#top-price .price .item .big {
  font-size: 30px;
}
@media screen and (min-width: 961px) {
  #top-price .price .item .big {
    font-size: 60px;
  }
}
#top-price .price .plus {
  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;
  height: 50px;
}
@media screen and (min-width: 769px) {
  #top-price .price .plus {
    height: auto;
  }
}
#top-price .price .plus span {
  display: inline-block;
  vertical-align: middle;
  color: #196fdd;
  line-height: 1;
  width: 25px;
  height: 6px;
  margin: 0 35px;
  background: currentColor;
  border-radius: 6px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 521px) {
  #top-price .price .plus span {
    width: 34px;
  }
}
#top-price .price .plus span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#top-price .price-detail {
  width: 100%;
  margin-top: 50px;
  font-size: 15px;
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 521px) {
  #top-price .price-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#top-price .price-detail dt {
  width: 100%;
  padding: 25px 0 10px;
  font-weight: bold;
  border-top: 1px solid #cccccc;
}
@media screen and (min-width: 521px) {
  #top-price .price-detail dt {
    width: 23%;
    padding: 25px 0;
  }
}
#top-price .price-detail dd {
  width: 100%;
  padding: 0 0 25px;
}
@media screen and (min-width: 521px) {
  #top-price .price-detail dd {
    width: 77%;
    padding: 25px 0;
    border-top: 1px solid #cccccc;
  }
}
#top-price .extension-box {
  margin-top: 50px;
  padding: 30px;
  text-align: center;
  border: 1px solid #111;
  border-radius: 20px;
}
@media screen and (min-width: 521px) {
  #top-price .extension-box {
    padding: 50px;
  }
}
#top-price .extension-box h4 {
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
}
@media screen and (min-width: 521px) {
  #top-price .extension-box h4 {
    font-size: 27px;
  }
}
#top-price .extension-box p {
  margin-top: 20px;
  text-align: left;
}
@media screen and (min-width: 769px) {
  #top-price .extension-box p {
    text-align: center;
  }
}
#top-price .extension-box img {
  margin-top: 35px;
  max-width: 754px;
}
#top-price .lb-ttl {
  margin-top: 90px;
}
@media screen and (min-width: 769px) {
  #top-price .lb-ttl {
    margin-top: 150px;
  }
}
#top-price .lb-ttl span {
  display: block;
  margin-top: 8px;
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  #top-price .lb-ttl span {
    display: inline-block;
    margin-top: 0;
    margin-left: 15px;
    font-size: 18px;
  }
}
#top-price .tag-list {
  margin-bottom: 10px;
}
#top-price .tag-list li {
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 15px;
  color: #fff;
  font-size: 11px;
  background-color: #196fdd;
  border-radius: 25px;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  #top-price .tag-list li {
    font-size: 13px;
  }
}
#top-price .tag-list li li {
  padding-left: 8px;
}
#top-price .detail {
  margin-top: 20px;
}
@media screen and (min-width: 961px) {
  #top-price .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#top-price .detail dt,
#top-price .detail dd {
  line-height: 1.6;
}
#top-price .detail dt {
  width: 100%;
  margin-top: 10px;
  padding: 10px 20px;
  font-weight: bold;
  text-align: center;
  background-color: #ebecf2;
  white-space: nowrap;
}
@media screen and (min-width: 961px) {
  #top-price .detail dt {
    width: 118px;
    margin-top: 5px;
  }
}
#top-price .detail dd {
  width: 100%;
  margin-top: 5px;
  padding: 10px 0;
}
@media screen and (min-width: 961px) {
  #top-price .detail dd {
    width: calc(100% - 118px);
    padding: 10px 20px;
  }
}
#top-price .detail dd span {
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  #top-price .detail .child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#top-price .detail .child dt,
#top-price .detail .child dd {
  margin-top: 0;
  padding: 0;
}
#top-price .detail .child dt {
  width: 100%;
  background-color: transparent;
  text-align: left;
  font-size: 13px;
  line-height: 2.3;
}
@media screen and (min-width: 769px) {
  #top-price .detail .child dt {
    width: 262px;
  }
}
#top-price .detail .child dd {
  width: 100%;
  padding-left: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  #top-price .detail .child dd {
    width: calc(100% - 262px);
    padding-left: 0;
    padding-bottom: 0;
    font-size: 16px;
  }
}
#top-price .detail dd.line {
  padding: 10px 0;
}
@media screen and (min-width: 961px) {
  #top-price .detail dd.line {
    padding: 0 20px;
  }
}
#top-price .note-box {
  margin-top: 20px;
  padding: 15px;
  font-size: 14px;
  background: #eef5ff;
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  #top-price .note-box {
    margin-top: 40px;
    padding: 25px;
    font-size: 16px;
  }
}
#top-price .note-box .head {
  color: #196fdd;
  font-size: 17px;
  font-weight: bold;
}
#top-price .image-box {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  #top-price .image-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#top-price .image-box .item {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #top-price .image-box .item {
    width: 47.5%;
  }
}
#top-price .image-box .item:first-child {
  margin-right: 5%;
}
#top-price .image-box .item p {
  margin-top: 15px;
}
#top-price .image-box .item + .item {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  #top-price .image-box .item + .item {
    margin-top: 0px;
  }
}
#top-price .seminar-box {
  position: relative;
  max-width: 718px;
  margin-bottom: 20px;
  padding: 15px 90px 15px 15px;
  font-size: 13px;
  border: 2px solid #111;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #top-price .seminar-box {
    padding: 35px 130px 35px 35px;
    font-size: 14px;
  }
}
#top-price .seminar-box::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 10px;
  background-image: url(../img/top/price-seminar01.png);
  background-size: contain;
  width: 70px;
  height: 292px;
}
@media screen and (min-width: 769px) {
  #top-price .seminar-box::before {
    width: 110px;
  }
}
@media screen and (min-width: 521px) {
  #top-price .step-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
}
#top-price .step-bar .bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 50px;
  margin-bottom: 16px;
  text-align: center;
  background: #111;
  font-size: 13px;
  color: #fff;
}
@media screen and (min-width: 521px) {
  #top-price .step-bar .bar {
    width: 250px;
    height: 42px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 961px) {
  #top-price .step-bar .bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
}
#top-price .step-bar .bar::before, #top-price .step-bar .bar::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
#top-price .step-bar .bar::before {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border: 15px solid transparent;
  border-top-width: 15px;
  border-top-style: solid;
  border-top-color: transparent;
  border-top: 12px solid #111;
  z-index: 10;
}
@media screen and (min-width: 521px) {
  #top-price .step-bar .bar::before {
    top: -10px;
    right: -1em;
    bottom: auto;
    left: auto;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 31px 0 31px 1em;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (min-width: 521px) {
  #top-price .step-bar .bar::after {
    top: -10px;
    right: -0.8em;
    border-style: solid;
    border-color: transparent transparent transparent #111;
    border-width: 31px 0 31px 1em;
    z-index: 10;
  }
}
#top-price .step-bar .bar:last-child:before, #top-price .step-bar .bar:last-child:after {
  display: none;
}
#top-price .step-bar .bar span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  #top-price .step-bar .bar span {
    display: inline-block;
  }
}
@media screen and (min-width: 521px) {
  #top-price .step-txt {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
#top-price .step-txt .txt {
  font-size: 13px;
  margin-bottom: 20px;
}
@media screen and (min-width: 521px) {
  #top-price .step-txt .txt {
    width: 30%;
    margin: 10px 0 0 10px;
  }
}
@media screen and (min-width: 769px) {
  #top-price .step-txt .txt {
    width: 250px;
  }
}
#top-price .step-txt-sm .txt {
  font-size: 13px;
  margin-bottom: 20px;
}
#top-price .accordion-ttl .shop-tag {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 5px 8px;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  background-color: #111;
  border-radius: 25px;
}
@media screen and (min-width: 769px) {
  #top-price .accordion-ttl .shop-tag {
    right: 115px;
    padding: 5px 13px;
    font-size: 12px;
  }
}
#top-price .accordion-content .st-btn {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  #top-price .accordion-content .st-btn {
    margin-top: 40px;
  }
}
#top-price .attention-txt {
  margin: 0 0 5px 0;
  font-size: 14px;
  text-align: right;
}
@media screen and (min-width: 769px) {
  #top-price .attention-txt {
    margin: 0 0 5px 0;
  }
}
#top-price .price-table-wrap {
  padding-bottom: 20px;
  overflow: scroll;
}
@media screen and (min-width: 521px) {
  #top-price .price-table-wrap {
    padding-bottom: 0;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.06);
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.06);
    overflow: auto;
  }
}
#top-price .price-table {
  min-width: 520px;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.06);
}
@media screen and (min-width: 521px) {
  #top-price .price-table {
    width: 100%;
  }
}
#top-price .price-table thead th {
  color: #fff;
  background-color: #42484b;
  border-right: 2px solid #fff;
}
#top-price .price-table thead th:first-child {
  border-right: none;
  background-color: transparent;
}
#top-price .price-table thead th:last-child {
  border-right: none;
}
#top-price .price-table thead .top th {
  padding: 10px 0;
  font-size: 13px;
}
@media screen and (min-width: 961px) {
  #top-price .price-table thead .top th {
    padding: 20px 0;
    font-size: 18px;
  }
}
#top-price .price-table thead .top th:nth-child(2) {
  border-radius: 10px 0 0 0;
}
#top-price .price-table thead .top th:nth-child(4) {
  border-radius: 0 10px 0 0;
}
#top-price .price-table thead .bottom th {
  padding-top: 5px;
  font-size: 12px;
}
@media screen and (min-width: 961px) {
  #top-price .price-table thead .bottom th {
    font-size: 15px;
  }
}
#top-price .price-table tbody {
  border-radius: 0 0 10px 0;
}
#top-price .price-table tbody tr.first th {
  border-radius: 10px 0 0 0;
}
#top-price .price-table tbody tr.last th {
  border-bottom: none;
  border-radius: 0 0 0 10px;
}
#top-price .price-table tbody tr.last td {
  border-bottom: none;
}
#top-price .price-table tbody tr.last td:last-child {
  border-radius: 0 0 10px 0;
}
#top-price .price-table tbody th,
#top-price .price-table tbody td {
  padding: 10px 0;
}
@media screen and (min-width: 961px) {
  #top-price .price-table tbody th,
  #top-price .price-table tbody td {
    padding: 20px 0;
  }
}
#top-price .price-table tbody th {
  border-bottom: 2px solid #fff;
}
#top-price .price-table tbody th:last-child {
  border-bottom: none;
}
#top-price .price-table tbody th span {
  display: block;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (min-width: 961px) {
  #top-price .price-table tbody th span {
    font-size: 14px;
  }
}
#top-price .price-table tbody th.blue {
  font-size: 13px;
  color: #fff;
  background-color: #196fdd;
}
@media screen and (min-width: 961px) {
  #top-price .price-table tbody th.blue {
    font-size: 22px;
  }
}
#top-price .price-table tbody th.gray {
  padding: 10px 0;
  font-size: 11px;
  background-color: #eceef3;
}
@media screen and (min-width: 961px) {
  #top-price .price-table tbody th.gray {
    padding: 30px 0;
    font-size: 16px;
  }
}
#top-price .price-table tbody td {
  font-size: 11px;
  background-color: #fff;
  border-bottom: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
}
@media screen and (min-width: 961px) {
  #top-price .price-table tbody td {
    font-size: 16px;
  }
}
#top-price .price-table tbody td:last-child {
  border-right: none;
}
#top-price .price-table tbody td .big {
  font-size: 18px;
  line-height: 1;
}
@media screen and (min-width: 961px) {
  #top-price .price-table tbody td .big {
    font-size: 30px;
  }
}
#top-price .price-table tbody td .tax {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}
@media screen and (min-width: 961px) {
  #top-price .price-table tbody td .tax {
    font-size: 13px;
  }
}
#top-price .price-table tbody td .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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#top-price .price-table tbody td .center .circle-wrap {
  width: 100%;
}
#top-price .price-table tbody td .circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 4px solid #196fdd;
  background-color: transparent;
  border-radius: 50%;
}
@media screen and (min-width: 961px) {
  #top-price .price-table tbody td .circle {
    width: 30px;
    height: 30px;
  }
}
#top-price .price-table th,
#top-price .price-table td {
  text-align: center;
}
#top-price .link-banner {
  max-width: 600px;
  height: auto;
  margin: 20px auto 0;
}
#top-price .link-banner a {
  display: inline-block;
}
#top-price .link-banner img {
  width: 100%;
  height: auto;
}
#top-price .access-box {
  margin-top: 40px;
  padding: 15px;
  border: 2px solid #111;
  border-radius: 20px;
}
@media screen and (min-width: 769px) {
  #top-price .access-box {
    padding: 50px;
  }
}
#top-price .access-box .head {
  margin-bottom: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 23px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #top-price .access-box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#top-price .access-box .map {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #top-price .access-box .map {
    width: 42%;
  }
}
#top-price .access-box .map iframe {
  width: 100%;
  height: 160px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media screen and (min-width: 521px) {
  #top-price .access-box .map iframe {
    height: 250px;
  }
}
@media screen and (min-width: 769px) {
  #top-price .access-box .map iframe {
    height: 100%;
  }
}
#top-price .access-box .info {
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  #top-price .access-box .info {
    width: 58%;
    margin-top: 0;
    margin-left: 45px;
  }
}
#top-price .access-box .info .shop-name {
  font-size: 20px;
  font-weight: bold;
}
#top-price .access-box .info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  #top-price .access-box .info dl {
    margin-top: 30px;
  }
}
#top-price .access-box .info dl dt,
#top-price .access-box .info dl dd {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 521px) {
  #top-price .access-box .info dl dt,
  #top-price .access-box .info dl dd {
    font-size: 16px;
  }
}
#top-price .access-box .info dl dt {
  width: 80px;
  font-weight: bold;
}
@media screen and (min-width: 521px) {
  #top-price .access-box .info dl dt {
    width: 115px;
  }
}
#top-price .access-box .info dl dd {
  width: calc(100% - 80px);
}
@media screen and (min-width: 521px) {
  #top-price .access-box .info dl dd {
    width: calc(100% - 115px);
  }
}
#top-price .map-link {
  padding-left: 10px;
  font-size: 14px;
  color: #196fdd;
}
#top-price .st-btn {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  #top-price .st-btn {
    margin-top: 80px;
  }
}

/*-----------------------------------------
FLOW
-----------------------------------------*/
#top-flow {
  background-image: url(../img/common/bg-seamless.jpg);
  background-repeat: repeat;
}
#top-flow .flow-box .item {
  position: relative;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 769px) {
  #top-flow .flow-box .item {
    padding: 50px;
  }
}
#top-flow .flow-box .item + .item {
  margin-top: 35px;
}
#top-flow .flow-box .item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border: 25px solid transparent;
  border-top-width: 25px;
  border-top-style: solid;
  border-top-color: transparent;
  border-top: 24px solid #fff;
}
#top-flow .flow-box .item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
#top-flow .flow-box .item .step {
  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;
  width: 60px;
  height: 60px;
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  background-color: #111;
  border-radius: 50%;
}
@media screen and (min-width: 521px) {
  #top-flow .flow-box .item .step {
    width: 75px;
    height: 75px;
    font-size: 25px;
  }
}
#top-flow .flow-box .item .step span {
  display: block;
  font-size: 16px;
}
#top-flow .flow-box .item h3 {
  padding-left: 10px;
  font-size: 20px;
}
@media screen and (min-width: 521px) {
  #top-flow .flow-box .item h3 {
    padding-left: 30px;
  }
}
@media screen and (min-width: 769px) {
  #top-flow .flow-box .item h3 {
    font-size: 25px;
  }
}
#top-flow .flow-box .item p {
  margin-top: 15px;
  font-size: 16px;
}
@media screen and (min-width: 521px) {
  #top-flow .flow-box .item p {
    margin-top: 0;
    padding-left: 105px;
  }
}
@media screen and (min-width: 769px) {
  #top-flow .flow-box .item p {
    font-size: 18px;
  }
}
#top-flow .flow-box .item .st-btn {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 521px) {
  #top-flow .flow-box .item .st-btn {
    margin-top: 40px;
    padding-left: 105px;
    text-align: left;
  }
}
#top-flow .flow-box .item .st-btn a {
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  #top-flow .flow-box .item .st-btn a {
    font-size: 18px;
  }
}

/*-----------------------------------------
CONTACT
-----------------------------------------*/
#contact .contact-form {
  max-width: 900px;
  margin: 0 auto;
}
#contact .contact-form table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#contact .contact-form table th,
#contact .contact-form table td {
  display: block;
}
@media screen and (min-width: 769px) {
  #contact .contact-form table th,
  #contact .contact-form table td {
    display: table-cell;
  }
}
#contact .contact-form table th {
  width: 100%;
  padding: 0 0 5px 0;
  text-align: left;
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  #contact .contact-form table th {
    width: 33%;
    padding: 10px 0 40px 0;
  }
}
#contact .contact-form table td {
  width: 100%;
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #contact .contact-form table td {
    width: 67%;
    padding-bottom: 40px;
  }
}
#contact .contact-form table .must {
  position: relative;
  width: 100%;
}
#contact .contact-form table .must::before {
  content: "必須";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 3px 8px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  background-color: #196fdd;
  border-radius: 3px;
  white-space: nowrap;
}
#contact .pp-box {
  position: relative;
  margin-top: 10px;
  padding: 20px 30px;
  width: 100%;
  height: 250px;
  background-color: #fff;
  border: 2px solid #e7e7e7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}
#contact .pp-box .inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}
#contact .pp-box .inner h4 {
  margin: 10px 0 0 0;
  color: #000;
  font-size: 15px;
  font-weight: bold;
}
#contact .pp-box .inner p {
  font-size: 14px;
  line-height: 1.6rem;
  margin: 0px;
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: normal;
}
#contact .pp-box .inner ul {
  margin: 0 0 25px 20px;
  list-style: disc;
  font-weight: normal;
}
#contact .check-txt {
  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;
  margin-top: 40px;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  #contact .check-txt {
    font-size: 16px;
  }
}
#contact .head-must {
  margin-right: 20px;
  padding: 3px 8px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  background-color: #196fdd;
  border-radius: 3px;
  white-space: nowrap;
}
#contact .st-btn {
  margin-top: 30px;
}
#contact .return-btn {
  margin-top: 30px;
}

.page-contents {
  margin-top: 90px;
}

/*-----------------------------------------
PRIVACY POLICY
-----------------------------------------*/
#page-privacypolicy .item + .item {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  #page-privacypolicy .item + .item {
    margin-top: 50px;
  }
}
#page-privacypolicy h3 {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  #page-privacypolicy h3 {
    font-size: 23px;
  }
}
#page-privacypolicy ul {
  list-style: disc;
  padding-left: 20px;
}
#page-privacypolicy p,
#page-privacypolicy ul {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  #page-privacypolicy p,
  #page-privacypolicy ul {
    font-size: 16px;
  }
}

/*-----------------------------------------
404
-----------------------------------------*/
#notfound h2 {
  font-size: 35px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  #notfound h2 {
    font-size: 45px;
  }
}
#notfound h3 {
  font-size: 17px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  #notfound h3 {
    font-size: 25px;
  }
}
#notfound p {
  margin-top: 30px;
}
#notfound .st-btn {
  margin-top: 80px;
}

/*-----------------------------------------
サンクスページ
-----------------------------------------*/
.thanks-box h2 {
  margin-bottom: 30px;
  font-size: 50px;
  text-align: center;
}
.thanks-box .pt-btn {
  margin-top: 80px;
}

/*iOS対策*/
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: none !important;
  border-radius: 0;
}

label {
  vertical-align: middle;
}

select {
  cursor: pointer;
}

input,
select,
textarea {
  font-size: 16px;
  /*フォームのフォーカスOFF*/
  vertical-align: middle;
  line-height: normal;
}

input:focus,
select:focus {
  outline: 0;
}

input:focus {
  border-color: none !important;
}

/*ios対策ここまで*/
input,
select,
textarea {
  background-color: #f3f4f9;
}

input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
textarea,
.field {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 48px;
  line-height: 1.6;
  padding: 0 15px;
  font-size: 16px;
  color: #212121;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}

select {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 48px;
  line-height: 1.6;
  padding: 0 0 0 15px;
  font-size: 16px;
  color: #212121;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}

input.tel {
  width: 100%;
}
@media screen and (min-width: 769px) {
  input.tel {
    width: 50%;
  }
}

input[type=checkbox] {
  margin-right: 5px;
}

textarea {
  width: 100%;
  height: 210px;
  padding: 15px;
}

textarea:focus {
  outline: none;
}

select {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* デフォルトの矢印を非表示 */
}

select::-ms-expand {
  display: none;
}

.my-select-box {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .my-select-box {
    width: 60%;
  }
}
.my-select-box::after {
  display: inline-block;
  position: absolute;
  top: 45%;
  right: 20px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

.unit-txt {
  margin: 0 15px 0 10px;
}

.my-selrct-box::before {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-top: -5px;
}

input[type=radio] {
  margin-right: 8px;
}

.radio-txt {
  margin-right: 40px;
}

.age input {
  display: inline-block;
  width: 100px;
}

.sub-txt {
  display: block;
  margin-top: 10px;
  font-size: 13px;
}

/*mw wp form*/
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 20px;
}