@charset "UTF-8";
/* Only output numerical values
/* 数値のみ出力する
====================================== */
/* font $size
====================================== */
/* font family
====================================== */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@font-face {
  font-family: "DIN Next LT Pro";
  src: url("../fonts/DIN Next LT Pro Light.otf");
}
@font-face {
  font-family: "CormorantGaramond-Italic";
  src: url("../fonts/CormorantGaramond-Italic.ttf");
}
@font-face {
  font-family: "AGaramond-Regular";
  src: url("../fonts/AGaramondPro-Regular.otf");
}
@font-face {
  font-family: "CormorantGaramond-Regular";
  src: url("../fonts/CormorantGaramond-Regular.ttf");
}
/* 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: #666565 !important;
}

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

.com-txt-color-main {
  color: #009ada !important;
}

.com-bg-main {
  background-color: #009ada !important;
}

.com-txt-color-blue {
  color: #a3ceea !important;
}

.com-bg-blue {
  background-color: #a3ceea !important;
}

.com-txt-color-gray {
  color: #f7f5f4 !important;
}

.com-bg-gray {
  background-color: #f7f5f4 !important;
}

.com-txt-color-white {
  color: #FFF !important;
}

.com-bg-white {
  background-color: #FFF !important;
}

.com-txt-color-facebook {
  color: #3b5999 !important;
}

.com-bg-facebook {
  background-color: #3b5999 !important;
}

.com-txt-color-twitter {
  color: #1da1f2 !important;
}

.com-bg-twitter {
  background-color: #1da1f2 !important;
}

.com-txt-color-youtube {
  color: #cd201f !important;
}

.com-bg-youtube {
  background-color: #cd201f !important;
}

.com-txt-color-line {
  color: #18ba07 !important;
}

.com-bg-line {
  background-color: #18ba07 !important;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 15px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  color: #666565;
  font-size: 22.5px;
  font-size: 1.5rem;
  background-color: #f7f5f4;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "CormorantGaramond-Italic", serif;
  color: #666565;
  line-height: 1.75;
}

.en {
  font-family: "CormorantGaramond-Italic", serif;
}

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

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

dt {
  font-weight: normal;
}

ul, li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

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

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

input,
select,
textarea {
  outline: none;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.0666666667rem;
}

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;
  border: 1px solid #D1D1D1;
  -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: 1rem;
  line-height: 2;
}

address {
  margin-bottom: 0;
}

/* uk-container
====================================== */
.uk-container {
  max-width: 960px;
}
.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-wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 18.75px;
  padding-bottom: 17.5px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 640px) {
  .header-wrapper {
    padding-left: 21.5px;
    padding-right: 21.5px;
  }
}
@media (min-width: 960px) {
  .header-wrapper {
    padding-top: 37.5px;
    padding-left: 43px;
    padding-right: 43px;
    padding-bottom: 35px;
  }
}
@media (max-width: 959px) {
  .header-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header-logo {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.header-logo h1 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}
.header-logo img {
  width: 142.8px;
}
@media (min-width: 960px) {
  .header-logo img {
    width: 178.5px;
  }
}
.header-logo:hover {
  opacity: 0.8;
}

.header-nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (min-width: 960px) {
  .header-menu {
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
  }
}
@media (min-width: 1200px) {
  .header-menu {
    -webkit-column-gap: 3.5em;
       -moz-column-gap: 3.5em;
            column-gap: 3.5em;
  }
}
.header-menu a {
  font-family: "DIN Next LT Pro", sans-serif;
  text-decoration: none;
  color: #00aceb;
  font-size: 25px;
  font-size: 1.6666666667rem;
  position: relative;
}
.header-menu a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #00aceb;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-menu a:hover::after {
  width: 100%;
}

.sns-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 31.5px;
     -moz-column-gap: 31.5px;
          column-gap: 31.5px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 20px;
}
.sns-menu a {
  display: block;
  text-decoration: none;
  height: 27px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sns-menu a:hover {
  opacity: 0.5;
}
.sns-menu a img {
  max-height: 100%;
  vertical-align: top;
}

.hamburger-menu {
  z-index: 200;
  display: block;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 20px;
  width: 40px;
}
.hamburger-menu span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  height: 2px;
  width: 30px;
  border-radius: 3px;
  background-color: #00aceb;
}
.hamburger-menu span + span {
  margin-top: 5px;
}
.hamburger-menu.show span {
  background-color: #a3ceea;
}
.hamburger-menu.show span:first-child {
  -webkit-transform: translateY(3.5px) rotate(-45deg);
          transform: translateY(3.5px) rotate(-45deg);
}
.hamburger-menu.show span:last-child {
  -webkit-transform: translateY(-3.5px) rotate(45deg);
          transform: translateY(-3.5px) rotate(45deg);
}

/* #footer
====================================== */
#footer {
  background-color: #fff;
  padding-top: 24.4px;
  padding-bottom: 36px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 640px) {
  #footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  #footer {
    padding-top: 30.5px;
    padding-bottom: 45px;
    padding-left: 38.5px;
    padding-right: 51px;
  }
}
@media (min-width: 960px) {
  #footer .sns-menu {
    margin-top: 50px;
  }
}
@media (max-width: 959px) {
  #footer .sns-menu {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (max-width: 639px) {
  #footer .sns-menu {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
@media (max-width: 959px) {
  #footer .sns-menu a {
    height: 20px;
  }
}
@media (max-width: 639px) {
  #footer .sns-menu a {
    height: 15px;
  }
}

.footer-wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-logo {
  line-height: 1;
}
.footer-logo img {
  width: 142.8px;
}
@media (min-width: 960px) {
  .footer-logo img {
    width: 178.5px;
  }
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
  row-gap: 0.2em;
}
@media (min-width: 640px) {
  .footer-menu {
    row-gap: 0.4em;
  }
}
@media (min-width: 960px) {
  .footer-menu {
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
  }
}
@media (min-width: 1200px) {
  .footer-menu {
    -webkit-column-gap: 3.5em;
       -moz-column-gap: 3.5em;
            column-gap: 3.5em;
  }
}
@media (max-width: 959px) {
  .footer-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer-menu li {
  line-height: 1;
}
.footer-menu a {
  font-family: "DIN Next LT Pro", sans-serif;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  font-size: 1rem;
  position: relative;
}
@media (min-width: 640px) {
  .footer-menu a {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
}
@media (min-width: 960px) {
  .footer-menu a {
    font-size: 25px;
    font-size: 1.6666666667rem;
  }
}
.footer-menu a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-menu a:hover::after {
  width: 100%;
}

.offcanvas {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 26px 40px;
  color: #000;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 100;
  top: -120%;
  left: 0;
  overflow-y: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 640px) {
  .offcanvas {
    padding: 80px 45px 70px;
  }
}
.offcanvas.show {
  top: 0;
}
.offcanvas .right {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.offcanvas .right .logo {
  margin-top: 20px;
  width: 150px;
}
@media (min-width: 640px) {
  .offcanvas .right .logo {
    margin-top: 40px;
    width: 200px;
  }
}

.offcanvas-menu a {
  text-decoration: none;
  font-size: 42.9px;
  font-size: 2.86rem;
  line-height: 1;
  font-family: "CormorantGaramond-Italic", serif;
  display: block;
  padding: 10px 15px 10px 0;
  background: -webkit-gradient(linear, right top, left top, from(#a3ceea), color-stop(50%, #a3ceea), color-stop(50%, #009ada));
  background: linear-gradient(to left, #a3ceea, #a3ceea 50%, #009ada 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-transition: background-position 275ms ease;
  transition: background-position 275ms ease;
}
@media (min-width: 640px) {
  .offcanvas-menu a {
    font-size: 85.8px;
    font-size: 5.72rem;
  }
}
.offcanvas-menu a:hover {
  background-position: 0 100%;
}

.offcanvas-sns-menu li {
  line-height: 1;
  text-align: right;
}
.offcanvas-sns-menu li + li {
  margin-top: 0.3em;
}
@media (min-width: 640px) {
  .offcanvas-sns-menu li + li {
    margin-top: 0.5em;
  }
}
.offcanvas-sns-menu a {
  display: inline-block;
  text-align: center;
  max-height: 20px;
  max-width: 20px;
}
@media (min-width: 640px) {
  .offcanvas-sns-menu a {
    max-width: 35px;
    max-height: 35px;
  }
}
.offcanvas-sns-menu a.note img {
  max-width: 81%;
}
.offcanvas-sns-menu a:hover {
  opacity: 0.8;
}
.offcanvas-sns-menu a img {
  vertical-align: top;
  opacity: 0.7;
}

.en {
  font-family: "DIN Next LT Pro", sans-serif;
}

/*-----------------------
visibility
-------------------------*/
.hidden {
  display: none !important;
}

@media (min-width: 480px) {
  .hidden_xs {
    display: none !important;
  }
}
@media (min-width: 640px) {
  .hidden_s {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .hidden_mm {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .hidden_m {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden_l {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .hidden_xl {
    display: none !important;
  }
}
@media (max-width: 479px) {
  .visible_xs {
    display: none !important;
  }
}
@media (max-width: 639px) {
  .visible_s {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .visible_mm {
    display: none !important;
  }
}
@media (max-width: 959px) {
  .visible_m {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .visible_l {
    display: none !important;
  }
}
@media (max-width: 1599px) {
  .visible_xl {
    display: none !important;
  }
}
/* title タイトル
--------------------------------- */
.com-tit-01 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 0.9;
  font-weight: normal;
  font-family: "CormorantGaramond-Italic", serif;
  color: #a3ceea;
  font-size: 107px;
  font-size: 7.1333333333rem;
}
@media (min-width: 640px) {
  .com-tit-01 {
    font-size: 142.8px;
    font-size: 9.52rem;
  }
}
@media (min-width: 960px) {
  .com-tit-01 {
    font-size: 178.5px;
    font-size: 11.9rem;
  }
}

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

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

.com-mt-l {
  margin-top: 90px;
}
@media (min-width: 640px) {
  .com-mt-l {
    margin-top: 120px;
  }
}

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

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

/* btn ボタン
--------------------------------- */
.com-btn-01 {
  position: relative;
  display: block;
  text-decoration: none;
  padding-bottom: 3px;
  font-size: 15.3px;
  font-size: 1.02rem;
  width: 95.4px;
  white-space: nowrap;
}
@media (min-width: 640px) {
  .com-btn-01 {
    padding-bottom: 4px;
    font-size: 20.4px;
    font-size: 1.36rem;
    width: 127.2px;
  }
}
@media (min-width: 960px) {
  .com-btn-01 {
    padding-bottom: 5px;
    font-size: 25.5px;
    font-size: 1.7rem;
    width: 159px;
  }
}
.com-btn-01::after {
  content: "";
  background-image: url(../images/ico-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 9px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 640px) {
  .com-btn-01::after {
    height: 12px;
  }
}
@media (min-width: 960px) {
  .com-btn-01::after {
    height: 15px;
  }
}
.com-btn-01:hover::after {
  left: 30px;
}
.com-btn-01.large {
  font-size: 13.5px;
  font-size: 0.9rem;
  padding-bottom: 1.8px;
  width: 167.4px;
}
@media (min-width: 640px) {
  .com-btn-01.large {
    padding-bottom: 2.4px;
    font-size: 18px;
    font-size: 1.2rem;
    width: 223.2px;
  }
}
@media (min-width: 960px) {
  .com-btn-01.large {
    padding-bottom: 3px;
    font-size: 22.5px;
    font-size: 1.5rem;
    width: 279px;
  }
}
.com-btn-01.large::after {
  background-image: url(../images/ico-arrow_l.png);
}
.com-btn-01.medium {
  width: 126px;
}
@media (min-width: 640px) {
  .com-btn-01.medium {
    width: 168px;
  }
}
@media (min-width: 960px) {
  .com-btn-01.medium {
    width: 210px;
  }
}
.com-btn-01.medium::after {
  background-image: url(../images/ico-arrow_m.png);
}

/* font-size フォントサイズ
--------------------------------- */
.com-fz-10 {
  font-size: 10px;
  font-size: 0.6666666667rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* fadeinアニメーション
--------------------------------- */
.js_fadein {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 700ms ease-in;
  transition: all 700ms ease-in;
}
.js_fadein.scroll-in {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/*-----------------------
contact-block お問い合わせ・ご依頼
-------------------------*/
#contact-block {
  padding-top: 66.6px;
  padding-bottom: 78px;
}
@media (min-width: 640px) {
  #contact-block {
    padding-top: 88.8px;
    padding-bottom: 104px;
  }
}
@media (min-width: 960px) {
  #contact-block {
    padding-top: 111px;
    padding-bottom: 130px;
  }
}
#contact-block p {
  margin-top: 10.9px;
  font-size: 13.6px;
  font-size: 0.9066666667rem;
}
@media (min-width: 640px) {
  #contact-block p {
    margin-top: 14.5px;
    font-size: 18.1px;
    font-size: 1.2066666667rem;
  }
}
@media (min-width: 960px) {
  #contact-block p {
    margin-top: 18.2px;
    font-size: 22.7px;
    font-size: 1.5133333333rem;
  }
}
#contact-block iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.contact-form {
  margin-top: 60px;
}
@media (min-width: 640px) {
  .contact-form {
    margin-top: 80px;
  }
}
@media (min-width: 960px) {
  .contact-form {
    margin-top: 100px;
  }
}

/*-----------------------
404ページ
-------------------------*/
.page-404 {
  text-align: center;
  min-height: calc(100vh - 180px - 159px);
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 960px) {
  .page-404 {
    padding-bottom: 50px;
  }
}
.page-404 p {
  font-size: 24px;
}
@media (min-width: 960px) {
  .page-404 p {
    font-size: 30px;
  }
}
.page-404 .com-btn-01 {
  margin-left: auto;
  margin-right: auto;
}

/* section
====================================== */
/* #home-01
--------------------------------- */
.kv-wrapper {
  position: relative;
}
.kv-wrapper p {
  position: absolute;
  left: 1.9%;
  bottom: 10%;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 3px rgba(10, 10, 10, 0.35);
  font-size: 24.3px;
  font-size: 1.62rem;
}
@media (min-width: 480px) {
  .kv-wrapper p {
    font-size: 32px;
    font-size: 2.1333333333rem;
  }
}
@media (min-width: 640px) {
  .kv-wrapper p {
    bottom: 15.29%;
  }
}
@media (min-width: 960px) {
  .kv-wrapper p {
    font-size: 40.5px;
    font-size: 2.7rem;
  }
}

.home-01-content {
  color: #241511;
  font-size: 13.5px;
  font-size: 0.9rem;
}
@media (min-width: 640px) {
  .home-01-content {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
@media (min-width: 960px) {
  .home-01-content {
    font-size: 22.5px;
    font-size: 1.5rem;
  }
}

/* #home-02
--------------------------------- */
.home-02-wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 180px;
}
@media (min-width: 640px) {
  .home-02-wrapper {
    margin-top: 240px;
  }
}
@media (min-width: 960px) {
  .home-02-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
    margin-top: 300px;
  }
}

@media (min-width: 960px) {
  .home-02-img {
    width: 59.1%;
  }
}

@media (max-width: 959px) {
  .home-02-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 639px) {
  .home-02-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.home-02-profile {
  margin-top: 12px;
}
@media (min-width: 640px) {
  .home-02-profile {
    margin-top: 16px;
  }
}
@media (min-width: 960px) {
  .home-02-profile {
    margin-top: 20px;
  }
}
.home-02-profile dt {
  font-size: 27.2px;
  font-size: 1.8133333333rem;
  line-height: 1.37;
}
@media (min-width: 640px) {
  .home-02-profile dt {
    font-size: 36.3px;
    font-size: 2.42rem;
  }
}
@media (min-width: 960px) {
  .home-02-profile dt {
    font-size: 45.4px;
    font-size: 3.0266666667rem;
  }
}
.home-02-profile dt span {
  display: block;
  line-height: 1.68;
  font-size: 15.3px;
  font-size: 1.02rem;
}
@media (min-width: 640px) {
  .home-02-profile dt span {
    font-size: 20.4px;
    font-size: 1.36rem;
  }
}
@media (min-width: 960px) {
  .home-02-profile dt span {
    font-size: 25.5px;
    font-size: 1.7rem;
  }
}
.home-02-profile dd {
  margin-left: 0;
  line-height: 1.49;
  font-size: 13.6px;
  font-size: 0.9066666667rem;
}
@media (min-width: 640px) {
  .home-02-profile dd {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
@media (min-width: 960px) {
  .home-02-profile dd {
    font-size: 22.7px;
    font-size: 1.5133333333rem;
  }
}

.home-02-btn {
  margin-top: 18px;
}
@media (min-width: 640px) {
  .home-02-btn {
    margin-top: 24px;
  }
}
@media (min-width: 960px) {
  .home-02-btn {
    margin-top: 30px;
  }
}
.home-02-btn li + li {
  margin-top: 24px;
}
@media (min-width: 640px) {
  .home-02-btn li + li {
    margin-top: 32px;
  }
}
@media (min-width: 960px) {
  .home-02-btn li + li {
    margin-top: 40px;
  }
}

/* #home-03
--------------------------------- */
#home-03 {
  margin-top: 111px;
  padding-bottom: 31.2px;
}
@media (min-width: 640px) {
  #home-03 {
    margin-top: 148px;
    padding-bottom: 41.6px;
  }
}
@media (min-width: 960px) {
  #home-03 {
    margin-top: 185px;
    padding-bottom: 52px;
  }
}
#home-03 .com-tit-02 {
  margin-top: 18px;
}
@media (min-width: 640px) {
  #home-03 .com-tit-02 {
    margin-top: 24px;
  }
}
@media (min-width: 960px) {
  #home-03 .com-tit-02 {
    margin-top: 30px;
  }
}
#home-03 p {
  font-size: 13.6px;
  font-size: 0.9066666667rem;
}
@media (min-width: 640px) {
  #home-03 p {
    font-size: 18.1px;
    font-size: 1.2066666667rem;
  }
}
@media (min-width: 960px) {
  #home-03 p {
    font-size: 22.7px;
    font-size: 1.5133333333rem;
  }
}

.home-03-txt {
  margin-top: 0.5em;
  line-height: 1.89;
}

.home-03-tit {
  color: #00aceb;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16.9px;
  font-size: 1.1266666667rem;
}
@media (min-width: 640px) {
  .home-03-tit {
    font-size: 22.6px;
    font-size: 1.5066666667rem;
  }
}
@media (min-width: 960px) {
  .home-03-tit {
    font-size: 28.3px;
    font-size: 1.8866666667rem;
  }
}

.home-03-list-01 {
  margin-top: 1em;
}
.home-03-list-01 .tit {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 13.6px;
  font-size: 0.9066666667rem;
}
@media (min-width: 640px) {
  .home-03-list-01 .tit {
    font-size: 18.1px;
    font-size: 1.2066666667rem;
  }
}
@media (min-width: 960px) {
  .home-03-list-01 .tit {
    font-size: 22.7px;
    font-size: 1.5133333333rem;
  }
}
.home-03-list-01 .tit span {
  background-color: #00aceb;
  color: #fff;
  padding-bottom: 0.1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-right: 0.5em;
}
.home-03-list-01 p {
  line-height: 1.62;
}
.home-03-list-01 li + li {
  margin-top: 1em;
}

.home-03-list-02 {
  padding-left: 0;
  margin-top: 47.1px;
}
@media (min-width: 640px) {
  .home-03-list-02 {
    margin-top: 62.8px;
  }
}
@media (min-width: 960px) {
  .home-03-list-02 {
    margin-top: 78.5px;
  }
}
.home-03-list-02 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6.64%;
     -moz-column-gap: 6.64%;
          column-gap: 6.64%;
}
.home-03-list-02 > li + li {
  margin-top: 72px;
}
@media (min-width: 640px) {
  .home-03-list-02 > li + li {
    margin-top: 96px;
  }
}
@media (min-width: 960px) {
  .home-03-list-02 > li + li {
    margin-top: 120px;
  }
}
.home-03-list-02 .number {
  color: #009ada;
  text-align: center;
  font-size: 20.4px;
  font-size: 1.36rem;
}
@media (min-width: 640px) {
  .home-03-list-02 .number {
    font-size: 27.2px;
    font-size: 1.8133333333rem;
  }
}
@media (min-width: 960px) {
  .home-03-list-02 .number {
    font-size: 34px;
    font-size: 2.2666666667rem;
  }
}
.home-03-list-02 .number span {
  display: block;
  line-height: 1;
  font-family: "AGaramond-Regular", sans-serif;
  font-size: 90px;
  font-size: 6rem;
}
@media (min-width: 640px) {
  .home-03-list-02 .number span {
    font-size: 120px;
    font-size: 8rem;
  }
}
@media (min-width: 960px) {
  .home-03-list-02 .number span {
    font-size: 150px;
    font-size: 10rem;
  }
}
.home-03-list-02 .tit {
  margin-top: 0;
  color: #009ada;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  margin-bottom: 0;
  font-size: 20.4px;
  font-size: 1.36rem;
}
@media (min-width: 640px) {
  .home-03-list-02 .tit {
    font-size: 27.2px;
    font-size: 1.8133333333rem;
  }
}
@media (min-width: 960px) {
  .home-03-list-02 .tit {
    font-size: 34px;
    font-size: 2.2666666667rem;
  }
}
.home-03-list-02 p {
  line-height: 1.89;
}

.home-03-btn {
  margin-top: 24px;
}
@media (min-width: 640px) {
  .home-03-btn {
    margin-top: 24px;
  }
}
@media (min-width: 960px) {
  .home-03-btn {
    margin-top: 30px;
  }
}
.home-03-btn li + li {
  font-size: 15px;
  font-size: 1rem;
  margin-top: 15px;
}
@media (min-width: 640px) {
  .home-03-btn li + li {
    font-size: 20px;
    font-size: 1.3333333333rem;
    margin-top: 20px;
  }
}
@media (min-width: 960px) {
  .home-03-btn li + li {
    margin-top: 25px;
  }
}
.home-03-btn .small {
  font-size: 9px;
  font-size: 0.6rem;
}
@media (min-width: 640px) {
  .home-03-btn .small {
    font-size: 15px;
  }
}

/*-----------------------
#home-04 writing
-------------------------*/
#home-04 {
  background-color: #fff;
  padding-top: 108px;
  padding-bottom: 72px;
}
@media (min-width: 640px) {
  #home-04 {
    padding-top: 144px;
    padding-bottom: 96;
  }
}
@media (min-width: 960px) {
  #home-04 {
    padding-top: 180px;
    padding-bottom: 120px;
  }
}

.home-04-wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.home-04-img {
  margin-left: auto;
  width: 88%;
  position: relative;
  padding-top: 86.4px;
}
@media (min-width: 640px) {
  .home-04-img {
    padding-top: 115.2px;
    width: 71.1%;
  }
}
@media (min-width: 960px) {
  .home-04-img {
    padding-top: 144px;
  }
}
.home-04-img .com-tit-01 {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 10.45%;
}

.home-04-content {
  font-size: 13.6px;
  font-size: 0.9066666667rem;
  margin-top: 18px;
  line-height: 1.89;
}
@media (max-width: 639px) {
  .home-04-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 640px) {
  .home-04-content {
    font-size: 18.1px;
    font-size: 1.2066666667rem;
    margin-top: 24px;
    padding-right: 5%;
  }
}
@media (min-width: 960px) {
  .home-04-content {
    font-size: 22.7px;
    font-size: 1.5133333333rem;
    margin-top: 30px;
    padding-right: 9.5%;
  }
}
.home-04-content p {
  text-align: right;
}
.home-04-content .com-btn-01 {
  margin-left: auto;
  margin-top: 0.7em;
}

/* section
====================================== */
/* #about-01
--------------------------------- */
.about-01-outer {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 34.2px;
  padding-bottom: 58.2px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 640px) {
  .about-01-outer {
    padding-top: 45.6px;
    padding-bottom: 77.6px;
    padding-left: 21.5px;
    padding-right: 21.5px;
  }
}
@media (min-width: 960px) {
  .about-01-outer {
    padding-top: 57px;
    padding-bottom: 97px;
    padding-left: 43px;
    padding-right: 43px;
  }
}

.about-01-wrapper {
  background-image: url(../images/about-01_02.png);
  background-size: 0%;
  background-repeat: no-repeat;
  background-position: left top;
}
@media (min-width: 480px) {
  .about-01-wrapper {
    background-size: 30.9%;
  }
}
.about-01-wrapper .inner {
  margin-left: auto;
  width: 100%;
}
@media (min-width: 480px) {
  .about-01-wrapper .inner {
    width: 65%;
  }
}
@media (min-width: 960px) {
  .about-01-wrapper .inner {
    width: 47%;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #221815;
  padding-left: 0;
  margin-top: 0;
}
.breadcrumb li {
  font-size: 15.3px;
  font-size: 1.02rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 640px) {
  .breadcrumb li {
    font-size: 20.4px;
    font-size: 1.36rem;
  }
}
@media (min-width: 960px) {
  .breadcrumb li {
    font-size: 25.5px;
    font-size: 1.7rem;
  }
}
.breadcrumb li + li {
  margin-left: 0.5em;
}
.breadcrumb li + li::before {
  content: "-";
  margin-right: 0.5em;
}
.breadcrumb a {
  color: #221815;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

.about-01-tit-01 {
  font-family: "CormorantGaramond-Regular", serif;
  font-weight: normal;
  color: #00b9ef;
  line-height: 0.6;
  margin-top: 34.8px;
  margin-bottom: 29.1px;
  font-size: 33.7px;
  font-size: 2.2466666667rem;
}
@media (min-width: 640px) {
  .about-01-tit-01 {
    margin-top: 46.4px;
    font-size: 44.9px;
    font-size: 2.9933333333rem;
    margin-bottom: 38.8px;
  }
}
@media (min-width: 960px) {
  .about-01-tit-01 {
    margin-top: 58px;
    font-size: 56.2px;
    font-size: 3.7466666667rem;
    margin-bottom: 48.5px;
  }
}

@media (max-width: 479px) {
  .about-01-profile-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
}
.about-01-profile-wrapper figure {
  width: 65px;
}

.about-01-profile dt {
  line-height: 1.37;
  font-size: 27.2px;
  font-size: 1.8133333333rem;
}
@media (min-width: 640px) {
  .about-01-profile dt {
    font-size: 36.3px;
    font-size: 2.42rem;
  }
}
@media (min-width: 960px) {
  .about-01-profile dt {
    font-size: 45.4px;
    font-size: 3.0266666667rem;
  }
}
.about-01-profile dt span {
  display: block;
  line-height: 1.68;
  font-size: 15.3px;
  font-size: 1.02rem;
}
@media (min-width: 640px) {
  .about-01-profile dt span {
    font-size: 20.4px;
    font-size: 1.36rem;
  }
}
@media (min-width: 960px) {
  .about-01-profile dt span {
    font-size: 25.5px;
    font-size: 1.7rem;
  }
}
.about-01-profile dd {
  margin-left: 0;
  line-height: 1.5;
  font-size: 13.6px;
  font-size: 0.9066666667rem;
}
@media (min-width: 640px) {
  .about-01-profile dd {
    font-size: 18.1px;
    font-size: 1.2066666667rem;
  }
}
@media (min-width: 960px) {
  .about-01-profile dd {
    font-size: 22.7px;
    font-size: 1.5133333333rem;
  }
}

.about-01-img {
  margin-top: 1.5em;
}

.about-01-list-01 {
  margin-top: 1.5em;
}
.about-01-list-01 dd {
  margin-left: 0;
}
.about-01-list-01 dd + dt {
  margin-top: 1em;
}
.about-01-list-01 + .about-01-tit-01 {
  font-size: 47.1px;
  font-size: 3.14rem;
  margin-bottom: 34.8px;
}
@media (min-width: 640px) {
  .about-01-list-01 + .about-01-tit-01 {
    margin-top: 62.8px;
    margin-bottom: 46.4px;
  }
}
@media (min-width: 960px) {
  .about-01-list-01 + .about-01-tit-01 {
    margin-top: 78.5px;
    margin-bottom: 58px;
  }
}

.about-01-txt {
  line-height: 1.89;
  font-size: 13.6px;
  font-size: 0.9066666667rem;
}
@media (min-width: 640px) {
  .about-01-txt {
    font-size: 18.1px;
    font-size: 1.2066666667rem;
  }
}
@media (min-width: 960px) {
  .about-01-txt {
    font-size: 22.7px;
    font-size: 1.5133333333rem;
  }
}

.about-01-tit-02 {
  color: #00b9ef;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16.9px;
  font-size: 1.1266666667rem;
  line-height: 2;
}
@media (min-width: 640px) {
  .about-01-tit-02 {
    font-size: 22.7px;
    font-size: 1.5133333333rem;
  }
}
@media (min-width: 960px) {
  .about-01-tit-02 {
    font-size: 28.3px;
    font-size: 1.8866666667rem;
  }
}

.about-01-list-02 .about-01-tit-02 {
  margin-top: 0;
  margin-bottom: 0;
}
.about-01-list-02 > li + li {
  margin-top: 1.3em;
}