@charset "UTF-8";
/* ベース定義 */
body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
ul,
ol,
figure {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4 {
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: clamp(0.8125rem, 3.7333vw, 1rem);
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-feature-settings: 'palt';
}

@media only screen and (min-width: 768px), print {
  body {
    font-size: clamp(0.9375rem, 1.1111vw, 1.125rem);
  }
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

a,
button {
  outline: none;
}

ul {
  list-style: none;
}

/*====================================

Utilities

====================================*/
.u-mt-0 {
  margin-top: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pl-5 {
  padding-left: 5px !important;
}

.u-pr-5 {
  padding-right: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pl-15 {
  padding-left: 15px !important;
}

.u-pr-15 {
  padding-right: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pl-25 {
  padding-left: 25px !important;
}

.u-pr-25 {
  padding-right: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-ml-35 {
  margin-left: 35px !important;
}

.u-mr-35 {
  margin-right: 35px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pl-35 {
  padding-left: 35px !important;
}

.u-pr-35 {
  padding-right: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-ml-45 {
  margin-left: 45px !important;
}

.u-mr-45 {
  margin-right: 45px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pl-45 {
  padding-left: 45px !important;
}

.u-pr-45 {
  padding-right: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-ml-55 {
  margin-left: 55px !important;
}

.u-mr-55 {
  margin-right: 55px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pl-55 {
  padding-left: 55px !important;
}

.u-pr-55 {
  padding-right: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-ml-65 {
  margin-left: 65px !important;
}

.u-mr-65 {
  margin-right: 65px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pl-65 {
  padding-left: 65px !important;
}

.u-pr-65 {
  padding-right: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-ml-70 {
  margin-left: 70px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pl-70 {
  padding-left: 70px !important;
}

.u-pr-70 {
  padding-right: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-ml-75 {
  margin-left: 75px !important;
}

.u-mr-75 {
  margin-right: 75px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pl-75 {
  padding-left: 75px !important;
}

.u-pr-75 {
  padding-right: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-ml-85 {
  margin-left: 85px !important;
}

.u-mr-85 {
  margin-right: 85px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pl-85 {
  padding-left: 85px !important;
}

.u-pr-85 {
  padding-right: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-ml-90 {
  margin-left: 90px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pl-90 {
  padding-left: 90px !important;
}

.u-pr-90 {
  padding-right: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-ml-95 {
  margin-left: 95px !important;
}

.u-mr-95 {
  margin-right: 95px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pl-95 {
  padding-left: 95px !important;
}

.u-pr-95 {
  padding-right: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-ml-100 {
  margin-left: 100px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-pl-100 {
  padding-left: 100px !important;
}

.u-pr-100 {
  padding-right: 100px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt-0-pc {
    margin-top: 0px !important;
  }
  .u-mb-0-pc {
    margin-bottom: 0px !important;
  }
  .u-ml-0-pc {
    margin-left: 0px !important;
  }
  .u-mr-0-pc {
    margin-right: 0px !important;
  }
  .u-pt-0-pc {
    padding-top: 0px !important;
  }
  .u-pb-0-pc {
    padding-bottom: 0px !important;
  }
  .u-pl-0-pc {
    padding-left: 0px !important;
  }
  .u-pr-0-pc {
    padding-right: 0px !important;
  }
  .u-mt-5-pc {
    margin-top: 5px !important;
  }
  .u-mb-5-pc {
    margin-bottom: 5px !important;
  }
  .u-ml-5-pc {
    margin-left: 5px !important;
  }
  .u-mr-5-pc {
    margin-right: 5px !important;
  }
  .u-pt-5-pc {
    padding-top: 5px !important;
  }
  .u-pb-5-pc {
    padding-bottom: 5px !important;
  }
  .u-pl-5-pc {
    padding-left: 5px !important;
  }
  .u-pr-5-pc {
    padding-right: 5px !important;
  }
  .u-mt-10-pc {
    margin-top: 10px !important;
  }
  .u-mb-10-pc {
    margin-bottom: 10px !important;
  }
  .u-ml-10-pc {
    margin-left: 10px !important;
  }
  .u-mr-10-pc {
    margin-right: 10px !important;
  }
  .u-pt-10-pc {
    padding-top: 10px !important;
  }
  .u-pb-10-pc {
    padding-bottom: 10px !important;
  }
  .u-pl-10-pc {
    padding-left: 10px !important;
  }
  .u-pr-10-pc {
    padding-right: 10px !important;
  }
  .u-mt-15-pc {
    margin-top: 15px !important;
  }
  .u-mb-15-pc {
    margin-bottom: 15px !important;
  }
  .u-ml-15-pc {
    margin-left: 15px !important;
  }
  .u-mr-15-pc {
    margin-right: 15px !important;
  }
  .u-pt-15-pc {
    padding-top: 15px !important;
  }
  .u-pb-15-pc {
    padding-bottom: 15px !important;
  }
  .u-pl-15-pc {
    padding-left: 15px !important;
  }
  .u-pr-15-pc {
    padding-right: 15px !important;
  }
  .u-mt-20-pc {
    margin-top: 20px !important;
  }
  .u-mb-20-pc {
    margin-bottom: 20px !important;
  }
  .u-ml-20-pc {
    margin-left: 20px !important;
  }
  .u-mr-20-pc {
    margin-right: 20px !important;
  }
  .u-pt-20-pc {
    padding-top: 20px !important;
  }
  .u-pb-20-pc {
    padding-bottom: 20px !important;
  }
  .u-pl-20-pc {
    padding-left: 20px !important;
  }
  .u-pr-20-pc {
    padding-right: 20px !important;
  }
  .u-mt-25-pc {
    margin-top: 25px !important;
  }
  .u-mb-25-pc {
    margin-bottom: 25px !important;
  }
  .u-ml-25-pc {
    margin-left: 25px !important;
  }
  .u-mr-25-pc {
    margin-right: 25px !important;
  }
  .u-pt-25-pc {
    padding-top: 25px !important;
  }
  .u-pb-25-pc {
    padding-bottom: 25px !important;
  }
  .u-pl-25-pc {
    padding-left: 25px !important;
  }
  .u-pr-25-pc {
    padding-right: 25px !important;
  }
  .u-mt-30-pc {
    margin-top: 30px !important;
  }
  .u-mb-30-pc {
    margin-bottom: 30px !important;
  }
  .u-ml-30-pc {
    margin-left: 30px !important;
  }
  .u-mr-30-pc {
    margin-right: 30px !important;
  }
  .u-pt-30-pc {
    padding-top: 30px !important;
  }
  .u-pb-30-pc {
    padding-bottom: 30px !important;
  }
  .u-pl-30-pc {
    padding-left: 30px !important;
  }
  .u-pr-30-pc {
    padding-right: 30px !important;
  }
  .u-mt-35-pc {
    margin-top: 35px !important;
  }
  .u-mb-35-pc {
    margin-bottom: 35px !important;
  }
  .u-ml-35-pc {
    margin-left: 35px !important;
  }
  .u-mr-35-pc {
    margin-right: 35px !important;
  }
  .u-pt-35-pc {
    padding-top: 35px !important;
  }
  .u-pb-35-pc {
    padding-bottom: 35px !important;
  }
  .u-pl-35-pc {
    padding-left: 35px !important;
  }
  .u-pr-35-pc {
    padding-right: 35px !important;
  }
  .u-mt-40-pc {
    margin-top: 40px !important;
  }
  .u-mb-40-pc {
    margin-bottom: 40px !important;
  }
  .u-ml-40-pc {
    margin-left: 40px !important;
  }
  .u-mr-40-pc {
    margin-right: 40px !important;
  }
  .u-pt-40-pc {
    padding-top: 40px !important;
  }
  .u-pb-40-pc {
    padding-bottom: 40px !important;
  }
  .u-pl-40-pc {
    padding-left: 40px !important;
  }
  .u-pr-40-pc {
    padding-right: 40px !important;
  }
  .u-mt-45-pc {
    margin-top: 45px !important;
  }
  .u-mb-45-pc {
    margin-bottom: 45px !important;
  }
  .u-ml-45-pc {
    margin-left: 45px !important;
  }
  .u-mr-45-pc {
    margin-right: 45px !important;
  }
  .u-pt-45-pc {
    padding-top: 45px !important;
  }
  .u-pb-45-pc {
    padding-bottom: 45px !important;
  }
  .u-pl-45-pc {
    padding-left: 45px !important;
  }
  .u-pr-45-pc {
    padding-right: 45px !important;
  }
  .u-mt-50-pc {
    margin-top: 50px !important;
  }
  .u-mb-50-pc {
    margin-bottom: 50px !important;
  }
  .u-ml-50-pc {
    margin-left: 50px !important;
  }
  .u-mr-50-pc {
    margin-right: 50px !important;
  }
  .u-pt-50-pc {
    padding-top: 50px !important;
  }
  .u-pb-50-pc {
    padding-bottom: 50px !important;
  }
  .u-pl-50-pc {
    padding-left: 50px !important;
  }
  .u-pr-50-pc {
    padding-right: 50px !important;
  }
  .u-mt-55-pc {
    margin-top: 55px !important;
  }
  .u-mb-55-pc {
    margin-bottom: 55px !important;
  }
  .u-ml-55-pc {
    margin-left: 55px !important;
  }
  .u-mr-55-pc {
    margin-right: 55px !important;
  }
  .u-pt-55-pc {
    padding-top: 55px !important;
  }
  .u-pb-55-pc {
    padding-bottom: 55px !important;
  }
  .u-pl-55-pc {
    padding-left: 55px !important;
  }
  .u-pr-55-pc {
    padding-right: 55px !important;
  }
  .u-mt-60-pc {
    margin-top: 60px !important;
  }
  .u-mb-60-pc {
    margin-bottom: 60px !important;
  }
  .u-ml-60-pc {
    margin-left: 60px !important;
  }
  .u-mr-60-pc {
    margin-right: 60px !important;
  }
  .u-pt-60-pc {
    padding-top: 60px !important;
  }
  .u-pb-60-pc {
    padding-bottom: 60px !important;
  }
  .u-pl-60-pc {
    padding-left: 60px !important;
  }
  .u-pr-60-pc {
    padding-right: 60px !important;
  }
  .u-mt-65-pc {
    margin-top: 65px !important;
  }
  .u-mb-65-pc {
    margin-bottom: 65px !important;
  }
  .u-ml-65-pc {
    margin-left: 65px !important;
  }
  .u-mr-65-pc {
    margin-right: 65px !important;
  }
  .u-pt-65-pc {
    padding-top: 65px !important;
  }
  .u-pb-65-pc {
    padding-bottom: 65px !important;
  }
  .u-pl-65-pc {
    padding-left: 65px !important;
  }
  .u-pr-65-pc {
    padding-right: 65px !important;
  }
  .u-mt-70-pc {
    margin-top: 70px !important;
  }
  .u-mb-70-pc {
    margin-bottom: 70px !important;
  }
  .u-ml-70-pc {
    margin-left: 70px !important;
  }
  .u-mr-70-pc {
    margin-right: 70px !important;
  }
  .u-pt-70-pc {
    padding-top: 70px !important;
  }
  .u-pb-70-pc {
    padding-bottom: 70px !important;
  }
  .u-pl-70-pc {
    padding-left: 70px !important;
  }
  .u-pr-70-pc {
    padding-right: 70px !important;
  }
  .u-mt-75-pc {
    margin-top: 75px !important;
  }
  .u-mb-75-pc {
    margin-bottom: 75px !important;
  }
  .u-ml-75-pc {
    margin-left: 75px !important;
  }
  .u-mr-75-pc {
    margin-right: 75px !important;
  }
  .u-pt-75-pc {
    padding-top: 75px !important;
  }
  .u-pb-75-pc {
    padding-bottom: 75px !important;
  }
  .u-pl-75-pc {
    padding-left: 75px !important;
  }
  .u-pr-75-pc {
    padding-right: 75px !important;
  }
  .u-mt-80-pc {
    margin-top: 80px !important;
  }
  .u-mb-80-pc {
    margin-bottom: 80px !important;
  }
  .u-ml-80-pc {
    margin-left: 80px !important;
  }
  .u-mr-80-pc {
    margin-right: 80px !important;
  }
  .u-pt-80-pc {
    padding-top: 80px !important;
  }
  .u-pb-80-pc {
    padding-bottom: 80px !important;
  }
  .u-pl-80-pc {
    padding-left: 80px !important;
  }
  .u-pr-80-pc {
    padding-right: 80px !important;
  }
  .u-mt-85-pc {
    margin-top: 85px !important;
  }
  .u-mb-85-pc {
    margin-bottom: 85px !important;
  }
  .u-ml-85-pc {
    margin-left: 85px !important;
  }
  .u-mr-85-pc {
    margin-right: 85px !important;
  }
  .u-pt-85-pc {
    padding-top: 85px !important;
  }
  .u-pb-85-pc {
    padding-bottom: 85px !important;
  }
  .u-pl-85-pc {
    padding-left: 85px !important;
  }
  .u-pr-85-pc {
    padding-right: 85px !important;
  }
  .u-mt-90-pc {
    margin-top: 90px !important;
  }
  .u-mb-90-pc {
    margin-bottom: 90px !important;
  }
  .u-ml-90-pc {
    margin-left: 90px !important;
  }
  .u-mr-90-pc {
    margin-right: 90px !important;
  }
  .u-pt-90-pc {
    padding-top: 90px !important;
  }
  .u-pb-90-pc {
    padding-bottom: 90px !important;
  }
  .u-pl-90-pc {
    padding-left: 90px !important;
  }
  .u-pr-90-pc {
    padding-right: 90px !important;
  }
  .u-mt-95-pc {
    margin-top: 95px !important;
  }
  .u-mb-95-pc {
    margin-bottom: 95px !important;
  }
  .u-ml-95-pc {
    margin-left: 95px !important;
  }
  .u-mr-95-pc {
    margin-right: 95px !important;
  }
  .u-pt-95-pc {
    padding-top: 95px !important;
  }
  .u-pb-95-pc {
    padding-bottom: 95px !important;
  }
  .u-pl-95-pc {
    padding-left: 95px !important;
  }
  .u-pr-95-pc {
    padding-right: 95px !important;
  }
  .u-mt-100-pc {
    margin-top: 100px !important;
  }
  .u-mb-100-pc {
    margin-bottom: 100px !important;
  }
  .u-ml-100-pc {
    margin-left: 100px !important;
  }
  .u-mr-100-pc {
    margin-right: 100px !important;
  }
  .u-pt-100-pc {
    padding-top: 100px !important;
  }
  .u-pb-100-pc {
    padding-bottom: 100px !important;
  }
  .u-pl-100-pc {
    padding-left: 100px !important;
  }
  .u-pr-100-pc {
    padding-right: 100px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt-0-sp {
    margin-top: 0px !important;
  }
  .u-mb-0-sp {
    margin-bottom: 0px !important;
  }
  .u-ml-0-sp {
    margin-left: 0px !important;
  }
  .u-mr-0-sp {
    margin-right: 0px !important;
  }
  .u-pt-0-sp {
    padding-top: 0px !important;
  }
  .u-pb-0-sp {
    padding-bottom: 0px !important;
  }
  .u-pl-0-sp {
    padding-left: 0px !important;
  }
  .u-pr-0-sp {
    padding-right: 0px !important;
  }
  .u-mt-5-sp {
    margin-top: 5px !important;
  }
  .u-mb-5-sp {
    margin-bottom: 5px !important;
  }
  .u-ml-5-sp {
    margin-left: 5px !important;
  }
  .u-mr-5-sp {
    margin-right: 5px !important;
  }
  .u-pt-5-sp {
    padding-top: 5px !important;
  }
  .u-pb-5-sp {
    padding-bottom: 5px !important;
  }
  .u-pl-5-sp {
    padding-left: 5px !important;
  }
  .u-pr-5-sp {
    padding-right: 5px !important;
  }
  .u-mt-10-sp {
    margin-top: 10px !important;
  }
  .u-mb-10-sp {
    margin-bottom: 10px !important;
  }
  .u-ml-10-sp {
    margin-left: 10px !important;
  }
  .u-mr-10-sp {
    margin-right: 10px !important;
  }
  .u-pt-10-sp {
    padding-top: 10px !important;
  }
  .u-pb-10-sp {
    padding-bottom: 10px !important;
  }
  .u-pl-10-sp {
    padding-left: 10px !important;
  }
  .u-pr-10-sp {
    padding-right: 10px !important;
  }
  .u-mt-15-sp {
    margin-top: 15px !important;
  }
  .u-mb-15-sp {
    margin-bottom: 15px !important;
  }
  .u-ml-15-sp {
    margin-left: 15px !important;
  }
  .u-mr-15-sp {
    margin-right: 15px !important;
  }
  .u-pt-15-sp {
    padding-top: 15px !important;
  }
  .u-pb-15-sp {
    padding-bottom: 15px !important;
  }
  .u-pl-15-sp {
    padding-left: 15px !important;
  }
  .u-pr-15-sp {
    padding-right: 15px !important;
  }
  .u-mt-20-sp {
    margin-top: 20px !important;
  }
  .u-mb-20-sp {
    margin-bottom: 20px !important;
  }
  .u-ml-20-sp {
    margin-left: 20px !important;
  }
  .u-mr-20-sp {
    margin-right: 20px !important;
  }
  .u-pt-20-sp {
    padding-top: 20px !important;
  }
  .u-pb-20-sp {
    padding-bottom: 20px !important;
  }
  .u-pl-20-sp {
    padding-left: 20px !important;
  }
  .u-pr-20-sp {
    padding-right: 20px !important;
  }
  .u-mt-25-sp {
    margin-top: 25px !important;
  }
  .u-mb-25-sp {
    margin-bottom: 25px !important;
  }
  .u-ml-25-sp {
    margin-left: 25px !important;
  }
  .u-mr-25-sp {
    margin-right: 25px !important;
  }
  .u-pt-25-sp {
    padding-top: 25px !important;
  }
  .u-pb-25-sp {
    padding-bottom: 25px !important;
  }
  .u-pl-25-sp {
    padding-left: 25px !important;
  }
  .u-pr-25-sp {
    padding-right: 25px !important;
  }
  .u-mt-30-sp {
    margin-top: 30px !important;
  }
  .u-mb-30-sp {
    margin-bottom: 30px !important;
  }
  .u-ml-30-sp {
    margin-left: 30px !important;
  }
  .u-mr-30-sp {
    margin-right: 30px !important;
  }
  .u-pt-30-sp {
    padding-top: 30px !important;
  }
  .u-pb-30-sp {
    padding-bottom: 30px !important;
  }
  .u-pl-30-sp {
    padding-left: 30px !important;
  }
  .u-pr-30-sp {
    padding-right: 30px !important;
  }
  .u-mt-35-sp {
    margin-top: 35px !important;
  }
  .u-mb-35-sp {
    margin-bottom: 35px !important;
  }
  .u-ml-35-sp {
    margin-left: 35px !important;
  }
  .u-mr-35-sp {
    margin-right: 35px !important;
  }
  .u-pt-35-sp {
    padding-top: 35px !important;
  }
  .u-pb-35-sp {
    padding-bottom: 35px !important;
  }
  .u-pl-35-sp {
    padding-left: 35px !important;
  }
  .u-pr-35-sp {
    padding-right: 35px !important;
  }
  .u-mt-40-sp {
    margin-top: 40px !important;
  }
  .u-mb-40-sp {
    margin-bottom: 40px !important;
  }
  .u-ml-40-sp {
    margin-left: 40px !important;
  }
  .u-mr-40-sp {
    margin-right: 40px !important;
  }
  .u-pt-40-sp {
    padding-top: 40px !important;
  }
  .u-pb-40-sp {
    padding-bottom: 40px !important;
  }
  .u-pl-40-sp {
    padding-left: 40px !important;
  }
  .u-pr-40-sp {
    padding-right: 40px !important;
  }
  .u-mt-45-sp {
    margin-top: 45px !important;
  }
  .u-mb-45-sp {
    margin-bottom: 45px !important;
  }
  .u-ml-45-sp {
    margin-left: 45px !important;
  }
  .u-mr-45-sp {
    margin-right: 45px !important;
  }
  .u-pt-45-sp {
    padding-top: 45px !important;
  }
  .u-pb-45-sp {
    padding-bottom: 45px !important;
  }
  .u-pl-45-sp {
    padding-left: 45px !important;
  }
  .u-pr-45-sp {
    padding-right: 45px !important;
  }
  .u-mt-50-sp {
    margin-top: 50px !important;
  }
  .u-mb-50-sp {
    margin-bottom: 50px !important;
  }
  .u-ml-50-sp {
    margin-left: 50px !important;
  }
  .u-mr-50-sp {
    margin-right: 50px !important;
  }
  .u-pt-50-sp {
    padding-top: 50px !important;
  }
  .u-pb-50-sp {
    padding-bottom: 50px !important;
  }
  .u-pl-50-sp {
    padding-left: 50px !important;
  }
  .u-pr-50-sp {
    padding-right: 50px !important;
  }
  .u-mt-55-sp {
    margin-top: 55px !important;
  }
  .u-mb-55-sp {
    margin-bottom: 55px !important;
  }
  .u-ml-55-sp {
    margin-left: 55px !important;
  }
  .u-mr-55-sp {
    margin-right: 55px !important;
  }
  .u-pt-55-sp {
    padding-top: 55px !important;
  }
  .u-pb-55-sp {
    padding-bottom: 55px !important;
  }
  .u-pl-55-sp {
    padding-left: 55px !important;
  }
  .u-pr-55-sp {
    padding-right: 55px !important;
  }
  .u-mt-60-sp {
    margin-top: 60px !important;
  }
  .u-mb-60-sp {
    margin-bottom: 60px !important;
  }
  .u-ml-60-sp {
    margin-left: 60px !important;
  }
  .u-mr-60-sp {
    margin-right: 60px !important;
  }
  .u-pt-60-sp {
    padding-top: 60px !important;
  }
  .u-pb-60-sp {
    padding-bottom: 60px !important;
  }
  .u-pl-60-sp {
    padding-left: 60px !important;
  }
  .u-pr-60-sp {
    padding-right: 60px !important;
  }
  .u-mt-65-sp {
    margin-top: 65px !important;
  }
  .u-mb-65-sp {
    margin-bottom: 65px !important;
  }
  .u-ml-65-sp {
    margin-left: 65px !important;
  }
  .u-mr-65-sp {
    margin-right: 65px !important;
  }
  .u-pt-65-sp {
    padding-top: 65px !important;
  }
  .u-pb-65-sp {
    padding-bottom: 65px !important;
  }
  .u-pl-65-sp {
    padding-left: 65px !important;
  }
  .u-pr-65-sp {
    padding-right: 65px !important;
  }
  .u-mt-70-sp {
    margin-top: 70px !important;
  }
  .u-mb-70-sp {
    margin-bottom: 70px !important;
  }
  .u-ml-70-sp {
    margin-left: 70px !important;
  }
  .u-mr-70-sp {
    margin-right: 70px !important;
  }
  .u-pt-70-sp {
    padding-top: 70px !important;
  }
  .u-pb-70-sp {
    padding-bottom: 70px !important;
  }
  .u-pl-70-sp {
    padding-left: 70px !important;
  }
  .u-pr-70-sp {
    padding-right: 70px !important;
  }
  .u-mt-75-sp {
    margin-top: 75px !important;
  }
  .u-mb-75-sp {
    margin-bottom: 75px !important;
  }
  .u-ml-75-sp {
    margin-left: 75px !important;
  }
  .u-mr-75-sp {
    margin-right: 75px !important;
  }
  .u-pt-75-sp {
    padding-top: 75px !important;
  }
  .u-pb-75-sp {
    padding-bottom: 75px !important;
  }
  .u-pl-75-sp {
    padding-left: 75px !important;
  }
  .u-pr-75-sp {
    padding-right: 75px !important;
  }
  .u-mt-80-sp {
    margin-top: 80px !important;
  }
  .u-mb-80-sp {
    margin-bottom: 80px !important;
  }
  .u-ml-80-sp {
    margin-left: 80px !important;
  }
  .u-mr-80-sp {
    margin-right: 80px !important;
  }
  .u-pt-80-sp {
    padding-top: 80px !important;
  }
  .u-pb-80-sp {
    padding-bottom: 80px !important;
  }
  .u-pl-80-sp {
    padding-left: 80px !important;
  }
  .u-pr-80-sp {
    padding-right: 80px !important;
  }
  .u-mt-85-sp {
    margin-top: 85px !important;
  }
  .u-mb-85-sp {
    margin-bottom: 85px !important;
  }
  .u-ml-85-sp {
    margin-left: 85px !important;
  }
  .u-mr-85-sp {
    margin-right: 85px !important;
  }
  .u-pt-85-sp {
    padding-top: 85px !important;
  }
  .u-pb-85-sp {
    padding-bottom: 85px !important;
  }
  .u-pl-85-sp {
    padding-left: 85px !important;
  }
  .u-pr-85-sp {
    padding-right: 85px !important;
  }
  .u-mt-90-sp {
    margin-top: 90px !important;
  }
  .u-mb-90-sp {
    margin-bottom: 90px !important;
  }
  .u-ml-90-sp {
    margin-left: 90px !important;
  }
  .u-mr-90-sp {
    margin-right: 90px !important;
  }
  .u-pt-90-sp {
    padding-top: 90px !important;
  }
  .u-pb-90-sp {
    padding-bottom: 90px !important;
  }
  .u-pl-90-sp {
    padding-left: 90px !important;
  }
  .u-pr-90-sp {
    padding-right: 90px !important;
  }
  .u-mt-95-sp {
    margin-top: 95px !important;
  }
  .u-mb-95-sp {
    margin-bottom: 95px !important;
  }
  .u-ml-95-sp {
    margin-left: 95px !important;
  }
  .u-mr-95-sp {
    margin-right: 95px !important;
  }
  .u-pt-95-sp {
    padding-top: 95px !important;
  }
  .u-pb-95-sp {
    padding-bottom: 95px !important;
  }
  .u-pl-95-sp {
    padding-left: 95px !important;
  }
  .u-pr-95-sp {
    padding-right: 95px !important;
  }
  .u-mt-100-sp {
    margin-top: 100px !important;
  }
  .u-mb-100-sp {
    margin-bottom: 100px !important;
  }
  .u-ml-100-sp {
    margin-left: 100px !important;
  }
  .u-mr-100-sp {
    margin-right: 100px !important;
  }
  .u-pt-100-sp {
    padding-top: 100px !important;
  }
  .u-pb-100-sp {
    padding-bottom: 100px !important;
  }
  .u-pl-100-sp {
    padding-left: 100px !important;
  }
  .u-pr-100-sp {
    padding-right: 100px !important;
  }
}

.u-left {
  text-align: left !important;
}

.u-center {
  text-align: center !important;
}

.u-right {
  text-align: right !important;
}

@media only screen and (min-width: 768px), print {
  .u-right-pc {
    text-align: right !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-right-sp {
    text-align: right !important;
  }
}

@media only screen and (min-width: 768px), print {
  .u-center-pc {
    text-align: center !important;
  }
}

.u-font-bold,
.u-bold {
  font-weight: bold !important;
}

.u-font-normal {
  font-weight: normal !important;
}

.u-block {
  display: block !important;
}

.u-inline-block {
  display: inline-block !important;
}

.u-inline {
  display: inline !important;
}

@media only screen and (max-width: 767px) {
  .u-block-sp {
    display: block !important;
  }
  .u-inline-block-sp {
    display: inline-block !important;
  }
  .u-inline-sp {
    display: inline !important;
  }
}

@media only screen and (min-width: 768px), print {
  .u-block-pc {
    display: block !important;
  }
  .u-inline-block-pc {
    display: inline-block !important;
  }
  .u-inline-pc {
    display: inline !important;
  }
}

.u-clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.u-nowrap {
  white-space: nowrap !important;
}

@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}

@media only screen and (min-width: 768px), print {
  .u-hidden-pc {
    display: none !important;
  }
}

@media only screen and (min-width: 1100px), print {
  .u-hidden-header_pc {
    display: none !important;
  }
}

.u-red {
  color: #d22832;
}

.u-wh {
  color: #fff;
}

.u-round-10 {
  border-radius: 10px;
}

.u-round-15 {
  border-radius: 15px;
}

.u-w-60 {
  width: 60% !important;
}

.u-w-40 {
  width: 40% !important;
}

.u-w-300 {
  width: 300px !important;
}

.u-w-100 {
  width: 100% !important;
}

.u-flex, .u-flex-between, .u-flex-center, .u-flex-end {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.u-flex-between {
  justify-content: space-between;
}

.u-flex-center {
  justify-content: center;
}

.u-flex-end {
  justify-content: flex-end;
}

.u-align-center {
  align-items: center;
}

.u-rel {
  position: relative;
}

.u-pointer-none {
  pointer-events: none;
}

.u-cover {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.u-700 {
  font-weight: 700;
}

.u-small {
  font-size: 0.95em;
}

.u-ab {
  position: absolute;
}

.u-round {
  background: #fff;
  border-radius: 2em;
  position: relative;
}

.u-round:before {
  border: 2px solid;
  position: absolute;
  top: -4px;
  left: -4px;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 2em;
}

@media only screen and (min-width: 768px), print {
  .u-round:before {
    border-width: 3px;
    top: -6px;
    left: -6px;
  }
}

.u-line {
  background: linear-gradient(transparent 60%, rgba(250, 176, 157, 0.5) 60%);
  display: inline;
}

.u-line.-blue {
  background: linear-gradient(transparent 60%, rgba(145, 203, 240, 0.5) 60%);
}

.u-line.-wh {
  background: linear-gradient(transparent 60%, rgba(255, 255, 255, 0.5) 60%);
}

.u-justify {
  word-break: break-all;
}

@media only screen and (min-width: 768px), print {
  .u-justify {
    text-align: justify;
  }
}

.inview {
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.inview.-fadein {
  opacity: 1;
}

.inview.-blur {
  filter: blur(0.75em);
  /* Safari 用の描画最適化 */
  transform: translateZ(0);
  will-change: transform;
}

.inview.-blur.-fadein {
  filter: blur(0);
}

.inview.-blur2 {
  filter: blur(0.25em);
  /* Safari 用の描画最適化 */
  transform: translateZ(0);
  will-change: transform;
}

.inview.-blur2.-fadein {
  filter: blur(0);
}

.inview.-inviewUp {
  transform: translate(0, 1.5rem);
  -webkit-transform: translate(0, 1.5rem);
}

.inview.-inviewUp.-fadein {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inview.-inviewDelay01 {
  transition-delay: 0.2s;
}

.inview.-inviewDelay01_5 {
  transition-delay: 0.3s;
}

.inview.-inviewDelay02 {
  transition-delay: 0.4s;
}

.inview.-inviewDelay02_5 {
  transition-delay: 0.5s;
}

.inview.-inviewDelay03 {
  transition-delay: 0.6s;
}

.inview.-inviewDelay03_5 {
  transition-delay: 0.7s;
}

.inview.-inviewDelayonline {
  transition-delay: 1.2s;
}

.inview.-inviewLeft {
  transform: translate(-0.75em, 0);
  -webkit-transform: translate(-0.75em, 0);
}

.inview.-inviewLeft.-fadein {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inview.-inviewRight {
  transform: translate(2rem, 0);
  -webkit-transform: translate(2rem, 0);
}

.inview.-inviewRight.-fadein {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inview.-inv-txtcolor {
  color: #777777;
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
}

.inview.-inv-txtcolor.-fadein {
  animation: txtcolor 0.5s 0.5s both;
  -webkit-animation: txtcolor 0.5s 0.5s both;
  transform: translate(0, 0);
}

@keyframes txtcolor {
  0% {
  }
  50% {
  }
  100% {
    color: #1d1d1d;
  }
}

.inview.-inv-menus {
  transform: scale(0.6);
  transition-duration: 0.5s;
}

.inview.-inv-menus.-fadein {
  transform: scale(1);
}

@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}

@media only screen and (min-width: 768px), print {
  .u-hidden-pc {
    display: none !important;
  }
}

@media only screen and (min-width: 1100px), print {
  .u-hidden-header_pc {
    display: none !important;
  }
}

a {
  color: #064b82;
  text-decoration: none;
  transition: 0.2s;
}

body {
  background: #fff;
}

.container {
  margin: 0 auto;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

@media only screen and (min-width: 768px), print {
  .container {
    width: min(98%, 1200px);
  }
}

@media only screen and (min-width: 768px), print {
  .container.-lg {
    width: min(94%, 1800px);
  }
}

.header {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.header__container {
  padding: 1.25em;
}

.header__toggle-input {
  display: none;
}

.header__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 0.3125em;
  width: 1.75em;
  height: 1.25em;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .header__toggle {
    position: relative;
    z-index: 10;
    display: flex;
  }
}

.header__toggle-line {
  display: block;
  width: 100%;
  height: 0.125em;
  background: #064b82;
  transition: 0.2s;
}

.header__toggle-input:checked ~ .header__toggle .header__toggle-line:nth-child(1) {
  transform: translateY(0.4375em) rotate(45deg);
}

.header__toggle-input:checked ~ .header__toggle .header__toggle-line:nth-child(2) {
  opacity: 0;
}

.header__toggle-input:checked ~ .header__toggle .header__toggle-line:nth-child(3) {
  transform: translateY(-0.4375em) rotate(-45deg);
}

.nav {
  font-weight: 600;
}

@media only screen and (min-width: 768px), print {
  .nav {
    display: flex;
    gap: 1em;
  }
}

@media only screen and (max-width: 767px) {
  .nav {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 1em;
    width: 100%;
    padding: 4em 2em;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-0.5em);
    transition: 0.2s;
  }
}

.nav a {
  transition: 0.2s;
}

.nav a:hover {
  opacity: 0.85;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .header__toggle-input:checked ~ .nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

.main {
  z-index: 1;
}

.main::before {
  position: fixed;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100vh;
  background: url("../img/bg.jpg") 50%/cover no-repeat;
}

.cta {
  pointer-events: none !important;
  font-weight: 600;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6.25em;
  background: var(--grad_cta, linear-gradient(99deg, #064b82 19.95%, #003056 86.21%));
  padding: 0.5em;
  color: #fff;
  width: 24.125em;
  max-width: calc(100vw - 3em);
  transition: 0.2s;
}

.cta:hover {
  transform: translate(0, 1px);
  background: var(--grad_cta, linear-gradient(99deg, #064b82 25.95%, #003056 100%));
  border-color: #527b9a;
}

@media only screen and (min-width: 768px), print {
  .cta {
    padding: 0.75em;
  }
}

.cta__finish {
  text-align: center;
}

.cta__txt {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  font-size: 1.3125em;
  line-height: 1;
  padding-right: 0.5em;
}

.cta__txt .-sm {
  font-size: 0.59em;
}

@media only screen and (min-width: 1100px), print {
  .mv__container {
    height: 100vh;
    display: flex;
    align-items: center;
  }
}

.mv__grid {
  width: 100%;
}

@media only screen and (min-width: 1100px), print {
  .mv__grid {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    gap: 3em;
  }
}

@media only screen and (max-width: 1099px) {
  .mv__grid {
    padding-top: 3em;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.mv__h1 {
  width: min(100%, 36em);
}

@media only screen and (min-width: 1100px), print {
  .mv__h1 {
    width: min(40vw, 41.11875em);
  }
}

.mv__h1 img {
  width: 100%;
}

.mv__cta {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1099px) {
  .mv__cta {
    margin-top: 3em;
  }
}

.mv__speak {
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(2, 1fr);
  gap: 1em 0;
}

@media only screen and (max-width: 1099px) {
  .mv__speak {
    width: min(100%, 36em);
    margin-top: 2em;
  }
}

@media only screen and (min-width: 1100px), print {
  .mv__speak {
    grid-row: 1/3;
    grid-column: 2/3;
    gap: 2em 0;
  }
}

.m-speak {
  letter-spacing: 0.05em;
  color: #003056;
  font-weight: 600;
  text-align: center;
  position: relative;
}

.m-speak__img {
  border-radius: 100%;
  margin-bottom: 0.75em;
  width: 6em;
}

@media only screen and (min-width: 768px), print {
  .m-speak__img {
    width: 10em;
  }
}

.m-speak__txt1 {
  font-size: 1.375em;
  line-height: 1.3;
  margin-bottom: 0.25em;
}

@media only screen and (max-width: 767px) {
  .m-speak__txt1 {
    font-size: 0.95em;
  }
}

.m-speak__txt2 {
  font-size: 0.8125em;
  line-height: 1.4;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .m-speak__txt2 {
    font-size: 0.625em;
  }
}

.section {
  padding-block: 5em;
}

@media only screen and (min-width: 768px), print {
  .section {
    padding-block: 6em;
  }
}

.h2 {
  margin-bottom: 2em;
}

@media only screen and (min-width: 768px), print {
  .h2 {
    margin-bottom: 3em;
    margin-left: -2em;
    margin-right: -2em;
  }
}

.h2.-wh {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .h2.-l2 {
    margin-top: 2em;
  }
}

.h2__ja {
  position: absolute;
  top: -1em;
  left: 1em;
  font-size: 1.125em;
  letter-spacing: 0.01em;
}

@media only screen and (min-width: 768px), print {
  .h2__ja {
    top: -0.5em;
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 767px) {
  .-l2 .h2__ja {
    top: -3em;
  }
}

.h2__en {
  letter-spacing: 0.02em;
  font-family: Roboto;
  font-size: 2em;
  display: flex;
  gap: 0.25em;
  align-items: center;
  line-height: 1.2;
  text-transform: uppercase;
}

.h2__en:not(.-wh .h2__en) {
  background: var(--grad1, linear-gradient(99deg, #0368b7 19.95%, #003056 86.21%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.-wh .h2__en:before, .-wh .h2__en:after {
  background: #fff;
}

@media only screen and (min-width: 768px), print {
  .h2__en {
    font-size: 4em;
  }
}

.h2__en::before, .h2__en:after {
  background: linear-gradient(99deg, #064b82 19.95%, #003056 86.21%);
  content: '';
  height: 2px;
}

.h2__en::before {
  flex-grow: 1;
}

.h2__en:after {
  width: 1em;
}

.h2__box {
  position: relative;
}

.-wh .h2__box:before, .-wh .h2__box:after {
  background: #fff;
}

.h2__box:before, .h2__box:after {
  display: block;
  content: '';
  position: absolute;
  width: 2px;
  height: 50%;
  background: var(--grad1, linear-gradient(99deg, #0368b7 19.95%, #003056 86.21%));
}

.h2__box:before {
  top: 0;
  left: 0;
}

.h2__box:after {
  bottom: 0;
  right: 0;
}

.overlist {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em;
  width: min(100%, 1000px);
  margin-inline: auto;
}

.overlist__cta {
  margin: 3em auto 0;
  text-align: center;
}

.overlist__dl {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 1em;
  gap: 1em;
  display: flex;
}

@media only screen and (min-width: 768px), print {
  .overlist__dl {
    gap: 1.5em;
    padding: 1.125em 1.5em;
  }
}

@media only screen and (max-width: 767px) {
  .overlist__dl {
    flex-direction: column;
  }
}

@media only screen and (min-width: 1100px), print {
  .overlist__dl.-half {
    width: calc(50% - (0.25em / 2));
  }
}

.overlist__dl dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #003056;
  align-items: flex-start;
}

.overlist__dl dd p {
  font-weight: 600;
}

@media only screen and (min-width: 768px), print {
  .overlist__dl dd p {
    font-size: 1.125em;
  }
}

.overlist__dl dd .-sm {
  display: block;
  margin-top: 0.5em;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .overlist__dl dd .-sm {
    font-size: 0.875em;
  }
}

.overlist__dl dd .-caution {
  font-size: 0.875em;
  font-weight: normal;
}

.overlist__h3 {
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: #003056;
  padding: 0.25em;
}

@media only screen and (min-width: 768px), print {
  .overlist__h3 {
    width: 8em;
  }
}

.overlist__logo {
  height: 1.25em;
  width: auto;
}

@media only screen and (min-width: 768px), print {
  .overlist__logo {
    height: 1.5em;
  }
}

.overlist__link {
  text-decoration: underline;
  transition: 0.2s;
  font-weight: 600;
}

.overlist__link:hover {
  opacity: 0.85;
}

.overlist__link.-map {
  display: flex;
  align-items: center;
  gap: 0.125em;
}

.overlist__link.-map svg {
  height: 1em;
}

.about {
  padding-top: 2em !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, #fff 96.78%);
}

.about__txt {
  line-height: 1.8;
}

.about__txt + p {
  margin-top: 1em;
}

@media only screen and (min-width: 768px), print {
  .about__txt {
    line-height: 2.2;
    font-size: 1.125em;
  }
}

.speaker {
  background: #fff;
}

.speaker__grid {
  display: grid;
  gap: 2em;
}

@media only screen and (min-width: 768px), print {
  .speaker__grid {
    gap: 4em;
    grid-template: repeat(1, 1fr)/repeat(2, 1fr);
  }
}

.s-speak {
  display: grid;
  grid-template-columns: 5em 1fr auto;
  grid-template-rows: auto auto 1fr auto;
  gap: 0.25em 1em;
  line-height: 1.4;
  cursor: pointer;
}

@media only screen and (min-width: 1100px), print {
  .s-speak {
    gap: 0.25em 2em;
    grid-template-columns: 10em auto 1fr;
  }
}

.s-speak:hover {
  transform: translate(0, 1px) !important;
  opacity: 0.85;
}

.s-speak__img {
  grid-row: 1/5;
  border-radius: 100%;
}

.s-speak__txt1 {
  grid-row: 1/2;
  grid-column: 2/4;
  font-weight: 600;
  font-size: 1.25em;
}

@media only screen and (min-width: 768px), print {
  .s-speak__txt1 {
    font-size: 1.5em;
  }
}

.s-speak__txt1 .-sm {
  margin-left: 0.125em;
}

@media only screen and (min-width: 768px), print {
  .s-speak__txt1 .-sm {
    font-size: 0.75em;
  }
}

.s-speak__txt2 {
  grid-row: 2/3;
  grid-column: 2/4;
  font-weight: 600;
}

@media only screen and (min-width: 768px), print {
  .s-speak__txt2 {
    font-size: 1.25em;
  }
}

.s-speak__txt2 .-sm {
  display: inline-block;
  font-weight: 500;
  margin-left: 0.25em;
  font-size: 0.85em;
}

@media only screen and (min-width: 768px), print {
  .s-speak__txt2 .-sm {
    font-size: 0.65em;
  }
}

.s-speak__txt3 {
  grid-row: 3/4;
  grid-column: 2/4;
  font-size: 0.875em;
  line-height: 1.4;
}

.s-speak__link {
  margin-top: 1em;
  grid-row: 4/5;
  grid-column: 3/4;
  font-size: 0.875em;
  font-weight: 600;
  color: #fff;
  border-radius: 3em;
  padding: 0.75em 1em;
  background: var(--grad_cta, linear-gradient(99deg, #064b82 19.95%, #003056 86.21%));
}

@media only screen and (min-width: 1100px), print {
  .s-speak__link {
    grid-column: 2/3;
  }
}

.modal-toggle {
  display: none;
}

.s-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5em;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
}

.s-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.s-modal__body {
  position: relative;
  z-index: 1;
  width: min(100%,56em);
  max-height: 90vh;
  overflow-y: auto;
  background: #fff;
  padding: 2em;
  transform: translateY(1em);
  transition: 0.2s;
}

@media only screen and (min-width: 1100px), print {
  .s-modal__body {
    padding: 4em;
  }
}

.s-modal__label {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-family: Roboto;
  font-size: 1.25em;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background: linear-gradient(99deg, #0368b7 19.95%, #003056 86.21%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.5em;
}

@media only screen and (min-width: 768px), print {
  .s-modal__label {
    font-size: 1.5em;
  }
}

.s-modal__label::before {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: linear-gradient(99deg, #0368b7 19.95%, #003056 86.21%);
}

.s-modal__profile {
  display: grid;
  line-height: 1.4;
  gap: 0.125em 1em;
}

@media only screen and (min-width: 768px), print {
  .s-modal__profile {
    grid-template-columns: 5em 1fr;
    grid-template-columns: 8em 1fr;
  }
}

.s-modal__img {
  grid-row: 1/5;
  border-radius: 100%;
}

@media only screen and (max-width: 767px) {
  .s-modal__img {
    width: 8em;
    margin: 0 auto 1em;
  }
}

.s-modal__cap {
  margin-top: 2em;
  line-height: 1.8;
  font-size: 0.9375em;
}

.s-modal__txt0 {
  font-family: Roboto;
  font-size: 1em;
  font-weight: 400;
  line-height: 120%;
  /* 1.2rem */
  text-transform: uppercase;
  background: linear-gradient(99deg, #0368b7 19.95%, #003056 86.21%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}

.s-modal__txt1 {
  font-weight: 600;
  font-size: 1.25em;
}

@media only screen and (min-width: 768px), print {
  .s-modal__txt1 {
    font-size: 1.5em;
  }
}

.s-modal__txt1 .-sm {
  margin-left: 0.125em;
}

@media only screen and (min-width: 768px), print {
  .s-modal__txt1 .-sm {
    font-size: 0.75em;
  }
}

.s-modal__txt2 {
  font-weight: 600;
}

@media only screen and (min-width: 768px), print {
  .s-modal__txt2 {
    font-size: 1.25em;
  }
}

.s-modal__txt2 .-sm {
  display: inline-block;
  font-weight: 500;
  margin-left: 0.25em;
  font-size: 0.85em;
}

@media only screen and (min-width: 768px), print {
  .s-modal__txt2 .-sm {
    font-size: 0.65em;
  }
}

.s-modal__txt3 {
  font-size: 0.875em;
  line-height: 1.4;
}

.s-modal__close {
  display: block;
  width: fit-content;
  margin: 1.5em 0 0 auto;
  text-decoration: underline;
  color: #064b82;
  cursor: pointer;
}

.s-modal__close:hover {
  text-decoration: underline;
}

#speaker-modal-1:checked ~ .s-modal.-s1,
#speaker-modal-2:checked ~ .s-modal.-s2,
#speaker-modal-3:checked ~ .s-modal.-s3,
#speaker-modal-4:checked ~ .s-modal.-s4 {
  visibility: visible;
  opacity: 1;
}

#speaker-modal-1:checked ~ .s-modal.-s1 .s-modal__body,
#speaker-modal-2:checked ~ .s-modal.-s2 .s-modal__body,
#speaker-modal-3:checked ~ .s-modal.-s3 .s-modal__body,
#speaker-modal-4:checked ~ .s-modal.-s4 .s-modal__body {
  transform: translateY(0);
}

.program {
  background: url("../img/program_bg.jpg") 50%/cover;
}

.program:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: linear-gradient(99deg, rgba(3, 104, 183, 0.8) 19.95%, rgba(0, 48, 86, 0.8) 86.21%), url(<path-to-image>) lightgray 50%/cover no-repeat;
}

.program__caution {
  color: #fff;
  margin-top: 0.5em;
  font-size: 0.85em;
}

@media only screen and (min-width: 768px), print {
  .program__caution {
    text-align: right;
  }
}

.program__cta {
  margin: 3em auto 0;
  text-align: center;
}

.program__cta > a {
  border: 1px solid;
}

.program__ul {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.program__ul li {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  padding: 1em;
  color: #003056;
}

@media only screen and (min-width: 768px), print {
  .program__ul li {
    align-items: center;
    min-height: 8em;
    padding: 2em;
    display: grid;
    gap: 2em;
    grid-template-columns: auto 1fr 40%;
  }
}

.program__ul li:not(:last-of-type):after {
  bottom: -2em;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  display: block;
  content: '';
  width: 2px;
  height: 2em;
  background: #fff;
}

.program__cap {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  background: linear-gradient(94deg, #379e86 6.28%, #247864 100%);
  color: #fff;
  display: flex;
  width: 7.25em;
  padding: 0.5em 0.5em 0.5625em 0.5em;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 0.875em;
  font-weight: 600;
}

.program__time {
  font-family: Roboto;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .program__time {
    text-align: right;
    display: block;
  }
}

@media only screen and (min-width: 768px), print {
  .program__time {
    font-size: 1.25em;
  }
}

.program__h3 {
  font-weight: 600;
  font-size: 1.25em;
}

@media only screen and (max-width: 767px) {
  .program__h3 {
    margin-top: 0.5em;
  }
}

.p-speak {
  display: grid;
  grid-template-columns: 5em 1fr auto;
  grid-template-rows: auto auto 1fr auto;
  gap: 0.25em 1em;
  line-height: 1.4;
  cursor: pointer;
  transition: 0.2s;
}

@media only screen and (max-width: 1099px) {
  .p-speak {
    margin-top: 1.5em;
  }
}

@media only screen and (min-width: 1100px), print {
  .p-speak {
    grid-template-columns: 5.625em auto 1fr;
  }
}

.p-speak:hover {
  transform: translate(0, 1px) !important;
  opacity: 0.85;
}

.p-speak__img {
  grid-row: 1/5;
  border-radius: 100%;
}

@media only screen and (min-width: 1100px), print {
  .p-speak__img {
    width: 5.625em;
  }
}

.p-speak__txt1 {
  grid-row: 1/2;
  grid-column: 2/4;
  font-weight: 600;
  font-size: 1.25em;
}

@media only screen and (min-width: 768px), print {
  .p-speak__txt1 {
    font-size: 1.5em;
  }
}

.p-speak__txt1 .-sm {
  margin-left: 0.125em;
}

@media only screen and (min-width: 768px), print {
  .p-speak__txt1 .-sm {
    font-size: 0.75em;
  }
}

.p-speak__txt2 {
  grid-row: 2/3;
  grid-column: 2/4;
  font-weight: 600;
}

@media only screen and (min-width: 768px), print {
  .p-speak__txt2 {
    font-size: 1.25em;
  }
}

.p-speak__txt2 .-sm {
  display: inline-block;
  font-weight: 500;
  margin-left: 0.25em;
  font-size: 0.85em;
}

@media only screen and (min-width: 768px), print {
  .p-speak__txt2 .-sm {
    font-size: 0.65em;
  }
}

.p-speak__txt3 {
  grid-row: 3/4;
  grid-column: 2/4;
  font-size: 0.875em;
  line-height: 1.4;
}

.p-speak__link {
  margin-top: 1em;
  grid-row: 4/5;
  grid-column: 3/4;
  font-size: 0.875em;
  font-weight: 600;
  color: #fff;
  border-radius: 3em;
  padding: 0.75em 1em;
  background: var(--grad_cta, linear-gradient(99deg, #064b82 19.95%, #003056 86.21%));
}

@media only screen and (min-width: 1100px), print {
  .p-speak__link {
    grid-column: 2/3;
  }
}

.footer {
  padding-block: 3em 10em;
  background: #003056;
  color: #fff;
  z-index: 2;
  text-align: center;
  font-size: 0.875em;
}

@media only screen and (min-width: 768px), print {
  .footer {
    padding-block: 3em 6em;
  }
}

.footer__txt1 {
  margin-bottom: 1em;
}

.fixed-cta {
  z-index: 11;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .fixed-cta {
    bottom: 0.5em;
    left: 0;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 768px), print {
  .fixed-cta {
    right: 1.5em;
    bottom: 1.5em;
  }
}

.fixed-cta.-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.fixed-cta > a {
  border: 1px solid;
}
