@charset "UTF-8";
/* フォント
--------------------------------------------- */
@font-face {
  font-family: "Space Mono";
  src: url("../font/SpaceMono-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: "Space Mono";
  src: url("../font/SpaceMono-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  display: swap;
}
/* 全体
--------------------------------------------- */
html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: "Space Mono", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "YuGothic", "Arial", "Yu Gothic", "Meiryo";
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  position: relative;
  color: #333;
  padding: 0;
  margin: 0;
}

body, p {
  font-size: clamp(15px, 15px + 4.4 * (100vw - 400px) / 1200, 19.4px);
}

a {
  text-decoration: none;
  background-color: transparent;
  transition: 500ms;
  color: #000010;
  cursor: pointer;
}

.post, .page {
  margin: 0;
}

a:active, a:visited, a:focus, a:hover {
  color: #000010;
  transition: 0.25s;
}

.link_w:active, .link_w:visited, .link_w:focus, .link_w:hover {
  color: #fff;
}

.link_w a:active, .link_w a:visited, .link_w a:focus, .link_w a.link_w:active, .link_w a:visited, .link_w a:focus, .link_w a:hover {
  color: #fff;
}

.link_w:active, .link_w:visited, .link_w:focus, .link_w:hover {
  color: #fff;
}

h1, h2, h3, h4 {
  font-size: 1em;
  clear: both;
  margin: 0;
  font-weight: normal;
}

p, dl, dd, dt {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

ul, li, ol, li > ul, li > ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

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

figure, picture {
  margin: 0;
}

picture {
  display: block;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.underline {
  text-decoration: underline;
}

.underline:hover {
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

@media screen and (max-width: 900px) {
  .no_tab {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  body {
    font-size: 0.9em;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

#content {
  padding: 0;
}

main {
  overflow: hidden;
}

/* 文字装飾
--------------------------------------------- */
.cl_white {
  color: #fff;
}

/* 背景色
--------------------------------------------- */
.bg_gray {
  background-color: #f8f8f7;
}

.bg_mizu {
  background-color: #33bedb;
}

.bg_kon {
  background-color: #025593;
}

.bg_black {
  background-color: #3e3a39;
}

.bg_orange {
  background-color: #ea7603;
}

/* ボタン
--------------------------------------------- */
.btn_grd {
  border-radius: 10px;
  color: #fff;
  min-width: 317px;
  padding: 20px 30px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1875rem;
  font-size: clamp(1.1875rem, 0.3125rem + 1vw, 1.3125rem);
  box-shadow: 0 0 20px rgba(60, 60, 145, 0.1);
  cursor: pointer;
}

.btn_grd {
  outline: none;
  background: linear-gradient(to right, #006aff, #00D8FF);
  background-position: 0% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
}

.btn_grd:hover {
  background-position: 100% 51%;
}

a.btn_grd:hover {
  background-position: right center;
  background-size: 200% auto;
  animation: ripple 1.5s infinite;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 #00D8FF;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}
.btn_grd:visited, .btn_grd:active, .btn_grd:hover {
  color: #fff;
}

.ico_arrow {
  width: 39px;
  height: 39px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  display: inline-block;
}

.ico_arrow::before,
.ico_arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 12px;
  height: 3px;
  border-radius: 9999px;
  background-color: #29abe2;
  transform-origin: calc(100% - 1.5px) 50%;
  z-index: 1;
}

.ico_arrow::before {
  transform: rotate(50deg);
}

.ico_arrow::after {
  transform: rotate(-50deg);
}

@media screen and (max-width: 1400px) {
  .btn_grd {
    font-size: 1rem;
    font-size: clamp(1rem, 0.931402439rem + 0.2926829268vw, 1.1875rem);
  }
}
.btn_white {
  border-radius: 10px;
  background: #fff;
  color: #025593;
  min-width: 317px;
  padding: 20px 30px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1875rem;
  font-size: clamp(1.1875rem, 0.3125rem + 1vw, 1.3125rem);
  box-shadow: 0 0 20px rgba(60, 60, 145, 0.1);
  cursor: pointer;
}

a.btn_white:hover {
  background-position: right center;
  background-size: 200% auto;
  animation: ripple2 1.5s infinite;
}

@keyframes ripple2 {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}
.btn_white:visited, .btn_white:active, .btn_white:hover {
  color: #025593;
}

.btn_white .ico_arrow {
  width: 39px;
  height: 39px;
  background-color: #025593;
  border-radius: 50%;
  position: relative;
  display: inline-block;
}

.btn_white .ico_arrow::before,
.btn_white .ico_arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 12px;
  height: 3px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 1.5px) 50%;
  z-index: 1;
}

.ico_arrow_grd::before, .ico_arrow_grd::after {
  background-color: #fff;
}

.ico_arrow_grd {
  background: linear-gradient(to right, #006aff, #00c9ff);
}

a.btn_white:hover .ico_arrow_grd {
  background-position: right center;
  background-size: 200% auto;
  animation: ripple 1.5s infinite;
}

@media screen and (max-width: 1400px) {
  .btn_white {
    font-size: 1rem;
    font-size: clamp(1rem, 0.931402439rem + 0.2926829268vw, 1.1875rem);
  }
}
@media screen and (max-width: 640px) {
  .ico_arrow, .btn_white .ico_arrow {
    width: 25px;
    height: 25px;
  }
  .btn_white .ico_arrow::before,
  .btn_white .ico_arrow::after,
  .ico_arrow::before, .ico_arrow::after {
    width: 9px;
    height: 2px;
  }
}
/* レイアウト
--------------------------------------------- */
.ly_1000 {
  max-width: 62.5rem;
  max-width: clamp(62.5rem, 0.0833333333rem + 71.3333333333vw, 75.875rem);
  margin-left: auto;
  margin-right: auto;
}

/* 文字サイズ
--------------------------------------------- */
/* グローバルナビ */
.size_gnavi {
  font-size: 1rem;
  font-size: clamp(1rem, 0.125rem + 1vw, 1.125rem);
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.125rem + 1vw, 1.125rem);
}

/* 27_30 */
.size_27_30 {
  font-size: 1.6875rem;
  font-size: clamp(1.6875rem, 0.025rem + 1.9vw, 1.925rem);
}

/* 15_17 */
.size_15_17 {
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.0625rem + 1vw, 1.0625rem);
}

/* 背景回る英字アニメ
--------------------------------------------- */
.bg-circle {
  width: 100%;
  animation: rotate360 350s linear infinite;
}

@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.site-footer .bg-circle {
  animation: rotate360_l 350s linear infinite;
}

@keyframes rotate360_l {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* 固定ページ見出し
--------------------------------------------- */
.sec_fv_page {
  padding-top: clamp(4.375rem, 3.6890243902rem + 2.9268292683vw, 6.25rem);
  position: relative;
  padding-bottom: 230px;
  background-color: #fafbfd;
}

.sec_fv_page:has(.ttl_page_txt) {
  padding-bottom: calc(230px - 3.5em);
}

.wrap_fv_page {
  max-width: 1700px;
  width: 85%;
  margin: 0 auto;
}

.bg_fv_page {
  width: 162vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -81vw;
}

.ttl_page_en {
  color: #025593;
  line-height: 1;
  letter-spacing: 0.1em;
  display: block;
  font-size: 0.5625rem;
  font-size: clamp(0.5625rem, 0.3708333333rem + 0.7666666667vw, 1.1375rem);
  opacity: 0.5;
}

.ttl_page {
  font-size: 1.625rem;
  font-size: clamp(1.625rem, 1.2145833333rem + 1.6416666667vw, 2.85625rem);
  color: #025593;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.ttlbox_page {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "YuGothic", "Arial", "Yu Gothic", "Meiryo";
}

.ttlwrap_page {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 66px;
  position: relative;
  margin-bottom: 70px;
}

.ttlwrap_postpage {
  display: flex;
  justify-content: center;
  max-width: 1700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  position: relative;
}

.ttlbox_postpage {
  margin-bottom: 0;
}

.ttlbox_txt_page {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.ttl_page_txt {
  color: #025593;
}

.pankuzu_page {
  color: #025593;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0rem + 1vw, 1.0625rem);
  position: relative;
  opacity: 0.5;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "YuGothic", "Arial", "Yu Gothic", "Meiryo";
  z-index: 1;
}

.pankuzu_page br {
  display: none;
}

.wrap_fv_page {
  padding-top: 72px;
}

.wrap_fv_page:has(.pankuzu_page) {
  padding-top: 50px;
}

.pankuzu_page li {
  text-align: left;
}

.pankuzu_page li::after {
  content: ">";
  margin: 0 10px;
  color: #025593;
}

.pankuzu_page li:last-child::after {
  content: none;
}

.pankuzu_page a {
  color: #025593;
}

.pankuzu_page a {
  text-decoration: underline;
}

.pankuzu_page a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1400px) {
  .bg_fv_page {
    width: 2250px;
    margin-left: -1125px;
  }
}
@media screen and (max-width: 640px) {
  .pankuzu_page br {
    display: none;
  }
  .ttl_page {
    letter-spacing: 0;
  }
  .sec_fv_page {
    padding-bottom: 130px;
  }
}
/* 固定ページ
--------------------------------------------- */
.art_page .entry-content {
  background-color: #fafbfd;
}

.entry-content {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "YuGothic", "Arial", "Yu Gothic", "Meiryo";
}

/* ヘッダー
--------------------------------------------- */
.header_cmn {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: clamp(4.375rem, 3.6890243902rem + 2.9268292683vw, 6.25rem);
  z-index: 9;
}

.logo_cmn {
  position: fixed;
  top: 0;
  left: 40px;
  left: clamp(1.6875rem, -1.5625rem + 6.5vw, 2.5rem);
  z-index: 10;
  width: clamp(19.3837375rem, -0.00000625rem + 22.15285vw, 22.15284375rem);
  height: clamp(4.375rem, 3.6890243902rem + 2.9268292683vw, 6.25rem);
  display: flex;
  align-items: center;
}

.logo_cmn img {
  width: 100%;
  padding-top: 1.5rem;
}

.header_nav {
  text-align: left;
  padding-top: 1.8rem;
  padding-left: calc(40px + clamp(19.3837375rem, -0.00000625rem + 22.15285vw, 22.15284375rem));
  display: flex;
  height: clamp(4.375rem, 3.6890243902rem + 2.9268292683vw, 6.25rem);
  align-items: center;
}

.list_header_nav {
  display: flex;
  align-items: center;
}

.list_header_nav .tb {
  display: none;
}

.list_header_nav .tb2 {
  display: none;
}

.header_nav .list_header_nav li:not(:last-child) a {
  color: #025593;
  margin: 0 0 0 1.9em;
  margin: 0 0 0 1.9vw;
  text-align: center;
  line-height: 1.3;
  display: block;
  position: relative;
}

.list_header_nav li:not(:last-child) a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #036EB7;
  bottom: -3px;
  transform: scale(0, 1);
  transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s; /*変形の時間*/
}

.list_header_nav li:not(:last-child) a:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
  transform-origin: left top; /*左から右に向かう*/
}

.navi_recruit {
  position: fixed;
  top: 0;
  right: clamp(4.375rem, 3.6890243902rem + 2.9268292683vw, 6.25rem);
  height: clamp(4.375rem, 3.6890243902rem + 2.9268292683vw, 6.25rem);
  background-color: #025593;
}

.navi_recruit a,
.navi_recruit a:visited, .navi_recruit a:active, .navi_recruit a:focus {
  color: #fff;
}

.navi_recruit a {
  display: grid;
  width: 100%;
  height: 100%;
  place-content: center;
  text-align: center;
  padding: 0 2em;
  line-height: 1.3;
}

@media screen and (max-width: 1400px) {
  .logo_cmn {
    width: clamp(15.625rem, 14.2498521341rem + 5.867297561vw, 19.3837375rem);
  }
  .header_nav {
    padding-left: calc(40px + clamp(15.625rem, 14.2498521341rem + 5.867297561vw, 19.3837375rem));
  }
}
@media screen and (max-width: 1100px) {
  .list_header_nav .tb {
    display: block;
  }
}
@media screen and (max-width: 1050px) {
  .btn_hd_contact {
    padding: 0.98em 1.5em !important;
  }
  .list_header_nav .tb2 {
    display: block;
  }
}
@media screen and (max-width: 950px) {
  .header_nav_contact, .header_nav_topics {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  .btn_hd_contact {
    display: none !important;
  }
  .list_header_nav {
    padding-right: 1em;
  }
}
@media screen and (max-width: 800px) {
  .header_nav {
    display: none;
  }
}
/* 全画面メニュー
--------------------------------------------- */
/* MENU */
.h_menu_wrap {
  position: fixed;
  z-index: 999;
  color: #fff;
  width: 100%;
  height: 100vh;
  left: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: inherit;
  opacity: 1;
  transition: 0.5s;
  pointer-events: none;
  overflow: hidden;
}

/* MENU背景 */
.h_menu_wrap::before {
  content: "";
  background-color: #025593;
  width: 300%;
  aspect-ratio: 1/1;
  position: absolute;
  right: -150%;
  top: -150vw;
  border-radius: 50%;
  transform: scale(0);
  transition: 1s;
}

.menu_on .h_menu_wrap::before {
  transform: scale(1);
}

/* MENU背景　動画 */
.wrap_video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100vw;
  min-height: 100%;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: 2s;
  opacity: 0;
}

.wrap_video-bg video {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100vw;
  min-height: 100%;
}

.menu_on .wrap_video-bg {
  opacity: 0.2;
  transition: 2s;
  transition-delay: 0.5s;
}

.h_menu {
  width: 85%;
  height: 100vh;
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.h_menu li a,
.h_menu a:active, .h_menu a:visited, .h_menu a:focus, .h_menu a:hover {
  color: #fff;
}

.h_menu_logo {
  margin-bottom: 30px;
}

.h_menu_logo a {
  display: block;
}

.h_menu_logo img {
  height: auto;
  width: 364px;
}

.m_h_menu {
  width: 100%;
  max-height: 80vh;
  margin-bottom: 20px;
}

.m_h_menu a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.m_h_menu .en {
  font-size: 2.625rem;
  font-size: clamp(2.625rem, 0rem + 3vw, 3rem);
  line-height: 1;
  color: #73A1C3;
  transition: 0.25s;
}

.m_h_menu a:hover .en {
  color: #fff;
  transition: 0.5s;
}

.h_menu .li_oya {
  position: relative;
  float: left;
  width: 25%;
  margin-bottom: 20px;
  text-align: left;
}

.h_menu .ico_arrow::before,
.h_menu .ico_arrow::after {
  background-color: #025593;
}

.h_menu .ico_arrow {
  background-color: #73A1C3;
  transition: 0.25s;
}

.m_h_menu a:hover .ico_arrow {
  background-color: #fff;
  transition: 0.5s;
}

.h_menu .ico_arrow {
  margin-right: 10px;
}

.h_menu a {
  width: 100%;
}

.list_ko {
  padding-top: 15px;
  margin-bottom: 15px;
}

.list_ko a {
  display: flex;
  align-items: center;
}

.list_s_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.list_s_menu li {
  position: relative;
}

.list_s_menu li::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}

.list_s_menu li:last-child::after {
  display: none;
}

.list_s_menu li a {
  padding: 0 1.5em;
}

@media screen and (max-width: 1400px) {
  .m_h_menu .en {
    font-size: 1.875rem;
    font-size: clamp(1.875rem, 1.6006097561rem + 1.1707317073vw, 2.625rem);
  }
}
@media screen and (max-width: 1000px) {
  .h_menu .li_oya {
    width: 33%;
  }
  .menu_on .h_menu_wrap {
    overflow-y: scroll;
    height: 100%;
  }
  .h_menu_logo {
    position: absolute;
    left: clamp(1.6875rem, -1.5625rem + 6.5vw, 2.5rem);
    left: 0;
    top: 0;
    margin-bottom: 0;
    height: clamp(4.375rem, 3.6890243902rem + 2.9268292683vw, 6.25rem);
    display: flex;
    align-items: center;
    width: clamp(15.625rem, 14.2498521341rem + 5.867297561vw, 19.3837375rem);
    padding-top: 1.5rem;
  }
  .m_h_menu {
    max-height: 100%;
    height: 100%;
    margin-bottom: 30px;
    padding-top: 130px;
  }
}
@media screen and (max-width: 900px) {
  /* MENU背景 */
  .h_menu_wrap::before {
    width: 100%;
    height: 100%;
    aspect-ratio: inherit;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    transform: none;
    transition: inherit;
    opacity: 0;
  }
  .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100vw;
    min-height: 100%;
    width: 100%;
    height: 100%;
    z-index: 0;
    transform: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .list_s_menu {
    width: 100%;
  }
  .menu_on .h_menu_wrap::before {
    opacity: 1;
  }
}
@media screen and (max-width: 800px) {
  .h_menu .li_oya {
    width: 50%;
  }
  .m_h_menu {
    max-height: 100%;
  }
}
@media screen and (max-width: 400px) {
  .h_menu .li_oya {
    width: 100%;
  }
}
@media screen and (max-width: 1130px) {
  .list_h_menu {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .l_h_menu {
    width: 100%;
  }
  .r_h_menu {
    width: 100%;
    padding: 0;
  }
  .r_h_menu::before {
    content: none;
  }
  .m_h_menu li {
    margin-bottom: 20px;
  }
}
/* ハンバーガーメニュー
--------------------------------------------- */
.humb_btn {
  width: clamp(4.375rem, 3.6890243902rem + 2.9268292683vw, 6.25rem); /* メニューボタンサイズ */
  height: clamp(4.375rem, 3.6890243902rem + 2.9268292683vw, 6.25rem);
  top: 0px; /* メニューボタン位置 */
  right: 0px;
  z-index: 1000;
  position: fixed;
  background-color: #036EB7;
  color: #fff;
  cursor: pointer;
}

.humb_btn label {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  height: 100%; /* メニューボタンサイズ高さ */
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
  text-align: center;
}

.humb_btn span {
  display: block;
  width: 40%;
  height: 2px;
  background: #fff;
  transition: all ease-in-out 0.5s;
}

.menu_on .humb_btn label {
  align-content: center;
}

.humb_btn span:nth-of-type(1) {
  margin-bottom: 3px;
}

.humb_btn span:nth-of-type(2) {
  margin-top: 3px;
}

.menu_on .humb_btn span:nth-of-type(1) {
  transform: translate(0px, 4px) rotate(-45deg);
  transform-origin: center;
  margin-top: 3px;
}

.menu_on .humb_btn span:nth-of-type(2) {
  transform: translate(0px, -4px) rotate(45deg);
  transform-origin: center;
}

.menu_on .head_inner .h_menu_wrap { /* メニュー開いた時 */
  opacity: 1;
  transform: scale(1);
  transition: 1s;
  pointer-events: auto;
}

.menu_on .humb_btn {
  transform: scale(1);
}

.h_menu, .h_menu_img, .h_menu_bottom {
  opacity: 0;
  transition: 500ms;
}

.menu_on .head_inner .h_menu, .menu_on .head_inner, .menu_on .head_inner .h_menu_logo {
  opacity: 1;
  transition: 0.8s;
  transition-delay: 0.3s;
}

.head_inner .h_menu {
  transform: translateY(20px);
  display: grid;
  place-content: center;
  text-align: center;
}

.menu_on .head_inner .h_menu {
  transform: translateY(0px);
  opacity: 1;
  transition: 0.5s;
  transition-delay: 0.55s;
}

@media screen and (max-width: 1000px) {
  .head_inner .h_menu {
    place-content: normal;
  }
  .h_menu {
    height: 100%;
    display: block;
  }
}
/* ページトップ
--------------------------------------------- */
.sec_pagetop {
  position: relative;
  text-align: right;
  margin-bottom: -10vw;
}

.wrap_pagetop {
  max-width: 1600px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.btn_pagetop {
  color: #025593;
  width: 140px;
  display: flex;
  flex-flow: column;
  margin-left: auto;
  margin-right: 10%;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #025593;
}

.ilst_pagetop {
  background-image: url(../img/cmn/illst_cmn_pagetop_hover.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: top center;
}

.ilst_pagetop:hover img {
  opacity: 0;
  transition: 0.25s;
}

.btn_pagetop:visited, .btn_pagetop:hover, .btn_pagetop:active {
  color: #025593;
}

.btn_pagetop::before {
  content: "";
  background-image: url(../img/cmn/ico_cmn_arrow_green.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 21px;
  height: 16px;
  transform: rotate(-90deg);
  transition: 0.25s;
  display: inline-block;
}

.btn_pagetop img {
  width: 100%;
}

.btn_pagetop:hover::before {
  transform: rotate(-90deg) translateX(10px);
  transition: 0.25s;
}

@media screen and (max-width: 1400px) {
  .btn_pagetop {
    margin-right: 5%;
  }
}
@media screen and (max-width: 1000px) {
  .btn_pagetop {
    margin-right: 0;
  }
}
/* フッター
--------------------------------------------- */
.logo_footer {
  margin-bottom: 50px;
}

.logo_footer img {
  width: 17.25rem;
  width: clamp(17.25rem, 13.9783163265rem + 13.9591836735vw, 27.9375rem);
}

.site-footer {
  position: relative;
  overflow: hidden;
  color: #fff;
  position: relative;
  padding-top: 300px;
}

.site-info {
  max-width: 50.9375rem;
  max-width: clamp(50.9375rem, -3.75rem + 62.5vw, 58.75rem);
  margin: 0 auto;
  width: 85%;
  padding-bottom: 100px;
  padding-top: 80px;
  position: relative;
  background-color: #025593;
}

.bg_footer {
  width: 162vw;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -81vw;
}

.nav_ft {
  margin-bottom: 30px;
}

.list_ft {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.list_ft li {
  margin-bottom: 1.5em;
}

.list_ft a {
  color: #fff;
  padding: 0 1em;
}

@media screen and (max-width: 1400px) {
  .bg_footer {
    width: 2250px;
    top: 0;
    margin-left: -1125px;
  }
}
@media screen and (max-width: 800px) {
  .list_ft a {
    padding: 0 2em;
  }
}
@media screen and (max-width: 800px) {
  .site-info {
    padding-top: 0px;
  }
}
/* フッター リンク
--------------------------------------------- */
.box_ft_link {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.box_ft_link a {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 30px 5%;
}

.box_ft_link a:first-child {
  border-right: 1px solid #E6E6E6;
}

.box_ft_link a img {
  border-radius: 50%;
  width: 8rem;
  width: clamp(8rem, 0.125rem + 9vw, 9.125rem);
  margin-right: 20px;
  transition: 0.25s;
}

.box_ft_link a:hover img {
  transform: scale(1.1);
  transition: 0.25s;
}

.txt_ft_link {
  color: #025593;
  font-size: 1.75rem;
  font-size: clamp(1.75rem, 0rem + 2vw, 2rem);
  text-align: left;
}

.txt_ft_link small {
  color: #B3B3B3;
  font-size: 60%;
}

@media screen and (max-width: 800px) {
  .box_ft_link {
    background-color: inherit;
    border-radius: 0px;
  }
  .box_ft_link a {
    width: 100%;
    max-width: 430px;
    background-color: #fff;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    padding: 15px 5%;
  }
}

@media screen and (max-width: 640px) {
  .txt_ft_link {
    font-size: 1.5rem;
  }
}

/* 住所
--------------------------------------------- */
.box_ft_adrs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 80px;
  padding-top: 30px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "YuGothic", "Arial", "Yu Gothic", "Meiryo";
  line-height: 1.7;
}

.adrs_osaka {
  width: 25%;
  margin-bottom: 30px;
}

.adrs_sanin {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.ttl_ft_adrs {
  border-bottom: solid 1px rgba(230, 230, 230, 0.5);
  margin-bottom: 15px;
  padding-bottom: 5px;
  width: 100%;
}

.sanin_ft_adrs {
  width: 32%;
  margin-bottom: 20px;
  font-size: 0.875rem;
}

.box_ft_adrs p {
  font-size: 0.875rem;
}

.ttl_ft_s_adrs {
  font-weight: 500;
  margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
  .sanin_ft_adrs {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .adrs_osaka {
    width: 100%;
  }
  .adrs_sanin {
    width: 100%;
  }
}
/* コピーライト
--------------------------------------------- */
.ft_copy {
  width: 100%;
  padding: 50px 10%;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .ft_copy {
    padding-bottom: 120px;
  }
}
/* 投稿　見出し書式スタイル
--------------------------------------------- */
.h2_topi_deta {
  font-weight: 300;
  font-size: min(6vw, 40px);
  line-height: 1.25;
}

.p_topi_deta em {
  font-size: 1em;
  font-style: italic;
}

.p_topi_deta h2, .p_topi_deta h3, .p_topi_deta h4, .p_topi_deta h5, .p_topi_deta h6 {
  line-height: 1.5;
}

.p_topi_deta h2 { /* h2タイトル */
  background: #036EB7;
  border-radius: 5px;
  color: #fff;
  padding: 10px 3.1%;
  font-size: 1.5em;
  position: relative;
  margin-top: 1em;
  margin-bottom: 1.2em;
  font-weight: 400;
}

.p_topi_deta h3 { /* h3タイトル */
  border-bottom: 2px solid #036EB7;
  padding: 3px 1%;
  margin-top: 1em;
  padding-bottom: 0.5em;
  margin-bottom: 1.2em;
  font-size: 1.4em;
  color: #025593;
  font-weight: 500;
}

@media screen and (max-width: 650px) {
  .p_topi_deta h3 {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.p_topi_deta h4 { /* h4タイトル */
  font-size: 1.125em;
  margin-top: 1em;
  padding-left: 15px;
  margin-bottom: 1.2em;
  color: #025593;
  border-left: 7px solid #036EB7;
  font-weight: 500;
}

.p_topi_deta h5 { /* h5タイトル */
  font-size: 1.0625em;
  margin-top: 1em;
  margin-bottom: 1.2em;
  font-weight: 700;
  color: #025593;
}

.p_topi_deta h6 { /* h6タイトル */
  font-size: 1em;
  margin-top: 1em;
  margin-bottom: 1.2em;
  font-weight: 700;
}

@media screen and (max-width: 650px) {
  .p_topi_deta h2 {
    font-size: 1.6em;
  }
  .p_topi_deta h3 {
    font-size: 1.5em;
  }
  .p_topi_deta h4 {
    font-size: 1.4em;
  }
  .p_topi_deta h5 {
    font-size: 1.2em;
  }
  .p_topi_deta h6 {
    font-size: 1.1em;
  }
}
.wp-caption {
  width: auto !important;
  border: inherit !important;
  background-color: inherit !important;
  display: inline-block;
  margin: 0 !important;
}

@media screen and (max-width: 650px) {
  .wp-caption {
    margin-bottom: 1em;
  }
}
.wp-caption .wp-caption-text { /* 画像キャプション */
  margin: 0.7em 0;
  font-size: 0.9em;
  line-height: 1.5;
}

.p_topi_deta { /* 段落文字 */
  line-height: 1.75;
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: normal;
  color: #333;
}

.p_topi_deta p { /* 段落文字 */
  margin-bottom: 1em;
  margin-top: 1em;
  font-size: 1rem;
}

.p_topi_deta a:has(img, svg):hover {
  opacity: 0.75;
}

.p_topi_deta a[target=_blank]:not(:has(img, svg))::after { /* 外部リンク */
  content: url(../img/cmn/ico_link_blank.svg);
  margin: 0 5px;
  vertical-align: middle;
}

.p_topi_deta ol, .p_topi_deta ul { /* リスト */
  line-height: 1.75;
}

.p_topi_deta ol { /* リスト */
  padding-left: 1.5em;
}

.p_topi_deta ol li {
  list-style-type: decimal;
  margin-bottom: 5px;
}

.p_topi_deta ul li {
  padding-left: 10px;
  margin-left: 10px;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
}

.p_topi_deta ul li::before {
  position: relative;
  top: 0px;
  left: -3px;
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  content: "";
  border-radius: 100%;
  background: #036EB7;
}

.p_topi_deta a { /* リンク */
  text-decoration: underline;
  color: #025593;
}

.p_topi_deta a:hover {
  text-decoration: none;
}

.no_post {
  margin-bottom: 80px;
}

@media screen and (max-width: 850px) {
  .p_topi_deta p {
    font-size: 1.05em;
  }
  #member_list .type-post p {
    font-size: 1.05em;
  }
}
@media screen and (max-width: 640px) {
  .p_topi_deta p {
    font-size: 1em;
  }
}
/* 戻るボタン
--------------------------------------------- */
.backto_btn {
  text-align: center;
}

.p_topi_deta .backto_btn a {
  text-decoration: none;
}

.bto_btn {
  font-size: min(4vw, 18px);
  padding-left: min(3vw, 23px);
  color: #025593;
}

.backto_btn_wrap {
  width: 85.7142857143%;
  margin-inline: auto;
  text-align: right;
  margin-top: min(8vw, 60px);
  padding-bottom: 80px;
}

/* page_navi　ページナビゲーション
--------------------------------------------- */
.screen-reader-text {
  display: none;
}

.page_navi_wrap {
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
}

.nav-links {
  display: flex;
}

.pagination {
  justify-content: center;
  display: flex;
  padding-bottom: 80px;
}

.page-numbers {
  color: #025593;
  background: #fff;
  width: min(10vw, 3.5em);
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #036EB7;
  font-size: 1.0625em;
  line-height: 100%;
  margin: 0 2px;
  transition: all ease 300ms;
}

.page-numbers:active, .page-numbers:visited, .page-numbers:focus {
  color: #025593;
}

.page-numbers:not(.dots):hover,
.page-numbers.current {
  background-color: #025593;
  color: #fff;
}

.prev.page-numbers,
.next.page-numbers {
  background: #036EB7 url("../img/cmn/ico_cmn_arrow_white.svg") no-repeat center/20px 20px;
  border: none;
  color: #fff;
  text-indent: -9999px;
}

.prev.page-numbers:hover,
.next.page-numbers:hover {
  opacity: 0.75;
}

.prev.page-numbers {
  transform: rotateY(180deg);
}

/* sec_info
--------------------------------------------- */
.sec_info {
  padding-bottom: 50px;
}

.wrap_info {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
}

.p_topi_deta .ttl_info, .ttl_info {
  width: 100%;
  color: #025593;
  text-align: left;
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.0166666667rem + 1.2666666667vw, 1.3625rem);
  background: inherit;
  border-radius: inherit;
  padding: 0;
  margin-top: 0;
}

@media screen and (max-width: 800px) {
  .ttl_info {
    font-size: 0.875rem;
    font-size: clamp(0.875rem, 0.6598837209rem + 0.9302325581vw, 1.125rem);
  }
}
@media screen and (max-width: 900px) {
  .sec_info {
    padding-bottom: 80px;
  }
  .wrap_info {
    display: block;
  }
  .ttl_info {
    text-align: center;
  }
}
/* シェア
--------------------------------------------- */
.sec_share {
  width: 40%;
}

.wrap_share {
  padding: 20px 5%;
  height: 100%;
}

.box_share {
  height: 100%;
  height: calc(100% - 15px - 36px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 900px) {
  .sec_share {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
}
/* スライダー
--------------------------------------------- */
/*スライドボタン*/
.slide_arrows .slick-prev,
.slide_arrows .slick-next {
  cursor: pointer;
}

/* ライター
--------------------------------------------- */
.sec_writter {
  border-left: 1px solid #ccc;
  width: 60%;
}

.wrap_writter {
  padding: 20px 5% 40px 5%;
}

.user_inr {
  display: flex;
  justify-content: space-between;
  padding: 0 5%;
}

.usericon_wrap {
  border-radius: 50%;
  overflow: hidden;
  width: 7.5rem;
  width: clamp(7.5rem, 0.2083333333rem + 8.3333333333vw, 9.0625rem);
  height: 7.5rem;
  height: clamp(7.5rem, 0.2083333333rem + 8.3333333333vw, 9.0625rem);
  aspect-ratio: 1/1;
}

.userdata_wrap {
  width: calc(100% - clamp(7.5rem, 0.2083333333rem + 8.3333333333vw, 9.0625rem) - 5%);
  text-align: left;
  line-height: 1.8;
  font-weight: 300;
}

.user_name {
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.0016666667rem + 1.4266666667vw, 1.5175rem);
}

.user_txt p {
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0rem + 1vw, 1.0625rem);
}

@media screen and (max-width: 900px) {
  .sec_writter {
    border-left: none;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .user_inr {
    display: block;
    text-align: center;
  }
  .userdata_wrap {
    width: 100%;
  }
  .usericon_wrap {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
  }
}
/* 関連記事
--------------------------------------------- */
.sec_kanren {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 50px;
}

.wrap_kanren {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 93%;
}

.ttl_en_kanren {
  font-weight: 100;
  color: #036EB7;
  font-size: 3.125rem;
  font-size: clamp(3.125rem, 0.2083333333rem + 3.3333333333vw, 3.75rem);
}

.ttl_kanren {
  font-weight: 400;
  color: #025593;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.0166666667rem + 1.2666666667vw, 1.3625rem);
}

.ttlbox_kanren {
  margin-bottom: 50px;
}

.list_cs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.list_cs li {
  text-align: left;
  margin-bottom: 30px;
  width: 31.5%;
  border-radius: 20px;
  margin-right: 2.75%;
}

.list_cs li:nth-child(3n) {
  margin-right: 0px;
}

.pic_cs {
  aspect-ratio: 410/320;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.pic_thum {
  border: solid 1px #ccc;
}

.list_cs li:hover img {
  transform: scale(1.1);
  transition: 0.5s;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.pic_cs img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
  transition: 0.5s;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.txtbox_cs {
  padding: 25px 8% 35px 8%;
}

.time_cs {
  color: #025593;
  margin-bottom: 10px;
}

.size_year {
  font-size: 0.875rem;
}

.postttl_cs {
  color: #025593;
  margin-bottom: 10px;
}

.cat_cs {
  color: #025593;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0rem + 1vw, 1.0625rem);
}

.cat_cs span {
  border: 1px solid #036EB7;
  display: inline-block;
  padding: 0 10px 2px 10px;
  border-radius: 20px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.contents_cs {
  color: #2d2d2d;
}

.contents_cs br {
  display: none;
}

@media screen and (max-width: 800px) {
  .ttl_kanren {
    font-size: 0.875rem;
    font-size: clamp(0.875rem, 0.6598837209rem + 0.9302325581vw, 1.125rem);
  }
  .cat_cs {
    font-size: 0.75rem;
    font-size: clamp(0.75rem, 0.6424418605rem + 0.4651162791vw, 0.875rem);
  }
}
@media screen and (max-width: 640px) {
  .list_cs {
    justify-content: space-between;
  }
  .list_cs li {
    margin-bottom: 20px;
    width: 48%;
    margin-right: 0;
  }
  .ttl_kanrenttl {
    font-weight: 500;
  }
  .txtbox_cs {
    padding: 15px 3% 20px 3%;
  }
  .pic_cs {
    border-radius: 10px;
  }
  .cat_cs span {
    margin-bottom: 5px;
  }
  .cat_cs {
    margin-bottom: 5px;
  }
}
.site-footer {
  background-color: #fafbfd;
}


/* Turnstile
--------------------------------------------- */
.wpcf7-turnstile.cf-turnstile {
    margin-bottom: 30px;
}