@charset "UTF-8";
@font-face {
  font-family: "TerassSansJapanese";
  src: url("/fonts/TerassSansJapanese-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TerassSansJapanese";
  src: url("/font/TerassSansJapanese-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TerassSansJapanese";
  src: url("/fonts/TerassSansJapanese-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/****************

  LOCAL

****************/
/*!
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
a {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

input,
textarea {
  box-sizing: border-box;
}

/* added */
img {
  line-height: 0;
  font-size: 0;
  vertical-align: bottom;
}

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

ol,
ul,
li {
  /*added*/
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

a:focus {
  outline: none;
}

ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

mark {
  color: #000;
  font-weight: bold;
  font-style: italic;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

sup {
  line-height: 1;
  font-size: 1.1rem;
  vertical-align: baseline;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
select {
  vertical-align: baseline;
}

/*added*/
em,
address {
  font-style: normal;
}

input {
  margin: 0px;
}

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

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

button {
  display: inline-block;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text],
textarea {
  font-family: inherit;
}

input[type=text]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input[type=text]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aaa;
}

input[type=text]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

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

  ■ Common

===============================================================*/
html {
  overflow: auto;
  scroll-behavior: smooth;
}

body {
  color: #333;
  line-height: 1.5;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "Noto Sans JP", "Roboto", "TerassSansJapanese", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 18px;
  font-weight: 500;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body img {
  width: 100%;
}

section {
  position: relative;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.trans {
  transition: all 300ms 0s ease;
}
@media screen and (min-width: 769px) {
  .trans:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
  img {
    height: auto;
    width: 100%;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/*==============================================================

  ■ parts

===============================================================*/
.section_ttl p {
  color: var(--TerassGreen, #118780);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .section_ttl p {
    font-size: 4.8vw;
  }
}
.section_ttl h2 {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .section_ttl h2 {
    font-size: 8.5333333333vw;
  }
}

.note_txt {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .note_txt {
    font-size: 3.2vw;
  }
}

.agent_box {
  width: 312px;
  padding: 16px;
  border-radius: 8px;
  background: #E8F3F3;
}
@media screen and (max-width: 768px) {
  .agent_box {
    width: 83.2vw;
    padding: 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.agent_box .agent_profile {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .agent_box .agent_profile {
    margin-bottom: 4.2666666667vw;
  }
}
.agent_box .agent_profile .agent_name {
  display: flex;
  padding: 4px 0;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 0 0 8px 8px;
  background: #009D93;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 32px */
}
@media screen and (max-width: 768px) {
  .agent_box .agent_profile .agent_name {
    padding: 1.0666666667vw 0;
    gap: 2.1333333333vw;
    border-radius: 0 0 2.1333333333vw 2.1333333333vw;
    font-size: 5.3333333333vw;
  }
}
.agent_box .agent_profile .agent_name span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .agent_box .agent_profile .agent_name span {
    font-size: 3.7333333333vw;
  }
}
.agent_box_title {
  color: #009D93;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 28px */
  letter-spacing: -0.4px;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .agent_box_title {
    font-size: 5.3333333333vw;
    padding-bottom: 2.1333333333vw;
    letter-spacing: -0.1066666667vw;
  }
}
.agent_box_txt {
  align-self: stretch;
  color: var(--TextBlack, #213544);
  text-align: justify;
  font-feature-settings: "halt" on;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
  letter-spacing: -0.7px;
}
@media screen and (max-width: 768px) {
  .agent_box_txt {
    font-size: 3.7333333333vw;
    letter-spacing: -0.1866666667vw;
  }
}

.cv_btn {
  display: flex;
  width: 225px;
  padding: 15px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 999px;
  background: linear-gradient(to right, #17A89D 0%, #44BEB4 100%);
  box-shadow: 0 2px 6px 0 rgba(1, 63, 59, 0.2);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cv_btn {
    width: 60vw;
    padding: 4vw 4.2666666667vw;
    gap: 1.0666666667vw;
    border-radius: 999px;
    box-shadow: 0 0.5333333333vw 1.6vw 0 rgba(1, 63, 59, 0.2);
  }
}
.cv_btn .cv_txt {
  color: #FFF;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 28.8px */
}
@media screen and (max-width: 768px) {
  .cv_btn .cv_txt {
    font-size: 3.4666666667vw;
  }
}
.cv_btn .cv_txt span {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  text-align: center;
  padding-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .cv_btn .cv_txt span {
    font-size: 3.7333333333vw;
    padding-bottom: 1.0666666667vw;
  }
}

.apply_btn {
  display: flex;
  width: 343px;
  padding: 20px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  background: #009D93;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 33.6px */
  letter-spacing: 1.12px;
}
@media screen and (max-width: 768px) {
  .apply_btn {
    width: 91.4666666667vw;
    padding: 5.3333333333vw 4.2666666667vw;
    gap: 1.0666666667vw;
    border-radius: 2.1333333333vw;
    box-shadow: 0 0.5333333333vw 1.6vw 0 rgba(0, 0, 0, 0.2);
    font-size: 7.4666666667vw;
    letter-spacing: 0.2986666667vw;
  }
}
.apply_btn span {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 18.645px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .apply_btn span {
    font-size: 4.972vw;
  }
}

.fixed_btn {
  position: fixed;
  bottom: 0;
  width: 375px;
  left: 55%;
  transform: translateX(0);
  background: #000;
  overflow: hidden;
  z-index: 1000;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  padding: 12px 0;
  font-family: "TerassSansJapanese";
}
@media screen and (max-width: 768px) {
  .fixed_btn {
    width: 100%;
    left: 0;
    padding: 3.2vw 0;
  }
}
.fixed_btn.is-visible {
  opacity: 1;
  visibility: visible;
}
.fixed_btn.is-hidden {
  visibility: hidden;
  opacity: 0;
  bottom: 0;
}
.fixed_btn > div {
  display: inline-block;
  white-space: nowrap;
  animation: fixedMarquee 45s linear infinite;
}
.fixed_btn > div .fixed_btn_txt {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fixed_btn > div .fixed_btn_txt {
    width: 100%;
    left: 0;
    font-size: 5.3333333333vw;
  }
}
.fixed_btn > div .fixed_btn_txt span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .fixed_btn > div .fixed_btn_txt span {
    font-size: 3.7333333333vw;
  }
}
.fixed_btn > div .fixed_btn_txt span:nth-child(2n) {
  padding: 2px 7px 2px;
  font-size: 20px;
  color: #E3D8AA;
  border-radius: 999px;
  border: 2px solid;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .fixed_btn > div .fixed_btn_txt span:nth-child(2n) {
    padding: 0.5333333333vw 1.8666666667vw 0.8vw;
    font-size: 5.3333333333vw;
    border: 0.5333333333vw solid;
  }
}

/* スクロールアニメーション */
@keyframes fixedMarquee {
  0% {
    transform: translateX(10%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/*==============================================================

  ■ pcbg

===============================================================*/
.pcbg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-image: url(./img/cont_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .pcbg {
    display: none;
  }
}
.pcbg__left {
  width: 55%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
}
@media screen and (max-width: 860px) {
  .pcbg__left {
    width: calc(100% - 390px);
    padding: 0 20px;
  }
}
.pcbg__left .pc__logo {
  position: absolute;
  width: 138px;
  top: 40px;
  left: 40px;
}
.pcbg__left .upper {
  margin-bottom: 35px;
  text-align: center;
}
.pcbg__left .upper_title {
  font-size: 40px;
}
@media screen and (max-width: 900px) {
  .pcbg__left .upper_title {
    font-size: 35px;
  }
}
.pcbg__left .upper_sub_title {
  font-size: 69px;
  margin-bottom: 20px;
  font-family: "Roboto";
}
@media screen and (max-width: 900px) {
  .pcbg__left .upper_sub_title {
    font-size: 40px;
  }
}
.pcbg__left .upper_sub_title span {
  font-size: 43px;
  font-family: "TerassSansJapanese";
}
@media screen and (max-width: 900px) {
  .pcbg__left .upper_sub_title span {
    font-size: 25px;
  }
}
.pcbg__left .upper_txt {
  font-size: 16px;
}
.pcbg__left .lower {
  padding: 20px 0 28px;
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  -webkit-backdrop-filter: blur(22px) saturate(1.2);
  backdrop-filter: blur(22px) saturate(1.2);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  width: 356px;
  margin: 0 auto;
  font-family: "TerassSansJapanese";
}
.pcbg__left .lower_title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 22px;
}
.pcbg__left .lower_cont {
  display: flex;
  justify-content: center;
  font-size: 24px;
  gap: 15px;
  line-height: 140%;
}
.pcbg .cv_btn {
  display: flex;
  width: 464.352px;
  margin: 0 auto;
  padding: 27.076px 21.661px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5.415px;
  border-radius: 10.83px;
  background: linear-gradient(to right, #17A89D 0%, #44BEB4 100%);
  box-shadow: 0 2.708px 8.123px 0 rgba(1, 63, 59, 0.2);
}
@media only screen and (max-width: 960px) {
  .pcbg .cv_btn {
    width: 360px;
  }
}
.pcbg .cv_btn .cv_txt {
  color: #FFF;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 32.491px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 38.989px */
}
@media only screen and (max-width: 960px) {
  .pcbg .cv_btn .cv_txt {
    font-size: clamp(25px, 2vw, 32px);
  }
}
.pcbg .cv_btn .cv_txt span {
  display: block;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 18.953px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

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

  ■ maincontent

===============================================================*/
.maincontent {
  background: #FFF;
  width: 375px;
  position: relative;
  margin-left: 55%;
}
@media screen and (min-width: 768px) and (max-width: 860px) {
  .maincontent {
    margin-left: calc(100% - 375px);
  }
}
@media screen and (max-width: 768px) {
  .maincontent {
    width: 100%;
    margin-left: 0;
  }
}

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

  ■ header

===============================================================*/
.maincontent {
  /* ===== header ===== */
  /* ===== ロゴ ===== */
  /* ===== ハンバーガー ===== */
  /* 3本線 */
  /* × 変形 */
  /* ===== メニュー ===== */
  /* ===== メニューリスト ===== */
}
.maincontent header,
.maincontent .site-header {
  display: flex;
  padding: 7.5px 16px;
  background: #000;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  position: fixed;
  width: 100%;
  z-index: 10000;
  max-width: 375px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .maincontent header,
  .maincontent .site-header {
    max-width: none;
    padding: 2vw 4.2666666667vw;
    transition: opacity 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  .maincontent .site-header.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .maincontent .site-header.is-visible {
    opacity: 1;
    pointer-events: auto;
  }
}
.maincontent .header_logo {
  width: 84px;
}
@media screen and (max-width: 768px) {
  .maincontent .header_logo {
    width: 22.4vw;
  }
}
.maincontent .header_logo img {
  display: flex;
}
.maincontent .hamburger {
  width: 45px;
  height: 45px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 300;
}
@media screen and (max-width: 768px) {
  .maincontent .hamburger {
    width: 12vw;
    height: 12vw;
  }
}
.maincontent .hamburger span {
  position: absolute;
  left: 50%;
  width: 26px;
  height: 1.5px;
  background: #fff;
  transform: translateX(-50%);
  transition: transform 0.25s ease, opacity 0.2s ease, top 0.25s ease;
}
@media screen and (max-width: 768px) {
  .maincontent .hamburger span {
    width: 6.9333333333vw;
    height: 0.4vw;
  }
}
.maincontent .hamburger span:nth-child(1) {
  top: 14px;
}
@media screen and (max-width: 768px) {
  .maincontent .hamburger span:nth-child(1) {
    top: 3.7333333333vw;
  }
}
.maincontent .hamburger span:nth-child(2) {
  top: 21px;
}
@media screen and (max-width: 768px) {
  .maincontent .hamburger span:nth-child(2) {
    top: 5.6vw;
  }
}
.maincontent .hamburger span:nth-child(3) {
  top: 28px;
}
@media screen and (max-width: 768px) {
  .maincontent .hamburger span:nth-child(3) {
    top: 7.4666666667vw;
  }
}
.maincontent .hamburger[aria-expanded=true] span:nth-child(1) {
  top: 21px;
  transform: translateX(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .maincontent .hamburger[aria-expanded=true] span:nth-child(1) {
    top: 5.6vw;
  }
}
.maincontent .hamburger[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.maincontent .hamburger[aria-expanded=true] span:nth-child(3) {
  top: 21px;
  transform: translateX(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .maincontent .hamburger[aria-expanded=true] span:nth-child(3) {
    top: 5.6vw;
  }
}
.maincontent .header-menu {
  position: absolute;
  inset: 0;
  width: 100%;
  background: #213544;
  z-index: 200;
  padding: 90px 0 0;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
@media screen and (max-width: 768px) {
  .maincontent .header-menu {
    padding: 24vw 0 0;
    transform: translateY(-1.6vw);
  }
}
.maincontent .header-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.maincontent .header-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.maincontent .header-menu ul li {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .maincontent .header-menu ul li {
    margin-bottom: 10.6666666667vw;
  }
}
.maincontent .header-menu a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  font-family: "TerassSansJapanese";
}
@media screen and (max-width: 768px) {
  .maincontent .header-menu a {
    font-size: 6.4vw;
  }
}
.maincontent .header-menu a span {
  display: block;
  font-size: 14px;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .maincontent .header-menu a span {
    font-size: 3.7333333333vw;
    margin-top: cw(7);
  }
}
.maincontent .header-menu a:hover {
  opacity: 0.85;
}

.maincontent.is-scroll-locked {
  overflow: hidden !important;
  touch-action: none;
  /* iOS/タッチ系の慣性スクロール対策 */
}

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

  ■ kv

===============================================================*/
.kv {
  padding-top: 60px;
  position: relative;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .kv {
    padding-top: 16vw;
  }
}
.kv__head {
  position: relative;
}
.kv__mv {
  aspect-ratio: 375/590;
  width: 100%;
  overflow: hidden;
}
.kv__mv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.kv__title {
  position: absolute;
  font-size: 40px;
  top: 20px;
  left: 28px;
  line-height: 120%;
  font-family: "TerassSansJapanese";
}
.kv__title span {
  font-family: "Roboto";
}
@media screen and (max-width: 768px) {
  .kv__title {
    font-size: 10.6666666667vw;
  }
}
.kv__cont {
  text-align: center;
  position: absolute;
  padding: 25px 0;
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  -webkit-backdrop-filter: blur(22px) saturate(1.2);
  backdrop-filter: blur(22px) saturate(1.2);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  width: 315px;
  margin: 0 auto;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .kv__cont {
    padding: 6.6666666667vw 0;
    width: 84vw;
    bottom: 5.3333333333vw;
    border-radius: 4.2666666667vw;
  }
}
.kv__cont__title {
  font-size: 64px;
  font-family: "Roboto";
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .kv__cont__title {
    font-size: 17.0666666667vw;
  }
}
.kv__cont__title span {
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  .kv__cont__title span {
    font-size: 5.6vw;
  }
}
.kv__cont__title span:nth-child(2) {
  font-size: 18px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .kv__cont__title span:nth-child(2) {
    font-size: 4.8vw;
    margin-right: 1.3333333333vw;
  }
}
.kv__cont__title span:nth-child(3) {
  font-size: 32px;
  font-family: "TerassSansJapanese";
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .kv__cont__title span:nth-child(3) {
    font-size: 8.5333333333vw;
  }
}
.kv__cont__title .vertical {
  writing-mode: sideways-lr;
}
.kv__cont__txt {
  font-size: 12px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .kv__cont__txt {
    font-size: 3.2vw;
    margin-bottom: 2.6666666667vw;
  }
}

.first_ani {
  opacity: 0;
}

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

  ■ cv_btn_area

===============================================================*/
.cv_btn_area {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #E8F3F3;
}
@media screen and (max-width: 768px) {
  .cv_btn_area {
    padding: 4.2666666667vw;
  }
}

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

  ■ about

===============================================================*/
.about {
  position: relative;
  /* Swiperの箱が崩れないようにする */
}
.about_bg {
  aspect-ratio: 340/1150;
  width: 100%;
  overflow: hidden;
}
.about_bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.about_map {
  position: absolute;
  top: 60px;
}
@media screen and (max-width: 768px) {
  .about_map {
    top: 16vw;
  }
}
.about_cont {
  position: absolute;
  top: 60px;
  color: #213544;
  left: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .about_cont {
    top: 16vw;
  }
}
.about_box {
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .about_box {
    padding: 0 8vw;
  }
}
.about_upper {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .about_upper {
    margin-bottom: 18.6666666667vw;
  }
}
.about_upper_title {
  font-weight: 900;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 110%;
  font-family: "TerassSansJapanese";
}
@media screen and (max-width: 768px) {
  .about_upper_title {
    margin-bottom: 6.4vw;
    font-size: 8.5333333333vw;
  }
}
.about_upper_title span {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .about_upper_title span {
    font-size: 6.4vw;
  }
}
.about_upper_txt {
  font-size: 14px;
  line-height: 220%;
}
@media screen and (max-width: 768px) {
  .about_upper_txt {
    font-size: 3.7333333333vw;
  }
}
.about_upper_txt span {
  font-weight: bold;
}
.about_lower {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .about_lower {
    margin-bottom: 12.8vw;
  }
}
.about_lower_title {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .about_lower_title {
    margin-bottom: 6.4vw;
  }
}
.about_lower_txt {
  font-size: 14px;
  line-height: 220%;
}
@media screen and (max-width: 768px) {
  .about_lower_txt {
    font-size: 3.7333333333vw;
  }
}
.about_lower_txt span {
  font-weight: bold;
}
.about_slider_wrap {
  text-align: center;
  padding: 0 17px;
}
@media screen and (max-width: 768px) {
  .about_slider_wrap {
    padding: 0 4.5333333333vw;
  }
}
.about_slider_title {
  font-size: 32px;
  font-family: "TerassSansJapanese";
}
@media screen and (max-width: 768px) {
  .about_slider_title {
    font-size: 8.5333333333vw;
  }
}
.about_slider_txt {
  font-size: 16px;
  margin-bottom: 18px;
  font-family: "TerassSansJapanese";
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about_slider_txt {
    font-size: 4.2666666667vw;
    margin-bottom: 4.8vw;
  }
}
.about_slider {
  width: 100%;
  overflow: hidden;
}
.about_slider .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 300/214;
}

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

  ■ event

===============================================================*/
.event {
  border-radius: 30px 30px 0 0;
  background-color: #E5E5E5;
  margin-top: -30px;
  text-align: center;
  padding: 85px 0 65px;
  color: #213544;
}
@media screen and (max-width: 768px) {
  .event {
    border-radius: 8vw 8vw 0 0;
    margin-top: -8vw;
  }
}
.event_title {
  font-size: 32px;
  font-family: "TerassSansJapanese";
}
@media screen and (max-width: 768px) {
  .event_title {
    font-size: 8.5333333333vw;
  }
}
.event_txt {
  font-size: 16px;
  margin-bottom: 40px;
  font-family: "TerassSansJapanese";
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .event_txt {
    font-size: 4.2666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.event_list {
  text-align: left;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .event_list {
    padding: 0 6.4vw;
  }
}
.event_item {
  margin-bottom: 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .event_item {
    margin-bottom: 8.5333333333vw;
  }
}
.event_item_title {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .event_item_title {
    font-size: 5.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.event_item_title span {
  font-size: 15px;
  color: #FFF;
  background: linear-gradient(to right, #FB8A60 0%, #FE6D52 100%);
  border-radius: 3px;
  padding: 2px 11px 3px;
  margin-left: 10px;
  display: inline-block;
  font-family: "TerassSansJapanese";
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .event_item_title span {
    font-size: 4vw;
    border-radius: 0.8vw;
    padding: 0.5333333333vw 2.9333333333vw 0.8vw;
    margin-left: 2.6666666667vw;
  }
}
.event_item_txt {
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .event_item_txt {
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.event_item_txt span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.event_item_txt + .event_item_txt {
  margin-bottom: 0;
}
.event_item_annotation {
  color: #718096;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .event_item_annotation {
    font-size: 3.2vw;
  }
}
.event_item_icon {
  position: absolute;
  width: 160px;
  top: -10px;
  right: -3px;
}
@media screen and (max-width: 768px) {
  .event_item_icon {
    width: 42.6666666667vw;
    top: -2.6666666667vw;
    right: -0.8vw;
  }
}
.event_item:last-child {
  margin-bottom: 0;
}
.event_item:last-child .event_item_txt {
  margin-bottom: 0;
}

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

  ■ check

===============================================================*/
.check {
  padding: 25px 30px;
  background-image: url(./img/cta_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .check {
    padding: 6.6666666667vw 8vw;
  }
}
.check_cont {
  padding: 32px 0;
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  -webkit-backdrop-filter: blur(22px) saturate(1.2);
  backdrop-filter: blur(22px) saturate(1.2);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  width: 315px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .check_cont {
    padding: 8.5333333333vw 0;
    border-radius: 4.2666666667vw;
    width: 84vw;
  }
}
.check_txt {
  font-weight: bold;
  font-size: 14px;
  color: #FFF;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .check_txt {
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}

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

  ■ contents

===============================================================*/
.contents_item {
  padding: 61px 0 108px;
  background-image: url(./img/contents_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .contents_item {
    padding: 16.2666666667vw 0 28.8vw;
  }
}
.contents_item_img {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .contents_item_img {
    margin-bottom: 6.4vw;
  }
}
.contents_item_title {
  font-size: 28px;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contents_item_title {
    font-size: 7.4666666667vw;
    margin-bottom: 6.4vw;
  }
}
.contents_item_txt {
  font-size: 14px;
  width: 255px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contents_item_txt {
    font-size: 3.7333333333vw;
    width: 68vw;
  }
}
.contents_item:nth-child(n+2) {
  padding: 108px 0;
}
@media screen and (max-width: 768px) {
  .contents_item:nth-child(n+2) {
    padding: 28.8vw 0;
  }
}
.contents_item:nth-child(2) {
  background-image: url(./img/contents_bg02.jpg);
}
.contents_item:nth-child(3) {
  background-image: url(./img/contents_bg03.jpg);
}

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

  ■ message

===============================================================*/
.message {
  border-radius: 30px 30px 0 0;
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .message {
    border-radius: 8vw 8vw 0 0;
    margin-top: -8vw;
  }
}
.message_bg {
  aspect-ratio: 340/1150;
  width: 100%;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
}
@media screen and (max-width: 768px) {
  .message_bg {
    border-radius: 8vw 8vw 0 0;
  }
}
.message_bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 30px 30px 0 0;
}
@media screen and (max-width: 768px) {
  .message_bg video {
    border-radius: 8vw 8vw 0 0;
  }
}
.message_cont {
  position: absolute;
  top: 95px;
  color: #213544;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .message_cont {
    top: 25.3333333333vw;
  }
}
.message_title {
  font-size: 32px;
  font-family: "TerassSansJapanese";
}
@media screen and (max-width: 768px) {
  .message_title {
    font-size: 8.5333333333vw;
  }
}
.message_txt {
  font-size: 16px;
  margin-bottom: 60px;
  font-family: "TerassSansJapanese";
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .message_txt {
    font-size: 4.2666666667vw;
    margin-bottom: 16vw;
  }
}
.message_list {
  padding: 0 16px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .message_list {
    padding: 0 4.2666666667vw;
  }
}
.message_item {
  border-radius: 16px;
  background-color: #fff;
  margin-bottom: 48px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
@media screen and (max-width: 768px) {
  .message_item {
    border-radius: 4.2666666667vw;
    margin-bottom: 12.8vw;
  }
}
.message_item_cont {
  padding: 11px 14px 32px;
}
@media screen and (max-width: 768px) {
  .message_item_cont {
    padding: 2.9333333333vw 3.7333333333vw 8.5333333333vw;
  }
}
.message_item_title {
  font-size: 24px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .message_item_title {
    font-size: 6.4vw;
    margin-bottom: 4.2666666667vw;
  }
}
.message_item_title span {
  font-size: 14px;
  color: #118780;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .message_item_title span {
    font-size: 3.7333333333vw;
    margin-left: 2.1333333333vw;
  }
}
.message_item_txt {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .message_item_txt {
    font-size: 3.7333333333vw;
  }
}
.message_item + .message_item {
  margin-bottom: 0;
}

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

  ■ footer

===============================================================*/
footer {
  background-color: #213544;
  padding: 17px 0;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 4.5333333333vw 0;
  }
}
footer .copyright {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  /* 15.6px */
}
@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 3.2vw;
  }
}/*# sourceMappingURL=style.css.map */