/*====================================================================================
1. START COMMON BASE.
====================================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
:root {
  --co-main: #01519a;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 2.666vw;
  }
}

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

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

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #000000;
}
body.lb-disable-scrolling {
  position: fixed;
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  body {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 767px) {
  body img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

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

.w-brall {
  word-break: break-all;
}

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

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

/*---------- 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;
  -webkit-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

button,
input[type=submit],
input[type=button] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Zen Kaku Gothic New", serif;
}

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

figure {
  margin: 0;
  padding: 0;
}

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

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

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

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 99;
}
@media only screen and (min-width: 1024px) {
  .header {
    padding: 3.3rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 1rem 0;
  }
}
.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header.fixed {
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  background: #01519a;
}
.header-logo {
  position: relative;
  z-index: 9999;
}
@media only screen and (min-width: 1024px) {
  .header-logo {
    width: 25.9rem;
    height: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .header-logo {
    width: 23rem;
    height: 2.3rem;
  }
}
.header-logo img {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .header-logo img {
    width: 25.9rem;
    height: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .header-logo img {
    width: 23rem;
    height: 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background: var(--co-main);
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .header_menu.is-visible {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 1024px) {
  .header_menu_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu_nav {
    padding: 10rem 2rem;
  }
  .header_menu_nav li {
    border-bottom: 0.1rem solid #fff;
  }
  .header_menu_nav li:last-child {
    border-bottom: none;
  }
}
.header_menu_link {
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-bottom: 0.5rem;
}
@media only screen and (min-width: 1024px) {
  .header_menu_link:after {
    content: "";
    width: 0;
    height: 0.1rem;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
  }
  .header_menu_link:hover::after {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu_link {
    display: block;
    font-size: 1.6rem;
    padding: 1.5rem 0;
  }
}

/*---------- START HAMBURGER ----------*/
.trigger-menu {
  width: 5rem;
  height: 5rem;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: var(--co-main);
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 9999;
  display: none;
}
@media only screen and (max-width: 767px) {
  .trigger-menu {
    display: block;
  }
}
.trigger-menu span {
  display: block;
  position: absolute;
  width: 2.4rem;
  height: 0.2rem;
  background: #fff;
  opacity: 1;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.trigger-menu span:nth-child(1) {
  top: 1.8rem;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.trigger-menu span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.trigger-menu span:nth-child(3) {
  bottom: 1.8rem;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.trigger-menu.active {
  background: #fff;
}
.trigger-menu.active span {
  background: var(--co-main);
}
.trigger-menu.active span:nth-child(1) {
  left: 0.6rem;
  top: 1.5rem;
  -webkit-transform: translateY(0%) rotate(45deg);
          transform: translateY(0%) rotate(45deg);
}
.trigger-menu.active span:nth-child(2) {
  opacity: 0;
}
.trigger-menu.active span:nth-child(3) {
  left: 0.6rem;
  top: 3.2rem;
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
  bottom: auto;
}

/*---------- START page-up ----------*/
#page-up {
  display: none;
  position: fixed;
  right: 2%;
  bottom: 3.8rem;
  z-index: 9;
}
#page-up.is-footer {
  position: absolute;
  bottom: auto;
  top: -9.6rem;
}
#page-up a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 4.5rem;
  height: 4.5rem;
  background: #001126;
  text-decoration: none;
  overflow: hidden;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}
#page-up a span {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 1;
}
#page-up a span.cm-arr {
  background: none;
  height: 1rem;
}
#page-up a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  #page-up a:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 1024px) {
  #page-up a {
    width: 7rem;
    height: 7rem;
  }
}

/*---------- START ARROW   ----------*/
.cm-arr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}
.cm-arr:before {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-top: 0.4rem solid #fff;
  border-right: 0.4rem solid #fff;
  border-radius: 0.2rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.cm-arr--white {
  background: #fff;
}
.cm-arr--white:before {
  border-top: 2px solid var(--bg-brown);
  border-right: 2px solid var(--bg-brown);
}
.cm-arr--brown {
  background: var(--bg-brown);
}
.cm-arr--lg {
  width: 3rem;
  height: 3rem;
}
.cm-arr--md {
  width: 2rem;
  height: 2rem;
}
.cm-arr--md:before {
  width: 0.7rem;
  height: 0.7rem;
  left: -0.2rem;
}
.cm-arr--md2 {
  width: 1.7rem;
  height: 1.7rem;
}
.cm-arr--md2:before {
  width: 0.7rem;
  height: 0.7rem;
  left: -0.2rem;
}
.cm-arr--sm {
  width: 1.5rem;
  height: 1.5rem;
}
.cm-arr--sm:before {
  width: 0.7rem;
  height: 0.7rem;
  top: -0.2rem;
}
.cm-arr--right:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cm-arr--down:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.cm-arr--down.cm-arr--md2:before {
  left: 0;
  top: -0.2rem;
}
.cm-arr--up:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*====================================================================================
5. START COMMON CSS
====================================================================================*/
.a-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}

/*---------- START fade-up ----------*/
.fade-up {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
.fade-up.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.cm-title01 {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cm-title01 {
    margin-bottom: 2rem;
  }
}
.cm-title01 .title_jp {
  font-weight: 500;
  letter-spacing: 0.05em;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .cm-title01 .title_jp {
    font-size: 4rem;
    margin-bottom: 0.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title01 .title_jp {
    font-size: 2.4rem;
  }
}
.cm-title01 .title_en {
  color: var(--co-main);
  font-size: 1.6rem;
  display: block;
}

.cm_bannercontact {
  background: url(../images/top/bg_contact.webp) no-repeat center center;
  background-size: cover;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .cm_bannercontact {
    margin-top: 15rem;
    padding: 8.5rem 0 11.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm_bannercontact {
    margin-top: 4rem;
    padding: 4rem 0;
  }
}
.cm_bannercontact .title_en {
  color: #fff;
}
.cm_bannercontact .text {
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  .cm_bannercontact .text {
    font-size: 1.8rem;
    margin: 3.9rem 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .cm_bannercontact_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10.1rem;
    margin-top: 5.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .cm_bannercontact_inner {
    text-align: center;
    margin-top: 2rem;
  }
}
.cm_bannercontact .btn-contact {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #003c72;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 1024px) {
  .cm_bannercontact .btn-contact {
    padding-left: 4.3rem;
    font-size: 2rem;
    gap: 3.5rem;
    width: 38rem;
    height: 10rem;
  }
  .cm_bannercontact .btn-contact:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  .cm_bannercontact .btn-contact {
    width: 25rem;
    height: 6rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
    margin: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .cm_bannercontact .btn-contact img {
    width: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm_bannercontact .btn-contact img {
    width: 2rem;
  }
}
.cm_bannercontact_left p {
  letter-spacing: 0.05em;
  margin: 0.4rem 0 1rem;
}
.cm_bannercontact_left .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.05em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  line-height: 1;
}
@media only screen and (min-width: 1024px) {
  .cm_bannercontact_left .tel {
    font-size: 5rem;
    gap: 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm_bannercontact_left .tel {
    font-size: 3rem;
    gap: 1.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2rem;
  }
}
.cm_bannercontact_left .tel img {
  position: relative;
  top: 0.2rem;
}
@media only screen and (min-width: 1024px) {
  .cm_bannercontact_left .tel img {
    width: 4.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm_bannercontact_left .tel img {
    width: 2.5rem;
  }
}

.footer {
  background: #001126;
  text-align: center;
  color: #fff;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .footer {
    padding: 9.5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 4rem 0 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer_logo {
    width: 28rem;
    display: block;
    margin: auto;
  }
  .footer .footer_logo img {
    width: 100%;
  }
}
.footer .text {
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1024px) {
  .footer .text {
    margin: 1.8rem 0 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .text {
    margin: 2rem 0 3rem;
  }
}

.copyright {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
}

@media only screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}