@charset "UTF-8";
/*********************************************************
ヘッダー
*********************************************************/
.header-sp-sns-menu {
  background-color: white;
  align-items: center;
  justify-content: space-between;
  display: none;
  width: 85%;
  margin: 0 auto;
  padding: 24px 0;
}
.header-sp-sns-menu img {
  width: 27px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header-sp-sns-menu {
    display: flex;
    padding: 12px 0;
  }
}
.header-sp-sns-menu .shere-arrow-icon {
  font-size: 12px;
  width: 37.5%;
  color: rgb(246, 70, 35);
  font-weight: bold;
  border: 2px solid;
  border-radius: 5px;
  padding: 8px 0;
  text-align: center;
  position: relative;
}
.header-sp-sns-menu .shere-arrow-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  border-style: solid;
  border-width: 7px 0 7px 5px;
  border-color: transparent transparent transparent rgb(246, 70, 35);
  translate: 100% -50%;
}
.header-sp-sns-menu .shere-arrow-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  border-style: solid;
  border-width: 5.8px 0 5.8px 5.5px;
  border-color: transparent transparent transparent rgb(246, 70, 35);
  translate: 100% -50%;
}
.header-sp-sns-menu .copy-icon {
  border-left: 2px solid rgb(217, 217, 217);
  padding-left: 44px;
}
@media screen and (max-width: 768px) {
  .header-sp-sns-menu .copy-icon {
    padding-left: 22px;
  }
}

.header-wrap {
  height: auto !important;
}

.header-home,
.header-wrap {
  background: #ffc208 url("../img/header/clouds.png");
  background-size: cover;
  min-height: 450px;
  overflow: hidden;
  font-size: 14px;
}
@media screen and (max-width: 578px) {
  .header-home,
  .header-wrap {
    min-height: 320px;
  }
}

.non-header-wrap {
  background: #ffc208 url("../img/header/clouds.png");
  background-size: cover;
  min-height: 250px;
  overflow: hidden;
  font-size: 14px;
}
@media screen and (max-width: 578px) {
  .non-header-wrap {
    min-height: 130px;
  }
}

header .header-menu {
  background-color: #ffffff;
  margin: 40px auto 0;
  max-width: 1300px;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 4rem;
}
@media screen and (max-width: 768px) {
  header .header-menu {
    justify-content: start !important;
  }
}
header .header-menu div.auth-menu {
  display: flex;
  align-items: end;
  width: 51%;
}
@media screen and (max-width: 768px) {
  header .header-menu div.auth-menu {
    align-items: stretch;
    flex: 2.4;
  }
}
header .header-menu .link-menu {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header .header-menu .link-menu {
    align-items: center;
    flex: 1;
  }
}
header .header-menu .share-menu {
  margin-left: 2.9rem;
  display: flex;
}
header .header-menu .share-menu img {
  width: 27px !important;
}
header .header-menu .share-menu .copy-icon {
  position: relative;
  padding: 0 1rem;
  border-left: solid 3px #D9D9D9;
}
@media screen and (max-width: 768px) {
  header .header-menu .share-menu {
    display: none;
  }
}
header .header-menu .auth-menu .resume-btn-area {
  padding: 0 1rem;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top: none;
  border-bottom: none;
  width: 43%;
}
@media screen and (max-width: 768px) {
  header .header-menu .auth-menu .resume-btn-area {
    border-left: none;
    width: initial;
    padding: 0;
    flex: 1;
    display: flex;
    align-items: center;
  }
}
header .header-menu .auth-menu .resume-btn-area img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  header .header-menu .auth-menu .resume-btn-area img {
    width: 95%;
  }
}
header .header-menu .auth-menu .auth-btn-area {
  width: 57%;
  padding: 0 1rem;
  margin-right: 1rem;
  border-right: 3px solid rgba(0, 0, 0, 0.2);
  position: relative;
  display: flex;
}
@media screen and (max-width: 768px) {
  header .header-menu .auth-menu .auth-btn-area {
    padding: 0;
    border: none;
    margin-right: 0;
    margin-left: 5px;
    flex: 1;
    justify-content: center;
  }
}
header .header-menu .auth-menu .auth-btn-area .btn-other-area {
  position: absolute;
  display: flex;
  right: 20px;
  top: -30px;
}
header .header-menu .auth-menu .auth-btn-area .btn-other-area img.other-company {
  width: 4.875rem !important;
  margin-right: 1.3rem;
}
header .header-menu .auth-menu .auth-btn-area .btn-other-area img.other-contact {
  width: 6.5rem !important;
}
@media screen and (max-width: 768px) {
  header .header-menu .auth-menu .auth-btn-area .btn-other-area {
    display: none;
  }
}

.top-low {
  text-align: center;
  margin-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.top-low h2 {
  margin-top: 3.5rem;
}
.top-low .sub-title {
  margin-bottom: 5px;
  margin-left: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.top-low-other {
  text-align: center;
  margin-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.top-low-other h2 {
  margin: 3.5rem 0 4rem;
}

.attention {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 36px;
  font-weight: bold;
}
.attention:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(-25deg);
}
.attention:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(25deg);
}

img.character_1 {
  position: absolute;
  right: 8rem;
}

/* header .header-menu img {
  // width: 120px;
} */
/********** ハンバーガーメニュー非表示 /**********/
.hamburger-menu {
  display: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  margin-left: 15px;
  position: fixed;
  top: 20px;
  right: 20px;
}

.bar {
  width: 30px;
  height: 4px;
  background-color: #333;
  transition: 0.4s;
}

@media screen and (max-width: 768px) {
  header .header-menu {
    background-color: #ffffff;
    margin: 0 auto;
    width: 98%;
    border-radius: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    margin: 1rem auto;
  }
  .footer-inner {
    max-width: 93%;
    margin: 0 auto;
  }
  /********** ハンバーガーメニュー /**********/
  .hamburger-menu {
    display: flex;
  }
  /* Hide bars initially */
  .bar:nth-child(1), .bar:nth-child(2), .bar:nth-child(3) .bar:nth-child(4) {
    transform: translateY(0) rotate(0);
  }
  /* Animate bars for the toggle effect */
  .hamburger-menu.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger-menu.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger-menu.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}
/********** 問い合わせ、会社概要専用 /**********/
.btn-other {
  color: black;
  font-weight: bold;
}

.triangle {
  background: black;
  height: 13.8564064606px;
  width: 16px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}

@media screen and (max-width: 768px) {
  .introduce-area .introduce {
    padding: 0 10% 3rem;
  }
  .introduce-area .introduce > div > img {
    width: 100px;
  }
  .top-low-other h2 {
    font-size: 1.75rem;
  }
}