@charset "UTF-8";
/*====================================================================================
1. START COMMON BASE.
====================================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400..900&display=swap");
* {
  box-sizing: border-box;
}

:root {
  --blue: rgb(0, 177, 203);
  --blue-light: rgba(0, 177, 203, 0.3);
  --white: #fff;
  --black: #1A1A1C;
  --gray: #707070;
  --gray-light: #F2F2F2;
  --red: #e74c55;
  --font-Noto-en: "Roboto", sans-serif;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
  line-height: 1.6;
}

:where(html:not(.sg-cms *)) {
  padding: 0;
  margin: 0;
}

:where(figure:not(.sg-cms *)) {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  color: #1A1A1C;
}
body.lb-disable-scrolling {
  position: fixed;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  body img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}
@media only screen and (max-width: 47.9375em) {
  body {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.l-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 32rem;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  body {
    min-width: 120rem;
  }
  body .l-header {
    width: 120rem;
  }
  body .l-wrapper {
    max-width: 120rem;
  }
}
.w-brall {
  word-break: break-all;
}

/* ---------- START ANCHORLINK ---------- */
a {
  color: #1A1A1C;
  text-decoration: underline;
  background-color: transparent;
}
a:hover, a:active, a:focus {
  outline: none;
}
@media only screen and (min-width: 768px) {
  a {
    transition: all 0.3s ease;
  }
  a:hover {
    text-decoration: none;
    transition: all 0.3s ease;
  }
  a:hover img {
    opacity: 0.8;
  }
}

a[href*="tel:"] {
  cursor: default;
  text-decoration: none;
  color: #1A1A1C;
}
@media only screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}
@media only screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}

/*---------- START HOVER IMG  ----------*/
.ov-hover:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)";
}

/* ----------  START code set ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

pre,
code,
kbd,
samp,
var,
.font_mono {
  font-size: 1.3rem;
  line-height: 1.6;
}

pre {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  overflow-x: auto;
}

img {
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  border: 0px;
  transition: All 0.3s ease;
}

button,
input[type=submit],
input[type=button] {
  transition: all 0.3s ease;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

picture {
  display: block;
  line-height: 1.6;
}

figure {
  margin: 0;
  padding: 0;
}

.white-space_pre-wrap {
  display: grid;
  width: 100%;
  white-space: pre-line;
}

/*====================================================================================
2. START COMMON CONTAINER.
====================================================================================*/
.l-container {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .l-container {
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-container {
    max-width: 124rem;
    padding: 0 2rem;
  }
}

/*====================================================================================
3. START COMMON HEADER
====================================================================================*/
.lock-scroll {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s;
  z-index: 99;
}
.l-header a {
  text-decoration: none !important;
}
.l-header__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.l-header__list-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.l-header__list-btn .c-btn__link {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .l-header.fixed {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }
  .l-header__inner {
    padding: 1rem;
  }
  .l-header__nav {
    display: none;
  }
  .l-header__left {
    width: 45%;
  }
  .l-header__right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 768px) {
  .l-header {
    top: 4rem;
  }
  .l-header__inner {
    max-width: 131rem;
    margin: auto;
  }
  .l-header__left {
    width: 23rem;
    background: var(--white);
    border-radius: 1.2rem;
    padding: 3rem;
  }
  .l-header__nav {
    margin-top: 2rem;
  }
  .l-header__nav .gnav__link {
    margin-top: 2rem;
  }
  .l-header__right {
    width: calc(100% - 25rem);
  }
  .l-header__list-btn {
    justify-content: flex-end;
  }
  .l-header__list-btn .c-btn__link {
    width: 20rem;
    min-width: auto;
    padding: 0.8rem 0 !important;
  }
}

/*==============================
FIX: header default non-interactive except actual controls
==============================*/
.l-header {
  pointer-events: none;
}
.l-header .l-header__left,
.l-header .gnav,
.l-header a,
.l-header button,
.l-header .trigger-menu,
.l-header .c-btn__link {
  pointer-events: auto;
}

/*---------- START HAMBURGER ----------*/
@media only screen and (max-width: 767px) {
  .trigger-menu {
    background: var(--black);
    border-radius: 1rem;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-flow: column;
    width: 5rem;
    height: 5rem;
    gap: 0.5rem;
    border: none;
    z-index: 9999;
  }
  .trigger-menu .icon, .trigger-menu .txt {
    position: relative;
    display: block;
  }
  .trigger-menu .icon {
    width: 3rem;
    height: 2.2rem;
  }
  .trigger-menu .icon span {
    display: block;
    position: absolute;
    width: 3rem;
    height: 0.2rem;
    background: var(--white);
    opacity: 1;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    font-weight: 500;
  }
  .trigger-menu .icon span:nth-child(1) {
    top: 0;
  }
  .trigger-menu .icon span:nth-child(2) {
    top: 0;
    bottom: 0;
  }
  .trigger-menu .icon span:nth-child(3) {
    bottom: 0;
  }
  .trigger-menu.active .icon span:nth-child(1) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    left: -0.3rem;
    top: 1.1rem;
  }
  .trigger-menu.active .icon span:nth-child(2) {
    opacity: 0;
  }
  .trigger-menu.active .icon span:nth-child(3) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    left: -0.3rem;
    top: 0.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .trigger-menu {
    display: none;
  }
}

/*---------- START GNAV ----------*/
.l-menu_contents__main {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .l-menu_contents {
    position: absolute;
    top: 100%;
    right: -100%;
    width: 100%;
    background: var(--white);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border: none;
    padding: 5rem 3rem 10rem;
    overflow: auto;
    z-index: 9999;
  }
  .l-menu_contents__main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .l-menu_contents__main .gnav {
    width: 100%;
    color: var(--black);
  }
  .l-menu_contents__main .gnav a {
    color: var(--black);
  }
  .l-menu_contents__main .gnav__link {
    padding-bottom: 2rem;
  }
  .l-menu_contents__main .l-header__list-btn {
    justify-content: center;
    margin-top: 2rem;
  }
  .l-menu_contents__main .l-header__list-btn .c-btn__link {
    margin-top: 0;
  }
  .l-menu_contents.is-visible {
    opacity: 1;
    visibility: visible;
    height: 100vh;
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .l-menu_contents .gnav {
    display: none;
  }
}

.gnav__link {
  display: inline-block;
  font-weight: bold;
  font-size: 1.4rem;
}

/*---------- START infor-contact ----------*/
/*---------- START infor-contact ----------*/
.nav-link {
  position: relative;
  text-decoration: none !important;
  z-index: 3;
}
.nav-link:after {
  position: absolute;
  content: "";
  background: var(--blue);
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: all 0.5s;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .nav-link:hover {
    color: var(--blue) !important;
  }
  .nav-link:hover:after {
    width: 100%;
  }
}

/*====================================================================================
4. START COMMON FOOTER
====================================================================================*/
.l-footer {
  position: relative;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.36));
  backdrop-filter: blur(16px) brightness(88%);
  -webkit-backdrop-filter: blur(16px) brightness(88%);
  z-index: 999;
}
.l-footer__main {
  color: var(--white);
  padding: 5rem 0 4rem;
}
.l-footer__main-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-footer__left {
  width: 100%;
}
.l-footer__right {
  width: 100%;
}
.l-footer .f-gnav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 2rem 1.5rem;
}
.l-footer .f-gnav__link {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
}
.l-footer__copyright {
  font-size: 1.1rem;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .l-footer__logo {
    width: 50%;
    margin: 0 auto 3rem;
  }
  .l-footer .f-gnav {
    justify-content: space-around;
  }
  .l-footer__copyright {
    text-align: center;
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-footer__main {
    padding: 10rem 0 8rem;
  }
  .l-footer__left {
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
  }
  .l-footer__right {
    width: 50%;
    justify-content: flex-end;
  }
  .l-footer .f-gnav {
    gap: 4rem 7rem;
  }
  .l-footer .f-gnav__link {
    font-size: 1.6rem;
  }
}

#page-up {
  display: none;
  position: fixed;
  right: 2%;
  bottom: 1rem;
  z-index: 99;
}
#page-up a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border: 2px solid var(--red);
  background: var(--red);
  text-decoration: none;
  overflow: hidden;
  transition: all 0.5s;
  z-index: 2;
}
#page-up a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  background: var(--white);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.5s;
  z-index: -1;
}
#page-up a .cm-arr {
  transform: rotate(-90deg);
}
@media only screen and (max-width: 767px) {
  #page-up .cm-arr {
    width: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  #page-up {
    bottom: 5rem;
  }
  #page-up a {
    width: 6rem;
    height: 6rem;
  }
  #page-up a:hover:before {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
  }
  #page-up a:hover .cm-arr {
    background: var(--red);
  }
  #page-up a:hover .cm-arr:before {
    border-color: var(--red);
  }
}

/*====================================================================================
5. START COMMON CSS
====================================================================================*/
.l-wrapper {
  position: relative;
}

.c_video {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -2;
  margin: auto;
}
.c_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .l-main .l-container__container-small {
    width: 96rem;
    margin-left: auto;
    margin-right: 0;
  }
}

.c-main-page {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.36));
  backdrop-filter: blur(16px) brightness(88%);
  -webkit-backdrop-filter: blur(16px) brightness(88%);
  padding-top: 12rem;
  padding-bottom: 16rem;
}
@media only screen and (min-width: 768px) {
  .c-main-page {
    padding-top: 24rem;
    padding-bottom: 32rem;
  }
}

.a-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}

.l-inner-txt p + p {
  margin-top: 2rem;
}
.l-inner-txt--m p + p {
  margin-top: 1.5rem;
}
.l-inner-txt--s p + p {
  margin-top: 1rem;
}
@media only screen and (min-width: 768px) {
  .l-inner-txt p + p {
    margin-top: 4rem;
  }
  .l-inner-txt--m p + p {
    margin-top: 3rem;
  }
  .l-inner-txt--s p + p {
    margin-top: 2rem;
  }
}

/*---------- START ICON ZOOM  ----------*/
.icon-zoom {
  position: relative;
  display: block;
  overflow: hidden;
}
.icon-zoom:before {
  position: absolute;
  display: inline-block;
  content: "";
  z-index: 3;
  right: 1rem;
  bottom: 1rem;
  width: 4rem;
  height: 4rem;
  background-image: url("../common_img/lightbox/icon-zoom.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.6rem 1.6rem;
  background-color: var(--bg-yellow);
}
@media only screen and (min-width: 768px) {
  .icon-zoom img {
    transition: transform 0.5s ease;
  }
  .icon-zoom:hover img {
    transform: scale(1.06);
  }
}

/*---------- START PADDING SECTION ----------*/
.c-pd_section {
  padding: 3.5rem 0;
}
.c-pd_section--lg {
  padding: 4.5rem 0;
}
@media only screen and (min-width: 768px) {
  .c-pd_section {
    padding: 7rem 0;
  }
  .c-pd_section--lg {
    padding: 9rem 0;
  }
}

/*---------- START ARROW   ----------*/
.c-arr {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--white);
  width: 1.2rem;
  height: 2px;
}
.c-arr:before {
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  border-radius: 0.2rem;
  transform: rotate(45deg);
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-arr--back {
  transform: rotate(180deg);
}
.c-arr--up {
  transform: rotate(-90deg);
}
.c-arr--down {
  transform: rotate(90deg);
}
.c-arr--black {
  background: #000;
}
.c-arr--black:before {
  border-color: #000;
}
.c-arr--bd-circle:after {
  position: absolute;
  content: "";
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid #000;
}

/*---------- START BUTTON  ----------*/
.c-btn__link {
  position: relative;
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 4rem;
  color: var(--white) !important;
  text-decoration: none;
  font-weight: 500;
  padding: 1.5rem 4rem 1.5rem 2rem;
  min-width: 22rem;
  margin-top: 3rem;
  font-weight: bold;
  font-size: 1.3rem;
  z-index: 999;
}
.c-btn__link .c-arr {
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-btn__link.btn-blue {
  background: var(--blue);
}
.c-btn__link.btn-black {
  background: var(--black);
}
.c-btn--no-arr .c-btn__link {
  padding: 1.5rem;
  text-align: center;
}
.c-btn--icon .icon.icon-entry {
  background: url("../common_img/user-check.webp") no-repeat center left;
  background-size: 1.7rem;
  padding-left: 2.7rem;
}
.c-btn--icon .icon.icon-mail {
  background: url("../common_img/mail.webp") no-repeat center left;
  padding-left: 3rem;
  background-size: 2rem;
}
.c-btn--back .c-btn__link {
  padding: 1.5rem 2rem 1.5rem 4rem;
}
.c-btn--back .c-btn__link .c-arr {
  right: auto;
  left: 2rem;
}
.c-btn--small .c-btn__link {
  padding: 0.8rem 4rem 0.8rem 2rem;
  margin-top: 1.5rem;
  min-width: auto;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .c-btn__link {
    min-width: 27rem;
    padding: 2.5rem 6rem 2.5rem 3rem;
    margin-top: 6rem;
  }
  .c-btn__link .c-arr {
    right: 2rem;
  }
  .c-btn__link:hover {
    background: var(--red);
  }
  .c-btn--back .c-btn__link {
    padding: 2.5rem 3rem 2.5rem 6rem;
  }
  .c-btn--no-arr .c-btn__link {
    padding: 2.5rem;
  }
  .c-btn--small .c-btn__link {
    min-width: 18rem;
    margin-top: 3rem;
  }
}

/*---------- START LINk TEXT  ----------*/
.c-txt-btn__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

/*---------- START TITLE  ----------*/
.c-title01 {
  margin-bottom: 2rem;
}
.c-title01__txt-small {
  display: inline-block;
  background: var(--white);
  border-radius: 2rem;
  color: #222;
  font-weight: normal;
  font-size: 1.4rem;
  padding: 0.5rem 2rem;
  margin-bottom: 1rem;
}
.c-title01__txt-en {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3rem;
}
.c-title01__txt-larger {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 3.2rem;
}
@media only screen and (min-width: 768px) {
  .c-title01__txt-small {
    font-size: 1.6rem;
  }
  .c-title01__txt-larger {
    font-size: 4.8rem;
  }
}

.c-title02 {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .c-title02 {
    font-size: 3.5rem;
    margin-bottom: 2rem;
  }
}

.c-title03 {
  font-weight: bold;
  font-size: 1.6rem;
  color: var(--white);
  border-left: 5px solid var(--white);
  padding: 0.5rem 0 0.5rem 1.2rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .c-title03 {
    font-size: 2.1rem;
    margin-bottom: 3rem;
  }
}

/*---------- START TEXT  ----------*/
.u-txt--en {
  font-family: var(--font-Noto-en);
}
.u-txt--s {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.u-txt--m {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.u-txt--l {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .u-txt--s {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
  .u-txt--m {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .u-txt--l {
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 3rem;
  }
}

/*---------- START c-contact ----------*/
.c-contact {
  background: url("../common_img/c-contact_bg.webp") no-repeat top center/cover;
  padding: 4.5rem 0;
  color: var(--white);
}
.c-contact__main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.4rem;
  gap: 4rem;
}
.c-contact__part {
  width: auto;
  text-align: center;
}
.c-contact__part.tel .c-contact__ttl {
  font-size: 1.5rem;
  font-weight: normal;
}
.c-contact__ttl {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.c-contact__tel a {
  background: url("../common_img/tel.webp") no-repeat center left;
  background-size: 2rem;
  padding-left: 4rem;
  color: var(--white);
  font-size: 2.4rem;
  font-family: var(--font-Noto-en);
  font-weight: bold;
  line-height: 1;
}
.c-contact__time {
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .c-contact {
    padding: 9rem 0;
  }
  .c-contact__main {
    justify-content: space-between;
  }
  .c-contact__part.tel .c-contact__ttl {
    font-size: 1.8rem;
  }
  .c-contact__ttl {
    font-size: 2.8rem;
  }
  .c-contact__tel a {
    background-size: 2.5rem;
    padding-left: 3.5rem;
    font-size: 4.8rem;
  }
}