@charset "UTF-8";* {
  box-sizing: border-box;
  line-height: 1.5
}

html {
  scroll-behavior: smooth
}

body {
  color: #1A1A1A;
  animation: fade 1s;
  font-weight: 400;
  font-family: "Noto Serif JP",serif
}

.hidden {
  display: none
}

@keyframes fade {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

header {
  position: fixed;
  top: 0;
  z-index: 10;
  background: rgb(255,255,255);
  width: 100%;
  height: 100px;
  transition: 0.2s;
  height: 90px;
  background: #142b57
}

header .inner {
  display: flex;
  align-items: center;
  height: 90px
}

header .inner a.header-logo {
  display: flex;
  align-items: center;
  margin-left: 1em
}

header .inner a.header-logo img {
  width: auto;
  max-width: 220px;
  height: 50px;
}

header .inner a.header-logo h1 {
  font-size: 14px;
  margin-top: 4px;
  color: #fff;
  font-family: "游明朝体","Yu Mincho","游明朝",YuMincho,"ＭＳ Ｐ明朝","MS PMincho",serif;
  font-weight: 700;
  margin-left: 1em;
  display: flex;
  flex-direction: column;
}

header .menu-wrap {
  position: relative;
  width: 90px;
  height: 90px;
  cursor: pointer;
  background: #1a1a1a;
  display: grid;
  place-content: center
}

header .menu-trigger {
  position: relative;
  width: 34px;
  height: 34px;
  cursor: pointer;
  background: #1a1a1a
}

header .menu-trigger span {
  position: absolute;
  transform: translateY(-50%);
  display: block;
  width: 34px;
  height: 2px;
  background-color: #FFF;
  transition: 0.5s
}

header .menu-trigger span:nth-of-type(1) {
  top: 50%
}

header .menu-trigger span:nth-of-type(2) {
  top: 20%
}

header .menu-trigger span:nth-of-type(3) {
  top: 80%
}

header .menu-trigger.active span {
  transition: 0.5s
}

header .menu-trigger.active span:nth-of-type(1) {
  opacity: 0
}

header .menu-trigger.active span:nth-of-type(2) {
  top: 50%;
  transform: rotate(40deg)
}

header .menu-trigger.active span:nth-of-type(3) {
  top: 50%;
  transform: rotate(-40deg)
}

.overlay {
  display: none;
  height: calc(100vh - 70px);
  width: 100%;
  background: #1a1a1a;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: overlay
}

.overlay.active {
  display: block
}

main {
  margin-top: 90px
}

header .header-logo+nav {
  margin-left: auto;
  margin-right: 2em
}

header .header-logo+nav ul {
  display: flex;
  gap: 2em
}

header .header-logo+nav ul li a {
  color: #fff
}

.overlay nav {
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  width: 100%;
  height: 100%;
  max-width: 1000px;
  display: grid;
  place-content: center;
  place-items: center
}

.overlay nav ul {
  display: flex;
  gap: 60px 5%;
  flex-wrap: wrap
}

.overlay nav ul.sub-menu {
  margin-top: 20px;
  gap: 10px;
  margin-left: 2em
}

.overlay nav ul.sub-menu li {
  width: 100%
}

.overlay nav ul.sub-menu li a {
  border: none;
  font-size: 17px;
  color: #fff
}

.overlay nav ul.main-menu>li>a {
  font-weight: 600;
  color: #fff;
  border-bottom: solid 1px #fff;
  font-size: 20px;
  padding-bottom: 6px
}

.overlay nav ul li {
  width: 100%
}

.overlay nav ul li a {
  font-weight: 700;
  color: #1a1a1a
}

header .pc-header-contact {
  position: relative;
  height: 90px;
  cursor: pointer;
  background: #ee2930;
  display: grid;
  place-content: center;
  padding: 28px
}

header .pc-header-contact a {
  display: flex;
  place-items: center;
  place-content: center;
  gap: 1em
}

header .pc-header-contact a img {
  width: auto
}

header .pc-header-contact a p {
  color: #fff;
  font-weight: 700
}

header .to-top {
  position: fixed;
  right: 5px;
  bottom: 5px;
  visibility: hidden
}

header .to-top a {
  width: 65px;
  height: 65px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #292f36;
  border: solid 1px #fff;
  display: flex;
  justify-content: center;
  align-items: center
}

header .to-top.active {
  visibility: visible;
  animation: fade 1s forwards
}

footer {
  padding: 60px;
  background: #142b57
}

footer ul {
  display: flex;
  gap: 0 2em;
  justify-content: center
}

footer a {
  color: #fff;
  text-decoration: underline
}

.swiper-wrapper {
  align-items: stretch!important
}

.swiper h2 {
  font-size: 48px;
  color: #fff;
  text-align: center;
  font-weight: 600
}

.swiper p {
  color: #fff;
  text-align: center;
  margin-top: 1.5em;
  font-size: 18px
}

.swiper p+h2 {
  margin-top: 1.5em
}

.swiper a {
  background: #fff;
  width: max-content;
  margin: auto;
  padding: 10px 30px;
  border-radius: 5px;
  margin-top: 1.5em;
  color: #1a1a1a;
  margin-top: 1.5em
}

.swiper-slide {
  position: relative;
  height: auto;
  padding: 50px
}

.swiper-fade .swiper-slide {
  display: grid;
  align-items: center;
  align-content: center
}

.swiper-slide .box {
  width: 700px;
  height: 100%;
  padding: 50px;
  border: solid 6px #fff;
  margin: auto
}

.swiper-slide figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.4)
}

.top-zisseki .inner {
  width: 100%;
  max-width: 1240px;
  margin: auto;
  padding: 80px 0
}

.top-zisseki h2 {
  font-size: 36px;
  color: #142b57;
  text-align: center
}

.top-zisseki h3 {
  font-size: 48px;
  color: #142b57;
  text-align: center;
  margin-top: .5em;
  font-weight: 600
}

.top-zisseki p {
  text-align: center;
  margin-top: 1.5em
}

.top-zisseki p+h3 {
  margin-top: 1.5em
}

.top-zisseki a {
  background: #142b57;
  width: max-content;
  margin: auto;
  padding: 10px 30px;
  border-radius: 5px;
  margin-top: 1.5em;
  color: #fff;
  margin-top: 1.5em
}

.top-zisseki-under {
  background: #d1d3ca
}

.top-zisseki-under .inner {
  width: 94%;
  max-width: 1200px;
  margin: auto;
  padding: 80px 0
}

.top-zisseki-under ul {
  display: flex;
  gap: 4%
}

.top-zisseki-under li {
  width: 48%
}

.top-zisseki-under .top-zisseki-under-text {
  background: #615049;
  padding: 30px;
  height: 452px;
  display: flex;
  flex-direction: column;
  .top-zisseki-under p {
    color: #fff;
    margin-top: 1.5em
  }

  ;.top-zisseki-under p {
    color: #fff;
    margin-top: 1.5em
  }
}

.top-zisseki-under figure img {
  height: auto
}

.top-zisseki-under h2 {
  color: #fff;
  font-weight: 500
}

.top-zisseki-under p {
  color: #fff;
  margin-top: 1.5em
}

.top-zisseki-under p+h2 {
  margin-top: 1.5em
}

.top-zisseki-under a {
  background: #fff;
  width: max-content;
  padding: 10px 30px;
  border-radius: 5px;
  margin-top: 1.5em;
  color: #1a1a1a;
  margin-top: auto
}

.top-gaiyou {
  position: relative
}

.top-gaiyou .inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 80px 0
}

.top-gaiyou h2 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 2
}

.top-gaiyou h2 span {
  color: #fff;
  text-align: center;
  font-size: 18px
}

.top-gaiyou p {
  color: #fff;
  text-align: center;
  font-size: 18px
}

.top-gaiyou p+p {
  margin-top: 1.5em
}

.top-gaiyou figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.top-gaiyou figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.4)
}

#business {
  background: #142b57
}

.business {
  max-width: 1240px;
  margin: 150px auto 100px
}

.business .inner {
  width: 94%;
  margin: auto
}

.business h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 600
}

.business h3 {
  color: #142b57;
  font-size: 24px;
  font-weight: 600
}

.business p+h3 {
  margin-top: 1.5em
}

.business p {
  color: #1a1a1a;
  font-size: 18px;
  margin-top: 1em;
  margin-bottom: auto
}

.business ul {
  display: flex;
  gap: 50px 4%;
  flex-wrap: wrap;
  margin-top: 50px
}

.business li {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: stretch
}

.business li .text {
  background: #d1d3ca;
  padding: 30px;
  height: 100%
}

#company {
  background: #142b57
}

.company {
  max-width: 730px;
  margin: 150px auto 100px
}

.company h1 {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 600
}

.company h2 {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 600
}

.company figure {
  margin-top: 2em
}

.company dl {
  display: flex;
  flex-wrap: wrap;
  padding: 2em 0
}

.company dt {
  color: #fff;
  width: 20%
}

.company dd {
  color: #fff;
  width: 80%
}

.company h3 {
  color: #fff;
  font-weight: 600
}

.company p {
  color: #fff
}

.company p:before {
  content: "・"
}

.company a {
  text-decoration: underline;
  color: #fff
}

.contact-form-top {
  background: #142b57;
  padding: 60px 0 60px
}

.contact-form-top .inner {
  max-width: 730px;
  margin: auto
}

.contact-form-top h1 {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: 600
}

.contact-form-top h2 {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: 600
}

.contact-form-top p {
  color: #fff;
  text-align: center;
  margin-top: 2em
}

.contact-form-top p+p {
  margin-top: 1.5em
}

.contact-form-top figure {
  margin-top: 2em
}

.contact-form {
  max-width: 730px;
  margin: 60px auto 60px
}

.contact-form.mt {
  margin-top: 180px
}

.contact-form.mt2 {
  margin-top: 180px;
  height: calc(100vh - 384px)
}

.contact-form.mt dd {
  border-bottom: solid 1px #1a1a1a;
  padding: 10px
}

.contact-form h3 {
  font-size: 32px;
  color: #142b57;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center
}

.contact-form form {
  margin: 60px 0
}

.contact-form form dt p {
  font-size: 18px;
  margin-bottom: 10px
}

.contact-form form dd+dt {
  margin-top: 25px
}

.contact-form form dd input {
  width: 100%;
  padding: 10px;
  background: none;
  border: solid 1px #333
}

.contact-form form dd textarea {
  width: 100%;
  padding: 10px;
  background: none;
  border: solid 1px #333
}

.privacy-box {
  margin-top: 25px
}

.privacy-box a {
  display: inline-block;
  text-decoration: underline;
  color: #1a1a1a
}

.contact-btn-area {
  margin-top: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em
}

.btn-back {
  background: #aaa;
  width: 200px;
  padding: 10px 30px;
  border-radius: 5px;
  color: #fff;
  border: solid 1px #aaa
}

.btn-send {
  background: #142b57;
  width: 200px;
  padding: 10px 30px;
  border-radius: 5px;
  color: #fff;
  border: solid 1px #142b57
}

.privacypolicy {
  max-width: 730px;
  margin: 150px auto 100px
}

.privacypolicy h1 {
  color: #1a1a1a;
  text-align: center;
  font-size: 36px;
  font-weight: 600
}

.head_text {
  margin-top: 60px
}

.privacypolicy h4 {
  font-size: 24px
}

.privacypolicy p {
  margin-top: 1.5em
}

.privacypolicy p+h4 {
  margin-top: 2em
}
