@charset "UTF-8";
/* ===============================================
# フォント
=============================================== */
/* ===============================================
# 下層変数
=============================================== */
/* ===============================================
# コンテナ幅
=============================================== */
/* ===============================================
# header
=============================================== */
/* ===============================================
# メインビジュアル
=============================================== */
/* ===============================================
# その他（基本は調整不要）
=============================================== */
/* ===============================================
# 共通
=============================================== */
/* ===============================================
# 見出し
=============================================== */
/* ===============================================
# ボタン
=============================================== */
/* ===============================================
# header
=============================================== */
/* ===============================================
# footer
=============================================== */
/* ===============================================
# table
=============================================== */
/* ===============================================
# 投稿
=============================================== */
/* ===============================================
# ブラウザ幅でフォントサイズを変える関数
=============================================== */
/* ===============================================
# フォントをremに変換
=============================================== */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #1b4059;
  height: auto !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

figure {
  margin: 0;
  text-align: center;
}
figure figcaption {
  margin-top: 0.5em;
  text-align: left;
}

img {
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}
img.circle {
  border-radius: 50%;
}

p {
  margin: 0.5em 0 1em;
}
p:first-of-type {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

ol,
ul {
  margin: 0 0 1em;
  padding: 0 0 0 2.5em;
  line-height: 1.6;
}
ol:last-child,
ul:last-child {
  margin-bottom: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0.5em 0;
  padding-left: 2em;
}
ol ol:last-child,
ol ul:last-child,
ul ol:last-child,
ul ul:last-child {
  margin-bottom: 0.5em;
}

dl {
  margin: 0 0 1em;
  line-height: 1.6;
}
dl:last-child {
  margin-bottom: 0;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-left: 0;
  margin-bottom: 0.5em;
}
dl dd:last-child {
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

a {
  color: #1b4059;
}
a:hover {
  text-decoration: none;
}

a[class] {
  text-decoration: none;
}

[href^=tel] {
  text-decoration: none !important;
  display: inline-block;
}
@media (min-width: 767px) {
  [href^=tel] {
    pointer-events: none !important;
  }
}

.fax {
  pointer-events: none;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right;
}

.lead {
  color: #2d88c8;
  font-size: 20px;
  font-size: 2rem;
}

.text-xxlarge {
  font-size: 24px;
  font-size: 2.4rem;
}

.text-xlarge {
  font-size: 20px;
  font-size: 2rem;
}

.text-large {
  font-size: 16px;
  font-size: 1.6rem;
}

.text-small {
  font-size: 12px;
  font-size: 1.2rem;
}

.text-xsmall {
  font-size: 10px;
  font-size: 1rem;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-red {
  color: #f00 !important;
}

.text-primary {
  color: #2d88c8 !important;
}

@media (max-width: 767px) {
  .sp-hide,
  .pc-only,
  .tablet-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center;
  }
  .sp-text-left {
    text-align: left;
  }
  .sp-text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .lead {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-xxlarge {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .text-xlarge {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-large {
    font-size: 20px;
    font-size: 2rem;
  }
  .text-small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .text-xsmall {
    font-size: 10px;
    font-size: 1rem;
  }
  .pc-hide,
  .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center;
  }
  .pc-text-left {
    text-align: left;
  }
  .pc-text-right {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
}
.color_pri {
  color: #2d88c8;
}

.link-tel {
  text-decoration: none;
}
@media (min-width: 768px) {
  .link-tel {
    pointer-events: none;
    cursor: default;
  }
}

@media (max-width: 767px) {
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col:not(:last-child) {
    margin-bottom: 1em;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure {
    overflow: hidden;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure img {
    float: left;
    width: 32%;
    margin-bottom: 10px;
    vertical-align: middle;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure figcaption {
    float: right;
    width: 66%;
    margin-top: 0;
    vertical-align: middle;
  }
  .sp_image_cols.sp_col2 .col {
    width: 49%;
  }
  .sp_image_cols.sp_col2 .col:nth-child(odd) {
    clear: both;
    float: left;
  }
  .sp_image_cols.sp_col2 .col:nth-child(even) {
    float: right;
  }
  .sp_image_cols.sp_col2 .col:not(:last-child) {
    margin-bottom: 3%;
  }
  .sp_image_cols.sp_col3 .col {
    float: left;
    width: 32%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n+1) {
    clear: both;
    margin-right: 2%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n) {
    float: right;
  }
  .sp_image_cols.sp_col3 .col:not(:last-child) {
    margin-bottom: 3%;
  }
  .sp_image_left {
    overflow: hidden;
  }
  .sp_image_left .col:first-child {
    display: inline-block;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_left .col:last-child {
    float: none;
  }
  .sp_image_right {
    overflow: hidden;
  }
  .sp_image_right .col:first-child {
    display: inline-block;
    float: right;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_right .col:last-child {
    float: none;
  }
}
/* ===============================================
# マージン
=============================================== */
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt10 {
  margin-top: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.sp-mb60-30 {
  margin-bottom: clamp(30px, 3.2942898975vw, 60px) !important;
}

.sp-mb60-40 {
  margin-bottom: clamp(40px, 3.6603221083vw, 60px) !important;
}

body.scroll-prevent {
  width: 100%;
  height: auto !important;
  overflow: hidden;
}
body header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

header {
  width: 100%;
  transition: transform 0.3s;
  background: #fff;
  position: relative;
}
header .container {
  width: 100%;
  max-width: 1200px;
  max-width: calc(1200px + 9%);
  padding: 0 4.5%;
  margin: auto;
}
@media (max-width: 1023px) {
  header .container {
    max-width: calc(1000px + 9%);
  }
}
header .box {
  position: relative;
  display: table;
}
@media (max-width: 1023px) {
  header .box {
    width: 100%;
  }
}
header .title,
header .gnav {
  height: 100px;
  display: table-cell;
}
@media (max-width: 1023px) {
  header .title,
  header .gnav {
    height: auto;
  }
}
header .title {
  margin: 0;
  font-size: 0;
}
@media (min-width: 1024px) {
  header .title {
    vertical-align: middle;
    padding: 22px 0;
  }
}
@media (max-width: 1023px) {
  header .title {
    padding: 16px 0;
  }
}
header .title a {
  display: block;
  width: 277px;
  height: 60px;
}
@media (max-width: 1023px) {
  header .title a {
    width: 225px;
    height: auto;
    min-width: auto;
  }
}
@media (min-width: 1024px) {
  header .gnav {
    vertical-align: bottom;
    width: 100%;
    padding-bottom: 8px;
    text-align: right;
  }
}
@media (max-width: 1023px) {
  header .gnav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 80%;
    height: 100vh;
    background-color: #fff;
    transition: all 0.5s;
    z-index: 1001;
    overflow-y: auto;
    padding-right: 0;
    padding: 100px 4%;
  }
}
header .gnav nav > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  header .gnav nav > ul li {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  header .gnav nav > ul li {
    background: #fff;
    display: block;
  }
  header .gnav nav > ul li:not(:last-child) {
    border-bottom: 1px solid rgba(27, 64, 89, 0.5);
  }
}
header .gnav nav > ul li a {
  padding: 0em 0.875em;
  color: #1b4059;
  text-decoration: none;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  border-bottom: 2px solid rgba(45, 136, 200, 0);
  transition: 0.3s;
}
@media (min-width: 1024px) {
  header .gnav nav > ul li a:hover {
    border-bottom: 2px solid #2d88c8;
  }
}
@media (max-width: 1023px) {
  header .gnav nav > ul li a {
    color: #1b4059;
    padding: 0.7em 4%;
    text-align: left;
    font-size: 1.4rem;
  }
}
header .gnav nav > ul li a span {
  color: #2d88c8;
  display: block;
  margin-top: 0.3em;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
}
@media (max-width: 1023px) {
  header .gnav nav > ul li a span {
    display: none;
  }
}
header .header_info_wrap {
  position: absolute;
  top: 15px;
  left: auto;
  right: 0;
  bottom: auto;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  header .header_info_wrap {
    display: none;
  }
}
header .header_info_wrap .header_info {
  text-align: right;
}
header .header_info_wrap .tel {
  display: inline-block;
  line-height: 1;
  font-weight: bold;
  font-size: 27px;
  font-size: 2.7rem;
  margin-bottom: 0;
}
header .header_info_wrap .tel a {
  color: #1b4059;
}
header .header_info_wrap p {
  color: #1b4059;
}
header .header_info_wrap p:not(.tel) {
  font-size: 14px;
  font-size: 1.4rem;
}
header .btn-gnavi {
  margin: 0;
}
@media (max-width: 1023px) {
  header .btn-gnavi {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    bottom: auto;
    right: 2%;
    margin: 0 auto;
    display: block;
    width: 26px;
    height: 26px;
    padding: 0;
    transition: transform 0.3s;
    overflow: hidden;
    z-index: 1001;
  }
  header .btn-gnavi:after, header .btn-gnavi:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 4px;
    background: #2d88c8;
    transition: transform 0.5s;
  }
  header .btn-gnavi:before {
    top: 0;
  }
  header .btn-gnavi:after {
    bottom: 0;
  }
  header .btn-gnavi span {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 4px;
    background: #2d88c8;
    transition: transform 0.5s;
  }
  header .btn-gnavi.close:not(.fix) {
    background: none;
  }
  header .btn-gnavi.close:not(.fix):before {
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
    background: #2d88c8;
  }
  header .btn-gnavi.close:not(.fix):after {
    bottom: 50%;
    transform: translate(0, 50%) rotate(-45deg);
    background: #2d88c8;
  }
  header .btn-gnavi.close:not(.fix) span {
    transform: translate(100%, -50%);
  }
}
header.menu_open .gnav {
  right: 0;
}
header.menu_open .black-bg {
  opacity: 0.3;
  visibility: visible;
}
header .black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

/* ===============================================
# プルダウン
=============================================== */
header .gnav > nav > ul > li.has_under > a {
  position: relative;
}
header .gnav > nav > ul > li.has_under > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #1b4059;
  border-right: 1px solid #1b4059;
  transform: translate(0, -50%) rotate(135deg);
  transition: 0.2s;
}
header .gnav > nav > ul > li.has_under > a.menu_under_open:after {
  transform: translate(0, 0) rotate(-45deg);
}

header .gnav > nav > ul > li > ul {
  margin: 0;
  padding: 20px 0;
  list-style: none;
  display: none;
  border-bottom: 0;
}
header .gnav > nav > ul > li > ul li {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0;
}
header .gnav > nav > ul > li > ul a {
  background: rgba(45, 136, 200, 0.96);
}
header .gnav > nav > ul > li > ul a:hover {
  opacity: 0.8;
}

@media (max-width: 1023px) {
  header .gnav > nav > ul > li > ul {
    margin-bottom: 1em;
    padding: 0 6%;
  }
  header .gnav > nav > ul > li > ul li {
    border-bottom: 0;
    margin-bottom: 0;
    position: relative;
    padding: 0.4em 4% 0.4em 15px;
  }
  header .gnav > nav > ul > li > ul li::before {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    background: #1b4059;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: auto;
    transform: translateY(-50%);
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  header .gnav > nav > ul > li > ul li:not(:last-child) {
    border-bottom: 0;
  }
  header .gnav > nav > ul > li > ul li:first-child {
    border-top: 0;
  }
}
@media (max-width: 1023px) {
  header .gnav > nav > ul > li > ul a {
    background: transparent;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  header .gnav > nav > ul > li.has_under {
    position: static;
    text-align: left;
  }
  header .gnav > nav > ul > li.has_under a {
    padding-right: 1.5em;
  }
  header .gnav > nav > ul > li.has_under a:after {
    border-color: #1b1b1b;
    width: 6px;
    height: 6px;
    transform: translate(0, -50%) rotate(135deg);
  }
  header .gnav > nav > ul > li.has_under a.menu_under_open:after {
    transform: translate(0) rotate(-45deg);
  }
  header .gnav > nav > ul > li.has_under ul {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    background: rgba(45, 136, 200, 0.9);
    z-index: 52;
    min-width: 230px;
  }
  header .gnav > nav > ul > li.has_under ul li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    width: 24.5%;
    text-align: center;
    padding: 0;
  }
  header .gnav > nav > ul > li.has_under ul li a {
    background: transparent;
    display: block;
    padding: 1em;
    overflow-wrap: break-word;
    color: #fff;
    transition: 0.3s;
    text-align: center;
    border: 0;
  }
  header .gnav > nav > ul > li.has_under ul li a:hover {
    border: 0;
  }
}
.mv-pc-only {
  display: block !important;
}
@media (max-width: 767px) {
  .mv-pc-only {
    display: none !important;
  }
}

.mv-sp-only {
  display: none !important;
}
@media (max-width: 767px) {
  .mv-sp-only {
    display: block !important;
  }
}

.main_visual {
  position: relative;
}
.main_visual .main_visual_slick {
  margin: auto;
  overflow: hidden;
  padding-left: 0;
  position: relative;
  min-height: 800px;
}
@media (max-width: 767px) {
  .main_visual .main_visual_slick {
    min-height: 309px;
  }
}
.main_visual .main_visual_slick .slick-list {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.main_visual .main_visual_slick .slick-list .slick-track {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.main_visual .main_visual_slick li {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.main_visual .main_visual_slick li img {
  position: absolute;
  top: 0;
  left: -300%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: -300%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_visual .main_visual_copy {
  position: absolute;
  top: 0;
  padding-left: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  z-index: 1;
  margin: auto;
}
.main_visual .main_visual_copy img {
  max-width: 520px;
  width: 100%;
  top: auto;
  left: 4.8958333333%;
  right: auto;
  bottom: 8.75%;
  position: absolute;
}
@media (max-width: 1199px) {
  .main_visual .main_visual_copy img {
    max-width: none;
    width: 43.3333333333%;
  }
}
@media (max-width: 767px) {
  .main_visual .main_visual_copy img {
    width: 92.5333333333%;
    max-width: 347px;
    bottom: 14.2394822006%;
    left: 3.4666666667%;
    right: 0;
    top: auto;
  }
}

footer {
  background: #2d88c8;
  color: #fff;
}
footer .container {
  max-width: 100%;
  margin-top: 0;
}
@media (max-width: 767px) {
  footer .container {
    padding-top: 40px;
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  footer nav {
    padding: 30px 0;
  }
}
footer nav ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin: auto;
}
footer nav ul li {
  display: inline-block;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  footer nav ul li {
    display: block;
  }
}
footer nav ul li a {
  padding: 0 0.8em;
  color: #fff;
  display: block;
  text-decoration: none;
  line-height: 1.5;
  transition: 0.3s;
}
footer nav ul li a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
@media (max-width: 767px) {
  footer nav ul li a {
    padding: 0.8em 6%;
  }
}
footer .copyright {
  text-align: center;
  color: #fff;
  padding: 25px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 767px) {
  footer .copyright {
    padding: 35px 10px;
  }
}
footer .copyright p {
  font-size: 12px;
}

/* ---------------------
pagetop
--------------------- */
footer {
  position: relative;
}
footer .pagetop {
  position: fixed;
  z-index: 100;
  width: 40px;
  height: 40px;
  background: #2d88c8;
  bottom: 5%;
  right: 5%;
  cursor: pointer;
  border: solid 1px #fff;
  transition: all 0.2s;
  transform-origin: 50% 100%;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
}
footer .pagetop:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #1b4059;
  border-left: 2px solid #1b4059;
  transform: translate(-50%, -20%) rotate(45deg);
  transition: 0.2s;
}
@media (max-width: 767px) {
  footer .pagetop:after {
    width: 6px;
    height: 6px;
  }
}
@media (min-width: 768px) {
  footer .pagetop {
    width: 60px;
    height: 60px;
  }
}
footer .pagetop.active {
  opacity: 0.9;
  visibility: visible;
}
footer .pagetop.absolute {
  position: absolute;
  top: -80px;
  bottom: auto;
}
@media (max-width: 767px) {
  footer .pagetop.absolute {
    top: -50px;
  }
}

/* ===============================================
# フッター追尾
=============================================== */
#ftr_info {
  z-index: 101;
  width: 100%;
  display: none;
}
#ftr_info .container {
  padding: 0;
}
#ftr_info .sp {
  display: none;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  background: #fff;
}
@media (max-width: 1023px) {
  #ftr_info .sp {
    justify-content: center;
    display: flex;
  }
}
#ftr_info .sp > * {
  width: 100%;
}
#ftr_info .sp > *:not(:last-child) {
  position: relative;
}
#ftr_info .sp > *:not(:last-child):before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.4);
  width: 1px;
}
#ftr_info .sp .btn {
  padding: 6px 0 2px;
  background: #2d88c8;
}
#ftr_info .sp .ttl {
  text-align: center;
  margin-top: 2px;
}
#ftr_info .sp .ttl .out_link {
  position: relative;
  padding-right: 1.5em;
  display: inline-block;
}
#ftr_info .sp .ttl .out_link:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  transform: translateY(-50%);
  border: 0;
  background: url(/wp-content/uploads/link.svg) no-repeat center/100%;
}
#ftr_info .sp .icon {
  max-width: 20px;
  margin: auto;
}
#ftr_info .sp .icon img {
  width: 100%;
}
#ftr_info .sp a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 12px;
  padding: 2px 10px;
  display: grid;
  font-weight: bold;
}

.more {
  display: block;
  overflow: hidden;
  margin: auto;
}
.more a {
  letter-spacing: 0.06em;
  background: #ffea4c;
  display: block;
  color: #1b4059;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  padding: 1.1em 0.5em;
  margin: 0 auto 1px;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  line-height: 1.4;
  position: relative;
  border-radius: 8px;
  font-size: 16px;
  font-size: 1.6rem;
}
.more a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  left: auto;
  margin: auto;
  transition: 0.3s;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #1b4059;
  border-right: 0;
}
.more a:hover {
  background-color: #2d88c8;
  color: #fff;
  transition: 0.3s;
}
.more a:hover:after {
  right: 5%;
  transition: 0.3s;
  border-left: 12px solid #fff;
}
.more.out_link a::after {
  content: "";
  -webkit-mask-image: url(/wp-content/uploads/link.svg);
          mask-image: url(/wp-content/uploads/link.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #1b4059;
  width: 1em;
  height: 0.875em;
  transform: translateY(-40%);
  border: 0;
  right: 8%;
  left: auto;
  margin: 0;
}
.more.out_link a:hover::after {
  background: #fff !important;
  transition: 0.3s all;
}
.more.more_color a::after {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  vertical-align: middle;
  -webkit-mask-image: url(/wp-content/uploads/link.svg);
          mask-image: url(/wp-content/uploads/link.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 1.25em;
          mask-size: 1.25em;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 6.8181818182%;
  transform: translateY(-50%);
  transition: 0.3s all;
  border: none;
}
.more.more_color a:hover::after {
  background: #fff !important;
  transition: 0.3s all;
}

table {
  margin: 0 auto;
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
}
table td,
table th {
  line-height: 1.8;
}
table th {
  text-align: center;
  font-weight: normal;
}

.table-default {
  width: 100%;
}
.table-default td,
.table-default th {
  padding: 0.7em 0.5em;
}
.table-default caption {
  margin-bottom: 0.5em;
  text-align: center;
}
.table-default td,
.table-default th {
  border: 1px solid #2d88c8;
}
.table-default th {
  background: #2d88c8;
  color: #fff;
  text-align: left;
}
.table-default td {
  background: #fff;
}
.table-default tr:not(:last-child) td {
  border-bottom: 0;
}
.table-default tr:not(:first-child) th {
  border-bottom: 0;
  border-top: 1px solid #fff;
}
.table-default tr:first-child th {
  border-bottom: 1px solid #fff;
}
.table-default tr:last-child th {
  border-bottom: 1px solid #2d88c8;
}

.table-menu {
  width: 100%;
}
.table-menu caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.table-menu td,
.table-menu th {
  padding: 1em 1em;
  border-top: 1px solid #2d88c8;
}
@media (max-width: 767px) {
  .table-menu td,
  .table-menu th {
    padding: 0.7em 0.3em;
  }
}
.table-menu tbody th {
  text-align: left;
}
.table-menu td:last-child {
  text-align: right;
  white-space: nowrap;
}
.table-menu tr:last-child th,
.table-menu tr:last-child td {
  border-bottom: 1px solid #2d88c8;
}

.table-menu02 th,
.table-menu02 td {
  padding: 19px 40px;
}
@media (max-width: 767px) {
  .table-menu02 th,
  .table-menu02 td {
    padding: 16px 20px;
    display: block;
  }
}
@media (max-width: 767px) {
  .table-menu02 th:empty,
  .table-menu02 td:empty {
    display: none;
  }
}
.table-menu02 th {
  text-align: left;
  background: rgba(45, 136, 200, 0.1);
}
.table-menu02 th:nth-of-type(2) {
  background: rgba(45, 136, 200, 0.3);
}
.table-menu02 td {
  background: #fff;
  border-top: 1px solid rgba(27, 64, 89, 0.2);
}
@media (min-width: 768px) {
  .table-menu02 td {
    text-align: right;
  }
}
.table-menu02 thead th {
  background: rgba(45, 136, 200, 0.8);
  color: #fff;
}
.table-menu02 thead th:empty {
  background: rgba(45, 136, 200, 0.8);
}
.table-menu02 tbody tr:last-of-type {
  border-bottom: 1px solid rgba(27, 64, 89, 0.2);
}
.table-menu02 tbody th {
  border-top: 1px solid rgba(27, 64, 89, 0.2);
}
.table-menu02 tbody th:empty {
  border-top: none;
  background: rgba(45, 136, 200, 0.1);
}
.table-menu02 tbody th + th {
  border-top: 1px solid rgba(27, 64, 89, 0.2);
}

.table-schedule {
  width: 100%;
}
.table-schedule thead {
  background: #2d88c8;
}
.table-schedule tbody {
  color: #1b4059;
}
.table-schedule caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.table-schedule td,
.table-schedule th {
  border: 1px solid #2d88c8;
  padding: 0.7em 0.2em;
  text-align: center;
}
@media (max-width: 410px) {
  .table-schedule td,
  .table-schedule th {
    font-size: 3.9024390244vw;
  }
}
.table-schedule thead th {
  background: #2d88c8;
  color: #fff;
  border-bottom: 0;
}
.table-schedule thead th:not(:last-child) {
  border-right: 1px solid #fff;
}
.table-schedule thead th:first-child {
  border-left: 0;
}
.table-schedule thead th:not(:first-child) {
  border-bottom: 0;
}
.table-schedule thead td:not(:first-child) {
  border-left: 0;
}
.table-schedule tbody th {
  background: rgba(45, 136, 200, 0.15);
}
.table-schedule tbody th:not(:first-child) {
  border-left: 0;
}
.table-schedule tbody th + td {
  border-left: 0;
}
.table-schedule tbody tr:not(:first-child) > th {
  border-top: 0;
}
.table-schedule tbody tr:not(:first-child) > td {
  border-top: 0;
}
.table-schedule td {
  background: #fff;
}
.table-schedule td:not(:first-child) {
  border-left: 0;
}

.table-summary {
  width: 100%;
}
@media (max-width: 767px) {
  .table-summary {
    display: block;
    border-bottom: 1px solid rgba(27, 64, 89, 0.2);
  }
}
@media (max-width: 767px) {
  .table-summary thead,
  .table-summary tbody {
    display: block;
  }
}
.table-summary tr {
  border-top: 1px solid rgba(27, 64, 89, 0.2);
  border-bottom: 1px solid rgba(27, 64, 89, 0.2);
}
@media (max-width: 767px) {
  .table-summary tr {
    border-top: 1px solid rgba(27, 64, 89, 0.2);
    border-bottom: 0;
    padding: 0.8em;
    display: block;
  }
}
.table-summary td,
.table-summary th {
  padding: 0.7em 0.5em;
  text-align: left;
}
@media (max-width: 767px) {
  .table-summary td,
  .table-summary th {
    display: block;
    padding: 0;
  }
}
.table-summary th {
  width: 20%;
  font-weight: bold;
}
@media (max-width: 767px) {
  .table-summary th {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .responsive-stack {
    display: block;
  }
  .responsive-stack thead {
    display: none;
  }
  .responsive-stack tbody,
  .responsive-stack td,
  .responsive-stack th,
  .responsive-stack tr {
    display: block;
  }
  .responsive-stack td,
  .responsive-stack th {
    width: 100% !important;
  }
  .responsive-stack tr:not(:last-child) td,
  .responsive-stack tr:not(:last-child) th {
    border-bottom: 0;
  }
  .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }
}
@media (max-width: 1300px) {
  .responsive-scroll-container {
    display: block;
    width: 100%;
    min-height: 0.01%;
    overflow-x: scroll;
  }
  .responsive-scroll-container .responsive-scroll-inner {
    width: 798px;
    padding: 0 15px 15px;
  }
  .responsive-scroll-container table {
    width: 768px;
    margin: 0;
  }
}
h1:not(.title):not(.hdr-ttl) {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background: #2d88c8;
  margin: 0 0 0.5em 0;
  padding: 1.2em 0;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  h1:not(.title):not(.hdr-ttl) {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
h1:not(.title):not(.hdr-ttl)::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(45, 136, 200, 0.85);
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  z-index: -1;
}

h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #1b4059;
  margin: 0 0 0.8em 0;
  position: relative;
  word-wrap: break-word;
  position: relative;
  padding-bottom: 16px;
  letter-spacing: 0;
  line-height: 1.6428571429;
  text-align: center;
  z-index: 4;
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
h2:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: #2d88c8;
  position: absolute;
  z-index: -1;
}

h3:not(.post_side_title) {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #1b4059;
  margin: 0 0 0.6em 0;
  padding-left: 12px;
  position: relative;
  word-wrap: break-word;
  line-height: 1.4;
}
@media (max-width: 767px) {
  h3:not(.post_side_title) {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
h3:not(.post_side_title)::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 0.8em;
  top: 0.35em;
  left: 0;
  background: #2d88c8;
}

h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #1b4059;
  margin: 0 0 0.4em 0;
  padding-left: 12px;
  position: relative;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  h4 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
h4::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 2px;
  left: 0;
  top: 0.7em;
  background: #2d88c8;
}

/*==================================================
アコーディオンのためのcss
===================================*/
.qa {
  /*アコーディオン全体*/
  /*アコーディオンタイトル*/
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
}
.qa .qa-area {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  counter-reset: number 0;
}
.qa .qa-area li {
  border: 1px solid rgba(45, 136, 200, 0.2);
  border-radius: 4px;
}
.qa .title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding: 20px 60px 20px calc(26px + 2.8em);
  transition: all 0.5s ease;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0;
  min-height: 4.8em;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .qa .title {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.qa .title::after {
  content: "+";
  position: absolute;
  width: 1em;
  height: 1em;
  background: transparent;
  font-weight: bold;
  transition: 0.3s;
  top: 0;
  right: 20px;
  left: auto;
  transform: rotate(0deg);
  bottom: 0;
  transform-origin: 50% 50%;
  margin: auto;
  display: inline-block;
  font-size: 1.5em;
  text-indent: 0.15em;
  line-height: 0.9em;
}
.qa .title:before {
  font-weight: bold;
  width: 2.6em;
  border-radius: 4px;
  height: 2.6em;
  font-size: 1em;
  position: static;
  display: inline-block;
  margin-right: 0.7em;
  line-height: 2.6em;
  color: #fff;
  text-indent: 0.55em;
  letter-spacing: 0.2em;
  counter-increment: number 1;
  content: "Q" counter(number);
  position: absolute;
  top: calc(20px + 0em);
  left: 20px;
  bottom: auto;
  margin: 0 auto;
}
.qa .title.close::after {
  transform: rotate(45deg);
}
.qa .box {
  display: none;
  /*はじめは非表示*/
  background: rgba(45, 136, 200, 0.1);
  margin: 0 20px 20px;
  padding: 20px;
  border-radius: 4px;
  position: relative;
}

.highlight_ttl > h2,
.highlight_ttl h3,
.highlight_ttl h4 {
  background: rgba(45, 136, 200, 0.1);
  padding: 1em;
}
.highlight_ttl > h2:before, .highlight_ttl > h2:after,
.highlight_ttl h3:before,
.highlight_ttl h3:after,
.highlight_ttl h4:before,
.highlight_ttl h4:after {
  content: none;
}

.step > div {
  border: 1px solid #2d88c8;
}
@media (min-width: 768px) {
  .step > div {
    display: flex;
  }
}
.step > div:not(:last-child) {
  position: relative;
  margin-bottom: 50px;
}
.step > div:not(:last-child):before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: auto;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
  top: calc(100% + 10px);
  border-top: 3px solid #2d88c8;
  border-right: 3px solid #2d88c8;
  transform: rotate(135deg);
}
.step h3 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 !important;
  padding: 0 !important;
}
.step h3:before {
  content: none;
}
.step .col {
  padding: 1em 0.5em;
  margin-bottom: 0;
}
.step .col:first-child {
  background: #2d88c8;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: left;
}

/* ===============================================
# TOPページNEWS
=============================================== */
.news-list {
  margin: 0;
}
@media (min-width: 768px) {
  .news-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.news-list dt,
.news-list dd {
  margin: 0;
  padding: 1.875em 0;
  border-bottom: 1px solid rgba(27, 64, 89, 0.4);
}
@media (max-width: 767px) {
  .news-list dt,
  .news-list dd {
    padding: 1em 0;
  }
}
.news-list dt:first-of-type,
.news-list dd:first-of-type {
  border-top: 1px solid rgba(27, 64, 89, 0.4);
}
@media (max-width: 767px) {
  .news-list dt,
  .news-list dd {
    padding-left: 0.3em;
    padding-right: 0.3em;
  }
}
@media (min-width: 768px) {
  .news-list dt {
    width: 160px;
    padding-left: 1.25em;
    padding-right: 3em;
  }
}
@media (max-width: 767px) {
  .news-list dt {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media (min-width: 768px) {
  .news-list dd {
    width: calc(100% - 160px);
    padding-right: 1em;
  }
}
@media (max-width: 767px) {
  .news-list dd {
    padding-top: 0.5em;
  }
  .news-list dd:first-of-type {
    border-top: 0;
  }
}
.news-list dd > a {
  transition: 0.2s;
  text-decoration: none;
}
.news-list dd > a:hover {
  transition: 0.2s;
  color: #2d88c8;
}

/* ===============================================
# archive
=============================================== */
.archive-list {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .archive-list {
    margin-bottom: 80px;
  }
}
.archive-list dl {
  margin-top: 0;
}
@media (min-width: 768px) {
  .archive-list dl {
    display: flex;
    flex-wrap: wrap;
  }
}
.archive-list dt,
.archive-list dd {
  padding: 1.8em 0;
  border-bottom: 1px solid rgba(27, 64, 89, 0.2);
  font-size: 15px;
}
@media (min-width: 768px) {
  .archive-list dt:first-of-type,
  .archive-list dd:first-of-type {
    border-top: 1px solid rgba(27, 64, 89, 0.2);
  }
}
@media (max-width: 767px) {
  .archive-list dt,
  .archive-list dd {
    padding: 1em 0;
  }
}
.archive-list dt {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .archive-list dt {
    width: 250px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .archive-list dt {
    border-bottom: 0;
    padding-bottom: 0.6em;
  }
  .archive-list dt:first-of-type {
    border-top: 1px solid rgba(27, 64, 89, 0.2);
  }
}
.archive-list dt time {
  color: rgba(27, 64, 89, 0.6);
}
.archive-list dt .category_name {
  background: #2d88c8;
  color: #fff;
  text-align: center;
  padding: 2px 5px 2px;
  box-sizing: border-box;
  line-height: 1.4;
  font-size: 14px;
  font-weight: normal;
  min-width: 120px;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
}
@media (max-width: 767px) {
  .archive-list dt .category_name {
    font-size: 13px;
    min-width: 100px;
  }
}
.archive-list dd {
  margin: 0;
}
@media (min-width: 768px) {
  .archive-list dd {
    width: calc(100% - 250px);
  }
}
@media (max-width: 767px) {
  .archive-list dd {
    border-top: 0;
    padding-top: 0;
  }
}
.archive-list .one_content {
  transition: 0.2s;
}
.archive-list .one_content:hover {
  color: #2d88c8;
  transition: 0.2s;
}

/* ===============================================
# single
=============================================== */
.single-wrap {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .single-wrap {
    margin-bottom: 80px;
  }
}
.single-wrap .date {
  margin-bottom: 20px;
}
.single-wrap .post-area {
  background: rgba(45, 136, 200, 0.1);
  padding: 60px 6%;
}
@media (max-width: 767px) {
  .single-wrap .post-area {
    padding: 30px 6%;
  }
}

.pager {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.pager .nav-links {
  display: flex;
}
.pager .nav-links > * {
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(45, 136, 200, 0.1);
  color: #ffea4c;
  border: 1px solid #ffea4c;
  border-radius: 100px;
  font-weight: bold;
}
.pager .nav-links > *:not(:last-child) {
  margin-right: 0.5em;
}
.pager .nav-links > *.current {
  background: #ffea4c;
  color: #fff;
}
.pager .nav-links > *.prev {
  position: relative;
}
.pager .nav-links > *.prev:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #ffea4c;
  border-right: 1px solid #ffea4c;
  transform: translateX(-50%) rotate(222deg);
}
.pager .nav-links > *.next {
  position: relative;
}
.pager .nav-links > *.next:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #ffea4c;
  border-right: 1px solid #ffea4c;
  transform: translateX(-50%) rotate(45deg);
}

.single-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto;
  padding: 0;
}
.single-navigation li {
  list-style: none;
  line-height: 1.6;
}
.single-navigation li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  transition: 0.2s;
}
.single-navigation li a:hover {
  transition: 0.2s;
  color: #2d88c8;
}
.single-navigation li.previous a {
  padding-left: 1.125em;
}
.single-navigation li.previous a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.25em;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 1px solid #2d88c8;
  border-left: 1px solid #2d88c8;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(45deg);
}
.single-navigation li.next a {
  padding-right: 1.125em;
  text-align: right;
}
.single-navigation li.next a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 0.25em;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 1px solid #2d88c8;
  border-left: 1px solid #2d88c8;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(-45deg) scaleX(-1);
}

/* ===============================================
# サイドバー
=============================================== */
@media (min-width: 768px) {
  .post_sidebar {
    padding-left: 3rem;
  }
}
.post_sidebar .side_content:not(:last-child) {
  margin-bottom: 35px;
}
.post_sidebar .post_side_title {
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: solid 1px #2d88c8;
  padding-bottom: 0.5em;
}
.post_sidebar .post_side_list {
  padding: 0;
  margin: 0;
}
.post_sidebar .post_side_list > li {
  padding-left: 0;
  border-bottom: solid 1px rgba(27, 64, 89, 0.2);
  font-size: 15px;
  font-size: 1.5rem;
}
.post_sidebar .post_side_list > li > a {
  padding: 0.9em 0.5em;
}
.post_sidebar .post_side_list > li > ul {
  padding: 0;
  margin: 0;
  margin-top: -0.5em;
}
.post_sidebar .post_side_list > li > ul li {
  padding-left: 0.5em;
}
.post_sidebar .post_side_list > li > ul li a {
  padding: 0.2em 0.5em 0.2em 0.8em;
  position: relative;
}
.post_sidebar .post_side_list > li > ul li a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #2d88c8;
  position: absolute;
  top: 0.9em;
  bottom: auto;
  left: 0;
  right: auto;
  border-radius: 50%;
}
.post_sidebar .post_side_list > li > ul li:last-child a {
  padding-bottom: 0.9em;
}
.post_sidebar .post_side_list li {
  list-style: none;
  position: relative;
  line-height: 1.5;
}
.post_sidebar .post_side_list a {
  text-decoration: none;
  display: block;
  transition: 0.2s;
}
.post_sidebar .post_side_list a:hover {
  transition: 0.2s;
  color: #2d88c8;
}
.post_sidebar .archive-dropdown {
  display: block;
  width: 100%;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  color: #1b4059;
  border: solid 1px #1b4059;
  margin-top: 0.8em;
  padding: 0.5em 2.5em 0.5em 0.6em;
  font-size: 15px;
  font-size: 1.5rem;
}

body {
  background: #fff;
}

/* ===============================================
# 下層コンテンツ幅
=============================================== */
body:not(.home) main > .column_1 > .container {
  max-width: none;
  padding: 0;
}
body:not(.home) main > .column_1 .column_main .container {
  max-width: 1040px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  body:not(.home) main > .column_1 .column_main .container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}
body:not(.home) main > .column_2 > .container {
  max-width: 1040px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  body:not(.home) main > .column_2 > .container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}
body:not(.home) main > .column_2 .column_main .container {
  max-width: none;
  padding: 0;
}
body:not(.home) main > section.post_page .post_container {
  padding: 0 20px;
  max-width: 1040px;
}
@media (max-width: 767px) {
  body:not(.home) main > section.post_page .post_container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}

/* ===============================================
# 下層余白
=============================================== */
.column_main > section {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .column_main > section {
    margin-bottom: 70px;
  }
}
.column_main > section:last-child {
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  .column_main > section:last-child {
    margin-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .column_2 .column_main > section {
    margin-bottom: 0;
  }
}
.column_2 .column_sub {
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  .column_2 .column_sub {
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .column_2 .column_main.col:not(:last-child) {
    margin-bottom: 60px;
  }
}

.row:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .row:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .col:not(:last-child) {
    margin-bottom: 30px;
  }
}

/* ===============================================
# ぱんくずリスト
=============================================== */
.bread.post_bread .container {
  padding: 0 20px;
  max-width: 1040px;
}
@media (max-width: 767px) {
  .bread.post_bread .container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}

.bread {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .bread {
    margin-bottom: 60px;
  }
}
.bread .container {
  padding: 0 20px;
  max-width: 1040px;
}
@media (max-width: 767px) {
  .bread .container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}
.bread ul {
  list-style: none;
  padding-left: 0;
}
.bread ul > * {
  margin: 0;
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
}
.bread ul > *:not(:last-child) {
  margin-right: 2em;
}
.bread ul > *:not(:last-child):before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: calc(100% + 0.6em);
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #1b4059;
  border-right: 1px solid #1b4059;
  transform: rotate(45deg);
}
.bread a {
  text-decoration: none;
}

/* ===============================================
# サイトマップ
=============================================== */
.wsp-container {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto 180px;
}
@media (max-width: 767px) {
  .wsp-container {
    margin: 0 auto 120px;
  }
}
@media (max-width: 767px) {
  .wsp-container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}
.wsp-container h2 {
  display: none;
}
.wsp-container ul.wsp-pages-list,
.wsp-container ul.wsp-posts-list {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
.wsp-container ul.wsp-pages-list ul,
.wsp-container ul.wsp-posts-list ul {
  padding-left: 0;
}
.wsp-container ul.wsp-pages-list li,
.wsp-container ul.wsp-posts-list li {
  padding: 1.1em 0.5em 1.1em 1em;
  list-style: none;
  margin: 0;
  line-height: 1.5;
}
.wsp-container ul.wsp-pages-list > li,
.wsp-container ul.wsp-posts-list > li {
  border-bottom: 1px solid #ccc;
}
.wsp-container ul.wsp-pages-list > li > ul,
.wsp-container ul.wsp-posts-list > li > ul {
  padding: 6px 0;
}
.wsp-container ul.wsp-pages-list > li > ul > li,
.wsp-container ul.wsp-posts-list > li > ul > li {
  padding: 0.25em 0.25em 0.25em 1em;
}
.wsp-container ul.wsp-pages-list > li > ul > li > a,
.wsp-container ul.wsp-posts-list > li > ul > li > a {
  font-size: calc(22 * 0.9px);
}
@media (max-width: 767px) {
  .wsp-container ul.wsp-pages-list > li > ul > li > a,
  .wsp-container ul.wsp-posts-list > li > ul > li > a {
    font-size: calc(16 * 0.9px);
  }
}
.wsp-container ul.wsp-pages-list > li > ul > li > ul,
.wsp-container ul.wsp-posts-list > li > ul > li > ul {
  padding: 6px 0;
}
.wsp-container ul.wsp-pages-list > li > ul > li > ul > li,
.wsp-container ul.wsp-posts-list > li > ul > li > ul > li {
  padding: 0.25em 0.25em 0.25em 1em;
}
.wsp-container ul.wsp-pages-list > li > ul > li > ul > li > a,
.wsp-container ul.wsp-posts-list > li > ul > li > ul > li > a {
  font-size: calc(22 * 0.8px);
}
@media (max-width: 767px) {
  .wsp-container ul.wsp-pages-list > li > ul > li > ul > li > a,
  .wsp-container ul.wsp-posts-list > li > ul > li > ul > li > a {
    font-size: calc(16 * 0.8px);
  }
}
.wsp-container .wsp-pages-list {
  border-top: 1px solid #ccc;
}
.wsp-container .wsp-posts-list li ul {
  padding: 0 !important;
}
.wsp-container a {
  text-decoration: none;
  font-size: 22px;
  line-height: 1.5;
}
.wsp-container a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .wsp-container a {
    font-size: 16px;
  }
}
.wsp-container strong {
  font-weight: normal;
  display: block;
  line-height: 1.5;
  font-size: 22px;
}
@media (max-width: 767px) {
  .wsp-container strong {
    font-size: 16px;
  }
}
.wsp-container .wsp-post {
  display: none;
}
.wsp-container .wsp-category-title {
  font-size: 0;
  position: relative;
}

/* ===============================================
# お問い合わせフォーム
=============================================== */
.contact_mb {
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  .contact_mb {
    margin-bottom: 120px;
  }
}

.inquiry fieldset {
  margin: 0;
  padding: 20px 10px;
  border: 0;
  background: rgba(45, 136, 200, 0.1);
}
.inquiry fieldset .row {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .inquiry fieldset .row {
    margin-bottom: 40px;
  }
}
.inquiry dl {
  margin: 0;
  padding: 0;
}
.inquiry dt {
  font-weight: bold;
}
.inquiry dt.col:not(:last-child) {
  margin-bottom: 1em;
}
.inquiry dt p {
  position: relative;
}
.inquiry dd {
  margin: 0;
  padding: 0;
}
.inquiry dd:last-child {
  padding-bottom: 0;
}
.inquiry dd p {
  padding-top: 0.5rem;
}
.inquiry dd .confirm {
  padding: 0 0 1em 1em;
  border-bottom: 1px dashed #ccc;
}
.inquiry input[type=text],
.inquiry input[type=url],
.inquiry input[type=email],
.inquiry input[type=tel],
.inquiry input[type=date],
.inquiry input[type=number],
.inquiry select,
.inquiry textarea {
  width: 100%;
  padding: 15px 20px;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
}
.inquiry input[type=number] {
  width: 65px;
  text-align: center;
}
.inquiry input[type=file] {
  width: 100%;
  box-sizing: border-box;
}
.inquiry input.p-postal-code {
  width: 100px;
}
.inquiry input.p-region {
  width: 100px;
}
.inquiry input.p-locality {
  width: 150px;
}
.inquiry input.p-street-address {
  width: 100%;
}
.inquiry input.p-extended-address {
  width: 100%;
}
.inquiry input[type=file] {
  border: 0;
}
.inquiry .submit {
  display: block;
  overflow: hidden;
  margin: 1em auto;
  text-align: center;
}
.inquiry .submit .button,
.inquiry .submit .wpcf7-submit {
  display: block;
  margin: 0 auto 10px;
  padding: 1em 1em;
  border-radius: 0;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  border: 1px solid #ffea4c;
  color: #fff;
  background: #ffea4c;
}
.inquiry .submit .button:hover,
.inquiry .submit .wpcf7-submit:hover {
  border: 1px solid #ffea4c;
  color: #ffea4c;
  background: #fff;
}
.inquiry .submit .wpcf7-spinner {
  display: block;
  margin: 0 auto;
}
.inquiry .required {
  color: #fff;
  background-color: #2d88c8;
  padding: 1px 6px;
  font-size: 12px;
  margin-top: 0.3rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.inquiry label {
  display: block;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .inquiry {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .inquiry fieldset {
    margin: 0;
    padding: 60px;
    border: 0;
  }
  .inquiry dt {
    clear: both;
    padding-top: 25px;
  }
  .inquiry dd {
    padding: 15px 0;
  }
  .inquiry dd .confirm {
    min-height: 1.5em;
    padding: 6px 0 0;
    border: 0;
    line-height: 1.4;
  }
  .inquiry input,
  .inquiry textarea {
    border: solid 1px #ccc;
  }
  .inquiry select {
    border: 1px solid #ccc;
  }
  .inquiry input[type=text],
  .inquiry input[type=url],
  .inquiry input[type=email],
  .inquiry input[type=tel],
  .inquiry input[type=date],
  .inquiry input[type=text],
  .inquiry select {
    width: 60%;
  }
  .inquiry input[type=number] {
    width: 65px;
  }
  .inquiry input.p-postal-code {
    width: 100px;
  }
  .inquiry input.p-region {
    width: 100px;
  }
  .inquiry input.p-locality {
    width: 150px;
  }
  .inquiry input.p-street-address {
    width: 100%;
  }
  .inquiry input.p-extended-address {
    width: 100%;
  }
  .inquiry textarea {
    width: 100%;
  }
  .inquiry .submit {
    margin: 20px 0 0;
  }
  .inquiry label {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 0.8em;
  }
  .gutters .inquiry dt.col {
    margin-left: 0;
  }
}
input.wide_area,
select.wide_area {
  width: 100% !important;
}

.wpcf7-response-output {
  text-align: center;
}
@media (min-width: 768px) {
  .wpcf7-response-output {
    margin: 0 auto !important;
    max-width: 1040px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .wpcf7-response-output {
    padding: 0 4.5%;
    margin: 0 4.5% !important;
    max-width: 100%;
  }
}

/* ===============================================
# 初期クラス
=============================================== */
.map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}
@media (min-width: 768px) {
  .map_container {
    padding-top: 50%;
  }
}
.map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.highlight {
  background: rgba(137, 229, 197, 0.2);
  padding: 4%;
}
.highlight.p6 {
  padding: 6% 4%;
}
@media (max-width: 767px) {
  .highlight {
    padding: 30px 4%;
  }
}

/* ===============================================
# 各下層調整
=============================================== */
body:not(.home) {
  /* ===============================================
  # 共通class
  =============================================== */
}
body:not(.home) h1:not(.title):not(.hdr-ttl) {
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
}
body:not(.home) .block {
  display: inline-block;
}
body:not(.home) .color_s {
  color: #edfff9;
}
body:not(.home) .color_a {
  color: #ffea4c;
}
body:not(.home) .fw600 {
  font-weight: 600;
}
@media (min-width: 768px) {
  body:not(.home) .pc_left a {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  body:not(.home) .pc_right a {
    margin-right: 0;
  }
}
body:not(.home) .padding0 {
  padding: 0;
}
body:not(.home) .padding20 {
  padding: 20px;
}
body:not(.home) .margin0 {
  margin: 0;
}
body:not(.home) .mb5 {
  margin-bottom: 5px;
}
body:not(.home) .mb-wide {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  body:not(.home) .mb-wide {
    margin-bottom: 80px;
  }
}
body:not(.home) .ml0 {
  margin-left: 0;
}
body:not(.home) .pl0 {
  padding-left: 0;
}
body:not(.home) .pl20 {
  padding-left: 20px;
}
body:not(.home) .pt0 {
  padding-top: 0;
}
body:not(.home) .pb0 {
  padding-bottom: 0;
}
body:not(.home) .f18 {
  font-size: 1.8rem;
}
body:not(.home) .f14 {
  font-size: clamp(12px, 0.9516837482vw, 14px);
}
body:not(.home) .f14_sp_f12 {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  body:not(.home) .f14_sp_f12 {
    font-size: 1.2rem;
  }
}
body:not(.home) .u_img_item {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
body:not(.home) .u_img_item_big {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  body:not(.home) .u_img_item_big {
    height: 240px;
  }
}
@media (min-width: 768px) {
  body:not(.home) .flex {
    display: flex;
  }
}
body:not(.home) .border {
  border: solid 2px #2d88c8;
  padding: 4%;
}
@media (max-width: 767px) {
  body:not(.home) .border {
    padding: 8% 4%;
  }
}
body:not(.home) .u_btn_width {
  max-width: 300px;
}
@media (max-width: 1199px) {
  body:not(.home) .u_btn_width {
    max-width: 280px;
  }
}
body:not(.home) section {
  /* ===============================================
  # a リンク調整
  =============================================== */
  /* ===============================================
  # Aリンク調節
   =============================================== */
  /* ===============================================
   # デコレーション（ボーダーや矢印のスタイル）
  =============================================== */
  /* ===============================================
  # 矢印スタイル
  =============================================== */
  /* ===============================================
  # ホバーエフェクト
    =============================================== */
  /* ===============================================
  # 下層ボタン
  =============================================== */
  /* ===============================================
  # 料金表 背景色統一
  =============================================== */
  /* ===============================================
  # チェックリスト
  =============================================== */
  /* ===============================================
    # ナンバーリスト
    =============================================== */
  /* ===============================================
    # table-menu04
    =============================================== */
  /* ===============================================
    # メリットデメリット
    =============================================== */
  /* ===============================================
  # 横並びbox udr_list_04_wrap
  =============================================== */
  /* ===============================================
  # ステップ
  =============================================== */
  /* ===============================================
  # point
  =============================================== */
  /* ===============================================
  # 横並び ポイント
  =============================================== */
  /* ===============================================
  # 特徴
  =============================================== */
  /* ===============================================
  # u_3box_3p
  =============================================== */
  /* ===============================================
  # products_sec
  =============================================== */
  /* ===============================================
  # 症例一覧 スライダー
  =============================================== */
  /* ===============================================
  # メリット・デメリット
  =============================================== */
  /* ===============================================
  # 症例一覧 文字調整
  =============================================== */
}
body:not(.home) section h2,
body:not(.home) section h3,
body:not(.home) section h4 {
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  font-weight: 600;
}
body:not(.home) section h2 {
  font-size: clamp(3rem, 2.635431918vw, 42px);
  color: #2d88c8;
  padding: 68px 0 0 0;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 1.9230769231em;
  position: relative;
}
@media (max-width: 767px) {
  body:not(.home) section h2 {
    font-size: clamp(2rem, 6.4vw, 26px);
    padding-top: 60px;
    margin-bottom: 1.5384615385em;
  }
}
body:not(.home) section h2::before {
  content: "";
  background: url("/wp-content/uploads/tit.png") no-repeat center/contain;
  width: 64px;
  padding-top: 58px;
  position: absolute;
  top: 0;
}
@media (max-width: 1199px) {
  body:not(.home) section h2::before {
    width: 1.6538461538em;
  }
}
body:not(.home) section h2.deco_none {
  font-size: clamp(2.4rem, 1.8301610542vw, 28px);
  color: #2d88c8;
  text-align: left;
  border-bottom: none;
  padding: 0;
  line-height: normal;
  margin-bottom: 30px;
}
body:not(.home) section h2.deco_none::before {
  content: none;
}
body:not(.home) section h3 {
  padding-left: 1.3636363636em;
  margin-bottom: 2.5rem;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  body:not(.home) section h3 {
    font-size: 1.8rem;
    padding-left: 1.6666666667em;
  }
}
body:not(.home) section h3:before {
  content: none;
}
body:not(.home) section h3::after {
  content: "";
  background: url("/wp-content/uploads/top_icon013.svg") no-repeat center/contain;
  width: 22px;
  padding-top: 23px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
body:not(.home) section h3.deco_none {
  color: #2d88c8;
  text-align: left;
  border-bottom: none;
  padding: 0;
  line-height: normal;
  margin-bottom: 30px;
}
body:not(.home) section h3.deco_none::after {
  content: none;
}
body:not(.home) section .u_bg {
  background: rgba(137, 229, 197, 0.2);
  padding: clamp(40px, 3.6603221083vw, 60px) 0;
}
body:not(.home) section .u_bg_img {
  background: url(/wp-content/uploads/top_bg002.jpg) no-repeat center center/cover;
  padding: clamp(80px, 6.588579795vw, 100px) 0;
}
@media (max-width: 767px) {
  body:not(.home) section .u_bg_img {
    padding: 60px 0;
  }
}
body:not(.home) section li:not(.u_number_list02 li):not(.under_list li):not(.check_list li):not(.udr_a_link_wrap li):not(.slick-dots li):not(.slick-slide) {
  position: relative;
}
body:not(.home) section li:not(.u_number_list02 li):not(.under_list li):not(.check_list li):not(.udr_a_link_wrap li):not(.slick-dots li):not(.slick-slide)::after {
  content: "";
  background: url("/wp-content/uploads/list_icon.svg") no-repeat center/contain;
  width: 16px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: -24px;
  transform: translate(0, -50%);
}
body:not(.home) section li:not(.u_number_list02 li):not(.under_list li):not(.check_list li):not(.udr_a_link_wrap li):not(.slick-dots li):not(.slick-slide)::marker {
  content: none;
}
body:not(.home) section .u_more_tel {
  font-family: "Roboto", "Noto Sans JP";
  font-size: clamp(24px, 1.9033674963vw, 30px);
  font-weight: 700;
  margin-top: -0.2em;
  padding-left: 1.1333333333em;
  line-height: 1.4;
  position: relative;
}
body:not(.home) section .u_more_tel::before {
  content: "";
  width: 1.0384615385em;
  height: 1.0384615385em;
  background: url(/wp-content/uploads/tel_m.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: -3px;
  transform: translate(0, -50%);
}
body:not(.home) section .alink {
  padding-top: 60px;
  margin-top: -60px;
}
body:not(.home) section .alink-02 {
  padding-top: 200px;
  margin-top: -200px;
}
body:not(.home) section .udr_a_link_wrap {
  padding-left: 0;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: stretch;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  body:not(.home) section .udr_a_link_wrap {
    grid-template-columns: 1fr;
    font-size: 1.2rem;
  }
}
body:not(.home) section .udr_a_link_wrap li:first-child {
  margin-left: 0 !important;
}
body:not(.home) section .udr_a_link_wrap li {
  list-style-type: none !important;
}
body:not(.home) section .udr_a_link_wrap a {
  color: #1b4059;
  box-sizing: border-box;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 10px 25px 12px 0;
}
body:not(.home) section .udr_a_link_wrap a:hover {
  text-decoration: none;
}
body:not(.home) section .udr_a_link_wrap a .c-circle-arrow {
  position: absolute;
  top: 34%;
  right: 0;
}
body:not(.home) section .udr_a_link_wrap a:before, body:not(.home) section .udr_a_link_wrap a:after {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(45, 136, 200, 0.3);
  content: "";
}
body:not(.home) section .udr_a_link_wrap a:before {
  z-index: 10;
  transform: translate(calc(-100% - 1px), 0);
  background-color: #2d88c8;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
@media print, screen and (min-width: 64em) {
  body:not(.home) section .udr_a_link_wrap a:hover:before {
    transform: translate(0, 0);
  }
}
body:not(.home) section .c-circle-arrow {
  display: inline-block;
  position: relative;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  width: 15px;
  height: 15px;
  /* カラー */
  /* 方向 */
}
@media only screen and (max-width: 47.9375em) {
  body:not(.home) section .c-circle-arrow {
    top: 0.15em;
    margin-left: 6px;
  }
}
@media print, screen and (min-width: 48em) {
  body:not(.home) section .c-circle-arrow {
    margin-left: 10px;
  }
}
body:not(.home) section .c-circle-arrow.-accent.-bottom {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E\a%20%20%20%20%20%20%20%20%20%20%3Cdefs%3E\a%20%20%20%20%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%22clip-path%22%3E\a%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20width%3D%2215%22%20height%3D%2215%22%20fill%3D%22none%22%2F%3E\a%20%20%20%20%20%20%20%20%20%20%20%20%3C%2FclipPath%3E\a%20%20%20%20%20%20%20%20%20%20%3C%2Fdefs%3E\a%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate%2815%29%20rotate%2890%29%22%20clip-path%3D%22url%28%23clip-path%29%22%3E\a%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%227.5%22%20cy%3D%227.5%22%20r%3D%227.5%22%20fill%3D%22%23FFEA4C%22%2F%3E\a%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M-1578.714%2C4.664l2.122-2.121-2.122-2.122%2C1.061-1.06%2C2.121%2C2.121%2C1.06%2C1.06-1.06%2C1.061h0l-2.121%2C2.122Z%22%20transform%3D%22translate%281584.593%205.057%29%22%20fill%3D%22%231B4059%22%2F%3E\a%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E\a%20%20%20%20%20%20%20%20%3C%2Fsvg%3E");
}
@media print, screen and (min-width: 64em) {
  body:not(.home) section a:hover .c-circle-arrow.-top {
    transform: translate(0, -4px);
  }
  body:not(.home) section a:hover .c-circle-arrow.-bottom {
    transform: translate(0, 4px);
  }
  body:not(.home) section a:hover .c-circle-arrow.-right,
  body:not(.home) section button:hover .c-circle-arrow.-right {
    transform: translate(4px, 0);
  }
  body:not(.home) section a:hover .c-circle-arrow.-right.-absolute {
    transform: translate(4px, -50%);
  }
}
body:not(.home) section .u_more {
  margin: 0;
}
@media (max-width: 767px) {
  body:not(.home) section .u_more {
    margin: 0 0 10px;
  }
}
body:not(.home) section .u_more a {
  background: transparent;
  text-align: left;
  color: #1b4059;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  font-weight: 500;
  max-width: 160px;
  padding: 0 0 6px 0;
  margin: 0;
  transition: 0.3s;
}
@media (max-width: 767px) {
  body:not(.home) section .u_more a {
    max-width: 60%;
    margin: 0 auto;
    padding-right: 18px;
  }
}
body:not(.home) section .u_more a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  background: #2d88c8;
  position: absolute;
}
body:not(.home) section .u_more a::after {
  top: 44%;
  bottom: auto;
  right: 0;
  left: auto;
  width: 0;
  height: 0;
  margin: auto;
  transition: 0.3s;
  border-top: 7px solid transparent;
  border-right: 0 solid transparent;
  border-left: 11px solid #2d88c8;
  border-bottom: 7px solid transparent;
  box-sizing: border-box;
  border-radius: 2px;
  transform: translateY(-50%);
}
body:not(.home) section .u_more a:hover {
  color: #2d88c8;
  transition: 0.3s;
}
body:not(.home) section .u_more a:hover::after {
  right: -2%;
}
@media (max-width: 767px) {
  body:not(.home) section .u_more:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  body:not(.home) section .u_more:last-of-type {
    margin-bottom: 0;
  }
}
body:not(.home) section .u_more.out_link a::after {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  vertical-align: middle;
  -webkit-mask-image: url(/wp-content/uploads/link.svg);
          mask-image: url(/wp-content/uploads/link.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 1.25em;
          mask-size: 1.25em;
  background: #2d88c8;
  position: absolute;
  top: 50%;
  right: 6.8181818182%;
  transform: translateY(-50%);
  transition: 0.3s all;
  border: none;
}
body:not(.home) section .u_more.max_w280 a {
  max-width: 280px !important;
}
body:not(.home) section .btn-flex {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5%;
  margin-left: clamp(40px, 3.6603221083vw, 60px);
}
@media (max-width: 767px) {
  body:not(.home) section .btn-flex {
    grid-template-columns: repeat(2, 1fr) !important;
    justify-items: center;
    gap: 30px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  body:not(.home) section .btn-flex .u_more a {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  body:not(.home) section .table-menu02 tbody th {
    width: 420px;
  }
  body:not(.home) section .table-menu02 tbody td {
    text-align: left;
  }
}
body:not(.home) section .table-default tbody th {
  width: 330px !important;
}
@media (max-width: 767px) {
  body:not(.home) section .table-default tbody th {
    width: clamp(126.6666666667px, 33.7777777778vw, 190px) !important;
  }
}
@media (min-width: 768px) {
  body:not(.home) section .udr_table_ver02 .udr_table_parent,
  body:not(.home) section .udr_table_ver02 .udr_table_child {
    width: 31% !important;
  }
}
body:not(.home) section .udr_table_ver02 .udr_table_child {
  background: rgba(45, 136, 200, 0.1);
  color: #2d88c8;
}
body:not(.home) section .check_list ul {
  border: dotted 2px #2d88c8;
  padding: 1em 2em;
}
@media (min-width: 768px) {
  body:not(.home) section .check_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767px) {
  body:not(.home) section .check_list ul {
    padding: 1em 1em;
  }
}
body:not(.home) section .check_list ul li {
  line-height: 1.5;
  margin: 0.5em 0;
  padding-left: 1.75em;
  list-style-type: none;
  position: relative;
  font-weight: bold;
}
body:not(.home) section .check_list ul li:before {
  content: "\f046";
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 0;
  color: #2d88c8;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  body:not(.home) section .check_list ul li {
    width: 49%;
  }
}
body:not(.home) section .under_list {
  padding-left: 0.6em;
  margin: 0;
}
body:not(.home) section .under_list.pl20 {
  padding-left: 20px;
}
body:not(.home) section .under_list li {
  list-style: none;
  position: relative;
  padding-left: 0.9375em;
  line-height: 1.7;
}
body:not(.home) section .under_list li:not(:last-child) {
  margin-bottom: 6px;
}
body:not(.home) section .under_list li::after {
  content: "";
  background: url("/wp-content/uploads/list_icon.svg") no-repeat center/contain;
  width: 15px;
  height: 18px;
  position: absolute;
  top: 14px;
  left: -7px;
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  body:not(.home) section .under_list li::after {
    transform: translate(0, 0);
    top: 6px;
  }
}
body:not(.home) section .under_list .list_parent {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 15px;
}
@media (max-width: 767px) {
  body:not(.home) section .under_list .list_parent {
    margin-top: 40px;
  }
}
body:not(.home) section .under_list .list_parent > * {
  width: 100%;
}
body:not(.home) section .under_list .list_parent > * .List_box {
  padding: 20px 40px;
}
@media (max-width: 767px) {
  body:not(.home) section .under_list .list_parent > * .List_box {
    padding: 4%;
  }
}
body:not(.home) section .u_number_list02 {
  counter-reset: number;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
}
body:not(.home) section .u_number_list02 li:not(.li_no_style) {
  border-bottom: 1px solid #ccc;
  display: flex;
  margin-bottom: 1em;
  margin-right: 2%;
  padding-bottom: 1em;
  width: 100%;
  gap: 10px;
}
@media (max-width: 767px) {
  body:not(.home) section .u_number_list02 li:not(.li_no_style) {
    flex-direction: column;
  }
}
body:not(.home) section .u_number_list02 li:not(.li_no_style) span {
  flex: 1;
}
body:not(.home) section .u_number_list02 li:not(.li_no_style) .num_title {
  display: block;
  font-size: clamp(1.8rem, 1.4641288433vw, 2.2rem);
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
}
@media (max-width: 767px) {
  body:not(.home) section .u_number_list02 li:not(.li_no_style) .num_title {
    text-align: center;
  }
}
body:not(.home) section .u_number_list02 li:not(.li_no_style):last-child {
  margin-bottom: 0;
}
body:not(.home) section .u_number_list02 li:not(.li_no_style)::before {
  background-color: #2d88c8;
  border-radius: 50%;
  color: #fff;
  content: counter(number);
  counter-increment: number;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  font-weight: bold;
  height: 1.8em;
  line-height: 1.8em;
  margin-right: 0.2em;
  padding: 3px;
  text-align: center;
  width: 1.8em;
}
@media (min-width: 768px) {
  body:not(.home) section .u_number_list02 li:not(.li_no_style)::before {
    width: 30px;
    min-width: 35px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  body:not(.home) section .u_number_list02 li:not(.li_no_style)::before {
    margin-inline: auto;
  }
}
body:not(.home) section .table-menu04 {
  width: 100%;
  overflow-x: auto;
  /* 横スクロールを有効にする */
  margin-bottom: 20px;
}
body:not(.home) section .table-menu04 table,
body:not(.home) section .table-menu04 .note {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(45, 136, 200, 0.5);
  min-width: 600px;
  /* テーブルが狭くなりすぎないように最小幅を設定 */
}
body:not(.home) section .table-menu04 th,
body:not(.home) section .table-menu04 td {
  padding: 12px 15px;
  text-align: left;
  border: 1px solid rgba(45, 136, 200, 0.5);
}
body:not(.home) section .table-menu04 thead {
  background-color: rgba(45, 136, 200, 0.1);
}
body:not(.home) section .table-menu04 p.note {
  padding: 12px 15px;
  border-top: none;
}
@media (max-width: 600px) {
  body:not(.home) section .table-menu04 th,
  body:not(.home) section .table-menu04 td {
    min-width: 150px;
    padding: 2%;
    /*font-size: 12px;*/
  }
}
@media (min-width: 768px) {
  body:not(.home) section .udr_mm_wrap {
    display: flex;
    gap: 20px;
  }
  body:not(.home) section .udr_mm_wrap > * {
    width: calc((100% - 1.0416666667vw) / 2 - 1px);
  }
}
@media (max-width: 767px) {
  body:not(.home) section .udr_mm_wrap > *:not(:last-child) {
    margin-bottom: 30px;
  }
}
body:not(.home) section .udr_mm {
  background-color: #edfff9;
}
body:not(.home) section .udr_mm div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px 0;
  background-color: #2d88c8;
  color: #fff;
  font-weight: 600;
}
body:not(.home) section .udr_mm ul {
  list-style-type: disc;
  margin: 0;
  padding: 1em 1em 1em 2.5em;
}
body:not(.home) section .udr_mm ul li {
  padding: 0.3em 0.3em 0.3em 0;
}
@media (max-width: 767px) {
  body:not(.home) section .udr_mm ul li {
    font-size: 1.4rem;
  }
}
body:not(.home) section .udr_mm ul li::marker {
  color: #2d88c8;
  font-size: 1.1em;
}
body:not(.home) section .udr_mm + .notmm div {
  background-color: #1b4059;
}
body:not(.home) section .udr_mm + .notmm ul li {
  color: #1b4059;
}
body:not(.home) section .udr_mm + .notmm ul li::marker {
  color: #1b4059;
}
@media (min-width: 768px) {
  body:not(.home) section .udr_list_04_wrap {
    display: flex;
  }
  body:not(.home) section .udr_list_04_wrap > * {
    display: flex;
  }
}
body:not(.home) section .udr_list_04_wrap.column > * {
  flex-direction: column;
}
body:not(.home) section .udr_list_04_wrap .udr_list04 {
  border: 2px solid #2d88c8;
  width: 100%;
  background: #fff;
}
body:not(.home) section .udr_list_04_wrap .udr_list04 .udr_list04_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px 0;
  background-color: #2d88c8;
  color: #fff;
}
body:not(.home) section .udr_list_04_wrap .udr_list04 ul {
  background: #fff;
  list-style-type: disc;
  margin: 0;
  padding: 1rem 4rem;
}
body:not(.home) section .udr_list_04_wrap .udr_list04 li {
  padding: 0.3em 0.3em 0.3em 0;
  font-size: 1.4rem;
}
body:not(.home) section .udr_list_04_wrap .udr_list04 li::marker {
  color: #2d88c8;
  font-size: 1.1em;
}
body:not(.home) section .step_box3 {
  position: relative;
}
body:not(.home) section .step_box3 .step_flex {
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 425px) {
  body:not(.home) section .step_box3 .step_flex {
    flex-direction: column;
  }
}
body:not(.home) section .step_box3 .step_flex::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0) !important;
  border-top-color: #2d88c8 !important;
  border-width: 30px !important;
  margin-left: -30px !important;
  z-index: 20 !important;
}
body:not(.home) section .step_box3 .step_flex .step_area {
  background: #2d88c8;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  body:not(.home) section .step_box3 .step_flex .step_area {
    min-width: 120px;
  }
}
@media (max-width: 425px) {
  body:not(.home) section .step_box3 .step_flex .step_area {
    padding: 0 20px;
  }
}
body:not(.home) section .step_box3 .step_flex .step_area p {
  color: #fff;
}
body:not(.home) section .step_box3 .step_flex .step_area p .s_s {
  font-size: 20px;
}
body:not(.home) section .step_box3 .step_flex .step_area p .s_b {
  font-size: 24px;
}
body:not(.home) section .step_box3 .step_flex .content_area {
  padding: 30px 20px;
  background: #fff;
  width: 100%;
}
body:not(.home) section .step_box3 .step_flex .content_area .color_r {
  color: #2d88c8;
}
body:not(.home) section .step_box3 .step_flex:last-child::after {
  display: none;
}
body:not(.home) section .point {
  position: relative;
  padding: 0.6em 1em;
  background: #2d88c8;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  font-weight: 600;
  color: #fff;
  margin: 0 auto 1.5em;
}
body:not(.home) section .point::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  border: 10px solid transparent;
  border-top: 10px solid #2d88c8;
  width: 0;
  height: 0;
  transform: translateX(-50%);
}
body:not(.home) section .box03_wrap {
  display: flex;
  text-align: center;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  body:not(.home) section .box03_wrap {
    flex-direction: column;
  }
}
body:not(.home) section .box03_wrap > * {
  width: calc((100% - 30px) / 3 - 1px);
  padding: 40px 20px;
  background-color: #edfff9;
  border-radius: 16px 0 16px 0;
}
@media (max-width: 767px) {
  body:not(.home) section .box03_wrap > * {
    width: 100%;
    padding: 8% 4%;
  }
}
body:not(.home) section .num_ttl {
  margin-bottom: 1.3em;
  padding-left: 0;
  line-height: 1.6;
  position: relative;
}
body:not(.home) section .num_ttl::before {
  content: none;
}
body:not(.home) section .num_ttl .num {
  background: #2d88c8;
  display: table;
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  padding: 0 9px;
  margin-bottom: 1em;
  vertical-align: 3px;
  position: relative;
}
body:not(.home) section .u_3box_3p {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 30px 15px;
}
body:not(.home) section .u_3box_3p.u_2_box {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
body:not(.home) section .u_3box_3p figure {
  min-height: 215px;
  height: 100%;
  display: flex;
}
@media (max-width: 767px) {
  body:not(.home) section .u_3box_3p {
    display: contents;
  }
  body:not(.home) section .u_3box_3p > * {
    margin-bottom: 1.5em;
  }
}
body:not(.home) section .u_3box_3p > *:nth-child(3n) {
  background-color: rgba(45, 136, 200, 0.1);
  padding: 1em;
}
@media (max-width: 767px) {
  body:not(.home) section .u_3box_3p > *:nth-child(3n) {
    margin-bottom: 4em;
    padding: 1em 0.5em;
  }
}
body:not(.home) section .u_3box_3p .sub_box_outer {
  margin-bottom: 0.4em;
}
body:not(.home) section .u_3box_3p .sub_box {
  background-color: #2d88c8;
  color: #fff;
  margin-bottom: 0.5em;
  padding: 0.3em 1em;
  font-size: 1.4rem;
}
body:not(.home) section .u_3box_3p .sub_box.sub_box02 {
  background-color: #6b6b6b;
}
body:not(.home) section .u_3box_3p .div2 {
  grid-column-start: 1;
  grid-row-start: 2;
}
body:not(.home) section .u_3box_3p .div3 {
  grid-column-start: 1;
  grid-row-start: 3;
}
body:not(.home) section .u_3box_3p .div4 {
  grid-column-start: 2;
  grid-row-start: 1;
}
body:not(.home) section .u_3box_3p .div5 {
  grid-column-start: 2;
  grid-row-start: 2;
}
body:not(.home) section .u_3box_3p .div6 {
  grid-column-start: 2;
  grid-row-start: 3;
}
body:not(.home) section .u_3box_3p .div7 {
  grid-column-start: 3;
  grid-row-start: 1;
}
body:not(.home) section .u_3box_3p .div8 {
  grid-column-start: 3;
  grid-row-start: 2;
}
body:not(.home) section .u_3box_3p .div9 {
  grid-row-start: 3;
}
body:not(.home) section .u_3box_3p .under_list li {
  font-size: 1.4rem;
}
@media (min-width: 1024px) {
  body:not(.home) section .u_3box_3p .f16 {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
@media (max-width: 1023px) {
  body:not(.home) section .u_3box_3p .f16 {
    font-size: 1.8rem;
  }
}
body:not(.home) section .products_sec .wrap {
  display: flex;
  flex-wrap: wrap;
}
body:not(.home) section .products_sec .wrap .inner {
  background: rgba(45, 136, 200, 0.1);
}
body:not(.home) section .products_sec .wrap .inner h3 {
  background-color: #fff;
  padding: 0 0 0.6em 0.6em;
  margin: 0;
}
body:not(.home) section .products_sec .wrap .inner h3.h3_parts {
  padding: 0 0 2em 0.6em;
}
@media (max-width: 769px) {
  body:not(.home) section .products_sec .wrap .inner h3.h3_parts {
    padding: 0 0 0.6em 0.6em;
  }
}
body:not(.home) section .products_sec .wrap .inner .box {
  padding: 6% 6% 10%;
}
body:not(.home) section .products_sec .wrap .inner .box .ttl {
  text-align: center;
  font-weight: bold;
  color: #2d88c8;
  margin-bottom: 10px;
}
body:not(.home) section .products_sec .wrap .inner .box .txt_box {
  width: 100%;
  padding: 6% 4%;
  background: #fff;
}
body:not(.home) section .products_sec .wrap .inner .box .txt_box .sub_box_outer {
  margin-bottom: 0.4em;
}
body:not(.home) section .products_sec .wrap .inner .box .txt_box .sub_box_outer:last-of-type {
  margin-top: 15px;
}
body:not(.home) section .products_sec .wrap .inner .box .sub_box {
  background-color: #3676c1;
  color: #fff;
  margin-bottom: 0.5em;
  padding: 0.3em 0.5em;
  border-radius: 8px;
  font-size: 1.4rem;
}
body:not(.home) section .products_sec .wrap .inner .box .sub_box.sub_box02 {
  background-color: #6b6b6b;
}
body:not(.home) section .u_slick_flex {
  display: flex;
  width: 50vw;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body:not(.home) section .u_slick_flex {
    width: 100%;
  }
}
body:not(.home) section .u_slick_flex h3 {
  width: 50%;
}
body:not(.home) section .facilities_slick {
  width: 50%;
  margin: 0 auto;
  padding-left: 0;
  /*戻る、次へ矢印の位置*/
  /*ドットナビゲーションの設定*/
}
@media (max-width: 1620px) {
  body:not(.home) section .facilities_slick {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  body:not(.home) section .facilities_slick {
    width: 80%;
  }
}
@media (max-width: 800px) {
  body:not(.home) section .facilities_slick {
    width: 90%;
  }
}
body:not(.home) section .facilities_slick img {
  width: 50vw;
  height: auto;
}
@media (max-width: 1620px) {
  body:not(.home) section .facilities_slick img {
    width: 70vw;
  }
}
@media (max-width: 1199px) {
  body:not(.home) section .facilities_slick img {
    width: 80vw;
  }
}
@media (max-width: 800px) {
  body:not(.home) section .facilities_slick img {
    width: 90vw;
  }
}
body:not(.home) section .facilities_slick .slick-slide {
  transition: all 0.5s;
  opacity: 0;
  display: grid;
}
body:not(.home) section .facilities_slick .slick-slide.slick-center {
  transform: scale(1);
  opacity: 1;
}
body:not(.home) section .facilities_slick .slick-slide.is-active-next li {
  opacity: 1;
}
body:not(.home) section .facilities_slick .slick-prev,
body:not(.home) section .facilities_slick .slick-next {
  position: absolute; /*絶対配置にする*/
  top: 42%;
  cursor: pointer;
  outline: none;
  width: 50px;
  height: 50px;
  display: block;
  background: #2d88c8;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 200;
}
@media (max-width: 767px) {
  body:not(.home) section .facilities_slick .slick-prev,
  body:not(.home) section .facilities_slick .slick-next {
    width: 40px;
    height: 40px;
    top: 45%;
  }
}
body:not(.home) section .facilities_slick .slick-prev::before,
body:not(.home) section .facilities_slick .slick-next::before {
  content: "";
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  top: 0;
  bottom: 0;
  left: -2px;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
body:not(.home) section .facilities_slick .slick-prev {
  /*戻る矢印の位置と形状*/
  left: -80px;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  body:not(.home) section .facilities_slick .slick-prev {
    left: -20px;
  }
}
body:not(.home) section .facilities_slick .slick-prev::before {
  transform: rotate(-135deg);
}
body:not(.home) section .facilities_slick .slick-next {
  /*次へ矢印の位置と形状*/
  right: -80px;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  body:not(.home) section .facilities_slick .slick-next {
    right: -20px;
  }
}
body:not(.home) section .facilities_slick .slick-dots {
  text-align: center;
  margin-left: 0.5em;
}
@media (max-width: 767px) {
  body:not(.home) section .facilities_slick .slick-dots {
    height: 33px;
  }
}
body:not(.home) section .facilities_slick .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
body:not(.home) section .facilities_slick .slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}
body:not(.home) section .facilities_slick .slick-dots .slick-active button {
  background: #2d88c8; /*ドットボタンの現在地表示の色*/
}
@media (max-width: 767px) {
  body:not(.home) section .text_slider {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  body:not(.home) section .text_slider .textbox {
    padding: 0 20px;
  }
}
body:not(.home) section .text_slider .textbox h3 {
  padding-left: 0;
  color: #2d88c8;
}
body:not(.home) section li.no-title {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: clamp(642.8571428571px, 65.8857979502vw / 1.2, 900px);
  /* 中の表の調整 */
}
@media (max-width: 767px) {
  body:not(.home) section li.no-title {
    width: clamp(333.3333333333px, 160vw / 1.8, 600px);
  }
}
@media (max-width: 360px) {
  body:not(.home) section li.no-title {
    width: 280px;
  }
}
body:not(.home) section li.no-title .inner-table {
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}
body:not(.home) section li.no-title table {
  width: 100%;
  background-color: #fff;
  table-layout: fixed;
}
body:not(.home) section li.no-title th,
body:not(.home) section li.no-title td {
  white-space: normal;
  word-wrap: break-word;
}
body:not(.home) section .list {
  display: flex;
  flex-direction: column;
}
body:not(.home) section .List_title {
  background: #2d88c8;
  color: #fff;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 2;
  margin: 0;
  padding: 0.2em 1em;
  text-align: center;
  width: 100%;
}
body:not(.home) section .List_box {
  border: 2px solid #2d88c8;
  line-height: 2;
  margin: 0 0 1.5em;
  color: #2d88c8;
  flex-grow: 1;
}
body:not(.home) section .List_design {
  list-style-type: disc;
  padding: 0 0 0 1.6rem;
}
@media (max-width: 767px) {
  body:not(.home) section .List_design {
    padding-left: 2.5rem;
  }
}
body:not(.home) section .List_design li {
  margin-top: 10px;
}
body:not(.home) section .List_design li:first-of-type {
  margin-top: 0;
}
body:not(.home) section .List_design li::marker {
  color: #2d88c8;
}
body:not(.home) section .List_design li::after {
  top: 14px !important;
}
body:not(.home) section .List_color {
  background: #1b4059;
}
body:not(.home) section .List_box_color {
  border: 2px solid #1b4059;
  color: #1b4059;
}
body:not(.home) section .List_box_color li::marker {
  color: #1b4059;
}
body:not(.home) section .list_parent {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 480px) {
  body:not(.home) section .list_parent {
    flex-direction: column;
    justify-content: space-around;
  }
}
body:not(.home) section .list_parent > * {
  width: calc((100% - 15px) / 2 - 1px);
}
@media (max-width: 480px) {
  body:not(.home) section .list_parent > * {
    width: 100%;
  }
}
body:not(.home) section .list_parent > * .List_box {
  padding: 20px 40px;
}
@media (max-width: 767px) {
  body:not(.home) section .list_parent > * .List_box {
    padding: 4%;
  }
}
body:not(.home) section .list_parent.w100 {
  flex-direction: column;
}
body:not(.home) section .list_parent.w100 > * {
  width: 100%;
}
body:not(.home) section .list_parent.w100 .List_box {
  padding: 0.5em 4%;
  margin-bottom: 0;
}
body:not(.home) section .list_parent.w100 p {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  body:not(.home) section .slider_wrap tbody td,
  body:not(.home) section .slider_wrap tbody th {
    font-size: 1.2rem;
  }
}

/* ===============================================
# サイトマップ調節
=============================================== */
.official-u-page .column_main .page-item-1308,
.official-u-page .column_main .page-item-1324,
.official-u-page .column_main .page-item-1330,
.official-u-page .column_main .page-item-1336,
.official-u-page .column_main .page-item-1342,
.official-u-page .column_main .page-item-1348,
.official-u-page .column_main .page-item-1354,
.official-u-page .column_main .page-item-1360,
.official-u-page .column_main .page-item-1366,
.official-u-page .column_main .page-item-1372,
.official-u-page .column_main .page-item-1378,
.official-u-page .column_main .page-item-1384,
.official-u-page .column_main .page-item-1319,
.official-u-page .column_main .page-item-1314,
.official-u-page .column_main .page-item-1868 {
  display: none;
}

body {
  min-width: 960px;
}
@media (max-width: 767px) {
  body {
    min-width: initial;
  }
}

.home main .container {
  max-width: calc(1200px + 12%);
  padding: 0 6%;
}

/* ===============================================
# アニメーション
=============================================== */
.js-trigger.fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 1.2s;
}
.js-trigger.fade.animated {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.js-trigger.wow {
  opacity: 0;
  transform: scale(0.8);
  transition: all 1s;
}

.js-trigger.wow.animated {
  opacity: 1;
  transform: scale(1);
}

.js-trigger.wow.animated:nth-of-type(1) {
  transition-delay: 0s;
}

.js-trigger.wow.animated:nth-of-type(2) {
  transition-delay: 0.3s;
}

.js-trigger.wow.animated:nth-of-type(3) {
  transition-delay: 0.6s;
}

.js-trigger.wow.animated:nth-of-type(4) {
  transition-delay: 0.9s;
}

.js-trigger.wow.animated:nth-of-type(5) {
  transition-delay: 1s;
}

.js-trigger.wow.animated:nth-of-type(6) {
  transition-delay: 1.2s;
}

.js-trigger.wow.animated:nth-of-type(7) {
  transition-delay: 1.3s;
}

.js-trigger.wow.animated:nth-of-type(8) {
  transition-delay: 1.4s;
}

.js-trigger.wow.animated:nth-of-type(9) {
  transition-delay: 1.6s;
}

.js-trigger.wow.animated:nth-of-type(10) {
  transition-delay: 1.4s;
}

.js-trigger.wow.animated:nth-of-type(11) {
  transition-delay: 1.2s;
}

.js-trigger.wow.animated:nth-of-type(12) {
  transition-delay: 1s;
}

.zoomIn {
  animation: zoomInAnime 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  opacity: 0;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/*
.fuwa {
  animation: fuwafuwa 2s ease-in-out infinite alternate;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(-8%);
  }
  100% {
    transform: translateY(8%);
  }
}

.rota {
  animation: 30s linear infinite rotation1;
}
@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.poko{
  animation: pikopiko 2s steps(2, start) infinite;
}
@keyframes pikopiko {
  0% {
    transform: rotate(20deg);
  }
  to {
    transform: rotate(-10deg);
  }
}
*/
/* ===============================================
# ヘッダー
=============================================== */
header {
  background: rgba(255, 255, 255, 0.8);
}
header .container {
  padding: 0 3.125%;
  max-width: none;
}
header .title {
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1024px) {
  header .title {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  header .title a {
    width: clamp(173.3333333333px, 13.5954821167vw, 185.7142857143px);
    height: auto;
  }
}
header .gnav {
  padding-bottom: 0;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  header .gnav nav ul li.has_under ul {
    left: auto;
  }
}
header .gnav nav ul li a {
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  font-size: clamp(1.2rem, 1.0248901903vw, 16px);
}
@media (min-width: 1024px) {
  header .gnav nav ul li a {
    padding: 0 0.5em;
  }
}

header .header_line_box {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  width: 120px;
  height: 100px;
  margin: 0 auto;
}
header .header_line_box a {
  height: 100%;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  color: #fff;
  background: #ffea4c;
  border-radius: 0 0 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s;
}
header .header_line_box a:hover {
  transition: 0.3s;
  background: rgb(255, 225.6234636872, 4.6);
}
header .header_line_box a p {
  margin-top: 10px;
  margin-left: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #1b4059;
  position: relative;
  text-align: center;
}
header .header_line_box a img {
  max-width: 54px;
  margin-inline: auto;
}
@media (max-width: 1023px) {
  header .header_line_box {
    display: none;
  }
}
header .container {
  max-width: none;
}
@media (min-width: 1024px) {
  header .container {
    padding: 0 120px 0 clamp(20px, 2.9282576867vw, 60px);
  }
}
@media (min-width: 1024px) {
  header .container .gnav {
    padding-right: clamp(10px, 1.4641288433vw, 30px);
    vertical-align: middle;
  }
}
header .container .gnav nav > ul li:last-child {
  padding-right: 0;
}
header .container .gnav nav > ul li a {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
}
@media screen and (min-width: 1024px) and (max-width: 1520px) {
  header .container .gnav nav > ul li a {
    font-size: clamp(10px, 1.0248901903vw, 16px);
    padding: 0 0.6666666667em;
  }
}
header .container .header_info_wrap {
  right: 15px;
  font-weight: bold;
}
header .container .header_info_wrap .header_info {
  display: flex;
  gap: 1.0416666667vw;
  align-items: center;
}
header .container .header_info_wrap .header_info p {
  margin: 0;
}

header .gnav > nav > ul > li.has_under a {
  padding-right: 1.5em;
}

/* ===============================================
# 設定
=============================================== */
/* ===============================================
# 共通class
=============================================== */
h2,
h3,
h4 {
  letter-spacing: 0.06em;
}

p:not(.more),
td,
dd,
dt,
th,
td,
b {
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.8;
}

li,
a {
  font-weight: 500;
  letter-spacing: 0.06em;
}

b {
  font-weight: 700;
}

.block {
  display: inline-block;
}

@media (min-width: 1200px) {
  .pc-only {
    display: block;
  }
}
@media (max-width: 1199px) {
  .pc-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.text-primary {
  font-weight: 700;
}

.color_s {
  color: #edfff9;
}

.color_a {
  color: #ffea4c;
}

@media (min-width: 768px) {
  .pc_left a {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .pc_right a {
    margin-right: 0;
  }
}

[id^=front_sec] {
  counter-reset: number 0;
}
[id^=front_sec] h2,
[id^=front_sec] h3,
[id^=front_sec] h4 {
  padding: 0;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
[id^=front_sec] h2::before,
[id^=front_sec] h3::before,
[id^=front_sec] h4::before {
  content: none;
}
[id^=front_sec] h2.lh155,
[id^=front_sec] h3.lh155,
[id^=front_sec] h4.lh155 {
  line-height: 1.55;
}
[id^=front_sec] hgroup {
  text-align: center;
}
[id^=front_sec] h2 {
  font-size: clamp(1.8rem, 1.3909224012vw, 20px);
  padding-bottom: 0;
  text-align: center;
  display: inline-block;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  color: #1b4059;
  margin-bottom: 4.4444444444em;
  text-align: center;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  [id^=front_sec] h2 {
    margin-bottom: 2.2222222222em;
  }
}
[id^=front_sec] h2.en:before {
  content: attr(data-en);
  display: block;
  font-family: "Josefin Sans", "roboto", "Yu Mincho", serif;
  font-size: clamp(60px, 5.4904831625vw, 82px);
  font-weight: 500;
  content: attr(data-en);
  color: #2d88c8;
  width: auto;
  height: auto;
  background: transparent;
  position: static;
  text-align: center;
  line-height: 0.8;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  [id^=front_sec] h2.en:before {
    font-size: 4.2rem;
  }
}
[id^=front_sec] h3 {
  font-size: clamp(2.2rem, 1.756954612vw, 26px);
}
@media (max-width: 767px) {
  [id^=front_sec] h3 {
    line-height: 1.55;
  }
}
[id^=front_sec] a {
  text-decoration: none;
}
[id^=front_sec] li {
  list-style: none;
}
[id^=front_sec] ul {
  padding-left: 0;
  margin: 0;
}
[id^=front_sec] dd {
  margin-bottom: 0;
}

/* ===============================================
# MV
=============================================== */
.main_visual {
  position: relative;
}
.main_visual .main_visual_slick {
  z-index: 1;
}
@media (max-width: 767px) {
  .main_visual .main_visual_copy {
    position: relative;
  }
}
.main_visual .main_visual_copy img {
  inset: auto auto 3.375% 2.0833333333%;
}
@media (max-width: 1199px) {
  .main_visual .main_visual_copy img {
    max-width: none;
    width: 43.3333333333%;
  }
}
@media (max-width: 767px) {
  .main_visual .main_visual_copy img {
    inset: 3.2362459547% 50%;
    position: relative;
    transform: translate(-50%, 0);
    width: 347px;
    height: 117px;
  }
}
@media (min-width: 768px) {
  .main_visual li:first-child img {
    -o-object-position: 50% 0;
       object-position: 50% 0;
  }
}
@media (max-width: 767px) {
  .main_visual li:first-child img {
    -o-object-position: right;
       object-position: right;
  }
}

/* ===============================================
# お知らせ
=============================================== */
#front_sec_news {
  padding: clamp(120px, 10.2489019034vw, 160px) 0;
  background: #89e5c5;
}
@media (max-width: 767px) {
  #front_sec_news {
    padding: 100px 0 clamp(40px, 3.6603221083vw, 60px) 0;
    margin-top: 10px;
  }
}
#front_sec_news .container {
  max-width: calc(1200px + 12%);
}
#front_sec_news .box {
  background: #fff;
  padding: 80px 5%;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  #front_sec_news .box {
    padding: 60px 4% 45px;
  }
}
#front_sec_news .box::after {
  content: "";
  background: url("/wp-content/uploads/top_img001.png") no-repeat center/contain;
  width: 94px;
  padding-top: 82px;
  position: absolute;
  top: -80px;
  left: 0;
  animation: bikkuri 2s infinite;
}
@keyframes bikkuri {
  100%, 60%, 35%, 25%, 0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-20px);
  }
  40% {
    transform: translateY(-15px);
  }
}
@media (max-width: 767px) {
  #front_sec_news .box::after {
    width: 78.3333333333px;
    padding-top: 68.3333333333px;
    top: -64px;
  }
}
#front_sec_news .ttl_box {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  #front_sec_news .ttl_box {
    flex-direction: column;
    width: 25.9886363636%;
    max-width: 170px;
  }
}
@media (max-width: 767px) {
  #front_sec_news .ttl_box {
    width: 100%;
    align-items: flex-end;
    margin-bottom: 15px;
  }
}
#front_sec_news .ttl_box h2 {
  text-align: left;
  padding: 0 !important;
  margin-bottom: 2em;
  font-size: clamp(3.2rem, 2.635431918vw, 40px);
}
@media (max-width: 767px) {
  #front_sec_news .ttl_box h2 {
    font-size: 2.6rem;
    margin-bottom: 0;
    width: 50%;
  }
}
#front_sec_news .ttl_box h2::before {
  content: none;
}
#front_sec_news .more {
  margin: 0;
}
#front_sec_news .more a {
  background: transparent;
  text-align: left;
  color: #1b4059;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  font-weight: 400;
  max-width: 122px;
  padding: 0 0 6px 0;
  margin: 0;
  transition: 0.3s;
}
@media (max-width: 767px) {
  #front_sec_news .more a {
    padding-right: 18px;
  }
}
#front_sec_news .more a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  background: #2d88c8;
  position: absolute;
}
#front_sec_news .more a::after {
  top: 44%;
  bottom: auto;
  right: 0;
  left: auto;
  width: 0;
  height: 0;
  margin: auto;
  transition: 0.3s;
  border-top: 7px solid transparent;
  border-right: 0 solid transparent;
  border-left: 11px solid #2d88c8;
  border-bottom: 7px solid transparent;
  box-sizing: border-box;
  border-radius: 2px;
  transform: translateY(-50%);
}
#front_sec_news .more a:hover {
  color: #2d88c8;
  transition: 0.3s;
}
#front_sec_news .more a:hover::after {
  right: -2%;
}
#front_sec_news .news-box {
  width: 73.0113636364%;
  max-width: 771px;
}
@media (max-width: 767px) {
  #front_sec_news .news-box {
    padding-right: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #front_sec_news .news-list dt,
  #front_sec_news .news-list dd {
    border-bottom: 1px solid rgba(47, 54, 87, 0.2);
  }
}
@media (min-width: 768px) {
  #front_sec_news .news-list dt:first-of-type,
  #front_sec_news .news-list dd:first-of-type {
    border-top: 1px solid rgba(47, 54, 87, 0.2);
    border-bottom: 1px solid rgba(47, 54, 87, 0.2);
  }
}
@media (min-width: 768px) {
  #front_sec_news .news-list dt,
  #front_sec_news .news-list dd {
    padding: 1.2em 0;
  }
}
#front_sec_news .news-list dt a,
#front_sec_news .news-list dd a {
  line-height: 1.5;
}
#front_sec_news .news-list dt {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-family: "Roboto", "Noto Sans JP";
  gap: 20px;
}
@media (min-width: 768px) {
  #front_sec_news .news-list dt {
    justify-content: space-between;
    width: 225px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  #front_sec_news .news-list dt {
    gap: 10px;
  }
}
#front_sec_news .news-list dt time,
#front_sec_news .news-list dt .category_name {
  font-size: 1.2rem;
  font-weight: 500;
}
#front_sec_news .news-list dt .category_name {
  background: #2d88c8;
  color: #fff;
  text-align: center;
  padding: 2px 10px 2px;
  font-weight: 400;
  width: 84px;
}
#front_sec_news .news-list dd {
  padding-right: 20px;
}
@media (min-width: 768px) {
  #front_sec_news .news-list dd {
    width: calc(100% - 225px);
  }
}
#front_sec_news .news-list dd a:hover {
  opacity: 0.8;
}

/* ===============================================
# お問い合わせ
=============================================== */
#front_sec_contact {
  background: url(/wp-content/uploads/top_bg004.jpg) no-repeat center center/cover;
  padding: clamp(100px, 8.78477306vw, 140px) 0;
}
@media (max-width: 767px) {
  #front_sec_contact {
    text-align: center;
    padding: 60px 0 100px 0;
  }
}
#front_sec_contact .box {
  align-items: center;
}
@media (min-width: 768px) {
  #front_sec_contact .box {
    display: flex;
    justify-content: space-between;
    gap: 6%;
  }
}
@media (max-width: 767px) {
  #front_sec_contact .txt-box {
    margin-bottom: 80px;
  }
}
#front_sec_contact .txt-box h2 {
  line-height: 1.2;
  color: #fff;
  margin-bottom: 2.2222222222em;
}
@media (min-width: 768px) {
  #front_sec_contact .txt-box h2 {
    text-align: left;
  }
}
#front_sec_contact .txt-box h2.en::before {
  color: #fff;
}
#front_sec_contact .txt-box p {
  color: #fff;
  margin-bottom: 1.1111111111em;
}
@media (min-width: 768px) {
  #front_sec_contact .txt-box p {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  #front_sec_contact .txt-box p {
    text-align: left;
    margin-bottom: 20px;
  }
}
#front_sec_contact .txt-box p:last-of-type {
  font-size: clamp(16px, 1.2445095168vw, 18px);
}
#front_sec_contact .txt-box p .res_txt {
  font-weight: 600;
}
#front_sec_contact .box_info {
  background: #fff;
  text-align: center;
  padding: 4% 130px 60px 120px;
  width: 49.1666666667%;
  max-width: calc(570px + 14%);
  position: relative;
}
@media (max-width: 1310px) {
  #front_sec_contact .box_info {
    padding: 50px 4%;
    max-width: calc(570px + 8%);
  }
}
@media (max-width: 767px) {
  #front_sec_contact .box_info {
    width: 100%;
    max-width: none;
  }
}
#front_sec_contact .box_info::after {
  content: "";
  background: url("/wp-content/uploads/top_img011.png") no-repeat center/contain;
  width: 105px;
  padding-top: 69px;
  position: absolute;
  top: -68px;
  right: 0;
  animation: bikkuri 2s infinite;
}
@media (min-width: 1400px) {
  #front_sec_contact .tel {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 auto;
  }
}
#front_sec_contact .tel a {
  color: #1b4059;
  font-family: "Roboto", "Noto Sans JP";
  font-size: 4.2rem;
  font-weight: 500;
  padding-left: 1.1428571429em;
  background: url(/wp-content/uploads/tel_m.svg) no-repeat center left/contain;
  background-size: 0.880952381em;
  line-height: 1.7;
  letter-spacing: 0.04em;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 767px) {
  #front_sec_contact .tel a {
    font-size: 30px;
    letter-spacing: 0.3rem;
    background-size: 0.5em;
    background-size: 0.9em;
  }
}
@media (max-width: 330px) {
  #front_sec_contact .tel a {
    font-size: 2.8rem;
  }
}
#front_sec_contact .tel_sub {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #1b4059;
  opacity: 0.7;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
}
@media (min-width: 1400px) {
  #front_sec_contact .tel_sub {
    text-align: right;
    padding-right: 0.5em;
  }
}
#front_sec_contact .tel_sub .between {
  display: inline-block;
  height: 1rem;
  width: 1px;
  background-color: #446062;
  margin: 0 0.5rem;
}
#front_sec_contact .link_box {
  margin-top: 35px;
}
#front_sec_contact .link_box .more a {
  background: #ffea4c;
  border-radius: 0;
}
#front_sec_contact .link_box .more a::after {
  content: "";
  background: url(/wp-content/uploads/link.svg) no-repeat center/contain;
  width: 1.25em;
  height: 0.9375em;
  transform: translateY(-50%);
  border: 0;
  right: 6%;
}
#front_sec_contact .link_box .more.web {
  margin-bottom: 20px;
  position: relative;
  padding-top: 10px;
}
#front_sec_contact .link_box .more.web::before {
  content: "24時間受付";
  display: block;
  font-size: 10px;
  font-weight: 500;
  color: #ffea4c;
  width: 123px;
  height: 18px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 20px;
  border: solid 1px #ffea4c;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  z-index: 1;
}
#front_sec_contact .link_box .more.web a::before {
  content: "";
  display: block;
  width: 1.5625em;
  height: 1.5625em;
  background: url(/wp-content/uploads/re.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 5%;
  right: auto;
  transform: translateY(-50%);
}
#front_sec_contact .link_box .more.web a:hover {
  background: #2d88c8;
}
#front_sec_contact .link_box .more.line a {
  background: #06c755;
}
#front_sec_contact .link_box .more.line a::before {
  content: "";
  display: block;
  width: 1.5625em;
  height: 1.5625em;
  background: url(/wp-content/uploads/line.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 5%;
  right: auto;
  transform: translateY(-50%);
}
#front_sec_contact .link_box .more.line a:hover {
  background: rgb(46.4929460581, 191.9070539419, 106.8348547718);
}

/* ===============================================
# フッター
=============================================== */
footer .pagetop {
  background: #ffea4c;
}

footer {
  background: #fff;
}
footer .container {
  max-width: calc(1200px + 12%);
  padding: clamp(80px, 6.588579795vw, 100px) 6%;
}
@media (max-width: 767px) {
  footer .container {
    padding: clamp(40px, 3.6603221083vw, 60px) 6%;
  }
}
footer .ftr-info-access-cont {
  color: #1b4059;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.6666666667%;
  border-bottom: dashed 2px #2d88c8;
}
@media (min-width: 768px) {
  footer .ftr-info-access-cont {
    grid-template-columns: 45.6666666667% 47.5%;
  }
}
@media (max-width: 767px) {
  footer .ftr-info-access-cont {
    grid-template-columns: repeat(1, 1fr) !important;
    justify-items: center;
    gap: 30px;
  }
}
footer .ftr-info-access-cont h3 {
  padding-left: 0;
}
footer .ftr-info-access-cont h3::before {
  content: none;
}
@media (min-width: 768px) {
  footer .info {
    padding-bottom: 40px;
  }
}
footer .info .foot-logo {
  width: 280px;
  margin-bottom: 1.5em;
}
footer .info .tel {
  margin-bottom: 0.5em;
}
footer .info .tel a {
  background: url(/wp-content/uploads/tel_m.svg) no-repeat center left/contain;
  font-size: clamp(30px, 2.5622254758vw, 40px);
  font-weight: 600;
  padding-left: 0.875em;
  background-size: 0.75em;
  line-height: 0.7;
}
footer .info .add {
  margin: 0 0 2em 0;
}
footer .info .table-txt {
  margin-bottom: 1.5em;
}
footer .info .ftr-med {
  background: #edfff9;
  padding: 28px 20px;
}
footer .info .ftr-med h3 {
  font-size: 1.6rem;
  margin-bottom: 1em;
}
footer .info .ftr-med p {
  font-size: 1.4rem;
}
footer .ftr-map {
  background: #fff;
  padding: clamp(40px, 3.6603221083vw, 60px) 0;
}
@media (max-width: 767px) {
  footer .ftr-map {
    padding: 30px 6%;
  }
}
footer .ftr-map .map_container {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  footer .ftr-map .map_container {
    height: 450px;
  }
}
@media (max-width: 767px) {
  footer .ftr-map .map_container {
    height: 280px;
  }
}
footer .ftr-map .ftr-access h3,
footer .ftr-map .ftr-access .ftr-parking-txt,
footer .ftr-map .ftr-access h4,
footer .ftr-map .ftr-access .ftr-access-txt {
  margin-bottom: 20px;
}
footer .ftr-map .ftr-access h3,
footer .ftr-map .ftr-access h4 {
  font-weight: 500;
  font-size: 1.6rem;
}
footer .ftr-map .ftr-access h4 {
  font-weight: 600;
  padding-left: 28px;
  font-size: 1.8rem;
  position: relative;
  line-height: 1.5;
  margin-bottom: 10px;
}
footer .ftr-map .ftr-access h4::before {
  content: "";
  background: url(/wp-content/uploads/train.svg) no-repeat center left/contain;
  width: 16px;
  padding-top: 32px;
  inset: 50% 0;
  transform: translate(0, -50%);
}
footer .ftr-map .ftr-access .ftr-access-txt {
  margin-top: 0;
  font-size: clamp(1.4rem, 1.0980966325vw, 16px);
  padding-left: 32px;
}
footer .ftr-map .ftr-access .ftr-access-txt.lh155 {
  line-height: 1.55;
}
footer .ftr-map .ftr-access .ftr-access-txt:last-of-type {
  margin-bottom: 0;
}
footer .ftr-sns-btn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-top: 40px;
}
@media (min-width: 1024px) {
  footer .ftr-sns-btn {
    max-width: 840px;
  }
}
@media (max-width: 767px) {
  footer .ftr-sns-btn {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
footer .ftr-sns-btn .more {
  width: 100%;
}
footer .ftr-sns-btn .more a {
  background: transparent;
  max-width: 260px;
}
footer .ftr-sns-btn .face.more_color a::after {
  background: #4060ff;
}
footer .ftr-sns-btn .face a {
  border: solid 2px #4060ff;
  color: #4060ff;
}
footer .ftr-sns-btn .face a:hover {
  color: #fff;
  background: #4060ff;
}
footer .ftr-sns-btn .inst.more_color a::after {
  background: #e03f73;
}
footer .ftr-sns-btn .inst a {
  position: relative;
  color: #e03f73;
}
footer .ftr-sns-btn .inst a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  border: 2px solid transparent;
  background: linear-gradient(44deg, rgb(254, 144, 58) 0%, rgb(210, 27, 141) 100%) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
footer .ftr-sns-btn .inst a:hover {
  color: #fff;
  background: linear-gradient(44deg, rgb(254, 144, 58) 0%, rgb(210, 27, 141) 100%);
}
footer .ftr-sns-btn .line.more_color a::after {
  background: #3dd07a;
}
footer .ftr-sns-btn .line a {
  border: solid 2px #3dd07a;
  color: #3dd07a;
}
footer .ftr-sns-btn .line a:hover {
  color: #fff;
  background: #3dd07a;
}

/* ===============================================
# 診療時間
=============================================== */
@media (min-width: 768px) {
  .table-schedule {
    table-layout: fixed;
  }
}
.table-schedule td {
  background: transparent;
}
.table-schedule td:first-child {
  font-family: "roboto";
}
.table-schedule thead {
  background: #2d88c8;
}
.table-schedule thead tr th {
  padding: 7/clamp(14px, 1.0980966325vw, 16px)em 4/clamp(14px, 1.0980966325vw, 16px)em;
  background: #2d88c8;
  border-color: #2d88c8;
  color: #fff;
  font-weight: 700;
}
.table-schedule thead tr th:first-child {
  font-size: clamp(12px, 0.9516837482vw, 14px)px;
  border-left: 1px solid #2d88c8;
}
@media (min-width: 768px) {
  .table-schedule thead tr th:first-child {
    width: 20.350877193%;
  }
}
@media (max-width: 767px) {
  .table-schedule thead tr th:first-child {
    width: 24%;
  }
}
@media (min-width: 768px) {
  .table-schedule thead tr th:last-child {
    font-size: clamp(12px, 0.9516837482vw, 14px) !important;
  }
}
@media (max-width: 1199px) {
  .table-schedule thead tr th:last-child {
    letter-spacing: 0;
  }
}
.table-schedule thead tr th:not(:first-child) {
  font-size: clamp(13px, 1.0248901903vw, 15px)px;
}
.table-schedule thead tr th:not(:last-child) {
  border-right: 0;
}
.table-schedule tbody {
  background: transparent;
}
.table-schedule tbody tr td {
  font-size: clamp(18px, 1.3909224012vw, 20px);
  font-family: "Roboto", "Noto Sans JP";
  padding: 11/clamp(18px, 1.3909224012vw, 20px)em 4/clamp(18px, 1.3909224012vw, 20px)em;
  border-left: 0;
  border-right: 0;
}
.table-schedule tbody tr td:first-child {
  font-size: clamp(12px, 0.9516837482vw, 14px) !important;
  color: #1b4059;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .table-schedule tbody tr td:first-child {
    letter-spacing: 0;
  }
}
.table-schedule tbody tr td:not(:last-child) {
  border-right: 0;
}
.table-schedule tbody tr td:not(.close, :first-child) {
  color: #2d88c8;
}

.table-txt {
  font-size: clamp(1.4rem, 1.0980966325vw, 16px);
  padding-top: 1.1428571429em !important;
  line-height: 1.8 !important;
}

/* ===============================================
# サイトマップ
=============================================== */
footer .site_map_outer {
  background: #edfff9;
}
footer .site_map {
  padding: clamp(40px, 5.1244509517vw, 100px) 6% clamp(100px, 8.78477306vw, 140px);
  max-width: calc(1100px + 12%);
  margin: auto;
}
@media (min-width: 768px) {
  footer .site_map {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  footer .site_map {
    padding: 60px 6% 60px;
  }
}
footer .site_map h2 {
  font-size: 18px;
  text-align: left;
  padding: 0 0 1.25em 0;
  margin-bottom: 0;
  border-bottom: dashed 2px #2d88c8;
  color: #2d88c8;
}
@media (max-width: 767px) {
  footer .site_map h2 {
    font-size: 1.6rem;
    padding-top: 0.5em;
    padding-bottom: 0.625em;
  }
}
footer .site_map h2::before {
  content: none;
}
footer .site_map li a {
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  color: #1b4059;
  padding-left: 1.25em;
  position: relative;
  font-weight: 500;
}
@media (max-width: 767px) {
  footer .site_map li a {
    padding-left: 20px;
  }
}
footer .site_map li a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #ffea4c;
  border-right: solid 1px #ffea4c;
  left: 0;
  position: absolute;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
}
footer .f-nav-box,
footer .f-nav-inner {
  display: flex;
}
@media (max-width: 767px) {
  footer .f-nav-box,
  footer .f-nav-inner {
    flex-direction: column;
  }
}
footer .f-nav-box {
  flex-direction: column;
}
@media (max-width: 767px) {
  footer .f-nav-box {
    margin-bottom: 10px;
  }
}
footer .f-nav-inner {
  padding-top: 1.25em;
}
@media (min-width: 768px) {
  footer .f-nav-inner {
    gap: 80px;
    justify-content: space-between;
  }
}
footer nav {
  padding: 0;
}
@media (max-width: 1199px) {
  footer nav:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  footer nav:not(:last-child) {
    margin-bottom: 14px;
  }
}
@media (min-width: 768px) {
  footer nav ul {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(5, auto);
    gap: 0 clamp(30px, 3.6603221083vw, 80px);
  }
}
@media (max-width: 767px) {
  footer nav ul {
    display: grid;
    grid-template-columns: repeat(1, 50%) auto;
    grid-template-rows: repeat(0, auto);
    gap: 10px 0;
  }
}
footer nav ul li {
  margin-bottom: 0;
  text-align: left;
}
@media (min-width: 768px) {
  footer nav ul li {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  footer nav ul li:not(:last-child) {
    margin-bottom: 1.25em;
  }
}
footer nav ul li a {
  padding: 0;
  font-size: clamp(14px, 1.9556714472vw, 16px);
}
@media (max-width: 767px) {
  footer nav ul li a {
    font-size: 12px;
    padding: 0.4em 0;
  }
}
footer nav ul li a:hover {
  opacity: 0.7;
}

.copyright {
  background: #1b4059;
}

/* ===============================================
# サイト追尾
=============================================== */
.side_fix {
  z-index: 999;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 164px;
  padding-left: 0;
}
@media (max-width: 1023px) {
  .side_fix {
    display: none;
  }
}
.side_fix > :not(:last-child) {
  margin-bottom: 20px;
}
.side_fix .side-btn {
  position: relative;
  width: 300px;
  height: 80px;
  border-right: none;
  transition: all 0.3s ease;
  background: #2d88c8;
  border: solid 1px #fff;
  border-radius: 100px 0 0 100px;
  list-style: none;
}
.side_fix .side-btn:hover {
  transform: translateX(-219px);
}
.side_fix .side-btn.tel {
  background: #1b4059;
  position: relative;
}
.side_fix .side-btn.tel.tit {
  font-family: "Roboto", "Noto Sans JP";
}
.side_fix .side-btn.btn01 {
  background: #2d88c8;
}
.side_fix .side-btn.btn02 {
  background: #3dd07a;
  position: relative;
}
.side_fix .side-btn.btn02::before {
  content: "LINE";
  display: block;
  font-size: 11px;
  color: #3dd07a;
  width: 32px;
  height: 32px;
  background: #fff;
  position: absolute;
  inset: 0 auto auto -10px;
  border-radius: 50%;
  border: solid 1px #3dd07a;
  display: flex;
  justify-content: center;
  align-items: center;
}
.side_fix .side-btn.btn03 {
  background: #ffea4c;
}
.side_fix .side-btn > a {
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
}
.side_fix .icon {
  width: 80px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.side_fix .icon img {
  max-width: 30px;
  display: block;
}
.side_fix .ttl {
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  color: #fff;
  vertical-align: middle;
  font-size: 2rem;
  line-height: 1.2;
}

#ftr_info .sp {
  flex-direction: column;
}
#ftr_info .sp .sp-btn-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#ftr_info .sp .btn_rec {
  background: #ffea4c;
  padding: 0;
}
#ftr_info .sp .btn_rec a {
  width: 100%;
  height: 100%;
  padding: 1em 0;
}
#ftr_info .sp .btn_rec .ttl {
  color: #1b4059;
  display: inline-block;
}
#ftr_info .sp .btn_rec .ttl span {
  position: relative;
  padding-left: 32px;
}
#ftr_info .sp .btn_rec .ttl span::before {
  content: "";
  background: url("/wp-content/uploads/rec.svg") no-repeat center/contain;
  width: 30px;
  padding-top: 20px;
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translate(0, -50%);
}
#ftr_info .sp .btn01 {
  background: #2d88c8;
}
#ftr_info .sp .btn02 {
  background: #3dd07a;
}
#ftr_info .sp .btn03 {
  background: #ffea4c;
}

/* ===============================================
# メッセージ
=============================================== */
#front_sec01 {
  padding: clamp(100px, 8.78477306vw, 140px) 0 clamp(100px, 9.1508052709vw, 160px) 0;
}
@media (max-width: 767px) {
  #front_sec01 {
    padding: clamp(40px, 13.3333333333vw, 60px) 0 0 0;
  }
}
@media (min-width: 1800px) {
  #front_sec01 .container {
    max-width: calc(1278px + 12%);
  }
}
#front_sec01 h2,
#front_sec01 .txt {
  margin-bottom: 3.3333333333em;
}
@media (max-width: 767px) {
  #front_sec01 h2,
  #front_sec01 .txt {
    margin-bottom: 1.6666666667em;
  }
}
#front_sec01 .inner {
  display: grid;
  grid-template-columns: 46.9483568075% 46.7918622848%;
  align-items: center;
  gap: 6.2597809077%;
}
@media (max-width: 1199px) {
  #front_sec01 .inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #front_sec01 .inner {
    grid-template-columns: repeat(1, 1fr) !important;
    justify-items: center;
    gap: 60px;
  }
}
#front_sec01 .inner figure {
  order: 2;
}
#front_sec01 .txt-box {
  position: relative;
  z-index: 10;
}
@media (min-width: 1200px) {
  #front_sec01 .txt-box {
    margin-top: 60px;
  }
}
#front_sec01 figure {
  position: relative;
  height: 100%;
}
#front_sec01 figure::after {
  content: "";
  background: url("/wp-content/uploads/top_img002.png") no-repeat center/contain;
  width: clamp(639.1666666667px, 56.149341142vw / 1.2, 767px);
  padding-top: clamp(599.1666666667px, 52.635431918vw / 1.2, 719px);
  position: absolute;
  bottom: -100px;
  right: 0;
}
@media (max-width: 767px) {
  #front_sec01 figure::after {
    content: none;
  }
}
@media (max-width: 767px) {
  #front_sec01 figure img {
    max-width: 120%;
    margin-left: -40px;
  }
}
#front_sec01 .btn-flex {
  display: flex;
  gap: 2.0833333333vw;
}
@media (max-width: 767px) {
  #front_sec01 .btn-flex {
    flex-direction: column;
    gap: 30px;
  }
}
@media (min-width: 768px) {
  #front_sec01 .btn-flex a {
    font-size: clamp(14px, 1.0980966325vw, 16px);
  }
}

/* ===============================================
# 当院のコンセプト
=============================================== */
#front_sec02 {
  padding: 5.2083333333vw 0;
  background: #edfff9;
  position: relative;
}
#front_sec02::before {
  content: "";
  background: url("/wp-content/uploads/top_bg001.png") repeat-x top center/cover;
  width: 100%;
  padding-top: 5.2083333333vw;
  position: absolute;
  top: -5.2083333333vw;
  left: 0;
}
#front_sec02::after {
  content: "";
  background: url("/wp-content/uploads/top_bg001.png") repeat-x top center/cover;
  width: 100%;
  padding-top: 5.2083333333vw;
  position: absolute;
  bottom: -5.2083333333vw;
  left: 0;
  transform: scale(-1, -1);
}
@media (max-width: 767px) {
  #front_sec02 {
    padding: clamp(40px, 13.3333333333vw, 60px) 0;
  }
}
@media (min-width: 1800px) {
  #front_sec02 .container {
    max-width: calc(1290px + 12%);
  }
}
#front_sec02 h2 {
  margin-bottom: 60px;
}
#front_sec02 .list-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.2083333333vw 4.1666666667vw;
  padding-left: 0;
}
@media (max-width: 767px) {
  #front_sec02 .list-card {
    grid-template-columns: repeat(1, 1fr) !important;
    justify-items: center;
    gap: 100px;
  }
}
#front_sec02 .list-card.top {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  #front_sec02 .list-card.btm {
    grid-template-columns: repeat(2, 1fr);
    max-width: clamp(556px, 50.878477306vw, 834px);
    margin: 0 auto;
  }
}
#front_sec02 figure {
  position: relative;
}
@media (max-width: 767px) {
  #front_sec02 figure {
    margin-bottom: 20px;
  }
}
#front_sec02 figure::after {
  content: "";
  background: url("/wp-content/uploads/No_01.svg") no-repeat center/contain;
  width: clamp(75.8333333333px, 5.551488531vw, 91px);
  padding-top: clamp(57.5px, 4.2093704246vw, 69px);
  position: absolute;
  top: -42px;
  left: -40px;
}
@media (max-width: 767px) {
  #front_sec02 figure::after {
    left: -4%;
  }
}
#front_sec02 figure img {
  border-radius: 20px;
}
#front_sec02 h3 {
  padding: 1.1538461538em 0;
  margin-bottom: 0;
  font-size: clamp(20px, 1.4641288433vw, 26px);
  text-align: left;
  color: #2d88c8;
}
#front_sec02 .list-card.top li:nth-of-type(2) figure::after {
  background: url("/wp-content/uploads/No_02.svg") no-repeat center/contain;
}
#front_sec02 .list-card.top li:nth-of-type(3) figure::after {
  background: url("/wp-content/uploads/No_03.svg") no-repeat center/contain;
}
#front_sec02 .list-card.btm li:nth-of-type(1) figure::after {
  background: url("/wp-content/uploads/No_04.svg") no-repeat center/contain !important;
}
#front_sec02 .list-card.btm li:nth-of-type(2) figure::after {
  background: url("/wp-content/uploads/No_05.svg") no-repeat center/contain !important;
}

/* ===============================================
# 診療案内
=============================================== */
#front_sec03 {
  background: url(/wp-content/uploads/top_bg002.jpg) no-repeat center center/cover;
  padding: clamp(100px, 8.78477306vw, 140px) 0;
}
@media (max-width: 767px) {
  #front_sec03 {
    padding: clamp(40px, 13.3333333333vw, 60px) 0 60px 0;
  }
}
#front_sec03 .container {
  padding-top: clamp(100px, 8.78477306vw, 140px);
  padding-bottom: clamp(100px, 8.78477306vw, 140px);
}
@media (max-width: 767px) {
  #front_sec03 .container {
    padding: clamp(40px, 13.3333333333vw, 60px) 0;
  }
}
#front_sec03 .list-card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 4.1666666667vw;
}
@media (max-width: 1199px) {
  #front_sec03 .list-card {
    gap: 5.8565153734vw 2.9282576867vw;
  }
}
@media (max-width: 767px) {
  #front_sec03 .list-card {
    grid-template-columns: repeat(2, 1fr) !important;
    justify-items: center;
    gap: 30px 0;
  }
}
#front_sec03 .list-card li {
  text-align: center;
}
@media (min-width: 768px) {
  #front_sec03 .list-card li {
    padding: 0 20px;
  }
}
#front_sec03 figure {
  border: solid clamp(3px, 0.2196193265vw, 4px) #2d88c8;
  background: #fff;
  width: clamp(137.5px, 10.065885798vw, 165px);
  height: clamp(137.5px, 10.065885798vw, 165px);
  border-radius: 50%;
  margin: 0 auto 1em auto;
}
#front_sec03 figure img {
  max-width: clamp(80px, 7.3206442167vw, 120px);
  margin-top: 36px;
}
#front_sec03 .tit {
  color: #2d88c8;
  font-weight: 600;
  font-size: clamp(1.4rem, 1.317715959vw, 20px);
  display: inline;
  padding-right: 1.5em;
  padding-left: 0.4em;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #front_sec03 .tit {
    width: 100%;
    display: inline-block;
    padding-left: 1em;
    letter-spacing: 0.04em;
  }
}
#front_sec03 .tit::after {
  content: "";
  background: url("/wp-content/uploads/arrow.svg") no-repeat center/contain #ffea4c;
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
#front_sec03 figure {
  position: relative;
  transition: all 0.3s;
  z-index: 1;
}
#front_sec03 a {
  position: relative;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  #front_sec03 a::after {
    content: "";
    background: url("/wp-content/uploads/deco_icon.png") no-repeat center/contain;
    width: 58px;
    padding-top: 60px;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 0;
    transition: all 0.3s;
  }
}
@media (min-width: 1024px) {
  #front_sec03 a:hover figure {
    transform: scale(1.05);
    transition: all 0.3s;
    z-index: 2;
  }
  #front_sec03 a:hover::after {
    transition: all 0.3s;
    top: -40px;
    z-index: 0;
  }
}

/* ===============================================
# 診療トピックス
=============================================== */
#front_sec04 {
  padding: 5.2083333333vw 0;
  position: relative;
}
@media (max-width: 767px) {
  #front_sec04 {
    padding: 60px 0 clamp(40px, 13.3333333333vw, 60px) 0;
  }
}
#front_sec04::before {
  content: "";
  background: url("/wp-content/uploads/top_bg001_HW.png") repeat-x top center/cover;
  width: 100%;
  padding-top: 5.2083333333vw;
  position: absolute;
  top: -5.2083333333vw;
  left: 0;
}
@media (min-width: 1800px) {
  #front_sec04 .container {
    max-width: calc(1470px + 12%);
  }
}
#front_sec04 .inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-columns: 48.5034013605% 38.7755102041%;
  align-items: center;
  gap: 5.2380952381%;
}
@media (max-width: 767px) {
  #front_sec04 .inner {
    grid-template-columns: repeat(1, 1fr) !important;
    justify-items: center;
    gap: 30px;
  }
}
#front_sec04 .inner:not(:last-of-type) {
  margin-bottom: clamp(40px, 4.39238653vw, 80px);
}
@media (min-width: 768px) {
  #front_sec04 .inner:nth-of-type(2) {
    grid-template-columns: 38.7755102041% 48.5034013605%;
    justify-content: end;
  }
  #front_sec04 .inner:nth-of-type(2) figure {
    order: 2;
  }
}
#front_sec04 .inner figure img {
  border-radius: 20px;
}
#front_sec04 .inner .txt-box .tit,
#front_sec04 .inner .txt-box .tag {
  margin-bottom: clamp(20px, 1.8301610542vw, 30px);
}
#front_sec04 .inner .txt-box .txt {
  margin-bottom: 2em;
}
#front_sec04 .inner .txt-box .tit {
  font-size: clamp(2.2rem, 1.9033674963vw, 30px);
  color: #2d88c8;
  padding-left: 1.5666666667em;
  position: relative;
}
#front_sec04 .inner .txt-box .tit::after {
  content: "";
  background: url("/wp-content/uploads/top_icon013.svg") no-repeat center/contain;
  width: clamp(35px, 2.5622254758vw, 42px);
  padding-top: clamp(33.3333333333px, 2.4402147389vw, 40px);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#front_sec04 .inner .txt-box .tag {
  background: #2d88c8;
  color: #fff;
  font-size: clamp(16px, 1.2445095168vw, 18px);
  font-weight: 500;
  display: inline-block;
  padding: 7px 7px 7px 1.5555555556em;
  position: relative;
}
#front_sec04 .inner .txt-box .tag::after {
  content: "＃";
  font-size: clamp(16px, 1.2445095168vw, 18px);
  position: absolute;
  top: 52%;
  left: 6px;
  transform: translate(0, -50%);
}

/* ===============================================
# スタッフのご紹介
=============================================== */
#front_sec05 {
  padding-top: clamp(60px, 5.1244509517vw, 80px);
  background: url("/wp-content/uploads/top_bg003.jpg") repeat-x top center/cover;
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  #front_sec05 {
    background-position: 20% 0;
  }
}
@media (max-width: 767px) {
  #front_sec05 {
    background: url("/wp-content/uploads/sp_top_bg003.jpg") repeat-x top center/cover;
    padding-top: clamp(40px, 13.3333333333vw, 60px);
  }
}
@media (min-width: 1200px) {
  #front_sec05 .container {
    max-width: 1564px;
    margin: 0 auto;
    padding-left: 0;
  }
}
#front_sec05 .inner {
  display: grid;
  align-items: end;
  grid-template-columns: 56.4578005115% 37.1483375959%;
  gap: 5.2083333333vw;
}
@media (max-width: 1199px) {
  #front_sec05 .inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
@media (max-width: 767px) {
  #front_sec05 .inner {
    grid-template-columns: repeat(1, 1fr) !important;
    justify-items: center;
    gap: 30px;
  }
}
#front_sec05 figure {
  height: 100%;
  position: relative;
}
#front_sec05 figure::before {
  content: "";
  background: url("/wp-content/uploads/top_img010.png") no-repeat center/contain;
  width: clamp(735.8333333333px, 64.6412884334vw / 1.2, 883px);
  padding-top: clamp(460px, 40.4099560761vw / 1.2, 552px);
  position: absolute;
  bottom: 0;
  left: -60px;
}
@media (max-width: 1600px) {
  #front_sec05 figure::before {
    left: 0;
  }
}
@media (max-width: 1199px) {
  #front_sec05 figure::before {
    content: none;
  }
}
@media (min-width: 1200px) {
  #front_sec05 figure img {
    display: none;
  }
}
@media (max-width: 1199px) {
  #front_sec05 figure img {
    display: block;
  }
}
@media (min-width: 768px) {
  #front_sec05 .txt-box {
    margin-bottom: clamp(30px, 4.39238653vw, 80px);
  }
}
#front_sec05 .txt-box h2,
#front_sec05 .txt-box .txt {
  margin-bottom: clamp(30px, 3.2942898975vw, 60px);
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  #front_sec05 .txt-box h2,
  #front_sec05 .txt-box .txt {
    font-size: 1.4rem;
  }
}
#front_sec05 .txt-box h2 {
  text-align: left;
}
@media (max-width: 1199px) {
  #front_sec05 figure {
    order: 2;
  }
  #front_sec05 .txt-box {
    order: 1;
  }
}

body {
  background: #fff;
}

/* ===============================================
# 下層コンテンツ幅
=============================================== */
.recruit-u-page:not(.home) main > .column_1 > .container {
  max-width: none;
  padding: 0;
}
.recruit-u-page:not(.home) main > .column_1 .column_main .container {
  max-width: 1040px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .recruit-u-page:not(.home) main > .column_1 .column_main .container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}
.recruit-u-page:not(.home) main > .column_2 > .container {
  max-width: 1040px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .recruit-u-page:not(.home) main > .column_2 > .container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}
.recruit-u-page:not(.home) main > .column_2 .column_main .container {
  max-width: none;
  padding: 0;
}
.recruit-u-page:not(.home) main > section.post_page .post_container {
  padding: 0 20px;
  max-width: 1040px;
}
@media (max-width: 767px) {
  .recruit-u-page:not(.home) main > section.post_page .post_container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}

/* ===============================================
# 下層余白
=============================================== */
.column_main > section {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .column_main > section {
    margin-bottom: 70px;
  }
}
.column_main > section:last-child {
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  .column_main > section:last-child {
    margin-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .column_2 .column_main > section {
    margin-bottom: 0;
  }
}
.column_2 .column_sub {
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  .column_2 .column_sub {
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .column_2 .column_main.col:not(:last-child) {
    margin-bottom: 60px;
  }
}

.row:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .row:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .col:not(:last-child) {
    margin-bottom: 30px;
  }
}

/* ===============================================
# ぱんくずリスト
=============================================== */
.bread.post_bread .container {
  padding: 0 20px;
  max-width: 1040px;
}
@media (max-width: 767px) {
  .bread.post_bread .container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}

.bread {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .bread {
    margin-bottom: 60px;
  }
}
.bread .container {
  padding: 0 20px;
  max-width: 1040px;
}
@media (max-width: 767px) {
  .bread .container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}
.bread ul {
  list-style: none;
  padding-left: 0;
}
.bread ul > * {
  margin: 0;
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
}
.bread ul > *:not(:last-child) {
  margin-right: 2em;
}
.bread ul > *:not(:last-child):before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: calc(100% + 0.6em);
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #1b4059;
  border-right: 1px solid #1b4059;
  transform: rotate(45deg);
}
.bread a {
  text-decoration: none;
}

/* ===============================================
# サイトマップ
=============================================== */
.wsp-container {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto 180px;
}
@media (max-width: 767px) {
  .wsp-container {
    margin: 0 auto 120px;
  }
}
@media (max-width: 767px) {
  .wsp-container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}
.wsp-container h2 {
  display: none;
}
.wsp-container ul.wsp-pages-list,
.wsp-container ul.wsp-posts-list {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
.wsp-container ul.wsp-pages-list ul,
.wsp-container ul.wsp-posts-list ul {
  padding-left: 0;
}
.wsp-container ul.wsp-pages-list li,
.wsp-container ul.wsp-posts-list li {
  padding: 1.1em 0.5em 1.1em 1em;
  list-style: none;
  margin: 0;
  line-height: 1.5;
}
.wsp-container ul.wsp-pages-list > li,
.wsp-container ul.wsp-posts-list > li {
  border-bottom: 1px solid #ccc;
}
.wsp-container ul.wsp-pages-list > li > ul,
.wsp-container ul.wsp-posts-list > li > ul {
  padding: 6px 0;
}
.wsp-container ul.wsp-pages-list > li > ul > li,
.wsp-container ul.wsp-posts-list > li > ul > li {
  padding: 0.25em 0.25em 0.25em 1em;
}
.wsp-container ul.wsp-pages-list > li > ul > li > a,
.wsp-container ul.wsp-posts-list > li > ul > li > a {
  font-size: calc(22 * 0.9px);
}
@media (max-width: 767px) {
  .wsp-container ul.wsp-pages-list > li > ul > li > a,
  .wsp-container ul.wsp-posts-list > li > ul > li > a {
    font-size: calc(16 * 0.9px);
  }
}
.wsp-container ul.wsp-pages-list > li > ul > li > ul,
.wsp-container ul.wsp-posts-list > li > ul > li > ul {
  padding: 6px 0;
}
.wsp-container ul.wsp-pages-list > li > ul > li > ul > li,
.wsp-container ul.wsp-posts-list > li > ul > li > ul > li {
  padding: 0.25em 0.25em 0.25em 1em;
}
.wsp-container ul.wsp-pages-list > li > ul > li > ul > li > a,
.wsp-container ul.wsp-posts-list > li > ul > li > ul > li > a {
  font-size: calc(22 * 0.8px);
}
@media (max-width: 767px) {
  .wsp-container ul.wsp-pages-list > li > ul > li > ul > li > a,
  .wsp-container ul.wsp-posts-list > li > ul > li > ul > li > a {
    font-size: calc(16 * 0.8px);
  }
}
.wsp-container .wsp-pages-list {
  border-top: 1px solid #ccc;
}
.wsp-container .wsp-posts-list li ul {
  padding: 0 !important;
}
.wsp-container a {
  text-decoration: none;
  font-size: 22px;
  line-height: 1.5;
}
.wsp-container a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .wsp-container a {
    font-size: 16px;
  }
}
.wsp-container strong {
  font-weight: normal;
  display: block;
  line-height: 1.5;
  font-size: 22px;
}
@media (max-width: 767px) {
  .wsp-container strong {
    font-size: 16px;
  }
}
.wsp-container .wsp-post {
  display: none;
}
.wsp-container .wsp-category-title {
  font-size: 0;
  position: relative;
}

/* ===============================================
# お問い合わせフォーム
=============================================== */
.contact_mb {
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  .contact_mb {
    margin-bottom: 120px;
  }
}

.inquiry fieldset {
  margin: 0;
  padding: 20px 10px;
  border: 0;
  background: rgba(45, 136, 200, 0.1);
}
.inquiry fieldset .row {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .inquiry fieldset .row {
    margin-bottom: 40px;
  }
}
.inquiry dl {
  margin: 0;
  padding: 0;
}
.inquiry dt {
  font-weight: bold;
}
.inquiry dt.col:not(:last-child) {
  margin-bottom: 1em;
}
.inquiry dt p {
  position: relative;
}
.inquiry dd {
  margin: 0;
  padding: 0;
}
.inquiry dd:last-child {
  padding-bottom: 0;
}
.inquiry dd p {
  padding-top: 0.5rem;
}
.inquiry dd .confirm {
  padding: 0 0 1em 1em;
  border-bottom: 1px dashed #ccc;
}
.inquiry input[type=text],
.inquiry input[type=url],
.inquiry input[type=email],
.inquiry input[type=tel],
.inquiry input[type=date],
.inquiry input[type=number],
.inquiry select,
.inquiry textarea {
  width: 100%;
  padding: 15px 20px;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
}
.inquiry input[type=number] {
  width: 65px;
  text-align: center;
}
.inquiry input[type=file] {
  width: 100%;
  box-sizing: border-box;
}
.inquiry input.p-postal-code {
  width: 100px;
}
.inquiry input.p-region {
  width: 100px;
}
.inquiry input.p-locality {
  width: 150px;
}
.inquiry input.p-street-address {
  width: 100%;
}
.inquiry input.p-extended-address {
  width: 100%;
}
.inquiry input[type=file] {
  border: 0;
}
.inquiry .submit {
  display: block;
  overflow: hidden;
  margin: 1em auto;
  text-align: center;
}
.inquiry .submit .button,
.inquiry .submit .wpcf7-submit {
  display: block;
  margin: 0 auto 10px;
  padding: 1em 1em;
  border-radius: 0;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  border: 1px solid #2c2c2c;
  color: #fff;
  background: #2c2c2c;
}
.inquiry .submit .button:hover,
.inquiry .submit .wpcf7-submit:hover {
  border: 1px solid #0572bd;
  color: #fff;
  background: #0572bd;
}
.inquiry .submit .wpcf7-spinner {
  display: block;
  margin: 0 auto;
}
.inquiry .required {
  color: #fff;
  background-color: #2d88c8;
  padding: 1px 6px;
  font-size: 12px;
  margin-top: 0.3rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.inquiry label {
  display: block;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .inquiry {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .inquiry fieldset {
    margin: 0;
    padding: 60px;
    border: 0;
  }
  .inquiry dt {
    clear: both;
    padding-top: 25px;
  }
  .inquiry dd {
    padding: 15px 0;
  }
  .inquiry dd .confirm {
    min-height: 1.5em;
    padding: 6px 0 0;
    border: 0;
    line-height: 1.4;
  }
  .inquiry input,
  .inquiry textarea {
    border: solid 1px #ccc;
  }
  .inquiry select {
    border: 1px solid #ccc;
  }
  .inquiry input[type=text],
  .inquiry input[type=url],
  .inquiry input[type=email],
  .inquiry input[type=tel],
  .inquiry input[type=date],
  .inquiry input[type=text],
  .inquiry select {
    width: 60%;
  }
  .inquiry input[type=number] {
    width: 65px;
  }
  .inquiry input.p-postal-code {
    width: 100px;
  }
  .inquiry input.p-region {
    width: 100px;
  }
  .inquiry input.p-locality {
    width: 150px;
  }
  .inquiry input.p-street-address {
    width: 100%;
  }
  .inquiry input.p-extended-address {
    width: 100%;
  }
  .inquiry textarea {
    width: 100%;
  }
  .inquiry .submit {
    margin: 20px 0 0;
  }
  .inquiry label {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 0.8em;
  }
  .gutters .inquiry dt.col {
    margin-left: 0;
  }
}
input.wide_area,
select.wide_area {
  width: 100% !important;
}

.wpcf7-response-output {
  text-align: center;
}
@media (min-width: 768px) {
  .wpcf7-response-output {
    margin: 0 auto !important;
    max-width: 1040px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .wpcf7-response-output {
    padding: 0 4.5%;
    margin: 0 4.5% !important;
    max-width: 100%;
  }
}

.contact-policy {
  padding: 24px 30px 30px;
  border: solid 6px rgba(5, 114, 189, 0.1);
  margin-top: 20px;
}
@media (max-width: 767px) {
  .contact-policy {
    padding: 20px 6%;
  }
}
.contact-policy .contact-policy-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0.5em;
}
.contact-policy .contact-policy-outLink {
  position: relative;
  display: inline-block;
  margin-right: 0.375em;
  transition: 0.4s;
  text-decoration: underline;
  color: #0572bd;
  font-weight: 500;
}
.contact-policy .contact-policy-outLink:hover {
  text-decoration: none;
}

/* ===============================================
# 初期クラス
=============================================== */
.map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}
@media (min-width: 768px) {
  .map_container {
    padding-top: 50%;
  }
}
.map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.highlight {
  background: rgba(145, 244, 255, 0.2);
  padding: 4%;
}
.highlight.p6 {
  padding: 6% 4%;
}
@media (max-width: 767px) {
  .highlight {
    padding: 30px 4%;
  }
}

/* ===============================================
# 各下層調整
=============================================== */
body.recruit-u-page:not(.home) {
  /* ===============================================
  # 共通class
  =============================================== */
}
body.recruit-u-page:not(.home) .alink {
  padding-top: 160px;
  margin-top: -160px;
}
body.recruit-u-page:not(.home) h1:not(.title):not(.hdr-ttl) {
  font-family: "M PLUS 1", "Josefin Sans", "roboto", "Yu Mincho", serif;
}
body.recruit-u-page:not(.home) h1:not(.title):not(.hdr-ttl)::before {
  background: rgba(5, 114, 189, 0.85);
}
body.recruit-u-page:not(.home) .block {
  display: inline-block;
}
body.recruit-u-page:not(.home) .color_s {
  color: #91f4ff;
}
body.recruit-u-page:not(.home) .color_txt {
  color: #2c2c2c !important;
}
body.recruit-u-page:not(.home) .color_a {
  color: #2c2c2c;
}
body.recruit-u-page:not(.home) .fw600 {
  font-weight: 600;
}
@media (min-width: 768px) {
  body.recruit-u-page:not(.home) .pc_left a {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  body.recruit-u-page:not(.home) .pc_right a {
    margin-right: 0;
  }
}
body.recruit-u-page:not(.home) .more a.btn-color {
  background: #91f4ff !important;
  color: #2c2c2c;
}
body.recruit-u-page:not(.home) .more a.btn-color:hover {
  background: rgb(117.4923076923, 231.0307692308, 244.9076923077) !important;
}
body.recruit-u-page:not(.home) .more a.btn-color02 {
  background: #ff97bd !important;
}
body.recruit-u-page:not(.home) .more a.btn-color02:hover {
  background: rgb(255, 120.4, 169.5807692308) !important;
}
body.recruit-u-page:not(.home) .more a.btn-color03 {
  background: #fff25e !important;
  color: #2c2c2c;
}
body.recruit-u-page:not(.home) .more a.btn-color03:hover {
  background: rgb(243.1893491124, 227.8355029586, 67.2106508876) !important;
}
body.recruit-u-page:not(.home) .more a:hover {
  color: #2c2c2c;
}
body.recruit-u-page:not(.home) .more a:hover::after {
  border-left: 12px solid #2c2c2c;
}
body.recruit-u-page:not(.home) .padding0 {
  padding: 0;
}
body.recruit-u-page:not(.home) .padding20 {
  padding: 20px;
}
body.recruit-u-page:not(.home) .margin0 {
  margin: 0;
}
body.recruit-u-page:not(.home) .mb5 {
  margin-bottom: 5px;
}
body.recruit-u-page:not(.home) .mb-wide {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) .mb-wide {
    margin-bottom: 80px;
  }
}
body.recruit-u-page:not(.home) .ml0 {
  margin-left: 0;
}
body.recruit-u-page:not(.home) .pl0 {
  padding-left: 0;
}
body.recruit-u-page:not(.home) .pl20 {
  padding-left: 20px;
}
body.recruit-u-page:not(.home) .pt0 {
  padding-top: 0;
}
body.recruit-u-page:not(.home) .pb0 {
  padding-bottom: 0;
}
body.recruit-u-page:not(.home) .f18 {
  font-size: 1.8rem;
}
body.recruit-u-page:not(.home) .f14 {
  font-size: clamp(12px, 0.9516837482vw, 14px);
}
body.recruit-u-page:not(.home) .f14_sp_f12 {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) .f14_sp_f12 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) .sp_u_img_item {
    max-width: 60%;
  }
}
@media (min-width: 768px) {
  body.recruit-u-page:not(.home) .flex {
    display: flex;
  }
}
body.recruit-u-page:not(.home) .border {
  border: solid 2px #0572bd;
  padding: 4%;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) .border {
    padding: 8% 4%;
  }
}
body.recruit-u-page:not(.home) .recruit-u-page {
  /* ===============================================
  # img調整
  =============================================== */
  /* ===============================================
  # サイトマップ調節
  =============================================== */
  /* ===============================================
  # Aリンク調節
  =============================================== */
  /* ===============================================
   # デコレーション（ボーダーや矢印のスタイル）
  =============================================== */
  /* ===============================================
  # 矢印スタイル
  =============================================== */
  /* ===============================================
  # ホバーエフェクト
    =============================================== */
  /* ===============================================
  # 表 背景色統一
  =============================================== */
  /* ===============================================
  # チェックリスト
  =============================================== */
  /* ===============================================
  # モーダルウィンドウ
  =============================================== */
  /* ---------------------------- */
  /* --- Base --- */
  /* ---------------------------- */
  /* モーダル */
  /* モーダルがactiveの時 */
  /* モーダル背景のオーバーレイ部分 */
  /* モーダルのコンテンツ */
  /* 閉じるボタン */
  /* 閉じるボタンのX */
  /* ===============================================
  # 動画
  =============================================== */
  /* ===============================================
  # 昇給ステップ
  =============================================== */
}
body.recruit-u-page:not(.home) .recruit-u-page h2,
body.recruit-u-page:not(.home) .recruit-u-page h3,
body.recruit-u-page:not(.home) .recruit-u-page h4 {
  font-family: "M PLUS 1", "Josefin Sans", "roboto", "Yu Mincho", serif;
  font-weight: 600;
}
body.recruit-u-page:not(.home) .recruit-u-page h2 {
  font-size: 3.2rem;
  color: #fff;
  background: #0572bd;
  border-radius: 10px;
  padding: 10px 0 14px 0;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 1.25em;
  position: relative;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) .recruit-u-page h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5384615385em;
    line-height: 1.55;
    padding: 8px 4% 10px;
  }
}
body.recruit-u-page:not(.home) .recruit-u-page h2::before {
  content: "";
  background: url("/wp-content/uploads/tit.png") no-repeat center/contain;
  width: 1.6842105263em;
  padding-top: 1.5263157895em;
  position: absolute;
  top: -45px;
  left: 10%;
  margin: 0;
  transform: rotate(-10deg);
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) .recruit-u-page h2::before {
    top: -20px;
  }
}
body.recruit-u-page:not(.home) .recruit-u-page h2.deco_none {
  font-size: clamp(2.4rem, 1.8301610542vw, 28px);
  color: #0572bd;
  background: none;
  text-align: left;
  border-bottom: none;
  padding: 0;
  line-height: normal;
  margin-bottom: 30px;
}
body.recruit-u-page:not(.home) .recruit-u-page h2.deco_none::before {
  content: none;
}
body.recruit-u-page:not(.home) .recruit-u-page h2.color-sub {
  background: #91f4ff !important;
}
body.recruit-u-page:not(.home) .recruit-u-page h2.color-sub02 {
  background: #ff97bd !important;
}
body.recruit-u-page:not(.home) .recruit-u-page h2.color-sub03 {
  background: #fff25e !important;
  color: #2c2c2c !important;
}
body.recruit-u-page:not(.home) .recruit-u-page h2 .fs-sml {
  font-size: 2rem;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) .recruit-u-page h2 .fs-sml {
    font-size: 1.6rem;
  }
}
body.recruit-u-page:not(.home) .recruit-u-page section:nth-of-type(even) h2 {
  background: #ff97bd;
}
body.recruit-u-page:not(.home) .recruit-u-page h3 {
  padding-left: 1.3636363636em;
  margin-bottom: 2.5rem;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) .recruit-u-page h3 {
    font-size: 1.8rem;
    padding-left: 1.6666666667em;
  }
}
body.recruit-u-page:not(.home) .recruit-u-page h3:before, body.recruit-u-page:not(.home) .recruit-u-page h3::after {
  content: none;
}
body.recruit-u-page:not(.home) .recruit-u-page h3.deco_none {
  color: #2d88c8;
  text-align: left;
  border-bottom: none;
  padding: 0;
  line-height: normal;
  margin-bottom: 30px;
}
body.recruit-u-page:not(.home) .recruit-u-page h3.deco_none::after {
  content: none;
}
body.recruit-u-page:not(.home) .recruit-u-page .rec_u_bg {
  background: #91f4ff;
  padding: 60px 0;
}
body.recruit-u-page:not(.home) .recruit-u-page .rec_u_bg.color_second {
  background: #ff97bd;
}
body.recruit-u-page:not(.home) .recruit-u-page .rec_u_bg.color_third {
  background: #fff25e;
}
body.recruit-u-page:not(.home) .recruit-u-page li:not(.u_number_list02 li):not(.under_list li):not(.check_list li):not(.udr_a_link_wrap li):not(.slick-dots li):not(.slick-slide) {
  position: relative;
}
body.recruit-u-page:not(.home) .recruit-u-page li:not(.u_number_list02 li):not(.under_list li):not(.check_list li):not(.udr_a_link_wrap li):not(.slick-dots li):not(.slick-slide)::after {
  content: "";
  background: none;
  width: 16px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: -24px;
  transform: translate(0, -50%);
}
body.recruit-u-page:not(.home) .recruit-u-page li:not(.u_number_list02 li):not(.under_list li):not(.check_list li):not(.udr_a_link_wrap li):not(.slick-dots li):not(.slick-slide)::marker {
  content: none;
}
body.recruit-u-page:not(.home) .recruit-u-page .u_more_tel {
  font-family: "Roboto", "Noto Sans JP";
  font-size: clamp(24px, 1.9033674963vw, 30px);
  font-weight: 700;
  margin-top: -0.2em;
  padding-left: 1.1333333333em;
  line-height: 1.4;
  position: relative;
}
body.recruit-u-page:not(.home) .recruit-u-page .u_more_tel::before {
  content: "";
  width: 1.0384615385em;
  height: 1.0384615385em;
  background: url(/wp-content/uploads/tel_m.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: -3px;
  transform: translate(0, -50%);
}
@media (min-width: 768px) {
  body.recruit-u-page:not(.home) .recruit-u-page .rec_img_height {
    max-width: 50%;
  }
}
body.recruit-u-page:not(.home) .recruit-u-page .column_main .page-item-1308,
body.recruit-u-page:not(.home) .recruit-u-page .column_main .wsp-posts-list,
body.recruit-u-page:not(.home) .recruit-u-page .column_main .page-item-144,
body.recruit-u-page:not(.home) .recruit-u-page .column_main .page-item-149,
body.recruit-u-page:not(.home) .recruit-u-page .column_main .page-item-154,
body.recruit-u-page:not(.home) .recruit-u-page .column_main .page-item-77,
body.recruit-u-page:not(.home) .recruit-u-page .column_main .page-item-16,
body.recruit-u-page:not(.home) .recruit-u-page .column_main .page-item-22,
body.recruit-u-page:not(.home) .recruit-u-page .column_main .page-item-27,
body.recruit-u-page:not(.home) .recruit-u-page .column_main .page-item-32,
body.recruit-u-page:not(.home) .recruit-u-page .column_main .page-item-37,
body.recruit-u-page:not(.home) .recruit-u-page .column_main .page-item-1162,
body.recruit-u-page:not(.home) .recruit-u-page .column_main .page-item-42,
body.recruit-u-page:not(.home) .recruit-u-page .column_main .page-item-47,
body.recruit-u-page:not(.home) .recruit-u-page .column_main .page-item-52,
body.recruit-u-page:not(.home) .recruit-u-page .column_main .page-item-57,
body.recruit-u-page:not(.home) .recruit-u-page .column_main .page-item-62,
body.recruit-u-page:not(.home) .recruit-u-page .column_main .page-item-67,
body.recruit-u-page:not(.home) .recruit-u-page .column_main .page-item-72,
body.recruit-u-page:not(.home) .recruit-u-page .column_main .page-item-554,
body.recruit-u-page:not(.home) .recruit-u-page .column_main .page-item-697,
body.recruit-u-page:not(.home) .recruit-u-page .column_main .page-item-164,
body.recruit-u-page:not(.home) .recruit-u-page .column_main .page-item-170 {
  display: none;
}
body.recruit-u-page:not(.home) .recruit-u-page .uder_alink_wrap .more a:after {
  transform: translateY(-50%) rotate(89deg);
  top: 55%;
  right: 20px;
}
@media (min-width: 1024px) {
  body.recruit-u-page:not(.home) .recruit-u-page .uder_alink_wrap .more:hover a:after {
    top: 60%;
  }
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) .recruit-u-page .uder_alink_wrap .more a {
    max-width: none;
    padding: 15px 20px;
  }
}
body.recruit-u-page:not(.home) .recruit-u-page .udr_a_link_wrap a .c-circle-arrow {
  position: absolute;
  top: 34%;
  right: 0;
}
body.recruit-u-page:not(.home) .recruit-u-page .udr_a_link_wrap a:before, body.recruit-u-page:not(.home) .recruit-u-page .udr_a_link_wrap a:after {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(45, 136, 200, 0.3);
  content: "";
}
body.recruit-u-page:not(.home) .recruit-u-page .udr_a_link_wrap a:before {
  z-index: 10;
  transform: translate(calc(-100% - 1px), 0);
  background-color: #2d88c8;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
@media print, screen and (min-width: 64em) {
  body.recruit-u-page:not(.home) .recruit-u-page .udr_a_link_wrap a:hover:before {
    transform: translate(0, 0);
  }
}
body.recruit-u-page:not(.home) .recruit-u-page .c-circle-arrow {
  display: inline-block;
  position: relative;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  width: 15px;
  height: 15px;
  /* カラー */
  /* 方向 */
}
@media only screen and (max-width: 47.9375em) {
  body.recruit-u-page:not(.home) .recruit-u-page .c-circle-arrow {
    top: 0.15em;
    margin-left: 6px;
  }
}
@media print, screen and (min-width: 48em) {
  body.recruit-u-page:not(.home) .recruit-u-page .c-circle-arrow {
    margin-left: 10px;
  }
}
body.recruit-u-page:not(.home) .recruit-u-page .c-circle-arrow.-accent.-bottom {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E\a%20%20%20%20%20%20%20%20%20%20%3Cdefs%3E\a%20%20%20%20%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%22clip-path%22%3E\a%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20width%3D%2215%22%20height%3D%2215%22%20fill%3D%22none%22%2F%3E\a%20%20%20%20%20%20%20%20%20%20%20%20%3C%2FclipPath%3E\a%20%20%20%20%20%20%20%20%20%20%3C%2Fdefs%3E\a%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate%2815%29%20rotate%2890%29%22%20clip-path%3D%22url%28%23clip-path%29%22%3E\a%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%227.5%22%20cy%3D%227.5%22%20r%3D%227.5%22%20fill%3D%22%23FFEA4C%22%2F%3E\a%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M-1578.714%2C4.664l2.122-2.121-2.122-2.122%2C1.061-1.06%2C2.121%2C2.121%2C1.06%2C1.06-1.06%2C1.061h0l-2.121%2C2.122Z%22%20transform%3D%22translate%281584.593%205.057%29%22%20fill%3D%22%231B4059%22%2F%3E\a%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E\a%20%20%20%20%20%20%20%20%3C%2Fsvg%3E");
}
@media print, screen and (min-width: 64em) {
  body.recruit-u-page:not(.home) .recruit-u-page a:hover .c-circle-arrow.-top {
    transform: translate(0, -4px);
  }
  body.recruit-u-page:not(.home) .recruit-u-page a:hover .c-circle-arrow.-bottom {
    transform: translate(0, 4px);
  }
  body.recruit-u-page:not(.home) .recruit-u-page a:hover .c-circle-arrow.-right,
  body.recruit-u-page:not(.home) .recruit-u-page button:hover .c-circle-arrow.-right {
    transform: translate(4px, 0);
  }
  body.recruit-u-page:not(.home) .recruit-u-page a:hover .c-circle-arrow.-right.-absolute {
    transform: translate(4px, -50%);
  }
}
@media (min-width: 768px) {
  body.recruit-u-page:not(.home) .recruit-u-page .table-menu02 tbody th {
    width: 420px;
  }
  body.recruit-u-page:not(.home) .recruit-u-page .table-menu02 tbody td {
    text-align: left;
  }
}
body.recruit-u-page:not(.home) .recruit-u-page .table-default tbody th {
  width: 330px !important;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) .recruit-u-page .table-default tbody th {
    width: 100px !important;
  }
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) .recruit-u-page .table-default tbody th,
  body.recruit-u-page:not(.home) .recruit-u-page .table-default tbody td {
    font-size: 1.4rem;
  }
}
body.recruit-u-page:not(.home) .recruit-u-page .check_list ul {
  border: dotted 2px #0572bd;
  padding: 1em 2em;
}
@media (min-width: 768px) {
  body.recruit-u-page:not(.home) .recruit-u-page .check_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) .recruit-u-page .check_list ul {
    padding: 1em 1em;
  }
}
body.recruit-u-page:not(.home) .recruit-u-page .check_list ul li {
  line-height: 1.5;
  margin: 0.5em 0;
  padding-left: 1.75em;
  list-style-type: none;
  position: relative;
  font-weight: bold;
}
body.recruit-u-page:not(.home) .recruit-u-page .check_list ul li:before {
  content: "\f046";
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 0;
  color: #0572bd;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  body.recruit-u-page:not(.home) .recruit-u-page .check_list ul li {
    width: 49%;
  }
}
body.recruit-u-page:not(.home) .recruit-u-page .under_list {
  padding-left: 0.6em;
  margin: 0;
}
body.recruit-u-page:not(.home) .recruit-u-page .under_list.pl20 {
  padding-left: 20px;
}
body.recruit-u-page:not(.home) .recruit-u-page .under_list li {
  list-style: none;
  position: relative;
  padding-left: 0.9375em;
  line-height: 1.7;
}
body.recruit-u-page:not(.home) .recruit-u-page .under_list li:not(:last-child) {
  margin-bottom: 6px;
}
body.recruit-u-page:not(.home) .recruit-u-page .under_list li::after {
  content: "";
  background: url("/wp-content/uploads/list_icon.svg") no-repeat center/contain;
  width: 15px;
  height: 18px;
  position: absolute;
  top: 14px;
  left: -7px;
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) .recruit-u-page .under_list li::after {
    transform: translate(0, 0);
    top: 6px;
  }
}
body.recruit-u-page:not(.home) .recruit-u-page .under_list .list_parent {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 15px;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) .recruit-u-page .under_list .list_parent {
    margin-top: 40px;
  }
}
body.recruit-u-page:not(.home) .recruit-u-page .under_list .list_parent > * {
  width: 100%;
}
body.recruit-u-page:not(.home) .recruit-u-page .under_list .list_parent > * .List_box {
  padding: 20px 40px;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) .recruit-u-page .under_list .list_parent > * .List_box {
    padding: 4%;
  }
}
body.recruit-u-page:not(.home) .recruit-u-page .u_profile_sec.color_third .bg_highlight,
body.recruit-u-page:not(.home) .recruit-u-page .u_profile_sec.color_third .interview_box, body.recruit-u-page:not(.home) .recruit-u-page .u_profile_sec.rec_bg_HW .bg_highlight,
body.recruit-u-page:not(.home) .recruit-u-page .u_profile_sec.rec_bg_HW .interview_box, body.recruit-u-page:not(.home) .recruit-u-page .u_profile_sec.color_second .bg_highlight,
body.recruit-u-page:not(.home) .recruit-u-page .u_profile_sec.color_second .interview_box {
  background: #fff;
}
body.recruit-u-page:not(.home) .recruit-u-page .u_profile_sec .u_interview:not(:last-of-type) {
  margin-bottom: clamp(60px, 5.8565153734vw, 100px);
}
body.recruit-u-page:not(.home) .recruit-u-page .u_profile_sec .profile_ttl .occupation {
  display: block;
  margin-bottom: 10px;
  font-size: 70%;
  color: #fff;
}
@media (min-width: 768px) {
  body.recruit-u-page:not(.home) .recruit-u-page .u_profile_sec .pc_flex {
    display: flex;
  }
}
body.recruit-u-page:not(.home) .recruit-u-page .u_profile_sec .bg_highlight {
  background: rgba(5, 114, 189, 0.1);
  padding: 30px 20px;
  border-radius: 10px;
}
body.recruit-u-page:not(.home) .recruit-u-page .u_profile_sec .interview_ttl {
  padding: 20px 12px;
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
}
body.recruit-u-page:not(.home) .recruit-u-page .u_profile_sec .interview_ttl .fa-microphone {
  display: inline-block;
}
body.recruit-u-page:not(.home) .recruit-u-page .u_profile_sec .interview_box {
  background: rgba(5, 114, 189, 0.1);
  padding: 20px;
  border-radius: 10px;
}
body.recruit-u-page:not(.home) .recruit-u-page .u_profile_sec .interview_box.bora0 {
  border-radius: 0 0 10px 10px;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) .recruit-u-page .u_profile_sec .interview_box {
    padding: 20px 4%;
  }
}
body.recruit-u-page:not(.home) .recruit-u-page .u_profile_sec .interview_box dt {
  margin: 10px;
  color: #0572bd;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) .recruit-u-page .u_profile_sec .interview_box dt {
    margin: 10px 0;
  }
}
body.recruit-u-page:not(.home) .recruit-u-page .u_profile_sec .interview_box dd {
  margin: 10px auto 30px;
  padding: 0 0 20px 40px;
  border-bottom: #2c2c2c dotted 1px;
}
body.recruit-u-page:not(.home) .recruit-u-page .u_profile_sec .interview_box dd:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) .recruit-u-page .u_profile_sec .interview_box dd {
    padding: 0 0 20px 0;
  }
}
body.recruit-u-page:not(.home) .recruit-u-page .rec_modal {
  /* ---------------------------- */
  /* --- レイアウト --- */
  /* ---------------------------- */
}
body.recruit-u-page:not(.home) .recruit-u-page .rec_modal button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
body.recruit-u-page:not(.home) .recruit-u-page .rec_modal h3:not(.swiperText) {
  font-size: clamp(18px, 1.3909224012vw, 20px);
  padding-right: 2em;
  position: relative;
}
body.recruit-u-page:not(.home) .recruit-u-page .rec_modal h3:not(.swiperText)::before {
  content: "";
  width: clamp(21.3333333333px, 2.3426061493vw / 1.5, 32px);
  height: clamp(21.3333333333px, 2.3426061493vw / 1.5, 32px);
  background: transparent;
  content: "\f054";
  display: flex;
  align-items: center;
  justify-self: center;
  font-family: "Font Awesome 5 Free";
  background: #2c2c2c;
  border-radius: 50%;
  padding: 1px 0 0 2px;
  justify-content: space-around;
  font-size: clamp(10px, 0.878477306vw, 14px);
  color: #fff;
  transition: 0.3s all;
  font-weight: 900;
  position: absolute;
  inset: 0 4% auto auto;
}
@media (max-width: 1199px) {
  body.recruit-u-page:not(.home) .recruit-u-page .rec_modal h3:not(.swiperText)::before {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) .recruit-u-page .rec_modal h3:not(.swiperText)::before {
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media (min-width: 1024px) {
  body.recruit-u-page:not(.home) .recruit-u-page .modalOpen figure {
    transition: 0.3s all;
    overflow: hidden;
  }
  body.recruit-u-page:not(.home) .recruit-u-page .modalOpen img {
    transition: 0.3s all;
  }
  body.recruit-u-page:not(.home) .recruit-u-page .modalOpen:hover figure {
    opacity: 0.8;
    overflow: hidden;
  }
  body.recruit-u-page:not(.home) .recruit-u-page .modalOpen:hover figure img {
    transform: scale(1.1);
    transition: 0.3s all;
  }
  body.recruit-u-page:not(.home) .recruit-u-page .modalOpen:hover h3::before {
    transform: scale(1.1);
  }
}
body.recruit-u-page:not(.home) .recruit-u-page .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) .recruit-u-page .modal {
    padding: 0;
  }
}
body.recruit-u-page:not(.home) .recruit-u-page .modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
body.recruit-u-page:not(.home) .recruit-u-page .modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
body.recruit-u-page:not(.home) .recruit-u-page .modal__content {
  position: relative;
  width: 100%;
  max-width: 800px;
  padding: 20px;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) .recruit-u-page .modal__content {
    padding: 0;
  }
}
body.recruit-u-page:not(.home) .recruit-u-page .modal_inner {
  filter: drop-shadow(0px 0px 4px #ddd);
  background: #fff;
  width: 90%;
  margin: 0 auto;
  border-radius: 2px;
  padding: 20px 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) .recruit-u-page .modal_inner {
    width: 86%;
  }
}
body.recruit-u-page:not(.home) .recruit-u-page .modal__close-btn {
  position: absolute;
  right: 0;
  top: -40px;
  width: 20px;
  height: 40px;
  cursor: pointer;
  z-index: 20;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) .recruit-u-page .modal__close-btn {
    right: 6%;
  }
}
body.recruit-u-page:not(.home) .recruit-u-page .modal__close-btn:hover {
  opacity: 0.8;
}
body.recruit-u-page:not(.home) .recruit-u-page .lineClose {
  display: inline-block;
  vertical-align: middle;
  color: #313131;
  line-height: 1;
  width: 2rem;
  height: 0.1rem;
  background: currentColor;
  border-radius: 0.1rem;
  position: relative;
  transform: rotate(45deg);
}
body.recruit-u-page:not(.home) .recruit-u-page .lineClose::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
body.recruit-u-page:not(.home) .recruit-u-page .swiper-slide p {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  body.recruit-u-page:not(.home) .recruit-u-page .swiper-slide p {
    max-height: 100px;
    overflow-y: auto;
  }
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) .recruit-u-page .swiper-slide p {
    font-size: 1.2rem;
  }
}
body.recruit-u-page:not(.home) .recruit-u-page .swiperText {
  margin: 20px 0;
  text-align: center;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) .recruit-u-page .swiperText {
    padding: 0;
  }
}
body.recruit-u-page:not(.home) .recruit-u-page .swiper-button-next::after,
body.recruit-u-page:not(.home) .recruit-u-page .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) .recruit-u-page .swiper-button-next::after,
  body.recruit-u-page:not(.home) .recruit-u-page .swiper-button-prev:after {
    font-size: 10px;
  }
}
body.recruit-u-page:not(.home) .recruit-u-page .swiper-button-next,
body.recruit-u-page:not(.home) .recruit-u-page .swiper-button-prev {
  background: #2c2c2c;
  border-radius: 50%;
  width: 45px;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) .recruit-u-page .swiper-button-next,
  body.recruit-u-page:not(.home) .recruit-u-page .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}
body.recruit-u-page:not(.home) .recruit-u-page .swiper-button-next {
  right: 0;
}
body.recruit-u-page:not(.home) .recruit-u-page .swiper-button-prev {
  left: 0;
}
body.recruit-u-page:not(.home) .recruit-u-page .movie {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  margin-bottom: 2%;
}
body.recruit-u-page:not(.home) .recruit-u-page .movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.recruit-u-page:not(.home) .recruit-u-page .step_box3 {
  position: relative;
}
body.recruit-u-page:not(.home) .recruit-u-page .step_box3 .step_flex {
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 425px) {
  body.recruit-u-page:not(.home) .recruit-u-page .step_box3 .step_flex {
    flex-direction: column;
  }
}
body.recruit-u-page:not(.home) .recruit-u-page .step_box3 .step_flex::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0) !important;
  border-top-color: #2d88c8 !important;
  border-width: 30px !important;
  margin-left: -30px !important;
  z-index: 20 !important;
}
body.recruit-u-page:not(.home) .recruit-u-page .step_box3 .step_flex .step_area {
  background: #2d88c8;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  body.recruit-u-page:not(.home) .recruit-u-page .step_box3 .step_flex .step_area {
    min-width: 260px;
  }
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) .recruit-u-page .step_box3 .step_flex .step_area {
    min-width: 150px;
  }
}
@media (max-width: 425px) {
  body.recruit-u-page:not(.home) .recruit-u-page .step_box3 .step_flex .step_area {
    padding: 8px 20px;
  }
}
body.recruit-u-page:not(.home) .recruit-u-page .step_box3 .step_flex .step_area p {
  color: #fff;
}
body.recruit-u-page:not(.home) .recruit-u-page .step_box3 .step_flex .step_area p .s_s {
  font-size: clamp(18px, 1.3909224012vw, 20px);
}
body.recruit-u-page:not(.home) .recruit-u-page .step_box3 .step_flex .step_area p .s_b {
  font-size: 24px;
}
body.recruit-u-page:not(.home) .recruit-u-page .step_box3 .step_flex .step_area h3 {
  color: #2d88c8;
}
body.recruit-u-page:not(.home) .recruit-u-page .step_box3 .step_flex .step_area .fs14 {
  font-size: 14px;
}
body.recruit-u-page:not(.home) .recruit-u-page .step_box3 .step_flex .content_area {
  padding: 30px 20px;
  background: #fff;
  width: 100%;
}
body.recruit-u-page:not(.home) .recruit-u-page .step_box3 .step_flex .content_area .color_r {
  color: #2d88c8;
}
body.recruit-u-page:not(.home) .recruit-u-page .step_box3 .step_flex .content_area h3 {
  padding-left: 0 !important;
  margin-bottom: 10px;
}
body.recruit-u-page:not(.home) .recruit-u-page .under_list li {
  position: relative;
}
body.recruit-u-page:not(.home) .recruit-u-page .under_list li::before {
  content: "";
  background: #2d88c8;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 11px;
  left: 0;
  transform: translate(-50%, 0);
  border-radius: 50%;
}
body.recruit-u-page:not(.home) .recruit-u-page .step_box3 .step_flex:last-child::after {
  display: none;
}

/* ===============================================
# 設定
=============================================== */
.pagetop {
  background: #2c2c2c !important;
}
.pagetop::after {
  border-color: #fff !important;
}

/* ===============================================
# アニメーション
=============================================== */
.js-trigger.fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 1.2s;
}
.js-trigger.fade.animated {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.js-trigger.wow.animated:nth-of-type(1) {
  transition-delay: 0s;
}

.js-trigger.wow.animated:nth-of-type(2) {
  transition-delay: 0.3s;
}

.js-trigger.wow.animated:nth-of-type(3) {
  transition-delay: 0.6s;
}

.js-trigger.wow.animated:nth-of-type(4) {
  transition-delay: 0.9s;
}

.js-trigger.wow.animated:nth-of-type(5) {
  transition-delay: 1s;
}

.js-trigger.wow.animated:nth-of-type(6) {
  transition-delay: 1.2s;
}

.js-trigger.wow.animated:nth-of-type(7) {
  transition-delay: 1.3s;
}

.js-trigger.wow.animated:nth-of-type(8) {
  transition-delay: 1.4s;
}

.js-trigger.wow.animated:nth-of-type(9) {
  transition-delay: 1.6s;
}

.js-trigger.wow.animated:nth-of-type(10) {
  transition-delay: 1.4s;
}

.js-trigger.wow.animated:nth-of-type(11) {
  transition-delay: 1.2s;
}

.js-trigger.wow.animated:nth-of-type(12) {
  transition-delay: 1s;
}

/*
.fuwa {
  animation: fuwafuwa 2s ease-in-out infinite alternate;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(-8%);
  }
  100% {
    transform: translateY(8%);
  }
}

.rota {
  animation: 30s linear infinite rotation1;
}
@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.poko{
  animation: pikopiko 2s steps(2, start) infinite;
}
@keyframes pikopiko {
  0% {
    transform: rotate(20deg);
  }
  to {
    transform: rotate(-10deg);
  }
}
*/
.js-trigger.wow {
  opacity: 0;
}

/* ===============================================
# ヘッダー
=============================================== */
#rec_header {
  background: rgba(255, 255, 255, 0.8);
}
#rec_header .container {
  padding: 0 3.125%;
  max-width: none;
}
#rec_header .title {
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1024px) {
  #rec_header .title {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  #rec_header .title a {
    width: clamp(173.3333333333px, 13.5954821167vw, 185.7142857143px);
    height: auto;
  }
}
#rec_header .gnav {
  padding-bottom: 0;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  #rec_header .gnav nav ul li.has_under ul {
    left: auto;
  }
}
#rec_header .gnav nav ul li a {
  font-family: "M PLUS 1", "Josefin Sans", "roboto", "Yu Mincho", serif;
  font-size: clamp(1.2rem, 1.0248901903vw, 16px);
}

#rec_header .header_line_box {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  width: 120px;
  height: 100px;
  margin: 0 auto;
}
#rec_header .header_line_box a {
  height: 100%;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-family: "M PLUS 1", "Josefin Sans", "roboto", "Yu Mincho", serif;
  background: #0572bd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s;
}
#rec_header .header_line_box a:hover {
  transition: 0.3s;
  background: rgb(4.2113402062, 96.018556701, 159.1886597938);
}
#rec_header .header_line_box a p {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  position: relative;
}
#rec_header .header_line_box a img {
  max-width: 54px;
  margin-inline: auto;
}
@media (max-width: 1023px) {
  #rec_header .header_line_box {
    display: none;
  }
}
#rec_header .container {
  max-width: none;
}
@media (min-width: 1024px) {
  #rec_header .container {
    padding: 0 120px 0 clamp(20px, 2.9282576867vw, 60px);
  }
}
@media (min-width: 1024px) {
  #rec_header .container .gnav {
    padding-right: clamp(10px, 1.4641288433vw, 30px);
    vertical-align: middle;
  }
}
#rec_header .container .gnav nav > ul li:last-child a {
  padding-right: 1.625em;
}
#rec_header .container .gnav nav > ul li a {
  font-size: 16px;
  font-weight: 500;
  font-family: "M PLUS 1", "Josefin Sans", "roboto", "Yu Mincho", serif;
}
@media screen and (min-width: 1024px) and (max-width: 1520px) {
  #rec_header .container .gnav nav > ul li a {
    font-size: clamp(10px, 1.0248901903vw, 16px);
  }
}
#rec_header .container .header_info_wrap {
  right: 15px;
  font-weight: bold;
}
#rec_header .container .header_info_wrap .header_info {
  display: flex;
  gap: 1.0416666667vw;
  align-items: center;
}
#rec_header .container .header_info_wrap .header_info p {
  margin: 0;
}

/* ===============================================
# 共通class
=============================================== */
h2,
h3,
h4 {
  letter-spacing: 0.06em;
}

p:not(.more),
td,
dd,
dt,
th,
td,
b {
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media (max-width: 767px) {
  p:not(.more),
  td,
  dd,
  dt,
  th,
  td,
  b {
    line-height: 1.8;
  }
}

li,
a {
  font-weight: 500;
  letter-spacing: 0.06em;
}

b {
  font-weight: 700;
}

.block {
  display: inline-block;
}

@media (min-width: 1200px) {
  .pc-only {
    display: block;
  }
}
@media (max-width: 1199px) {
  .pc-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.text-primary {
  font-weight: 700;
}

.color_s {
  color: #91f4ff;
}

.color_a {
  color: #2c2c2c;
}

@media (min-width: 768px) {
  .pc_left a {
    margin-left: 0 !important;
  }
}

@media (min-width: 768px) {
  .pc_right a {
    margin-right: 0 !important;
  }
}

body.recruit-u-page:not(.home) {
  /* ===============================================
  # MV
  =============================================== */
  /* ===============================================
  # footer
  =============================================== */
  /* ===============================================
  # 診療時間
  =============================================== */
  /* ===============================================
  # サイトマップ
  =============================================== */
  /* ===============================================
  # サイト追尾
  =============================================== */
  /* ===============================================
  # ↓↓↓セクション↓↓↓
  =============================================== */
  /* ===============================================
  # メッセージ
  =============================================== */
  /* ===============================================
   # イベント＆福利厚生
   =============================================== */
  /* ===============================================
  # 求める人物像
  =============================================== */
  /* ===============================================
  # 募集要項
  =============================================== */
  /* ===============================================
  # 働くスタッフのご紹介
  =============================================== */
  /* ===============================================
  # お問い合わせ
  =============================================== */
}
body.recruit-u-page:not(.home) li::after,
body.recruit-u-page:not(.home) h3::after {
  content: none !important;
}
body.recruit-u-page:not(.home) .js-trigger.wow.animated {
  animation: pop 0.2s ease-out forwards;
}
@keyframes pop {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  60% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
body.recruit-u-page:not(.home) .zoomIn {
  animation: pop 0.2s ease-out forwards;
  opacity: 0;
}
body.recruit-u-page:not(.home) [id^=rec_front_sec] {
  /* ===============================================
  # ボタン
  =============================================== */
  counter-reset: number 0;
}
body.recruit-u-page:not(.home) [id^=rec_front_sec] .more {
  display: block;
  overflow: hidden;
  margin: auto;
}
body.recruit-u-page:not(.home) [id^=rec_front_sec] .more a {
  display: block;
  color: #fff;
  background: #2c2c2c;
  font-family: "M PLUS 1", "Josefin Sans", "roboto", "Yu Mincho", serif;
  border-radius: 35px;
  padding: 20px;
  margin: 0 auto 1px;
  max-width: 280px;
  width: 100%;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
  line-height: 1.4;
  letter-spacing: 0.06em;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
}
body.recruit-u-page:not(.home) [id^=rec_front_sec] .more a::after {
  content: "";
  display: block;
  -webkit-mask-image: url(/wp-content/uploads/arrow_02.svg);
          mask-image: url(/wp-content/uploads/arrow_02.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #2c2c2c;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  transition: 0.3s;
  border: none;
}
body.recruit-u-page:not(.home) [id^=rec_front_sec] .more a::before {
  width: 30px;
  height: 30px;
  background: #fff;
  content: "";
  border-radius: 50%;
  position: absolute;
  transition: 0.3s all;
  top: 50%;
  right: 0.7em;
  transform: translate(0, -50%);
}
body.recruit-u-page:not(.home) [id^=rec_front_sec] .more a:hover {
  transition: 0.3s;
  background: rgb(28.7, 28.7, 28.7);
}
body.recruit-u-page:not(.home) [id^=rec_front_sec] .more a:hover:after {
  border: none;
  right: 14px;
}
body.recruit-u-page:not(.home) [id^=rec_front_sec] .more.out_link a::after {
  content: "";
  -webkit-mask-image: url(/wp-content/uploads/link.svg);
          mask-image: url(/wp-content/uploads/link.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  width: 1.125em;
  height: 1em;
  transform: translateY(-50%);
  border: 0;
  right: 8%;
  left: auto;
  margin: 0;
}
body.recruit-u-page:not(.home) [id^=rec_front_sec] .more.out_link a::before {
  content: none;
}
body.recruit-u-page:not(.home) [id^=rec_front_sec] h2,
body.recruit-u-page:not(.home) [id^=rec_front_sec] h3,
body.recruit-u-page:not(.home) [id^=rec_front_sec] h4 {
  padding: 0;
  font-family: "M PLUS 1", "Josefin Sans", "roboto", "Yu Mincho", serif;
  font-weight: 600;
  line-height: 1.2;
}
body.recruit-u-page:not(.home) [id^=rec_front_sec] h2::before,
body.recruit-u-page:not(.home) [id^=rec_front_sec] h3::before,
body.recruit-u-page:not(.home) [id^=rec_front_sec] h4::before {
  content: none;
}
body.recruit-u-page:not(.home) [id^=rec_front_sec] h2.lh155,
body.recruit-u-page:not(.home) [id^=rec_front_sec] h3.lh155,
body.recruit-u-page:not(.home) [id^=rec_front_sec] h4.lh155 {
  line-height: 1.55;
}
body.recruit-u-page:not(.home) [id^=rec_front_sec] h2 {
  font-size: clamp(3.6rem, 3.074670571vw, 46px);
  color: #0572bd;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 1.3043478261em;
  padding-top: 1.0434782609em;
  position: relative;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) [id^=rec_front_sec] h2 {
    font-size: 3.2rem;
    padding-top: 40px;
    margin-bottom: 0.9375em;
  }
}
body.recruit-u-page:not(.home) [id^=rec_front_sec] h2::before {
  content: "";
  background: url("/wp-content/uploads/rec_tit.svg") no-repeat center/contain;
  width: clamp(36.6666666667px, 4.0263543192vw / 1.2, 55px);
  padding-top: clamp(28px, 3.074670571vw / 1.2, 42px);
  position: absolute;
  top: 0;
}
body.recruit-u-page:not(.home) [id^=rec_front_sec] h2.dec_02 {
  color: #fff;
}
body.recruit-u-page:not(.home) [id^=rec_front_sec] h2.dec_02::before {
  background: url("/wp-content/uploads/rec_tit02.svg") no-repeat center/contain;
}
body.recruit-u-page:not(.home) [id^=rec_front_sec] h3 {
  font-size: clamp(2.2rem, 1.756954612vw, 26px);
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) [id^=rec_front_sec] h3 {
    line-height: 1.55;
  }
}
body.recruit-u-page:not(.home) [id^=rec_front_sec] a {
  text-decoration: none;
}
body.recruit-u-page:not(.home) [id^=rec_front_sec] li {
  list-style: none;
}
body.recruit-u-page:not(.home) [id^=rec_front_sec] ul {
  padding-left: 0;
  margin: 0;
}
body.recruit-u-page:not(.home) [id^=rec_front_sec] dd {
  margin-bottom: 0;
}
body.recruit-u-page:not(.home) .rec_main_visual {
  position: relative;
}
body.recruit-u-page:not(.home) .rec_main_visual::after {
  content: "";
  background: #91f4ff;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 440px);
  z-index: -1;
}
body.recruit-u-page:not(.home) .rec_main_visual .main_visual_slick {
  z-index: 1;
  width: 94.375vw;
  max-width: 1812px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  body.recruit-u-page:not(.home) .rec_main_visual .main_visual_slick {
    width: 94%;
  }
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) .rec_main_visual .main_visual_copy {
    position: absolute;
  }
}
body.recruit-u-page:not(.home) .rec_main_visual .main_visual_copy img {
  width: 34.53125vw;
  max-width: 663px;
  height: 801px;
  max-height: -moz-fit-content;
  max-height: fit-content;
  inset: 0 6.875% auto auto;
}
@media (max-width: 1199px) {
  body.recruit-u-page:not(.home) .rec_main_visual .main_visual_copy img {
    right: 0;
  }
}
@media (max-width: 1023px) {
  body.recruit-u-page:not(.home) .rec_main_visual .main_visual_copy img {
    width: 265.2px;
    height: auto;
  }
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) .rec_main_visual .main_visual_copy img {
    width: 301.3636363636px;
    position: absolute;
    inset: auto auto 0 50%;
  }
}
@media (min-width: 768px) {
  body.recruit-u-page:not(.home) .rec_main_visual li:first-of-type img {
    -o-object-position: 15% 0;
       object-position: 15% 0;
  }
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) .rec_main_visual li:first-of-type img {
    -o-object-position: 25% 0;
       object-position: 25% 0;
  }
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) .rec_main_visual .main_visual_slick {
    height: 530px;
  }
}
body.recruit-u-page:not(.home) #rec_footer {
  color: #2c2c2c;
  padding-top: clamp(30px, 2.5622254758vw, 40px);
}
@media (max-width: 1199px) {
  body.recruit-u-page:not(.home) #rec_footer {
    padding-top: 40px;
  }
}
body.recruit-u-page:not(.home) #rec_footer .container {
  max-width: calc(1200px + 12%);
  padding: 0 6%;
}
body.recruit-u-page:not(.home) #rec_footer .footer_info {
  position: relative;
  display: grid;
  grid-template-columns: 33.3333333333% 59.1666666667%;
  gap: 4.1666666667vw;
}
@media (max-width: 1023px) {
  body.recruit-u-page:not(.home) #rec_footer .footer_info {
    grid-template-columns: 29.6875% 76.3671875%;
  }
}
@media (min-width: 768px) {
  body.recruit-u-page:not(.home) #rec_footer .footer_info {
    padding-bottom: clamp(80px, 6.588579795vw, 100px);
  }
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_footer .footer_info {
    grid-template-columns: repeat(1, 1fr) !important;
    justify-items: center;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_footer .footer_info {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_footer .footer_info > * {
    width: 100%;
  }
}
body.recruit-u-page:not(.home) #rec_footer .footer_info::after {
  content: "";
  background: url("/wp-content/uploads/rec_top_img016.jpg") no-repeat center/contain;
  width: clamp(248px, 27.2327964861vw / 1.5, 372px);
  padding-top: clamp(135.3333333333px, 14.8609077599vw / 1.5, 203px);
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_footer .footer_info::after {
    width: 186px;
    padding-top: 101.5px;
    bottom: -40px;
    right: -14%;
  }
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_footer .more {
    margin-bottom: clamp(30px, 3.2942898975vw, 60px);
  }
}
body.recruit-u-page:not(.home) #rec_footer .more a {
  max-width: 300px;
}
body.recruit-u-page:not(.home) #rec_footer .info {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_footer .info {
    width: auto;
  }
}
body.recruit-u-page:not(.home) #rec_footer .info .foot_logo {
  max-width: 285px;
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  body.recruit-u-page:not(.home) #rec_footer .info .foot_logo {
    text-align: left;
  }
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_footer .info .foot_logo {
    max-width: 80%;
    margin: 0 auto 30px;
  }
}
body.recruit-u-page:not(.home) #rec_footer .info dl {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  body.recruit-u-page:not(.home) #rec_footer .info dl {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_footer .info dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
body.recruit-u-page:not(.home) #rec_footer .info dl dt:not(:last-of-type),
body.recruit-u-page:not(.home) #rec_footer .info dl dd:not(:last-of-type) {
  margin-bottom: 20px;
}
body.recruit-u-page:not(.home) #rec_footer .info dl dt,
body.recruit-u-page:not(.home) #rec_footer .info dl dd {
  line-height: 1.55;
  font-size: clamp(14px, 1.0980966325vw, 16px);
}
body.recruit-u-page:not(.home) #rec_footer .info dl dt {
  font-weight: bold;
}
@media (min-width: 768px) {
  body.recruit-u-page:not(.home) #rec_footer .info dl dt {
    width: 56px;
  }
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_footer .info dl dt {
    margin-bottom: 0 !important;
    padding: 0;
  }
}
body.recruit-u-page:not(.home) #rec_footer .info dl dt:first-of-type {
  padding-top: 0;
}
body.recruit-u-page:not(.home) #rec_footer .info dl dt:first-of-type::before {
  top: 0.7em;
}
@media (min-width: 768px) {
  body.recruit-u-page:not(.home) #rec_footer .info dl dd {
    width: calc(100% - 65px);
  }
}
body.recruit-u-page:not(.home) #rec_footer .more {
  display: block;
  overflow: hidden;
  margin: auto;
}
body.recruit-u-page:not(.home) #rec_footer .more a {
  display: block;
  color: #fff;
  background: #2c2c2c;
  font-family: "M PLUS 1", "Josefin Sans", "roboto", "Yu Mincho", serif;
  border-radius: 35px;
  padding: 20px;
  margin: 0 auto 1px;
  max-width: 280px;
  width: 100%;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
  line-height: 1.4;
  letter-spacing: 0.06em;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 0;
}
body.recruit-u-page:not(.home) #rec_footer .more a::after {
  content: "";
  display: block;
  -webkit-mask-image: url(/wp-content/uploads/arrow_02.svg);
          mask-image: url(/wp-content/uploads/arrow_02.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #2c2c2c;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  transition: 0.3s;
  border: none;
}
body.recruit-u-page:not(.home) #rec_footer .more a::before {
  width: 30px;
  height: 30px;
  background: #fff;
  content: "";
  border-radius: 50%;
  position: absolute;
  transition: 0.3s all;
  top: 50%;
  right: 0.7em;
  transform: translate(0, -50%);
}
body.recruit-u-page:not(.home) #rec_footer .more a:hover {
  transition: 0.3s;
  background: rgb(28.7, 28.7, 28.7);
}
body.recruit-u-page:not(.home) #rec_footer .more a:hover:after {
  border: none;
  right: 14px;
}
body.recruit-u-page:not(.home) #rec_footer .more.out_link a::after {
  content: "";
  -webkit-mask-image: url(/wp-content/uploads/link.svg);
          mask-image: url(/wp-content/uploads/link.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  width: 1.125em;
  height: 1em;
  transform: translateY(-50%);
  border: 0;
  right: 8%;
  left: auto;
  margin: 0;
}
body.recruit-u-page:not(.home) #rec_footer .more.out_link a::before {
  content: none;
}
body.recruit-u-page:not(.home) #rec_footer .icon-btn {
  display: flex;
  margin-top: 30px;
  gap: 30px;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_footer .icon-btn {
    justify-content: center;
  }
}
body.recruit-u-page:not(.home) #rec_footer .icon-btn a:hover {
  opacity: 0.8;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_footer .site_map {
    grid-template-columns: repeat(1, 1fr) !important;
    justify-items: center;
    padding: 0;
    gap: 30px;
    width: 100%;
  }
}
body.recruit-u-page:not(.home) #rec_footer .site_map h2 {
  font-size: clamp(1.2rem, 1.0248901903vw, 16px);
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 22px;
  font-family: "M PLUS 1", "Josefin Sans", "roboto", "Yu Mincho", serif;
  border-bottom: none;
  line-height: 1;
  color: #0572bd;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_footer .site_map h2 {
    font-size: 16px;
    color: #0572bd;
    padding-top: 0.5em;
  }
}
body.recruit-u-page:not(.home) #rec_footer .site_map h2::before {
  content: none;
}
body.recruit-u-page:not(.home) #rec_footer nav {
  padding: 0;
}
@media (max-width: 1023px) {
  body.recruit-u-page:not(.home) #rec_footer nav:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_footer nav {
    width: 100%;
  }
}
body.recruit-u-page:not(.home) #rec_footer nav ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  body.recruit-u-page:not(.home) #rec_footer nav ul {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(6, auto);
    gap: 0 100px;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_footer nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  body.recruit-u-page:not(.home) #rec_footer nav ul > * {
    width: calc((100% - 10px) / 2 - 1px);
  }
}
body.recruit-u-page:not(.home) #rec_footer nav ul.medical_nav {
  grid-template-rows: repeat(4, auto);
  gap: 0 2.7604166667vw;
}
body.recruit-u-page:not(.home) #rec_footer nav ul.medical_nav li:not(:last-child) {
  margin-bottom: 0.7142857143em;
}
body.recruit-u-page:not(.home) #rec_footer nav ul li {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
  color: #2c2c2c;
}
@media (min-width: 768px) {
  body.recruit-u-page:not(.home) #rec_footer nav ul li {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  body.recruit-u-page:not(.home) #rec_footer nav ul li:not(:last-child) {
    margin-bottom: 1em;
  }
}
body.recruit-u-page:not(.home) #rec_footer nav ul li a {
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  color: #2c2c2c;
  padding-left: 1.25em;
  position: relative;
  font-size: clamp(1.1rem, 0.878477306vw, 13px);
  font-weight: 500;
}
body.recruit-u-page:not(.home) #rec_footer nav ul li a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #0572bd;
  border-right: solid 1px #0572bd;
  transform: rotate(45deg);
  top: 45%;
  left: 0;
  position: absolute;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_footer nav ul li a {
    font-size: 15px;
    padding: 0.4em 0 0 20px;
  }
}
body.recruit-u-page:not(.home) #rec_footer nav ul li a:hover {
  opacity: 0.7;
}
body.recruit-u-page:not(.home) #rec_footer nav ul li:last-of-type {
  width: auto;
}
body.recruit-u-page:not(.home) #rec_footer .site_map {
  position: relative;
  z-index: 10;
}
body.recruit-u-page:not(.home) #rec_footer .copyright {
  color: #fff;
  padding: 12px 10px;
  background: #2c2c2c;
}
body.recruit-u-page:not(.home) #rec_footer .copyright p {
  font-size: 12px;
}
@media (min-width: 768px) {
  body.recruit-u-page:not(.home) .table-schedule {
    table-layout: fixed;
  }
}
body.recruit-u-page:not(.home) .table-schedule td {
  background: transparent;
}
body.recruit-u-page:not(.home) .table-schedule td:first-child {
  font-family: "roboto";
}
body.recruit-u-page:not(.home) .table-schedule thead {
  background: #2d88c8;
}
body.recruit-u-page:not(.home) .table-schedule thead tr th {
  padding: 7/clamp(14px, 1.0980966325vw, 16px)em 4/clamp(14px, 1.0980966325vw, 16px)em;
  background: #2d88c8;
  border-color: #2d88c8;
  color: #fff;
  font-weight: 700;
}
body.recruit-u-page:not(.home) .table-schedule thead tr th:first-child {
  font-size: clamp(12px, 0.9516837482vw, 14px)px;
  border-left: 1px solid #2d88c8;
}
@media (min-width: 768px) {
  body.recruit-u-page:not(.home) .table-schedule thead tr th:first-child {
    width: 20.350877193%;
  }
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) .table-schedule thead tr th:first-child {
    width: 24%;
  }
}
@media (min-width: 768px) {
  body.recruit-u-page:not(.home) .table-schedule thead tr th:last-child {
    font-size: clamp(12px, 0.9516837482vw, 14px) !important;
  }
}
@media (max-width: 1199px) {
  body.recruit-u-page:not(.home) .table-schedule thead tr th:last-child {
    letter-spacing: 0;
  }
}
body.recruit-u-page:not(.home) .table-schedule thead tr th:not(:first-child) {
  font-size: clamp(13px, 1.0248901903vw, 15px)px;
}
body.recruit-u-page:not(.home) .table-schedule thead tr th:not(:last-child) {
  border-right: 0;
}
body.recruit-u-page:not(.home) .table-schedule tbody {
  background: transparent;
}
body.recruit-u-page:not(.home) .table-schedule tbody tr td {
  font-size: clamp(18px, 1.3909224012vw, 20px);
  font-family: "Roboto", "Noto Sans JP";
  padding: 11/clamp(18px, 1.3909224012vw, 20px)em 4/clamp(18px, 1.3909224012vw, 20px)em;
  border-left: 0;
  border-right: 0;
}
body.recruit-u-page:not(.home) .table-schedule tbody tr td:first-child {
  font-size: clamp(12px, 0.9516837482vw, 14px) !important;
  color: #1b4059;
  font-weight: 600;
}
@media (max-width: 1199px) {
  body.recruit-u-page:not(.home) .table-schedule tbody tr td:first-child {
    letter-spacing: 0;
  }
}
body.recruit-u-page:not(.home) .table-schedule tbody tr td:not(:last-child) {
  border-right: 0;
}
body.recruit-u-page:not(.home) .table-schedule tbody tr td:not(.close, :first-child) {
  color: #2d88c8;
}
body.recruit-u-page:not(.home) .table-txt {
  font-size: clamp(1.4rem, 1.0980966325vw, 16px);
  padding-top: 1.1428571429em !important;
  line-height: 1.8 !important;
}
body.recruit-u-page:not(.home) footer .site_map_outer {
  background: #edfff9;
}
body.recruit-u-page:not(.home) footer .site_map {
  padding: 0;
  max-width: calc(1100px + 12%);
  margin-top: 0;
}
@media (min-width: 768px) {
  body.recruit-u-page:not(.home) footer .site_map {
    display: flex;
    justify-content: space-between;
    gap: 3.125vw;
  }
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) footer .site_map {
    padding: 60px 6% 60px;
  }
}
body.recruit-u-page:not(.home) footer .site_map h2 {
  font-size: 18px;
  text-align: left;
  padding: 0 0 1.25em 0;
  margin-bottom: 0;
  border-bottom: dashed 2px #2d88c8;
  color: #2d88c8;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) footer .site_map h2 {
    font-size: 1.6rem;
    padding-top: 0.5em;
    padding-bottom: 0.625em;
  }
}
body.recruit-u-page:not(.home) footer .site_map h2::before {
  content: none;
}
body.recruit-u-page:not(.home) footer .site_map li a {
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  color: #1b4059;
  padding-left: 1.25em;
  position: relative;
  font-weight: 500;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) footer .site_map li a {
    padding-left: 20px;
  }
}
body.recruit-u-page:not(.home) footer .site_map li a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #ffea4c;
  border-right: solid 1px #ffea4c;
  left: 0;
  position: absolute;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
}
body.recruit-u-page:not(.home) footer .f-nav-box,
body.recruit-u-page:not(.home) footer .f-nav-inner {
  display: flex;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) footer .f-nav-box,
  body.recruit-u-page:not(.home) footer .f-nav-inner {
    flex-direction: column;
  }
}
body.recruit-u-page:not(.home) footer .f-nav-box {
  flex-direction: column;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) footer .f-nav-box {
    margin-bottom: 10px;
  }
}
body.recruit-u-page:not(.home) footer .f-nav-inner {
  padding-top: 1.25em;
}
@media (min-width: 768px) {
  body.recruit-u-page:not(.home) footer .f-nav-inner {
    gap: 80px;
    justify-content: space-between;
  }
}
body.recruit-u-page:not(.home) footer nav {
  padding: 0;
}
@media (max-width: 1199px) {
  body.recruit-u-page:not(.home) footer nav:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  body.recruit-u-page:not(.home) footer nav:not(:last-child) {
    margin-bottom: 14px;
  }
}
@media (min-width: 768px) {
  body.recruit-u-page:not(.home) footer nav ul {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(5, auto);
    gap: 0 clamp(30px, 3.6603221083vw, 80px);
  }
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) footer nav ul {
    display: grid;
    grid-template-columns: repeat(1, 50%) auto;
    grid-template-rows: repeat(0, auto);
    gap: 10px 0;
  }
}
body.recruit-u-page:not(.home) footer nav ul li {
  margin-bottom: 0;
  text-align: left;
}
@media (min-width: 768px) {
  body.recruit-u-page:not(.home) footer nav ul li {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  body.recruit-u-page:not(.home) footer nav ul li:not(:last-child) {
    margin-bottom: 1.25em;
  }
}
body.recruit-u-page:not(.home) footer nav ul li a {
  padding: 0;
  font-size: clamp(14px, 1.9556714472vw, 16px);
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) footer nav ul li a {
    font-size: 12px;
    padding: 0.4em 0;
  }
}
body.recruit-u-page:not(.home) footer nav ul li a:hover {
  opacity: 0.7;
}
body.recruit-u-page:not(.home) .copyright {
  background: #2c2c2c;
}
body.recruit-u-page:not(.home) .rec_side_fix {
  z-index: 999;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 164px;
  padding-left: 0;
}
@media (max-width: 1023px) {
  body.recruit-u-page:not(.home) .rec_side_fix {
    display: none;
  }
}
body.recruit-u-page:not(.home) .rec_side_fix > :not(:last-child) {
  margin-bottom: 20px;
}
body.recruit-u-page:not(.home) .rec_side_fix .side-btn {
  position: relative;
  width: 300px;
  height: 80px;
  border-right: none;
  transition: all 0.3s ease;
  background: #2d88c8;
  border: solid 1px #fff;
  border-radius: 100px 0 0 100px;
  list-style: none;
}
body.recruit-u-page:not(.home) .rec_side_fix .side-btn:hover {
  transform: translateX(-219px);
}
body.recruit-u-page:not(.home) .rec_side_fix .side-btn.tel {
  background: #2c2c2c;
  border: solid 4px #2c2c2c;
  position: relative;
}
body.recruit-u-page:not(.home) .rec_side_fix .side-btn.tel.tit {
  font-family: "Josefin Sans", "roboto", "Yu Mincho", serif;
}
body.recruit-u-page:not(.home) .rec_side_fix .side-btn.btn01 {
  background: #2c2c2c;
}
body.recruit-u-page:not(.home) .rec_side_fix .side-btn.btn02 {
  background: #3dd07a;
  position: relative;
}
body.recruit-u-page:not(.home) .rec_side_fix .side-btn.btn02::before {
  content: "LINE";
  display: block;
  font-size: 11px;
  color: #3dd07a;
  width: 32px;
  height: 32px;
  background: #fff;
  position: absolute;
  inset: 0 auto auto -10px;
  border-radius: 50%;
  border: solid 1px #3dd07a;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.recruit-u-page:not(.home) .rec_side_fix .side-btn.btn03 {
  background: #0572bd;
}
body.recruit-u-page:not(.home) .rec_side_fix .side-btn > a {
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
}
body.recruit-u-page:not(.home) .rec_side_fix .icon {
  width: 80px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.recruit-u-page:not(.home) .rec_side_fix .icon img {
  max-width: 30px;
  display: block;
}
body.recruit-u-page:not(.home) .rec_side_fix .ttl {
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  color: #fff;
  vertical-align: middle;
  font-size: 2rem;
  line-height: 1.2;
}
body.recruit-u-page:not(.home) #ftr_info.rec_ftr_info .sp {
  flex-direction: column;
}
body.recruit-u-page:not(.home) #ftr_info.rec_ftr_info .sp .sp-btn-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
body.recruit-u-page:not(.home) #ftr_info.rec_ftr_info .btn01 {
  background: #2c2c2c;
}
body.recruit-u-page:not(.home) #ftr_info.rec_ftr_info .btn02 {
  background: #3dd07a;
}
body.recruit-u-page:not(.home) #ftr_info.rec_ftr_info .btn03 {
  background: #0572bd;
}
body.recruit-u-page:not(.home) #rec_front_sec_message {
  background: #91f4ff;
  position: relative;
  padding: clamp(140px, 11.7130307467vw, 180px) 0 240px;
}
@media (max-width: 1199px) {
  body.recruit-u-page:not(.home) #rec_front_sec_message {
    padding-bottom: 240px;
  }
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_message {
    padding: 80px 0;
  }
}
@media (max-width: 500px) {
  body.recruit-u-page:not(.home) #rec_front_sec_message {
    padding-bottom: 140px;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_message::before {
  content: "";
  background: url(/wp-content/uploads/rec_top_bg001.jpg) no-repeat center center/contain;
  width: 1200px;
  height: 836px;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  body.recruit-u-page:not(.home) #rec_front_sec_message::before {
    top: 50%;
  }
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_message::before {
    width: 1000px;
    height: 696.6666666667px;
  }
}
@media (max-width: 600px) {
  body.recruit-u-page:not(.home) #rec_front_sec_message::before {
    background: url(/wp-content/uploads/sp_rec_top_bg001.jpg) no-repeat center center/cover;
    background-position: top;
    width: 100%;
    height: 90%;
    top: 4%;
    transform: translate(-50%, 0);
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_message .deco_img {
  width: 100%;
}
body.recruit-u-page:not(.home) #rec_front_sec_message .deco_img img {
  position: absolute;
  bottom: 0;
}
body.recruit-u-page:not(.home) #rec_front_sec_message .deco_img img:first-of-type {
  width: clamp(278.5px, 40.775988287vw / 1.5, 557px);
  left: 0;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_message .deco_img img:first-of-type {
    width: 159.1428571429px;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_message .deco_img img:last-of-type {
  width: clamp(319px, 46.7057101025vw / 1.5, 638px);
  right: 0;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_message .deco_img img:last-of-type {
    width: 182.2857142857px;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_message h2 {
  font-size: clamp(28px, 2.3426061493vw, 36px);
  line-height: 1.55;
  margin-bottom: 0.8333333333em;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_message h2 {
    font-size: clamp(20px, 5.3333333333vw, 22px);
    padding-top: clamp(40px, 14.6666666667vw, 60px);
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_message h2::before {
  content: none;
}
body.recruit-u-page:not(.home) #rec_front_sec_message h2,
body.recruit-u-page:not(.home) #rec_front_sec_message .txt {
  text-align: center;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_message .txt {
    font-size: 1.4rem;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_message .txt:nth-of-type(3) {
  margin-bottom: 1.875em;
}
@media (min-width: 728px) {
  body.recruit-u-page:not(.home) #rec_front_sec_message .inner {
    max-width: 728px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_message .inner {
    padding: 0 4%;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_message .more {
  display: flex;
  gap: 3.125vw;
}
@media (min-width: 768px) {
  body.recruit-u-page:not(.home) #rec_front_sec_message .more {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_message .more {
    flex-direction: column;
    gap: 30px;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits {
  position: relative;
  padding: 14.5833333333vw 0;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_event_benefits {
    padding: 100px 0 140px;
  }
}
@media (min-width: 768px) {
  body.recruit-u-page:not(.home) #rec_front_sec_event_benefits h2 {
    writing-mode: vertical-rl;
    text-align: left;
    padding-top: 1.7894736842em;
    font-size: clamp(30px, 2.4890190337vw, 38px);
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits h2 .fs-sml {
  font-size: clamp(20px, 1.756954612vw, 28px);
}
@media (min-width: 768px) {
  body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .inner {
    display: grid;
    grid-template-columns: 4.6815459989% 76.2112139358%;
    justify-content: end;
    justify-items: end;
    gap: 15.625vw;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .inner {
    gap: 10.4166666667vw;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .inner.first {
  margin-bottom: clamp(100px, 8.0527086384vw, 120px);
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .inner.first {
    margin-bottom: 40px;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .slick-list {
  border-radius: 20px 0 0 20px;
}
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .event-slider,
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .welfare-slider {
  width: 100%;
  max-width: clamp(700px, 102.4890190337vw / 1.5, 1400px);
  overflow: hidden;
  position: relative;
  padding-bottom: clamp(30px, 2.9282576867vw, 60px);
  border-radius: 20px 0 0 20px;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .event-slider,
  body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .welfare-slider {
    padding-left: 6%;
    margin: 0 0 0 auto;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .event-slide,
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .welfare-slide {
  width: 352px !important;
  height: auto;
  margin-right: 3.125vw;
  background: transparent;
  /* --- カード（パネル）のデザイン --- */
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .event-slide,
  body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .welfare-slide {
    width: 234.6666666667px !important;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .event-slide figure,
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .welfare-slide figure {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  border-radius: 20px;
}
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .event-slide figure img,
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .welfare-slide figure img {
  border-radius: 20px;
  height: 428px;
  max-height: 100%;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .event-slide figure img,
  body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .welfare-slide figure img {
    height: 285.3333333333px;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .event-slide figure h3,
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .welfare-slide figure h3 {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.55;
  background: #0572bd;
  margin-bottom: 0;
  color: #fff;
  padding: 18px 6.25em 18px 1.25em;
  border-radius: 0 18px 0 20px;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  bottom: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .event-slide figure h3,
  body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .welfare-slide figure h3 {
    font-size: 1.4rem;
    padding: 14px 1.7142857143em 14px 1.4285714286em;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .event-slide figure h3::before, body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .event-slide figure h3::after,
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .welfare-slide figure h3::before,
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .welfare-slide figure h3::after {
  content: "" !important;
  background: url("/wp-content/uploads/rec_btn_deco.svg") no-repeat center/contain;
  width: 1.25em;
  height: 1.25em;
  position: absolute;
  transform: none;
  padding-top: 0;
}
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .event-slide figure h3::before,
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .welfare-slide figure h3::before {
  top: -1.125em;
  left: 0;
  transform: scale(1, -1);
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .event-slide figure h3::before,
  body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .welfare-slide figure h3::before {
    top: -1.125em;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .event-slide figure h3::after,
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .welfare-slide figure h3::after {
  inset: auto -1.25em 0 auto !important;
  transform: scale(1, -1);
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .event-slide figure h3::after,
  body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .welfare-slide figure h3::after {
    right: -1.125em !important;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .event-slide figure h3.vertical,
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .welfare-slide figure h3.vertical {
  padding-top: 1.875em;
  padding-bottom: 1.875em;
}
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .event-slide figure h3.fs-sml,
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .welfare-slide figure h3.fs-sml {
  font-size: 1.4rem;
}
@media (max-width: 1199px) {
  body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .event-slide figure h3.fs-sml,
  body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .welfare-slide figure h3.fs-sml {
    padding-right: 14px;
  }
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .event-slide figure h3.fs-sml,
  body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .welfare-slide figure h3.fs-sml {
    font-size: 1.2rem;
    padding-left: 8px;
    padding-right: 8px;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .event-slide figure h3.fs-sml::before,
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .welfare-slide figure h3.fs-sml::before {
  top: -1.1428571429em;
}
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .event-slide figure h3.fs-sml::after,
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .welfare-slide figure h3.fs-sml::after {
  inset: auto -1.1428571429em 0 auto !important;
}
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .slider-area-wrapper {
  position: relative;
  padding-bottom: clamp(80px, 6.588579795vw, 100px);
}
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .slider-area-wrapper::after {
  content: "";
  background: #91f4ff;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% + 158px);
  height: calc(100% - 142px);
  z-index: -1;
  border-radius: 30px 0 0 30px;
}
@media (max-width: 1199px) {
  body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .slider-area-wrapper::after {
    width: calc(100% + 100px);
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .slider-area-wrapper.second::after {
  background: #ff97bd;
}
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .slider-area-wrapper .more a {
  margin: auto 15% auto auto;
}
@media (max-width: 1400px) {
  body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .slider-area-wrapper .more a {
    margin-right: 6%;
  }
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .slider-area-wrapper .more a {
    font-size: 1.4rem;
    padding: 1em 1em 1em 1.4285714286em;
    max-width: 182px;
    text-align: left;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .custom-nav {
  display: flex;
  gap: 20px;
  position: absolute;
  bottom: 87px;
  left: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .custom-nav {
    padding-left: 4%;
    gap: 10px;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .custom-nav .nav-btn {
  width: 50px;
  height: 50px;
  background: #2c2c2c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  transition: opacity 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 0;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .custom-nav .nav-btn {
    width: 30px;
    height: 30px;
    font-size: 20px;
    padding-bottom: 5px;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .custom-nav .nav-btn:hover {
  opacity: 0.8;
}
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .rec_front_deco_slider {
  position: absolute;
  top: clamp(20px, 2.196193265vw, 40px);
  z-index: 20;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .rec_front_deco_slider {
    bottom: -25px;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .rec_front_deco_slider::after {
  content: "";
  display: block;
  width: 300vw;
  height: clamp(65px, 9.5168374817vw / 1.5, 130px);
  background: url(/wp-content/uploads/rec_top_slider001.png);
  background-size: auto 100%;
  position: absolute;
  background-repeat: repeat-x;
  inset: auto 0;
  z-index: 10;
  margin: 0 auto;
  animation: expansion-reverse 110s linear infinite;
  animation-direction: reverse;
  transition-delay: 1.7s;
  transition-duration: 2s;
}
@media (max-width: 1023px) {
  body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .rec_front_deco_slider::after {
    animation: expansion-reverse 40s linear infinite;
    animation-direction: reverse;
  }
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .rec_front_deco_slider::after {
    animation: expansion-reverse 30s linear infinite;
    width: 100vw;
    height: 13.0666666667vw;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .rec_front_deco_slider.second {
  bottom: 0;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .rec_front_deco_slider.second {
    bottom: 0;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .rec_front_deco_slider.second::after {
  background: url(/wp-content/uploads/rec_top_slider002.png);
  background-size: auto 100%;
  height: clamp(53.3333333333px, 9.3704245974vw / 1.8, 128px);
  top: auto;
  bottom: clamp(20px, 2.196193265vw, 40px);
  animation-direction: normal;
}
@media (max-width: 1023px) {
  body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .rec_front_deco_slider.second::after {
    animation: expansion-reverse 40s linear infinite;
  }
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_event_benefits .rec_front_deco_slider.second::after {
    animation: expansion-reverse 30s linear infinite;
    animation-direction: reverse;
  }
}
@keyframes expansion-reverse {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 100%;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_ideal {
  background: url(/wp-content/uploads/rec_top_bg003.jpg) no-repeat center center/cover;
  position: relative;
  padding: clamp(100px, 8.0527086384vw, 120px) 0 200px;
}
body.recruit-u-page:not(.home) #rec_front_sec_ideal h2 {
  margin-bottom: 3.6956521739em;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_ideal h2 {
    margin-bottom: 4.0625em;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_ideal .inner {
  position: relative;
}
body.recruit-u-page:not(.home) #rec_front_sec_ideal .inner::before {
  content: "";
  background: url(/wp-content/uploads/rec_top_bg002.png) no-repeat center center/contain;
  width: clamp(574.6666666667px, 63.1039531479vw / 1.2, 862px);
  height: clamp(367.3333333333px, 40.336749634vw / 1.2, 551px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_ideal .inner::before {
    background: url(/wp-content/uploads/sp_rec_top_bg002.png) no-repeat center center/contain;
    width: 574.6666666667px;
    height: 367.3333333333px;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_ideal ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}
body.recruit-u-page:not(.home) #rec_front_sec_ideal ul li {
  font-size: clamp(18px, 1.6105417277vw, 26px);
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  font-weight: 600;
  padding-left: 1.8em;
  margin-left: 1.5em;
  position: relative;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_ideal ul li {
    font-size: 1.6rem;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_ideal ul li::before {
  content: "";
  background: url("/wp-content/uploads/rec_top_icon001.svg") no-repeat center/contain;
  width: 1.3076923077em;
  padding-top: 1.1923076923em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
body.recruit-u-page:not(.home) #rec_front_sec_ideal ul li:not(:last-child) {
  margin-bottom: 0.7692307692em;
}
body.recruit-u-page:not(.home) #rec_front_sec_ideal .deco_img {
  width: 100%;
}
body.recruit-u-page:not(.home) #rec_front_sec_ideal .deco_img img {
  position: absolute;
  z-index: 50;
}
body.recruit-u-page:not(.home) #rec_front_sec_ideal .deco_img img:first-of-type {
  width: clamp(99px, 14.494875549vw / 1.5, 198px);
  top: -106px;
  left: 19.1666666667vw;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_ideal .deco_img img:first-of-type {
    left: 6%;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_ideal .deco_img img:nth-of-type(2) {
  width: clamp(120.5px, 17.6427525622vw / 1.5, 241px);
  top: 50%;
  right: 9.1666666667vw;
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_ideal .deco_img img:nth-of-type(2) {
    top: auto;
    right: -8%;
    bottom: 8%;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_ideal .deco_img img:last-of-type {
  width: clamp(100.5px, 14.7144948755vw / 1.5, 201px);
  bottom: -62px;
  left: 16.3020833333vw;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_ideal .deco_img img:last-of-type {
    left: 4%;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_Requirements {
  background: url(/wp-content/uploads/rec_top_bg004.jpg) no-repeat center center/cover;
  position: relative;
  padding: clamp(120px, 10.2489019034vw, 160px) 0 clamp(162.6666666667px, 17.8623718887vw / 1.5, 244px);
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_Requirements {
    padding: 60px 0 140px;
    background: url(/wp-content/uploads/sp_rec_top_bg004.jpg) no-repeat center center/cover;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_Requirements::after {
  content: "";
  background: url("/wp-content/uploads/rec_top_img006.png") no-repeat center/contain;
  width: clamp(136px, 19.9121522694vw / 1.5, 272px);
  padding-top: clamp(220px, 32.2108345534vw / 1.5, 440px);
  position: absolute;
  bottom: clamp(125px, 18.3016105417vw / 1.5, 250px);
  left: 2.0833333333vw;
}
@media (max-width: 1199px) {
  body.recruit-u-page:not(.home) #rec_front_sec_Requirements::after {
    left: 2%;
    bottom: 100px;
  }
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_Requirements::after {
    bottom: 0px;
    z-index: 10;
  }
}
@media (min-width: 1420px) {
  body.recruit-u-page:not(.home) #rec_front_sec_Requirements .container {
    max-width: calc(1420px + 6%);
    padding-left: 6%;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_Requirements .inner {
  display: grid;
  grid-template-columns: 3.8732394366% 84.5070422535%;
  gap: 8.59375vw;
}
@media (max-width: 1199px) {
  body.recruit-u-page:not(.home) #rec_front_sec_Requirements .inner {
    padding: 0 6%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  body.recruit-u-page:not(.home) #rec_front_sec_Requirements .inner {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_Requirements .inner {
    grid-template-columns: repeat(1, 1fr) !important;
    justify-items: center;
    gap: 30px;
  }
}
@media (min-width: 768px) {
  body.recruit-u-page:not(.home) #rec_front_sec_Requirements h2 {
    width: -moz-max-content;
    width: max-content;
    font-size: clamp(38px, 3.6603221083vw, 58px);
    writing-mode: vertical-rl;
    height: -moz-max-content;
    height: max-content;
    letter-spacing: 0.15em;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_Requirements .list-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5vw;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_Requirements .list-card {
    grid-template-columns: repeat(1, 1fr) !important;
    justify-items: center;
    gap: 30px;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_Requirements figure {
  position: relative;
}
body.recruit-u-page:not(.home) #rec_front_sec_Requirements figure img {
  border-radius: 20px;
}
body.recruit-u-page:not(.home) #rec_front_sec_Requirements figure h3 {
  font-size: clamp(15px, 1.0980966325vw, 22px);
  font-weight: 500;
  background: #0572bd;
  color: #fff;
  writing-mode: vertical-rl;
  height: -moz-max-content;
  height: max-content;
  padding: 18px 0.6818181818em 2.2727272727em;
  border-radius: 20px 0 18px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_Requirements figure h3 {
    font-size: 1.8rem;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_Requirements figure h3::before, body.recruit-u-page:not(.home) #rec_front_sec_Requirements figure h3::after {
  content: "" !important;
  background: url("/wp-content/uploads/rec_btn_deco.svg") no-repeat center/contain;
  width: 0.9090909091em;
  height: 0.9090909091em;
  position: absolute;
  transform: none;
}
body.recruit-u-page:not(.home) #rec_front_sec_Requirements figure h3::before {
  top: 0;
  right: -0.8181818182em;
}
body.recruit-u-page:not(.home) #rec_front_sec_Requirements figure h3::after {
  inset: auto auto -0.8181818182em 0 !important;
  padding-top: 0;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_Requirements figure h3::after {
    bottom: -0.8888888889em !important;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_Requirements figure h3 .rec_more_arrow {
  display: block;
  position: relative;
}
body.recruit-u-page:not(.home) #rec_front_sec_Requirements figure h3 .rec_more_arrow::after {
  content: "";
  background: url("/wp-content/uploads/arrow_btn.svg") no-repeat center/contain;
  width: 1.1818181818em;
  height: 0.9090909091em;
  bottom: -1.4545454545em;
  left: 50%;
  z-index: 10;
  position: absolute;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_Requirements figure h3 .rec_more_arrow::after {
    transform: translate(8%, 0);
  }
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  body.recruit-u-page:not(.home) #rec_front_sec_Requirements .list-card li:nth-of-type(4) h3 {
    font-size: clamp(12px, 1.0248901903vw, 19px);
    padding: 0.9473684211em 1.2631578947em 2.6315789474em;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_Requirements .list-card li:last-of-type h3 {
  font-size: clamp(12px, 1.0248901903vw, 19px);
  padding: 0.9473684211em 1.2631578947em 2.6315789474em;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_Requirements .list-card li:last-of-type h3 {
    font-size: 1.5rem;
    padding: 16px 0.9375em 3.125em;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_Requirements .list-card li .rec_more_arrow::after {
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  body.recruit-u-page:not(.home) #rec_front_sec_Requirements .list-card li a figure {
    transition: 0.3s all;
    overflow: hidden;
    border-radius: 20px;
  }
  body.recruit-u-page:not(.home) #rec_front_sec_Requirements .list-card li a img {
    transition: 0.3s all;
  }
  body.recruit-u-page:not(.home) #rec_front_sec_Requirements .list-card li a:hover figure {
    opacity: 0.8;
    overflow: hidden;
  }
  body.recruit-u-page:not(.home) #rec_front_sec_Requirements .list-card li a:hover figure img {
    transform: scale(1.1);
    transition: 0.3s all;
  }
  body.recruit-u-page:not(.home) #rec_front_sec_Requirements .list-card li a:hover h3 .rec_more_arrow::after {
    transform: scale(1.1);
    transition: all 0.3s;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_Requirements .rec_front_deco_slider {
  position: absolute;
  padding: clamp(97.5px, 8.5651537335vw / 1.2, 117px) 0 0 0;
  bottom: 55px;
  z-index: 20;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_Requirements .rec_front_deco_slider {
    bottom: -25px;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_Requirements .rec_front_deco_slider::after {
  content: "";
  display: block;
  width: 300vw;
  height: clamp(78px, 8.5651537335vw / 1.5, 117px);
  background: url(/wp-content/uploads/rec_top_slider003.svg);
  background-size: auto 100%;
  position: absolute;
  background-repeat: repeat-x;
  inset: auto 0;
  z-index: 10;
  margin: 0 auto;
  animation: expansion-reverse 110s linear infinite;
  transition-delay: 1.7s;
  transition-duration: 2s;
}
@media (max-width: 1023px) {
  body.recruit-u-page:not(.home) #rec_front_sec_Requirements .rec_front_deco_slider::after {
    animation: expansion-reverse 20s linear infinite;
  }
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_Requirements .rec_front_deco_slider::after {
    animation: expansion-reverse 20s linear infinite;
    animation-direction: reverse;
    width: 200vw;
    height: 13.0666666667vw;
    inset: auto 0 0 0;
  }
}
@keyframes expansion-reverse {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 100%;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_staff {
  padding-top: clamp(120px, 11.7130307467vw, 220px);
  margin-bottom: clamp(80px, 6.588579795vw, 100px);
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_staff {
    padding-top: 60px;
    margin-bottom: 60px;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_staff h2 {
  margin-bottom: 2.1739130435em;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_staff h2 {
    margin-bottom: 100px;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_staff .rec_front_sec_slider {
  border-top: solid 2px #2c2c2c;
  border-bottom: solid 2px #2c2c2c;
  position: relative;
}
body.recruit-u-page:not(.home) #rec_front_sec_staff .rec_front_sec_slider .slider_loop {
  background: url(/wp-content/uploads/top_bg006.png) no-repeat center left/contain;
  position: relative;
  overflow: hidden;
  margin-right: calc((100vw - 100%) / 2 * -1);
  margin-left: calc((100vw - 100%) / 2 * -1);
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_staff .rec_front_sec_slider .slider_loop {
    background: url(/wp-content/uploads/sp_top_bg006.png) no-repeat center/contain;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_staff .rec_front_sec_slider .slider_loop .slider_loop_inner {
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0;
  /* 2枚目の画像は最初透明 */
  /* hoverすると2枚目の画像が透明じゃなくなる */
}
body.recruit-u-page:not(.home) #rec_front_sec_staff .rec_front_sec_slider .slider_loop .slider_loop_inner li {
  border-right: solid 2px #2c2c2c;
}
body.recruit-u-page:not(.home) #rec_front_sec_staff .rec_front_sec_slider .slider_loop .slider_loop_inner img {
  display: block;
  max-width: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
}
body.recruit-u-page:not(.home) #rec_front_sec_staff .rec_front_sec_slider .slider_loop .slider_loop_inner a img:last-of-type {
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}
body.recruit-u-page:not(.home) #rec_front_sec_staff .rec_front_sec_slider .slider_loop .slider_loop_inner a:hover img {
  opacity: 1;
}
body.recruit-u-page:not(.home) #rec_front_sec_staff .inner-btm {
  background: #fff25e;
  padding-top: clamp(40px, 4.39238653vw, 70px);
  border-bottom: solid 2px #2c2c2c;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_staff .inner-btm {
    padding: 60px 0 0 0;
  }
}
@media (min-width: 1475px) {
  body.recruit-u-page:not(.home) #rec_front_sec_staff .inner-btm .container {
    max-width: 1475px;
    padding-right: 0;
    padding-left: 5%;
  }
}
@media (max-width: 1199px) {
  body.recruit-u-page:not(.home) #rec_front_sec_staff .inner-btm .container {
    padding: 0 6%;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_staff .inner-btm .flex {
  display: grid;
  grid-template-columns: 46.1016949153% 58.9830508475%;
  align-items: center;
  gap: 0vw;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_staff .inner-btm .flex {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    gap: 30px;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_staff .inner-btm .flex figure {
  order: 2;
}
body.recruit-u-page:not(.home) #rec_front_sec_staff .inner-btm .flex .txt-box {
  order: 1;
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  body.recruit-u-page:not(.home) #rec_front_sec_staff .inner-btm figure {
    margin-bottom: 1px;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_staff .inner-btm .txt-box h3 {
  font-size: clamp(18px, 1.4641288433vw, 28px);
  font-weight: 500;
  line-height: 1.55;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_staff .inner-btm .txt-box h3 {
    font-size: 1.8rem;
    margin-bottom: 0;
    text-align: center;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_staff .inner-btm .more {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: auto auto auto 0;
  padding-top: 51px;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_staff .inner-btm .more {
    margin: 0 auto;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_staff .inner-btm .more::after {
  content: "";
  background: url("/wp-content/uploads/rec_top_img014_2.png") no-repeat center/contain;
  width: 93px;
  padding-top: 51px;
  position: absolute;
  top: 0;
  right: 8%;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_staff .inner-btm .more::after {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_staff .inner-btm .more a {
  max-width: 380px;
  padding-left: 3.125em;
  padding-right: 3.75em;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_staff .inner-btm .more a {
    font-size: 1.2rem;
    padding-left: 2.8571428571em;
  }
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_staff .inner-btm .more a::after {
    width: 10px;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_staff .deco_img {
  width: 100%;
  position: relative;
  z-index: 10;
}
body.recruit-u-page:not(.home) #rec_front_sec_staff .deco_img img {
  position: absolute;
  width: clamp(164.5px, 24.0849194729vw / 1.5, 329px);
  top: calc(clamp(131px, 19.1800878477vw / 1.5, 262px) * -1);
  right: 12.1354166667vw;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_staff .deco_img img {
    right: 0;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_contact {
  position: relative;
}
@media (min-width: 768px) {
  body.recruit-u-page:not(.home) #rec_front_sec_contact {
    padding-bottom: clamp(80px, 6.588579795vw, 100px);
  }
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_contact {
    padding-bottom: 100px;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_contact .container {
  background: url(/wp-content/uploads/rec_top_bg005.jpg) no-repeat center center/cover;
  border-radius: clamp(20px, 2.196193265vw, 40px);
  padding: clamp(60px, 5.4904831625vw, 80px) 0;
  position: relative;
  max-width: 1420px;
}
@media (max-width: 1420px) {
  body.recruit-u-page:not(.home) #rec_front_sec_contact .container {
    margin: 0 6%;
  }
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_contact .container {
    margin: 0;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_contact .container::before {
  content: "";
  background: url("/wp-content/uploads/rec_top_img015.png") no-repeat center/contain;
  width: clamp(182.6666666667px, 20.0585651537vw / 1.5, 274px);
  padding-top: clamp(253.3333333333px, 27.8184480234vw / 1.5, 380px);
  position: absolute;
  bottom: 0;
  left: -30px;
  z-index: 10;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_contact .container::before {
    width: 137px;
    padding-top: 190px;
  }
}
@media (max-width: 426px) {
  body.recruit-u-page:not(.home) #rec_front_sec_contact .container::before {
    content: none;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_contact h2 {
  margin-bottom: 30px;
}
body.recruit-u-page:not(.home) #rec_front_sec_contact .txt {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_contact p:first-of-type {
    margin-bottom: 30px;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_contact .txt {
  color: #fff;
  font-weight: 500;
  font-size: clamp(14px, 1.0980966325vw, 16px);
}
body.recruit-u-page:not(.home) #rec_front_sec_contact .box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.5625vw;
  max-width: 680px;
  margin: auto;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_contact .box {
    gap: 30px;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_contact .wide {
  width: 100%;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_contact .wide {
    width: 90%;
    margin: 0 auto;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_contact .inner-btm {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 5%;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_contact .inner-btm {
    flex-direction: column;
    gap: 0px;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_contact .more {
  width: 50%;
  margin-top: 0;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_contact .more {
    width: 90%;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_contact .more a {
  font-weight: 700;
  max-width: 320px;
  border-radius: 10px !important;
  width: 100%;
  padding-left: 26px;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  body.recruit-u-page:not(.home) #rec_front_sec_contact .more a {
    font-size: clamp(18px, 1.3909224012vw, 20px);
    line-height: 1.8;
    height: 80px;
  }
}
@media (max-width: 1199px) {
  body.recruit-u-page:not(.home) #rec_front_sec_contact .more a {
    line-height: 2.1 !important;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_contact .more:hover {
  transition: all 0.3s;
}
body.recruit-u-page:not(.home) #rec_front_sec_contact .btn a {
  border: solid clamp(2px, 0.2196193265vw, 4px) #2c2c2c;
  border-radius: 10px;
  background: #fff;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 700;
  position: relative;
  transition: 0.3s;
}
body.recruit-u-page:not(.home) #rec_front_sec_contact .btn.tel a {
  font-family: "M PLUS 1", "Josefin Sans", "roboto", "Yu Mincho", serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #2c2c2c;
  padding: 0.5714285714em 4% 0.6666666667em 4%;
}
@media (max-width: 767px) {
  body.recruit-u-page:not(.home) #rec_front_sec_contact .btn.tel a {
    font-size: 26px;
    max-width: 320px;
    margin: 0 auto;
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_contact .btn.tel a .icon {
  height: 1.0952380952em;
  display: inline-block;
  position: relative;
  padding-left: 0.9047619048em;
}
body.recruit-u-page:not(.home) #rec_front_sec_contact .btn.tel a .icon::before {
  content: "";
  -webkit-mask-image: url(/wp-content/uploads/tel.svg);
          mask-image: url(/wp-content/uploads/tel.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #2c2c2c;
  width: 0.7142857143em;
  height: 0.7142857143em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
body.recruit-u-page:not(.home) #rec_front_sec_contact .btn.tel a .sub {
  display: block;
  font-size: 0.380952381em;
  font-weight: normal;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  line-height: 1.5;
  margin-bottom: 0.4761904762em;
}
body.recruit-u-page:not(.home) #rec_front_sec_contact .more.line a {
  color: #fff;
  background: #3dd07a;
}
body.recruit-u-page:not(.home) #rec_front_sec_contact .more.line a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(/wp-content/uploads/line.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 7.8125%;
  right: auto;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  body.recruit-u-page:not(.home) #rec_front_sec_contact .more.line:hover a {
    background: rgb(46.4929460581, 191.9070539419, 106.8348547718);
  }
}
body.recruit-u-page:not(.home) #rec_front_sec_contact .more.entry {
  max-width: 320px;
  position: relative;
}
body.recruit-u-page:not(.home) #rec_front_sec_contact .more.entry::after {
  content: "";
  display: block;
  width: 50px;
  height: 22px;
  -webkit-mask-image: url(/wp-content/uploads/rec_entry.svg);
          mask-image: url(/wp-content/uploads/rec_entry.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #0572bd;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 7.8125%;
  right: auto;
  transform: translateY(-50%);
}
body.recruit-u-page:not(.home) #rec_front_sec_contact .more.entry a {
  background: #fff25e;
  color: #0572bd;
}
body.recruit-u-page:not(.home) #rec_front_sec_contact .more.entry a::before {
  background: #fff;
}
body.recruit-u-page:not(.home) #rec_front_sec_contact .more.entry a::after {
  background: #0572bd;
  right: 18px;
}
body.recruit-u-page:not(.home) #rec_front_sec_contact .more.entry a:hover::after {
  right: 16px;
}/*# sourceMappingURL=main.css.map */