@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.14.0/css/all.css");

:root {
  --accent: 124, 58, 237;
  --accent-gradient: linear-gradient(45deg, rgb(var(--accent)), #da62c4 30%, white 60%);
}

html {
  -webkit-text-size-adjust: none;
  font-family: "Noto Sans JP", serif;
  background-color: #fff;
}

code {
  font-family:
    Menlo,
    Monaco,
    Lucida Console,
    Liberation Mono,
    DejaVu Sans Mono,
    Bitstream Vera Sans Mono,
    Courier New,
    monospace;
}

body {
  position: relative;
  color: #333333;
  font-size: clamp(14px, 3.5vw, 20px);
  font-weight: 600;
  line-height: 1.5;
  zoom: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
  min-height: 100vh;
  background-color: #d3f1ff;
}

img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

sub {
  font-size: clamp(10px, 3.5vw, 16px);
}

.wrapper-01 {
  max-width: 1320px;
  width: 100%;
  margin: auto;
  min-width: 1200px;
}
@media only screen and (max-width: 1279px) {
  .wrapper-01 {
    min-width: auto;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.wrapper-02 {
  max-width: 980px;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 1279px) {
  .wrapper-02 {
    min-width: auto;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/***
    The new CSS reset - version 1.9 (last updated 19.6.2023)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
    - The "html" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Reapply the pointer cursor for anchor tags */
a,
button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* preformatted text - use only for this feature */
:where(pre) {
  all: revert;
}

/* reset default text opacity of input placeholder */
::placeholder {
  color: unset;
}

/* remove default dot (•) sign */
::marker {
  content: initial;
}

/* fix the feature of 'hidden' attribute.
 display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
 - fix for the content editable attribute will work properly.
 - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable="true"]) {
  -webkit-user-drag: element;
}

/* Revert Modal native behavior */
:where(dialog:modal) {
  all: revert;
}

.l-header {
  width: 100%;
  color: #333333;
  padding-inline: 2.8125rem;
  padding-block: 1.25rem 1.25rem;
  font-size: 0.875rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-header {
    padding-inline: 0.625rem;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__logo {
  width: clamp(200px, 20vw, 340px);
}

.l-footer {
  width: 100%;
  padding-block-start: 5.3125rem;
  padding-block-end: 5rem;
}
.l-footer__container {
  border-block: solid 1px #707070;
  padding-block: 0.875rem;
  color: #1e456c;
}
.l-footer__container ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 9.125rem;
  row-gap: 1rem;
}
.l-footer__logo {
  width: 100%;
  max-width: 192px;
}
.l-footer__copy {
  text-align: right;
  font-size: clamp(12px, 3.5vw, 16px);
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  color: #fff;
  background-color: #e31a39;
  padding: 1.25rem;
  width: 70px;
  height: 70px;
}

.swiper .swiper-button-prev::after {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-weight: 900;
}

.swiper .swiper-button-next::after {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-weight: 900;
}

.form {
  padding-block-start: 2rem;
}
.form__note {
  margin-block-start: 1rem;
}
.form__note p {
  font-size: clamp(14px, 3.5vw, 16px);
  text-indent: -1rem;
  padding-inline-start: 1rem;
}

.kv-bottom__text {
  margin-block-start: 3rem;
}

.mb--0 {
  margin-block-end: 0 !important;
}
.mb--10 {
  margin-block-end: 0.625rem !important;
}
.mb--20 {
  margin-block-end: 1.25rem !important;
}
.mb--30 {
  margin-block-end: 1.875rem !important;
}
.mb--40 {
  margin-block-end: 2.5rem !important;
}
.mb--50 {
  margin-block-end: 3.125rem !important;
}

.mt--0 {
  margin-block-start: 0 !important;
}
.mt--10 {
  margin-block-start: 0.625rem !important;
}
.mt--20 {
  margin-block-start: 1.25rem !important;
}
.mt--30 {
  margin-block-start: 1.875rem !important;
}
.mt--40 {
  margin-block-start: 2.5rem !important;
}
.mt--50 {
  margin-block-start: 3.125rem !important;
}

.pb--0 {
  padding-block-end: 0 !important;
}
.pb--10 {
  padding-block-end: 0.625rem !important;
}
.pb--20 {
  padding-block-end: 1.25rem !important;
}
.pb--30 {
  padding-block-end: 1.875rem !important;
}
.pb--40 {
  padding-block-end: 2.5rem !important;
}
.pb--50 {
  padding-block-end: 3.125rem !important;
}

.pt--0 {
  padding-block-start: 0 !important;
}
.pt--10 {
  padding-block-start: 0.625rem !important;
}
.pt--20 {
  padding-block-start: 1.25rem !important;
}
.pt--30 {
  padding-block-start: 1.875rem !important;
}
.pt--40 {
  padding-block-start: 2.5rem !important;
}
.pt--50 {
  padding-block-start: 3.125rem !important;
}
