@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;
}

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

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

a {
  text-decoration: none;
  color: #1a1a1a;
  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(13px, 1.3vw, 1.7rem);
}

h1 {
  font-size: clamp(4rem, 2.2rem + 2vw, 6.4rem);
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

h2 {
  font-size: clamp(2rem, 2vw + 1.6rem, 4rem);
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

h3 {
  font-size: clamp(2rem, 2vw + 1.6rem, 4rem);
  line-height: 1.4;
  font-weight: 500;
}

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

h5 {
  font-size: clamp(1.6rem, 1.2vw + 0.5rem, 1.8rem);
  line-height: 1.4;
}

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

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(13px, 1.3vw, 1.7rem);
  color: #1a1a1a;
  background: #fff;
  letter-spacing: 0;
  line-height: 1.8;
  font-weight: 500;
  overflow-wrap: break-word;
  word-break: normal;
  overflow-x: hidden;
  max-width: 100vw;
  word-wrap: break-word;
}

section {
  padding: clamp(4rem, 4vw, 8rem) 0;
}

.ap_inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.ap_tb_visible {
  display: none;
}

.ap_sm_visible {
  display: none;
}

@media screen and (max-width: 768px) {
  .ap_tb_visible {
    display: block;
  }
  .ap_tb_hidden {
    display: none !important;
  }
}
@media screen and (max-width: 390px) {
  .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);
}

.mb4 {
  margin-bottom: clamp(0.4rem, 0.4vw, 0.4rem);
}

.mt4 {
  margin-top: clamp(0.4rem, 0.4vw, 0.4rem);
}

.mb8 {
  margin-bottom: clamp(0.8rem, 0.8vw, 0.8rem);
}

.mt8 {
  margin-top: clamp(0.8rem, 0.8vw, 0.8rem);
}

.mb16 {
  margin-bottom: clamp(1.6rem, 1.6vw, 1.6rem);
}

.mt16 {
  margin-top: clamp(1.6rem, 1.6vw, 1.6rem);
}

.mb24 {
  margin-bottom: clamp(2.4rem, 2.4vw, 2.4rem);
}

.mt24 {
  margin-top: clamp(2.4rem, 2.4vw, 2.4rem);
}

.mb32 {
  margin-bottom: clamp(3.2rem, 3.2vw, 3.2rem);
}

.mt32 {
  margin-top: clamp(3.2rem, 3.2vw, 3.2rem);
}

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

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

.mb48 {
  margin-bottom: clamp(4.8rem, 4.8vw, 4.8rem);
}

.mt48 {
  margin-top: clamp(4.8rem, 4.8vw, 4.8rem);
}

.mb56 {
  margin-bottom: clamp(5.6rem, 5.6vw, 5.6rem);
}

.mt56 {
  margin-top: clamp(5.6rem, 5.6vw, 5.6rem);
}

.mb64 {
  margin-bottom: clamp(6.4rem, 6.4vw, 6.4rem);
}

.mt64 {
  margin-top: clamp(6.4rem, 6.4vw, 6.4rem);
}

.mb72 {
  margin-bottom: clamp(7.2rem, 7.2vw, 7.2rem);
}

.mt72 {
  margin-top: clamp(7.2rem, 7.2vw, 7.2rem);
}

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

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

.mb88 {
  margin-bottom: clamp(8.8rem, 8.8vw, 8.8rem);
}

.mt88 {
  margin-top: clamp(8.8rem, 8.8vw, 8.8rem);
}

.mb96 {
  margin-bottom: clamp(9.6rem, 9.6vw, 9.6rem);
}

.mt96 {
  margin-top: clamp(9.6rem, 9.6vw, 9.6rem);
}

.mb104 {
  margin-bottom: clamp(10.4rem, 10.4vw, 10.4rem);
}

.mt104 {
  margin-top: clamp(10.4rem, 10.4vw, 10.4rem);
}

.mb112 {
  margin-bottom: clamp(11.2rem, 11.2vw, 11.2rem);
}

.mt112 {
  margin-top: clamp(11.2rem, 11.2vw, 11.2rem);
}

.mb120 {
  margin-bottom: clamp(12rem, 12vw, 12rem);
}

.mt120 {
  margin-top: clamp(12rem, 12vw, 12rem);
}

/* ==========================================================================
      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: #2D4090;
}

.ap_secondary,
.ap_secondary a,
a.ap_secondary {
  color: #266FB4;
}

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

.ap_bg_primary {
  background: #2D4090;
}

.ap_bg_secondary {
  background: #266FB4;
}

.ap_bg_thirdly {
  background: #CCCCCC;
}

/* ==========================================================================
   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);
  background: #fff;
}

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

/* ==========================================================================
      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 #2D4090;
  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: 390px) {
  a[href*="tel:"] {
    pointer-events: none !important;
    cursor: default;
    text-decoration: none !important;
    color: #1a1a1a !important;
  }
}
/* ==========================================================================
  アンカーリンク
========================================================================== */
:target {
  scroll-margin-top: 10rem;
}

@media (max-width: 1024px) {
  :target {
    scroll-margin-top: 6rem;
  }
}
/***********************************/
/*お問い合わせ
/*オリジナルデザインがある場合は適宜変更してください
/************************************/
.ap_contact_form_wrap input[type=submit] {
  background: #2D4090;
  border: 2px solid #2D4090;
  color: #fff;
  padding: 2rem 2rem;
  margin: 2rem 0;
  font-size: 2rem;
  border-radius: 50px;
  transition: 0.5s;
  width: clamp(24rem, 20rem + 6vw, 30rem);
  cursor: pointer;
}
.ap_contact_form_wrap input[type=submit]:hover {
  color: #2D4090;
  background: #fff;
}

.ap_height_center {
  align-items: center;
  border-bottom: 1px dotted #2D4090;
  padding: 2rem 0;
  display: flex;
}
.ap_height_center .ap_contact_left {
  width: 30%;
}
.ap_height_center .ap_contact_left p {
  font-size: clamp(1.6rem, 1.4rem + 0.3vw, 1.8rem);
}
.ap_height_center .ap_contact_right {
  width: 70%;
}
.ap_height_center .ap_contact_right input {
  font-size: clamp(1.6rem, 1.4rem + 0.3vw, 1.8rem);
}
.ap_height_center .ap_contact_right select {
  font-size: clamp(1.6rem, 1.4rem + 0.3vw, 1.8rem);
}
.ap_height_center .ap_contact_right textarea::-moz-placeholder {
  font-size: clamp(1.6rem, 1.4rem + 0.3vw, 1.8rem);
}
.ap_height_center .ap_contact_right textarea::placeholder {
  font-size: clamp(1.6rem, 1.4rem + 0.3vw, 1.8rem);
}

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

.address_wrap p > span {
  font-size: clamp(13px, 1.3vw, 1.7rem);
  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.4rem;
  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: 768px) {
  .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: #2D4090;
}

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

/*お知らせシングルのページャー*/
.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: #2D4090;
  text-decoration: underline;
}
.news_pager a {
  text-align: center;
}
.news_pager .end {
  justify-content: flex-end;
}

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

.ap_menu_btn_trigger span {
  background: #000;
}

/*トグルメニューの中身*/
.ap_menu_box {
  position: fixed;
  width: 100vw;
  transition: 0.5s;
  height: 0;
  overflow: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
  display: none;
  z-index: 999;
  background: linear-gradient(90deg, #2D4090, #266FB4);
  padding: 8rem 3rem; /*適宜変更*/
}

.ap_menu_box ul {
  overflow: auto;
  max-width: 600px;
  margin: 0 auto;
}

/*トグルメニューの初期レイアウト*/
.ap_menu_box ul li {
  text-align: left;
}

.ap_menu_box ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  position: relative;
  font-size: clamp(16px, 0.6vw + 1.4rem, 2.2rem);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
  padding: 0.8rem clamp(0.6rem, 0.05rem + 2.6vw, 1.8rem);
}

.ap_menu_box .arrow_img {
  width: 2.6rem;
  height: 2.6rem;
}

@media screen and (max-width: 1024px) {
  .ap_menu_box {
    display: block;
  }
  .ap_menu {
    display: block;
  }
}
.ap_menu_box.opacity {
  opacity: 1;
  visibility: visible;
}

.ap_menu_box.open {
  height: 100vh;
}

/***********************************/
/*初期アニメーション*/
/*オリジナルデザインがある場合は適宜変更してください*/
/************************************/
/*スクロールでフェードイン*/
.fade {
  opacity: 0;
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in {
  opacity: 1;
}

.ap_front_body {
  position: relative;
}

.ap_front_body::before {
  content: "";
  position: fixed;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  inset: 0;
  background: linear-gradient(90deg, #2D4090, #266FB4);
  pointer-events: none;
}

.body-bg-fade::before {
  opacity: 1;
}

/*ロード時にフェードイン　上の方の要素に*/
.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: 100%; /*各画像のdivクラスでサイズは変更すること*/
}

/* ドキドキしたアニメーション効果用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);
  }
}
/**********************
childheader
***********************/
.ap_child_header {
  background: #fff;
  padding: clamp(5.4rem, 6.4vw, 10.4rem) 5%;
  position: relative;
  overflow: hidden;
  margin-top: 10rem;
}
.ap_child_header .ap_child_title {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
}
.ap_child_header .ap_child_title p {
  display: inline-block;
  background: linear-gradient(90deg, #2D4090, #266FB4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 2vw, 2rem);
  margin-left: clamp(0.4rem, -0.3rem + 1vw, 1rem);
  font-weight: 600;
  font-family: "Jost", sans-serif;
}
.ap_child_header .ap_child_title h1 {
  font-weight: normal;
  font-size: clamp(4rem, 4vw, 7.2rem);
  letter-spacing: 0.6rem;
}

@media screen and (max-width: 1024px) {
  .ap_child_header {
    margin-top: 6rem;
  }
}
/*******************
pankuzu
*********************/
.top_pankuzu {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #ccc;
  padding: 1rem;
  font-size: clamp(10px, 0.4vw + 0.8rem, 1.4rem);
}
.top_pankuzu > div {
  font-size: clamp(10px, 0.4vw + 0.8rem, 1.4rem);
  font-weight: 600;
}
.top_pankuzu span {
  font-size: clamp(10px, 0.4vw + 0.8rem, 1.4rem);
  color: #2D4090;
  font-weight: 500;
}
.top_pankuzu a span {
  font-size: clamp(10px, 0.4vw + 0.8rem, 1.4rem);
  color: #ccc;
  font-weight: 500;
}

@media screen and (max-width: 390px) {
  .top_pankuzu {
    width: 95%;
    white-space: nowrap;
    overflow: auto;
    font-size: 12px;
    right: 0;
    left: 0;
    text-align: end;
    margin: 0 auto;
    padding: 0.4rem 0;
  }
  .top_pankuzu span {
    font-size: 12px;
  }
  .top_pankuzu a span {
    font-size: 12px;
  }
}
/**********************
初期ニュースアーカイブ
***********************/
/*お知らせコンテンツ（共通)*/
.ap_news_flex {
  display: flex;
  align-items: center;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(90deg, #2D4090, #266FB4) 1;
     border-image: linear-gradient(90deg, #2D4090, #266FB4) 1;
  padding: clamp(0.8rem, 0.6rem + 0.8vw, 1.6rem) clamp(2rem, 1.6rem + 1.2vw, 3.2rem);
}
.ap_news_flex a:hover {
  color: #2D4090;
}

.ap_news_flex:first-child {
  border-top: 1px solid;
  -o-border-image: linear-gradient(90deg, #2D4090, #266FB4) 1;
     border-image: linear-gradient(90deg, #2D4090, #266FB4) 1;
}

.ap_news_flex_data {
  display: flex;
  align-items: center;
  margin-right: 4rem;
}
.ap_news_flex_data .data {
  color: #838383;
}

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

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

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

/**********************
header
***********************/
.ap_header {
  position: relative;
  z-index: 1000;
}

.ap_pc_menu {
  width: 100%;
  height: 10rem;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 998;
  font-size: clamp(16px, 0.6vw + 1.4rem, 2.2rem);
  display: flex;
  align-items: center;
  padding-left: 4rem;
  justify-content: space-between;
}

.ap_pc_menu_left {
  font-size: 0;
  min-width: 150px;
  width: 20%;
}

.ap_pc_menu_right {
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(1rem, -6rem + 7vw, 7.2rem);
}

.ap-navigation {
  width: 60%;
  max-width: 810px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(1rem, -0.6rem + 1.5vw, 2.4rem);
}
.ap-navigation li > a:hover {
  color: #2D4090;
}

.ap-navigation li {
  padding: 5px 4px;
}

.ap_pc_menu_contact_area {
  display: flex;
  height: 100%;
  width: 34%;
  max-width: 360px;
  background: linear-gradient(90deg, #2D4090, #266FB4);
  border: 1px solid #2D4090;
  align-items: center;
  position: relative;
  z-index: 0;
}
.ap_pc_menu_contact_area > div {
  text-align: center;
}

.ap_pc_menu_contact_area::before {
  content: "";
  position: absolute;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s;
  inset: 0;
  background: #fff;
}

.ap_pc_menu_contact_area:hover::before {
  opacity: 1;
}

.ap_pc_menu_contact_area_text02 p {
  transition: 0.5s;
}

.ap_pc_menu_contact_area:hover .ap_pc_menu_contact_area_text02 p {
  color: #2D4090;
}

.ap_pc_menu_contact_area_text01 {
  background: #fff;
  border-radius: 30px;
  font-size: 14px;
  color: #2D4090;
  display: inline-block;
  padding: 0.2rem 1.2rem;
}

.ap_pc_menu_contact_area_text02 {
  display: inline-flex;
  align-items: center;
  font-size: clamp(16px, 0.6vw + 1.4rem, 2.2rem);
}
.ap_pc_menu_contact_area_text02 p {
  color: #fff;
}
.ap_pc_menu_contact_area_text02 .arrow_img {
  margin-left: 0.8rem;
  width: 2.4rem;
  height: 2.4rem;
}

@media screen and (max-width: 1024px) {
  .ap_menu {
    display: flex;
    align-items: center;
    height: 6rem;
  }
  .ap_pc_menu_right {
    display: none;
  }
  .ap_pc_menu_left img {
    max-height: 4rem;
  }
  .ap_pc_menu {
    height: 6rem;
    padding-left: 1.2rem;
  }
}
/**********************
footer
***********************/
/* パートナーをお探しの方へ */
.ap_footer_contact {
  width: 95%;
  max-width: 1400px;
  background: url("/img/bg_contact.webp");
  background-size: cover;
  background-position: center right;
  margin: 0 auto;
}

.ap_footer_contact_wrapper {
  width: 46%;
  margin-bottom: 2rem;
  color: #fff;
  min-width: 500px;
}

.ap_footer_contact_title {
  font-size: clamp(2rem, 2vw + 1.6rem, 4rem);
  font-family: "Noto Serif JP", serif;
}

.ap_footer_contact_text {
  margin: clamp(1rem, 1vw, 2rem) 0 clamp(1.6rem, 1.6vw, 3.2rem);
}

.ap_footer_contact_list {
  background: linear-gradient(90deg, #2D4090, #266FB4);
  padding: clamp(14px, 1.4vw, 1.8rem);
  margin-bottom: clamp(1.6rem, 1.6vw, 3.2rem);
}

.ap_footer_contact_list li {
  display: flex;
}

.ap_footer_contact_list li::before {
  content: "・";
  margin-right: 0.2rem;
}

@media screen and (max-width: 768px) {
  .ap_footer_contact {
    background: url("/img/bg_contactsp.webp");
    background-size: cover;
    background-position: bottom center;
  }
  .ap_footer_contact_wrapper {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    min-width: auto;
  }
}
/* フッター */
.ap_footer .ap_inner {
  display: flex;
  justify-content: space-between;
}

.ap_footer_right {
  min-width: 330px;
  display: flex;
  justify-content: flex-end;
  gap: 10%;
  line-height: 2.2;
}

.ap_footer_menu_insta a {
  display: flex;
  align-items: center;
  gap: 4px;
}

@media screen and (max-width: 768px) {
  .ap_footer .ap_inner,
  .ap_footer_right {
    min-width: auto;
    display: block;
    margin-top: 2rem;
  }
  .ap_footer_right {
    line-height: 2.6;
  }
}
/* コピー */
.copy {
  text-align: center;
  padding: 2rem 0;
}

/**********************
トップページ
***********************/
/* 共通スタイル */
/*共通ボタン */
.learn_more_btn {
  display: inline-flex;
  border-radius: 35px;
  align-items: center;
  padding: 0.6rem 0;
  width: clamp(16.6rem, 15.2rem + 7.5vw, 24rem);
  position: relative;
  z-index: 0;
}
.learn_more_btn span {
  font-size: clamp(16px, 0.6vw + 1.4rem, 2.2rem);
  margin-left: clamp(2rem, 1.6rem + 2.2vw, 4.2rem);
}

.learn_more_btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s;
  inset: 0;
  border-radius: 35px;
}

.learn_more_btn:hover::before {
  opacity: 1;
}

.arrow_img {
  width: 3rem;
  height: 3rem;
  border: #2D4090 1px solid;
  border-radius: 50%;
  position: relative;
  margin-left: clamp(2rem, 1.2rem + 3vw, 3.6rem);
}
.arrow_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 11px;
}

.learn_more_btn.white_btn {
  background: #fff;
}
.learn_more_btn.white_btn span {
  transition: 0.4s;
  color: #2D4090;
}

.learn_more_btn.white_btn::before {
  background: linear-gradient(90deg, #2D4090, #266FB4);
  border: 1px solid #fff;
}

.learn_more_btn.white_btn:hover span {
  color: #fff;
  position: relative;
  z-index: 0;
}

.arrow_img.white_btn {
  background: #2D4090;
  border: 1px solid #fff;
}

.learn_more_btn.blue_btn {
  background-image: linear-gradient(90deg, #2D4090, #266FB4);
}
.learn_more_btn.blue_btn span {
  transition: 0.4s;
  color: #fff;
}

.learn_more_btn.blue_btn::before {
  background: #fff;
  border: 1px solid #2D4090;
}

.learn_more_btn.blue_btn:hover span {
  color: #2D4090;
  position: relative;
  z-index: 0;
}

.arrow_img.blue_btn {
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .learn_more_btn {
    margin: 0 auto;
  }
}
.ap_top_title_en {
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08rem;
  margin-left: 0.4rem;
}

.gradation_blue {
  background: linear-gradient(90deg, #2D4090, #266FB4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ap_top_title_en.white {
  color: #fff;
}

/* ファーストビュー */
.ap_fv {
  margin-top: 10rem;
  padding-top: 0;
  position: relative;
}

.ap_fv_title_content {
  position: relative;
}

.ap_fv_text_area {
  padding-top: clamp(4rem, 1.6rem + 12vw, 16rem);
  padding-left: clamp(5rem, 4.4vw + 1rem, 12rem);
  padding-bottom: clamp(20rem, 24vw + 1rem, 48rem);
}

.ap_fv_title {
  letter-spacing: 0.6rem;
  font-size: clamp(4rem, 2.2rem + 2vw, 6.4rem);
}

.ap_fv_title_highlight {
  color: #2D4090;
  font-size: clamp(4rem, 2.2rem + 2vw, 6.4rem);
}

.ap_fv_title_point {
  font-size: clamp(2rem, 2vw, 4rem);
  line-height: 1.4;
}

.ap_fv_text {
  padding: clamp(1.2rem, 1.125rem + 0.4vw, 1.6rem) 0;
  font-size: clamp(1.4rem, 1.2rem + 0.6vw, 2rem);
}

.ap_fv_text_en {
  font-size: clamp(1.4rem, 1.2rem + 0.4vw, 2rem);
  color: #2D4090;
  font-family: "Jost", sans-serif;
  line-height: 1.4;
}

.ap_fv_slider {
  max-width: 1118px;
  width: 60%;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

.ap_fv_sub_img01 {
  max-width: 24%;
  position: absolute;
  bottom: 6.8rem;
  left: 0;
}

.ap_fv_sub_img02 {
  max-width: 22%;
  position: absolute;
  bottom: 0;
  z-index: 2;
  right: 4.8rem;
}

@media screen and (max-width: 1360px) {
  .ap_fv_text_area {
    padding-left: clamp(3.8rem, 3vw + 1rem, 20rem);
    padding-bottom: clamp(18rem, 18vw + 1rem, 48rem);
  }
  .ap_fv_title {
    letter-spacing: 0.4rem;
  }
  .ap_fv_sub_img01 {
    max-width: 24%;
    position: absolute;
    bottom: 0.8rem;
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .ap_fv {
    margin-top: 6rem;
    display: flex;
    flex-direction: column-reverse;
  }
  .ap_fv_title {
    font-size: clamp(2.4rem, 0.8rem + 6.2vw, 5.2rem);
  }
  .ap_fv_title_highlight {
    font-size: clamp(2.4rem, 0.8rem + 6.2vw, 5.2rem);
  }
  .ap_fv_text_area {
    padding-top: clamp(6.8rem, 2rem + 14vw, 13.6rem);
    padding-left: clamp(2rem, 6vw + 1rem, 7.2rem);
    padding-right: clamp(2rem, 6vw + 1rem, 7.2rem);
    padding-bottom: clamp(1rem, 1vw + 1rem, 2rem);
  }
  .ap_fv_sub_img01 {
    display: none;
  }
  .ap_fv_sub_img02 {
    top: clamp(-16rem, -15vw - 1rem, -5rem);
    right: 0;
    max-width: 41%;
  }
  .ap_fv_slider {
    position: static;
    width: 83%;
  }
}
/* About Us */
.ap_top_about {
  padding: 0;
  position: relative;
  z-index: 999;
}

.ap_top_about_wrapper {
  position: relative;
  padding: 0 0 3.2rem;
}

.ap_top_about_bg_img {
  text-align: end;
}

.ap_top_about_content {
  max-width: 1200px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ap_top_about_text {
  width: 58%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ap_top_about_text p {
  color: #fff;
  letter-spacing: 0.18rem;
}

.ap_top_about_copy {
  writing-mode: vertical-rl;
  color: #fff;
  width: 28%;
}
.ap_top_about_copy h2 {
  line-height: 1.8;
  width: 64%;
  letter-spacing: 0.4rem;
}

.ap_top_about .learn_more_btn span {
  margin-left: clamp(1.6rem, 1.4rem + 0.7vw, 2.4rem);
}

.ap_top_about .arrow_img {
  margin-left: clamp(0.8rem, 0.52rem + 1vw, 2rem);
}

@media screen and (max-width: 1024px) {
  .ap_top_about {
    padding-bottom: 0;
  }
  .ap_top_about_wrapper {
    padding: 0;
  }
  .ap_top_about_bg_img {
    width: 20rem;
    height: 20rem;
    position: absolute;
    top: 0;
    right: 0;
  }
  .ap_top_about_content {
    max-width: 700px;
    width: 95%;
    flex-direction: column-reverse;
    position: static;
    transform: none;
    padding: 4rem 0;
    margin: 0 auto;
  }
  .ap_top_about_text {
    width: 100%;
    display: block;
    margin-top: 0;
  }
  .ap_top_about_text p {
    margin-top: 4rem;
  }
  .ap_top_about_copy {
    width: 100%;
    writing-mode: horizontal-tb;
  }
  .ap_top_about_copy h2 {
    width: 100%;
  }
  .learn_more_btn_wrapper {
    text-align: center;
  }
}
/* 加工技術 */
.ap_top_tec {
  max-width: 1400px;
  margin: 0 auto;
  width: 95%;
}

.ap_top_tec_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: calc(50% - 50vw);
}

.ap_top_tec_text_container {
  width: 30%;
}

.ap_top_tec_text_content h2 {
  color: #2D4090;
  display: inline-block;
}

.ap_top_tec_text_swiper_slide.swiper-slide .ap_flex {
  flex-direction: column;
  justify-content: space-between;
  height: clamp(30rem, 20rem + 12vw, 38rem);
}

.ap_top_tec_text_swiper .swiper-pagination {
  counter-reset: number 0;
  position: static;
  text-align: left;
}

.ap_top_tec_text_swiper .swiper-pagination-bullet {
  width: clamp(4rem, 3.8rem + 1.2vw, 5.2rem);
  height: clamp(4rem, 3.8rem + 1.2vw, 5.2rem);
  border: #CCCCCC 2px solid;
  position: relative;
  border-radius: 50%;
  background: none;
  color: #CCCCCC;
  opacity: 1;
}

.ap_top_tec_text_swiper .swiper-pagination-bullet::before {
  counter-increment: number 1;
  content: "0" counter(number);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(13px, 1.3vw, 1.7rem);
  font-family: "Jost", sans-serif;
  letter-spacing: 0.2rem;
}

.ap_top_tec_text_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: clamp(5.2rem, 4.8rem + 1.2vw, 6.4rem);
  height: clamp(5.2rem, 4.8rem + 1.2vw, 6.4rem);
  background: linear-gradient(90deg, #2D4090, #266FB4);
  border: #2D4090 1px solid;
  color: #fff;
  position: relative;
  border-radius: 50%;
  margin-right: clamp(1rem, 0.8rem + 0.4vw, 1.2rem);
}

.ap_top_tec_text_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "0" counter(number);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(16px, 0.6vw + 1.4rem, 2.2rem);
  font-family: "Jost", sans-serif;
  letter-spacing: 0.2rem;
}

.ap_top_tec_text_container .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  margin-right: clamp(1rem, 0.8rem + 0.4vw, 1.2rem);
}

.ap_top_tec_img_container {
  width: 65%;
}

@media screen and (max-width: 1460px) {
  .ap_top_tec_text_container {
    width: 40%;
  }
  .ap_top_tec_img_container {
    width: 58%;
  }
}
@media screen and (max-width: 1024px) {
  .ap_top_tec {
    flex-direction: column-reverse;
  }
  .ap_top_tec_wrapper {
    flex-direction: column-reverse;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
  }
  .ap_top_tec_text_container {
    width: 100%;
    margin-top: clamp(2.8rem, 2rem + 2vw, 4rem);
  }
  .ap_top_tec_text_swiper .swiper-pagination-bullet {
    border: #CCCCCC 1px solid;
  }
  .ap_top_tec_text_swiper_slide.swiper-slide .ap_flex {
    height: 30rem;
  }
  .ap_top_tec_img_container {
    width: 100%;
  }
}
/* 設備紹介 */
.ap_top_facility {
  position: relative;
}

.ap_top_facility::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  height: 78%;
  background: linear-gradient(90deg, #2D4090, #266FB4);
  z-index: -1;
}

.ap_top_facility .ap_inner {
  width: 85%;
}

.ap_top_facility_text_content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.ap_top_facility_title p,
.ap_top_facility_title h2 {
  color: #fff;
}

.ap_top_facility_text {
  color: #fff;
}

.ap_top_facility_scrollbar.swiper-scrollbar {
  background: #266FB4;
  position: static !important;
  width: 66% !important;
  height: 2.4px !important;
  margin-left: auto;
  margin-right: auto;
}

.ap_top_facility_scrollbar .swiper-scrollbar-drag {
  background: #fff;
}

.ap_top_facility_slider {
  width: 90%;
  margin-left: auto;
  overflow: hidden;
}

.ap_top_facility_swiper.swiper {
  overflow: visible !important;
}

.ap_top_facility_swiper_slide.swiper-slide {
  position: relative;
  width: clamp(24rem, 20rem + 15vw, 39rem);
  margin-left: clamp(1.4rem, 1.2rem + 0.6vw, 2rem);
}

.ap_top_facility_swiper_img_wrapper {
  transition: 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}

.ap_top_facility_swiper_img {
  position: relative;
}

.ap_top_facility_swiper_img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 5%, rgba(0, 0, 0, 0) 30%);
}

.ap_top_facility_swiper_img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 0.74/1;
}

.ap_top_facility_swiper_img_wrapper:hover {
  transform: scale(1.1);
}

.ap_top_facility_swiper_text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem;
  z-index: 2;
  width: 92%;
  margin: 0 auto;
}
.ap_top_facility_swiper_text p {
  color: #fff;
  font-size: clamp(13px, 1.3vw, 1.7rem);
}
.ap_top_facility_swiper_text .ap_top_facility_swiper_text_en {
  font-size: clamp(12px, 0.4vw + 1rem, 1.6rem);
  font-family: "Jost", sans-serif;
}
.ap_top_facility_swiper_text .ap_flex {
  align-items: center;
  justify-content: space-between;
}
.ap_top_facility_swiper_text .arrow_img {
  background: transparent;
  margin-left: 0;
}

@media screen and (max-width: 1024px) {
  .ap_top_facility::after {
    width: 100%;
    height: 100%;
  }
  .ap_top_facility .ap_inner {
    width: 100%;
  }
  .ap_top_facility_text_content {
    display: block;
  }
  .ap_top_facility_title {
    width: 95%;
    margin: 0 auto;
  }
  .ap_top_facility_text,
  .ap_top_facility_scrollbar.swiper-scrollbar {
    width: 88% !important;
    margin-left: auto;
    margin-right: 2%;
  }
}
/* プロジェクト */
.ap_top_project {
  position: relative;
}

.ap_top_project::after {
  content: "";
  position: absolute;
  top: 300px;
  left: 0;
  bottom: 0;
  width: 97%;
  background: #f0f2f4;
  z-index: -1;
}

.ap_top_project .ap_inner {
  margin-top: clamp(4rem, 2.8rem + 4vw, 8rem);
}

.ap_top_project_slider {
  max-width: 1118px;
  width: 90%;
}

.ap_top_project_text_content {
  display: flex;
}

.ap_top_project_title {
  width: 30%;
}

.ap_top_project_text {
  width: 70%;
}

.ap_top_project_article {
  margin-top: clamp(4rem, 2.8rem + 4vw, 8rem);
}

.ap_top_project_article_box {
  display: flex;
  background: #fff;
  padding: clamp(1.8rem, 1.4rem + 2.2vw, 4rem);
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
  transition: 0.3s;
}

.ap_top_project_article_box:hover {
  box-shadow: 0 0 20px #ccc;
}

.ap_top_project_article_box:last-of-type {
  margin-bottom: 6rem;
}

.ap_top_project_article_img {
  flex: 1;
}
.ap_top_project_article_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1.618/1;
}

.ap_top_project_article_text_content {
  flex: 1.6;
}
.ap_top_project_article_text_content h3 {
  font-size: clamp(18px, 0.6vw + 1.6rem, 2.4rem);
  font-family: "Noto Serif JP", serif;
}

.ap_top_project_article_text > div {
  display: flex;
  align-items: flex-start;
  gap: clamp(0.8rem, 0.6rem + 0.5vw, 1.4rem);
}

.ap_top_project_article_label {
  flex: 1;
  text-align: center;
  background: linear-gradient(90deg, #2D4090, #266FB4);
  border-radius: 20px;
  padding: 0.2rem clamp(0.2rem, -0.04rem + 1.2vw, 1.4rem);
  color: #fff;
  margin-bottom: 1rem;
  min-width: 100px;
}

.ap_top_project_article_details {
  flex: 4.2;
}

.ap_top_project .learn_more_btn_wapper {
  text-align: center;
}

.ap_top_project_warning {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .ap_top_project::after {
    width: 100%;
    top: 100px;
  }
  .ap_top_project_slider {
    width: 85%;
  }
  .ap_top_project_text_content {
    display: block;
  }
  .ap_top_project_title,
  .ap_top_project_text {
    width: 100%;
  }
  .ap_top_project_text {
    margin-top: 2rem;
  }
  .ap_top_project_article_box {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
/* お知らせ */
.ap_top_news .ap_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1%;
}

.ap_top_news_title_content {
  flex: 1;
}

.ap_top_news_article {
  flex: 2.2;
}

@media screen and (max-width: 1024px) {
  .ap_top_news .ap_inner {
    display: block;
  }
  .ap_top_news_title_content,
  .ap_top_news_article {
    width: 100%;
  }
  .ap_top_news_article {
    margin-top: clamp(2rem, 1rem + 3vw, 4rem);
  }
}
/**********************
加工技術
***********************/
.ap_tec_video.wp-block-video {
  text-align: end;
}
.ap_tec_video.wp-block-video video {
  max-width: 550px;
}

@media (max-width: 768px) {
  .ap_tec_video.wp-block-video {
    text-align: center;
  }
  .ap_tec_img.wp-block-image figure {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
/**********************
設備紹介
***********************/
.ap_facility_title p {
  color: #2D4090;
  padding-left: clamp(0rem, -0.291rem + 1.45vw, 0.8rem);
}

.ap_facility_content01,
.ap_facility_content02 {
  gap: 4rem;
}

.ap_facility_text,
.ap_facility_media {
  flex: 1;
}

.ap_facility_media video,
.ap_facility_media img {
  width: 100%;
  max-width: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 16/9;
}

@media (max-width: 768px) {
  .ap_facility_content01 {
    flex-direction: column;
    gap: 0;
  }
  .ap_facility_content02 {
    flex-direction: column-reverse;
    gap: 0;
  }
  .ap_facility_media {
    text-align: center;
  }
  .ap_facility_content01_text p {
    margin-bottom: 2rem;
  }
}
/**********************
プロジェクト
***********************/
.project_shopsite_table {
  margin-top: 0.4rem;
}

.ap_default_page .project_shopsite_table a {
  color: #2D4090;
}

.ap_default_page .project_shopsite_table th,
.ap_default_page .project_shopsite_table td {
  border: none;
  padding: 0.1rem 0.5rem;
  font-size: clamp(13px, 1.3vw, 1.7rem);
}

.ap_default_page .project_shopsite_table th {
  position: relative;
  font-weight: normal;
  padding-left: clamp(22px, 1.7vw, 3.2rem);
  padding-right: 3.4rem;
  color: #1a1a1a;
}

.ap_default_page .project_shopsite_table th::before {
  content: "●";
  color: #2D4090;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .img_hidden {
    display: none;
  }
}
@media (max-width: 768px) {
  .ap_default_page .project_shopsite_table td {
    padding-left: clamp(22px, 1.7vw, 3.2rem);
  }
}
/**********************
会社概要
***********************/
.company_history {
  background-color: rgba(204, 204, 204, 0.3);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 4rem 0 2rem;
}

.company_history dl {
  display: flex;
  align-items: baseline;
  margin-bottom: clamp(2rem, 2vw, 4rem);
}

.circle {
  color: #2D4090;
  position: relative;
}

.circle::before {
  width: 1px;
  height: 10rem;
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 0.5px);
  background-color: #2D4090;
}

.circle.last::before {
  height: 0;
}

.circle::after {
  width: 30px;
  height: 1px;
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 0.5px);
  background-color: #2D4090;
}

.company_history dt {
  color: #2D4090;
  width: 5%;
  min-width: 36px;
  max-width: 50px;
}

.history_description {
  padding-left: 4rem;
}

.ap_company_google_map {
  height: clamp(26rem, 18rem + 28vw, 56rem);
}

@media (max-width: 768px) {
  .company_content_table th {
    border-bottom: none;
  }
  .company_content_table td {
    padding-top: 0;
  }
  .company_history {
    padding: 2rem 0 1rem;
  }
}
/**********************
お問合せ
***********************/
.ap_contact_flow {
  background: linear-gradient(90deg, #2D4090, #266FB4);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: clamp(4rem, 4vw, 8rem) calc(50vw - 50%);
}

.ap_contact_flow_title {
  color: #fff;
  font-size: clamp(2rem, 2vw + 1.6rem, 4rem);
  font-family: "Noto Serif JP", serif;
}

.ap_contact_flow_wrapper {
  display: flex;
  justify-content: center;
  gap: 2%;
  padding-top: clamp(4rem, 4vw, 8rem);
}

.ap_contact_flow_flex_main {
  width: 18%;
}
.ap_contact_flow_flex_main p {
  color: #fff;
}

.ap_contact_flow_wrapper_circle {
  position: relative;
  width: 100%;
  border-radius: 50%;
  background-color: #fff;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ap_contact_flow_wrapper_circle p {
  font-size: clamp(16px, 0.6vw + 1.4rem, 2.2rem);
  line-height: 1.4;
  color: #2D4090 !important;
  text-align: center;
  padding-bottom: 0.4rem;
}
.ap_contact_flow_wrapper_circle p:nth-child(1) {
  position: absolute;
  top: 12%;
  left: 0;
  right: 0;
  font-family: "Jost", sans-serif;
}
.ap_contact_flow_wrapper_circle p:nth-child(2) {
  padding-top: 7%;
}

.ap_contact_flow_wrapper_circle::after {
  content: "";
  border-bottom: 3px dotted #fff;
  width: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(100%);
}

.ap_contact_flow_wrapper_circle.last_child::after {
  content: none;
}

.ap_contact_flow_solid {
  padding: clamp(1.6rem, 1.6vw, 1.6rem) 0;
}
.ap_contact_flow_solid hr {
  border: none;
  border-top: 1px solid #fff;
  width: 16%;
  rotate: 90deg;
}

@media screen and (max-width: 768px) {
  .ap_contact_flow_wrapper {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .ap_contact_flow_flex_main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ap_contact_flow_wrapper_circle {
    width: 36%;
    max-width: 170px;
  }
  .ap_contact_flow_wrapper_circle::after {
    border-left: 3px dotted #fff;
    width: 0;
    height: 50px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .ap_contact_flow_text {
    width: 54%;
  }
  .ap_contact_flow_solid {
    width: 10%;
  }
  .ap_contact_flow_solid hr {
    rotate: unset !important;
    width: 50%;
  }
}
/* コンタクトフォーム */
.wpcf7-list-item-label {
  position: relative;
}

.ap_contact_form_confirm {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.ap_contact_br_point {
  display: none;
}

@media screen and (max-width: 940px) {
  .ap_contact_br_point {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .ap_contact_br_point {
    display: none;
  }
}
/**********************
採用情報
***********************/
.tac {
  text-align: center;
}

.recruit_table th {
  width: 26%;
}

.recruit_table td {
  width: 72%;
}

@media screen and (max-width: 768px) {
  .recruit_table th,
  .recruit_table td {
    width: 100%;
  }
  .recruit_table th {
    border-bottom: none;
  }
}
/**********************
プライバシーポリシー
***********************/
.wp-block-list .ap_policy_list_ex {
  align-items: baseline;
}

.wp-block-list.policy_list_number li {
  display: list-item;
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}

.wp-block-list.policy_list_number li::before {
  content: none;
}

.ap_default_page {
  padding-top: 0;
}

.ap_default_page .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.ap_default_page p > a {
  color: #2D4090;
  text-decoration: underline;
}

.ap_default_page .box a {
  color: #2D4090;
  text-decoration: underline;
}

/*タイトル*/
.ap_default_page h1 {
  font-size: clamp(4rem, 2.2rem + 2vw, 6.4rem);
  color: #2D4090;
  margin-bottom: clamp(1rem, 1vw, 4rem);
  border-top: 5px solid #2D4090;
  padding-top: 1rem;
}

/* h2 */
.ap_default_page .ap_h2_wrapper {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: linear-gradient(90deg, #2D4090, #266FB4);
}

.ap_h2_area {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: linear-gradient(90deg, #2D4090, #266FB4);
  position: relative;
  padding: 0 5%;
}

.ap_h2_text_area {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
.ap_h2_text_area .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: clamp(16rem, 16vw, 24.5rem);
}
.ap_h2_text_area .wp-block-group__inner-container p {
  color: #fff;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 2vw, 2rem);
}
.ap_h2_text_area .wp-block-group__inner-container h2 {
  font-size: clamp(2.8rem, 2vw + 2.4rem, 4.8rem);
  color: #fff;
  letter-spacing: 0.6rem;
  font-weight: normal;
}

.ap_h2_img {
  position: absolute;
  top: 0;
  right: 0;
}
.ap_h2_img img {
  width: auto;
  height: clamp(16rem, 16vw, 24.5rem);
}

.ap_default_page h3 {
  padding-bottom: 0.8rem;
  border-bottom: 2px solid #CCC;
  color: #2D4090;
  font-size: clamp(2rem, 2vw + 1.6rem, 4rem);
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.4rem;
  font-weight: normal;
}

.ap_default_page h4 {
  color: #2D4090;
  margin-bottom: 2rem;
  font-size: clamp(1.6rem, 0.4vw + 1.4rem, 2rem);
  letter-spacing: 0.3rem;
  font-weight: normal;
}

.ap_default_page h5 {
  font-size: clamp(1.6rem, 1.2vw + 0.5rem, 1.8rem);
}

@media screen and (max-width: 768px) {
  .ap_h2_text_area {
    flex-basis: 100% !important;
  }
  .ap_h2_img {
    display: none;
  }
}
/*リスト*/
.ap_default_page li {
  display: flex;
  align-items: flex-start;
  margin: 0.5rem 0;
  align-items: center;
}

.ap_default_page li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #2D4090;
  border-radius: 50px;
  margin-right: 1rem;
  flex-shrink: 0;
}

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

.ap_default_page th {
  color: #2D4090;
  align-content: center;
  font-size: clamp(16px, 0.6vw + 1.4rem, 2.2rem);
  font-weight: 500;
}

.ap_default_page td {
  vertical-align: middle;
}

.ap_default_page th,
.ap_default_page td {
  border: none;
  border-bottom: 2px solid rgba(204, 204, 204, 0.4);
  padding: clamp(0.8rem, 0.6rem + 0.6vw, 1.4rem) clamp(0.8rem, 0.6rem + 1vw, 1.8rem);
}

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

/*flex*/
.ap_flex {
  display: flex;
}

/*上余白*/
.ap_spacer_large {
  margin-top: clamp(5.4rem, 4rem + 2.4vw, 8rem);
}

.ap_spacer_mid {
  margin-top: clamp(3.6rem, 3rem + 2.2vw, 6rem);
}

.ap_spacer_small {
  margin-top: clamp(1.8rem, 1rem + 2vw, 4rem);
}

.ap_spacer_x_small {
  margin-top: clamp(1.4rem, 1rem + 0.7vw, 2.2rem);
}

@media (max-width: 768px) {
  .ap_default_page th {
    display: block;
    width: 100%;
  }
  .ap_default_page td {
    display: block;
    width: 100%;
  }
  .ap_default_page th {
    border-bottom: none;
  }
  /*スペース*/
  .wp-block-spacer[style*="height:8rem"] {
    height: clamp(5.4rem, 4rem + 2.4vw, 8rem) !important;
  }
  .wp-block-spacer[style*="height:6rem"] {
    height: clamp(3.6rem, 3rem + 2.2vw, 6rem) !important;
  }
  .wp-block-spacer[style*="height:4rem"] {
    height: clamp(1.8rem, 1rem + 2vw, 4rem) !important;
  }
}
/* カラムブロック */
@media (max-width: 768px) {
  .wp-block-columns {
    flex-wrap: wrap !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 769px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0 !important;
    flex-grow: 1 !important;
  }
}
/* img、video */
@media (max-width: 768px) {
  .wp-block-image {
    text-align: center;
  }
  .wp-block-video {
    text-align: center;
  }
}
/*ダウンロードボタン*/
.wp-block-file {
  border: 1px solid #2D4090;
  display: inline-block;
  padding: clamp(0.5rem, 0.4vw, 0.8rem);
  margin-top: clamp(0.4rem, 0.4vw, 0.8rem);
}

.wp-block-file .wp-block-file__button {
  background: #2D4090;
  padding: 0.2rem 1.2rem;
  border-radius: 0;
}

/* シングル共通 */
.ap_news_pager_title .date {
  margin-top: 1rem;
  margin-right: 1rem;
}/*# sourceMappingURL=style.css.map */