@charset "UTF-8";
/* webfont 変数　*/
/* common-title
-----------------------------------------------------*/
/* ofi */
/*====================================================================

lv2.css

=====================================================================*/
/*--------------------------------------------------------------------/
	breadcrumb
/--------------------------------------------------------------------*/
.breadcrumb {
  z-index: 3;
  position: relative;
  padding: 32px 0;
  padding: 2rem 0;
}
.breadcrumb-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  font-size: 0.9em;
}
.breadcrumb-list .icon-home {
  font-size: 1.1em;
}
.breadcrumb-list li {
  position: relative;
}
.breadcrumb-list li:not(:last-child) {
  padding-right: 24px;
  padding-right: 1.5rem;
}
.breadcrumb-list li:not(:last-child):after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e315";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.breadcrumb-list li:not(:last-child)::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 4.8px;
  right: 0.3rem;
          transform: translateY(-50%);
}
.breadcrumb-list a {
  -webkit-transition: all 0.3s ease 0s;
  color: #979DA4;
  vertical-align: top;
  transition: all 0.3s ease 0s;
}
.breadcrumb-list a:first-child {
  text-decoration: none !important;
}
.breadcrumb-list a:hover {
  color: #0068B6;
}

/*--------------------------------------------------------------------/
	aside
/--------------------------------------------------------------------*/

.aside-widget:not(:last-child) {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.aside-widget__ttl {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  padding: 4.8px 0 8px;
  padding: 0.3rem 0 0.5rem;
  border-bottom: 1px solid #c9ced2;
  font-weight: 500;
  font-size: 1.125em;
}
.aside-widget ul li a {
  display: block;
  position: relative;
  padding-left: 1.3em;
  color: #202020;
  text-decoration: none !important;
}
.aside-widget ul li a::before {
  position: absolute;
  top: 0.15em;
  left: 0;
  padding-right: 0.2em;
  content: "●";
  color: #979DA4;
  font-size: 0.8em;
  font-size: 0.875em;
  text-decoration: none !important;
}
.aside-widget ul li a:hover {
  text-decoration: underline !important;
}

.tag-cloud-link {
  position: relative;
  margin-right: 8px;
  margin-right: 0.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  color: #202020;
  font-size: 16px !important;
  font-size: 1rem !important;
  text-decoration: none !important;
}
.tag-cloud-link:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.tag-cloud-link::before {
  position: absolute;
  top: 0.6em;
  left: 3.2px;
  left: 0.2rem;
  color: #979DA4;
  font-size: 0.875em;
  text-decoration: none !important;
}
.tag-cloud-link:hover {
  text-decoration: underline !important;
}

/* calendar
------------------------------------*/
#wp-calendar {
  width: 100%;
  border-collapse: separate;
}

.calendar_wrap {
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  border: 1px solid #c9ced2;
}

.wp-calendar-table {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.wp-calendar-table caption {
  padding: 4.8px 2%;
  padding: 0.3rem 2%;
}
.wp-calendar-table thead th {
  width: auto;
  padding: 6px;
  color: #979DA4;
  font-weight: 500;
  text-align: center;
}
.wp-calendar-table td {
  border: 2px solid #fff;
  background: #f6f6f6;
  font-size: 0.9375em;
  line-height: 2;
  text-align: center;
}
.wp-calendar-table td a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  background-color: #0068B6;
  color: #fff;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.wp-calendar-table td a:hover {
  background-color: #80C1FF;
}
.wp-calendar-table td.pad {
  background: transparent;
}
.wp-calendar-table td#today {
  background: #979DA4;
  color: #fff;
}
.wp-calendar-nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  width: 100%;
  padding-bottom: 4.8px;
  padding-bottom: 0.3rem;
}
.wp-calendar-nav a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  padding: 6.4px 16px;
  padding: 0.4rem 1rem;
  background-color: #f6f6f6;
  color: #202020;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.wp-calendar-nav a:hover {
  background-color: #979DA4;
  color: #fff;
}

/*--------------------------------------------------------------------/
	search-form
/--------------------------------------------------------------------*/
.wp-block-search__inside-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          justify-content: space-between;
  width: 100%;
  padding: 0 !important;
  border: 1px solid #979DA4 !important;
}

.wp-block-search__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: calc(100% - 50px);
  height: 40px;
  padding: 0 10px !important;
  border: none;
  border-radius: 2px !important;
  outline: 0;
  background: #fff;
}

.wp-block-search__button {
  -webkit-transition: all 0.3s ease 0s;
  width: 50px !important;
  height: 40px !important;
  padding: 2px !important;
  border: none !important;
  background: none !important;
  background: #fff !important;
  color: #c9ced2 !important;
  font-size: 18px !important;
  text-align: center;
  vertical-align: bottom !important;
  cursor: pointer !important;
  transition: all 0.3s ease 0s;
}
.wp-block-search__button:hover {
  background-color: #0068B6 !important;
  color: #fff !important;
}

/*--------------------------------------------------------------------/
	archives
/--------------------------------------------------------------------*/
.wp-block-archives > label {
  display: none !important;
}
.wp-block-archives select {
  width: 80% !important;
}

/*--------------------------------------------------------------------/
	contact_form
/--------------------------------------------------------------------*/

.contact-intro {
  margin-bottom: clamp(64px, 8vw, 160px);
  margin-bottom: clamp(4rem, 8vw, 10rem);
}
.contact-intro__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(64px, 10vw, 112px);
  row-gap: clamp(4rem, 10vw, 7rem);
          flex-direction: column;
}

.contact-intro__box {
  position: relative;
  margin-top: clamp(16px, 2vw, 32px);
  margin-top: clamp(1rem, 2vw, 2rem);
  padding: 0 5% clamp(32px, 3vw, 48px);
  padding: 0 5% clamp(2rem, 3vw, 3rem);
  border: 1px solid #c9ced2;
}
.contact-intro__box__ttl {
  position: relative;
  top: -0.75em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  color: #0068B6;
  font-size: clamp(12px, 4.29vw, 20px);
  line-height: 1.4;
}
.contact-intro__box__ttl b {
  display: inline-block;
  padding: 0.2em 1em;
  background: #fff;
  font-weight: 700;
}

.contact-box__ttl {
  margin-bottom: 1.5em;
  overflow: hidden;
}
.contact-box__ttl span {
  display: inline-block;
  position: relative;
  padding-right: 1em;
  font-weight: 700;
  font-size: clamp(14px, 5vw, 22px);
}
.contact-box__ttl span::after {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 500%;
  height: 1px;
  background: #979DA4;
  content: "";
}
.contact-box__tel__time {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
}
.contact-box__tel__num {
  font-weight: 500;
  font-size: clamp(12px, 4.29vw, 20px);
  line-height: 1;
  font-family: 'Poppins', sans-serif;
}
.contact-box__tel__num .tel-link {
  font-size: 1.625em;
}
.contact-box__tel__txt {
  margin-top: clamp(1em, 1.5vw, 2em);
}
.contact-box__tel a {
  color: #202020;
}
.contact-step ol {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.contact-step ol li {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
          align-items: center;
  color: #202020;
  font-size: 1.0625em;
}
.contact-step ol li:not(:last-child) {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.contact-step ol li:not(:last-child)::after {
  z-index: 1;
  position: absolute;
  top: 10px;
  left: 24px;
  left: 1.5rem;
  width: 1px;
  height: 180%;
  background: #979DA4;
  content: "";
}
.contact-step ol li span {
  z-index: 2;
  position: relative;
  width: 48px;
  width: 3rem;
  height: 20px;
}
.contact-step ol li span::before {
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border: 1px solid #979DA4;
  border-radius: 50%;
  background: #fff;
  content: "";
}
.contact-step ol li b {
  width: auto;
  font-weight: 500;
}
.contact-step ol li.now span::after {
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #80C1FF;
  content: "";
}

.contact-mail {
  padding: 24px 6%;
  padding: 1.5rem 6%;
  border: 1px solid #979DA4;
}
.contact-mail__ttl {
  position: relative;
  margin-bottom: clamp(16px, 2vw, 32px);
  margin-bottom: clamp(1rem, 2vw, 2rem);
  padding-bottom: 0.75em;
  font-weight: 700;
  font-size: calc(1.14rem + 0.17241vw - 0.48276px);
  text-align: center;
}
.contact-mail__ttl::before {
  position: absolute;
  bottom: 0;
  left: calc(50% - 2rem);
  width: 64px;
  width: 4rem;
  height: 3px;
  border-radius: 2px;
  background: #0068B6;
  content: "";
}

.contact-privacy {
  margin-top: 24px;
  margin-top: 1.5rem;
  border: 1px solid #979DA4;
}
.contact-privacy__ttl {
  position: relative;
  font-weight: 700;
  font-size: calc(1.14rem + 0.17241vw - 0.48276px);
  text-align: center;
}

/* contact-sending (送信完了ページ) */
.contact-sending__txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

/*-------------------------------------------------
	contact form
-------------------------------------------------*/
/* variablea */
.contact-form__ttl {
  margin-bottom: clamp(32px, 4vw, 56px);
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
  color: #0068B6;
  font-size: clamp(20px, 7.14vw, 32px);
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.contact-table {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.2;
}
.contact-table img {
  width: 100%;
}
.contact-table th, .contact-table td {
  text-align: left;
}
.contact-table th {
  font-weight: 700;
  vertical-align: top;
}
.contact-table th .required {
  margin-left: 0.3em;
  padding: 0.2em 0.4em;
  line-height: 1;
}
.contact-table textarea {
  width: 100%;
}

input,
select {
  width: auto;
}
input.long,
select.long {
  width: 100%;
}
input.middle,
select.middle {
  width: 100%;
}
input.short,
select.short {
  width: 100%;
}
input.mini,
select.mini {
  width: 10em;
}

[type=button],
[type=submit] {
  -webkit-appearance: none;
  font-family: inherit;
}

.form-btn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  letter-spacing: 0.1em;
}
.form-btn .chack-btn {
  position: relative;
}
.form-btn .chack-btn::after {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  left: calc(100% - 1.5em);
  width: 3em;
  height: 1px;
  background: #232729;
  content: "";
  transition: all 0.3s ease 0s;
}
.form-btn .chack-btn:hover::after {
  width: 4em;
  background-color: #232729;
}
.form-btn .chack-btn:hover input,
.form-btn .chack-btn:hover a {
  border-color: #232729;
  background-color: #4DA6FF;
  color: #fff;
}
.form-btn .chack-btn input,
.form-btn .chack-btn a {
  -webkit-transition: all 0.3s ease 0s;
  position: relative;
  width: 100%;
  padding: 1.25em 4%;
  border: 1px solid;
  border-color: #232729;
  background-color: #0068B6;
  color: #fff;
  font-weight: normal;
  font-size: 18.08px;
  font-size: 1.13rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.form-btn .back-btn {
  position: relative;
}
.form-btn .back-btn::after {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  left: calc(100% - 1.5em);
  width: 3em;
  height: 1px;
  background: #232729;
  content: "";
  transition: all 0.3s ease 0s;
}
.form-btn .back-btn:hover::after {
  width: 4em;
  background-color: #232729;
}
.form-btn .back-btn:hover input,
.form-btn .back-btn:hover a {
  border-color: #232729;
  background-color: #4DA6FF;
  color: #fff;
}
.form-btn .back-btn input,
.form-btn .back-btn a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  width: 100%;
  padding: 1.25em 4%;
  border: 1px solid;
  border-color: #232729;
  background-color: #232729;
  color: #fff;
  font-weight: normal;
  font-size: 18.08px;
  font-size: 1.13rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.form-btn .sub-btn {
  position: relative;
}
.form-btn .sub-btn::after {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  left: calc(100% - 1.5em);
  width: 3em;
  height: 1px;
  background: #232729;
  content: "";
  transition: all 0.3s ease 0s;
}
.form-btn .sub-btn:hover::after {
  width: 4em;
  background-color: #232729;
}
.form-btn .sub-btn:hover input,
.form-btn .sub-btn:hover a {
  border-color: #232729;
  background-color: #4DA6FF;
  color: #fff;
}
.form-btn .sub-btn input,
.form-btn .sub-btn a {
  -webkit-transition: all 0.3s ease 0s;
  position: relative;
  width: 100%;
  padding: 1.25em 4%;
  border: 1px solid;
  border-color: #232729;
  background-color: #0068B6;
  color: #fff;
  font-weight: normal;
  font-size: 18.08px;
  font-size: 1.13rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}

/* radio-btn */
.wpcf7-radio {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 1em;
          flex-direction: column;
}
.wpcf7-radio .wpcf7-list-item {
  display: block;
  margin: 0 !important;
}
.wpcf7-radio label {
  cursor: pointer;
}

input[type=radio] {
  position: absolute;
  opacity: 0;
}
input[type=radio] + .wpcf7-list-item-label {
  font-size: 1.07em;
  vertical-align: top;
}
input[type=radio] + .wpcf7-list-item-label:before {
  -webkit-transition: all 0.4s ease;
  display: inline-block;
  position: relative;
  top: -0.1em;
  width: 26px;
  height: 26px;
  margin-right: 1em;
  border: 1px solid #979DA4;
  border-radius: 100%;
  background: #fdfdfd;
  content: "";
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  transition: all 0.4s ease;
}
input[type=radio]:checked + .wpcf7-list-item-label:before {
  -webkit-box-shadow: inset 0 0 0 5px #f6f6f6;
  background-color: #0068B6;
          box-shadow: inset 0 0 0 5px #f6f6f6;
}
input[type=radio]:focus + .wpcf7-list-item-label:before {
  border-color: #0068B6;
  outline: none;
}
input[type=radio]:disabled + .wpcf7-list-item-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #979DA4;
  border-color: #979DA4;
  background: #fdfdfd;
          box-shadow: inset 0 0 0 4px #979DA4;
}
input[type=radio] + .wpcf7-list-item-label:empty:before {
  margin-right: 0;
}

/* chack-btn */
@-webkit-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 13px;
  }
}
@keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 13px;
  }
}
@keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 31.2px;
  }
}
@-webkit-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 31.2px;
  }
}
input[type=checkbox] {
  display: none;
}

.wpcf7-checkbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 1em;
          flex-direction: column;
}
.wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 0 !important;
}
.wpcf7-checkbox label {
  cursor: pointer;
}

.check-box label {
  position: relative;
  cursor: pointer;
}
.check-box label::before {
  -webkit-transition: border-color ease 0.2s;
  display: block;
  z-index: 1;
  position: absolute;
  top: -0.15em;
  left: 0;
  width: 26px;
  height: 26px;
  margin-right: 1em;
  border: 1px solid #979DA4;
  background-color: transparent;
  content: "";
  transition: border-color ease 0.2s;
}
.check-box .wpcf7-list-item-label {
  display: block;
  padding-left: calc(26px + 1rem);
  font-size: 1.07em;
  vertical-align: top;
}
.check-box .wpcf7-list-item-label::before, .check-box .wpcf7-list-item-label::after {
  -webkit-transform-origin: left top;
  -webkit-transition: opacity ease 0.5;
  display: inline-block;
  z-index: 2;
  position: absolute;
  width: 5.2px;
  height: 0;
          transform-origin: left top;
  background-color: #0068B6;
  content: "";
  transition: opacity ease 0.5;
}
.check-box .wpcf7-list-item-label::before {
  -webkit-transform: rotate(-135deg);
  top: 22.36px;
  left: 10.4px;
          transform: rotate(-135deg);
}
.check-box .wpcf7-list-item-label::after {
  -webkit-transform: rotate(-45deg);
  top: 13px;
  left: 0.78px;
          transform: rotate(-45deg);
}

input[type=checkbox]:checked + .wpcf7-list-item-label,
.wpcf7-list-item-label.checked {
  border-color: #0068B6;
}
input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.wpcf7-list-item-label.checked::after {
  -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
  height: 13px;
          animation: dothabottomcheck 0.2s ease 0s forwards;
}
input[type=checkbox]:checked + .wpcf7-list-item-label::before,
.wpcf7-list-item-label.checked::before {
  -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
  -webkit-box-shadow: 0 0 0 1.3px #fff;
  height: 31.2px;
          box-shadow: 0 0 0 1.3px #fff;
          animation: dothatopcheck 0.4s ease 0s forwards;
}

.wpcf7-not-valid-tip {
  margin-top: 0.7em;
  font-size: 0.875em !important;
}

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

/* form-parts
----------------------------------------------------------------*/
select, textarea, input {
  padding: 1em;
  border: 1px solid #979DA4;
  background-color: #fdfdfd;
  line-height: 1.5;
}
select:focus, textarea:focus, input:focus {
  -webkit-box-shadow: rgba(58, 134, 232, .25) 0 0 4px 1px;
  background-color: #fff;
          box-shadow: rgba(58, 134, 232, .25) 0 0 4px 1px;
}

input:-ms-input-placeholder, input:-moz-placeholder, input::-webkit-input-placeholder {
  color: #979DA4;
}

textarea {
  height: 10em;
}

/*--------------------------------------------------------------------/
	main-view
/--------------------------------------------------------------------*/
.main-view {
  position: relative;
  min-height: min(200px, 25vw);
  padding-top: calc(64px + 1.5em);
  padding-bottom: 2em;
  background: #edf6fa;
}
.main-view .l-cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
          align-items: center;
  height: 100%;
}

.main-view__ttl {
  z-index: 1;
  width: 100%;
}
.main-view__ttl--eng {
  display: block;
  color: #0068B6;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(24px, 8.57vw, 64px);
  line-height: 1.22;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.05em;
}
.main-view__ttl--jp {
  color: #202020;
  font-weight: 700;
  font-size: clamp(12px, 4.29vw, 32px);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.main-view__ttl--item {
  position: relative;
  color: #202020;
  line-height: 1;
  letter-spacing: 0;
}
.main-view__ttl--item::after {
  position: absolute;
  top: 0.45em;
  right: calc(100% + 0.2em);
  width: 0.5em;
  height: 3px;
  background: #202020;
  content: "";
}
.main-view__ttl--date {
  color: #202020;
  font-weight: 600;
  font-size: clamp(12px, 4.29vw, 32px);
  line-height: 1.5;
  letter-spacing: 0.175em;
}
.main-view__ttl--404 {
  display: block;
  color: #0068B6;
  font-weight: 400;
  font-size: clamp(20px, 7.14vw, 64px);
  line-height: 1.22;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
}

.main-view__single {
  position: relative;
  min-height: min(200px, 25vw);
  padding-top: calc(64px + 1em);
  padding-bottom: 1em;
  background: #f6f6f6;
}
.main-view__single .l-cont {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  row-gap: 0.3em;
          flex-direction: column;
          justify-content: center;
  height: 100%;
}
.main-view__single .is-parent {
  display: block;
}
.main-view__single .is-parent em {
  display: block;
  color: #0068B6;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(20px, 7.14vw, 40px);
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.05em;
}
.main-view__single .is-parent span {
  color: #202020;
  font-weight: 700;
  font-size: clamp(11px, 3.93vw, 20px);
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.main-view__single__ttl {
  display: block;
  color: #202020;
  font-weight: 700;
  font-size: clamp(12px, 4.29vw, 28px);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.main-view__single__ttl--singular {
  color: #202020;
  font-weight: 700;
  font-size: clamp(15px, 5.36vw, 36px);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.main-view__single__ttl--single {
  color: #202020;
  font-weight: 700;
  font-size: clamp(15px, 5.36vw, 36px);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.main-view__single__category {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  gap: 0.2em 0.1em;
}

/*--------------------------------------------------------------------/
	contents
/--------------------------------------------------------------------*/
.contents {
  padding-bottom: clamp(64px, 14vw, 160px);
  padding-bottom: clamp(4rem, 14vw, 10rem);
}

.common-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
.common-flex__aside {
  position: relative;
}
@media (min-width: 376px) {
  /*====================================================================/
  /*--iPhone 以上--
  /====================================================================*/
}
@media (min-width: 576px) {
  /*====================================================================/
  /*--スマホ 以上--
  /====================================================================*/
}
@media (min-width: 576px) and (max-width: 767px) {
  /*====================================================================/
  /*--スマホ以上 タブレット iPadmini未満--
  /====================================================================*/
}
@media (min-width: 768px) {
  /*====================================================================/
  /*--タブレット　iPadmini 以上--
  /====================================================================*/
  .contact-privacy .txt {
    font-size: 0.9375em;
  }
  input.middle,
  select.middle {
    width: 70%;
  }
  input.short,
  select.short {
    width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /*====================================================================/
  /*--タブレット iPadmini以上 XGAサイズ iPadPro未満--
  /====================================================================*/
}
@media (min-width: 1024px) {
  /*====================================================================/
  /*--XGAサイズ　iPadPro 以上--
  /====================================================================*/
  .breadcrumb {
    padding: 3rem 0;
  }
  aside {
    position: sticky;
    top: 120px;
    left: 0;
  }
  .contact-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-flex > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .contact-flex > *:nth-of-type(even) {
    border-left: 1px solid #e0e4e6;
  }
  .contact-intro {
    margin-top: 1.5rem;
  }
  .contact-box__tel__num .tel-link {
    font-size: 1.875em;
  }
  .contact-step {
    position: sticky;
    top: 120px;
    left: 0;
  }
  .contact-step ol li b {
    padding-left: 1em;
  }
  .contact-mail {
    padding: clamp(1.5rem, 3vw, 3rem) 10% clamp(2rem, 3.5vw, 3rem);
  }
  .contact-privacy {
    max-height: 300px;
    padding: clamp(1.5rem, 3vw, 3rem) 5% clamp(2rem, 3.5vw, 3rem);
    overflow-y: scroll;
    scrollbar-color: #c9ced2 #fff;
    scrollbar-width: thin;
  }
  .contact-privacy::-webkit-scrollbar {
    width: 8px;
  }
  .contact-privacy::-webkit-scrollbar-track {
    background: transparent;
  }
  .contact-privacy::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    border-radius: 8px;
    background: #c9ced2;
            box-shadow: inset 0 0 0 1px #fff;
  }
  .contact-privacy__inner {
    margin-top: 1.5rem;
    padding: 0 5%;
  }
  .contact-privacy__ttl {
    margin-bottom: clamp(1rem, 2vw, 2rem);
    padding-bottom: 0.75em;
  }
  .contact-privacy__ttl::before {
    position: absolute;
    bottom: 0;
    left: calc(50% - 2rem);
    width: 4rem;
    height: 3px;
    border-radius: 2px;
    background: #0068B6;
    content: "";
  }
  .contact-privacy__ttl .privacy-btn {
    display: none;
  }
  .contact-table th, .contact-table td {
    display: table-cell;
    padding: 1rem 0 2rem;
  }
  .contact-table th {
    width: max(30%,280px);
  }
  .contact-table td {
    width: 64%;
    padding-left: 4%;
  }
  .common-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .common-flex.is-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .common-flex.is-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .common-flex__main {
    width: 72%;
  }
  .common-flex__aside {
    width: 25%;
  }
}
@media (min-width: 1024px) and (max-width: 1535px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro以上 PC未満--
  /====================================================================*/
}
@media (min-width: 1296px) {
  .main-view {
    height: 326px;
    padding-top: calc(90px + 1.5em);
  }
  .main-view__single {
    height: 326px;
    padding-top: calc(90px + 1em);
  }
}
@media (min-width: 1536px) {
  /*====================================================================/
  /*---PC 以上--
  /====================================================================*/
  .contact-mail__ttl {
    font-size: 1.25rem;
  }
  .contact-privacy__ttl {
    font-size: 1.25rem;
  }
  .contact-table th {
    font-size: 1.12em;
  }
  .common-flex__main {
    width: 74.16%;
  }
  .common-flex__aside {
    width: 20.83%;
  }
}
@media (min-width: 1536px) and (max-width: 1919px) {
  /*====================================================================/
  /*--px以上 Large PC未満--
  /====================================================================*/
}
@media (min-width: 1920px) {
  /*====================================================================/
  /*--Large PC 以上--
  /====================================================================*/
}
@media (max-width: 1919px) {
  /*====================================================================/
  /*--Large PC 未満--
  /====================================================================*/
}
@media (max-width: 1535px) {
  /*====================================================================/
  /*--PC 未満--
  /====================================================================*/
}
@media (max-width: 1023px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro 未満--
  /====================================================================*/
  .wp-block-archives select {
    width: 100% !important;
  }
  .contact-privacy__ttl {
    position: relative;
    padding: 1.5rem 6%;
    cursor: pointer;
  }
  .contact-privacy__ttl .privacy-btn {
    -webkit-transition: all 0.3s ease 0s;
    display: block;
    position: absolute;
    top: calc(50% - 16px);
    right: 1rem;
    width: 32px;
    height: 32px;
    transition: all 0.3s ease 0s;
  }
  .contact-privacy__ttl .privacy-btn i {
    color: #979DA4;
    font-size: 2rem;
    line-height: 1;
  }
  .contact-privacy__ttl .privacy-btn.active {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .contact-privacy__txt {
    padding: 2em 5% clamp(2rem, 3.5vw, 3.5rem);
    border-top: 1px solid #979DA4;
  }
  .contact-table th, .contact-table td {
    display: block;
  }
  .contact-table th {
    font-size: 1.125em;
  }
  .contact-table td {
    padding: 0.5em 0 2.5rem;
  }
  .common-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(3rem, 5vw, 5rem);
            flex-direction: column;
  }
  .common-flex__aside {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /*====================================================================/
  /*--タブレット iPadmini 未満--
  /====================================================================*/
}
@media (max-width: 575px) {
  /*====================================================================/
  /*--iPhone 以下--
  /====================================================================*/
  .main-view .l-cont {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*# sourceMappingURL=map/lv2.css.map */
