@charset "UTF-8";

img {
  height: auto;
  max-width: 100%;
  width: auto;
}

a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.look_pc {
  display: block;
}

.look_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .look_pc {
    display: none !important;
  }

  .look_sp {
    display: block !important;
  }

  _::-webkit-full-page-media,
  _:future,
  :root input,
  _::-webkit-full-page-media,
  _:future,
  :root select,
  _::-webkit-full-page-media,
  _:future,
  :root textarea {
    color: initial !important;
    font-size: initial !important;
    /* ↑ iPhone safari の変なスタイルを上書きで無効化 */
  }
}

:root {
  color-scheme: only light;
  /* ↑ ダークモード対策 */

  /* color */
  --footer_color01: #3d62b0;
  --footer_color02: #5d82b4;
  --footer_color03: #696969;

  /* コンテンツ幅 など */
  --contents_wide_s: 375px;
  --contents_wide_default: 1200px;
  --contents_wide_L: 1920px;
  --contents_wide_max: 1920px;
  --responsive-change: 767px;
  --wrapper_padding: 20px;
}

.footer_outer a[target=_blank]::after {
  content: "";
  display: inline-block;
  background-image: url(/include/image/icon_outlink.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 12px;
  aspect-ratio: 1/1;
  margin-left: 5px;
}

.footer_outer .no_icon a[target=_blank]::after {
  display: none;
}

.footer_outer b,
.footer_outer u,
.footer_outer i,
.footer_outer em {
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  font-style: normal;
}

/* ===== アウター部 ===== */
footer:has(.footer_inner) {
  z-index: 51;
  position: relative;
  background-color: #fff;
}

/* ===== pagebottom-banner ===== */
.pagebottom-banner {
  padding-top: 8vw;
  max-width: var(--contents_wide_default);
  padding-left: var(--wrapper_padding);
  padding-right: var(--wrapper_padding);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  max-width: 1270px;
}

.pagebottom-banner .pagebottom-banner_colu {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.pagebottom-banner_colu li {}

.pagebottom-banner_colu li a {
  color: #fff;
  height: 100%;
  width: 100%;
  padding: 20px 2.5vw;
  display: grid;
  align-items: center;
  align-content: center;
  gap: 0 40px;
  text-decoration: none;
}

.pagebottom-banner_colu li a header {
  display: grid;
  align-items: stretch;
}

.pagebottom-banner_colu li a h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.pagebottom-banner_colu li a h3.arrow {
  word-break: break-all;
}

.pagebottom-banner_colu li a p {
  font-size: 16px;
  line-height: 1.6;
}

.pagebottom-banner_colu li:nth-of-type(1) {
  width: calc(50% - 7.5px);
}

.pagebottom-banner_colu li:nth-of-type(1) a {
  width: 100%;
  /* background-color: #6482C0; */
  background-color: #3f6cc8;
  /*特色*/
  min-height: 166px;
  justify-items: center;
}

.pagebottom-banner_colu li:nth-of-type(1) a header {
  grid-template-columns: 1fr auto;
}

.pagebottom-banner_colu li:nth-of-type(1) a header::before {
  width: 170px;
  aspect-ratio: 1/.2;
  background-image: url(/include/image/pagebottom-banner_icon01.svg);
  content: "";
  display: inline-block;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 30px;
}

.pagebottom-banner_colu li:nth-of-type(1) a header h3 {
  line-height: 1;
  align-items: flex-end;
}

.pagebottom-banner_colu li:nth-of-type(1) a .arrow::after {
  content: "";
  display: inline-block;
  background-image: url(/include/image/pagebottom-banner_icon04.svg);
  width: 30px;
  aspect-ratio: 1/.4;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.pagebottom-banner_colu li:nth-of-type(1) a p {
  line-height: 1.6;
  margin-top: 6px;
}

/*  */
.pagebottom-banner_colu li:nth-of-type(2) {
  width: calc(50% - 7.5px);
}

.pagebottom-banner_colu li:nth-of-type(2) a {
  width: 100%;
  /* background-color: #6482A2; */
  background-color: #5d82b4;
  /*特色*/
  min-height: 166px;
  justify-items: center;
}

.pagebottom-banner_colu li:nth-of-type(2) a header {
  grid-template-columns: 1fr auto;
}

.pagebottom-banner_colu li:nth-of-type(2) a header h3 {
  line-height: 1;
  align-items: center;
}

.pagebottom-banner_colu li:nth-of-type(2) a header::before {
  width: 200px;
  aspect-ratio: 1/.2;
  background-image: url(/include/image/pagebottom-banner_icon02.svg);
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 30px;
}

.pagebottom-banner_colu li:nth-of-type(2) .arrow::after {
  content: "";
  display: inline-block;
  background-image: url(/include/image/pagebottom-banner_icon04.svg);
  width: 30px;
  aspect-ratio: 1/.4;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.pagebottom-banner_colu li:nth-of-type(3) {
  width: 100%;
}

.pagebottom-banner_colu li:nth-of-type(3) a {
  width: 100%;
  background-color: #222736;
  /*特色*/
  min-height: 240px;
  grid-template-columns: auto 1fr auto;
}

.pagebottom-banner_colu li:nth-of-type(3) a header {
  grid-template-columns: auto 1fr auto;
}

.pagebottom-banner_colu li:nth-of-type(3) a header h3 {
  line-height: 1;
}

.pagebottom-banner_colu li:nth-of-type(3) a header::before {
  width: 35px;
  aspect-ratio: 1/.4;
  background-image: url(/include/image/pagebottom-banner_icon03.svg);
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.pagebottom-banner_colu li:nth-of-type(3) a header h3 {
  font-size: 34px;
  font-weight: 300;
  align-items: center;
  /* font-family: "Poiret One", sans-serif; */
  font-family: "Oswald", sans-serif;
}

.pagebottom-banner_colu li:nth-of-type(3) a p {
  line-height: 2;
}

.pagebottom-banner_colu li:nth-of-type(3) a p:nth-of-type(2) {
  font-size: 20px;
}

.pagebottom-banner_colu li:nth-of-type(3) .arrow::after {
  content: "";
  display: inline-block;
  background-image: url(/include/image/pagebottom-banner_icon04.svg);
  width: 30px;
  aspect-ratio: 1/.4;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .pagebottom-banner .pagebottom-banner_colu {
    flex-direction: column;
  }

  .pagebottom-banner_colu li {
    width: 100% !important;
  }

  .pagebottom-banner_colu li a {
    grid-template-columns: 1fr;
    padding: 20px 35px;
  }

  .pagebottom-banner_colu li a .arrow::after {
    width: 25px;
  }

  .pagebottom-banner_colu li:nth-of-type(3) a header::before {
    width: 24px;
  }

  .pagebottom-banner_colu li a h3 {
    font-size: 14px;
  }

  .pagebottom-banner_colu li:nth-of-type(3) a header h3 {
    font-size: 24px;
  }

  .pagebottom-banner_colu li a p {
    font-size: 13px;
  }

  .pagebottom-banner_colu li:nth-of-type(1) a {
    min-height: 110px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pagebottom-banner_colu li:nth-of-type(1) a header {}

  .pagebottom-banner_colu li:nth-of-type(1) a header::before {
    width: 160px;
    margin-right: 20px;
  }

  .pagebottom-banner_colu li:nth-of-type(1) a h3 {
    margin-top: 10px;
  }

  .pagebottom-banner_colu li:nth-of-type(1) a p {
    margin-top: 4px;
  }

  .pagebottom-banner_colu li:nth-of-type(2) a {
    min-height: 110px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pagebottom-banner_colu li:nth-of-type(2) a header {}

  .pagebottom-banner_colu li:nth-of-type(2) a header::before {
    width: 150px;
    margin-right: 20px;
  }

  .pagebottom-banner_colu li:nth-of-type(2) a h3 {}

  .pagebottom-banner_colu li:nth-of-type(2) a p {
    margin-top: 0;
  }

  .pagebottom-banner_colu li:nth-of-type(3) a {
    grid-template-columns: 1fr;
    justify-items: start;
    min-height: 180px;
    padding: 30px;
  }

  .pagebottom-banner_colu li:nth-of-type(3) a p:nth-of-type(2) {
    font-size: 14px;
    margin-bottom: 0;
  }

  .pagebottom-banner_colu li:nth-of-type(3) a header {
    margin-bottom: 10px;
  }

  .pagebottom-banner_colu li:nth-of-type(3) a h3 {
    font-size: 24px;
  }

  .pagebottom-banner_colu li:nth-of-type(3) a p {
    margin-bottom: 10px;
  }

}

/* ===== footer ===== */

footer .footer_outer {
  border-top: 1px solid #4C423F;
  padding-top: 60px;
}

footer .footer_inner {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 290px minmax(243px, 730px) !important;
  gap: 20px 40px !important;
  justify-content: space-between !important;
  padding-left: var(--wrapper_padding);
  padding-right: var(--wrapper_padding);
  max-width: var(--contents_wide_default);
  width: 100%;
  max-width: 1270px;
}

footer .footer_inner img {
  width: auto !important;
}

footer .footer_inner a {
  color: var(--default_font_color);
  text-decoration: none;
}

footer .footer_inner .footer_logo {
  text-align: center;
}

footer .footer_inner .footer_logo img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}

/* .footer_menu */
footer .footer_menu {
  display: grid;
  gap: 20px;
  grid-template-columns: auto auto auto;
  text-align: left;
}

footer .footer_menu .footer_menu_box>ul.mt {
  margin-top: 60px;
}

footer .footer_menu .footer_menu_box>ul>li.title {
  font-size: 22px;
  font-weight: 700;
  margin-top: 25px;
}

footer .footer_menu .footer_menu_box>ul>li.title a {
  font-size: 20px;
  font-weight: 700;
}

footer .footer_menu .footer_menu_box>ul>li>ul {
  margin-left: 10px;
}

footer .footer_menu .footer_menu_box>ul>li a {
  font-size: 14px;
}

footer .footer_menu .footer_menu_box>ul .title.mt0 {
  margin-top: 0;
}

/* accordion */
footer .accordion_details {}

footer .accordion_details li {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}

footer .accordion_details .title_pc {
  font-size: 22px;
  margin-top: 25px;
  color: var(--default_font_color);
}

footer .accordion_details .title_pc a {
  font-weight: 700 ;
}

footer .footer_menu_box .accordion_details:nth-of-type(1) .title_pc {
  margin-top: 0;
}

footer .accordion_details .title_sp {
  border-top: 1px solid #ccc;
  font-size: 20px;
  font-weight: 700;
  padding: 6px 4px;
}

@media screen and (min-width: 768px) {

  /* accordion */
  footer .accordion_details {
    display: block;
    open: true;
  }

  footer .accordion_details:not([open]) {
    display: block;
  }

  footer .accordion_details .title_sp {
    display: none;
  }

  footer .accordion_details summary {
    cursor: default;
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {

  footer .footer_menu {
    gap: 0;
    grid-template-columns: 1fr;
    border-bottom: 1px solid #ccc;
    margin-bottom: 60px;
  }

  footer .footer_menu .footer_menu_box>ul>li.title {
    border-top: 1px solid #ccc;
    margin-top: 0;
  }

  footer .footer_menu .footer_menu_box>ul>li.title a {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 6px 4px;
  }

  footer .footer_menu .footer_menu_box>ul>li.title a:not([target="_blank"])::after {
    aspect-ratio: 1 / 1;
    background-image: url(/include/image/icon_arrow_yoko_b.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 25px;
    background-size: 70%;
  }

  footer .footer_outer .footer_menu .footer_menu_box>ul>li.title a[target=_blank]::after {
    width: 25px;
    background-size: 50%;
  }

  /**/
  footer .accordion_details {}

  footer .accordion_details .title_pc {
    font-size: 14px;
    margin-top: 0;
  }

  footer .accordion_details .title_pc a {
    font-weight: initial;
  }

  footer .accordion_details .title_sp {}

  footer .accordion_details details {
    margin: 0 auto;
  }

  footer .accordion_details>summary {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
  }

  footer .accordion_details>summary::-webkit-details-marker {
    display: none;
    /* ↑ 消したのに、iPhone だけマーカーが出るバグの修正 */
  }

  footer .accordion_details>summary::after {
    aspect-ratio: 1 / 1;
    background-image: url(/include/image/icon_plus_b.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    margin-left: 10px;
    transition: .2s;
    width: 25px;
    background-size: 70%;
  }

  footer .accordion_details[open="open"]>summary::after {
    transform: rotate(180deg);
    transition: 0.2s;
    background-image: url(/include/image/icon_dash_b.svg);
  }

  footer .accordion_details>div {
    width: 100%;
    padding: 0 4px 10px;
  }

  footer .accordion_details li a {
    align-items: center;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding: 4px 0;
  }

  footer .accordion_details a::after {
    aspect-ratio: 1 / 1;
    background-image: url(/include/image/icon_arrow_yoko_b.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 25px;
    background-size: 70%;
  }
}

footer .footer-sub {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: space-between !important;
  padding-left: var(--wrapper_padding);
  padding-right: var(--wrapper_padding);
  max-width: var(--contents_wide_default);
  width: 100%;
}

footer .footer-sub .footer-sub_logo {
  width: 80px;
}

footer .footer-sub .footer-sub_menu {
  display: grid;
  grid-template-columns: auto auto;
  margin-top: 25px;
  margin-bottom: 45px;
  gap: 20px;
  justify-content: space-between;
}

footer .footer-sub .footer-sub_menu .footer-sub_menu_box {}

footer .footer-sub .footer-sub_menu .footer-sub_menu_box ul {
  display: flex;
  gap: 0 20px;
  flex-wrap: wrap;
}

footer .footer-sub .footer-sub_menu .footer-sub_menu_box ul li a {
  font-size: 13px;
  line-height: 1 !important;
}

footer .footer-sub .footer-sub_menu .allright {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .footer-sub .footer-sub_menu .allright small {
  text-align: right;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  footer .footer_outer {
    margin-top: 60px;
  }

  footer .footer_inner {
    grid-template-columns: 1fr !important;
    justify-content: center;
  }

  footer .footer-sub {
    justify-items: center;
  }

  footer .footer-sub .footer-sub_logo {
    width: 70px;
    margin-right: auto;
    margin-left: auto;
  }

  footer .footer-sub .footer-sub_menu {
    display: block;
  }

  footer .footer-sub .footer-sub_menu .footer-sub_menu_box ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  footer .footer-sub .footer-sub_menu .footer-sub_menu_box ul li a {
    font-size: 11px;
  }

  footer .footer-sub .footer-sub_menu .allright {
    font-size: 10px;
  }

  footer .footer-sub .footer-sub_menu .allright small {
    margin-top: 40px;
  }

}

/*  */
@media screen and (min-width: 768px) {
  .footer_link_box {
    max-width: 1200px;
    padding: 0 20px;
  }
}

/*============================
.cookie-possibility
============================*/
.cookie-possibility_outer {
  overflow: hidden;
  width: 100%;
  background-color: rgba(34, 39, 54, 0.9);
  position: fixed;
  bottom: 0;
  left: 0;
  color: #fff;
  z-index: 149;
}

.cookie-possibility_outer {
  transition: all 1s ease;
}

.cookie-possibility_inner {
  max-width: var(--contents_wide_default);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: var(--wrapper_padding);
  padding-left: var(--wrapper_padding);
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  gap: 25px 20px;
  min-height: 70px;
  z-index: 156;
  font-size: 14px;
  font-weight: 400;
}

.cookie-possibility_inner i {
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: 20px;
  font-size: 20px;
  transform: translate(0, -50%);
  cursor: pointer;
  display: inline-block;
  background-image: url(../image/cookie-possibility_icon.svg);
  background-position: center;
  background-size: contain;
  width: 18px;
  aspect-ratio: 1 / 1;
}

.cookie-possibility_inner a {
  text-decoration: underline;
}

.theme-fo-base .cookie-possibility_inner a {
  color: #fff;
  text-decoration: underline;
}

.cookie-possibility_inner>button {
  border: 1px solid #fff;
  padding: 7.5px 12px;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  background-color: #fff;
  cursor: pointer;
  color: var(--default_font_color);
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
}


@media screen and (max-width: 767px) {
  .cookie-possibility_inner {
    grid-template-columns: 1fr;
    padding: 30px;
    text-align: center;
  }

  .cookie-possibility_inner i {
    top: 0;
    transform: initial;
    margin-top: 20px;
  }

  .cookie-possibility_inner>button {
    max-width: 140px;
    width: 100%;
    min-height: 48px;
    padding: 2px 12px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
  }
}

/*============================
#js_pagetop
============================*/
.pagetop_posision {
  position: relative;
}

#js_pagetop {
  bottom: 0;
  display: none;
  opacity: 0;
  position: fixed;
  right: 10px;
  transition: all 600ms;
  z-index: 150;
  margin-bottom: 115px;
}

#js_pagetop.fade {
  animation: fadeIn 0.4s ease-in 0s forwards;
  display: block;
  opacity: 1;
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
  }

  1% {
    display: none;
    opacity: 0;
  }

  100% {
    display: none;
    opacity: 0;
  }
}

#js_pagetop a {
  display: flex;
  justify-content: center;
}

#js_pagetop a:hover {
  opacity: .8;
}

#js_pagetop a>i {
  z-index: 155;
  color: #fff;
  display: inline-block;
  position: relative;
  width: 25px;
  aspect-ratio: 1 / 7;
  background-image: url(/include/image/js_pagetop_icon.svg);
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  #js_pagetop {
    bottom: 5px;
    right: 5px;
  }

  #js_pagetop a {}
}

/* ページトップボタン 関連 */
.sp_pagetop {
  margin: 60px 20px 0;
  text-align: center;
}

.sp_pagetop>a {
  display: inline-block;
}

/* コンタクトボタン */
.inquiry_posision {
  position: relative;
}

#js_inquiry {
  display: none;
  opacity: 0;
  transition: all 600ms;
  z-index: 9001;
  bottom: 0;
  right: 0;
  margin: 0 35px 35px 0;
  position: fixed;
  background-color: #fff;
  border-radius: 50%;
}

#js_inquiry .inquiry-btn-check_tri::before {
  font-family: "Material Icons";
  content: "\e5cd";
  display: inline-flex;
  font-weight: 100;
  background-color: #fff;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  width: 24px;
  line-height: 1;
  color: #ccc;
  align-items: center;
  justify-content: center;
}

#js_inquiry.fade {
  animation: fadeIn .4s ease-in 0s forwards;
  display: block;
  opacity: 1;
}

#inquiry-btn-check {
  display: none;
}

#inquiry-btn-check~.inquiry-btn,
#inquiry-btn-check~.inquiry-btn-check_tri {
  display: inline-block;
  transition: all 600ms;
}

#inquiry-btn-check:checked~.inquiry-btn,
#inquiry-btn-check:checked~.inquiry-btn-check_tri {
  display: none;
}

#js_inquiry .inquiry-btn-check_tri {
  right: 0;
  margin-top: 0;
  position: absolute;
  top: 0;
  z-index: 101;
}

#js_inquiry .inquiry-btn-check_tri span {
  font-size: 30px;
  line-height: 1;
}

#js_inquiry .inquiry-btn {
  z-index: 100;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100px;
  aspect-ratio: 1 / 1;
  background-color: #00BEA6;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  flex-direction: column;
}

#js_inquiry .inquiry-btn img {
  width: 36px;
  height: 24px;
  margin-bottom: 2px;
}

@media screen and (max-width: 767px) {
  #js_inquiry {
    margin: 0 5px 10px 0;
  }
}

/* 採用ページ調整用 */
footer .footer_inner,
footer .footer-sub {
  margin: 0 auto;
}

/* / 採用ページ調整用 */


/* 250613追記 */
:root:root:root:root:root:root:root .cp-contact {
  --wrapper_padding: 50px;
}

.contact_form .form-cont {
  text-align: left;
}

@media screen and (max-width:767px) {
  :root:root:root:root:root:root:root .cp-contact {
    --wrapper_padding: 20px;
  }
}

/* / 250613追記 */