@charset "UTF-8";
.cover {
  width: 100%;
  height: 100%;
  z-index: 500;
}

html {
  scroll-behavior: smooth;
  font-size: 100%;
}

a {
  display: inline-block;
}

a :hover {
  cursor: pointer;
  transition: 0.3s ease;
  opacity: 0.5;
}

body {
  background-color: #fff;
  list-style-type: none;
  font-weight: bold;
  min-width: 320px;
}

.partition {
  margin-top: 120px;
  color: #1d1311;
  opacity: 0.2;
}

.partition_mini {
  border-bottom: 0.5px solid;
  color: #1d1311;
}

.link-position {
  padding-top: 470px;
  position: absolute;
}

.underline {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  color: #1d1311;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

p {
  font-size: max(0.8vw, 16px);
  letter-spacing: 0.06em;
  line-height: max(2.5vh, 24px);
  color: #1d1311;
  list-style-type: none;
  font-family: "Shippori Mincho", serif;
  font-weight: 100;
  transition: 0.5s ease ease;
}

.mini_english_service {
  font-size: max(0.8vw, 14px);
  color: #5bbbd2;
  font-family: "Shippori Mincho", serif;
  opacity: 0.8;
}

.mini_english {
  font-size: max(0.8vw, 14px);
  color: #5bbbd2;
  font-family: "Shippori Mincho", serif;
  opacity: 0.8;
  text-indent: -1.3em;
}

.supplement {
  font-size: max(0.65vw, 10px);
}

h1 {
  font-size: 46px;
  letter-spacing: 0.5em;
  line-height: 2;
  list-style-type: none;
  font-family: "Shippori Mincho", serif;
  font-weight: 100;
  transition: 0.5s ease ease;
  display: inline-block;
}

h2 {
  display: inline-block;
  font-size: 24px;
  letter-spacing: 0.5em;
  list-style-type: none;
  font-family: "Shippori Mincho", serif;
  font-weight: 100;
  transition: 0.5s ease ease;
}

h3 {
  font-size: 18px;
  letter-spacing: 0.3em;
  line-height: 2.5;
  list-style-type: none;
  font-family: "Helvetica", "ヒラギノ角ゴ ProN", sans-serif;
  font-weight: 550;
  transition: 0.5s ease ease;
}

h4 {
  font-size: 30px;
  letter-spacing: 0.5em;
  list-style-type: none;
  font-family: "Shippori Mincho", serif;
  font-weight: 100;
  transition: 0.5s ease ease;
}

h5 {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 24px;
  list-style-type: none;
  font-family: "Helvetica", "ヒラギノ角ゴ ProN", sans-serif;
  transition: 0.5s ease ease;
}

h6 {
  font-size: max(1.5vw, 18px);
  letter-spacing: 0.2em;
  line-height: max(1.8vw, 24px);
  color: #fff;
  list-style-type: none;
  font-family: "din-condensed-variable", sans-serif;
  font-variation-settings: "wght" 320;
  transition: 0.5s ease;
}

.vertical_text {
  font-family: "Shippori Mincho", serif;
  font-weight: 100;
  letter-spacing: 0.2em;
  line-height: max(2.8vw, 35px);
  padding-left: 1vw;
}

.mobile_copy {
  display: none;
}

.vertical_gap {
  padding: 30px 0 25px 0;
}

.text_gap {
  padding-top: 20px;
}

.vertical_mini_text {
  font-size: 12px;
  font-family: "Shippori Mincho", serif;
  font-weight: 100;
  letter-spacing: 0.2em;
  line-height: max(1.8vw, 24px);
}

.mini_text {
  font-size: 13px;
  font-family: "Shippori Mincho", serif;
  font-weight: 100;
  letter-spacing: 0.07em;
  line-height: max(1vw, 20px);
}

.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s ease;
}
.fadein.fadein-left {
  transform: translate(-30px, 0);
}
.fadein.fadein-right {
  transform: translate(30px, 0);
}
.fadein.fadein-up {
  transform: translate(0, -30px);
}
.fadein.fadein-bottom {
  transform: translate(0, 30px);
}
.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.contact_button_box {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding-top: 64px;
}

.contact_button {
  margin-right: 8px;
  height: 40px;
  width: 220px;
  background-image: url(../images/contact.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  align-items: center;
}

.red_text {
  color: #d25b68;
  font-weight: 600;
}

.blue_text {
  color: #5bbbd2;
  font-weight: 500;
}

/* Loading背景画面設定　*/
#loading {
  /*fixedで全面に固定*/
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  text-align: center;
  color: #fff;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* Loading画像中央配置　*/
#loading_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#loading_logo img {
  width: 30vw;
}

.header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.8);
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}

.header_logo {
  display: block;
  width: clamp(176px, 22vw, 240px);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.page-header {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Helvetica", "ヒラギノ角ゴ ProN", sans-serif;
}

/* overlay-styles.css */
.hamburger-overlay {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hamburger-overlay__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background-color: #5bbbd2;
  transition: all 0.6s;
}

.hamburger-overlay__line:nth-of-type(1) {
  top: 14px;
}

.hamburger-overlay__line:nth-of-type(2) {
  top: 23px;
}

.hamburger-overlay__line:nth-of-type(3) {
  top: 32px;
}

.hamburger-overlay.active .hamburger-overlay__line {
  background-color: #5bbbd2;
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
  opacity: 0;
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.nav-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100vh;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
  z-index: 900;
  font-family: "Helvetica", "ヒラギノ角ゴ ProN", sans-serif;
  font-weight: 550;
}

.nav-overlay.active {
  visibility: visible;
  opacity: 1;
}

.nav-overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: left;
}

.nav-overlay__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-overlay__item {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s;
  margin: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #1d1311;
}

.nav-overlay.active .nav-overlay__item {
  opacity: 1;
  transform: translateY(0);
}

.nav-overlay.active .nav-overlay__item:nth-child(1) {
  transition-delay: 0.1s;
}

.nav-overlay.active .nav-overlay__item:nth-child(2) {
  transition-delay: 0.2s;
}

.nav-overlay.active .nav-overlay__item:nth-child(3) {
  transition-delay: 0.3s;
}

.nav-overlay.active .nav-overlay__item:nth-child(4) {
  transition-delay: 0.4s;
}

.nav-overlay__link {
  display: inline-block;
  padding-top: 10px;
  color: #1d1311;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s;
}

.nav-overlay__link:hover {
  opacity: 70%;
}

.slant-bg {
  width: 100%;
  position: absolute;
  padding: 210px 0;
  top: 26vh;
  z-index: -50;
}

.slant-bg p {
  width: 65%;
  margin: 0 auto;
}

.slant-bg::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -40px;
  left: 0;
  right: 0;
  background-color: #bde4ed;
  transform: skewY(-18deg);
}

.top {
  height: 100vh;
}

.top_space {
  width: 100%;
  height: 25vh;
}

.main_copy {
  position: absolute;
  color: #fff;
  left: 12vw;
  top: 33vh;
  text-shadow: 0 0 30px #6c6c6c;
}
.main_copy h1 {
  border-bottom: 1px solid #fff;
  letter-spacing: 0.8em;
  font-size: 46px;
}

.PC_ver {
  display: inline;
  position: absolute;
  top: max(80vh, 800px);
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #6c6c6c;
}

.mobile_ver {
  display: none;
}

.sub_copy {
  animation: loading 2s;
  position: absolute;
  writing-mode: vertical-rl;
  right: 10vw;
  top: 19vh;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 35px 25px;
}
@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity_mini {
  margin-top: 120px;
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: 480px;
  height: auto;
  overflow: hidden;
  border-radius: 5px;
  margin-right: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.scroll-infinity__item_mini {
  overflow: hidden;
}

.scroll-infinity__item > img {
  width: 100%;
}

.slant-bg-sub {
  width: 100%;
  position: absolute;
  padding: 120px 0;
  top: 52vh;
  z-index: -50;
}

.slant-bg-sub p {
  width: 65%;
  margin: 0 auto;
}

.slant-bg-sub::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -40px;
  left: 0;
  right: 0;
  background-color: #bde4ed;
  transform: skewY(-18deg);
}

.subpage_main_copy {
  color: #5bbbd2;
  padding: 20vh 0 5vh;
}

.subpage_button {
  padding-top: 5vh;
}

section {
  width: 40%;
  height: auto;
}

.splide__slide img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.facility {
  padding: 20px 120px;
  width: 100%;
  position: relative;
  z-index: 3;
  border-radius: 5px;
}

.facility_detail_A {
  padding-top: 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-family: "Helvetica", "ヒラギノ角ゴ ProN", sans-serif;
  font-weight: 100;
}

.facility_detail_B {
  padding-top: 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row-reverse;
  font-family: "Helvetica", "ヒラギノ角ゴ ProN", sans-serif;
  font-weight: 100;
}

.partition_t {
  margin-top: 80px;
  color: #6c6c6c;
  opacity: 0.2;
}

.pdf_container {
  display: inline-block;
  border-bottom: 3px solid;
  padding-bottom: 3px;
  color: #5bbbd2;
  margin-top: 30px;
}

.notice_board {
  padding-top: 80px;
}

.subheading_container_gap_adjustment {
  display: inline-block;
  border-bottom: 3px solid;
  padding-bottom: 3px;
  color: #5bbbd2;
}

.minamo_heading {
  padding-bottom: 30px;
  color: #5bbbd2;
}

.web_link :hover {
  cursor: pointer;
  transition: 0.3s ease;
  opacity: 0.5;
}

.scroll-infinity_minamo {
  padding-top: 120px;
  z-index: -30;
}

.affiliated-company_container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}

.affiliated-company_box {
  padding: 10px 30px 25px;
  border-bottom: 0.5px solid;
}

.main_container {
  max-width: max(80vh, 1200px);
  margin: 0 auto;
  width: calc(100% - 400px);
  padding-top: 120px;
}

.container-about {
  color: #fff;
  overflow: hidden;
  width: 100%;
  padding: 0 12vh 6vh;
  position: relative;
  z-index: 3;
  background-image: url(../images/008.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-shadow: 0 0 20px #5bbbd2;
}

.about_top {
  display: flex;
}

.about_title {
  position: relative;
  margin: 8vh;
  text-align: center;
  z-index: 4;
}

.about_wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
}

.about_text {
  padding: 20px 0px;
  font-weight: 400;
  letter-spacing: 0.6em;
}

.about_text:before {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  display: inline-block;
}

.about_text:before {
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding-bottom: 60px;
  margin-left: -20px;
}

.about_right_text {
  opacity: 0;
}

.about_left_text {
  writing-mode: vertical-rl;
}

.circle_frame_button {
  width: 232px;
  height: 34px;
  border-radius: 17px;
  text-align: center;
  padding: 4px;
  margin-bottom: 8px;
  border: solid 1px #5bbbd2;
}
.circle_frame_button h5 {
  color: #5bbbd2;
}

.letter_buttons {
  display: flex;
  align-items: center;
  padding-top: 16px;
}

.office_details {
  font-size: 20px;
  position: absolute;
  left: 180px;
  width: 100%;
}

.button {
  margin-top: 2px;
  margin-right: 8px;
  height: 20px;
  width: 20px;
  background-image: url(../images/button_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  align-items: center;
}

.letter {
  color: #1d1311;
}

.letter_mincyo {
  position: relative;
  display: inline-block;
  color: #1d1311;
  letter-spacing: 0.2em;
}

.letter_mincyo::after {
  position: absolute; /*親要素であるaタグを基準に位置を指定*/
  left: 0; /*アンダーラインを各メニュー（aタグ）の左端に指定*/
  content: ""; /*本来は、擬似要素に入るテキストなどを’’内に指定。今回はアンダーラインなので何も記載しない*/
  width: 100%; /*アンダーラインを各aタグの幅に合わせる*/
  height: 1px; /*アンダーラインの高さ（太さ）*/
  background: #1d1311; /*アンダーラインの色*/
  bottom: -1px; /*アンダーラインがaタグの下端から現れる*/
  transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s; /*変形の時間*/
}

.letter_mincyo:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}

.arrow_button {
  display: flex;
  position: absolute;
  height: 20px;
  width: 250px;
  left: 5px;
  align-items: center;
}

.arrow {
  display: flex;
  position: absolute;
  margin-right: 8px;
  height: 40px;
  width: 180px;
  left: -26px;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  align-items: center;
}

.service01 {
  display: flex;
  margin: 48px 0;
  -moz-column-gap: 40px;
       column-gap: 40px;
  justify-content: space-evenly;
  align-items: center;
}

.service02 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 48px;
  -moz-column-gap: 15vw;
       column-gap: 15vw;
}

.service03 {
  display: flex;
  margin: 48px 0;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.service_photo {
  width: 27vw;
  height: 20vw;
}

.office_photo {
  width: 38vw;
  height: 23vw;
  border-radius: 5px;
}

.support_office_photo {
  width: 36vw;
  height: 24vw;
  border-radius: 5px;
}

.service_letter {
  position: relative;
}

.service_letter_vertically {
  writing-mode: vertical-rl;
}

.reference_point {
  position: relative;
}

.image_text {
  position: absolute;
  bottom: 0vw;
  left: 0.8vw;
  font-size: 3.2vw;
  letter-spacing: 0em;
  opacity: 0.9;
  /* font-weight: 200; */
  color: #fff;
  text-shadow: 0 0 20px #6c6c6c;
}

.image_text_vertical {
  writing-mode: vertical-rl;
  position: absolute;
  bottom: 1vw;
  left: -2vw;
  font-size: 6.2vw;
  letter-spacing: -0.1em;
  opacity: 0.9;
  /* font-weight: 200; */
  color: #fff;
  text-shadow: 0 0 20px #6c6c6c;
}

.image_text_large {
  position: absolute;
  bottom: -1.5vw;
  left: 0.8vw;
  font-size: 4.7vw;
  letter-spacing: -0.1em;
  opacity: 0.9;
  /* font-weight: 200; */
  color: #fff;
}

.color_square_text {
  position: absolute;
  left: -12px;
  top: -4px;
  background-color: #5bbbd2;
  width: 30px;
  height: 30px;
  opacity: 0.5;
  z-index: -10;
}

.color_square_photo {
  position: absolute;
  bottom: -20px;
  left: 20px;
  background-color: #5bbbd2;
  width: 27vw;
  height: 15vw;
  opacity: 0.5;
  z-index: -10;
}

.office_name {
  margin-top: 0;
}

.office_name_mobile {
  display: none;
}

.subheading {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 2em;
       column-gap: 2em;
}

.subheading_container {
  display: inline-block;
  border-bottom: 3px solid;
  padding-bottom: 3px;
  color: #5bbbd2;
  margin-top: 120px;
}

.employment_support_details {
  line-height: max(1vh, 12px);
  width: 60vw;
}

.access {
  background-color: #f7f7f7;
  padding: 120px;
  margin: 120px auto 0;
  width: max(90vw, 1200px);
  position: relative;
  z-index: 3;
  border-radius: 5px;
}
.access .address-mail {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}
.access .address-mail .access-A-text {
  width: 42%;
}
.access .address-mail .access-A-text h6 {
  color: #1d1311;
  padding-bottom: 1.5vh;
}
.access .address-mail .access-A-map {
  text-align: right;
  width: 50%;
  height: auto;
}

.about_us {
  margin-top: 120px;
  background-color: #f7f7f7;
  padding: 120px 120px 60px;
  margin: 120px auto 0;
  width: max(90vw, 1200px);
  position: relative;
  z-index: 3;
  border-radius: 5px;
}

.about_us_heading {
  color: #6c6c6c;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
}

.about_us_box {
  display: flex;
  position: relative;
  align-items: center;
  padding: 60px 0;
  color: #6c6c6c;
}

.about_us_box_L {
  display: flex;
  position: relative;
  align-items: center;
  padding: 100px 0;
  color: #6c6c6c;
}

.about_us_text {
  position: absolute;
  left: max(300px, 28vw);
}

.about_us_link {
  color: #5bbbd2;
  position: absolute;
  right: max(1vw, 10px);
}

.policy_button {
  display: flex;
  padding-top: 120px;
  flex-direction: row-reverse;
}

.label-required {
  font-size: 10px;
  padding-left: 5px;
  color: red;
  font-weight: 800;
}

.contact_us_background {
  background-color: #eff8fa;
  margin-top: 120px;
}

.contact_us_container {
  max-width: 880px;
  margin: 0 auto;
  width: calc(100% - 400px);
  padding: 120px 0;
}

.contact_us_box {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

input[type=text],
input[type=email],
input[type=tel] {
  border: solid 1px #d7d7d4;
  background-color: #fff;
  margin: 5px 0 20px;
  width: 100%;
}

label {
  display: flex;
  font-size: max(0.8vw, 18px);
  letter-spacing: 0.06em;
  line-height: max(2.5vh, 24px);
  color: #1d1311;
  list-style-type: none;
  font-family: "Shippori Mincho", serif;
  font-weight: 100;
  transition: 0.5s ease ease;
}

textarea {
  border: solid 1px #d7d7d4;
  background-color: #fff;
  margin: 5px 0 20px;
  width: 100%;
  height: 400px;
  font-size: 15px;
}

.send_button {
  height: 40px;
  width: 220px;
  margin: 60px auto 0;
  background-color: #5bbbd2;
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: max(0.8vw, 16px);
  letter-spacing: 0.06em;
  line-height: max(2.5vh, 24px);
  list-style-type: none;
  font-family: "Shippori Mincho", serif;
  font-weight: 100;
  transition: 0.5s ease ease;
}

.send_button:hover {
  cursor: pointer;
  transition: 0.3s ease;
  opacity: 0.5;
}

footer {
  background-color: #fff;
  width: 100%;
  color: #1d1311;
  display: flex;
  flex-direction: column;
  margin: 120px auto 60px;
  width: calc(100% - 120px);
}

.footer-bottom {
  color: #1d1311;
  gap: 15px;
  display: flex;
  flex-direction: column;
}

.bottom-text01 {
  font-size: 16px;
  font-weight: 200;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  font-family: "Helvetica", "ヒラギノ角ゴ ProN", sans-serif;
}
.bottom-text01 li {
  padding-right: 27px;
}
.bottom-text01 li :hover {
  opacity: 0.5;
  transition: 0.3s ease;
}

.bottom-text02 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

li {
  position: relative;
}

.line-right {
  position: absolute;
  right: 12px;
  width: 1px;
  height: 24px;
  background-color: #1d1311;
  text-align: center;
  align-items: center;
  align-content: center;
}

.footer_logo {
  width: 240px;
  width: clamp(176px, 22vw, 240px);
}

@media (max-width: 725px) {
  #loading {
    /*fixedで全面に固定*/
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    text-align: center;
    color: #fff;
    background-image: url(../images/logo_m.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .header {
    height: 60px;
  }
  .hamburger-overlay {
    top: 5px;
    right: 10px;
  }
  .top {
    height: 100vh;
  }
  .sub_copy {
    display: none;
  }
  .main_copy {
    top: 27.5vh;
  }
  .main_copy h1 {
    border-bottom: 1px solid #fff;
    letter-spacing: 0.8em;
    font-size: max(3vw, 22px);
  }
  h1 {
    font-size: max(3vw, 24px);
  }
  h2 {
    font-size: 20px;
    letter-spacing: 0.3em;
  }
  h3 {
    font-size: 16px;
    letter-spacing: 0.3em;
    line-height: 2.5;
    list-style-type: none;
    font-family: "Helvetica", "ヒラギノ角ゴ ProN", sans-serif;
    font-weight: 550;
    transition: 0.5s ease ease;
  }
  h4 {
    font-size: 20px;
  }
  .scroll-infinity__item {
    width: 300px;
    overflow: hidden;
    border-radius: 0px;
    margin-right: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .slant-bg {
    width: 100%;
    position: absolute;
    padding: 160px 0;
    top: 12vh;
    z-index: -50;
  }
  .PC_ver {
    display: none;
  }
  .mobile_ver {
    text-align: center;
    padding-top: 10vh;
    margin: 0 auto;
    display: block;
    text-align: left;
    writing-mode: vertical-rl;
    font-size: max(2vh, 12px);
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #5bbbd2;
  }
  .about_title {
    position: relative;
    margin: 13vh -5vh;
    text-align: center;
    z-index: 4;
  }
  .mobile_copy {
    display: block;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 20px 0px;
    list-style-type: none;
    font-family: "Shippori Mincho", serif;
    font-weight: 100;
    transition: 0.5s ease ease;
    color: #5bbbd2;
  }
  .about_wrap {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto;
    align-items: center;
  }
  .about_text {
    font-size: 14px;
    padding: 20px 0 30px 0;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: "Helvetica", "ヒラギノ角ゴ ProN", sans-serif;
  }
  .about_text:before {
    border-left: solid 1px #fff;
    border-bottom: solid 1px #fff;
    margin-left: -20px;
  }
  .container-about {
    background-image: url(../images/008.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 0 3vh 10vh;
  }
  .about_us {
    width: 100%;
    background-color: #f7f7f7;
    padding: 60px 50px;
    margin: 80px auto;
    position: relative;
    z-index: 3;
    border-radius: 5px;
  }
  .about_us_text {
    padding-top: 10px;
    position: relative;
    left: 0;
  }
  .about_us_box {
    display: flex;
    position: relative;
    align-items: flex-start;
    padding: 30px 0;
    flex-direction: column;
  }
  .about_us_box_L {
    display: flex;
    position: relative;
    align-items: flex-start;
    padding: 60px 0;
    flex-direction: column;
  }
  .about_us_link {
    color: #5bbbd2;
    padding-top: 20px;
    position: relative;
  }
  .main_container {
    width: calc(100% - 48px);
    padding-top: 80px;
  }
  .facility {
    padding: 20px 48px;
  }
  .facility_detail_A {
    padding-top: 30px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: flex-start;
    font-family: "Helvetica", "ヒラギノ角ゴ ProN", sans-serif;
    font-weight: 100;
  }
  .facility_detail_B {
    padding-top: 30px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: column;
    font-family: "Helvetica", "ヒラギノ角ゴ ProN", sans-serif;
    font-weight: 100;
  }
  .image_text_vertical {
    writing-mode: vertical-rl;
    position: absolute;
    bottom: 4vw;
    left: -3vw;
    font-size: 6.2vh;
    letter-spacing: -0.1em;
    opacity: 0.9;
    text-shadow: 0 0 20px #6c6c6c;
  }
  .image_text {
    font-size: 40px;
  }
  .image_text_large {
    position: absolute;
    bottom: -1.5vw;
    left: 3.8vw;
    font-size: 11vw;
    letter-spacing: -0.1em;
    opacity: 0.9;
    /* font-weight: 200; */
  }
  .service01 {
    display: flex;
    margin: 48px 0 120px 0;
    gap: 40px;
    gap: 40px;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }
  .mobile_dep {
    display: flex;
    display: flex;
    flex-direction: column-reverse;
  }
  .service02 {
    display: flex;
    margin-top: 48px;
    -moz-column-gap: 15vw;
    column-gap: 15vw;
    flex-direction: column;
    align-items: center;
  }
  .service_photo {
    width: 80vw;
    height: auto;
  }
  .color_square_photo {
    width: 80vw;
    height: 55vw;
  }
  .office_name {
    margin-top: 120px;
    display: none;
  }
  .office_name_mobile {
    text-align: center;
    display: block;
  }
  .office_photo {
    width: 80vw;
    height: 60vw;
    border-radius: 5px;
  }
  .service_letter_vertically {
    writing-mode: vertical-rl;
    margin-top: 80px;
  }
  .employment_support_details {
    line-height: max(1vh, 12px);
    width: 100%;
  }
  .contact_button_box {
    justify-content: center;
  }
  .access {
    background-color: #f7f7f7;
    padding: 50px;
    width: 100%;
    margin: 120px auto 0;
    position: relative;
    z-index: 3;
    border-radius: 5px;
  }
  .access .address-mail {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 60px;
  }
  .access .address-mail .access-A-text {
    width: 100%;
  }
  .access .address-mail .access-A-map {
    text-align: center;
    width: 100%;
    height: 300px;
  }
  .subheading {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 2em;
    column-gap: 2em;
    flex-direction: column;
  }
  .mini_english {
    text-indent: 0em;
    font-size: 10px;
  }
  .service03 {
    display: flex;
    margin: 48px 0;
    -moz-column-gap: 40px;
    column-gap: 40px;
    align-items: center;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  .support_office_photo {
    width: 80vw;
    height: 60vw;
    border-radius: 5px;
    margin-top: 80px;
  }
  .policy_button {
    display: flex;
    padding-top: 60px;
    justify-content: flex-start;
    flex-direction: row;
  }
  .contact_us_container {
    /* width: 100%; */
    margin: 0 auto;
    width: calc(100% - 120px);
    padding: 120px 0;
  }
  .bottom-text01 {
    font-size: 16px;
    font-weight: 200;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-family: "Helvetica", "ヒラギノ角ゴ ProN", sans-serif;
    gap: 16px;
  }
  .line-right {
    display: none;
  }
  footer {
    width: calc(100% - 48px);
  }
  section {
    width: 100%;
    height: auto;
  }
  .notice_board {
    padding-top: 80px;
    width: 100%;
  }
  .affiliated-company_container {
    display: flex;
    gap: 30px;
    flex-direction: column;
  }
  .logo {
    /* align-items: center; */
    margin: 0 auto;
    display: block;
    width: clamp(300px, 22vw, 240px);
  }
}
@media (max-height: 700px) {
  .mobile_ver {
    text-align: center;
    padding-top: 20px;
    margin: 0 auto;
    display: block;
    text-align: left;
    writing-mode: vertical-rl;
    font-size: max(2vh, 12px);
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #5bbbd2;
  }
}/*# sourceMappingURL=style.css.map */