@charset "UTF-8";
.error {
    color: red;
}

.fz10, .info dt::after {
  font-size: min(2.66vw, 20px);
}

.fz11, #contact .notes {
  font-size: min(2.93vw, 22px);
}

.fz12 {
  font-size: min(3.2vw, 24px);
}

.fz13 {
  font-size: min(3.46vw, 26px);
}

.fz14 {
  font-size: min(3.73vw, 28px);
}

.fz15, .info input, .info textarea {
  font-size: min(4vw, 30px);
}

.fz16, .merit dd {
  font-size: min(4.26vw, 32px);
}

.fz17, .item .item_ttl, .merit dt, #sect05 h3 {
  font-size: min(4.53vw, 34px);
}

.fz18 {
  font-size: min(4.8vw, 36px);
}

.fz19, #contact .contact_lead, .case h3, .case .num, .card .ttl_wrap .card_ttl, .merit dt span, .ttl02 span, .ttl01 span {
  font-size: min(5.06vw, 38px);
}

.fz20 {
  font-size: min(5.33vw, 40px);
}

.fz21 {
  font-size: min(5.6vw, 42px);
}

.fz22, .case .num span {
  font-size: min(5.86vw, 44px);
}

.fz23 {
  font-size: min(6.13vw, 46px);
}

.fz24 {
  font-size: min(6.4vw, 48px);
}

.fz25 {
  font-size: min(6.66vw, 50px);
}

.fz26 {
  font-size: min(6.93vw, 52px);
}

.fz27 {
  font-size: min(7.19vw, 54px);
}

.fz28 {
  font-size: min(7.46vw, 56px);
}

.fz30 {
  font-size: min(8vw, 60px);
}

.fz32 {
  font-size: min(8.53vw, 64px);
}

.fz38 {
  font-size: min(10.13vw, 76px);
}

.fz39, .ttl02, .ttl01 {
  font-size: min(10.4vw, 78px);
}

.fz40 {
  font-size: min(10.6vw, 80px);
}

.fz48 {
  font-size: min(11.46vw, 96px);
}

.fz49, .card .ttl_wrap .num, .item .item_ttl .num {
  font-size: min(13.06vw, 98px);
}

.fz50 {
  font-size: min(13.33vw, 100px);
}

.txt_center {
  text-align: center;
}

.f_normal {
  font-weight: normal;
}

.f_mid {
  font-weight: 500;
}

.f_bold {
  font-weight: bold;
}

.txt_blk {
  color: #000;
}

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 大枠 */
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch !important;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: min(4vw, 30px);
  line-height: 1.5;
  color: #424242;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  body.wrap {
    overflow: hidden;
  }
}

#wrapper {
  background: url(../img/bg.jpg) no-repeat center top/2800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  #wrapper {
    background: none;
    width: 100%;
  }
}

body > #wrapper {
  height: auto;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

@media print {
  html,
  html body {
    overflow: visible !important;
  }
}
/* アクセシビリティ */
.guidance {
  left: -999px;
  position: absolute;
  width: 990px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  pointer-events: none;
} /* レスポンシブ対応 */
img {
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}

img,
x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0; /* IE7対応 */
}

/* Windows Chrome 画像ぼやけ防止 */
@media screen and (max-width: 767px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
/* リンク */
a {
  display: inline-block;
}

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

a:hover {
  color: inherit;
  opacity: 0.7;
  text-decoration: none !important;
}

.NotoSans, .info input, .info textarea, .card .ttl_wrap .card_ttl, .item .item_ttl, .ttl02 span, .ttl01 span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.montserrat, .case .num, .card .ttl_wrap .card_ttl span, .card .ttl_wrap .num, .item .item_ttl .num, .merit dt span {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* CLEARFIX */
.container:after,
.row:after,
.col:after {
  content: "";
  display: table;
  clear: both;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #header_inner,
  #main, #contents, #side,
  footer, #footer_inner {
    float: none;
    width: 100%;
  }
}
h1, h2, h3, h4 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: normal;
}

.ttl01 {
  margin-bottom: 13%;
  color: #E2E2E2;
  line-height: 1.26;
  font-weight: normal;
  text-align: center;
}
.ttl01 span {
  display: block;
  color: #654800;
  font-weight: bold;
  text-align: center;
}

.ttl02 {
  margin-bottom: 6%;
  color: #000;
  line-height: 1.26;
  font-weight: normal;
}
.ttl02 span {
  display: block;
  color: #fff;
  font-weight: bold;
}
.ttl02 span.org {
  color: #FFBF1B;
}

/* ▼▼▼ ヘッダー
====================================================== */
header p {
  width: 50%;
}
header h1 {
  color: #654800;
  text-align: center;
}

.float_btn {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}

.float_btn a:hover {
  opacity: 0.7;
}

/* float_btn01 */
.float_btn01 a:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.float_btn01 a:nth-child(2) {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}

.menu {
  display: none;
}

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main {
  width: min(100%, 750px);
  margin: 0 auto;
  position: relative;
  clear: both;
  overflow: hidden;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.container {
  padding: 0 5%;
}

@media screen and (max-width: 767px) {
  #sect01 {
    position: relative;
    z-index: 1;
  }
  #sect01::after {
    content: "";
    background: url(../img/bg_sp.jpg) no-repeat center top/100%;
    width: 100%;
    height: 141vw;
    position: absolute;
    top: -22vw;
    left: 0;
    z-index: -1;
  }
}
#sect01 .mv {
  margin: 23% 0 10%;
  line-height: 1.26;
}
#sect01 .mv .ttl {
  margin-right: -5%;
  margin-bottom: 3%;
  color: #000;
  font-weight: bold;
}
#sect01 .mv .txt {
  display: inline-block;
  background: #000;
  border-radius: 5px;
  padding: 2% 4%;
  color: #fff;
}
#sect01 .bg01 {
  background: url(../img/object01.jpg) no-repeat left top 59%/100%;
}
#sect01 .detail_txt {
  background: url(../img/arrow01.svg) no-repeat center top 37%/min(30.6vw, 230px), url(../img/object02.jpg) no-repeat left top 43%/100%, #FFBF1B;
  padding: 68.5% 0 15%;
  margin-top: -30%;
  color: #fff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
#sect01 .bg02 {
  padding: 18% 5%;
  position: relative;
}
#sect01 .bg02::before {
  content: "";
  background: #fff;
  width: 100%;
  height: 55%;
  position: absolute;
  top: 30%;
  left: 0;
}

#sect02 {
  padding-bottom: 16%;
  margin-top: -1px;
}

#sect03 {
  padding: 16% 0;
}
#sect03 .ttl02 {
  margin-bottom: 8%;
}

#sect04 {
  padding: 16% 0;
}

#sect05 {
  padding: 16% 0;
}
#sect05 h3 {
  background: #FFBF1B;
  border-radius: 7em;
  padding: 0.9em 0;
  margin-bottom: 6%;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
#sect05 .media:not(:last-of-type) {
  margin-bottom: 17%;
}

#sect06 {
  padding: 16% 0;
}
#sect06 .ttl02 {
  margin-bottom: 10%;
}

.bg_org {
  background: #FFBF1B;
}

.btn {
  background: #000;
  padding: 6% 0;
}
.btn a {
  background: url(../img/arrow02.svg) no-repeat right 9% center/min(5.33vw, 40px), #fff;
  border-bottom: min(1vw, 8px) solid #D5D5D5;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5em;
  width: 90%;
  height: min(18.6vw, 140px);
  margin: 0 auto;
  color: #000;
  text-align: center;
}

.submit a {
  background: #FFBF1B;
  border-bottom: min(1vw, 8px) solid #D6A018;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5em;
  width: 90%;
  height: min(18.6vw, 140px);
  margin: 0 auto;
  color: #000;
  text-align: center;
  font-weight: bold;
}

.lead {
  margin-bottom: 11%;
}

.box {
  background: url(../img/decor.jpg) no-repeat left 52% top 1.2em/92%, url(../img/decor.jpg) no-repeat center bottom 0.8em/92%, #fff;
  border: min(1vw, 8px) solid #D5D5D5;
  border-radius: 2.5em;
  padding: 18% 6% 23%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
.box:not(:last-child) {
  margin-bottom: 28%;
}
.box .img {
  margin-top: 15%;
}

.merit:not(:last-of-type) {
  margin-bottom: 14%;
}
.merit dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #000000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2em;
  padding: 2% 6%;
  color: #FFBF1B;
  font-weight: bold;
  line-height: 1.12;
  position: relative;
  z-index: 1;
}
.merit dt span {
  border-right: 0.1em solid #FFBF1B;
  padding: 0.5em 0;
  padding-right: 1em;
  margin-right: 1em;
}
.merit dd {
  background: #fff;
  border-radius: 0.5em;
  padding: 8% 6% 6%;
  margin-top: -2%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.item:not(:last-of-type) {
  margin-bottom: 17%;
}
.item .item_ttl {
  border-bottom: 3px solid #FFBF1B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 3%;
  margin-bottom: 6%;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
}
.item .item_ttl .num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #FFBF1B;
  font-weight: normal;
  margin-right: 5%;
}
.item .img {
  margin-top: 6%;
}

.card {
  background: url(../img/card_bg.jpg) no-repeat center bottom/100%, #fff;
  border-radius: 0.5em;
  padding: 6%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.card:not(:last-of-type) {
  margin-bottom: 9%;
}
.card .ttl_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3%;
}
.card .ttl_wrap .num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 0.3em;
  color: #FFBF1B;
}
.card .ttl_wrap .card_ttl {
  color: #654800;
  font-weight: bold;
  line-height: 1.2;
}
.card .ttl_wrap .card_ttl span {
  display: block;
  color: #E2E2E2;
  font-weight: normal;
}
.card ul li {
  padding-left: 1.7em;
  position: relative;
}
.card ul li::before {
  content: "・";
  color: #FFBF1B;
  position: absolute;
  top: 0;
  left: 0;
}
.card ul li:not(:last-child) {
  border-bottom: 1px dashed #FFBF1B;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
}

.case {
  background: #fff;
  border-radius: 0.5em;
  padding: 9% 6% 10%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.case:not(:last-of-type) {
  margin-bottom: 9%;
}
.case .num {
  display: inline-block;
  background: #000;
  border-radius: 3em;
  padding: 0.1em 1.2em;
  margin-bottom: 7%;
  color: #fff;
}
.case .num span {
  padding-left: 0.2em;
}
.case h3 {
  margin-bottom: 10%;
  color: #FFBF1B;
  font-weight: bold;
}
.case .link {
  color: #009DFF;
  text-decoration: underline;
}
.case .link::after {
  content: "";
  display: inline-block;
  background: url(../img/icon_blank.svg) no-repeat center/100%;
  width: min(3.1vw, 23px);
  height: min(3.1vw, 23px);
  vertical-align: middle;
  margin-left: 0.3em;
}
.case .link:hover {
  text-decoration: none;
}

#contact {
  background: #E8E8E8;
  padding: 16% 0;
}
#contact .ttl02 {
  margin-bottom: 0;
}
#contact .contact_lead {
  margin-bottom: 10%;
  color: #9B9B9B;
  font-weight: bold;
  line-height: 1.2;
}
#contact .notes {
  margin-top: 0.5em;
}

.info {
  border-top: 2px solid #D5D5D5;
  border-bottom: 2px solid #D5D5D5;
  margin: 11% 0 9%;
  padding: 9% 5% 0;
}
@media screen and (max-width: 767px) {
  .info {
    font-size: 16px;
  }
}
.info dt {
  padding-bottom: 3%;
}
.info dt::after {
  content: "必須";
  display: inline-block;
  background: #9B9B9B;
  border-radius: 3px;
  padding: 0.2em 0.5em;
  margin-left: 0.5em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .info dt::after {
    font-size: 10px;
  }
}
.info dd {
  margin-bottom: 10%;
}
.info input, .info textarea {
  border: none;
  border: none;
  border-radius: 5px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 1.2em 0.7em;
}
.info input::-webkit-input-placeholder, .info textarea::-webkit-input-placeholder {
  color: #C9C9C9;
}
.info input::-moz-placeholder, .info textarea::-moz-placeholder {
  color: #C9C9C9;
}
.info input:-ms-input-placeholder, .info textarea:-ms-input-placeholder {
  color: #C9C9C9;
}
.info input::-ms-input-placeholder, .info textarea::-ms-input-placeholder {
  color: #C9C9C9;
}
.info input::placeholder, .info textarea::placeholder {
  color: #C9C9C9;
}
@media screen and (max-width: 767px) {
  .info input, .info textarea {
    font-size: 16px;
  }
}

/* ▼▼▼ フッター
===================================== */
footer {
  background: #8B8B8B;
  padding: 8% 0 52%;
}
footer p {
  color: #B9B9B9;
  text-align: center;
}

/* ▼ ページ上部へ戻る
--------------------------------------- */
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2000;
  cursor: pointer;
}

/* ▼ コピーライト
--------------------------------------- */
#copyright {
  background: #9F8E77;
  padding: 2% 0;
  color: #fff;
  text-align: center;
}
