@charset "UTF-8";
/* CSS Document */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body p {
  line-height: 1.8;
  font-size: 20px;
}
body h1,
body h2,
body h3 {
  line-height: 1.5;
  color: #003d56;
}
body h1,
body h2,
body h3 {
  font-size: 50px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 1rem;
}
body h4,
body h5,
body h6 {
  font-size: 24px;
  margin: 0;
}
body h2 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.btn {
  border: 1px solid #003d56;
  color: #003d56;
  display: block;
  width: 100%;
  max-width: 400px;
  font-family: "メイリオ", sans-serif;
  font-weight: bold;
  margin: 0 auto 10px;
  padding: 1rem;
  position: relative;
  line-height: 1.5;
}
.btn::after {
  display: block;
  content: " ";
  width: 100%;
  height: calc(3rem + 9px);
  position: absolute;
  z-index: 1;
  background-image: url(../images/btn.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  top: 0;
  left: 0;
}
.btn:hover {
  opacity: 0.8;
  background-color: #003d56;
  color: #ffffff;
}

figure {
  margin-bottom: 40px;
}

.fadein {
  opacity: 0;
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.container {
  max-width: 1180px;
}

.fade {
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

strong {
  color: #003d56;
  font-size: 1.5rem;
}

main ul {
  border: 2px solid #003d56;
  border-radius: 3px;
  padding: 2rem;
  list-style: inside;
  margin-bottom: 40px;
}
main ul li {
  margin-bottom: 10px;
}

.pc-show {
  display: block;
}

.pc-none {
  display: none;
}

.sp-show {
  display: block;
}

.sp-none {
  display: none;
}

/* CSS Document */
/* CSS Document */
.c1-a-flex {
  padding: 100px 40px;
}
.c1-a-flex .img-block {
  position: relative;
}
.c1-a-flex .img-1 {
  position: relative;
}
.c1-a-flex .img-2 {
  position: absolute;
  top: -120px;
  right: 0;
}
.c1-a-flex img {
  width: 100%;
  height: auto;
}
.c1-a-flex .text-1 {
  margin-bottom: 40px;
  font-size: 1.2rem;
}
.c1-a-flex .text-2 {
  font-size: 1rem;
}
.c1-a-flex .text-2 strong {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .c1-a-flex {
    padding: 100px 20px;
  }
  .c1-a-flex .img-2 {
    width: 30%;
    height: auto;
    top: 0;
    right: 0;
  }
}

/* CSS Document */
/* CSS Document */
.c3-c-flex {
  padding: 100px 40px;
}
.c3-c-flex .left-column {
  position: relative;
}
.c3-c-flex img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c3-c-flex {
    padding: 100px 20px;
  }
}

.c3-d-flex {
  padding: 100px 40px;
}
.c3-d-flex h2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.c3-d-flex h2::after {
  display: inline-block;
  content: "";
  width: 70px;
  height: 1px;
  background-color: black;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: 60px;
  margin-left: -10px;
}
.c3-d-flex img {
  width: 100%;
  height: auto;
}
.c3-d-flex .img-2,
.c3-d-flex .img-3 {
  margin-bottom: 0;
}
.c3-d-flex .text-2 {
  font-size: 1.2rem;
  font-weight: bold;
}
.c3-d-flex .text-2 span {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c3-d-flex {
    padding: 100px 20px;
  }
  .c3-d-flex h2 {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .c3-d-flex h2::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-left: 1rem;
    margin-bottom: 1rem;
  }
}

.c3-d2-flex {
  padding: 100px 40px;
  position: relative;
}
.c3-d2-flex h2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.c3-d2-flex h2::after {
  display: inline-block;
  content: "";
  width: 70px;
  height: 1px;
  background-color: black;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: 60px;
  margin-left: -10px;
}

.c3-l-flex {
  padding: 100px 0;
}
.c3-l-flex .box {
  position: relative;
}
.c3-l-flex h2 {
  position: absolute;
  display: inline;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  height: 340px;
  margin-top: -100px;
}
.c3-l-flex h2::after {
  display: inline-block;
  content: "";
  width: 70px;
  height: 1px;
  background-color: black;
  margin-right: 0.5rem;
  margin-top: 3rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c3-l-flex img {
  width: 100%;
  height: auto;
}
.c3-l-flex .img-6 {
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  .c3-l-flex {
    padding: 100px 20px;
  }
}

.c3-i-flex {
  padding: 100px 0;
}
.c3-i-flex h2 {
  display: inline;
}
.c3-i-flex h2::after {
  display: inline-block;
  content: "";
  width: 70px;
  height: 1px;
  background-color: black;
  margin-left: 0.4rem;
  margin-bottom: 0.6rem;
}
.c3-i-flex img {
  width: 100%;
  height: auto;
}
.c3-i-flex .img-1 {
  width: 50%;
}
/* CSS Document */
/* CSS Document */
.ul-a {
  padding: 0;
}
.ul-a li {
  display: inline-block;
  width: auto;
  padding-right: 4rem;
  position: relative;
}
.ul-a li::after {
  display: inline-block;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #003d56;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 20px;
  right: 1rem;
}
.ul-a li a {
  text-decoration: none;
  display: block;
  text-align: center;
}
i .ul-a li a:hover {
  opacity: 0.6;
}
.ul-a li a span {
  display: block;
  font-size: 0.8rem;
  text-align: center;
}

.ul-b {
  padding: 0;
}
.ul-b li a {
  text-decoration: none;
  display: block;
  margin-bottom: 1rem;
}
.ul-b li a:hover {
  opacity: 0.8;
}
.ul-b li a span {
  font-size: 0.6rem;
  margin-left: 0.5rem;
}

#hamburgermenu.hamburger-a .hamburger-inner {
  width: 70px;
  height: 70px;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #003d56;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 110;
}
#hamburgermenu.hamburger-a .hamburger-inner .hamburger {
  width: 30px;
  height: 18px;
}
#hamburgermenu.hamburger-a .hamburger-inner .hamburger span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  margin-bottom: 6px;
}
#hamburgermenu.hamburger-a .hamburger-inner .hamburger span:first-child {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#hamburgermenu.hamburger-a .hamburger-inner .hamburger span:nth-child(2) {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#hamburgermenu.hamburger-a .hamburger-inner .hamburger span:nth-child(3) {
  margin-bottom: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#hamburgermenu.hamburger-a .hamburger-inner .hamburger.active span {
  display: block;
  width: 40px;
  background-color: #ffffff;
}
#hamburgermenu.hamburger-a .hamburger-inner .hamburger.active span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  top: 8px;
  left: -4px;
}
#hamburgermenu.hamburger-a .hamburger-inner .hamburger.active span:nth-child(2) {
  display: none;
  position: relative;
  right: 100px;
}
#hamburgermenu.hamburger-a .hamburger-inner .hamburger.active span:nth-child(3) {
  margin-bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  top: 0px;
  left: -4px;
}
#hamburgermenu.hamburger-a .hamburger-nav {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #003d56;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}
#hamburgermenu.hamburger-a .hamburger-nav.active {
  display: grid;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tel-a {
  font-size: 24px;
  font-weight: bold;
}
.tel-a span {
  font-size: 0.5rem;
}
.tel-a a {
  text-decoration: none;
}
.tel-a a:hover {
  opacity: 0.8;
}

.footer-a {
  padding: 60px 0;
  background-color: #fcfcfc;
  position: relative;
}
.footer-a .gap {
  grid-column: span 2;
}
.footer-a .nav-1 {
  text-align: center;
}
.footer-a .ul-a {
  padding: 0;
  display: inline-block;
  margin: 0 auto;
}
.footer-a .ul-a li {
  display: inline-block;
  width: auto;
  padding-right: 2rem;
  position: relative;
}
.footer-a .ul-a li::after {
  display: none;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 20px;
  right: 1rem;
}
.footer-a .ul-a li a {
  text-decoration: none;
  color: #000000;
  display: block;
  text-align: center;
}
.footer-a .ul-a li a:hover {
  opacity: 0.8;
}
.footer-a .ul-a li a span {
  display: block;
  font-size: 0.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer-a {
    padding: 40px;
  }
  .footer-a .grid-container-12 {
    gap: 0;
  }
  .footer-a .grid-row-1 {
    grid-column: span 5;
  }
  .footer-a .grid-row-2 {
    grid-column: span 12;
  }
  .footer-a .grid-row-3 {
    grid-column: span 12;
  }
  .footer-a .ul-a li {
    display: block;
    margin-bottom: 0.5rem;
  }
  .footer-a .ul-a li a {
    text-align: left;
  }
  .footer-a .ul-a li a span {
    text-align: left;
  }
}

#totop {
  position: fixed;
  width: 40px;
  height: auto;
  bottom: 20px;
  right: 20px;
}
#totop img {
  width: 100%;
  height: auto;
}

/* CSS Document */
/* CSS Document */
.firstview-j {
  width: 100%;
  overflow-x: hidden;
}
.firstview-j * {
  color: #003d56;
}
.firstview-j .wrapper {
  position: relative;
}
.firstview-j #vegas {
  height: 100vh;
}
.firstview-j .inner-1 {
  width: 100%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.firstview-j .inner-1 .header-logo {
  margin-bottom: 20px;
  max-width: 20%;
}
.firstview-j .inner-1 .header-logo h1 {
  line-height: 1;
}
.firstview-j .inner-1 .header-logo img {
  width: 100%;
  height: auto;
}
.firstview-j .inner-1 .nav1 {
  margin-left: auto;
}
.firstview-j .inner-1 .nav1 .ul-a {
  margin-right: 40px;
  padding-top: 10px;
}
.firstview-j .inner-1 .tel-a span {
  display: block;
  text-align: right;
}
.firstview-j .inner-1 .tel-a a span {
  display: inline-block;
}
.firstview-j .inner-2 {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100vh - 260px);
}
.firstview-j .inner-2 img {
  width: 100%;
}
.firstview-j .inner-3 {
  width: 100%;
  height: 120px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
}
.firstview-j .inner-3 h1 {
  font-size: 24px;
}
.firstview-j .inner-3 .ul-sns-a li {
  width: 30px;
}
.firstview-j .inner-3 .ul-sns-a li img {
  width: 100%;
  height: auto;
}
.firstview-j .icon {
  position: absolute;
  bottom: 120px;
  right: 40px;
}
.firstview-j .hamburger-a {
  display: none;
}
.firstview-j .map {
  margin-left: auto;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #000000;
}
.firstview-j .map a {
  text-decoration: none;
  color: #000000;
  font-size: 24px;
}
@media screen and (max-width: 1120px) {
  .firstview-j .inner-1 .ul-a {
    display: none;
  }
  .firstview-j .inner-1 .tel-a {
    display: none;
  }
  .firstview-j .inner-3 {
    bottom: 20px;
  }
  .firstview-j .inner-3 .map {
    display: none;
  }
  .firstview-j .inner-3 .ul-sns-a {
    display: none;
  }
  .firstview-j .hamburger-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .firstview-j .hamburger-a .hamburger-inner {
    left: auto;
    right: 0 !important;
    width: 60px;
    height: 60px;
  }
  .firstview-j .hamburger-a .ul-b {
    margin-bottom: 40px;
  }
  .firstview-j .hamburger-a .ul-b li a {
    text-align: center;
    display: block;
    color: #ffffff;
  }
  .firstview-j .hamburger-a .ul-b li a span {
    text-align: center;
    display: block;
    color: #ffffff;
  }
  .firstview-j .hamburger-a .tel-a {
    text-align: center;
    padding: 20px;
    margin-bottom: 40px;
  }
  .firstview-j .hamburger-a .tel-a span {
    display: block;
    text-align: center;
  }
  .firstview-j .hamburger-a .tel-a a span {
    display: inline-block;
  }
  .firstview-j .hamburger-a .ul-sns-a {
    text-align: center;
  }
  .firstview-j .icon {
    bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .firstview-j .inner-1 .header-logo {
    padding: 0;
    max-width: 77%;
  }
  .firstview-j .inner-1 .header-logo img {
    width: 100%;
    max-width: 400px;
  }
  .firstview-j .icon {
    width: 25%;
    right: auto;
    left: 40px;
    bottom: 100px;
  }
  .firstview-j .icon img {
    width: 100%;
    height: auto;
  }
}/*# sourceMappingURL=main.css.map */