@charset "UTF-8";
/* font-sizeレスポンシブ */
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: 500;
  font-size: 0.9444444444rem;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  background-color: #ffffff;
  appearance: none;
  padding-right: 30px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3e%3cpath fill='%23333' d='M1 1l5 5 5-5'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
}

input[type=checkbox],
input[type=radio] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #27282b;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  background-color: #1184e8;
  border-color: #1184e8;
}
input[type=checkbox]:checked:after,
input[type=radio]:checked:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

html, body {
  height: auto; /* 必要に応じてコンテンツに合わせる */
  min-height: 100%; /* 最低でも画面いっぱいの高さ */
}

html {
  color: #1184e8;
  background: #ffffff;
  word-break: break-all;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  overflow-x: hidden;
}

header #p-header--logo {
  color: #ffffff;
  position: relative;
  top: 30px;
}
header #p-header--logo a {
  font-family: "Mochiy Pop P One", "游ゴシック", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: 400;
  font-weight: normal;
}

main > .right-align-content h3 {
  margin: 30px auto !important;
}
main {
  position: relative;
  background-color: #1184e8;
}
main .c-title--page {
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 1839px) {
  main .c-title--page {
    margin: auto;
  }
}

.page-bg {
  padding-top: clamp(135px, 135px + (185 - 135) * (100vw - 767px) / (1920 - 767), 185px);
  background-image: url("../images/common/page/page_architecture.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.page-bg #p-section-title {
  align-items: center;
  justify-content: space-between;
  line-height: clamp(60px, 60px + (100 - 60) * (100vw - 375px) / (1920 - 375), 100px);
}
.page-bg #p-section-title .text-en {
  font-size: clamp(30px, 30px + (70 - 30) * (100vw - 375px) / (1920 - 375), 70px);
  color: #89c2f3;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}
.page-bg #p-section-title .text-ja {
  font-size: clamp(30px, 30px + (50 - 30) * (100vw - 375px) / (1920 - 375), 50px);
}
.page-bg .c-eyecatch {
  /*width: 1200px;*/
  width: 62.5vw;
  height: auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .page-bg .c-eyecatch {
    width: 100%;
    height: auto;
  }
}
.page-bg .c-eyecatch img {
  width: 1200px;
  height: 500px;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .page-bg .c-eyecatch img {
    width: 100%;
    height: auto;
  }
}

.white-bg {
  background-color: #ffffff;
  color: #1184e8;
}

.white-text {
  color: #ffffff;
}

#sidebar h3, #sidebar-event h3 {
  font-size: clamp(12px, 12px + (20 - 12) * (100vw - 375px) / (1920 - 375), 20px);
  margin-bottom: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
}
#sidebar, #sidebar-event {
  padding-left: clamp(0px, 0px + (45 - 0) * (100vw - 375px) / (1920 - 375), 45px);
  padding-right: clamp(0px, 0px + (45 - 0) * (100vw - 375px) / (1920 - 375), 45px);
  padding-top: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
  padding-bottom: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
}
#sidebar li, #sidebar-event li {
  margin-bottom: clamp(15px, 15px + (30 - 15) * (100vw - 375px) / (1920 - 375), 30px);
}
#sidebar li a, #sidebar-event li a {
  color: #ffffff;
}
#sidebar .is-current, #sidebar-event .is-current {
  display: flex;
  align-items: center;
  position: relative;
  left: -20px;
}
#sidebar .is-current:before, #sidebar-event .is-current:before {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background-color: #ffffff;
  position: relative;
  margin-right: 5px;
}

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

.no-wrap {
  flex-wrap: nowrap;
}

ul {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
}

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

img {
  border: 0;
  margin: 0;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

img.aligncenter {
  display: block;
  margin: 15px auto;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-align: justify;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
    color: inherit;
    transition: 0.3s ease-in-out;
  }
}

a:hover {
  cursor: pointer;
}

.parent {
  text-align: center;
}

aside {
  margin-right: 1rem;
}
aside .button_area {
  background-color: #fff;
}

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

.blue-bg {
  background-color: #1184e8;
}

.p-sideMenu {
  position: absolute;
  top: clamp(160px, 160px + (210 - 160) * (100vw - 767px) / (1920 - 767), 210px);
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-sideMenu {
    top: inherit;
    left: 0;
    bottom: 0;
  }
}
.p-sideMenu-nav--list {
  display: flex;
  flex-direction: column;
  height: clamp(300px, 300px + (450 - 300) * (100vw - 767px) / (1920 - 767), 450px);
}
@media only screen and (max-width: 767px) {
  .p-sideMenu-nav--list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 76px;
  }
}
.p-sideMenu-nav--list li {
  display: inherit;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .p-sideMenu-nav--list li {
    text-align: center;
  }
}
.p-sideMenu-nav--list li a {
  display: flex;
  flex: 1;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  width: 7.29vw;
  min-width: 102px;
  font-size: clamp(14px, 14px + (21 - 14) * (100vw - 900px) / (1920 - 900), 21px);
}
@media only screen and (max-width: 767px) {
  .p-sideMenu-nav--list li a {
    flex: 1;
    width: 100%;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.p-sideMenu-nav--list .side-menu1 {
  background-color: #89c2f3;
}
.p-sideMenu-nav--list .side-menu3 {
  background-color: #89c2f3;
}
.p-sideMenu-nav--list .black-title {
  background-color: #000;
}

.tag-list {
  gap: 10px;
  justify-content: center;
}
.tag-list a {
  color: #ffffff;
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
  border: 1px solid #ffffff;
  padding: 2px 20px;
  border-radius: 30px;
}

.more-btn, .c-form-actions {
  width: clamp(240px, 240px + (280 - 240) * (100vw - 375px) / (1920 - 375), 280px);
  margin: auto;
  text-align: center;
  margin-top: clamp(30px, 30px + (105 - 30) * (100vw - 375px) / (1920 - 375), 105px);
}
.more-btn a, .more-btn input, .c-form-actions a, .c-form-actions input {
  width: 100%;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 16px;
  border-radius: 60px;
  position: relative;
  display: block;
}
.more-btn a img, .more-btn input img, .c-form-actions a img, .c-form-actions input img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(28px, 28px + (36 - 28) * (100vw - 375px) / (1920 - 375), 36px);
}
.more-btn .d-flex, .c-form-actions .d-flex {
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.more-btn.blue-btn a, .more-btn.blue-btn input, .c-form-actions a, .c-form-actions input {
  color: #1184e8;
  border-color: #1184e8;
  background-color: #ffffff;
}

.more-btn a, .blue-btn a {
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / (1920 - 375), 16px);
}

.c-form-actions input {
  cursor: pointer;
  background-image: url(../images/icon/blue_right_arrow_icon.png);
  background-repeat: no-repeat;
  background-position: 95% center;
}

.confirm input.wpcf7-previous {
  background-image: url(../images/icon/blue_left_arrow_icon.png);
  background-position: 5% center;
}

.c-form-actions {
  margin-top: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px);
}

html {
  font-size: clamp(12px, 12px + (20 - 12) * (100vw - 375px) / (1920 - 375), 20px);
}

nav a {
  font-size: clamp(16px, 16px + (23 - 16) * (100vw - 375px) / (1920 - 375), 23px);
}

h1 {
  font-size: clamp(18px, 18px + (31 - 18) * (100vw - 375px) / (1920 - 375), 31px);
  margin: 0;
}

h2 {
  font-size: clamp(15px, 15px + (28 - 15) * (100vw - 375px) / (1920 - 375), 28px);
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  /*font-weight: normal !important;*/
  margin: 0;
}

h3 {
  font-size: clamp(14px, 14px + (24 - 14) * (100vw - 375px) / (1920 - 375), 24px);
  margin: 0;
}

h4 {
  font-size: clamp(12px, 12px + (18 - 12) * (100vw - 375px) / (1920 - 375), 18px);
  margin: 0;
}

.overlap-center .box-left {
  transform: translateX(0) translateY(0px);
}
.overlap-center .box-right {
  transform: translateX(-50px) translateY(60px);
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .overlap-center .box-right {
    transform: translateX(0) translateY(0);
  }
}

.search-results .right-align-content h3 .search-highlight {
  background: none;
  color: #ffffff;
}

.search-no-results .p-post__content-empty {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  color: #ffffff;
  text-align: center;
}

.search-highlight {
  background: #ffe066;
  font-weight: bold;
}

#search-box {
  width: 265px;
  border: 1px solid #ffffff;
  border-radius: 27px;
  position: absolute;
  top: 5%;
  left: 50%;
}
@media only screen and (max-width: 767px) {
  #search-box {
    position: relative;
    margin: 40px auto 0;
    left: auto;
    top: auto;
  }
}
#search-box input {
  background: none;
  color: #ffffff !important;
}
#search-box form {
  display: flex;
  align-items: center;
}
#search-box .search-field {
  width: 100%;
  padding: 0 20px;
}
#search-box .search-field::placeholder {
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}
#search-box button {
  color: #ffffff;
  padding-right: 2em;
  height: clamp(30px, 30px + (54 - 30) * (100vw - 375px) / (1920 - 375), 54px);
  /* アイコンスペース */
  background: url("../images/icon/search_icon.png") no-repeat right center;
  background-size: 90%;
  position: relative;
  left: -10px;
}
#search-box #editing-view-port div {
  color: #ffffff !important;
}

/********************
モーダルウィンドウ
*********************/
body.modal-opened {
  overflow: hidden;
}

main .modal-open {
  margin: auto;
  cursor: pointer;
  color: #1184e8;
  border-bottom: 1px solid #222222;
}

/* 開くボタン */
.modal-open {
  cursor: pointer;
}

/* モーダル本体 + 背景 */
.modal-container {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 300;
}

/* 表示時 */
.modal-container.active {
  opacity: 1;
  visibility: visible;
}

/* モーダル枠 */
.modal-body {
  position: relative;
  background-color: #ffffff;
  width: 1260px;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 40px);
  overflow: hidden;
}

/* 閉じるボタン */
.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1;
  color: #ffffff;
  background-color: #39403D;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .modal-close {
    top: 0;
    right: 0;
  }
}

/* モーダル内コンテンツ */
.modal-content {
  padding: 60px 30px;
  overflow-y: auto;
  max-height: calc(90vh - 40px);
  box-sizing: border-box;
}

/* モーダル動画用（16:9） */
.modal-content .modal-video-wrapper {
  position: relative;
  aspect-ratio: 1500/840;
  overflow: hidden;
}

.home .modal-content, .post-type-archive-company .modal-content {
  padding: 10px;
}

.archive .modal-content {
  padding: 10px !important;
}

.modal-content .modal-video-wrapper iframe {
  position: absolute;
  top: 41%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.home .modal-open,
.post-type-archive-company .modal-open,
.post-type-archive-recruit .modal-open,
.archive .modal-open {
  border-bottom: none !important;
}

#youtube_wrap {
  position: relative;
}

.yt-custom-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .yt-custom-controls {
    bottom: -10px;
    z-index: 1;
  }
}

.yt-play-pause {
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  flex-shrink: 0;
}

.yt-progress-wrap {
  flex: 1;
}

.yt-progress-bar {
  position: relative;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}

.yt-progress-current {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #fff;
  border-radius: 2px;
  pointer-events: none;
}

.yt-seek {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin: 0;
}

.yt-time {
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  flex-shrink: 0;
}

#youtube_wrap {
  position: relative;
}

#youtube_wrap iframe {
  width: 100%;
  height: 120%;
}

#youtube_wrap .youtube-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  cursor: pointer;
}

.home .top-main-visual #youtube_wrap iframe {
  pointer-events: none;
}

#youtube_wrap .youtube-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.youtube-player {
  position: relative;
}

.yt-sound-toggle {
  position: absolute;
  left: 20px;
  bottom: clamp(80px, 80px + (150 - 80) * (100vw - 375px) / (1920 - 375), 150px);
  width: clamp(40px, 40px + (80 - 40) * (100vw - 375px) / (1920 - 375), 80px);
  height: clamp(40px, 40px + (80 - 40) * (100vw - 375px) / (1920 - 375), 80px);
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 899px) {
  .yt-sound-toggle {
    right: inherit !important;
    left: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .modal-content .yt-sound-toggle {
    left: 5px !important;
    top: 5px;
  }
}
@media screen and (max-width: 899px) {
  .recruit .yt-sound-toggle,
  .company .yt-sound-toggle {
    right: inherit !important;
    bottom: 20px;
  }
}
@media only screen and (max-width: 899px) and (max-width: 767px) {
  .recruit .yt-sound-toggle,
  .company .yt-sound-toggle {
    left: 5px !important;
    top: 5px;
  }
}

.yt-sound-toggle::before {
  content: "";
  display: block;
  width: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px);
  height: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px);
  background-image: url(../images/icon/volume_off.svg);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.is-sound-on .yt-sound-toggle::before {
  content: "";
  display: block;
  width: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px);
  height: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px);
  background-image: url(../images/icon/volume_on.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.yt-play-toggle {
  position: absolute;
  inset: 0;
  margin: 0 auto auto;
  width: clamp(40px, 40px + (80 - 40) * (100vw - 375px) / (1920 - 375), 80px);
  height: clamp(40px, 40px + (80 - 40) * (100vw - 375px) / (1920 - 375), 80px);
  border-radius: 50%;
  top: 41%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  z-index: 1;
}

/* 再生前：▶ */
.yt-play-toggle::before {
  content: "";
  width: 0;
  height: 0;
  border-left-width: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / (1920 - 375), 32px);
  border-left-style: solid;
  border-left-color: #fff;
  border-top-width: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-width: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
  border-bottom-style: solid;
  border-bottom-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
}

/* 再生後は非表示 */
.is-playing .yt-play-toggle::before {
  opacity: 0;
}

.is-playing .yt-play-toggle {
  opacity: 0;
}

.is-playing .yt-play-toggle:hover {
  opacity: 1 !important;
}

/* 再生中：❚❚ */
.is-playing .yt-play-toggle:hover::before {
  opacity: 1 !important;
  content: "";
  width: 0;
  height: 0;
  border-left-width: clamp(19px, 19px + (38 - 19) * (100vw - 375px) / (1920 - 375), 38px);
  border-left-style: solid;
  border-left-color: #fff;
  border-top-width: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
  border-top-style: solid;
  border-top-color: #fff;
  border-bottom-width: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
  border-bottom-style: solid;
  border-bottom-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .is-playing .yt-play-toggle:focus::before {
    opacity: 0 !important;
  }
  .is-playing .yt-play-toggle:focus {
    opacity: 0 !important;
  }
}
/* -----------------------------------------------
* layout エントリーポイント
-------------------------------------------------- */
/* --------------------------------
l-header
----------------------------------- */
#header-container {
  position: relative;
}
#header-container .p-header-nav-container {
  position: absolute;
  top: 0;
  left: 4.42vw;
  z-index: 2;
}
#header-container .p-header-nav-container .p-header-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
#header-container .p-header-nav-container .p-header-nav h1 {
  margin-left: 4.4vw;
}

/* --------------------------------
l-inner
----------------------------------- */
.xl-inner {
  width: 100%;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .xl-inner {
    padding: 0 20px;
  }
}

.l-inner {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .l-inner {
    padding: 0 20px;
  }
}

.m-inner {
  width: 100%;
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .m-inner {
    padding: 0 20px;
  }
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-hamburger
----------------------------------- */
/*============
nav
=============*/
nav {
  display: block;
  position: fixed;
  top: 0;
  right: -960px;
  bottom: 0;
  width: 900px;
  background: #1184e8;
  color: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 3;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  nav {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  nav {
    padding-bottom: 60px;
  }
}
nav .inner {
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}
nav .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul li a:hover {
  background: #e4e4e4;
}
nav .menu-global_menu-container, nav .menu-sp-main-menu-container {
  position: absolute;
  left: 8%;
  top: 6.4vh;
  display: inline-block;
}
nav .menu-global_menu-container li, nav .menu-sp-main-menu-container li {
  margin-bottom: 35px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
nav .menu-global_menu-container li::before, nav .menu-sp-main-menu-container li::before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  margin-right: 20px;
}
nav .sp-main-img img {
  display: block;
  width: 100%;
}
nav #sp-logo-mark {
  display: block;
  padding: 30px;
}
nav .menu-sp-main-menu-container {
  position: relative;
  top: 0;
  left: 0;
  transform: translateX(0);
  width: 100%;
}
nav .menu-sp-main-menu-container li {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 0;
  padding-left: 30px;
}
nav .menu-sp-main-menu-container li a {
  display: block;
  width: 100%;
  padding: 30px 30px 30px 0;
}
@media only screen and (max-width: 767px) {
  nav .menu-sp-main-menu-container li a {
    padding: 20px 20px 20px 0;
  }
}

.open nav {
  right: 0;
  opacity: 1;
}

.p-header-bottomNav--list {
  width: 100%;
  position: absolute;
  bottom: 0;
  justify-content: space-between;
}
.p-header-bottomNav--list .menu-item {
  background-position: 0 76px;
  background-repeat: no-repeat;
  background-color: #89c2f3;
  width: 320px;
}
@media screen and (max-width: 960px) {
  .p-header-bottomNav--list .menu-item {
    max-width: 320px;
    width: 100%;
  }
}
.p-header-bottomNav--list .menu-item a {
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
  line-height: 76px;
  height: calc(45vh + 76px);
  background-size: cover;
}
.p-header-bottomNav--list .black-title {
  background-color: #000;
  color: #ffffff;
}
.p-header-bottomNav--list .sub_menu1 {
  background-image: url("../images/common/header/sub_menu1_bg.jpg");
}
.p-header-bottomNav--list .sub_menu2 {
  background-image: url("../images/common/header/sub_menu2_bg.jpg");
}
.p-header-bottomNav--list .sub_menu3 {
  background-image: url("../images/common/header/sub_menu3_bg.jpg");
}

/*============
.toggle_btn
=============*/
.toggle_btn-wrapper {
  position: fixed;
  top: 45px;
  right: 0;
  width: 7.29vw;
  min-width: 102px;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  .toggle_btn-wrapper {
    top: 20px;
  }
}

.toggle_btn {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(55px, 55px + (95 - 55) * (100vw - 375px) / (1920 - 375), 95px);
  height: clamp(55px, 55px + (95 - 55) * (100vw - 375px) / (1920 - 375), 95px);
  border: 3px solid #ffffff;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transition: all 0.5s;
}
.toggle_btn .inner_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(30px, 30px + (45 - 30) * (100vw - 375px) / (1920 - 375), 45px);
  height: clamp(30px, 30px + (45 - 30) * (100vw - 375px) / (1920 - 375), 45px);
}
.toggle_btn {
  cursor: pointer;
  z-index: 3;
}

.toggle_btn .inner_btn span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: clamp(30px, 30px + (45 - 30) * (100vw - 375px) / (1920 - 375), 45px);
  height: clamp(2px, 2px + (4 - 2) * (100vw - 375px) / (1920 - 375), 4px);
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
}

.toggle_btn .inner_btn span:nth-child(1) {
  transform: translateY(calc(-50% - 0.9em));
}

.toggle_btn .inner_btn span:nth-child(2) {
  transform: translateY(-50%);
}

.toggle_btn .inner_btn span:nth-child(3) {
  transform: translateY(calc(-50% + 0.9em));
}

.open .toggle_btn .inner_btn span {
  z-index: 4;
}

.open .toggle_btn .inner_btn span:nth-child(1) {
  transform: translateY(-50%) rotate(-315deg);
}

.open .toggle_btn .inner_btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle_btn .inner_btn span:nth-child(3) {
  transform: translateY(-50%) rotate(315deg);
}

/*============
#mask
=============*/
#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
}

/* --------------------------------
c-to-top
----------------------------------- */
.more-terms {
  display: block;
  position: relative;
  max-width: 80px;
  width: auto;
  text-align: center;
  margin-top: 5px;
  font-size: clamp(9px, 9px + (14 - 9) * (100vw - 375px) / (1920 - 375), 14px);
  color: #1184e8;
}
.more-terms .tooltip {
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 400px !important;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  background: #333;
  color: #fff;
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .more-terms .tooltip {
    min-width: 200px !important;
    max-width: 457px;
  }
}
.more-terms:hover .tooltip, .more-terms.is-active .tooltip {
  opacity: 1;
  visibility: visible;
}
.more-terms .tooltip a {
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
}

.term-style {
  margin-top: 30px;
  justify-content: center;
  gap: 5px;
}
.term-style a {
  color: #ffffff;
  background-color: #89c2f3;
  padding: 5px 15px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  font-size: clamp(9px, 9px + (14 - 9) * (100vw - 375px) / (1920 - 375), 14px);
}

/* 初期状態：SPではリスト非表示、select表示 */
.tag-list {
  display: none;
}

.tag-select-wrapper {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .tag-select-wrapper {
    padding: 0 20px;
  }
}

.tag-select {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

/* PC表示（768px以上） */
@media screen and (min-width: 768px) {
  .tag-list {
    display: flex;
    padding: 0 20px;
  }
  .tag-select-wrapper {
    display: none;
  }
}
/* -----------------------------------------------
* component エントリーポイント
-------------------------------------------------- */
/* --------------------------------
p-header
----------------------------------- */
/* --------------------------------
p-header-nav
----------------------------------- */
/* --------------------------------
p-footer
----------------------------------- */
footer {
  padding-top: 52px;
  border-top: 1px solid #89c2f3;
  background-color: #1184e8;
  padding-bottom: 10px;
}
footer .footer-logo {
  font-size: clamp(26px, 26px + (35 - 26) * (100vw - 375px) / (1920 - 375), 35px);
  color: #ffffff;
  margin-bottom: 16px;
  font-weight: bold;
  text-align: center;
}
footer .l-footer__nav #menu-footer_menu {
  justify-content: center;
  gap: 0 30px;
  margin-bottom: 45px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  footer .l-footer__nav #menu-footer_menu {
    justify-content: space-between;
  }
  footer .l-footer__nav #menu-footer_menu li {
    margin-bottom: 10px;
  }
  footer .l-footer__nav #menu-footer_menu .sp-menu3 {
    order: 3;
  }
  footer .l-footer__nav #menu-footer_menu .sp-menu4 {
    order: 4;
  }
  footer .l-footer__nav #menu-footer_menu .sp-menu5 {
    order: 5;
  }
  footer .l-footer__nav #menu-footer_menu .sp-menu6 {
    order: 6;
  }
}
footer .l-footer__nav #menu-footer_menu a {
  color: #ffffff;
  font-size: clamp(16px, 16px + (13 - 16) * (100vw - 375px) / (1920 - 375), 13px);
  font-weight: normal;
}
footer .address-wrapper {
  text-align: center;
  width: 100%;
  margin-top: clamp(30px, 30px + (40 - 30) * (100vw - 375px) / (1920 - 375), 40px);
  margin-bottom: clamp(65px, 65px + (55 - 65) * (100vw - 375px) / (1920 - 375), 55px);
}
footer .address-wrapper .d-flex {
  justify-content: center;
  gap: 15px;
  color: #ffffff;
}
footer .l-footer__copyright {
  color: #ffffff;
  text-align: center;
  font-size: clamp(13px, 13px + (16 - 13) * (100vw - 375px) / (1920 - 375), 16px);
}
footer .scroll-wrap {
  overflow: hidden;
}
footer .scroll-track {
  display: flex;
  width: max-content;
  animation: marquee 20s linear infinite;
}
footer .scroll-track span {
  white-space: nowrap;
  font-size: clamp(160px, 160px + (150 - 160) * (100vw - 375px) / (1920 - 375), 150px);
  font-weight: 700;
  color: #89c2f3;
  padding-right: 2rem;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/*-- top --*/
/* --------------------------------
p-top
----------------------------------- */
.home .top-main-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .home .top-main-visual {
    aspect-ratio: 4/5;
  }
}
.home .top-main-visual .top-main-image {
  position: relative;
}
.home .top-main-visual .main-mask {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.home .top-main-visual .top-main-catch--container {
  position: absolute;
  top: 55%;
  left: 4.4vw;
  transform: translateY(-70%);
  text-align: left;
  text-shadow: 0 4px 3PX rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
@media only screen and (max-width: 900px) {
  .home .top-main-visual .top-main-catch--container {
    padding-right: 40px;
  }
}
.home .top-main-visual .top-main-catch--container .top-main-catch--en p {
  color: #89c2f3;
  font-size: clamp(20px, 20px + (70 - 20) * (100vw - 375px) / (1920 - 375), 70px);
  letter-spacing: clamp(0px, 0px + (2 - 0) * (100vw - 375px) / (1920 - 375), 2px);
  margin-bottom: clamp(0px, 0px + (10 - 0) * (100vw - 375px) / (1920 - 375), 10px);
  margin-top: 0;
}
.home .top-main-visual .top-main-catch--container p {
  font-size: clamp(20px, 20px + (37 - 20) * (100vw - 375px) / (1920 - 375), 37px);
  margin-top: 1.5rem;
  color: #ffffff;
}
.home {
  /* -----------------------
  画像表示
  ------------------------ */
}
.home .top-main-image {
  width: 100%;
  height: 100%;
}
.home .top-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.home {
  /* -----------------------
  YouTube表示
  ------------------------ */
}
.home #youtube_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .home #youtube_wrap {
    width: 220%;
  }
}
.home #youtube_wrap iframe {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 120% !important;
  height: 120% !important;
  transform: translate(-50%, -50%);
  border: none;
}
@media only screen and (max-width: 900px) {
  .home #youtube_wrap iframe {
    left: 25% !important;
  }
}
.home main {
  background-color: #ffffff;
}
.home main .section-title {
  color: #ffffff;
  font-weight: 700;
  padding: 30px 0;
  line-height: 1;
}
.home main .section-title .text-en {
  text-align: center;
  opacity: 0.44 !important;
  font-size: clamp(31px, 31px + (150 - 31) * (100vw - 375px) / (1920 - 375), 150px);
  word-break: normal !important;
  overflow-wrap: break-word !important;
}
.home main .section-title .text-ja {
  text-align: center;
  font-size: clamp(30px, 30px + (40 - 30) * (100vw - 375px) / (1920 - 375), 40px);
  margin-top: 8px;
}
.home main .tag-select-wrapper {
  padding: 0 !important;
}
.home main #p-top__philosophy {
  background-image: url(../images/bg/top_architecture.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.home main #p-top__philosophy .philosophy-content {
  background-image: url(../images/bg/philosophy_bg.png);
  padding-top: clamp(60px, 60px + (100 - 60) * (100vw - 375px) / (1920 - 375), 100px);
  padding-bottom: clamp(60px, 60px + (70 - 60) * (100vw - 375px) / (1920 - 375), 70px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home main #p-top__philosophy .philosophy-content .more-btn {
  margin-top: 100px auto 0;
}
.home main #p-top__philosophy .philosophy-inner .philosophy-text {
  padding: 0 20px;
}
.home main #p-top__philosophy .philosophy-inner .philosophy-text p {
  text-align: center;
  color: #ffffff;
  line-height: clamp(24px, 24px + (40 - 24) * (100vw - 375px) / (1920 - 375), 40px);
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  .home main #p-top__philosophy .philosophy-inner .philosophy-text p br {
    display: none;
    text-align: justify;
  }
}
@media only screen and (max-width: 767px) {
  .home main #p-top__philosophy #member-companies-section .tooltip {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .home main #p-top__philosophy #member-companies-section {
    padding: 0 20px;
    padding-bottom: 30px;
  }
}
.home main #p-top__philosophy #member-companies-section .more-btn {
  margin-top: 40px;
}
.home main #p-top__philosophy #member-companies-section .more-btn a {
  padding-right: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px);
}
.home main #p-top__philosophy #member-companies-section {
  padding-bottom: 50px;
}
.home main #p-top__job-opportunities {
  background-image: url(../images/bg/top_architecture2.png), linear-gradient(rgba(17, 132, 232, 0) 0%, rgba(17, 132, 232, 0) 25%, rgb(17, 132, 232) 100%);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: clamp(60px, 60px + (70 - 60) * (100vw - 375px) / (1920 - 375), 70px);
}
.home main #p-top__job-opportunities .section-title .text-en {
  color: #ffffff;
  opacity: 1 !important;
}
.home main #p-top__job-opportunities #p-top__kaizen-case #member-companies-header .section-title {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .home main #p-top__job-opportunities #p-top__kaizen-case #member-companies-header .section-title {
    margin-top: 0;
  }
}
.home main #p-top__job-opportunities #p-top__kaizen-case #member-companies-header .section-title .text-en {
  color: #1184e8 !important;
  opacity: 1 !important;
}
.home main #p-top__job-opportunities #p-top__kaizen-case .inner-section-title {
  color: #27282b;
  font-weight: 700;
  margin-bottom: 30px;
}
.home main #p-top__job-opportunities #p-top__kaizen-case .inner-section-title .text-en {
  font-size: clamp(18px, 18px + (34 - 18) * (100vw - 375px) / (1920 - 375), 34px);
  color: #89c2f3;
}
.home main #p-top__job-opportunities #p-top__kaizen-case .inner-section-title .text-ja {
  font-size: clamp(30px, 30px + (40 - 30) * (100vw - 375px) / (1920 - 375), 40px);
  color: #1184e8;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .home main #p-top__job-opportunities #p-top__kaizen-case .inner-section-title .text-ja {
    text-align: center;
  }
}
.home main #p-top__job-opportunities #p-top__kaizen-case .overlap-center {
  justify-content: center;
  width: 100%;
  padding-top: clamp(20px, 20px + (85 - 20) * (100vw - 375px) / (1920 - 375), 85px);
}
@media only screen and (max-width: 767px) {
  .home main #p-top__job-opportunities #p-top__kaizen-case .overlap-center {
    flex-wrap: wrap;
  }
}
.home main #p-top__job-opportunities #p-top__kaizen-case .box-left img {
  width: 41.6vw;
}
@media only screen and (max-width: 767px) {
  .home main #p-top__job-opportunities #p-top__kaizen-case .box-left img {
    width: 100%;
  }
}
.home main #p-top__job-opportunities #p-top__kaizen-case .box-right {
  background-color: #ffffff;
  text-align: center;
  width: 100%;
  max-width: 695px;
}
.home main #p-top__job-opportunities #p-top__kaizen-case .box-right .kaizen-text {
  max-width: 400px;
  margin: auto;
  text-align: left;
  color: #27282b;
  font-size: clamp(16px, 16px + (17 - 16) * (100vw - 375px) / (1920 - 375), 17px);
}
@media only screen and (max-width: 767px) {
  .home main #p-top__job-opportunities #p-top__recruit-info .recruit-wrapper {
    display: block;
  }
}
.home main #p-top__job-opportunities #p-top__recruit-info .recruit-wrapper {
  flex-wrap: nowrap;
  justify-content: space-between;
}
.home main #p-top__job-opportunities #p-top__recruit-info .recruit-wrapper h2 .text-ja {
  text-align: center;
}
.home main #p-top__job-opportunities #p-top__recruit-info .recruit-wrapper .recruit-img {
  position: absolute;
}
.home main #p-top__job-opportunities #p-top__recruit-info .recruit-wrapper .recruit-img img {
  position: absolute;
}
.home main #p-top__job-opportunities #p-top__recruit-info .recruit-images__left {
  position: relative;
  width: 38.64vw;
  height: 45vw;
}
@media only screen and (max-width: 767px) {
  .home main #p-top__job-opportunities #p-top__recruit-info .recruit-images__left {
    width: 100vw;
  }
}
.home main #p-top__job-opportunities #p-top__recruit-info .recruit-images__left .recruit-img--small {
  width: 9.8vw;
  height: 9.8vw;
  overflow: hidden;
  left: 60%;
}
@media only screen and (max-width: 767px) {
  .home main #p-top__job-opportunities #p-top__recruit-info .recruit-images__left .recruit-img--small {
    width: 35vw;
    height: 35vw;
    left: 0;
  }
}
.home main #p-top__job-opportunities #p-top__recruit-info .recruit-images__left .recruit-img--small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  left: 0;
}
.home main #p-top__job-opportunities #p-top__recruit-info .recruit-images__left .sp-recruit-img--small {
  left: 100% !important;
  transform: translateX(-100%);
  width: 35%;
}
.home main #p-top__job-opportunities #p-top__recruit-info .recruit-images__left .sp-recruit-img--small img {
  right: 0 !important;
}
.home main #p-top__job-opportunities #p-top__recruit-info .recruit-images__left .recruit-img--medium {
  width: 13vw;
  height: 14.6vw;
  overflow: hidden;
  top: 10%;
}
.home main #p-top__job-opportunities #p-top__recruit-info .recruit-images__left .recruit-img--medium img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
}
.home main #p-top__job-opportunities #p-top__recruit-info .recruit-images__left .recruit-img--large {
  width: 23.69vw;
  height: 14.6vw;
  overflow: hidden;
  top: 53%;
  left: 35%;
}
.home main #p-top__job-opportunities #p-top__recruit-info .recruit-images__left .recruit-img--large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
}
.home main #p-top__job-opportunities #p-top__recruit-info .recruit-text {
  max-width: 435px;
  font-weight: 700;
  text-align: justify;
  font-size: clamp(18px, 18px + (31 - 18) * (100vw - 768px) / (1920 - 768), 31px);
}
@media only screen and (max-width: 767px) {
  .home main #p-top__job-opportunities #p-top__recruit-info .recruit-text {
    padding: 0 20px;
    text-align: center;
  }
}
.home main #p-top__job-opportunities #p-top__recruit-info .recruit-images__right {
  position: relative;
  width: 38.64vw;
  height: 45vw;
}
@media only screen and (max-width: 767px) {
  .home main #p-top__job-opportunities #p-top__recruit-info .recruit-images__right {
    margin-top: 25px;
    width: 100%;
    height: auto;
  }
}
.home main #p-top__job-opportunities #p-top__recruit-info .recruit-images__right .recruit-img--small {
  width: 9.8vw;
  height: 9.8vw;
  overflow: hidden;
  top: 40%;
  left: 10%;
}
.home main #p-top__job-opportunities #p-top__recruit-info .recruit-images__right .recruit-img--small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  left: 0;
  top: 0;
}
.home main #p-top__job-opportunities #p-top__recruit-info .recruit-images__right .sp-bottom--img {
  position: relative;
}
.home main #p-top__job-opportunities #p-top__recruit-info .recruit-images__right .sp-bottom--img img {
  position: relative;
}
.home main #p-top__job-opportunities #p-top__recruit-info .recruit-images__right .recruit-img--medium {
  width: 17.5vw;
  height: 12.3vw;
  overflow: hidden;
  top: 0;
  left: 35%;
}
.home main #p-top__job-opportunities #p-top__recruit-info .recruit-images__right .recruit-img--medium img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
}
.home main #p-top__job-opportunities #p-top__recruit-info .recruit-images__right .recruit-img--large {
  width: 21.35vw;
  height: 14.6vw;
  overflow: hidden;
  top: 50%;
  right: 0;
}
@media only screen and (max-width: 1430px) {
  .home main #p-top__job-opportunities #p-top__recruit-info .recruit-images__right .recruit-img--large {
    top: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .home main #p-top__job-opportunities #p-top__recruit-info .recruit-images__right .recruit-img--large {
    width: 90vw;
    height: auto;
    margin: auto;
  }
}
.home main #p-top__job-opportunities #p-top__recruit-info .recruit-images__right .recruit-img--large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
}
.home main #p-top__job-opportunities #p-top__event .event-slider {
  padding: 0 20px;
}
.home main #p-top__job-opportunities #p-top__event .p-top__news-list {
  align-items: stretch;
}
.home main #p-top__job-opportunities #p-top__event .p-top__news-list .p-top__news-item {
  display: flex;
  flex-direction: column;
  height: auto;
}
.home main #p-top__job-opportunities #p-top__event .p-top__news-list .p-top__news-item h3 {
  color: #27282b;
}
.home main #p-top__job-opportunities #p-top__event .p-top__news-list .p-top__news-item .item-body-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .home main #p-top__job-opportunities #p-top__event .p-top__news-list .p-top__news-item .item-body-box {
    max-width: 100%;
    width: 100%;
  }
}
.home main #p-top__job-opportunities #p-top__event .p-top__news-list .p-top__news-item .item-body-box > a img {
  display: block;
  width: 400px;
  height: 243px;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .home main #p-top__job-opportunities #p-top__event .p-top__news-list .p-top__news-item .item-body-box > a img {
    width: 100%;
  }
}
.home main #p-top__job-opportunities #p-top__event .p-top__news-list .p-top__news-item .item-body-box .item-header-box {
  align-items: center;
  margin-bottom: 0;
}
.home main #p-top__job-opportunities #p-top__event .p-top__news-list .p-top__news-item .item-body-box .item-header-box .term-style {
  margin-top: 0;
  margin-left: 20px;
}
.home main #p-top__job-opportunities #p-top__event .p-top__news-list .p-top__news-item .item-body-box .item-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #ffffff;
  padding: 10px 30px 30px 30px;
  justify-content: space-between;
}
.home main #p-top__job-opportunities #p-top__event .p-top__news-list .p-top__news-item .item-body-box .info-excerpt {
  margin-top: 10px;
  padding: 0;
}
.home main #p-top__job-opportunities #p-top__event .more-btn {
  margin-top: 35px;
}
.home main #p-top__job-opportunities #p-top__news {
  padding: 0 20px;
}
.home main #p-top__job-opportunities #p-top__news .text-en {
  opacity: 0.63 !important;
}
.home main #p-top__job-opportunities #p-top__news .p-top__news-list {
  max-width: 1000px;
  width: 100%;
  display: grid;
  grid-template-columns: auto max-content 1fr;
  row-gap: 17px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .home main #p-top__job-opportunities #p-top__news .p-top__news-list {
    display: block;
  }
}
.home main #p-top__job-opportunities #p-top__news .p-top__news-list .p-top__news-item {
  display: contents;
  color: #ffffff;
  font-size: 16px;
  background-color: #89c2f3;
}
@media only screen and (max-width: 767px) {
  .home main #p-top__job-opportunities #p-top__news .p-top__news-list .p-top__news-item {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    position: relative;
    border-radius: 23px;
  }
}
.home main #p-top__job-opportunities #p-top__news .p-top__news-list .p-top__news-item .p-top__news-date,
.home main #p-top__job-opportunities #p-top__news .p-top__news-list .p-top__news-item .p-top__news-terms {
  background: #89c2f3;
  padding: 45px 15px;
}
@media only screen and (max-width: 767px) {
  .home main #p-top__job-opportunities #p-top__news .p-top__news-list .p-top__news-item .p-top__news-date,
  .home main #p-top__job-opportunities #p-top__news .p-top__news-list .p-top__news-item .p-top__news-terms {
    padding: 25px 15px;
  }
}
.home main #p-top__job-opportunities #p-top__news .p-top__news-list .p-top__news-item .p-top__news-terms a {
  padding: 8px 35px;
  border: 1px solid #ffffff;
  border-radius: 25px;
}
@media only screen and (max-width: 767px) {
  .home main #p-top__job-opportunities #p-top__news .p-top__news-list .p-top__news-item .p-top__news-terms a {
    padding: 3px 15px;
    border: 1px solid #ffffff;
    border-radius: 16px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .home main #p-top__job-opportunities #p-top__news .p-top__news-list .p-top__news-item .p-top__news-terms {
    width: calc(100% - 140px);
    padding-bottom: 5px;
    margin: 0;
    border-radius: 0 23px 0 0;
  }
}
.home main #p-top__job-opportunities #p-top__news .p-top__news-list .p-top__news-item .p-top__news-date {
  width: 140px;
  border-radius: 23px 0 0 23px;
  padding-left: 35px;
}
@media only screen and (max-width: 767px) {
  .home main #p-top__job-opportunities #p-top__news .p-top__news-list .p-top__news-item .p-top__news-date {
    width: 100px;
    font-size: 16px;
    padding: 20px 0 0 15px;
  }
}
.home main #p-top__job-opportunities #p-top__news .p-top__news-list .p-top__news-item .p-top__news-title {
  text-align: left;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .home main #p-top__job-opportunities #p-top__news .p-top__news-list .p-top__news-item .p-top__news-title {
    margin-top: 5px;
  }
}
.home main #p-top__job-opportunities #p-top__news .p-top__news-list .p-top__news-item .p-top__news-title a {
  display: block;
  border-radius: 0 23px 23px 0;
  background-color: #89c2f3;
  padding: 45px 15px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home main #p-top__job-opportunities #p-top__news .p-top__news-list .p-top__news-item .p-top__news-title a {
    padding: 0 15px 20px;
    position: inherit;
    border-radius: 0 0 23px 23px;
  }
}
.home main #p-top__job-opportunities #p-top__news .p-top__news-list .p-top__news-item .p-top__news-title a img {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.home main #p-top__job-opportunities #p-top__news .more-btn {
  margin-top: 25px;
}
.home main {
  /*------------------------------------------------------------------------------
  company slider animation
  ------------------------------------------------------------------------------*/
}
@media (min-width: 768px) {
  .home main .company-slider {
    overflow-x: hidden;
    overflow-y: visible !important;
  }
  .home main .company-slider .swiper-wrapper {
    display: flex;
    width: max-content;
    /*一枚づつ送る場合下記コメントアウト*/
    /*animation: scroll-slider 41s linear infinite;*/
  }
  .home main .company-slider:hover .swiper-wrapper {
    animation-play-state: paused;
  }
}
@keyframes scroll-slider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.home main .company-slider {
  margin-top: clamp(30px, 30px + (60 - 30) * (100vw - 375px) / (1920 - 375), 60px);
}
.home main .company-slider .swiper-wrapper {
  align-items: stretch;
}
.home main .company-slider .swiper-slide {
  display: flex;
  height: auto;
}
.home main .company-slide {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.home main .company-slide__cover {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #fff;
  padding-top: clamp(15px, 15px + (20 - 15) * (100vw - 375px) / (1920 - 375), 20px);
  padding-bottom: clamp(15px, 15px + (20 - 15) * (100vw - 375px) / (1920 - 375), 20px);
  padding-left: clamp(20px, 20px + (0 - 20) * (100vw - 375px) / (1920 - 375), 0px);
  padding-right: clamp(20px, 20px + (0 - 20) * (100vw - 375px) / (1920 - 375), 0px);
}
.home main .company-slide__cover h3 {
  color: #27282b;
  text-align: center;
}
.home main .company-slide__cover .v_more_btn {
  text-align: center;
  margin: 10px 0 0 0;
  font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
}
.home main .company-slide__cover .v_more_btn a {
  justify-content: center;
  align-items: center;
}
.home main .company-slide__cover .v_more_btn a img {
  margin-left: 5px;
}
.home main .company-slide {
  /* 画像 */
}
.home main .company-slide > a {
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.home main .company-slide > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home main .company-message__text,
.home main .info-excerpt {
  color: #27282b;
  font-weight: 400;
  margin-top: 10px;
  font-size: clamp(14px, 14px + (17 - 14) * (100vw - 375px) / (1920 - 375), 17px);
  padding-left: clamp(0px, 0px + (20 - 0) * (100vw - 375px) / (1920 - 375), 20px);
  padding-right: clamp(0px, 0px + (20 - 0) * (100vw - 375px) / (1920 - 375), 20px);
}
.home .p-kaizen-archive__author {
  margin-left: 0;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .kaizen .page-bg.over-wrap .inner-section-title {
    margin-top: 20px;
  }
}

/*-- about --*/
/* --------------------------------
p-about
----------------------------------- */
.page-bg .text-en {
  font-size: clamp(30px, 30px + (50 - 30) * (100vw - 375px) / (1920 - 375), 50px);
  color: #89c2f3;
}
.page-bg .text-ja {
  font-size: clamp(30px, 30px + (40 - 30) * (100vw - 375px) / (1920 - 375), 40px);
}
.page-bg .left-align-content {
  justify-content: space-between;
  align-items: center;
  margin-top: clamp(60px, 60px + (230 - 60) * (100vw - 375px) / (1920 - 375), 230px);
  padding-bottom: clamp(60px, 60px + (150 - 60) * (100vw - 375px) / (1920 - 375), 150px);
}
.page-bg .left-align-content .c-eyecatch {
  position: relative;
  /*width: 960px;*/
  width: 50vw;
  height: auto;
}
@media only screen and (max-width: 1079px) {
  .page-bg .left-align-content .c-eyecatch {
    width: 100%;
  }
}
.page-bg .left-align-content .c-eyecatch img {
  /*width: 960px;*/
  width: 50vw;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1079px) {
  .page-bg .left-align-content .c-eyecatch img {
    width: 100%;
  }
}
.page-bg .left-align-content .c-eyecatch .info-captions {
  writing-mode: vertical-rl;
  z-index: 1;
  position: absolute;
  padding-top: 0 !important;
  right: 4.32vw;
  top: -50px;
}
.page-bg .left-align-content .c-eyecatch .info-captions li {
  background-color: #ffffff;
  font-size: clamp(14px, 14px + (32 - 14) * (100vw - 375px) / (1920 - 375), 32px);
  padding: clamp(5px, 5px + (15 - 5) * (100vw - 375px) / (1920 - 375), 15px);
  margin-left: clamp(10px, 10px + (25 - 10) * (100vw - 375px) / (1920 - 375), 25px);
  letter-spacing: 3px;
  font-weight: 700;
}
.page-bg .left-align-content .info-section {
  padding: 0 10px;
  padding-top: 0;
  padding-bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1079px) {
  .page-bg .left-align-content .info-section {
    padding: 0;
  }
}
@media screen and (max-width: 1719px) {
  .page-bg .left-align-content .info-section {
    margin: auto;
  }
}
.page-bg .left-align-content .info-section .info-text {
  max-width: 500px;
  width: 100%;
  color: #ffffff;
  margin-top: clamp(30px, 30px + (45 - 30) * (100vw - 375px) / (1920 - 375), 45px);
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
  line-height: clamp(17px, 17px + (26 - 17) * (100vw - 375px) / (1920 - 375), 26px);
}
.page-bg #activity .info-text {
  padding: 0 20px;
}
.page-bg .coop-images .swiper-wrapper {
  margin-top: clamp(30px, 30px + (55 - 30) * (100vw - 375px) / (1920 - 375), 55px);
}
@media screen and (min-width: 768px) {
  .page-bg .coop-images .swiper-wrapper {
    animation: scroll-slider 41s linear infinite;
  }
  .page-bg .coop-images .swiper-wrapper img {
    width: 326px;
    height: auto;
    object-fit: cover;
  }
}
.page-bg #president-message {
  background-color: #ffffff;
  background-image: url(../images/bg/single_architecture.png), linear-gradient(rgba(17, 132, 232, 0) 0%, rgba(17, 132, 232, 0) 8%, rgb(17, 132, 232) 100%);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-bg #president-message .info-captions {
  right: inherit;
  left: 4.32vw !important;
  top: -50px;
}
.page-bg #president-message .info-captions li {
  background-color: #1184e8;
  color: #ffffff;
}
.page-bg #president-message .info-text {
  color: #1184e8;
  margin: auto;
  max-width: 500px;
  width: 100%;
  margin-top: clamp(30px, 30px + (45 - 30) * (100vw - 375px) / (1920 - 375), 45px);
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
  line-height: clamp(17px, 17px + (26 - 17) * (100vw - 375px) / (1920 - 375), 26px);
}
.page-bg #president-message .text-ja {
  color: #1184e8;
}
@media screen and (max-width: 1079px) {
  .page-bg #president-message .c-eyecatch {
    margin-top: 16vw;
  }
}
.page-bg #history, .page-bg #facility-overview {
  padding-bottom: clamp(40px, 40px + (70 - 40) * (100vw - 375px) / (1920 - 375), 70px);
}
.page-bg #history .inner-section-title .text-en,
.page-bg #history .inner-section-title .text-ja, .page-bg #facility-overview .inner-section-title .text-en,
.page-bg #facility-overview .inner-section-title .text-ja {
  color: #ffffff;
}
.page-bg #history .inner-section-title .text-en, .page-bg #facility-overview .inner-section-title .text-en {
  opacity: 0.74 !important;
}
.page-bg #history .facility-images-list, .page-bg #facility-overview .facility-images-list {
  max-width: 1500px;
  max-height: 300px;
  justify-content: space-between;
  margin: auto;
  margin-top: clamp(30px, 30px + (75 - 30) * (100vw - 375px) / (1920 - 375), 75px);
  gap: clamp(10px, 10px + (60 - 10) * (100vw - 375px) / (1920 - 375), 60px);
  flex-wrap: nowrap;
  padding: 0 20px;
}
.page-bg #history .page-table, .page-bg #facility-overview .page-table {
  color: #ffffff;
  padding: 0 20px;
  margin-top: clamp(30px, 30px + (55 - 30) * (100vw - 375px) / (1920 - 375), 55px);
}
.page-bg #history .page-table table, .page-bg #facility-overview .page-table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.page-bg #history .page-table table th, .page-bg #history .page-table table td, .page-bg #facility-overview .page-table table th, .page-bg #facility-overview .page-table table td {
  font-weight: normal;
  padding: 20px;
  border-bottom: 1px solid #ffffff;
}
.page-bg #gmap {
  width: 100%;
  aspect-ratio: 192/73;
  padding-bottom: clamp(40px, 40px + (70 - 40) * (100vw - 375px) / (1920 - 375), 70px);
}
.page-bg #gmap iframe {
  margin-top: clamp(30px, 30px + (45 - 30) * (100vw - 375px) / (1920 - 375), 45px);
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .page-bg #gmap {
    aspect-ratio: 375/200;
  }
}
.page-bg #facility-overview th {
  text-align: left;
}
.page-bg #facility-overview th, .page-bg #facility-overview td {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .page-bg #facility-overview th, .page-bg #facility-overview td {
    width: auto;
  }
}

/*-- contact --*/
/* --------------------------------
p-contact
----------------------------------- */
.contact .page-bg,
.contact-us .page-bg,
.confirm .page-bg {
  padding-bottom: 0 !important;
}
.contact .page-bg .right-align-content,
.contact-us .page-bg .right-align-content,
.confirm .page-bg .right-align-content {
  padding-bottom: clamp(60px, 60px + (110 - 60) * (100vw - 375px) / (1920 - 375), 110px);
}
.contact .page-bg .p-archive-contact--intro,
.contact-us .page-bg .p-archive-contact--intro,
.confirm .page-bg .p-archive-contact--intro {
  margin-top: clamp(60px, 60px + (100 - 60) * (100vw - 375px) / (1920 - 375), 100px);
}
.contact .page-bg .p-archive-contact--intro p,
.contact-us .page-bg .p-archive-contact--intro p,
.confirm .page-bg .p-archive-contact--intro p {
  text-align: center;
  color: #ffffff;
}
.contact .page-bg .p-contact-form__inner,
.contact-us .page-bg .p-contact-form__inner,
.confirm .page-bg .p-contact-form__inner {
  max-width: 990px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
}
.contact .page-bg .p-contact-form__inner h3,
.contact-us .page-bg .p-contact-form__inner h3,
.confirm .page-bg .p-contact-form__inner h3 {
  padding-top: clamp(30px, 30px + (60 - 30) * (100vw - 375px) / (1920 - 375), 60px);
  text-align: center;
}
.contact .page-bg .p-contact-form__inner .c-form-table,
.contact-us .page-bg .p-contact-form__inner .c-form-table,
.confirm .page-bg .p-contact-form__inner .c-form-table {
  border-collapse: separate;
  border-spacing: 10px;
  border-spacing: clamp(20px, 20px + (45 - 20) * (100vw - 375px) / (1920 - 375), 45px);
  border-spacing: 0 40px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .contact .page-bg .p-contact-form__inner .c-form-table,
  .contact-us .page-bg .p-contact-form__inner .c-form-table,
  .confirm .page-bg .p-contact-form__inner .c-form-table {
    border-spacing: 0 20px;
  }
}
.contact .page-bg .p-contact-form__inner .c-form-table th,
.contact-us .page-bg .p-contact-form__inner .c-form-table th,
.confirm .page-bg .p-contact-form__inner .c-form-table th {
  text-align: left;
  color: #27282b;
  padding: 5px;
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / (1920 - 375), 16px);
}
.contact .page-bg .p-contact-form__inner .c-form-table td,
.contact-us .page-bg .p-contact-form__inner .c-form-table td,
.confirm .page-bg .p-contact-form__inner .c-form-table td {
  border: 1px solid #707070;
  border-radius: 6px;
  padding: 10px;
  box-sizing: border-box;
  width: 75%;
}
.contact .page-bg .p-contact-form__inner .c-form-table td input, .contact .page-bg .p-contact-form__inner .c-form-table td textarea,
.contact-us .page-bg .p-contact-form__inner .c-form-table td input,
.contact-us .page-bg .p-contact-form__inner .c-form-table td textarea,
.confirm .page-bg .p-contact-form__inner .c-form-table td input,
.confirm .page-bg .p-contact-form__inner .c-form-table td textarea {
  border: none;
  outline: none;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.contact .page-bg .p-contact-form__inner .c-form-table th span.required,
.contact-us .page-bg .p-contact-form__inner .c-form-table th span.required,
.confirm .page-bg .p-contact-form__inner .c-form-table th span.required {
  color: red !important;
  font-size: clamp(12px, 12px + (14 - 12) * (100vw - 375px) / (1920 - 375), 14px);
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .contact .page-bg .p-contact-form__inner .c-form-table th,
  .contact .page-bg .p-contact-form__inner .c-form-table td,
  .contact-us .page-bg .p-contact-form__inner .c-form-table th,
  .contact-us .page-bg .p-contact-form__inner .c-form-table td,
  .confirm .page-bg .p-contact-form__inner .c-form-table th,
  .confirm .page-bg .p-contact-form__inner .c-form-table td {
    display: block;
    width: 100%;
  }
}

.confirm .p-archive-contact--intro {
  display: none;
}
.confirm h3 {
  display: none;
}

.form-privacy {
  align-items: center;
  color: #27282b;
}
.form-privacy p {
  display: block;
  margin: auto;
}
.form-privacy .wpcf7-list-item-label {
  display: none;
}

/*-- archive --*/
/* --------------------------------
p-archive
----------------------------------- */
.p-recruit .c-eyecatch {
  margin: 0 !important;
}
.p-recruit .c-eyecatch img {
  aspect-ratio: 120/50;
}

.post-type-archive-recruit .page-bg .c-eyecatch {
  margin: 0 !important;
}
.post-type-archive-recruit .page-bg .c-eyecatch img {
  aspect-ratio: 120/50;
}
.post-type-archive-recruit .p-recruit--header-section h3.inner-section-title {
  margin-top: clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px);
}
@media only screen and (max-width: 767px) {
  .post-type-archive-recruit .inner-section-title {
    top: -50px;
  }
}

.p-kaizen-archive__author {
  margin-left: 20px;
}
@media screen and (max-width: 482px) {
  .p-kaizen-archive__author {
    margin-top: 5px;
    margin-left: 0;
  }
}

.page-bg.over-wrap {
  padding-bottom: clamp(60px, 60px + (125 - 60) * (100vw - 375px) / (1920 - 375), 125px);
}
.page-bg.over-wrap #p-archive-recruit--content-section {
  margin-top: clamp(30px, 30px + (50 - 30) * (100vw - 375px) / (1920 - 375), 50px);
  background-image: url("../images/bg/single_architecture.png"), linear-gradient(to bottom, #ffffff 0%, #ffffff 30%, rgb(17, 132, 232) 100%);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-bg.over-wrap .inner-section-title {
  text-align: left;
}
.page-bg.over-wrap h3.inner-section-title .text-ja {
  text-align: center !important;
}
.page-bg.over-wrap .black-mask::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.41);
}
.page-bg.over-wrap .black-mask img {
  display: block;
}
.page-bg.over-wrap #p-section-title {
  position: relative;
  justify-content: end;
}
.page-bg.over-wrap #p-section-title h2 {
  position: absolute;
  z-index: 1;
  left: 20px;
}
@media only screen and (max-width: 767px) {
  .page-bg.over-wrap #p-section-title h2 {
    left: 20px;
    line-height: normal;
  }
}
.page-bg.over-wrap #p-section-title h2 .text-en {
  color: #ffffff;
  opacity: 0.44 !important;
}
.page-bg.over-wrap .inner-section-title {
  margin-top: clamp(50px, 50px + (100 - 50) * (100vw - 375px) / (1920 - 375), 100px);
  margin-bottom: clamp(30px, 30px + (65 - 30) * (100vw - 375px) / (1920 - 375), 65px);
}
.page-bg.over-wrap .company-list {
  margin: auto;
  margin-top: clamp(30px, 30px + (60 - 30) * (100vw - 375px) / (1920 - 375), 60px);
  height: auto;
  max-width: 1430px;
  width: 100%;
  justify-content: space-between;
  row-gap: 70px;
  padding: 0 20px;
}
@media screen and (max-width: 1480px) {
  .page-bg.over-wrap .company-list {
    justify-content: center;
    column-gap: 25px;
  }
}
.page-bg.over-wrap .company-list:after {
  content: "";
  display: block;
  width: 450px;
}
@media only screen and (max-width: 767px) {
  .page-bg.over-wrap .company-list:after {
    display: none;
  }
}
.page-bg.over-wrap .company-list .company-item {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  width: 450px;
}
@media screen and (max-width: 1000px) {
  .page-bg.over-wrap .company-list .company-item {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .page-bg.over-wrap .company-list .company-item {
    width: 100%;
  }
}
.page-bg.over-wrap .company-list .company-item__cover {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  background-color: #fff;
  padding-top: clamp(15px, 15px + (20 - 15) * (100vw - 375px) / (1920 - 375), 20px);
  padding-bottom: clamp(15px, 15px + (20 - 15) * (100vw - 375px) / (1920 - 375), 20px);
  padding-left: clamp(20px, 20px + (0 - 20) * (100vw - 375px) / (1920 - 375), 0px);
  padding-right: clamp(20px, 20px + (0 - 20) * (100vw - 375px) / (1920 - 375), 0px);
}
.page-bg.over-wrap .company-list .company-item__cover h3 {
  color: #27282b;
  text-align: center;
}
.page-bg.over-wrap .company-list .company-item__cover .v_more_btn {
  text-align: center;
  margin: 10px 0 0 0;
  font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
}
.page-bg.over-wrap .company-list .company-item__cover .v_more_btn a {
  justify-content: center;
  align-items: center;
}
.page-bg.over-wrap .company-list .company-item__cover .v_more_btn a img {
  margin-left: 5px;
}
.page-bg.over-wrap .company-list .company-item__cover .more-btn {
  margin-top: 20px;
  margin-bottom: 0;
  width: 232px;
  border-radius: 30px;
}
.page-bg.over-wrap .company-list .company-item__cover .more-btn a {
  padding: 16px 20px;
}
.page-bg.over-wrap .company-list .company-item {
  /* 画像 */
}
.page-bg.over-wrap .company-list .company-item > a {
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.page-bg.over-wrap .company-list .company-item > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-bg.over-wrap .company-list .company-message__text,
.page-bg.over-wrap .company-list .info-excerpt {
  color: #27282b;
  font-weight: 400;
  margin-top: 10px;
  font-size: clamp(14px, 14px + (17 - 14) * (100vw - 375px) / (1920 - 375), 17px);
  padding-left: clamp(0px, 0px + (20 - 0) * (100vw - 375px) / (1920 - 375), 20px);
  padding-right: clamp(0px, 0px + (20 - 0) * (100vw - 375px) / (1920 - 375), 20px);
}
.page-bg.over-wrap .p-recruit--header-comment {
  max-width: 1000px;
  width: 100%;
  text-align: justify;
  margin: auto;
  margin-top: clamp(30px, 30px + (65 - 30) * (100vw - 375px) / (1920 - 375), 65px);
  margin-bottom: clamp(30px, 30px + (65 - 30) * (100vw - 375px) / (1920 - 375), 65px);
  color: #ffffff;
  text-align: left;
  padding: 0 20px;
}
.page-bg.over-wrap .recruit-list {
  padding-top: clamp(30px, 30px + (50 - 30) * (100vw - 375px) / (1920 - 375), 50px);
}
.page-bg.over-wrap .p-archive-kaizen--intro {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
  margin-top: clamp(30px, 30px + (65 - 30) * (100vw - 375px) / (1920 - 375), 65px);
  margin-bottom: clamp(30px, 30px + (65 - 30) * (100vw - 375px) / (1920 - 375), 65px);
  color: #ffffff;
  text-align: justify;
}

.p-kaizen {
  padding-bottom: 0 !important;
}
.p-kaizen .right-align-content {
  padding-bottom: clamp(40px, 40px + (85 - 40) * (100vw - 375px) / (1920 - 375), 85px);
}
.p-kaizen .p-archive-kaizen__content {
  background-image: url(../images/bg/single_architecture.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding-bottom: clamp(60px, 60px + (125 - 60) * (100vw - 375px) / (1920 - 375), 125px);
}
@media only screen and (max-width: 1700px) {
  .p-kaizen .p-archive-kaizen__content {
    padding: 0 20px;
    justify-content: center;
  }
}
.p-kaizen .p-archive-kaizen__content .p-kaizen-archive__list {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
}
.p-kaizen .p-archive-kaizen__content .p-kaizen-archive__list .p-kaizen-archive__item {
  flex-wrap: nowrap;
}
@media only screen and (max-width: 900px) {
  .p-kaizen .p-archive-kaizen__content .p-kaizen-archive__list .p-kaizen-archive__item {
    flex-wrap: wrap;
  }
}
.p-kaizen .p-archive-kaizen__content .p-kaizen-archive__list .p-kaizen-archive__item {
  column-gap: clamp(30px, 30px + (60 - 30) * (100vw - 375px) / (1920 - 375), 60px);
  border-top: 1px solid #89c2f3;
  padding-top: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
  padding-bottom: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
}
.p-kaizen .p-archive-kaizen__content .p-kaizen-archive__list .p-kaizen-archive__item:last-child {
  border-bottom: 1px solid #89c2f3;
}
.p-kaizen .p-archive-kaizen__content .p-kaizen-archive__list .p-kaizen-archive__item .p-kaizen-archive__item-header {
  align-items: center;
  justify-content: inherit;
  flex-wrap: nowrap;
}
@media screen and (max-width: 458px) {
  .p-kaizen .p-archive-kaizen__content .p-kaizen-archive__list .p-kaizen-archive__item .p-kaizen-archive__item-header {
    flex-wrap: wrap;
  }
}
.p-kaizen .p-archive-kaizen__content .p-kaizen-archive__list .p-kaizen-archive__item .p-kaizen-archive__item-header .company-terms {
  margin: 0 0 0 20px;
}
.p-kaizen .p-archive-kaizen__content .p-kaizen-archive__list .p-kaizen-archive__item .p-kaizen-archive__item-body img {
  display: block;
  width: clamp(15px, 15px + (25 - 15) * (100vw - 375px) / (1920 - 375), 25px);
  margin-left: 20px;
}
.p-kaizen .p-archive-kaizen__content .p-kaizen-archive__list .p-kaizen-archive__item .p-kaizen-archive__item-content {
  max-width: 740px;
  width: 100%;
}
.p-kaizen .p-archive-kaizen__content .p-kaizen-archive__list .p-kaizen-archive__item .p-kaizen-archive__item-content h2 {
  margin-top: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
  margin-bottom: clamp(5px, 5px + (10 - 5) * (100vw - 375px) / (1920 - 375), 10px);
}

.archive-pagination {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: clamp(30px, 30px + (30 - 30) * (100vw - 375px) / (1920 - 375), 30px);
  padding-bottom: clamp(60px, 60px + (100 - 60) * (100vw - 375px) / (1920 - 375), 100px);
  background: linear-gradient(rgba(17, 132, 232, 0.8) 0%, rgba(17, 132, 232, 0.8) 45%, rgb(17, 132, 232) 100%);
  background-color: #ffffff;
}
.archive-pagination a.page-numbers {
  color: #89c2f3;
}

.archive-pagination .prev,
.archive-pagination .next {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
}

/* 左三角 */
.archive-pagination .prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 16px solid #fff;
  /* 太さも拡大 */
}

/* 右三角 */
.archive-pagination .next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #fff;
}

.recruit-archive-swiper {
  z-index: 0;
}
.recruit-archive-swiper .swiper-wrapper {
  z-index: 0;
}

/*-- category --*/
/* --------------------------------
p-category
----------------------------------- */
.p-post__content {
  max-width: 1500px;
  width: 100%;
  margin: auto;
  align-items: flex-start;
}
.p-post__content aside {
  position: sticky;
  top: 0;
  left: 0;
  height: auto;
  background-color: #89c2f3;
  width: 280px;
}
@media screen and (max-width: 1179px) {
  .p-post__content aside {
    max-width: 200px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-post__content aside h3 {
    font-size: 12px !important;
    color: #ffffff;
  }
  .p-post__content aside {
    max-width: 140px;
    background: none;
  }
}
@media screen and (max-width: 1179px) {
  .p-post__content .p-category-list {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-post__content .p-category-list {
    background: none;
    padding-left: 0;
    padding-right: 0;
  }
  .p-post__content .p-category-list h3 {
    color: #ffffff;
    font-size: 12px;
  }
  .p-post__content .p-category-list {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 1179px) {
  .p-post__content .p-category-list {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-post__content .p-category-list li {
    font-size: 11px;
  }
}
@media screen and (max-width: 400px) {
  .p-post__content .p-category-list {
    width: 190px;
  }
}

.p-post__content-item-content .d-flex {
  align-items: center;
  justify-content: space-between;
}
.p-post__content-item-content .d-flex .p-post__content-excerpt {
  max-width: 600px;
  width: 100%;
}

/*-- single --*/
/* --------------------------------
p-single
----------------------------------- */
.post .p-single.page-bg,
.event .p-single.page-bg, .kaizen .p-single.page-bg {
  color: #ffffff !important;
}
.post .p-single.page-bg .inner-section-title,
.event .p-single.page-bg .inner-section-title, .kaizen .p-single.page-bg .inner-section-title {
  font-size: clamp(30px, 30px + (50 - 30) * (100vw - 375px) / (1920 - 375), 50px);
  margin-bottom: clamp(30px, 30px + (65 - 30) * (100vw - 375px) / (1920 - 375), 65px);
}
.post .p-single.page-bg .company-images .swiper-wrapper,
.event .p-single.page-bg .company-images .swiper-wrapper, .kaizen .p-single.page-bg .company-images .swiper-wrapper {
  margin-top: clamp(30px, 30px + (55 - 30) * (100vw - 375px) / (1920 - 375), 55px);
}
@media screen and (min-width: 768px) {
  .post .p-single.page-bg .company-images .swiper-wrapper,
  .event .p-single.page-bg .company-images .swiper-wrapper, .kaizen .p-single.page-bg .company-images .swiper-wrapper {
    animation: scroll-slider 30s linear infinite;
  }
  .post .p-single.page-bg .company-images .swiper-wrapper img,
  .event .p-single.page-bg .company-images .swiper-wrapper img, .kaizen .p-single.page-bg .company-images .swiper-wrapper img {
    width: 326px;
    height: auto;
    object-fit: cover;
  }
}
.post .p-post__content-item-content,
.event .p-post__content-item-content, .kaizen .p-post__content-item-content {
  padding-left: clamp(20px, 20px + (60 - 20) * (100vw - 375px) / (1920 - 375), 60px);
  padding-right: clamp(20px, 20px + (60 - 20) * (100vw - 375px) / (1920 - 375), 60px);
}

@media screen and (max-width: 519px) {
  .post .p-post__content, .event .p-post__content, .kaizen .p-post__content {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1179px) {
  .post aside, .event aside, .kaizen aside {
    max-width: 200px;
    width: 100%;
  }
}
@media screen and (max-width: 1179px) {
  .post .p-category-list, .event .p-category-list, .kaizen .p-category-list {
    padding-left: 20px;
  }
}
.post .p-kaizen-archive__author, .event .p-kaizen-archive__author, .kaizen .p-kaizen-archive__author {
  margin-left: 0;
  margin-bottom: 10px;
}

.kaizen .p-kaizen-archive__author,
.event .p-kaizen-archive__author {
  margin-left: 0;
  margin-bottom: 10px;
}

.p-post__content {
  align-items: inherit;
}

.p-post__content-item-content {
  max-width: 1100px;
  width: 100%;
  /*@include fluid-prop(20, 60, padding-left);
  @include fluid-prop(20, 60, padding-right);*/
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-post__content-item-content h2 {
  border-left: 6px solid #89c2f3;
  padding-left: 10px;
  margin-top: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
  margin-bottom: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
}
.p-post__content-item-content .company-terms {
  margin-top: 0;
}
.p-post__content-item-content img {
  position: relative;
}

.p-single .more-btn img {
  width: clamp(20px, 20px + (28 - 20) * (100vw - 375px) / (1920 - 375), 28px);
  right: 20px;
}

.p-post__content .navigation {
  margin-top: clamp(30px, 30px + (60 - 30) * (100vw - 375px) / (1920 - 375), 60px);
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 60px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 400px) {
  .p-post__content .navigation {
    column-gap: 20px;
    margin-bottom: 30px;
  }
}
.p-post__content .navigation a {
  color: #ffffff;
}
.p-post__content .p-post__content-info {
  margin-top: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px);
  padding-top: clamp(20px, 20px + (60 - 20) * (100vw - 375px) / (1920 - 375), 60px);
  border-top: 1px solid #89c2f3;
}
.p-post__content .p-post__content-info img {
  margin: 1rem auto;
}

.p-kaizen-archive__empty {
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
}

/*-- single-company --*/
/* --------------------------------
p-single-company
----------------------------------- */
@media only screen and (max-width: 900px) {
  .company .p-single.page-bg .info-captions {
    top: 0;
  }
}
.company .p-single.page-bg {
  padding-top: clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px);
}
.company .p-single.page-bg .recruit-text-box h2 {
  margin-top: clamp(50px, 50px + (100 - 50) * (100vw - 375px) / (1920 - 375), 100px);
}
.company .p-single.page-bg .inner-section-title {
  width: 100%;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .company .p-single.page-bg .inner-section-title {
    padding-top: 30px;
  }
}
.company .p-single.page-bg .company-message__text {
  background-color: rgba(255, 255, 255, 0.8);
}

.p-single.page-bg .p-company-single--header-section {
  padding-bottom: clamp(30px, 30px + (50 - 30) * (100vw - 375px) / (1920 - 375), 50px);
  position: relative;
}
.p-single.page-bg .p-company-single--header-section .company-main-visual {
  padding-top: clamp(160px, 160px + (210 - 160) * (100vw - 375px) / (1920 - 375), 210px);
}
.p-single.page-bg .p-company-single--header-section h2 {
  text-align: center;
  position: absolute;
  margin: 0;
  top: clamp(50px, 50px + (100 - 50) * (100vw - 375px) / (1920 - 375), 100px);
  left: 50%;
  transform: translateX(-50%);
}
.p-single.page-bg .p-company-single--header-section #youtube_wrap {
  position: relative;
  aspect-ratio: 1500/844;
  overflow: hidden;
  max-width: 1500px;
  margin: auto;
}
@media screen and (max-width: 1139px) {
  .p-single.page-bg .p-company-single--header-section #youtube_wrap {
    padding: 0 20px;
  }
}
.p-single.page-bg .p-company-single--header-section #youtube_wrap iframe {
  position: absolute;
  top: 43%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.p-single.page-bg .p-company-single--header-section .company-main-image {
  aspect-ratio: 1500/844;
  max-width: 1500px;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: auto;
}
@media screen and (max-width: 1139px) {
  .p-single.page-bg .p-company-single--header-section .company-main-image {
    padding: 0 20px;
  }
}
.p-single.page-bg .p-company-single--header-section .company-main-image img {
  max-width: 1500px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-single.page-bg .p-company-single--header-meta {
  width: 1280px;
  max-width: 100%;
  margin: auto;
  justify-content: center !important;
  gap: 10px;
  margin-top: clamp(30px, 30px + (50 - 30) * (100vw - 375px) / (1920 - 375), 50px);
}
.p-single.page-bg .p-company-single--header-meta a {
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
  padding-top: clamp(3px, 3px + (5 - 3) * (100vw - 375px) / (1920 - 375), 5px);
  padding-bottom: clamp(3px, 3px + (5 - 3) * (100vw - 375px) / (1920 - 375), 5px);
  padding-left: clamp(10px, 10px + (15 - 10) * (100vw - 375px) / (1920 - 375), 15px);
  padding-right: clamp(10px, 10px + (15 - 10) * (100vw - 375px) / (1920 - 375), 15px);
  border-radius: clamp(10px, 10px + (18 - 10) * (100vw - 375px) / (1920 - 375), 18px);
  text-decoration: none;
  display: inline-block;
}
.p-single.page-bg #company-strengths {
  width: 100%;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: clamp(30px, 30px + (50 - 30) * (100vw - 375px) / (1920 - 375), 50px);
  background-image: url(../images/bg/single_architecture.png);
  background-color: #ffffff;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-single.page-bg #company-strengths .d-flex {
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  flex-wrap: nowrap;
  gap: 20px;
  padding: 0 20px;
}
@media only screen and (max-width: 900px) {
  .p-single.page-bg #company-strengths .d-flex {
    flex-wrap: wrap;
  }
}
.p-single.page-bg #company-strengths .d-flex h2, .p-single.page-bg #company-strengths .d-flex .info-text {
  color: #1184e8;
}
.p-single.page-bg #company-strengths .d-flex .info-captions li {
  background-color: #1184e8;
  color: #ffffff;
  padding-top: clamp(15px, 15px + (60 - 15) * (100vw - 375px) / (1920 - 375), 60px);
  padding-bottom: clamp(15px, 15px + (60 - 15) * (100vw - 375px) / (1920 - 375), 60px);
}
.p-single.page-bg #company-message {
  padding-bottom: 0;
  margin-top: clamp(0px, 0px + (100 - 0) * (100vw - 375px) / (1920 - 375), 100px);
}
.p-single.page-bg #company-message .xl-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-single.page-bg #company-message .xl-inner {
    margin-top: 30px !important;
  }
  .p-single.page-bg #company-message .xl-inner h2 {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }
}
.p-single.page-bg #company-message .xl-inner .info-section {
  margin: auto;
}
.p-single.page-bg #company-message .xl-inner .info-section h2 {
  color: #1184e8;
}
.p-single.page-bg #company-message .xl-inner .info-section .info-text {
  color: #1184e8;
  margin: auto;
}
.p-single.page-bg #company-message .xl-inner .info-section .d-flex {
  max-width: 1600px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.p-single.page-bg #company-overview {
  padding-top: clamp(60px, 60px + (100 - 60) * (100vw - 375px) / (1920 - 375), 100px);
  padding-bottom: clamp(30px, 30px + (80 - 30) * (100vw - 375px) / (1920 - 375), 80px);
}
.p-single.page-bg #company-overview h2 {
  text-align: center;
  color: #1184e8;
  margin-top: 0;
}
.p-single.page-bg #p-kaizen-recruits {
  padding-top: clamp(60px, 60px + (80 - 60) * (100vw - 375px) / (1920 - 375), 80px);
  padding-bottom: clamp(60px, 60px + (80 - 60) * (100vw - 375px) / (1920 - 375), 80px);
  background-image: url(../images/bg/single_architecture.png);
  background-position: center center;
  background-size: contain;
  background-color: #1184e8;
}
@media only screen and (max-width: 767px) {
  .p-single.page-bg #p-kaizen-recruits {
    padding: 0 20px;
    padding-bottom: 60px !important;
  }
}
.p-single.page-bg #p-kaizen-recruits .p-company-kaizen__list {
  justify-content: center;
  gap: 10.41vw;
}
.p-single.page-bg #p-kaizen-recruits .p-company-kaizen__list .p-company-kaizen__item {
  width: 600px;
}
@media only screen and (max-width: 767px) {
  .p-single.page-bg #p-kaizen-recruits .p-company-kaizen__list .p-company-kaizen__item {
    width: 100%;
  }
}
.p-single.page-bg #p-kaizen-recruits .p-company-kaizen__list .p-company-kaizen__item-meta {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
}
.p-single.page-bg #p-kaizen-recruits .p-company-kaizen__list .p-company-kaizen__item-meta .term-style {
  margin-top: 0;
}
.p-single.page-bg #p-kaizen-recruits .p-company-kaizen__list h3 {
  margin: 30px 0;
}
.p-single.page-bg #p-company-recruits > h2 {
  align-items: center;
  color: #1184e8;
  padding-top: clamp(30px, 30px + (80 - 30) * (100vw - 375px) / (1920 - 375), 80px);
}
@media only screen and (max-width: 767px) {
  .p-single.page-bg #p-company-recruits > h2 {
    margin-bottom: 0;
  }
}
.p-single.page-bg #recruit-overview {
  max-width: 1500px;
  width: 100%;
  margin: auto;
}
.p-single.page-bg #recruit-overview > .inner-section-title {
  text-align: center;
  color: #1184e8;
  border-bottom: none;
}
.p-single.page-bg #recruit-overview h2 {
  padding-bottom: clamp(5px, 5px + (10 - 5) * (100vw - 375px) / (1920 - 375), 10px);
  border-bottom: 1px solid #1184e8;
  align-items: center;
  flex-wrap: nowrap;
}
.p-single.page-bg #recruit-overview h2 span {
  display: inline-block;
  width: 6px;
  height: 35px;
  background-color: #1184e8;
  margin-right: 0.5rem;
}
.p-single.page-bg #recruit-overview h2 {
  margin-bottom: 20px;
}
.p-single.page-bg #recruit-overview .recruit-staff {
  justify-content: center;
  gap: 50px;
  margin-bottom: clamp(30px, 30px + (50 - 30) * (100vw - 375px) / (1920 - 375), 50px);
}
@media only screen and (max-width: 767px) {
  .p-single.page-bg #recruit-overview .recruit-staff {
    gap: 0;
    flex-direction: column-reverse;
  }
}
.p-single.page-bg #recruit-overview .recruit-staff-images {
  width: 34.63vw;
  flex-direction: column;
  row-gap: 35px;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 767px) {
  .p-single.page-bg #recruit-overview .recruit-staff-images {
    width: 100%;
    flex-direction: row;
    column-gap: 20px;
    margin-top: 30px;
  }
}
.p-single.page-bg #recruit-overview .recruit-staff-images li {
  width: 23.69vw;
  height: 18.48vw;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-single.page-bg #recruit-overview .recruit-staff-images li {
    width: 100%;
    height: auto;
  }
}
.p-single.page-bg #recruit-overview .recruit-staff-images li img {
  width: auto;
  height: 105%;
  object-fit: cover;
}
.p-single.page-bg #recruit-overview .recruit-staff-images li:nth-child(even) {
  align-self: flex-end;
}
.p-single.page-bg #recruit-overview .recruit-staff-images li:nth-child(odd) {
  align-self: flex-start;
}
.p-single.page-bg #recruit-overview .recruit-staff-introduction {
  width: 38.8vw;
}
@media only screen and (max-width: 1280px) {
  .p-single.page-bg #recruit-overview .recruit-staff-introduction {
    width: 53.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-single.page-bg #recruit-overview .recruit-staff-introduction {
    width: 100%;
    margin-top: 0;
  }
}
.p-single.page-bg #recruit-overview .recruit-staff-introduction .recruit-staff-meta {
  column-gap: 50px;
  margin-bottom: clamp(10px, 10px + (60 - 10) * (100vw - 375px) / (1920 - 375), 60px);
}
.p-single.page-bg .p-company-recruits__list {
  padding-top: clamp(30px, 30px + (50 - 30) * (100vw - 375px) / (1920 - 375), 50px);
  background-image: url(../images/bg/single_architecture.png);
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .p-single.page-bg .p-company-recruits__list {
    padding: 0 20px;
  }
}
.p-single.page-bg #recruit-information {
  padding-top: clamp(30px, 30px + (110 - 30) * (100vw - 375px) / (1920 - 375), 110px);
}
@media only screen and (max-width: 767px) {
  .p-single.page-bg #recruit-information h2 {
    margin-top: 0px !important;
  }
}
.p-single.page-bg #recruit-information .inner-section-title {
  color: #1184e8;
}
.p-single.page-bg #recruit-information .recruit-info {
  max-width: 1700px;
  width: 100%;
  margin-left: 0;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 767px) {
  .p-single.page-bg #recruit-information .recruit-info {
    flex-wrap: wrap;
  }
}
.p-single.page-bg #recruit-information .recruit-info.m-auto p {
  text-align: center;
}
.p-single.page-bg #recruit-information .recruit-info__images {
  width: 50vw;
  justify-content: space-between;
  flex-wrap: nowrap;
  column-gap: 10px;
}
@media only screen and (max-width: 767px) {
  .p-single.page-bg #recruit-information .recruit-info__images {
    width: 100%;
  }
}
.p-single.page-bg #recruit-information .recruit-info__images .recruit-info__image1 {
  width: 26.04vw;
  height: 15.62vw;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-single.page-bg #recruit-information .recruit-info__images .recruit-info__image1 {
    width: 50vw;
    height: 30vw;
  }
}
.p-single.page-bg #recruit-information .recruit-info__images .recruit-info__image1 img {
  width: 105%;
  height: auto;
  object-fit: cover;
}
.p-single.page-bg #recruit-information .recruit-info__images .recruit-info__image2 {
  width: 18.22vw;
  height: 13.02vw;
  overflow: hidden;
  margin-top: clamp(50px, 50px + (150 - 50) * (100vw - 375px) / (1920 - 375), 150px);
}
@media only screen and (max-width: 767px) {
  .p-single.page-bg #recruit-information .recruit-info__images .recruit-info__image2 {
    width: 50vw;
    height: 30vw;
  }
}
.p-single.page-bg #recruit-information .recruit-info__images .recruit-info__image2 img {
  width: 105%;
  height: auto;
  object-fit: cover;
}
.p-single.page-bg #recruit-information .recruit-info__content {
  max-width: 500px;
  width: 100%;
  margin: auto;
}
.p-single.page-bg #job-description {
  padding-top: clamp(60px, 60px + (100 - 60) * (100vw - 375px) / (1920 - 375), 100px);
}
@media only screen and (max-width: 767px) {
  .p-single.page-bg #job-description .company-overview-table {
    padding: 0 !important;
  }
}
.p-single.page-bg #job-description h2 {
  color: #1184e8;
}
.p-single.page-bg .company-overview-table {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  margin-top: clamp(30px, 30px + (60 - 30) * (100vw - 375px) / (1920 - 375), 60px);
}
@media only screen and (max-width: 1280px) {
  .p-single.page-bg .company-overview-table {
    padding: 0 20px;
  }
}
.p-single.page-bg .company-overview-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 15px;
}
@media only screen and (max-width: 767px) {
  .p-single.page-bg .company-overview-table table {
    border-collapse: collapse;
    border-spacing: 0;
  }
}
.p-single.page-bg .company-overview-table table th {
  background-color: #89c2f3;
  color: #ffffff;
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .p-single.page-bg .company-overview-table table th {
    text-align: left;
    padding-left: 1rem;
  }
}
.p-single.page-bg .company-overview-table table td {
  padding-left: 1rem;
  border-bottom: 1px solid #89c2f3;
}
.p-single.page-bg .company-overview-table table th,
.p-single.page-bg .company-overview-table table td {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .p-single.page-bg .company-overview-table table th,
  .p-single.page-bg .company-overview-table table td {
    display: block;
    width: 100%;
  }
}

/*-- single-recruit --*/
/* --------------------------------
p-single
----------------------------------- */
@media only screen and (max-width: 767px) {
  .recruit .p-single.page-bg .recruit-info {
    padding: 0 20px;
  }
}
.recruit .p-single.page-bg .company-overview-table {
  padding: 0;
}
@media screen and (max-width: 1139px) {
  .recruit .p-single.page-bg .p-company-single--header {
    padding: 0 20px;
  }
}
.recruit .p-single.page-bg .p-recruit--header-section {
  padding-bottom: clamp(30px, 30px + (65 - 30) * (100vw - 375px) / (1920 - 375), 65px);
}
.recruit .p-single.page-bg .p-recruit--header-section .inner-section-title {
  font-size: clamp(24px, 24px + (50 - 24) * (100vw - 375px) / (1920 - 375), 50px);
  margin-top: clamp(50px, 50px + (100 - 50) * (100vw - 375px) / (1920 - 375), 100px);
  line-height: normal !important;
}
@media only screen and (max-width: 767px) {
  .recruit .p-single.page-bg .p-recruit--header-section .inner-section-title .text-en, .recruit .p-single.page-bg .p-recruit--header-section .inner-section-title .text-ja {
    font-size: 22px !important;
  }
}
.recruit .p-single.page-bg #recruit-information {
  padding-top: 0 !important;
}
.recruit .p-single.page-bg #recruit-information h2 {
  text-align: center;
  color: #ffffff;
  margin-top: clamp(30px, 30px + (65 - 30) * (100vw - 375px) / (1920 - 375), 65px);
}
.recruit .p-single.page-bg #p-recruit-single--content-section {
  padding-top: clamp(30px, 30px + (50 - 30) * (100vw - 375px) / (1920 - 375), 50px);
  background-image: url(../images/bg/single_architecture.png);
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #1184e8;
}
.recruit .p-single.page-bg #p-recruit-single--content-section .p-company-single--header-meta a {
  color: #1184e8;
  border: 1px solid #1184e8;
}
.recruit .p-single.page-bg #p-recruit-single--content-section #youtube_wrap {
  position: relative;
  aspect-ratio: 1500/844;
  overflow: hidden;
  max-width: 1500px;
  margin: auto;
}
@media screen and (max-width: 1139px) {
  .recruit .p-single.page-bg #p-recruit-single--content-section #youtube_wrap {
    padding: 0 20px;
  }
}
.recruit .p-single.page-bg #p-recruit-single--content-section #youtube_wrap iframe {
  position: absolute;
  top: 41%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.recruit .p-single.page-bg #p-recruit-single--content-section .company-main-image {
  aspect-ratio: 1500/844;
  max-width: 1500px;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: auto;
}
@media screen and (max-width: 1139px) {
  .recruit .p-single.page-bg #p-recruit-single--content-section .company-main-image {
    padding: 0 20px;
  }
}
.recruit .p-single.page-bg #p-recruit-single--content-section .company-main-image img {
  max-width: 1500px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruit .p-single.page-bg #p-recruit-single--content-section .recruit-overview h2 {
  text-align: center;
  color: #1184e8;
}

.p-single.page-bg {
  color: #ffffff !important;
}
.p-single.page-bg .inner-section-title {
  font-size: clamp(24px, 24px + (50 - 24) * (100vw - 375px) / (1920 - 375), 50px);
  margin-bottom: clamp(30px, 30px + (65 - 30) * (100vw - 375px) / (1920 - 375), 65px);
}
.p-single.page-bg .company-images .swiper-wrapper {
  margin-top: clamp(30px, 30px + (55 - 30) * (100vw - 375px) / (1920 - 375), 55px);
}
@media screen and (min-width: 768px) {
  .p-single.page-bg .company-images .swiper-wrapper {
    animation: scroll-slider 30s linear infinite;
  }
  .p-single.page-bg .company-images .swiper-wrapper img {
    width: 326px;
    height: auto;
    object-fit: cover;
  }
}
.p-single.page-bg #recruit-section .recruit-wrapper {
  padding-top: clamp(30px, 30px + (65 - 30) * (100vw - 375px) / (1920 - 375), 65px);
  background: linear-gradient(rgba(17, 132, 232, 0) 0%, rgba(17, 132, 232, 0) 25%, rgb(17, 132, 232) 100%);
}
@media only screen and (max-width: 1280px) {
  .p-single.page-bg #recruit-section .recruit-wrapper {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .p-single.page-bg #recruit-section .recruit-wrapper {
    display: block;
  }
}
.p-single.page-bg #recruit-section .recruit-wrapper {
  flex-wrap: nowrap;
  justify-content: space-between;
}
.p-single.page-bg #recruit-section .recruit-wrapper h2 .text-ja {
  text-align: center;
}
.p-single.page-bg #recruit-section .recruit-wrapper .recruit-img {
  position: absolute;
}
.p-single.page-bg #recruit-section .recruit-wrapper .recruit-img img {
  position: absolute;
}
.p-single.page-bg #recruit-section .recruit-images__left {
  position: relative;
  width: 38.64vw;
  height: 45vw;
}
@media only screen and (max-width: 767px) {
  .p-single.page-bg #recruit-section .recruit-images__left {
    width: 100vw;
  }
}
.p-single.page-bg #recruit-section .recruit-images__left .recruit-img--small {
  width: 9.8vw;
  height: 9.8vw;
  overflow: hidden;
  left: 60%;
}
@media only screen and (max-width: 767px) {
  .p-single.page-bg #recruit-section .recruit-images__left .recruit-img--small {
    width: 35vw;
    height: 35vw;
    left: 20px;
  }
}
.p-single.page-bg #recruit-section .recruit-images__left .recruit-img--small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  left: -20px;
}
.p-single.page-bg #recruit-section .recruit-images__left .sp-recruit-img--small {
  left: 100% !important;
  transform: translateX(-100%);
  width: 35%;
}
.p-single.page-bg #recruit-section .recruit-images__left .sp-recruit-img--small img {
  right: 0 !important;
}
.p-single.page-bg #recruit-section .recruit-images__left .recruit-img--medium {
  width: 13vw;
  height: 14.6vw;
  overflow: hidden;
  top: 10%;
}
.p-single.page-bg #recruit-section .recruit-images__left .recruit-img--medium img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
}
.p-single.page-bg #recruit-section .recruit-images__left .recruit-img--large {
  width: 23.69vw;
  height: 14.6vw;
  overflow: hidden;
  top: 53%;
  left: 35%;
}
@media screen and (max-width: 1139px) {
  .p-single.page-bg #recruit-section .recruit-images__left .recruit-img--large {
    left: 25%;
  }
}
.p-single.page-bg #recruit-section .recruit-images__left .recruit-img--large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
}
.p-single.page-bg #recruit-section .recruit-text {
  max-width: 435px;
  font-weight: 700;
  text-align: justify;
  font-size: clamp(18px, 18px + (31 - 18) * (100vw - 768px) / (1920 - 768), 31px);
}
@media only screen and (max-width: 767px) {
  .p-single.page-bg #recruit-section .recruit-text {
    padding: 0 20px;
  }
}
.p-single.page-bg #recruit-section .recruit-images__right {
  position: relative;
  width: 38.64vw;
  height: 45vw;
}
@media only screen and (max-width: 767px) {
  .p-single.page-bg #recruit-section .recruit-images__right {
    margin-top: 25px;
    width: 100%;
    height: auto;
  }
}
.p-single.page-bg #recruit-section .recruit-images__right .recruit-img--small {
  width: 9.8vw;
  height: 9.8vw;
  overflow: hidden;
  top: 40%;
  left: 10%;
}
.p-single.page-bg #recruit-section .recruit-images__right .recruit-img--small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  left: 0;
  top: 0;
}
.p-single.page-bg #recruit-section .recruit-images__right .sp-bottom--img {
  position: relative;
}
.p-single.page-bg #recruit-section .recruit-images__right .sp-bottom--img img {
  position: relative;
}
.p-single.page-bg #recruit-section .recruit-images__right .recruit-img--medium {
  width: 17.5vw;
  height: 12.3vw;
  overflow: hidden;
  top: 0;
  left: 35%;
}
.p-single.page-bg #recruit-section .recruit-images__right .recruit-img--medium img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
}
.p-single.page-bg #recruit-section .recruit-images__right .recruit-img--large {
  width: 21.35vw;
  height: 14.6vw;
  overflow: hidden;
  top: 50%;
  right: 0;
}
@media only screen and (max-width: 1430px) {
  .p-single.page-bg #recruit-section .recruit-images__right .recruit-img--large {
    top: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .p-single.page-bg #recruit-section .recruit-images__right .recruit-img--large {
    width: 90vw;
    height: auto;
    margin: auto;
  }
}
.p-single.page-bg #recruit-section .recruit-images__right .recruit-img--large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
}
.p-single.page-bg #recruit-section .recruit-text-box {
  text-align: center;
  margin: 0 auto;
  max-width: 520px;
  width: 100%;
}
@media screen and (max-width: 880px) {
  .p-single.page-bg #recruit-section .recruit-text-box {
    max-width: 280px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-single.page-bg #recruit-section .recruit-text-box {
    max-width: 435px;
    width: 100%;
  }
}

/*-- 404 --*/
/* --------------------------------
error-404
----------------------------------- */
.p-thanks,
.p-404 {
  padding-bottom: clamp(60px, 60px + (100 - 60) * (100vw - 375px) / (1920 - 375), 100px);
}
.p-thanks .m-inner,
.p-404 .m-inner {
  margin-top: clamp(30px, 30px + (60 - 30) * (100vw - 375px) / (1920 - 375), 60px);
  padding-top: clamp(30px, 30px + (60 - 30) * (100vw - 375px) / (1920 - 375), 60px);
  padding-bottom: clamp(30px, 30px + (60 - 30) * (100vw - 375px) / (1920 - 375), 60px);
  text-align: center;
}

@keyframes active-menu-bar {
  100% {
    height: 0;
  }
}
@keyframes scroll-down {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes slideInRight {
  0% {
    transform: translateX(-10%);
    overflow: hidden;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    transform: translateX(10%);
    overflow: hidden;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideRight {
  0% {
    transform: translate(-100%, 0);
    overflow: hidden;
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes slideLeft {
  0% {
    transform: translate(100%, 0);
    overflow: hidden;
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes zoomIn_bg {
  0% {
    background-size: 0%;
  }
  100% {
    background-size: 50%;
  }
}
/*
@include sp {
	@keyframes zoomIn_bg {
		0% {
			background-size: 0%;
		}
		100% {
			background-size: 95%;
		}
	}
}
*/
.zoomIn, .fadeIn, .slideInUp, .slideInRight, .slideInLeft, .slideInDown {
  opacity: 0;
}

.fadeIn.is-animated {
  animation: fadeIn 0.7s ease-in-out both;
}

.slideInUp.is-animated {
  animation: slideInUp 0.7s ease-in-out both;
}

.slideInDown.is-animated {
  animation: slideInDown 0.7s ease-in-out both;
}

.slideInRight.is-animated {
  animation: slideInRight 0.7s ease-in-out both;
}

.slideInLeft.is-animated {
  animation: slideInLeft 0.7s ease-in-out both;
}

.zoomIn_bg {
  animation: zoomIn_bg 1.5s ease-in-out both;
  animation-delay: 1.5s;
}

.is-animated.zoomIn {
  animation: zoomIn 1s ease-in-out both;
  animation-delay: 0.5s;
}

.is-animated.delay03 {
  animation-delay: 0.3s;
}

.is-animated.delay06 {
  animation-delay: 0.6s;
}

.is-animated.delay09 {
  animation-delay: 0.9s;
}

.is-animated.delay12 {
  animation-delay: 1.2s;
}

.is-animated.delay15 {
  animation-delay: 1.5s;
}

.is-animated.delay18 {
  animation-delay: 1.8s;
}

.is-animated.delay21 {
  animation-delay: 2.1s;
}

.is-animated.delay24 {
  animation-delay: 2.4s;
}

.is-animated.delay27 {
  animation-delay: 2.7s;
}

.is-animated.delay30 {
  animation-delay: 3s;
}

@keyframes scroll_bar {
  0% {
    width: 0;
    opacity: 0;
  }
  20% {
    width: 0;
    opacity: 1;
  }
  80% {
    width: 105%;
    opacity: 1;
  }
  100% {
    width: 105%;
    opacity: 0;
  }
}
/* --------------------------------
utility
----------------------------------- */
.u-ib {
  display: inline-block;
}

.u-br-pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .u-br-pc {
    display: none;
  }
}

.u-br-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .u-br-sp {
    display: block;
  }
}

.u-pc-hidden {
  display: none;
}
@media only screen and (max-width: 767px) {
  .u-pc-hidden {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .u-sp-hidden {
    display: none;
  }
}

.u-vertical {
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 767px) {
  .u-vertical {
    writing-mode: horizontal-tb;
  }
}

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

@media only screen and (max-width: 767px) {
  .u-sp-mt65 {
    margin-top: 6.5rem;
  }
}

.mr-0 {
  margin-right: 0;
}

.ml-0 {
  margin-left: 0;
}

.pd-30 {
  padding: 30px;
}

.pd-40 {
  padding: 40px;
}

.pd-50 {
  padding: 50px;
}

.pd-60 {
  padding: 60px;
}/*# sourceMappingURL=style.css.map */