@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 .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;
}

/* 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 .home-fv {
  margin-bottom: -60px;
}
@media only screen and (max-width: 600px) {
  .main .home-fv {
    margin-bottom: -90px;
  }
}
.main .home-fv .img {
  margin-top: 140px;
  padding: 0 30px;
  overflow-x: hidden;
}
@media only screen and (max-width: 600px) {
  .main .home-fv .img {
    margin-top: 120px;
    padding: 0;
  }
}
.main .home-fv .img .list {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.main .home-fv .img .list .slick-arrow {
  padding: 90px 40px 120px;
  width: 10px;
  height: 20px;
  top: 45%;
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  .main .home-fv .img .list .slick-arrow {
    padding: 50px 20px 76px 16px;
    width: 7.5px;
    height: 15px;
    top: 45%;
  }
}
@media (hover: hover) {
  .main .home-fv .img .list .slick-arrow:hover svg path {
    opacity: 0.3;
  }
}
@media (hover: none) {
  .main .home-fv .img .list .slick-arrow:active svg path {
    opacity: 0.3;
  }
}
.main .home-fv .img .list .slick-arrow:before {
  display: none;
}
.main .home-fv .img .list .slick-arrow.slick-prev {
  left: -45.25px;
  right: initial;
}
@media only screen and (max-width: 1250px) {
  .main .home-fv .img .list .slick-arrow.slick-prev {
    left: -40.25px;
  }
}
@media only screen and (max-width: 600px) {
  .main .home-fv .img .list .slick-arrow.slick-prev {
    left: -3.25px;
  }
}
.main .home-fv .img .list .slick-arrow.slick-next {
  right: -33.25px;
  left: initial;
}
@media only screen and (max-width: 1250px) {
  .main .home-fv .img .list .slick-arrow.slick-next {
    right: -28.25px;
  }
}
@media only screen and (max-width: 600px) {
  .main .home-fv .img .list .slick-arrow.slick-next {
    right: -3.25px;
  }
}
.main .home-fv .img .list .slick-arrow svg {
  display: block;
  width: 10px;
  height: 20px;
}
@media only screen and (max-width: 600px) {
  .main .home-fv .img .list .slick-arrow svg {
    width: 7.5px;
    height: 15px;
  }
}
.main .home-fv .img .list .slick-dots {
  position: static;
  width: initial;
}
.main .home-fv .img .list .slick-dots li {
  width: initial;
  height: initial;
}
.main .home-fv .img .list .slick-dots li:not(:first-of-type) {
  margin-left: 10px;
}
.main .home-fv .img .list .slick-dots li.slick-active button:before {
  background-color: #000;
}
.main .home-fv .img .list .slick-dots li button {
  width: initial;
  height: initial;
  padding: 0;
}
.main .home-fv .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 .home-fv .img .list .slick-dots li button:hover:before {
    background-color: #000;
  }
}
@media (hover: none) {
  .main .home-fv .img .list .slick-dots li button:active:before {
    background-color: #000;
  }
}
.main .home-fv .img .list .slick-list {
  overflow: visible;
}
.main .home-fv .img .list .slick-list .slick-track .item {
  margin: 0 40px;
}
@media only screen and (max-width: 1250px) {
  .main .home-fv .img .list .slick-list .slick-track .item {
    margin-bottom: -1rem;
  }
}
@media only screen and (max-width: 600px) {
  .main .home-fv .img .list .slick-list .slick-track .item {
    margin: 0 30px -0.2rem;
  }
}
.main .home-fv .img .list .slick-list .slick-track .item.slick-current .item-link {
  opacity: 1;
}
.main .home-fv .img .list .slick-list .slick-track .item.slick-current .item-link .item-img {
  position: relative;
}
.main .home-fv .img .list .slick-list .slick-track .item.slick-current .item-link .item-img.border-none {
  border: 1px solid black;
  border-radius: 0 20px 0 20px;
}
.main .home-fv .img .list .slick-list .slick-track .item.slick-current .item-link .item-img.border-none img {
  transition: 0.2s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0 20px 0 20px;
}
@media only screen and (max-width: 1250px) {
  .main .home-fv .img .list .slick-list .slick-track .item.slick-current .item-link .item-img.border-none {
    border: none;
    border-radius: 0;
  }
  .main .home-fv .img .list .slick-list .slick-track .item.slick-current .item-link .item-img.border-none img {
    transform: scale(1);
    border: 1px solid #000;
    border-radius: 0 20px 0 20px;
  }
}
.main .home-fv .img .list .slick-list .slick-track .item .item-link {
  display: block;
  opacity: 1;
}
.main .home-fv .img .list .slick-list .slick-track .item .item-link .item-img {
  position: relative;
  overflow: hidden;
}
.main .home-fv .img .list .slick-list .slick-track .item .item-link .item-img img {
  transform: scale(1.01);
  border: 1px solid black;
}
.main .home-fv .img .list .slick-list .slick-track .item .item-link .item-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FBBD7B;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.main .home-fv .img .list .slick-list .slick-track .item .item-link .item-img.border-none {
  border-radius: 0 20px 0 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  height: 550px;
}
.main .home-fv .img .list .slick-list .slick-track .item .item-link .item-img.border-none img {
  border: none;
}
@media only screen and (max-width: 1250px) {
  .main .home-fv .img .list .slick-list .slick-track .item .item-link .item-img.border-none {
    margin-bottom: -20px;
    height: auto;
    border: none;
    border-radius: none;
  }
  .main .home-fv .img .list .slick-list .slick-track .item .item-link .item-img.border-none img {
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0 20px 0 20px;
  }
}
.main .home-fv .img .list .slick-list .slick-track .item .item-link .item-img:hover img {
  transform: scale(1.05);
}
.main .home-fv .img .list .slick-list .slick-track .item .item-link .item-img:hover:after {
  opacity: 0.4;
}
@media only screen and (max-width: 1250px) {
  .main .home-fv .img .list .slick-list .slick-track .item .item-link .item-img:hover img {
    transform: scale(1);
  }
  .main .home-fv .img .list .slick-list .slick-track .item .item-link .item-img:hover:after {
    opacity: 0;
  }
}
.main .home-fv .img .list .slick-list .slick-track .item .item-link .item-img {
  position: relative;
  overflow: hidden;
  border-radius: 0 40px 0 40px;
  border: 2px solid #000;
}
.main .home-fv .img .list .slick-list .slick-track .item .item-link .item-img:before {
  content: "";
  display: block;
  padding-top: 62%;
}
.main .home-fv .img .list .slick-list .slick-track .item .item-link .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 600px) {
  .main .home-fv .img .list .slick-list .slick-track .item .item-link .item-img {
    border-radius: 0 30px 0 30px;
  }
}
.main .home-fv .sec__wrap {
  padding-right: 10%;
  padding-left: 10%;
  margin-top: 0;
}
@media only screen and (max-width: 1450px) {
  .main .home-fv .sec__wrap {
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .main .home-fv .sec__wrap {
    margin-top: 0;
  }
}
.main .home-fv .sec__wrap .container {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.main .home-fv .sec__wrap .container .cp {
  margin-top: -16px;
  margin-bottom: -20px;
  padding: 0 30px;
}
@media only screen and (max-width: 600px) {
  .main .home-fv .sec__wrap .container .cp {
    margin-bottom: 0;
  }
}
.main .home-fv .sec__wrap .container .cp .pc {
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .main .home-fv .sec__wrap .container .cp .pc {
    display: none;
  }
}
.main .home-fv .sec__wrap .container .cp .pc p {
  font-size: 72px;
  font-family: "marydale", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.6;
}
@media only screen and (max-width: 1440px) {
  .main .home-fv .sec__wrap .container .cp .pc p {
    font-size: 5vw;
  }
}
.main .home-fv .sec__wrap .container .cp .pc p .js-animation {
  color: #555555;
  mix-blend-mode: multiply;
}
.main .home-fv .sec__wrap .container .cp .sp {
  display: none;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .main .home-fv .sec__wrap .container .cp .sp {
    display: block;
  }
}
.main .home-fv .sec__wrap .container .cp .sp p {
  display: inline-block;
  font-size: 9.2vw;
  font-family: "marydale", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.4523809524;
}
.main .home-fv .sec__wrap .container .cp .sp p .line1 {
  display: block;
  text-align: left;
}
.main .home-fv .sec__wrap .container .cp .sp p .line2 {
  display: block;
  text-align: left;
}
.main .home-fv .sec__wrap .container .cp .sp p .js-animation {
  color: #555555;
  mix-blend-mode: multiply;
}
.main .home-fv .sec__wrap .container .sub-cp {
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .main .home-fv .sec__wrap .container .sub-cp {
    text-align: left;
  }
}
.main .home-strengths {
  padding-right: 10%;
  padding-left: 10%;
  margin-top: calc(130px + 3vw);
}
@media only screen and (max-width: 1450px) {
  .main .home-strengths {
    margin-top: calc(130px + 4vw);
  }
}
@media only screen and (max-width: 600px) {
  .main .home-strengths {
    margin-top: calc(80px + 24vw);
  }
}
.main .home-strengths .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;
}
@media only screen and (max-width: 600px) {
  .main .home-strengths .container {
    border-radius: 0 30px 0 30px;
  }
}
@media only screen and (max-width: 1250px) {
  .main .home-strengths .container {
    padding: 120px 30px 45px;
  }
}
@media only screen and (max-width: 600px) {
  .main .home-strengths .container {
    padding-top: 80px;
  }
}
.main .home-strengths .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 .home-strengths .container .line__1 {
    border-radius: 0 30px 0 30px;
  }
}
.main .home-strengths .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 .home-strengths .container .line__1 .line__inner {
    border-radius: 0 30px 0 30px;
  }
}
.main .home-strengths .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 .home-strengths .container .line__1 .line__inner:before {
    width: calc(100% - 30px);
  }
}
.main .home-strengths .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 .home-strengths .container .line__1 .line__inner:after {
    height: calc(100% - 30px);
    top: calc(30px - 100%);
  }
}
.main .home-strengths .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 .home-strengths .container .line__2 {
    border-radius: 0 30px 0 30px;
  }
}
.main .home-strengths .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 .home-strengths .container .line__2 .line__inner {
    border-radius: 0 30px 0 30px;
  }
}
.main .home-strengths .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 .home-strengths .container .line__2 .line__inner:before {
    width: calc(100% - 30px);
    right: calc(30px - 100%);
  }
}
.main .home-strengths .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 .home-strengths .container .line__2 .line__inner:after {
    height: calc(100% - 30px);
    bottom: calc(30px - 100%);
  }
}
.main .home-strengths .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 .home-strengths .container .line__3 {
    width: 30px;
    height: 30px;
  }
}
.main .home-strengths .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 .home-strengths .container .line__3:before {
    width: 30px;
    height: 30px;
    border-radius: 30px 0 0 0;
    right: 30px;
  }
}
.main .home-strengths .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 .home-strengths .container .line__4 {
    width: 30px;
    height: 30px;
  }
}
.main .home-strengths .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 .home-strengths .container .line__4:before {
    width: 30px;
    height: 30px;
    border-radius: 0 0 30px 0;
    left: 30px;
  }
}
.main .home-strengths .container.is-inview .line__1 .line__inner:before {
  left: 0;
}
.main .home-strengths .container.is-inview .line__1 .line__inner:after {
  top: 40px;
}
@media only screen and (max-width: 600px) {
  .main .home-strengths .container.is-inview .line__1 .line__inner:after {
    top: 30px;
  }
}
.main .home-strengths .container.is-inview .line__2 .line__inner:before {
  right: 0;
}
.main .home-strengths .container.is-inview .line__2 .line__inner:after {
  bottom: 40px;
}
@media only screen and (max-width: 600px) {
  .main .home-strengths .container.is-inview .line__2 .line__inner:after {
    bottom: 30px;
  }
}
.main .home-strengths .container.is-inview .line__3:before {
  transform: rotate(90deg);
}
.main .home-strengths .container.is-inview .line__4:before {
  transform: rotate(90deg);
}
.main .home-strengths .container .head {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.main .home-strengths .container .head .ttl {
  display: inline-block;
  color: #fff;
  padding: 30px 35px;
  border-radius: 0 0 20px 0;
  background-color: #FFBD7B;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 600px) {
  .main .home-strengths .container .head .ttl {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .main .home-strengths .container .head .ttl {
    border-radius: 0 0 10px 0;
    padding: 15px;
  }
}
.main .home-strengths .container .lead {
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .main .home-strengths .container .lead {
    text-align: left;
  }
}
.main .home-strengths .container .lead p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 600px) {
  .main .home-strengths .container .lead p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .main .home-strengths .container .lead p br {
    display: none;
  }
}
.main .home-strengths .container .msg {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .main .home-strengths .container .msg {
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  .main .home-strengths .container .msg p br {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .main .home-strengths .container .msg {
    margin-top: 30px;
  }
}
.main .home-strengths .container .link {
  margin-top: 45px;
  text-align: right;
}
@media only screen and (max-width: 600px) {
  .main .home-strengths .container .link {
    margin-top: 30px;
  }
}
.main .home-strengths .container .link .btn1 {
  display: inline-block;
}
@media (hover: hover) {
  .main .home-strengths .container .link .btn1:hover .btn1__inner .txt:before {
    opacity: 1;
  }
  .main .home-strengths .container .link .btn1:hover .btn1__inner .icon {
    transform: translate3d(10px, 0, 0);
  }
}
@media (hover: none) {
  .main .home-strengths .container .link .btn1:active .btn1__inner .txt:before {
    opacity: 1;
  }
  .main .home-strengths .container .link .btn1:active .btn1__inner .icon {
    transform: translate3d(10px, 0, 0);
  }
}
.main .home-strengths .container .link .btn1 .btn1__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main .home-strengths .container .link .btn1 .btn1__inner .txt {
  margin-right: 15px;
  letter-spacing: 0.1em;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .main .home-strengths .container .link .btn1 .btn1__inner .txt {
    margin-right: 12px;
  }
}
.main .home-strengths .container .link .btn1 .btn1__inner .txt:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #09349B;
  position: absolute;
  z-index: 1;
  bottom: -7px;
  left: 0;
  opacity: 0;
}
@media only screen and (max-width: 600px) {
  .main .home-strengths .container .link .btn1 .btn1__inner .txt:before {
    bottom: -6px;
  }
}
.main .home-strengths .container .link .btn1 .btn1__inner .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #09349B;
  min-width: 30px;
}
.main .home-strengths .container .link .btn1 .btn1__inner .icon svg {
  display: block;
}
.main .home-production {
  margin-top: 130px;
  padding-right: 10%;
  padding-left: 10%;
  padding-bottom: 80px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .main .home-production {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .main .home-production {
    padding-bottom: 60px;
  }
}
.main .home-production:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 120px);
  position: absolute;
  z-index: -1;
  top: 120px;
  left: 0;
  background-color: #EEE;
}
@media only screen and (max-width: 1250px) {
  .main .home-production:before {
    height: calc(100% - 80px);
    top: 80px;
  }
}
@media only screen and (max-width: 1250px) {
  .main .home-production:before {
    height: calc(100% - 60px);
    top: 60px;
  }
}
.main .home-production .slider-img {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
  display: flex;
  flex-shrink: 0;
}
.main .home-production .slider-img .list1 {
  display: flex;
  flex-shrink: 0;
  animation: infinite-slide1 80s -40s linear infinite;
}
.main .home-production .slider-img .list1 .item {
  width: 470px;
  position: relative;
  overflow: hidden;
  border-radius: 0 40px 0 40px;
  margin: 0 20px;
}
.main .home-production .slider-img .list1 .item:before {
  content: "";
  display: block;
  padding-top: 62%;
}
.main .home-production .slider-img .list1 .item img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 600px) {
  .main .home-production .slider-img .list1 .item {
    border-radius: 0 30px 0 30px;
  }
}
@media only screen and (max-width: 1250px) {
  .main .home-production .slider-img .list1 .item {
    width: 300px;
    margin: 0 15px;
  }
}
@media only screen and (max-width: 600px) {
  .main .home-production .slider-img .list1 .item {
    width: 210px;
    margin: 0 9px;
  }
}
.main .home-production .slider-img .list1 .item:nth-child(2n) {
  margin-top: 40px;
}
.main .home-production .slider-img .list1 .item:nth-child(2n+1) {
  margin-bottom: 40px;
}
.main .home-production .slider-img .list2 {
  display: flex;
  flex-shrink: 0;
  animation: infinite-slide2 80s linear infinite;
}
.main .home-production .slider-img .list2 .item {
  width: 470px;
  position: relative;
  overflow: hidden;
  border-radius: 0 40px 0 40px;
  margin: 0 20px;
}
.main .home-production .slider-img .list2 .item:before {
  content: "";
  display: block;
  padding-top: 62%;
}
.main .home-production .slider-img .list2 .item img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 600px) {
  .main .home-production .slider-img .list2 .item {
    border-radius: 0 30px 0 30px;
  }
}
@media only screen and (max-width: 1250px) {
  .main .home-production .slider-img .list2 .item {
    width: 300px;
    margin: 0 15px;
  }
}
@media only screen and (max-width: 600px) {
  .main .home-production .slider-img .list2 .item {
    width: 210px;
    margin: 0 9px;
  }
}
.main .home-production .slider-img .list2 .item:nth-child(2n) {
  margin-top: 40px;
}
.main .home-production .slider-img .list2 .item:nth-child(2n+1) {
  margin-bottom: 40px;
}
.main .home-production .container {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 90px;
}
@media only screen and (max-width: 600px) {
  .main .home-production .container {
    margin-top: 60px;
  }
}
.main .home-production .container .head {
  text-align: center;
}
.main .home-production .container .head .ttl1 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 .home-production .container .head .ttl1 span.en {
    font-size: 16px;
  }
}
.main .home-production .container .head .ttl1 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 .home-production .container .head .ttl1 span.ja {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .main .home-production .container .head .ttl1 span.ja {
    margin-top: 10px;
  }
}
.main .home-production .container .products {
  margin-top: 90px;
}
@media only screen and (max-width: 600px) {
  .main .home-production .container .products {
    margin-top: 60px;
  }
}
.main .home-production .container .products .list {
  margin: 0 -20px;
}
.main .home-production .container .products .list .slick-arrow {
  width: 10px;
  height: 20px;
  top: 100%;
}
@media (hover: hover) {
  .main .home-production .container .products .list .slick-arrow:hover svg path {
    opacity: 0.3;
  }
}
@media (hover: none) {
  .main .home-production .container .products .list .slick-arrow:active svg path {
    opacity: 0.3;
  }
}
.main .home-production .container .products .list .slick-arrow:before {
  display: none;
}
.main .home-production .container .products .list .slick-arrow.slick-prev {
  left: initial;
  right: calc(50% + 55px);
}
@media only screen and (max-width: 600px) {
  .main .home-production .container .products .list .slick-arrow.slick-prev {
    right: calc(50% + 50px);
  }
}
.main .home-production .container .products .list .slick-arrow.slick-next {
  right: initial;
  left: calc(50% + 62px);
}
@media only screen and (max-width: 600px) {
  .main .home-production .container .products .list .slick-arrow.slick-next {
    left: calc(50% + 57px);
  }
}
.main .home-production .container .products .list .slick-arrow svg {
  display: block;
  width: 10px;
  height: 20px;
}
@media only screen and (max-width: 600px) {
  .main .home-production .container .products .list .slick-list {
    overflow: initial;
  }
}
.main .home-production .container .products .list .slick-list .slick-track .item {
  margin: 0 20px;
}
.main .home-production .container .products .list .slick-list .slick-track .item .item-msg {
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.main .home-production .container .products .list .slick-list .slick-track .item .item-msg p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  line-height: 1.2;
}
.main .home-production .container .products .list .slick-list .slick-track .item .item-link {
  display: block;
  margin-top: 20px;
  padding: 40px 20px;
  border: 2px solid #000;
  border-radius: 0 40px 0 40px;
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .main .home-production .container .products .list .slick-list .slick-track .item .item-link {
    border-radius: 0 30px 0 30px;
  }
}
@media only screen and (max-width: 1250px) {
  .main .home-production .container .products .list .slick-list .slick-track .item .item-link {
    padding: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .main .home-production .container .products .list .slick-list .slick-track .item .item-link {
    padding: 30px;
  }
}
@media (hover: hover) {
  .main .home-production .container .products .list .slick-list .slick-track .item .item-link:hover .more__wrap {
    opacity: 1;
  }
  .main .home-production .container .products .list .slick-list .slick-track .item .item-link:hover .item-btn .btn2 .btn2__inner .icon {
    transform: translate3d(5px, 0, 0);
  }
}
@media (hover: none) {
  .main .home-production .container .products .list .slick-list .slick-track .item .item-link:active .more__wrap {
    opacity: 1;
  }
  .main .home-production .container .products .list .slick-list .slick-track .item .item-link:active .item-btn .btn2 .btn2__inner .icon {
    transform: translate3d(5px, 0, 0);
  }
}
.main .home-production .container .products .list .slick-list .slick-track .item .item-link .more__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 40px 0 40px;
  background-color: rgba(255, 189, 123, 0.4);
  opacity: 0;
}
@media only screen and (max-width: 600px) {
  .main .home-production .container .products .list .slick-list .slick-track .item .item-link .more__wrap {
    border-radius: 0 30px 0 30px;
  }
}
.main .home-production .container .products .list .slick-list .slick-track .item .item-link .more__wrap .more-txt {
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 25px;
}
.main .home-production .container .products .list .slick-list .slick-track .item .item-link .item-img {
  position: relative;
  overflow: hidden;
}
.main .home-production .container .products .list .slick-list .slick-track .item .item-link .item-img:before {
  content: "";
  display: block;
  padding-top: 62%;
}
.main .home-production .container .products .list .slick-list .slick-track .item .item-link .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .home-production .container .products .list .slick-list .slick-track .item .item-link .item-head {
  margin-top: 15px;
  text-align: center;
}
.main .home-production .container .products .list .slick-list .slick-track .item .item-link .item-head .item-ttl {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 12px;
}
@media only screen and (max-width: 600px) {
  .main .home-production .container .products .list .slick-list .slick-track .item .item-link .item-head .item-ttl {
    font-size: 11px;
  }
}
.main .home-production .container .products .list .slick-list .slick-track .item .item-link .item-btn {
  text-align: right;
  margin-top: 30px;
}
.main .home-production .container .products .list .slick-list .slick-track .item .item-link .item-btn .btn2 {
  display: inline-block;
  pointer-events: none;
}
@media (hover: hover) {
  .main .home-production .container .products .list .slick-list .slick-track .item .item-link .item-btn .btn2:hover .btn2__inner .icon {
    transform: translate3d(5px, 0, 0);
  }
}
@media (hover: none) {
  .main .home-production .container .products .list .slick-list .slick-track .item .item-link .item-btn .btn2:active .btn2__inner .icon {
    transform: translate3d(5px, 0, 0);
  }
}
.main .home-production .container .products .list .slick-list .slick-track .item .item-link .item-btn .btn2 .btn2__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main .home-production .container .products .list .slick-list .slick-track .item .item-link .item-btn .btn2 .btn2__inner .txt {
  font-size: 12px;
  display: block;
  margin-right: 10px;
  text-decoration: underline;
}
@media only screen and (max-width: 600px) {
  .main .home-production .container .products .list .slick-list .slick-track .item .item-link .item-btn .btn2 .btn2__inner .txt {
    font-size: 11px;
  }
}
.main .home-production .container .products .list .slick-list .slick-track .item .item-link .item-btn .btn2 .btn2__inner .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid #000;
}
.main .home-production .container .products .list .slick-dots {
  position: static;
  width: initial;
  margin-top: 30px;
}
@media only screen and (max-width: 600px) {
  .main .home-production .container .products .list .slick-dots {
    margin-top: 15px;
  }
}
.main .home-production .container .products .list .slick-dots li {
  width: initial;
  height: initial;
}
.main .home-production .container .products .list .slick-dots li:not(:first-of-type) {
  margin-left: 10px;
}
.main .home-production .container .products .list .slick-dots li.slick-active button:before {
  background-color: #000;
}
.main .home-production .container .products .list .slick-dots li button {
  width: initial;
  height: initial;
  padding: 0;
}
.main .home-production .container .products .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 .home-production .container .products .list .slick-dots li button:hover:before {
    background-color: #000;
  }
}
@media (hover: none) {
  .main .home-production .container .products .list .slick-dots li button:active:before {
    background-color: #000;
  }
}
.main .home-production .container .link {
  margin-top: 25px;
  text-align: right;
}
@media only screen and (max-width: 600px) {
  .main .home-production .container .link {
    margin-top: 30px;
  }
}
.main .home-production .container .link .btn1 {
  display: inline-block;
}
@media (hover: hover) {
  .main .home-production .container .link .btn1:hover .btn1__inner .txt:before {
    opacity: 1;
  }
  .main .home-production .container .link .btn1:hover .btn1__inner .icon {
    transform: translate3d(10px, 0, 0);
  }
}
@media (hover: none) {
  .main .home-production .container .link .btn1:active .btn1__inner .txt:before {
    opacity: 1;
  }
  .main .home-production .container .link .btn1:active .btn1__inner .icon {
    transform: translate3d(10px, 0, 0);
  }
}
.main .home-production .container .link .btn1 .btn1__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main .home-production .container .link .btn1 .btn1__inner .txt {
  margin-right: 15px;
  letter-spacing: 0.1em;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .main .home-production .container .link .btn1 .btn1__inner .txt {
    margin-right: 12px;
  }
}
.main .home-production .container .link .btn1 .btn1__inner .txt:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #09349B;
  position: absolute;
  z-index: 1;
  bottom: -7px;
  left: 0;
  opacity: 0;
}
@media only screen and (max-width: 600px) {
  .main .home-production .container .link .btn1 .btn1__inner .txt:before {
    bottom: -6px;
  }
}
.main .home-production .container .link .btn1 .btn1__inner .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #09349B;
  min-width: 30px;
}
.main .home-production .container .link .btn1 .btn1__inner .icon svg {
  display: block;
}
.main .home-work {
  margin-top: 130px;
  padding-right: 10%;
  padding-left: 10%;
}
@media only screen and (max-width: 600px) {
  .main .home-work {
    margin-top: 80px;
  }
}
.main .home-work .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-right: 0;
  padding-left: 0;
}
@media only screen and (max-width: 600px) {
  .main .home-work .container {
    border-radius: 0 30px 0 30px;
  }
}
@media only screen and (max-width: 1250px) {
  .main .home-work .container {
    padding: 120px 30px 45px;
  }
}
@media only screen and (max-width: 600px) {
  .main .home-work .container {
    padding-top: 80px;
  }
}
.main .home-work .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 .home-work .container .line__1 {
    border-radius: 0 30px 0 30px;
  }
}
.main .home-work .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 .home-work .container .line__1 .line__inner {
    border-radius: 0 30px 0 30px;
  }
}
.main .home-work .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 .home-work .container .line__1 .line__inner:before {
    width: calc(100% - 30px);
  }
}
.main .home-work .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 .home-work .container .line__1 .line__inner:after {
    height: calc(100% - 30px);
    top: calc(30px - 100%);
  }
}
.main .home-work .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 .home-work .container .line__2 {
    border-radius: 0 30px 0 30px;
  }
}
.main .home-work .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 .home-work .container .line__2 .line__inner {
    border-radius: 0 30px 0 30px;
  }
}
.main .home-work .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 .home-work .container .line__2 .line__inner:before {
    width: calc(100% - 30px);
    right: calc(30px - 100%);
  }
}
.main .home-work .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 .home-work .container .line__2 .line__inner:after {
    height: calc(100% - 30px);
    bottom: calc(30px - 100%);
  }
}
.main .home-work .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 .home-work .container .line__3 {
    width: 30px;
    height: 30px;
  }
}
.main .home-work .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 .home-work .container .line__3:before {
    width: 30px;
    height: 30px;
    border-radius: 30px 0 0 0;
    right: 30px;
  }
}
.main .home-work .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 .home-work .container .line__4 {
    width: 30px;
    height: 30px;
  }
}
.main .home-work .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 .home-work .container .line__4:before {
    width: 30px;
    height: 30px;
    border-radius: 0 0 30px 0;
    left: 30px;
  }
}
.main .home-work .container.is-inview .line__1 .line__inner:before {
  left: 0;
}
.main .home-work .container.is-inview .line__1 .line__inner:after {
  top: 40px;
}
@media only screen and (max-width: 600px) {
  .main .home-work .container.is-inview .line__1 .line__inner:after {
    top: 30px;
  }
}
.main .home-work .container.is-inview .line__2 .line__inner:before {
  right: 0;
}
.main .home-work .container.is-inview .line__2 .line__inner:after {
  bottom: 40px;
}
@media only screen and (max-width: 600px) {
  .main .home-work .container.is-inview .line__2 .line__inner:after {
    bottom: 30px;
  }
}
.main .home-work .container.is-inview .line__3:before {
  transform: rotate(90deg);
}
.main .home-work .container.is-inview .line__4:before {
  transform: rotate(90deg);
}
@media only screen and (max-width: 1250px) {
  .main .home-work .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .main .home-work .container {
    padding-right: 0;
    padding-left: 0;
  }
}
.main .home-work .container .head {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.main .home-work .container .head .ttl {
  display: inline-block;
  color: #fff;
  padding: 30px 35px;
  border-radius: 0 0 20px 0;
  background-color: #FFBD7B;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 600px) {
  .main .home-work .container .head .ttl {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .main .home-work .container .head .ttl {
    border-radius: 0 0 10px 0;
    padding: 15px;
  }
}
.main .home-work .container .lead {
  text-align: center;
  padding: 0 45px;
}
@media only screen and (max-width: 600px) {
  .main .home-work .container .lead {
    text-align: left;
  }
}
.main .home-work .container .lead p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 600px) {
  .main .home-work .container .lead p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .main .home-work .container .lead p br {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .main .home-work .container .lead {
    text-align: center;
    padding: 0 30px;
  }
}
.main .home-work .container .msg {
  margin-top: 20px;
  text-align: center;
  padding: 0 45px;
}
@media only screen and (max-width: 600px) {
  .main .home-work .container .msg {
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  .main .home-work .container .msg p br {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .main .home-work .container .msg {
    padding: 0 30px;
  }
}
.main .home-work .container .img {
  margin-top: 60px;
  padding: 0 30px;
  overflow-x: hidden;
}
@media only screen and (max-width: 600px) {
  .main .home-work .container .img {
    margin-top: 40px;
    padding: 0;
  }
}
.main .home-work .container .img .list {
  max-width: 470px;
  margin-right: auto;
  margin-left: auto;
}
.main .home-work .container .img .list .slick-arrow {
  width: 10px;
  height: 20px;
  top: 38%;
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  .main .home-work .container .img .list .slick-arrow {
    width: 7.5px;
    height: 15px;
    top: 35%;
  }
}
@media (hover: hover) {
  .main .home-work .container .img .list .slick-arrow:hover svg path {
    opacity: 0.3;
  }
}
@media (hover: none) {
  .main .home-work .container .img .list .slick-arrow:active svg path {
    opacity: 0.3;
  }
}
.main .home-work .container .img .list .slick-arrow:before {
  display: none;
}
.main .home-work .container .img .list .slick-arrow.slick-prev {
  left: -3.25px;
  right: initial;
}
@media only screen and (max-width: 600px) {
  .main .home-work .container .img .list .slick-arrow.slick-prev {
    left: 12.5px;
  }
}
.main .home-work .container .img .list .slick-arrow.slick-next {
  right: -3.25px;
  left: initial;
}
@media only screen and (max-width: 600px) {
  .main .home-work .container .img .list .slick-arrow.slick-next {
    right: 12.5px;
  }
}
.main .home-work .container .img .list .slick-arrow svg {
  display: block;
  width: 10px;
  height: 20px;
}
@media only screen and (max-width: 600px) {
  .main .home-work .container .img .list .slick-arrow svg {
    width: 7.5px;
    height: 15px;
  }
}
.main .home-work .container .img .list .slick-list {
  overflow: visible;
}
.main .home-work .container .img .list .slick-list .slick-track .item {
  margin: 0 40px;
}
@media only screen and (max-width: 600px) {
  .main .home-work .container .img .list .slick-list .slick-track .item {
    margin: 0 30px;
  }
}
.main .home-work .container .img .list .slick-list .slick-track .item.slick-current .item-link {
  opacity: 1;
}
.main .home-work .container .img .list .slick-list .slick-track .item .item-link {
  display: block;
  opacity: 0.6;
}
@media (hover: hover) {
  .main .home-work .container .img .list .slick-list .slick-track .item .item-link:hover {
    opacity: 1;
  }
  .main .home-work .container .img .list .slick-list .slick-track .item .item-link:hover .item-img img {
    transform: scale(1.1);
  }
  .main .home-work .container .img .list .slick-list .slick-track .item .item-link:hover .item-btn .btn2 .btn2__inner .icon {
    transform: translate3d(5px, 0, 0);
  }
}
@media (hover: none) {
  .main .home-work .container .img .list .slick-list .slick-track .item .item-link:active {
    opacity: 1;
  }
  .main .home-work .container .img .list .slick-list .slick-track .item .item-link:active .item-img img {
    transform: scale(1.1);
  }
  .main .home-work .container .img .list .slick-list .slick-track .item .item-link:active .item-btn .btn2 .btn2__inner .icon {
    transform: translate3d(5px, 0, 0);
  }
}
.main .home-work .container .img .list .slick-list .slick-track .item .item-link .item-img {
  position: relative;
  overflow: hidden;
  border-radius: 0 40px 0 40px;
  border: 2px solid #000;
}
.main .home-work .container .img .list .slick-list .slick-track .item .item-link .item-img:before {
  content: "";
  display: block;
  padding-top: 62%;
}
.main .home-work .container .img .list .slick-list .slick-track .item .item-link .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 600px) {
  .main .home-work .container .img .list .slick-list .slick-track .item .item-link .item-img {
    border-radius: 0 30px 0 30px;
  }
}
.main .home-work .container .img .list .slick-list .slick-track .item .item-link .item-head {
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
  .main .home-work .container .img .list .slick-list .slick-track .item .item-link .item-head {
    margin-top: 15px;
  }
}
.main .home-work .container .img .list .slick-list .slick-track .item .item-link .item-head .item-ttl {
  font-size: 14px;
}
@media only screen and (max-width: 600px) {
  .main .home-work .container .img .list .slick-list .slick-track .item .item-link .item-head .item-ttl {
    font-size: 12px;
  }
}
.main .home-work .container .img .list .slick-list .slick-track .item .item-link .item-btn {
  margin-top: 20px;
  text-align: right;
}
.main .home-work .container .img .list .slick-list .slick-track .item .item-link .item-btn .btn2 {
  display: inline-block;
  pointer-events: none;
}
@media (hover: hover) {
  .main .home-work .container .img .list .slick-list .slick-track .item .item-link .item-btn .btn2:hover .btn2__inner .icon {
    transform: translate3d(5px, 0, 0);
  }
}
@media (hover: none) {
  .main .home-work .container .img .list .slick-list .slick-track .item .item-link .item-btn .btn2:active .btn2__inner .icon {
    transform: translate3d(5px, 0, 0);
  }
}
.main .home-work .container .img .list .slick-list .slick-track .item .item-link .item-btn .btn2 .btn2__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main .home-work .container .img .list .slick-list .slick-track .item .item-link .item-btn .btn2 .btn2__inner .txt {
  font-size: 12px;
  display: block;
  margin-right: 10px;
  text-decoration: underline;
}
@media only screen and (max-width: 600px) {
  .main .home-work .container .img .list .slick-list .slick-track .item .item-link .item-btn .btn2 .btn2__inner .txt {
    font-size: 11px;
  }
}
.main .home-work .container .img .list .slick-list .slick-track .item .item-link .item-btn .btn2 .btn2__inner .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid #000;
}
.main .home-work .container .link {
  margin-top: 60px;
  text-align: right;
  padding: 0 45px;
}
@media only screen and (max-width: 600px) {
  .main .home-work .container .link {
    margin-top: 40px;
    padding: 0 30px;
  }
}
.main .home-work .container .link .btn1 {
  display: inline-block;
}
@media (hover: hover) {
  .main .home-work .container .link .btn1:hover .btn1__inner .txt:before {
    opacity: 1;
  }
  .main .home-work .container .link .btn1:hover .btn1__inner .icon {
    transform: translate3d(10px, 0, 0);
  }
}
@media (hover: none) {
  .main .home-work .container .link .btn1:active .btn1__inner .txt:before {
    opacity: 1;
  }
  .main .home-work .container .link .btn1:active .btn1__inner .icon {
    transform: translate3d(10px, 0, 0);
  }
}
.main .home-work .container .link .btn1 .btn1__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main .home-work .container .link .btn1 .btn1__inner .txt {
  margin-right: 15px;
  letter-spacing: 0.1em;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .main .home-work .container .link .btn1 .btn1__inner .txt {
    margin-right: 12px;
  }
}
.main .home-work .container .link .btn1 .btn1__inner .txt:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #09349B;
  position: absolute;
  z-index: 1;
  bottom: -7px;
  left: 0;
  opacity: 0;
}
@media only screen and (max-width: 600px) {
  .main .home-work .container .link .btn1 .btn1__inner .txt:before {
    bottom: -6px;
  }
}
.main .home-work .container .link .btn1 .btn1__inner .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #09349B;
  min-width: 30px;
}
.main .home-work .container .link .btn1 .btn1__inner .icon svg {
  display: block;
}
.main .home-recruit {
  padding: 140px 0;
  padding-right: 10%;
  padding-left: 10%;
  margin-top: 130px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .main .home-recruit {
    margin-top: 80px;
  }
}
.main .home-recruit:before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/home/recruit-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 600px) {
  .main .home-recruit:before {
    background-image: url(../images/bg/home/sp-recruit-bg.jpg);
  }
}
.main .home-recruit:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 600px) {
  .main .home-recruit {
    padding-top: 75px;
    padding-bottom: 40px;
  }
}
.main .home-recruit .container {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.main .home-recruit .container .head {
  padding-right: 50%;
}
@media only screen and (max-width: 600px) {
  .main .home-recruit .container .head {
    padding-right: 0;
  }
}
.main .home-recruit .container .head .ttl {
  text-align: left;
}
.main .home-recruit .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 .home-recruit .container .head .ttl span.en {
    font-size: 16px;
  }
}
.main .home-recruit .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 .home-recruit .container .head .ttl span.ja {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .main .home-recruit .container .head .ttl span.ja {
    margin-top: 10px;
  }
}
.main .home-recruit .container .msg {
  text-align: center;
  margin-top: 30px;
  text-align: left;
  padding-right: 50%;
}
@media only screen and (max-width: 600px) {
  .main .home-recruit .container .msg {
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  .main .home-recruit .container .msg p br {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .main .home-recruit .container .msg {
    margin-top: 200px;
    padding-right: 0;
  }
}
.main .home-recruit .container .link {
  margin-top: 80px;
  text-align: left;
  padding-right: 50%;
}
@media only screen and (max-width: 600px) {
  .main .home-recruit .container .link {
    padding-right: 0;
    margin-top: 30px;
  }
}
.main .home-recruit .container .link .btn1 {
  display: inline-block;
}
@media (hover: hover) {
  .main .home-recruit .container .link .btn1:hover .btn1__inner .txt:before {
    opacity: 1;
  }
  .main .home-recruit .container .link .btn1:hover .btn1__inner .icon {
    transform: translate3d(10px, 0, 0);
  }
}
@media (hover: none) {
  .main .home-recruit .container .link .btn1:active .btn1__inner .txt:before {
    opacity: 1;
  }
  .main .home-recruit .container .link .btn1:active .btn1__inner .icon {
    transform: translate3d(10px, 0, 0);
  }
}
.main .home-recruit .container .link .btn1 .btn1__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main .home-recruit .container .link .btn1 .btn1__inner .txt {
  margin-right: 15px;
  letter-spacing: 0.1em;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .main .home-recruit .container .link .btn1 .btn1__inner .txt {
    margin-right: 12px;
  }
}
.main .home-recruit .container .link .btn1 .btn1__inner .txt:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #09349B;
  position: absolute;
  z-index: 1;
  bottom: -7px;
  left: 0;
  opacity: 0;
}
@media only screen and (max-width: 600px) {
  .main .home-recruit .container .link .btn1 .btn1__inner .txt:before {
    bottom: -6px;
  }
}
.main .home-recruit .container .link .btn1 .btn1__inner .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #09349B;
  min-width: 30px;
}
.main .home-recruit .container .link .btn1 .btn1__inner .icon svg {
  display: block;
}
.main .home-news {
  margin-top: 90px;
  padding-right: 10%;
  padding-left: 10%;
}
@media only screen and (max-width: 600px) {
  .main .home-news {
    margin-top: 60px;
  }
}
.main .home-news .container {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.main .home-news .container .head {
  text-align: center;
}
.main .home-news .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 .home-news .container .head .ttl span.en {
    font-size: 16px;
  }
}
.main .home-news .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 .home-news .container .head .ttl span.ja {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .main .home-news .container .head .ttl span.ja {
    margin-top: 10px;
  }
}
.main .home-news .container .news {
  margin-top: 60px;
}
@media only screen and (max-width: 600px) {
  .main .home-news .container .news {
    margin-top: 50px;
  }
}
.main .home-news .container .news .list {
  margin: 0 -1.5%;
  display: flex;
}
.main .home-news .container .news .list .item {
  margin: 1.5%;
  width: 30.3333333333%;
}
@media only screen and (max-width: 600px) {
  .main .home-news .container .news .list .item {
    margin: 0 30px;
  }
}
.main .home-news .container .news .list .item .item-link {
  display: block;
}
@media (hover: hover) {
  .main .home-news .container .news .list .item .item-link:hover .item-img img {
    transform: scale(1.1);
  }
  .main .home-news .container .news .list .item .item-link:hover .item-btn .btn2 .btn2__inner .icon {
    transform: translate3d(5px, 0, 0);
  }
}
@media (hover: none) {
  .main .home-news .container .news .list .item .item-link:active .item-img img {
    transform: scale(1.1);
  }
  .main .home-news .container .news .list .item .item-link:active .item-btn .btn2 .btn2__inner .icon {
    transform: translate3d(5px, 0, 0);
  }
}
.main .home-news .container .news .list .item .item-link .item-info .cat {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin-right: 20px;
  display: inline-block;
  color: #FFBD7B;
  line-height: 1.2;
}
@media only screen and (max-width: 600px) {
  .main .home-news .container .news .list .item .item-link .item-info .cat {
    margin-right: 15px;
  }
}
.main .home-news .container .news .list .item .item-link .item-info .date {
  display: inline-block;
  line-height: 1.2;
}
.main .home-news .container .news .list .item .item-link .item-img {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 0 40px 0 40px;
  border: 2px solid #000;
}
.main .home-news .container .news .list .item .item-link .item-img:before {
  content: "";
  display: block;
  padding-top: 62%;
}
.main .home-news .container .news .list .item .item-link .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 600px) {
  .main .home-news .container .news .list .item .item-link .item-img {
    margin-top: 10px;
  }
}
.main .home-news .container .news .list .item .item-link .item-head {
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
  .main .home-news .container .news .list .item .item-link .item-head {
    margin-top: 15px;
  }
}
.main .home-news .container .news .list .item .item-link .item-head .item-ttl {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media only screen and (max-width: 600px) {
  .main .home-news .container .news .list .item .item-link .item-head .item-ttl {
    font-size: 12px;
  }
}
.main .home-news .container .news .list .item .item-link .item-btn {
  margin-top: 20px;
  text-align: right;
}
.main .home-news .container .news .list .item .item-link .item-btn .btn2 {
  display: inline-block;
  pointer-events: none;
}
@media (hover: hover) {
  .main .home-news .container .news .list .item .item-link .item-btn .btn2:hover .btn2__inner .icon {
    transform: translate3d(5px, 0, 0);
  }
}
@media (hover: none) {
  .main .home-news .container .news .list .item .item-link .item-btn .btn2:active .btn2__inner .icon {
    transform: translate3d(5px, 0, 0);
  }
}
.main .home-news .container .news .list .item .item-link .item-btn .btn2 .btn2__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main .home-news .container .news .list .item .item-link .item-btn .btn2 .btn2__inner .txt {
  font-size: 12px;
  display: block;
  margin-right: 10px;
  text-decoration: underline;
}
@media only screen and (max-width: 600px) {
  .main .home-news .container .news .list .item .item-link .item-btn .btn2 .btn2__inner .txt {
    font-size: 11px;
  }
}
.main .home-news .container .news .list .item .item-link .item-btn .btn2 .btn2__inner .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid #000;
}
.main .home-news .container .news .list .slick-arrow {
  width: 7.5px;
  height: 15px;
  top: 45%;
}
@media (hover: hover) {
  .main .home-news .container .news .list .slick-arrow:hover svg path {
    opacity: 0.3;
  }
}
@media (hover: none) {
  .main .home-news .container .news .list .slick-arrow:active svg path {
    opacity: 0.3;
  }
}
.main .home-news .container .news .list .slick-arrow:before {
  display: none;
}
.main .home-news .container .news .list .slick-arrow.slick-prev {
  left: -3.5px;
}
.main .home-news .container .news .list .slick-arrow.slick-next {
  right: -3.5px;
}
.main .home-news .container .news .list .slick-arrow svg {
  display: block;
  width: 7.5px;
  height: 15px;
}
.main .home-news .container .link {
  margin-top: 60px;
  text-align: right;
}
@media only screen and (max-width: 600px) {
  .main .home-news .container .link {
    margin-top: 40px;
  }
}
.main .home-news .container .link .btn1 {
  display: inline-block;
}
@media (hover: hover) {
  .main .home-news .container .link .btn1:hover .btn1__inner .txt:before {
    opacity: 1;
  }
  .main .home-news .container .link .btn1:hover .btn1__inner .icon {
    transform: translate3d(10px, 0, 0);
  }
}
@media (hover: none) {
  .main .home-news .container .link .btn1:active .btn1__inner .txt:before {
    opacity: 1;
  }
  .main .home-news .container .link .btn1:active .btn1__inner .icon {
    transform: translate3d(10px, 0, 0);
  }
}
.main .home-news .container .link .btn1 .btn1__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main .home-news .container .link .btn1 .btn1__inner .txt {
  margin-right: 15px;
  letter-spacing: 0.1em;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .main .home-news .container .link .btn1 .btn1__inner .txt {
    margin-right: 12px;
  }
}
.main .home-news .container .link .btn1 .btn1__inner .txt:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #09349B;
  position: absolute;
  z-index: 1;
  bottom: -7px;
  left: 0;
  opacity: 0;
}
@media only screen and (max-width: 600px) {
  .main .home-news .container .link .btn1 .btn1__inner .txt:before {
    bottom: -6px;
  }
}
.main .home-news .container .link .btn1 .btn1__inner .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #09349B;
  min-width: 30px;
}
.main .home-news .container .link .btn1 .btn1__inner .icon svg {
  display: block;
}