@charset "UTF-8";
/* Reset */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

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

* {
  box-sizing: border-box;
  min-width: 1px;
  min-height: 1px;
  word-break: break-all;
}

/* ==========================================================================
Core
========================================================================== */
/* -----------------------------------------------------------------
Webフォント設定
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
CSS変数設定
----------------------------------------------------------------- */
:root {
  --primary: #1A418B;
  --secondary: #000000;
  --txtColor: #000000;
  --borderColor: #CCCCCC;
  --bgColor: #fff;
  --bgColorSecondary: #EFEFEF;
  --white: #fff;
  --black: #000;
  --orange: #FFAC3B;
  --point_blue: #006EB3;
  --fontFamily: 'Noto Sans JP', 'ヒラギノ角 Pro W3', 'Hiragino Kaku Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  --pointFamily: "Poppins", serif;
  --pointFamilySecondary: "Montserrat", serif;
  --txtSizeSp: 1.6rem;
  --txtSizePc: 1.6rem;
  --lineHeight: 1.6875;
  --lineHeightTitle: 1.6;
  --letterSpacing: 0;
  --fixedWidthLarge: 144rem;
  --fixedWidthMiddle: 122rem;
  --fixedWidthSmall: 96.8rem;
  --fixedWidthSp: 30.2rem;
  --zIndexLv0: 0;
  --zIndexLv1: 1;
  --zIndexLv2: 10;
  --zIndexLv3: 100;
  --zIndexLv4: 1000;
  --zIndexLv5: 10000;
  --breakTabLength: 768;
  --breakPcLength: 1025;
}

* {
  box-sizing: border-box;
}

/* -----------------------------------------------------------------
メディアクエリ
----------------------------------------------------------------- */
/* media query */
/* -----------------------------------------------------------------
テキスト非表示
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
ホバー
----------------------------------------------------------------- */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
  font-size: 2.6666666667vw !important;
}
@media (min-width: 768px) {
  html:has(.page-products) {
    scroll-padding-top: 130px;
  }
}
@media (min-width: 1281px) {
  html:has(.page-products) {
    scroll-padding-top: 150px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  html {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1281px) and (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw !important;
  }
}
@media (min-width: 1441px) {
  html {
    font-size: 62.5% !important;
    scroll-padding-top: 128px;
  }
}

a {
  transition: all 0.3s ease;
}

a[href^="#"] {
  scroll-margin-top: 88px;
  /* ヘッダーの高さ */
}
@media (min-width: 1441px) {
  a[href^="#"] {
    scroll-margin-top: 128px;
    /* ヘッダーの高さ */
  }
}

body {
  font-family: var(--fontFamily);
  font-size: var(--txtSizeSp);
  line-height: var(--lineHeight);
  color: var(--txtColor);
  background-color: var(--bgColor);
  letter-spacing: var(--letterSpacing);
}
@media (min-width: 768px) {
  body {
    scroll-padding-top: 12rem !important;
  }
}
@media (min-width: 768px) {
  body {
    font-size: var(--txtSizePc);
  }
}

/* ==========================================================================
Foundation
========================================================================== */
/* font weight */
.u-fw {
  font-weight: bold !important;
}

/* media query display */
@media screen and (max-width: 767px) {
  .u-hide-sp {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .u-hide-tab {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-hide-pc {
    display: none !important;
  }
}

/* text-align */
.u-tal {
  text-align: left !important;
}

.u-tac {
  text-align: center !important;
}

.u-tar {
  text-align: right !important;
}

.u-tdu {
  text-decoration: underline !important;
}

.u-oh {
  overflow: hidden !important;
}

.u-vm {
  vertical-align: middle !important;
}

.u-fsi {
  font-style: italic !important;
}

.u-dib {
  display: inline-block !important;
}

/* ==========================================================================
layout
========================================================================== */
.l-contentsSmall {
  max-width: var(--fixedWidthSp);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-contentsSmall {
    max-width: var(--fixedWidthSmall);
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.l-contentsMiddle {
  max-width: var(--fixedWidthSp);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-contentsMiddle {
    max-width: var(--fixedWidthMiddle);
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.l-contentsLarge {
  max-width: var(--fixedWidthSp);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-contentsLarge {
    max-width: var(--fixedWidthLarge);
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.page .p-mv,
.single .p-mv {
  width: 100%;
  border-bottom: 1px solid var(--primary);
  height: 13.4rem;
  padding: 4.6rem 0 0 3.4rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .page .p-mv,
  .single .p-mv {
    height: 23.6rem;
    padding: 11rem 0 0 8.3333333333%;
    margin-bottom: 10rem;
  }
}
.page .p-mv h1,
.single .p-mv h1 {
  color: var(--primary);
}
@media (min-width: 768px) {
  .page .p-mv h1,
  .single .p-mv h1 {
    display: flex;
    align-items: center;
    gap: 0 4rem;
  }
}
.page .p-mv .p-mv__en,
.single .p-mv .p-mv__en {
  font-family: var(--pointFamily);
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 3rem;
  display: block;
  line-height: 4.6rem;
}
@media (min-width: 768px) {
  .page .p-mv .p-mv__en,
  .single .p-mv .p-mv__en {
    font-size: 6.5rem;
  }
}
.page .p-mv .p-mv__ruby,
.single .p-mv .p-mv__ruby {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.7rem;
  letter-spacing: 0.15em;
  display: block;
  margin-top: -0.4rem;
}
@media (min-width: 768px) {
  .page .p-mv .p-mv__ruby,
  .single .p-mv .p-mv__ruby {
    letter-spacing: 0;
    font-size: 2rem;
    line-height: 3rem;
  }
}

.group1_1 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.group1_1 img {
  width: 100%;
}
@media (min-width: 768px) {
  .group1_1 {
    gap: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .group1_1 .c-list-image__img {
    width: 100%;
  }
}

.group3_1 {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--fixedWidthSp);
}
@media (min-width: 768px) {
  .group3_1 {
    overflow: visible;
    display: flex;
    gap: 0 11.3559322034%;
    max-width: var(--fixedWidthMiddle);
  }
  .group3_1 .c-main {
    width: 68.6440677966%;
  }
}

.c-section {
  margin-top: 6rem;
}
@media (min-width: 768px) {
  .c-section {
    margin-top: 10rem;
  }
}

.not-found {
  padding: 5rem 0;
}
.not-found .c-border__ttl {
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .not-found {
    padding: 10rem 0;
  }
  .not-found .c-border__ttl {
    margin-bottom: 5rem;
  }
}

/*-----------------タイトル関連*/
.c-border__ttl {
  border: 1px solid var(--primary);
  text-align: center;
  color: var(--primary);
  line-height: 5.9rem;
}
@media (min-width: 768px) {
  .c-border__ttl {
    font-size: 2.5rem;
    line-height: 10rem;
  }
}

.c-txt-pointTtl {
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--primary);
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  position: relative;
}
.c-txt-pointTtl:before {
  width: 2.5rem;
  height: 2.5rem;
  content: "";
  background: url("../../../images/i-ttl-point.svg") no-repeat center/cover;
}
@media (min-width: 768px) {
  .c-txt-pointTtl:before {
    width: 2.18rem;
    height: 2.18rem;
  }
}
.c-txt-pointTtl .c-txt-pointTtl__ja {
  padding-left: 1.2rem;
  padding-right: 3rem;
}
@media (min-width: 768px) {
  .c-txt-pointTtl .c-txt-pointTtl__ja {
    padding-left: 1.6rem;
    padding-right: 5rem;
  }
}
@media (min-width: 768px) {
  .c-txt-pointTtl {
    font-size: 2.5rem;
    margin-bottom: 6rem;
  }
}
.c-txt-pointTtl .c-txt-pointTtl__en {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  font-family: var(--pointFamily);
}
@media (min-width: 768px) {
  .c-txt-pointTtl .c-txt-pointTtl__en {
    font-size: 1.4rem;
  }
}

.c-txt-ttl3 {
  font-size: 1.7rem;
  color: var(--primary);
  font-weight: 500;
  padding: 1.5rem;
  background-color: var(--bgColorSecondary);
  line-height: 2rem;
  margin-top: 3rem;
  border-bottom: 1px solid var(--primary);
}
@media (min-width: 768px) {
  .c-txt-ttl3 {
    font-size: 2rem;
    padding: 1.5rem 2rem;
    line-height: 3rem;
    margin-top: 5.8rem;
  }
}

.c-txt-ttl-primary {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.3rem;
  color: var(--primary);
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .c-txt-ttl-primary {
    margin-top: 6rem;
    font-size: 3rem;
    line-height: 4.8rem;
  }
}

/*-----------------テキスト関連*/
.c-txt-primary {
  color: var(--primary);
  font-weight: 500;
}

/*-----------------リスト関連*/
.c-list-num {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 1.8rem;
  unicode-bidi: isolate;
}
@media (min-width: 768px) {
  .c-list-num {
    padding-inline-start: 3.9rem;
  }
}
.c-list-num > li {
  display: flex;
  counter-increment: number;
  overflow-wrap: break-word;
  word-break: normal;
}
@media (min-width: 768px) {
  .c-list-num > li {
    line-height: 1.6875;
  }
}
.c-list-num > li:before {
  display: inline-block;
  min-width: 18px;
  margin-left: -16px;
  vertical-align: baseline;
  content: counter(number) ".";
}
@media (min-width: 768px) {
  .c-list-num > li:before {
    min-width: 39px;
    margin-left: -32px;
  }
}

.c-list-num2 > li:nth-child(n):before {
  min-width: 30px;
  margin-left: -40px;
  content: "（ " counter(number) " ）";
}

.c-list-num3 {
  counter-reset: list-counter;
  list-style-type: lower-roman;
  list-style: none;
}
.c-list-num3 > li {
  counter-increment: list-counter;
}
.c-list-num3 > li:nth-child(n):before {
  content: counter(list-counter, lower-roman) " )";
  /* ローマ数字 + 括弧 */
}

/*-----------------テーブル関連*/
.c-table-common {
  width: 100%;
  margin-top: -1.5rem;
}
@media (min-width: 768px) {
  .c-table-common {
    margin-top: -2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-table-common {
    font-size: 1.4rem;
  }
}
.c-table-common tr {
  border-bottom: 1px solid var(--borderColor);
}
.c-table-common th {
  text-align: initial;
  width: 8.8rem;
  padding: 1.2rem 0;
}
@media (min-width: 768px) {
  .c-table-common th {
    width: 22rem;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .c-table-common th {
    font-weight: 500;
    width: 8.8rem;
  }
}
.c-table-common td {
  padding: 1.2rem 0;
  flex: 1;
}
@media (min-width: 768px) {
  .c-table-common td {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .c-table-common tr {
    display: flex;
  }
}

/*-----------------サイドナビ*/
@media screen and (max-width: 767px) {
  .c-flex-body {
    display: flex;
    flex-direction: column-reverse;
    gap: 5rem 0;
  }
}

@media (min-width: 768px) {
  .c-side {
    position: sticky;
    top: 15rem;
    right: 0;
    align-self: flex-start;
  }
}
.c-side h2 {
  font-weight: 500;
  color: var(--primary);
}
@media (min-width: 768px) {
  .c-side h2 {
    font-family: var(--pointFamily);
  }
}
@media screen and (max-width: 767px) {
  .c-side h2 {
    font-family: var(--fontFamily);
    background: var(--bgColorSecondary);
    padding: 1.8rem 2rem;
    pointer-events: all;
    cursor: pointer;
    background: var(--bgColorSecondary) url("../../../../assets/images/i-hamburger.svg") no-repeat center right 2rem/1.8rem auto;
    position: relative;
  }
  .c-side h2:before {
    content: "";
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    background: var(--bgColorSecondary);
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  .c-side h2:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../../../../assets/images/i-hamburger-active.svg") no-repeat center right 2rem/1.8rem auto;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  .c-side h2.active:before, .c-side h2.active:after {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-side ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }
}
@media (min-width: 768px) {
  .c-side ul {
    margin-top: 4.2rem;
    display: block;
  }
}
@media (min-width: 768px) {
  .c-side li {
    padding: 2.1rem 0;
  }
}
.c-side .c-side__link {
  padding-left: 2.1rem;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .c-side .c-side__link {
    padding: 1rem 2.1rem;
    display: block;
    border-bottom: 0.1rem solid var(--primary);
    background: url("../../../../assets/images/i-arrow_circle_white.svg") no-repeat center right/2rem auto;
  }
}
@media (min-width: 768px) {
  .c-side .c-side__link {
    line-height: 2.4rem;
    border-left: 0.4rem solid var(--borderColor);
    letter-spacing: 0.15em;
  }
}
.c-side .c-side__link.current {
  border-color: var(--primary);
}
@media (max-width: 767px) {
  .c-side ul.active {
    display: block;
  }
}

/*-----------------アコーディオン*/
.c-box-accordion__summary {
  color: var(--primary);
  padding: 1.5rem;
  margin-top: 3rem;
  font-weight: 500;
  position: relative;
  background: var(--bgColorSecondary);
  cursor: pointer;
}
.c-box-accordion__summary::after {
  background: url("../../../images/i-arrow_circle.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  right: 1.5rem;
  width: 2.2rem;
  height: 2.2rem;
}
@media (min-width: 768px) {
  .c-box-accordion__summary::after {
    width: 2.4rem;
    height: 2.4rem;
    right: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-box-accordion__summary {
    padding-right: 4.6rem;
  }
}
@media (min-width: 768px) {
  .c-box-accordion__summary {
    margin-top: 4rem;
    font-size: 2rem;
    line-height: 3rem;
    padding: 1.5rem 3rem;
  }
}
.c-box-accordion__summary {
  list-style: none;
}
.c-box-accordion__summary::-webkit-details-marker {
  display: none;
}

.c-box-accordion__details.open .c-box-accordion__summary::after {
  background: url("../../../images/i-arrow_circle.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  content: "";
  right: 1.5rem;
}
@media (min-width: 768px) {
  .c-box-accordion__details.open .c-box-accordion__summary::after {
    right: 3.2rem;
  }
}

.c-box-accordion__content {
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .c-box-accordion__content {
    padding: 4rem 0 0;
  }
}

.c-box-accordion__details + .p-faq__ttl {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .c-box-accordion__details + .p-faq__ttl {
    margin-top: 4rem;
  }
}

.c-list-news a {
  display: flex;
  align-items: center;
  padding: 1.9rem 0;
}
@media (min-width: 768px) {
  .c-list-news a {
    padding: 4rem 0;
    position: relative;
  }
  .c-list-news a::after {
    width: 4.1rem;
    height: 8px;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    transform: skew(45deg);
    position: absolute;
    top: 5rem;
    right: 6rem;
    transition: width 0.3s, transform 0.3s;
    content: "";
  }
  .c-list-news a:hover::after {
    width: 6.1rem;
    height: 8px;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    position: absolute;
    top: 5rem;
    right: 6rem;
    transform: translateX(2rem) skew(45deg);
  }
}
@media screen and (max-width: 767px) {
  .c-list-news a {
    flex-wrap: wrap;
    border-top: 1px solid var(--borderColor);
  }
}
@media (min-width: 768px) {
  .c-list-news li:nth-child(n+2) {
    border-top: 1px solid var(--borderColor);
  }
}
@media screen and (max-width: 767px) {
  .c-list-news .c-list-news__ttl {
    width: 100%;
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 1.6428571429;
  }
}
@media (min-width: 768px) {
  .c-list-news .c-list-news__ttl {
    flex: 1;
    padding-right: 11.8rem;
    margin-left: 5rem;
    letter-spacing: 0.1em;
  }
}

.c-list-news__date {
  font-family: var(--pointFamily);
  letter-spacing: 0.1em;
  color: var(--primary);
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .c-list-news__date {
    width: 10.2rem;
    font-size: 1.2rem;
  }
}

.c-list-news__label span {
  border: 1px solid var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 11.8rem;
  font-size: 1.2rem;
  color: var(--primary);
}
@media screen and (max-width: 767px) {
  .c-list-news__label span {
    margin-left: 2.2rem;
  }
}
@media (min-width: 768px) {
  .c-list-news__label span {
    padding: 0.6rem 0;
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
}

.c-simple-btn {
  color: var(--primary);
  font-size: 1.3rem;
}
.c-simple-btn a {
  display: flex;
  align-items: center;
  position: relative;
}
.c-simple-btn a::before {
  display: inline-block;
  content: "";
  background: url("../../../images/i-simple-arrow-color.svg") no-repeat center/contain;
  width: 2.6rem;
  height: 2.6rem;
  transition: 0.3s ease;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.c-simple-btn a::after {
  display: inline-block;
  content: "";
  background: url("../../../images/i-simple-arrow.svg") no-repeat center/contain;
  width: 2.6rem;
  height: 2.6rem;
  transition: 0.3s ease;
}
.c-simple-btn a {
  gap: 0 1.1rem;
}

.c-top__btn a {
  width: 30.1rem;
  height: 6.7rem;
  display: flex;
  align-items: center;
  padding-left: 2rem;
  font-weight: 500;
  border: 1px solid;
  position: relative;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .c-top__btn a {
    width: 33.8rem;
  }
}
.c-top__btn a:hover {
  border-color: var(--new-border-color);
}
.c-top__btn__dot {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 9.8rem;
  height: 1px;
  background: var(--white);
  transition: background-color 0.3s ease, right 0.3s ease;
}
.c-top__btn__dot::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: var(--white);
  content: "";
  transform: translateY(-50%);
  transition: left 0.3s ease, background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-top__btn__dot::after {
    left: 100%;
    background-color: var(--orange);
  }
}
a:hover .c-top__btn__dot::after {
  background-color: var(--orange);
  left: 100%;
  transform: translateY(-50%) translateX(-100%);
}
a:hover .c-top__btn__dot__dot {
  background: transparent;
}

.c-txt-orange {
  color: var(--orange);
}

.c-contact {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .c-contact {
    margin-top: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .c-contact-inr {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .c-contact-inr {
    border-top: 1px solid var(--borderColor);
    padding-top: 13rem;
  }
}
.c-contact .c-btn-contact {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--white);
  height: 14.6rem;
  font-size: 3rem;
  font-family: var(--pointFamily);
  font-weight: 500;
  background-image: linear-gradient(145deg, rgb(0, 110, 179), rgb(26, 65, 139));
  background-size: 100% 100%;
  background-position: left bottom;
}
.c-contact .c-btn-contact p {
  position: relative;
  z-index: 1;
}
.c-contact .c-btn-contact {
  overflow: hidden;
}
.c-contact .c-btn-contact:hover::after {
  background: var(--primary);
  bottom: 0;
}
@media (min-width: 768px) {
  .c-contact .c-btn-contact {
    max-width: 116.4rem;
    height: 18.8rem;
    font-size: 4.5rem;
    font-family: var(--pointFamily);
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.09em;
    line-height: 6.8rem;
  }
}
.c-contact .c-btn-contact span {
  font-family: var(--fontFamily);
  letter-spacing: 0.05em;
  line-height: 2.6rem;
  font-size: 1.4rem;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .c-contact .c-btn-contact span {
    font-size: 1.6rem;
  }
}
.c-contact .c-btn-contact::after {
  transition: bottom 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: var(--primary);
}
.c-contact .c-list-link__item.wide100 {
  position: relative;
}
.c-contact .c-list-link__item.wide100::after {
  width: 30.2rem;
  height: 14.5rem;
  background: var(--bgColorSecondary);
  z-index: -1;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}
@media (min-width: 768px) {
  .c-contact .c-list-link__item.wide100::after {
    width: 106.8rem;
    height: 18.8rem;
  }
}
.c-contact ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 0;
  margin-top: 5.9rem;
}
@media (min-width: 768px) {
  .c-contact ul {
    gap: 0 1.6rem;
    margin-top: 11.6rem;
  }
}
.c-contact .c-top__btn a {
  border-color: var(--primary);
}
@media (min-width: 768px) {
  .c-contact .c-top__btn a {
    height: 9rem;
  }
}
.c-contact .c-top__btn__dot,
.c-contact .c-top__btn__dot::after {
  background: var(--primary);
}
@media screen and (max-width: 767px) {
  .c-contact .c-top__btn__dot::after {
    background-color: var(--orange);
  }
}

.page_top_btn {
  display: none !important;
}

.p-recruit-btn .c-list-link__item.wide50 {
  position: relative;
}
.p-recruit-btn .c-list-link__item.wide50::after {
  width: 30.2rem;
  height: 14.5rem;
  z-index: 0;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: var(--white);
}
@media (min-width: 768px) {
  .p-recruit-btn .c-list-link__item.wide50::after {
    width: 47.8rem;
  }
}
.p-recruit-btn .c-list-link__item.wide100 {
  position: relative;
}
.p-recruit-btn .c-list-link__item.wide100::after {
  width: 30.2rem;
  height: 14.5rem;
  background: var(--white);
  z-index: 0;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}
@media (min-width: 768px) {
  .p-recruit-btn .c-list-link__item.wide100::after {
    width: 106.8rem;
    height: 18.8rem;
  }
}

.p-recruit-btn p {
  position: relative;
  z-index: 1;
  text-align: center;
}

.p-recruit-btn .c-btn-contact span {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .p-recruit-btn .c-list-link__item.wide50 a {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(145deg, rgb(0, 110, 179), rgb(26, 65, 139));
    background-size: 100% 100%;
    background-position: left bottom;
  }
  .p-recruit-btn .c-list-link__item.wide50 a::before {
    transition: bottom 0.3s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: var(--primary);
  }
  .p-recruit-btn .c-list-link__item.wide50 a:hover::before {
    background: var(--primary);
    bottom: 0;
  }
  .p-recruit-btn .c-list-link__item.wide100 a {
    overflow: hidden;
    background-image: linear-gradient(145deg, rgb(255, 204, 65), rgb(255, 162, 54));
  }
  .p-recruit-btn .c-list-link__item.wide100 a:hover::before {
    bottom: 0;
    background: var(--orange);
  }
  .p-recruit-btn .c-list-link__item.wide100 a::before {
    transition: bottom 0.3s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: var(--orange);
    background-size: 100% 100%;
  }
}
.p-recruit-btn .c-list-link__item.wide100 a,
.p-recruit-btn .c-list-link__item.wide50 a {
  z-index: 1;
  position: relative;
}

/*-----------------border付き*/
.c-link-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30.1rem;
  padding: 2rem 1rem;
  border: 1px solid var(--primary);
  color: var(--primary);
  font-size: 1.6rem;
  transition: all 0.3s ease-in-out;
}
.c-link-box:focus-visible {
  background: var(--primary);
  color: var(--white);
}
@media (hover: hover) and (pointer: fine) {
  .c-link-box:hover {
    background: var(--primary);
    color: var(--white);
  }
}
@media (min-width: 768px) {
  .c-link-box {
    width: 33.8rem;
    color: var(--primary);
    background: var(--white);
  }
}

/*-----------------外部リンク */
.c-link-box_blank {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 0.8em;
  padding: 2rem 2rem;
  border: 1px solid var(--primary);
  color: var(--primary);
  font-size: 1.6rem;
  transition: all 0.3s ease-in-out;
}
.c-link-box_blank:after {
  content: "";
  display: block;
  width: 2rem;
  height: 1.6rem;
  background: var(--primary);
  -webkit-mask: url("../../../images/i-blank-mask.svg") no-repeat center/contain;
          mask: url("../../../images/i-blank-mask.svg") no-repeat center/contain;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .c-link-box_blank {
    justify-content: center;
  }
}
.c-link-box_blank:focus-visible {
  background: var(--primary);
  color: var(--white);
}
.c-link-box_blank:focus-visible:after {
  background-color: var(--white);
}
@media (hover: hover) and (pointer: fine) {
  .c-link-box_blank:hover {
    background: var(--primary);
    color: var(--white);
  }
  .c-link-box_blank:hover:after {
    background-color: var(--white);
  }
}

/*-----------------3カラムのbox*/
.column-3 {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  gap: 1.5rem 0;
}
@media (min-width: 768px) {
  .column-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem 5rem;
  }
}

[data-spmenu] {
  opacity: 0;
  visibility: hidden;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out, visibility 0.4s ease-out;
  transform: translateX(-100%);
}
@media (min-width: 768px) {
  [data-spmenu] {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

[data-spmenu].is-open {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

[data-tabmenu] {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out, opacity 0.4s ease-out;
  position: absolute;
  top: 105%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1000;
}
@media (max-width: 767px), (min-width: 1366px) {
  [data-tabmenu] {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

[data-tabmenu].is-open {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) and (max-width: 1365px) {
  .c-fixd-header .l-header {
    max-width: 97%;
  }
}
[data-pcmenu-content] {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: all 0.5s ease-out, opacity 0.3s ease-out;
}

[data-pcmenu]:hover [data-pcmenu-content] {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

[data-pcmenu-content].is-open {
  max-height: 500px;
  /* 適宜変更 */
  opacity: 1;
  visibility: visible;
}

.l-wrap {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

/* -----------------------------------------------------------------
ヘッダー
----------------------------------------------------------------- */
.l-header {
  position: relative;
  z-index: var(--zIndexLv5);
  box-shadow: 0 18px 18px -10px rgba(128, 128, 128, 0.1);
}
@media screen and (max-width: 767px) {
  .l-header {
    background: var(--white);
  }
}

/* -----------------------------------------------------------------
オーバーレイ
----------------------------------------------------------------- */
.l-header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--zIndexLv0);
  width: 100%;
  height: 100%;
  visibility: hidden;
  background: transparent;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.is-spmenu-open .l-header__overlay, .is-pcmenu-open .l-header__overlay {
  visibility: visible;
  opacity: 1;
}

/* -----------------------------------------------------------------
アウター
----------------------------------------------------------------- */
.l-header__outer {
  position: relative;
  z-index: var(--zIndexLv1);
}

/* -----------------------------------------------------------------
インナー
----------------------------------------------------------------- */
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 6rem;
  padding-inline: 1.5rem 0;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: var(--pointFamily);
}
@media (min-width: 768px) {
  .l-header__inner {
    font-size: 1.4rem;
    box-sizing: content-box;
    padding-inline: 5rem 1rem;
    margin-inline: auto;
    box-sizing: border-box;
    border-top: 0.5rem solid var(--primary);
    background-color: var(--white);
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .l-header__inner {
    padding-inline: 5rem 0rem;
  }
}

/* -----------------------------------------------------------------
ロゴ
----------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 27rem;
  }
}

.l-header__logo-link {
  display: block;
}
@media (min-width: 768px) and (max-width: 1365px) {
  .l-header__logo-link {
    padding-block: 2.2rem 2.2rem;
  }
}

/* -----------------------------------------------------------------
アクション
----------------------------------------------------------------- */
@media (min-width: 1366px) {
  .l-header__action {
    display: none;
  }
}

.l-header__action-list {
  display: flex;
}

.l-header__action-item {
  background-color: var(--primary);
}

.l-header__action-btn {
  position: relative;
  width: 6rem;
  height: 6rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.l-header__action-btn.l-header__action-btn--menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.l-header__action-btn.l-header__action-btn--menu .l-header__action-btn-bar, .l-header__action-btn.l-header__action-btn--menu::before, .l-header__action-btn.l-header__action-btn--menu::after {
  content: "";
  position: absolute;
  width: 1.8rem;
  height: 1px;
  background-color: var(--white);
  transition: all 0.2s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
}
.l-header__action-btn.l-header__action-btn--menu .l-header__action-btn-bar {
  top: 50%;
  transform: translate(-50%, -50%);
}
.l-header__action-btn.l-header__action-btn--menu::before {
  top: 39%;
  transform-origin: center;
}
.l-header__action-btn.l-header__action-btn--menu::after {
  bottom: 39%;
  transform-origin: center;
}
.is-spmenu-open .l-header__action-btn.l-header__action-btn--menu .l-header__action-btn-bar {
  opacity: 0;
}
.is-spmenu-open .l-header__action-btn.l-header__action-btn--menu::before {
  transform: translate(-50%, -50%) rotate(35deg);
  top: 50%;
}
.is-spmenu-open .l-header__action-btn.l-header__action-btn--menu::after {
  transform: translate(-50%, -50%) rotate(-35deg);
  top: 50%;
}

@media (min-width: 768px) and (max-width: 1365px) {
  .l-header__action {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    aspect-ratio: 1/1;
  }
  .l-header__action-list {
    height: 100%;
  }
  .l-header__action-item {
    width: 100%;
  }
  .l-header__action-btn {
    width: 100%;
    height: 100%;
  }
}
.is-spmenu-open .l-header__action-item {
  background-color: var(--black);
}

.l-header__action-btn-txt {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  border: 0 !important;
}

/* -----------------------------------------------------------------
SPメニュー
----------------------------------------------------------------- */
.l-header__spmenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px 16px;
  overflow-y: auto;
  background-color: var(--primary);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1) inset;
  transform: translate(-100%);
}

.l-header__spnav-list {
  padding-bottom: 170px;
}

.l-header__spnav-head {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 25px 15px 0;
  overflow: hidden;
  border-bottom: solid 0.2rem var(--white);
  font-weight: 500;
  line-height: var(--lineHeightTitle);
  color: var(--white);
  cursor: pointer;
  background-color: transparent;
  font-family: var(--fontFamily);
}
.l-header__spnav-head .l-header__spnav-head-inner {
  font-size: 2rem;
  font-family: var(--fontFamily);
}
.l-header__spnav-head .l-header__spnav-head-inner span {
  display: block;
  font-size: 1.2rem;
  font-family: var(--pointFamily);
  letter-spacing: 0.2em;
}
.l-header__spnav-head::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 2rem;
  height: 2rem;
  margin: auto;
  content: "";
  background: url("../../../images/i-arrow_circle_white.svg") center no-repeat;
  background-size: 100% auto;
  transform: rotate(-90deg);
  transition: 0.3s ease-in-out;
}
.l-header__spnav-head[data-accordion-summary]::after {
  transform: rotate(0deg);
}
.l-header__spnav-head.open::after {
  transform: rotate(-180deg);
}

summary.l-header__spnav-head::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 2rem;
  height: 2rem;
  margin: auto;
  content: "";
  background: url("../../../images/i-arrow_circle_white.svg") center no-repeat;
  background-size: 100% auto;
  transform: rotate(0);
}

details[open] .l-header__spnav-head::after {
  transform: rotate(-180deg);
}

.l-header__spnav-container {
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
}

details[open] .l-header__spnav-container {
  opacity: 1;
  visibility: visible;
}

.l-header__spnav-container-inner {
  position: relative;
  width: 100%;
}

.l-header__spnav-container-ttl {
  border-bottom: 0.1rem solid var(--white);
}

.l-header__spnav-container-ttl-link {
  position: relative;
  display: block;
  padding: 1.5rem 0;
  font-size: 1.6rem;
  line-height: var(--lineHeightTitle);
  color: var(--white);
}
.l-header__spnav-container-ttl-link::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 8px;
  height: 12px;
  margin: auto;
  content: "";
  background: url("../../images/i-arrow-white.svg") center no-repeat;
  background-size: 100% auto;
}

.l-header__spnav-child-list {
  font-family: var(--fontFamily);
  padding-bottom: 4rem;
}
.l-header__spnav-child-list li:nth-child(n+2) {
  padding-left: 2.6rem;
}
.l-header__spnav-child-list li._indent {
  padding-left: 2.6rem;
}

.l-header__spnav-child-item {
  margin-top: 5px;
  font-size: 1.6rem;
  padding: 1.5rem 0;
  border-bottom: 0.1rem solid var(--white);
  font-weight: 400;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 0 0.1em;
  background: url("../../../images/i-arrow-white.svg") no-repeat center right 0.4rem/2.5rem auto;
}
.l-header__spnav-child-item:before {
  content: "-";
  color: var(--white);
}

.l-header__spnav-child-link {
  position: relative;
  display: block;
  padding: 5px 0 5px 16px;
  font-weight: 500;
  line-height: var(--lineHeightTitle);
  width: 100%;
}

.l-header__tabmenu {
  max-width: 100%;
  width: 100%;
  max-height: 90vh;
  background: var(--primary);
  color: var(--white);
  font-family: var(--fontFamily);
  padding: 7.7rem 9.5rem 9.7rem;
  overflow-y: scroll;
}
.l-header__tabmenu .c-grid4_1,
.l-header__tabmenu .c-grid3_1 {
  gap: 0.5em 1em;
}
.l-header__tabmenu .noborder {
  border-left: 0;
  padding-left: 0;
}

.l-header__tabnav-item {
  margin-top: 3rem;
}

.l-header__tabnav-child {
  display: flex;
  align-items: center;
}

.l-header__tabnav-child a:focus-visible,
.l-header__tabnav-child-list a:focus-visible {
  color: var(--orange);
}
@media (hover: hover) and (pointer: fine) {
  .l-header__tabnav-child a:hover,
  .l-header__tabnav-child-list a:hover {
    color: var(--orange);
  }
}

.l-header__tabnav-container-ttl {
  padding-right: 3rem;
}
.l-header__tabnav-container-ttl span._en {
  display: block;
  font-family: var(--pointFamily);
  font-size: 1.2rem;
}
.l-header__tabnav-container-ttl {
  display: flex;
  align-items: center;
  gap: 0 3rem;
}
.l-header__tabnav-container-ttl::before {
  content: "";
  background: url("../../../../assets/images/i-arrow-circle-right.svg") no-repeat center/cover;
  width: 1.9rem;
  height: 1.9rem;
}
.l-header__tabnav-container-ttl.noicon::before {
  display: none;
}

.l-header__tabnav-child-link-inner span {
  font-family: var(--pointFamily);
}

.l-header__tabnav-child-list {
  padding: 1rem 3rem;
}

.l-header__tabnav-child-item {
  font-size: 1.4rem;
  font-weight: 400;
}
.l-header__tabnav-child-item::before {
  content: "-";
  color: var(--white);
}

.l-header__tabnav-child-wide {
  grid-column: span 2;
}

/* -----------------------------------------------------------------
PCメニュー
----------------------------------------------------------------- */
.l-header__pcmenu {
  display: none;
  font-family: var(--fontFamily);
}
@media (min-width: 1366px) {
  .l-header__pcmenu {
    display: block;
    width: 50.9868421053%;
  }
}

.l-header__pcnav-list {
  display: flex;
}

.l-header__pcnav-item {
  width: 100%;
}
.l-header__pcnav-item:first-child .l-header__pcnav-head::before {
  display: none;
}
@media (min-width: 768px) {
  .l-header__pcnav-item {
    width: 20%;
  }
}

.l-header__pcnav-head {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  padding: 0 15px;
  font-weight: bold;
  color: var(--primary);
  letter-spacing: 0.1em;
  background-color: transparent;
  border: none;
  font-family: var(--pointFamily);
  letter-spacing: 0.1em;
  position: relative;
}
.l-header__pcnav-head::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 23px;
  margin: auto;
  content: "";
  background: var(--primary);
}
@media (min-width: 768px) {
  .l-header__pcnav-head {
    padding: 0 10px;
  }
}

.l-header__pcnav-head-inner {
  position: relative;
  padding-block: 10px;
  font-size: 1.4rem;
}

button.l-header__pcnav-head::after {
  position: absolute;
  left: 50%;
  bottom: 30%;
  width: 6px;
  height: 6px;
  content: "";
  border-bottom: 1px solid var(--primary);
  border-right: 1px solid var(--primary);
  transform: rotate(48deg) skewY(-10deg);
  transition: all 0.3s ease;
}
button.l-header__pcnav-head:focus-visible:hover::after {
  bottom: 25%;
}
@media (hover: hover) and (pointer: fine) {
  button.l-header__pcnav-head:hover:hover::after {
    bottom: 25%;
  }
}

.l-header__pcnav-container {
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding-block: 20px 70px;
  background-color: rgba(26, 65, 139, 0.95);
  color: var(--white);
}
@media (min-width: 768px) {
  .l-header__pcnav-container {
    max-width: 162rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-block: 4.8rem;
  }
}

.l-header__pcnav-container-inner {
  position: relative;
  box-sizing: content-box;
  max-width: 113rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-header__pcnav-container-ttl {
  font-size: 1.6rem;
  font-weight: 500;
  padding-right: 3rem;
  flex: 0 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 3rem;
}
.l-header__pcnav-container-ttl::before {
  content: "";
  background: url("../../../../assets/images/i-arrow-circle-right.svg") no-repeat center/cover;
  width: 1.9rem;
  height: 1.9rem;
}
.l-header__pcnav-container-ttl span {
  display: block;
  font-size: 1.2rem;
  font-family: var(--pointFamily);
  font-weight: 500;
}
.l-header__pcnav-container-ttl.noicon::before {
  display: none;
}
.l-header__pcnav-container-ttl .l-header__pcnav-container-ttl-link {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-family: var(--fontFamily);
  font-weight: 500;
}

.l-header__pcnav-child {
  display: flex;
  align-items: center;
}

.c-grid4_1 {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 1em 2em;
  padding-left: 3rem;
  border-left: 1px solid var(--white);
}
.c-grid4_1 .l-header__pcnav-child-wide {
  grid-column: span 2;
}

.c-grid3_1 {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 1em;
  padding-left: 3rem;
  border-left: 1px solid var(--white);
}

.l-header__pcnav-container-flex .l-header__pcnav-child {
  flex: 0 0 auto;
}

.l-header__pcnav-child-link {
  position: relative;
  display: block;
}

.l-header__pcnav-child-link-inner {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
}
.l-header__pcnav-child-link-inner::before {
  content: "-";
}

.l-header__pcnav-close {
  position: absolute;
  top: 35px;
  right: 30px;
}

.l-header__pcnav-close-btn {
  display: block;
  padding: 0;
  background-color: transparent;
  border: none;
  transition: opacity 0.3s ease-out;
}
.l-header__pcnav-close-btn:focus-visible {
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__pcnav-close-btn:hover {
    opacity: 0.5;
  }
}

.l-header__pcnav-close-img {
  display: block;
  width: 24px;
  height: 24px;
}

/* -----------------------------------------------------------------
PCメニュー
----------------------------------------------------------------- */
.grecaptcha-badge {
  visibility: hidden;
}

.l-footer {
  background-color: var(--black);
  margin-top: 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 5rem 0 2rem;
  }
}
@media (min-width: 768px) {
  .l-footer {
    margin-top: 14rem;
  }
}
.l-footer-inr {
  color: var(--white);
}
@media (min-width: 768px) {
  .l-footer-inr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 146rem;
    margin-left: auto;
    margin-right: auto;
    padding: 7.2rem 2rem 2.3rem;
  }
}
@media (min-width: 768px) {
  .l-footer__logo {
    margin-top: 1.4rem;
  }
}
.l-footer__head address {
  font-size: 1.3rem;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .l-footer__head address {
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__head {
    width: 30.9rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-footer__head-tel {
  font-weight: 700;
  font-family: var(--pointFamilySecondary);
  letter-spacing: 0.03em;
  margin-top: 1.8rem;
  line-height: 3.5rem;
}
.l-footer__head-tel-name {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .l-footer__head-tel-name {
    font-size: 1.9rem;
  }
}
.l-footer__head-tel-cite {
  font-weight: 500;
  font-family: var(--fontFamily);
}
@media screen and (max-width: 767px) {
  .l-footer__head-tel-cite {
    font-size: 1rem;
  }
}
.l-footer__head-tel a {
  font-size: 2.5rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .l-footer__head-tel a {
    font-size: 2.9rem;
  }
}
.l-footer__head-fax {
  font-weight: 700;
  font-family: var(--pointFamilySecondary);
  letter-spacing: 0.03em;
  font-size: 1.9rem;
  line-height: 2.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer__head-fax {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .l-footer__head-fax {
    font-size: 2.3rem;
  }
}
.l-footer__head-fax-name {
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .l-footer__head-fax-name {
    font-size: 1.3rem;
  }
}
.l-footer__head-fax-time {
  font-size: 1.3rem;
  font-family: var(--fontFamily);
}
@media screen and (max-width: 767px) {
  .l-footer__head-fax-time {
    margin-top: 1rem;
  }
}
.l-footer__list {
  display: flex;
  gap: 0 7rem;
}
.l-footer__item:nth-child(1) dd {
  display: flex;
  gap: 0 0.5rem;
}
.l-footer__item:nth-child(2) ul + ul {
  margin-top: 3rem;
}
.l-footer__item:nth-child(2) ul + ul .l-footer__item {
  margin-bottom: 1.5rem;
}
.l-footer__item {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .l-footer__info {
    width: 100%;
  }
}
.l-footer-ttl {
  font-weight: 500;
  color: #006eb3;
  margin-bottom: 1rem;
}
.l-footer .l-footer__link {
  line-height: 2.7rem;
  display: flex;
  align-items: center;
  gap: 0 0.3em;
}
.l-footer .l-footer__link::before {
  display: inline-block;
  content: "-";
}

.l-footer__nav-inner a {
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .l-footer__nav-inner a:hover {
    color: var(--orange);
  }
}

.l-footer__info a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    max-width: 30.9rem;
    margin: 4rem auto 0;
    font-size: 1rem;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .l-footer__info {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__head-info {
    background: url("../../../images/i-tel-sp.svg") no-repeat top right/4.8rem 4.8rem;
  }
}

.l-footer__pagetop-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transform: translateY(-100%);
  text-align: right;
}
.l-footer__pagetop-btn img {
  width: 100%;
}
@media (min-width: 768px) {
  .l-footer__pagetop-btn {
    width: 8.4rem;
    height: 8.4rem;
    transition: opacity 0.3s ease;
  }
  .l-footer__pagetop-btn img {
    transition: all 0.3s ease;
  }
  .l-footer__pagetop-btn:hover {
    opacity: 0.7;
  }
}

.c-fixd-header .l-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media (min-width: 768px) {
  .c-fixd-header .l-header {
    top: 3rem;
  }
}
@media (min-width: 1365px) {
  .c-fixd-header .l-header__inner {
    max-width: 158rem;
  }
}

@media (min-width: 1365px) {
  .c-fixd-header .l-header {
    max-width: 162rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .c-fixd-header .l-header .l-header__inner {
    width: 100%;
  }
}

.l-header {
  position: sticky;
  top: 0;
}

.common-bnr-sky {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}
.common-bnr-sky.hide {
  opacity: 0 !important;
  visibility: hidden !important;
}
.common-bnr-sky .common-bnr-sky-img {
  display: block;
  position: relative;
}
.common-bnr-sky img {
  transition: opacity 0.3s ease-in-out;
}
.common-bnr-sky img#myImage_hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .common-bnr-sky {
    width: 100%;
  }
  .common-bnr-sky img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .common-bnr-sky {
    width: 35.8rem;
  }
}

.c-commonbnr-active .common-bnr-sky {
  transition: all 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
}

.recruit-bnr-sky {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 33.5rem;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.recruit-bnr-sky.hide {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .recruit-bnr-sky {
    left: 50%;
    transform: translateX(-50%);
    right: initial;
    bottom: 18px;
  }
  .recruit-bnr-sky a {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .recruit-bnr-sky {
    margin: 0;
    width: 35.8rem;
    border-radius: 5rem 0 0 0;
    overflow: hidden;
  }
  .recruit-bnr-sky picture {
    display: block;
    max-width: 15rem;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }
  .recruit-bnr-sky a {
    display: block;
    padding: 5.2rem 1rem 3.6rem;
    background: linear-gradient(135deg, #fff 0%, #ffac3b 20%, #ffac3b 80%, #fff 100%);
    background-size: 300% 100%;
    background-position: 100% 0;
    text-align: center;
    transition: 0.3s ease;
    position: relative;
  }
  .recruit-bnr-sky a:after {
    position: absolute;
    top: 2.6rem;
    right: 3.2rem;
    width: 1.6rem;
    height: 9.5rem;
    content: "";
    background: url("../../../images/bnr-pc-recruitbnr-hover.svg?=1") no-repeat center/contain;
    z-index: 2;
    transition: 0.3s ease;
    opacity: 0;
  }
  .recruit-bnr-sky a:hover {
    z-index: 1;
    background-position: 0% 0;
  }
  .recruit-bnr-sky a:hover::after {
    opacity: 1;
  }
}

.l-header__pcnav-head-inner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  min-width: 13.9rem;
}

.l-header__pcnav-head-inner .en,
.l-header__pcnav-head-inner .jp {
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.l-header__pcnav-head-inner .en {
  font-weight: 500;
  font-family: var(--pointFamily);
}

.l-header__pcnav-head-inner .jp {
  opacity: 0;
  transform: translateX(-50%) translateY(10px);
  font-family: var(--fontFamily);
  font-weight: 500;
}

.l-header__pcnav-child a {
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .l-header__pcnav-child a:hover {
    color: var(--orange);
  }
}

/* 1. summaryタグのデフォルトアイコンを非表示にする */
summary {
  -webkit-appearance: none;
  /* iOSのデフォルトスタイルをリセット */
  list-style: none;
  /* リストのアイコンを非表示 */
  padding-left: 0;
  /* アイコン分の余白も削除 */
}

/* 2. detailsタグ内のsummaryのbefore擬似要素に対してアイコンを非表示 */
summary::before {
  content: none !important;
  /* アイコンの内容を削除 */
  display: none !important;
  /* アイコンを完全に非表示 */
}

summary::-webkit-details-marker {
  display: none;
}

@media (min-width: 768px) {
  .common-bnr-sky img {
    max-width: 29.8rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
  }
  .common-bnr-sky a {
    width: 35.8rem;
    height: 12rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 2.4rem;
    clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
    background-color: var(--primary);
    position: relative;
    overflow: hidden;
  }
  .common-bnr-sky a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--orange);
    transition: left 0.5s ease;
    z-index: 0;
  }
  .common-bnr-sky a:hover::before {
    left: 0;
  }
  .common-bnr-sky a:hover img#myImage_hover {
    opacity: 1;
  }
}

.c-recruitbnr-active .recruit-bnr-sky {
  display: block;
}

@media (min-width: 768px) {
  .l-header__pcnav-item .hover-color:hover {
    color: var(--orange);
  }
}/*# sourceMappingURL=common.css.map */