@charset "UTF-8";
/* ==========================================================================
  googleフォント セルフホスティング
========================================================================== */
@font-face {
  font-family: "Libre Baskerville";
  src: url("../fonts/LibreBaskerville-Medium.woff") format("woff"), url("../fonts/LibreBaskerville-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular-subset.woff") format("woff"), url("../fonts/NotoSansJP-Regular-subset.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold-subset.woff") format("woff"), url("../fonts/NotoSansJP-Bold-subset.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP-Regular-subset.woff") format("woff"), url("../fonts/NotoSerifJP-Regular-subset.woff2") format("woff2"), url("../fonts/NotoSerifJP-Medium-subset.woff") format("woff"), url("../fonts/NotoSerifJP-Medium-subset.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_18pt-Bold.woff") format("woff"), url("../fonts/Inter_18pt-Bold.woff2") format("woff2"), url("../fonts/Inter_24pt-Bold.woff") format("woff"), url("../fonts/Inter_24pt-Bold.woff2") format("woff2"), url("../fonts/Inter_28pt-Bold.woff") format("woff"), url("../fonts/Inter_28pt-Bold.woff2") format("woff2");
  font-display: swap;
}
/* ==========================================================================
   変数
========================================================================== */
/* ==========================================================================
   リセット
 ========================================================================== */
* {
  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;
}

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(5.56rem, 7vw + 1rem, 9rem);
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
}

h2 {
  font-size: clamp(3.44rem, 4vw + 1rem, 6rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.4;
}

h3 {
  font-size: clamp(18px, 2.2vw + 1rem, 2.4rem);
  line-height: 1.5;
  font-weight: 500;
}

h4 {
  font-size: clamp(16px, 1.4vw + 1rem, 2rem);
  line-height: 1.5;
  font-weight: 500;
}

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

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

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

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.2rem, 0.8vw + 0.5rem, 1.8rem);
  color: #333344;
  background: #e4edf0;
  letter-spacing: 0;
  line-height: 1.8;
  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: 90%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}

.ap_tb_visible {
  display: none;
}

.ap_sm_visible {
  display: none;
}

@media screen and (max-width: 1500px) {
  .ap_pc_hidden {
    display: none !important;
  }
}
@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: #4e6070;
}

.ap_bg_primary {
  background: #008cce;
}

.ap_bg_secondary {
  background: #62b73a;
}

.ap_bg_thirdly {
  background: #4e6070;
}

/* ==========================================================================
   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;
  }
}
/***********************************/
/*お問い合わせ
/*オリジナルデザインがある場合は適宜変更してください
/************************************/
.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: 500;
}
.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: 500;
  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 .data {
  font-size: 14px;
  color: #959595;
}

.ap_inner.news {
  max-width: 1200px;
}

.ap_news_archive:hover {
  color: #008cce !important;
}

/***********************************/
/*初期メニュー*/
/*オリジナルデザインがある場合は適宜変更してください*/
/************************************/
/*トグルメニューの位置*/
.ap_menu {
  transition: 0.5s;
  position: relative;
  z-index: 9999;
}

.ap_menu_btn_trigger span {
  background: #fff;
}

.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; /*適宜変更*/
}
.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;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.ap_menu_box_flex_left a {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(3.44rem, 4vw + 1rem, 6rem);
  transition: 0.3s;
}
.ap_menu_box_flex_left a:hover {
  opacity: 0.7;
}
.ap_menu_box_flex_left span {
  font-size: clamp(14px, 0.8vw + 0.4rem, 1.6rem);
  margin-left: 2rem;
}

.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: "Libre Baskerville", 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: 599px) {
  .ap_menu_box_flex_left span {
    display: none;
  }
}
/***********************************/
/*初期アニメーション*/
/*オリジナルデザインがある場合は適宜変更してください*/
/************************************/
/*スクロールでフェードイン*/
.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: 3rem 0;
}
.ap_news_flex a:hover {
  color: #62b73a;
  text-decoration: underline;
}

.ap_news_flex_data {
  display: flex;
  align-items: center;
  margin-right: 2.5rem;
}

.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: 1.618/1;
  position: relative;
}

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

/*****************************
共通部分
*****************************/
.ap_top_title h1 {
  font-family: "Libre Baskerville", serif;
}
.ap_top_title p {
  font-size: clamp(14px, 0.8vw + 0.4rem, 1.6rem);
}
.ap_top_title h2 {
  font-size: clamp(16px, 1.4vw + 1rem, 2rem);
}
.ap_top_title span {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(5.56rem, 7vw + 1rem, 9rem);
}
.ap_top_title .blue {
  color: #008cce;
}
.ap_top_title .green {
  color: #62b73a;
}
.ap_top_title.white h1 {
  color: #fff;
}

.ap_common_btn {
  color: #fff;
  border: 1px solid #FFF;
  font-size: clamp(16px, 1.4vw + 1rem, 2rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 300px;
  padding: 1rem 2rem;
}
.ap_common_btn::after {
  content: "→";
  color: #fff;
  transition: 0.5s;
}
.ap_common_btn.blue {
  background: #008cce;
  border: 1px solid #008cce;
}
.ap_common_btn.green {
  background: #62b73a;
  border: 1px solid #62b73a;
}
.ap_common_btn:hover::after {
  transform: translateX(0.5rem);
}

/************************
ヘッダー
***********************/
header {
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
}

.ap_pc_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 10rem;
  padding: 0 2.5rem;
  transition: 0.5s;
}
.ap_pc_menu h1 {
  line-height: 0;
  width: 30%;
  max-width: 230px;
}
.ap_pc_menu ul {
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 1.5vw, 3rem);
}
.ap_pc_menu a {
  color: #fff;
}
.ap_pc_menu a:hover {
  opacity: 0.7;
}
.ap_pc_menu.child {
  background: #fff;
}
.ap_pc_menu.child a {
  color: #333344;
}
.ap_pc_menu.child .ap_menu_btn_trigger span {
  background: #333344;
}
.ap_pc_menu.child_important {
  background: #fff;
}
.ap_pc_menu.child_important a {
  color: #333344;
}
.ap_pc_menu.child_important .ap_menu_btn_trigger span {
  background: #333344;
}

.ap_side_menu {
  position: fixed;
  z-index: 1000;
  right: 0;
  top: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ap_side_menu a {
  writing-mode: vertical-rl;
  color: #fff;
  padding: 2.5rem 1.5rem;
  font-size: clamp(16px, 1.4vw + 1rem, 2rem);
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.2em;
}
.ap_side_menu a::after {
  content: "↓";
  width: 3rem;
  height: 3rem;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  margin-top: 1rem;
  writing-mode: horizontal-tb;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  letter-spacing: 0;
  transition: 0.5s;
}
.ap_side_menu a:hover::after {
  transform: translateY(5px);
}
.ap_side_menu .blue {
  background: #008cce;
}
.ap_side_menu .blue::after {
  color: #008cce;
}
.ap_side_menu .green {
  background: #62b73a;
}
.ap_side_menu .green::after {
  color: #62b73a;
}

@media screen and (max-width: 1024px) {
  .ap_pc_menu ul {
    display: none;
  }
  .ap_side_menu {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .ap_pc_menu.child {
    background: transparent;
  }
}
/*********************
チャイルドヘッダー
***********************/
.ap_child_header {
  background: #666;
  position: relative;
  height: 65vh;
  position: relative;
  width: 100%;
  clip-path: inset(0 0 0 0);
}
.ap_child_header > img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  filter: blur(1px) brightness(85%);
  height: 70vh;
}
.ap_child_header .ap_child_header_inner {
  position: absolute;
  padding: clamp(1.5rem, 2.5vw, 5rem);
  left: 0;
  bottom: 0;
  width: 100%;
}
.ap_child_header .ap_child_header_inner h1, .ap_child_header .ap_child_header_inner p, .ap_child_header .ap_child_header_inner span, .ap_child_header .ap_child_header_inner a {
  color: #fff;
}
.ap_child_header .ap_child_header_inner h1 {
  font-family: "Libre Baskerville", serif;
}
.ap_child_header .ap_child_header_inner p {
  max-width: 500px;
}

@media screen and (max-width: 599px) {
  .ap_child_header {
    height: 45vh;
  }
}
/*****************************
ファーストビュー
*****************************/
[class^=ap_top_sec] {
  background: #e4edf0;
  position: relative;
  z-index: 1;
}

.ap_fv {
  position: relative;
  width: 100%;
  height: clamp(140vh, 200vw, 200vh);
  clip-path: inset(0 0 0 0);
}
.ap_fv h1 {
  text-align: center;
}

.ap_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: scale(1.2);
}

.ap_first_wrap {
  position: relative;
  overflow: hidden;
  background: #008cce;
  padding: 0;
  clip-path: inset(0);
}

.ap_fv_grad {
  display: block;
  width: 100%;
  height: clamp(100vh, 125vw, 150vh);
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
  z-index: 998;
}

.ap_fv_top,
.ap_fv_bottom {
  position: relative;
  z-index: 999;
}

.ap_fv_top {
  height: clamp(60vh, 80vw, 100vh);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ap_fv_top h1 {
  line-height: 0;
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(3.44rem, 4vw + 1rem, 6rem);
  display: inline-block;
  margin: 2rem 0;
}

.ap_fv_bottom {
  height: clamp(60vh, 80vw, 100vh);
  display: flex;
  justify-content: space-between;
  gap: clamp(5rem, 5vw, 10rem);
  padding-top: clamp(10rem, 10vw, 20rem);
}
.ap_fv_bottom h2 {
  color: #fff;
  border-bottom: 3px solid #fff;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 1rem;
  display: inline;
  line-height: 2;
}
.ap_fv_bottom P {
  color: #fff;
  margin-bottom: 5rem;
}

.ap_fv_bottom_left {
  flex: 6;
  max-width: 900px;
}

.ap_fv_bottom_right {
  flex: 3;
  margin-top: clamp(5rem, 10vw, 15rem);
}

@media screen and (max-width: 1024px) {
  .ap_fv_bottom {
    display: block;
  }
  .ap_fv h1 img {
    width: 60%;
  }
}
@media screen and (max-width: 599px) {
  .ap_fv {
    height: 160vh;
  }
  .ap_fv_top {
    height: 50vh;
  }
  .ap_fv_bottom {
    height: 60vh;
  }
}
/*****************************
トップ01
*****************************/
.ap_top01_title_flex {
  display: flex;
  gap: clamp(5rem, 5vw, 10rem);
  align-items: end;
  margin: clamp(5rem, 5vw, 10rem) 0;
}
.ap_top01_title_flex > p {
  flex: 6;
  padding-bottom: 3rem;
}

.ap_top01_title_flex .ap_top_title {
  display: flex;
  flex: 4;
  align-items: end;
}

.ap_top01_title_flex .ap_top_title p {
  padding-bottom: 3rem;
  margin-left: 3rem;
  flex: 1;
}

.ap_top01_content_flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2.5rem, 2.5vw, 5rem);
}
.ap_top01_content_flex .zoom {
  width: 100%;
  margin-bottom: 1.5rem;
  aspect-ratio: 1/1.414;
}

.ap_top01_content_flex_box_title {
  font-size: clamp(18px, 2.2vw + 1rem, 2.4rem);
  margin-bottom: 1.5rem;
  font-family: "Noto Serif JP", serif;
  display: block;
}
.ap_top01_content_flex_box_title:hover {
  color: #008cce;
}

@media screen and (max-width: 1024px) {
  .ap_top01_title_flex {
    display: block;
  }
  .ap_top01_content_flex {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .ap_top01_title_flex .ap_top_title {
    display: block;
  }
  .ap_top01_title_flex .ap_top_title p {
    margin-left: 0;
  }
}
/*****************************
トップ02
*****************************/
.section {
  height: 100vh;
  position: relative;
}

.stack-wrapper {
  position: relative;
  height: 200vh;
}

.ap_top02_content {
  height: 100vh;
  position: relative;
  z-index: 1; /* pin 時の重なり制御 */
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}

.section__inner {
  display: flex;
  align-items: center;
  background: #e4edf0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.ap_top02_content_img {
  max-width: 850px;
}

.ap_top02_content_text {
  padding: clamp(5rem, 5vw, 10rem);
}

.ap_top02_content_text h2 {
  font-size: clamp(18px, 2.2vw + 1rem, 2.4rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  margin: 2.5rem 0;
}
.ap_top02_content_text .ap_common_btn {
  margin-top: 5rem;
}

@media screen and (max-width: 1024px) {
  .section__inner {
    display: block;
  }
  .ap_top02_content_text {
    padding: clamp(5rem, 5vw, 10rem) 0;
  }
}
/****************
採用
****************/
.parallax-wrap img,
.parallax-wrap2 img {
  width: 100%;
  height: 115%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ap_top03_content {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
  padding: 0%;
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
  align-items: center;
}

.ap_top03_content_text {
  width: 30%;
  margin-top: -20rem;
}

.ap_top03_content_img {
  width: 60%;
  display: flex;
}

.ap_top03_content_img_right {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1.414;
  margin: 5vh 0;
  width: 70%;
}

.ap_top03_content_img_left {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1.414;
  z-index: 999;
  margin-right: -5rem;
  margin-top: 41rem;
  width: 40%;
}

@media screen and (max-width: 1024px) {
  .ap_top03_content {
    flex-direction: column-reverse;
  }
  .ap_top03_content_img {
    width: 100%;
  }
  .ap_top03_content_text {
    width: 100%;
    margin-top: 0rem;
  }
  .ap_top03_content_img_right {
    aspect-ratio: 1/1.414;
    width: 100%;
  }
  .ap_top03_content_img_left {
    aspect-ratio: 1/1.414;
    margin-right: -10rem;
  }
}
/****************
お知らせ
****************/
.ap_top_sec04 {
  padding: 10rem 0 25rem;
}

.ap_top04_content {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
  padding: 0%;
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
}
.ap_top04_content .ap_top04_content_text {
  flex: 30%;
}
.ap_top04_content .ap_top04_content_link {
  flex: 70%;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .ap_top04_content {
    display: block;
  }
  .ap_top_sec04 {
    padding: 10rem 0 10rem;
  }
}
/****************
問合せ
****************/
.ap_top_sec05 {
  height: clamp(50vh, 80rem, 100vh);
  position: relative;
  width: 100%;
  clip-path: inset(0 0 0 0);
}
.ap_top_sec05 > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 115%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ap_top_sec05 .ap_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 1;
}
.ap_top_sec05 .ap_common_btn {
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .ap_top_sec05 {
    height: 50vh;
  }
}
/****************
footer
****************/
.ap_banner {
  position: relative;
  background-color: #fff;
}

.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 {
  width: 80%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.ap_banner_flex p {
  border-right: 1px solid #c3c3c3;
  padding: 2rem;
}
.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;
    font-size: clamp(16px, 1.4vw + 1rem, 2rem);
  }
  .ap_banner_flex .ap_banner_flex_ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
footer {
  background: #e4edf0;
  position: relative;
  padding: clamp(5rem, 5vw, 10rem) 0 2.5rem;
}
footer .copy {
  margin-top: clamp(5rem, 5vw, 10rem);
  color: #979797;
  font-size: clamp(14px, 0.8vw + 0.4rem, 1.6rem);
}

.scroll-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.scroll-text {
  display: inline-block;
  animation: scroll-left 25s linear infinite;
  color: #fff;
  font-family: "Libre Baskerville", serif;
  white-space: nowrap;
  font-size: clamp(3rem, 7vw, 9rem);
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.ap_footer_flex {
  display: flex;
  align-items: center;
  padding: 3rem 0;
  justify-content: space-between;
  margin-top: clamp(2.5rem, 2.5vw, 5rem);
}

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

.ap_footer_flex_right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.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 .parent {
  font-weight: 600;
  margin-bottom: 1rem;
}
.ap_footer_flex_right .ap_footer_flex_right_menu ul {
  margin-bottom: 2.5rem;
}
.ap_footer_flex_right .ap_footer_flex_right_menu li {
  margin-bottom: 1rem;
}
.ap_footer_flex_right .ap_footer_flex_right_menu:last-child {
  border-right: none;
  padding: 0;
  padding-left: 3rem;
}
.ap_footer_flex_right .ap_footer_flex_right_menu a:hover {
  color: #008cce;
}

@media screen and (max-width: 1024px) {
  .ap_footer_flex {
    flex-direction: column-reverse;
    align-items: baseline;
  }
  .ap_footer_flex_right .ap_footer_flex_right_menu:first-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .ap_footer_flex_right {
    display: block;
    width: 100%;
    margin-bottom: 5rem;
  }
  .ap_footer_flex_right .ap_footer_flex_right_menu {
    border-right: none;
    border-bottom: 1px solid #979797;
    padding: 2.5rem 0 !important;
  }
  .ap_footer_flex_right .ap_footer_flex_right_menu {
    border-right: none;
    padding: 0;
  }
  .ap_footer_flex_right .ap_footer_flex_right_menu:last-child {
    border-right: none;
    padding: 0;
  }
  .ap_footer_flex_left {
    width: 100%;
  }
  .ap_footer_flex_left ul {
    display: block;
    width: 100%;
  }
}
/*小磯さん追加分*/
.message_box {
  display: flex;
  flex-direction: row-reverse;
}
.message_box .message_box_content {
  margin: 0;
}
.message_box .message_box_img {
  width: 40%;
  margin: 0;
  height: auto !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  margin: 0 !important;
  aspect-ratio: inherit !important;
}
.message_box .white_box {
  width: 60%;
}
.message_box .white_box .name {
  text-align: right;
}
.message_box .white_box .name:before {
  content: attr(data-text);
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  font-size: 18px;
  display: inline-block;
  margin: 0 16px 0 0;
}

@media screen and (max-width: 1024px) {
  .message_box {
    display: block;
  }
  .message_box .message_box_img {
    width: 100%;
    height: auto;
  }
  .message_box .message_box_content {
    width: 100%;
  }
}
#actionplan .white_box_flex a {
  display: block;
  position: relative;
}
#actionplan .white_box_flex a:after {
  content: "→";
  width: 3rem;
  height: 3rem;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  margin-top: 1rem;
  writing-mode: horizontal-tb;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  letter-spacing: 0;
  transition: 0.5s;
  position: absolute;
  right: 0;
  bottom: -10px;
}
#actionplan .white_box_flex a:hover:after {
  transform: translateX(5px);
}
#actionplan .plan div {
  width: 35%;
}
#actionplan .plan div img {
  height: 100%;
  margin: initial;
  padding: clamp(1.5rem, 1.5vw, 3rem) 0;
}
#actionplan .plan .white_box {
  width: 65%;
}
#actionplan .reporting th, #actionplan .reporting td {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  #actionplan .plan {
    flex-direction: column;
  }
  #actionplan .plan div {
    width: 100%;
  }
  #actionplan .plan div img {
    height: 250px;
  }
  #actionplan .plan .white_box {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #actionplan .reporting th, #actionplan .reporting td {
    width: 100%;
  }
}

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

/*共通*/
.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(5.56rem, 7vw + 1rem, 9rem);
  color: #FFF;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
}

.ap_default_page h2 {
  font-size: clamp(3.44rem, 4vw + 1rem, 6rem);
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
}

.ap_default_page h3 {
  margin: 3rem 0 3rem 0;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid;
  font-size: clamp(2.5rem, 2vw + 1rem, 3rem);
  font-family: "Noto Serif JP", serif;
}
.ap_default_page h3 a {
  font-size: clamp(2.5rem, 2vw + 1rem, 3rem);
  font-family: "Noto Serif JP", serif;
}

.ap_default_page h4 {
  font-weight: 500;
  margin-bottom: clamp(1.5rem, 1.5vw, 3rem);
  font-size: clamp(18px, 2.2vw + 1rem, 2.4rem);
  font-family: "Noto Serif JP", serif;
}

.ap_default_page h5 {
  font-size: clamp(16px, 1vw + 0.8rem, 1.8rem);
  font-family: "Noto Serif JP", serif;
  margin: clamp(0.5rem, 0.5vw, 1rem) 0;
}
.ap_default_page h5::before {
  content: "■";
  margin-right: 1rem;
}

/*リスト*/
.ap_default_page ul li {
  margin: 0.5rem 0;
}

.ap_default_page ul li::before {
  content: "";
  display: inline-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: 600;
  padding: 1.5rem 0;
  border-bottom: 1px solid #ccc;
  text-align: left;
  width: 15%;
  vertical-align: middle;
}

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

.ap_default_text_inner img {
  aspect-ratio: 1.618/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@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 .ap_inner {
  width: 90%;
  max-width: 1500px;
  box-sizing: border-box;
  margin: 0 auto;
}

.ap_default_text_inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.ap_default_h2_title {
  display: flex;
  align-items: center;
  margin: clamp(2.5rem, 2.5vw, 5rem) 0;
}
.ap_default_h2_title h2 {
  margin-right: 3rem;
}
.ap_default_h2_title P {
  color: #4e6070;
}

.ap_default_text_inner img {
  aspect-ratio: 1.618/1;
  -o-object-fit: cover;
  object-fit: cover;
  margin: clamp(1.5rem, 1.5vw, 3rem) 0;
}

.white_box {
  background: rgba(255, 255, 255, 0.5);
  padding: clamp(4rem, 4vw, 8rem);
  margin: clamp(1.5rem, 1.5vw, 3rem) 0;
}

.company .small_title {
  padding: 0.5rem 2rem;
  color: #4e6070;
  border: 1px solid #4e6070;
  font-size: 14px;
}

.history dl {
  display: flex;
  align-items: center;
  margin: 2rem 0;
}
.history dt {
  display: flex;
  align-items: center;
}
.history dt::after {
  content: "";
  width: 5rem;
  border-top: 1px solid;
  margin: 0 2rem;
}
.history dt span {
  font-size: clamp(2.5rem, 2vw + 1rem, 3rem);
  font-family: "Libre Baskerville", serif;
  text-align: center;
  min-width: 100px;
}

.white_box_flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 2.5vw, 2.5rem);
}
.white_box_flex > div {
  background: rgba(255, 255, 255, 0.5);
  padding: clamp(2.5rem, 2.5vw, 2.5rem);
}
.white_box_flex img {
  margin-top: 0;
}
.white_box_flex h4 {
  font-size: clamp(16px, 1.4vw + 1rem, 2rem);
  margin-bottom: 0;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.white_box_flex.small h4 {
  margin-bottom: 0;
}

.ap_default_page ol {
  list-style-type: decimal;
  padding-left: 1.5em;
}
.ap_default_page ol li {
  margin-bottom: 0.5rem;
  list-style-type: decimal;
  padding-left: 1rem;
}

.second_img {
  display: flex;
  align-items: stretch;
  gap: clamp(2.5rem, 2.5vw, 5rem);
}
.second_img > div {
  width: 50%;
}
.second_img > div img {
  margin: 0;
}

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

.tel {
  font-size: clamp(2.5rem, 2vw + 1rem, 3rem);
  font-family: serif;
  display: block;
  margin-top: 1.5rem;
}

@media (max-width: 1024px) {
  .white_box_flex {
    grid-template-columns: repeat(1, 1fr);
  }
  .white_box_flex.small {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .second_img {
    flex-direction: column;
  }
  .second_img > div {
    width: 100%;
  }
  .white_box_flex.small {
    grid-template-columns: repeat(1, 1fr);
  }
  .history dl {
    display: block;
  }
  .ap_default_h2_title {
    display: block;
  }
  .history dt span {
    min-width: 60px;
  }
}/*# sourceMappingURL=style_corporate.css.map */