@charset "UTF-8";
.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

h2,
ul {
  margin: 0;
  padding: 0;
}

.index {
  position: relative;
}
@media screen and (max-width:639px) {
  .index .contents {
    padding-bottom: 40px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .contents {
    padding-bottom: 60px;
  }
}
@media screen and (min-width:1025px) {
  .index .contents {
    padding-bottom: 150px;
  }
}
.index .greetingInner {
  max-width: 880px;
  display: flex;
}
@media screen and (max-width:639px) {
  .index .greetingInner {
    gap: 32px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .greetingInner {
    gap: 60px;
  }
}
@media screen and (min-width:1025px) {
  .index .greetingInner {
    gap: 120px;
  }
}
@media screen and (max-width:639px) {
  .index .greetingInner {
    flex-direction: column;
    align-items: center;
  }
}
.index .greeting .heading01 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 0;
}
.index .greeting .heading01 span {
  writing-mode: vertical-rl;
  border: 1px solid #1d3761;
  border-top: none;
  border-bottom: none;
  padding-left: 36px;
  padding-right: 36px;
  display: inline-block;
  letter-spacing: 0.4em;
}
@media screen and (min-width:640px) {
  .index .greeting .txt {
    padding-top: 40px;
  }
}
.index .greeting .txt p {
  line-height: 180%;
  letter-spacing: 0.18em;
  margin-bottom: 20px;
}
@media screen and (min-width:640px) {
  .index .greeting .txt p {
    margin-bottom: 32px;
  }
}
.index .greeting .txt a {
  margin-top: 40px;
}
@media screen and (max-width:639px) {
  .index .greeting .txt a {
    margin-top: 24px;
  }
}
.index .facility {
  margin-bottom: 0;
}
.index .facilityInner {
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.index .facilityInner > div {
  background-size: cover;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width:639px) {
  .index .facilityInner > div {
    padding: 40px 32px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .facilityInner > div {
    padding: 40px 32px 48px 32px;
  }
}
@media screen and (min-width:1025px) {
  .index .facilityInner > div {
    padding: 40px 80px 72px 80px;
  }
}
@media screen and (max-width:639px) {
  .index .facilityInner > div {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .index .facilityInner > div > * {
    margin-left: auto;
    margin-right: auto;
  }
}
.index .facilityInner > div h2, .index .facilityInner > div h3, .index .facilityInner > div p, .index .facilityInner > div a {
  color: #fff;
  font-weight: 300;
}
.index .facilityInner > div h2 {
  margin-bottom: 28px;
}
@media screen and (max-width:639px) {
  .index .facilityInner > div h2 {
    text-align: center;
  }
}
.index .facilityInner > div h3 {
  margin-bottom: 12px;
  font-size: clamp(15.5px, 1.9047619048vw, 17px);
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width:639px) {
  .index .facilityInner > div h3 {
    flex-direction: column;
    margin-bottom: 24px;
  }
}
.index .facilityInner > div h3 span {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width:640px) {
  .index .facilityInner > div h3 span:first-child:after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    position: relative;
  }
}
.index .facilityInner > div p {
  margin-bottom: 28px;
  font-size: clamp(14px, 1.7857142857vw, 16px);
}
.index .facilityInner > div .outline {
  color: #fff;
}
@media screen and (max-width:639px) {
  .index .facilityInner > div .outline {
    padding-top: 32px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .facilityInner > div .outline {
    padding-top: 64px;
  }
}
@media screen and (min-width:1025px) {
  .index .facilityInner > div .outline {
    padding-top: 100px;
  }
}
.index .facilityInner > div .outline .ttl {
  font-size: 17px;
  display: flex;
  gap: 24px;
  margin-bottom: clamp(16px, 2.0238095238vw, 18px);
}
@media screen and (max-width:639px) {
  .index .facilityInner > div .outline .ttl {
    flex-wrap: wrap;
    gap: 4px;
  }
  .index .facilityInner > div .outline .ttl .name {
    width: 100%;
  }
}
.index .facilityInner > div .outline .ttl a {
  font-size: clamp(14px, 1.7261904762vw, 15px);
  text-decoration: none;
}
.index .facilityInner > div .outline .ttl .tel {
  margin-right: 0.6em;
}
.index .facilityInner > div .outline .ttl .tel:before {
  content: url(../img/cmn/ico_tel_white.svg);
  margin-right: 6px;
  position: relative;
  top: 1px;
}
.index .facilityInner > div .outline .ttl .ig:before {
  content: url(../img/cmn/ico_ig_white.svg);
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.index .facilityInner > div .outline .link-map {
  margin-top: 8px;
}
.index .facilityInner > div .outline .address {
  font-size: clamp(14px, 1.7261904762vw, 15px);
  display: flex;
  flex-direction: column;
  line-height: 1.7;
}
.index .facility .myway {
  background-image: url(../img/index/bg_myway.png);
}
.index .facility .oak {
  background-image: url(../img/index/bg_oak.png);
}
.index .recruit {
  background: linear-gradient(180deg, #f6f6f6 0%, #f6f6f6 60%, #1d3761 60%, #1d3761 100%);
  margin-bottom: 0;
}
@media screen and (max-width:639px) {
  .index .recruit {
    background: linear-gradient(180deg, #f6f6f6 0%, #f6f6f6 70%, #1d3761 70%, #1d3761 100%);
  }
}
.index .recruitInner {
  max-width: 1200px;
}
@media screen and (min-width:1025px) {
  .index .recruitInner {
    padding-bottom: 90px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .recruitInner {
    padding-bottom: 20px;
  }
}
@media screen and (max-width:639px) {
  .index .recruitInner {
    padding-bottom: 80px;
  }
}
.index .recruit h2 + p {
  text-align: center;
  margin-bottom: clamp(32px, 4.7619047619vw, 56px);
}
@media screen and (max-width:639px) {
  .index .recruit h2 + p {
    margin-bottom: 40px;
    text-align: left;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .recruit h2 + p {
    margin-bottom: 72px;
  }
}
.index .recruit .detail {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width:640px) {
  .index .recruit .detail {
    margin-bottom: 90px;
  }
}
@media screen and (max-width:639px) {
  .index .recruit .detail {
    flex-direction: column;
  }
}
@media screen and (min-width:1025px) {
  .index .recruit .detail > div {
    width: 53%;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .recruit .detail > div {
    width: 50%;
  }
}
.index .recruit .detail > div img {
  width: 100%;
}
.index .recruit .detail .info {
  background-color: #fff;
  position: relative;
}
@media screen and (min-width:1025px) {
  .index .recruit .detail .info {
    width: 47%;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .recruit .detail .info {
    width: 50%;
  }
}
@media screen and (max-width:639px) {
  .index .recruit .detail .info {
    margin-top: 40px;
  }
}
@media screen and (max-width:639px) {
  .index .recruit .detail .info {
    padding: 32px 24px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .recruit .detail .info {
    padding: 32px;
  }
}
@media screen and (min-width:1025px) {
  .index .recruit .detail .info {
    padding: 40px clamp(34px, 4.9230769231vw, 80px);
  }
}
@media screen and (min-width:1025px) {
  .index .recruit .detail .info {
    top: 90px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .recruit .detail .info {
    top: 45px;
  }
}
.index .recruit .detail .info h3 {
  font-size: clamp(18px, 2.2619047619vw, 20px);
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .recruit .detail .info h3 {
    margin-bottom: 16px;
  }
}
.index .recruit .detail .info p {
  font-size: clamp(14px, 1.7261904762vw, 15px);
  letter-spacing: 0.05em;
  line-height: 180%;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .recruit .detail .info p {
    font-size: clamp(12.5px, 1.5476190476vw, 14px);
    letter-spacing: 0.03em;
    line-height: 165%;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

.mainImg {
  background-image: url(../../assets/img/index/kv-img.png);
  background-position: center center;
  background-size: cover;
}
.mainImgInner {
  height: 100%;
  max-width: 1280px;
  position: relative;
}
.mainImgInner .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding-bottom: 5vh;
}
@media screen and (max-width:639px) {
  .mainImgInner .logo {
    gap: 16px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImgInner .logo {
    gap: 24px;
  }
}
@media screen and (min-width:1025px) {
  .mainImgInner .logo {
    gap: 80px;
  }
}
@media screen and (min-width:640px) {
  .mainImgInner .logo {
    padding-bottom: 100px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImgInner .logo {
    height: 80vh;
    max-width: 350px;
  }
  .mainImgInner .logo .myway {
    max-width: 330px;
  }
}
@media screen and (max-width:1024px) {
  .mainImgInner .logo {
    flex-direction: column;
    gap: 50px;
    margin: auto;
  }
}
@media screen and (max-width:639px) {
  .mainImgInner .logo {
    height: 70vh;
    max-width: 290px;
  }
  .mainImgInner .logo .myway {
    max-width: 275px;
  }
}

/*---------------------------------------
    KV　内のスクロールアイコン
---------------------------------------*/
.kvScroll {
  /*スクロールダウン全体の場所*/
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 1px;
  /*Scrollテキストの描写*/
  /* 丸の描写 */
  /* 線の描写 */
  /*下からの距離が変化して丸の全体が上から下に動く*/
  /*上から下にかけて丸が透過→不透明→透過する*/
}
@media screen and (max-width:639px) {
  .kvScroll {
    display: none;
  }
}
.kvScroll span {
  font-family: "Abhaya Libre", serif;
  font-size: 17px;
  text-transform: uppercase;
  /*描画位置*/
  position: absolute;
  bottom: 90px;
  left: -32px;
  /*テキストの形状*/
  color: #fff;
  letter-spacing: 1.7px;
}
@media screen and (max-width:639px) {
  .kvScroll span {
    bottom: 64px;
  }
}
.kvScroll:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -1px;
  /*丸の形状*/
  width: 1px;
  height: 40px;
  background: #fff;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.kvScroll:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -1px;
  /*線の形状*/
  width: 1px;
  height: 80px;
  background: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width:639px) {
  .kvScroll:after {
    height: 56px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 40px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

/*---------------------------------------
lower page
---------------------------------------*/
.pageTtl {
  width: 100%;
  padding: 120px 32px;
  background-image: url(../img/cmn/bg_lower_ttl.png);
  background-size: cover;
  background-position: center center;
}
.pageTtl h2 {
  letter-spacing: 0.12em;
  text-align: center;
  color: #fff;
  font-size: clamp(24px, 3.3333333333vw, 32px);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
}
.pageTtl h2 small {
  color: #d19c4c;
  text-transform: uppercase;
  font-family: "Abhaya Libre", serif;
  font-size: clamp(14.5px, 1.9047619048vw, 17px);
}

.lower .contents section {
  margin-bottom: 48px;
}
@media screen and (min-width:640px) {
  .lower .contents section {
    margin-bottom: 120px;
  }
}
.lower .contents section.contact {
  margin-bottom: 0;
}

.lower .sectionTtl {
  color: #1d3761;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 48px;
}

.lower .pd {
  padding: 0 24px;
}
.lower .dpb {
  display: inline-block;
}
.lower .none {
  display: none;
}

.w80 {
  width: 100%;
  margin: auto;
}
@media screen and (min-width:1025px) {
  .w80 {
    width: 80%;
  }
}

@media screen and (min-width:640px) {
  .col2 {
    display: flex;
    justify-content: space-between;
  }
  .col2 > * {
    width: 50%;
  }
}
.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

.lower .shop-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
}
@media screen and (min-width:640px) {
  .lower .shop-gallery {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.lower .shop .system-table {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-weight: 300;
}
.lower .shop .system-table__item {
  display: grid;
  grid-template-columns: 10em 1fr;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 1em 0;
}
.lower .shop .system-table__ttl {
  font-weight: normal;
}
.lower .shop .system-table__price {
  margin-bottom: 0;
}
.lower .shop .system-table__single {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 1em 0;
}
.lower .shop .address {
  text-align: center;
}
.lower .shop .googlemap {
  width: 100%;
  margin-bottom: 32px;
}
.lower .shop .googlemap iframe {
  width: 100%;
  height: 45vh;
  border: none;
}
@media screen and (min-width:640px) {
  .lower .shop .col2 {
    display: grid;
    grid-template-columns: 1fr 35%;
    gap: 32px;
  }
}
.lower .shop .col2__txt {
  width: 100%;
}
.lower .shop .col2__img {
  width: 100%;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

.lower .recruit .recruit-btn {
  border: 1px solid #2a4776;
  color: #1d3761;
  display: block;
  width: 100%;
  padding: 0.6em 0.5em;
  border-radius: 4px;
  text-align: center;
}
.lower .recruit .recruit-btn small {
  display: block;
  font-size: 0.7em;
  margin: 0;
  opacity: 0.5;
  line-height: 1.4;
}
.lower .recruit .recruit-way {
  display: flex;
  flex-direction: column;
  border: 1px solid #dde0e4;
}
.lower .recruit .recruit-way__wrap {
  padding: 1em 16px;
  margin: 0;
}
.lower .recruit .recruit-way__wrap:not(:last-child) {
  border-bottom: 1px solid #dde0e4;
}
.lower .recruit .recruit-way__wrap h4 {
  margin-bottom: 16px;
}
@media screen and (min-width:1025px) {
  .lower .recruit .recruit-way {
    margin-left: auto;
    margin-right: auto;
  }
  .lower .recruit .recruit-way__wrap {
    padding: 2em 160px;
  }
}
.lower .recruit .recruit-options {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.lower .recruit .recruit-options__item {
  width: 50%;
  text-align: center;
}
.lower .recruit .modal-content {
  display: none;
}
.lower .recruit .recruit-type {
  display: flex;
  flex-direction: row;
  gap: 1px;
  margin: 3em 0 1em;
}
.lower .recruit .recruit-type__item {
  flex-grow: 1;
  text-align: center;
  font-size: 0.9em;
}
@media screen and (min-width:640px) {
  .lower .recruit .recruit-type__item {
    width: 33.3%;
  }
}
.lower .recruit .recruit-type__item a {
  background-color: #2a4776;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 0.8em 0.5em;
  border-radius: 4px;
}
.lower .recruit .recruit-type__item a::after {
  content: "";
  display: block;
  color: #ffffff;
  width: 8px;
  height: 8px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-25%) rotate(135deg);
}
.lower .recruit .recruit-information {
  padding: 0;
}

.modal-content {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.modal-ttl {
  font-size: 1.4em;
  text-align: center;
  color: #1d3761;
  border-bottom: 1px solid #2a4776;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}

.recruit-step {
  margin: 0;
  padding: 0;
}
.recruit-step li {
  font-size: 0.9em;
}
.recruit-step li strong {
  display: block;
  font-size: 1.1em;
  margin-bottom: 0.3em;
}

.recruit-btn-line {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 0.6em 0.5em;
  border-radius: 4px;
  text-align: center;
  background-color: #19B902;
}
.recruit-btn-line small {
  display: block;
  font-size: 0.7em;
  opacity: 0.5;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 0.5em;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
@media screen and (min-width:640px) {
  .recruit-btn-line {
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 40px;
    padding-right: 40px;
  }
}/*# sourceMappingURL=pages.css.map */