@charset "UTF-8";
/* -------------------------------------------- */
/* ------------------ Raleway ----------------- */
/* -------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap");
/* -------------------------------------------- */
/* ---------------- 游ゴシック体 -------------- */
/* -------------------------------------------- */
/* medium */
/* bold */
/* -------------------------------------------- */
/* ------------------ Marydale ---------------- */
/* -------------------------------------------- */
/* regular */
/* bold */
/* -------------------------------------------- */
/* ------------------- Roboto ----------------- */
/* -------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap");
/* black */
/* ----- break point ----- */
/* ----- container width ----- */
/* ----- margin-top/bottom ----- */
/* ----- padding-top/bottom ----- */
/* ----- line-height, letter-spacing ----- */
/* ----- font-size ----- */
.fix {
  width: 100%;
  height: 100%;
  position: fixed;
}

/* ---------- visit page animation ---------- */
body {
  opacity: 0;
  transition: opacity 1.5s ease;
}
body.is-inview {
  opacity: 1;
}

.js-visit-up {
  opacity: 0;
  transform: translate3d(0, -30px, 0);
}
.js-visit-up.is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.js-delay-1 {
  transition: all 1.5s ease;
}

.js-delay-2 {
  transition: all 1.5s ease 0.05s;
}

.js-delay-3 {
  transition: all 1.5s ease 0.1s;
}

.js-delay-4 {
  transition: all 1.5s ease 0.15s;
}

.js-delay-5 {
  transition: all 1.5s ease 0.2s;
}

.js-delay-6 {
  transition: all 1.5s ease 0.25s;
}

.js-delay-7 {
  transition: all 1.5s ease 0.3s;
}

.js-delay-8 {
  transition: all 1.5s ease 0.35s;
}

.js-delay-9 {
  transition: all 1.5s ease 0.4s;
}

.js-delay-10 {
  transition: all 1.5s ease 0.45s;
}

.js-delay-11 {
  transition: all 1.5s ease 0.55s;
}

.js-delay-12 {
  transition: all 1.5s ease 0.5s;
}

.js-delay-13 {
  transition: all 1.5s ease 0.55s;
}

.js-delay-14 {
  transition: all 1.5s ease 0.6s;
}

.js-delay-15 {
  transition: all 1.5s ease 0.65s;
}

.js-visit-scale {
  transition: opacity 2s ease, transform 2s ease;
  opacity: 0;
  transform: scale(1.1);
}
.js-visit-scale.is-inview {
  opacity: 1;
  transform: scale(1);
}

.js-visit-slide {
  position: relative;
}
.js-visit-slide.is-inview:before {
  left: 100%;
}
.js-visit-slide:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transition: left 2s ease;
}

.js-l-txt {
  overflow: hidden;
}
.js-l-txt .js-animation {
  display: inline-block;
  transition: transform 1.2s ease 0.6s;
  transform: translate3d(0, 100%, 0);
}
.js-l-txt .js-animation.is-inview {
  transform: translate3d(0, 0, 0);
}

/* ---------- home animation ---------- */
.is-animation .item__inner {
  animation: slick-animation 1.5s 0s forwards;
}
.is-animation .item__inner img {
  animation: slick-img-animation 1.5s 0s forwards;
}

.f-animation .item__inner {
  animation: slick-animation 0s 0s forwards;
}
.f-animation .item__inner img {
  animation: slick-img-animation 0s 0s forwards;
}

@keyframes slick-animation {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
@keyframes slick-img-animation {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
@keyframes infinite-slide1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes infinite-slide2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.js-txt-animation {
  display: inline-block;
}
.js-txt-animation .js-fv-txt {
  display: inline-block;
  overflow: hidden;
}
.js-txt-animation .js-fv-txt .js-animation {
  transform: translate3d(0, 100%, 0);
  display: inline-block;
  transition: transform 1.2s ease 1s;
}
.js-txt-animation .js-fv-txt .js-animation.is-inview {
  transform: translate3d(0, 0, 0);
}

/* ---------- common animation ---------- */
.js-fadeup {
  transition: all 2s ease;
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}
.js-fadeup.is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.js-fadein {
  transition: all 2s ease;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}
.js-fadein.is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.js-fadein.recruit {
  transition: all 2s ease 1s;
}

.js-slidein {
  position: relative;
  overflow: hidden;
}
.js-slidein.is-inview:after {
  left: 100%;
}
.js-slidein:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transition: left 2s ease;
}

.js-txt {
  overflow: hidden;
}
.js-txt .js-animation {
  display: inline-block;
  transition: transform 1.2s ease;
  transform: translate3d(0, 100%, 0);
}
.js-txt .js-animation.is-inview {
  transform: translate3d(0, 0, 0);
}

.js-r-txt {
  overflow: hidden;
}
.js-r-txt .js-animation {
  display: inline-block;
  transition: transform 1.2s ease;
  transform: translate3d(0, 100%, 0);
}
.js-r-txt .js-animation.is-inview {
  transform: translate3d(0, 0, 0);
}

a,
button {
  color: #000;
  transition: all 0.2s ease;
}
a:before, a:after,
button:before,
button:after {
  transition: all 0.2s ease;
}
a span,
button span {
  transition: all 0.2s ease;
}
a span:before, a span:after,
button span:before,
button span:after {
  transition: all 0.2s ease;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
  transition: all 0.2s ease;
}

svg path {
  transition: all 0.2s ease;
}

ul {
  list-style: none;
}

html {
  word-wrap: break-word;
}

body {
  color: #000;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: medium;
  letter-spacing: 0.05em;
  position: relative;
  border: 2px solid #000;
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
}

p {
  font-size: 16px;
  line-height: 2.1875;
}
@media only screen and (max-width: 600px) {
  p {
    font-size: 14px;
  }
}

.main {
  overflow: hidden;
}

.main .l-fv {
  margin-bottom: 58px;
}
@media only screen and (max-width: 600px) {
  .main .l-fv {
    margin-bottom: 60px;
  }
}
.main .l-fv .fv {
  width: 90%;
  min-height: 350px;
  height: 50vh;
  margin-left: auto;
}
@media only screen and (max-width: 600px) {
  .main .l-fv .fv {
    height: 350px;
  }
}
.main .l-fv .fv.recruit {
  height: 80vh;
  min-height: 450px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .main .l-fv .fv.recruit {
    min-height: 350px;
  }
}
.main .l-fv .fv.recruit .fv-msg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  padding-top: 70px;
  padding-right: 10%;
  padding-left: 10%;
}
@media only screen and (max-width: 600px) {
  .main .l-fv .fv.recruit .fv-msg {
    padding-top: 0;
  }
}
.main .l-fv .fv.recruit .fv-msg .msg__wrap {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 600px) {
  .main .l-fv .fv.recruit .fv-msg .msg__wrap {
    align-items: flex-end;
    padding-left: 30px;
  }
}
.main .l-fv .fv.recruit .fv-msg .msg__wrap p {
  color: #09349B;
  font-size: 26px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 600px) {
  .main .l-fv .fv.recruit .fv-msg .msg__wrap p {
    font-size: 20px;
  }
}
.main .l-fv .fv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 0 0 0 40px;
}
@media only screen and (max-width: 600px) {
  .main .l-fv .fv img.pc {
    display: none;
  }
}
.main .l-fv .fv img.sp {
  display: none;
}
@media only screen and (max-width: 600px) {
  .main .l-fv .fv img.sp {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-fv .fv img {
    border-radius: 0 0 0 30px;
  }
}
.main .l-fv .sec__wrap {
  padding-right: 10%;
  padding-left: 10%;
}
@media only screen and (max-width: 600px) {
  .main .l-fv .sec__wrap {
    transform: none;
  }
}
.main .l-fv .sec__wrap .container {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.main .l-fv .sec__wrap .container.col-2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 600px) {
  .main .l-fv .sec__wrap .container.col-2 {
    display: block;
  }
}
.main .l-fv .sec__wrap .container .cp__wrap {
  width: calc(60% - 15px);
  margin-top: -42px;
}
@media only screen and (max-width: 600px) {
  .main .l-fv .sec__wrap .container .cp__wrap {
    width: 100%;
    margin-top: 20px;
  }
}
.main .l-fv .sec__wrap .container .cp__wrap .cp p {
  margin-right: auto;
  letter-spacing: 0.15em;
  font-size: 60px;
  font-family: "marydale", sans-serif;
  font-weight: 700;
  mix-blend-mode: multiply;
  line-height: 1.3333333333;
  color: #555555;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 600px) {
  .main .l-fv .sec__wrap .container .cp__wrap .cp p {
    font-size: 32px;
  }
}
.main .l-fv .sec__wrap .container .cp__wrap .sub-cp {
  margin-top: 10px;
}
.main .l-fv .sec__wrap .container .cp__wrap .sub-cp p {
  font-size: 26px;
  letter-spacing: 0.2em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (max-width: 600px) {
  .main .l-fv .sec__wrap .container .cp__wrap .sub-cp p {
    font-size: 14px;
  }
}
.main .l-fv .sec__wrap .container .breadcrumb__wrap {
  width: calc(40% - 15px);
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
  .main .l-fv .sec__wrap .container .breadcrumb__wrap {
    display: none;
  }
}
.main .l-fv .sec__wrap .container .breadcrumb__wrap .list {
  text-align: right;
}
.main .l-fv .sec__wrap .container .breadcrumb__wrap .list .item {
  display: inline-block;
}
.main .l-fv .sec__wrap .container .breadcrumb__wrap .list .item:not(:last-of-type):after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 1px;
  margin: 0 5px;
  transform: translate3d(0, -4px, 0);
  background-image: url(../images/icon/breadcrumb/breadcrumb.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main .l-fv .sec__wrap .container .breadcrumb__wrap .list .item a {
  font-size: 12px;
  text-decoration: underline;
}
@media (hover: hover) {
  .main .l-fv .sec__wrap .container .breadcrumb__wrap .list .item a:hover {
    color: #09349B;
  }
}
@media (hover: none) {
  .main .l-fv .sec__wrap .container .breadcrumb__wrap .list .item a:active {
    color: #09349B;
  }
}
.main .l-fv .sec__wrap .container .breadcrumb__wrap .list .item span {
  font-size: 12px;
}

.breadcrumb {
  margin-top: 20px;
  padding-right: 10%;
  padding-left: 10%;
}
@media only screen and (max-width: 600px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb .container {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.breadcrumb .container .list {
  text-align: right;
}
.breadcrumb .container .list .item {
  display: inline-block;
}
.breadcrumb .container .list .item:not(:last-of-type):after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 1px;
  margin: 0 5px;
  transform: translate3d(0, -4px, 0);
  background-image: url(../images/icon/breadcrumb/breadcrumb.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.breadcrumb .container .list .item a {
  font-size: 12px;
  text-decoration: underline;
}
@media (hover: hover) {
  .breadcrumb .container .list .item a:hover {
    color: #09349B;
  }
}
@media (hover: none) {
  .breadcrumb .container .list .item a:active {
    color: #09349B;
  }
}
.breadcrumb .container .list .item span {
  font-size: 12px;
}

.l-other-link {
  position: relative;
  padding-top: 130px;
  padding-right: 10%;
  padding-left: 10%;
  margin-top: 130px;
}
@media only screen and (max-width: 600px) {
  .l-other-link {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .l-other-link {
    padding-top: 60px;
  }
}
.l-other-link:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -3;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 300px);
  background-color: #EEE;
}
@media only screen and (max-width: 600px) {
  .l-other-link:before {
    height: calc(100% + 330px);
  }
}
.l-other-link .container {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.l-other-link .container .b-link:first-of-type {
  margin-bottom: 80px;
}
@media only screen and (max-width: 600px) {
  .l-other-link .container .b-link:first-of-type {
    margin-bottom: 60px;
  }
}
.l-other-link .container .b-link .link {
  border-radius: 0 40px 0 40px;
  padding: 60px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border: 2px solid #000;
}
@media only screen and (max-width: 600px) {
  .l-other-link .container .b-link .link {
    padding: 40px 30px 20px;
  }
}
@media (hover: hover) {
  .l-other-link .container .b-link .link:hover .bg img {
    transform: scale(1.1);
  }
}
@media (hover: none) {
  .l-other-link .container .b-link .link:active .bg img {
    transform: scale(1.1);
  }
}
.l-other-link .container .b-link .link .bg {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-other-link .container .b-link .link .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.l-other-link .container .b-link .link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.l-other-link .container .b-link .link .banner__inner .deco {
  display: block;
}
.l-other-link .container .b-link .link .banner__inner .deco p {
  color: #FFBD7B;
  font-family: "marydale", sans-serif;
  font-weight: 700;
  mix-blend-mode: multiply;
  letter-spacing: 0.15em;
  line-height: 2.1333333333;
  font-size: 60px;
}
@media only screen and (max-width: 600px) {
  .l-other-link .container .b-link .link .banner__inner .deco p {
    font-size: 7.2vw;
  }
}
.l-other-link .container .b-link .link .banner__inner .ttl {
  font-size: 26px;
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: -60px;
}
@media only screen and (max-width: 600px) {
  .l-other-link .container .b-link .link .banner__inner .ttl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .l-other-link .container .b-link .link .banner__inner .ttl {
    margin-top: -7vw;
  }
}
.l-other-link .container .b-link .link .banner__inner .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px auto 0;
  width: 30px;
  height: 30px;
  background-color: #000;
  border-radius: 15px;
}
@media only screen and (max-width: 600px) {
  .l-other-link .container .b-link .link .banner__inner .icon {
    margin-top: 15px;
  }
}

.main .contact-link {
  margin-top: 130px;
  padding-right: 10%;
  padding-left: 10%;
}
@media only screen and (max-width: 600px) {
  .main .contact-link {
    margin-top: 80px;
  }
}
.main .contact-link .container {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding: 120px 45px 45px;
  border-radius: 0 40px 0 40px;
  position: relative;
  background-color: #fff;
  padding: 80px 30px 90px;
  position: relative;
  overflow: hidden;
  background-color: transparent;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container {
    border-radius: 0 30px 0 30px;
  }
}
@media only screen and (max-width: 1250px) {
  .main .contact-link .container {
    padding: 120px 30px 45px;
  }
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container {
    padding-top: 80px;
  }
}
.main .contact-link .container .line__1 {
  display: block;
  position: absolute;
  z-index: -1;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 0 40px 0 40px;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .line__1 {
    border-radius: 0 30px 0 30px;
  }
}
.main .contact-link .container .line__1 .line__inner {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 0 40px 0 40px;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .line__1 .line__inner {
    border-radius: 0 30px 0 30px;
  }
}
.main .contact-link .container .line__1 .line__inner:before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 2px;
  background-color: #000;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .line__1 .line__inner:before {
    width: calc(100% - 30px);
  }
}
.main .contact-link .container .line__1 .line__inner:after {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 40px);
  background-color: #000;
  position: absolute;
  top: calc(40px - 100%);
  right: 0;
  transition: all 0.2s linear 0.305s;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .line__1 .line__inner:after {
    height: calc(100% - 30px);
    top: calc(30px - 100%);
  }
}
.main .contact-link .container .line__2 {
  display: block;
  position: absolute;
  z-index: -1;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 0 40px 0 40px;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .line__2 {
    border-radius: 0 30px 0 30px;
  }
}
.main .contact-link .container .line__2 .line__inner {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 0 40px 0 40px;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .line__2 .line__inner {
    border-radius: 0 30px 0 30px;
  }
}
.main .contact-link .container .line__2 .line__inner:before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 2px;
  background-color: #000;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: calc(40px - 100%);
  transition: all 0.3s ease 0.505s;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .line__2 .line__inner:before {
    width: calc(100% - 30px);
    right: calc(30px - 100%);
  }
}
.main .contact-link .container .line__2 .line__inner:after {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 40px);
  background-color: #000;
  position: absolute;
  bottom: calc(40px - 100%);
  left: 0;
  transition: all 0.2s linear 0.81s;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .line__2 .line__inner:after {
    height: calc(100% - 30px);
    bottom: calc(30px - 100%);
  }
}
.main .contact-link .container .line__3 {
  display: block;
  position: absolute;
  z-index: -1;
  top: -2px;
  right: -2px;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .line__3 {
    width: 30px;
    height: 30px;
  }
}
.main .contact-link .container .line__3:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px 0 0 0;
  border: 2px solid #000;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 40px;
  transform-origin: right bottom 0;
  transition: all 0.05s linear 0.3s;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .line__3:before {
    width: 30px;
    height: 30px;
    border-radius: 30px 0 0 0;
    right: 30px;
  }
}
.main .contact-link .container .line__4 {
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -2px;
  left: -2px;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .line__4 {
    width: 30px;
    height: 30px;
  }
}
.main .contact-link .container .line__4:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 0 0 40px 0;
  border: 2px solid #000;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 40px;
  transform-origin: left top 0;
  transition: all 0.05s linear 0.805s;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .line__4:before {
    width: 30px;
    height: 30px;
    border-radius: 0 0 30px 0;
    left: 30px;
  }
}
.main .contact-link .container.is-inview .line__1 .line__inner:before {
  left: 0;
}
.main .contact-link .container.is-inview .line__1 .line__inner:after {
  top: 40px;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container.is-inview .line__1 .line__inner:after {
    top: 30px;
  }
}
.main .contact-link .container.is-inview .line__2 .line__inner:before {
  right: 0;
}
.main .contact-link .container.is-inview .line__2 .line__inner:after {
  bottom: 40px;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container.is-inview .line__2 .line__inner:after {
    bottom: 30px;
  }
}
.main .contact-link .container.is-inview .line__3:before {
  transform: rotate(90deg);
}
.main .contact-link .container.is-inview .line__4:before {
  transform: rotate(90deg);
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container {
    padding: 60px 30px;
  }
}
.main .contact-link .container:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.main .contact-link .container:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  background-image: url(../images/bg/common/contact-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main .contact-link .container .head {
  text-align: center;
}
.main .contact-link .container .head .ttl span.en {
  line-height: 1.5;
  color: #FFBD7B;
  font-size: 25px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .head .ttl span.en {
    font-size: 16px;
  }
}
.main .contact-link .container .head .ttl span.ja {
  margin-top: 20px;
  line-height: 1.5;
  font-size: 26px;
  letter-spacing: 0.2em;
  display: block;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .head .ttl span.ja {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .head .ttl span.ja {
    margin-top: 10px;
  }
}
.main .contact-link .container .head .ttl .ja {
  color: #fff;
}
.main .contact-link .container .msg {
  text-align: center;
  margin-top: 40px;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .msg {
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .msg p br {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .msg {
    margin-top: 30px;
  }
}
.main .contact-link .container .msg p {
  color: #fff;
}
.main .contact-link .container .link {
  margin-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .link {
    margin-top: 40px;
  }
}
.main .contact-link .container .link .btn3 {
  display: inline-block;
  max-width: 390px;
  width: 100%;
}
@media (hover: hover) {
  .main .contact-link .container .link .btn3:hover .btn3__inner {
    background-color: #fff;
  }
  .main .contact-link .container .link .btn3:hover .btn3__inner .icon {
    transform: translate3d(3px, 0, 0);
  }
}
@media (hover: none) {
  .main .contact-link .container .link .btn3:active .btn3__inner {
    background-color: #fff;
  }
  .main .contact-link .container .link .btn3:active .btn3__inner .icon {
    transform: translate3d(3px, 0, 0);
  }
}
.main .contact-link .container .link .btn3 .btn3__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 0 20px 0 20px;
  background-color: #FFBD7B;
  position: relative;
  padding: 22px 35px;
}
.main .contact-link .container .link .btn3 .btn3__inner .txt {
  display: block;
  font-size: 16px;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .link .btn3 .btn3__inner .txt {
    font-size: 14px;
  }
}
.main .contact-link .container .link .btn3 .btn3__inner .icon {
  display: block;
  position: absolute;
  z-index: 1;
  top: calc(50% - 5px);
  right: 15px;
  width: 5px;
  height: 10px;
}
.main .contact-link .container .link .btn3 .btn3__inner .icon svg {
  display: block;
  width: 5px;
  height: 10px;
}

.main .l-pnav {
  padding-right: 10%;
  padding-left: 10%;
}
.main .l-pnav .container {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.main .l-pnav .container .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -10px;
}
@media only screen and (max-width: 600px) {
  .main .l-pnav .container .list.post {
    display: none;
  }
}
.main .l-pnav .container .list .item {
  padding: 10px;
  width: 20%;
}
@media only screen and (max-width: 1250px) {
  .main .l-pnav .container .list .item {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-pnav .container .list .item {
    width: 50%;
  }
}
.main .l-pnav .container .list .item .link {
  display: inline-block;
  max-width: 390px;
  width: 100%;
  height: 100%;
  display: block;
  max-width: initial;
}
@media (hover: hover) {
  .main .l-pnav .container .list .item .link:hover .btn3__inner {
    background-color: #fff;
  }
  .main .l-pnav .container .list .item .link:hover .btn3__inner .icon {
    transform: translate3d(3px, 0, 0);
  }
}
@media (hover: none) {
  .main .l-pnav .container .list .item .link:active .btn3__inner {
    background-color: #fff;
  }
  .main .l-pnav .container .list .item .link:active .btn3__inner .icon {
    transform: translate3d(3px, 0, 0);
  }
}
.main .l-pnav .container .list .item .link .btn3__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 0 20px 0 20px;
  background-color: #FFBD7B;
  position: relative;
  padding: 22px 35px;
}
.main .l-pnav .container .list .item .link .btn3__inner .txt {
  display: block;
  font-size: 16px;
}
@media only screen and (max-width: 600px) {
  .main .l-pnav .container .list .item .link .btn3__inner .txt {
    font-size: 14px;
  }
}
.main .l-pnav .container .list .item .link .btn3__inner .icon {
  display: block;
  position: absolute;
  z-index: 1;
  top: calc(50% - 5px);
  right: 15px;
  width: 5px;
  height: 10px;
}
.main .l-pnav .container .list .item .link .btn3__inner .icon svg {
  display: block;
  width: 5px;
  height: 10px;
}
.main .l-pnav .container .list .item .link .btn3__inner {
  background-color: #fff;
  height: 100%;
  padding: 20px 25px;
}
@media only screen and (max-width: 600px) {
  .main .l-pnav .container .list .item .link .btn3__inner {
    padding: 15px 30px;
  }
}
.main .l-pnav .container .list .item .link .btn3__inner.is-inview {
  background-color: #FFBD7B;
}
.main .l-pnav .container .list .item .link .btn3__inner .txt {
  font-size: 13px;
}
@media only screen and (max-width: 600px) {
  .main .l-pnav .container .list .item .link .btn3__inner .txt {
    font-size: 12px;
  }
}
.main .l-pnav .container .list .item .link .btn3__inner .icon {
  right: 12px;
}
@media (hover: hover) {
  .main .l-pnav .container .list .item .link:hover .btn3__inner {
    background-color: #FFBD7B;
  }
}
@media (hover: none) {
  .main .l-pnav .container .list .item .link:active .btn3__inner {
    background-color: #FFBD7B;
  }
}
.main .l-pnav .container .select {
  display: none;
}
@media only screen and (max-width: 600px) {
  .main .l-pnav .container .select {
    display: block;
  }
}
.main .l-pnav .container .select button {
  border: 2px solid #000;
  border-radius: 0 20px 0 20px;
  display: block;
  width: 100%;
  padding: 13px 34px;
  text-align: center;
  position: relative;
}
.main .l-pnav .container .select button.open {
  background-color: #FFBD7B;
}
.main .l-pnav .container .select button .txt {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}
.main .l-pnav .container .select button .icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 15px;
  transform: translate3d(0, -50%, 0);
  display: block;
  width: 8px;
}
.main .l-pnav .container .select button .icon svg {
  display: block;
  width: 100%;
}
.main .l-pnav .container .select .select-list {
  display: none;
  padding: 45px 30px 25px;
  margin-top: -20px;
  width: 100%;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  background-color: #fff;
}
.main .l-pnav .container .select .select-list .item:not(:first-of-type) {
  margin-top: 25px;
}
.main .l-pnav .container .select .select-list .item .link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (hover: hover) {
  .main .l-pnav .container .select .select-list .item .link:hover .txt {
    color: #FFBD7B;
  }
  .main .l-pnav .container .select .select-list .item .link:hover .icon {
    transform: translate3d(3px, 0, 0);
  }
}
@media (hover: none) {
  .main .l-pnav .container .select .select-list .item .link:active .txt {
    color: #FFBD7B;
  }
  .main .l-pnav .container .select .select-list .item .link:active .icon {
    transform: translate3d(3px, 0, 0);
  }
}
.main .l-pnav .container .select .select-list .item .link .txt {
  display: block;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
.main .l-pnav .container .select .select-list .item .link .icon {
  display: block;
  width: 4px;
}
.main .l-pnav .container .select .select-list .item .link .icon svg {
  display: block;
  width: 100%;
}
.main .l-pnav .container .contact-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 600px) {
  .main .l-pnav .container .contact-list {
    display: block;
  }
}
.main .l-pnav .container .contact-list .item {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 600px) {
  .main .l-pnav .container .contact-list .item {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-pnav .container .contact-list .item:last-of-type {
    margin-top: 20px;
  }
}
.main .l-pnav .container .contact-list .item .link {
  display: inline-block;
  width: 100%;
}
@media (hover: hover) {
  .main .l-pnav .container .contact-list .item .link:hover .btn3__inner {
    background-color: #FFBD7B;
  }
  .main .l-pnav .container .contact-list .item .link:hover .btn3__inner .icon {
    transform: translate3d(3px, 0, 0);
  }
}
@media (hover: none) {
  .main .l-pnav .container .contact-list .item .link:active .btn3__inner {
    background-color: #FFBD7B;
  }
  .main .l-pnav .container .contact-list .item .link:active .btn3__inner .icon {
    transform: translate3d(3px, 0, 0);
  }
}
.main .l-pnav .container .contact-list .item .link .btn3__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 0 20px 0 20px;
  position: relative;
  padding: 22px 35px;
}
@media only screen and (max-width: 600px) {
  .main .l-pnav .container .contact-list .item .link .btn3__inner {
    padding: 13px 35px;
  }
}
.main .l-pnav .container .contact-list .item .link .btn3__inner .f-icon {
  display: block;
  margin-right: 8px;
}
.main .l-pnav .container .contact-list .item .link .btn3__inner .f-icon.tel {
  width: 15px;
}
.main .l-pnav .container .contact-list .item .link .btn3__inner .f-icon.email {
  width: 20px;
}
@media only screen and (max-width: 600px) {
  .main .l-pnav .container .contact-list .item .link .btn3__inner .f-icon.email {
    width: 18px;
  }
}
.main .l-pnav .container .contact-list .item .link .btn3__inner .f-icon svg {
  display: block;
  width: 100%;
}
.main .l-pnav .container .contact-list .item .link .btn3__inner .txt {
  display: block;
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .main .l-pnav .container .contact-list .item .link .btn3__inner .txt {
    font-size: 14px;
  }
}
.main .l-pnav .container .contact-list .item .link .btn3__inner .icon {
  display: block;
  position: absolute;
  z-index: 1;
  top: calc(50% - 5px);
  right: 15px;
  width: 5px;
  height: 10px;
}
.main .l-pnav .container .contact-list .item .link .btn3__inner .icon svg {
  display: block;
  width: 5px;
  height: 10px;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.main .l-greeting {
  padding-right: 10%;
  padding-left: 10%;
  padding-top: 93px;
  margin-top: -13px;
}
@media only screen and (max-width: 1250px) {
  .main .l-greeting {
    padding-top: 80px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-greeting {
    padding-top: 70px;
    margin-top: -10px;
  }
}
.main .l-greeting .container {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.main .l-greeting .container .head .ttl {
  text-align: center;
}
.main .l-greeting .container .head .ttl .deco {
  display: block;
  overflow: hidden;
}
.main .l-greeting .container .head .ttl .deco .deco-txt {
  color: #FFBD7B;
  font-family: "marydale", sans-serif;
  font-weight: 700;
  mix-blend-mode: multiply;
  letter-spacing: 0.15em;
  line-height: 1.5;
  font-size: 60px;
  opacity: 0.6;
}
@media only screen and (max-width: 600px) {
  .main .l-greeting .container .head .ttl .deco .deco-txt {
    font-size: 32px;
  }
}
.main .l-greeting .container .head .ttl .ja {
  display: block;
  font-size: 26px;
  letter-spacing: 0.2em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  margin-top: -39px;
}
@media only screen and (max-width: 600px) {
  .main .l-greeting .container .head .ttl .ja {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-greeting .container .head .ttl .ja {
    margin-top: -25px;
  }
}
.main .l-greeting .container .img {
  margin-top: 50px;
  max-width: 470px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 600px) {
  .main .l-greeting .container .img {
    margin-top: 40px;
  }
}
.main .l-greeting .container .img img {
  width: 100%;
  border-radius: 0 40px 0 40px;
  border: 2px solid #000;
}
@media only screen and (max-width: 600px) {
  .main .l-greeting .container .img img {
    border-radius: 0 30px 0 30px;
  }
}
.main .l-greeting .container .msg {
  margin-top: 50px;
}
@media only screen and (max-width: 600px) {
  .main .l-greeting .container .msg {
    margin-top: 30px;
  }
}
.main .l-greeting .container .sign {
  margin-top: 30px;
  text-align: right;
}
@media only screen and (max-width: 600px) {
  .main .l-greeting .container .sign {
    margin-top: 40px;
  }
}
.main .l-greeting .container .sign p {
  display: inline-block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  text-align: left;
  line-height: 2;
}
.main .l-greeting .container .sign p span {
  font-size: 20px;
}
@media only screen and (max-width: 600px) {
  .main .l-greeting .container .sign p span {
    font-size: 16px;
  }
}
.main .l-philosophy {
  padding-right: 10%;
  padding-left: 10%;
  padding-top: 93px;
  margin-top: 37px;
}
@media only screen and (max-width: 1250px) {
  .main .l-philosophy {
    padding-top: 80px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-philosophy {
    padding-top: 70px;
    margin-top: 10px;
  }
}
.main .l-philosophy .container {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.main .l-philosophy .container .head .ttl {
  text-align: center;
}
.main .l-philosophy .container .head .ttl .deco {
  display: block;
  overflow: hidden;
}
.main .l-philosophy .container .head .ttl .deco .deco-txt {
  color: #FFBD7B;
  font-family: "marydale", sans-serif;
  font-weight: 700;
  mix-blend-mode: multiply;
  letter-spacing: 0.15em;
  line-height: 1.5;
  font-size: 60px;
  opacity: 0.6;
}
@media only screen and (max-width: 600px) {
  .main .l-philosophy .container .head .ttl .deco .deco-txt {
    font-size: 32px;
  }
}
.main .l-philosophy .container .head .ttl .ja {
  display: block;
  font-size: 26px;
  letter-spacing: 0.2em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  margin-top: -39px;
}
@media only screen and (max-width: 600px) {
  .main .l-philosophy .container .head .ttl .ja {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-philosophy .container .head .ttl .ja {
    margin-top: -25px;
  }
}
.main .l-philosophy .container .p-list {
  display: inline-block;
}
.main .l-philosophy .container .p-list .p-item {
  margin-top: 50px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.2em;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .main .l-philosophy .container .p-list .p-item {
    margin-top: 40px;
    font-size: 16px;
    text-align: left;
    line-height: 2.1875;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-philosophy .container .p-list .p-item:last-of-type {
    margin-top: 30px;
  }
}
.main .l-philosophy .container .img-list {
  margin-top: 60px;
}
@media only screen and (max-width: 600px) {
  .main .l-philosophy .container .img-list {
    margin-top: 40px;
  }
}
.main .l-philosophy .container .img-list .slick-arrow {
  width: 10px;
  height: 20px;
  top: 100%;
}
@media (hover: hover) {
  .main .l-philosophy .container .img-list .slick-arrow:hover svg path {
    opacity: 0.3;
  }
}
@media (hover: none) {
  .main .l-philosophy .container .img-list .slick-arrow:active svg path {
    opacity: 0.3;
  }
}
.main .l-philosophy .container .img-list .slick-arrow:before {
  display: none;
}
.main .l-philosophy .container .img-list .slick-arrow.slick-prev {
  left: initial;
  right: calc(50% + 55px);
}
@media only screen and (max-width: 600px) {
  .main .l-philosophy .container .img-list .slick-arrow.slick-prev {
    right: calc(50% + 50px);
  }
}
.main .l-philosophy .container .img-list .slick-arrow.slick-next {
  right: initial;
  left: calc(50% + 62px);
}
@media only screen and (max-width: 600px) {
  .main .l-philosophy .container .img-list .slick-arrow.slick-next {
    left: calc(50% + 57px);
  }
}
.main .l-philosophy .container .img-list .slick-arrow svg {
  display: block;
  width: 10px;
  height: 20px;
}
.main .l-philosophy .container .img-list .slick-list {
  width: 100%;
  border-radius: 0 40px 0 40px;
  overflow: hidden;
  border: 2px solid #000;
}
@media only screen and (max-width: 600px) {
  .main .l-philosophy .container .img-list .slick-list {
    border-radius: 0 30px 0 30px;
  }
}
.main .l-philosophy .container .img-list .slick-list .slick-track {
  width: initial !important;
  position: relative;
  position: relative;
  overflow: hidden;
}
.main .l-philosophy .container .img-list .slick-list .slick-track:before {
  content: "";
  display: block;
  padding-top: 61%;
}
.main .l-philosophy .container .img-list .slick-list .slick-track img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .l-philosophy .container .img-list .slick-list .slick-track .item {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  height: 100%;
  overflow: hidden;
  width: 100% !important;
  opacity: 1 !important;
  transition: opacity 0s linear !important;
}
.main .l-philosophy .container .img-list .slick-list .slick-track .item .item__inner {
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main .l-philosophy .container .img-list .slick-list .slick-track .item .item__inner img {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.main .l-philosophy .container .img-list .slick-dots {
  position: static;
  width: initial;
  margin-top: 30px;
}
@media only screen and (max-width: 600px) {
  .main .l-philosophy .container .img-list .slick-dots {
    margin-top: 15px;
  }
}
.main .l-philosophy .container .img-list .slick-dots li {
  width: initial;
  height: initial;
}
.main .l-philosophy .container .img-list .slick-dots li:not(:first-of-type) {
  margin-left: 10px;
}
.main .l-philosophy .container .img-list .slick-dots li.slick-active button:before {
  background-color: #000;
}
.main .l-philosophy .container .img-list .slick-dots li button {
  width: initial;
  height: initial;
  padding: 0;
}
.main .l-philosophy .container .img-list .slick-dots li button:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #FFBD7B;
  opacity: 1;
}
@media (hover: hover) {
  .main .l-philosophy .container .img-list .slick-dots li button:hover:before {
    background-color: #000;
  }
}
@media (hover: none) {
  .main .l-philosophy .container .img-list .slick-dots li button:active:before {
    background-color: #000;
  }
}
.main .l-profile {
  padding-right: 10%;
  padding-left: 10%;
  padding-top: 93px;
  margin-top: 37px;
}
@media only screen and (max-width: 1250px) {
  .main .l-profile {
    padding-top: 80px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-profile {
    padding-top: 70px;
    margin-top: 10px;
  }
}
.main .l-profile .container {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.main .l-profile .container .head .ttl {
  text-align: center;
}
.main .l-profile .container .head .ttl .deco {
  display: block;
  overflow: hidden;
}
.main .l-profile .container .head .ttl .deco .deco-txt {
  color: #FFBD7B;
  font-family: "marydale", sans-serif;
  font-weight: 700;
  mix-blend-mode: multiply;
  letter-spacing: 0.15em;
  line-height: 1.5;
  font-size: 60px;
  opacity: 0.6;
}
@media only screen and (max-width: 600px) {
  .main .l-profile .container .head .ttl .deco .deco-txt {
    font-size: 32px;
  }
}
.main .l-profile .container .head .ttl .ja {
  display: block;
  font-size: 26px;
  letter-spacing: 0.2em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  margin-top: -39px;
}
@media only screen and (max-width: 600px) {
  .main .l-profile .container .head .ttl .ja {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-profile .container .head .ttl .ja {
    margin-top: -25px;
  }
}
.main .l-profile .container .table {
  margin-top: 50px;
}
@media only screen and (max-width: 600px) {
  .main .l-profile .container .table {
    margin-top: 40px;
  }
}
.main .l-profile .container .table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 2px solid #000;
}
.main .l-profile .container .table table tbody tr th {
  text-align: left;
  vertical-align: text-top;
  border-bottom: 2px solid #000;
  width: 200px;
  padding: 25px 0 25px 25px;
  font-size: 16px;
  line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 776px) {
  .main .l-profile .container .table table tbody tr th {
    width: 150px;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-profile .container .table table tbody tr th {
    display: block;
    width: 100%;
    padding: 20px 0 20px 0;
    border-bottom: none;
  }
}
.main .l-profile .container .table table tbody tr td {
  text-align: left;
  vertical-align: text-top;
  border-bottom: 1px solid #000;
  width: calc(100% - 200px);
  padding: 25px 25px 25px 40px;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: medium;
}
@media only screen and (max-width: 776px) {
  .main .l-profile .container .table table tbody tr td {
    width: calc(100% - 150px);
  }
}
@media only screen and (max-width: 600px) {
  .main .l-profile .container .table table tbody tr td {
    width: 100%;
    display: block;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #000;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-profile .container .table table tbody tr td.rowspan {
    padding-top: 20px;
  }
}
.main .l-profile .container .table table tbody tr td p {
  line-height: 1.5;
}
.main .l-profile .container .table table tbody tr td p:not(:first-of-type) {
  margin-top: 10px;
}
.main .l-profile .container .table table tbody tr td p.bold {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
.main .l-profile .container .table table tbody tr td p.supplier {
  line-height: 2.1428571429;
}
.main .l-profile .container .table table tbody tr td p .role {
  display: inline-block;
  min-width: 130px;
}
.main .l-profile .container .table table tbody tr td p .name {
  display: inline-block;
}
.main .l-profile .container .table table tbody tr td a {
  line-height: 1.5;
}
@media (hover: hover) {
  .main .l-profile .container .table table tbody tr td a:hover {
    color: #09349B;
  }
}
@media (hover: none) {
  .main .l-profile .container .table table tbody tr td a:active {
    color: #09349B;
  }
}
.main .l-history {
  padding-top: 93px;
  margin-top: 37px;
  padding-right: 10%;
  padding-left: 10%;
}
@media only screen and (max-width: 1250px) {
  .main .l-history {
    padding-top: 80px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-history {
    padding-top: 70px;
    margin-top: 10px;
  }
}
.main .l-history .container {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.main .l-history .container .head .ttl {
  text-align: center;
}
.main .l-history .container .head .ttl .deco {
  display: block;
  overflow: hidden;
}
.main .l-history .container .head .ttl .deco .deco-txt {
  color: #FFBD7B;
  font-family: "marydale", sans-serif;
  font-weight: 700;
  mix-blend-mode: multiply;
  letter-spacing: 0.15em;
  line-height: 1.5;
  font-size: 60px;
  opacity: 0.6;
}
@media only screen and (max-width: 600px) {
  .main .l-history .container .head .ttl .deco .deco-txt {
    font-size: 32px;
  }
}
.main .l-history .container .head .ttl .ja {
  display: block;
  font-size: 26px;
  letter-spacing: 0.2em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  margin-top: -39px;
}
@media only screen and (max-width: 600px) {
  .main .l-history .container .head .ttl .ja {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-history .container .head .ttl .ja {
    margin-top: -25px;
  }
}
.main .l-history .container .col-2 {
  display: flex;
  justify-content: space-between;
  margin-top: 57px;
}
@media only screen and (max-width: 600px) {
  .main .l-history .container .col-2 {
    margin-top: 40px;
    display: block;
  }
}
.main .l-history .container .col-2 .img {
  width: calc(50% - 20px);
  margin-top: -7px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 600px) {
  .main .l-history .container .col-2 .img {
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
  }
}
.main .l-history .container .col-2 .img .list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .main .l-history .container .col-2 .img .list {
    display: block;
    height: initial;
  }
}
.main .l-history .container .col-2 .img .list .item {
  height: 290px;
}
@media only screen and (max-width: 600px) {
  .main .l-history .container .col-2 .img .list .item {
    height: initial;
  }
}
.main .l-history .container .col-2 .img .list .item .item__inner {
  height: 100%;
}
.main .l-history .container .col-2 .img .list .item .item__inner img {
  border: 2px solid #000;
  border-radius: 0 40px 0 40px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media only screen and (max-width: 600px) {
  .main .l-history .container .col-2 .img .list .item .item__inner img {
    border-radius: 0 30px 0 30px;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-history .container .col-2 .img .list .item .item__inner img {
    border: none;
  }
}
.main .l-history .container .col-2 .img .list .slick-arrow {
  width: 10px;
  height: 20px;
  top: 100%;
}
@media (hover: hover) {
  .main .l-history .container .col-2 .img .list .slick-arrow:hover svg path {
    opacity: 0.3;
  }
}
@media (hover: none) {
  .main .l-history .container .col-2 .img .list .slick-arrow:active svg path {
    opacity: 0.3;
  }
}
.main .l-history .container .col-2 .img .list .slick-arrow:before {
  display: none;
}
.main .l-history .container .col-2 .img .list .slick-arrow.slick-prev {
  left: initial;
  right: calc(50% + 55px);
}
@media only screen and (max-width: 600px) {
  .main .l-history .container .col-2 .img .list .slick-arrow.slick-prev {
    right: calc(50% + 50px);
  }
}
.main .l-history .container .col-2 .img .list .slick-arrow.slick-next {
  right: initial;
  left: calc(50% + 62px);
}
@media only screen and (max-width: 600px) {
  .main .l-history .container .col-2 .img .list .slick-arrow.slick-next {
    left: calc(50% + 57px);
  }
}
.main .l-history .container .col-2 .img .list .slick-arrow svg {
  display: block;
  width: 10px;
  height: 20px;
}
.main .l-history .container .col-2 .img .list .slick-list {
  width: 100%;
  border-radius: 0 40px 0 40px;
  overflow: hidden;
  border: 2px solid #000;
}
@media only screen and (max-width: 600px) {
  .main .l-history .container .col-2 .img .list .slick-list {
    border-radius: 0 30px 0 30px;
  }
}
.main .l-history .container .col-2 .img .list .slick-list .slick-track {
  width: initial !important;
  position: relative;
  position: relative;
  overflow: hidden;
}
.main .l-history .container .col-2 .img .list .slick-list .slick-track:before {
  content: "";
  display: block;
  padding-top: 61%;
}
.main .l-history .container .col-2 .img .list .slick-list .slick-track img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .l-history .container .col-2 .img .list .slick-list .slick-track .item {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  height: 100%;
  overflow: hidden;
  width: 100% !important;
  opacity: 1 !important;
  transition: opacity 0s linear !important;
}
.main .l-history .container .col-2 .img .list .slick-list .slick-track .item .item__inner {
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main .l-history .container .col-2 .img .list .slick-list .slick-track .item .item__inner img {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.main .l-history .container .col-2 .img .list .slick-dots {
  position: static;
  width: initial;
  margin-top: 30px;
}
@media only screen and (max-width: 600px) {
  .main .l-history .container .col-2 .img .list .slick-dots {
    margin-top: 15px;
  }
}
.main .l-history .container .col-2 .img .list .slick-dots li {
  width: initial;
  height: initial;
}
.main .l-history .container .col-2 .img .list .slick-dots li:not(:first-of-type) {
  margin-left: 10px;
}
.main .l-history .container .col-2 .img .list .slick-dots li.slick-active button:before {
  background-color: #000;
}
.main .l-history .container .col-2 .img .list .slick-dots li button {
  width: initial;
  height: initial;
  padding: 0;
}
.main .l-history .container .col-2 .img .list .slick-dots li button:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #FFBD7B;
  opacity: 1;
}
@media (hover: hover) {
  .main .l-history .container .col-2 .img .list .slick-dots li button:hover:before {
    background-color: #000;
  }
}
@media (hover: none) {
  .main .l-history .container .col-2 .img .list .slick-dots li button:active:before {
    background-color: #000;
  }
}
.main .l-history .container .col-2 .table {
  width: calc(50% - 20px);
  padding-left: 20px;
  padding-bottom: 40px;
  border-left: 2px solid #09349B;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .main .l-history .container .col-2 .table {
    width: 100%;
    padding-left: 12px;
    margin-top: 47px;
  }
}
.main .l-history .container .col-2 .table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.main .l-history .container .col-2 .table table tbody tr:first-of-type th {
  padding-top: 0;
  margin-top: -7px;
}
.main .l-history .container .col-2 .table table tbody tr:first-of-type th .circle {
  top: 6px;
}
.main .l-history .container .col-2 .table table tbody tr th {
  display: block;
  width: 100%;
  padding-top: 30px;
  vertical-align: text-top;
  text-align: left;
  position: relative;
}
.main .l-history .container .col-2 .table table tbody tr th .circle {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #09349B;
  position: absolute;
  z-index: 1;
  top: 36px;
  left: -27px;
}
@media only screen and (max-width: 600px) {
  .main .l-history .container .col-2 .table table tbody tr th .circle {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    left: -17px;
  }
}
.main .l-history .container .col-2 .table table tbody tr td {
  display: block;
  width: 100%;
  padding: 30px 20px;
  vertical-align: text-top;
  text-align: left;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 600px) {
  .main .l-history .container .col-2 .table table tbody tr td {
    width: calc(100% - 30px);
    margin-left: auto;
    padding: 24px 0;
    line-height: 2.2857142857;
  }
}
.main .l-history .container .col-2 .table .arrow-under {
  display: block;
  width: 15px;
  height: 7.5px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -8.5px;
}
.main .l-history .container .col-2 .table .arrow-under svg {
  width: 100%;
  display: block;
}
.main .l-access {
  padding-top: 93px;
  margin-top: 37px;
  padding-right: 10%;
  padding-left: 10%;
}
@media only screen and (max-width: 1250px) {
  .main .l-access {
    padding-top: 80px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-access {
    padding-top: 70px;
    margin-top: 10px;
  }
}
.main .l-access .container {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.main .l-access .container .head .ttl {
  text-align: center;
}
.main .l-access .container .head .ttl .deco {
  display: block;
  overflow: hidden;
}
.main .l-access .container .head .ttl .deco .deco-txt {
  color: #FFBD7B;
  font-family: "marydale", sans-serif;
  font-weight: 700;
  mix-blend-mode: multiply;
  letter-spacing: 0.15em;
  line-height: 1.5;
  font-size: 60px;
  opacity: 0.6;
}
@media only screen and (max-width: 600px) {
  .main .l-access .container .head .ttl .deco .deco-txt {
    font-size: 32px;
  }
}
.main .l-access .container .head .ttl .ja {
  display: block;
  font-size: 26px;
  letter-spacing: 0.2em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  margin-top: -39px;
}
@media only screen and (max-width: 600px) {
  .main .l-access .container .head .ttl .ja {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-access .container .head .ttl .ja {
    margin-top: -25px;
  }
}
.main .l-access .container .list {
  margin-top: 50px;
}
@media only screen and (max-width: 600px) {
  .main .l-access .container .list {
    margin-top: 40px;
  }
}
.main .l-access .container .list .item {
  padding: 50px 0;
  border-top: 2px solid #000;
}
@media only screen and (max-width: 600px) {
  .main .l-access .container .list .item {
    padding: 30px 0 40px;
  }
}
.main .l-access .container .list .item:last-of-type {
  border-bottom: 2px solid #000;
}
.main .l-access .container .list .item .info .bold {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 20px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 600px) {
  .main .l-access .container .list .item .info .bold {
    font-size: 14px;
  }
}
.main .l-access .container .list .item .col-2 {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .main .l-access .container .list .item .col-2 {
    margin-top: 25px;
    display: block;
  }
}
.main .l-access .container .list .item .col-2 .img {
  width: calc(50% - 20px);
  height: 290px;
}
@media only screen and (max-width: 600px) {
  .main .l-access .container .list .item .col-2 .img {
    width: 100%;
    height: initial;
    position: relative;
    overflow: hidden;
  }
  .main .l-access .container .list .item .col-2 .img:before {
    content: "";
    display: block;
    padding-top: 62%;
  }
  .main .l-access .container .list .item .col-2 .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.main .l-access .container .list .item .col-2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 0 40px 0 40px;
  border: 2px solid #000;
}
@media only screen and (max-width: 600px) {
  .main .l-access .container .list .item .col-2 .img img {
    border-radius: 0 30px 0 30px;
  }
}
.main .l-access .container .list .item .col-2 .map {
  width: calc(50% - 20px);
  height: 290px;
}
@media only screen and (max-width: 600px) {
  .main .l-access .container .list .item .col-2 .map {
    width: 100%;
    height: initial;
    position: relative;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-access .container .list .item .col-2 .map:before {
    content: "";
    display: block;
    padding-top: 62%;
  }
}
.main .l-access .container .list .item .col-2 .map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 40px 0 40px;
  border: 2px solid #000;
}
@media only screen and (max-width: 600px) {
  .main .l-access .container .list .item .col-2 .map iframe {
    border-radius: 0 30px 0 30px;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-access .container .list .item .col-2 .map iframe {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
  }
}