@charset "utf-8";

/* ============================================
// BASE
// ==========================================*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  color: #424242;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.67;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.075em;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 768px) {
  html,
  body {
    min-width: 320px;
  }
}

a {
  color: #424242;
  transition: all 0.3s ease;
}

/* for IE11 + */
_:-ms-lang(x)::-ms-backdrop,
body {
  font-family: 'メイリオ', Meiryo, sans-serif;
}

img {
  width: 100%;
}

/* tel */
@media screen and (min-width: 768px) {
  /* 電話番号　スマホのみ */
  a[href*='tel:'] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/*list 共通*/
.data-for-aidemlog {
  /* 独自ログ計測用 */
}
/* ========================================================================== */
/* BIZ UD明朝 */
/* ========================================================================== */
.font-head {
  font-family: 'BIZ UDPMincho', serif;
  font-weight: 500;
  font-style: normal;
  color: #0c3e71;
}

/* ========================================================================== */
/* v-cloak */
/* ========================================================================== */
[v-cloak] {
  display: none;
}

/* ========================================================================== */
/* end v-cloak */
/* ========================================================================== */

/* ========================================================================== */

/* ユーティリティ u- */

/* ========================================================================== */

/* flex-box */
.u-flex {
  display: flex;
}

/* justify-content */
.u-jc-center {
  justify-content: center;
}

.u-jc-between {
  justify-content: space-between;
}

.u-jc-left {
  justify-content: left;
}

/* align-items */
.u-ai-center {
  align-items: center;
}

.u-ai-start {
  align-items: flex-start;
}

.u-ai-end {
  align-items: flex-end;
}

/* 基準 */
.u-relative {
  position: relative;
}

/* 中央寄せ */
.u-text-center {
  text-align: center;
}

/* overflow: hidden */
.u-overflow-hidden {
  overflow: hidden;
}

/* background-color */
.u-bgcolor-blue {
  background-color: #e7eff7;
}

.u-pb-100_50 {
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .u-pb-100_50 {
    padding-bottom: 100px;
  }
}

.u-mt-80_40 {
  margin-top: 40px !important;
}

@media screen and (min-width: 768px) {
  .u-mt-80_40 {
    margin-top: 80px !important;
  }
}

/* ブレイクポイント */
.u-on768 {
  display: block;
}

@media screen and (min-width: 768px) {
  .u-on768 {
    display: none;
  }
}

.u-on540 {
  display: block;
}

@media screen and (min-width: 540px) {
  .u-on540 {
    display: none;
  }
}

.u-off768 {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-off768 {
    display: block;
  }
}

.u-spacer {
  width: 100%;
  height: 50px;
}

@media screen and (min-width: 768px) {
  .u-spacer {
    height: 80px;
  }
}

.u-zindex--1 {
  z-index: -1 !important;
}

/* ノースクロール */
.u-no-scroll {
  overflow: hidden;
}
/* ========================================================================== */

/* end ユーティリティ u- */

/* ========================================================================== */

/* ========================================================================== */

/* レイアウト l- */

/* ========================================================================== */
.l-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-wrapper-primary {
  width: 100%;
  padding: 20px 0 60px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-wrapper-primary {
    padding: 50px 0 120px;
  }
}

/* ========================================================================== */

/* end レイアウト l- */

/* ========================================================================== */

/* ========================================================================== */

/* モジュール c- */

/* ========================================================================== */
.c-section-heading__left,
.c-section-heading__right {
  width: 100%;
  border-bottom: 2px solid #0e4d8c;
  padding-top: 20px;
  position: relative;
}

.c-section-heading__left {
  max-width: clamp(300px, 80vw, 615px);
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .c-section-heading__left {
    max-width: clamp(615px, calc(50vw - 40px), 920px);
    margin: 0 auto 0 0;
    padding-top: 35px;
  }
}

.c-section-heading__right {
  max-width: clamp(300px, 80vw, 615px);
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .c-section-heading__right {
    max-width: clamp(615px, calc(45vw - 40px), 920px);
    margin: 0 0 0 auto;
    padding-top: 35px;
  }
}

.c-section-heading__left h2,
.c-section-heading__right h2 {
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  font-weight: bold;
  line-height: 1.4;
}

.c-section-heading__left h2 {
  padding: 0 0 12px 35px;
}

@media screen and (min-width: 768px) {
  .c-section-heading__left h2 {
    padding: 0 0 12px clamp(125px, calc(52.5vw - 600px), 425px);
  }
}

.c-section-heading__right h2 {
  padding: 0 35px 12px 50px;
}

@media screen and (min-width: 768px) {
  .c-section-heading__right h2 {
    padding: 0 clamp(125px, calc(52.5vw - 600px), 425px) 12px 50px;
  }
}

.c-section-heading__left h2 span,
.c-section-heading__right h2 span {
  font-size: 0.6em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #2c8aea;
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .c-section-heading__left h2 span,
  .c-section-heading__right h2 span {
    margin-left: 20px;
  }
}

.c-heading-accent--blue,
.c-heading-accent--orange {
  width: 45px;
  height: auto;
  position: absolute;
  bottom: -30px;
}

@media screen and (min-width: 768px) {
  .c-heading-accent--blue,
  .c-heading-accent--orange {
    width: 65px;
    bottom: -40px;
  }
}

.c-heading-accent--blue {
  left: -10px;
}

@media screen and (min-width: 768px) {
  .c-heading-accent--blue {
    left: clamp(45px, calc(52.5vw - 690px), 395px);
  }
}

.c-heading-accent--orange {
  right: -10px;
}

@media screen and (min-width: 768px) {
  .c-heading-accent--orange {
    right: clamp(45px, calc(52.5vw - 640px), 395px);
  }
}

.c-bg-section__left {
  position: absolute;
  top: clamp(-60px, -4.2vw, -23px);
  left: 0;
  width: 90vw;
  height: clamp(600px, calc(2.86vw + 615px), 615px);
  background-color: #e7eff7;
  border-radius: 0 30px 30px 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .c-bg-section__left {
    top: clamp(-60px, -4.2vw, -33px);
    height: clamp(930px, calc(2.86vw + 921px), 960px);
    border-radius: 0 50px 50px 0;
  }
}

/* btn--link */
.c-btn--link {
  width: 240px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 15px;
  background-color: #2c8aea;
  border-radius: 100px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  transition: background-color 0.3s;
}

@media screen and (min-width: 768px) {
  .c-btn--link {
    width: 300px;
    height: 80px;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1024px) {
  .c-btn--link {
    width: 350px;
    height: 100px;
  }
}

@media (hover: hover) {
  .c-btn--link:hover {
    background-color: #50a5fa;
  }
}

.c-btn--link::after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-image: url(../images/link-arrow.webp);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .c-btn--link::after {
    width: 25px;
    height: 25px;
    right: 25px;
  }
}

/* ========================================================================== */

/* end モジュール c- */

/* ========================================================================== */

/* ========================================================================== */

/* 状態変化 is- */

/* ========================================================================== */
/* is-active */
.is-active::before {
  transform: rotate(-45deg);
}

.is-active::after {
  transform: rotate(45deg);
}

/* is-open */
.is-open {
  transform: rotate(0) !important;
}

/* ========================================================================== */

/* end 状態変化 is- */

/* ========================================================================== */

/* ========================================================================== */

/* header */

/* ========================================================================== */
/* layout */
.l-wrapper-header {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 1);
  transition: background-color 0.3s ease;
}

.l-wrapper-header.is-on-color {
  background-color: rgba(255, 255, 255, 1);
}

@media screen and (min-width: 768px) {
  .l-wrapper-header {
    background-color: rgba(255, 255, 255, 0);
  }

  .l-wrapper-header.is-on-color {
    background-color: rgba(255, 255, 255, 0.85);
  }
}

.l-inner-header {
  width: 90%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding-right: 20vw;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-inner-header {
    width: 95%;
    height: 100px;
  }
}

@media screen and (min-width: 1200px) {
  .l-inner-header {
    padding-right: 17vw;
  }
}

/* nav-pc */
.l-nav-pc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(40px, 4.4vw, 80px);
}

.l-nav-pc p,
.l-nav-pc a {
  font-size: clamp(1.6rem, 1.56vw, 1.8rem);
  font-weight: 500;
  line-height: 1.75;
}

@media (hover: hover) {
  .l-nav-pc a:hover {
    text-decoration: underline;
  }
}

/* component */
.c-company-name a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #115fad;
}

@media screen and (min-width: 768px) {
  .c-company-name a {
    font-size: 2.2rem;
  }
}

.c-nav-company {
  position: relative;
  cursor: pointer;
}

/* nav-company 装飾線 */
.c-nav-company::before,
.c-nav-company::after {
  content: '';
  position: absolute;
  top: 1px;
  bottom: 0;
  width: 10px;
  height: 2px;
  margin: auto;
  background-color: #424242;
  transition: transform 0.3s ease;
  display: none;
}

@media screen and (min-width: 1024px) {
  .c-nav-company::before {
    right: -15px;
    transform: rotate(45deg);
    display: block;
  }

  .c-nav-company::after {
    right: -21px;
    transform: rotate(-45deg);
    display: block;
  }
}

/* .c-nav-company-contents */
.c-nav-company-contents {
  position: static;
  width: 100%;
  height: 0;
  top: 30px;
  left: clamp(42px, 4.1vw, 60px);
  z-index: 3;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .c-nav-company-contents {
    position: absolute;
    width: 250px;
    padding: 0 20px;
  }
}

.c-nav-company-contents li {
  padding: 12px 0;
  border-bottom: 1px solid #1368be;
  background-image: url(../images/nav-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px;
}

.c-nav-company-contents li a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}

@media (hover: hover) {
  .c-nav-company-contents li a:hover {
    text-decoration: underline;
  }
}

.c-balloon {
  position: relative;
  padding: 48px 20px 30px;
}

.c-balloon__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.c-balloon__bg path {
  fill: rgba(255, 255, 255, 0.6);
  stroke: #1368be;
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
  transition: fill 0.3s;
}

.c-balloon__bg.is-on-color path {
  fill: rgba(255, 255, 255, 1);
}

.c-balloon__content {
  position: relative;
  z-index: 1;
}

/* l-nav-sp */
.l-inner-nav-sp {
  position: absolute;
  top: 0;
  right: 2%;
  z-index: 10;
}

.c-hamburger {
  width: 60px;
  height: 60px;
  padding: 8px;
  background-color: #fc814a;
  border-radius: 0 0 10px 10px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .c-hamburger {
    width: 120px;
    height: 120px;
    padding: 20px;
  }
}

.c-hamburger p {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .c-hamburger p {
    font-size: 1.6rem;
  }
}

.c-hamburger-line {
  width: 35px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition:
    transform 0.4s ease,
    rotate 0.4s ease,
    opacity 0.4s ease;
  will-change: transform opacity;
}

@media screen and (min-width: 768px) {
  .c-hamburger-line {
    width: 50px;
    height: 5px;
  }
}

.c-hamburger-line:first-of-type {
  top: 30px;
}

.c-hamburger-line:nth-of-type(2) {
  top: 40px;
}

.c-hamburger-line:last-of-type {
  top: 50px;
}

.c-hamburger-line.is-active:first-of-type {
  top: 40px;
  transform: translateX(-50%) rotate(45deg);
}

.c-hamburger-line.is-active:nth-of-type(2) {
  top: 40px;
  transform: translateX(-50%) rotate(-45deg);
}

.c-hamburger-line.is-active:last-of-type {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .c-hamburger-line:first-of-type {
    top: 54px;
  }

  .c-hamburger-line:nth-of-type(2) {
    top: 70px;
  }

  .c-hamburger-line:last-of-type {
    top: 86px;
  }

  .c-hamburger-line.is-active:first-of-type {
    top: 70px;
  }

  .c-hamburger-line.is-active:nth-of-type(2) {
    top: 70px;
  }
}

/* nav-sp */
/* container-sp-nav */
.container-sp-nav {
  width: 100dvw;
  min-height: 0;
  height: 0;
  position: fixed;
  top: 38px;
  left: 0;
  z-index: 5;
  background-color: #e7eff7;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-image: url(../images/mob_pattern_01.webp), url(../images/mob_pattern_02.webp);
  background-repeat: no-repeat, no-repeat;
  background-position:
    left top 20px,
    right bottom 20px;
  background-size: 85vw, 85vw;
  background-blend-mode: overlay, normal;
  will-change: height;
}

@media screen and (min-width: 768px) {
  .container-sp-nav {
    top: 98px;
    background-size: 45vw, 45vw;
  }
}

.l-inner-sp-menu {
  width: 90%;
  margin: 0 auto;
  padding: 70px 0;
  margin-bottom: 100px;
}

.l-inner-sp-menu > div:first-of-type,
.l-inner-sp-menu > div:nth-of-type(3),
.l-inner-sp-menu > div:nth-of-type(4) {
  width: 77%;
  margin: 0 auto;
  position: relative;
  padding: 12px 10px;
  border-top: 1px solid #115fad;
}

.l-inner-sp-menu > div:first-of-type {
  cursor: pointer;
}

.l-inner-sp-menu > div:nth-of-type(4) {
  border-bottom: 1px solid #115fad;
}

.l-inner-sp-menu div > p,
.l-inner-sp-menu a {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.75;
  color: #424242;
  cursor: pointer;
  padding: 0 10px;
}

.l-list-sp-menu {
  width: 77%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  height: 0;
  will-change: height;
}

.l-list-sp-menu a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #424242;
  display: block;
  padding-left: 30px;
  padding-bottom: 15px;
}

.c-nav-sp-arrow {
  width: 25px;
  height: 25px;
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

/* contact */
.c-header-contact {
  position: static;
  max-width: 550px;
  width: 77%;
  margin: 70px auto 0;
  height: 60px;
  background-color: #fc814a;
  border-radius: 30px;
}

@media screen and (min-width: 1024px) {
  .c-header-contact {
    position: absolute;
    top: 0;
    right: 3%;
    width: 160px;
    height: 130px;
    margin: 0;
    background-color: #fc814a;
    border-radius: 0 0 15px 15px;
    transition: background-color 0.3s;
  }
}

@media (hover: hover) {
  .c-header-contact:hover {
    background-color: #f79b71;
  }
}

.c-header-contact a,
.c-header-contact a p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .c-header-contact a,
  .c-header-contact a p {
    font-size: 2.4rem;
  }
}

@media (hover: hover) {
  .c-header-contact a:hover {
    text-decoration: none;
  }
}
/* ========================================================================== */

/* end header */

/* ========================================================================== */

/* ========================================================================== */

/* searchbox */

/* ========================================================================== */
.l-searchbox {
  width: 365px;
  height: 340px;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 4px 4px 5px rgba(255, 255, 255, 0.6);
  padding: 10px;
}

@media screen and (min-width: 600px) {
  .l-searchbox {
    width: clamp(500px, 54vw, 670px);
    height: 400px;
    border-radius: 50px;
    padding: clamp(24px, 3.2vw, 40px);
  }
}

@media screen and (min-width: 1024px) {
  .l-searchbox {
    height: clamp(500px, 43vw, 550px);
  }
}

.c-title-job-search {
  border-bottom: 1px solid #0e4d8c;
}

.c-title-job-search h2 {
  font-size: clamp(1.8rem, 1.9vw, 2.4rem);
  font-weight: bold;
  padding-bottom: clamp(12px, 1.6vw, 20px);
  padding-left: 10px;
}

.l-search-cont-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 6px;
  border-bottom: 1px solid #0e4d8c;
}

@media screen and (min-width: 1024px) {
  .l-search-cont-inner {
    padding: clamp(12px, 1.6vw, 20px) 10px;
    gap: 20px;
  }
}

.c-search-title {
  min-width: 56px;
}

@media screen and (min-width: 600px) {
  .c-search-title {
    min-width: 65px;
  }
}

@media screen and (min-width: 1024px) {
  .c-search-title {
    min-width: 70px;
  }
}

.c-search-title h3 {
  font-size: clamp(1.3rem, 1.8vw, 1.6rem);
  font-weight: bold;
}

.c-checkbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 4px;
}

@media screen and (min-width: 600px) {
  .c-checkbox {
    gap: 10px;
  }
}

.c-checkbox li {
  height: 30px;
  background-color: #cfdfef;
  border-radius: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 3px;
}

@media screen and (min-width: 600px) {
  .c-checkbox li {
    height: 40px;
    padding-left: 10px;
  }
}

.u-w-200 li {
  width: 135px;
}

@media screen and (min-width: 600px) {
  .u-w-200 li {
    width: clamp(160px, 16vw, 200px);
  }
}

.u-w-130 li {
  width: 80px;
}

@media screen and (min-width: 600px) {
  .u-w-130 li {
    width: clamp(100px, 10vw, 130px);
  }
}

.c-checkbox label {
  display: flex;
  align-items: center;
  gap: clamp(6px, 0.8vw, 10px);
  font-size: clamp(1.2rem, 1.3vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #424242;
  cursor: pointer;
}

.c-checkbox input[type='checkbox'] {
  width: clamp(14px, 1.9vw, 20px);
  height: clamp(14px, 1.9vw, 20px);
  border: none;
  cursor: pointer;
}

.c-btn--search {
  text-align: center;
  margin-top: clamp(24px, 3.2vw, 40px);
}

.c-btn--search button {
  width: 240px;
  height: 40px;
  background-color: #fc814a;
  border-radius: 10px;
  border: none;
  transition: background-color 0.3s;
}

@media screen and (min-width: 1024px) {
  .c-btn--search button {
    width: clamp(240px, 36vw, 450px);
    height: clamp(40px, 5.6vw, 70px);
  }
}

@media (hover: hover) {
  .c-btn--search button:hover {
    background-color: #ff9665;
  }
}

.c-btn--search button p {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .c-btn--search button p {
    font-size: 1.8rem;
  }
}

.c-btn--search button p::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url(../images/ico_search.webp);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 1024px) {
  .c-btn--search button p::before {
    left: clamp(70px, 8vw, 110px);
    width: 20px;
    height: 20px;
  }
}

/* contact */
.c-btn--contact {
  width: 300px;
  height: 60px;
  background-color: #fa570d;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.4rem, 3.1vw, 1.6rem);
  font-weight: bold;
  color: #fff;
  position: relative;
  transition: background-color 0.3s;
}

@media screen and (min-width: 768px) {
  .c-btn--contact {
    width: 600px;
    height: 100px;
    font-size: 2rem;
  }
}

@media (hover: hover) {
  .c-btn--contact:hover {
    background-color: #ff6f2c;
  }
}

.c-btn--contact::after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-image: url(../images/link-arrow.webp);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .c-btn--contact::after {
    width: 25px;
    height: 25px;
    right: 140px;
  }
}

/* ========================================================================== */

/* end searchbox */

/* ========================================================================== */

/* ========================================================================== */

/* btn-top */

/* ========================================================================== */
/* btn-top */
.l-btn-top {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 10px;
  transition: transform 0.3s ease;
  will-change: transform;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .l-btn-top {
    bottom: 50px;
    right: 1vw;
  }
}

.l-btn-top a {
  transition: opacity 0.3s ease;
}

.l-btn-top a:hover:active {
  transform: translateY(-2px) scale(0.95);
}

@media (hover: hover) {
  .l-btn-top:hover {
    transform: translateY(-5px) scale(1);
  }

  .l-btn-top a:hover {
    opacity: 0.9;
  }
}

.l-btn-top a img {
  width: 60px;
  height: 60px;
}

@media screen and (min-width: 768px) {
  .l-btn-top a img {
    width: 100px;
    height: 100px;
  }
}
/* ========================================================================== */

/* end btn-top */

/* ========================================================================== */

/* ========================================================================== */

/* breadcrumbs */

/* ========================================================================== */
.l-wrapper-breadcrumbs {
  max-width: 1100px;
  width: 90%;
  margin: 10px auto;
}

.l-inner-breadcrumbs {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
}

@media screen and (min-width: 768px) {
  .l-inner-breadcrumbs {
    gap: 6px;
  }
}

.l-inner-breadcrumbs a,
.l-inner-breadcrumbs p {
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.04em;
  color: #424242;
}

@media screen and (min-width: 768px) {
  .l-inner-breadcrumbs a,
  .l-inner-breadcrumbs p {
    font-size: 1.4rem;
  }
}

@media (hover: hover) {
  .l-inner-breadcrumbs a:hover {
    text-decoration: underline;
  }
}
/* ========================================================================== */

/* end breadcrumbs */

/* ========================================================================== */

/* ========================================================================== */

/* footer */

/* ========================================================================== */
.l-wrapper-footer {
  position: relative;
}

.l-inner-footer {
  width: 93%;
  margin: 0 0 0 auto;
  background-color: #e7eff7;
  border-radius: 50px 0 0 0;
}

.l-inner-footer.is-on-color {
  background-color: #fff;
}

.l-inner-footer--nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .l-inner-footer--nav {
    gap: clamp(50px, calc(25vw - 230px), 150px);
  }
}

@media screen and (min-width: 1024px) {
  .l-inner-footer--nav {
    flex-direction: row;
  }
}

.c-footer-heading {
  width: 100%;
  border-bottom: 2px solid #0e4d8c;
  padding-top: 50px;
  position: relative;
  max-width: 300px;
  margin: 0 auto 0 20px;
}

@media screen and (min-width: 768px) {
  .c-footer-heading {
    max-width: clamp(230px, calc(36.5vw - 30px), 480px);
  }
}

@media screen and (min-width: 1024px) {
  .c-footer-heading {
    max-width: clamp(230px, calc(32vw - 30px), 480px);
    margin: 0 auto 0 0;
  }
}

.c-footer-heading h2 {
  font-size: clamp(1.6rem, 1.64vw, 2.4rem);
  font-weight: bold;
  line-height: 1.4;
  color: #115fad;
  padding: 0 0 12px clamp(55px, calc(13.2vw - 10px), 200px);
}

.c-footer-head--address {
  display: flex;
  gap: 10px;
  padding: 12px 0 12px 12vw;
}

@media screen and (min-width: 1024px) {
  .c-footer-head--address {
    padding: 20px 0 12px clamp(55px, calc(13.2vw - 10px), 200px);
  }
}

.c-footer-head--address h3,
.c-footer-head--address p {
  font-size: clamp(1.3rem, 2.8vw, 1.6rem);
}

.c-heading-footer-accent {
  width: 35px;
  height: auto;
  position: absolute;
  bottom: -35px;
  left: -10px;
}

@media screen and (min-width: 768px) {
  .c-heading-footer-accent {
    width: 65px;
    left: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .c-heading-footer-accent {
    left: clamp(15px, calc(6.6vw - 0px), 100px);
  }
}

.c-footer-content {
  width: 92%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 20px clamp(10px, 2.5vw, 40px);
}

@media screen and (min-width: 768px) {
  .c-footer-content {
    width: auto;
    display: flex;
    justify-content: center;
    gap: 80px;
  }
}

@media screen and (min-width: 1024px) {
  .c-footer-content {
    gap: clamp(30px, calc(11vw - 80px), 80px);
    margin: 90px 0 0 0;
  }
}

.c-footer-content--row {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.c-footer-content--row h3 {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #212121;
  padding-bottom: 4px;
}

@media screen and (min-width: 768px) {
  .c-footer-content--row h3 {
    font-size: 2rem;
    padding-bottom: 20px;
  }
}

.c-footer-content--row a {
  font-size: clamp(1.4rem, 2.8vw, 1.6rem);
}

@media (hover: hover) {
  .c-footer-content--row a:hover {
    text-decoration: underline;
  }
}

.l-container-exlink {
  max-width: 1000px;
  margin: 20px 10px 20px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 2px;
  padding-right: 8vw;
  position: absolute;
  right: 0;
  bottom: 65px;
  z-index: 1;
}

.l-container-exlink.is-on-padding {
  bottom: 155px;
}

@media screen and (min-width: 768px) {
  .l-container-exlink {
    margin: 20px auto;
    gap: 6px;
    padding-right: 10vw;
    position: static;
  }
}

@media screen and (min-width: 1420px) {
  .l-container-exlink {
    padding-right: 60px;
  }
}

.l-container-exlink a {
  font-size: clamp(1.4rem, 2.8vw, 1.6rem);
  color: #212121;
  position: relative;
}

.l-container-exlink a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  background-image: url(../images/ico_external-link.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
}

@media (hover: hover) {
  .l-container-exlink a:hover {
    text-decoration: underline;
  }
}

.l-container-copyright {
  margin-top: 45px;
  padding-bottom: 10px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .l-container-copyright {
    margin-top: 100px;
    padding-bottom: 10px;
  }
}

.l-container-copyright.is-on-padding {
  padding-bottom: 100px;
}

@media screen and (min-width: 768px) {
  .l-container-copyright.is-on-padding {
    padding-bottom: 120px;
  }
}

.l-container-copyright p {
  font-size: 1.4rem;
}

/* ========================================================================== */

/* end footer */

/* ========================================================================== */

/* ========================================================================== */

/* bg-pattern__common */

/* ========================================================================== */
.bg-pattern__top09 {
  max-width: 170px;
  width: 43vw;
  height: auto;
  position: absolute;
  bottom: 40px;
  left: 0;
}

@media screen and (min-width: 768px) {
  .bg-pattern__top09 {
    max-width: 430px;
    width: 28vw;
  }
}

/* ========================================================================== */

/* end bg-pattern__common */

/* ========================================================================== */
