#cms_info {
  margin-top: 0 !important;
}
.main .row {
  margin-left: auto !important;
  margin-right: auto !important;
}
.main .col {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.sp-br-visible {
  display: inline;
}

.pc-br-visible {
  display: none;
}
.clm {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.clm-space {
  display: inline-block;
  width: 1.3vw;
}
.clm-f-bold {
  font-weight: bold;
}
.clm-f-min {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-style: normal;
}
.clm-f-go {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.clm-in {
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.clm-hd {
  position: static !important;
  text-align: center;
}
.clm-hd-in {
  background: #f4ede9;
  position: relative;
}
.clm-hd-bg {
  height: 78.6vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}
.clm-hd-bg:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(140, 139, 139, 0.7);
}
.clm-hd-bg-in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-filter: blur(8px);
  -webkit-filter: blur(8px);
          filter: blur(8px);
  background-size: 110% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.clm-hd-ttlboxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: relative;
}
.clm-hd-ttlbox {
  position: relative;
}
.clm-hd-ttlbox__ttl {
  position: absolute;
  top: 3.3vw;
  left: 0.5vw;
  text-align: left;
}
.clm-hd-ttlbox__ttl > span {
  padding: 0.25em;
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 1.8;
  font-weight: 600;
  background-image: linear-gradient(to right, transparent, transparent 0px, #fff 0px, #fff 10px);
}
.clm-hd-ttlbox__sttl {
  font-size: 24px;
  letter-spacing: 0em;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  text-align: left;
  padding-top: 0vw;
}
.clm-hd-ttlbox__img {
  -webkit-transform: translateY(-6.7vw);
          transform: translateY(-6.7vw);
}
.clm-hd-headtext {
  text-align: center;
  padding-top: 5.3vw;
  padding-bottom: 10.6vw;
}
.clm-hd-leadtext {
  padding-top: 10.6vw;
  margin-bottom: 18.6vw;
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 400;
}
.clm-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.clm-sec + .clm-sec {
  margin-top: 17.3vw;
}
.clm-sec__ttl {
  font-size: 26px;
  letter-spacing: 0em;
  line-height: 1.3;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8vw;
}
.clm-sec__ttl:before {
  content: "";
  display: inline-block;
  height: 1vw;
  width: 5.6vw;
  background: #169c3c;
  margin-right: 0.3em;
}
.clm-sec__text {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 400;
}
.clm-sec__text + .clm-sec__text {
  margin-top: 8vw;
}
.clm-ft {
  padding-top: 17.3vw;
}
.clm-ft-nav-list {
  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;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
.clm-ft-nav-item {
  margin-right: 0;
}
.clm-ft-nav-item .btn {
  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;
  border: 1px solid #169c3c;
  height: 16vw;
  padding-left: 3.3vw;
  padding-right: 3.3vw;
  border-radius: 2.6vw;
  margin-top: 0;
  margin-bottom: 0;
}
.clm-ft-nav-item .btn .text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.clm-ft-nav-item .btn:hover {
  background: transparent;
}
.clm-ft-nav-item .btn-left .text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.clm-ft-nav-item .btn-left .text:before {
  content: "";
  width: 2.6vw;
  height: 5.3vw;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAARCAYAAADkIz3lAAABGUlEQVQokX3SsSuFYRTH8S/3ZZAiMThJymgQJwNlEqmrDLLJbGTyX/gbTCZXpCQRG9JvsRos6mRQWBn03C7d677ve4anp+f59HTOcw6UhLt3uftU2neUoB6gBiwCA1kB6gVOgXlgS9JnG3T3fuAMmAE2JR2k8xbo7oPABTABrEs6/r37g+4+DFwCY8CqpPPmR+rQ3UcbKOGqpJv/KWXuPg5cAX3AkqTbvAIzYA8YAWYlPRR9VydwDVSAXXfvLoKViLgzs3dgB5g2s6OI+G6DaYmIezMLYBuYM7NaRHw1w5YWuvsGsA+kglYkfeTCBl4DUjcegWVJb7mwgavAIfCUhkLSa9n0LAAnwAswWS8mLyLi2cxSh4bSJP0Av+BVj8o5xjkAAAAASUVORK5CYII=") no-repeat center center/70% auto;
  margin-right: 0.35em;
}
.clm-ft-nav-item .btn-right .text:after {
  content: "";
  width: 2.6vw;
  height: 5.3vw;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAARCAYAAADkIz3lAAABD0lEQVQokYXQLWvWYRjG4WPOYPAT3O5LyKlgEMdwBkGDYdGimEyCzEUXNZi0CQaDIljEsLCFJUG8mlUWJtxqmIiiKAzGHx5Bnxc96/XjfLnmkxxrrR3tvX/zDx3CPbxNcuJ/4Bq+YDPJ6ZlgVe3gDD5gI8nZWY6q6j0W8Q4vk1yYCo7gj1ga+uJ5kpWp4AjewzJe40mSy79v8+MRvfefrbVnOIUbrbVPvfc3c7NWJjmCbZzEwl/RY7qE46Man6eCSa7gMV7hXFX9mACTXMdDbOF8VX2dWJ1kFffxAher6vvEe5Lcxh08xUpV/frTZC7JsPwubuIRrlXV/nilwXF9BD3A1WnQoMPYxa2qGlxn6gDdyFee2KKrhgAAAABJRU5ErkJggg==") no-repeat center center/70% auto;
  margin-left: 0.35em;
}
.clm-ft-nav-item .btn .text {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 0.7;
  font-weight: 400;
}
@media (max-width: 767px) {
  div.ms-site-container > .container > #main .main {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  div.ms-site-container > .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .main {
    min-width: 1279px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (min-width: 1280px) {
  .main {
    max-width: inherit !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }
}
@media screen and (min-width: 768px) {
  .sp-br-visible {
    display: none;
  }
  .pc-br-visible {
    display: inline;
  }
  .clm-space {
    width: 10px;
  }
  .clm-in {
    max-width: 1110px;
  }
  .clm-hd-bg {
    height: 420px;
  }
  .clm-hd-ttlboxs {
    padding-left: 90px;
  }
  .clm-hd-ttlbox__ttl {
    top: 40px;
    left: 4px;
  }
  .clm-hd-ttlbox__ttl > span {
    font-size: 36px;
    letter-spacing: 0em;
    line-height: 1.8;
    font-weight: 600;
  }
  .clm-hd-ttlbox__sttl {
    font-size: 38px;
    letter-spacing: 0em;
    line-height: 1.5;
    font-weight: 600;
  }
  .clm-hd-ttlbox__sttl {
    padding-top: 70px;
  }
  .clm-hd-ttlbox__img {
    width: 670px;
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  .clm-hd-ttlbox.is-right {
    width: 340px;
    padding-left: 40px;
  }
  .clm-hd-headtext {
    padding-top: 45px;
  }
  .clm-hd-headtext {
    padding-bottom: 110px;
  }
  .clm-hd-leadtext {
    padding-top: 30px;
  }
  .clm-hd-leadtext {
    margin-bottom: 60px;
  }
  .clm-hd-leadtext {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-weight: 400;
  }
  .clm-sec + .clm-sec {
    margin-top: 70px;
  }
  .clm-sec {
    row-gap: 40px;
  }
  .clm-sec__ttl {
    font-size: 28px;
    letter-spacing: 0em;
    line-height: 1.8;
    font-weight: 600;
  }
  .clm-sec__ttl {
    margin-bottom: 25px;
  }
  .clm-sec__ttl:before {
    height: 4px;
  }
  .clm-sec__ttl:before {
    width: 32px;
  }
  .clm-sec__text {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-weight: 400;
  }
  .clm-sec__text + .clm-sec__text {
    margin-top: 30px;
  }
  .clm-sec-imgarea {
    margin-top: 80px;
    min-width: 496px;
    margin-left: 40px;
  }
  .clm-ft {
    padding-top: 120px;
  }
  .clm-ft-nav-item .btn {
    height: 80px;
  }
  .clm-ft-nav-item .btn {
    padding-left: 75px;
  }
  .clm-ft-nav-item .btn {
    padding-right: 75px;
  }
  .clm-ft-nav-item .btn {
    border-radius: 20px;
  }
  .clm-ft-nav-item .btn-left .text:before {
    width: 15px;
    height: 30px;
  }
  .clm-ft-nav-item .btn-right .text:after {
    width: 15px;
    height: 30px;
  }
  .clm-ft-nav-item .btn .text {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.3;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .clm-hd-ttlboxs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .clm-hd-ttlbox {
    width: 100%;
  }
  .clm-hd-ttlbox__sttl {
    padding-bottom: 6.6vw;
  }
  .clm-hd-ttlbox__img {
    width: 102%;
  }
  .clm-hd-headtext {
    width: 54.6vw;
    margin-left: auto;
    margin-right: auto;
  }
  .clm-sec {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .clm-sec__ttl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .clm-sec__ttl:before {
    margin-top: 0.5em;
  }
  .clm-sec-textarea {
    width: 100%;
  }
  .clm-sec-imgarea {
    margin-top: 8vw;
  }
  .clm-ft-nav-list {
    -webkit-column-gap: 6.6vw;
       -moz-column-gap: 6.6vw;
            column-gap: 6.6vw;
    row-gap: 5.3vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .clm-ft-nav-item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 46%;
  }
  .clm-ft-nav-item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .clm-ft-nav-item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 46%;
  }
}