@charset "UTF-8";
html,
body {
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-wrap: anywhere;
  scroll-padding-top: 50px;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333;
  background: #fff;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
body .b-fixed {
  position: fixed;
  width: 100%;
}
body.is-fixed-body {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

ol,
li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (min-width: 1024px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
/*----------------------------------------------------
	LAYOUT
----------------------------------------------------*/
.column {
  padding: 220px 0 170px;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 1180px) {
  .column {
    padding: 190px 0;
  }
}
@media screen and (max-width: 767px) {
  .column {
    padding: 90px 0;
  }
}
.column--pdt {
  padding-top: 0;
}
.column--bg-top {
  padding-top: 20px;
  background: #f9f8f1;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .column--bg-top {
    margin-top: 32px;
  }
}
.column--pdg {
  padding-top: 0;
  padding-bottom: 0;
}

.inner {
  max-width: 1320px;
  margin: 0 auto;
}
@media screen and (max-width: 1390px) {
  .inner {
    width: 100%;
    padding: 0 20px;
  }
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.center_bnr {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

/*----------------------------------------------------
	BUTTON
----------------------------------------------------*/
.btn {
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  max-width: 380px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 50px;
  line-height: 1.2;
  padding: 20px 0;
  margin: 30px 0;
  background: #0569b4;
  margin: 0 auto;
  display: block;
  position: relative;
  box-shadow: 3px 0 6px #9f9d9f;
}
.btn:after {
  content: "\f061";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  line-height: 1;
}

.close_btn {
  display: block;
  padding: 10px 20px;
  transition: 0.5s;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background: #0569b4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .close_btn {
    padding: 10px 5px;
    font-size: 1.2rem;
  }
}

/*----------------------------------------------------
	FONTS
----------------------------------------------------*/
h2,
h3,
h4,
h5 {
  font-weight: 600;
}

.tit_box {
  position: relative;
  padding-top: 30px;
}
@media (max-width: 1200px) {
  .tit_box {
    padding-top: 50px;
  }
}
@media screen and (max-width: 820px) {
  .tit_box {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .tit_box {
    padding-top: 30px;
  }
}
.tit_box::before {
  content: "";
  width: 100%;
  height: 88px;
  position: absolute;
  top: -55%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .tit_box::before {
    top: -13%;
    height: 50px;
  }
}

.sec_title {
  font-size: clamp(2.8rem, 3.5vw, 3.6rem);
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0.23rem;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .sec_title {
    margin-bottom: 10px;
    line-height: 1.5;
  }
}

.tit-btm_txt {
  text-align: center;
  letter-spacing: 0.2rem;
  line-height: 2;
  font-size: 1.6rem;
  margin: 55px 0;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .tit-btm_txt {
    text-align: left;
    letter-spacing: 0.25rem;
    margin: 35px 0;
  }
}

main {
  position: relative;
}

/*----------------------------------------------------
	固定要素
----------------------------------------------------*/
.fixed_bnrs {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 1001;
}
.fixed_bnrs .btns_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}

.foot_fixed_bnr {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1001;
  background: #70625f;
  background-size: cover;
  padding: 13px 0;
}
@media screen and (max-width: 1180px) {
  .foot_fixed_bnr {
    padding: 0;
    height: 100px;
  }
}
.foot_fixed_bnr .flex {
  gap: 10px;
}
.foot_fixed_bnr .inner {
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.foot_fixed_bnr .inner .lady {
  position: absolute;
  left: 0;
  bottom: -20px;
}
@media screen and (max-width: 1180px) {
  .foot_fixed_bnr .inner .lady {
    position: static;
    height: 100%;
  }
}

.footer_floating_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer_floating_sp {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: rgba(51, 51, 51, 0.8588235294);
    padding: 5px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 800;
    padding-bottom: env(safe-area-inset-bottom); /* iOSの安全域 */
    -webkit-tap-highlight-color: transparent;
  }
  .footer_floating_sp .time_attend {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
  }
  .footer_floating_sp .time_attend .time {
    color: #fff000;
  }
  .footer_floating_sp .flex {
    gap: 5px;
  }
}

/*----------------------------------------------------
	HEADER
----------------------------------------------------*/
#header {
  width: 100%;
}
#header #head_belt.is-fixed {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2000;
  width: 100%;
  background: #fff;
  padding: 10px 15px;
}
@media screen and (max-width: 1180px) {
  #header #head_belt.is-fixed .sp_menu {
    top: 27px;
    right: 35px;
  }
}
@media screen and (max-width: 820px) {
  #header #head_belt.is-fixed .sp_menu {
    top: 27px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #header #head_belt.is-fixed .sp_menu {
    top: 27px;
    right: 15px;
  }
}
#header .head_belt {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  #header .head_belt {
    padding: 10px 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: none;
  }
}
#header .head_belt .head_l {
  max-width: 215px;
  width: 100%;
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  #header .head_belt .head_l {
    max-width: 155px;
  }
}
#header .head_belt .head_l .logo_area {
  position: relative;
  z-index: 200;
}
#header .head_belt .head_l .logo_area img {
  display: block;
  width: 100%;
}
#header .head_belt .head_l h1 {
  display: none;
}
#header .head_belt .head_r {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  width: 80%;
}
@media screen and (max-width: 1150px) {
  #header .head_belt .head_r {
    gap: 10px;
  }
}
@media screen and (max-width: 1115px) {
  #header .head_belt .head_r {
    gap: 5px;
  }
}
#header .head_belt .head_r nav ul {
  display: flex;
  align-items: center;
  gap: 28px;
}
@media screen and (max-width: 1265px) {
  #header .head_belt .head_r nav ul {
    gap: 5px;
  }
}
#header .head_belt .head_r nav ul li a {
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 1150px) {
  #header .head_belt .head_r nav ul li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1075px) {
  #header .head_belt .head_r nav ul li a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1024px) {
  #header .head_belt .head_r {
    display: none;
  }
}
#header .head_belt .cta-row-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  #header .head_belt .cta-row-sp {
    display: flex;
    justify-content: flex-end;
    max-width: 135px;
    height: 50px;
    width: 100%;
    margin-right: 80px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 820px) {
  #header .head_belt .cta-row-sp {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  #header .head_belt .cta-row-sp {
    margin-right: 35px;
  }
}
@media screen and (max-width: 1024px) {
  #header .head_belt .cta-row-sp .cta-btn {
    width: 100%;
  }
  #header .head_belt .cta-row-sp .cta-btn img {
    width: 19.5px;
    height: 20px;
  }
  #header .head_belt .cta-row-sp .cta-btn span {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}

.cta-row {
  max-width: 270px;
  width: 100%;
  height: 60px;
}
.cta-row .cta-btn {
  display: flex;
  height: 100%;
  gap: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: #e63241;
  transition: 0.3s;
}
.cta-row .cta-btn:hover {
  background: #d61626;
  opacity: 1;
}
.cta-row .cta-btn span {
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
}

.sp_menu {
  display: none;
}

@media screen and (max-width: 1024px) {
  .sp_menu {
    display: block;
    position: absolute;
    top: 30px;
    right: 50px;
    z-index: 1000;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1180px) {
  .sp_menu {
    top: 45px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 820px) {
  .sp_menu {
    right: 20px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .sp_menu {
    top: 27px;
    right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  /* ハンバーガーメニュー本体 */
  .hamburger {
    cursor: pointer;
    width: 25px;
    height: 16px;
    position: relative;
    z-index: 100;
  }
  .hamburger .bar {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .hamburger .line {
    height: 2px;
    background: #0569b4;
    display: block;
    transition: all 0.3s ease;
    border-radius: 2px;
  }
  .hamburger .line.top {
    width: 25px;
  }
  .hamburger .line.middle {
    width: 25px;
  }
  .hamburger .line.bottom {
    width: 25px;
  }
  .hamburger {
    /* クリック後の状態（×印） */
  }
  .hamburger.active .line {
    background: #fff;
  }
  .hamburger.active .line.top {
    transform: translateY(3px) rotate(45deg);
  }
  .hamburger.active .line.middle {
    opacity: 0;
  }
  .hamburger.active .line.bottom {
    transform: translateY(-11px) rotate(-45deg);
    width: 25px;
  }
  /* メニュー中身 */
  .menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #0569b4;
    transition: all 0.5s;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
  }
  .menu.open {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .menu .ham-logo {
    position: absolute;
    top: 17px;
    left: 15px;
  }
  .menu .menu_list {
    padding: 100px 0 20px;
    height: 100%;
    overflow-y: auto;
  }
  .menu .menu_list ul li {
    padding: 17px;
    border-bottom: 1px solid #fff;
  }
  .menu .menu_list ul li a {
    font-size: 1.5rem;
    color: #fff;
    display: block;
  }
  .menu .menu_list .cta-row {
    margin: 30px auto;
  }
  /* 背景マスク */
  #mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2;
    cursor: pointer;
  }
}
.open + #mask {
  display: block;
}

/*----------------------------------------------------
	FOOTER
----------------------------------------------------*/
#footer {
  padding: 70px 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 70px 15px 30px;
  }
}
#footer .logo_area a img {
  max-width: 217px;
  width: 100%;
  margin: 0 auto;
}
#footer .fot-txt {
  text-align: center;
  margin-top: 15px;
}
#footer .fot-hp-btn {
  max-width: 300px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  color: #55aae1;
  gap: 7px;
  border: 1px solid #55aae1;
  margin: 37px auto 70px;
}
@media screen and (max-width: 767px) {
  #footer .fot-hp-btn {
    margin: 37px auto 50px;
  }
}
#footer .copy {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #footer .copy {
    font-size: 1.2rem;
  }
}

/*----------------------------------------------------
	アニメーション
----------------------------------------------------*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*==================================================
左から右に伸びて出現
===================================*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000; /*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

/*----------------------------------------------------
	下からふわっと
----------------------------------------------------*/
.fade-in-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.8s ease;
}

.fade-in-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ★ ここを transition-delay にする */
.delay-0 {
  transition-delay: 0.1s;
}

.delay-1 {
  transition-delay: 0.25s;
}

.delay-2 {
  transition-delay: 0.35s;
}

.delay-3 {
  transition-delay: 0.45s;
}

/*----------------------------------------------------
	404
----------------------------------------------------*/
.error-404 {
  padding: 50px 15px;
}

.icon_404 {
  text-align: center;
  font-size: 5rem;
}

.not_found_text {
  text-align: center;
  margin-bottom: 20px;
}

/*----------------------------------------------------
	改行
----------------------------------------------------*/
@media screen and (max-width: 1180px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 1180px) {
  .pc_hide {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .tab_hide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp_hide {
    display: none !important;
  }
}
/*1101px以上*/
@media only screen and (min-width: 1181px) {
  .pc_over_hide {
    display: none !important;
  }
}
/*821px以上*/
@media only screen and (min-width: 821px) {
  .tab_over_hide {
    display: none !important;
  }
}
/*768px以上*/
@media only screen and (min-width: 768px) {
  .sp_over_hide {
    display: none !important;
  }
}/*# sourceMappingURL=common.css.map */