body {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.75;
  letter-spacing: 0.06em;
  color: #000000;
  position: relative;
  overflow-x: hidden;
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 16px;
  }
}
body:has(.site-header #toggle-menu-btn:checked) {
  overflow-y: hidden;
}
body * {
  min-width: 0;
  min-height: 0;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
}

img.fit_cover {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

picture {
  display: block;
}

h1,
h2,
h3 {
  line-height: 1;
  font-weight: 500;
}

em,
i {
  font-style: normal;
}

dl dt {
  font-weight: 500;
}

.inline_block {
  display: inline-block;
}

.font_en {
  font-family: "EB Garamond", serif;
  font-style: italic;
}

.font_serif {
  font-family: "Noto Serif JP", serif;
}

@media screen and (min-width: 520px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
._link_disable > a {
  pointer-events: none;
}

.inline_link {
  text-decoration: underline;
  color: #3C5290;
}

.color_white {
  color: #FFF;
}

.color_blue {
  color: #3C5290;
}

.bg_blue {
  background-color: #3C5290;
  color: #FFF;
}

.bg_gray {
  background-color: #F6F8F9;
}

.__bold {
  font-weight: 700;
}

.first_letter::first-letter {
  text-transform: uppercase;
}

.container {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 1366px;
  min-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    min-width: 500px;
  }
}
@media screen and (max-width: 520px) {
  .container {
    min-width: 335px;
  }
}

a {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
a .hover_zoom {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
  a:hover .hover_zoom {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
a.text_link {
  color: #3C5290;
  text-decoration: underline;
}

button a {
  display: block;
}

.__invisible {
  visibility: hidden;
  height: 0;
}

.__sp_only {
  display: none;
}

@media screen and (max-width: 1024px) {
  .__pc_only {
    display: none;
  }
  .__sp_only {
    display: block;
  }
}
.site-main {
  position: relative;
  z-index: 1;
}

.site-footer {
  position: relative;
  z-index: 1;
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border-radius: 2em;
}
@media screen and (min-width: 1025px) {
  .c-btn {
    height: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .c-btn {
    height: 48px;
  }
}
.c-btn.btn_blue {
  background-color: #3C5290;
  color: #FFF;
}
.c-btn.btn_green {
  background-color: #38B035;
  color: #FFF;
}
.c-btn .btn_icon img {
  display: block;
  width: 100%;
}
.c-btn.btn_center {
  margin-left: auto;
  margin-right: auto;
}

.link_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .link_button {
    width: 300px;
    height: 70px;
    padding: 0 33px;
  }
}
@media screen and (max-width: 1024px) {
  .link_button {
    width: 100%;
    max-width: 400px;
    height: 50px;
    padding: 0 20px 0 30px;
  }
}
.link_button .btn_arw {
  display: block;
  width: 20px;
}
.link_button .btn_arw svg {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .link_button.btn_more {
    height: 60px;
  }
  .link_button.btn_more .btn_txt {
    font-size: 18px;
  }
}
.link_button.btn_white {
  background-color: #FFF;
}
.link_button.btn_white .btn_txt {
  color: #3C5290;
}
.link_button.btn_white .btn_arw svg {
  stroke: #3C5290;
}
.link_button.btn_blue {
  background-color: #3C5290;
}
.link_button.btn_blue .btn_txt {
  color: #FFF;
}
.link_button.btn_blue .btn_arw svg {
  stroke: #FFF;
}
@media (hover: hover) {
  .link_button:hover {
    opacity: 1;
  }
  .link_button.btn_blue:hover {
    background-color: #FFF;
    border: 1px solid #3C5290;
  }
  .link_button.btn_blue:hover .btn_txt {
    color: #3C5290;
  }
  .link_button.btn_blue:hover .btn_arw svg {
    stroke: #3C5290;
  }
  .link_button.btn_white:hover {
    background-color: #3C5290;
  }
  .link_button.btn_white:hover .btn_txt {
    color: #FFF;
  }
  .link_button.btn_white:hover .btn_arw svg {
    stroke: #FFF;
  }
}
.link_button.btn_center {
  margin-left: auto;
  margin-right: auto;
}

.link_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .link_arrow {
    width: 26px;
    height: 26px;
  }
}
.link_arrow svg {
  width: 10px;
  height: 14px;
  fill: #FFF;
}
@media screen and (max-width: 1024px) {
  .link_arrow svg {
    width: 9px;
    height: 12px;
  }
}

.breadcrumb {
  background-color: #EDF1F3;
  white-space: nowrap;
  overflow: auto;
}
.breadcrumb .bc_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}
@media screen and (min-width: 1025px) {
  .breadcrumb .bc_container {
    height: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .breadcrumb .bc_container {
    height: 36px;
  }
}
.breadcrumb span[property=itemListElement] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
}
.breadcrumb span[property=itemListElement] a {
  display: inline-block;
  position: relative;
}
.breadcrumb span[property=itemListElement] a.home {
  color: #3C5290;
}
.breadcrumb span[property=itemListElement] a:hover {
  opacity: 1;
}

.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .c-section {
    padding-top: 104px;
    padding-bottom: 147px;
  }
}
@media screen and (max-width: 1024px) {
  .c-section {
    padding-top: 60px;
    padding-bottom: 94px;
  }
}

.c-text {
  line-height: 2.18;
  margin-bottom: 1em;
}
.c-text span {
  display: inline-block;
}

.nowrap {
  white-space: nowrap;
}

.bg_img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.bg_img picture {
  width: 100%;
  height: 100%;
}
.bg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.search_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  overflow: hidden;
}
.search_form .s_txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #FFF;
  padding: 0.5em 1em;
}
.search_form .s_txt:focus {
  outline: none;
}
.search_form .s_btn {
  background-color: #FFCEE8;
  text-align: center;
}

.blur {
  opacity: 0;
}
.blur.is-animated {
  -webkit-animation: blurAnime 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: blurAnime 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@-webkit-keyframes blurAnime {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes blurAnime {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.zoomin {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}
.zoomin.is-animated {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.fadeLeft {
  opacity: 0;
}
.fadeLeft.is-animated {
  -webkit-animation: fadeLeft 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: fadeLeft 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@-webkit-keyframes fadeLeft {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeLeft {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.fadeRight {
  opacity: 0;
}
.fadeRight.is-animated {
  -webkit-animation: fadeRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: fadeRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@-webkit-keyframes fadeRight {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeRight {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.fadeUp {
  opacity: 0;
}
.fadeUp.is-animated {
  -webkit-animation: fadeUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: fadeUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#page.first_hidden {
  visibility: hidden;
}

.p-media {
  text-align: center;
}

.p-media__title {
  line-height: 1.4;
}

.p-media__movie {
  margin-block: 2rem 3rem;
  padding-inline: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-media__movie {
    margin-block: 1rem 2rem;
  }
}
.p-media__movie iframe {
  max-width: 49rem;
  width: 100%;
  aspect-ratio: 49/27;
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}

.site-header {
  position: fixed;
  width: 100%;
  max-width: 100vw;
  z-index: 1000;
  top: 0;
  left: 0;
}
.site-header .header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .site-header .header_container {
    height: 170px;
    padding-right: 5%;
    -webkit-column-gap: 1%;
       -moz-column-gap: 1%;
            column-gap: 1%;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .header_container {
    height: 100px;
    padding-right: 4%;
  }
}
@media screen and (max-width: 520px) {
  .site-header .header_container {
    height: 80px;
  }
}
.site-header .site-branding {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #FFF;
  border-radius: 0 0 20px 0;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .site-header .site-branding {
    -ms-flex-preferred-size: 11%;
        flex-basis: 11%;
    max-width: 170px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .site-branding {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
  }
}
@media screen and (max-width: 520px) {
  .site-header .site-branding {
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
  }
}
.site-header .main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 1%;
     -moz-column-gap: 1%;
          column-gap: 1%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.site-header .main_nav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 792px;
  height: clamp(50px, 5vw, 70px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  border-radius: 35px;
  background-color: #FFF;
}
@media screen and (max-width: 1024px) {
  .site-header .main_nav_menu {
    display: none;
  }
}
.site-header .main_nav_menu .menu-item {
  font-size: clamp(14px, 1vw, 18px);
  line-height: 2;
  position: relative;
}
.site-header .main_nav_menu .menu-item::after {
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #3C5290;
  -webkit-transition: width linear 0.4s;
  transition: width linear 0.4s;
  content: "";
}
.site-header .main_nav_menu .menu-item:hover a {
  opacity: 1;
}
.site-header .main_nav_menu .menu-item:hover::after {
  width: 100%;
}
.site-header .main_nav_menu .menu-item.current-menu-item::after {
  width: 100%;
}
.site-header .main_nav_menu .menu-item.menu_contact {
  display: none;
}
.site-header .main_nav_btns {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 12%;
      flex-basis: 12%;
  min-width: 100px;
  max-width: 200px;
}
@media screen and (max-width: 1024px) {
  .site-header .main_nav_btns {
    display: none;
  }
}
.site-header .main_nav_btns .btn_txt {
  font-size: clamp(12px, 1vw, 18px);
}
.site-header .main_nav_btns .header_btn {
  width: 100%;
  height: clamp(50px, 5vw, 70px);
}
.site-header .main_menu_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 60px;
  border-radius: 50%;
  background-color: #3C5290;
}
@media screen and (min-width: 1025px) {
  .site-header .main_menu_btn {
    display: none;
  }
}
.site-header .main_menu_btn ._mobile_menu_btn {
  display: block;
  position: relative;
  width: 34px;
  height: 20px;
  cursor: pointer;
}
.site-header .main_menu_btn ._mobile_menu_btn ._menu_bar {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: #FFF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-header .main_menu_btn ._mobile_menu_btn ._menu_bar._bar1 {
  top: 0;
}
.site-header .main_menu_btn ._mobile_menu_btn ._menu_bar._bar2 {
  top: calc(50% - 0.5px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.site-header .main_menu_btn ._mobile_menu_btn ._menu_bar._bar3 {
  bottom: 0;
}
.site-header .main_menu_btn:active {
  border: none;
}
.site-header .header__langMenu {
  -ms-flex-preferred-size: 11%;
      flex-basis: 11%;
  max-width: 160px;
}
@media screen and (max-width: 1024px) {
  .site-header .header__langMenu {
    display: none;
  }
}
.site-header .header__langMenu .gtranslate_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  border-radius: 35px;
  height: clamp(50px, 5vw, 70px);
  padding: 0 10px;
}
.site-header .gtranslate_wrapper .glink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(14px, 1vw, 18px);
  height: calc(100% - 20px);
}
.site-header .gtranslate_wrapper .glink.gt-current-lang {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  background-color: #3C5290;
  border-radius: 35px;
  color: #FFF;
}
.site-header .gtranslate_wrapper .glink:not(.gt-current-lang) {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  color: #3C5290;
}
.site-header #toggle-menu-btn {
  display: none;
}
.site-header #toggle-menu-btn:checked ~ .header_container ._mobile_menu_btn ._menu_bar._bar1 {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}
.site-header #toggle-menu-btn:checked ~ .header_container ._mobile_menu_btn ._menu_bar._bar2 {
  left: 50%;
  opacity: 0;
  height: 0;
}
.site-header #toggle-menu-btn:checked ~ .header_container ._mobile_menu_btn ._menu_bar._bar3 {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}
.site-header .mobile_modal_window {
  display: block;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.site-header .mobile_modal_window .modal_inner {
  width: 100%;
  max-width: 500px;
  height: 100%;
  margin-left: auto;
  overflow-y: auto;
  position: relative;
  z-index: 1;
  background-color: #FFF;
  padding-top: 170px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .site-header .mobile_modal_window .modal_inner {
    padding-top: 80px;
  }
}
.site-header .mobile_modal_window .modal_nav {
  background-color: #FFF;
  padding: 24px 3%;
}
.site-header .mobile_modal_window .mobile_menu .menu-item {
  border-bottom: 1px solid #BABBBC;
  font-size: 16px;
  line-height: 3;
}
.site-header .mobile_modal_window .mobile_menu .menu-item a {
  display: block;
  position: relative;
  padding-left: 0.5em;
}
.site-header .mobile_modal_window .mobile_menu .menu-item.menu_contact {
  display: none;
}
.site-header .mobile_modal_window .modal_btns {
  padding: 26px 0;
}
.site-header .mobile_modal_window .modal_btns .c-btn {
  width: 256px;
  height: 60px;
  margin: 0 auto 16px;
}
.site-header .mobile_modal_window .modal_btns .btn_2r ._r1 {
  font-size: 14px;
}
.site-header .mobile_modal_window .modal_btns .icon_play {
  width: 20px;
}
.site-header .mobile_modal_window .modal_btns .icon_mail {
  width: 30px;
}
.site-header .mobile_modal_window .modal_btns .icon_sns {
  width: 27px;
}
.site-header .mobile_modal_window .modal_btns .icon_out {
  width: 20px;
}
.site-header .modal__langMenu {
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #BABBBC;
  padding-top: 16px;
}
.site-header .modal__langMenu .gtranslate_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .modal__langMenu .glink {
  line-height: 2.2;
}
.site-header #toggle-menu-btn:checked ~ .mobile_modal_window {
  left: 0;
}

body.single-case-studies .main_nav_menu .menu-item.menu_case::after,
body.single-news .main_nav_menu .menu-item.menu_news::after {
  width: 100%;
}

.home_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .home_link .home_logo {
    width: 62.35%;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .home_link .home_logo {
    width: 62.4%;
    margin-bottom: 8px;
  }
}
.home_link .home_title {
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .home_link .home_title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .home_link .home_title {
    font-size: 11px;
  }
}

.site-footer .footer_nav {
  width: 100%;
  background-color: #F6F8F9;
}
.site-footer .footer_nav_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .site-footer .footer_nav_container {
    height: 90px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_nav_container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 30px;
  }
}
.site-footer .footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .site-footer .footer_menu {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 2.5%;
       -moz-column-gap: 2.5%;
            column-gap: 2.5%;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 26px;
       -moz-column-gap: 26px;
            column-gap: 26px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 250px;
    width: 100%;
  }
}
.site-footer .footer_menu .menu-item {
  font-size: 16px;
}
.site-footer .footer_menu .menu-item.menu_home {
  display: none;
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_menu .menu-item {
    width: calc(50% - 13px);
    line-height: 30px;
    padding: 15px 0;
    border-bottom: 1px solid #B1BAD3;
  }
  .site-footer .footer_menu .menu-item:nth-child(5), .site-footer .footer_menu .menu-item:nth-child(8) {
    border-bottom: none;
  }
}
.site-footer .footer_signature {
  background-color: #FFF;
  text-align: center;
}
.site-footer .footer_signature .home_link .home_logo {
  width: 100%;
  margin-bottom: 0;
}
.site-footer .footer_signature .footer_company {
  font-weight: 700;
}
.site-footer .footer_signature .footer_address_phone {
  display: block;
}
@media screen and (min-width: 1025px) {
  .site-footer .footer_signature {
    padding: 50px 0;
  }
  .site-footer .footer_signature .home_link {
    width: 152px;
    margin: 0 auto 36px;
  }
  .site-footer .footer_signature .footer_company {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .site-footer .footer_signature .footer_address {
    font-size: 16px;
  }
  .site-footer .footer_signature .footer_address_zip {
    margin-right: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_signature {
    padding: 38px 0;
  }
  .site-footer .footer_signature .home_link {
    width: 100px;
    margin: 0 auto 17px;
  }
  .site-footer .footer_signature .footer_company {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .site-footer .footer_signature .footer_address {
    font-size: 14px;
  }
  .site-footer .footer_signature .footer_address span {
    display: block;
  }
}
.site-footer .footer_bottom {
  background-color: #3C5290;
  color: #FFF;
}
@media screen and (min-width: 1025px) {
  .site-footer .footer_bottom {
    height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_bottom {
    height: 87px;
  }
}
.site-footer .footer_bottom_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .site-footer .footer_bottom_container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_bottom_container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
}
.site-footer .footer_copyright, .site-footer .privacy_link {
  font-size: 12px;
  font-weight: 400;
}
.site-footer .footer_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .site-footer .footer_btns {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1%;
       -moz-column-gap: 1%;
            column-gap: 1%;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 16px;
    -webkit-column-gap: 1%;
       -moz-column-gap: 1%;
            column-gap: 1%;
  }
  .site-footer .footer_btns .link_button {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
  }
}

/**/
.footer_cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_cta__banner {
  position: relative;
}
.footer_cta__banner__img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.footer_cta__banner__content {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .footer_cta__banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer_cta__banner__h2 {
  text-align: center;
}
.footer_cta__banner__h2En {
  display: block;
  font-weight: 600;
  letter-spacing: 0;
}
.footer_cta__banner__h2Ja {
  display: block;
  line-height: 1.5;
}
.footer_cta__banner__text {
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .footer_cta__banner__text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (hover: hover) {
  .footer_cta__banner__link:hover .footer_cta__banner__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (min-width: 1025px) {
  .footer_cta__banner {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 542px;
  }
  .footer_cta__banner__content {
    width: 75%;
    min-width: 470px;
    padding: 60px 16px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
  }
  .footer_cta__banner__img {
    height: 100%;
  }
  .footer_cta__banner__h2 {
    margin-bottom: 30px;
  }
  .footer_cta__banner__h2En {
    font-size: 60px;
  }
  .footer_cta__banner__h2Ja {
    font-size: 20px;
  }
  .footer_cta__banner__text {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .footer_cta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_cta__banner {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 22px 0 60px;
  }
  .footer_cta__banner__img {
    height: 171px;
  }
  .footer_cta__banner__h2 {
    width: 75%;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    padding: 26px 0;
  }
  .footer_cta__banner__h2En {
    font-size: 50px;
  }
  .footer_cta__banner__h2Ja {
    font-size: 16px;
  }
  .footer_cta__banner__text {
    width: 90%;
    margin: 0 auto 16px;
    font-size: 14px;
  }
  .footer_cta__banner__text br {
    display: none;
  }
  .footer_cta .link_button {
    width: 90%;
  }
}

.top_mv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.top_mv__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: -webkit-transform ease 5s;
  transition: -webkit-transform ease 5s;
  transition: transform ease 5s;
  transition: transform ease 5s, -webkit-transform ease 5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.top_mv__bg picture {
  height: 100%;
}
.top_mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_mv__bg.is-loaded {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
.top_mv__content {
  position: relative;
  z-index: 1;
  color: #FFF;
  width: 100%;
}
.top_mv__catchJa {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.15em;
}
.top_mv__catchJa span {
  display: block;
}
.top_mv__catchEn {
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #C9C9C9;
}
@media screen and (min-width: 1025px) {
  .top_mv {
    max-height: 1080px;
    min-height: 47vw;
  }
  .top_mv__content {
    padding-top: clamp(200px, 15.7vw, 300px);
    padding-left: 4.7%;
  }
  .top_mv__catchJa {
    margin-bottom: 8vw;
    font-size: 4.68vw;
  }
  .top_mv__catchEn {
    font-size: 6.03vw;
    padding-left: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .top_mv {
    min-height: 629px;
  }
  .top_mv__content {
    padding-top: 131px;
    padding-left: 4.2%;
  }
  .top_mv__catchJa {
    font-size: clamp(37px, 8.5vw, 90px);
    margin-bottom: 195px;
  }
  .top_mv__catchEn {
    font-size: clamp(40px, 10.6vw, 75px);
    padding-bottom: 15px;
  }
  .top_mv__catchEn span {
    display: inline-block;
  }
}

@media screen and (min-width: 1025px) {
  .top_h2 {
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 1024px) {
  .top_h2 {
    margin-bottom: 20px;
    text-align: center;
  }
}
.top_h2En {
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (min-width: 1025px) {
  .top_h2En {
    font-size: 70px;
    margin-right: 0.25em;
  }
}
@media screen and (max-width: 1024px) {
  .top_h2En {
    display: block;
    font-size: 50px;
    margin-bottom: 10px;
  }
  .top_h2En span {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .top_h2Ja {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .top_h2Ja {
    display: block;
    font-size: 16px;
  }
}

@media screen and (min-width: 1025px) {
  .top_section {
    padding: 130px 0;
  }
}
@media screen and (max-width: 1024px) {
  .top_section {
    padding: 37px 0;
  }
}

.top_about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top_about__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1025px) {
  .top_about__container {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
  }
  .top_about__picture {
    -ms-flex-preferred-size: 51%;
        flex-basis: 51%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .top_about__picture img {
    width: 100%;
  }
  .top_about__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .top_about__text {
    margin-bottom: 60px;
    line-height: 2.77;
  }
}
@media screen and (max-width: 1024px) {
  .top_about__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top_about__picture {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 600px;
  }
  .top_about__picture img {
    width: 100%;
  }
  .top_about__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-bottom: 24px;
  }
  .top_about__text {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 2.14;
  }
}

.top_business .business__text {
  display: none;
}

.top_project__archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .top_project__archive {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .top_project__archive {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .top_project .project__article {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
  }
}
@media screen and (max-width: 1024px) {
  .top_project .project__article {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 600px;
  }
}

@media screen and (min-width: 1025px) {
  .top_news__archive {
    margin-bottom: 40px;
  }
}

.top_cta {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(133, 158, 217)), to(rgb(60, 82, 144)));
  background: linear-gradient(0deg, rgb(133, 158, 217) 0%, rgb(60, 82, 144) 100%);
}
@media screen and (min-width: 1025px) {
  .top_cta {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1024px) {
  .top_cta {
    padding: 38px 0;
  }
}
.top_cta__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .top_cta__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .top_cta__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 25px;
  }
}
.top_cta__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .top_cta__images {
    -ms-flex-preferred-size: 57%;
        flex-basis: 57%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .top_cta__images {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 780px;
  }
}
.top_cta__images__left, .top_cta__images__right {
  -ms-flex-preferred-size: 48.5%;
      flex-basis: 48.5%;
}
.top_cta__images__left img, .top_cta__images__right img {
  display: block;
  width: 100%;
}
.top_cta__images__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_cta__images__leftPic {
  aspect-ratio: 380/180;
}
.top_cta__images__leftPic img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .top_cta__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 1024px) {
  .top_cta__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 780px;
  }
}
.top_cta__tag {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  color: #3C5290;
  background-color: #FFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  padding: 11px 25px;
  border-radius: 19px;
  margin-bottom: 14px;
}
@media screen and (max-width: 1024px) {
  .top_cta__tag {
    margin-left: auto;
    margin-right: auto;
  }
}
.top_cta__h2 {
  color: #FFF;
  font-weight: 900;
  line-height: 1.33;
}
@media screen and (min-width: 1025px) {
  .top_cta__h2 {
    font-size: clamp(32px, 2.96vw, 45px);
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .top_cta__h2 {
    font-size: 30px;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
.top_cta__text {
  color: #FFF;
  line-height: 30px;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .top_cta__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .top_cta__text {
    font-size: 14px;
  }
}
.top_cta .link_button {
  width: 100%;
  max-width: 492px;
}
.top_cta .link_button i {
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .top_cta .link_button .btn_txt {
    font-size: clamp(16px, 1.46vw, 20px);
    line-height: 1.2;
  }
  .top_cta .link_button.__sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .top_cta .link_button {
    margin: 0 auto;
  }
  .top_cta .link_button .btn_txt {
    font-size: 14px;
    line-height: 1.2;
  }
  .top_cta .link_button.__pc {
    display: none;
  }
}

.top__loading {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
}
.top__loading__logo {
  width: 106px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: absolute;
  inset: 0;
  margin: auto;
}
.top__loading__logo img {
  width: 100%;
}
.top__loading.is-hidden {
  opacity: 0;
  z-index: -1;
}
.top__loading.is-loaded {
  -webkit-animation: loadingFadeOut 3s 2.5s forwards;
          animation: loadingFadeOut 3s 2.5s forwards;
}
.top__loading.is-loaded .top__loading__logo {
  -webkit-animation: logoFadeOut 2.5s 0s forwards;
          animation: logoFadeOut 2.5s 0s forwards;
}

@-webkit-keyframes loadingFadeOut {
  0% {
    opacity: 1;
    z-index: 1001;
  }
  75% {
    z-index: 1001;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}

@keyframes loadingFadeOut {
  0% {
    opacity: 1;
    z-index: 1001;
  }
  75% {
    z-index: 1001;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@-webkit-keyframes logoFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(3);
            transform: scale(3);
  }
}
@keyframes logoFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(3);
            transform: scale(3);
  }
}
.page_header {
  position: relative;
  background-color: #FFF;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page_header_h1Ja {
  display: block;
  font-weight: 600;
  line-height: 1;
}
.page_header_h1En {
  display: block;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .page_header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 358px;
    padding-top: 100px;
  }
  .page_header_h1Ja {
    font-size: 55px;
    margin-bottom: 16px;
  }
  .page_header_h1En {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .page_header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 160px;
    padding-top: 60px;
  }
  .page_header_h1Ja {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .page_header_h1En {
    font-size: 16px;
  }
}

@media screen and (min-width: 1025px) {
  .page_content {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1024px) {
  .page_content {
    padding: 40px 0;
  }
}

@media screen and (min-width: 1025px) {
  .page_section {
    padding: 77px 0;
  }
}
@media screen and (max-width: 1024px) {
  .page_section {
    padding: 40px 0;
  }
}
.page_section.pb0 {
  padding-bottom: 0;
}

.page_404_content {
  margin-bottom: 50px;
}
.page_404_content .c-text {
  text-align: center;
}

.page_h2 {
  line-height: 1.33;
  text-align: center;
}
.page_h2__ja, .page_h2__en {
  display: block;
}
@media screen and (min-width: 1025px) {
  .page_h2 {
    margin-bottom: 40px;
  }
  .page_h2__ja {
    font-weight: 600;
    font-size: 40px;
  }
  .page_h2__en {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .page_h2 {
    margin-bottom: 20px;
  }
  .page_h2__ja {
    font-weight: 600;
    font-size: 24px;
  }
  .page_h2__ja span {
    display: inline-block;
  }
  .page_h2__en {
    font-size: 14px;
  }
}

.page_h3 {
  text-align: center;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 1025px) {
  .page_h3 {
    font-size: 22px;
  }
}
p + .page_h3 {
  margin-top: 1.5em;
}

@media screen and (min-width: 1025px) {
  .page_text {
    line-height: 2.55;
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .page_text {
    line-height: 2;
    font-size: 16px;
  }
}

@media screen and (min-width: 1025px) {
  .about__sophy__lead {
    text-align: center;
    font-size: 24px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .about__sophy__lead {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .about__sophy__text {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .about__sophy__text br {
    display: none;
  }
}

.about__core {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(133, 158, 217, 0.8)), to(rgba(60, 82, 144, 0.8)));
  background: linear-gradient(0deg, rgba(133, 158, 217, 0.8) 0%, rgba(60, 82, 144, 0.8) 100%);
}
.about__core__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .about__core__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  .about__core__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.about__core__item {
  position: relative;
  background-color: #FFF;
}
@media screen and (min-width: 1025px) {
  .about__core__item {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 3.2%;
  }
}
@media screen and (max-width: 1024px) {
  .about__core__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 600px;
    padding: 20px 16px;
  }
}
.about__core__title {
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .about__core__title {
    font-size: clamp(20px, 0.16vw, 24px);
    min-height: 6.5em;
  }
}
@media screen and (max-width: 1024px) {
  .about__core__title {
    font-size: 18px;
    margin-bottom: 1em;
  }
}
.about__core__text {
  line-height: 1.875;
}
.about__core__no {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .about__core__no {
    font-size: 80px;
    top: -37px;
    right: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .about__core__no {
    font-size: 40px;
    top: -18px;
    right: 9px;
  }
}

.about__support__lead {
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .about__support__lead {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .about__support__lead {
    font-size: 18px;
  }
  .about__support__lead span {
    display: inline-block;
  }
}
@media screen and (min-width: 1025px) {
  .about__support__list {
    padding: 40px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .about__support__list {
    padding: 20px 16px;
    margin-bottom: 20px;
  }
}
.about__support__item {
  position: relative;
  padding-left: 30px;
  line-height: 23px;
  margin-bottom: 1em;
}
.about__support__item:last-child {
  margin-bottom: 0;
}
.about__support__item::before {
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/check.svg) no-repeat;
  content: "";
}
@media screen and (min-width: 1025px) {
  .about__support__item {
    font-size: 18px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1025px) {
  .about__support__text {
    text-align: center;
  }
  .about__support__text span {
    display: inline-block;
  }
}

.about__host {
  position: relative;
}
.about__host::before, .about__host::after {
  display: block;
  width: 90%;
  height: 1px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #E7E7E7;
  content: "";
}
@media screen and (min-width: 1025px) {
  .about__host::before, .about__host::after {
    max-width: 1366px;
  }
}
.about__host::before {
  top: 0;
}
.about__host::after {
  bottom: 0;
}
.about__host .page_h2 {
  text-align: left;
}

@media screen and (min-width: 1025px) {
  .about__future__catch {
    padding: 36px 23px;
  }
}
@media screen and (max-width: 1024px) {
  .about__future__catch {
    padding: 20px 16px;
  }
}
@media screen and (min-width: 1025px) {
  .about__future__catch .__em {
    font-size: 20px;
    line-height: 3;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1024px) {
  .about__future__catch .__em {
    font-size: 16px;
    margin-bottom: 0.5em;
  }
}
.about__future__text {
  margin-bottom: 1em;
}
.about__future .page_h2 {
  text-align: left;
}

.page_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .page_col {
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
  .page_col.__reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1024px) {
  .page_col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page_col__img img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .page_col__img {
    -ms-flex-preferred-size: 38%;
        flex-basis: 38%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page_col__img {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 600px;
  }
}
@media screen and (min-width: 1025px) {
  .page_col__body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 1024px) {
  .page_col__body {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 600px;
  }
}

.single_h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #3C5290;
  line-height: 1.2;
}
@media screen and (min-width: 1025px) {
  .single_h1 {
    font-size: 46px;
  }
}
@media screen and (max-width: 1024px) {
  .single_h1 {
    font-size: 28px;
  }
}

.news_archive {
  margin-bottom: 40px;
}

.news_article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #DCE4E6;
}
.news_article:last-child {
  border-bottom: none;
}
@media screen and (min-width: 1025px) {
  .news_article {
    padding: 18px 0;
  }
}
@media screen and (max-width: 1024px) {
  .news_article {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
    padding: 25px 0;
  }
}
.news_article .news_date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 11px;
}
.news_article .news_cat {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 115px;
}
@media screen and (min-width: 1025px) {
  .news_article .news_title {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 1024px) {
  .news_article .news_title {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    line-height: 1.33;
  }
}

.news_cat__name {
  display: inline-block;
  background-color: #EBF0F1;
  color: #3C5290;
  font-size: 14px;
  line-height: 2;
  padding: 0 10px;
}

.news_single .post-thumbnail {
  width: 100%;
  aspect-ratio: 4/3;
  max-width: 600px;
  margin: 0 auto 50px;
}
.news_single .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .news_single .news_header {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .news_single .news_header {
    margin-bottom: 30px;
  }
}
.news_single .news_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media screen and (min-width: 1025px) {
  .news_single .news_content {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .news_single .news_content {
    margin-bottom: 50px;
  }
}
.news_single .news_content h2, .news_single .news_content h3, .news_single .news_content h4 {
  margin-bottom: 1em;
}
.news_single .news_content h2 {
  font-weight: 700;
  color: #3C5290;
}
@media screen and (min-width: 1025px) {
  .news_single .news_content h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .news_single .news_content h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .news_single .news_content h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .news_single .news_content h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .news_single .news_content h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .news_single .news_content h4 {
    font-size: 16px;
  }
}
.news_single .news_content p + h2, .news_single .news_content p + h3, .news_single .news_content p + h4,
.news_single .news_content ul + h2, .news_single .news_content ul + h3, .news_single .news_content ul + h4,
.news_single .news_content div + h2, .news_single .news_content div + h3, .news_single .news_content div + h4,
.news_single .news_content figure + p, .news_single .news_content figure + h2, .news_single .news_content figure + h3, .news_single .news_content figure + h4 {
  margin-top: 2em;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  line-height: 2;
  padding: 0 0.5em;
  border: 1px solid #3C5290;
  color: #3C5290;
}
.wp-pagenavi .current {
  background-color: #3C5290;
  color: #FFF;
}
@media screen and (min-width: 1025px) {
  .wp-pagenavi {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .wp-pagenavi {
    margin-bottom: 50px;
  }
}

.archive_project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .archive_project {
    margin-bottom: 50px;
    -webkit-column-gap: 3.5%;
       -moz-column-gap: 3.5%;
            column-gap: 3.5%;
    row-gap: 50px;
  }
  .archive_project .project__article {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
  }
}
@media screen and (max-width: 1024px) {
  .archive_project {
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .archive_project .project__article {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 600px;
  }
}

@media screen and (min-width: 1025px) {
  .single_project .project__header {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .single_project .project__header {
    margin-bottom: 30px;
  }
}
.single_project .project__header__h1 {
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .single_project .project__header__h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .single_project .project__header__h1 {
    font-size: 20px;
  }
}
.single_project .project__header__h2 {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1025px) {
  .single_project .project__header__h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .single_project .project__header__h2 {
    font-size: 18px;
  }
}
.single_project .project__header__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #EEE;
}
.single_project .project__header__dt, .single_project .project__header__dd {
  line-height: 1.5;
  padding: 0.5em;
}
.single_project .project__header__dt {
  -ms-flex-preferred-size: 10em;
      flex-basis: 10em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #F6F8F9;
}
.single_project .project__header__dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.single_project .project__header__dd a {
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .single_project .project_content {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .single_project .project_content {
    margin-bottom: 50px;
  }
}
.single_project .project_content__h2 {
  margin-bottom: 0.5em;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .single_project .project_content__h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .single_project .project_content__h2 {
    font-size: 20px;
  }
}
.single_project .project_content__issue {
  background-color: #F6F8F9;
}
@media screen and (min-width: 1025px) {
  .single_project .project_content__issue {
    padding: 1em 1.5em;
    margin-left: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .single_project .project_content__issue {
    padding: 1em 1em;
  }
}
.single_project .project_content__dl {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .single_project .project_content__dl {
    margin-bottom: 50px;
    padding-left: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .single_project .project_content__dl {
    margin-bottom: 30px;
  }
}
.single_project .project_content__dl dt {
  position: relative;
  padding: 0 16px;
  line-height: 2;
}
.single_project .project_content__dl dt::before {
  display: block;
  width: 8px;
  height: 2em;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #3C5290;
  content: "";
}
.single_project .project_content__dl dd {
  border: 2px solid #3C5290;
  border-radius: 20px;
  background-color: #F6F8F9;
}
@media screen and (min-width: 1025px) {
  .single_project .project_content__dl dd {
    padding: 20px;
    margin-top: 10px;
    margin-left: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .single_project .project_content__dl dd {
    padding: 16px;
    margin-top: 10px;
    margin-left: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .single_project .project_content__qa {
    margin-bottom: 50px;
    padding-left: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .single_project .project_content__qa {
    margin-bottom: 30px;
  }
}
.single_project .project_content__qa .__qa__head {
  font-weight: 700;
}
.single_project .project_content__qa__q {
  margin-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.single_project .project_content__qa__q .__qa__head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 0.25em 0.25em;
  margin-right: 0.5em;
}
@media screen and (min-width: 1025px) {
  .single_project .project_content__qa__q .__qa__head {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .single_project .project_content__qa__q .__qa__head {
    font-size: 18px;
  }
}
.single_project .project_content__qa__a {
  border: 2px solid #3C5290;
  border-radius: 20px;
  background-color: #F6F8F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single_project .project_content__qa__a .__qa__head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.5em;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .single_project .project_content__qa__a {
    padding: 20px;
    margin-top: 10px;
  }
  .single_project .project_content__qa__a .__qa__head {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .single_project .project_content__qa__a {
    padding: 16px;
    margin-top: 10px;
  }
  .single_project .project_content__qa__a .__qa__head {
    font-size: 20px;
  }
}
.single_project .project_slider__img {
  aspect-ratio: 3/2;
}
.single_project .project_slider__cap {
  width: calc(100% - 20px);
  overflow: hidden;
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.5em;
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  .single_project .project_slider .splide__arrow--prev {
    left: 22%;
  }
  .single_project .project_slider .splide__arrow--next {
    right: 22%;
  }
}

.project__article {
  position: relative;
  background-color: #FFF;
}
.project__article::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  content: "";
}
.project__article .project__link {
  display: block;
  position: relative;
  z-index: 1;
}
.project__article .project__link:hover {
  opacity: 1;
}
.project__article .project__content {
  padding: 20px;
}
.project__article .project__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .project__article .project__meta .project__date.__sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .project__article .project__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.project__article .project__date {
  color: #999999;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .project__article .project__date.__pc {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .project__article .project__title {
    margin-bottom: 1em;
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .project__article .project__title {
    font-size: 16px;
  }
}
.project__article .project__img {
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .project__article .project__img {
    aspect-ratio: 422/280;
  }
}
@media screen and (max-width: 1024px) {
  .project__article .project__img {
    aspect-ratio: 335/142;
  }
}

.project__cat {
  margin-bottom: 10px;
}
.project__cat__name {
  display: inline-block;
  background-color: #3C5290;
  color: #FFF;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  padding: 8px 19px;
}

.business__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .business__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 40px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .business__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 30px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .business__item {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
  }
}
@media screen and (max-width: 1024px) {
  .business__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 600px;
  }
}
@media screen and (min-width: 1025px) {
  .business__img {
    aspect-ratio: 422/360;
    margin-bottom: 17px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) {
  .business__img {
    width: 100%;
    margin-bottom: 17px;
  }
}
.business__title {
  position: relative;
  text-align: center;
}
.business__title .__title__arrow {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
  border: 1px solid #3C5290;
  border-radius: 50%;
}
.business__title .__title__arrow::before {
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 4.5px);
  margin: auto;
  border-top: 1px solid #3C5290;
  border-right: 1px solid #3C5290;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}
.business__text {
  margin-top: 16px;
}
.business__lead {
  text-align: center;
}
@media (hover: hover) and (pointer: fine) {
  .business__link:hover {
    opacity: 1;
  }
}

.business__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .business__fields {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .business__fields {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 16px;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
    max-width: 600px;
    margin: 0 auto;
  }
}

.business__field {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #F6F8F9;
  text-align: center;
  padding: 16px 0;
}
@media screen and (min-width: 1025px) {
  .business__field {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
  }
}
@media screen and (max-width: 1024px) {
  .business__field {
    -ms-flex-preferred-size: 47.5%;
        flex-basis: 47.5%;
  }
}
.business__field__title {
  color: #3C5290;
  margin-bottom: 10px;
}
.business__field__img {
  width: 70px;
}

.business__support__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .business__support__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .business__support__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 30px;
    margin-bottom: 30px;
  }
}
.business__support__item {
  background-color: #FFF;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .business__support__item {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .business__support__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 600px;
    padding: 16px;
  }
}
.business__support__no {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  top: -0.5em;
  left: 0.25em;
}
@media screen and (min-width: 1025px) {
  .business__support__no {
    font-size: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .business__support__no {
    font-size: 30px;
  }
}
.business__support__title {
  font-weight: 700;
  margin-bottom: 1em;
  line-height: 1.33;
}
@media screen and (min-width: 1025px) {
  .business__support__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .business__support__title {
    font-size: 18px;
  }
}
.business__support__text {
  position: relative;
  padding-left: 30px;
  line-height: 23px;
}
.business__support__text::before {
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/check.svg) no-repeat;
  content: "";
}
.business__support__text + .business__support__text {
  margin-top: 1em;
}
.business__support__lead {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .business__support__lead {
    font-size: 18px;
  }
}

.business__flow__container {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .business__flow__container {
    width: 600px;
  }
}
@media screen and (max-width: 1024px) {
  .business__flow__container {
    width: 100%;
    max-width: 600px;
  }
}
.business__flow__item {
  position: relative;
  border-radius: 20px;
}
.business__flow__item.has_arrow::before {
  display: block;
  background-color: #3C5290;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  content: "";
}
@media screen and (min-width: 1025px) {
  .business__flow__item {
    padding: 40px;
    margin-bottom: 40px;
  }
  .business__flow__item.has_arrow {
    margin-bottom: 100px;
  }
  .business__flow__item.has_arrow::before {
    width: 40px;
    height: 20px;
    top: calc(100% + 40px);
    left: calc(50% - 20px);
  }
}
@media screen and (max-width: 1024px) {
  .business__flow__item {
    padding: 20px 16px;
    margin-bottom: 20px;
  }
  .business__flow__item.has_arrow {
    margin-bottom: 60px;
  }
  .business__flow__item.has_arrow::before {
    width: 40px;
    height: 20px;
    top: calc(100% + 20px);
    left: calc(50% - 20px);
  }
}
.business__flow__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.business__flow__title .__flow__step {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 0.5em;
  margin-right: 1em;
  line-height: 2;
}
.business__flow__title .__flow__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 1025px) {
  .business__flow__title .__flow__text {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .business__flow__title .__flow__text {
    font-size: 18px;
  }
}

.business__approach__container {
  background-color: #FFF;
  border-radius: 20px;
}
@media screen and (min-width: 1025px) {
  .business__approach__container {
    padding: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .business__approach__container {
    padding: 40px 16px;
  }
}
.business__approach__list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .business__approach__list {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .business__approach__list {
    margin-bottom: 30px;
    max-width: 100%;
  }
}
.business__approach__item {
  position: relative;
  padding-left: 30px;
  line-height: 23px;
  margin-bottom: 1em;
}
.business__approach__item:last-child {
  margin-bottom: 0;
}
.business__approach__item::before {
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/check_green.svg) no-repeat;
  content: "";
}
@media screen and (min-width: 1025px) {
  .business__approach__item {
    font-size: 18px;
    white-space: nowrap;
  }
}
.business__approach__lead {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.business__approach__lead::before, .business__approach__lead::after {
  display: block;
  width: 1px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  background-color: #000000;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  content: "";
}
.business__approach__lead::before {
  left: -20px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.business__approach__lead::after {
  right: -20px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media screen and (min-width: 1025px) {
  .business__approach__lead {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .business__approach__lead {
    margin-bottom: 30px;
  }
  .business__approach__lead span {
    display: block;
  }
}

.business__service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 20px;
}
@media screen and (min-width: 1025px) {
  .business__service__item {
    padding: 50px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .business__service__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto 25px;
    padding: 40px 5%;
    row-gap: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .business__service__icon {
    width: 70px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .business__service__icon {
    width: 35px;
  }
}
.business__service__title {
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .business__service__title {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .business__service__title {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    font-size: 18px;
    text-align: center;
  }
}

.single_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single_nav_prev a, .single_nav_next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.single_nav_arw {
  width: 20px;
  height: 16px;
  background-color: #3C5290;
}
.single_nav_prev .single_nav_arw {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.single_nav_next .single_nav_arw {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.single_nav .nav_home_link {
  padding: 0.5em 1em;
}
@media screen and (min-width: 1025px) {
  .single_nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .single_nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .single_nav_prev {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .single_nav_next {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .single_nav_home {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
  }
}

.future_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E7E7E7;
}
.future_container .future__img {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 10px;
}
.future_container .future__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .future_container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
    padding: 90px 0;
  }
  .future_container.__reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .future_container .future__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .future_container .future__img {
    -ms-flex-preferred-size: 38%;
        flex-basis: 38%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .future_container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 0;
  }
  .future_container .future__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 600px;
  }
  .future_container .future__img {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 600px;
  }
}

.future_h2 .future_h2En, .future_h2 .future_h2Ja {
  display: block;
}
.future_h2 .future_h2En {
  position: relative;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 24px;
  padding-left: 16px;
}
.future_h2 .future_h2En::before {
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: calc(0.6em - 4px);
  left: 0;
  background-color: #3C5290;
  border-radius: 50%;
  content: "";
}
.future_h2 .future_h2Ja {
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .future_h2 {
    margin-bottom: 58px;
  }
  .future_h2 .future_h2Ja {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .future_h2 {
    margin-bottom: 30px;
  }
  .future_h2 .future_h2Ja {
    font-size: 24px;
  }
}

.company_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company_head .company_head__img {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.company_head .company_head__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .company_head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .company_head .company_head__text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .company_head .company_head__img {
    -ms-flex-preferred-size: 38%;
        flex-basis: 38%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .company_head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 25px;
  }
  .company_head .company_head__img {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    max-width: 400px;
  }
  .company_head .company_head__text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 700px;
  }
}

.company_about .page_h2 {
  text-align: center;
}
.company_about__content {
  margin-left: auto;
  margin-right: auto;
}
.company_about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #E7E7E7;
}
.company_about__term, .company_about__description {
  font-size: 15px;
}
.company_about__term {
  color: #3C5290;
}
.company_about__description .__description__ul li {
  position: relative;
  padding-left: 8px;
}
.company_about__description .__description__ul li::before {
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: calc(0.875em - 2px);
  background-color: #000000;
  border-radius: 50%;
  content: "";
}
@media screen and (min-width: 1025px) {
  .company_about__content {
    width: 740px;
  }
  .company_about__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .company_about__term, .company_about__description {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .company_about__term {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-left: 1em;
  }
  .company_about__description {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 1024px) {
  .company_about__content {
    width: 100%;
    max-width: 700px;
  }
  .company_about__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .company_about__term {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-top: 1em;
  }
  .company_about__description {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-bottom: 1em;
    padding-left: 1em;
  }
  .company_about__description span {
    display: inline-block;
  }
}

.company_access__map {
  width: 100%;
  margin: 0 auto;
}
.company_access__map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .company_access__map {
    max-width: 740px;
    height: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .company_access__map {
    max-width: 600px;
    height: 100vw;
    max-height: 400px;
  }
}

.pp_h3 {
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 0.5em;
  margin-top: 2em;
}
@media screen and (min-width: 1025px) {
  .pp_h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .pp_h3 {
    font-size: 18px;
  }
}

.pp_content ol {
  list-style: decimal outside;
  padding-left: 2em;
}
.pp_content ol li {
  margin-bottom: 0.5em;
}
.pp_content ul {
  list-style: disc outside;
  padding-left: 2em;
}
.pp_content ul li {
  margin-bottom: 0.5em;
}

.cta_download {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(133, 158, 217)), to(rgb(60, 82, 144)));
  background: linear-gradient(0deg, rgb(133, 158, 217) 0%, rgb(60, 82, 144) 100%);
}
@media screen and (max-width: 1024px) {
  .cta_download {
    padding-bottom: 240px;
  }
}
@media screen and (max-width: 520px) {
  .cta_download {
    padding-bottom: 120px;
  }
}
.cta_download__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .cta_download__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    padding: 40px 0;
  }
}
@media screen and (max-width: 1024px) {
  .cta_download__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
    padding: 40px 0;
  }
}
.cta_download__title {
  font-weight: 900;
  color: #FFF;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .cta_download__title {
    font-size: clamp(24px, 2.4vw, 40px);
  }
}
@media screen and (max-width: 1024px) {
  .cta_download__title {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    font-size: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .cta_download .link_button {
    width: 492px;
  }
}
@media screen and (max-width: 1024px) {
  .cta_download .link_button .btn_txt span {
    display: inline-block;
  }
}
.cta_download__img {
  position: absolute;
  z-index: 1;
}
.cta_download__img img {
  -o-object-position: right 33%;
     object-position: right 33%;
}
@media screen and (min-width: 1025px) {
  .cta_download__img {
    width: 600px;
    height: 100%;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .cta_download__img {
    width: 90%;
    max-width: 600px;
    min-width: 500px;
    height: 240px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 520px) {
  .cta_download__img {
    width: 100%;
    min-width: unset;
    height: 120px;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.contact_lead {
  text-align: center;
}

.contact_caution, .contact_note {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000;
  border-radius: 20px;
  margin-bottom: 50px;
  position: relative;
}
.contact_caution a, .contact_note a {
  font-weight: 700;
  text-align: center;
  display: block;
}
.contact_caution p, .contact_note p {
  font-size: 16px;
  line-height: 2;
}
.contact_caution .expand_target, .contact_note .expand_target {
  display: none;
  margin-top: 20px;
}
.contact_caution .expand_btn, .contact_note .expand_btn {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background-color: #3C5290;
  border-radius: 50%;
}
.contact_caution .expand_btn::before, .contact_note .expand_btn::before {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: 0;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  margin: auto;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  content: "";
}
.contact_caution:not(.is-open) .expand_btn::before, .contact_note:not(.is-open) .expand_btn::before {
  -webkit-transform: translateY(-2px) rotate(45deg);
          transform: translateY(-2px) rotate(45deg);
}
.contact_caution.is-open .expand_btn::before, .contact_note.is-open .expand_btn::before {
  -webkit-transform: translateY(2px) rotate(-135deg);
          transform: translateY(2px) rotate(-135deg);
}
@media screen and (min-width: 1025px) {
  .contact_caution, .contact_note {
    width: 900px;
    padding: 50px 5%;
  }
  .contact_caution a, .contact_note a {
    font-size: 24px;
  }
  .contact_caution .expand_btn, .contact_note .expand_btn {
    right: 5%;
    top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_caution, .contact_note {
    width: 100%;
    max-width: 900px;
    padding: 32px 16px;
  }
  .contact_caution a, .contact_note a {
    font-size: 20px;
  }
  .contact_caution .expand_btn, .contact_note .expand_btn {
    right: 16px;
    top: 32px;
  }
}

.contact_confirm {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .contact_confirm {
    width: 900px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_confirm {
    width: 100%;
    max-width: 900px;
  }
}

.contact_tel {
  text-align: center;
}
.contact_tel_phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.contact_tel_phone .phone_icon svg {
  width: 100%;
}
.contact_tel_phone .phone_num {
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0.2em;
}
@media screen and (min-width: 1025px) {
  .contact_tel {
    margin-bottom: 70px;
  }
  .contact_tel .phone_icon {
    width: 30px;
  }
  .contact_tel .phone_num {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_tel {
    margin-bottom: 40px;
  }
  .contact_tel .phone_icon {
    width: 22px;
  }
  .contact_tel .phone_num {
    font-size: 24px;
  }
}

.contactform_table {
  table-layout: fixed;
  margin: 0 auto;
}
.contactform_table th {
  font-weight: 500;
  position: relative;
}
.contactform_table .th_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1025px) {
  .contactform_table .th_wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contactform_table .th_wrap:not(.th_2row) {
    padding-top: 0.5em;
  }
}
@media screen and (max-width: 1024px) {
  .contactform_table .th_wrap {
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
}
.contactform_table td {
  vertical-align: middle;
}
@media screen and (min-width: 1025px) {
  .contactform_table {
    width: 900px;
    margin-bottom: 50px;
  }
  .contactform_table th {
    width: 240px;
    padding: 1.5em 1em;
    border-bottom: 1px solid;
  }
  .contactform_table td {
    padding: 1.5em 0;
    border-bottom: 1px solid;
  }
}
@media screen and (max-width: 1024px) {
  .contactform_table {
    width: 100%;
    max-width: 900px;
    margin-bottom: 30px;
  }
  .contactform_table th, .contactform_table td {
    display: block;
    width: 100%;
  }
  .contactform_table th {
    padding: 0.5em 0;
  }
  .contactform_table td {
    padding: 0.5em 0.5em 2em 1em;
    border-bottom: 1px solid;
  }
}
.contactform_table input[type=text], .contactform_table input[type=tel], .contactform_table input[type=email], .contactform_table textarea, .contactform_table select {
  width: 100%;
  border: 1px solid;
  padding: 0.5em 1em;
  background-color: #F4F4F4;
}
.contactform_table input[type=text].postal_code {
  width: 100px;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
}
.contactform_table textarea {
  resize: none;
}
.contactform_table input[type=checkbox], .contactform_table select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.contactform_table .wpcf7-form-control.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.5em;
}
.contactform_table .wpcf7-form-control.wpcf7-checkbox label {
  cursor: pointer;
}
.contactform_table .wpcf7-form-control.wpcf7-checkbox label input[type=radio], .contactform_table .wpcf7-form-control.wpcf7-checkbox label .wpcf7-list-item-label {
  vertical-align: middle;
}
.contactform_table .wpcf7-list-item {
  margin-left: 0;
}
.contactform_table .form_note {
  margin-top: 20px;
  padding: 0 0.5em;
  line-height: 1.33;
  font-size: 14px;
}
.contactform_table .form_required {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.form_required {
  display: inline-block;
  padding: 0 5px;
  border-radius: 4px;
  background-color: #3C5290;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
}

.form_accept {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid;
}
.form_accept_head {
  margin-bottom: 1.5em;
  padding: 0 1em;
  line-height: 2;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #3C5290;
}
.form_accept_check {
  position: relative;
  text-align: center;
}
.form_accept_check input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.form_accept_check span[data-name=acceptance] {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: 1em;
  margin-right: 0.5em;
}
.form_accept_check label {
  display: inline-block;
}
.form_accept .wpcf7-list-item {
  margin-left: 0;
}
@media screen and (min-width: 1025px) {
  .form_accept {
    width: 900px;
    padding: 50px 36px;
  }
}
@media screen and (max-width: 1024px) {
  .form_accept {
    width: 100%;
    max-width: 900px;
    padding: 20px;
  }
}

.wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: calc(100% - 5px);
}

.contactform_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  position: relative;
}
.contactform_btns .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1025px) {
  .contactform_btns {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .contactform_btns {
    margin-top: 40px;
  }
}

.wpcf7 .wpcf7-form .wpcf7-submit,
.wpcf7 .wpcf7-form .wpcf7-previous {
  border-radius: 2em;
  font-weight: 700;
  font-size: 18px;
  line-height: 3em;
  padding: 0 2em;
  text-align: center;
  border: 2px solid #3C5290;
  color: #3C5290;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.wpcf7 .wpcf7-form .wpcf7-submit:disabled,
.wpcf7 .wpcf7-form .wpcf7-previous:disabled {
  opacity: 0.5;
}
.wpcf7 .wpcf7-form .wpcf7-submit._confirm, .wpcf7 .wpcf7-form .wpcf7-submit._send,
.wpcf7 .wpcf7-form .wpcf7-previous._confirm,
.wpcf7 .wpcf7-form .wpcf7-previous._send {
  background-color: #3C5290;
  color: #FFF;
}
@media (hover: hover) {
  .wpcf7 .wpcf7-form .wpcf7-submit._confirm:hover, .wpcf7 .wpcf7-form .wpcf7-submit._send:hover,
  .wpcf7 .wpcf7-form .wpcf7-previous._confirm:hover,
  .wpcf7 .wpcf7-form .wpcf7-previous._send:hover {
    background-color: #FFF;
    color: #3C5290;
  }
}
.wpcf7 .wpcf7-form .wpcf7-submit._back,
.wpcf7 .wpcf7-form .wpcf7-previous._back {
  color: #3C5290;
}
@media (hover: hover) {
  .wpcf7 .wpcf7-form .wpcf7-submit._back:hover,
  .wpcf7 .wpcf7-form .wpcf7-previous._back:hover {
    opacity: 0.7;
  }
}

.wpcf7 form .wpcf7-response-output {
  display: none;
}

.complete_message {
  margin-left: auto;
  margin-right: auto;
}
.complete_message .c-text {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .complete_message {
    width: 900px;
    margin-bottom: 50px;
  }
  .complete_message .link_button {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .complete_message {
    width: 100%;
    max-width: 900px;
    margin-bottom: 30px;
  }
  .complete_message .link_button {
    margin-top: 50px;
  }
}