@charset "UTF-8";
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
}

a:hover {
  opacity: 0.8;
}

.inner {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 500px);
}
@media screen and (max-width: 767px) {
  .header__inner {
    width: 100%;
    height: 60px;
  }
}

.header__logo {
  width: 199px;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 150px;
    margin-left: 20px;
  }
}

.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav ul li a {
  padding: 0 20px;
  padding-bottom: 3px;
  position: relative;
}
.header__nav ul li a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  background: #000;
  right: 0;
  top: 3px;
}
.header__nav ul li a::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #218060;
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; /*変形の時間*/
}
.header__nav ul li a:hover::before {
  -webkit-transform: scale(0.7, 1);
          transform: scale(0.7, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
.header__nav ul li:last-child a::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__tel {
  position: absolute;
  right: 200px;
  top: 20px;
  font-size: 36px;
  font-weight: 700;
}
.header__tel a {
  color: #218060;
  position: relative;
}
.header__tel a::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 39px;
  background: url("../image/icon-tel.svg");
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .header__tel {
    display: none;
  }
}

.header__recruit {
  position: absolute;
  right: 0;
  top: 0;
}
.header__recruit a {
  background: #218060;
  padding: 0 30px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 17px;
  height: 100px;
  position: relative;
}
.header__recruit a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url("../image/icon-recruit.svg");
  left: 20px;
}
@media screen and (max-width: 767px) {
  .header__recruit {
    display: none;
  }
}

/* ハンバーガーボタンのデザイン */
.drawer__button {
  position: fixed;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  right: 10px;
  top: 6px;
  z-index: 999; /* メニューを開いている時もクリックできるよう設定 */
}

/* ハンバーガーボタン内の線 */
.drawer__button > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2px;
  background-color: black;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.drawer__button > span:first-child {
  -webkit-transform: translate(-50%, calc(-50% - 0.5rem));
          transform: translate(-50%, calc(-50% - 0.5rem));
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.drawer__button > span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.drawer__button > span:last-child {
  -webkit-transform: translate(-50%, calc(-50% + 0.5rem));
          transform: translate(-50%, calc(-50% + 0.5rem));
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* 展開時のデザイン */
.drawer__button.active > span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.drawer__button.active > span:nth-child(2) {
  opacity: 0;
}

.drawer__button.active > span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

/* メニューのデザイン */
.drawer__nav {
  position: fixed; /* 追従ヘッダーなどでも表示できるよう設定しておく */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.drawer__nav.active {
  opacity: 1;
  visibility: visible;
}

.drawer__nav__inner {
  position: relative;
  width: 80%;
  height: 100%;
  background-color: white;
  padding: 4rem 1.5rem 1rem;
  margin: 0 0 0 auto;
  overflow: scroll;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.drawer__nav.active .drawer__nav__inner {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer__nav__menu {
  list-style: none;
  padding-left: 0;
}

.drawer__nav__link {
  display: block;
  color: black;
  text-decoration: none;
  padding: 1rem 1rem;
  border-bottom: solid 1px lightgray;
}

/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
  height: 100%;
  overflow: hidden;
}

.drawer__nav-tel {
  margin: auto;
  text-align: center;
  margin-top: 30px;
  margin-left: 20px;
}
.drawer__nav-tel a {
  color: #218060;
  position: relative;
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  border-bottom: none;
  padding: 0;
}
.drawer__nav-tel a::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 30px;
  background: url("../image/icon-tel.svg");
  left: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
}

.drawer__nav-recruit {
  width: 100%;
  margin-top: 15px;
}
.drawer__nav-recruit a {
  display: inline-block;
  width: 100%;
  background: #218060;
  padding: 15px 0;
  padding-left: 20px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  position: relative;
  border-bottom: none;
}
.drawer__nav-recruit a::before {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  background: url("../image/icon-recruit.svg");
  margin-left: -40px;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
}

/*==================================
fv
==================================*/
.fv {
  width: 100%;
  position: relative;
  height: calc(100vh - 100px);
}

.fv-image {
  height: calc(100vh - 100px);
  width: 100%;
}

@-webkit-keyframes zoomOutSlightly {
  0% {
    -webkit-transform: translateX(-5%) scale(1.1);
    transform: translateX(-5%) scale(1.1);
    /* 少しズームインした状態から開始 */
  }
  100% {
    -webkit-transform: translateX(0) scale(1.1);
    transform: translateX(0) scale(1.1);
    /* 元の大きさに戻る */
  }
}
@keyframes zoomOutSlightly {
  0% {
    -webkit-transform: translateX(-5%) scale(1.1);
    transform: translateX(-5%) scale(1.1);
    /* 少しズームインした状態から開始 */
  }
  100% {
    -webkit-transform: translateX(0) scale(1.1);
    transform: translateX(0) scale(1.1);
    /* 元の大きさに戻る */
  }
}
#mainvisual .vegas-slide {
  -webkit-animation: zoomOutSlightly 20s ease-in-out forwards;
  animation: zoomOutSlightly 20s ease-in-out forwards;
}

.vegas-content-scrollable {
  overflow: hidden;
}

.fv__inner {
  position: absolute;
  display: block;
  top: 20%;
  color: #fff;
  max-width: 1150px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .fv__inner {
    top: auto;
    bottom: 20%;
  }
}

.fv__copy1 {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .fv__copy1 {
    font-size: 20px;
  }
}

.fv__copy2 {
  font-size: 72px;
  line-height: 1.1805555556;
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .fv__copy2 {
    font-size: 32px;
  }
}

.fv__copy3 {
  font-size: 26px;
  color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .fv__copy3 {
    font-size: 15px;
  }
}
.fv__copy3 .span1 {
  display: inline-block;
  background: #fff;
}
.fv__copy3 .span2 {
  display: inline-block;
  background: #fff;
  margin-top: 10px;
  padding-left: 15px;
}

@-webkit-keyframes circlemove {
  0% {
    top: -100px;
    opacity: 1;
  }
  100% {
    top: -20px;
    opacity: 1;
  }
}

@keyframes circlemove {
  0% {
    top: -100px;
    opacity: 1;
  }
  100% {
    top: -20px;
    opacity: 1;
  }
}
.header__scroll {
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  right: 3%;
  height: 110px;
  bottom: 5vh;
  letter-spacing: 3px;
  font-size: 12px;
  display: block;
  font-family: Times New Roman, Times, 游明朝体, YuMincho, ヒラギノ明朝 ProN W3, Hiragino Mincho ProN, ＭＳＰ明朝, MS PMincho, MS明朝, serif;
}
@media screen and (max-width: 767px) {
  .header__scroll {
    bottom: 0;
  }
}
.header__scroll::before {
  content: "";
  height: 80px;
  width: 0.7px;
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -100px;
}
.header__scroll::after {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -100px;
  -webkit-animation: circlemove 2.5s ease-in-out infinite;
          animation: circlemove 2.5s ease-in-out infinite;
}

.fv__bottom {
  padding-top: 45.458984375%;
  background: url("../image/sec01.jpg") no-repeat center center/cover;
  position: relative;
}
.fv__bottom .inner {
  position: absolute;
  top: 0;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fv__bottom-text {
  margin-top: 80px;
  font-size: 55px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-shadow: #008eff 1px 0 20px;
  letter-spacing: 0.22em;
}
@media screen and (max-width: 767px) {
  .fv__bottom-text {
    font-size: 20px;
    margin-top: 40px;
  }
}

/*==================================
about
==================================*/
.about {
  padding: 50px 0 100px;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 70px 0 50px;
  }
}

.sec__title {
  font-size: 35px;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  padding-top: 80px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec__title {
    font-size: 26px;
    padding-top: 55px;
  }
}
.sec__title::before {
  position: absolute;
  content: "";
  width: 41px;
  height: 61px;
  background: url("../image/logo-icon.svg");
  background-repeat: no-repeat;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0px;
}
@media screen and (max-width: 767px) {
  .sec__title::before {
    width: 30px;
    height: 45px;
  }
}
.sec__title span {
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec__title span {
    font-size: 14px;
  }
}

.about__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-right: calc(50% - 50vw);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .about__contents {
    display: block;
    margin-right: auto;
    margin-top: 40px;
  }
}

.about__left {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .about__left {
    width: 100%;
  }
}

.about__copy {
  font-size: 48px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .about__copy {
    font-size: 40px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1100px) {
  .about__copy {
    font-size: 32px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .about__copy {
    font-size: 28px;
    text-align: center;
  }
}

.about__text {
  font-size: 20px;
  margin-top: 30px;
  line-height: 2.1;
  max-width: 486px;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .about__text {
    font-size: 18px;
    line-height: 2;
  }
}
@media screen and (max-width: 1500px) {
  .about__text {
    font-size: 16px;
    line-height: 2.25;
  }
}
@media screen and (max-width: 767px) {
  .about__text {
    line-height: 1.875;
  }
}

.about__right {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .about__right {
    width: 100%;
    margin-top: 30px;
  }
}

.about__bottom {
  background: #218060;
  color: #fff;
  padding: 50px 0;
  margin-top: -50px;
}
@media screen and (max-width: 767px) {
  .about__bottom {
    margin-top: -30px;
    padding-top: 80px;
  }
}

.about__bottom-text {
  font-size: 35px;
  position: relative;
  padding: 0 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .about__bottom-text {
    font-size: 20px;
    padding: 0 20px;
  }
}
.about__bottom-text::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  background: #ffffff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(20deg);
          transform: translateY(-50%) rotate(20deg);
}
@media screen and (max-width: 767px) {
  .about__bottom-text::before {
    height: 30px;
  }
}
.about__bottom-text::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  background: #ffffff;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(20deg);
          transform: translateY(-50%) rotate(20deg);
}
@media screen and (max-width: 767px) {
  .about__bottom-text::after {
    height: 30px;
  }
}

.about__bottom-items {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .about__bottom-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
  }
}

.about__bottom-item {
  width: 21%;
  position: relative;
}
@media screen and (max-width: 1110px) {
  .about__bottom-item {
    width: 23%;
  }
}
@media screen and (max-width: 767px) {
  .about__bottom-item {
    width: calc(50% - 10px);
  }
}

.about__bottom-item-img {
  width: 100%;
}

.about__item-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 18px;
  white-space: nowrap;
}
@media screen and (max-width: 1110px) {
  .about__item-text {
    font-size: 16px;
  }
}

/*==================================
service
==================================*/
.service {
  padding: 50px 0 150px;
}
@media screen and (max-width: 767px) {
  .service {
    padding: 30px 0 100px;
  }
}

.service__copy {
  margin-top: 50px;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service__copy {
    margin-top: 40px;
    font-size: 16px;
  }
}

.service__items-wrapper {
  margin-top: 30px;
}

.service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .service__item {
    display: block;
  }
}

.service__item-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .service__item-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.service__item-left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .service__item-left {
    width: 100%;
  }
}

.service__item-img {
  width: 100%;
}

.service__item-right {
  width: 50%;
  background: #F7F6F5;
  padding: 50px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1060px) {
  .service__item-right {
    padding: 30px;
  }
}
@media screen and (max-width: 935px) {
  .service__item-right {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .service__item-right {
    width: 100%;
    padding: 20px 10px;
  }
}

.service__item-title {
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 1060px) {
  .service__item-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .service__item-title {
    font-size: 28px;
  }
}

.service__item-text {
  margin-top: 20px;
  line-height: 1.875;
}
@media screen and (max-width: 1060px) {
  .service__item-text {
    margin-top: 10px;
    font-size: 14px;
  }
}

.service__item-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin-top: auto;
}
@media screen and (max-width: 1060px) {
  .service__item-tags {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .service__item-tags {
    gap: 8px;
    margin-top: 20px;
  }
}

.service__item-tag {
  width: calc(50% - 7.5px);
  background: #333;
  color: #fff;
  padding: 15px 3px;
  text-align: center;
}
@media screen and (max-width: 1060px) {
  .service__item-tag {
    padding: 10px 3px;
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 935px) {
  .service__item-tag {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .service__item-tag {
    width: calc(50% - 4.5px);
    font-size: 13px;
  }
}

/*=============================
parallax
===============================*/
.parallax1 {
  background-attachment: fixed;
  background-image: url("../image/parallax1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .parallax1 {
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform;
    height: 30vh;
  }
}

.parallax2 {
  background-attachment: fixed;
  background-image: url("../image/parallax2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .parallax2 {
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform;
    height: 30vh;
  }
}

/*=============================
company
===============================*/
.company {
  padding: 100px 0 150px;
}
@media screen and (max-width: 767px) {
  .company {
    padding: 80px 0 100px;
  }
}

.company__copy {
  margin-top: 50px;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .company__copy {
    margin-top: 40px;
    font-size: 15px;
  }
}

.company__top {
  width: 100%;
  margin-top: 100px;
  padding: 80px 0;
  background: #F7F6F5;
}
@media screen and (max-width: 767px) {
  .company__top {
    padding-top: 50px;
  }
}

.company__message-title {
  font-size: 25px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .company__message-title {
    font-size: 20px;
  }
}

.company__message-text {
  margin-top: 30px;
  line-height: 2.1875;
}
@media screen and (max-width: 767px) {
  .company__message-text {
    margin-top: 20px;
    line-height: 1.875;
  }
}

.company__top-right {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .company__top-right {
    width: 100%;
    margin-top: 30px;
  }
}

.message-name {
  margin-top: 50px;
  text-align: right;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .message-name {
    width: 100%;
    font-size: 14px;
  }
}
.message-name span {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .message-name span {
    font-size: 20px;
  }
}

.company__bottom {
  padding-top: 130px;
}
@media screen and (max-width: 767px) {
  .company__bottom {
    padding-top: 50px;
  }
}

.company__info-title {
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .company__info-title {
    font-size: 26px;
  }
}

.company__row {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .company__row {
    margin-top: 10px;
  }
}
.company__row dt {
  width: 125px;
  background: #F7F6F5;
  border-top: 1px solid #000;
  padding: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .company__row dt {
    padding: 10px 5px;
    font-size: 14px;
    width: 80px;
  }
}
.company__row dt:last-of-type {
  border-bottom: 1px solid #000;
}
.company__row dd {
  width: calc(100% - 125px);
  border-top: 1px solid #000;
  padding: 13px;
}
@media screen and (max-width: 767px) {
  .company__row dd {
    font-size: 14px;
    padding: 10px 7px;
    width: calc(100% - 80px);
  }
}
.company__row dd:last-of-type {
  border-bottom: 1px solid #000;
}

/*=============================
recruit
===============================*/
.recruit {
  padding: 100px 0 100px;
}
@media screen and (max-width: 767px) {
  .recruit {
    padding: 80px 0 50px;
  }
}

.recruit__copy {
  margin-top: 50px;
  font-size: 35px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recruit__copy {
    margin-top: 40px;
    font-size: 20px;
  }
}

.recruit__subcopy {
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit__subcopy {
    margin-top: 20px;
    font-size: 15px;
    text-align: left;
  }
}

.recruit__images-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.recruit__image {
  width: 33.333%;
}

.recruit__info-title {
  font-size: 30px;
  margin-top: 80px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recruit__info-title {
    font-size: 26px;
    margin-top: 40px;
  }
}
.recruit__info-title span {
  font-size: 18px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .recruit__info-title span {
    margin-left: 20px;
  }
}

.recruit__row {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .recruit__row {
    margin-top: 10px;
  }
}
.recruit__row dt {
  width: 125px;
  background: #F7F6F5;
  border-top: 1px solid #000;
  padding: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .recruit__row dt {
    padding: 10px 5px;
    font-size: 14px;
    width: 80px;
  }
}
.recruit__row dt:last-of-type {
  border-bottom: 1px solid #000;
}
.recruit__row dd {
  width: calc(100% - 125px);
  border-top: 1px solid #000;
  padding: 13px;
}
@media screen and (max-width: 767px) {
  .recruit__row dd {
    font-size: 14px;
    padding: 10px 7px;
    width: calc(100% - 80px);
  }
}
.recruit__row dd:last-of-type {
  border-bottom: 1px solid #000;
}

.recruit__text {
  font-size: 14px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .recruit__text {
    font-size: 13px;
    margin-top: 10px;
  }
}

/*=============================
contact
===============================*/
.contact {
  padding: 50px 0 150px;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 50px 0 50px;
  }
}

.contact__copy {
  font-size: 20px;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .contact__copy {
    font-size: 16px;
    margin-top: 40px;
  }
}
.contact__copy span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .contact__copy span {
    text-align: left;
    display: inline-block;
  }
}

.contact__tel {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .contact__tel {
    margin-top: 30px;
  }
}
.contact__tel a {
  font-size: 57px;
  font-weight: 700;
  font-family: "Noto Sans JP", serif;
  color: #218060;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__tel a {
    font-size: 40px;
    padding-left: 25px;
  }
}
.contact__tel a::before {
  position: absolute;
  content: "";
  width: 43px;
  height: 57px;
  background: url("../image/icon-tel.svg");
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .contact__tel a::before {
    width: 30px;
    height: 40px;
    left: -10px;
  }
}

.contact__icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .contact__icon-wrapper {
    display: block;
    margin-top: 30px;
  }
}

.contact__icon {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact__icon {
    max-width: 300px;
    margin: 0 auto;
    margin-top: 15px;
  }
}

/*=============================
map
===============================*/
.map {
  position: relative;
  width: 100%;
  padding-top: 36.6666666667%;
  /* 16:9のアスペクト比 */
  height: 0;
}
@media screen and (max-width: 767px) {
  .map {
    padding-top: 55.5555555556%;
  }
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*=============================
footer
===============================*/
.footer {
  background: #218060;
  margin-right: calc(50% - 50vw);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.footer .footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .footer .footer__contents {
    display: block;
    margin-right: auto;
  }
}

.footer__nav {
  padding-top: 50px;
}
@media screen and (max-width: 1300px) {
  .footer__nav {
    padding-top: 30px;
  }
}
.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer__nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer__nav ul li a {
  color: #fff;
  padding: 0 15px;
  position: relative;
}
.footer__nav ul li a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background: #fff;
  right: 0;
  top: 3px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.footer__nav ul li:first-child a {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .footer__nav ul li:nth-child(4) a {
    padding-left: 0;
  }
}
.footer__nav ul li:last-child a {
  padding-right: 0;
}
.footer__nav ul li:last-child a::after {
  display: none;
}

.footer__copy {
  font-size: 35px;
  margin-top: 30px;
  font-weight: 700;
}
@media screen and (max-width: 1300px) {
  .footer__copy {
    font-size: 30px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer__copy {
    font-size: 24px;
  }
}

.footer__info {
  font-size: 22px;
  line-height: 1.25;
  margin-top: 30px;
}
@media screen and (max-width: 1300px) {
  .footer__info {
    font-size: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer__info {
    font-size: 16px;
  }
}
.footer__info span {
  font-size: 16px;
  color: #fff;
}
.footer__info span a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer__info span {
    font-size: 13px;
    color: #fff;
  }
}

.footer__copyright {
  font-size: 13px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 10px;
    margin-top: 20px;
    padding-bottom: 80px;
  }
}

.footer__right {
  width: 40%;
  max-width: 696px;
}
@media screen and (max-width: 767px) {
  .footer__right {
    display: none;
  }
}

.footer__image {
  width: 100%;
}

/*=============================
cta 
===============================*/
.cta {
  display: none;
}
@media screen and (max-width: 767px) {
  .cta {
    display: block;
  }
}

.cta__contents {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #218060;
  color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.cta__tel {
  width: 60%;
}
.cta__tel a {
  color: #fff;
  height: 50px;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  padding-left: 50px;
  line-height: 50px;
}
.cta__tel a::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 25px;
  background: url("../image/icon-tel-white.svg");
  margin-left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  color: #000;
}

.cta__recruit {
  width: calc(40% - 50px);
}
.cta__recruit a {
  color: #fff;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  border-left: 1px solid #fff;
  width: 100%;
  text-align: center;
}

.cta__toTop {
  width: 50px;
  background: #000;
}
.cta__toTop a {
  color: #fff;
  height: 50px;
  display: inline-block;
  position: relative;
  width: 100%;
}
.cta__toTop a::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 21px;
  background: url("../image/to-top.svg");
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cta__toTop-pc {
  width: 90px;
  height: 80px;
  background: #333;
  position: absolute;
  bottom: 0;
  right: 0;
}
.cta__toTop-pc a {
  color: #fff;
  height: 80px;
  display: inline-block;
  position: relative;
  width: 100%;
}
.cta__toTop-pc a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 39px;
  background: url("../image/to-top.svg");
  background-repeat: no-repeat;
  top: 50%;
  left: 48%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .cta__toTop-pc {
    display: none;
  }
}