@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
:root {
  --color_blue: #173059;
}

html, body {
  font-size: 62.5%;
  line-height: 1.8;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  position: relative;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body * {
  box-sizing: border-box;
}

img {
  vertical-align: top;
  width: 100%;
}

a {
  color: #000;
  text-decoration: none;
  transition: .3s;
}

.en {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.pc {
  display: block;
}
@media (max-width: 798px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 798px) {
  .sp {
    display: block;
  }
}

main {
  background-color: #fff;
}

/*--------------------------------
フェードイン
--------------------------------*/
.show-cnt {
  transform: translateY(10px);
  transition: 0.5s ease-out;
  opacity: 0;
}
.show-cnt.run {
  transform: translateY(0);
  opacity: 1;
}

/*--------------------------------
メニュー
--------------------------------*/
header .nav-toggle {
  display: block;
  mix-blend-mode: difference;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 22px;
  z-index: 10010;
  cursor: pointer;
}
@media (max-width: 798px) {
  header .nav-toggle {
    right: 10px;
    top: 10px;
  }
}
header .nav-toggle button {
  display: block;
  background-color: transparent;
  border: none;
  position: relative;
  cursor: pointer;
  outline: none;
  padding: 0;
}
header .nav-toggle button span {
  width: 30px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
header .nav-toggle button span:nth-child(1) {
  top: 0;
}
header .nav-toggle button span:nth-child(2) {
  top: 10px;
}
header .nav-toggle button span:nth-child(3) {
  top: 20px;
}
header nav {
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  z-index: 100;
  pointer-events: none;
  transform: scale(0.95);
}
header nav .menu {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
header nav .menu li {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
header nav .menu li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background-color: var(--color_blue);
}
header nav .menu li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
header nav .menu li:last-child:after {
  display: none;
}
header nav .menu li a {
  display: inline-block;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  line-height: 1.2;
  transition: .3s;
  letter-spacing: .25rem;
}
header nav .menu li a:hover {
  transform: scale(1.05);
}
header nav .menu li a span {
  display: block;
  font-size: clamp(1.2rem, 1.4vw, 1.6rem);
  margin-bottom: 5px;
}
header.open .nav-toggle button span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
header.open .nav-toggle button span:nth-child(2) {
  width: 0;
  left: 50%;
}
header.open .nav-toggle button span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header.open nav {
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 1;
  pointer-events: initial;
  transform: scale(1);
}

/*--------------------------------
mainvisual
--------------------------------*/
.mainvisual {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .mainvisual {
    max-height: 1000px;
  }
}
.mainvisual__logo {
  position: absolute;
  left: 3%;
  top: 3%;
  font-size: clamp(1.5rem, 2vw, 3rem);
  line-height: 1;
  font-weight: 500;
  color: #fff;
  z-index: 1;
}
.mainvisual__image {
  display: flex;
  justify-content: center;
}
@media (min-width: 1200px) {
  .mainvisual__image {
    height: 1000px;
    position: relative;
  }
  .mainvisual__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.mainvisual__box {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.mainvisual__box-midashi {
  font-size: clamp(1.8rem, 2.7vw, 3.6rem);
  line-height: 1.6;
  letter-spacing: .5rem;
  font-weight: 500;
}
@media (max-width: 798px) {
  .mainvisual__box-midashi {
    font-size: clamp(1.8rem, 3.7vw, 3.6rem);
    letter-spacing: .25rem;
  }
}
.mainvisual__box-text {
  font-size: clamp(1.1rem, 2.7vw, 2.2rem);
  line-height: 1;
  margin-top: 1.5%;
  letter-spacing: .25rem;
}
@media (max-width: 798px) {
  .mainvisual__box-text {
    letter-spacing: .05rem;
    margin-top: 2.5%;
  }
}

/*--------------------------------
共通
--------------------------------*/
.contents-title {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(1.2rem, 1.7vw, 2.2rem);
  line-height: 1.2;
  color: var(--color_blue);
  letter-spacing: .5rem;
  font-weight: 500;
}
@media (max-width: 798px) {
  .contents-title {
    font-size: clamp(1.2rem, 3vw, 3rem);
  }
}
.contents-title span {
  display: block;
  font-size: clamp(1.6rem, 2.4vw, 3.2rem);
  line-height: 1.2;
  letter-spacing: .25rem;
  font-weight: 500;
  padding: 0 20px 10px;
  border-bottom: solid 1px var(--color_blue);
  margin-bottom: 10px;
}
@media (max-width: 798px) {
  .contents-title span {
    font-size: clamp(1.6rem, 3.2vw, 3.2rem);
  }
}
.contents-title--white {
  color: #fff;
}
.contents-title--white span {
  border-color: #fff;
}

.contents-head {
  text-align: center;
  padding: 100px 0;
  text-align: center;
}
@media (max-width: 798px) {
  .contents-head {
    padding: 16% 0;
  }
}
.contents-head__midashi {
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1.2;
  margin-bottom: 50px;
  letter-spacing: .25rem;
}
@media (max-width: 798px) {
  .contents-head__midashi {
    margin-bottom: 7%;
  }
}
.contents-head__text {
  font-size: clamp(1.1rem, 1.7vw, 2.2rem);
  line-height: 2;
  letter-spacing: .15rem;
}
.contents-head__belt {
  background-color: #eeeceb;
  padding: 50px 0;
  margin: 150px 0 60px;
}
@media (max-width: 798px) {
  .contents-head__belt {
    padding: 10% 0;
    margin: 15% 0 6%;
  }
}

.l-inner__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

/*--------------------------------
greeting
--------------------------------*/
.greeting {
  background: url(../images/greeting-bg.jpg) no-repeat center center/cover;
  padding: 140px 0;
  text-align: center;
  color: #fff;
}
@media (max-width: 798px) {
  .greeting {
    padding: 16% 0;
  }
}
.greeting__text {
  margin-top: 70px;
  font-size: clamp(1.2rem, 2.4vw, 2.2rem);
  line-height: 2.4;
}
@media (max-width: 798px) {
  .greeting__text {
    margin-top: 10%;
  }
}

/*--------------------------------
business
--------------------------------*/
.business {
  padding: 140px 0;
  text-align: center;
  color: var(--color_blue);
}
@media (max-width: 798px) {
  .business {
    padding: 16% 0;
  }
}
.business__text {
  margin-top: 70px;
  font-size: clamp(1.5rem, 3vw, 3rem);
  line-height: 1.8;
}
@media (max-width: 798px) {
  .business__text {
    margin-top: 10%;
  }
}

/*--------------------------------
bland
--------------------------------*/
@media (max-width: 798px) {
  .bland {
    display: block;
  }
}
.bland .contents-head {
  color: var(--color_blue);
  background-color: #c9d5db;
}
.bland__image {
  width: 50%;
  position: relative;
}
@media (max-width: 798px) {
  .bland__image {
    width: 100%;
  }
}
.bland__box {
  position: absolute;
  z-index: 1;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
}
.bland__box-en {
  font-size: clamp(1.2rem, 2.4vw, 2.4rem);
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: .15rem;
}
.bland__box-text {
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1.2;
  letter-spacing: .15rem;
}
.bland__box-text span {
  display: block;
  font-size: clamp(1rem, 2.2vw, 2.2rem);
  margin-top: 10px;
}

/*--------------------------------
flow
--------------------------------*/
.flow {
  padding: 100px 0;
}
@media (max-width: 798px) {
  .flow {
    padding: 16% 0;
  }
}
.flow__text {
  text-align: center;
  font-size: clamp(1.6rem, 3.5vw, 3.5rem);
  line-height: 1.2;
  text-align: center;
  margin: 0 0 40px;
}
@media (max-width: 798px) {
  .flow__text {
    margin: 0 0 20px;
  }
}
.flow__image {
  max-width: 1170px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 798px) {
  .flow__image {
    max-width: 400px;
    width: 80%;
  }
}

/*--------------------------------
consulting
--------------------------------*/
@media (max-width: 798px) {
  .consulting {
    display: block;
  }
}
.consulting .contents-head {
  color: #473d31;
  background-color: #c6bf9c;
}
.consulting__image {
  width: 50%;
  position: relative;
}
@media (max-width: 798px) {
  .consulting__image {
    width: 100%;
  }
}
.consulting__box {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
}
.consulting__box-en {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: .15rem;
}

/*--------------------------------
area
--------------------------------*/
.area__text {
  margin-top: 50px;
  font-size: clamp(1.5rem, 3vw, 3rem);
  line-height: 1.8;
  color: var(--color_blue);
  text-align: center;
}
@media (max-width: 798px) {
  .area__text {
    margin-top: 8%;
  }
}
.area__map {
  max-width: 1098px;
  width: 100%;
  margin: 80px auto 0;
}
@media (max-width: 798px) {
  .area__map {
    margin-top: 8%;
  }
}
.area__recruitment {
  max-width: 1098px;
  width: 90%;
  margin: 35px auto 0;
  background-color: var(--color_blue);
  padding: 10px;
  align-items: center;
}
@media (max-width: 798px) {
  .area__recruitment {
    margin: 4% auto 0;
    display: block;
  }
}
.area__recruitment-title {
  font-size: clamp(1.8rem, 3.2vw, 4rem);
  line-height: 1;
  color: #fff;
  padding: 0 5px;
  width: 50%;
  text-align: center;
}
@media (max-width: 798px) {
  .area__recruitment-title {
    width: 100%;
    padding: 0 5px 10px;
  }
}
.area__recruitment-box {
  background-color: #fff;
  padding: 10px;
  width: 48%;
  align-items: stretch;
}
@media (max-width: 798px) {
  .area__recruitment-box {
    width: 100%;
    display: block;
  }
}
.area__recruitment-midashi {
  background-color: var(--color_blue);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: clamp(1rem, 1.4vw, 1.4rem);
  line-height: 1;
  width: 28%;
}
@media (max-width: 798px) {
  .area__recruitment-midashi {
    width: 100%;
    padding: 5px 0;
    margin: 0 0 10px;
  }
}
.area__recruitment-data {
  width: 70%;
}
@media (max-width: 798px) {
  .area__recruitment-data {
    width: 100%;
  }
}
.area__recruitment-table {
  width: 50%;
}
@media (max-width: 798px) {
  .area__recruitment-table {
    width: 49%;
  }
}
.area__recruitment-table dl {
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  line-height: 1.4;
  padding-bottom: 5px;
}
.area__recruitment-table dl:last-of-type {
  padding-bottom: 0;
}
.area__recruitment-table dl dt {
  width: 50px;
  min-width: 50px;
  position: relative;
  text-align-last: justify;
  text-justify: inter-ideograph;
  text-align: justify;
}
@media (max-width: 798px) {
  .area__recruitment-table dl dt {
    width: 40px;
    min-width: 40px;
  }
}
.area__recruitment-table dl dt:after {
  content: '\:';
  position: absolute;
  top: -1px;
  right: -.5rem;
}
@media (max-width: 798px) {
  .area__recruitment-table dl dt:after {
    top: -1px;
    right: -.75rem;
  }
}
.area__recruitment-table dd {
  width: calc(100% - 60px);
  justify-content: flex-start;
}
@media (max-width: 798px) {
  .area__recruitment-table dd {
    width: calc(100% - 55px);
  }
}
.area__recruitment-table dd span {
  display: block;
  margin-right: 8px;
}
.area__recruitment-features {
  width: 48%;
}
.area__recruitment-features-midashi {
  font-size: 1rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 5px;
}
.area__recruitment-features-midashi:after {
  content: '';
  width: calc(100% - 3rem);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
}
.area__recruitment-features-text {
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  line-height: 1.4;
  color: #98161c;
  padding-left: 10px;
  position: relative;
}
.area__recruitment-features-text:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #98161c;
  position: absolute;
  top: 5px;
  left: 0;
}

/*--------------------------------
company
--------------------------------*/
.company__table {
  margin: 50px auto;
  max-width: 1070px;
  width: 90%;
}
@media (max-width: 798px) {
  .company__table {
    margin: 30px auto;
  }
}
.company__table dl {
  font-size: clamp(1.1rem, 2vw, 2.2rem);
  line-height: 1.6;
  padding-bottom: 15px;
  color: var(--color_blue);
}
.company__table dl dt {
  width: 160px;
  min-width: 160px;
  position: relative;
  text-align-last: justify;
  text-justify: inter-ideograph;
  text-align: justify;
}
@media (max-width: 798px) {
  .company__table dl dt {
    width: 80px;
    min-width: 80px;
  }
}
.company__table dl dt.dt-en {
  display: flex;
  justify-content: space-between;
}
.company__table dl dt:after {
  content: '\:';
  position: absolute;
  top: -3px;
  right: -1.5rem;
}
@media (max-width: 798px) {
  .company__table dl dt:after {
    top: -1px;
    right: -.75rem;
  }
}
.company__table dl dd {
  width: calc(100% - 200px);
  justify-content: flex-start;
}
@media (max-width: 798px) {
  .company__table dl dd {
    width: calc(100% - 95px);
  }
}
.company__table dl dd span {
  display: block;
  margin-right: 8px;
}
.company__map {
  margin: 0 auto;
  max-width: 1070px;
  width: 100%;
  height: 980px;
}
@media (max-width: 798px) {
  .company__map {
    height: 340px;
  }
}
.company__map iframe {
  width: 100%;
  height: 100%;
}

/*--------------------------------
footer
--------------------------------*/
footer {
  background: url(../images/greeting-bg.jpg) no-repeat center center/cover;
  padding: 60px 0;
  text-align: center;
  color: #fff;
  margin: 150px 0 0;
}
@media (max-width: 798px) {
  footer {
    padding: 10% 0;
    margin: 5% 0 0;
  }
}
footer address {
  font-size: clamp(1.5rem, 3vw, 3rem);
  font-style: normal;
  line-height: 1;
}

/*# sourceMappingURL=style.css.map */
