@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*
$serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$sansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$sansSerifBold: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$msSerif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$msSansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
*/
* {
  box-sizing: border-box;
}

.narrow {
  display: none;
}

.sp {
  display: none;
}

@media (max-width: 1380px) {
  .narrow {
    display: block;
  }
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

:root,
html {
  font-size: 100px;
}
@media screen and (max-width: 1380px) and (min-width: 769px) {
  :root,
  html {
    font-size: 7.2463768116vw;
  }
}
@media screen and (max-width: 768px) {
  :root,
  html {
    font-size: 26.6204427083vw;
  }
}

body {
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  font-feature-settings: "palt";
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 0.14rem;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrap {
  max-width: 97.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .wrap {
    padding-right: 0.18rem;
    padding-left: 0.18rem;
  }
}

img,
video {
  max-width: 100%;
}

img[src$="_sp.jpg"], img[src$="_sp.png"], img[src$="_sp.svg"] {
  display: none;
}
@media screen and (max-width: 768px) {
  img[src$="_sp.jpg"], img[src$="_sp.png"], img[src$="_sp.svg"] {
    display: inline-block;
  }
  img[src$="_sp.jpg"] + img, img[src$="_sp.png"] + img, img[src$="_sp.svg"] + img {
    display: none;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

em {
  font-style: normal;
}

.element {
  opacity: 0;
}

.inner {
  max-width: 12.8rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 0.15rem;
    max-width: 90%;
  }
}

.picture {
  display: block;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mincho {
  font-family: "Noto Serif JP", serif;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.title-area {
  text-align: center;
}
.title-area h2 {
  font-size: 0.42rem;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .title-area h2 {
    font-size: 0.28rem;
  }
}
.title-area span {
  font-size: 0.16rem;
}
@media screen and (max-width: 768px) {
  .title-area span {
    font-size: 0.12rem;
  }
}

header {
  position: fixed;
  z-index: 99;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
header .flex {
  flex-wrap: nowrap;
}
header .h-inner {
  align-items: center;
  height: 0.8rem;
  transition: linear all 0.2s;
  padding-left: 0.2rem;
}
@media screen and (max-width: 768px) {
  header .h-inner {
    height: 0.6rem;
    padding-left: 0.05rem;
  }
}
header .h-inner .logo {
  align-items: center;
  width: 36%;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  header .h-inner .logo {
    width: 90%;
  }
}
header .h-inner .logo figure {
  width: 0.73rem;
  transition: linear all 0.2s;
  margin-top: 0.07rem;
}
@media screen and (max-width: 768px) {
  header .h-inner .logo figure {
    width: 0.55rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.05rem;
    margin-right: 0.05rem;
  }
  header .h-inner .logo figure img {
    width: 100%;
  }
}
header .h-inner .logo h1 {
  color: #fff;
  line-height: 1;
  margin-left: 0.05rem;
}
@media screen and (max-width: 768px) {
  header .h-inner .logo h1 {
    margin-left: 0.02rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  }
}
header .h-inner .logo h1 span {
  font-size: 0.18rem;
  display: block;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 768px) {
  header .h-inner .logo h1 span {
    font-size: 0.12rem;
    margin-top: 0rem;
    margin-bottom: 0.03rem;
  }
}
header .h-inner .logo h1 em {
  font-size: 0.14rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  header .h-inner .logo h1 em {
    font-size: 0.1rem;
  }
}
header .h-inner .h-contents {
  align-items: center;
  justify-content: flex-end;
  width: 77%;
}
header .h-inner .h-contents .tel {
  color: #fff;
  margin-right: 0.1rem;
  width: 2.4rem;
}
header .h-inner .h-contents .tel li:nth-child(1) {
  font-size: 0.16rem;
  line-height: 1;
  text-align: right;
}
header .h-inner .h-contents .tel li:nth-child(2) {
  font-size: 0.26rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  line-height: 1;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  header .h-inner .h-contents .tel li:nth-child(2) {
    background: #fff;
    color: #333;
  }
}
header .h-inner .h-contents .tel li:nth-child(2):before {
  content: "\f098";
  font-family: "Font Awesome 5 Free";
  transform: rotate(90deg);
  font-size: 0.24rem;
  margin-right: 0.05rem;
}
@media screen and (max-width: 768px) {
  header .h-inner .h-contents .tel li:nth-child(2):before {
    content: "none";
  }
}
@media screen and (max-width: 768px) {
  header .h-inner .h-contents .tel li.sp a {
    background: #fff;
    display: block;
  }
  header .h-inner .h-contents .tel li.sp img {
    width: 0.2rem;
    display: block;
  }
}
header .h-inner .h-contents .h-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 0.8rem;
  background: #1a95b4;
  color: #fff;
  font-size: 0.18rem;
  line-height: 1.5;
}
header .h-inner .h-contents .h-contact:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 0.05rem;
}
header nav {
  color: #fff;
  font-size: 0.14rem;
  text-align: center;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.05);
  padding: 0.05rem 0;
}
@media screen and (max-width: 768px) {
  header nav {
    display: none;
  }
}
header nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 8.8rem;
  margin: 0 auto;
}
header nav ul li {
  line-height: 1.5;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
header.is-animation .h-inner, header.page-header .h-inner {
  background: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  header.is-animation .h-inner, header.page-header .h-inner {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
}
header.is-animation .h-inner h1, header.page-header .h-inner h1 {
  color: #000;
}
@media screen and (max-width: 768px) {
  header.is-animation .h-inner h1, header.page-header .h-inner h1 {
    margin-left: 0.02rem;
    text-shadow: none;
  }
}
header.is-animation .h-inner .h-contents .tel, header.page-header .h-inner .h-contents .tel {
  color: #000;
}
header.is-animation nav, header.page-header nav {
  background: rgba(0, 0, 0, 0.8);
}

.single main,
.page-main {
  padding-top: 1.1rem;
}
@media screen and (max-width: 768px) {
  .single main,
  .page-main {
    padding-top: 0.6rem;
  }
}

@media screen and (max-width: 768px) {
  .content table th {
    width: 25%;
  }
}

#fv {
  height: 100vh;
  position: relative;
  background-image: url("../images/mv-back.jpg");
  background-size: cover;
  background-position: left center;
  /*
  h2 {
    width: rem(660);
    height: rem(380);
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: rem(48);
    text-align: center;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.05em;
    @include sp {
      font-size: rem(26);
      width: 90%;
      height: initial;
      padding: rem(50) 0;
    }
    em {
      font-size: rem(40);
      @include sp {
        font-size: rem(18);
      }
    }
    span {
      &:nth-of-type(1) {
        display: inline-block;
        border-bottom: 1px solid #fff;
        padding-bottom: rem(15);
        margin-bottom: rem(15);
        @include sp {
          padding-bottom: rem(10);
          margin-bottom: rem(10);
        }
      }
      &:nth-of-type(2) {
        display: block;
        font-size: rem(32);
        @include sp {
          font-size: rem(22);
        }
      }
    }
  }
    */
}
@media screen and (max-width: 768px) {
  #fv {
    background-image: url("../images/mv-back_sp.jpg");
    background-size: cover;
    background-position: 100% bottom;
  }
}
#fv h2 {
  width: 8.6rem;
  height: 2.561609rem;
  right: 1.15rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #fv h2 {
    width: 100%;
    right: 0;
    left: 0;
    height: auto;
    display: flex;
    justify-content: center;
    padding-top: 1rem;
  }
}
#fv .mv-staff {
  width: 8.6rem;
  height: 4.001019rem;
  left: 0;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #fv .mv-staff {
    width: 100%;
    bottom: 0.75rem;
    height: auto;
  }
}

#info {
  margin-top: -0.61rem;
}
@media screen and (max-width: 768px) {
  #info {
    margin-top: -1rem;
  }
}
#info .inner {
  background: #333333;
  border-radius: 0.05rem;
  align-items: center;
  padding: 0.15rem;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #info .inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 90%;
  }
}
#info .inner h2 {
  color: #fff;
  font-size: 0.32rem;
  width: 2.9rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #info .inner h2 {
    width: initial;
    line-height: 1;
    margin-bottom: 0.2rem;
  }
}
#info .inner dl {
  width: 9.55rem;
  background: #fff;
  border-radius: 0.05rem;
  height: 0.95rem;
  overflow: auto;
  padding: 0.1rem 0.15rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 0.16rem;
  line-height: 1.5;
  color: #666666;
}
@media screen and (max-width: 768px) {
  #info .inner dl {
    width: initial;
    font-size: 0.12rem;
  }
}
#info .inner dl dt {
  width: 12%;
  color: #999;
}
@media screen and (max-width: 768px) {
  #info .inner dl dt {
    width: 100%;
  }
}
#info .inner dl dd {
  width: 88%;
}
@media screen and (max-width: 768px) {
  #info .inner dl dd {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.05rem;
    margin-bottom: 0.02rem;
  }
}

#recruit {
  padding: 0.4rem 0 0;
}
@media screen and (max-width: 768px) {
  #recruit {
    padding: 0.2rem 0 0;
  }
}
#recruit .inner {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
}
@media screen and (max-width: 768px) {
  #recruit .inner {
    flex-direction: column;
    padding: 0;
  }
}
#recruit img {
  height: auto;
}
#recruit picture {
  width: 8.1rem;
  display: block;
  margin: 0 auto;
  height: initial;
}
@media screen and (max-width: 768px) {
  #recruit picture {
    width: 100%;
  }
}
#recruit figure {
  width: calc(100% - 7.4rem);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #recruit figure {
    width: 100%;
  }
}
#recruit figure div {
  position: relative;
}
#recruit figure div:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#recruit figure div:after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
  background-image: url("../images/play.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

#about {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  #about {
    margin-top: 0.5rem;
  }
}
#about .inner {
  border: 1px solid #707070;
  position: relative;
  padding: 0.5rem 0.3rem;
}
@media screen and (max-width: 768px) {
  #about .inner {
    padding: 0.5rem 0.15rem 0.3rem;
  }
}
#about .inner .flex {
  margin-top: 0.3rem;
  align-items: center;
}
#about .inner .flex figure {
  width: 5.67rem;
}
@media screen and (max-width: 768px) {
  #about .inner .flex figure {
    width: 100%;
  }
}
#about .inner .flex p {
  width: 5.88rem;
  font-size: 0.2rem;
}
@media screen and (max-width: 768px) {
  #about .inner .flex p {
    margin-top: 0.2rem;
    text-align: center;
    font-size: 0.14rem;
  }
}
#about .inner .flex p em {
  font-weight: 900;
  border-bottom: 1px solid #000;
}
#about .inner .flex p span {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.2rem;
  text-align: center;
  border: 1px solid #000;
  padding: 0.5em;
}
@media screen and (max-width: 768px) {
  #about .inner .flex p span {
    font-size: 0.14rem;
    line-height: 1.5;
  }
}
#about .inner:before {
  content: "";
  display: block;
  width: 3.16rem;
  height: 0.78rem;
  border-radius: 0.5rem;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.4rem;
}
@media screen and (max-width: 768px) {
  #about .inner:before {
    width: 2.16rem;
  }
}
#about .inner:after {
  content: "";
  display: block;
  width: 2.4654rem;
  height: 0.5015rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.25rem;
  z-index: 1;
  background-image: url("../images/logo.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  #about .inner:after {
    width: 1.4654rem;
  }
}

#service {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  #service {
    margin-top: 0.6rem;
  }
}
#service .pre {
  padding: 1rem 0 0;
  color: #fff;
  height: 5rem;
  margin-bottom: 2rem;
  background-image: url("../images/works-back.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  #service .pre {
    height: 2.7rem;
    padding: 0.5rem 0 0;
    margin-bottom: 1rem;
  }
  #service .pre .inner {
    padding: 0;
  }
}
#service .pre p {
  text-align: center;
  font-size: 0.24rem;
}
@media screen and (max-width: 768px) {
  #service .pre p {
    font-size: 0.14rem;
  }
}
#service .pre ul {
  margin-top: 0.4rem;
}
#service .pre ul li {
  width: 30%;
  font-size: 0.24rem;
}
@media screen and (max-width: 768px) {
  #service .pre ul li {
    width: 31.5%;
  }
}
#service .pre ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #service .pre ul li a {
    padding: 0.3rem 0;
  }
}
#service .pre ul li a span {
  z-index: 3;
  position: relative;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #service .pre ul li a span {
    flex-direction: column;
    font-size: 0.14rem;
  }
}
#service .pre ul li a span:after {
  content: "\f13a";
  display: inline-block;
  margin-left: 0.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #service .pre ul li a span:after {
    margin-left: 0;
  }
}
#service .pre ul li a:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: linear all 0.2s;
}
@media screen and (max-width: 768px) {
  #service .pre ul li a:after {
    background: rgba(0, 0, 0, 0.3);
  }
}
#service .pre ul li a:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: linear all 0.3s;
  background-size: cover;
  background-position: center center;
}
#service .pre ul li a:hover:before {
  transform: scale(1.1, 1.1);
}
#service .pre ul li a:hover:after {
  background: rgba(0, 0, 0, 0.2);
}
#service .pre ul li:nth-child(1) a:before {
  background-image: url("../images/service01.jpg");
}
#service .pre ul li:nth-child(2) a:before {
  background-image: url("../images/service02.jpg");
}
#service .pre ul li:nth-child(3) a:before {
  background-image: url("../images/service03.jpg");
}
#service .contents {
  max-width: 12.8rem;
  margin: 0 auto;
}
#service .contents h3 {
  line-height: 1;
  font-size: 0.36rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.2rem;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #service .contents h3 {
    font-size: 0.26rem;
  }
}
#service .contents h3:before {
  content: "";
  width: 4.4rem;
  height: 0.01rem;
  background: #707070;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #service .contents h3:before {
    width: 20%;
  }
}
#service .contents h3:after {
  content: "";
  width: 4.3rem;
  height: 0.01rem;
  background: #707070;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #service .contents h3:after {
    width: 20%;
  }
}
#service .contents h3 span:before {
  margin-right: 0.1rem;
  margin-bottom: -0.05rem;
  content: "";
  display: inline-block;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#service .contents > p {
  font-size: 0.18rem;
  text-align: center;
  margin-top: 0.1rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
  #service .contents > p {
    font-size: 0.14rem;
    padding: 0 0.15rem;
  }
}
#service .contents .flex {
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  #service .contents .flex {
    margin-top: 0.3rem;
  }
}
#service .contents .flex .img-area figure {
  width: 5.54rem;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 768px) {
  #service .contents .flex .img-area figure {
    width: 100%;
  }
}
#service .contents .flex .img-area a {
  display: flex;
  width: 100%;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 0.1rem 0;
}
#service .contents .flex .txt-area {
  width: 6.8rem;
}
@media screen and (max-width: 768px) {
  #service .contents .flex .txt-area {
    width: 100%;
    padding: 0.15rem;
  }
  #service .contents .flex .txt-area a {
    display: flex;
    width: 100%;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding: 0.15rem 0;
  }
}
#service .contents .flex .txt-area h4 {
  font-size: 0.26rem;
  font-weight: 900;
  border-left: 0.05rem solid #000;
  line-height: 1;
  padding-left: 0.2em;
  margin-bottom: 0.02rem;
}
@media screen and (max-width: 768px) {
  #service .contents .flex .txt-area h4 {
    font-size: 0.2rem;
    margin-bottom: 0.04rem;
  }
}
#service .contents .flex .txt-area > span {
  font-size: 0.2rem;
  font-weight: 900;
  margin-left: 0.12rem;
  margin-bottom: 0.05rem;
}
@media screen and (max-width: 768px) {
  #service .contents .flex .txt-area > span {
    font-size: 0.16rem;
    display: block;
    line-height: 1.5;
  }
}
#service .contents .flex .txt-area p {
  font-size: 0.16rem;
  margin-bottom: 0.3rem;
  margin-left: 0.12rem;
}
@media screen and (max-width: 768px) {
  #service .contents .flex .txt-area p {
    font-size: 0.14rem;
  }
}
#service .contents .flex .txt-area ul {
  font-size: 0.16rem;
  margin-left: 0.32rem;
  margin-top: 0.02rem;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 768px) {
  #service .contents .flex .txt-area ul {
    font-size: 0.14rem;
  }
}
#service .contents .flex .txt-area ul li {
  margin-bottom: 0.1rem;
  list-style: disc;
}
#service .contents .flex .txt-area ul li em {
  font-weight: 900;
  border-bottom: 1px solid #999;
}
#service .contents .flex .txt-area ul li span {
  font-size: 0.14rem;
  display: block;
  margin-top: -0.08rem;
}
@media screen and (max-width: 768px) {
  #service .contents .flex .txt-area ul li span {
    font-size: 0.12rem;
  }
}
#service .contents#shipping h3,
#service .contents#shipping h4 {
  color: #117599;
}
#service .contents#shipping h3 span:before {
  width: 0.59rem;
  height: 0.36rem;
  background-image: url("../images/icon-track.png");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #service .contents#shipping h3 span:before {
    width: 0.4264rem;
    height: 0.26rem;
  }
}
#service .contents#shipping h4 {
  border-color: #117599;
}
#service .contents#shipping a {
  background: #117599;
}
#service .contents#event {
  margin-top: 1rem;
}
#service .contents#event p a {
  background: none;
  border-bottom: 1px solid #666;
}
@media screen and (max-width: 768px) {
  #service .contents#event {
    margin-top: 0.4rem;
  }
}
#service .contents#event .flex {
  flex-direction: row-reverse;
}
#service .contents#event h3,
#service .contents#event h4 {
  color: #b67d1d;
}
#service .contents#event h3 span:before {
  width: 0.41rem;
  height: 0.36rem;
  background-image: url("../images/icon-calendar.png");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#service .contents#event h4 {
  border-color: #b67d1d;
}
#service .contents#event a {
  background: #b67d1d;
}
#service .contents#drone {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  #service .contents#drone {
    margin-top: 0.4rem;
  }
}
#service .contents#drone dl {
  margin-left: 0.12rem;
  margin-bottom: 0.3rem;
}
#service .contents#drone dl dt {
  font-weight: 900;
  font-size: 0.18rem;
}
@media screen and (max-width: 768px) {
  #service .contents#drone dl dt {
    font-size: 0.16rem;
  }
}
#service .contents#drone dl dt:before {
  content: "・";
}
#service .contents#drone dl dd {
  margin-left: 0.2rem;
}
#service .contents#drone h3,
#service .contents#drone h4 {
  color: #518f15;
}
#service .contents#drone h3 span:before {
  width: 0.55rem;
  height: 0.35rem;
  background-image: url("../images/icon-d.png");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#service .contents#drone h4 {
  border-color: #518f15;
}
#service .contents#drone a {
  background: #518f15;
}

#company {
  background: #333;
  margin-top: 1rem;
  color: #fff;
  padding: 0.8rem 0;
}
@media screen and (max-width: 768px) {
  #company {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
#company .flex {
  margin-top: 0.8rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #company .flex {
    margin-top: 0.3rem;
    flex-direction: column-reverse;
  }
}
#company figure {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #company figure {
    width: 100%;
    margin-top: 0.3rem;
  }
}
#company figure span {
  display: block;
  margin-left: calc((50vw - 100%) * -1);
}
@media screen and (max-width: 768px) {
  #company figure span {
    margin-left: initial;
  }
}
#company dl {
  width: 50%;
  padding-left: 0.8rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #company dl {
    width: 100%;
    padding-left: 0;
    font-size: 0.13rem;
  }
}
#company dl dt,
#company dl dd {
  padding: 0.05rem 0;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.5);
}
#company dl dt {
  width: 20%;
}
@media screen and (max-width: 768px) {
  #company dl dt {
    width: 30%;
  }
}
#company dl dd {
  width: 80%;
  padding-left: 0.25rem;
}
@media screen and (max-width: 768px) {
  #company dl dd {
    width: 70%;
  }
}

#access {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  #access {
    margin-top: 0.8rem;
  }
}
#access .title-area {
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 768px) {
  #access .title-area {
    margin-bottom: 0.2rem;
  }
}

footer#footer {
  background: #333;
  color: #fff;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  footer#footer {
    margin-bottom: 0.5rem;
  }
}
footer#footer .inner {
  padding-top: 0.3rem;
}
footer#footer .f-menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 2em 2em 2em;
  gap: 0px 0.2rem;
  grid-auto-flow: row;
  grid-template-areas: "menu1 menu4 menu7" "menu2 menu5 menu8" "menu3 menu6 .";
}
@media screen and (max-width: 768px) {
  footer#footer .f-menu {
    display: block;
    font-size: 0.14rem;
    margin-bottom: 0.3rem;
    text-align: center;
    width: 100%;
    gap: 0 0;
  }
  footer#footer .f-menu li {
    margin-bottom: 0.1rem;
  }
}
footer#footer .f-menu .menu1 {
  grid-area: menu1;
}
footer#footer .f-menu .menu2 {
  grid-area: menu2;
}
footer#footer .f-menu .menu3 {
  grid-area: menu3;
}
footer#footer .f-menu .menu4 {
  grid-area: menu4;
}
footer#footer .f-menu .menu5 {
  grid-area: menu5;
}
footer#footer .f-menu .menu6 {
  grid-area: menu6;
}
footer#footer .f-menu .menu7 {
  grid-area: menu7;
}
footer#footer .f-menu .menu8 {
  grid-area: menu8;
}
@media screen and (max-width: 768px) {
  footer#footer .f-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
footer#footer .f-logo figure {
  background: #fff;
  border-radius: 0.5rem;
  width: 2.5rem;
  height: 0.77rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.1rem;
}
footer#footer .f-logo figure img {
  width: 2.2rem;
}
footer#footer .f-logo li {
  font-size: 0.18rem;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  footer#footer .f-logo li {
    font-size: 0.14rem;
  }
}
footer#footer .link-area h2 {
  display: flex;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
footer#footer .link-area h2:before {
  content: "";
  display: block;
  width: 43%;
  height: 1px;
  background: #fff;
}
footer#footer .link-area h2:after {
  content: "";
  display: block;
  width: 43%;
  height: 1px;
  background: #fff;
}
footer#footer .link-area h2 span {
  font-size: 0.25rem;
}
footer#footer .link-area ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0.2rem 0;
}
@media screen and (max-width: 768px) {
  footer#footer .link-area ul {
    justify-content: space-between;
  }
}
footer#footer .link-area ul li {
  width: 15%;
  margin-right: 0.2rem;
}
footer#footer .link-area ul li.mikekado img {
  max-height: 0.68rem;
}
@media screen and (max-width: 768px) {
  footer#footer .link-area ul li {
    margin-right: 0;
    margin-bottom: 0.3rem;
    width: 48%;
  }
}
footer#footer .link-area ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 0.1rem;
  text-align: center;
  height: 0.9rem;
}
footer#footer .link-area ul li h3 {
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin-top: 0.1rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  footer#footer .link-area ul li h3 {
    font-size: 0.13rem;
  }
}
footer#footer .link-area ul li h3 span {
  font-size: 0.12rem;
  display: block;
}
footer#footer small {
  display: block;
  text-align: center;
  padding: 0.1rem 0;
}
@media screen and (max-width: 768px) {
  footer#footer small {
    font-size: 0.12rem;
    padding: 0.3rem 0;
  }
}

.f-contents {
  display: none;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 0.5rem;
  position: fixed;
  bottom: 0;
  z-index: 99;
  box-shadow: 0 -0.01rem 0.03rem rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .f-contents {
    display: flex;
  }
}
.f-contents .tel {
  background: #fff;
  color: #333333;
  width: 50%;
  height: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.f-contents .tel ul li:nth-of-type(1) {
  font-size: 0.12rem;
  line-height: 1;
  text-align: right;
  margin-bottom: 0.03rem;
}
.f-contents .tel ul li:nth-of-type(2) span {
  display: block;
  font-size: 0.18rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  line-height: 1;
  justify-content: flex-end;
}
.f-contents .tel ul li:nth-of-type(2) span:before {
  content: "\f098";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 0.05rem;
  transform: rotate(90deg);
}
.f-contents .tel ul li:nth-of-type(2) img {
  width: 0.2rem;
  display: block;
}
.f-contents .f-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 0.5rem;
  background: #1a95b4;
  color: #fff;
  font-size: 0.16rem;
  line-height: 1.5;
}
.f-contents .f-contact:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 0.05rem;
}

.drawer--left .drawer-hamburger {
  display: none;
  height: 0.45rem;
  left: inherit;
  right: 0.05rem;
  top: 0.1rem;
  z-index: 9999999;
}
@media screen and (max-width: 768px) {
  .drawer--left .drawer-hamburger {
    display: block;
  }
}

.drawer--left.drawer-open .drawer-hamburger {
  left: inherit;
  top: 0.1rem;
}

.drawer-nav {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  overflow: scroll;
  font-family: "Nunito Sans", sans-serif;
}
.drawer-nav .sp-logo {
  padding: 0.3rem 0.5rem;
  display: block;
  border-bottom: 1px solid #c2c2c2;
}
.drawer-nav li {
  font-size: 0.18rem;
  margin: 0.2rem 0;
  width: 100%;
  color: #fff;
}
.drawer-nav li span {
  display: block;
  font-size: 0.12rem;
}

.drawer--left .drawer-nav {
  left: -110%;
}

.drawer-overlay {
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.5);
}

.drawer-hamburger {
  z-index: 11;
  width: 0.4rem;
  padding: 0;
}

.drawer-nav {
  z-index: 9999;
}

.drawer-hamburger-icon {
  background-color: #474747;
  margin-top: 20px;
  width: 90%;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  top: -10px;
}

.drawer-open .drawer-hamburger-icon:after {
  background-color: #fff;
  width: 100%;
}

.drawer-open .drawer-hamburger-icon:before {
  background-color: #fff;
  width: 100%;
}

.drawer-menu {
  margin-top: 0;
  padding: 0.2rem 0.5rem;
}

.drawer-menu-item {
  font-size: 0.18rem;
  padding-right: 4%;
  color: #474747;
  padding-top: 0.8em !important;
  padding-bottom: 0.8em !important;
}

.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: none;
  border-right: none;
  border-left: none;
  float: right;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background-color: #000;
  }
}

.drawer-hamburger.is-animation .drawer-hamburger-icon,
.drawer-hamburger.is-animation .drawer-hamburger-icon:after,
.drawer-hamburger.is-animation .drawer-hamburger-icon:before {
  height: 1px;
  background-color: #000;
}

.drawer-open .drawer-hamburger.is-animation .drawer-hamburger-icon:after {
  background-color: #fff;
}
.drawer-open .drawer-hamburger.is-animation .drawer-hamburger-icon:before {
  background-color: #fff;
}
.drawer-open .drawer-hamburger.is-animation .drawer-hamburger-icon {
  background: transparent;
}

.drawer-hamburger-icon:before {
  width: 100%;
}

.drawer-hamburger-icon:after {
  top: 10px;
  width: 100%;
}

.drawer-dropdown.open .drawer-caret {
  transform: rotate(90deg);
}

ion-icon {
  --ionicon-stroke-width: 16px;
  color: #474747;
}

.dr-link,
.drawer-dropdown-menu-item {
  background: #eeeeee;
}

.dr-link {
  font-size: 0.18rem;
  padding: 0.8em 0 0.8em 0.75rem;
}

.drawer-dropdown-menu-item {
  font-size: 0.18rem;
  margin: 0.1em 0;
  padding-left: 1.5em;
  font-weight: normal;
  color: #fff;
}

.drawer-dropdown-menu li a {
  padding-top: 0.3em !important;
  padding-bottom: 0.3em !important;
}

main .heading.heading-singleTitle {
  font-size: 0.3rem;
}

main .dateList__item {
  font-size: 0.12rem;
}

.mwform-tel-field input[type=text] {
  width: 30% !important;
}

.l-wrapper {
  background: #fff;
}

#page-header {
  text-align: center;
  padding-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  #page-header {
    padding-top: 1rem;
  }
}
#page-header h1 {
  font-size: 0.36rem;
}
@media screen and (max-width: 768px) {
  #page-header h1 {
    font-size: 0.28rem;
  }
}

#page-contact .pre {
  text-align: center;
}

.contact-form {
  padding-top: 0.5rem;
}
.contact-form .finished {
  min-height: 80vh;
  text-align: center;
  font-size: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .contact-form.inner {
    padding: 0;
  }
}
.contact-form h2 {
  font-size: 0.24rem;
  text-align: center;
}
.contact-form h2 span {
  font-size: 0.12rem;
  display: block;
}
.contact-form table {
  max-width: 8rem;
  width: 100%;
  margin: 0.2rem auto 0.4rem;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .contact-form table {
    width: 100%;
    max-width: initial;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
  }
}
.contact-form table tbody th {
  width: 25%;
  background: #eee;
  color: #707070;
  font-size: 0.16rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-form table tbody th {
    font-size: 0.14rem;
    padding: 0.2rem 0.1rem;
    width: 100%;
  }
}
.contact-form table tbody th .required {
  display: inline-block;
  font-size: 0.14rem;
  font-weight: 400;
  color: #d90000;
}
@media screen and (max-width: 768px) {
  .contact-form table tbody th .required {
    font-size: 0.12rem;
  }
}
.contact-form table tbody th ul {
  font-weight: 400;
  font-size: 0.12rem;
  margin-top: 0.1rem;
  margin-bottom: 0;
}
.contact-form table tbody td {
  font-size: 0.18rem;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  padding: 0.2rem;
}
.contact-form table tbody td label {
  display: block;
  font-size: 0.14rem;
}
.contact-form table tbody td label span {
  display: inline-block;
  margin-right: 0.2rem;
  line-height: 1.5;
}
.contact-form table tbody td em {
  font-size: 0.14rem;
  min-width: initial !important;
}
.contact-form table tbody td input[type=text],
.contact-form table tbody td input[type=email] {
  height: 0.4rem;
  width: 100%;
}
.contact-form table tbody td input[name=user],
.contact-form table tbody td input[name=email],
.contact-form table tbody td textarea {
  width: 100%;
}
.contact-form table tbody td select {
  width: 30%;
  height: 0.4rem;
}
@media screen and (max-width: 768px) {
  .contact-form table tbody td select {
    width: 100%;
  }
}
.contact-form table tbody td .member-caution {
  font-size: 0.14rem;
  padding-top: 1em;
  display: block;
}
.contact-form table tbody td .zip-button {
  display: block;
  width: 1.5rem;
  margin-top: 0.1rem;
  background: #333;
  color: #fff;
  border: none;
  height: 0.4rem;
  border-radius: 5px;
}
.contact-form table tbody td #birth {
  justify-content: flex-start;
}
.contact-form table tbody td #birth div {
  width: 30%;
  padding-right: 0.1rem;
}
@media screen and (max-width: 768px) {
  .contact-form table tbody td #birth div {
    width: 33%;
  }
}
.contact-form table tbody td #birth select {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .contact-form table tbody td #birth select {
    width: 70%;
  }
}
.contact-form table tbody td textarea {
  height: 2.5rem;
}
.contact-form table th,
.contact-form table td {
  text-align: center;
  vertical-align: middle;
  font-size: 0.16rem;
  padding: 0.2rem 0;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .contact-form table th,
  .contact-form table td {
    display: block;
    width: 100%;
  }
}
.contact-form table thead th {
  background: #666;
  color: #fff;
}
.contact-form ul {
  max-width: 7.5rem;
  margin: 0.3rem auto;
}
.contact-form input[type=submit] {
  display: block;
  width: 2.5rem;
  height: 0.5rem;
  margin: 0.2rem auto;
  background: #111;
  color: #fff;
  font-size: 0.18rem;
}
@media screen and (max-width: 768px) {
  .contact-form input[type=submit] {
    width: 100%;
  }
}

.contact-form .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview table tbody td .zip-button {
  display: none !important;
}

.mwform-checkbox-field input,
.mwform-radio-field input {
  margin: 0 !important;
}

.fadeup {
  animation-name: fadeup;
}

.fadeIn {
  transition: all 0.9s linear;
  opacity: 1 !important;
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
.ms-element1,
.ms-element2,
.ms-element3,
.ms-element4 {
  transition: all linear 0.2s;
}

.faderight {
  animation-name: faderight;
}

@keyframes faderight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*/////////////////////////////////////////
//  モーダルウィンドウ
/////////////////////////////////////////*/
/* Recruit Modal */
.recruit-modal {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}

.recruit-modal[aria-hidden=false] {
  opacity: 1;
  pointer-events: auto;
}

.recruit-modal__content {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 0;
  border-radius: 6px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  animation: modalIn 0.35s;
}

.recruit-modal__content img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.recruit-modal__close {
  position: absolute;
  top: 0.4rem;
  right: 0.6rem;
  background: #000;
  color: #fff;
  border: none;
  font-size: 1.6rem;
  line-height: 1;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.8;
}

.recruit-modal__close:hover {
  opacity: 1;
}

@keyframes modalIn {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.recruit-btn {
  cursor: pointer;
}

/* Recruit Modal Responsive Adjust */
.recruit-modal {
  padding: 2rem 1.5rem;
}
@media (max-width: 768px) {
  .recruit-modal {
    padding: 0rem 0.05rem;
  }
}

/* 画面に収まる最大サイズ制御 */
.recruit-modal__content {
  width: -moz-fit-content;
  width: fit-content;
  max-height: 90vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  display: flex;
  background: #fff;
}
@media (max-height: 600px) {
  .recruit-modal__content {
    max-height: 100vh;
  }
}

/* 画像が縦に収まりきらない場合は縮小 */
.recruit-modal__content img {
  width: 100%;
  height: auto;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-height: 600px) {
  .recruit-modal__content img {
    max-height: calc(100vh - 2rem);
  }
}

/* 横が極端に狭い端末（折りたたみ等） */
@media (max-width: 768px) {
  .recruit-modal__content {
    max-width: 100vw;
    max-height: 100vh;
  }
  .recruit-modal__content img {
    max-height: calc(100vh - 1rem);
  }
}
/* 閉じるボタンを rem から相対サイズに調整（巨大化防止） */
.recruit-modal__close {
  top: 0.05rem;
  right: 0.05rem;
  width: clamp(40px, 8vw, 56px);
  height: clamp(40px, 8vw, 56px);
  font-size: clamp(20px, 6vw, 32px);
}
@media (max-height: 520px) {
  .recruit-modal__close {
    top: 0.4rem;
    right: 0.5rem;
  }
}

/* 横向きで高さが極端に低い場合（ランドスケープスマホ等） */
@media (orientation: landscape) and (max-height: 500px) {
  .recruit-modal {
    padding: 1rem;
  }
  .recruit-modal__content {
    max-height: calc(100vh - 2rem);
  }
  .recruit-modal__content img {
    max-height: calc(100vh - 2rem);
  }
}/*# sourceMappingURL=style.css.map */