@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-strength {
  padding-right: 10%;
  padding-left: 10%;
}
.main .l-strength .container {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.main .l-strength .container .head .ttl {
  color: #09349B;
  font-size: 26px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 600px) {
  .main .l-strength .container .head .ttl {
    font-size: 20px;
  }
}
.main .l-strength .container .msg {
  margin-top: 50px;
}
@media only screen and (max-width: 600px) {
  .main .l-strength .container .msg {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-strength .container .msg br {
    display: none;
  }
}
.main .l-strength .container .contents {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-left: 10vw;
  padding-right: 10vw;
}
@media only screen and (max-width: 600px) {
  .main .l-strength .container .contents {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.main .l-strength .container .contents .list {
  list-style: none;
}
.main .l-strength .container .contents .list .item {
  margin-top: 200px;
  min-height: 500px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .main .l-strength .container .contents .list .item {
    margin-top: 80px;
    min-height: initial;
  }
}
.main .l-strength .container .contents .list .item:first-of-type {
  margin-top: 150px;
}
@media only screen and (max-width: 600px) {
  .main .l-strength .container .contents .list .item:first-of-type {
    margin-top: 80px;
  }
}
.main .l-strength .container .contents .list .item .item-head {
  padding-left: calc(55% + 50px);
  padding-top: 50px;
}
@media only screen and (max-width: 600px) {
  .main .l-strength .container .contents .list .item .item-head {
    text-align: center;
    padding-left: 0;
    padding-top: 0;
  }
}
.main .l-strength .container .contents .list .item .item-head.even {
  padding-left: 0;
  padding-right: calc(55% + 50px);
}
@media only screen and (max-width: 600px) {
  .main .l-strength .container .contents .list .item .item-head.even {
    padding-right: 0;
  }
}
.main .l-strength .container .contents .list .item .item-head .item-ttl {
  color: #FFBD7B;
  font-size: 25px;
  letter-spacing: 0.1em;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 1.5;
}
.main .l-strength .container .contents .list .item .item-head .item-ttl span:nth-child(10) {
  font-size: 35px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
.main .l-strength .container .contents .list .item .item-head .item-ttl span:nth-child(11) {
  font-size: 35px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
.main .l-strength .container .contents .list .item .item-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 55%;
  height: 500px;
}
@media only screen and (max-width: 600px) {
  .main .l-strength .container .contents .list .item .item-img {
    position: relative;
    width: 100vw;
    height: 400px;
    margin: 0 calc(50% - 50vw);
    margin-top: 25px;
  }
}
.main .l-strength .container .contents .list .item .item-img.even {
  left: initial;
  right: 0;
}
.main .l-strength .container .contents .list .item .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 0 40px 0 40px;
}
@media only screen and (max-width: 600px) {
  .main .l-strength .container .contents .list .item .item-img img {
    border-radius: 0 30px 0 0;
    display: block;
    margin-right: auto;
    width: 90%;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-strength .container .contents .list .item .item-img img.even {
    border-radius: 0 0 0 30px;
    margin-right: 0;
    margin-left: auto;
  }
}
.main .l-strength .container .contents .list .item .item-lead {
  margin-top: 40px;
  padding-left: calc(55% + 50px);
}
@media only screen and (max-width: 600px) {
  .main .l-strength .container .contents .list .item .item-lead {
    margin-top: 30px;
    padding-left: 0;
    text-align: center;
  }
}
.main .l-strength .container .contents .list .item .item-lead.even {
  padding-left: 0;
  padding-right: calc(55% + 50px);
}
@media only screen and (max-width: 600px) {
  .main .l-strength .container .contents .list .item .item-lead.even {
    padding-right: 0;
  }
}
.main .l-strength .container .contents .list .item .item-lead p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media only screen and (max-width: 600px) {
  .main .l-strength .container .contents .list .item .item-lead p {
    font-size: 20px;
  }
}
.main .l-strength .container .contents .list .item .item-msg {
  margin-top: 40px;
  padding-left: calc(55% + 50px);
}
@media only screen and (max-width: 600px) {
  .main .l-strength .container .contents .list .item .item-msg {
    margin-top: 30px;
    padding-left: 0;
  }
}
.main .l-strength .container .contents .list .item .item-msg.even {
  padding-left: 0;
  padding-right: calc(55% + 50px);
}
@media only screen and (max-width: 600px) {
  .main .l-strength .container .contents .list .item .item-msg.even {
    padding-right: 0;
  }
}
.main .l-strength .container .contents .list .item .item-link {
  margin-top: 60px;
  padding-left: calc(55% + 50px);
  text-align: right;
}
@media only screen and (max-width: 600px) {
  .main .l-strength .container .contents .list .item .item-link {
    margin-top: 30px;
    padding-left: 0;
  }
}
.main .l-strength .container .contents .list .item .item-link.even {
  padding-left: 0;
  padding-right: calc(55% + 50px);
}
@media only screen and (max-width: 600px) {
  .main .l-strength .container .contents .list .item .item-link.even {
    padding-right: 0;
  }
}
.main .l-strength .container .contents .list .item .item-link .btn1 {
  display: inline-block;
}
@media (hover: hover) {
  .main .l-strength .container .contents .list .item .item-link .btn1:hover .btn1__inner .txt:before {
    opacity: 1;
  }
  .main .l-strength .container .contents .list .item .item-link .btn1:hover .btn1__inner .icon {
    transform: translate3d(10px, 0, 0);
  }
}
@media (hover: none) {
  .main .l-strength .container .contents .list .item .item-link .btn1:active .btn1__inner .txt:before {
    opacity: 1;
  }
  .main .l-strength .container .contents .list .item .item-link .btn1:active .btn1__inner .icon {
    transform: translate3d(10px, 0, 0);
  }
}
.main .l-strength .container .contents .list .item .item-link .btn1 .btn1__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main .l-strength .container .contents .list .item .item-link .btn1 .btn1__inner .txt {
  margin-right: 15px;
  letter-spacing: 0.1em;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .main .l-strength .container .contents .list .item .item-link .btn1 .btn1__inner .txt {
    margin-right: 12px;
  }
}
.main .l-strength .container .contents .list .item .item-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 .l-strength .container .contents .list .item .item-link .btn1 .btn1__inner .txt:before {
    bottom: -6px;
  }
}
.main .l-strength .container .contents .list .item .item-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 .l-strength .container .contents .list .item .item-link .btn1 .btn1__inner .icon svg {
  display: block;
}