@charset "UTF-8";
/* ==========================================================================
   変数
========================================================================== */
/* ==========================================================================
   リセット
 ========================================================================== */
* {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  list-style: none;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  border-style: none;
  vertical-align: bottom;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #333344;
  transition: 0.5s;
}

/**************************
頻出MIXIN
***************************/
/*明朝*/
/*文字数制限（折り返し）*/
/*文字数制限（行）*/
.ellipsis {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ==========================================================================
      font-size
========================================================================== */
html {
  font-size: 62.5%;
}

span,
a,
p,
th,
td,
ul,
ol,
li,
dl,
dt,
dd,
b,
i,
div {
  font-size: clamp(14px, 1.3vw, 1.8rem);
}

h1 {
  font-size: clamp(3rem, 5vw, 6rem);
  line-height: 1.4;
  font-weight: bold;
  font-feature-settings: "palt";
}

h2 {
  font-size: clamp(2.4rem, 2.5vw, 3.2rem);
  font-weight: bold;
  line-height: 1.6;
}

h3 {
  font-size: clamp(2rem, 2.2vw, 2.4rem);
  line-height: 1.6;
  font-weight: 600;
}

h4 {
  font-size: clamp(1.31rem, 1.4vw + 1rem, 2rem);
  line-height: 1.6;
  font-weight: 600;
}

h5 {
  font-size: clamp(16px, 1vw + 0.8rem, 1.8rem);
  line-height: 1.6;
}

.big-text {
  font-size: clamp(16px, 1.2vw + 0.9rem, 2rem);
}

.text {
  font-size: clamp(14px, 1vw + 0.7rem, 1.8rem);
}

/* ==========================================================================
      common
========================================================================== */
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 0.8vw + 0.5rem, 1.8rem);
  color: #333344;
  background: #fff;
  letter-spacing: 0;
  line-height: 2;
  font-weight: 400;
  overflow-wrap: break-word;
  word-break: normal;
  overflow-x: hidden;
  max-width: 100vw;
  word-wrap: break-word;
}

section {
  padding: 5rem 0;
}

.ap_inner {
  width: 80%;
  /*max-width: $PARENT_MAX_WIDTH;*/
  margin: 0 auto;
  box-sizing: border-box;
}

.ap_tb_visible {
  display: none;
}

.ap_sm_visible {
  display: none;
}

@media screen and (max-width: 1024px) {
  .ap_tb_visible {
    display: block;
  }
  .ap_tb_hidden {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  .ap_sm_hidden {
    display: none !important;
  }
  .ap_sm_visible {
    display: block;
  }
}
/* ==========================================================================
margin_style
========================================================================== */
.mb0 {
  margin-bottom: clamp(0rem, 0vw, 0rem);
}

.mt0 {
  margin-top: clamp(0rem, 0vw, 0rem);
}

.mb5 {
  margin-bottom: clamp(0.25rem, 0.5vw, 0.5rem);
}

.mt5 {
  margin-top: clamp(0.25rem, 0.5vw, 0.5rem);
}

.mb10 {
  margin-bottom: clamp(0.5rem, 1vw, 1rem);
}

.mt10 {
  margin-top: clamp(0.5rem, 1vw, 1rem);
}

.mb15 {
  margin-bottom: clamp(0.75rem, 1.2vw, 1.5rem);
}

.mt15 {
  margin-top: clamp(0.75rem, 1.2vw, 1.5rem);
}

.mb20 {
  margin-bottom: clamp(1rem, 1.5vw, 2rem);
}

.mt20 {
  margin-top: clamp(1rem, 1.5vw, 2rem);
}

.mb25 {
  margin-bottom: clamp(1.25rem, 2vw, 2.5rem);
}

.mt25 {
  margin-top: clamp(1.25rem, 2vw, 2.5rem);
}

.mb30 {
  margin-bottom: clamp(1.5rem, 2.5vw, 3rem);
}

.mt30 {
  margin-top: clamp(1.5rem, 2.5vw, 3rem);
}

.mb35 {
  margin-bottom: clamp(1.75rem, 3vw, 3.5rem);
}

.mt35 {
  margin-top: clamp(1.75rem, 3vw, 3.5rem);
}

.mb40 {
  margin-bottom: clamp(2rem, 3.5vw, 4rem);
}

.mt40 {
  margin-top: clamp(2rem, 3.5vw, 4rem);
}

.mb45 {
  margin-bottom: clamp(2.25rem, 4vw, 4.5rem);
}

.mt45 {
  margin-top: clamp(2.25rem, 4vw, 4.5rem);
}

.mb50 {
  margin-bottom: clamp(2.5rem, 4.5vw, 5rem);
}

.mt50 {
  margin-top: clamp(2.5rem, 4.5vw, 5rem);
}

.mb55 {
  margin-bottom: clamp(2.75rem, 5vw, 5.5rem);
}

.mt55 {
  margin-top: clamp(2.75rem, 5vw, 5.5rem);
}

.mb60 {
  margin-bottom: clamp(3rem, 5.5vw, 6rem);
}

.mt60 {
  margin-top: clamp(3rem, 5.5vw, 6rem);
}

.mb65 {
  margin-bottom: clamp(3.25rem, 6vw, 6.5rem);
}

.mt65 {
  margin-top: clamp(3.25rem, 6vw, 6.5rem);
}

.mb70 {
  margin-bottom: clamp(3.5rem, 6.5vw, 7rem);
}

.mt70 {
  margin-top: clamp(3.5rem, 6.5vw, 7rem);
}

.mb75 {
  margin-bottom: clamp(3.75rem, 7vw, 7.5rem);
}

.mt75 {
  margin-top: clamp(3.75rem, 7vw, 7.5rem);
}

.mb80 {
  margin-bottom: clamp(4rem, 7.5vw, 8rem);
}

.mt80 {
  margin-top: clamp(4rem, 7.5vw, 8rem);
}

.mb85 {
  margin-bottom: clamp(4.25rem, 8vw, 8.5rem);
}

.mt85 {
  margin-top: clamp(4.25rem, 8vw, 8.5rem);
}

.mb90 {
  margin-bottom: clamp(4.5rem, 8.5vw, 9rem);
}

.mt90 {
  margin-top: clamp(4.5rem, 8.5vw, 9rem);
}

.mb95 {
  margin-bottom: clamp(4.75rem, 9vw, 9.5rem);
}

.mt95 {
  margin-top: clamp(4.75rem, 9vw, 9.5rem);
}

.mb100 {
  margin-bottom: clamp(5rem, 9.5vw, 10rem);
}

.mt100 {
  margin-top: clamp(5rem, 9.5vw, 10rem);
}

/* ==========================================================================
      font_style
========================================================================== */
.ap_center_text {
  text-align: center !important;
}

.ap_right_text {
  text-align: right !important;
}

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

.ap_primary,
.ap_primary a,
a.ap_primary {
  color: #008cce;
}

.ap_secondary,
.ap_secondary a,
a.ap_secondary {
  color: #62b73a;
}

.ap_thirdly,
.ap_thirdly a,
a.ap_thirdly {
  color: #f0f3f6;
}

.ap_bg_primary {
  background: #008cce;
}

.ap_bg_secondary {
  background: #62b73a;
}

.ap_bg_thirdly {
  background: #f0f3f6;
}

/* ==========================================================================
   button_style
========================================================================== */
#header {
  position: relative;
}

.ap_menu_btn_trigger {
  position: relative;
  width: 35px;
  height: 30px;
  cursor: pointer;
}

.ap_menu_btn_trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 50px;
}

.ap_menu_btn_trigger,
.ap_menu_btn_trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.ap_menu_btn_trigger span:nth-of-type(1) {
  top: 0;
}

.ap_menu_btn_trigger span:nth-of-type(2) {
  top: 13.5px;
}

.ap_menu_btn_trigger span:nth-of-type(3) {
  bottom: 0;
}

.ap_menu_btn_trigger.active span:nth-of-type(1) {
  transform: translateY(13.5px) rotate(-45deg);
}

.ap_menu_btn_trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-btn05-bar02 0.8s forwards;
}
@keyframes active-btn05-bar02 {
  100% {
    height: 0;
  }
}
.ap_menu_btn_trigger.active span:nth-of-type(3) {
  transform: translateY(-13.5px) rotate(45deg);
}

/* ==========================================================================
      input_style
========================================================================== */
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  color: #666;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  display: block;
  padding: 0.7em;
  border: 1px solid #666;
  width: 100%;
  transition: 0.25s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border-radius: 3px;
  min-height: 4rem;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=date]:hover,
input[type=tel]:hover,
textarea:hover,
textarea:focus,
select:hover,
select:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=date]:focus {
  transition: 0.25s;
  box-shadow: 0px 0px 10px 0.2px #008cce;
  outline: 0;
}
input[type=text]:hover::-moz-placeholder, input[type=email]:hover::-moz-placeholder, input[type=password]:hover::-moz-placeholder, input[type=date]:hover::-moz-placeholder, input[type=tel]:hover::-moz-placeholder, textarea:hover::-moz-placeholder, textarea:focus::-moz-placeholder, select:hover::-moz-placeholder, select:focus::-moz-placeholder, input[type=text]:focus::-moz-placeholder, input[type=email]:focus::-moz-placeholder, input[type=password]:focus::-moz-placeholder, input[type=tel]:focus::-moz-placeholder, input[type=date]:focus::-moz-placeholder {
  font-size: 0;
  color: #fff;
}
input[type=text]:hover::placeholder,
input[type=email]:hover::placeholder,
input[type=password]:hover::placeholder,
input[type=date]:hover::placeholder,
input[type=tel]:hover::placeholder,
textarea:hover::placeholder,
textarea:focus::placeholder,
select:hover::placeholder,
select:focus::placeholder,
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=date]:focus::placeholder {
  font-size: 0;
  color: #fff;
}

/*チェックボックスのCSS*/
input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

input[type=radio] {
  position: absolute;
  opacity: 0;
}

.wpcf7-list-item {
  position: relative;
  display: block;
  margin: 0 0 1rem 0;
}

/*チェックボックスの枠*/
.wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  top: -3px;
  margin-right: 1rem;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  background: #fff;
  border: 1px solid #666;
}

/* ==========================================================================
  電話番号
========================================================================== */
@media screen and (min-width: 599px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
body {
  overflow-x: hidden;
}

/***********************************/
/*お問い合わせ
/*オリジナルデザインがある場合は適宜変更してください
/************************************/
.ap_contact_form_wrap input[type=submit] {
  background: #008cce;
  border: 2px solid #008cce;
  color: #fff;
  padding: 2rem 2rem;
  margin: 2rem 0;
  font-size: 2rem;
  min-width: 30rem;
  border-radius: 1rem;
  transition: 0.5s;
  cursor: pointer;
}
.ap_contact_form_wrap input[type=submit]:hover {
  color: #008cce;
  background: #fff;
}

.ap_height_center {
  align-items: center;
  border-bottom: 1px dotted #008cce;
  padding: 2rem 0;
  display: flex;
}
.ap_height_center .ap_contact_left {
  width: 30%;
}
.ap_height_center .ap_contact_left p {
  font-weight: bold;
}
.ap_height_center .ap_contact_right {
  width: 70%;
}

.ap_required {
  background: #008cce;
  color: #fff;
  font-size: 10px;
  border-radius: 3px;
  padding: 0.5rem;
  margin-left: 1rem;
}

.address_wrap p > span {
  font-size: 14px;
  min-width: 100px;
  text-align: left;
  flex-shrink: 0;
}

.address_wrap > p, .address_wrap label {
  width: 100%;
}

.address_wrap > p {
  margin-bottom: 10px;
}

.wpcf7-spinner {
  display: none;
}

/*チェックアイコン URLは適宜変更*/
input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.3rem;
  left: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url("/img/check.png") no-repeat center;
  background-size: contain;
}

input[type=radio]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.3rem;
  left: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url("/img/check.png") no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 1024px) {
  .ap_height_center {
    display: block;
  }
  .ap_height_center .ap_contact_left {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .ap_height_center .ap_contact_right {
    width: 100%;
  }
}
/***********************************/
/*初期ページャ*/
/*オリジナルデザインがある場合は適宜変更してください*/
/************************************/
.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-links a, .nav-links span {
  min-width: 3rem;
  min-height: 3rem;
  color: #c3c3c3;
  display: block;
  text-align: center;
  margin: 0 0.8rem;
  padding: 0 1rem;
}

.nav-links span {
  color: #008cce;
}

.prev.page-numbers, .next.page-numbers {
  min-width: 5rem;
  min-height: 5rem;
  border-radius: 5px;
  background: #F6F6F6;
  color: #008cce;
  border: 1px solid #c3c3c3;
  line-height: 5rem;
  padding: 0;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none !important;
}

/*お知らせシングルのページャー*/
.ap_flex {
  display: flex;
}

.ap_flex.reverse {
  flex-direction: row-reverse;
}

.ap_flex.end {
  justify-content: flex-end;
}

.ap_flex.center {
  position: relative;
  align-items: center;
}

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

.ap_flex.just_center {
  justify-content: center;
}

.ap_flex.between {
  justify-content: space-between;
}

.ap_flex.around {
  justify-content: space-around;
}

.ap_flex.stretch {
  align-items: stretch;
}

.news_pager > div {
  width: 30%;
}

.news_pager > a {
  width: 30%;
}

.news_pager > p {
  width: 30%;
}

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

.news_pager {
  justify-content: space-between;
}
.news_pager .ap_flex, .news_pager a, .news_pager p {
  color: #008cce;
  text-decoration: underline;
}
.news_pager a {
  text-align: center;
}
.news_pager .end {
  justify-content: flex-end;
}

.ap_news_pager_title {
  text-align: center;
}
.ap_news_pager_title h2 {
  font-size: 3rem;
  color: #008cce;
}

/***********************************/
/*初期メニュー*/
/*オリジナルデザインがある場合は適宜変更してください*/
/************************************/
/*トグルメニューの位置*/
.ap_menu {
  transition: 0.5s;
  position: fixed;
  z-index: 999;
  right: 0;
  top: 2rem;
  padding: 1.5rem;
  display: none;
  border-radius: 0 0 0 1rem;
}

.ap_menu_btn_trigger span {
  background: #333344;
}

.ap_menu_btn_trigger.active span {
  background: #fff !important;
}

/*トグルメニューの中身*/
.ap_menu_box {
  position: fixed;
  width: 100vw;
  transition: 0.5s;
  height: 0;
  overflow: auto;
  top: 0;
  opacity: 0;
  z-index: -1;
  background: #008cce;
  padding: 8rem 3rem; /*適宜変更*/
  display: none;
}
.ap_menu_box a, .ap_menu_box p, .ap_menu_box span {
  color: #fff;
}

.ap_menu_box ul {
  overflow: auto;
}

.ap_menu_box.opacity {
  opacity: 1;
}

.ap_menu_box.open {
  height: 100vh;
  z-index: 999;
}

.ap_menu_box_flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 90%;
  margin: 0 auto;
}

.ap_menu_box_flex_left a {
  font-size: clamp(2.4rem, 2.5vw, 3.2rem);
  transition: 0.3s;
}
.ap_menu_box_flex_left a:hover {
  opacity: 0.7;
}

.ap_menu_box_flex_right ul {
  margin-bottom: 5rem;
}
.ap_menu_box_flex_right li a {
  border-bottom: 1px solid #fff;
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s;
}
.ap_menu_box_flex_right li a::after {
  content: "→";
  color: #fff;
  transition: 0.5s;
}
.ap_menu_box_flex_right li a:hover::after {
  transform: translateX(0.5rem);
}
.ap_menu_box_flex_right .tel, .ap_menu_box_flex_right .tel span {
  font-family: "Inter", serif;
  font-size: clamp(2.5rem, 2vw + 1rem, 4rem);
}

@media screen and (max-width: 1024px) {
  .ap_menu_box_flex {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .ap_menu, .ap_menu_box {
    display: block;
  }
}
/***********************************/
/*初期アニメーション*/
/*オリジナルデザインがある場合は適宜変更してください*/
/************************************/
/*スクロールでフェードイン*/
.fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in {
  opacity: 1;
  transform: translateY(0);
}

/*ロード時にフェードイン　上の方の要素に*/
.top_fadein_auto {
  opacity: 0;
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
    transform: translatey(20px);
  }
  100% {
    opacity: 1;
    transform: translatey(0);
  }
}
/*hoverで画像ズーム*/
.zoom {
  position: relative;
  overflow: hidden;
  display: block;
  width: 50%; /*各画像のdivクラスでサイズは変更すること*/
}

.zoom img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: 0.5s;
}

.zoom:hover img {
  transform: scale(1.1);
}

/* ドキドキしたアニメーション効果用css */
.dokidoki {
  animation-name: dokidoki;
  animation-delay: 0s;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes dokidoki {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  60% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/*******************
pankuzu
*********************/
.top_pankuzu {
  z-index: 1;
  color: #ccc;
  padding: 1rem 0;
  font-size: 12px;
}
.top_pankuzu span {
  font-size: 12px;
  color: #ccc;
}
.top_pankuzu a span {
  font-size: 12px;
  color: #ccc;
  text-decoration: underline;
}

@media screen and (max-width: 599px) {
  .top_pankuzu {
    width: 100%;
    white-space: nowrap;
    overflow: auto;
    font-size: 10px;
  }
  .top_pankuzu span {
    font-size: 10px;
  }
  .top_pankuzu a span {
    font-size: 10px;
  }
}
/**********************
初期ニュースアーカイブ
***********************/
/*お知らせコンテンツ（共通)*/
.ap_news_flex {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #959595;
  padding: 1.5rem 0;
}
.ap_news_flex a {
  color: #008cce;
  text-decoration: underline;
}

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

.cat-item {
  width: 180px;
  padding: 0.5rem 1rem;
  color: #fff;
  margin: 0 1.5rem;
  text-align: center;
  border-radius: 50px;
  background: #666;
}

.cat-item.cat01 {
  background: #008cce;
}

.cat-item.cat02 {
  background: #ff3300;
}

.cat-item.cat03 {
  background: #ff9900;
}

.cat-item.cat04 {
  background: #99ff00;
}

.cat-item.cat05 {
  background: #00cccc;
}

.cat-item.cat06 {
  background: #0033ff;
}

.ap_news_flex a {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media screen and (max-width: 1024px) {
  .ap_news_flex {
    display: block;
  }
  .ap_news_flex_data {
    margin-bottom: 0.5rem;
  }
  .cat-item {
    width: 120px;
  }
}
/************************
GMAP
***********************/
.gmap {
  aspect-ratio: 16/9;
  position: relative;
}

.gmap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/***************************
common
***************************/
.ap_common_btn {
  background: #f0f3f6;
  font-size: clamp(1.31rem, 1.4vw + 1rem, 2rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 300px;
  padding: 1rem 2rem;
  font-weight: bold;
  border-radius: 1rem;
  border-radius: 1rem;
}
.ap_common_btn::after {
  content: "→";
  background-color: #fff;
  transition: 0.5s;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ap_common_btn.white {
  background: #FFF;
}
.ap_common_btn.white::after {
  content: "→";
  background: #f0f3f6;
  transition: 0.5s;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ap_common_btn:hover::after {
  transform: translateX(0.5rem);
}
.ap_common_btn.blue {
  background: #008cce;
  color: #fff;
}
.ap_common_btn.blue::after {
  content: "→";
  background: #f0f3f6;
  color: #008cce;
  margin-left: 2.5rem;
}

.ap_top_inner {
  width: 80%;
  margin: 0 auto;
}

img {
  border-radius: 1.5rem;
}

@media screen and (max-width: 599px) {
  .ap_top_inner {
    width: 90%;
  }
}
/***************************
header
***************************/
.ap_pc_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 2.5rem;
  position: fixed;
  width: 100%;
  top: 0;
  background: #FFF;
  z-index: 99;
  height: 10rem;
}
.ap_pc_menu ul {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.ap_pc_menu a {
  font-weight: bold;
}
.ap_pc_menu a:hover {
  color: #008cce;
}
.ap_pc_menu h1 {
  line-height: 0;
  width: 30%;
  max-width: 230px;
}

.ap_pc_menu_btn {
  display: flex;
  align-items: stretch;
}
.ap_pc_menu_btn a {
  color: #fff;
  font-size: clamp(1.31rem, 1.4vw + 1rem, 2rem);
  padding: 0.5rem 4rem;
  display: block;
  transition: 0.3s;
  font-weight: bold;
}
.ap_pc_menu_btn .blue {
  background: #008cce;
  border-radius: 10px 0 0 10px;
  border: #008cce 1px solid;
}
.ap_pc_menu_btn .blue:hover {
  background-color: #FFF;
  color: #008cce;
}
.ap_pc_menu_btn .green {
  background: #62b73a;
  border-radius: 0 10px 10px 0;
  border: #62b73a 1px solid;
}
.ap_pc_menu_btn .green:hover {
  background-color: #FFF;
  color: #62b73a;
}

@media screen and (max-width: 1440px) {
  .ap_pc_menu_btn {
    align-items: stretch;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    writing-mode: vertical-rl;
  }
  .ap_pc_menu_btn .blue {
    padding: 3.5rem 1rem;
    border-radius: 10px 0 0 0;
  }
  .ap_pc_menu_btn .green {
    padding: 3.5rem 1rem;
    border-radius: 0 0 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .ap_pc_menu ul {
    display: none;
  }
  .ap_pc_menu_btn {
    display: none;
  }
}
/***************************
FV
***************************/
:root {
  --gap:1.2rem;
  --left-ratio:2;
  --fv-height:80vh;
}

.fv_slide {
  width: 100%;
  height: var(--fv-height);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem;
  box-sizing: border-box;
}

.grid {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: grid;
  grid-template-columns: calc(var(--left-ratio) * 1fr) 1fr;
  grid-template-rows: 1fr 1fr;
  gap: var(--gap);
}

.area {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  display: block;
}

.area::before {
  content: "";
  display: block;
  padding-top: 100%;
  width: 100%;
  height: 0;
}

.layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: opacity 800ms ease;
  opacity: 0;
}

.layer.front {
  opacity: 1;
}

.area.left {
  grid-column: 1;
  grid-row: 1/span 2;
}

.area.right-top {
  grid-column: 2;
  grid-row: 1;
}

.right-bottom-wrap {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap);
}

.fv_slide {
  position: relative;
}

.fv_h1_title {
  position: absolute;
  bottom: 5rem;
  left: 5rem;
}
.fv_h1_title h1 {
  font-family: "Inter", serif;
  font-size: clamp(5rem, 7vw, 10rem);
  line-height: 1.2;
  color: #fff;
}

.ap_fv {
  position: relative;
  margin-top: 10rem;
}
.ap_fv .ap_top_inner {
  width: 90%;
}

.ap_fv_img07 {
  position: absolute;
  right: 0rem;
  bottom: 0rem;
  border-radius: 0;
  z-index: -1;
  width: 50%;
  max-width: 380px;
}

@media (max-width: 1024px) {
  .grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 0;
  }
  .right-bottom-wrap {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 810px) {
  .ap_fv .ap_top_inner {
    width: 100%;
  }
  .fv_slide {
    height: 50rem;
    padding: 0rem 0;
    margin: 0rem 0 8rem;
  }
  .grid {
    height: 50rem;
  }
  .area.left {
    height: 50rem;
  }
  .fv_h1_title {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
  }
}
@media (max-width: 599px) {
  .ap_fv_img07 {
    bottom: -5rem;
  }
  .ap_fv {
    position: relative;
    padding-bottom: 0;
  }
}
/***************************
トップ01
***************************/
.ap_top01 {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.ap_top01 .ap_top01_flex_content_text_img02 {
  position: absolute;
  right: 10rem;
  bottom: -10rem;
}

.ap_top01_flex {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.ap_top01_flex .ap_top01_flex_img {
  flex: 4;
}
.ap_top01_flex .ap_top01_flex_content {
  flex: 6;
}

.ap_top01_content_inner {
  max-width: 800px;
  padding: 5rem 0 10rem;
}
.ap_top01_content_inner h1 {
  margin-bottom: 5rem;
}
.ap_top01_content_inner .ap_top01_flex_content_text {
  margin-bottom: 5rem;
}
.ap_top01_content_inner .ap_top01_flex_content_text P {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 1024px) {
  .ap_top01_flex {
    flex-direction: column-reverse;
  }
  .ap_top01_flex .ap_top01_flex_content {
    width: 90%;
    margin: 0 auto;
  }
  .ap_top01_content_inner .ap_right_text {
    text-align: right !important;
  }
  .ap_top01_flex_content_text_img02 {
    display: none;
  }
  .ap_top01_flex .ap_top01_flex_img {
    width: 60%;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
  }
  .ap_top01_flex .ap_top01_flex_img img {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .ap_top01_content_inner {
    padding: 0rem 0 10rem;
  }
}
/***************************
トップ02
***************************/
.ap_top02 {
  background: #f0f3f6;
  border-radius: 5rem 5rem 0 0;
  padding: clamp(5rem, 5vw, 10rem) 0 5rem;
}

.ap_top02_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(5rem, 5vw, 10rem);
}
.ap_top02_flex h1 {
  margin-bottom: clamp(2.5rem, 2.5vw, 5rem);
}

.ap_top02_flex_text {
  flex: 3.5;
}

.ap_top02_flex_img {
  flex: 6.5;
}

.ap_top02_img02 {
  border-radius: 0;
  width: 50%;
  max-width: 380px;
}

@media screen and (max-width: 1024px) {
  .ap_top02_flex {
    display: block;
  }
  .ap_top02_flex_img {
    margin-top: 5rem;
  }
}
/***************************
トップ03
***************************/
.ap_top03 {
  background: #f0f3f6;
  border-radius: 0 0 50px 50px;
  position: relative;
  padding: 5rem 0 clamp(5rem, 5vw, 10rem);
}
.ap_top03 .ap_top03_img03 {
  position: absolute;
  right: 5rem;
  top: 2rem;
  width: 20%;
  max-width: 155px;
}
.ap_top03 h1 {
  margin-bottom: clamp(5rem, 5vw, 8rem);
  position: relative;
  z-index: 1;
}

.ap_top03_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(5rem, 5vw, 5rem);
}
.ap_top03_grid .zoom {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.ap_top03_grid .zoom img {
  min-height: 25rem;
}

.ap_top03_grid_box_img {
  position: relative;
  margin-bottom: 2.5rem;
}
.ap_top03_grid_box_img .ap_top03_grid_box_link {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f0f3f6;
  border-radius: 0 10px 0 0;
  font-size: clamp(2rem, 2.2vw, 2.4rem);
  font-weight: bold;
  padding: 1rem 2rem 1rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 300px;
}
.ap_top03_grid_box_img .ap_top03_grid_box_link::after {
  content: "→";
  background-color: #fff;
  transition: 0.5s;
  border-radius: 50%;
  width: clamp(3.5rem, 4vw, 5rem);
  height: clamp(3.5rem, 4vw, 5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.5rem;
}
.ap_top03_grid_box_img:hover .ap_top03_grid_box_link::after {
  transform: translateX(0.5rem);
}

.ap_top03_grid_box_img:hover::after {
  transform: translateX(0.5rem);
}

@media screen and (max-width: 1024px) {
  .ap_top03_grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .ap_top03 .ap_top03_img03 {
    right: 2rem;
    top: 8rem;
  }
}
@media screen and (max-width: 428px) {
  .ap_top03_grid_box_img .ap_top03_grid_box_link {
    min-width: inherit;
  }
}
/****************************
トップ04
****************************/
.ap_top04 {
  position: relative;
  padding: clamp(15rem, 15vw, 30rem) 0 clamp(5rem, 5vw, 10rem);
}
.ap_top04 .ap_top04_img04 {
  position: absolute;
  left: 5rem;
  top: clamp(-13rem, -13vw, -8rem);
  z-index: -1;
  width: 30%;
  max-width: 300px;
}

.ap_top04_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(5rem, 5vw, 5rem);
  position: relative;
}
.ap_top04_grid .zoom {
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 1.5rem;
}
.ap_top04_grid .ap_top04_grid_box_cat {
  position: absolute;
  background: #fff;
  right: 0;
  top: 0;
  border-radius: 0 0 0 5px;
  padding: 0.5rem 1.5rem;
  color: #008cce;
  font-weight: bold;
}
.ap_top04_grid .ap_top04_grid_box_cat.career {
  color: #62b73a;
}

.ap_top04_grid_box_gaiyou {
  color: #959595;
}

.ap_top04_grid_box_catch {
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ap_top04_title {
  position: relative;
}
.ap_top04_title .ap_top04_img06 {
  position: absolute;
  right: -20rem;
  z-index: -1;
  top: -10rem;
  width: 40%;
  max-width: 525px;
}
.ap_top04_title .ap_top04_title_right {
  position: absolute;
  right: 10%;
  z-index: 2;
  width: 100%;
  top: 13rem;
}

.ap_top04_title_left {
  max-width: 1000px;
  margin-bottom: clamp(2.5rem, 2.5vw, 5rem);
  width: 55%;
}
.ap_top04_title_left h1 {
  margin-bottom: clamp(2.5rem, 2.5vw, 5rem);
}

@media screen and (max-width: 1024px) {
  .ap_top04_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(2.5rem, 2.5vw, 5rem);
  }
  .ap_top04_title .ap_top04_title_right {
    position: relative;
    margin-bottom: 5rem;
    right: 0;
    top: 0;
  }
  .ap_top04_title_left {
    max-width: inherit;
    width: 100%;
  }
  .ap_top04_title .ap_top04_img06 {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .ap_top04_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
/****************************
トップ05
****************************/
.ap_top05 {
  background: #f0f3f6;
  border-radius: 50px;
  padding: clamp(5rem, 5vw, 10rem) 0;
  min-height: 80vh;
  display: flex;
  align-items: center;
}

.ap_top05 .ap_top_inner {
  width: 90%;
  padding-left: 5%;
}

.ap_top05_flex {
  display: flex;
  justify-content: space-between;
}
.ap_top05_flex .ap_top05_flex_title {
  width: 30%;
}
.ap_top05_flex .ap_top05_flex_title h1 {
  margin-bottom: clamp(2.5rem, 2.5vw, 5rem);
}
.ap_top05_flex .ap_top05_flex_title p {
  margin-bottom: clamp(2.5rem, 2.5vw, 5rem);
}
.ap_top05_flex .column_Swiper {
  width: 65%;
  overflow: hidden;
  transform: translate(50px, 0);
}
.ap_top05_flex .column_Swiper .zoom {
  width: 100%;
  text-align: left;
  overflow: hidden;
  border-radius: 1.5rem;
  margin-bottom: 1.5rem;
  aspect-ratio: 1.618/1;
}

.column_Swiper .swiper-slide {
  width: 380px !important;
  margin-right: 20px;
}

.ap_top05_grid_box {
  padding: 0 2rem;
  text-align: left;
}
.ap_top05_grid_box .data {
  margin-top: 1rem;
}

@media screen and (max-width: 1024px) {
  .ap_top05_flex {
    display: block;
  }
  .ap_top05_flex .ap_top05_flex_title {
    width: 100%;
  }
  .ap_top05_flex .column_Swiper {
    width: 100%;
    transform: translate(0, 0);
    margin-top: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .column_Swiper .swiper-slide {
    width: 100% !important;
  }
}
/****************************
トップ06
****************************/
.ap_top06 {
  padding: clamp(5rem, 5vw, 10rem) 0;
}
.ap_top06 h1 {
  margin-bottom: clamp(2.5rem, 2.5vw, 5rem);
}
.ap_top06 p {
  margin-bottom: clamp(2.5rem, 2.5vw, 5rem);
}

.ap_top06_content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: clamp(2.5rem, 2.5vw, 5rem);
  width: 100%;
}
.ap_top06_content .zoom {
  width: 100%;
  border-radius: 15px;
}
.ap_top06_content .zoom img {
  min-height: 25rem;
}
.ap_top06_content .ap_top06_content_box {
  flex: 5;
}

.ap_top06_content_box_img {
  position: relative;
  margin-bottom: 2.5rem;
}
.ap_top06_content_box_img .ap_top06_grid_box_link {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFF;
  border-radius: 0 10px 0 0;
  font-size: clamp(2rem, 2.2vw, 2.4rem);
  font-weight: bold;
  padding: 1rem 2rem 1rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 300px;
}
.ap_top06_content_box_img .ap_top06_grid_box_link::after {
  content: "→";
  background-color: #f0f3f6;
  transition: 0.5s;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.5rem;
}
.ap_top06_content_box_img:hover .ap_top06_grid_box_link::after {
  transform: translateX(0.5rem);
}

@media screen and (max-width: 1024px) {
  .ap_top06_content {
    display: block;
  }
}
/***************************
チャイルドヘッダー
***************************/
.ap_child_header {
  background: url(/img/recruit/img08.webp);
  background-repeat: no-repeat;
  background-position: 80% 15rem;
  margin-top: 10rem;
}

.ap_child_header_inner {
  width: 90%;
  margin: 0 auto;
  padding: clamp(5rem, 5vw, 10rem) 0;
}

.top_pankuzu {
  display: flex;
  align-items: center;
}
.top_pankuzu::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #008cce;
  margin-right: 1rem;
  margin-top: 0.5rem;
}

/****************************
footer
*****************************/
.ap_banner {
  position: relative;
  background-color: #fff;
  border-top: 1px solid #c3c3c3;
  width: 80%;
  margin: 0 auto;
  margin-top: clamp(5rem, 5vw, 10rem);
}

.ap_banner .ap_top_inner {
  border-top: 1px solid #979797;
  padding: 5rem 0;
}

.ap_banner_flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.ap_banner_flex .ap_banner_flex_ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 80%;
}
.ap_banner_flex p {
  border-right: 1px solid #c3c3c3;
  width: 15%;
  margin-right: 5%;
  display: flex;
  align-items: center;
}
.ap_banner_flex li {
  padding: 2rem;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .ap_banner_flex {
    display: block;
  }
  .ap_banner_flex p {
    border-right: none;
    border-bottom: 1px solid #c3c3c3;
    margin-bottom: 2rem;
    text-align: center;
    display: block;
    font-size: clamp(16px, 1.4vw + 1rem, 2rem);
  }
  .ap_banner_flex .ap_banner_flex_ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
  .ap_banner_flex p {
    width: 100%;
    padding-bottom: 2rem;
    text-align: center;
  }
  .ap_banner {
    border-top: none;
    width: 90%;
  }
}
/*footer*/
.ap_footer_flex {
  display: flex;
  align-items: stretch;
  padding: 10rem 0;
  justify-content: space-between;
}

.ap_footer_flex_left ul {
  display: flex;
  align-items: center;
  border-top: 1px solid #c3c3c3;
  padding-top: 1rem;
  margin-top: 1rem;
  gap: 3rem;
}
.ap_footer_flex_left h1 {
  margin-bottom: 2.5rem;
}
.ap_footer_flex_left > a {
  font-size: clamp(2.5rem, 2vw + 1rem, 3rem);
  display: block;
  margin-top: 1.5rem;
}

.ap_footer_flex_right {
  display: flex;
  align-items: stretch;
  margin-bottom: 1rem;
}
.ap_footer_flex_right .ap_footer_flex_right_menu {
  border-right: 1px solid #c3c3c3;
  padding: 0 3rem;
}
.ap_footer_flex_right .ap_footer_flex_right_menu:last-child {
  border-right: none;
  padding: 0;
  padding-left: 3rem;
}
.ap_footer_flex_right .parent {
  font-weight: bold;
}
.ap_footer_flex_right a {
  font-size: clamp(14px, 0.8vw + 0.4rem, 1.6rem);
}
.ap_footer_flex_right a:hover {
  color: #008cce;
}

.page_top_btn {
  position: fixed;
  bottom: 5vh;
  right: 6vw;
  z-index: 99;
}
.page_top_btn a {
  background: #62b73a;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}

/*採用corporate部分*/
.ap_footer_corporate {
  background: #008cce;
  width: 90%;
  margin-right: 0;
  margin-left: auto;
  border-radius: 25px 0 0 0;
  display: flex;
  align-items: center;
  padding: 5rem;
  color: #fff;
  justify-content: space-between;
}
.ap_footer_corporate .ap_footer_corporate_right ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(2rem, 2vw, 4rem);
}
.ap_footer_corporate .ap_footer_corporate_right ul a {
  color: #fff;
  transition: 0.3s;
}
.ap_footer_corporate .ap_footer_corporate_right ul a:hover {
  opacity: 0.7;
}
.ap_footer_corporate .copy {
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .ap_footer_flex, .ap_footer_flex_right, .ap_footer_corporate, .ap_footer_corporate .ap_footer_corporate_right ul {
    display: block;
  }
  .ap_footer_flex_right .ap_footer_flex_right_menu {
    border-right: none;
    border-bottom: 1px solid #979797;
    padding: 2.5rem 0 !important;
  }
  .ap_footer_corporate .copy, .ap_footer_corporate_right ul {
    text-align: left;
    margin-top: 2.5rem;
  }
  .ap_footer_flex_left ul {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .ap_footer_corporate {
    padding: 5%;
    width: 100%;
  }
}
/**********************************
column
*********************************/
.ap_archive_column_box {
  background: #fff;
  border-radius: 15px;
  margin: clamp(5rem, 5vw, 10rem) 0;
  display: flex;
  align-items: stretch;
  gap: clamp(5rem, 5vw, 10rem);
  padding: clamp(5rem, 5vw, 10rem);
}
.ap_archive_column_box .ap_archive_column_box_img {
  flex: 3;
}
.ap_archive_column_box .ap_archive_column_box_text {
  flex: 7;
  align-items: stretch;
}
.ap_archive_column_box .ap_archive_column_box_text h2 {
  margin-bottom: 5rem;
}
.ap_archive_column_box:first-child {
  margin-top: 0;
}

.ap_archive_column_box_text_flex {
  display: flex;
  gap: 5rem;
}
.ap_archive_column_box_text_flex .ap_archive_column_box_text_cat {
  flex: 2;
}
.ap_archive_column_box_text_flex .ap_archive_column_box_text_gaiyou {
  flex: 8;
}
.ap_archive_column_box_text_flex .ap_archive_column_box_text_gaiyou p {
  margin-bottom: 2.5rem;
}
.ap_archive_column_box_text_flex .ap_archive_column_box_text_gaiyou a {
  margin-left: auto;
}

/*シングル*/
.ap_column_single_bg {
  background: #fff;
  border-radius: 15px;
  margin: clamp(2.5rem, 2.5vw, 5rem) 0 clamp(5rem, 5vw, 10rem);
  padding: clamp(5rem, 5vw, 10rem);
}

.ap_column_single_bg_inner {
  max-width: 960px;
  margin: 0 auto;
}

.ap_related_posts {
  margin-bottom: clamp(5rem, 5vw, 10rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 1.5vw, 3rem);
}
.ap_related_posts .zoom {
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 1rem;
}
.ap_related_posts .data {
  margin-top: 1rem;
}

.ap_column_single_title .data {
  margin-right: 1rem;
}
.ap_column_single_title h1 {
  margin-top: 1.5rem;
}

.ap_column_single_bg img {
  width: 100%;
  margin: clamp(2.5rem, 2.5vw, 5rem) 0;
}
.ap_column_single_bg b {
  font-weight: bold;
  --marker-color: #ffea8a;
  --marker-height: 0.7em;
  display: inline;
  background-image: linear-gradient(var(--marker-color), var(--marker-color));
  background-repeat: no-repeat;
  background-size: 100% calc(var(--marker-height));
  background-position: 0 85%;
  padding-bottom: 0.05em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.ap_column_single_bg h2 {
  margin: clamp(2.5rem, 2.5vw, 5rem) 0;
  color: #008cce;
}
.ap_column_single_bg h3 {
  margin: clamp(1.5rem, 1.5vw, 3rem) 0;
}
.ap_column_single_bg hr {
  margin: clamp(2.5rem, 2.5vw, 5rem) 0;
}
.ap_column_single_bg table {
  border-collapse: collapse;
  width: 100%;
  line-height: 2em;
  margin: clamp(2.5rem, 2.5vw, 5rem) 0;
}
.ap_column_single_bg th {
  font-weight: bold;
  padding: 1.5rem;
  border: 1px solid #c3c3c3;
  background-color: #f0f3f6;
}
.ap_column_single_bg td {
  padding: 1.5rem;
  border: 1px solid #ccc;
}
.ap_column_single_bg ul {
  margin: clamp(1.5rem, 1.5vw, 3rem) 0;
}
.ap_column_single_bg li {
  margin: 0.5rem 0;
}
.ap_column_single_bg li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #008cce;
  border-radius: 50px;
  margin-right: 1rem;
  margin-bottom: 0.25rem;
}
.ap_column_single_bg dl {
  margin: clamp(1.5rem, 1.5vw, 3rem) 0;
  padding: 0 5rem;
}
.ap_column_single_bg dt {
  display: flex;
  align-items: center;
  color: #008cce;
  font-weight: bold;
}
.ap_column_single_bg dt::before {
  width: 10rem;
  height: 1px;
  content: "";
  background: #008cce;
  margin-right: 1rem;
}
.ap_column_single_bg dd {
  margin-top: 1rem;
}

@media screen and (max-width: 1024px) {
  .ap_column_single_bg dl {
    padding: 0;
  }
  .ap_archive_column_box {
    display: block;
  }
  .ap_archive_column_box_text_flex {
    display: block;
  }
  .ap_archive_column_box .ap_archive_column_box_text h2 {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  .ap_archive_column_box_text_flex .ap_archive_column_box_text_cat {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .ap_related_posts {
    grid-template-columns: repeat(1, 1fr);
  }
  .ap_archive_column_box {
    padding: clamp(2.5rem, 5vw, 10rem);
  }
}
.ap_default_page .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.ap_default_page p > a {
  color: #008cce;
  text-decoration: underline;
}

.ap_default_page .box a {
  color: #008cce;
  text-decoration: underline;
}

/*タイトル*/
.ap_default_page h1 {
  font-size: clamp(3rem, 5vw, 6rem);
}

.ap_default_page h2 {
  font-size: clamp(2.4rem, 2.5vw, 3.2rem);
  margin-bottom: clamp(2.5rem, 2.5vw, 5rem);
}

.ap_default_page h3 {
  font-size: clamp(2rem, 2.2vw, 2.4rem);
  border-bottom: 2px solid;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.ap_default_page h4 {
  font-weight: 600;
  font-size: clamp(1.31rem, 1.4vw + 1rem, 2rem);
}

.ap_default_page h5 {
  font-size: clamp(16px, 1vw + 0.8rem, 1.8rem);
}

/*リスト*/
.ap_default_page li {
  display: flex;
  align-items: flex-start;
  margin: 0.5rem 0;
}

.ap_default_page li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #008cce;
  border-radius: 50px;
  margin-right: 0.5rem;
  flex-shrink: 0;
  margin-top: 0.8rem;
}

/*テーブル*/
.ap_default_page table {
  border-collapse: collapse;
  width: 100%;
  line-height: 2em;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.ap_default_page th {
  font-weight: bold;
  padding: 1.5rem 0;
  border-bottom: 1px solid #ccc;
  text-align: left;
  width: 25%;
}

.ap_default_page td {
  padding: 1.5rem 0;
  border-bottom: 1px solid #ccc;
  width: 75%;
}

/*box*/
.box {
  background-color: #62b73a;
  padding: clamp(1rem, 1vw + 1rem, 3rem);
  margin: clamp(2rem, 2vw + 1rem, 5rem) 0;
}

/*img*/
.wp-block-image img {
  box-shadow: 0 0 5px #ccc;
}

@media (max-width: 599px) {
  .ap_default_page th {
    display: block;
    width: 100%;
  }
  .ap_default_page td {
    display: block;
    width: 100%;
    padding: 0 0 1.5rem 0;
  }
  .ap_default_page th {
    border-bottom: none;
    padding: 1.5rem 0 0 0;
  }
  /*スペース*/
  .wp-block-spacer[style*="height:100px"] {
    height: 50px !important;
  }
  .wp-block-spacer[style*="height:50px"] {
    height: 25px !important;
  }
  /* img*/
  .wp-block-image {
    text-align: center;
  }
}
/*固有*/
.mt150 {
  margin-top: clamp(10rem, 10vw, 15rem) !important;
}

.ap_default_page p {
  font-weight: 400;
}

.recruit_bg {
  background: #f0f3f6;
  border-radius: 5rem;
  padding: clamp(5rem, 5vw, 10rem) 0;
}

.default_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.default_flex > p {
  display: none;
}
.default_flex > .text {
  width: 48%;
}
.default_flex > .img {
  width: 45%;
}
.default_flex > .img img {
  aspect-ratio: 1.618/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.default_flex.reverse {
  flex-direction: row-reverse;
}
.default_flex .en_title {
  margin: 2.5rem 0;
}

.ap_default_page img {
  border-radius: 15px;
  aspect-ratio: 1.618/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.h3_border_title {
  display: flex;
  align-items: baseline;
  margin-bottom: clamp(1.5rem, 1.5vw, 3rem);
  padding-bottom: 1.5rem;
  border-bottom: 2px solid;
}
.h3_border_title h3 {
  border-bottom: none;
  margin: 0;
  padding: 0;
  margin-right: 1rem;
}
.h3_border_title p {
  color: #008cce;
}

.white_box_flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2rem, 1.5vw, 1.5rem) clamp(2.5rem, 2.5vw, 3rem);
}
.white_box_flex > div {
  background: rgba(255, 255, 255, 0.5);
  padding: clamp(2.5rem, 2.5vw, 3rem);
  border-radius: 15px;
}
.white_box_flex img {
  margin-top: 0;
}
.white_box_flex h4 {
  font-size: clamp(16px, 1.2vw + 0.9rem, 2rem);
  display: flex;
  align-items: center;
  margin: 0rem 1rem 1.5rem 1rem;
}
.white_box_flex h4::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #008cce;
  margin-right: 1rem;
}
.white_box_flex.title_only h4 {
  margin: 0;
}

.white_box_flex.second {
  grid-template-columns: repeat(2, 1fr);
}

.white_box_flex.first {
  grid-template-columns: repeat(1, 1fr);
}

.en_title {
  color: #008cce;
  margin: 0.5rem 0;
  font-family: "Inter", serif;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.en_title::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #008cce;
  margin-right: 1rem;
}

.white_box {
  background: rgba(255, 255, 255, 0.5);
  padding: clamp(4rem, 4vw, 8rem);
  margin: clamp(1.5rem, 1.5vw, 3rem) 0;
  border-radius: 15px;
}
.white_box.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.white_box .img {
  width: 20%;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1;
}
.white_box .img img {
  aspect-ratio: 1;
}
.white_box .text {
  width: 75%;
}

.full_inner img {
  border-radius: 25px;
  aspect-ratio: 2.618/1;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.text_inner {
  max-width: 1200px;
  margin: 0 auto;
}

.ap_default_text_inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/*日付・カット*/
.cat {
  font-size: 10px;
  border: 1px solid;
  padding: 0.15rem 0.5rem;
  display: inline-block;
}

.data {
  font-size: clamp(14px, 0.8vw + 0.4rem, 1.6rem);
  color: #959595;
}

.max_img {
  aspect-ratio: inherit !important;
  width: 100% !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
  margin: 0 auto !important;
}

.ap_default_page .banner {
  display: grid;
  gap: 2rem;
}
.ap_default_page .banner a {
  border: solid #c6c6c6 1px;
  display: inline-block;
  background: #fff;
  padding: 1rem;
  text-align: center;
}
.ap_default_page .banner img {
  border-radius: 0;
}

@media screen and (max-width: 1024px) {
  .default_flex {
    display: block;
  }
  .default_flex > .text {
    width: 100%;
  }
  .default_flex > .img {
    width: 100%;
  }
  .white_box_flex {
    grid-template-columns: repeat(2, 1fr);
  }
  .white_box_flex.second {
    grid-template-columns: repeat(1, 1fr);
  }
  .white_box.flex {
    display: block;
  }
  .white_box.flex .img {
    width: 60%;
    max-width: 300px;
    margin: 0 auto 3rem;
    display: block;
  }
  .white_box.flex .text {
    width: 100%;
  }
  .recruit_bg .ap_top_inner .ap_inner {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .white_box_flex {
    grid-template-columns: repeat(1, 1fr);
  }
  .recruit_bg .ap_top_inner .ap_inner .ap_column_single_bg {
    padding: clamp(2.5rem, 5vw, 10rem);
  }
}
/* テーブルを横スクロール対応に */
.table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* スマホでスムーズに */
}

.table-scroll table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px; /* これが横スクロールを発生させる最小幅 */
}

/* スタイル例（任意） */
.table-scroll th,
.table-scroll td {
  border: 1px solid #ddd;
  padding: 8px 12px;
  text-align: left;
  white-space: nowrap; /* 折り返し防止で横スクロール */
}

/* 769px以下のときだけ適用 */
@media (max-width: 769px) {
  .table-scroll {
    overflow-x: auto;
    display: block;
  }
}/*# sourceMappingURL=style_recruit.css.map */