@charset "UTF-8";
body {
  color: #002c60 !important;
  font-weight: 500 !important;
  font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
  letter-spacing: 0.05em !important;
}

a {
  color: #002c60;
  transition: all 0.2s ease;
}

@media screen and (max-width: 1201px) {
  .on_pc {
    display: none !important;
  }
}
@media screen and (min-width: 751px) {
  .on_tb {
    display: none !important;
  }
}
@media screen and (min-width: 1202px) {
  .on_sp {
    display: none !important;
  }
}
@media screen and (min-width: 601px) {
  .on_xs {
    display: none !important;
  }
}
input[type=text],
input[type=email],
textarea {
  width: 100%;
  padding: 0.75em 1em;
  border: 1px solid #fff;
  border-radius: 5px;
  box-sizing: border-box;
  background: #fff;
  font-size: 16px;
  transition: all 0.2s ease;
}
input[type=text]:hover, input[type=text]:focus,
input[type=email]:hover,
input[type=email]:focus,
textarea:hover,
textarea:focus {
  border: 1px solid #1f7ec6;
  outline: none;
}

table {
  width: 100%;
}

.post_content th {
  vertical-align: middle;
}
@media screen and (max-width: 1201px) {
  .post_content th {
    padding: 10px !important;
  }
}

@media screen and (max-width: 600px) {
  .post_content th,
  .post_content td {
    padding: 5px !important;
  }
}

.flex,
.media,
.card,
.flex_half {
  display: flex;
}

.media_tx {
  flex: 1;
}

.card {
  flex-direction: column;
}

.flex_half > * {
  flex: 1;
}
.flex_half > *:nth-child(2) {
  margin-left: 30px;
}

.base_table {
  border-top: 1px solid rgba(0, 44, 96, 0.1);
}
.base_table > dl {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
  border-bottom: 1px solid rgba(0, 44, 96, 0.1);
}
@media screen and (max-width: 1050px) {
  .base_table > dl {
    flex-direction: column;
  }
}
.base_table > dl > dt {
  position: relative;
  width: 13em;
  padding: 1.5em;
  box-sizing: border-box;
  color: #002c60;
}
@media screen and (max-width: 1050px) {
  .base_table > dl > dt {
    width: 100%;
    padding: 1em;
    background: #fff;
    text-align: center;
  }
}
.base_table > dl > dd {
  flex: 1;
  margin: 0;
  padding: 1.5em;
  box-sizing: border-box;
  text-align: left;
  word-break: break-all;
}
@media screen and (max-width: 1050px) {
  .base_table > dl > dd {
    width: 100%;
    padding: 1em;
  }
}
.base_table > dl > dd dl {
  margin-bottom: 0;
}
.base_table > dl > dd dl + dl {
  border-top: 1px solid rgba(0, 44, 96, 0.1);
}
.base_table > dl > dd dt,
.base_table > dl > dd dd {
  padding: 1.5em;
}
.base_table > dl > dd dd {
  margin-bottom: 0;
}
.base_table > dl > dd a {
  text-decoration: underline;
}
.base_table > dl > dd a:hover {
  text-decoration: none;
}
.base_table > dl .has_child {
  padding: 0 1.5em;
}
.base_table iframe {
  width: 100%;
  height: 300px;
  margin-top: 20px;
}
@media screen and (max-width: 1050px) {
  .base_table iframe {
    height: 210px;
  }
}
.base_table ul {
  margin-bottom: 0;
}

.small {
  font-size: 0.9em;
  line-height: 1.75;
}

.name dl,
.name dd {
  margin-bottom: 0;
}
.name dl {
  font-size: 1em;
  text-align: right;
}
.name dt {
  font-weight: 500;
}
.name dd {
  font-size: 1.4em;
}
.name span {
  margin-right: 1em;
  font-size: 0.7em;
}

.inner840 {
  width: 90%;
  max-width: 840px;
  margin: 0 auto !important;
}

.inner1020 {
  width: 90%;
  max-width: 1020px;
  margin: 0 auto !important;
}

.inner1200 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto !important;
}

.blank_tab > * {
  background-image: url(../img/blank_link_b.svg) !important;
  background-repeat: no-repeat !important;
}

.blank_tab_o > * {
  background-image: url(../img/blank_link_b.svg) !important;
  background-repeat: no-repeat !important;
}

a.blank_tab span {
  padding-right: 20px;
  background-position: right center;
  background-size: 14px;
}

.engage_wrap #engage-contributions-widget-wrapper {
  position: relative;
  width: 600px !important;
  margin: 90px auto 0;
  box-shadow: 0 0 2vw rgba(0, 44, 96, 0.2);
}
@media screen and (max-width: 750px) {
  .engage_wrap #engage-contributions-widget-wrapper {
    width: 90% !important;
    max-width: 450px;
    margin-top: 45px;
    box-shadow: 0 0 5vw rgba(0, 44, 96, 0.2);
  }
}
.home .engage_wrap #engage-contributions-widget-wrapper {
  margin: 0 auto 120px;
}
@media screen and (max-width: 750px) {
  .home .engage_wrap #engage-contributions-widget-wrapper {
    margin: 20px auto 60px;
  }
}

.btn {
  display: block;
  padding: 1em 3em;
  border: 2px solid #1f7ec6;
  border-radius: 300px;
  background: #1f7ec6;
  color: #fff !important;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .btn {
    padding: 1em 2em;
  }
}
.btn:hover {
  opacity: 0.7;
}
.btn.brown {
  border-color: #002c60;
  background: #002c60;
}

.link_button a {
  height: auto !important;
  padding: 5px 50px !important;
  border-radius: 600px;
  font-weight: 600;
}

.global_menu > ul > .blank_tab > a {
  background-position: right 20px center;
  background-size: 14px auto;
}
@media screen and (max-width: 1400px) {
  .global_menu > ul > .blank_tab > a {
    background-position: right 10px center;
  }
}

.global_menu ul ul a {
  background: #002c60;
}

@media screen and (max-width: 1550px) {
  .global_menu > ul > #menu-item-109 > a span.main {
    padding-left: 20px;
    text-align: left;
  }
}
@media screen and (max-width: 1400px) {
  .global_menu > ul > #menu-item-109 > a span.main {
    padding-left: 10px;
  }
}

.pc .header_fix #header .global_menu > ul > .blank_tab > a {
  background-image: url(../img/blank_link_b.svg) !important;
}

body.open_drawer_menu #drawer_menu #drawer_menu_inner {
  width: 100%;
}

#drawer_menu .menu .blank_tab > a {
  background-position: left calc(50% + 90px) center;
  background-size: 14px auto;
}
@media screen and (max-width: 750px) {
  #drawer_menu .menu .blank_tab > a {
    background-position: left calc(50% + 70px) center;
  }
}

#footer_menu .blank_tab > a {
  background-position: right 10px center;
  background-size: 14px auto;
}

.dp-footer-bar a {
  padding: 22px 0;
}

.dp-footer-bar-item:only-child .dp-footer-bar-icon:before {
  top: -4px;
  right: calc(50% - 55px);
}

#index_slider .caption {
  padding: 0;
}
@media screen and (max-width: 750px) {
  #index_slider .caption {
    padding: 0 30px;
  }
}

.index_design_content .content_area {
  width: calc(50% + 210px);
}
@media screen and (max-width: 1201px) {
  .index_design_content .content_area {
    width: calc(50% + 50px);
  }
}
@media screen and (max-width: 750px) {
  .index_design_content .content_area {
    width: 100%;
  }
}

.index_design_content .content_area .catch {
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  .index_design_content .content_area .catch {
    font-size: 18px;
  }
}

.index_image_slider.num3 .catch {
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .index_free_space.num4 {
    padding: 0;
  }
}

.mt120 {
  margin-top: 120px !important;
}
@media screen and (max-width: 1050px) {
  .mt120 {
    margin-top: 60px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 1050px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.styled_h2,
.styled_h3,
.styled_h4,
.styled_h5 {
  border-color: #002c60;
  color: #002c60;
}

.styled_h2 {
  font-size: 28px !important;
}
@media screen and (max-width: 1201px) {
  .styled_h2 {
    font-size: 22px !important;
  }
}

.styled_h3 {
  font-size: 28px !important;
}
@media screen and (max-width: 1201px) {
  .styled_h3 {
    padding: 15px 0 15px 15px !important;
    font-size: 22px !important;
  }
}

.styled_h4 {
  font-size: 26px !important;
}
@media screen and (max-width: 1201px) {
  .styled_h4 {
    font-size: 20px !important;
  }
}

.styled_h5 {
  font-size: 24px !important;
}
@media screen and (max-width: 1201px) {
  .styled_h5 {
    font-size: 18px !important;
  }
}

.post_content h1,
.post_content h2,
.post_content h3,
.post_content h4,
.post_content h5,
.post_content h6 {
  font-weight: 600;
}

.post_content h1 {
  font-size: 30px !important;
}
@media screen and (max-width: 1201px) {
  .post_content h1 {
    font-size: 24px !important;
  }
}

.tx_cyan {
  color: #2bbab5;
}

.tx_orange {
  color: #1f7ec6;
}

.tx_big {
  font-size: 2em;
}
@media screen and (max-width: 1050px) {
  .tx_big {
    font-size: 1.8em;
  }
}
.tx_big .num {
  font-size: 1.5em;
}

.tx_small {
  font-size: 80%;
}

.tx_bold {
  font-weight: 700;
}

.bg_brown {
  background: rgba(0, 44, 96, 0.03);
}

.bg_cyan {
  background: #2bbab5;
}

#page_header.animate .headline,
#page_header.animate .catch {
  font-weight: 600;
}

.post_content .page_archive ul {
  flex-wrap: wrap;
  margin-left: 0;
}
@media screen and (max-width: 1201px) {
  .post_content .page_archive ul {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .post_content .page_archive ul {
    flex-direction: column;
  }
}
.post_content .page_archive li {
  flex: 1;
  flex-basis: 50%;
  list-style: none;
}
@media screen and (max-width: 1201px) {
  .post_content .page_archive li {
    max-width: 480px;
  }
}
@media screen and (max-width: 600px) {
  .post_content .page_archive li {
    width: 100%;
  }
}
.post_content .page_archive a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/2;
}
.post_content .page_archive a:hover img {
  transform: scale(1.2);
}
.post_content .page_archive img {
  width: 100%;
  max-width: none;
  height: 100%;
  transition: all 0.4s ease;
  object-fit: cover;
}
.post_content .page_archive h2 {
  position: absolute;
  margin: 0 !important;
  padding: 0.5em 1em;
  background: #1f7ec6;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .post_content .page_archive h2 {
    font-size: 18px;
  }
}

.col2_icon_box {
  margin-left: 0 !important;
}
.col2_icon_box li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px;
  border-radius: 20px;
  background: #fff;
}
@media screen and (max-width: 1050px) {
  .col2_icon_box li {
    padding: 20px;
    border-radius: 10px;
  }
}
.col2_icon_box li + li {
  margin-top: 60px;
}
@media screen and (max-width: 1050px) {
  .col2_icon_box li + li {
    margin-top: 30px;
  }
}
.col2_icon_box .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #f7f7f7;
}
@media screen and (max-width: 1050px) {
  .col2_icon_box .img {
    width: 120px;
    height: 120px;
  }
}
.col2_icon_box .img img {
  width: 85%;
}
.col2_icon_box dl,
.col2_icon_box dd {
  margin-bottom: 0;
}
.col2_icon_box dt {
  margin: 50px 0;
  font-size: 22px;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .col2_icon_box dt {
    margin: 25px 0 15px;
    font-size: 16px;
  }
}

.frame {
  padding: 60px;
  background: #fff;
}
@media screen and (max-width: 1050px) {
  .frame {
    padding: 20px;
  }
}

.flow ol {
  margin: 60px 0 0 !important;
  counter-reset: num;
}
@media screen and (max-width: 750px) {
  .flow ol {
    margin-top: 30px !important;
  }
}
.flow li {
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px;
  border-radius: 1500px;
  counter-increment: num;
}
@media screen and (max-width: 750px) {
  .flow li {
    flex-direction: column;
    padding: 20px;
    border-radius: 10px;
  }
}
.flow li:not(:last-child) {
  margin-bottom: 50px;
}
.flow li:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: -31px;
  left: calc(50% - 12px);
  transform: rotate(135deg);
  width: 20px;
  height: 20px;
}
.flow li:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .flow li:nth-child(even) {
    flex-direction: column;
  }
}
.flow .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .flow .img {
    width: 90px;
    height: 90px;
  }
}
.flow .img img {
  width: 70%;
}
.flow .tx {
  flex: 1;
  margin-left: 60px;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .flow .tx {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
.flow dl,
.flow dd {
  margin-bottom: 0;
}
.flow dt {
  font-size: 1.4em;
}
@media screen and (max-width: 750px) {
  .flow dt {
    line-height: 1.75;
  }
}
.flow dt::before {
  content: counter(num) ". ";
}
.flow dd {
  padding-right: 60px;
}
@media screen and (max-width: 750px) {
  .flow dd {
    padding-right: 0;
  }
}
.flow a {
  color: #fff;
  text-decoration: underline;
}
.flow a:hover {
  opacity: 0.7;
  color: #fff;
}
.flow.cyan li {
  background: #2bbab5;
}
.flow.cyan li:not(:last-child)::before {
  border-top: 5px solid #2bbab5;
  border-right: 5px solid #2bbab5;
}
.flow.brown li {
  background: #002c60;
}
.flow.brown li:not(:last-child)::before {
  border-top: 5px solid #002c60;
  border-right: 5px solid #002c60;
}

.page-template-default:has(.page_archive) #page_header, .page-template-default:has(.contact_primary) #page_header {
  height: 50vh !important;
}
.page-template-default:has(.parent_bg_cyan) #page_header .headline {
  background: #2bbab5;
}
.page-template-default:has(.parent_bg_cyan) #main_contents {
  background: rgba(43, 186, 181, 0.1);
}
.page-template-default:has(.parent_bg_cyan) .post_content .page_archive h2 {
  background: #2bbab5;
}
.page-template-default:has(.parent_bg_cyan) .col2_icon_box li {
  box-shadow: 0 0.5vw 1vw rgba(43, 186, 181, 0.2);
}
@media screen and (max-width: 1050px) {
  .page-template-default:has(.parent_bg_cyan) .col2_icon_box li {
    box-shadow: 0 2vw 4vw rgba(43, 186, 181, 0.2);
  }
}
.page-template-default:has(.parent_bg_cyan) .frame {
  box-shadow: 0 0.5vw 1vw rgba(43, 186, 181, 0.2);
}
@media screen and (max-width: 1050px) {
  .page-template-default:has(.parent_bg_cyan) .frame {
    box-shadow: 0 2vw 4vw rgba(43, 186, 181, 0.2);
  }
}
.page-template-default:has(.parent_bg_orange) #page_header .headline {
  background: #1f7ec6;
}
.page-template-default:has(.parent_bg_orange) #main_contents {
  background: rgba(31, 126, 198, 0.075);
}
.page-template-default:has(.parent_bg_orange) .col2_icon_box li {
  box-shadow: 0 0.5vw 1vw rgba(31, 126, 198, 0.2);
}
@media screen and (max-width: 1050px) {
  .page-template-default:has(.parent_bg_orange) .col2_icon_box li {
    box-shadow: 0 2vw 4vw rgba(31, 126, 198, 0.2);
  }
}
.page-template-default:has(.parent_bg_orange) .frame {
  box-shadow: 0 0.5vw 1vw rgba(31, 126, 198, 0.2);
}
@media screen and (max-width: 1050px) {
  .page-template-default:has(.parent_bg_orange) .frame {
    box-shadow: 0 2vw 4vw rgba(31, 126, 198, 0.2);
  }
}
.page-template-default:has(.parent_bg_brown) #page_header .headline {
  background: #002c60;
}
.page-template-default:has(.parent_bg_brown) #main_contents {
  background: rgba(0, 44, 96, 0.03);
}
.page-template-default:has(.parent_bg_brown) .post_content .page_archive h2 {
  background: #002c60;
}
.page-template-default:has(.parent_bg_brown) .col2_icon_box li {
  box-shadow: 0 0.5vw 1vw rgba(0, 44, 96, 0.2);
}
@media screen and (max-width: 1050px) {
  .page-template-default:has(.parent_bg_brown) .col2_icon_box li {
    box-shadow: 0 2vw 4vw rgba(0, 44, 96, 0.2);
  }
}
.page-template-default:has(.parent_bg_brown) .frame {
  box-shadow: 0 0.5vw 1vw rgba(0, 44, 96, 0.2);
}
@media screen and (max-width: 1050px) {
  .page-template-default:has(.parent_bg_brown) .frame {
    box-shadow: 0 2vw 4vw rgba(0, 44, 96, 0.2);
  }
}

@media screen and (max-width: 750px) {
  #page_header .catch_area {
    padding: 0 10px;
  }
}

#page_header .headline {
  width: auto;
  min-width: 170px;
  max-width: 600px;
  background: #002c60;
}
#page_header .headline span {
  font-weight: 700;
}
#page_header .headline .main {
  font-size: 45px;
}
@media screen and (max-width: 1050px) {
  #page_header .headline .main {
    font-size: 25px;
  }
}
#page_header .headline .sub_title {
  margin-top: 1em;
  font-size: 16px;
}
@media screen and (max-width: 1050px) {
  #page_header .headline .sub_title {
    font-size: 13px;
  }
}

#page_header.animate .desc {
  margin-top: 2em;
  font-weight: 600;
  font-size: 30px;
  line-height: 2;
}
@media screen and (max-width: 1050px) {
  #page_header.animate .desc {
    font-size: 16px;
  }
}

.num_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px !important;
}
@media screen and (max-width: 1050px) {
  .num_list {
    margin: 0 -10px !important;
  }
}
@media screen and (max-width: 750px) {
  .num_list {
    flex-direction: column;
  }
}
.num_list li {
  list-style: none;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 1050px) {
  .num_list li {
    padding: 10px;
  }
}
.num_list .half {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .num_list .half {
    width: 100%;
  }
}
.num_list .half .flex {
  flex-direction: column;
}
.num_list .half .tx {
  margin-bottom: 30px;
  padding-left: 0;
}
@media screen and (max-width: 750px) {
  .num_list .half .tx {
    margin-bottom: 20px;
  }
}
.num_list .half .img {
  margin-top: auto;
}
.num_list .full .flex > * {
  flex: 1;
}
.num_list .reverse .flex {
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .num_list .reverse .flex {
    flex-direction: column;
  }
}
.num_list .reverse .tx {
  padding: 0 30px 0 0;
}
@media screen and (max-width: 750px) {
  .num_list .reverse .tx {
    padding: 0;
  }
}
.num_list .flex {
  align-items: center;
  height: 100%;
  padding: 60px 0;
  border-radius: 20px;
  box-sizing: border-box;
  background: #002c60;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .num_list .flex {
    flex-direction: column;
    padding: 20px;
    border-radius: 10px;
  }
}
.num_list .tx {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 30px;
}
@media screen and (max-width: 1201px) {
  .num_list .tx {
    margin-bottom: 20px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 750px) {
  .num_list .tx {
    padding-left: 0;
  }
}
.num_list p {
  margin-bottom: 0;
}
.num_list .ttl {
  font-weight: 600;
  font-size: 1.4em;
  line-height: 3.5;
}
@media screen and (max-width: 1201px) {
  .num_list .ttl {
    font-size: 1em;
    line-height: 2.5;
  }
}
@media screen and (max-width: 750px) {
  .num_list .ttl {
    font-size: 1.2em;
  }
}
.num_list span {
  line-height: 1;
}
.num_list .tx_big {
  font-size: 3.5em;
}
@media screen and (max-width: 1050px) {
  .num_list .tx_big {
    font-size: 2.75em;
  }
}
@media screen and (max-width: 750px) {
  .num_list .tx_big {
    font-size: 2.25em;
  }
}
.num_list .tx_small {
  font-size: 45%;
}
.num_list .supplement {
  margin-top: 1em !important;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  .num_list .supplement {
    margin-top: 0 !important;
  }
}
.num_list .img {
  display: flex;
  justify-content: center;
  width: 100%;
  line-height: 0;
}
.num_list .img img {
  width: 70%;
}

.page_nav {
  display: flex;
  align-items: center;
  max-width: 860px;
  margin: 120px auto 0;
  padding-top: 100px;
  border-top: 3px solid #1f7ec6;
}
@media screen and (max-width: 1050px) {
  .page_nav {
    flex-direction: column;
    margin-top: 60px;
    padding: 40px 0;
  }
}
.page_nav .parent {
  width: 360px;
}
@media screen and (max-width: 1050px) {
  .page_nav .parent {
    width: 100%;
    margin-bottom: 1.5em;
    text-align: center;
  }
}
.page_nav .parent p {
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-size: 1.2em;
}
@media screen and (max-width: 1050px) {
  .page_nav .parent p {
    padding-right: 20px;
  }
}
.page_nav .parent p::before {
  content: "";
  position: absolute;
  top: 17px;
  right: -20px;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #002c60;
  border-right: 2px solid #002c60;
}
@media screen and (max-width: 1050px) {
  .page_nav .parent p::before {
    right: 5px;
    width: 8px;
    height: 8px;
  }
}
.page_nav .child {
  flex: 1;
}
.page_nav ul {
  margin-left: 0;
}
.page_nav li {
  list-style: none;
  margin: 15px 0;
}
@media screen and (max-width: 1050px) {
  .page_nav li {
    width: 100%;
  }
}
.page_nav .current .btn {
  border-color: #1f7ec6;
  background: #fff;
  color: #1f7ec6 !important;
}
.parent_bg_cyan + .page_nav {
  border-top-color: #2bbab5;
}
.parent_bg_cyan + .page_nav .parent a::before {
  border-color: #2bbab5;
}
.parent_bg_cyan + .page_nav .parent a:hover {
  color: #2bbab5;
}
.parent_bg_cyan + .page_nav .parent a:hover::before {
  border-color: #2bbab5;
}
.parent_bg_cyan + .page_nav .btn {
  border-color: #2bbab5;
  background: #2bbab5;
}
.parent_bg_cyan + .page_nav .current .btn {
  background: #fff;
  color: #2bbab5 !important;
}
.parent_bg_brown + .page_nav {
  border-top-color: #002c60;
}
.parent_bg_brown + .page_nav .parent a::before {
  border-color: #002c60;
}
.parent_bg_brown + .page_nav .parent a:hover {
  color: #002c60;
}
.parent_bg_brown + .page_nav .parent a:hover::before {
  border-color: #002c60;
}
.parent_bg_brown + .page_nav .btn {
  border-color: #002c60;
  background: #002c60;
}
.parent_bg_brown + .page_nav .current .btn {
  background: #fff;
  color: #002c60 !important;
}

#page_group .page_lead {
  font-weight: 700;
  font-size: 1.2em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1201px) {
  #page_group .page_lead {
    font-size: 1em;
  }
}
#page_group .blc01 {
  margin-top: 90px;
  padding: 30px;
  border-radius: 40px;
  background: #002c60;
}
@media screen and (max-width: 1201px) {
  #page_group .blc01 {
    margin-top: 60px;
    padding: 15px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 600px) {
  #page_group .blc01 {
    margin-top: 30px;
  }
}
#page_group .blc01 .col2_icon_box {
  justify-content: space-between;
}
@media screen and (max-width: 1201px) {
  #page_group .blc01 .col2_icon_box {
    flex-direction: column;
  }
}
#page_group .blc01 li {
  width: calc(50% - 20px);
  margin: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1430px) {
  #page_group .blc01 li {
    padding: 30px;
  }
}
@media screen and (max-width: 1201px) {
  #page_group .blc01 li {
    width: 100%;
    padding: 15px;
  }
}
#page_group .blc01 .box_cyan {
  background: #e9f8f7;
}
#page_group .blc01 .box_orange {
  position: relative;
  background: #fef4eb;
}
@media screen and (max-width: 1201px) {
  #page_group .blc01 .box_orange {
    margin-top: 70px;
  }
}

/*
#page_group .blc01 .box_orange::before, #page_group .blc01 .box_orange::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -80px;
  width: 70px;
  height: 16px;
  border-radius: 300px;
  background: #fff;
}
@media screen and (max-width: 1201px) {
  #page_group .blc01 .box_orange::before, #page_group .blc01 .box_orange::after {
    top: -40px;
    left: 50%;
    width: 40px;
    height: 8px;
  }
}
#page_group .blc01 .box_orange::before {
  transform: translateY(-50%);
}
@media screen and (max-width: 1201px) {
  #page_group .blc01 .box_orange::before {
    transform: translateX(-50%);
  }
}
#page_group .blc01 .box_orange::after {
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 1201px) {
  #page_group .blc01 .box_orange::after {
    transform: translateX(-50%) rotate(90deg);
  }
}*/


#page_group .blc01 .img {
  width: 100%;
  height: 270px;
  background: transparent;
}
@media screen and (max-width: 1440px) {
  #page_group .blc01 .img {
    height: 180px;
  }
}
@media screen and (max-width: 1201px) {
  #page_group .blc01 .img {
    height: 150px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  #page_group .blc01 .img {
    height: 120px;
  }
}
#page_group .blc01 .img img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 1320px) {
  #page_group .blc01 dt {
    margin: 40px 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 1201px) {
  #page_group .blc01 dt {
    margin: 30px 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  #page_group .blc01 dt {
    font-size: 16px;
  }
  #page_group .blc01 dt .tx_big {
    font-size: 1.5em;
  }
}
#page_group .blc01 h2 {
  color: #fff;
  font-weight: 700;
  font-size: 3.5em;
  line-height: 3;
  text-align: center;
}
@media screen and (max-width: 1201px) {
  #page_group .blc01 h2 {
    font-size: 2em;
    line-height: 1.75;
  }
}
@media screen and (max-width: 600px) {
  #page_group .blc01 h2 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 1201px) {
  #page_group .blc02 {
    width: 100%;
  }
}
#page_group .blc02 .flex {
  flex-direction: column;
  align-items: center;
}
#page_group .blc02 .tx {
  width: 85%;
  margin-top: -60px;
  padding: 60px;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 1050px) {
  #page_group .blc02 .tx {
    width: 90%;
    margin-top: -45px;
    padding: 20px;
  }
}
#page_group .blc02 .tx_big {
  margin-bottom: 1.5em;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  #page_group .blc02 .tx_big {
    margin-bottom: 1em;
    line-height: 1.5;
  }
}

.page-id-67 #main_contents {
  width: 100%;
}
.page-id-67 #page_content {
  width: 100%;
  max-width: 1800px;
}

.page-id-70 #main_contents {
  width: 100%;
}
.page-id-70 #page_content {
  width: 100%;
  max-width: 1500px;
}

.page-id-73 #main_contents {
  width: 100%;
}
.page-id-73 #page_content {
  width: 100%;
  max-width: 1200px;
}

#page_interview .interview_wrap {
  margin-top: 210px;
  padding-bottom: 90px;
  box-shadow: 0 0.25vw 1vw rgba(0, 44, 96, 0.1);
  background: #fff;
}
@media screen and (max-width: 1050px) {
  #page_interview .interview_wrap {
    margin-top: 60px;
    padding-bottom: 40px;
  }
}
#page_interview .interview_wrap + .interview_wrap {
  margin-top: 360px;
}
@media screen and (max-width: 1050px) {
  #page_interview .interview_wrap + .interview_wrap {
    margin-top: 120px;
  }
}
#page_interview .interview_wrap:nth-child(even) .layout01 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1050px) {
  #page_interview .interview_wrap:nth-child(even) .layout01 {
    flex-direction: column;
  }
}
#page_interview .intro {
  position: relative;
  top: -210px;
  margin-bottom: -210px !important;
}
@media screen and (max-width: 1050px) {
  #page_interview .intro {
    top: -60px;
    margin-bottom: -60px !important;
  }
}
#page_interview .intro .img {
  line-height: 0;
}
#page_interview .intro .tx {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 2em;
  text-shadow: 0 3px 6px #002c60;
}
#page_interview .intro .tx p {
  position: relative;
  padding: 0 0 0.6em 0.75em;
  color: #fff;
  font-weight: 700;
  font-size: clamp(16px, 4vw, 50px);
  line-height: 1.4;
}
#page_interview .prof {
  background: #002c60;
  color: #fff;
  font-weight: 700;
}
#page_interview .prof .flex {
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
@media screen and (max-width: 750px) {
  #page_interview .prof .flex {
    padding: 15px 0;
  }
}
#page_interview .prof .name {
  margin-right: 60px;
  padding: 0 60px 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  font-size: clamp(30px, 4vw, 70px);
}
@media screen and (max-width: 750px) {
  #page_interview .prof .name {
    margin-right: 20px;
    padding: 0 20px 0 0;
  }
}
#page_interview .prof .name p {
  padding: 10px 0;
  line-height: 1;
}
#page_interview .prof .name span {
  font-size: 0.4em;
}
@media screen and (max-width: 750px) {
  #page_interview .prof .name span {
    margin-right: 0;
  }
}
#page_interview .prof .introduction {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  #page_interview .prof .introduction {
    flex-direction: column;
  }
}
#page_interview .prof .introduction p {
  margin-bottom: 0;
  font-size: clamp(15px, 3vw, 18px);
}
#page_interview .prof .introduction .join {
  margin-right: 1em;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 750px) {
  #page_interview .prof .introduction .join {
    margin: 0 0 5px 0;
  }
}
#page_interview .schedule {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 750px;
  margin: 120px auto;
}
@media screen and (max-width: 1201px) {
  #page_interview .schedule {
    flex-direction: column;
    margin: 45px auto;
  }
}
#page_interview .schedule .img {
  width: 210px;
  line-height: 0;
}
@media screen and (max-width: 1201px) {
  #page_interview .schedule .img {
    width: 120px;
  }
}
#page_interview .schedule .img + div {
  flex: 1;
  margin-left: 60px;
}
@media screen and (max-width: 1201px) {
  #page_interview .schedule .img + div {
    width: 90%;
    margin: 15px 0 0;
  }
}
#page_interview .schedule dl,
#page_interview .schedule dd {
  margin-bottom: 0;
}
#page_interview .schedule dl {
  display: flex;
  padding: 0.5em 1em;
  border-bottom: 1px solid rgba(0, 44, 96, 0.25);
}
#page_interview .schedule dt {
  width: 8em;
}
@media screen and (max-width: 1201px) {
  #page_interview .schedule dt {
    width: 6em;
  }
}
#page_interview .schedule dd {
  flex: 1;
}
#page_interview .interview_detail dl,
#page_interview .interview_detail dd {
  margin-bottom: 0;
}
#page_interview .interview_detail dl + dl {
  margin-top: 40px;
}
@media screen and (max-width: 1050px) {
  #page_interview .interview_detail dl + dl {
    margin-top: 20px;
  }
}
#page_interview .interview_detail dt,
#page_interview .interview_detail dd {
  padding-left: 60px;
}
@media screen and (max-width: 1201px) {
  #page_interview .interview_detail dt,
  #page_interview .interview_detail dd {
    padding-left: 30px;
  }
}
#page_interview .interview_detail dt {
  position: relative;
  color: #002c60;
  font-size: 1.1em;
}
#page_interview .interview_detail dt::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 40px;
  height: 3px;
  background: #002c60;
}
@media screen and (max-width: 1201px) {
  #page_interview .interview_detail dt::before {
    top: 16px;
    width: 20px;
  }
}
@media screen and (max-width: 600px) {
  #page_interview .interview_detail dt::before {
    top: 15px;
  }
}
#page_interview .interview_detail .layout01 {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1050px) {
  #page_interview .interview_detail .layout01 {
    flex-direction: column;
  }
}
#page_interview .interview_detail .layout01 .img {
  flex: 1;
  position: sticky;
  top: 121px;
}
@media screen and (max-width: 1050px) {
  #page_interview .interview_detail .layout01 .img {
    position: static;
    top: auto;
  }
}
#page_interview .interview_detail .layout01 .tx {
  flex: 1;
  margin: 0 90px;
}
@media screen and (max-width: 1050px) {
  #page_interview .interview_detail .layout01 .tx {
    margin: 30px 5% 0;
  }
}
#page_interview .interview_detail .layout02 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 90px;
}
@media screen and (max-width: 1201px) {
  #page_interview .interview_detail .layout02 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  #page_interview .interview_detail .layout02 {
    flex-direction: column;
  }
}
#page_interview .interview_detail .layout02 .img {
  max-width: 420px;
}
@media screen and (max-width: 1201px) {
  #page_interview .interview_detail .layout02 .img {
    max-width: 300px;
  }
}
#page_interview .interview_detail .layout02 .tx {
  max-width: 720px;
  margin-left: -60px;
  padding: 60px;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 1201px) {
  #page_interview .interview_detail .layout02 .tx {
    max-width: 600px;
    padding: 30px; linear-gradient
  }
}
@media screen and (max-width: 750px) {
  #page_interview .interview_detail .layout02 .tx {
    margin-left: 0;
    padding: 30px 5% 0;
  }
}

#page_faq dl {
  margin-bottom: 50px;
}
@media screen and (max-width: 1201px) {
  #page_faq dl {
    margin-bottom: 30px;
  }
}
#page_faq dt {
  position: relative;
  padding-left: 35px;
  color: #002c60;
  font-weight: 600 !important;
  font-size: 1.2em;
  line-height: 1.75;
}
@media screen and (max-width: 1201px) {
  #page_faq dt {
    padding-left: 28px;
    font-weight: 600 !important;
    font-size: 1em;
  }
}
#page_faq dt::before {
  content: "Q";
  position: absolute;
  top: -11px;
  left: 0;
  margin-right: 10px;
  color: #002c60;
  font-weight: 600 !important;
  font-size: 30px;
}
@media screen and (max-width: 1201px) {
  #page_faq dt::before {
    top: -10px;
    font-size: 24px;
  }
}
#page_faq dd {
  margin: 5px 0 0 35px;
  line-height: 1.75;
}
@media screen and (max-width: 1201px) {
  #page_faq dd {
    margin-left: 28px;
  }
}
#page_faq dd a {
  margin: 0 2px;
  text-decoration: underline;
}
#page_faq dd a:hover {
  text-decoration: none;
}
#page_faq li + li {
  margin-top: 1.5em;
}
@media screen and (max-width: 1201px) {
  #page_faq li + li {
    margin-top: 1em;
  }
}

.for_phone {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .for_phone {
    margin: 30px 0 !important;
  }
}
.for_phone > dl {
  margin-bottom: 0;
}
.for_phone > dl > dt {
  margin-bottom: 0.75em;
  font-weight: 600 !important;
  font-size: 24px;
}
@media screen and (max-width: 1201px) {
  .for_phone > dl > dt {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .for_phone > dl > dt {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.for_phone > dl > dd {
  justify-content: space-between;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .for_phone > dl > dd {
    flex-direction: column;
    align-items: center;
  }
}
.for_phone a {
  display: inline-block;
  color: #fff;
  font-weight: 600 !important;
  font-size: 2.75em;
  line-height: 1;
  letter-spacing: 0;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1050px) {
  .for_phone a {
    font-size: 2.4em;
  }
}
.for_phone a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.for_phone svg {
  position: relative;
  top: 8px;
  width: 30px;
}
.for_phone dl.flex {
  flex-direction: column;
  align-items: center;
  width: calc(50% - 7.5px);
  margin-bottom: 0;
  padding: 30px 0;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 750px) {
  .for_phone dl.flex {
    width: 100%;
    max-width: 420px;
    padding: 20px 0;
  }
  .for_phone dl.flex + dl {
    margin-top: 15px;
  }
}
.for_phone dl.flex:first-child {
  background: #1f7ec6;
}
.for_phone dl.flex:last-child {
  background: #2bbab5;
}
.for_phone dl.flex dt,
.for_phone dl.flex dd {
  color: #fff;
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  .for_phone dl.flex dt,
  .for_phone dl.flex dd {
    line-height: 1;
  }
}
.for_phone dl.flex dt {
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  .for_phone dl.flex dt {
    font-size: 18px;
  }
}
.for_phone dl.flex dd {
  margin: 0;
}

.cta {
  max-width: 860px;
  margin: 120px auto 0;
  padding: 15px 15px 60px;
  border-radius: 40px;
  box-shadow: 0 0 3vw rgba(0, 44, 96, 0.5);
  background: #002c60;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1201px) {
  .cta {
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .cta {
    margin-top: 0;
    padding-bottom: 15px;
    box-shadow: 0 0 6vw rgba(0, 44, 96, 0.5);
  }
}
.cta h6 {
  padding: 0.75em 0;
  border-radius: 300px;
  background: #fff;
  color: #002c60;
  font-size: 1.5em;
}
@media screen and (max-width: 750px) {
  .cta h6 {
    font-size: 1.25em;
  }
}
.cta .for_phone {
  margin: 50px 0;
}
.cta .btn {
  max-width: 390px;
  margin: 0 auto;
  border-color: #fff;
  background: #002c60;
  font-size: 1.5em;
}
@media screen and (max-width: 750px) {
  .cta .btn {
    font-size: 1.25em;
  }
}

.page-id-66 #main_contents_line {
  display: none;
}

#page_about_us .base_table .has_child dl:first-child * {
  color: #1f7ec6;
}
#page_about_us .base_table .has_child dl:last-child * {
  color: #2bbab5;
}
#page_about_us .base_table .has_child dt {
  width: 8em;
  padding-right: 0;
}

.contact_primary .req {
  display: inline-block;
  padding: 0 10px;
  border-radius: 100px;
  background: #1f7ec6;
  color: #fff;
  font-weight: bold !important;
  font-size: 12px;
  line-height: 1.75;
}
.contact_primary .bg_brown {
  padding: 40px;
}
@media screen and (max-width: 1201px) {
  .contact_primary .bg_brown {
    margin-bottom: 60px;
    padding: 20px;
  }
}
.contact_primary .form_btns {
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .contact_primary .form_btns {
    flex-direction: row;
  }
}
.contact_primary .form_btns .form_btn input {
  display: inline-block;
  margin: 10px;
  padding: 20px 50px;
  border: none;
  border-radius: 600px;
  background: #002c60;
  color: #fff;
  font-weight: 700 !important;
  font-size: 18px;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1201px) {
  .contact_primary .form_btns .form_btn input {
    margin: 5px;
    padding: 10px 30px;
  }
}
.contact_primary .form_btns .form_btn input:hover {
  background: #004596;
}
.contact_primary .form_btns .btn_back input {
  background: #999;
}
.contact_primary .form_btns .btn_back input:hover {
  background: #555;
}
.contact_primary .mw_wp_form .error {
  color: #e8382f;
}
.contact_primary .complete_msg a {
  margin: 0 10px;
}
.contact_primary .mail_form_msg {
  margin-bottom: 30px;
  font-weight: 700 !important;
  text-align: center;
}
.contact_primary #contact_error .mail_form_msg {
  color: #e8382f;
}

.mail_form_intro {
  text-align: center;
}
.mail_form_intro .for_phone {
  margin-bottom: 40px;
}
.mail_form_intro ul {
  margin: 0 0 40px 0;
}
.mail_form_intro li {
  list-style: none;
  font-weight: 700 !important;
  font-size: 14px;
}
.mail_form_intro .req {
  margin-right: 10px;
}
.mail_form_intro .desc {
  font-size: 14px;
}

.form_cont dd {
  margin: 5px 0 0 20px;
}
.form_cont .req {
  margin-left: 5px;
}
.form_cont #mw_zip {
  width: 9em;
}
.form_cont .agreement {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
@media screen and (max-width: 350px) {
  .form_cont .agreement {
    flex-direction: column;
  }
  .form_cont .agreement span {
    margin-left: 0;
  }
}
@media screen and (max-width: 1201px) {
  .form_cont .agreement dd {
    margin-left: 5px;
  }
}
@media screen and (max-width: 350px) {
  .form_cont .agreement dd {
    margin-left: 0;
  }
}

.privacy {
  height: 300px;
  margin-top: 30px;
  padding: 30px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 0.8em;
}
@media screen and (max-width: 1201px) {
  .privacy {
    height: 240px;
    padding: 20px;
  }
}
.privacy h3 {
  margin-top: 0;
}
.privacy h3,
.privacy h4 {
  margin-bottom: 10px;
  font-weight: 500 !important;
  font-weight: 700 !important;
}
@media screen and (max-width: 1201px) {
  .privacy h3,
  .privacy h4 {
    font-size: 1.4em;
  }
}/*# sourceMappingURL=style.css.map */