@charset "UTF-8";

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  color: #222222;
  background-color: #f4f4f4;
}
.en {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.bold {
  font-weight: 700;
}
::selection {
  background: #d3d3d3;
}
::-moz-selection {
  background: #d3d3d3;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
input::placeholder,
textarea::placeholder {
  color: #999;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
hr {
  margin: 0;
  border: none;
}
.slideUp {
  opacity: 0;
  transform: translateY(20px);
}
.slideIn {
  opacity: 0;
  transform: translateX(-20px);
}
.blue {
  color: #417f95;
}
.yellow {
  color: #d89c42;
}
.green {
  color: #7c925b;
}
.divider {
  height: 3px;
  background: #dcdcdc;
  background: linear-gradient(
  to right,
  transparent 0%,
  #e6e6e6 20%,
  #e6e6e6 50%,
  #e6e6e6 80%,
  transparent 100%
);
  transform-origin: center;
  transform: scaleX(0);
}
.pc {
  display: block;
}
.sp {
  display: none;
}

/* header */
.header {
  width: 100%;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.header-logo-wrap {
  display: flex;
  align-items: center;
}
.header-logo {
  width: 140px;
}
.header-logo svg {
  fill: #fff;
}
.header-logo-txt {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-left: 20px;
}
.header-btn {
  font-size: 14px;
  opacity: 1;
  position: fixed;
  z-index: 1000;
}
.header-btn a {
  font-weight: 700;
  color: #fff;
  padding: 13px 20px 15px 20px;
  border-radius: 5px;
  background: linear-gradient(270deg, #428096 0%, #579ab3 25%, #579ab3 51%, #428096 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
  display: flex;
  align-items: flex-end;
}
.header-btn a:hover {
  background-position: 99% 50%;
}
.header-btn a img {
  width: 16px;
}
.hb1 {
  top: 23px;
  right: 160px;
}
.hb2 {
  top: 23px;
  right: 30px;
}

/* top */
.top {
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: relative;
  overflow: hidden;
  background-image: url(../img/top.jpg);
  background-position: center;
  background-size: cover;
}
.top-txt-wrap {
  color: #fff;
  position: absolute;
  left: 5%;
  bottom: 10%;
}
.top-title {
  font-size: clamp(76px, 8.6vw, 120px);
  text-shadow: 0 4px 15px rgba(4,8,11,.5);
}
.top-title-sub {
  font-size: clamp(18px, 2.6vw, 40px);
  text-shadow: 0 4px 15px rgba(4,8,11,.5);
  padding: 15px 0 0 2px;
}

/* refer */
.refer {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}
.title-en {
  font-size: clamp(54px, 7.1vw, 100px);
  font-weight: 700;
}
.title {
  font-size: clamp(24px, 2.6vw, 40px);
  font-weight: 700;
  line-height: 1.2;
  margin-top: clamp(30px, 2.9vw, 40px);
}
.refer-txt {
  font-size: clamp(15px, 1.4vw, 19px);
  line-height: 1.75;
  margin-top: clamp(30px, 2.9vw, 40px);
}
.title-sub {
  font-size: clamp(20px, 2.1vw, 24px);
  font-weight: 700;
  margin-top: clamp(60px, 7.1vw, 100px);
}
.hula {
  position: relative;
  display: inline-block;
}
.hula::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 55%;
  width: 100%;
  background: #f7e5ab;
  z-index: -1;
}
.job-ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
  margin-top: clamp(30px, 2.9vw, 40px);
}
.job-ul li {
  text-align: center;
  background-color: rgba(255,255,255,1);
  border-radius: 8px;
  padding: 25px 20px 25px 20px;
}
.job-img {
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
}
.job-ul-txt {
  font-size: clamp(15px, 1.4vw, 19px);
  font-weight: 700;
  line-height: 1.5;
  margin-top: 20px;
}
.arrow {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 8px;
  margin: 15.2px 0;
  border-radius: 9999px;
  background-color: currentColor;
}
.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  width: 30px;
  height: 8px;
  border-radius: 9999px;
  background-color: currentColor;
  transform-origin: calc(100% - 4px) 50%;
}
.arrow::before {
  transform: rotate(45deg);
}
.arrow::after {
  transform: rotate(-45deg);
}
.arrow--blue {
  color: #417f95;
}
.arrow--yellow {
  color: #d89c42;
}
.arrow--green {
  color: #7c925b;
}
.flow-ul {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-top: clamp(30px, 2.9vw, 40px);
}
.flow-ul li {
  width: 25%;
  text-align: center;
  background-color: rgba(255,255,255,1);
  border-radius: 8px;
  padding: 25px 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.flow-item-inner {
  position: relative;
  height: 100%;
}
.flow-img {
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
}
.flow-ul-txt {
  font-size: clamp(15px, 1.4vw, 19px);
  font-weight: 700;
  line-height: 1.5;
  margin-top: 20px;
}
.flow-ul-txt span {
  font-size: 0.8em;
}
.flow-ul li .arrow {
  position: absolute;
  margin-top: 0;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
  z-index: 1000 !important;
}
.flow-ul li:last-child .arrow {
  display: none;
}
.merit-ul {
  margin-top: clamp(30px, 2.9vw, 40px);
}
.merit-ul li {
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.75;
  position: relative;
  padding-left: 1.1em;
}
.merit-ul li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 0.3em;
  height: 0.3em;
  border-radius: 50%;
  background-color: #333;
}

/* faq */
.faq {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}
.faq-box {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
  margin-top: clamp(30px, 2.9vw, 40px);
}
.accordion-title {
  font-size: clamp(15px, 1.4vw, 19px);
  line-height: 1.6;
  font-weight: 700;
  position: relative;
  padding-right: 30px;
}
.accordion-icon {
  position: absolute;
  right: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
}
.accordion-icon .line {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  border-radius: 2px;
}
.l-blue {
  background: #417f95;
}
.l-yellow {
  background: #d89c42;
}
.l-green {
  background: #7c925b;
}
.accordion-icon .vertical {
  transform: rotate(90deg);
}
.accordion-icon .horizontal {
  transform: rotate(0deg);
}
.accordion-inner {
  overflow: hidden;
}
.accordion-content {
  padding-top: 20px;
  font-size: clamp(13px, 1.3vw, 17px);
  line-height: 1.5;
}

/* staff */
.staff {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}
.staff-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(30px, 2.9vw, 40px);
}
.staff-img {
  width: 15%;
}
.staff-txt {
  box-sizing: border-box;
  width: calc(85% - 30px);
  font-size: clamp(13px, 1.3vw, 19px);
  line-height: 1.75;
}
.staff-txt p {
  display: inline-block;
  padding: 15px 20px;
  background: #fff;
  border-radius: 8px;
  position: relative;
  box-sizing: border-box;
}
.staff-txt p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  border-width: 16px 20px 16px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}

/* contact */
.contact {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}

/* footer */
.footer {
  width: 100%;
  background: #f1eedc;
  padding: 50px 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-logo {
  width: 140px;
}
.footer-logo svg {
  fill: #222;
}
.footer-copy {
  font-size: 14px;
  color: #222;
  text-align: right;
}

@media (max-width: 900px) {
  .job-ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width:767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* header */
  .header {
    padding: 15px 5%;
  }
  .header-logo {
    width: 110px;
  }
  .header-logo-txt {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin-left: 8px;
  }
  .header-btn {
    font-size: 11px;
    opacity: 1;
    position: fixed;
    z-index: 1000;
  }
  .header-btn a {
    padding: 8px 12px 10px 12px;
    border-radius: 5px;
  }
  .header-btn a img {
    width: 13px;
  }
  .hb1 {
    top: 20px;
    right: 5%;
  }
  .hb2 {
    top: 56px;
    right: 5%;
  }
  /* top */
  .top {
    background-image: url(../img/top-sp.jpg);
  }
  .top-txt-wrap {
    left: 5%;
  }
  /* refer */
  .refer {
    padding: 60px 0;
  }
  .job-ul li {
    background-color: rgba(255,255,255,0);
    padding: 0;
  }
  .job-ul-txt {
    margin-top: 10px;
  }
  .arrow {
    width: 6px;
    height: 48px;
    margin: 0 17px;
  }
  .arrow::before,
  .arrow::after {
    left: calc(50% - 3px);
    width: 6px;
    height: 30px;
    transform-origin: 50% calc(100% - 3px);
  }
  .flow-ul {
    display: block;
    align-items: stretch;
    gap: 30px;
  }
  .flow-ul li {
    width: 100%;
    background-color: rgba(255,255,255,1);
    margin: 30px 0 0 0;
    padding: 25px 10px;
  }
  .flow-ul-txt {
    font-size: clamp(17px, 1.4vw, 19px);
  }
  .flow-ul li .arrow {
    position: absolute;
    margin-top: 0;
    margin-right: -4px;
    top: auto;
    right: 50%;
    bottom: -38px;
    transform: translateX(-50%);
    z-index: 100;
  }
  .flow-ul li:last-child .arrow {
    display: none;
  }
  /* faq */
  .faq {
    padding: 60px 0;
  }
  .faq-box {
    padding: 20px;
  }
  /* staff */
  .staff {
    padding: 60px 0;
  }
  .staff-img {
    width: 30%;
  }
  .staff-txt {
    box-sizing: border-box;
    width: calc(70% - 25px);
  }
  .staff-txt p {
    padding: 12px 17px;
  }
  /* contact */
  .contact {
    padding: 60px 0;
  }
  /* footer */
  .footer {
    padding: 25px 5%;
  }
  .footer-logo {
    width: 110px;
  }
  .footer-copy {
    font-size: 12px;
  }
}

@media (hover: none) {
  .header-btn a {
    transition: none;
    background-position: 1% 50%;
  }
  .header-btn a:hover {
    background-position: 1% 50%;
  }
}