@charset "UTF-8";
/* webfont 変数　*/
/* common-title
-----------------------------------------------------*/
/* ofi */
@media (min-width: 1696px) {
  /*====================================================================/
  /*--Large PC 以上--
  /====================================================================*/
}
@media (min-width: 1296px) {
  /*====================================================================/
  /*---PC 以上--
  /====================================================================*/
}
@media (min-width: 1024px) {
  /*====================================================================/
  /*--XGAサイズ　iPadPro 以上--
  /====================================================================*/
}
@media (min-width: 768px) {
  /*====================================================================/
  /*--タブレット　iPadmini 以上--
  /====================================================================*/
}
@media (min-width: 576px) {
  /*====================================================================/
  /*--スマホ 以上--
  /====================================================================*/
}
@media (min-width: 376px) {
  /*====================================================================/
  /*--iPhone 以上--
  /====================================================================*/
}
@media (max-width: 1695px) {
  /*====================================================================/
  /*--Large PC 未満--
  /====================================================================*/
}
@media (max-width: 1295px) {
  /*====================================================================/
  /*--PC 未満--
  /====================================================================*/
}
@media (max-width: 1023px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro 未満--
  /====================================================================*/
}
@media (max-width: 767px) {
  /*====================================================================/
  /*--タブレット iPadmini 未満--
  /====================================================================*/
}
@media (max-width: 575px) {
  /*====================================================================/
  /*--iPhone 以下--
  /====================================================================*/
}
@media (min-width: 576px) and (max-width: 767px) {
  /*====================================================================/
  /*--スマホ以上 タブレット iPadmini未満--
  /====================================================================*/
}
@media (min-width: 768px) and (max-width: 1023px) {
  /*====================================================================/
  /*--タブレット iPadmini以上 XGAサイズ iPadPro未満--
  /====================================================================*/
}
@media (min-width: 1024px) and (max-width: 1295px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro以上 PC未満--
  /====================================================================*/
}
@media (min-width: 1296px) and (max-width: 1695px) {
  /*====================================================================/
  /*--px以上 Large PC未満--
  /====================================================================*/
}
/*====================================================================

lv2.css

=====================================================================*/
/*--------------------------------------------------------------------/
	breadcrumb
/--------------------------------------------------------------------*/
.breadcrumb {
  padding: 2rem 0;
  position: relative;
  z-index: 3;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .breadcrumb {
    padding: 3rem 0;
  }
}
.breadcrumb-list {
  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: 1.5rem;
}
.breadcrumb-list li:not(:last-child):after {
  content: "\e315";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.breadcrumb-list li:not(:last-child)::after {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
}
.breadcrumb-list a {
  color: #ffffff;
  transition: all 0.3s ease 0s;
  vertical-align: top;
}
.breadcrumb-list a:first-child {
  text-decoration: none !important;
}
.breadcrumb-list a:hover {
  color: #023BAE;
}

/*--------------------------------------------------------------------/
	contact_form
/--------------------------------------------------------------------*/
.contact-privacy {
  border: 1px solid #979DA4;
}
@media (min-width: 1024px) {
  .contact-privacy {
    padding: clamp(1.5rem, 3vw, 3rem) 5% clamp(2rem, 3.5vw, 3rem);
    margin-top: 1.5rem;
    overflow-y: scroll;
    max-height: 300px;
    scrollbar-width: thin;
    scrollbar-color: #C9CED2 #ffffff;
  }
  .contact-privacy::-webkit-scrollbar {
    width: 8px;
  }
  .contact-privacy::-webkit-scrollbar-track {
    background: transparent;
  }
  .contact-privacy::-webkit-scrollbar-thumb {
    background: #C9CED2;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px #ffffff;
  }
}
@media (min-width: 1024px) {
  .contact-privacy__inner {
    margin-top: 1.5rem;
    padding: 0 5%;
  }
}
.contact-privacy__ttl {
  text-align: center;
  padding-bottom: clamp(1rem, 1.5vw, 1.5rem);
  position: relative;
  font-size: calc(1.14rem + 4 * (100vw - 376px) / 824);
  font-weight: 700;
}
@media (min-width: 1024px) {
  .contact-privacy__ttl {
    margin-bottom: clamp(1rem, 2vw, 2rem);
  }
  .contact-privacy__ttl::before {
    content: "";
    position: absolute;
    width: 4rem;
    height: 3px;
    bottom: 0;
    left: calc(50% - 2rem);
    border-radius: 2px;
    background: #1463D3;
  }
  .contact-privacy__ttl .privacy-btn {
    display: none;
  }
}
@media (min-width: 1296px) {
  .contact-privacy__ttl {
    font-size: 1.38rem;
  }
}
@media (max-width: 1023px) {
  .contact-privacy__ttl {
    padding: 1.5rem 6%;
    position: relative;
  }
  .contact-privacy__ttl .privacy-btn {
    display: block;
    cursor: pointer;
    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.is-active {
    transform: rotate(180deg);
  }
}
@media (max-width: 1023px) {
  .contact-privacy__txt {
    padding: 2em 5% clamp(2rem, 3.5vw, 3.5rem);
  }
}
.contact-privacy__dl dt,
.contact-privacy__dl dd {
  text-align: left !important;
  float: none !important;
  width: 100% !important;
  border-top: none !important;
  font-size: 0.94em !important;
  padding: 0 !important;
}
.contact-privacy__dl dt {
  font-weight: 700;
  padding-bottom: 0.75em !important;
  margin-bottom: 0.75em !important;
  border-bottom: 1px solid #C9CED2;
}
.contact-privacy__dl dd:not(:last-child) {
  margin-bottom: 2em !important;
}
.contact-privacy .txt {
  font-size: 0.94em;
}

/*-------------------------------------------------
	contact form
-------------------------------------------------*/
/* variablea */
.contact-form {
  padding: clamp(1.5em, 3vw, 3em) clamp(1.5em, 5%, 3em);
  background: #ffffff;
  border-radius: 1em;
}
.contact-form__ttl {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  color: #1463D3;
  font-size: clamp(20px, 7.14vw, 32px);
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}
.contact-form .btn-wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 576px) {
  .contact-form .btn-wrap {
    max-width: 320px;
  }
}
.contact-form__btn {
  margin-top: clamp(2em, 3vw, 3em);
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
}
@media (min-width: 1920px) {
  .contact-form__btn {
    max-width: 16.66vw;
  }
}

.contact-table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
  position: relative;
}
.contact-table img {
  width: 100%;
}
.contact-table th, .contact-table td {
  text-align: left;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .contact-table th, .contact-table td {
    display: table-cell;
    padding: 1rem 0 2rem;
  }
}
@media (max-width: 1023px) {
  .contact-table th, .contact-table td {
    display: block;
  }
}
.contact-table th {
  vertical-align: top;
}
@media (min-width: 1024px) {
  .contact-table th {
    width: max(30%,280px);
  }
}
@media (min-width: 1296px) {
  .contact-table th {
    font-size: 1.12em;
  }
}
@media (max-width: 1023px) {
  .contact-table th {
    font-size: 1.13em;
  }
}
@media (max-width: 1023px) and (min-width: 576px) {
  .contact-table th {
    font-size: 1.13em;
  }
}
@media (max-width: 1023px) and (min-width: 1024px) {
  .contact-table th {
    font-size: 1em;
  }
}
.contact-table th .required {
  padding: 0.2em 0.4em;
  line-height: 1;
}
@media (min-width: 1024px) {
  .contact-table td {
    width: 64%;
    padding-left: 4%;
  }
}
@media (max-width: 1023px) {
  .contact-table td {
    padding: 0.5rem 0 2.5rem;
  }
}
.contact-table textarea {
  width: 100% !important;
}

input,
select {
  width: auto;
}
input.long,
select.long {
  width: 100%;
}
input.middle,
select.middle {
  width: 100%;
}
@media (min-width: 768px) {
  input.middle,
  select.middle {
    width: 70%;
  }
}
input.short,
select.short {
  width: 100%;
}
@media (min-width: 768px) {
  input.short,
  select.short {
    width: 30%;
  }
}
input.mini,
select.mini {
  width: 10em;
}

button[class*=sub-btn],
button[class*=back-btn],
button[class*=chack-btn] {
  font-size: 1.13rem;
  letter-spacing: 0.1em;
}

button[class*=sub-btn] {
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  position: relative;
  line-height: 1.4;
  font-weight: 700;
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  color: #ffffff;
  background-color: #1463D3;
  border: 1px solid;
  border-color: #1463D3;
  padding: 1.5rem 4%;
  width: 100%;
  border-radius: 999px;
}
button[class*=sub-btn]:hover {
  color: #ffffff;
  background-color: #023BAE;
  border-color: #023BAE;
}

button[class*=back-btn] {
  margin-top: 1rem;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  position: relative;
  line-height: 1.4;
  font-weight: 700;
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  color: #4B4D4E;
  background-color: #E5E9EC;
  border: 1px solid;
  border-color: #979DA4;
  padding: 1.5rem 4%;
  width: 100%;
  font-weight: 500;
}
button[class*=back-btn]:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
button[class*=back-btn]:hover::after {
  width: 4em;
  background-color: #000000;
}
button[class*=back-btn]::after {
  position: absolute;
  top: 50%;
  left: calc(100% - 1.5em);
  width: 3em;
  height: 1px;
  content: "";
  transition: all 0.3s ease 0s;
  background: #979DA4;
}

button[class*=chack-btn] {
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  position: relative;
  line-height: 1.4;
  font-weight: 700;
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  color: #ffffff;
  background-color: #1463D3;
  border: 1px solid;
  border-color: #2B2929;
  padding: 1.5rem 4%;
  width: 100%;
  font-weight: 500;
}
button[class*=chack-btn]:hover {
  color: #ffffff;
  background-color: #F0E921;
  border-color: #000000;
}
button[class*=chack-btn]:hover::after {
  width: 4em;
  background-color: #000000;
}
button[class*=chack-btn]::after {
  position: absolute;
  top: 50%;
  left: calc(100% - 1.5em);
  width: 3em;
  height: 1px;
  content: "";
  transition: all 0.3s ease 0s;
  background: #2B2929;
}

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

/* radio-btn */
.mwform-radio-field:not(:last-child) {
  margin-right: 1em;
}
.mwform-radio-field label {
  cursor: pointer;
}

.mwform-radio-field-text {
  vertical-align: top;
  font-size: 1.07em;
}

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

.vertical-item:not(:first-of-type) {
  margin-top: 1rem !important;
}

/* chack-btn */
@-moz-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 13px;
  }
}
@-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;
  }
}
@-moz-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 31.2px;
  }
}
input[type=checkbox] {
  display: none;
}

.check-box .vertical-item:not(:first-of-type) {
  margin-top: 1rem !important;
}
.check-box label {
  position: relative !important;
  cursor: pointer;
}
.check-box label::before {
  content: "";
  height: 26px;
  width: 26px;
  background-color: transparent;
  border: 1px solid #979DA4;
  margin-right: 1em;
  position: absolute;
  top: -0.15em;
  left: 0;
  display: block;
  transition: border-color ease 0.2s;
  z-index: 4;
}

.mwform-checkbox-field-text {
  vertical-align: top;
  padding-left: calc(26px + 1rem);
  display: block;
  font-size: 1.07em;
}
.mwform-checkbox-field-text::before, .mwform-checkbox-field-text::after {
  position: absolute;
  height: 0;
  width: 5.2px;
  background-color: #1463D3;
  display: inline-block;
  transform-origin: left top;
  content: "";
  transition: opacity ease 0.5;
  z-index: 3;
}
.mwform-checkbox-field-text::before {
  top: 22.36px;
  left: 10.4px;
  transform: rotate(-135deg);
}
.mwform-checkbox-field-text::after {
  top: 13px;
  left: 0.78px;
  transform: rotate(-45deg);
}

.mfp_checked .checked01,
input[type=checkbox]:checked + .mwform-checkbox-field-text,
.mwform-checkbox-field-text.checked {
  border-color: #1463D3;
}
.mfp_checked .checked01::after,
input[type=checkbox]:checked + .mwform-checkbox-field-text::after,
.mwform-checkbox-field-text.checked::after {
  height: 13px;
  animation: dothabottomcheck 0.2s ease 0s forwards;
}
.mfp_checked .checked01::before,
input[type=checkbox]:checked + .mwform-checkbox-field-text::before,
.mwform-checkbox-field-text.checked::before {
  height: 31.2px;
  animation: dothatopcheck 0.4s ease 0s forwards;
  box-shadow: 0 0 0 1.3px #ffffff;
}

.mw_wp_form .error {
  margin-top: 0.7rem;
}

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

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

textarea {
  height: 10em !important;
}

/*--------------------------------------------------------------------/
	main-view
/--------------------------------------------------------------------*/
.main-view {
  position: relative;
  height: max(200px,25vw);
}
@media (min-width: 1024px) {
  .main-view {
    height: 280px;
  }
}
.main-view .l-cont {
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 5em;
  z-index: 2;
}
@media (max-width: 575px) {
  .main-view .l-cont {
    justify-content: center;
  }
}

.main-view__ttl {
  width: 100%;
  text-align: center;
  color: #ffffff;
  position: relative;
  text-align: center;
  z-index: 2;
  font-size: clamp(12px, 4.29vw, 20px);
}
@media (min-width: 1024px) {
  .main-view__ttl {
    font-size: clamp(20px, 2vw, 32px);
  }
}
@media (min-width: 1296px) {
  .main-view__ttl {
    font-size: 2rem;
  }
}
.main-view__ttl h1 {
  display: block;
  width: fit-content;
  color: #ffffff;
  font-size: 1.5em;
  margin-bottom: 0.3em;
  line-height: 1;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}
.main-view__ttl em {
  display: block;
  color: #F0E921;
  text-transform: capitalize;
  font-style: normal;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

/*--------------------------------------------------------------------/
	contents-flex
/--------------------------------------------------------------------*/
.contents {
  padding-bottom: clamp(4rem, 14vw, 10rem);
  background: #1463D3;
}

.contents-flex {
  width: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .contents-flex {
    display: flex;
    justify-content: space-between;
  }
}

.contents-left {
  width: 100%;
}
@media (min-width: 1024px) {
  .contents-left {
    max-width: 940px;
    width: 78.33%;
  }
}
@media (max-width: 1023px) {
  .contents-left {
    margin-bottom: 5rem;
  }
}

.contents-right {
  width: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .contents-right {
    max-width: 320px;
    width: 26.66%;
  }
}