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

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

.main .l-tel {
  padding-top: 93px;
  margin-top: -13px;
  padding-right: 10%;
  padding-left: 10%;
}
@media only screen and (max-width: 1250px) {
  .main .l-tel {
    padding-top: 80px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-tel {
    margin-top: -20px;
    padding-top: 70px;
  }
}
.main .l-tel .container {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.main .l-tel .container .head {
  overflow: hidden;
  padding-right: 80px;
}
.main .l-tel .container .head .ttl {
  display: inline-block;
  color: #09349B;
  font-size: 26px;
  letter-spacing: 0.2em;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .main .l-tel .container .head .ttl {
    font-size: 20px;
  }
}
.main .l-tel .container .head .ttl:before {
  content: "";
  display: block;
  width: 980px;
  height: 2px;
  background-color: #09349B;
  position: absolute;
  z-index: 1;
  bottom: 18px;
  left: calc(100% + 25px);
}
@media only screen and (max-width: 600px) {
  .main .l-tel .container .head .ttl:before {
    left: calc(100% + 20px);
    bottom: 14px;
  }
}
.main .l-tel .container .tel {
  margin-top: 50px;
}
@media only screen and (max-width: 600px) {
  .main .l-tel .container .tel {
    margin-top: 25px;
  }
}
.main .l-tel .container .tel .tel-link {
  display: block;
  position: relative;
  overflow: hidden;
  border: 2px solid #000;
  border-radius: 0 40px 0 40px;
  padding: 70px 30px;
}
@media only screen and (max-width: 600px) {
  .main .l-tel .container .tel .tel-link {
    border-radius: 0 30px 0 30px;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-tel .container .tel .tel-link {
    padding: 30px 30px 50px;
  }
}
@media (hover: hover) {
  .main .l-tel .container .tel .tel-link:hover .img img {
    transform: scale(1.1);
  }
}
@media (hover: none) {
  .main .l-tel .container .tel .tel-link:active .img img {
    transform: scale(1.1);
  }
}
.main .l-tel .container .tel .tel-link .img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .l-tel .container .tel .tel-link .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.main .l-tel .container .tel .tel-link .tel__inner .lead {
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .main .l-tel .container .tel .tel-link .tel__inner .lead {
    max-width: 170px;
    margin-right: auto;
    margin-left: auto;
  }
}
.main .l-tel .container .tel .tel-link .tel__inner .num {
  margin-top: 10px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .main .l-tel .container .tel .tel-link .tel__inner .num {
    margin-top: 20px;
  }
}
.main .l-tel .container .tel .tel-link .tel__inner .num .icon {
  display: inline-block;
  margin-right: 15px;
  width: 25px;
}
@media only screen and (max-width: 600px) {
  .main .l-tel .container .tel .tel-link .tel__inner .num .icon {
    display: block;
    width: 14px;
    margin: 0 auto;
  }
}
.main .l-tel .container .tel .tel-link .tel__inner .num .icon svg {
  display: block;
  width: 100%;
}
.main .l-tel .container .tel .tel-link .tel__inner .num .txt {
  display: inline-block;
  color: #09349B;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 50px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media only screen and (max-width: 600px) {
  .main .l-tel .container .tel .tel-link .tel__inner .num .txt {
    font-size: 28px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
  }
}
.main .l-tel .container .tel .tel-link .tel__inner .note {
  text-align: center;
  margin-top: 10px;
  line-height: 1.5;
}
.main .l-form {
  padding-top: 93px;
  margin-top: -13px;
  padding-right: 10%;
  padding-left: 10%;
}
@media only screen and (max-width: 1250px) {
  .main .l-form {
    padding-top: 80px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-form {
    margin-top: -20px;
    padding-top: 70px;
  }
}
.main .l-form .container {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.main .l-form .container .head {
  overflow: hidden;
  padding-right: 80px;
}
.main .l-form .container .head .ttl {
  display: inline-block;
  color: #09349B;
  font-size: 26px;
  letter-spacing: 0.2em;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .main .l-form .container .head .ttl {
    font-size: 20px;
  }
}
.main .l-form .container .head .ttl:before {
  content: "";
  display: block;
  width: 980px;
  height: 2px;
  background-color: #09349B;
  position: absolute;
  z-index: 1;
  bottom: 18px;
  left: calc(100% + 25px);
}
@media only screen and (max-width: 600px) {
  .main .l-form .container .head .ttl:before {
    left: calc(100% + 20px);
    bottom: 14px;
  }
}
.main .l-form .container .notice {
  margin-top: 40px;
  padding: 40px 30px;
  border: 2px solid #000;
  border-radius: 0 40px 0 40px;
  line-height: 1.5;
}
@media only screen and (max-width: 600px) {
  .main .l-form .container .notice {
    margin-top: 20px;
    padding: 30px 20px;
  }
}
.main .l-form .container .notice-head .s-ttl {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .main .l-form .container .notice-head .s-ttl {
    font-size: 18px;
  }
}
.main .l-form .container .notice-msg {
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .main .l-form .container .notice-msg {
    text-align: left;
  }
}
.main .l-form .container .msg {
  margin-top: 50px;
}
@media only screen and (max-width: 600px) {
  .main .l-form .container .msg {
    margin-top: 25px;
  }
}
.main .l-form .container .form {
  margin-top: 50px;
}
@media only screen and (max-width: 600px) {
  .main .l-form .container .form {
    margin-top: 30px;
  }
}
.main .l-form .container .form form .form-table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 2px solid #000;
}
.main .l-form .container .form form .form-table table tbody tr th {
  text-align: left;
  vertical-align: middle;
  border-bottom: 2px solid #000;
  width: 250px;
  padding: 15px 0 15px 20px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .main .l-form .container .form form .form-table table tbody tr th {
    width: 150px;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-form .container .form form .form-table table tbody tr th {
    display: block;
    width: 100%;
    padding: 25px 0 15px 0;
    border-bottom: none;
  }
}
.main .l-form .container .form form .form-table table tbody tr th label {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  .main .l-form .container .form form .form-table table tbody tr th label {
    font-size: 14px;
  }
}
.main .l-form .container .form form .form-table table tbody tr th .require {
  display: inline-block;
  color: #fff;
  background-color: #FFBD7B;
  font-size: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  line-height: 20px;
  border-radius: 20px;
  padding: 0 8px;
  margin-left: 10px;
}
.main .l-form .container .form form .form-table table tbody tr th.accept {
  padding: 20px 0 20px 20px;
}
@media only screen and (max-width: 600px) {
  .main .l-form .container .form form .form-table table tbody tr th.accept {
    padding: 20px 0 20px 0;
  }
}
.main .l-form .container .form form .form-table table tbody tr td {
  text-align: left;
  vertical-align: text-top;
  border-bottom: 1px solid #000;
  width: calc(100% - 250px);
  padding: 15px 0 15px 20px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .main .l-form .container .form form .form-table table tbody tr td {
    width: calc(100% - 150px);
  }
}
@media only screen and (max-width: 600px) {
  .main .l-form .container .form form .form-table table tbody tr td {
    width: 100%;
    display: block;
    padding: 0 0 25px 0;
    border-bottom: 2px solid #000;
  }
}
.main .l-form .container .form form .form-table table tbody tr td label input[type=radio] {
  display: none;
}
.main .l-form .container .form form .form-table table tbody tr td label input[type=radio]:checked + .radio-item:after {
  opacity: 1;
}
.main .l-form .container .form form .form-table table tbody tr td label .radio-item {
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  padding: 5px 20px 5px 35px;
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .main .l-form .container .form form .form-table table tbody tr td label .radio-item {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-form .container .form form .form-table table tbody tr td label .radio-item {
    display: block;
    padding: 5px 0 5px 30px;
  }
}
.main .l-form .container .form form .form-table table tbody tr td label .radio-item:before {
  background-color: #EEE;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  left: 5px;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.main .l-form .container .form form .form-table table tbody tr td label .radio-item:after {
  background-color: #000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 10px;
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.main .l-form .container .form form .form-table table tbody tr td input {
  font-size: 16px;
  line-height: 1.5;
  background-color: #EEE;
  border-radius: 0 20px 0 20px;
  width: 100%;
  display: block;
  padding: 10px 20px;
}
@media only screen and (max-width: 600px) {
  .main .l-form .container .form form .form-table table tbody tr td input {
    font-size: 14px;
  }
}
.main .l-form .container .form form .form-table table tbody tr td .input-contents {
  height: 180px;
  font-size: 16px;
  line-height: 1.5;
  background-color: #EEE;
  border-radius: 0 20px 0 20px;
  width: 100%;
  display: block;
  padding: 10px 15px;
}
@media only screen and (max-width: 600px) {
  .main .l-form .container .form form .form-table table tbody tr td .input-contents {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-form .container .form form .form-table table tbody tr td .input-contents {
    height: 250px;
  }
}
.main .l-form .container .form form .form-table table tbody tr td .input-address-number {
  display: inline-block;
  width: 200px;
  margin-right: 15px;
}
@media only screen and (max-width: 970px) {
  .main .l-form .container .form form .form-table table tbody tr td .input-address-number {
    display: block;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-form .container .form form .form-table table tbody tr td .input-address-number {
    margin-bottom: 0;
    width: 100%;
    display: block;
  }
}
.main .l-form .container .form form .form-table table tbody tr td .input__wrap {
  display: inline-block;
  position: relative;
  width: 100%;
}
.main .l-form .container .form form .form-table table tbody tr td .input__wrap.address {
  max-width: 250px;
}
@media only screen and (max-width: 600px) {
  .main .l-form .container .form form .form-table table tbody tr td .input__wrap.address {
    max-width: initial;
  }
}
.main .l-form .container .form form .form-table table tbody tr td .input__wrap.privacy {
  max-width: 310px;
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
  .main .l-form .container .form form .form-table table tbody tr td .input__wrap.privacy {
    max-width: initial;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-form .container .form form .form-table table tbody tr td .input__wrap {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
}
.main .l-form .container .form form .form-table table tbody tr td .input__wrap .search-btn {
  display: block;
  text-align: center;
  border-radius: 0 20px 0 20px;
  border: 2px solid #000;
  line-height: 1.5;
  cursor: pointer;
  color: #000;
  font-size: 14px;
  padding: 10px 30px 10px 10px;
  width: 100%;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.main .l-form .container .form form .form-table table tbody tr td .input__wrap .arrow {
  display: flex;
  position: absolute;
  z-index: 1;
  right: 20px;
}
.main .l-form .container .form form .form-table table tbody tr td .input__wrap .arrow.address {
  width: 12px;
  height: 6px;
  top: calc(50% - 3px);
}
.main .l-form .container .form form .form-table table tbody tr td .input__wrap .arrow.privacy {
  width: 6px;
  height: 12px;
  top: calc(50% - 6px);
}
.main .l-form .container .form form .form-table table tbody tr td .input__wrap .arrow svg path {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.main .l-form .container .form form .form-table table tbody tr td .input__wrap:hover .search-btn {
  background-color: #000;
  color: #fff;
}
.main .l-form .container .form form .form-table table tbody tr td .input__wrap:hover .arrow svg path {
  stroke: #fff;
}
.main .l-form .container .form form .form-table table tbody tr td .select__wrap {
  position: relative;
  width: 200px;
}
@media only screen and (max-width: 600px) {
  .main .l-form .container .form form .form-table table tbody tr td .select__wrap {
    display: block;
    width: 100%;
  }
}
.main .l-form .container .form form .form-table table tbody tr td .select__wrap .select {
  display: block;
  line-height: 40px;
  font-size: 16px;
  padding: 0 30px 0 20px;
  width: 100%;
  background-color: #EEE;
  border-radius: 0 20px 0 20px;
}
@media only screen and (max-width: 600px) {
  .main .l-form .container .form form .form-table table tbody tr td .select__wrap .select {
    font-size: 14px;
  }
}
.main .l-form .container .form form .form-table table tbody tr td .select__wrap .arrow {
  width: 12px;
  height: 6px;
  display: flex;
  position: absolute;
  z-index: 0;
  top: calc(50% - 3px);
  right: 20px;
}
.main .l-form .container .form form .form-table table tbody tr td .input-address-municipality {
  margin-top: 10px;
}
.main .l-form .container .form form .form-table table tbody tr td .input-address-detail {
  margin-top: 10px;
}
.main .l-form .container .form form .form-table table tbody tr td.accept {
  padding: 20px 0 20px 20px;
}
@media only screen and (max-width: 600px) {
  .main .l-form .container .form form .form-table table tbody tr td.accept {
    padding: 0 0 20px 0;
  }
}
.main .l-form .container .form form .form-table table tbody tr td.accept label input[type=checkbox] {
  display: none;
}
.main .l-form .container .form form .form-table table tbody tr td.accept label input[type=checkbox]:checked + .accept-txt:after {
  opacity: 1;
}
.main .l-form .container .form form .form-table table tbody tr td.accept label .accept-txt {
  cursor: pointer;
  display: inline-block;
  padding-left: 40px;
  position: relative;
  width: auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
.main .l-form .container .form form .form-table table tbody tr td.accept label .accept-txt:before {
  background-color: #EEE;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  left: 5px;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.main .l-form .container .form form .form-table table tbody tr td.accept label .accept-txt:after {
  background-color: #000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 10px;
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.main .l-form .container .form form .form-table table tbody tr td .error_msg,
.main .l-form .container .form form .form-table table tbody tr td .u-color-text-alert {
  margin-top: 10px;
  color: red;
  font-size: 13px;
}
.main .l-form .container .form form .submit {
  margin-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .main .l-form .container .form form .submit {
    margin-top: 30px;
  }
}
.main .l-form .container .form form .submit .btn3 {
  display: inline-block;
  max-width: 390px;
  width: 100%;
}
@media (hover: hover) {
  .main .l-form .container .form form .submit .btn3:hover .btn3__inner {
    background-color: #fff;
  }
  .main .l-form .container .form form .submit .btn3:hover .btn3__inner .icon {
    transform: translate3d(3px, 0, 0);
  }
}
@media (hover: none) {
  .main .l-form .container .form form .submit .btn3:active .btn3__inner {
    background-color: #fff;
  }
  .main .l-form .container .form form .submit .btn3:active .btn3__inner .icon {
    transform: translate3d(3px, 0, 0);
  }
}
.main .l-form .container .form form .submit .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 .l-form .container .form form .submit .btn3 .btn3__inner .txt {
  display: block;
  font-size: 16px;
}
@media only screen and (max-width: 600px) {
  .main .l-form .container .form form .submit .btn3 .btn3__inner .txt {
    font-size: 14px;
  }
}
.main .l-form .container .form form .submit .btn3 .btn3__inner .icon {
  display: block;
  position: absolute;
  z-index: 1;
  top: calc(50% - 5px);
  right: 15px;
  width: 5px;
  height: 10px;
}
.main .l-form .container .form form .submit .btn3 .btn3__inner .icon svg {
  display: block;
  width: 5px;
  height: 10px;
}