@charset "UTF-8";
/* Only output numerical values
/* 数値のみ出力する
====================================== */
/* font $size
====================================== */
/* font family
====================================== */
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300&display=swap");
@font-face {
  font-family: kozuka-gothic-pr6n;
  src: url("../fonts/KozGoPr6N-ExtraLight.otf");
  font-weight: 200;
}
@font-face {
  font-family: kozuka-gothic-pr6n;
  src: url("../fonts/KozGoPr6NRegular.otf");
  font-weight: 400;
}
@font-face {
  font-family: kozuka-gothic-pr6n;
  src: url("../fonts/Kozuka Gothic Pr6N M.otf");
  font-weight: 600;
}
@font-face {
  font-family: kozuka-gothic-pr6n;
  src: url("../fonts/Kozuka Gothic Pr6N B.otf");
  font-weight: 800;
}
/* Break point ブレイクポイント
====================================== */
/* max site width コンテンツ最大幅
====================================== */
/* colors 色管理
====================================== */
/* media query
====================================== */
/* font-size フォントサイズのrem表示用
====================================== */
/* Margin class in 5px steps
/* 余白調整用のクラス　5px刻みで20回処理を繰り返し
====================================== */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.com-txt-color-text {
  color: #000 !important;
}

.com-bg-text {
  background-color: #000 !important;
}

.com-txt-color-main {
  color: #00A99D !important;
}

.com-bg-main {
  background-color: #00A99D !important;
}

.com-txt-color-sub {
  color: #FBB03B !important;
}

.com-bg-sub {
  background-color: #FBB03B !important;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 18px;
  scroll-behavior: smooth;
}

body {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  line-height: 2;
  letter-spacing: 0.075em;
  color: #000;
  font-size: 18px;
  font-size: 1rem;
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.075em;
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin: 0;
}
p + p {
  margin-top: 1em;
}

ul, dl, figure {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: normal;
}

ul, li {
  list-style: none;
}

a {
  color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
}
a:before, a:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

em {
  font-style: normal;
  font-weight: normal;
  color: inherit;
}

input,
select,
textarea {
  outline: none;
  vertical-align: middle;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 18px;
  font-size: 1rem;
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aaa;
  font-family: "kozuka-gothic-pr6n", sans-serif;
}

input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #aaa;
  font-family: "kozuka-gothic-pr6n", sans-serif;
}

input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #aaa;
  font-family: "kozuka-gothic-pr6n", sans-serif;
}

input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #aaa;
  font-family: "kozuka-gothic-pr6n", sans-serif;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #aaa;
  font-family: "kozuka-gothic-pr6n", sans-serif;
}

input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0.4em 1em;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  width: 100%;
  font-size: 15px;
  font-size: 0.8333333333rem;
  line-height: 2;
}

address {
  margin-bottom: 0;
}

/* uk-container
====================================== */
.uk-container {
  max-width: 1440px;
}
.uk-container-small {
  max-width: 375px;
}
.uk-container-large {
  max-width: 1160px;
}
.uk-container-expand {
  max-width: none;
}

/* Contact Form 7
====================================== */
.wpcf7 .ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

/* reCAPTCHA
====================================== */
.grecaptcha-badge {
  visibility: hidden;
}

/* #header
====================================== */
/* parts
--------------------------------- */
#header {
  padding-top: 28px;
  padding-bottom: 15px;
  background-color: #fff;
}
@media (min-width: 640px) {
  #header {
    padding-top: 37.6px;
    padding-bottom: 20.8px;
  }
}
@media (min-width: 960px) {
  #header {
    padding-top: 47px;
    padding-bottom: 26px;
  }
}
#header.uk-active {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.95);
}

@media (max-width: 959px) {
  .header-logo {
    max-width: 140px;
  }
}

/* .header-contact-nav
--------------------------------- */
@media (min-width: 960px) {
  .header-contact-nav {
    min-width: 64%;
  }
}
.header-contact-nav .mail {
  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;
  background-color: #00A99D;
  border: 2px solid #00A99D;
  color: white;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  width: 50px;
  height: 50px;
}
@media (min-width: 960px) {
  .header-contact-nav .mail {
    border-radius: 22px;
    width: 312px;
    height: 45px;
  }
}
.header-contact-nav .mail span {
  font-size: 16px;
  font-size: 0.8888888889rem;
}
@media (min-width: 960px) {
  .header-contact-nav .mail span {
    font-size: 24px;
    font-size: 1.3333333333rem;
  }
}
@media (max-width: 959px) {
  .header-contact-nav .mail svg {
    fill: white;
    width: 25px;
  }
}
.header-contact-nav .mail:hover {
  background-color: #fff;
  color: #00A99D;
}
.header-contact-nav .mail:hover svg {
  fill: #00A99D;
}
.header-contact-nav .tel {
  font-weight: 400;
  font-size: 16px;
  font-size: 0.8888888889rem;
  margin-left: 1em;
}
@media (min-width: 960px) {
  .header-contact-nav .tel {
    font-size: 18px;
    font-size: 1rem;
  }
}
.header-contact-nav .tel .number {
  font-weight: 600;
  margin-left: 0.5em;
}
.header-contact-nav .tel .number:hover {
  color: #00A99D;
}
.header-contact-nav .tel .ico-tel {
  background-color: #00A99D;
  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;
  border: 2px solid #00A99D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
@media (min-width: 640px) {
  .header-contact-nav .tel .ico-tel {
    width: 27px;
    height: 27px;
    margin-right: 0.5em;
  }
}
.header-contact-nav .tel .ico-tel svg {
  fill: white;
  width: 25px;
}
@media (min-width: 640px) {
  .header-contact-nav .tel .ico-tel svg {
    width: 15px;
  }
}
@media (max-width: 639px) {
  .header-contact-nav .tel .ico-tel:hover {
    background-color: white;
  }
}
@media (max-width: 639px) {
  .header-contact-nav .tel .ico-tel:hover svg {
    fill: #00A99D;
  }
}

/* .header-nav　
--------------------------------- */
.header-nav {
  margin-top: 21px;
}
@media (min-width: 640px) {
  .header-nav {
    margin-top: 27px;
  }
}
@media (min-width: 960px) {
  .header-nav {
    margin-top: 35px;
  }
}
.header-nav ul {
  -webkit-column-gap: 1.2em;
     -moz-column-gap: 1.2em;
          column-gap: 1.2em;
}
.header-nav ul a {
  display: block;
  line-height: 1.8;
  font-size: 16px;
  font-size: 0.8888888889rem;
}
@media (min-width: 640px) {
  .header-nav ul a {
    font-size: 18px;
    font-size: 1rem;
  }
}
@media (min-width: 960px) {
  .header-nav ul a {
    font-size: 24px;
    font-size: 1.3333333333rem;
  }
}
.header-nav ul a:hover {
  color: #00A99D;
}

/* #footer
====================================== */
#footer {
  padding-top: 24px;
  padding-bottom: 56px;
  border-top: 3.41px solid #00A99D;
}
@media (min-width: 960px) {
  #footer {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}

/* .copyright
--------------------------------- */
.copyright {
  text-align: center;
  display: block;
  font-size: 12.8px;
  font-size: 0.7111111111rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 640px) {
  .copyright {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}

/* #home-01
====================================== */
.home-01-txt {
  margin-top: 24px;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 960px) {
  .home-01-txt {
    margin-top: 30px;
  }
}

.home-01-block {
  background-image: url(../images/01_02_s.webp);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 359.5/419.5;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
@media (min-width: 960px) {
  .home-01-block {
    background-image: url(../images/01_02.webp);
    aspect-ratio: 1115/350;
    max-width: 1111px;
  }
}

.home-01-block-txt-01 {
  line-height: 1;
  font-size: 25px;
  font-size: 1.3888888889rem;
}
@media (min-width: 960px) {
  .home-01-block-txt-01 {
    font-size: 36px;
    font-size: 2rem;
    margin-top: 50px;
  }
}
.home-01-block-txt-01 .number {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 100;
  font-size: 80px;
  font-size: 4.4444444444rem;
  margin-left: 0.2em;
  line-height: 0.8;
}
@media (min-width: 960px) {
  .home-01-block-txt-01 .number {
    font-size: 106px;
    font-size: 5.8888888889rem;
  }
}
.home-01-block-txt-01 .large {
  font-size: 45px;
  font-size: 2.5rem;
  font-weight: 400;
}
@media (min-width: 960px) {
  .home-01-block-txt-01 .large {
    font-size: 60px;
    font-size: 3.3333333333rem;
  }
}

.home-01-block-txt-02 {
  font-size: 24px;
  font-size: 1.3333333333rem;
  margin-top: 30px;
}
@media (min-width: 960px) {
  .home-01-block-txt-02 {
    font-size: 30px;
    font-size: 1.6666666667rem;
    margin-top: 35px;
  }
}
.home-01-block-txt-02 .number {
  font-family: "Red Hat Display", sans-serif;
  font-size: 38px;
  font-size: 2.1111111111rem;
}
@media (min-width: 960px) {
  .home-01-block-txt-02 .number {
    font-size: 48px;
    font-size: 2.6666666667rem;
  }
}

/* #home-02
====================================== */
#home-02 {
  margin-top: 108.8px;
  padding-bottom: 80px;
}
@media (min-width: 960px) {
  #home-02 {
    margin-top: 136px;
    padding-bottom: 100px;
  }
}
#home-02 .com-btn-01 {
  margin-top: 30px;
}
@media (min-width: 960px) {
  #home-02 .com-btn-01 {
    margin-top: 38px;
  }
}

.home-02-list {
  margin-top: 60px;
}
@media (min-width: 960px) {
  .home-02-list {
    margin-top: 75px;
  }
}
.home-02-list li {
  border: 3.15px solid #00A99D;
  border-radius: 36px;
  position: relative;
  padding: 32px 30px 26px;
}
.home-02-list li::before {
  content: "";
  background-image: url(../images/02_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 88px;
  height: 88px;
  position: absolute;
  top: -20px;
  left: -20px;
}
@media (min-width: 960px) {
  .home-02-list li::before {
    top: -30px;
    left: -30px;
    width: 115.25px;
    height: 115.25px;
  }
}
.home-02-list li + li {
  margin-top: 54px;
}
@media (min-width: 960px) {
  .home-02-list li + li {
    margin-top: 68px;
  }
}
.home-02-list li .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 20px;
}
@media (min-width: 960px) {
  .home-02-list li .inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media (max-width: 959px) {
  .home-02-list li .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 960px) {
  .home-02-list li figure {
    width: 46.51%;
  }
}
.home-02-list li .tit {
  color: #00A99D;
  font-size: 19px;
  font-size: 1.0555555556rem;
  line-height: 1.75;
}
@media (min-width: 640px) {
  .home-02-list li .tit {
    font-size: 24px;
    font-size: 1.3333333333rem;
  }
}
.home-02-list li .txt {
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 639px) {
  .home-02-list li .txt {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}

/* #home-03
====================================== */
#home-03 {
  background-color: #FCFCFC;
}

.home-03-content-01 {
  margin-top: 24px;
}
@media (min-width: 960px) {
  .home-03-content-01 {
    margin-top: 30px;
  }
}

.home-03-sub-tit {
  text-align: center;
}
.home-03-sub-tit span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FCC57B));
  background: linear-gradient(transparent 60%, #FCC57B 60%);
  padding-left: 1em;
  padding-right: 1em;
}

.home-03-txt {
  text-align: center;
  font-weight: 400;
  margin-top: 24px;
}
@media (min-width: 960px) {
  .home-03-txt {
    margin-top: 30px;
  }
}

.home-03-content-02-tit {
  color: #FBB03B;
  font-size: 24px;
  font-size: 1.3333333333rem;
  text-align: center;
  line-height: 1.3;
}
@media (min-width: 960px) {
  .home-03-content-02-tit {
    font-size: 30px;
    font-size: 1.6666666667rem;
  }
}
.home-03-content-02-tit img {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
@media (max-width: 639px) {
  .home-03-content-02-tit img {
    width: 47px;
  }
}

.home-03-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 35px;
}
@media (min-width: 960px) {
  .home-03-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.home-03-list .item {
  text-align: center;
}
@media (max-width: 959px) {
  .home-03-list .item {
    max-width: 363px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home-03-list .item .number {
  font-weight: 200;
  line-height: 1;
  font-size: 24px;
  font-size: 1.3333333333rem;
}
.home-03-list .item .number .large {
  font-size: 36px;
  font-size: 2rem;
}
.home-03-list .item .tit {
  background-color: #FBB03B;
  border-radius: 100%;
  aspect-ratio: 1/1;
  width: 163px;
  max-width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  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;
}
@media (min-width: 960px) {
  .home-03-list .item .tit {
    margin-top: 50px;
  }
}
.home-03-list .item .tit::before {
  content: "お";
  font-size: 120px;
  font-size: 6.6666666667rem;
  color: rgba(255, 255, 255, 0.24);
}
.home-03-list .item .tit span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  font-weight: 800;
  color: #434343;
}
.home-03-list .item.item-02 .tit::before, .home-03-list .item.item-03 .tit::before {
  content: "つ";
}
.home-03-list .item .txt {
  font-weight: 400;
  margin-top: 36px;
}
@media (min-width: 960px) {
  .home-03-list .item .txt {
    margin-top: 45px;
  }
}

/* #home-04
====================================== */
#home-04 {
  background-color: #F3F3F3;
}
#home-04 address {
  font-size: 19.2px;
  font-size: 1.0666666667rem;
  text-align: center;
}
@media (min-width: 960px) {
  #home-04 address {
    font-size: 24px;
    font-size: 1.3333333333rem;
  }
}

.home-04-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 20px;
  max-width: 982px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 639px) {
  .home-04-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}

.home-04-list {
  background-color: white;
  border-radius: 29px;
  margin-top: 85px;
}
@media (min-width: 640px) {
  .home-04-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.3fr 1.1fr;
    grid-template-columns: 1fr 1.3fr 1.1fr;
    margin-top: 107px;
  }
}
.home-04-list li {
  padding: 30px 20px;
  text-align: center;
  position: relative;
}
@media (min-width: 640px) {
  .home-04-list li {
    padding: 180px 20px 64px;
  }
}
.home-04-list li + li::before {
  content: "";
  background-image: url(../images/04_06.webp);
  position: absolute;
  width: 5px;
  height: 153px;
  display: block;
  top: -73px;
  left: 50%;
}
@media (max-width: 639px) {
  .home-04-list li + li::before {
    -webkit-transform: rotate(90deg) translateX(-50%);
            transform: rotate(90deg) translateX(-50%);
  }
}
@media (min-width: 640px) {
  .home-04-list li + li::before {
    top: auto;
    left: 0;
    bottom: 64px;
  }
}
.home-04-list li figure {
  height: 172.8px;
}
@media (min-width: 640px) {
  .home-04-list li figure {
    height: 216px;
  }
}
.home-04-list li figure img {
  max-height: 100%;
}
@media (min-width: 640px) {
  .home-04-list li figure {
    position: absolute;
    top: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.home-04-list li p {
  font-weight: 400;
}
@media (max-width: 959px) {
  .home-04-list li p {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}
@media (max-width: 639px) {
  .home-04-list li p {
    margin-top: 15px;
  }
}

/* #home-05
====================================== */
#home-05 .com-bg-main {
  padding-top: 80px;
  padding-bottom: 40px;
}
@media (min-width: 960px) {
  #home-05 .com-bg-main {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

.home-05-tit {
  text-align: center;
  color: white;
  font-size: 24px;
  font-size: 1.3333333333rem;
  line-height: 1.6;
}
@media (min-width: 960px) {
  .home-05-tit {
    font-size: 30px;
    font-size: 1.6666666667rem;
  }
}

.home-05-txt, .home-05-note {
  color: white;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 959px) {
  .home-05-txt, .home-05-note {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}

.home-05-note a {
  font-size: 19px;
  font-size: 1.0555555556rem;
  color: #e60012;
  margin-left: 0.3em;
  margin-right: 0.3em;
  line-height: 1;
}
@media (min-width: 960px) {
  .home-05-note a {
    font-size: 24px;
    font-size: 1.3333333333rem;
  }
}

.home-05-contact {
  padding-top: 145.6px;
  padding-bottom: 145.6px;
}
@media (min-width: 960px) {
  .home-05-contact {
    padding-top: 182px;
    padding-bottom: 182px;
  }
}
.home-05-contact dl div + div {
  margin-top: 40px;
}
@media (min-width: 960px) {
  .home-05-contact dl div + div {
    margin-top: 50px;
  }
}
.home-05-contact dt {
  font-weight: 400;
}
.home-05-contact dt.required span::after {
  content: "※必須";
  color: #00A99D;
  margin-left: 0.2em;
}
.home-05-contact dd {
  margin-top: 20px;
}
@media (min-width: 960px) {
  .home-05-contact dd {
    margin-top: 25px;
  }
}
.home-05-contact input[type=text], .home-05-contact input[type=email], .home-05-contact textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 30px;
  background-color: #E5E5E5;
  border-radius: 20px;
  color: #000;
}
.home-05-contact input[type=text]::-webkit-input-placeholder, .home-05-contact input[type=email]::-webkit-input-placeholder, .home-05-contact textarea::-webkit-input-placeholder {
  color: white;
}
.home-05-contact input[type=text]::-moz-placeholder, .home-05-contact input[type=email]::-moz-placeholder, .home-05-contact textarea::-moz-placeholder {
  color: white;
}
.home-05-contact input[type=text]:-ms-input-placeholder, .home-05-contact input[type=email]:-ms-input-placeholder, .home-05-contact textarea:-ms-input-placeholder {
  color: white;
}
.home-05-contact input[type=text]::-ms-input-placeholder, .home-05-contact input[type=email]::-ms-input-placeholder, .home-05-contact textarea::-ms-input-placeholder {
  color: white;
}
.home-05-contact input[type=text]::placeholder, .home-05-contact input[type=email]::placeholder, .home-05-contact textarea::placeholder {
  color: white;
}
.home-05-contact input[type=text], .home-05-contact input[type=email] {
  height: 58.4px;
}
@media (min-width: 960px) {
  .home-05-contact input[type=text], .home-05-contact input[type=email] {
    height: 73px;
  }
}
.home-05-contact textarea {
  height: 272.8px;
}
@media (min-width: 960px) {
  .home-05-contact textarea {
    height: 341px;
  }
}
.home-05-contact .checkbox {
  margin-top: 40px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 960px) {
  .home-05-contact .checkbox {
    margin-top: 50px;
  }
}
.home-05-contact .checkbox .formError {
  margin-left: 0;
}
.home-05-contact .checkbox input[type=checkbox] {
  opacity: 0;
  z-index: -1;
}
.home-05-contact .checkbox input[type=checkbox]:checked + label span::after {
  opacity: 1;
}
.home-05-contact .checkbox label {
  margin-left: -1.5em;
  position: relative;
  cursor: pointer;
}
.home-05-contact .checkbox label span {
  padding-left: 42px;
  height: 16px;
  vertical-align: middle;
}
.home-05-contact .checkbox label span::before, .home-05-contact .checkbox label span::after {
  content: "";
  display: block;
  position: absolute;
}
.home-05-contact .checkbox label span::before {
  background-color: transparent;
  background-color: #C9C9C9;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 5px;
}
.home-05-contact .checkbox label span::after {
  border-bottom: 2px solid #00A99D;
  border-left: 2px solid #00A99D;
  opacity: 0;
  height: 6px;
  width: 11px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 3px;
  left: 8px;
}
.home-05-contact .privacy-policy {
  margin-top: 40px;
  max-width: 672px;
  max-height: 146px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #00A99D;
  padding: 24px 45px;
  font-size: 12.8px;
  font-size: 0.7111111111rem;
  line-height: 2.25;
  overflow-y: scroll;
}
@media (min-width: 640px) {
  .home-05-contact .privacy-policy {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}
@media (min-width: 960px) {
  .home-05-contact .privacy-policy {
    margin-top: 50px;
    padding: 30px 70px;
  }
}
.home-05-contact .privacy-policy .tit {
  font-size: 12.8px;
  font-size: 0.7111111111rem;
  text-align: center;
  line-height: 2.25;
}
@media (min-width: 640px) {
  .home-05-contact .privacy-policy .tit {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}
.home-05-contact .privacy-policy ol {
  padding-left: 0;
}
.home-05-contact .privacy-policy .content > ol > li + li {
  margin-top: 1em;
}

#thanks address {
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 400;
}

.thanks-tit-01 {
  font-size: 24px;
  font-size: 1.3333333333rem;
  text-align: center;
  color: #00A99D;
}
@media (min-width: 960px) {
  .thanks-tit-01 {
    font-size: 30px;
    font-size: 1.6666666667rem;
  }
}

.thanks-list {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 3px solid #00A99D;
  border-bottom: 3px solid #00A99D;
}
@media (min-width: 960px) {
  .thanks-list {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 959px) {
  .thanks-list.com-list-01 li {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}

/* section 
--------------------------------- */
.com-wrapper-01 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.com-container-01 {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
}
@media (min-width: 640px) {
  .com-container-01 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .com-container-01 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* title タイトル
--------------------------------- */
.com-tit-01 {
  color: #FBB03B;
  font-size: 24px;
  font-size: 1.3333333333rem;
  text-align: center;
  position: relative;
  padding-top: 38px;
  line-height: 1.3;
}
@media (min-width: 960px) {
  .com-tit-01 {
    font-size: 30px;
    font-size: 1.6666666667rem;
    padding-top: 48px;
  }
}
.com-tit-01::before {
  content: "";
  width: 50px;
  height: 3.4px;
  background-color: #FBB03B;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.com-tit-01.green {
  color: #00A99D;
}
.com-tit-01.green::before {
  background-color: #00A99D;
}
.com-tit-01.black {
  color: #000;
}
.com-tit-01.black::before {
  background-color: #434343;
}

/* link リンク
--------------------------------- */
.com-link-01 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.com-link-01:hover {
  text-decoration: underline;
}

/* btn ボタン
--------------------------------- */
.com-btn-01 {
  display: block;
  text-align: center;
  color: white;
  max-width: 100%;
  width: 722px;
  height: 54px;
  border-radius: 34px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00a99d), to(#10c6b9));
  background: linear-gradient(#00a99d 0%, #10c6b9 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 27.8px;
  font-size: 1.5444444444rem;
  -webkit-box-shadow: 0px 0px 29px -6px rgba(0, 0, 0, 0.45);
          box-shadow: 0px 0px 29px -6px rgba(0, 0, 0, 0.45);
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 960px) {
  .com-btn-01 {
    font-size: 36px;
    font-size: 2rem;
    height: 68px;
  }
}
.com-btn-01:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
}

/* panel パネル
--------------------------------- */
/* セクションやブロック間の隙間
--------------------------------- */
.com-mt-s {
  margin-top: 20px;
}
@media (min-width: 960px) {
  .com-mt-s {
    margin-top: 30px;
  }
}

.com-mt-m {
  margin-top: 40px;
}
@media (min-width: 960px) {
  .com-mt-m {
    margin-top: 50px;
  }
}

.com-mt-l {
  margin-top: 80px;
}
@media (min-width: 960px) {
  .com-mt-l {
    margin-top: 100px;
  }
}

.com-sec-01 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 960px) {
  .com-sec-01 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.com-mt-1em {
  margin-top: 1em;
}

/* list style リストスタイル
--------------------------------- */
.com-list-01 li {
  margin-left: 1.2em;
  font-size: 18px;
  font-size: 1rem;
}
.com-list-01 li::before {
  content: "・";
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}
.com-list-01 li + li {
  margin-top: 0.2em;
}
.com-list-01.notice li::before {
  content: "※";
}
.com-list-01.circle li::before {
  content: "●";
}
.com-list-01.square li::before {
  content: "■";
}
.com-list-01.triangle li::before {
  content: "▶";
}

/* text テキスト
--------------------------------- */
/* font-size フォントサイズ
--------------------------------- */
.com-fz-10 {
  font-size: 10px;
  font-size: 0.5555555556rem;
}

.com-fz-11 {
  font-size: 11px;
  font-size: 0.6111111111rem;
}

.com-fz-12 {
  font-size: 12px;
  font-size: 0.6666666667rem;
}

.com-fz-13 {
  font-size: 13px;
  font-size: 0.7222222222rem;
}

.com-fz-14 {
  font-size: 14px;
  font-size: 0.7777777778rem;
}

.com-fz-15 {
  font-size: 15px;
  font-size: 0.8333333333rem;
}

.com-fz-16 {
  font-size: 16px;
  font-size: 0.8888888889rem;
}

.com-fz-17 {
  font-size: 17px;
  font-size: 0.9444444444rem;
}

.com-fz-18 {
  font-size: 18px;
  font-size: 1rem;
}

.com-fz-19 {
  font-size: 19px;
  font-size: 1.0555555556rem;
}

.com-fz-20 {
  font-size: 20px;
  font-size: 1.1111111111rem;
}

.com-fz-21 {
  font-size: 21px;
  font-size: 1.1666666667rem;
}

.com-fz-22 {
  font-size: 22px;
  font-size: 1.2222222222rem;
}

.com-fz-23 {
  font-size: 23px;
  font-size: 1.2777777778rem;
}

.com-fz-24 {
  font-size: 24px;
  font-size: 1.3333333333rem;
}

.com-fz-25 {
  font-size: 25px;
  font-size: 1.3888888889rem;
}

.com-fz-26 {
  font-size: 26px;
  font-size: 1.4444444444rem;
}

.com-fz-27 {
  font-size: 27px;
  font-size: 1.5rem;
}

.com-fz-28 {
  font-size: 28px;
  font-size: 1.5555555556rem;
}

.com-fz-29 {
  font-size: 29px;
  font-size: 1.6111111111rem;
}

.com-fz-30 {
  font-size: 30px;
  font-size: 1.6666666667rem;
}