@charset "UTF-8";
@-webkit-keyframes arrow_anim {
  0% {
    left: 0;
    opacity: 0;
  }
  30% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
  100% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
}
@keyframes arrow_anim {
  0% {
    left: 0;
    opacity: 0;
  }
  30% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
  100% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
}
body,
html {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2;
  color: #000;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  font-style: normal;
  font-size: 13px;
}

span {
  font-style: normal;
}

a {
  text-decoration: none;
  color: #0068b5;
}

img {
  height: auto;
  max-width: 100%;
}

.sp {
  display: none;
}
@media all and (max-width: 767px) {
  .sp {
    display: block;
  }
}

#wrapper {
  position: relative;
  z-index: 1;
  min-height: 100vh;
}

.contents {
  position: relative;
  z-index: 700;
}

#rmp_menu_trigger-732:hover .responsive-menu-pro-inner,
#rmp_menu_trigger-732:hover .responsive-menu-pro-inner::before,
#rmp_menu_trigger-732:hover .responsive-menu-pro-inner::after {
  background-color: #0068b5;
}

.header {
  height: 80px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 800;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease-in-out, -webkit-box-shadow 0.5s ease-in-out;
  transition: background-color 0.3s ease-in-out, -webkit-box-shadow 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-in-out, background-color 0.3s ease-in-out;
  transition: box-shadow 0.5s ease-in-out, background-color 0.3s ease-in-out, -webkit-box-shadow 0.5s ease-in-out;
}
.header.has_shadow {
  -webkit-box-shadow: 0px 4px 31px -2px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 31px -2px rgba(0, 0, 0, 0.06);
  background-color: #fff;
}
@media all and (max-width: 767px) {
  .header {
    height: 60px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .header .header_logo img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .header {
    height: 80px;
    padding-right: 25px;
  }
}
.header .header_wrap {
  display: grid;
  grid-template-columns: 20% 80%;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  background-color: #fff;
  opacity: 80;
  grid-template-areas: "header_logo navi_container";
}
.header .header_wrap > div {
  -ms-flex-item-align: center;
      align-self: center;
}
.header .header_wrap .header_logo {
  grid-area: header_logo;
  z-index: 10;
  width: 130px;
  padding-left: 30px;
}
.header .header_wrap .header_logo img {
  width: 100px;
  height: 36px;
}
.header .header_wrap .navi_container {
  grid-area: navi_container;
}
.header .header_wrap .navi_container .navi {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .header_wrap .navi_container .navi li {
  list-style: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 3rem;
}
.header .header_wrap .navi_container .navi li:last-child {
  margin-right: 3rem;
}
.header .header_wrap .navi_container .navi li a {
  color: #0068b5;
  border-radius: 3px;
  text-align: center;
}
.header .header_wrap .navi_container .navi li:hover {
  border-bottom: 1px solid #0068b5;
}
@media all and (max-width: 767px) {
  .header .header_wrap {
    grid-template-columns: 1fr;
  }
}

.page_top_btn {
  background-color: #0068b5;
}

.footer {
  background-color: #0068b5;
  position: relative;
  color: #fff;
}
.footer .fadeinUp {
  opacity: 100;
}
.footer a {
  color: #fff;
}
.footer .navi_container .navi {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer .navi_container .navi li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  list-style: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 3rem;
}
.footer .navi_container .navi li:last-child {
  margin-right: 3rem;
}
.footer .navi_container .navi li a {
  color: #fff;
  border-radius: 3px;
  text-align: center;
}
.footer .navi_container .navi li:hover {
  border-bottom: 1px solid #0068b5;
}
.footer .link_border::after {
  background: #fff;
}
.footer_comname {
  padding-top: 90px;
}
.footer_comname_logo {
  margin-bottom: 20px;
}
.footer_comname .icon_02 {
  background-image: url("../img/common/icon_map_out.png");
  background-size: 10px auto;
  background-position: calc(100% - 1px) 0.4em;
  padding-right: 18px;
}
.footer_comname .icon_02::before {
  background-image: url("../img/common/icon_map_white.png");
  visibility: hidden;
}
.footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  line-height: 1.5;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
}
.footer_copyright {
  color: #4c6086;
  margin-left: 30px;
  padding-right: 4.5387994143vw;
}
.footer_copyright small {
  display: inline-block;
  white-space: nowrap;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #fff;
}
@media all and (max-width: 767px) {
  .footer {
    padding: 20px 20px 36px;
  }
  .footer_nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_nav ul li {
    width: 50%;
  }
  .footer_nav a {
    display: block;
    line-height: 40px;
    color: #fff;
  }
  .footer_comname {
    padding-top: 40px;
  }
  .footer_comname_logo {
    text-align: center;
  }
  .footer_comname_logo img {
    width: 127px;
  }
  .footer_copyright {
    padding-right: 47px;
    color: #fff;
  }
}
@media screen and (max-width: 374px) {
  .footer {
    padding: 5.3333333333vw 5.3333333333vw 36px;
    font-size: 11px;
  }
  .footer_copyright {
    font-size: 10px;
    margin-left: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 4.39238653vw 5.8565153734vw 46px 5.8565153734vw;
  }
  .footer_nav ul {
    max-width: 630px;
    margin: 0 auto;
  }
  .footer_nav a {
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    letter-spacing: 0;
    color: #fff;
  }
  .footer_comname {
    font-size: 12px;
    color: #fff;
  }
  .footer_comname .icon_02 {
    will-change: background-image;
    -webkit-transition: background-image 0.2s ease-out;
    transition: background-image 0.2s ease-out;
  }
  .footer_comname .icon_02:hover {
    background-image: url("../img/common/icon_map_white.png");
  }
  .footer_privacy {
    font-size: 12px;
  }
}

.mw_wp_form .error {
  color: #DE0000 !important;
  font-weight: 400;
}

.required {
  vertical-align: middle;
  background: url("../img/common/icon_required.svg") center top no-repeat;
  font-size: 10px;
  color: transparent;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
textarea {
  width: 100%;
  background: #E9ECF2;
  padding: 12px;
  display: block;
  border: 1px solid #E9ECF2;
  border-radius: 3px;
}
@media all and (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=url],
  input[type=password],
  textarea {
    padding: 10px;
  }
}

@media screen and (min-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=url] {
    max-width: 342px;
  }
}

[type=file] {
  display: none !important;
}

.file_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.file_01 label {
  position: relative;
  width: 133px;
  height: 35px;
  cursor: pointer;
  background: #E9ECF2;
  padding: 8px;
  display: block;
  border: 1px solid #E9ECF2;
  border-radius: 3px;
  margin-right: 20px;
  text-align: center;
}

.mwform-file-delete {
  display: none !important;
}

.mw-wp-form_file {
  visibility: hidden;
  height: 1px;
  width: 1px;
  display: inline-block;
}

textarea {
  height: 245px;
}
@media screen and (min-width: 768px) {
  textarea {
    height: 200px;
  }
}

input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.mwform-checkbox-field label,
.checkbox_01 {
  position: relative;
  cursor: pointer;
}
.mwform-checkbox-field label input[type=checkbox],
.checkbox_01 input[type=checkbox] {
  border: 0.5px solid #AAB6CB;
  background: #E9ECF2;
  height: 18px;
  width: 18px;
  border-radius: 3px;
}
.mwform-checkbox-field label input[type=checkbox]:checked + span::before,
.checkbox_01 input[type=checkbox]:checked + span::before {
  content: "";
  position: absolute;
  left: 0.1em;
  top: 0.2em;
  display: block;
  height: 18px;
  width: 18px;
  background: url("../img/common/icon_check_02.svg") center center no-repeat;
}

.checkbox_list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.checkbox_list.__inline_row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.checkbox_list.__inline_row li {
  margin-right: 20px;
}
.checkbox_list.__inline_col {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.checkbox_list.__inline_col li {
  margin-right: 20px;
}

.form_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 20px;
  letter-spacing: 0;
}
.form_flow li {
  position: relative;
  border: 1px solid #AAB6CB;
  border-radius: 3px;
  color: #AAB6CB;
  line-height: 1;
  padding: 8px 14px 9px;
}
.form_flow li.current {
  border-color: #0068b5;
  color: #0068b5;
}
.form_flow li:not(:last-child) {
  margin-right: 30px;
}
.form_flow li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  right: -31px;
  top: 50%;
  display: block;
  height: 1px;
  width: 30px;
  background-color: #AAB6CB;
}
@media all and (max-width: 767px) {
  .form_flow li:not(:last-child) {
    margin-right: 25px;
  }
  .form_flow li:not(:last-child)::after {
    right: -26px;
    width: 25px;
  }
}
.form_usage {
  text-align: center;
  margin-bottom: 35px;
  color: #AAB6CB;
}
.form_usage .required {
  background-position: center;
}

.item_wrap {
  border-top: 1px solid #E9ECF2;
  padding-top: 18px;
  padding-bottom: 18px;
}
.item_name {
  font-weight: 600;
}
.item_privacy {
  border-top: 1px solid #E9ECF2;
  padding-top: 30px;
  margin-bottom: 40px;
}
.item_privacy_text {
  margin-bottom: 5px;
  margin-left: -0.5em;
}
.item_privacy a {
  color: #0083c9;
}
.item_privacy a:hover {
  text-decoration: underline;
}
@media all and (max-width: 767px) {
  .item_name {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  .item_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .item_name {
    width: 22%;
    padding-top: 9px;
  }
  .item_field {
    width: 74%;
  }
}

.form_btn {
  position: relative;
}
.form_btn .input_back {
  position: absolute;
  left: 0;
  top: 50%;
}
.form_btn .input_back::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 8px;
  background: url("../img/common/arrow_02.svg") right center no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  vertical-align: middle;
}
.form_btn .input_back input {
  color: #0068b5;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
}
@media all and (max-width: 767px) {
  .form_btn {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .form_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.mw_wp_form_confirm .file_01 label,
.mw_wp_form_confirm .item_privacy {
  display: none;
}
.mw_wp_form_confirm .form_btn {
  border-top: 1px solid #E9ECF2;
}
@media all and (max-width: 767px) {
  .mw_wp_form_confirm .form_btn {
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .mw_wp_form_confirm .item_name,
  .mw_wp_form_confirm .item_field {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .mw_wp_form_confirm .form_btn {
    padding-top: 40px;
  }
}

.mw_wp_form_input .input_back {
  display: none;
}

.mw_wp_form_send_error {
  min-height: 40vh;
}

b {
  font-weight: inherit;
  font-style: inherit;
  text-indent: 0;
  display: inline-block;
  white-space: nowrap;
}

@media all and (max-width: 767px) {
  .contents {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .contents {
    margin-top: 100px;
  }
  .contents .section_title {
    margin-left: 80px;
    margin-bottom: 130px;
  }
}

@media all and (max-width: 767px) {
  .inner_01 {
    margin: 0 20px;
  }
}
@media screen and (max-width: 374px) {
  .inner_01 {
    margin: 0 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .inner_01 {
    margin: 0 30px;
  }
}

.textblock p:not(:last-child),
.textblock ul:not(:last-child),
.textblock ol:not(:last-child) {
  margin-bottom: 2em;
}

.b_kv {
  position: relative;
  background: center center no-repeat;
  background-size: cover;
}
.b_kv_inner {
  position: relative;
  background: #fff;
  top: -40px;
}
@media all and (max-width: 767px) {
  .b_kv {
    height: 568px;
    padding-left: 20px;
    margin-right: 20px;
  }
  .b_kv_inner {
    width: 77.3333333333vw;
    padding: 50px 25px 20px;
  }
}
@media screen and (max-width: 374px) {
  .b_kv {
    padding-left: 5.3333333333vw;
    margin-right: 5.3333333333vw;
  }
  .b_kv_inner {
    top: -10.6666666667vw;
    padding: 13.3333333333vw 6.6666666667vw 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .b_kv {
    margin-right: 30px;
    height: 668px;
  }
  .b_kv_inner {
    width: 525px;
    padding: 70px 50px 40px;
    margin-left: 30px;
  }
}

.b_section_01_img {
  display: block;
  background: center center no-repeat;
  background-size: cover;
}
.b_section_01_img.__img_right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media all and (max-width: 767px) {
  .b_section_01 {
    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 200px;
  }
  .b_section_01_img {
    position: relative;
    width: calc(100vw - 20px);
    height: calc(100vw - 20px);
    left: -20px;
    margin-bottom: 30px;
  }
  .b_section_01_img.__img_right {
    left: 0;
  }
}
@media screen and (max-width: 374px) {
  .b_section_01 {
    margin-right: 5.3333333333vw;
    margin-left: 5.3333333333vw;
    padding-top: 26.6666666667vw;
    padding-bottom: 26.6666666667vw;
  }
  .b_section_01_img {
    width: 94.6666666667vw;
    height: 94.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .b_section_01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .b_section_01_img {
    max-height: 668px;
    max-width: 668px;
    width: calc(50% - 12px);
    height: calc(50vw - 12px);
  }
  .b_section_01_cnts {
    max-width: 580px;
    margin: 0 auto;
    padding: 0 3.6603221083vw;
  }
}

.b_section_02 {
  max-width: 714px;
  margin: 0 auto 54px;
}
@media all and (max-width: 767px) {
  .b_section_02 {
    margin: 0 20px 40px;
  }
}
@media screen and (max-width: 374px) {
  .b_section_02 {
    margin: 0 5.3333333333vw 13.3333333333vw;
  }
}

.gototop_01,
.topicpath {
  font-size: 11px;
  margin-left: 80px;
  padding-top: 40px;
}
.gototop_01 ol,
.topicpath ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gototop_01 ol li:not(:last-child),
.topicpath ol li:not(:last-child) {
  margin-right: 15px;
}
.gototop_01 a,
.topicpath a {
  color: #4c6086;
  padding-left: 12px;
  background: url("../img/common/arrow_02.svg") left center no-repeat;
}
@media all and (max-width: 767px) {
  .gototop_01,
  .topicpath {
    margin-left: 20px;
    padding-top: 25px;
  }
}

.col_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.col_2_items {
  width: 452px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex.__reverse,
.flex_col.__reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex.__wrap,
.flex_col.__wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex.__center,
.flex_col.__center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex.__between,
.flex_col.__between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex.__align_center,
.flex_col.__align_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.__align_end,
.flex_col.__align_end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex.__end,
.flex_col.__end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.note_01 {
  margin-left: 1em;
  text-indent: -1em;
}

/*.list_note_01 {
  > li {
    margin-left: 1em;
    text-indent: -1em;
    &::before {
      content: "※";
    }
  }
}*/
.list_mark_01 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.list_mark_01 > li::before {
  width: 1em;
  min-width: 1em;
  content: "・";
  display: block;
}
.list_mark_01 > li:not(:last-child) {
  margin-bottom: 1em;
}

.list_check_01 > li {
  padding-left: 30px;
  background: url("../img/common/icon_check_01.svg") left 0.3em no-repeat;
}
.list_check_01 > li:not(:last-child) {
  margin-bottom: 1.2em;
}

.list_num_01 {
  counter-reset: num1 0;
}
.list_num_01 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list_num_01 > li::before {
  display: block;
  letter-spacing: 0;
  counter-increment: num1 1;
  content: counter(num1) ". ";
  display: block;
  width: 2em;
  min-width: 2em;
}

.list_num_02 {
  counter-reset: num2 0;
}
.list_num_02 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list_num_02 > li::before {
  display: block;
  letter-spacing: 0;
  counter-increment: num2 1;
  content: "(" counter(num2) ")";
  display: block;
  width: 3em;
  min-width: 3em;
}

.dl_01 {
  border-top: 1px solid #E9ECF2;
}
.dl_01 dt {
  font-weight: 600;
}
@media all and (max-width: 767px) {
  .dl_01 {
    line-height: 2.1;
  }
  .dl_01 dt {
    padding-top: 13px;
  }
  .dl_01 dd {
    padding-bottom: 13px;
    border-bottom: 1px solid #E9ECF2;
  }
}
@media screen and (min-width: 768px) {
  .dl_01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 774px;
    margin-left: auto;
  }
  .dl_01 dt,
  .dl_01 dd {
    border-bottom: 1px solid #E9ECF2;
    padding: 20px 0;
  }
  .dl_01 dt {
    width: 23%;
  }
  .dl_01 dd {
    width: 77%;
    -webkit-margin-start: 0 !important;
            margin-inline-start: 0 !important;
  }
}

.b_intersect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
  height: 668px;
  background: url("../img/common/bnr_intarsect_bg.jpg") center center no-repeat;
  text-align: center;
  background-size: cover;
  color: #FFF;
}
.index_intersect .b_intersect {
  background: url("../img/common/bnr_intarsect_bg.jpg") center center no-repeat;
}
.index_intersect .b_intersect .b-i {
  display: none;
}
.b_intersect h2 {
  font-size: 2rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
.b_intersect h2 img {
  display: block;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 374px) {
  .b_intersect h2 img {
    width: 90%;
  }
}
.b_intersect_img_copy {
  margin-bottom: 30px;
}
.b_intersect_read {
  margin-bottom: 2em;
  line-height: 2.15;
  font-size: 1.25rem;
}
@media all and (max-width: 767px) {
  .b_intersect {
    height: 606px;
  }
  .b_intersect_img_copy {
    width: 257px;
  }
  .b_intersect_img_logo {
    width: 254px;
  }
}
.b_intersect .btn_01 {
  margin-top: 5rem;
}
@media all and (max-width: 767px) {
  .b_intersect .btn_01 {
    margin-top: 2rem;
  }
}

.footer_bnr {
  position: relative;
  z-index: 20;
}
.footer_bnr_child {
  background-color: #E9ECF2;
}
.footer_bnr_child_bg {
  background: center center no-repeat;
  background-size: cover;
}
.footer_bnr_read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media all and (max-width: 767px) {
  .footer_bnr_child_bg {
    height: 66.6666666667vw;
  }
  .footer_bnr_inner {
    padding: 30px 20px 40px;
  }
  .footer_bnr_read {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .footer_bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .footer_bnr_child {
    width: 50%;
  }
  .footer_bnr_child:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .footer_bnr_child_bg {
    height: 33.3089311859vw;
  }
  .footer_bnr_inner {
    padding: 5.8565153734vw;
  }
  .footer_bnr_read {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 767px) and (max-width: 978px) {
  .footer_bnr_inner {
    padding: 3.6603221083vw;
    padding-bottom: 3.3674963397vw;
  }
}

.b_company_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
}
.b_company_link a:not(:last-child) {
  margin-right: 40px;
}
@media all and (max-width: 767px) {
  .b_company .footer_bnr_child_bg {
    background-image: url("../img/common/bnr_company_bg_sp.jpg");
  }
  .b_company_link {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .b_company .footer_bnr_child_bg {
    background-image: url("../img/common/bnr_company_bg.jpg");
  }
}

.b_independent_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
}
.b_independent_link a:not(:last-child) {
  margin-right: 40px;
}
@media all and (max-width: 767px) {
  .b_independent .footer_bnr_child_bg {
    background-image: url("../img/common/bnr_independent_bg_sp.jpg");
  }
  .b_independent_link {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .b_independent .footer_bnr_child_bg {
    background-image: url("../img/common/bnr_independent_bg.jpg");
  }
}

.b_contact_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
}
.b_contact_link a:not(:last-child) {
  margin-right: 40px;
}
@media all and (max-width: 767px) {
  .b_contact .footer_bnr_child_bg {
    background-image: url("../img/common/bnr_contact_bg_sp.jpg");
  }
  .b_contact_link {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .b_contact .footer_bnr_child_bg {
    background-image: url("../img/common/bnr_contact_bg.jpg");
  }
}

.fadeinUp {
  opacity: 0;
}

@media all and (max-width: 767px) {
  .hide_sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .hide_pc {
    display: none;
  }
  .fade {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .fade:hover {
    opacity: 0.75;
  }
}
@media screen and (min-width: 767px) and (max-width: 978px) {
  .hide_tb {
    display: none;
  }
}
.section_icon {
  display: block;
  height: 124px;
  width: 157px;
}
.section_icon i {
  height: 100%;
  width: 100%;
  display: block;
  background: url("../img/common/section_icon.svg") 0 0 no-repeat;
  background-size: 157px 124px;
}
.section_icon.__02 {
  position: relative;
  top: 16px;
  left: 68px;
}
.section_icon.__02 i {
  background-image: url("../img/common/section_icon_02.svg");
}
.section_icon.__04 {
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .section_icon {
    height: 46px;
    width: 58px;
  }
  .section_icon i {
    background-size: 58px 46px;
  }
  .section_icon.__01 {
    margin-left: -62px;
  }
}
@media screen and (min-width: 768px) {
  .section_icon.__03 {
    position: relative;
    top: -140px;
  }
}

@media all and (max-width: 767px) {
  .section_inner {
    margin-right: 24px;
    margin-left: 24px;
  }
}
@media screen and (min-width: 768px) {
  .section_inner {
    width: 730px;
    margin-left: auto;
    margin-right: 40px;
  }
}

.has_angle {
  position: relative;
}
.has_angle [class^=__angle_] {
  position: relative;
  display: block;
  height: 0;
  width: 0;
  border: 22px solid transparent;
  position: absolute;
}
.has_angle.__s [class^=__angle_] {
  border-width: 18px;
}
@media all and (max-width: 767px) {
  .has_angle [class^=__angle_] {
    border-width: 17px;
  }
  .has_angle.__s [class^=__angle_] {
    border-width: 14px;
  }
}
.has_angle .__angle_tl {
  top: -1px;
  left: -1px;
  border-top-color: #fff;
  border-left-color: #fff;
}
.has_angle .__angle_tr {
  top: -1px;
  right: -1px;
  border-top-color: #fff;
  border-right-color: #fff;
}
.has_angle .__angle_br {
  bottom: -1px;
  right: -1px;
  border-bottom-color: #fff;
  border-right-color: #fff;
}
.has_angle .__angle_bl {
  bottom: -1px;
  left: -1px;
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.has_angle.__bg3 .__angle_tl {
  border-top-color: #D6E2F2;
  border-left-color: #D6E2F2;
}
.has_angle.__bg3 .__angle_tr {
  border-top-color: #D6E2F2;
  border-right-color: #D6E2F2;
}
.has_angle.__bg3 .__angle_br {
  border-bottom-color: #D6E2F2;
  border-right-color: #D6E2F2;
}
.has_angle.__bg3 .__angle_bl {
  border-bottom-color: #D6E2F2;
  border-left-color: #D6E2F2;
}

.section_title {
  position: relative;
  display: inline-block;
  font-weight: 600;
}
.section_title_bar {
  content: "";
  display: block;
  height: 134px;
  width: 8px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-100%, -50%) rotate(-45deg);
          transform: translate(-100%, -50%) rotate(-45deg);
  opacity: 0;
}
.section_title.__bar_reverse_bar {
  -webkit-transform: translate(-100%, -50%) rotate(45deg);
          transform: translate(-100%, -50%) rotate(45deg);
}
.section_title.__bar_mc .section_title_bar {
  background: #0068b5;
}
.section_title span {
  position: relative;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  display: block;
  letter-spacing: 0;
  opacity: 0;
}
.section_title em {
  opacity: 0;
  display: block;
  position: relative;
  border-left: 1px solid #aab6cb;
  padding-left: 1em;
  font-style: normal;
}
.section_title.__mc {
  color: #0068b5;
}
@media all and (max-width: 767px) {
  .section_title {
    margin-bottom: 50px;
    margin-left: 20px;
    padding-right: 65px;
  }
  .section_title span {
    font-size: 30px;
    margin-bottom: 8px;
  }
  .section_title em {
    font-size: 13px;
  }
  .section_title_bar {
    width: 6px;
    height: 100px;
  }
  .section_title.__s span {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 374px) {
  .section_title {
    margin-bottom: 13.3333333333vw;
    margin-left: 5.3333333333vw;
    padding-right: 17.3333333333vw;
  }
  .section_title span {
    font-size: 8vw;
    margin-bottom: 2.1333333333vw;
  }
  .section_title em {
    font-size: 3.4666666667vw;
  }
  .section_title_bar {
    width: 1.6vw;
    height: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .section_title {
    margin-bottom: 70px;
    padding-right: 94px;
  }
  .section_title span {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .section_title em {
    line-height: 20px;
  }
}

.title_01 {
  font-weight: 600;
}
.title_01 span {
  display: block;
  margin-bottom: 10px;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 0;
}
.title_01 em {
  display: block;
  border-left: 1px solid #aab6cb;
  padding-left: 1em;
  line-height: 20px;
  font-style: normal;
}
@media all and (max-width: 767px) {
  .title_01 {
    margin-bottom: 20px;
  }
  .title_01 span {
    font-size: 26px;
  }
  .title_01 em {
    font-size: 13px;
  }
  .title_01.__mgh {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .title_01 {
    margin-bottom: 30px;
  }
  .title_01.__mgh {
    margin-bottom: 60px;
  }
}

.title_02 {
  position: relative;
  background: url("../img/common/title_02_bg.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  font-weight: 600;
  height: 364px;
  position: relative;
  margin-bottom: 25px;
}
.title_02_text {
  display: block;
  max-width: 1006px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
}
@media all and (max-width: 767px) {
  .title_02 {
    height: 120px;
    margin-bottom: 10px;
    padding-left: 20px;
  }
  .title_02_text {
    font-size: 20px;
  }
}

.title_03 {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
}
.title_03 span {
  display: block;
  font-weight: bold;
  font-size: 14px;
  font-style: normal;
}
@media all and (max-width: 767px) {
  .title_03 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .title_03 span {
    font-size: 14px;
  }
}

.icon_01 {
  padding-left: 22px;
  background: left center no-repeat;
}
.icon_02 {
  padding-right: 22px;
  background: right center no-repeat;
}
.icon.__outline {
  background-image: url("../img/common/icon_outline.svg");
}
.icon.__map {
  background-image: url("../img/common/icon_map.svg");
}
.icon_metro {
  display: inline-block;
  padding-left: 1.75em;
  background: left center no-repeat;
  vertical-align: middle;
}
.icon_metro.__z {
  background-image: url("../img/common/icon_metro_z.svg");
}
.icon_metro.__e {
  background-image: url("../img/common/icon_metro_e.svg");
}
.icon_metro.__g {
  background-image: url("../img/common/icon_metro_g.svg");
}

.arrow_01 {
  background: url("../assets/img/common/arrow_blue.svg") left 0.4em no-repeat;
  background-size: 6px auto;
  padding-left: 10px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.arrow_01:hover {
  opacity: 0.75;
}

.line_dot_top {
  border-top: 1px dashed #b2b2b2;
}

.line_dot_bottom {
  border-bottom: 1px dashed #b2b2b2;
}

.arrow_anim_01 {
  display: block;
}
.arrow_anim_01 .arrow {
  display: inline-block;
  height: 32px;
  width: 32px;
  background: #0068b5;
  border: 1px solid #0068b5;
  overflow: hidden;
  border-radius: 3px;
}
.arrow_anim_01 .arrow::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 2.5px);
  top: calc(50% - 4.5px);
  background: url("../img/common/arrow_01.svg") center center no-repeat;
  background-size: contain;
  width: 5px;
  height: 9px;
}
@media all and (max-width: 767px) {
  .arrow_anim_01 .arrow {
    height: 22px;
    width: 22px;
  }
}
@media screen and (min-width: 768px) {
  .arrow_anim_01 .arrow::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 0;
    height: 100%;
    opacity: 0;
    -webkit-transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  .arrow_anim_01:hover .arrow::before {
    width: 100%;
    opacity: 1;
  }
  .arrow_anim_01:hover .arrow::after {
    background-image: url("../img/common/arrow_02.svg");
    -webkit-animation-name: arrow_anim;
            animation-name: arrow_anim;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
}

.btn_01 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  border: 1px solid #0068b5;
  line-height: 36px;
  background: #0068b5;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-decoration: none;
  overflow: hidden;
  padding: 0 20px;
  white-space: nowrap;
}
.btn_01 span {
  position: relative;
  z-index: 10;
}
.btn_01.__white {
  background: #fff;
  color: #0068b5;
}
.btn_01.__dull_blue {
  background: #AAB6CB;
  border-color: #AAB6CB;
  color: #11141b;
}
.btn_01.__disabled {
  background-color: #E9ECF2;
  color: #AAB6CB;
  border-color: #E9ECF2;
  cursor: not-allowed;
}
@media all and (max-width: 767px) {
  .btn_01 {
    min-width: 160px;
    line-height: 32px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .btn_01 {
    min-width: 186px;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
  .btn_01::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 0;
    height: 100%;
    opacity: 0;
    border-radius: 3px;
    -webkit-transition: width 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, opacity 0.4s ease-in-out;
    z-index: 1;
  }
  .btn_01:not(.__disabled):hover {
    color: #0068b5;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
  .btn_01:not(.__disabled):hover::before {
    width: 100%;
    opacity: 1;
  }
  .btn_01.__white::before {
    background: #0068b5;
  }
  .btn_01.__white:hover {
    color: #fff;
    border-color: #fff;
  }
  .btn_01.__dull_blue::before {
    background: #11141b;
  }
  .btn_01.__dull_blue:hover {
    color: #AAB6CB;
  }
}

.btn_02 {
  position: relative;
  border-radius: 3px;
  border: 1px solid #AAB6CB;
  display: inline-block;
  padding: 0 10px 1px;
}
@media screen and (min-width: 768px) {
  .btn_02 {
    -webkit-transition: border 0.3s ease-in;
    transition: border 0.3s ease-in;
  }
  .btn_02:hover {
    border-color: #0068b5;
  }
}

.btn_submit,
.btn_back {
  padding: 0 !important;
}
.btn_submit input,
.btn_back input {
  position: relative;
  z-index: 10;
  display: inline-block;
  height: 44px;
  width: 186px;
  border-radius: 3px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.btn_submit input[disabled],
.btn_back input[disabled] {
  cursor: not-allowed;
}
@media all and (max-width: 767px) {
  .btn_submit input,
  .btn_back input {
    width: 160px;
  }
}
@media screen and (min-width: 768px) {
  .btn_submit:not(.__disabled),
  .btn_back:not(.__disabled) {
    -webkit-transition: border 0.3s ease-in;
    transition: border 0.3s ease-in;
  }
  .btn_submit:not(.__disabled) input:hover,
  .btn_back:not(.__disabled) input:hover {
    color: #0068b5 !important;
  }
}

.ac_trigger_icon {
  display: block;
  position: relative;
  padding: 0 !important;
  background: #0068b5;
  border: 1px solid #0068b5;
  border-radius: 3px;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  cursor: pointer;
}
.ac_trigger_icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  display: block;
  height: 10px;
  width: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ac_trigger_icon i::before, .ac_trigger_icon i::after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ac_trigger_icon i::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media all and (max-width: 767px) {
  .ac_trigger_icon {
    height: 23px;
    width: 23px;
  }
  .ac_trigger_icon i {
    height: 8px;
    width: 8px;
  }
}
@media screen and (min-width: 768px) {
  .ac_trigger_icon {
    height: 32px;
    width: 32px;
    overflow: hidden;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
  .ac_trigger_icon::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 0;
    height: 100%;
    opacity: 0;
    border-radius: 3px;
    -webkit-transition: width 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, opacity 0.4s ease-in-out;
    z-index: 1;
  }
  .ac_trigger:hover .ac_trigger_icon {
    color: #0068b5;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
  .ac_trigger:hover .ac_trigger_icon::before {
    width: 100%;
    opacity: 1;
  }
  .ac_trigger:hover .ac_trigger_icon i::before, .ac_trigger:hover .ac_trigger_icon i::after {
    background-color: #0068b5;
  }
}

.js_acOpened .ac_trigger_icon {
  background-color: transparent;
}
.js_acOpened .ac_trigger_icon::before {
  background-color: #0068b5;
}
.js_acOpened .ac_trigger_icon i::before, .js_acOpened .ac_trigger_icon i::after {
  background-color: #0068b5;
}
.js_acOpened .ac_trigger_icon i::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .js_acOpened:hover .ac_trigger_icon::before {
    background-color: #0068b5;
  }
  .js_acOpened:hover .ac_trigger_icon i::before, .js_acOpened:hover .ac_trigger_icon i::after {
    background-color: #fff !important;
  }
}

.align_center {
  text-align: center;
}

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.bold {
  font-weight: 500;
}

.fc_mc {
  color: #0068b5;
}
.fc_white {
  color: #fff;
}
.fc_monotone {
  color: #4C6086;
}

.link_border {
  display: inline-block;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .link_border::after {
    content: "";
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 0;
    height: 1px;
    opacity: 0;
    background: #0068b5;
  }
  .link_border:hover::after {
    width: 100%;
    opacity: 1;
  }
}

.ff_en {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
}

.fs_10 {
  font-size: 10px;
}

.fs_11 {
  font-size: 11px;
}

.fs_12 {
  font-size: 12px;
}

.fs_13 {
  font-size: 13px;
}

.fs_14 {
  font-size: 14px;
}

.fs_15 {
  font-size: 15px;
}

.fs_18 {
  font-size: 18px;
}

.fs_19 {
  font-size: 19px;
}

.fs_20 {
  font-size: 20px;
}

.fw_200 {
  font-weight: 200;
}

.fw_300 {
  font-weight: 300;
}

.fw_400 {
  font-weight: 400;
}

.fw_500 {
  font-weight: 500;
}

.fw_600 {
  font-weight: 600;
}

.mt_5 {
  margin-top: 5px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_15 {
  margin-top: 15px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_25 {
  margin-top: 25px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_35 {
  margin-top: 35px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_45 {
  margin-top: 45px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_55 {
  margin-top: 55px;
}

.mt_60 {
  margin-top: 60px;
}

.mt_65 {
  margin-top: 65px;
}

.mt_70 {
  margin-top: 70px;
}

.mt_75 {
  margin-top: 75px;
}

.mt_80 {
  margin-top: 80px;
}

.mt_85 {
  margin-top: 85px;
}

.mt_90 {
  margin-top: 90px;
}

.mt_95 {
  margin-top: 95px;
}

.mt_100 {
  margin-top: 100px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_35 {
  margin-bottom: 35px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_45 {
  margin-bottom: 45px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_55 {
  margin-bottom: 55px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_65 {
  margin-bottom: 65px;
}

.mb_70 {
  margin-bottom: 70px;
}

.mb_75 {
  margin-bottom: 75px;
}

.mb_80 {
  margin-bottom: 80px;
}

.mb_85 {
  margin-bottom: 85px;
}

.mb_90 {
  margin-bottom: 90px;
}

.mb_95 {
  margin-bottom: 95px;
}

.mb_100 {
  margin-bottom: 100px;
}

.ml_5 {
  margin-left: 5px;
}

.ml_10 {
  margin-left: 10px;
}

.ml_15 {
  margin-left: 15px;
}

.ml_20 {
  margin-left: 20px;
}

.ml_25 {
  margin-left: 25px;
}

.ml_30 {
  margin-left: 30px;
}

.ml_35 {
  margin-left: 35px;
}

.ml_40 {
  margin-left: 40px;
}

.ml_45 {
  margin-left: 45px;
}

.ml_50 {
  margin-left: 50px;
}

.ml_55 {
  margin-left: 55px;
}

.ml_60 {
  margin-left: 60px;
}

.ml_65 {
  margin-left: 65px;
}

.ml_70 {
  margin-left: 70px;
}

.ml_75 {
  margin-left: 75px;
}

.ml_80 {
  margin-left: 80px;
}

.ml_85 {
  margin-left: 85px;
}

.ml_90 {
  margin-left: 90px;
}

.ml_95 {
  margin-left: 95px;
}

.ml_100 {
  margin-left: 100px;
}

.mr_5 {
  margin-right: 5px;
}

.mr_10 {
  margin-right: 10px;
}

.mr_15 {
  margin-right: 15px;
}

.mr_20 {
  margin-right: 20px;
}

.mr_25 {
  margin-right: 25px;
}

.mr_30 {
  margin-right: 30px;
}

.mr_35 {
  margin-right: 35px;
}

.mr_40 {
  margin-right: 40px;
}

.mr_45 {
  margin-right: 45px;
}

.mr_50 {
  margin-right: 50px;
}

.mr_55 {
  margin-right: 55px;
}

.mr_60 {
  margin-right: 60px;
}

.mr_65 {
  margin-right: 65px;
}

.mr_70 {
  margin-right: 70px;
}

.mr_75 {
  margin-right: 75px;
}

.mr_80 {
  margin-right: 80px;
}

.mr_85 {
  margin-right: 85px;
}

.mr_90 {
  margin-right: 90px;
}

.mr_95 {
  margin-right: 95px;
}

.mr_100 {
  margin-right: 100px;
}

.p_5 {
  padding: 5px;
}

.p_10 {
  padding: 10px;
}

.p_15 {
  padding: 15px;
}

.p_20 {
  padding: 20px;
}

.p_25 {
  padding: 25px;
}

.p_30 {
  padding: 30px;
}

.p_35 {
  padding: 35px;
}

.p_40 {
  padding: 40px;
}

.p_45 {
  padding: 45px;
}

.p_50 {
  padding: 50px;
}

.p_55 {
  padding: 55px;
}

.p_60 {
  padding: 60px;
}

.p_65 {
  padding: 65px;
}

.p_70 {
  padding: 70px;
}

.p_75 {
  padding: 75px;
}

.p_80 {
  padding: 80px;
}

.p_85 {
  padding: 85px;
}

.p_90 {
  padding: 90px;
}

.p_95 {
  padding: 95px;
}

.p_100 {
  padding: 100px;
}

.contact_btnarea {
  max-width: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
.contact_thx_msg {
  margin-top: 70px;
  margin-bottom: 3em;
  font-weight: 600;
  text-align: center;
}
.contact_thx_btn {
  text-align: center;
}
@media all and (max-width: 767px) {
  .contact_form dt {
    margin-bottom: 7px;
  }
  .contact_form dd {
    margin-bottom: 12px;
  }
  .contact_form .input_message {
    height: 225px;
  }
}
@media screen and (min-width: 768px) {
  .contact_form {
    max-width: 620px;
  }
  .contact_form dt {
    margin-bottom: 10px;
  }
  .contact_form dd {
    margin-bottom: 20px;
  }
  .contact_form .input_comname, .contact_form .input_name, .contact_form .input_email {
    width: 330px;
  }
  .contact_form .input_message {
    height: 312px;
  }
}

.contact_comfirm .contact_form dt, .contact_error .contact_form dt {
  font-weight: 600;
}
.contact_comfirm .contact_btnarea, .contact_error .contact_btnarea {
  margin-top: 50px;
}
@media all and (max-width: 767px) {
  .contact_comfirm .contact_btnarea, .contact_error .contact_btnarea {
    margin-top: 30px;
  }
}

.show_error {
  display: none !important;
}

.contact_error .show_error {
  display: block !important;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}