@charset "UTF-8";
/*========================================
Re:vite
Date : 
Style : each contents CSS "index"
Filename : contents.css
========================================*/
/*========================================
animation
========================================*/
.inView-u,
.inView-l,
.inView-r {
  opacity: 0;
}
/*========================================
Text Format
========================================*/
* {
  word-break: normal !important;
  word-wrap: break-word;
}
main {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*========================================
common
========================================*/
.pc-cont {
  display: block !important;
}
.tab-cont {
  display: none !important;
}
.sp-cont {
  display: none !important;
}
.page-top {
  position: relative;
  margin: 150px 0 0;
  z-index: 1;
}
.page-ttl_ar {
  display: flex;
  align-items: center;
  margin: 0 auto 50px;
  color: #131415;
}
.page-ttl_ar h2 {
  margin: 0 20px 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: 3.75rem;
  letter-spacing: 10px;
}
.page-mainvisual_ar {
  margin: 0 auto;
  background: #fff;
}

.page-mainvisual_ar:has(.company) {
  position: relative;
}
.page-mainvisual_ar:has(.company)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  bottom: 0;
  background-color: #F2F2F2;
}
@media (max-width: 767px) {
  .page-mainvisual_ar:has(.company)::before {
    height: 30%;
  }
}

.page-main-img {
  width: 0;
  height: 480px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 1s;
}
.anime .page-main-img {
  width: 85%;
}
.base-ttl {
  position: relative;
  box-sizing: border-box;
  padding: 0 0 0 50px;
  color: #9f9f9f;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 3px;
  line-height: 1.5;
  transition: 1s;
}
.base-ttl p {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #9f9f9f;

}
.base-ttl.anime {
  transform: rotateX(360deg);
}
.base-ttl h2 {
  height: calc(2.5rem * 1.5);
  color: #131415;
  font-size: 2.5rem;
  opacity: 0;
}
.base-ttl h2.active {
  opacity: 1;
}
.base-ttl > span {
  position: absolute;
  top: 50%;
  left: -130px;
  width: 150px;
  transform: translateY(-50%);
}
.base-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 340px;
  height: 60px;
  background: linear-gradient(
    to right,
    #ffffff 0%,
    #ffffff 50%,
    #131415 50%,
    #131415 75%,
    #131415 100%
  );
  background-size: 200% 100%;
  color: #131415;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  border: 1px solid #131415;
  transition: 0.4s;
}
.base-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 75px;
  height: 7.5px;
  background: url("../images/common/btn-arrow-b.webp") center / cover no-repeat;
  transform: translateY(-50%);
  transition: 0.4s;
}
.base-btn span {
  letter-spacing: 4px;
  font-size: 1.3rem;
}
.base-btn.anime {
  background-position: -100%;
}
.base-btn.anime span {
  color: #fff;
}
.base-btn.anime:after {
  background: url("../images/common/btn-arrow-w.png") center / cover no-repeat;
  transform: translate(-30px, -50%);
}
.service-listCircle {
  margin-right: 17px;
  color: #9F9F9F;
}
@media (max-width: 767px) {
  .service-listCircle {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
    font-size: 20px;
  }
}

@media (min-width: 960px) {
  .base-btn:hover {
    background-position: -100%;
  }
  .base-btn:hover span {
    color: #fff;
  }
  .base-btn:hover:after {
    background: url("../images/common/btn-arrow-w.png") center / cover no-repeat;
    transform: translate(-30px, -50%);
  }
}
@media (max-width: 959px) {
  .tab-cont {
    display: block;
  }
}
@media (max-width: 767px) {
  .pc-cont {
    display: none !important;
  }
  .sp-cont {
    display: block !important;
  }
  .base-ttl p {
    font-size: 0.8rem;
  }
  .base-ttl h2 {
    height: calc(1.87rem * 1.5);
    font-size: 30px;
    letter-spacing: 0;
  }
  .base-ttl span {
    left: -120px;
  }
  .base-btn {
    width: 280px;
  }
  .page-ttl_ar {
    margin: 0 0 20px;
  }
  .page-ttl_ar h2 {
    margin: 0 10px 0 0;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
  }
  .page-ttl_ar p {
    font-size: 0.9rem;
    letter-spacing: 0.1em;
  }
  .page-main-img {
    width: 0;
    height: 135px;
  }
  .anime .page-main-img {
    width: 85%;
  }
  .page-top {
    margin: 100px 0 0;
  }
}
@media (max-width: 374px) {
  .base-ttl h2 {
    font-size: 1.4rem;
  }
}

/*========================================
bg
========================================*/
.page-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}
.top-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 374px) {
}

/*========================================
top-mainvisual
========================================*/
.mainvisual_ar {
  margin-bottom: 405px;
}
.mainvisual_ar .main-wrapper {
  padding-top: 400px;
}
@media (max-width: 767px) {
  .mainvisual_ar .main-wrapper {
    padding: 145px 35px 100px;
  }
}
.mainvisual-text {
  box-sizing: border-box;
  max-width: 800px;
  margin: 0 0 30px;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.5;
  opacity: 1; /* 完全に非表示にはしない */
  clip-path: inset(0 100% 0 0); /* 初期状態で全隠し（右から） */
}
.mainvisual-text-ja {
  box-sizing: border-box;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  transition: 1s;
  line-height: 47px;
  color: #000;
  opacity: 0; 
}
@keyframes revealText {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.mainvisual-text.animate {
  animation: revealText 1.5s ease forwards;
}

.mainvisual-text-ja.animate {
  animation: fadeIn 1.5s ease forwards;
}

.mainvisual-logo {
  position: absolute;
  top: 18%;
  right: -70px;
  width: 400px;
  z-index: -1;
}
@media (max-width: 767px) {
  .mainvisual-logo {
    opacity: 0;
  }
}

.mainvisual-logo--sp {
  opacity: 0;
}
@media (max-width: 767px) {
  .mainvisual-logo--sp {
    opacity: 1;
  }
}

.mainvisual-logo path {
  fill-opacity: 0;
  transition: fill-opacity 0.5s;
}

@media (max-width: 959px) {
}
@media (max-width: 767px) {
  .mainvisual_ar {
    height: 100%;
    margin: 0 0 100px;
  }
  .mainvisual-text {
    margin: 0 0 20px;
    padding: 0;
    font-size: 32px;
  }
  .mainvisual-text-ja {
    line-height: 31px;
    font-size: 14px;
  }
  .mainvisual-logo {
    top: 16%;
    right: 11%;
    width: 180px;
  }
}
@media (max-width: 374px) {
  .mainvisual-text {
    font-size: 1.5rem;
  }
}

/*========================================
top-page
========================================*/
.top-company_ar {
  position: relative;
  margin: 0 0 300px;
  z-index: 1;
}
.top-recruit_ar {
  position: relative;
  padding: 0 0 300px;
  background: linear-gradient(
    to bottom,
    #fff 0%,
    #fff 20%,
    #f8fbfd 21%,
    #f8fbfd 100%
  );
  z-index: 1;
}
.top-company_ar .base-ttl,
.top-recruit_ar .base-ttl {
  margin: 30px 0 0;
}
.top-company_ar .main-wrapper,
.top-recruit_ar .main-wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.top-company_ar .main-wrapper:before {
  content: "";
  position: absolute;
  top: -53px;
  left: 0;
  width: 0px;
  height: 585px;
  background: url("../images/content/top/top-company.webp") center / cover
    no-repeat;
  transition: 1.5s;
  z-index: -1;
}
.top-company_ar.anime .main-wrapper:before {
  width: 599px;
}
.top-recruit_ar .main-wrapper:before {
  content: "";
  position: absolute;
  top: -100px;
  left: -50px;
  width: 0;
  height: 585px;
  background: url("../images/content/top/top-recruit.jpg") center / cover
    no-repeat;
  transition: 1.5s;
  z-index: -1;
}
.top-recruit_ar.anime .main-wrapper:before {
  width: 599px;
}
.top-content-box {
  box-sizing: border-box;
  position: relative;
  max-width: 650px;
  padding: 75px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.top-content-box h3 {
  margin: 0 0 30px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5;
}
.top-content-text {
  font-size: 1.1rem;
  line-height: 2;
}
.top-company-btn,
.top-recruit-btn {
  position: absolute;
  right: 130px;
  bottom: -30px;
}
.top-service_ar {
  position: relative;
  margin: 0 0 200px;
  padding: 80px 0;
  background: #F2F2F2;
  z-index: 1;
}
.top-service-btn {
  position: absolute;
  left: 75px;
  bottom: -30px;
}
.top-service_ar .base-ttl {
  margin: 0 0 30px;
}
/* .top-service_ar h3 {
  font-size: 1.4rem;
} */
.top-service_ar .main-wrapper:before {
  content: "";
  position: absolute;
  top: -170px;
  right: -100px;
  width: 0;
  height: 585px;
  background: url(../images/content/top/top-service.webp) center / cover
    no-repeat;
  transition: 1.5s;
  z-index: -1;
}
.top-service_ar.anime .main-wrapper:before {
  width: 50vw;
  margin-right: calc(50% - 50vw);
}
.dairiten_ar {
  box-sizing: border-box;
  position: relative;
  padding: 100px 0 100px 50px;
  background: #fff;
}
.dairiten-ttl {
  box-sizing: border-box;
  position: relative;
  margin: 0 0 20px;
  color: #9f9f9f;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 3px;
  line-height: 1.5;
  transition: 1s;
}
.dairiten-ttl h2 {
  color: #131415;
  font-size: 2.5rem;
}
.dairiten-ttl p {
  font-weight: 500;
}
.dairiten-cont {
  display: flex;
  align-items: flex-end;
}
.daititen-text {
  width: 50%;
  margin: 0 50px 0 0;
  font-size: 1.1rem;
  line-height: 1.8;
}
.top-news_ar {
  margin: 100px 0;
}
.top-news_ar .main-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.top-news_ar .base-ttl {
  width: 250px;
}
.top-news-contents {
  width: calc(100% - 250px);
  max-height: 300px;
  overflow: auto;
}
.top-news-contents dl {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 25px 0;
  border-bottom: 1px solid #9f9f9f;
  line-height: 1.8;
}

.top-news-contents dl dt {
  width: 140px;
  border-right: 1px solid #9f9f9f;
  color: #9f9f9f;
  text-align: center;
}
.top-news-contents dl dd {
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 140px);
  padding: 0 10px 0 20px;
}

@media (max-width: 959px) {
  .top-recruit_ar {
    padding: 0 0 200px;
  }
  .top-company_ar .base-ttl,
  .top-recruit_ar .base-ttl {
    width: 250px;
    margin: 0 20px 0 0;
  }
  .top-company_ar .base-ttl h2,
  .top-recruit_ar .base-ttl h2 {
    height: auto;
  }
  .dairiten_ar {
    padding: 100px 50px;
  }
  .dairiten-cont {
    display: block;
  }
  .daititen-text {
    width: 100%;
    margin: 0 0 30px;
  }
  .daititen-btn {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .top-company_ar {
    margin: 0 0 150px;
  }
  .top-company_ar .main-wrapper,
  .top-recruit_ar .main-wrapper {
    display: block;
  }
  .top-company_ar.anime .main-wrapper:before {
    top: -80px;
    left: 15px;
    width: 0;
    height: 305px;
  }
  .top-company_ar.anime .main-wrapper:before {
    width: 305px;
  }
  .top-content-box {
    padding: 30px;
  }
  .top-content-box h3 {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.5;
  }
  .top-content-text {
    font-size: 14px;
    line-height: 24px;
  }
  .top-company_ar .top-content-box,
  .top-recruit_ar .top-content-box {
    position: static;
    width: 90%;
    margin: 0 0 0 auto;
  }
  .top-company_ar .base-ttl {
    width: auto;
    margin: 30px 0 10px;
  }
  .top-company-btn,
  .top-recruit-btn,
  .top-service-btn {
    bottom: -100px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .top-service_ar {
    margin: 0 0 150px;
    padding: 30px 0 150px;
  }
  .top-service_ar .main-wrapper:before {
    top: 80px;
    width: 0px;
    height: 265px;
    right: 15px;
  }
  .top-service_ar.anime .main-wrapper:before {
    width: 305px;
  }
  .top-service_ar .base-ttl {
    margin: 0 0 250px;
  }
  .top-service_ar .top-content-box {
    position: static;
    width: 90%;
    margin: 0 auto 0 0;
  }
  .top-recruit_ar {
    padding: 0 0 150px;
  }
  .top-recruit_ar .base-ttl {
    width: auto;
    height: auto;
    margin: 0 0 250px;
  }
  .top-recruit_ar .main-wrapper:before {
    top: 80px;
    left: 15px;
    width: 0px;
    height: 295px;
  }
  .top-recruit_ar.anime .main-wrapper:before {
    width: 305px;
  }
  .top-company_ar .base-ttl h2,
  .top-recruit_ar .base-ttl h2 {
    height: calc(1.87rem * 1.5);
  }
  .dairiten_ar {
    padding: 50px 0;
  }
  .dairiten-ttl p {
    font-weight: 500;
    font-size: 0.8rem;
  }
  .dairiten-ttl h2 {
    font-size: 1.87rem;
  }
  .daititen-text {
    font-size: 0.9rem;
  }
  .top-news_ar {
    margin: 70px 0;
  }
  .top-news_ar .main-wrapper {
    display: block;
  }
  .top-news_ar .base-ttl {
    width: 100%;
    margin: 0 0 20px;
  }
  .top-news-contents {
    width: 100%;
    overflow: auto;
  }
  .top-news-contents dl {
    box-sizing: border-box;
    display: block;
    padding: 20px 40px;
    font-size: 0.75rem;
  }
  .top-news-contents dl dd {
    width: 100%;
    padding: 0;
  }
  .top-news-contents dl dt {
    display: inline-block;
    width: auto;
    margin: 0 0 10px;
    padding: 0 20px 0 0;
    text-align: left;
  }
}
@media (max-width: 374px) {
}

/*========================================
company
========================================*/
.page-main-img.company {
  position: relative;
  background-image: url(../images/content/company/company-img.webp);
}
.company-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/content/company/bg-company.webp) center / cover no-repeat;
  z-index: -1;
}
.company-philosophy_ar {
  margin-bottom: 400px;
  padding-bottom: 110px;
  background: #F2F2F2;
}
.company-philosophy_ar .base-ttl {
  margin: 0 0 70px;
}
.Philosophy-contents ul {
  display: flex;
  justify-content: space-between;
}
.Philosophy-contents ul li {
  box-sizing: border-box;
  width: calc(33.333% - 20px);
  padding: 50px 30px;
  border: 1px solid #82bad8;
}
.Philosophy-contents ul li h5 {
  position: relative;
  margin: 0 0 50px;
  color: #82bad8;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 3px;
  text-align: center;
}
.Philosophy-contents ul li h5:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 80px;
  height: 2px;
  background: #82bad8;
  transform: translateX(-50%);
}
.Philosophy-contents ul li h4 {
  margin: 0 0 30px;
  color: #4b6eaf;
  font-size: 2.2rem;
  text-align: center;
}
.Philosophy-contents ul li p {
  font-size: 1.1rem;
  line-height: 1.8;
}

.Philosophy-contents__president {
  width: 290px;
}
@media (max-width: 767px) {
  .Philosophy-contents__president {
    width: 200px;
  }
}

.Philosophy-contents__president span {
  font-size: 35px;
}
@media (max-width: 767px) {
  .Philosophy-contents__president span {
    font-size: 25px;
  }
}

.company-message_ar {
  margin-bottom: 400px;
  padding: 70px 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.company-message_ar .base-ttl {
  margin: 0 0 50px;
}
.message-text {
  margin: 0 0 30px;
  font-size: 1.1rem;
  line-height: 1.8;
}
.message-text--service {
  margin: 0 0 50px;
  font-size: 1.1rem;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .message-text--service {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 25px;
  }
}
.daihyou {
  margin: 70px 0 0;
  font-size: 1.5rem;
  text-align: right;
}
.daihyou img {
  width: 400px;
}
.daihyou span {
  font-size: 2.2rem;
}
.company-overview_ar {
  margin: 0 0 400px;
  padding: 70px 0 130px;
  background: #f8fbfd;
}
.company-overview_ar .base-ttl {
  margin: 0 0 50px;
}
.company-overview-inner {
  box-sizing: border-box;
  padding: 40px 70px 70px;
  background: #fff;
  box-shadow: 0 0 15px #ddd;
}
.company-overview-inner dl {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #9f9f9f;
  font-size: 1.1rem;
  line-height: 2;
}
.company-overview-inner dt {
  position: relative;
  box-sizing: border-box;
  width: 150px;
  padding: 10px 20px 10px 0;
  color: #9f9f9f;
  text-align: right;
  font-weight: 700;
}
.company-overview-inner dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 25px;
  background-color: #131415;
  border-radius: 5px;
  transform: translateY(-50%);
}
.company-overview-inner dd {
  box-sizing: border-box;
  width: calc(100% - 150px);
  padding: 10px 0 10px 20px;
}
.company-overview-inner .mapbtn {
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 2px 12px;
  background: #767676;
  border: 1px solid #767676;
  border-radius: 2px;
  color: #fff;
  font-size: 0.85rem;
  line-height: 1.5;
  transition: 0.4s;
}

.company-philosophy__wrapper {
  padding-top: 115px;
  border-image: linear-gradient(#F2F2F2 0 0) fill 0 / /0 100vi;
}
@media (max-width: 767px) {
  .company-philosophy__wrapper {
    padding-top: 55px;
  }
}

@media (min-width: 960px) {
  .company-overview-inner .mapbtn:hover {
    background: #fff;
    color: #767676;
  }
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
  .company-philosophy_ar {
    margin-bottom: 150px;
    padding-bottom: 60px;
  }
  .company-philosophy_ar .base-ttl,
  .company-message_ar .base-ttl,
  .company-overview_ar .base-ttl {
    margin: 0 0 30px;
  }
  .Philosophy-contents ul {
    display: block;
  }
  .Philosophy-contents ul li {
    width: 100%;
    margin: 0 0 20px;
    padding: 20px 30px;
  }
  .Philosophy-contents ul li h5 {
    margin: 0 0 20px;
    font-size: 1.1rem;
  }
  .Philosophy-contents ul li h5:after {
    bottom: -10px;
    width: 50px;
  }
  .Philosophy-contents ul li h4 {
    margin: 0 0 20px;
    font-size: 1.8rem;
  }
  .Philosophy-contents ul li p {
    font-size: 0.9rem;
  }
  .company-message_ar {
    margin-bottom: 280px;
    padding: 50px 0;
  }
  .message-text {
    font-size: 0.9rem;
  }
  .daihyou {
    margin: 40px 0 0;
    font-size: 1.05rem;
  }
  .daihyou img {
    width: 250px;
  }
  .daihyou span {
    font-size: 1.87rem;
  }
  .company-overview_ar {
    margin-bottom: 200px;
    padding: 50px 0;
  }
  .company-overview-inner {
    padding: 15px;
  }
  .company-overview-inner dl {
    flex-direction: column;
  }
  .company-overview-inner dt {
    width: 100%;
    text-align: left;
  }
  .company-overview-inner dd {
    width: 100%;
    padding: 0;
font-size: 18px;
letter-spacing: 0.05em;
line-height: 25px;


  }
  .company-overview-inner dt:after {
    top: auto;
    bottom: 5px;
    left: 0;
    width: 25px;
    height: 2px;
    transform: none;
  }
}
@media (max-width: 374px) {
}

/*========================================
contact
========================================*/
.page-main-img.contact {
  background-image: url(../images/content/contact/contact-img.webp);
}
.contact_ar {
  position: relative;
}
.form-status {
  max-width: 680px;
  margin: 100px auto 130px;
}
.form-status ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.form-status ul:after {
  content: "";
  position: absolute;
  bottom: -37px;
  left: 50%;
  width: 620px;
  height: 2px;
  background: #131415;
  transform: translateX(-50%);
}
.form-status ul li {
  position: relative;
}
.form-status ul li p {
  box-sizing: border-box;
  position: relative;
  padding: 8px 14px;
  border-radius: 5px;
  color: #131415;
  font-size: 1.1rem;
  font-weight: bold;
}
.form-status ul li.active p {
  color: #fff;
  background: #131415;
}
.form-status ul li.active p span {
  background: #131415;
}
.form-status ul li.active p:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #131415 transparent transparent transparent;
  border-width: 12px 10px 0 10px;
  transform: translateX(-50%);
}
.form-status ul li span {
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 25px;
  height: 25px;
  border: 2px solid #131415;
  border-radius: 50%;
  background: #fff;
  transform: translateX(-50%);
  z-index: 1;
}
.contact-text {
  box-sizing: border-box;
  max-width: 840px;
  margin: 0 auto 70px;
  padding: 0 15px;
  font-size: 1.2rem;
  line-height: 2;
}
.form-input_ar {
  box-sizing: border-box;
  max-width: 800px;
  margin: 0 auto 100px;
  padding: 0 30px;
}
.form-input_ar dl {
  display: flex;
  align-items: flex-start;
  margin: 0 0 50px;
}
.form-input_ar dt {
  box-sizing: border-box;
  width: 220px;
  padding: 15px 65px 15px 0;
  text-align: left;
}
.require {
  position: relative;
}
.require:after {
  content: "必須";
  position: absolute;
  top: 50%;
  right: 15px;
  padding: 2px 6px;
  font-size: 12px;
  color: red;
  border: 1px solid red;
  border-radius: 10px;
  transform: translateY(-50%);
}
.form-input_ar dd {
  position: relative;
  width: calc(100% - 220px);
}
.error-text {
  position: absolute;
  bottom: -25px;
  left: 0;
  color: #c91212;
  font-size: 0.9rem;
}
.wd-s {
  max-width: 280px;
}
.wd-m {
  max-width: 380px;
}
.wd-l {
  max-width: 100%;
}
.privacy_ar {
  box-sizing: border-box;
  max-width: 850px;
  margin: 0 auto;
  padding: 0 15px;
}
.privacy_ar h4 {
  box-sizing: border-box;
  display: inline-block;
  margin: 0 0 20px;
  padding: 0 65px 0 0;
}
.privacy-content {
  box-sizing: border-box;
  overflow: auto;
  height: 260px;
  margin: 0 0 30px;
  padding: 15px 30px 15px 15px;
  border: 1px solid #9f9f9f;
  border-radius: 2px;
  font-size: 0.9rem;
  line-height: 1.8;
}
.privacy-content li {
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.privacy-content > div {
  margin: 0 0 30px;
}
.privacy-check_ar {
  margin: 0 0 50px;
  text-align: center;
}
.check-cont_ar {
  padding: 15px 0 0;
}
.check-cont_ar label {
  margin: 0 0 10px;
}
.check-cont_ar label:hover {
  cursor: pointer;
}
.form-check {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: #a40000;
  border-radius: 50%;
  color: #fff;
  z-index: 1000;
}
.form-check.ok {
  background: #0d3e9a;
}

.form-check p:first-of-type {
  margin: 0 0 10px;
  font-size: 0.9rem;
  text-align: center;
}
.form-check .number {
  padding: 0 5px 0 10px;
  font-size: 1.4rem;
  font-weight: bold;
}
.form-input_ar.confirm dl {
  margin: 0 0 30px;
  line-height: 1.5;
}
.form-input_ar.confirm dt {
  font-weight: bold;
}
.form-input_ar.confirm dd {
  padding: 15px 0 0;
}
.return-btn {
  position: absolute;
  left: 50px;
  top: 50%;
  color: #9f9f9f;
  font-size: 1.5rem;
  font-weight: bold;
  transform: translateY(-50%);
}
.return-btn:hover {
  cursor: pointer;
}
.contact-text.thanks {
  margin: 0 auto 50px;
  font-size: 1rem;
}
.thanks-top {
  margin: 0 0 50px;
  font-size: 1.2rem !important;
  font-weight: bold;
  text-align: center;
}
.thanks-btn {
  margin: 0 0 100px;
  text-align: center;
}

@media (max-width: 959px) {
}
@media (max-width: 767px) {
  .form-input_ar {
    padding: 0 15px;
  }
  .contact-text {
    font-size: 0.9rem;
  }
  .form-input_ar dl {
    flex-direction: column;
  }
  .form-input_ar dt {
    display: inline-block;
    width: auto;
    margin: 0 0 10px;
    padding: 0 65px 0 0;
    text-align: left;
  }
  .form-input_ar dd {
    width: 100%;
  }
  .form-status {
    box-sizing: border-box;
    padding: 0 15px;
    margin: 40px 0 70px;
  }
  .form-status ul li p {
    padding: 5px 10px;
    font-size: 0.9rem;
  }
  .form-status ul li span {
    bottom: -40px;
    width: 20px;
    height: 20px;
  }
  .form-status ul:after {
    bottom: -30px;
    width: calc(100% - 30px);
  }
  .check-cont_ar label {
    margin: 0 0 20px;
  }
  .form-check {
    bottom: 10px;
    right: 10px;
    width: 70px;
    height: 70px;
  }
  .form-check p,
  .form-check p:first-of-type {
    font-size: 10px;
  }
  .form-check .number {
    padding: 0 5px;
    font-size: 1rem;
  }
  .form-input_ar.confirm dl {
    border-bottom: 1px solid #aaa;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .form-input_ar.confirm dd {
    padding: 0;
  }
  .return-btn {
    position: static;
    margin: 40px 0 0;
    text-align: center;
  }
  .form-input_ar.confirm {
    margin: 0 0 50px;
  }
  .thanks-top {
    margin: 100px 0 30px;
  }
}
@media (max-width: 374px) {
}

/*========================================
recruit
========================================*/
.page-main-img.recruit {
  background-image: url(../images/content/recruit/recruit-img.jpg);
}
.recruit-bg {
  position: fixed;
  bottom: 50px;
  left: 0;
  width: 100%;
  height: 660px;
  background: url(../images/content/recruit/recruit-img.jpg) center / cover
    no-repeat;
  z-index: -1;
}
.recruit-massage_ar {
  padding: 100px 0 80px;
  background: #fff;
}
.recruit-massage_ar .base-ttl {
  margin: 0 0 50px;
}
.recruit-massage-text p {
  margin: 0 0 20px;
}
.recruit-massage-contents h3 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #82bad8;
  color: #82bad8;
  font-size: 2.5rem;
}
.recruit-massage-wrapper {
  display: flex;
  justify-content: space-between;
}
.recruit-massage-text {
  width: 45%;
}
.recruit-massage-text h4 {
  margin: 20px 0;
  font-size: 1.8rem;
  line-height: 1.8;
}
.recruit-massage-text p {
  font-size: 1.1rem;
  line-height: 1.8;
}
.recruit-massage-img {
  width: 50%;
}
.job-info_ar {
  margin: 0 0 400px;
  padding: 70px 0 130px;
  background: #f8fbfd;
}
.job-info_ar .base-ttl {
  margin: 0 0 40px;
}
.job-info-inner {
  box-sizing: border-box;
  margin: 0 0 50px;
  background: #fff;
  box-shadow: 0 0 15px #ddd;
}
.job-info-inner dl {
  display: flex;
  align-items: flex-start;
  width: calc(100% - 140px);
  margin: 0 70px;
  padding: 20px 0;
  border-top: 1px solid #9f9f9f;
  font-size: 1.1rem;
  line-height: 2;
}
.job-info-inner dl:first-of-type {
  border: none;
}
.job-info-inner dl:last-of-type {
  border-bottom: 1px solid #9f9f9f;
}
.job-info-inner dt {
  position: relative;
  box-sizing: border-box;
  width: 150px;
  padding: 10px 20px 10px 0;
  color: #9f9f9f;
  text-align: right;
}
.job-info-inner dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 25px;
  background: #6080bc;
  border-radius: 5px;
  transform: translateY(-50%);
}
.job-info-inner dd {
  box-sizing: border-box;
  width: calc(100% - 150px);
  padding: 10px 0 10px 20px;
}
.job-info-btn {
  display: flex;
}
.job-info-btn a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  padding: 5px 0px;
  background: linear-gradient(
    to right,
    #ffffff 0%,
    #ffffff 50%,
    #0d3e9a 50%,
    #0d3e9a 75%,
    #072050 100%
  );
  background-size: 200% 100%;
  color: #0d3e9a;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
  border: 1px solid #0d3e9a;
  transition: 0.4s;
}
.job-info-btn a.tel {
  margin: 0 30px 0 0;
}
.accordion-kick {
  box-sizing: border-box;
  position: relative;
  border: none !important;
}
.accordion-kick.active {
  border-bottom: 1px solid #9f9f9f !important;
}
.accordion-kick:hover {
  cursor: pointer;
}
.accordion-kick:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 20px;
  height: 2px;
  background: #0d3e9a;
  transform: translateY(-50%);
}
.accordion-kick:after {
  content: "";
  position: absolute;
  right: 28.5px;
  top: 50%;
  width: 2px;
  height: 20px;
  background: #0d3e9a;
  transform: translateY(-50%);
}
.accordion-kick.active:after {
  display: none;
}
.accordion-cont {
  display: none;
  padding: 0 0 50px;
}
.recruit-contact {
  align-items: center;
}
@media (min-width: 960px) {
  .job-info-btn a:hover {
    background-position: -100%;
  }
  .job-info-btn a:hover span {
    color: #fff;
  }
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
  .recruit-bg {
    height: 350px;
    background-image: url(../images/content/recruit/recruit-img_sp.jpg);
  }
  .recruit-massage_ar {
    padding: 50px 0;
  }
  .recruit-massage_ar .base-ttl,
  .job-info_ar .base-ttl {
    margin: 0 0 30px;
  }
  .recruit-massage-contents h3 {
    font-size: 1.5rem;
  }
  .recruit-massage-wrapper {
    flex-direction: column-reverse;
  }
  .recruit-massage-img {
    width: 100%;
  }
  .recruit-massage-text {
    width: 100%;
  }
  .recruit-massage-text h4 {
    font-size: 1.2rem;
  }
  .recruit-massage-text p {
    font-size: 0.9rem;
  }
  .job-info_ar {
    margin: 0 0 250px;
    padding: 50px 0;
  }
  .job-info-inner {
    margin: 0 0 20px;
  }
  .job-info-inner dl {
    box-sizing: border-box;
    flex-direction: column;
    width: calc(100% - 30px);
    margin: 0 15px;
    padding: 15px 0;
  }
  .job-info-inner dt {
    width: 140px;
    padding: 0 0 10px;
    text-align: left;
  }
  .job-info-inner dd {
    width: 100%;
    padding: 0;
    font-size: 0.9rem;
  }
  .job-info-inner dt:after {
    top: auto;
    bottom: 5px;
    left: 0;
    width: 25px;
    height: 2px;
    transform: none;
  }
  .job-info-btn {
    display: block;
    margin: 10px 0 0;
  }
  .job-info-btn p {
    text-align: center;
  }
  .job-info-btn a {
    margin: 0 auto;
  }
  .job-info-btn a.tel {
    margin: 0 auto 20px;
  }
  .recruit-contact {
    align-items: flex-start;
  }
}
@media (max-width: 374px) {
}

/*========================================
service
========================================*/
.page-main-img.service {
  background-image: url(../images/content/service/service-img.webp);
}
.service-bg {
  position: fixed;
  bottom: 50px;
  left: 0;
  width: 100%;
  height: 660px;
  background: url(../images/content/service/service-img.webp) center / cover
    no-repeat;
  z-index: -1;
}
.service-cont_ar {
  padding: 70px 0;
  background: #fff;
}

.service-cont_ar--top h2 {
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.16em;
  line-height: 97px;
  text-align: center;
  color: #000;
}
@media (max-width: 767px) {
  .service-cont_ar--top h2 {
    font-size: 28px;
    line-height: 41px;
  }
}

.service-cont_ar--top p {
  font-size: 18px;
  letter-spacing: 0.13em;
  line-height: 22px;  
  text-align: center;
  color: #9f9f9f;
}

.service-topBorder {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: #9F9F9F;
  height: 107px;
}
@media (max-width: 767px) {
  .service-topBorder {
    height: 80px;
  }
}

.service-cont_ar--customers {
  padding: 100px 0 200px;
}
@media (max-width: 767px) {
  .service-cont_ar--customers {
    padding: 0 0 60px;
  }
}

.service-cont_ar--owners {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .service-cont_ar--owners {
    padding: 100px 0 0;
  }
}

.bg-blue {
  background: #F2F2F2 !important;
}
.dairiten_ar.service {
  margin: 0 0 400px;
}
.service-cont_ar .service-ttl {
  font-size: 40px;
  letter-spacing: 0.02em;
  color: #131415;
}
.service-cont_ar .service-ttl--owners {
  margin-bottom: 45px;
}
.service-ttlSub {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #9f9f9f;
}
@media (max-width: 767px) {
  .service-ttlSub {
    font-size: 12px;
  }
}

.service-ttlSub--owners {
  margin-bottom: 0;
}
.service-cont {
  display: flex;
  justify-content: space-between;
  margin-left: calc(50% - 50vw);
}
.service-cont.reverse {
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: calc(50% - 50vw);
}
@media (max-width: 767px) {
  .service-cont.reverse {
    display: flex;
    flex-direction: column-reverse;
    margin-right: 0;
  }
}
.service-cont .service-img {
  width: 45%;
}
.service-img figure {
  margin: 0 0 10px;
}
.service-img--service figure {
  margin-bottom: -4px;
}

.service-img p {
  line-height: 1.8;
}
.service-cont .service-detail {
  width: 45%;
  padding: 55px 0 0;
}
.service-cont .service-detail--owners {
  margin-top: -90px;
  padding-top: 0;
}
.service-cont__icon::before {
  display: inline-block;
  content: url(../images/content/service/icon_service-file.svg);
  margin-right: 20px;
  transform: scale(0.9);
  vertical-align: middle;
}
.service-cont__icon--wifi::before {
  content: url(../images/content/service/icon_service-wifi.svg);
}
.service-cont__icon--support::before {
  content: url(../images/content/service/icon_service-support.svg);
}
.service-cont__icon--consultation::before {
  content: url(../images/content/service/icon_service-consultation.svg);
}
.service-detail {
  width: 100%;
  font-size: 1.1rem;
  line-height: 1.8;
}
.service-detailWrapper {
  padding-left: 25px;
}
@media (max-width: 767px) {
  .service-detailWrapper {
    padding-left: 0;
    padding-right: 15px;
  }
}
.service-detail h4 {
  margin-bottom: 75px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.07em;
  line-height: 35px;
  color: #000;
}
.service-detail h5 {
  margin: 50px 0 15px 0;
  font-size: 18px;
  font-weight: bold;
}
.service-detail h5 span {
  color: #82bad8;
}
.detail-inner .f-big {
  font-size: 1.5rem;
}
.detail-inner {
  box-sizing: border-box;
  width: calc(100% - 20px);
  margin: 0 0 0 67px;
  padding-left: 18px;
  border-left: 1px solid #9F9F9F;
}
.detail-inner li span {
  color: #82bad8;
}
.detail-inner li {
  box-sizing: border-box;
  padding-left: 1em;
  text-indent: -1em;
}
.main-wrapper--service {
  padding: 250px 0 200px 0;
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
  .service-cont_ar .base-ttl {
    margin: 0 0 20px;
  }
  .service-bg {
    height: 350px;
    background: url(../images/content/service/service-img_sp.webp) calc(50% + -93px) center / cover no-repeat;
  }
  .service-cont {
    display: flex;
    flex-direction: column-reverse;
    margin-left: 0;
  }
  .service-cont .service-img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .service-detail,
  .service-cont .service-detail {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    font-size: 0.9rem;
  }
  .dairiten_ar.service {
    margin: 0 0 250px;
  }
  .service-cont_ar .service-ttl {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .service-img p {
    font-size: 0.7rem;
  }
  .service-detail h4 {
    margin-bottom: 40px;
    padding-right: 15px;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 29px;
  }
  .service-detail h5,
  .detail-inner .f-big {
    font-size: 1rem;
  }
  .detail-inner {
    width: calc(100% - 10px);
    margin: 0 0 0 68px;
    padding: 0 60px 10px 15px;
  }
  .main-wrapper--service {
  padding: 40px 0 120px 0;
  }
}
@media (max-width: 374px) {
}

/*========================================
ページ別
========================================*/

@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 374px) {
}
