/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@font-face {
  font-family: "Akashi Std";
  src: url("../fonts/AkashiStd-Light/AkashiStd-Light.eot");
  src: url("../fonts/AkashiStd-Light/AkashiStd-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/AkashiStd-Light/AkashiStd-Light.woff2") format("woff2"), url("../fonts/AkashiStd-Light/AkashiStd-Light.woff") format("woff"), url("../fonts/AkashiStd-Light/AkashiStd-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
:root {
  --white: #ffffff;
  --black: #000000;
  --smoke: #f4f5ef;
  --gray: #E0E0E0;
  --brown: #6D4007;
  --primary: #983732;
  --second: #597A34;
  --text-body: #323232;
}

.container-sm {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  box-sizing: border-box;
}

.discovery-tour__row--body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-banner {
  min-height: 260px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .page-banner {
    min-height: 324px;
  }
}
.page-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
}
.page-banner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.page-banner picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-banner__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-banner__inner .container-sm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-block: 30px 25px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .page-banner__inner .container-sm {
    padding-block: 50px 25px;
  }
}
.page-banner__inner .container-sm figure img {
  width: 45px;
}
.page-banner__inner h1 {
  color: var(--white);
  letter-spacing: 0.1em;
  font-size: 32px;
  font-weight: 300;
  font-family: "Akashi Std", "Noto Serif JP", sans-serif;
  margin: 5px 0 0;
  line-height: 1.2;
}
.page-banner__inner h3 {
  color: var(--white);
  letter-spacing: 0.1em;
  font-size: 8px;
  font-weight: 300;
  font-family: "Akashi Std", "Noto Serif JP", sans-serif;
  margin: 0;
  line-height: 1.2;
}

.section-heading {
  text-align: center;
  margin-bottom: 30px;
}
.section-heading figure {
  margin-bottom: 8px;
}
.section-heading figure img {
  max-width: 61px;
}
.section-heading h2 {
  font-weight: 300;
  font-family: "Akashi Std", "Noto Serif JP", sans-serif;
  font-size: 21px;
  letter-spacing: 0;
  margin: 0;
  color: var(--text-body);
  line-height: 1.5;
}
.section-heading h3 {
  font-weight: 300;
  font-family: "PA1MinchoStdN", "Noto Serif JP", sans-serif;
  font-size: 21px;
  letter-spacing: 0;
  margin: 0 0 25px;
  color: var(--brown);
  font-size: 8px;
  line-height: 1.5;
}
.section-heading p {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-body);
  line-height: 1.75;
  font-family: "PA1MinchoStdN", "Noto Serif JP", sans-serif;
}
@media only screen and (min-width: 768px) {
  .section-heading p {
    font-size: 17px;
  }
}

.btn-fixed {
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 20px;
  background: var(--primary);
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Akashi Std", "Noto Serif JP", sans-serif;
  text-align: center;
  color: var(--white) !important;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.075em;
  line-height: 1.125;
}
@media only screen and (min-width: 768px) {
  .btn-fixed {
    width: 155px;
    height: 155px;
    right: 30px;
  }
}
.btn-fixed img {
  margin-bottom: 5px;
}
.btn-fixed span {
  font-family: "Akashi Std", "Noto Serif JP", sans-serif;
}
@media only screen and (max-width: 767px) {
  .btn-fixed span {
    display: none;
  }
}
.btn-fixed small {
  font-family: "Akashi Std", "Noto Serif JP", sans-serif;
  font-size: 10px;
  letter-spacing: 0;
}
.btn-fixed::after {
  content: "";
  border-top: 7px solid var(--white);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin-top: 3px;
}

/** Sections */
.links-group {
  padding-block: 60px 30px;
}
@media only screen and (min-width: 768px) {
  .links-group {
    padding-block: 90px 45px;
  }
}
.links-group__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.links-group__col {
  text-align: center;
  font-weight: 300;
  font-family: "hiragino-kaku-gothic-pron", "Noto Sans JP", sans-serif;
  line-height: 1.75;
  font-size: 14px;
  letter-spacing: 0.05em;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .links-group__col {
    width: calc(50% - 15px);
  }
}
.links-group__col h3 {
  font-family: "Akashi Std", "Noto Serif JP", sans-serif;
  font-size: 20px;
  font-weight: 300;
  background: var(--primary);
  border-radius: 100px;
  line-height: 1.5;
  display: inline-flex;
  min-width: 208px;
  min-height: 44px;
  margin: 0 0 25px;
  color: var(--white);
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  padding: 5px 20px;
  box-sizing: border-box;
}
.links-group__col figure {
  margin: 0;
}
.links-group__col figure img {
  mix-blend-mode: multiply;
}
.links-group__col:nth-child(odd) h3 {
  background: var(--second);
}
.links-group__items {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 27px;
}
@media only screen and (min-width: 768px) {
  .links-group__items {
    margin-top: 35px;
  }
}
.links-group__items a {
  font-family: "Akashi Std", "Noto Serif JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid var(--gray);
  border-radius: 100px;
  padding: 3px 20px;
  min-width: 137px;
  box-sizing: border-box;
  background: var(--white);
}
.links-group__items a:hover {
  opacity: 0.7;
}

.workplace {
  padding-block: 30px;
}
@media only screen and (min-width: 768px) {
  .workplace {
    padding-block: 45px 80px;
  }
}
.workplace figure {
  margin: 0;
}
.workplace figure img {
  width: 100%;
}

.internship {
  padding-block: 30px 40px;
}
@media only screen and (min-width: 768px) {
  .internship {
    padding-block: 80px 70px;
  }
}
.internship .section-heading p {
  font-size: 14.7px;
}
.internship .container-sm > h4 {
  font-size: 14px;
  font-weight: 300;
  font-family: "hiragino-kaku-gothic-pron", "Noto Sans JP", sans-serif;
  line-height: 1.75;
  text-align: center;
  color: var(--primary);
  margin: 0 0 25px;
}
@media only screen and (min-width: 768px) {
  .internship .container-sm > h4 {
    margin: 0 0 35px;
  }
}
.internship__inner {
  display: flex;
  flex-wrap: wrap;
}
.internship__col {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding-block: 25px 30px;
}
@media only screen and (min-width: 768px) {
  .internship__col {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .internship__col + .internship__col {
    border-top: 1px solid var(--gray);
  }
}
.internship__col h4 {
  font-family: "Akashi Std", "Noto Serif JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  color: var(--primary);
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.internship__col h3 {
  font-family: "Akashi Std", "Noto Serif JP", sans-serif;
  font-size: 66px;
  font-weight: 300;
  margin: 0;
  color: var(--primary);
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.internship__col p {
  font-family: "Akashi Std", "Noto Serif JP", sans-serif;
  font-size: 28px;
  font-weight: 300;
  margin: 0;
  color: var(--text-body);
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.internship__col p small {
  font-size: 14px;
  font-family: inherit;
}
@media only screen and (min-width: 768px) {
  .internship__col:nth-child(odd) {
    border-right: 1px solid var(--gray);
  }
}
.internship__col:nth-child(odd) h3,
.internship__col:nth-child(odd) h4 {
  color: var(--second);
}
.internship__bottom {
  text-align: center;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .internship__bottom {
    margin-top: 35px;
  }
}
.internship__bottom p {
  font-size: 14px;
  font-weight: 300;
  font-family: "hiragino-kaku-gothic-pron", "Noto Sans JP", sans-serif;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: var(--text-body);
}

.discovery-tour {
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .discovery-tour {
    padding-bottom: 110px;
  }
}
.discovery-tour .section-heading {
  border-top: 1px solid var(--gray);
  padding-top: 40px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .discovery-tour .section-heading {
    padding-top: 70px;
  }
}
.discovery-tour .section-heading h3 {
  margin: 0;
}
.discovery-tour__row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  border: 1px solid #989898;
  background: var(--white);
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .discovery-tour__row {
    padding: 30px 32px;
    gap: 40px;
  }
}
.discovery-tour__row + .discovery-tour__row {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .discovery-tour__row + .discovery-tour__row {
    margin-top: 66px;
  }
}
@media only screen and (min-width: 768px) {
  .discovery-tour__row figure {
    width: calc(49% - 20px);
  }
}
.discovery-tour__row figure img {
  width: 100%;
}
.discovery-tour__row--body {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .discovery-tour__row--body {
    width: calc(51% - 20px);
  }
}
.discovery-tour__row--body ul li {
  min-height: 46px;
  font-family: "hiragino-kaku-gothic-pron", "Noto Sans JP", sans-serif;
  color: var(--text-body);
  font-size: 14px;
  line-height: 1.75;
  border-radius: 26px;
  padding: 10px 10px 11px 55px;
  box-sizing: border-box;
  background: url("../images/bean.svg") no-repeat 20px 11px/22px #F7EFEE;
}
.discovery-tour__row--body ul li + li {
  margin-top: 20px;
}
.discovery-tour__row--body ul li p {
  font-family: inherit;
  font-size: inherit;
}
@media only screen and (min-width: 768px) {
  .discovery-tour__row.reverse figure {
    order: 2;
  }
}

/*# sourceMappingURL=styles.css.map */
