/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/*===========================================================================*/
/*  function  */
/*===========================================================================*/
/*===========================================================================*/
/*  mixin  */
/*===========================================================================*/
/*===========================================================================*/
/*  common  */
/*===========================================================================*/
html {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 62.5%;
}

body {
  color: #333;
  min-width: 375px;
  font-feature-settings: normal;
}
body.modal-open {
  overflow: hidden;
}

picture {
  display: block;
}

img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.pc-only {
  display: block;
}

.br-pc-only {
  display: inline-block;
}

.sp-only {
  display: none;
}

.br-sp-only {
  display: none;
}

@media (max-width: 900px) {
  .pc-only {
    display: none;
  }
  .br-pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .br-sp-only {
    display: inline-block;
  }
}
/*===========================================================================*/
/*  utility  */
/*===========================================================================*/
.font-en {
  font-family: "Inter", sans-serif;
}

/*===========================================================================*/
/*  component, color  */
/*===========================================================================*/
.color-gray {
  color: #a3a3a3;
  transition: all 0.5s 0s cubic-bezier(0.44, 0.14, 0.09, 1.02);
}

.color-blue {
  color: #208ef4;
}

/* layout */
.l-inner {
  margin: 0 auto;
  max-width: 860px;
}

@media (max-width: 900px) {
  .l-inner {
    max-width: 100%;
  }
}
/* wrapper */
.l-wrapper {
  padding-left: clamp(31.5px, 11.1936560935px + 2.2537562604vw, 45px);
  padding-right: clamp(31.5px, 11.1936560935px + 2.2537562604vw, 45px);
}
@media (max-width: 900px) {
  .l-wrapper {
    padding: 0 20px;
  }
}

/*===========================================================================*/
/*  hover */
/*===========================================================================*/
@media screen and (min-width: 900px) {
  .hover-normal {
    transition: opacity 0.5s 0s cubic-bezier(0.44, 0.14, 0.09, 1.02);
  }
  .hover-normal:hover {
    opacity: 0.7;
  }
}
/*===========================================================================*/
/*  header  */
/*===========================================================================*/
.header {
  padding-top: clamp(5.6px, 1.9899833055px + 0.4006677796vw, 8px);
  padding-bottom: clamp(5.6px, 1.9899833055px + 0.4006677796vw, 8px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .header {
    padding-top: 7px;
    padding-bottom: 6px;
  }
}
.header__logo {
  width: 360px;
  height: auto;
}
@media (max-width: 900px) {
  .header__logo {
    width: 246px;
  }
}

/*===========================================================================*/
/*  footer  */
/*===========================================================================*/
.footer__upper {
  background: #e0f2fe;
  padding-top: clamp(21px, 7.4624373957px + 1.5025041736vw, 30px);
  padding-bottom: clamp(17.5px, 6.2186978297px + 1.2520868114vw, 25px);
  text-align: center;
}
@media (max-width: 900px) {
  .footer__upper {
    padding-top: 27px;
    padding-bottom: 25px;
  }
}
.footer__badge {
  display: inline-block;
  background: #208ef4;
  color: #fff;
  font-size: clamp(17.5px, 6.2186978297px + 1.2520868114vw, 25px);
  font-weight: 500;
  line-height: 1.4;
  border-radius: 100px;
  padding-left: clamp(21px, 7.4624373957px + 1.5025041736vw, 30px);
  padding-right: clamp(21px, 7.4624373957px + 1.5025041736vw, 30px);
  padding-top: 3px;
  padding-bottom: 5px;
}
@media (max-width: 900px) {
  .footer__badge {
    font-size: 15px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 1px;
    padding-bottom: 2px;
  }
}
.footer__logo {
  width: 360px;
  margin-top: clamp(15.4px, 5.4724540902px + 1.101836394vw, 22px);
  margin-inline: auto;
}
@media (max-width: 900px) {
  .footer__logo {
    width: 257px;
  }
}
.footer__links {
  display: flex;
  justify-content: center;
  gap: clamp(17.5px, 6.2186978297px + 1.2520868114vw, 25px);
  margin-top: clamp(17.5px, 6.2186978297px + 1.2520868114vw, 25px);
}
@media (max-width: 900px) {
  .footer__links {
    gap: 15px;
    margin-top: 22px;
  }
}
.footer__links li a {
  font-size: 12px;
  font-weight: 400;
  color: #333;
  text-decoration: underline;
}
.footer__links li a:hover {
  text-decoration: none;
}
.footer__bottom {
  background: #fff;
  padding-top: clamp(12.6px, 4.4774624374px + 0.9015025042vw, 18px);
  padding-bottom: clamp(12.6px, 4.4774624374px + 0.9015025042vw, 18px);
  text-align: center;
}
@media (max-width: 900px) {
  .footer__bottom {
    padding-top: 9px;
    padding-bottom: 13px;
  }
}
.footer__copyright {
  font-family: "Futura", "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
}
@media (max-width: 900px) {
  .footer__copyright {
    font-size: 10px;
  }
}