@charset "UTF-8";
/*
Theme Name: famiike
Description: famiike
*/
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;600;700;800;900&family=Varela+Round&display=swap");
@import url("http://fonts.googleapis.com/earlyaccess/notosansjp.css");
* {
  font-family: "YuMincho";
  text-transform: uppercase;
  scroll-behavior: smooth;
}

a {
  cursor: pointer !important;
}

/*---------------------------
  関数
---------------------------*/
.l-header {
  width: 100%;
  height: 8.3333333333vw;
  max-height: 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 5;
  background: white;
}
@media all and (max-width: 750px) {
  .l-header {
    height: 16vw;
    z-index: auto;
  }
}
.l-header__sp {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100vw;
  height: 100vh;
  transition: all 0.5s ease;
  background-color: #E8E2DC;
  top: 0;
  left: 0;
  z-index: 100;
}
.l-header__sp nav {
  padding: 31.3333333333vw 13.3333333333vw 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-header__sp nav a {
  display: block;
  text-decoration: none;
  color: black;
  font-size: 2.4vw;
  margin-bottom: 10vw;
  width: 38%;
}
.l-header__sp nav a span {
  display: block;
  font-size: 4.4vw;
  margin-top: 1.3333333333vw;
  white-space: nowrap;
}
.l-header__sp__btns {
  margin-top: 23.7333333333vw;
}
.l-header__sp__btns--item {
  display: block;
  margin: 0 auto;
  width: 73.2vw;
  height: 14.4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.3333333333vw;
  border-radius: 2.9333333333vw;
}
.l-header__sp__btns--item img {
  margin-right: 2.6666666667vw;
}
.l-header__sp__btns--item:first-child {
  background-color: #FFAEB7;
  margin-bottom: 13.3333333333vw;
}
.l-header__sp__btns--item:first-child img {
  width: 6.06vw;
  height: 8.8146666667vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header__sp__btns--item:last-child {
  background-color: #D6FEB0;
}
.l-header__sp__btns--item:last-child img {
  height: 2.6173333333vw;
  width: 8.5826666667vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (max-width: 750px) {
  .l-header__sp.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease;
    overflow-y: scroll;
  }
}
.l-header__logo {
  width: 5.5208333333vw;
  height: 5.5208333333vw;
  margin-left: 4.1666666667vw;
}
@media all and (max-width: 750px) {
  .l-header__logo {
    width: 14.1333333333vw;
    height: 14.1333333333vw;
  }
}
.l-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-header__nav {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.l-header__nav nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 750px) {
  .l-header__nav nav {
    display: none;
  }
}
.l-header__nav nav a {
  font-size: 1.0416666667vw;
  text-decoration: none;
  text-align: center;
  margin-right: 2.6041666667vw;
}
.l-header__nav nav a span {
  display: block;
  margin-top: 5px;
  font-size: 0.7291666667vw;
}
.l-header__btns {
  display: flex;
  align-items: center;
}
.l-header__btns .openbtn1 {
  display: none;
}
@media all and (max-width: 750px) {
  .l-header__btns .openbtn1 {
    display: block;
    position: relative; /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 16vw;
    height: 16vw;
    border-radius: 5px;
  }
  .l-header__btns .openbtn1 span {
    display: inline-block;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    left: 4vw;
    height: 1px;
    border-radius: 0px;
    background-color: black;
    width: 8vw;
    z-index: 120;
  }
  .l-header__btns .openbtn1 span:nth-of-type(1) {
    top: 3.3333333333vw;
  }
  .l-header__btns .openbtn1 span:nth-of-type(2) {
    top: 6vw;
  }
  .l-header__btns .openbtn1 span:nth-of-type(3) {
    top: 8.6666666667vw;
  }
  .l-header__btns .openbtn1 p {
    position: absolute;
    font-size: 2.1333333333vw;
    bottom: 1.7333333333vw;
    left: 0;
    right: auto;
    width: 100%;
    text-align: center;
  }
  .l-header__btns .openbtn1.active {
    right: 0;
    top: 0;
    z-index: 120;
  }
  .l-header__btns .openbtn1.active span:nth-of-type(1) {
    top: 4.6666666667vw;
    right: 4vw;
    left: auto;
    transform: translateY(10px) rotate(-45deg);
    width: 8.6666666667vw;
  }
  .l-header__btns .openbtn1.active span:nth-of-type(2) {
    opacity: 0; /*真ん中の線は透過*/
  }
  .l-header__btns .openbtn1.active span:nth-of-type(3) {
    top: 4.7vw;
    left: auto;
    right: 4vw;
    transform: translateY(10px) rotate(45deg);
    width: 8.6666666667vw;
  }
  .l-header__btns .openbtn1.active p {
    display: none;
  }
}
.l-header__btns--item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: end;
  padding-bottom: 1.875vw;
  max-width: 200px;
  width: 10.4166666667vw;
  text-align: center;
  white-space: nowrap;
  align-items: center;
}
@media all and (max-width: 750px) {
  .l-header__btns--item {
    width: 16vw;
    height: 16vw;
  }
}
.l-header__btns--item:first-child {
  background-color: #D6FFB0;
  padding: 1.875vw;
}
.l-header__btns--item:first-child img {
  width: 66.5%;
  height: auto;
  max-height: 3.046875vw;
  margin: 0 auto;
}
@media all and (max-width: 750px) {
  .l-header__btns--item:first-child img {
    width: 90%;
  }
}
.l-header__btns--item:first-child span {
  font-size: 0.9375vw;
  margin-top: 1.3020833333vw;
}
@media all and (max-width: 750px) {
  .l-header__btns--item:first-child span {
    font-size: 1.6vw;
    margin-top: 4vw;
  }
}
.l-header__btns--item:nth-child(2) {
  background-color: #FFA4B5;
  padding: 1.875vw;
}
.l-header__btns--item:nth-child(2) img {
  width: 66.5%;
  height: auto;
  max-height: 3.046875vw;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
@media all and (max-width: 750px) {
  .l-header__btns--item:nth-child(2) img {
    width: 4.9533333333vw;
    max-height: none;
  }
}
.l-header__btns--item:nth-child(2) span {
  font-size: 0.9375vw;
  margin-top: 0.5208333333vw;
}
@media all and (max-width: 750px) {
  .l-header__btns--item:nth-child(2) span {
    font-size: 1.6vw;
    margin-top: 2vw;
  }
}
.l-top {
  background: linear-gradient(225deg, #fcd8d8 0%, #fce0db 44.01%, #fff8d9 100%);
  height: 100vh;
  padding: 0 7.7083333333vw 7.2916666667vw 7.7083333333vw;
  position: relative;
}
@media all and (max-width: 750px) {
  .l-top {
    padding: 0 0 0 19.3333333333vw;
    height: calc(100vh - 16vw);
  }
}
.l-top picture {
  width: 100%;
  height: auto;
}
.l-top picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.l-top__inner {
  position: absolute;
  bottom: 7.2916666667vw;
  left: 3.125vw;
  width: 37.96875vw;
  height: 27.1875vw;
  background-color: rgba(255, 255, 255, 0.8);
  padding-left: 1.0416666667vw;
}
@media all and (max-width: 750px) {
  .l-top__inner {
    width: 76vw;
    height: 54.4vw;
    left: 0;
    bottom: 0;
    padding: 6.6666666667vw 8vw;
  }
}
.l-top__inner img {
  width: 52.0833333333vw;
  float: left;
}
@media all and (max-width: 750px) {
  .l-top__inner img {
    width: 100%;
  }
}
.l-top__inner p {
  font-size: 2.1875vw;
  line-height: 2.26;
}
@media all and (max-width: 750px) {
  .l-top__inner p {
    font-size: 4.2666666667vw;
  }
}
.l-news {
  max-width: 1200px;
  width: 62.5vw;
  background-color: white;
  margin: 0 auto;
  padding: 7.8125vw;
}
@media all and (max-width: 750px) {
  .l-news {
    width: 86.8vw;
    padding: 10.5333333333vw 6.6933333333vw;
  }
}
.l-news.pd--single {
  padding: 6.25vw 7.8125vw;
}
@media all and (max-width: 750px) {
  .l-news.pd--single {
    padding: 18.2666666667vw 6.6933333333vw;
  }
}
.l-news__head {
  font-size: 1.1458333333vw;
  margin-bottom: 1.5625vw;
}
@media all and (max-width: 750px) {
  .l-news__head {
    font-size: 2.9333333333vw;
    margin-bottom: 4.4vw;
  }
}
.l-news__head--date {
  margin-right: 1.5625vw;
}
@media all and (max-width: 750px) {
  .l-news__head--date {
    margin-right: 4vw;
  }
}
.l-news__head--cat {
  border: 1px solid black;
  border-radius: 3px;
  padding: 0.0520833333vw 0.5208333333vw;
}
@media all and (max-width: 750px) {
  .l-news__head--cat {
    padding: 0.1333333333vw 1.3333333333vw;
  }
}
.l-news__title {
  font-size: 1.3020833333vw;
  color: #B70F63;
  padding-bottom: 2.6041666667vw;
  border-bottom: 1px solid black;
  margin-bottom: 3.9583333333vw;
}
@media all and (max-width: 750px) {
  .l-news__title {
    margin-bottom: 13.3333333333vw;
    padding-bottom: 6.7333333333vw;
    font-size: 3.3333333333vw;
  }
}
.l-news__content {
  font-size: 1.1979166667vw;
  line-height: 1.7391304348;
  margin-bottom: 5.2083333333vw;
}
@media all and (max-width: 750px) {
  .l-news__content {
    font-size: 3.2vw;
    margin-bottom: 16vw;
    line-height: 1.7826086957;
  }
}
.l-news__img {
  width: 28.6458333333vw;
  height: 19.1145833333vw;
  margin: 0 auto;
}
@media all and (max-width: 750px) {
  .l-news__img {
    width: 100%;
    height: 48.9333333333vw;
  }
}
.l-news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-news__paginateArticle {
  margin-top: 6.3541666667vw;
  border-top: 1px solid black;
  display: flex;
  justify-content: space-between;
  width: 46.875vw;
  margin: 0 auto;
  padding-top: 4.6875vw;
  margin-top: 6.3541666667vw;
}
@media all and (max-width: 750px) {
  .l-news__paginateArticle {
    width: 100%;
    margin-top: 16vw;
    padding-top: 6.6666666667vw;
  }
}
.l-news__paginateArticle a {
  text-decoration: underline;
  color: black;
  font-size: 1.1458333333vw;
}
@media all and (max-width: 750px) {
  .l-news__paginateArticle a {
    font-size: 2.9333333333vw;
  }
}
.l-news--item {
  display: flex;
  justify-content: left;
  margin-right: 6.9270833333vw;
  padding-bottom: 2.6302083333vw;
  margin-bottom: 2.6302083333vw;
  border-bottom: 1px solid black;
  width: 100%;
  font-size: 1.1458333333vw;
  text-decoration: none;
  color: black;
  align-items: center;
}
@media all and (max-width: 750px) {
  .l-news--item {
    font-size: 3.2vw;
    padding-bottom: 6.7333333333vw;
    margin-bottom: 6.7333333333vw;
  }
}
.l-news--item dt {
  margin-right: 6.9270833333vw;
  font-weight: normal;
  white-space: nowrap;
}
@media all and (max-width: 750px) {
  .l-news--item dt {
    font-size: 2.9333333333vw;
  }
}
.l-news--item dd {
  line-height: 1.5;
}
.l-news__paginate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 14.1145833333vw;
  margin: 0 auto;
  margin-top: 4.1927083333vw;
}
@media all and (max-width: 750px) {
  .l-news__paginate {
    width: 36.1333333333vw;
    margin-top: 10.8666666667vw;
  }
}
.l-news__paginate span {
  font-size: 1.1458333333vw;
}
@media all and (max-width: 750px) {
  .l-news__paginate span {
    font-size: 2.9333333333vw;
  }
}
.l-news__paginate span.active {
  color: #B70F63;
  font-weight: bold;
}
.l-section {
  height: 41.3020833333vw;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 9.1145833333vw;
}
@media all and (max-width: 750px) {
  .l-section {
    display: block;
    padding-top: 20.8vw;
    height: auto;
    position: relative;
  }
}
.l-section--news {
  height: auto;
}
.l-section--news .l-section__wrapper--sp {
  display: none;
}
@media all and (max-width: 750px) {
  .l-section--news .l-section--reverse__left, .l-section--news .l-section__right {
    display: none;
  }
  .l-section--news .l-section__wrapper--btn.sp {
    margin-top: -8.6666666667vw;
  }
  .l-section--news .l-section__wrapper--sp {
    display: block;
    width: 100%;
    height: 78.5333333333vw;
    padding: 11.8666666667vw 16vw;
    background: linear-gradient(180deg, #fcd8d8 0%, #fce0db 19.6%, #fff8d9 100%);
  }
  .l-section--news .l-section__wrapper--sp .l-section__wrapper--list {
    width: 100%;
  }
  .l-section--news .l-section__wrapper--sp .l-section__wrapper--list li {
    padding-bottom: 4.6666666667vw;
    margin-bottom: 4.6666666667vw;
  }
  .l-section--news .l-section__wrapper--sp .l-section__wrapper--list li p {
    font-size: 3.3333333333vw;
  }
  .l-section--news .l-section__wrapper--sp .l-section__wrapper--list li span {
    font-size: 2.6666666667vw;
    white-space: inherit;
    text-align: left;
    display: block;
    line-height: 1.4;
    margin-top: 2.6666666667vw;
  }
}
.l-section--news__img {
  width: 27.34375vw;
  position: absolute;
  z-index: 10;
  right: 10.46875vw;
  bottom: -4.6875vw;
}
.l-section--news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-section--staff {
  height: auto;
}
.l-section--staff__img {
  width: 27.65625vw;
  position: absolute;
  z-index: 10;
  left: 14.9479166667vw;
  bottom: 3.75vw;
}
.l-section--staff__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 750px) {
  .l-section--staff__img {
    display: block;
    position: static;
    width: 56vw;
    height: 43.0666666667vw;
    margin-left: 5.0666666667vw;
  }
}
.l-section--reverse {
  height: 41.3020833333vw;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 9.1145833333vw;
  flex-direction: row-reverse;
}
.l-section--reverse__img {
  width: 32.5520833333vw;
  position: absolute;
  z-index: 10;
  right: 9.8958333333vw;
  top: 8.1770833333vw;
}
.l-section--reverse__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 750px) {
  .l-section--reverse__img {
    width: 52vw;
    right: -4.4vw;
    top: -6.6666666667vw;
    z-index: 5;
  }
  .l-section--reverse__img.recruit {
    width: 67.6vw;
    height: 45.7333333333vw;
    right: 2vw;
  }
}
.l-section--reverse__left {
  width: 47.3%;
  padding-left: 18.75vw;
}
@media all and (max-width: 750px) {
  .l-section--reverse__left {
    padding-left: 6.6666666667vw;
    margin-top: 35.8666666667vw;
  }
}
.l-section--banner {
  width: 50vw;
  height: 18.4375vw;
  background: linear-gradient(90deg, #fcd8d8 0%, #fce0db 44.08%, #fff8d9 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
@media all and (max-width: 750px) {
  .l-section--banner {
    display: block;
    bottom: 30.1333333333vw;
    width: 76vw;
    height: 34vw;
  }
}
.l-section--banner--news {
  width: 67.03125vw;
  height: 35.15625vw;
  background: linear-gradient(360deg, #fcd8d8 0%, #fce0db 19.6%, #fff8d9 100%);
  position: absolute;
  bottom: -2.0833333333vw;
  right: 0;
  z-index: 5;
}
.l-section--banner--staff {
  width: 34.4791666667vw;
  height: 25.8333333333vw;
  background: linear-gradient(#fcd8d8 0%, #fce0db 34.56%, #fff8d9 100%);
  position: absolute;
  bottom: -5.2083333333vw;
  left: 0;
  z-index: 5;
}
@media all and (max-width: 750px) {
  .l-section--banner--staff {
    display: none;
  }
}
.l-section__left {
  width: 47.3%;
}
.l-section__img {
  width: 43.3333333333vw;
  position: absolute;
  z-index: 10;
  left: 5.2083333333vw;
  top: -4.4270833333vw;
}
.l-section__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 750px) {
  .l-section__img {
    width: 67.3333333333vw;
    height: 80.6666666667vw;
    display: block;
    position: relative;
    z-index: 6;
    top: auto;
    bottom: 3.7333333333vw;
    left: 0;
  }
  .l-section__img img {
    -o-object-position: left;
       object-position: left;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.l-section__img--online {
  bottom: 0;
  left: 0;
  top: auto;
  width: 67.9166666667vw;
}
@media all and (max-width: 750px) {
  .l-section__img--online {
    height: 48vw;
    width: 84vw;
  }
}
.l-section__right {
  width: 42.7%;
}
@media all and (max-width: 750px) {
  .l-section__right {
    position: absolute;
    width: 50.9333333333vw;
    top: 58.6666666667vw;
    right: 4.4vw;
  }
  .l-section__right.center {
    width: 44.2666666667vw;
  }
  .l-section__right.access {
    top: auto;
    bottom: 24vw;
    width: 37.8666666667vw;
    right: 16vw;
  }
}
.l-section__wrapper {
  width: 23.9583333333vw;
}
@media all and (max-width: 750px) {
  .l-section__wrapper {
    width: 100%;
  }
}
.l-section__wrapper--title {
  width: -moz-max-content;
  width: max-content;
  padding: 0 0.78125vw;
  border-bottom: 3px solid black;
  text-align: center;
  padding-bottom: 1.1979166667vw;
  margin-bottom: 2.34375vw;
}
@media all and (max-width: 750px) {
  .l-section__wrapper--title {
    display: none;
  }
}
.l-section__wrapper--title.sp {
  display: none;
}
@media all and (max-width: 750px) {
  .l-section__wrapper--title.sp {
    display: block;
    margin: auto;
    width: 12.6666666667vw;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 10.9333333333vw;
  }
  .l-section__wrapper--title.sp span {
    display: flex;
    justify-content: center;
  }
  .l-section__wrapper--title.sp span:first-child {
    font-size: 2.4vw;
  }
  .l-section__wrapper--title.sp span:last-child {
    font-size: 5.0666666667vw;
  }
}
.l-section__wrapper--title span {
  display: block;
}
.l-section__wrapper--title span:first-child {
  font-size: 0.78125vw;
  text-align: left;
  margin-bottom: 1.1458333333vw;
}
.l-section__wrapper--title span:last-child {
  font-size: 1.25vw;
}
.l-section__wrapper--text {
  font-size: 1.1458333333vw;
  line-height: 2.4;
  margin-bottom: 4.1666666667vw;
  position: relative;
  z-index: 10;
  white-space: nowrap;
}
@media all and (max-width: 750px) {
  .l-section__wrapper--text {
    font-size: 2.5333333333vw;
    white-space: initial;
  }
}
.l-section__wrapper--text .pc-only {
  display: block;
}
@media all and (max-width: 750px) {
  .l-section__wrapper--text .pc-only {
    display: none;
  }
}
.l-section__wrapper--text .sp-only {
  display: none;
}
@media all and (max-width: 750px) {
  .l-section__wrapper--text .sp-only {
    display: block;
  }
}
.l-section__wrapper--list {
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 4.1666666667vw;
  position: relative;
  z-index: 10;
}
.l-section__wrapper--list li {
  margin-bottom: 2.0833333333vw;
  padding-bottom: 2.0833333333vw;
  border-bottom: 1px solid black;
}
.l-section__wrapper--list li p {
  font-size: 1.0416666667vw;
  margin-bottom: 1.0416666667vw;
}
.l-section__wrapper--list li span {
  font-size: 0.8333333333vw;
  white-space: nowrap;
}
.l-section__wrapper--list li .last {
  display: block;
  font-size: 0.8333333333vw;
  color: #888888;
  margin-top: 0.5208333333vw;
}
@media all and (max-width: 750px) {
  .l-section__wrapper--list li .last {
    font-size: 2.1333333333vw;
    margin-top: 1.3333333333vw;
  }
}
.l-section__wrapper--btn {
  width: 100%;
  height: 6.71875vw;
  background-color: #5F554A;
  cursor: pointer;
  text-decoration: none;
  color: white;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media all and (max-width: 750px) {
  .l-section__wrapper--btn {
    display: none;
  }
}
.l-section__wrapper--btn.sp {
  display: none;
}
@media all and (max-width: 750px) {
  .l-section__wrapper--btn.sp {
    display: block;
    width: 88vw;
    height: 20vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 10.2666666667vw;
  }
  .l-section__wrapper--btn.sp span:first-child {
    font-size: 2.4vw;
  }
  .l-section__wrapper--btn.sp span:last-child {
    font-size: 3.6vw;
  }
  .l-section__wrapper--btn.sp.mt-menu {
    margin-top: 20vw;
  }
  .l-section__wrapper--btn.sp.mt-recruit {
    margin-top: 20vw;
  }
}
.l-section__wrapper--btn span {
  display: block;
}
.l-section__wrapper--btn span:first-child {
  font-size: 0.8333333333vw;
  margin-bottom: 0.5208333333vw;
}
.l-section__wrapper--btn span:last-child {
  font-size: 1.3020833333vw;
}
.l-section__wrapper--btn::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  transform: rotate(45deg);
  position: absolute;
  right: 4.6354166667vw;
}
@media all and (max-width: 750px) {
  .l-section__wrapper--btn::after {
    right: 22.5333333333vw;
  }
}
.l-footer {
  margin-top: 3.8020833333vw;
  padding: 3.9583333333vw 13.0208333333vw;
  background-color: #E8E2DC;
}
@media all and (max-width: 750px) {
  .l-footer {
    margin-top: 26.6666666667vw;
    padding: 8.6666666667vw 6.6666666667vw;
  }
}
.l-footer__wrapper {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 750px) {
  .l-footer__wrapper {
    flex-direction: column;
  }
}
.l-footer__left {
  width: 26.1%;
  min-width: 26.09375vw;
}
@media all and (max-width: 750px) {
  .l-footer__left {
    width: 100%;
    min-width: none;
  }
}
.l-footer__left--title {
  margin-bottom: 2.7604166667vw;
}
.l-footer__left--title span {
  font-size: 1.5104166667vw;
  margin-top: 1.875vw;
  display: block;
}
@media all and (max-width: 750px) {
  .l-footer__left--title span {
    font-size: 4.6666666667vw;
    margin-top: 6vw;
  }
}
.l-footer__left--title img {
  width: 5.5208333333vw;
  height: 5.5208333333vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 750px) {
  .l-footer__left--title img {
    width: 14.1333333333vw;
    height: 14.1333333333vw;
  }
}
.l-footer__left--text {
  font-size: 1.1458333333vw;
  line-height: 2.68;
  margin-bottom: 3.4375vw;
  padding-bottom: 2.96875vw;
  border-bottom: 1px solid black;
}
@media all and (max-width: 750px) {
  .l-footer__left--text {
    font-size: 3.2vw;
    line-height: 2;
    margin-bottom: 6.6666666667vw;
    padding-bottom: 6.6666666667vw;
  }
}
.l-footer__left--bottom span {
  font-size: 0.8333333333vw;
  line-height: 1.72;
  display: block;
}
@media all and (max-width: 750px) {
  .l-footer__left--bottom span {
    font-size: 2.6666666667vw;
  }
}
.l-footer__left--bottom span:first-child {
  font-size: 0.9375vw;
  font-weight: bold;
  margin-bottom: 1.0416666667vw;
}
@media all and (max-width: 750px) {
  .l-footer__left--bottom span:first-child {
    font-size: 3.2vw;
  }
}
.l-footer__right {
  width: 27.8645833333vw;
  padding-top: 7.3958333333vw;
}
@media all and (max-width: 750px) {
  .l-footer__right {
    width: 100%;
    min-width: none;
  }
}
.l-footer__right__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.6041666667vw;
}
.l-footer__right__top a {
  width: 13.0208333333vw;
  height: 4.1666666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: black;
  padding: 1.1458333333vw;
  border-radius: 1.1458333333vw;
  font-size: 1.0416666667vw;
  white-space: nowrap;
}
@media all and (max-width: 750px) {
  .l-footer__right__top a {
    width: 40vw;
    height: 14.4vw;
    border-radius: 2.9333333333vw;
    font-size: 3.2vw;
    padding: 0 0.6666666667vw;
  }
}
.l-footer__right__top a img {
  width: 1.671875vw;
  margin-right: 0.5208333333vw;
}
@media all and (max-width: 750px) {
  .l-footer__right__top a img {
    width: 6vw;
    margin-right: 1.3333333333vw;
  }
}
.l-footer__right__top a:first-child {
  background-color: #FFAEB7;
}
.l-footer__right__top a:last-child {
  background-color: #D6FEB0;
}
.l-footer__right--list {
  display: flex;
  justify-content: space-between;
  text-align: left;
  flex-wrap: wrap;
}
@media all and (max-width: 750px) {
  .l-footer__right--list {
    margin-top: 10vw;
    justify-content: left;
  }
}
.l-footer__right--list a {
  width: 50%;
  font-size: 1.0416666667vw;
  margin-bottom: 2.8645833333vw;
  text-decoration: none;
  color: black;
}
@media all and (max-width: 750px) {
  .l-footer__right--list a {
    font-size: 2.9333333333vw;
    white-space: nowrap;
    margin-bottom: 6.6666666667vw;
    width: 38vw;
  }
}
.l-footer__right--list a img {
  width: 1.9151041667vw;
  height: 1.9151041667vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 750px) {
  .l-footer__right--list a img {
    width: 7.0666666667vw;
    height: 7.0666666667vw;
    margin-bottom: 4vw;
  }
}
.l-footer--rights {
  width: 100%;
  background-color: #343434;
  height: 6.3541666667vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.625vw;
  color: white;
}
@media all and (max-width: 750px) {
  .l-footer--rights {
    padding: 6.6666666667vw 0;
    font-size: 1.8666666667vw;
  }
}
.l-concept {
  width: 100vw;
  margin-top: -8.3333333333vw;
  position: relative;
}
@media all and (max-width: 750px) {
  .l-concept {
    margin-top: 0;
    height: 60vw;
  }
  .l-concept img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.l-concept__title {
  position: absolute;
  text-align: center;
  top: 45%;
  left: 0;
  right: auto;
  width: 100%;
  z-index: 10;
}
@media all and (max-width: 750px) {
  .l-concept__title {
    top: 40%;
  }
}
.l-concept__title span {
  display: block;
}
.l-concept__title span:first-child {
  font-size: 1.1458333333vw;
}
@media all and (max-width: 750px) {
  .l-concept__title span:first-child {
    font-size: 2.8vw;
    margin-bottom: 1.3333333333vw;
  }
}
.l-concept__title span:last-child {
  font-size: 4.3229166667vw;
}
@media all and (max-width: 750px) {
  .l-concept__title span:last-child {
    font-size: 6.8vw;
  }
}
.l-concept img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.l-concept__description {
  margin: 5.9895833333vw 0;
  line-height: 2.5;
  font-size: 1.25vw;
  text-align: center;
}
@media all and (max-width: 750px) {
  .l-concept__description {
    font-size: 3.7333333333vw;
    margin: 16vw 0;
  }
}
.l-concept__row {
  margin-bottom: 9.0625vw;
  position: relative;
}
@media all and (max-width: 750px) {
  .l-concept__row {
    height: 92vw;
    margin-bottom: 20vw;
  }
}
.l-concept__row--left {
  width: 51.1979166667vw;
  height: 32.7604166667vw;
}
@media all and (max-width: 750px) {
  .l-concept__row--left {
    height: 68.6666666667vw;
    width: 86.6666666667vw;
  }
}
.l-concept__row--left img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-concept__row--right {
  position: absolute;
  left: 49.0104166667vw;
  top: 15.625vw;
  z-index: 20;
}
@media all and (max-width: 750px) {
  .l-concept__row--right {
    left: 37.0666666667vw;
    top: 48.2666666667vw;
    width: 56.8vw;
  }
}
.l-concept__row--right--word {
  position: absolute;
  width: 24.5833333333vw;
  height: 10.5729166667vw;
  left: 56.9270833333vw;
  top: 18.75vw;
  z-index: 10;
}
@media all and (max-width: 750px) {
  .l-concept__row--right--word {
    width: 52.4vw;
    height: 22.4vw;
    left: 42.2666666667vw;
    top: 69.3333333333vw;
  }
}
.l-concept__row--right--word.reverse {
  position: absolute;
  width: 24.5833333333vw;
  height: 10.5729166667vw;
  left: 56.9270833333vw;
  top: 19.7916666667vw;
  z-index: 10;
}
@media all and (max-width: 750px) {
  .l-concept__row--right--word.reverse {
    width: 55.8666666667vw;
    height: 22.4vw;
    left: 4vw;
    top: 82.6666666667vw;
  }
}
.l-concept__row--right--word img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-concept__row--right--title {
  margin-bottom: 1.0416666667vw;
}
.l-concept__row--right--title span {
  display: block;
}
.l-concept__row--right--title span:first-child {
  font-size: 2.34375vw;
  margin-bottom: 0.5208333333vw;
}
@media all and (max-width: 750px) {
  .l-concept__row--right--title span:first-child {
    font-size: 6vw;
    margin-bottom: 1.3333333333vw;
  }
}
.l-concept__row--right--text {
  font-size: 1.1458333333vw;
  line-height: 2.78;
}
@media all and (max-width: 750px) {
  .l-concept__row--right--text {
    font-size: 3.3333333333vw;
  }
}
.l-concept__row--right--text .pc-only {
  display: block;
}
@media all and (max-width: 750px) {
  .l-concept__row--right--text .pc-only {
    display: none;
  }
}
.l-concept__reverse {
  margin-bottom: 9.0625vw;
  position: relative;
}
@media all and (max-width: 750px) {
  .l-concept__reverse {
    height: 106.8vw;
    margin-bottom: 20vw;
  }
}
.l-concept__reverse--left {
  position: absolute;
  left: 14.4270833333vw;
  top: 15.625vw;
  z-index: 20;
}
@media all and (max-width: 750px) {
  .l-concept__reverse--left {
    left: 5.3333333333vw;
    top: 68vw;
  }
}
.l-concept__reverse--left--word {
  position: absolute;
  width: 24.5833333333vw;
  height: 10.5729166667vw;
  left: 19.21875vw;
  top: 23.1770833333vw;
  z-index: 10;
}
@media all and (max-width: 750px) {
  .l-concept__reverse--left--word {
    width: 73.8666666667vw;
    height: 22.4vw;
    left: 5.3333333333vw;
    top: 89.3333333333vw;
  }
}
.l-concept__reverse--left--word img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-concept__reverse--right {
  text-align: right;
  width: 51.1979166667vw;
  height: 32.7604166667vw;
  margin-right: 0;
  margin-left: auto;
}
@media all and (max-width: 750px) {
  .l-concept__reverse--right {
    height: 73.2vw;
    width: 76.1333333333vw;
    width: 78.8vw;
  }
}
.l-concept__reverse--right img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-menu__wrapper {
  width: 90%;
  max-width: 51.0416666667vw;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2.6041666667vw;
}
@media all and (max-width: 750px) {
  .l-menu__wrapper {
    width: 68%;
    margin-top: 13.3333333333vw;
    max-width: none;
  }
}
.l-menu__wrapper--item {
  width: 22.3958333333vw;
  text-align: center;
  border: 1px solid black;
  display: block;
  text-decoration: none;
  font-size: 1.1458333333vw;
  margin-bottom: 2.0833333333vw;
  height: 3.75vw;
  line-height: 3.75vw;
  transition: all 0.5s ease;
}
@media all and (max-width: 750px) {
  .l-menu__wrapper--item {
    width: 100%;
    margin-bottom: 4vw;
    font-size: 2.9333333333vw;
    height: 12vw;
    line-height: 12vw;
  }
}
.l-menu__wrapper--item:hover {
  color: white;
  background-color: black;
  transition: all 0.5s ease;
}
.l-menu__wrapper--item:hover p::after {
  transition: all 0.5s ease;
  border-top: 1px solid white;
  border-right: 1px solid white;
}
.l-menu__wrapper--item p {
  position: relative;
}
.l-menu__wrapper--item p::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid black;
  border-right: 1px solid black;
  transform: rotate(45deg);
  position: absolute;
  right: 3.6458333333vw;
  top: 1.5625vw;
}
@media all and (max-width: 750px) {
  .l-menu__wrapper--item p::after {
    right: 6.6666666667vw;
    top: 4.5333333333vw;
  }
}
.l-menu__bottom {
  margin-top: 2.1875vw;
  font-size: 1.0416666667vw;
  margin: 0 auto;
  width: 90%;
  max-width: 51.0416666667vw;
  line-height: 1.7;
}
@media all and (max-width: 750px) {
  .l-menu__bottom {
    width: 68%;
    right: 6.6666666667vw;
    top: 4.5333333333vw;
    max-width: none;
    margin: auto;
    margin-top: 10.6666666667vw;
  }
}
.l-menu__list {
  background: linear-gradient(360deg, #fcd8d8 0%, #fce0db 35.58%, #fff8d9 100%);
  height: auto;
  padding: 4.7916666667vw 0;
  margin-top: 6.25vw;
}
@media all and (max-width: 750px) {
  .l-menu__list {
    margin-top: 20vw;
    padding: 16vw 0 26.6666666667vw;
  }
}
.l-menu__list--item {
  width: 90%;
  max-width: 1175px;
  width: 54.2708333333vw;
  margin: 0 auto;
  margin-bottom: 7.2916666667vw;
}
.l-menu__list--item:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 750px) {
  .l-menu__list--item {
    width: 89.3333333333vw;
    max-width: none;
  }
}
.l-menu__list--item--title {
  text-align: center;
  margin-bottom: 2.1354166667vw;
}
@media all and (max-width: 750px) {
  .l-menu__list--item--title {
    margin-bottom: 6.9333333333vw;
  }
}
.l-menu__list--item--title span {
  display: block;
}
.l-menu__list--item--title span:first-child {
  font-size: 1.0416666667vw;
  margin-bottom: 0.5208333333vw;
}
@media all and (max-width: 750px) {
  .l-menu__list--item--title span:first-child {
    font-size: 2.9333333333vw;
    margin-bottom: 4vw;
  }
}
.l-menu__list--item--title span:last-child {
  font-size: 3.6458333333vw;
}
@media all and (max-width: 750px) {
  .l-menu__list--item--title span:last-child {
    font-size: 6vw;
  }
}
.l-menu__list--item--img {
  width: 100%;
  height: 25.15625vw;
}
@media all and (max-width: 750px) {
  .l-menu__list--item--img {
    height: 36.2666666667vw;
  }
}
.l-menu__list--item--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-menu__list--item--content {
  width: 100%;
  padding: 9.53125vw 0 2.8645833333vw;
  background-color: white;
}
@media all and (max-width: 750px) {
  .l-menu__list--item--content {
    padding: 10.4vw 10.6666666667vw 20vw;
  }
}
.l-menu__list--item--content ul {
  width: 38.28125vw;
  margin: 0 auto;
}
@media all and (max-width: 750px) {
  .l-menu__list--item--content ul {
    width: 68vw;
  }
}
.l-menu__list--item--content ul li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2.34375vw;
  margin-bottom: 2.34375vw;
  border-bottom: 1px solid black;
}
@media all and (max-width: 750px) {
  .l-menu__list--item--content ul li {
    padding-bottom: 4vw;
    margin-bottom: 4vw;
  }
}
.l-menu__list--item--content ul li span {
  display: block;
  font-size: 1.0416666667vw;
}
@media all and (max-width: 750px) {
  .l-menu__list--item--content ul li span {
    font-size: 3.2vw;
  }
}
.l-staff {
  background: linear-gradient(135deg, #fcd8d8 0%, #fce0db 44.08%, #fff8d9 100%);
  height: auto;
  padding: 9.375vw 0 10.4166666667vw;
}
@media all and (max-width: 750px) {
  .l-staff {
    padding: 20vw 0 26.6666666667vw;
  }
}
.l-staff__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1590px;
  width: 82.8125vw;
  margin: auto;
}
@media all and (max-width: 750px) {
  .l-staff__wrapper {
    max-width: none;
    width: 89.3333333333vw;
  }
}
.l-staff__wrapper--item {
  width: 100%;
  background-color: white;
  padding: 2.9166666667vw 2.4479166667vw;
  margin-bottom: 7.8125vw;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 750px) {
  .l-staff__wrapper--item {
    margin-bottom: 16vw;
    padding: 8vw 4vw;
  }
}
.l-staff__wrapper--item--half {
  width: 39.84375vw;
  background-color: white;
  padding: 2.9166666667vw 2.4479166667vw;
  margin-bottom: 6.3020833333vw;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 750px) {
  .l-staff__wrapper--item--half {
    width: 89.3333333333vw;
    padding: 8vw 3.7333333333vw;
    margin-bottom: 16vw;
  }
  .l-staff__wrapper--item--half .l-staff__wrapper--item--info {
    margin-top: 1.3333333333vw;
  }
  .l-staff__wrapper--item--half .l-staff__wrapper--item--img {
    width: 27.8666666667vw;
  }
  .l-staff__wrapper--item--half .l-staff__wrapper--item--info--text {
    width: 41.0666666667vw;
  }
}
@media all and (max-width: 750px) {
  .l-staff__wrapper--item--half:nth-child(8) {
    margin-bottom: 16vw;
  }
}
.l-staff__wrapper--item--half:nth-child(9) {
  margin-bottom: 0;
}
.l-staff__wrapper--item--img {
  width: 9.9479166667vw;
}
@media all and (max-width: 750px) {
  .l-staff__wrapper--item--img {
    width: 27.8666666667vw;
  }
}
.l-staff__wrapper--item--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.l-staff__wrapper--item--info {
  width: calc(100% - 12.7604166667vw);
  padding-top: 0.5208333333vw;
}
@media all and (max-width: 750px) {
  .l-staff__wrapper--item--info {
    width: calc(100% - 34.2666666667vw);
    padding-top: 0;
  }
}
.l-staff__wrapper--item--info--title {
  margin-bottom: 0.5208333333vw;
  padding-bottom: 1.0416666667vw;
  border-bottom: 1px solid black;
  width: 100%;
}
@media all and (max-width: 750px) {
  .l-staff__wrapper--item--info--title {
    margin-bottom: 1.3333333333vw;
    padding-bottom: 2.6666666667vw;
    width: 41.0666666667vw;
  }
}
.l-staff__wrapper--item--info--title span {
  display: block;
}
.l-staff__wrapper--item--info--title span:first-child {
  font-size: 0.78125vw;
  margin-bottom: 0.5208333333vw;
}
@media all and (max-width: 750px) {
  .l-staff__wrapper--item--info--title span:first-child {
    font-size: 2.4vw;
    padding-left: 1.3333333333vw;
    margin-bottom: 1.4666666667vw;
  }
}
.l-staff__wrapper--item--info--title span:last-child {
  font-size: 1.25vw;
}
@media all and (max-width: 750px) {
  .l-staff__wrapper--item--info--title span:last-child {
    font-size: 3.2vw;
  }
}
.l-staff__wrapper--item--info--position {
  font-size: 0.78125vw;
  margin-top: 0.5208333333vw;
  padding-bottom: 0.5208333333vw;
  border-bottom: 1px solid black;
  margin-bottom: 1.5625vw;
  width: 100%;
}
@media all and (max-width: 750px) {
  .l-staff__wrapper--item--info--position {
    font-size: 2.6666666667vw;
    margin-top: 1.3333333333vw;
    margin-bottom: 2.6666666667vw;
    padding-bottom: 1.3333333333vw;
    width: 41.0666666667vw;
  }
}
.l-staff__wrapper--item--info--text {
  font-size: 1.1458333333vw;
  line-height: 1.5;
}
@media all and (max-width: 750px) {
  .l-staff__wrapper--item--info--text {
    font-size: 2.9333333333vw;
    width: 41.0666666667vw;
    line-height: 2;
  }
}
.l-staff__wrapper--item--info--text div {
  display: flex;
  margin-top: 0.5208333333vw;
}
@media all and (max-width: 750px) {
  .l-staff__wrapper--item--info--text div {
    flex-wrap: wrap;
  }
}
.l-staff__wrapper--item--info--text div span {
  font-size: 1.0416666667vw;
  display: block;
  margin-right: 0.78125vw;
  white-space: nowrap;
}
@media all and (max-width: 750px) {
  .l-staff__wrapper--item--info--text div span {
    font-size: 2.6666666667vw;
    margin-right: 1.3333333333vw;
    line-height: 2;
  }
}
.l-recruit {
  padding: 7.8125vw 0 7.1354166667vw;
  position: relative;
}
@media all and (max-width: 750px) {
  .l-recruit {
    padding: 20vw 5.3333333333vw 0;
  }
}
.l-recruit__table {
  width: 70.9375vw;
  margin: 0 auto;
  border: 1px solid black;
}
@media all and (max-width: 750px) {
  .l-recruit__table {
    width: 89.3333333333vw;
  }
}
.l-recruit__table .sp-only {
  display: none;
}
@media all and (max-width: 750px) {
  .l-recruit__table .sp-only {
    display: block;
  }
}
.l-recruit__table--text {
  font-size: 1.25vw;
  width: 70.9375vw;
  margin: 0 auto;
  margin-top: 4.1666666667vw;
  margin-bottom: 6.25vw;
}
@media all and (max-width: 750px) {
  .l-recruit__table--text {
    width: 89.3333333333vw;
    font-size: 3.2vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 10vw;
  }
}
.l-recruit__table tr {
  border-bottom: 1px solid black;
}
.l-recruit__table tr:last-child {
  border-bottom: none;
}
.l-recruit__table tr td {
  text-align: center;
  padding: 2.5520833333vw 0;
  font-size: 1.3020833333vw;
}
@media all and (max-width: 750px) {
  .l-recruit__table tr td {
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
}
.l-recruit__table tr td:first-child {
  width: 14.1145833333vw;
  border-right: 1px solid black;
}
.l-recruit__table tr td:last-child {
  width: 56.8229166667vw;
  padding-left: 4.6354166667vw;
  text-align: left;
  line-height: 1.2;
}
@media all and (max-width: 750px) {
  .l-recruit__table tr td:last-child {
    line-height: 1.6666666667;
  }
}
.l-recruit__wrapper {
  max-width: 1335px;
  margin: auto;
  width: 70.9375vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 5;
}
@media all and (max-width: 750px) {
  .l-recruit__wrapper {
    flex-direction: column;
  }
}
.l-recruit__img {
  width: 70.9375vw;
  height: 22.6041666667vw;
}
@media all and (max-width: 750px) {
  .l-recruit__img {
    width: 89.3333333333vw;
    height: 28.5333333333vw;
    margin-bottom: 19.0666666667vw;
  }
}
.l-recruit__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-recruit__text {
  font-size: 1.0416666667vw;
  line-height: 2.5;
  width: 30.8333333333vw;
}
@media all and (max-width: 750px) {
  .l-recruit__text {
    width: 69.4666666667vw;
    font-size: 3.2vw;
    line-height: 2.166;
  }
}
.l-recruit__banner {
  width: 100%;
  position: absolute;
  height: 11.8229166667vw;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(90deg, #fcd8d8 0%, #fce0db 44.08%, #fff8d9 100%);
}
@media all and (max-width: 750px) {
  .l-recruit__banner {
    bottom: 0;
    height: 33.3333333333vw;
  }
}
.l-access {
  padding: 5.2083333333vw 14.4270833333vw 10.4166666667vw;
}
@media all and (max-width: 750px) {
  .l-access {
    padding: 20vw 5.3333333333vw 23.7333333333vw;
  }
}
.l-access__route {
  margin-top: 6.25vw;
}
@media all and (max-width: 750px) {
  .l-access__route {
    margin-top: 16vw;
  }
}
.l-access__route--title {
  font-size: 1.3020833333vw;
  margin-bottom: 2.6041666667vw;
}
@media all and (max-width: 750px) {
  .l-access__route--title {
    font-size: 4vw;
    margin-bottom: 6.6666666667vw;
  }
}
.l-access__route__wrapper {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 750px) {
  .l-access__route__wrapper {
    flex-direction: column;
  }
}
.l-access__route--left {
  width: 34.53125vw;
  height: 23.2291666667vw;
  margin-right: 2.34375vw;
}
@media all and (max-width: 750px) {
  .l-access__route--left {
    width: 100%;
    height: 59.4666666667vw;
    margin-right: 0;
    margin-bottom: 6.6666666667vw;
  }
}
.l-access__route--left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-access__route--right--item {
  margin-bottom: 0.78125vw;
  display: flex;
  justify-content: left;
}
@media all and (max-width: 750px) {
  .l-access__route--right--item {
    margin-bottom: 2vw;
    align-items: center;
  }
}
.l-access__route--right--item img {
  width: 11.4583333333vw;
  height: 7.2916666667vw;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 2.6041666667vw;
}
@media all and (max-width: 750px) {
  .l-access__route--right--item img {
    width: 32.6666666667vw;
    height: 20.8vw;
    margin-right: 2.6666666667vw;
  }
}
.l-access__route--right--item p {
  font-size: 1.0416666667vw;
  line-height: 1.8;
}
@media all and (max-width: 750px) {
  .l-access__route--right--item p {
    font-size: 2.9333333333vw;
  }
}
.l-access__wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1364px;
  width: 71.0416666667vw;
  margin: auto;
}
@media all and (max-width: 750px) {
  .l-access__wrapper {
    flex-direction: column;
    width: 100%;
  }
}
.l-access__text {
  width: 33.6979166667vw;
  line-height: 1.6;
}
@media all and (max-width: 750px) {
  .l-access__text {
    width: 88.4vw;
    margin-bottom: 10.6666666667vw;
  }
}
.l-access__text p {
  font-size: 0.9375vw;
  margin-bottom: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
  border-bottom: 1px solid black;
}
@media all and (max-width: 750px) {
  .l-access__text p {
    font-size: 3.2vw;
    margin-bottom: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.l-access__text p:first-child {
  font-size: 1.0416666667vw;
}
@media all and (max-width: 750px) {
  .l-access__text p:first-child {
    font-size: 3.2vw;
  }
}
.l-access__text p span {
  display: block;
  font-size: 1.25vw;
  margin-bottom: 0.5208333333vw;
}
@media all and (max-width: 750px) {
  .l-access__text p span {
    font-size: 3.2vw;
    margin-bottom: 1.3333333333vw;
  }
}
.l-access__text--tel {
  font-size: 1.3020833333vw;
  border-bottom: 1px solid black;
  padding-bottom: 1.0416666667vw;
}
@media all and (max-width: 750px) {
  .l-access__text--tel {
    margin-top: 3.3333333333vw;
    font-size: 3.4666666667vw;
    padding-bottom: 2.6666666667vw;
    border-bottom: none;
  }
}
.l-access__map {
  width: 34.53125vw;
  height: 23.2291666667vw;
}
@media all and (max-width: 750px) {
  .l-access__map {
    width: 88.4vw;
    height: 59.4666666667vw;
  }
}
.l-access__map iframe {
  width: 100%;
  height: 100%;
}
.l-matsuge__top {
  margin-top: 15.625vw;
  margin-bottom: 22.9166666667vw;
}
@media all and (max-width: 750px) {
  .l-matsuge__top {
    margin-bottom: 24.1333333333vw;
    margin-top: 10.4vw;
    height: 82.9333333333vw;
    position: relative;
  }
}
.l-matsuge__top__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: calc(100% - 19.84375vw);
}
@media all and (max-width: 750px) {
  .l-matsuge__top__wrapper {
    flex-direction: column;
    align-items: start;
    padding-bottom: 27.4666666667vw;
    width: 100%;
  }
}
.l-matsuge__top__wrapper--img {
  position: relative;
  width: 45.2604166667vw;
}
@media all and (max-width: 750px) {
  .l-matsuge__top__wrapper--img {
    width: 74.6666666667vw;
    position: static;
  }
}
.l-matsuge__top__wrapper--img video {
  width: 30.8333333333vw;
  height: 23.0729166667vw;
  position: absolute;
  right: 0;
  top: -17.5vw;
  z-index: 10;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 750px) {
  .l-matsuge__top__wrapper--img video {
    height: 51.8666666667vw;
    left: 5.3333333333vw;
    width: 69.3333333333vw;
    top: 0;
  }
}
.l-matsuge__top__wrapper--img--banner {
  height: 17.7083333333vw;
  width: 41.8229166667vw;
  position: absolute;
  left: 0;
  bottom: -11.3020833333vw;
  background: linear-gradient(90deg, #fcd8d8 0%, #fce0db 44.08%, #fff8d9 100%);
  z-index: 1;
}
@media all and (max-width: 750px) {
  .l-matsuge__top__wrapper--img--banner {
    height: 32vw;
    width: 86.6666666667vw;
    left: 0;
    bottom: 11.2vw;
  }
}
.l-matsuge__top__wrapper--text {
  width: 30.2083333333vw;
}
.l-matsuge__top__wrapper--text .sp-only {
  display: none;
}
@media all and (max-width: 750px) {
  .l-matsuge__top__wrapper--text .sp-only {
    display: block;
  }
}
@media all and (max-width: 750px) {
  .l-matsuge__top__wrapper--text {
    position: absolute;
    width: 47.4666666667vw;
    right: 5.3333333333vw;
    bottom: 0vw;
    z-index: 20;
  }
}
.l-matsuge__top__wrapper--text p {
  font-size: 1.25vw;
  line-height: 2.7777777778;
}
@media all and (max-width: 750px) {
  .l-matsuge__top__wrapper--text p {
    font-size: 3.0666666667vw;
    line-height: 2.1666666667;
  }
}
.l-matsuge__middle {
  position: relative;
  margin-bottom: 17.7083333333vw;
}
@media all and (max-width: 750px) {
  .l-matsuge__middle {
    margin-bottom: 29.8666666667vw;
  }
}
.l-matsuge__middle.case {
  margin-bottom: 14.84375vw;
}
@media all and (max-width: 750px) {
  .l-matsuge__middle.case {
    margin-bottom: 13.3333333333vw;
  }
}
.l-matsuge__middle__case {
  max-width: 1180px;
  width: 61.4583333333vw;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media all and (max-width: 750px) {
  .l-matsuge__middle__case {
    display: block;
    height: 152.9333333333vw;
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.l-matsuge__middle__case--item {
  width: 21.6145833333vw;
  height: auto;
  text-align: center;
}
@media all and (max-width: 750px) {
  .l-matsuge__middle__case--item {
    width: 55.3333333333vw;
    margin-bottom: 16.8vw;
  }
  .l-matsuge__middle__case--item:last-child {
    margin: auto;
    margin-right: 0;
  }
}
.l-matsuge__middle__case--item--img {
  width: 100%;
  height: 21.6145833333vw;
  margin-bottom: 2.34375vw;
}
@media all and (max-width: 750px) {
  .l-matsuge__middle__case--item--img {
    height: 55.3333333333vw;
  }
}
.l-matsuge__middle__case--item--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-matsuge__middle__case--item p {
  font-size: 1.25vw;
}
@media all and (max-width: 750px) {
  .l-matsuge__middle__case--item p {
    font-size: 3.2vw;
  }
}
.l-matsuge__middle--banner {
  height: 16.0416666667vw;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -5.46875vw;
  background: linear-gradient(90deg, #fcd8d8 0%, #fce0db 44.08%, #fff8d9 100%);
  z-index: 1;
}
@media all and (max-width: 750px) {
  .l-matsuge__middle--banner {
    height: 45.6vw;
    bottom: 0vw;
  }
}
.l-matsuge__cta {
  width: 100%;
  height: auto;
  margin-bottom: 6.25vw;
}
@media all and (max-width: 750px) {
  .l-matsuge__cta {
    margin-bottom: 10.6666666667vw;
  }
}
.l-matsuge__cta:last-child {
  margin-bottom: 10.4166666667vw;
}
@media all and (max-width: 750px) {
  .l-matsuge__cta:last-child {
    margin-bottom: 20vw;
  }
}
.l-matsuge__cta a {
  text-decoration: none;
  background-color: #D6FEB0;
  width: 34.8958333333vw;
  height: 6.3541666667vw;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 22px;
  font-size: 1.4583333333vw;
  font-weight: bold;
}
@media all and (max-width: 750px) {
  .l-matsuge__cta a {
    font-size: 3.7333333333vw;
    width: 89.3333333333vw;
    height: 16.2666666667vw;
  }
}
.l-matsuge__cta .red {
  background-color: #FDDBDB;
}
.l-matsuge__cta .red i {
  margin-left: 1.5625vw;
}
@media all and (max-width: 750px) {
  .l-matsuge__cta .red i {
    margin-left: 4vw;
  }
}
.l-matsuge__bottom--title {
  margin-bottom: 4.6875vw;
  text-align: center;
}
@media all and (max-width: 750px) {
  .l-matsuge__bottom--title {
    margin-bottom: 8.9333333333vw;
  }
}
.l-matsuge__bottom--title p:first-child {
  font-size: 1.1458333333vw;
  margin-bottom: 0.5208333333vw;
}
@media all and (max-width: 750px) {
  .l-matsuge__bottom--title p:first-child {
    font-size: 2.9333333333vw;
    margin-bottom: 4vw;
  }
}
.l-matsuge__bottom--title p:last-child {
  font-size: 3.90625vw;
}
@media all and (max-width: 750px) {
  .l-matsuge__bottom--title p:last-child {
    font-size: 5.3333333333vw;
  }
}
.l-matsuge__bottom--item {
  width: 70.9895833333vw;
  max-width: 1363px;
  margin: auto;
  margin-bottom: 9.375vw;
  background-color: #FDFBF0;
}
@media all and (max-width: 750px) {
  .l-matsuge__bottom--item {
    width: 100%;
    max-width: none;
    margin-bottom: 20vw;
  }
}
.l-matsuge__bottom--item:last-child {
  margin-bottom: 10.4166666667vw;
}
@media all and (max-width: 750px) {
  .l-matsuge__bottom--item:last-child {
    margin-bottom: 26.6666666667vw;
  }
}
.l-matsuge__bottom--item--title {
  width: 100%;
  height: 10.46875vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 20;
}
@media all and (max-width: 750px) {
  .l-matsuge__bottom--item--title {
    height: 26.8vw;
  }
}
.l-matsuge__bottom--item--title img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.l-matsuge__bottom--item--title span {
  font-size: 1.8229166667vw;
  position: static;
  z-index: 30;
}
@media all and (max-width: 750px) {
  .l-matsuge__bottom--item--title span {
    font-size: 4.6666666667vw;
  }
}
.l-matsuge__bottom--item--title::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.87);
}
.l-matsuge__bottom--item--img {
  width: 100%;
  height: 25.15625vw;
  margin-bottom: 7.8125vw;
}
@media all and (max-width: 750px) {
  .l-matsuge__bottom--item--img {
    height: 36.2666666667vw;
    margin-bottom: 9.3333333333vw;
  }
}
.l-matsuge__bottom--item--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-matsuge__bottom--item--list {
  width: 40.7552083333vw;
  margin: auto;
  padding: 6.3020833333vw 0 6.7708333333vw;
}
@media all and (max-width: 750px) {
  .l-matsuge__bottom--item--list {
    width: 100%;
    padding: 10.6666666667vw 5.3333333333vw 18.6666666667vw;
  }
}
.l-matsuge__bottom--item--list--child {
  padding-bottom: 3.984375vw;
  margin-bottom: 3.984375vw;
  border-bottom: 1px solid black;
  width: 100%;
  height: auto;
  position: relative;
}
@media all and (max-width: 750px) {
  .l-matsuge__bottom--item--list--child {
    padding-bottom: 6.5333333333vw;
    margin-bottom: 6.5333333333vw;
  }
}
.l-matsuge__bottom--item--list--child--title {
  font-size: 1.3020833333vw;
  margin-bottom: 2.6041666667vw;
}
@media all and (max-width: 750px) {
  .l-matsuge__bottom--item--list--child--title {
    font-size: 3.7333333333vw;
    margin-bottom: 6.8vw;
  }
}
.l-matsuge__bottom--item--list--child div {
  display: flex;
  justify-content: space-between;
  font-size: 1.25vw;
  position: relative;
  margin-bottom: 1.4583333333vw;
}
@media all and (max-width: 750px) {
  .l-matsuge__bottom--item--list--child div {
    font-size: 3.2vw;
    padding: 0 6.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.l-matsuge__bottom--item--list--child div::last-child {
  margin-bottom: 2.6041666667vw;
}
@media all and (max-width: 750px) {
  .l-matsuge__bottom--item--list--child div::last-child {
    margin-bottom: 6.6666666667vw;
  }
}
.l-matsuge__bottom--item--list--child div::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 6.3020833333vw;
  z-index: 1;
  width: 28.3854166667vw;
  height: 1px;
  background-image: linear-gradient(to right, #000 2px, transparent 2px);
  background-size: 20px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.l-matsuge__bottom--item--list--child div dt, .l-matsuge__bottom--item--list--child div dd {
  z-index: 2;
  background-color: #FDFBF0;
  font-weight: normal;
}
.l-matsuge__bottom--item--list--child p:last-child {
  font-size: 1.1458333333vw;
  line-height: 1.8181818182;
  margin-top: 1.5625vw;
}
@media all and (max-width: 750px) {
  .l-matsuge__bottom--item--list--child p:last-child {
    font-size: 2.6666666667vw;
    margin-top: 4vw;
    padding: 0 6.6666666667vw;
  }
}

.mt-n {
  margin-top: 0;
}/*# sourceMappingURL=style.css.map */