/*----- breakpoint -----*/
:root {
  --border_1px: 1px solid;
  --border_2px: 2px solid;
  --color_black: #161616;
  --color_blue: #004986;
  --color_red: #b11730;
  --color_yellow: #fff799;
  --font_size_note: clamp(1.5rem,2vw,2.2rem);
  --font_size_18: clamp(1.2rem,1.7vw,1.8rem);
  --font_size_22: clamp(1.5rem,2.2vw,2.2rem);
  --font_size_24: clamp(1.6rem,2.3vw,2.4rem);
  --font_size_26: clamp(1.7rem,2.5vw,2.6rem);
  --font_size_28: clamp(1.8rem,2.7vw,2.8rem);
  --font_size_30: clamp(1.9rem,2.8vw,3rem);
  --font_size_32: clamp(2rem,3vw,3.2rem);
  --font_size_34: clamp(2.1rem,3.2vw,3.4rem);
  --font_size_36: clamp(2.2rem,3.4vw,3.6rem);
  --font_size_38: clamp(2.6rem,3.6vw,3.8rem);
  --font_size_40: clamp(2.4rem,3.8vw,4rem);
  --font_size_44: clamp(2.5rem,4vw,4.4rem);
  --font_size_46: clamp(2.6rem,4.2vw,4.6rem);
  --font_size_48: clamp(2.8rem,4.4vw,4.8rem);
  --p_gap: 1.75em;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media screen and (max-width: 426px) {
  html {
    scroll-padding-top: 52px;
  }
}

main {
  padding-top: min(8rem, 8vw);
}

body {
  background: white;
  color: #222;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  min-width: 100%;
  word-wrap: break-word;
}

* {
  box-sizing: border-box;
}

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

button,
input[type=submit],
input[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

p,
li,
a,
dt,
dd,
th,
td {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 320px) {
  p,
  li,
  a,
  dt,
  dd,
  th,
  td {
    font-size: 1.4rem;
  }
}

a {
  color: #111;
  outline: none;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
}

img {
  display: block;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

/* ---------- .u-mb ---------- */
.u-mb10 {
  margin-bottom: 10px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .u-mb30 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .u-mb30 {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb30 {
    margin-bottom: 12px;
  }
}

.u-mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .u-mb40 {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .u-mb40 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb40 {
    margin-bottom: 16px;
  }
}

.u-mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .u-mb50 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .u-mb50 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb50 {
    margin-bottom: 20px;
  }
}

.u-mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .u-mb60 {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .u-mb60 {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb60 {
    margin-bottom: 24px;
  }
}

.u-mb70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 1200px) {
  .u-mb70 {
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 1024px) {
  .u-mb70 {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb70 {
    margin-bottom: 28px;
  }
}

.u-mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .u-mb80 {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .u-mb80 {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb80 {
    margin-bottom: 32px;
  }
}

.u-mb90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 1200px) {
  .u-mb90 {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 1024px) {
  .u-mb90 {
    margin-bottom: 54px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb90 {
    margin-bottom: 36px;
  }
}

.u-mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .u-mb100 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .u-mb100 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb100 {
    margin-bottom: 40px;
  }
}

.u-mb110 {
  margin-bottom: 110px;
}
@media screen and (max-width: 1200px) {
  .u-mb110 {
    margin-bottom: 88px;
  }
}
@media screen and (max-width: 1024px) {
  .u-mb110 {
    margin-bottom: 66px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb110 {
    margin-bottom: 44px;
  }
}

.u-mb120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 1200px) {
  .u-mb120 {
    margin-bottom: 96px;
  }
}
@media screen and (max-width: 1024px) {
  .u-mb120 {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb120 {
    margin-bottom: 48px;
  }
}

.u-mb130 {
  margin-bottom: 130px;
}
@media screen and (max-width: 1200px) {
  .u-mb130 {
    margin-bottom: 104px;
  }
}
@media screen and (max-width: 1024px) {
  .u-mb130 {
    margin-bottom: 78px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb130 {
    margin-bottom: 52px;
  }
}

.u-mb140 {
  margin-bottom: 140px;
}
@media screen and (max-width: 1200px) {
  .u-mb140 {
    margin-bottom: 112px;
  }
}
@media screen and (max-width: 1024px) {
  .u-mb140 {
    margin-bottom: 84px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb140 {
    margin-bottom: 56px;
  }
}

.u-mb150 {
  margin-bottom: 150px;
}
@media screen and (max-width: 1200px) {
  .u-mb150 {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .u-mb150 {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb150 {
    margin-bottom: 60px;
  }
}

.u-mb160 {
  margin-bottom: 160px;
}
@media screen and (max-width: 1200px) {
  .u-mb160 {
    margin-bottom: 128px;
  }
}
@media screen and (max-width: 1024px) {
  .u-mb160 {
    margin-bottom: 96px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb160 {
    margin-bottom: 64px;
  }
}

.u-mb170 {
  margin-bottom: 170px;
}
@media screen and (max-width: 1200px) {
  .u-mb170 {
    margin-bottom: 136px;
  }
}
@media screen and (max-width: 1024px) {
  .u-mb170 {
    margin-bottom: 102px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb170 {
    margin-bottom: 68px;
  }
}

.u-mb180 {
  margin-bottom: 180px;
}
@media screen and (max-width: 1200px) {
  .u-mb180 {
    margin-bottom: 144px;
  }
}
@media screen and (max-width: 1024px) {
  .u-mb180 {
    margin-bottom: 108px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb180 {
    margin-bottom: 72px;
  }
}

/* ---------- .u-font ---------- */
.u-font__text--24 {
  font-size: var(--font_size_24);
  line-height: 1.8;
}
@media screen and (max-width: 320px) {
  .u-font__text--24 {
    font-size: 1.4rem;
  }
}
.u-font__text--28 {
  font-size: var(--font_size_28);
  line-height: 1.7;
}
@media screen and (max-width: 426px) {
  .u-font__text--28 {
    letter-spacing: -0.1rem;
  }
}
@media screen and (max-width: 320px) {
  .u-font__text--28 {
    font-size: 1.4rem;
    letter-spacing: -0.18rem;
  }
}
.u-font__text--30 {
  font-size: var(--font_size_30);
  line-height: 1.7;
}
@media screen and (max-width: 320px) {
  .u-font__text--30 {
    font-size: 1.4rem;
  }
}
.u-font__text--34 {
  font-size: var(--font_size_34);
  line-height: 1.7;
}
@media screen and (max-width: 320px) {
  .u-font__text--34 {
    font-size: 1.4rem;
    letter-spacing: -0.1rem;
  }
}
.u-font__text_weight--400 {
  font-weight: 400;
}
.u-font__text_weight--500 {
  font-weight: 500;
}
.u-font__text_weight--700 {
  font-weight: 700;
}
.u-font__color--blue {
  color: var(--color_blue);
}
.u-font__color--red {
  color: var(--color_red);
}
.u-font__color--white {
  color: white;
}
.u-font__color--black {
  color: var(--color_black);
}

.u-only--pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-only--pc {
    display: none;
  }
}
.u-only--pcsp {
  display: block;
}
@media screen and (max-width: 426px) {
  .u-only--pcsp {
    display: none;
  }
}
.u-only--sp {
  display: none;
}
@media screen and (max-width: 426px) {
  .u-only--sp {
    display: block;
  }
}
.u-only--sptub {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-only--sptub {
    display: block;
  }
}

.u-text__align--center {
  text-align: center;
}
.u-text__align--center__left {
  text-align: center;
}
@media screen and (max-width: 426px) {
  .u-text__align--center__left {
    text-align: left;
  }
}
.u-text__align--left {
  text-align: left;
}
.u-text__align--right {
  text-align: right;
}
.u-text__margin--center {
  margin-left: auto;
  margin-right: auto;
}
.u-text__indent {
  text-indent: -1em;
  padding-left: 1em;
}

/*------------------------------------------
c-wrapper
------------------------------------------*/
.c-card {
  padding-top: min(7vw, 7rem);
  padding-bottom: min(11vw, 11rem);
}

/* ---------- wrapper ---------- */
.c-wrapper--800 {
  margin-left: auto;
  margin-right: auto;
  width: min(800px, 96%);
}

.c-wrapper--900 {
  margin-left: auto;
  margin-right: auto;
  width: min(900px, 96%);
}

.c-wrapper--1000 {
  margin-left: auto;
  margin-right: auto;
  width: min(1000px, 96%);
}

.c-wrapper--1400 {
  margin-left: auto;
  margin-right: auto;
  width: min(1400px, 96%);
}

/*------------------------------------------
c-multi_col
------------------------------------------*/
.c-flexbox,
.c-flexbox__reverse,
.c-flexbox--center,
.c-flexbox--left,
.c-flexbox--right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-flexbox__reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 580px) {
  .c-flexbox__reverse {
    flex-direction: row;
  }
}

.c-flexbox--center,
.c-flexbox_reverse--center {
  justify-content: center;
}
.c-flexbox--left,
.c-flexbox_reverse--left {
  justify-content: start;
}
.c-flexbox--right,
.c-flexbox_reverse--right {
  justify-content: end;
}

/* ------------------------------------------------------------
p-form
------------------------------------------------------------ */
.p-form {
  background-color: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 2rem 4rem;
}
@media screen and (max-width: 426px) {
  .p-form {
    padding: 2rem;
  }
}
.p-form__text {
  font-size: var(--font_size_22);
  font-weight: 700;
  line-height: 1.3;
  padding: 0.4em 0;
}
@media screen and (max-width: 426px) {
  .p-form__text {
    font-size: 5.4vw;
    line-height: 1.6;
    letter-spacing: -0.15rem;
  }
}
.p-form__text span {
  color: #dc1939;
}
.p-form__text span::before {
  vertical-align: middle;
  content: "";
  background: url(../images/icon_mail_form.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin-bottom: 0.1em;
  margin-right: 0.2em;
}
.p-form__textarea {
  border: 3px solid #0eae46;
  display: block;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  padding: 18px;
  margin-right: auto;
  margin-left: auto;
  width: min(80%, 800px);
}
@media screen and (max-width: 580px) {
  .p-form__textarea {
    border: 3px solid #0eae46;
    font-size: 4.4vw;
    padding: 17px 10px;
    width: 90%;
  }
}
@media screen and (max-width: 426px) {
  .p-form__textarea {
    width: 100%;
  }
}
.p-form__textarea::-moz-placeholder {
  text-align: center;
}
.p-form__textarea::placeholder {
  text-align: center;
}
.p-form .entry_checkBox {
  text-align: center;
  color: #393939;
  text-indent: -1em;
}
.p-form .entry_checkBox label {
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  .p-form .entry_checkBox label {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 580px) {
  .p-form .entry_checkBox label {
    margin-right: 0;
  }
}
.p-form .entry_checkBox label .check_agreement {
  display: none;
}
.p-form .entry_checkBox label .check_agreement:checked + .check_agreement-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 4px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #ec0206;
  border-right: 3px solid #ec0206;
}
@media screen and (max-width: 426px) {
  .p-form .entry_checkBox label .check_agreement:checked + .check_agreement-parts::after {
    height: 11px;
    top: -1px;
    width: 5px;
  }
}
.p-form .entry_checkBox label .check_agreement-parts {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 1.6;
  padding-left: 20px;
  position: relative;
  margin-right: 0px;
}
@media screen and (max-width: 426px) {
  .p-form .entry_checkBox label .check_agreement-parts {
    font-size: 3.8vw;
  }
}
.p-form .entry_checkBox label .check_agreement-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #393939;
}
@media screen and (max-width: 426px) {
  .p-form .entry_checkBox label .check_agreement-parts::before {
    width: 10px;
    height: 10px;
  }
}
.p-form .entry_checkBox label .check_agreement-parts a {
  border-bottom: 1px solid #393939;
  color: #393939;
  font-size: 100%;
  padding-bottom: 0.1em;
}

/* ------------------------------------------------------------
p-btn_area
------------------------------------------------------------ */
.p-btn_area__btn {
  margin-right: auto;
  margin-left: auto;
  width: min(49.5rem, 100%);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-btn_area__btn {
    width: 80%;
  }
}
@media screen and (max-width: 580px) {
  .p-btn_area__btn {
    width: 100%;
  }
}
.p-btn_area__btn button {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.p-btn_area__btn button img {
  aspect-ratio: 165/28;
  backface-visibility: hidden;
}
.p-btn_area__btn:hover {
  filter: brightness(115%);
}

/* ------------------------------------------------------------
p-form_zoom
------------------------------------------------------------ */
.p-form_zoom {
  animation-name: zoom_btn;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 0.8s;
}

@keyframes zoom_btn {
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
/*------------------------------------------
p-annotation
------------------------------------------*/
.p-annotation {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
}
.p-annotation li {
  font-size: clamp(1.2rem, 1.5vw, 1.6rem);
  padding-left: 1em;
  padding-top: 0.4em;
  text-indent: -1em;
  line-height: 1.4;
}

/* ------------------------------------------------------------
p-title
------------------------------------------------------------ */
.p-title--chapter {
  background: var(--color_blue);
}
.p-title--chapter h2 {
  color: white;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: var(--font_size_46);
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  line-height: 1.4;
  padding: 1.2em 0;
  text-align: center;
}
.p-title--section {
  color: var(--color_red);
  font-size: clamp(2.2rem, 2.8vw, 2.8rem);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 580px) {
  .p-title--section {
    text-align: left;
  }
}

/* ------------------------------------------------------------
p-btn_amazon
------------------------------------------------------------ */
.p-btn_amazon {
  text-align: center;
}
.p-btn_amazon a {
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.7rem, 2vw, 2.4rem);
  width: min(100%, 650px);
  background: #004986;
  border-radius: 40px;
  padding: 4% 5%;
}
@media screen and (max-width: 320px) {
  .p-btn_amazon a {
    font-size: 1.5rem;
  }
}
.p-btn_amazon:hover {
  filter: brightness(115%);
}

/* ------------------------------------------------------------
l-header
------------------------------------------------------------ */
.l-header {
  background: white;
  filter: drop-shadow(0 min(0.5vw, 0.5rem) min(2vw, 2rem) rgba(0, 0, 0, 0.15));
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 999;
  width: 100%;
}
@media screen and (max-width: 426px) {
  .l-header {
    padding: 1.3vw 0;
  }
}
.l-header__wrap {
  width: min(140rem, 96%);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header__wrap__logo {
  width: min(15.6rem, 20%);
  margin-right: 20px;
}
@media screen and (max-width: 426px) {
  .l-header__wrap__logo {
    max-width: 100px;
  }
}
.l-header__wrap__logo img {
  aspect-ratio: 15/8;
}
.l-header__wrap__contact {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 580px) {
  .l-header__wrap__contact {
    gap: 10px;
  }
}
.l-header__wrap__contact__tel_wrap__tel a {
  line-height: 1.2;
  font-size: clamp(2.2rem, 3vw, 3rem);
  font-weight: 700;
  text-align: center;
  display: block;
}
.l-header__wrap__contact__tel_wrap__tel a:hover {
  opacity: 0.7;
}
.l-header__wrap__contact__tel_wrap__time {
  line-height: 1.4;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  font-weight: 500;
  text-align: center;
}
.l-header__wrap__contact__mail a {
  background-color: var(--color_red);
  border-radius: 20rem;
  color: white;
  display: flex;
  align-items: center;
  gap: 0.2em;
  padding: 0.05em 2em;
}
@media screen and (max-width: 580px) {
  .l-header__wrap__contact__mail a {
    padding: 0.02em 0.8em;
  }
}
.l-header__wrap__contact__mail a::before {
  content: "";
  background: url(../images/icon_mail_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1em;
  height: 1em;
}
@media screen and (max-width: 580px) {
  .l-header__wrap__contact__mail a::before {
    background-size: 80% auto;
    width: 8.6vw;
    height: 8.6vw;
  }
}
.l-header__wrap__contact__mail a span {
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  font-weight: 700;
}
@media screen and (max-width: 580px) {
  .l-header__wrap__contact__mail a span {
    display: none;
  }
}
.l-header__wrap__contact__mail a:hover {
  filter: brightness(120%);
}

/* ------------------------------------------------------------
l-key
------------------------------------------------------------ */
.l-key {
  padding-top: min(8rem, 8vw);
  padding-bottom: min(5rem, 5vw);
  position: relative;
}
.l-key__background01, .l-key__background02, .l-key__background03 {
  display: grid;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.l-key__background01 img, .l-key__background02 img, .l-key__background03 img {
  aspect-ratio: 450/223;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 580px) {
  .l-key__background01 img, .l-key__background02 img, .l-key__background03 img {
    aspect-ratio: 40/47;
  }
}
.l-key__sub {
  aspect-ratio: 53/7;
  width: min(100%, 53rem);
}
@media screen and (max-width: 426px) {
  .l-key__sub {
    margin-top: 5vh;
    width: 100%;
  }
}
.l-key__title {
  aspect-ratio: 90/17;
  width: 100%;
}
@media screen and (max-width: 580px) {
  .l-key__title {
    aspect-ratio: 52/33;
  }
}
.l-key__present {
  aspect-ratio: 43/7;
  margin-bottom: min(4vw, 5rem);
  width: min(80%, 43rem);
}
@media screen and (max-width: 426px) {
  .l-key__present {
    margin-bottom: 5vh;
    width: 100%;
  }
}

/* ------------------------------------------------------------
l-cv
------------------------------------------------------------ */
.l-cv__main {
  background: url(../images/fv_short_bg_pc.jpg) no-repeat center/cover;
  padding: clamp(3rem, 10vw, 11rem) clamp(1.5rem, 5vw, 5rem);
}
@media screen and (max-width: 768px) {
  .l-cv__main {
    background: url(../images/fv_short_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
.l-cv__main img {
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
.l-cv__bg {
  background: #f9f5e5;
  padding: clamp(3rem, 5vw, 6rem) clamp(1.5rem, 2vw, 3rem);
}
.l-cv__bg__img01 {
  width: 100%;
  max-width: 703px;
  margin-left: auto;
  margin-right: auto;
}

/* ------------------------------------------------------------
l-media
------------------------------------------------------------ */
.l-media {
  text-align: center;
}
.l-media p {
  font-size: var(--font_size_40);
  font-weight: 600;
}
.l-media p span {
  background: linear-gradient(transparent 60%, #fff799 50%);
}

/* ------------------------------------------------------------
l-study
------------------------------------------------------------ */
.l-study__media {
  padding: clamp(5rem, 10vw, 12rem) 0;
  background-color: #f4f4f3;
}
.l-study__media img {
  width: min(100%, 1000px);
  margin-left: auto;
  margin-right: auto;
}
.l-study__point li {
  width: min(47rem, 48%);
}
.l-study__point li:nth-child(n+3) {
  margin-top: min(5vw, 5rem);
}
@media screen and (max-width: 580px) {
  .l-study__point li {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .l-study__point li:nth-child(n+2) {
    margin-top: 4vw;
  }
}
.l-study__point li img {
  aspect-ratio: 47/27;
}
.l-study p {
  margin-bottom: var(--p_gap);
}
.l-study p:last-child {
  font-size: var(--font_size_28);
  margin-bottom: auto;
  text-align: center;
}
.l-study p:last-child em {
  font-style: normal;
  font-weight: 700;
}
.l-study__text01 {
  aspect-ratio: 39/14;
  width: min(80%, 78rem);
}
@media screen and (max-width: 580px) {
  .l-study__text01 {
    aspect-ratio: 32/15;
    width: 100%;
  }
}

/* ------------------------------------------------------------
l-about
------------------------------------------------------------ */
.l-about {
  position: relative;
}
.l-about__background {
  display: grid;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.l-about__background img {
  aspect-ratio: 225/164;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-about__multi_col--img {
  width: min(47rem, 48%);
}
@media screen and (max-width: 580px) {
  .l-about__multi_col--img {
    width: 100%;
  }
}
.l-about__multi_col--img img {
  aspect-ratio: 47/38;
}
.l-about__multi_col--text {
  width: min(47rem, 48%);
}
@media screen and (max-width: 580px) {
  .l-about__multi_col--text {
    margin-top: var(--p_gap);
    width: 100%;
  }
}
.l-about p {
  margin-bottom: var(--p_gap);
}
.l-about__investor li {
  filter: drop-shadow(0 min(0.5vw, 0.5rem) min(1.6vw, 1.6rem) rgba(0, 0, 0, 0.2));
  width: min(47rem, 48%);
}
@media screen and (max-width: 580px) {
  .l-about__investor li {
    width: 100%;
  }
  .l-about__investor li:first-child {
    margin-bottom: var(--p_gap);
  }
}
.l-about__investor li img {
  aspect-ratio: 470/287;
}

/* ------------------------------------------------------------
l-case
------------------------------------------------------------ */
.l-case p em {
  border-bottom: var(--border_2px) var(--color_blue);
  color: var(--color_blue);
  font-size: clamp(2.4rem, 2.8vw, 2.8rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
}
.l-case p strong {
  background: linear-gradient(to bottom, transparent 50%, var(--color_yellow) 50%);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: var(--color_black);
  font-size: clamp(2.8rem, 3.8vw, 3.8rem);
  font-weight: 700;
  line-height: 1.7;
  padding: 0 0.2em;
}
.l-case__arrow {
  aspect-ratio: 53/55;
  width: min(6vw, 5.3em);
}
@media screen and (max-width: 426px) {
  .l-case__arrow {
    width: 10vw;
  }
}
.l-case__summary {
  position: relative;
}
.l-case__summary__background {
  display: grid;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.l-case__summary__background img {
  aspect-ratio: 36/11;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-case__summary p {
  color: white;
}
.l-case__summary p strong {
  background: none;
  line-height: 1;
  padding: 0;
}
.l-case__summary p img {
  aspect-ratio: 40/7;
  width: min(80vw, 80rem);
}
@media screen and (max-width: 580px) {
  .l-case__summary p img {
    aspect-ratio: 25/14;
    width: 90%;
  }
}

/* ------------------------------------------------------------
l-service
------------------------------------------------------------ */
.l-service {
  padding-bottom: 80px;
  background: #eef5f8;
}
@media screen and (max-width: 768px) {
  .l-service {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 426px) {
  .l-service {
    padding-bottom: 20px;
  }
}
.l-service h3 {
  color: var(--color_black);
  font-size: clamp(2.2rem, 2.8vw, 2.8rem);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 580px) {
  .l-service h3 {
    text-align: left;
  }
}
.l-service__list {
  background: #fff;
  padding: min(5vw, 5rem) 0 min(1vw, 1rem);
}
.l-service__textbox {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-service__textbox__img {
  width: 41%;
  max-width: 411px;
}
@media screen and (max-width: 580px) {
  .l-service__textbox__img {
    margin: 0 auto 20px;
    order: 1;
    width: 80%;
  }
}
@media screen and (max-width: 426px) {
  .l-service__textbox__img {
    margin: 0 auto 10px;
  }
}
.l-service__textbox__text {
  width: 52%;
  max-width: 520px;
}
@media screen and (max-width: 580px) {
  .l-service__textbox__text {
    order: 2;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-service__textbox__text h4 {
  border-bottom: 1px dotted #c1c1c1;
  color: #004986;
  font-size: 3.4rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .l-service__textbox__text h4 {
    font-size: 2.6rem;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 580px) {
  .l-service__textbox__text h4 {
    font-size: 2.2rem;
  }
}
.l-service__textbox__text h4 span {
  display: inline-block;
  margin-right: 5px;
  width: 36px;
  vertical-align: -5px;
}
@media screen and (max-width: 768px) {
  .l-service__textbox__text h4 span {
    width: 30px;
    vertical-align: -6px;
  }
}
.l-service__textbox__text__annotation {
  color: #b11730;
  font-weight: 700;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}
.l-service__textbox__text p {
  padding-right: min(2vw, 2rem);
  line-height: 1.8;
}
.l-service__textbox__text p b {
  color: #111;
}

/* ------------------------------------------------------------
l-contact
------------------------------------------------------------ */
.l-contact {
  position: relative;
}
.l-contact__background {
  display: grid;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.l-contact__background img {
  aspect-ratio: 60/23;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 25% 50%;
     object-position: 25% 50%;
}
.l-contact h2 {
  color: var(--color_black);
  font-size: var(--font_size_26);
  font-weight: 500;
  line-height: 1.7;
  padding-bottom: min(4.4vw, 4.4rem);
  position: relative;
}
.l-contact h2::after {
  content: "";
  background: var(--color_blue);
  width: clamp(4rem, 6vw, 6rem);
  height: clamp(0.4rem, 0.6vw, 0.6rem);
  position: absolute;
  inset: auto 0 0 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 580px) {
  .l-contact dl div:first-child {
    margin-bottom: 5vw;
  }
}
.l-contact__card {
  background: white;
  filter: drop-shadow(0 min(0.5vw, 0.5rem) min(1.6vw, 1.6rem) rgba(0, 0, 0, 0.2));
  padding: min(5vw, 5rem) min(4vw, 4rem);
  width: 48%;
}
@media screen and (max-width: 580px) {
  .l-contact__card {
    width: 100%;
  }
}
.l-contact__card dt {
  background: #eef5f8;
  border: var(--border_2px) var(--color_blue);
  border-radius: 20rem;
  color: var(--color_blue);
  font-size: var(--font_size_26);
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.4;
  padding: 0.2em;
  text-align: center;
}
.l-contact__card__tel {
  margin-top: min(2vw, 2rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.2em;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.l-contact__card__tel::before {
  content: "";
  background: url(../images/icon_phone.svg) no-repeat left center/contain;
  width: calc(min(5vw, 5.2rem) * 0.66);
  height: 100%;
  position: absolute;
  inset: 0 auto 0 0;
}
@media screen and (max-width: 580px) {
  .l-contact__card__tel::before {
    width: 6.6vw;
  }
}
.l-contact__card__tel a {
  border-bottom: var(--border_2px) var(--color_blue);
  color: var(--color_blue);
  font-size: min(5vw, 5.2rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 580px) {
  .l-contact__card__tel a {
    font-size: 10vw;
  }
}
.l-contact__card__time {
  font-weight: 500;
  text-align: center;
}
.l-contact__card__time b {
  font-weight: 500;
}
@media screen and (max-width: 580px) {
  .l-contact__card__mail {
    margin-bottom: 6vw;
  }
}
.l-contact__card__mail a {
  align-items: center;
  background: var(--color_blue);
  border-radius: min(0.8vw, 0.8rem);
  display: flex;
  justify-content: center;
  line-height: 1.4;
  padding: 1em;
}
.l-contact__card__mail a span {
  color: white;
  font-size: var(--font_size_30);
  font-weight: 700;
  letter-spacing: -0.015em;
  padding-left: 1.6em;
  position: relative;
}
.l-contact__card__mail a span::before {
  content: "";
  background: url(../images/icon_mail_w.svg) no-repeat left center/contain;
  width: calc(var(--font_size_30) * 1.1);
  height: 100%;
  position: absolute;
  inset: 0 auto 0 0;
}
.l-contact__card__mail a:hover {
  filter: brightness(130%);
}

/* ------------------------------------------------------------
l-footer
------------------------------------------------------------ */
.l-footer {
  background: var(--color_black);
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 3rem 2rem;
  }
}
.l-footer__logo {
  border-bottom: 1px solid #eee;
  margin-right: auto;
  margin-bottom: 2em;
  margin-left: auto;
  max-width: 1000px;
  width: 90%;
}
@media screen and (max-width: 580px) {
  .l-footer__logo {
    width: 100%;
  }
}
.l-footer__logo a img {
  aspect-ratio: 156/67;
  margin-bottom: 1em;
  margin-left: 0;
  width: min(15.6rem, 35%);
}
.l-footer__menu {
  margin-right: auto;
  margin-left: auto;
  width: min(92%, 1000px);
}
@media screen and (max-width: 580px) {
  .l-footer__menu {
    padding-left: 1rem;
    width: 100%;
  }
}
.l-footer__menu__text dt {
  color: white;
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.l-footer__menu__text dd {
  color: white;
  font-size: clamp(1.1rem, 1.5vw, 1.6rem);
  line-height: 1.5;
}
.l-footer__menu ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .l-footer__menu ul {
    justify-content: start;
  }
}
.l-footer__menu ul li {
  padding-right: 1.5em;
  padding-left: 1.5em;
}
@media screen and (max-width: 768px) {
  .l-footer__menu ul li {
    padding-left: 0;
  }
}
.l-footer__menu ul li a {
  color: white;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
}
.l-footer__menu ul li:hover {
  opacity: 0.7;
}
.l-footer__copyright small {
  color: #aaa;
  display: block;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  padding-right: 2rem;
  padding-left: 2rem;
  text-align: center;
}/*# sourceMappingURL=style.css.map */