/*----- breakpoint -----*/
:root {
  --border_1px: 1px solid;
  --border_2px: 2px solid;
  --color_black: #010f32;
  --color_blue: #112e6e;
  --color_red: #cc213d;
  --color_yellow: #f5f6c7;
  --font_size_note: clamp(1.5rem, 2vw, 2.2rem);
  --font_size_16: clamp(1rem, 1.6vw, 1.6rem);
  --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(2rem, 3.2vw, 3.4rem);
  --font_size_36: clamp(2rem, 3.4vw, 3.6rem);
  --font_size_38: clamp(2rem, 3.5vw, 3.8rem);
  --font_size_40: clamp(2rem, 3.8vw, 4rem);
  --font_size_42: clamp(2rem, 3.9vw, 4.2rem);
  --font_size_44: clamp(2.2rem, 4vw, 4.4rem);
  --font_size_46: clamp(2.2rem, 4.2vw, 4.6rem);
  --font_size_48: clamp(2.2rem, 4.4vw, 4.8rem);
  --font_size_50: clamp(2.2rem, 4.4vw, 5rem);
  --font_size_52: clamp(2.3rem, 4.8vw, 5.2rem);
  --font_size_54: clamp(2.3rem, 5vw, 5.4rem);
  --font_size_60: clamp(2.3rem, 5.8vw, 6rem);
  --p_gap: 1.75em;
  --serif: "Noto Serif JP", serif;
  --sans: "Noto Sans JP", sans-serif;
}

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

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

body {
  background: white;
  color: var(--color_black);
  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: 500;
  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%;
}

em {
  color: var(--color_yellow);
  font-style: normal;
}

strong {
  font-size: 120%;
}

b {
  font-weight: 700;
}

/* ---------- .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--16 {
  font-size: var(--font_size_16);
  line-height: 1.8;
}
.u-font__text--24 {
  font-size: var(--font_size_24);
  line-height: 1.8;
}
.u-font__text--28 {
  font-size: var(--font_size_28);
  line-height: 1.7;
}
.u-font__text--30 {
  font-size: var(--font_size_30);
  line-height: 1.7;
}
.u-font__text--34 {
  font-size: var(--font_size_34);
  line-height: 1.7;
}
.u-font__text--36 {
  font-size: var(--font_size_36);
  line-height: 1.7;
  font-weight: 700;
}
.u-font__text--38 {
  font-size: var(--font_size_38);
  line-height: 1.7;
  font-weight: 700;
}
.u-font__text--40 {
  font-size: var(--font_size_40);
  line-height: 1.7;
  font-weight: 700;
}
.u-font__text--42 {
  font-size: var(--font_size_42);
  line-height: 1.7;
  font-weight: 700;
}
.u-font__text--44 {
  font-size: var(--font_size_44);
  line-height: 1.7;
  font-weight: 700;
}
.u-font__text--46 {
  font-size: var(--font_size_46);
  line-height: 1.7;
  font-weight: 700;
}
.u-font__text--48 {
  font-size: var(--font_size_48);
  line-height: 1.7;
  font-weight: 700;
}
.u-font__text--50 {
  font-size: var(--font_size_50);
  line-height: 1.7;
  font-weight: 700;
}
.u-font__text--52 {
  font-size: var(--font_size_52);
  line-height: 1.7;
  font-weight: 700;
}
.u-font__text--54 {
  font-size: var(--font_size_54);
  line-height: 1.7;
  font-weight: 700;
}
.u-font__text--60 {
  font-size: var(--font_size_60);
  line-height: 1.7;
  font-weight: 700;
}
.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--yellow {
  color: var(--color_yellow);
}
.u-font__color--white {
  color: white;
}
.u-font__color--black {
  color: var(--color_black);
}
.u-font--serif {
  font-family: "Noto serif JP", serif;
}
.u-font--sans {
  font-family: "Noto Sans JP", sans-serif;
}

.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: 440px) {
  .u-only--pcsp {
    display: none;
  }
}
.u-only--sp {
  display: none;
}
@media screen and (max-width: 440px) {
  .u-only--sp {
    display: block;
  }
}
.u-only--sptub {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-only--sptub {
    display: block;
  }
}

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

.u-under_line--black {
  border-bottom: var(--border_1px) var(--color_black);
}
.u-under_line--yellow {
  border-bottom: var(--border_1px) var(--color_yellow);
}
.u-under_line--white {
  border-bottom: var(--border_1px) #fff;
}

.u-marker--blue {
  background: linear-gradient(transparent 60%, #aeddf3 40%);
}
.u-marker--yellow {
  background: linear-gradient(transparent 60%, #f1f3ab 40%);
}
.u-marker--red {
  background: linear-gradient(transparent 60%, #6a2040 40%);
}
.u-marker--pink {
  background: linear-gradient(transparent 60%, #f9e4e7 40%);
}

.u-box--yellow {
  border: var(--border_1px) var(--color_yellow);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0 min(1vw, 1rem) min(0.2vw, 0.2rem);
}
.u-box--blue {
  border: var(--border_1px) var(--color_blue);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0 min(1vw, 1rem) min(0.2vw, 0.2rem);
}

.u-markup--blue {
  background: var(--color_blue);
  color: #fff;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0 min(1vw, 1rem) min(0.2vw, 0.2rem);
}

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

.c-card--top {
  padding-top: min(10vw, 10rem);
}

/* ---------- 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--1200 {
  margin-left: auto;
  margin-right: auto;
  width: min(1200px, 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: 440px) {
  .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: 440px) {
  .p-form__text {
    font-size: 5.4vw;
    line-height: 1.6;
    letter-spacing: -0.15rem;
  }
}
.p-form__text span {
  color: #dc1939;
}
.p-form__textarea {
  border: 5px solid #0eae46;
  display: block;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  padding: min(2.5vw, 2.5rem);
  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: min(1.7vw, 1.7rem), min(1vw, 1rem);
    width: 90%;
  }
}
@media screen and (max-width: 440px) {
  .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: 440px) {
  .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: 440px) {
  .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: 440px) {
  .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(59.5rem, 100%);
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .p-btn_area__btn {
    width: min(59.5rem, 80%);
  }
}
@media screen and (max-width: 768px) {
  .p-btn_area__btn {
    width: min(59.5rem, 90%);
  }
}
@media screen and (max-width: 580px) {
  .p-btn_area__btn {
    width: min(54.1rem, 90%);
  }
}
.p-btn_area__btn button {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.p-btn_area__btn button img {
  backface-visibility: hidden;
}
.p-btn_area__btn:hover {
  filter: brightness(115%);
}
.p-btn_area__formbtn {
  margin-right: auto;
  margin-left: auto;
  width: min(45rem, 90%);
  transition: 0.3s;
  margin-top: min(2vw, 2rem);
}
.p-btn_area__formbtn button {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.p-btn_area__formbtn button img {
  backface-visibility: hidden;
}
.p-btn_area__formbtn: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-sectiontitle
------------------------------------------------------------ */
.p-sectiontitle {
  background: url(../images/section_about_title_bg.png) no-repeat left 80% top/cover;
  padding: min(4vw, 4rem) 0;
}

/* ------------------------------------------------------------
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;
}
@media screen and (max-width: 320px) {
  .p-title--chapter h2 {
    font-size: 2.4rem;
  }
}
.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;
  }
}
@media screen and (max-width: 320px) {
  .p-title--section {
    font-size: 2rem;
  }
}

/* ------------------------------------------------------------
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%);
}

/* ------------------------------------------------------------
p-brakets
------------------------------------------------------------ */
.p-brakets {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0.1em 1.8em 0.15em;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 580px) {
  .p-brakets {
    padding: 0.1em 1em 0.15em;
  }
}
.p-brakets::before {
  content: "";
  border: 2px solid var(--color_black);
  width: 1em;
  height: 100%;
  position: absolute;
  border-right: transparent;
  inset: 0 auto 0 0;
}
.p-brakets::after {
  content: "";
  border: 2px solid var(--color_black);
  width: 1em;
  height: 100%;
  position: absolute;
  border-left: transparent;
  inset: 0 0 0 auto;
}

/* ------------------------------------------------------------
p-btn_area
------------------------------------------------------------ */
.p-cv {
  background: url(../images/cv_vf.jpg) no-repeat center/cover;
  padding: min(6vw, 6rem) 0 min(5vw, 5rem);
}

/* ------------------------------------------------------------
l-header
------------------------------------------------------------ */
.l-header {
  background: var(--color_blue);
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 999;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .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(10rem, 20%);
  margin-right: 20px;
}
@media screen and (max-width: 440px) {
  .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(1.6rem, 2.3vw, 2.3rem);
  font-weight: 700;
  text-align: center;
  display: block;
  color: #fff;
}
.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(1rem, 1vw, 1.2rem);
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.l-header__wrap__contact__mail a {
  background-color: var(--color_yellow);
  border-radius: 20rem;
  color: var(--color_blue);
  display: flex;
  align-items: center;
  gap: 0.2em;
  padding: 0.05em 1.5em;
}
@media screen and (max-width: 580px) {
  .l-header__wrap__contact__mail a {
    padding: 0.1em 0.1em;
  }
}
.l-header__wrap__contact__mail a::before {
  content: "";
  background: url(../images/icon_mail_b.png);
  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.4rem, 1.8vw, 1.8rem);
  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 {
  background: url(../images/key_bg.jpg) no-repeat center/cover;
  padding-top: clamp(2rem, 4vw, 4rem);
  padding-bottom: clamp(4rem, 4.5vw, 4.5rem);
}
@media screen and (max-width: 580px) {
  .l-key {
    padding-top: clamp(4rem, 16vw, 16rem);
    padding-bottom: clamp(1rem, 2vw, 2rem);
  }
}

/* ------------------------------------------------------------
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-movie
------------------------------------------------------------ */
.l-movie {
  background: #e2e8f0;
  padding: min(8vw, 8rem) 0;
}
.l-movie video {
  display: block;
  width: 100%;
}

/* ------------------------------------------------------------
l-point
------------------------------------------------------------ */
.l-point {
  background: #09183a;
  color: #fff;
}
.l-point__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 1vw;
       column-gap: 1vw;
  row-gap: 1vw;
}
.l-point__content img {
  width: min(100%, 487px);
}
@media screen and (max-width: 580px) {
  .l-point__content {
    grid-template-columns: 1fr;
    row-gap: 3vw;
  }
  .l-point__content img {
    width: min(80%, 487px);
  }
}
.l-point__summary {
  padding: min(5vw, 5rem) 0;
  text-align: center;
  font-family: var(--serif);
  background: url(../images/section_point_summary.jpg);
}

/* ------------------------------------------------------------
l-about
------------------------------------------------------------ */
.l-about {
  background: url(../images/section_about_bg.jpg) repeat-x center/cover;
  padding-bottom: min(10vw, 10rem);
}
@media screen and (max-width: 580px) {
  .l-about .p-sectiontitle img {
    width: 100%;
  }
}
.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 p:last-child {
  margin-bottom: 0;
}
.l-about__lead {
  text-align: center;
}
.l-about__lead p {
  margin-bottom: 0;
}
.l-about__split {
  display: flex;
  justify-content: center;
  gap: 1%;
}
.l-about__split img {
  width: min(100%, 470px);
}
@media screen and (max-width: 440px) {
  .l-about__split {
    flex-direction: column;
  }
  .l-about__split img {
    width: min(90%, 470px);
    margin-bottom: 1em;
  }
}

/* ------------------------------------------------------------
l-achieves
------------------------------------------------------------ */
.l-achieves {
  background: url(../images/section_achieves_bg.jpg) repeat center/contain;
  padding-bottom: min(10vw, 10rem);
}
@media screen and (max-width: 580px) {
  .l-achieves .p-sectiontitle img {
    width: 60%;
  }
}
.l-achieves__icon {
  width: min(16vw, 162px);
  margin-inline: auto;
  position: absolute;
  top: min(-4vw, -40px);
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 580px) {
  .l-achieves__icon {
    top: min(-2vw, -20px);
  }
}
.l-achieves__ex01, .l-achieves__ex02 {
  background: #f1f3f9;
  padding: min(15vw, 15rem) min(10vw, 10rem) min(10vw, 10rem);
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-achieves__ex01, .l-achieves__ex02 {
    margin-top: 5rem;
    padding: min(15vw, 15rem) min(2vw, 2rem) min(10vw, 10rem);
  }
}
.l-achieves p b {
  color: var(--color_red);
}

/* ------------------------------------------------------------
l-explain
------------------------------------------------------------ */
.l-explain {
  background: #09183a;
  color: #fff;
}
.l-explain p {
  margin-bottom: var(--p_gap);
}
.l-explain__lead {
  background: url(../images/section_explain_lead.jpg) no-repeat center/cover;
  color: #fff;
  padding: min(10vw, 10rem) 0;
  font-family: var(--serif);
}
.l-explain__lead p {
  margin-bottom: 0;
}
.l-explain__summary {
  background: url(../images/section_summary_bg.jpg) no-repeat center/cover;
  padding: min(5vw, 5rem) 0 min(7vw, 7rem);
  margin-top: min(8vw, 8rem);
}
@media screen and (max-width: 440px) {
  .l-explain__summary {
    padding: min(15vw, 15rem) 0;
  }
}
.l-explain__summary p {
  margin-bottom: 0;
}
.l-explain__summary p:first-of-type {
  font-size: clamp(3rem, 8vw, 8rem);
  font-family: var(--sans);
  font-weight: 700;
}
.l-explain__summary p:first-of-type span {
  padding: 0.2rem 2rem;
}
.l-explain__summary p:last-of-type {
  font-size: clamp(2rem, 5vw, 5rem);
}
.l-explain__cv {
  background: url(../images/cv_areabg.jpg) no-repeat center/cover;
  padding: min(8vw, 8rem) 0;
}
.l-explain__cv__inner {
  background: linear-gradient(180deg, #c9ddf4, #f0f5fc);
  padding: min(5vw, 5rem);
}
@media screen and (max-width: 580px) {
  .l-explain__cv__inner {
    padding: min(2vw, 2rem);
  }
}
.l-explain__cv__split {
  display: flex;
  justify-content: center;
  gap: 2%;
}
@media screen and (max-width: 440px) {
  .l-explain__cv__split {
    flex-direction: column;
  }
}
.l-explain__cv__split__img {
  width: min(50%, 301px);
}
@media screen and (max-width: 440px) {
  .l-explain__cv__split__img {
    width: min(45%, 301px);
    margin-inline: auto;
  }
}
.l-explain__cv__split__text {
  width: 60%;
  color: var(--color_black);
  font-family: var(--serif);
}
@media screen and (max-width: 440px) {
  .l-explain__cv__split__text {
    width: 100%;
  }
}
.l-explain__cv__split__text p:first-child {
  margin-bottom: min(3vw, 3rem);
  margin-top: min(3vw, 3rem);
  font-size: clamp(1.6rem, 3.4vw, 3.6rem);
  font-weight: 700;
}
.l-explain__cv__btn {
  width: min(64vw, 646px);
  margin-inline: auto;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .l-explain__cv__btn {
    width: min(80%, 646px);
  }
}
@media screen and (max-width: 580px) {
  .l-explain__cv__btn {
    width: min(90%, 646px);
  }
}
.l-explain__cv__btn button {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.l-explain__cv__btn button img {
  aspect-ratio: 646/145;
  backface-visibility: hidden;
}
.l-explain__cv__btn:hover {
  filter: brightness(115%);
}

/* ------------------------------------------------------------
l-voice
------------------------------------------------------------ */
.l-voice {
  background: url(../images/section_voice_bg.jpg) no-repeat center/cover;
}
.l-voice__title {
  width: min(100%, 938px);
  margin-inline: auto;
}
.l-voice__content {
  display: flex;
  justify-content: space-evenly;
  background: #fff;
  padding: min(5vw, 5rem) min(3vw, 3rem);
  filter: drop-shadow(0 min(0.5vw, 0.5rem) min(1vw, 1rem) rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 580px) {
  .l-voice__content {
    flex-direction: column;
  }
}
.l-voice__content__img {
  width: min(20vw, 208px);
}
@media screen and (max-width: 580px) {
  .l-voice__content__img {
    width: min(40%, 208px);
    margin-inline: auto;
    margin-bottom: 2rem;
  }
}
.l-voice__content__text {
  width: min(50vw, 523px);
  color: var(--color_blue);
}
@media screen and (max-width: 580px) {
  .l-voice__content__text {
    width: 100%;
  }
}
.l-voice__content__text > div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  background: #e2e8f0;
  padding: min(0.5vw, 0.5rem) min(3vw, 3rem);
  font-family: var(--serif);
  margin-bottom: min(2vw, 2rem);
}
.l-voice__content__text > div p:first-child {
  font-size: var(--font_size_30);
  font-weight: 700;
}
.l-voice__content__text > div p:last-child {
  font-size: var(--font_size_24);
}
.l-voice__warning {
  color: #7d0000;
  font-size: var(--font_size_18);
  margin-top: min(2vw, 2rem);
}

/* ------------------------------------------------------------
l-service
------------------------------------------------------------ */
.l-service__title {
  background: #e2e8f0;
  color: var(--color_blue);
  font-size: var(--font_size_46);
  text-align: center;
  font-family: var(--serif);
  padding: min(4vw, 4rem) 0;
}
.l-service__logo {
  width: min(40%, 263px);
  margin-inline: auto;
}
.l-service__split {
  display: flex;
  justify-content: center;
  gap: 4%;
}
@media screen and (max-width: 440px) {
  .l-service__split {
    flex-direction: column;
  }
}
.l-service__split__img {
  width: 46%;
}
@media screen and (max-width: 440px) {
  .l-service__split__img {
    width: 100%;
  }
}
.l-service__split p {
  width: 46%;
}
@media screen and (max-width: 440px) {
  .l-service__split p {
    width: 100%;
  }
}
.l-service__split p span {
  font-size: 120%;
  font-weight: 700;
}

/* ------------------------------------------------------------
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 {
  font-size: var(--font_size_26);
  font-weight: 500;
  line-height: 1.7;
  padding-bottom: min(4.4vw, 4.4rem);
}
@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: #e2e8f0;
  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 {
  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(150%);
}

/* ------------------------------------------------------------
l-footer
------------------------------------------------------------ */
.l-footer {
  background: var(--color_blue);
  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, 25%);
}
.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: #a4a5aa;
  display: block;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  padding-right: 2rem;
  padding-left: 2rem;
  text-align: center;
}/*# sourceMappingURL=style.css.map */