@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
	l-breadcrumb
	-------------------------------------------------------------------------- */
.l-breadcrumbs-wrap {
  font-size: 1.2rem;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}
@media screen and (min-width: 768px) {
  .l-breadcrumbs-wrap {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .l-breadcrumbs-wrap {
    padding: 10px 0;
  }
}
.l-breadcrumbs-wrap span a {
  color: #0069C4;
}

/* -----------------------------------------------------------------------------
   l-post
   -------------------------------------------------------------------------- */
.l-post {
  word-break: break-all;
}

.l-post p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-post p {
    margin-bottom: 30px;
  }
}
.l-post .wp-block-separator {
  width: 100% !important;
  border: none;
  border-bottom: 1px solid #ddd;
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .l-post .wp-block-separator {
    margin: 0 0 30px;
  }
}
.l-post img {
  width: initial;
}

.l-post h1,
.l-post h2,
.l-post h3,
.l-post h4,
.l-post h5,
.l-post h6 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-post h1,
  .l-post h2,
  .l-post h3,
  .l-post h4,
  .l-post h5,
  .l-post h6 {
    font-size: 2.2rem;
  }
}
.l-post ul {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-post ul {
    margin-bottom: 30px;
  }
}
.l-post ul li {
  text-indent: -15px;
  padding-left: 15px;
}

.l-post ul li:before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  background: #222;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: -3px;
}

.l-post ol {
  counter-reset: item;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-post ol {
    margin-bottom: 30px;
  }
}
.l-post ol li {
  text-indent: -20px;
  padding-left: 20px;
}

.l-post ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 3px;
}

.l-post a {
  color: #1A9BE0;
  text-decoration: none;
  border-bottom: 1px dotted #222;
}

.l-post a:hover,
.l-post figure a {
  border-bottom: none;
}

.l-post .wp-block-quote {
  font-size: 1.4rem;
  border-left: none;
  margin: 0 0 20px;
  padding: 30px;
  background-color: #f7f7f7;
}
@media screen and (min-width: 768px) {
  .l-post .wp-block-quote {
    margin: 0 0 30px;
  }
}
.wp-block-columns {
  margin-bottom: 0 !important;
}

.l-post .wp-block-image {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-post .wp-block-image {
    margin-bottom: 30px;
  }
}
.l-post .wp-block-column {
  margin-bottom: 0;
}

@media (min-width: 600px) and (max-width: 2000px) {
  body .wp-block-column:not(:only-child) {
    -ms-flex-preferred-size: calc(50% - 5px) !important;
        flex-basis: calc(50% - 5px) !important;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 10px !important;
  }
}
.l-post ul.wp-block-gallery {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-post ul.wp-block-gallery {
    margin-bottom: 30px;
  }
}
.l-post ul.wp-block-gallery li::before,
.l-post ul.blocks-gallery-grid li::before {
  display: none !important;
}

.blocks-gallery-grid {
  margin-right: -5px !important;
}

.blocks-gallery-item {
  padding-left: 0 !important;
  margin-right: 5px !important;
  margin-bottom: 5px !important;
}

/* -----------------------------------------------------------------------------
	wp-pagenavi
    -------------------------------------------------------------------------- */
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi .current,
.wp-pagenavi a {
  display: inline-block;
  margin: 0 5px;
  font-size: 1.4rem;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#1A9BE0), to(#60C8FF));
  background: linear-gradient(to right, #1A9BE0, #60C8FF);
  width: 44px;
  height: 44px;
  text-align: center;
  vertical-align: middle;
  line-height: 3;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi .current,
  .wp-pagenavi a {
    width: 60px;
    height: 60px;
    line-height: 4;
  }
}
.wp-pagenavi a {
  color: #fff;
  text-decoration: none;
  background-color: #fff;
  border-radius: 0px;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#1A9BE0), to(#60C8FF));
  background: linear-gradient(to right, #1A9BE0, #60C8FF);
  color: #fff;
}

/* -----------------------------------------------------------------------------
		l-404
		-------------------------------------------------------------------------- */
.l-404 {
  padding: 100px 20px;
}

.l-404-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.l-404-inner a {
  color: inherit;
  text-decoration: underline;
}

/* -----------------------------------------------------------------------------
		下層 ヒーローヘッダー
		-------------------------------------------------------------------------- */
.l-lower-hero-wrap {
  position: relative;
  width: 100%;
  height: 260px;
  background-image: url(../img/lower/lower_hero_bg.png);
  background-position: bottom;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .l-lower-hero-wrap {
    height: 360px;
  }
}
.l-lower-hero-inner {
  height: 100%;
  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;
}

.l-lower-hero-wrap .m-cmn-ttl-wrap {
  position: absolute;
  bottom: 20px;
  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;
}
@media screen and (min-width: 768px) {
  .l-lower-hero-wrap .m-cmn-ttl-wrap {
    bottom: 90px;
  }
}
/* -----------------------------------------------------------------------------
		お問い合わせ
		-------------------------------------------------------------------------- */
.l-lower-contact {
  padding: 40px 20px 100px;
}
@media screen and (min-width: 768px) {
  .l-lower-contact {
    padding: 0 20px 120px;
  }
}
.l-lower-contact-inner {
  max-width: 600px;
  margin: 0 auto;
}

.l-contact-dl {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-contact-dl {
    margin-top: 60px;
  }
}
.l-contact-dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-contact-dl dt {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
  text-align: left;
  margin-bottom: 10px;
}

.m-required {
  font-size: 1.2rem;
  color: #fff;
  padding: 2px 8px;
  margin-left: 10px;
  border-radius: 10px;
  background-color: #F83535;
}

.l-contact-dl dd {
  max-width: 100%;
  font-size: 1.6rem;
  color: #333;
  margin-left: 0;
  margin-bottom: 30px;
}

.l-contact-dl dd input[type=text],
.l-contact-dl dd input[type=email] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 44px;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #F0F8FA;
}

.l-contact-dl dd input[type=tel] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 240px;
  height: 44px;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #F0F8FA;
}

::-webkit-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #A1B0B3;
}

::-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #A1B0B3;
}

:-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #A1B0B3;
}

::-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #A1B0B3;
}

::placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #A1B0B3;
}

.l-contact-dl dd input[type=text].wpcf7-not-valid,
.l-contact-dl dd input[type=email].wpcf7-not-valid {
  background-color: #FDF4F4 !important;
  border: 1px solid #F83435;
}

.l-contact-dl dd .m-select {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  position: relative;
  border: 1px solid #eee;
  border-radius: 3px;
  background: #fff;
}

.l-contact-dl dd select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 5px 30px 5px 10px;
}

.l-contact-dl dd .m-select::before {
  position: absolute;
  top: 17px;
  right: 7px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #999;
  pointer-events: none;
}

.l-contact-dl dd .m-select::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 1px;
  content: "";
  border-left: 1px solid #eee;
}

.l-contact-dl dd.l-contact-min input {
  width: 120px;
}

.l-contact-dl dd textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 170px;
  padding: 10px 15px;
  border-radius: 4px;
  background-color: #F0F8FA;
  resize: none;
}

.l-contact-button-box {
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  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;
  text-align: center;
  margin-top: 60px;
  background-color: #06B8D8;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-contact-button-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #fff;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 0;
}

.l-contact-button-box:hover::before {
  width: 0%;
}
@media screen and (min-width: 768px) {
  .l-contact-button-box:hover::before {
    width: 100%;
  }
}
.l-contact-button-box input[type=submit],
.l-contact-button-box button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 160px;
  display: inline-block;
  cursor: pointer;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0;
  text-decoration: none;
  padding: 10px 30px;
  position: relative;
  border-radius: 50px;
  border: 1px solid #06B8D8;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-contact-button-box:hover.l-contact-button-box input[type=submit] {
  color: #fff !important;
}
@media screen and (min-width: 768px) {
  .l-contact-button-box:hover.l-contact-button-box input[type=submit] {
    color: #06B8D8 !important;
  }
}
.wpcf7-list-item {
  display: block !important;
  margin-left: 5px !important;
}

input[type=radio] {
  display: none;
}

input[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem;
  padding-left: 20px;
  position: relative;
}

input[type=radio] + span::before {
  content: "";
  display: block;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 12px;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

input[type=radio] + span::after {
  content: "";
  height: 6px;
  width: 6px;
  background-color: #5c3386;
  border: 1px solid transparent;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

input[type=radio]:checked + span::after {
  opacity: 1;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 1.3rem !important;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 1.3rem !important;
}

.wpcf7-spinner {
  display: none !important;
}

.l-contact-dl .l-lower-contact-zipcode {
  width: 240px !important;
}

.wpcf7-form-control.wpcf7-acceptance {
  text-align: center;
}

.l-contact-policy-ttl {
  text-align: center;
  margin-bottom: 10px;
}

.l-contact-policy-txt-box {
  width: 100%;
  height: 170px;
  background-color: #fff;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #A1B0B3;
  border-radius: 4px;
  margin-bottom: 30px;
}

.l-contact-policy-txt-box-inner {
  height: 100%;
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox 用 */
  -ms-overflow-style: none;
}

.l-contact-policy-txt-box-inner::-webkit-scrollbar {
  display: none;
}

.l-contact-policy-txt-box-inner .m-cmn-txt {
  margin-bottom: 20px;
}

.wpcf7-acceptance {
  text-align: center;
}

.wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  padding-left: 10px;
}

　 .wpcf7-acceptance input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  margin: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  opacity: 0;
}

.wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 52%;
  left: -1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 1px solid #A1B0B3;
  border-radius: 4px;
  background: #FFF;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.wpcf7-acceptance .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 52%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../img/common/cmn_ico_contact_submit.png) no-repeat center center/contain;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.l-contact-small-txt {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  margin-left: 0;
  display: block;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .l-contact-small-txt {
    display: inline-block;
    margin-left: 20px;
    margin-top: 0;
  }
}
.l-lower-contact-thanks-box {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .l-lower-contact-thanks-box {
    text-align: center;
  }
}
.l-lower-contact-thanks-btn {
  margin-top: 30px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}

.l-lower-contact-thanks-btn a {
  color: #333;
  text-decoration: underline;
}