@charset "UTF-8";
/* フォント読込 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/* 基本設定 */
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  line-height: 1;
}

body {
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 700px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: #000;
  transition: 0.5s;
}

a:hover, a:focus {
  cursor: pointer;
  opacity: 0.5;
  text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.5;
}

p {
  line-height: 2;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

@media screen and (max-width: 950px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 950px) {
  .sp {
    display: block !important;
  }
}

.i-block {
  display: inline-block;
}

.marker {
  background-color: #F8D62D;
}

/* コンテナー */
.container {
  margin-left: 341px;
  position: relative;
  z-index: 300;
}

.container-bg {
  height: 933px;
  width: 100%;
}

@media screen and (max-width: 1920px) {
  .container-bg {
    height: 100vh;
  }
}

@media screen and (max-width: 1420px) {
  .container {
    margin-left: 241px;
  }
}

@media screen and (max-width: 950px) {
  .container {
    margin-left: 0;
  }
  .container-bg {
    height: 80.5vw;
  }
}

@media screen and (max-width: 500px) {
  .container-bg {
    height: 90vw;
  }
}

/* レイアウト */
.media {
  display: flex;
}

@media screen and (max-width: 950px) {
  .media {
    flex-direction: column;
  }
}

/* ボタン */
.button {
  background: #fff;
  background: center right 1.5em/1em no-repeat #fff url("../images/icon_button.png");
  border: 3px solid #000;
  border-radius: 1rem;
  cursor: pointer;
  display: inline-block;
  font-size: 1.25em;
  font-weight: 700;
  padding: 1.5em 3em 1.5em 1.5em;
  padding-right: 3em;
}

.button:hover, .button:focus {
  color: gray;
  opacity: 1;
}

@media screen and (max-width: 700px) {
  .button {
    background-position: center right 0.75em;
    font-size: 1em;
    padding-left: 1em;
    padding-right: 2em;
  }
}

/* ヘッダー */
.header {
  background: #fff;
  height: 933px;
  height: 100vh;
  left: 0;
  padding: 5.5vh 0;
  position: fixed;
  top: 0;
  width: 341px;
  z-index: 400;
}

.header-wrap.is-fix {
  position: fixed;
}

.header-brand {
  position: relative;
  text-align: center;
  z-index: 600;
}

.header-brand .logo {
  display: inline-block;
  width: 212px;
}

.header-brand .logo a {
  display: block;
}

@media screen and (max-width: 1420px) {
  .header {
    width: 241px;
  }
  .header .logo {
    width: 192px;
  }
}

@media screen and (max-width: 950px) {
  .header {
    align-items: center;
    display: flex;
    height: auto;
    justify-content: space-between;
    padding: 3%;
    width: 100%;
    z-index: 500;
  }
  .header-brand {
    text-align: left;
  }
  .header-brand .logo {
    width: calc(212px / 2);
  }
}

.global {
  position: relative;
  z-index: 600;
}

.global ul {
  margin: 4.5vh 0;
}

.global ul li {
  line-height: 1.25;
  margin-bottom: 3.5vh;
  text-align: center;
}

.global ul li a {
  display: inline-block;
}

.global .en {
  display: block;
  font-size: 1.56em;
  font-weight: 700;
}

@media screen and (max-width: 1420px) {
  .global .en {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 950px) {
  .global ul {
    margin-top: 200px;
  }
  .global .en {
    font-size: 1.56em;
  }
}

@media screen and (max-width: 500px) {
  .global ul {
    margin: 100px 0 2em;
  }
  .global ul li {
    margin-bottom: 1em;
  }
}

.sns ul li {
  text-align: center;
}

.sns ul li a {
  display: inline-block;
  height: 43px;
  width: 43px;
}

.donation {
  font-size: 0.9em;
  line-height: 1.5;
  margin-top: 2em;
  text-align: center;
}

.donation a {
  text-decoration: underline;
}

.copyright {
  font-size: 0.85em;
  margin-top: 2em;
  text-align: center;
}

/* ヒーロー */
.hero {
  background: center/cover no-repeat url("../images/bg_hero.jpg");
  position: fixed;
}

.hero-inner {
  height: 0;
  margin-left: 341px;
  padding-top: 933px;
  position: relative;
  width: calc(100vw - 341px);
}

.hero-copy {
  left: 50%;
  min-width: 483px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 33.5%;
}

.hero-scroll {
  bottom: 2.4%;
  left: 50%;
  min-width: 105px;
  position: absolute;
  transform: translateX(-50%);
  width: 7%;
}

@media screen and (max-width: 1920px) {
  .hero-inner {
    padding-top: 100vh;
  }
}

@media screen and (max-width: 1420px) {
  .hero-inner {
    margin-left: 241px;
    width: calc(100vw - 241px);
  }
}

@media screen and (max-width: 950px) {
  .hero {
    padding-top: 11%;
  }
  .hero-inner {
    height: 0;
    margin-left: 0;
    padding-top: 70vw;
    width: 100vw;
  }
  .hero-copy {
    margin-top: -5%;
    min-width: auto;
    width: 53.5%;
  }
  .hero-scroll {
    bottom: 3.6%;
    min-width: auto;
    width: 10%;
  }
}

@media screen and (max-width: 500px) {
  .hero {
    padding-top: 21%;
  }
}

/* トグルボタン */
.toggle {
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  width: 3.2rem;
}

.toggle span {
  background-color: #000;
  height: 2px;
  position: absolute;
  transition: 0.5s;
  width: 3.2rem;
}

.toggle span:nth-of-type(1) {
  top: 0;
}

.toggle span:nth-of-type(2) {
  top: 12px;
}

.toggle span:nth-of-type(3) {
  top: 24px;
}

.toggle.is-active span:nth-of-type(1) {
  top: 12px;
  transform: rotate(45deg);
}

.toggle.is-active span:nth-of-type(2) {
  left: 50%;
  width: 0;
}

.toggle.is-active span:nth-of-type(3) {
  top: 12px;
  transform: rotate(-45deg);
}

/* ドロワー */
.drawer {
  background: #fff;
  height: 100vh;
  left: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1rem;
  position: fixed;
  right: -100%;
  top: 0;
  transition: 0.5s;
  width: 100%;
  z-index: 400;
}

.drawer.is-active {
  right: 0;
}

/* フッター */
.footer {
  background: #EEA932;
  color: #fff;
  height: 0;
  overflow: hidden;
  padding-bottom: 6.667vw;
  position: relative;
}

.footer p {
  bottom: -1.406vw;
  display: inline-block;
  line-height: 0;
  position: absolute;
  right: -0.417vw;
}

.footer p img {
  height: 6.667vw;
  width: auto;
}

/* セクション */
.sec {
  padding: 6.3% 0;
}

@media screen and (max-width: 950px) {
  .sec {
    padding: 12.6% 0;
  }
}

.sec-inner {
  margin: 0 auto;
  max-width: 1420px;
  width: 94%;
}

.sec-title {
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 4%;
}

.sec-title .en {
  display: block;
  font-size: 1.8em;
}

@media screen and (max-width: 500px) {
  .sec-title {
    font-size: 1.8rem;
  }
}

.sec-title-wrap {
  text-align: center;
}

/* OUR VISION */
.vision {
  background: #62ACEC;
  color: #fff;
  padding-bottom: calc(14.872vw + 6.3%);
  position: relative;
  z-index: 100;
}

.vision::after {
  background: top right/cover no-repeat url("../images/bg_vision.png");
  bottom: 0;
  content: '';
  display: block;
  height: 14.872vw;
  position: absolute;
  right: 0;
  width: 100%;
}

@media screen and (max-width: 950px) {
  .vision {
    padding-bottom: calc(14.872vw + 12.6%);
  }
}

.vision-title {
  font-size: 2.81em;
  margin-bottom: 0.5em;
  text-align: center;
}

.vision-contents p {
  text-align: center;
}

@media screen and (max-width: 950px) {
  .vision {
    padding-bottom: calc(14.872vw + 12.6%);
  }
  .vision-title {
    font-size: 2.2em;
  }
}

@media screen and (max-width: 700px) {
  .vision-title {
    font-size: 2em;
  }
}

/* SERVICE */
.service {
  background: #F8D62D;
  color: #5A5A5A;
  padding-top: 0;
}

.service .sec-title-wrap {
  background: #fff;
  padding: 6.3% 0 0;
  position: relative;
  z-index: 1;
}

.service .sec-title-wrap::before, .service .sec-title-wrap::after {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 39.4%;
  z-index: -1;
}

.service .sec-title-wrap::before {
  background: center right/contain repeat-x url("../images/bg_service01.png");
  left: 0;
}

.service .sec-title-wrap::after {
  background: center left/contain repeat-x url("../images/bg_service02.png");
  right: 0;
}

.service-copy {
  background: #fff;
  color: #000;
  font-size: 2.43em;
}

.service-copy-wrap {
  margin-bottom: -2.5em;
  text-align: center;
}

.service-copy span {
  display: inline-block;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.service-copy span::after {
  background: #F5B400;
  bottom: 0.5em;
  content: '';
  display: inline-block;
  height: 0.5em;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.service-copy-image {
  padding-top: 0.75em;
}

.service-copy-image img {
  display: inline-block;
  height: 2em;
  margin: -0.75em 0 0;
  padding: 0 0.5em;
  width: auto;
}

@media screen and (max-width: 950px) {
  .service-copy {
    font-size: 2em;
  }
}

.service-media {
  border-bottom: 3px solid #000;
  border-top: 3px solid #000;
}

.service-media-wrap {
  background: #F8D62D;
  padding: 50px 0 210px;
}

.service-media-image {
  width:50%;
}

.service-media-image img {
  height: 100%;
  max-height:455px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.service-media-contents {
  width:50%;
  align-items: center;
  background-color: #fff;
  background-image: url("../images/bg_service_media01.png"), url("../images/bg_service_media02.png");
  background-position: bottom right, bottom left;
  background-repeat: no-repeat, repeat-x;
  background-size: 72%, auto 72%;
  display: flex;
  justify-content: center;
  min-width: 600px;
}

.service-media-inner {
  padding: 8% 20% 8% 8%;
  text-align: center;
}

a.service-media:hover, a.service-media:focus {
  opacity: 0.8;
}

.service .sec-inner {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 950px) {
  .service-media-image{
    width:100%;
  }
  .service-media-contents {
    min-width: 100%;
    padding: 10% 0 15%;
  }
  .service-media-inner {
    padding: 0 3%;
  }
  .service-media-image img {
    height: auto;
    width: 100%;
  }
}

.service-title {
  display: block;
  font-size: 1.875em;
  margin-bottom: 1em;
}

.service-list {
  display: flex;
  justify-content: space-between;
  margin-top: calc(-210px - 2.6%);
}

.service-list li {
  display: flex;
  flex-basis: 32%;
}

@media screen and (max-width: 500px) {
  .service-list {
    flex-direction: column;
  }
}

.service-item {
  background: #fff;
  border: 3px solid #000;
  height: 100%;
  padding: 1.5em 0.5em;
  text-align: center;
  width: 100%;
}

.service-item h3 {
  display: block;
  font-size: 1.875em;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.service-item h3 span {
  display: inline-block;
}

.service-item img {
  height: 3.5em;
  width: auto;
}

@media screen and (max-width: 950px) {
  .service-item h3 {
    font-size: 1.35em;
  }
  .service-item p {
    line-height: 1.5;
  }
}

@media screen and (max-width: 500px) {
  .service-item {
    margin-top: 1em;
    padding: 1.5em 1em;
  }
  .service-item h3 {
    font-size: 1.25em;
  }
}

/* RECRUIT */
.recruit {
  background: center/cover no-repeat url("../images/bg_recruit.jpg");
  color: #5A5A5A;
}

.recruit .sec-title {
  background: #fff;
  color: #000;
  margin-bottom: 0;
  padding: 0 1em;
  position: relative;
  z-index: 200;
}

.recruit-box {
  background: center/contain no-repeat #fff url("../images/bg_recruit_box.png");
  border: 10px solid #F8D62D;
  margin-top: -2em;
  padding: 10em 0 6em;
  position: relative;
  text-align: center;
}

.recruit-contents {
  display: inline-block;
  margin: 0 auto;
  max-width: 660px;
  position: relative;
  width: 80%;
  z-index: 1;
}

.recruit-contents p {
  font-size: 1.375em;
  font-weight: 700;
  margin-top: 1em;
}

.recruit-contents::after {
  background: #FFFFC5;
  border-radius: 50%;
  content: '';
  height: 0;
  left: 50%;
  padding-bottom: 90%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: -1;
}

.recruit-copy {
  display: inline-block;
  max-width: 461px;
  width: 88%;
}

.recruit-button {
  bottom: -2.5em;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 100;
}

@media screen and (max-width: 950px) {
  .recruit-box {
    padding-top: 6em;
  }
}

@media screen and (max-width: 700px) {
  .recruit-box {
    padding-bottom: 4em;
  }
}

@media screen and (max-width: 500px) {
  .recruit-box {
    padding-top: 5em;
  }
  .recruit-contents p {
    font-size: 1.3em;
    margin-top: 0.5em;
  }
}

/* COMPANY */
.company {
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.company::before, .company::after {
  content: '';
  display: inline-block;
  height: 0;
  position: absolute;
  z-index: -1;
}

.company::before {
  background: center/contain no-repeat url("../images/bg_company01.png");
  padding-top: 10.9%;
  right: -0.8%;
  top: 3%;
  width: 61.7%;
}

.company::after {
  background: bottom right/contain no-repeat url("../images/bg_company02.png");
  bottom: 8.5%;
  padding-top: 49%;
  right: 1.7%;
  width: 19.4%;
}

@media screen and (max-width: 700px) {
  .company::before {
    width: 80%;
  }
  .company::after {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .company::after {
    bottom: 1.5%;
  }
}

.company .sec-title-wrap {
  text-align: left;
}

.company .sec-title .en {
  display: inline;
  margin-right: 0.5em;
}

.company-media-image {
  flex-basis: 46.5%;
  padding: 0 6.6% 0 0;
  text-align: center;
}

.company-media-image img {
  margin-bottom: 2em;
  max-width: 573px;
}

.company-text {
  margin-bottom: 1em;
}

.company-copy {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 2.25;
}

.company-copy .marker {
  padding: 0.25em 0.5em;
}

@media screen and (max-width: 700px) {
  .company-copy {
    text-align: center;
  }
}

.company-signature {
  margin-top: 0.5em;
}

.company-signature-name {
  font-size: 1.56em;
  font-weight: 700;
}

.company-info-unit {
  display: flex;
  margin: 1em auto 0;
}

.company-info-col {
  border-left: 5px solid #000;
  margin: 1em 0;
  padding-left: 1em;
}

@media screen and (max-width: 700px) {
  .company-info-unit {
    flex-direction: column;
  }
}

.company-data {
  flex-shrink: 0;
  max-width: 362px;
  width: 40%;
}

.company-data dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 2;
}

.company-data dl dt {
  width: 3.5em;
}

.company-data dl dd {
  width: calc(100% - 3.5em);
}

.company-data dl .company-data-office {
  width: 4.75em;
}

.company-data dl .company-data-office + dd {
  width: calc(100% - 4.75em);
}

.company-business p {
  margin-left: 1em;
}

@media screen and (max-width: 950px) {
  .company-media {
    flex-direction: row;
  }
  .company-media-image {
    flex-basis: 36%;
    padding: 0 2% 0 0;
  }
  .company-media-contents {
    flex-basis: 60%;
  }
  .company-business h3 {
    margin-left: -0.5em;
  }
  .company-business p {
    margin-left: 0.25em;
  }
  .company-data {
    max-width: auto;
    width: 100%;
  }
  .company .sec-title-wrap {
    text-align: center;
  }
  .company .sec-title .en {
    display: block;
    margin-right: 0;
  }
}

@media screen and (max-width: 700px) {
  .company-media {
    flex-direction: column;
  }
}

/* CONTACT */
.contact {
  background: #EEA932;
}

.contact p {
  font-weight: 700;
  margin-bottom: 2em;
  text-align: center;
}

.contact-item {
  display: flex;
  margin: 1rem auto;
  max-width: 683px;
}

.contact-item label {
  font-weight: 700;
  padding: 0.5em 1em 0.5em 0;
  text-align: right;
  width: 11em;
}

.contact-item input[type="text"], .contact-item input[type="email"], .contact-item textarea {
  background: #fff;
  border: 2px solid #000;
  border-radius: 0.5em;
  padding: 0.5em;
  width: calc(100% - 12em);
}

.contact-item h3.label {
  display: inline-block;
  font-weight: 700;
  padding: 0.5em 1em 0.5em 0;
  text-align: right;
  width: 11em;
}

.contact-item p {
  font-weight: 400;
  margin-bottom: 0;
  padding-top: 0.25em;
  text-align: left;
  width: calc(100% - 12em);
}

.contact-link, .contact-button {
  text-align: center;
}

.contact-link {
  margin: 2em;
}

.contact-link a {
  border-bottom: 1px solid currentColor;
  color: #4B4B4B;
  font-weight: 700;
  padding-bottom: 0.1em;
}

.contact-button .button {
  padding: 1em 3em 1em 2em;
}

.contact-mail {
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.1em;
}

@media screen and (max-width: 700px) {
  .contact-item {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 94%;
  }
  .contact-item label, .contact-item input[type="text"], .contact-item input[type="email"], .contact-item textarea {
    width: 100%;
  }
  .contact-item label {
    text-align: left;
  }
  .contact-item h3.label {
    text-align: left;
  }
  .contact-item p {
    width: 100%;
  }
}

@media screen and (max-width: 950px) {
  .contact-complete .sec-title-wrap, .contact-confirm .sec-title-wrap {
    margin-top: 10%;
  }
}

@media screen and (max-width: 500px) {
  .contact-complete .sec-title-wrap, .contact-confirm .sec-title-wrap {
    margin-top: 20%;
  }
}

/* PLIVACY PILICY */
.privacy {
  padding-top: 5%;
}

.privacy-header {
  background: #BEC0BF;
  padding: 4em 0 2em;
  position: relative;
}

.privacy-header-inner {
  margin: 0 auto;
  max-width: 1420px;
  width: 94%;
}

.privacy-header-inner .sec-title {
  margin-bottom: 0;
}

.privacy-header-inner .sec-title .en {
  display: inline-block;
}

.privacy-toggle {
  font-weight: 700;
  position: absolute;
  right: 2em;
  top: 2em;
}

.privacy-button {
  margin: 1em auto 0;
  max-width: 1420px;
  text-align: right;
  transition: 0.5s;
  width: 94%;
}

.privacy-button:hover {
  opacity: 0.5;
}

.privacy-toggle-bottom {
  background: #BEC0BF;
  display: inline-block;
  padding: 1em;
}

.privacy-footer {
  background: #fff;
}

.privacy-footer p {
  left: auto;
  right: -0.417vw;
}

.privacy h2 {
  font-size: 1.25em;
  margin: 2.5em 0 1em;
}

.privacy ol {
  line-height: 2;
  list-style: decimal outside;
  margin-left: 2em;
}

@media screen and (max-width: 700px) {
  .privacy-header {
    padding: 2em 0 2em;
  }
  .privacy-header .sec-title {
    font-size: 1.4rem;
  }
  .privacy-header .sec-title .en {
    display: block;
    font-size: 1.5em;
  }
}
