@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500&family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@600;700&display=swap");
/* color */
/* font */
/* font-size */
/* effect */
/*
@include bgGrad(
  $gradColStr: $orange2,
  $gradColEnd: $orange3
);
*/
/*
.elements {
  @include mq {
  }
  @include mq(l) {
  }
}
*/
@import 'https://fonts.googleapis.com/icon?family=Material+Icons';
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500&family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@600;700&display=swap");
/* color */
/* font */
/* font-size */
/* effect */
/*
@include bgGrad(
  $gradColStr: $orange2,
  $gradColEnd: $orange3
);
*/
/*
.elements {
  @include mq {
  }
  @include mq(l) {
  }
}
*/
/*----------------------------------------------------
  index
----------------------------------------------------*/
/*----------------------------------------------------
  kv
----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500&family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500&family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500&family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@600;700&display=swap");
#kv {
  height: calc(100vh + 26.8vw - 80px);
  height: calc(100dvh + 26.8vw - 80px);
  position: relative;
}
@media screen and (max-width: 939px) {
  #kv {
    height: calc(100vh + 26.8vw - 40px);
    height: calc(100dvh + 26.8vw - 40px);
  }
}
#kv .bg {
  width: 100%;
  height: calc(100vh - 80px + 26.8vw);
  height: calc(100dvh - 80px + 26.8vw);
  position: absolute;
  left: 0;
  top: 0px;
  background: url(../img/top/kv_img.jpg) right bottom;
  background-size: cover;
  transform: scale(1);
}
@media screen and (max-width: 939px) {
  #kv .bg {
    background-position: right 37% top;
    height: calc(100vh - 40px + 26.8vw);
    height: calc(100dvh - 40px + 26.8vw);
  }
}
#kv .tx {
  position: absolute;
  left: 7.29%;
  top: calc(30% - 5vw);
  font-size: 4vw;
  color: #FFFFFF;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.65);
  z-index: 0;
}
@media screen and (min-width: 1600px) {
  #kv .tx {
    font-size: 66px;
  }
}
@media screen and (max-width: 767px) {
  #kv .tx {
    font-size: 8.8vw;
    top: calc(40% - 20vw);
  }
}

@keyframes scroll {
  0% {
    top: 4rem;
    opacity: 1;
  }
  30% {
    height: 5vh;
    height: 5dvh;
    opacity: 1;
  }
  80% {
    background-color: rgb(255, 255, 255);
    opacity: 0.2;
  }
  100% {
    top: 9vh;
    top: 9dvh;
    height: 0;
    background-color: rgba(255, 255, 255, 0);
    opacity: 0;
  }
}
/*----------------------------------------------------
  mainContent
----------------------------------------------------*/
#mainContent {
  position: relative;
}
#mainContent > .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  transform-origin: right top;
  transform: skewY(-15deg);
  z-index: 0;
}
#mainContent section {
  position: relative;
}
@media screen and (max-width: 767px) {
  #mainContent section {
    text-align: center;
  }
}
#mainContent .secCmn .catch.min {
  font-size: 2.7vw;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #mainContent .secCmn .catch.min {
    font-size: 5.7vw;
  }
}
#mainContent .titleCmn01 {
  background-color: #000000;
  display: inline-block;
  color: #FFFFFF;
  position: absolute;
  letter-spacing: 0.4vw;
  line-height: 100%;
  top: 0;
  left: 7.8%;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  #mainContent .titleCmn01 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 4.2vw 1.9vw;
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 767px) {
  #mainContent .titleCmn01 {
    font-size: 18px;
    position: relative;
    padding: 13px 30px;
    left: auto;
    margin: 0 auto 25px;
  }
}
#mainContent .titleCmn02 {
  font-size: 4rem;
  text-align: center;
  padding: 15rem 0 7rem;
}
@media screen and (max-width: 767px) {
  #mainContent .titleCmn02 {
    padding: 14.6vw 0 9.3vw;
  }
}

#indexP #mainContent,
#companyP #mainContent {
  margin-top: -26.8vw;
  padding-top: 20vw;
}
@media screen and (max-width: 767px) {
  #indexP #mainContent,
#companyP #mainContent {
    padding-top: 26.8vw;
  }
}

/*----------------------------------------------------
  secTop01
----------------------------------------------------*/
#secTop01 {
  position: relative;
  z-index: 1;
  padding-top: 2vw;
}
@media screen and (min-width: 1139px) {
  #secTop01 {
    padding-top: 4vw;
  }
}
@media screen and (min-width: 1600px) {
  #secTop01 {
    padding-top: 6vw;
  }
}
#secTop01 .headContent {
  text-align: right;
  padding-bottom: 18vw;
}
@media screen and (max-width: 767px) {
  #secTop01 .headContent {
    text-align: center;
  }
}
#secTop01 .headContent .img01 {
  width: 52.4%;
  margin-left: 43%;
  position: relative;
  z-index: 300;
}
@media screen and (max-width: 767px) {
  #secTop01 .headContent .img01 {
    width: 86%;
    margin: 0 auto 40px;
  }
}
#secTop01 .headContent .catch {
  padding-top: 4.9vw;
  position: absolute;
  text-align: left;
  left: 20%;
  letter-spacing: 0.5vw;
  z-index: 500;
}
@media screen and (max-width: 767px) {
  #secTop01 .headContent .catch {
    position: relative;
    font-size: 5.7vw;
    left: auto;
    padding-top: 0;
    margin-bottom: 25px;
    text-align: center;
    line-height: 140%;
  }
}
#secTop01 .headContent .body {
  position: relative;
  z-index: 100;
  width: 47.4%;
  margin-left: 48%;
  text-align: left;
  padding-top: 2.6vw;
}
@media screen and (max-width: 767px) {
  #secTop01 .headContent .body {
    width: 86%;
    margin: 0 auto;
    padding-top: 0;
    font-size: 13px;
  }
}
#secTop01 .headContent .body .img02 {
  width: 58.6%;
  position: absolute;
  right: 106%;
  top: -40%;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  #secTop01 .headContent .body .img02 {
    width: 100%;
    margin: 40px auto 0;
    right: auto;
    top: auto;
    position: relative;
  }
}
#secTop01 .other {
  position: relative;
  margin-top: 8vw;
  padding-bottom: 18vw;
}
@media screen and (max-width: 767px) {
  #secTop01 .other {
    margin-top: calc(8vw + 30px);
  }
}
#secTop01 .other .bg {
  width: 1px;
  height: 100%;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #dae2dd;
  transform-origin: left top;
  transform: skewY(-15deg);
  transition: 0.3s cubic-bezier(0.02, 1, 0.6, 0.9);
}
#secTop01 .other .bg.inview {
  width: 100%;
}
#secTop01 .other ul {
  width: 90%;
  max-width: 1270px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #secTop01 .other ul {
    width: 86%;
    margin-left: 14%;
    top: -10vw;
    margin-bottom: -10vw;
  }
}
#secTop01 .other li {
  position: relative;
}
#secTop01 .other li .img {
  width: 34.9%;
  margin-left: 11.7%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #secTop01 .other li .img {
    width: 93.5%;
    margin-left: 0;
    left: -16.27%;
    top: 0;
    position: relative;
    z-index: 100;
  }
}
#secTop01 .other li .tx {
  width: 59.5%;
  background-color: #3f7968;
  color: #FFFFFF;
  margin-left: 40.5%;
  padding: 60px 7.8% 60px 10.58%;
}
@media screen and (max-width: 767px) {
  #secTop01 .other li .tx {
    width: 100%;
    margin-left: 0;
    padding: 40px 25px 45px;
    text-align: left;
    z-index: 10;
    margin-top: -20px;
  }
}
#secTop01 .other li .tx .min {
  font-size: 3.6rem;
  margin-bottom: 26px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #secTop01 .other li .tx .min {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
#secTop01 .other li .tx .body {
  font-size: 2rem;
  text-justify: inter-character;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  #secTop01 .other li .tx .body {
    font-size: 13px;
  }
}
#secTop01 .other li:nth-child(even) {
  margin-top: 70px !important;
}
@media screen and (max-width: 767px) {
  #secTop01 .other li:nth-child(even) {
    margin-top: 40px !important;
  }
}
#secTop01 .other li:nth-child(even) .tx {
  background-color: #FFFFFF;
  color: #3f7968;
  margin-left: 0;
}
#secTop01 .other li + li {
  margin-top: 260px;
}
@media screen and (max-width: 767px) {
  #secTop01 .other li + li {
    margin-top: 40px;
  }
}
#secTop01 .other li:nth-child(1) .img {
  top: -150px;
}
@media screen and (max-width: 767px) {
  #secTop01 .other li:nth-child(1) .img {
    top: 0;
  }
}
#secTop01 .other li:nth-child(2) .img {
  top: 50px;
  margin-left: 0;
  right: 11.7%;
}
@media screen and (max-width: 767px) {
  #secTop01 .other li:nth-child(2) .img {
    top: 0;
    right: auto;
    margin-left: 0;
  }
}
#secTop01 .other li:nth-child(2) .tx {
  padding: 60px 10.58% 60px 7.8%;
}
@media screen and (max-width: 767px) {
  #secTop01 .other li:nth-child(2) .tx {
    padding: 40px 25px 45px;
  }
}
#secTop01 .other li:nth-child(3) .img {
  top: -145px;
}
@media screen and (max-width: 767px) {
  #secTop01 .other li:nth-child(3) .img {
    top: 0;
  }
}

/*----------------------------------------------------
  secTop02
----------------------------------------------------*/
#secTop02 {
  position: relative;
  top: -4vw;
  margin-bottom: -4vw;
}
@media screen and (max-width: 767px) {
  #secTop02 {
    padding-bottom: 20px;
  }
}
#secTop02 .bg {
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform-origin: right top;
  transform: skewY(-15deg);
  z-index: 101;
}
#secTop02 .secWrap {
  position: relative;
  z-index: 102;
  padding-top: 2.5vw;
}
#secTop02 .secWrap .titleCmn01 {
  top: 0;
}
#secTop02 .img01 {
  width: 74.8%;
  margin-left: 19.8%;
  margin-bottom: 4vw;
}
@media screen and (max-width: 767px) {
  #secTop02 .img01 {
    width: 100%;
    margin: 0 auto 30px;
  }
}
#secTop02 .tx {
  margin-left: 19.8%;
}
@media screen and (max-width: 767px) {
  #secTop02 .tx {
    width: 86%;
    margin: 0 auto;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #secTop02 .tx .catch.min {
    margin-bottom: 12px;
  }
}
#secTop02 .tx .btnBase {
  margin: 2vw 0 0;
}
@media screen and (max-width: 767px) {
  #secTop02 .tx .btnBase {
    margin: 20px auto;
  }
}

/*----------------------------------------------------
  secTop03
----------------------------------------------------*/
#secTop03 {
  padding: 30vw 0 14vw;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #secTop03 {
    padding: 28vw 0 10vw;
  }
}
#secTop03 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #3f7968 url(../img/top/img_top07.jpg) center bottom;
  background-size: cover;
  transition: 20s linear;
  z-index: 20;
}
#secTop03 .titleCmn01 {
  top: 33%;
}
#secTop03 .secWrap {
  position: relative;
  z-index: 100;
  text-align: center;
  color: #FFFFFF;
}
#secTop03 .secWrap .catch.min {
  font-weight: 500;
  font-size: 2.7vw;
  margin-bottom: 2vw;
}
@media screen and (max-width: 767px) {
  #secTop03 .secWrap .catch.min {
    font-size: 5.7vw;
  }
}
#secTop03 .secWrap .body {
  margin-bottom: 2.8vw;
}
@media screen and (max-width: 767px) {
  #secTop03 .secWrap .body {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

/*----------------------------------------------------
  secTop04
----------------------------------------------------*/
#secTop04 {
  text-align: center;
  padding: 170px 0 130px;
}
@media screen and (max-width: 767px) {
  #secTop04 {
    padding: 70px 0 110px;
  }
}
#secTop04 h1 {
  margin-bottom: 2vw;
  font-size: 2.7vw;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #secTop04 h1 {
    font-size: 5.8vw;
  }
}
#secTop04 .body {
  margin-bottom: 2.8vw;
}
@media screen and (max-width: 767px) {
  #secTop04 .body {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

/* color */
/* font */
/* font-size */
/* effect */
/*
@include bgGrad(
  $gradColStr: $orange2,
  $gradColEnd: $orange3
);
*/
/*
.elements {
  @include mq {
  }
  @include mq(l) {
  }
}
*/
/*----------------------------------------------------
  contact
----------------------------------------------------*/
#contactP .grecaptcha-badge {
  visibility: hidden;
}
#contactP #mainContent header .contactHd {
  text-align: center;
  width: 100%;
  height: 250px;
  background: #3f7968 url(../img/contact/bg_hd.png) no-repeat right bottom;
  background-size: contain;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.65);
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #contactP #mainContent header .contactHd {
    height: 125px;
    font-size: 23px;
    margin-bottom: 38px;
  }
}
#contactP #mainContent header .contactHd h1 {
  font-weight: 500;
}
#contactP #mainContent header .lead {
  text-align: center;
  margin-bottom: 60px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #contactP #mainContent header .lead {
    margin-bottom: 40px;
  }
}
#contactP #mainContent header .contactIndi {
  text-align: center;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#contactP #mainContent header .contactIndi::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 410px;
  height: 1px;
  background-color: #a2a1a1;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #contactP #mainContent header .contactIndi::after {
    width: 290px;
  }
}
#contactP #mainContent header .contactIndi li {
  width: 133px;
  height: 133px;
  border-radius: 67px;
  background-color: #dae2dd;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #contactP #mainContent header .contactIndi li {
    width: 93px;
    height: 93px;
  }
}
#contactP #mainContent header .contactIndi li span {
  display: block;
  text-align: center;
  letter-spacing: 6px;
}
#contactP #mainContent header .contactIndi li span::before {
  content: "";
  display: inline-block;
  width: 6px;
}
#contactP #mainContent header .contactIndi li.current {
  background-color: #3f7968;
  color: #FFFFFF;
}
#contactP #mainContent header .contactIndi li + li {
  margin-left: 34px;
}
@media screen and (max-width: 767px) {
  #contactP #mainContent header .contactIndi li + li {
    margin-left: 15px;
  }
}
#contactP #formBody {
  width: calc(100% - 50px);
  max-width: 855px;
  margin: 0 auto;
  padding: 70px 0 110px;
}
@media screen and (max-width: 767px) {
  #contactP #formBody {
    width: 86%;
    padding: 45px 0 55px;
  }
}
#contactP #formBody ul.radio {
  margin-bottom: -5px;
}
#contactP #formBody ul.radio li {
  margin-bottom: 5px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #contactP #formBody ul.radio li {
    font-size: 14px;
  }
}
#contactP #formBody input[type=radio] {
  display: none;
}
#contactP #formBody input[type=radio] + span {
  position: relative;
}
#contactP #formBody input[type=radio] + span::before {
  display: inline-block;
  content: "";
  width: 19px;
  height: 19px;
  border: 1px solid #a2a1a1;
  border-radius: 10px;
  position: relative;
  top: 4px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #contactP #formBody input[type=radio] + span::before {
    width: 13px;
    height: 13px;
    top: 2px;
    margin-right: 5px;
  }
}
#contactP #formBody input[type=radio]:checked + span::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #3f7968;
  border-radius: 8px;
  position: absolute;
  left: 4px;
  top: calc(50% + 2px);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #contactP #formBody input[type=radio]:checked + span::after {
    width: 7px;
    height: 7px;
    top: calc(50% + 1px);
  }
}
#contactP #formBody input[type=text] {
  background-color: #ebf0ed;
  border: 0;
  padding: 20px;
  font-size: 20px;
  border-radius: 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #contactP #formBody input[type=text] {
    font-size: 12px;
    padding: 15px 10px;
    border-radius: 5px;
  }
}
#contactP #formBody input[type=text][name=zip] {
  width: 38%;
}
#contactP #formBody input[type=text] + input[type=text] {
  margin-top: 28px;
}
#contactP #formBody input[type=text]::placeholder {
  color: #808482;
  font-weight: normal;
}
#contactP #formBody textarea {
  background-color: #ebf0ed;
  border: 0;
  padding: 20px;
  font-size: 20px;
  min-height: 280px;
  border-radius: 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #contactP #formBody textarea {
    font-size: 13px;
  }
}
#contactP #formBody dl {
  border-top: 1px solid #a2a1a1;
}
#contactP #formBody dl dt {
  position: absolute;
  left: 0;
  width: 35%;
  padding-top: 55px;
  padding-left: 84px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #contactP #formBody dl dt {
    width: 100%;
    position: relative;
    left: auto;
    padding: 30px 10px 0;
    margin-bottom: 10px;
    text-align: left;
    font-size: 15px;
  }
}
#contactP #formBody dl dt.req::before {
  position: absolute;
  left: 0;
  content: "必須";
  background-color: #f88116;
  font-size: 21px;
  padding: 6px 12px 8px;
  line-height: 100%;
  color: #FFFFFF;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #contactP #formBody dl dt.req::before {
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    left: auto;
    right: 10px;
  }
}
#contactP #formBody dl dt.text {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  #contactP #formBody dl dt.text {
    padding-top: 30px;
  }
}
#contactP #formBody dl dd {
  padding: 40px 0 40px 37%;
  border-bottom: 1px solid #a2a1a1;
}
@media screen and (max-width: 767px) {
  #contactP #formBody dl dd {
    padding: 0 10px 30px;
    text-align: left;
    font-size: 14px;
  }
}
#contactP #formBody dl dd .notice {
  font-size: 11px;
  margin-bottom: 5px;
}
#contactP #formBody dl dd .error {
  background-color: #f88116;
  color: #FFFFFF;
  padding: 5px 10px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #contactP #formBody dl dd .error {
    font-size: 12px;
  }
}
#contactP #formBody dl dd .error::before {
  content: "▲ ";
}
#contactP #formBody dl dd .error + input {
  margin-top: 30px;
}
#contactP #formBody dl dd .con {
  font-size: 20px;
  min-height: 28px;
}
@media screen and (max-width: 767px) {
  #contactP #formBody dl dd .con {
    font-size: 13px;
    min-height: 17px;
  }
}
#contactP #formBody dl .hasNotice + dd {
  padding-top: 23px;
}
@media screen and (max-width: 767px) {
  #contactP #formBody dl .hasNotice + dd {
    padding-top: 0;
  }
}
#contactP #formBody .policy {
  background-color: #f3f7f5;
  padding: 40px 10px;
  height: 300px;
  border-radius: 10px;
  margin: 50px 0 90px;
}
@media screen and (max-width: 767px) {
  #contactP #formBody .policy {
    margin: 35px 10px;
    padding: 20px 10px;
    height: 252px;
  }
}
#contactP #formBody .policy .wrap {
  height: 100%;
  overflow-y: auto;
  padding: 0 70px;
}
@media screen and (max-width: 767px) {
  #contactP #formBody .policy .wrap {
    padding: 0 20px;
    text-align: left;
  }
}
#contactP #formBody .policy .wrap .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #contactP #formBody .policy .wrap .title {
    font-size: 13px;
    margin-bottom: 0;
  }
}
#contactP #formBody .policy .wrap .body {
  font-size: 13px;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  #contactP #formBody .policy .wrap .body {
    font-size: 10px;
  }
}
#contactP #formBody .policy .wrap .body + .title {
  margin-top: 24px;
}
#contactP #formBody .check {
  text-align: center;
  margin-top: 90px;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #contactP #formBody .check {
    font-size: 15px;
    margin-top: 30px;
  }
}
#contactP #formBody .check label {
  position: relative;
}
#contactP #formBody .check input[type=checkbox] {
  display: none;
}
#contactP #formBody .check input[type=checkbox] + span {
  position: relative;
}
#contactP #formBody .check input[type=checkbox] + span::before {
  content: "";
  width: 28px;
  height: 28px;
  border: 2px solid #a2a1a1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
@media screen and (max-width: 767px) {
  #contactP #formBody .check input[type=checkbox] + span::before {
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
}
#contactP #formBody .check input[type=checkbox]:checked + span::after {
  content: "";
  width: 26px;
  height: 26px;
  background: url(../img/cmn/ico_check01.png) no-repeat center center;
  background-size: contain;
  left: 3px;
  top: 2px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #contactP #formBody .check input[type=checkbox]:checked + span::after {
    width: 12px;
    height: 12px;
    top: 3px;
  }
}
#contactP #formBody .bt {
  margin-top: 60px;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #contactP #formBody .bt {
    margin-top: 30px;
    flex-wrap: wrap;
  }
}
#contactP #formBody .bt a {
  width: 350px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #contactP #formBody .bt a {
    max-width: 230px;
    width: 100%;
  }
}
#contactP #formBody .bt a + a {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  #contactP #formBody .bt a + a {
    margin-right: 0;
    margin-top: 20px;
  }
}
#contactP #formBody .bt + .note {
  font-size: 9px;
  color: #dae2dd;
  text-align: center;
  margin-top: 20px;
}
#contactP #formBody .bt + .note a {
  color: #dae2dd;
}
#contactP #formBody .thanks {
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #contactP #formBody .thanks {
    font-size: 14px;
  }
}
@media screen and (max-width: 549px) {
  #contactP #formBody .thanks {
    font-size: 12px;
  }
}
#contactP #formBody .thanks strong {
  color: #3f7968;
  font-weight: bold;
}
#contactP #formBody .thanks2 {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #contactP #formBody .thanks2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 549px) {
  #contactP #formBody .thanks2 {
    font-size: 11px;
  }
}
#contactP #formBody .thanks2 strong {
  color: #3f7968;
  font-weight: bold;
}

/* color */
/* font */
/* font-size */
/* effect */
/*
@include bgGrad(
  $gradColStr: $orange2,
  $gradColEnd: $orange3
);
*/
/*
.elements {
  @include mq {
  }
  @include mq(l) {
  }
}
*/
/*----------------------------------------------------
  company
----------------------------------------------------*/
#companyP {
  /*----------------------------------------------------
    secComp01
  ----------------------------------------------------*/
  /*----------------------------------------------------
    secComp02
  ----------------------------------------------------*/
  /*----------------------------------------------------
    secComp03
  ----------------------------------------------------*/
  /*----------------------------------------------------
    secComp04
  ----------------------------------------------------*/
}
#companyP #kv .bg {
  background: url(../img/company/kv_img.jpg) center center;
  background-size: cover;
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  #companyP #kv .bg {
    background-position: left 54% top;
  }
}
#companyP #kv .tx {
  left: calc(50% - 8vw);
  top: calc(30% - 2vw);
  font-size: 4vw;
  color: #FFFFFF;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.65);
  z-index: 0;
}
@media screen and (min-width: 1600px) {
  #companyP #kv .tx {
    font-size: 6.6rem;
    left: calc(50% - 13.2rem);
  }
}
@media screen and (max-width: 767px) {
  #companyP #kv .tx {
    font-size: 8.8vw;
    left: 7%;
  }
}
#companyP .wrapper {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  padding: 0 0 14vw;
}
@media screen and (max-width: 767px) {
  #companyP .wrapper {
    width: 86%;
  }
}
#companyP .wrapper .titleCmn01 {
  left: 0;
}
@media screen and (min-width: 1900px) {
  #companyP .wrapper .titleCmn01 {
    left: -4vw;
  }
}
#companyP #mainContent {
  background-color: transparent;
}
#companyP #secComp01 {
  padding-bottom: 12vw;
  padding-top: calc(220px - 10vw);
}
@media screen and (max-width: 767px) {
  #companyP #secComp01 {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #companyP .titleCmn01 {
    min-width: 54%;
  }
}
#companyP .greeting {
  -js-display: flex;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #companyP .greeting {
    display: block;
  }
}
#companyP .greeting .img {
  width: 31.2%;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #companyP .greeting .img {
    width: 80%;
    margin: 0 auto;
  }
}
#companyP .greeting .img img {
  width: 74%;
  position: relative;
  top: 2vw;
  z-index: 10;
}
#companyP .greeting .img::after {
  content: "";
  z-index: 2;
  position: absolute;
  right: 0;
  top: -2vw;
  width: 62.6%;
  padding: 45% 0;
  background-color: #3f7968;
}
@media screen and (max-width: 767px) {
  #companyP .greeting .img::after {
    top: auto;
    bottom: -30px;
  }
}
#companyP .greeting .tx {
  padding-top: 8vw;
  width: 60.5%;
  padding-left: 12.8vw;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #companyP .greeting .tx {
    width: 100%;
    padding: 0;
    margin-top: 60px;
  }
}
#companyP .greeting .tx .catch {
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  #companyP .greeting .tx .catch {
    text-align: center;
    font-size: 5.73vw;
    line-height: 140%;
  }
}
#companyP .greeting .tx .body {
  margin-top: 5rem;
  text-justify: inter-character;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  #companyP .greeting .tx .body {
    font-size: 13px;
  }
}
#companyP .greeting .tx .sign {
  margin-top: 5rem;
}
#companyP .greeting .tx .sign .class {
  font-size: 1.6rem;
  display: block;
  line-height: 140%;
}
#companyP .greeting .tx .sign .name {
  font-size: 2.4rem;
  display: block;
  line-height: 160%;
}
#companyP #secComp02 {
  top: -4vw;
}
@media screen and (max-width: 767px) {
  #companyP #secComp02 {
    top: 0;
    padding: 30px 0 20px;
  }
}
#companyP #secComp02 .bg {
  width: 1px;
  height: 100%;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #dae2dd;
  transform-origin: left top;
  transform: skewY(-15deg);
  transition: 0.3s cubic-bezier(0.02, 1, 0.6, 0.9);
}
#companyP #secComp02 .bg.inview {
  width: 100%;
}
#companyP #secComp02 .wrapper {
  top: -4vw;
  padding-bottom: 30vw;
}
#companyP #secComp02.last {
  margin-bottom: -14vw;
}
#companyP #secComp02.last::after {
  content: "";
  width: 100%;
  background: #dae2dd;
  height: 26.8vw;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
}
#companyP .outlineWrap {
  padding-left: 12.8vw;
  padding-top: 6vw;
}
@media screen and (max-width: 767px) {
  #companyP .outlineWrap {
    padding: 0;
  }
}
#companyP dl.outline {
  max-width: 1000px;
  border-top: 1px solid #a2a1a1;
  text-align: left;
}
#companyP dl.outline dt {
  width: 20%;
  padding: 4rem 0 4rem 8%;
  position: absolute;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #companyP dl.outline dt {
    width: auto;
    padding: 25px 5px 0;
    margin-bottom: 14px;
    font-size: 14px;
    position: relative;
  }
}
#companyP dl.outline dd {
  padding: 4rem 8% 4rem 25%;
  border-bottom: 1px solid #a2a1a1;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #companyP dl.outline dd {
    padding: 0 5px 25px;
    font-size: 15px;
  }
}
#companyP dl.outline dd .addressList li h2 {
  font-weight: normal;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #companyP dl.outline dd .addressList li h2 {
    font-size: 15px;
  }
}
#companyP dl.outline dd .addressList li .map {
  font-size: 1.7rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #companyP dl.outline dd .addressList li .map {
    font-size: 12px;
  }
}
#companyP dl.outline dd .addressList li .map a {
  color: #000000;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #companyP dl.outline dd .addressList li .map a::hover {
    text-decoration: none;
  }
}
#companyP dl.outline dd .addressList li .map a::before {
  content: "";
  width: 21px;
  height: 29px;
  display: inline-block;
  background: url(../img/cmn/ico_map.png) no-repeat center center;
  background-size: contain;
  vertical-align: top;
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  #companyP dl.outline dd .addressList li .map a::before {
    width: 14px;
    height: 23px;
  }
}
#companyP dl.outline dd .addressList li .tel {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  #companyP dl.outline dd .addressList li .tel {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #companyP dl.outline dd .addressList li .tel span {
    display: block;
  }
}
#companyP dl.outline dd .addressList li .tel span + span {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #companyP dl.outline dd .addressList li .tel span + span {
    margin-left: 0;
  }
}
#companyP dl.outline dd .addressList li + li {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #companyP dl.outline dd .addressList li + li {
    margin-top: 30px;
  }
}
#companyP dl.outline dd .companyList li {
  display: inline-block;
  width: 49%;
}
@media screen and (max-width: 767px) {
  #companyP dl.outline dd .companyList li {
    display: block;
    width: 100%;
  }
}
#companyP #secComp03 {
  top: -8vw;
  margin-bottom: -8vw;
}
@media screen and (max-width: 767px) {
  #companyP #secComp03 {
    top: 0;
    margin-bottom: 0;
    padding: 40px 0;
  }
}
#companyP #secComp03 .wrapper {
  margin-top: -4vw;
  min-height: 30vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #companyP #secComp03 .wrapper {
    margin-top: 0;
    min-height: 0;
    position: relative;
    left: 0;
    transform: none;
    padding: 0;
    margin-bottom: 30px;
  }
}
#companyP #caseWrap {
  background-color: #3f7968;
  width: 80%;
  margin-top: -6vw;
  margin-left: 20%;
  overflow: hidden;
  padding: 5.2% 0 4.4%;
}
@media screen and (min-width: 1600px) {
  #companyP #caseWrap {
    width: 75%;
    margin-left: 25%;
  }
}
@media screen and (max-width: 767px) {
  #companyP #caseWrap {
    width: 100%;
    margin: 0;
    padding: 40px 0 34px;
  }
}
#companyP #caseWrap .slider {
  margin-left: 12.58%;
  width: 102%;
}
@media screen and (max-width: 767px) {
  #companyP #caseWrap .slider {
    margin-left: 0;
    width: 100%;
  }
}
#companyP #caseWrap .slider .slick-prev, #companyP #caseWrap .slider .slick-next {
  width: 5.17%;
  top: 38%;
  padding: 2.58% 0;
  border-radius: 37px;
  background: url(../img/cmn/slide_arrow.png) no-repeat center center;
  background-size: contain;
  z-index: 99999;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.02, 1, 0.6, 0.9);
}
@media screen and (max-width: 767px) {
  #companyP #caseWrap .slider .slick-prev, #companyP #caseWrap .slider .slick-next {
    opacity: 1;
    width: 40px;
    height: 40px;
    padding: 0;
  }
}
#companyP #caseWrap .slider .slick-prev::before, #companyP #caseWrap .slider .slick-next::before {
  content: none;
}
#companyP #caseWrap .slider .slick-prev {
  left: -2.5%;
  transform: scaleX(-100%) translate(0, -50%);
}
@media screen and (max-width: 767px) {
  #companyP #caseWrap .slider .slick-prev {
    left: 23%;
  }
}
#companyP #caseWrap .slider .slick-next {
  right: 36%;
}
@media screen and (max-width: 767px) {
  #companyP #caseWrap .slider .slick-next {
    right: 23%;
  }
}
#companyP #caseWrap .slider ul li {
  margin: 0 1.2% 0 0;
}
@media screen and (max-width: 767px) {
  #companyP #caseWrap .slider ul li {
    margin: 0 0.57% 0;
  }
}
#companyP #caseWrap .slider ul li .img {
  width: 100%;
  height: 95.7%;
  overflow: hidden;
}
#companyP #caseWrap .slider ul li .tx {
  font-size: 2.4rem;
  color: #FFFFFF;
  text-align: left;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  #companyP #caseWrap:hover .slider .slick-prev, #companyP #caseWrap:hover .slider .slick-next {
    opacity: 1;
  }
}
#companyP #secComp04 {
  margin-top: 14rem;
}
#companyP #secComp04 .wrapper {
  padding-left: 12.8vw;
}
@media screen and (max-width: 767px) {
  #companyP #secComp04 .wrapper {
    padding-left: 0;
    width: 76%;
    padding-bottom: 60px;
  }
}
#companyP #historyWrap {
  max-width: 600px;
  margin: 0 auto;
}
#companyP #historyWrap ul li {
  position: relative;
}
#companyP #historyWrap ul li .year {
  font-size: 2.8rem;
  font-weight: bold;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  #companyP #historyWrap ul li .year {
    font-size: 14px;
  }
}
#companyP #historyWrap ul li .year::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  left: 10.5rem;
  top: 1.5rem;
  background-color: #000000;
  border-radius: 6px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #companyP #historyWrap ul li .year::after {
    left: 44px;
  }
}
#companyP #historyWrap ul li .month {
  font-size: 2.8rem;
  font-weight: bold;
  position: absolute;
  left: 16rem;
}
@media screen and (max-width: 767px) {
  #companyP #historyWrap ul li .month {
    font-size: 14px;
    left: 60px;
  }
}
#companyP #historyWrap ul li .body {
  padding-left: 25rem;
  line-height: 160%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #companyP #historyWrap ul li .body {
    padding-left: 96px;
    font-size: 13px;
  }
  #companyP #historyWrap ul li .body br {
    display: none;
  }
}
#companyP #historyWrap ul li + li {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  #companyP #historyWrap ul li + li {
    margin-top: 26px;
  }
}
#companyP #historyWrap ul li:not(:last-child) .year::before {
  content: "";
  width: 1px;
  height: calc(100% - 1.5rem + 13rem);
  position: absolute;
  background-color: #3f7968;
  left: 11rem;
  top: 1.5rem;
}
@media screen and (max-width: 767px) {
  #companyP #historyWrap ul li:not(:last-child) .year::before {
    left: 128%;
    height: calc(100% + 86px);
  }
}
#companyP #historyWrap ul li:last-child .year::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background-color: #FFFFFF;
  left: 11rem;
  top: 1.5rem;
}
@media screen and (max-width: 767px) {
  #companyP #historyWrap ul li:last-child .year::before {
    left: 128%;
    height: 70px;
  }
}

/* color */
/* font */
/* font-size */
/* effect */
/*
@include bgGrad(
  $gradColStr: $orange2,
  $gradColEnd: $orange3
);
*/
/*
.elements {
  @include mq {
  }
  @include mq(l) {
  }
}
*/
/*----------------------------------------------------
  recruit
----------------------------------------------------*/
#recruitP {
  /*----------------------------------------------------
    kv
  ----------------------------------------------------*/
  /*----------------------------------------------------
    secRec01
  ----------------------------------------------------*/
  /*----------------------------------------------------
    secRec02
  ----------------------------------------------------*/
  /*----------------------------------------------------
    secRec03
  ----------------------------------------------------*/
  /*----------------------------------------------------
    secRec04
  ----------------------------------------------------*/
  /*----------------------------------------------------
    secRec05
  ----------------------------------------------------*/
}
#recruitP #kv {
  height: calc(100vh - 80px);
  height: calc(100dvh - 80px);
  overflow-y: visible;
}
@media screen and (max-width: 767px) {
  #recruitP #kv {
    height: calc(100vh - 40px);
    height: calc(100dvh - 40px);
  }
}
#recruitP #kv .bg {
  position: absolute;
  left: 23.4%;
  width: 76.6%;
  height: calc(100vh - 80px);
  height: calc(100dvh - 80px);
  top: 0px;
  background-image: none;
  border-radius: 11.9vw 0 0 11.9vw;
  overflow: hidden;
  transform: translateY(20px);
}
@media screen and (max-width: 767px) {
  #recruitP #kv .bg {
    height: 75.7%;
    left: 13.6%;
    width: 86.4%;
    border-radius: 30.6vw 0 0 30.6vw;
  }
}
#recruitP #kv .bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/recruit/kv_img01.jpg) no-repeat left center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #recruitP #kv .bg::after {
    background-image: url(../img/recruit/kv_img01_sp.jpg);
    background-position: center center;
  }
}
#recruitP #kv .bg.inview {
  transform: translateY(0);
}
#recruitP #kv .bg2 {
  position: absolute;
  left: 0;
  bottom: -2.9vw;
  width: 35.1vw;
  height: 19.3vw;
  border-radius: 0 5.9vw 5.9vw 0;
  overflow: hidden;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  #recruitP #kv .bg2 {
    width: 89.4vw;
    height: 23.5%;
    border-radius: 0 12.1vw 12.1vw 0;
  }
}
#recruitP #kv .bg2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/recruit/kv_img02.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#recruitP #kv .tx {
  font-size: 2.8vw;
  text-shadow: none;
  top: calc(50% - 7.6vw);
  left: 12.1%;
  width: 40vw;
  position: absolute;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  #recruitP #kv .tx {
    text-indent: -20vw;
    width: 23vw;
    min-width: 60px;
    max-width: 15vh;
    padding: 45.5% 0;
    min-height: 240px;
    top: 5.3vw;
    background: url(../img/recruit/kv_tx_sp.png) no-repeat top center;
    background-size: contain;
  }
}
#recruitP #kv .tx span {
  display: inline-block;
  background-color: #000000;
  padding: 0.5vw 2vw;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  #recruitP #kv .tx span {
    display: none;
  }
}
#recruitP #kv .tx span + span {
  position: absolute;
  top: 5.2vw;
  left: 13.9vw;
}
#recruitP #secRec01 {
  position: relative;
}
#recruitP #secRec01 > .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #dae2dd;
}
#recruitP #secRec01 .wrapper {
  max-width: 1470px;
  padding-bottom: 21rem;
}
@media screen and (max-width: 767px) {
  #recruitP #secRec01 .wrapper {
    width: 86%;
  }
}
#recruitP #secRec01 .wrapper ul li {
  position: relative;
}
#recruitP #secRec01 .wrapper ul li .bg {
  position: absolute;
  right: 0;
  top: 10%;
  width: 0;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 0 20rem 20rem 0;
  z-index: 0;
  transition: 1s cubic-bezier(0.02, 1, 0.6, 0.9) 0.5s;
}
#recruitP #secRec01 .wrapper ul li .bg.inview {
  width: 100vw;
}
@media screen and (max-width: 767px) {
  #recruitP #secRec01 .wrapper ul li .bg {
    border-radius: 0 23vw 23vw 0;
  }
}
#recruitP #secRec01 .wrapper ul li .attWrap {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #recruitP #secRec01 .wrapper ul li .attWrap {
    display: block;
  }
}
#recruitP #secRec01 .wrapper ul li .attWrap .img {
  width: 43.4%;
  margin-right: 5.44%;
}
@media screen and (max-width: 767px) {
  #recruitP #secRec01 .wrapper ul li .attWrap .img {
    width: 90%;
  }
}
#recruitP #secRec01 .wrapper ul li .attWrap .tx {
  width: 32.65%;
  padding-top: 5%;
}
@media screen and (max-width: 939px) {
  #recruitP #secRec01 .wrapper ul li .attWrap .tx {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  #recruitP #secRec01 .wrapper ul li .attWrap .tx {
    width: 90%;
  }
}
#recruitP #secRec01 .wrapper ul li .attWrap .tx .point {
  background-color: #000000;
  color: #FFFFFF;
  padding: 1rem 4rem;
  border-radius: 2.5rem;
  display: inline-block;
  position: relative;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  #recruitP #secRec01 .wrapper ul li .attWrap .tx .point {
    font-size: 14px;
  }
}
#recruitP #secRec01 .wrapper ul li .attWrap .tx .point::before {
  content: "";
  width: 2.8rem;
  height: 2.3rem;
  margin-right: 0.5rem;
  vertical-align: middle;
  display: inline-block;
  background: url(../img/cmn/ico_check01.png) no-repeat center center;
  background-size: contain;
}
#recruitP #secRec01 .wrapper ul li .attWrap .tx .point::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 1.6rem);
  bottom: -2.2rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.4rem 1.6rem 0 1.6rem;
  border-color: #000000 transparent transparent transparent;
}
#recruitP #secRec01 .wrapper ul li .attWrap .tx .catch.min {
  font-size: 4rem;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #recruitP #secRec01 .wrapper ul li .attWrap .tx .catch.min {
    font-size: 19px;
  }
}
#recruitP #secRec01 .wrapper ul li .attWrap .tx .body {
  font-size: 1.8rem;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  #recruitP #secRec01 .wrapper ul li .attWrap .tx .body {
    font-size: 13px;
    text-align: left;
  }
}
#recruitP #secRec01 .wrapper ul li + li {
  margin-top: 18rem;
}
#recruitP #secRec01 .wrapper ul li:nth-child(even) .bg {
  border-radius: 20rem 0 0 20rem;
  right: auto;
  left: 0;
}
@media screen and (max-width: 767px) {
  #recruitP #secRec01 .wrapper ul li:nth-child(even) .bg {
    border-radius: 23vw 0 0 23vw;
  }
}
#recruitP #secRec01 .wrapper ul li:nth-child(even) .attWrap {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #recruitP #secRec01 .wrapper ul li:nth-child(even) .attWrap {
    padding-left: 10%;
  }
}
#recruitP #secRec01 .wrapper ul li:nth-child(even) .attWrap .img {
  margin-right: 0;
  margin-left: 5.44%;
}
@media screen and (max-width: 767px) {
  #recruitP #secRec01 .wrapper ul li:nth-child(even) .attWrap .img {
    margin-left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #recruitP #secRec01 .wrapper ul li:nth-child(even) .attWrap .tx {
    width: 100%;
  }
}
#recruitP #secRec02 {
  position: relative;
  padding-bottom: 13rem;
}
@media screen and (max-width: 767px) {
  #recruitP #secRec02 {
    padding-bottom: 14.6vw;
  }
}
#recruitP #secRec02 .deco1 {
  width: 62.6rem;
  height: 62.6rem;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/recruit/bg_staff01.png) no-repeat left top;
  background-size: contain;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #recruitP #secRec02 .deco1 {
    width: 67vw;
    background-image: url(../img/recruit/bg_staff01_sp.png);
  }
}
#recruitP #secRec02 .deco2 {
  width: 60.7rem;
  height: 43rem;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/recruit/bg_staff02.png) no-repeat right bottom;
  background-size: contain;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #recruitP #secRec02 .deco2 {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  #recruitP #secRec02 .titleCmn02 {
    padding-bottom: 6.6vw;
  }
}
#recruitP #secRec02 .staff {
  max-width: 1530px;
  width: 90%;
  -js-display: flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto -5.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #recruitP #secRec02 .staff {
    display: block;
    width: 86%;
    margin-bottom: -6.6vw;
  }
}
#recruitP #secRec02 .staff li {
  width: 30.3%;
  min-width: 375px;
  border-radius: 13rem;
  margin: 0 1.2rem 5.5rem;
  background-color: #dae2dd;
  position: relative;
}
@media screen and (max-width: 767px) {
  #recruitP #secRec02 .staff li {
    min-width: 0;
    width: 100%;
    margin-bottom: 6.6vw;
  }
}
#recruitP #secRec02 .staff li .img {
  width: 41.4%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 939px) {
  #recruitP #secRec02 .staff li .img {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  #recruitP #secRec02 .staff li .img {
    width: 84px;
  }
}
#recruitP #secRec02 .staff li .tx {
  padding: 2.6rem 5rem 2.6rem 44%;
}
@media screen and (max-width: 767px) {
  #recruitP #secRec02 .staff li .tx {
    padding-left: 88px;
    padding-right: 2rem;
  }
}
#recruitP #secRec02 .staff li .tx .body {
  font-size: 1.8rem;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  #recruitP #secRec02 .staff li .tx .body {
    font-size: 12px;
    letter-spacing: 0;
    text-align: left;
    line-height: 150%;
  }
}
#recruitP #secRec02 .staff li .tx .prof {
  font-size: 1.5rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #recruitP #secRec02 .staff li .tx .prof {
    font-size: 10px;
    margin-top: 5px;
    text-align: left;
  }
}
#recruitP #secRec03 {
  background: url(../img/recruit/bg_message.jpg) no-repeat center center;
  background-size: cover;
  color: #FFFFFF;
  padding-bottom: 19rem;
}
@media screen and (max-width: 767px) {
  #recruitP #secRec03 {
    padding-bottom: 13vw;
  }
}
#recruitP #secRec03 .titleCmn02 {
  padding: 19rem 0 6rem;
}
@media screen and (max-width: 767px) {
  #recruitP #secRec03 .titleCmn02 {
    padding: 16vw 0 6.6vw;
  }
}
#recruitP #secRec03 .body {
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #recruitP #secRec03 .body {
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
  }
}
#recruitP #secRec04 {
  background-color: #f3eede;
  padding: 13rem 0 18rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #recruitP #secRec04 {
    padding: 13.3vw 0 13.3vw;
  }
}
#recruitP #secRec04 .titleCmn02 {
  padding: 0 0 3rem;
}
#recruitP #secRec04 .lead {
  font-size: 2rem;
  margin-bottom: 6rem;
}
#recruitP #secRec04 .process {
  -js-display: flex;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #recruitP #secRec04 .process {
    display: block;
    width: 75%;
    min-width: 300px;
    margin: 0 auto;
  }
}
#recruitP #secRec04 .process li {
  width: 23rem;
  background-color: #FFFFFF;
  padding: 6rem 0.5rem;
  text-align: center;
  margin: 0 3rem;
  position: relative;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  #recruitP #secRec04 .process li {
    width: 100%;
    margin: 0 0 35px;
    padding: 5rem 0.5rem;
  }
}
#recruitP #secRec04 .process li strong {
  font-size: 3rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #recruitP #secRec04 .process li strong {
    display: block;
  }
}
#recruitP #secRec04 .process li span {
  position: absolute;
  display: inline-block;
  left: 0;
  font-size: 1.4rem;
  bottom: -2rem;
  width: 100%;
  transform: translateY(100%);
}
@media screen and (max-width: 767px) {
  #recruitP #secRec04 .process li span {
    position: absolute;
    bottom: 5px;
    font-size: 9px;
    left: auto;
    display: block;
    transform: none;
  }
  #recruitP #secRec04 .process li span br {
    display: none;
  }
}
#recruitP #secRec04 .process li:last-child {
  background-color: #f88116;
  color: #FFFFFF;
}
#recruitP #secRec04 .process li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.2rem 0 1.2rem 2.1rem;
  border-color: transparent transparent transparent #000000;
}
@media screen and (max-width: 767px) {
  #recruitP #secRec04 .process li:not(:last-child)::after {
    right: 50%;
    transform: translateX(50%);
    bottom: -28px;
    top: auto;
    border-width: 20px 12px 0 12px;
    border-color: #000000 transparent transparent transparent;
  }
}
#recruitP #secRec05 {
  padding-bottom: 14.5rem;
}
#recruitP #secRec05 .recruitOutline {
  max-width: 750px;
  margin: 0 auto;
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #a2a1a1;
}
@media screen and (max-width: 767px) {
  #recruitP #secRec05 .recruitOutline {
    width: 86%;
    display: block;
  }
}
#recruitP #secRec05 .recruitOutline dt {
  padding: 3rem 0 3rem 4rem;
  width: 25%;
  min-width: 160px;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #a2a1a1;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #recruitP #secRec05 .recruitOutline dt {
    padding: 30px 5px 0;
    margin-bottom: 16px;
    line-height: 140%;
    width: 100%;
    border-bottom: none;
    text-align: left;
    display: block;
    font-size: 14px;
  }
}
#recruitP #secRec05 .recruitOutline dd {
  padding: 3rem 4rem 3rem 4rem;
  border-bottom: 1px solid #a2a1a1;
  width: 75%;
}
@media screen and (max-width: 767px) {
  #recruitP #secRec05 .recruitOutline dd {
    width: 100%;
    padding: 0 5px 30px;
    text-align: left;
    line-height: 150%;
    font-size: 15px;
  }
}
#recruitP #secRec05 .bt {
  margin-top: 9.5rem;
}

/*----------------------------------------------------
 elements
----------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 1599px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 1139px) {
  html {
    font-size: 7px;
  }
}
@media screen and (max-width: 939px) {
  html {
    font-size: 6px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 5.5px;
  }
}

body {
  background: #FFFFFF;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  overscroll-behavior: none;
}
@media screen and (max-width: 549px) {
  body {
    font-size: 14px;
  }
}

img {
  vertical-align: top;
  max-width: 100%;
}

a img {
  transition: 0.5s;
}

@media screen and (min-width: 768px) {
  a:hover img {
    opacity: 0.8;
  }
}
#jquery-lightbox * {
  box-sizing: padding-box;
}

/*----------------------------------------------------
 common
----------------------------------------------------*/
#top {
  position: relative;
  overflow: hidden;
  min-width: 320px;
  padding-top: 80px;
}
@media screen and (max-width: 939px) {
  #top {
    padding-top: 40px;
  }
}

.wrapper {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 549px) {
  .wrapper {
    width: 90%;
    padding: 0;
  }
}

.en {
  font-family: "Times New Roman", "Lora", serif;
}

.min {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}

.body {
  line-height: 210%;
}
@media screen and (max-width: 767px) {
  .body {
    line-height: 192%;
  }
}

br.pc {
  display: inline;
}

br.sp {
  display: none;
}

img.pc {
  display: inline;
}

img.sp {
  display: none;
}

@media screen and (min-width: 768px) {
  br.tab {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: inline;
  }
  img.pc {
    display: none;
  }
  img.sp {
    display: inline;
  }
}
/*----------------------------------------------------
  animation
----------------------------------------------------*/
.fdUp {
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.02, 1, 0.6, 0.9), transform 1.5s cubic-bezier(0.02, 1, 0.6, 0.9);
  transform: translateY(20px);
}
.fdUp.inview {
  opacity: 1;
  transform: translateY(0);
}

.fdUp2 {
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.02, 1, 0.6, 0.9) 0.3s, transform 1.5s cubic-bezier(0.02, 1, 0.6, 0.9) 0.3s;
  transform: translateY(40px);
}
.fdUp2.inview {
  opacity: 1;
  transform: translateY(0);
}

.fdUp3 {
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.02, 1, 0.6, 0.9) 0.5s, transform 1.5s cubic-bezier(0.02, 1, 0.6, 0.9) 0.5s;
  transform: translateY(40px);
}
.fdUp3.inview {
  opacity: 1;
  transform: translateY(0);
}

.fdUp4 {
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.02, 1, 0.6, 0.9) 0.7s, transform 1.5s cubic-bezier(0.02, 1, 0.6, 0.9) 0.7s;
  transform: translateY(40px);
}
.fdUp4.inview {
  opacity: 1;
  transform: translateY(0);
}

/*----------------------------------------------------
  link
----------------------------------------------------*/
a {
  transition: 0.3s;
  outline: none;
  text-decoration: none;
}
a:link, a:visited, a:hover {
  color: #3f7968;
  text-decoration: none;
}
a.outer:after {
  content: "\e895";
  font-family: "Material Icons";
  font-size: 130%;
  vertical-align: middle;
  margin-left: 0.3em;
}
a.pdf:after {
  content: "\e415";
  font-family: "Material Icons";
  font-size: 130%;
  vertical-align: middle;
  margin-left: 0.3em;
}

.body a:link,
.note a:link,
a.alt:link {
  color: #3f7968;
  text-decoration: underline;
}

.body a:visited,
.note a:visited,
a.alt:visited {
  color: #3f7968;
  text-decoration: underline;
}

.body a:hover,
a.alt:hover {
  color: #3f7968;
  text-decoration: none;
}

/*----------------------------------------------------
  button
----------------------------------------------------*/
/* button Base */
.btnBase {
  background: #f88116;
  display: block;
  line-height: 140%;
  z-index: 2;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  padding: 20px 10px 15px;
  min-height: 72px;
  letter-spacing: 2px;
  max-width: 350px;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  border: 1px solid #f88116;
  transition: 0.5s;
  margin: 0 auto;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.btnBase span {
  position: relative;
  z-index: 2;
  letter-spacing: 0;
}
.btnBase:link {
  color: #FFF;
}
.btnBase:visited {
  color: #FFF;
}
.btnBase:before {
  content: "";
  width: 0;
  height: calc(100% - 0px);
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFFFFF;
  border-radius: 0px;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.02, 1, 0.6, 0.9);
}
.btnBase:after {
  content: "";
  width: 12px;
  height: 19px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 1s cubic-bezier(0.02, 1, 0.6, 0.9);
  background-image: url(../img/cmn/tri01_wh.png);
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .btnBase:hover span {
    color: #f88116;
  }
  .btnBase:hover:before {
    opacity: 1;
    width: 100%;
  }
  .btnBase:hover:after {
    background-image: url(../img/cmn/tri01_or.png);
    z-index: 100;
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .btnBase {
    min-height: 0px;
    padding: 15px 10px;
    font-size: 13px;
    min-width: 225px;
    width: 60vw;
  }
  .btnBase::after {
    width: 7px;
    height: 12px;
  }
}
.btnBase.btnBack {
  background-color: #a2a1a1;
  border-color: #a2a1a1;
}
.btnBase.btnBack::after {
  right: auto;
  left: 20px;
  transform: scaleX(-100%) translateY(-50%);
}
@media screen and (min-width: 768px) {
  .btnBase.btnBack:hover::after {
    right: auto;
    left: 15px;
  }
}
.btnBase.disabled {
  background-color: #a2a1a1;
  color: #CCCCCC;
  border-color: #a2a1a1;
  pointer-events: none;
}
.btnBase.disabled::after {
  background-image: url(../img/cmn/tri01_gr.png);
}

/*----------------------------------------------------
  header
----------------------------------------------------*/
#siteHd {
  position: fixed;
  width: 100%;
  height: 80px;
  left: 0;
  top: 0;
  background-color: #FFFFFF;
  z-index: 200000;
}
@media screen and (max-width: 939px) {
  #siteHd {
    height: 40px;
  }
}
#siteHd h1 {
  width: 296px;
  position: absolute;
  left: 45px;
  top: 16px;
  line-height: 100%;
}
@media screen and (max-width: 939px) {
  #siteHd h1 {
    width: 148px;
    left: 16px;
    top: 10px;
  }
}
#siteHd h1 a {
  display: block;
}
#siteHd #menuBtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #000000;
  display: none;
  transition: 0.6s cubic-bezier(0.02, 1, 0.6, 0.9);
  z-index: 300000;
}
@media screen and (max-width: 939px) {
  #siteHd #menuBtn {
    display: block;
  }
}
#siteHd #menuBtn i {
  position: absolute;
  left: 50%;
  top: 32%;
  width: 50%;
  height: 2px;
  border-radius: 1px;
  background-color: #FFFFFF;
  transform-origin: center center;
  transform: translate(-50%, -50%);
  transition: 0.6s cubic-bezier(0.02, 1, 0.6, 0.9);
}
#siteHd #menuBtn i::before, #siteHd #menuBtn i::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  transform-origin: center center;
  transition: 0.6s cubic-bezier(0.02, 1, 0.6, 0.9);
}
#siteHd #menuBtn i::before {
  top: 350%;
  transition: 0.6s cubic-bezier(0.02, 1, 0.6, 0.9);
}
#siteHd #menuBtn i::after {
  top: 700%;
  transition: 0.6s cubic-bezier(0.02, 1, 0.6, 0.9);
}
@media screen and (min-width: 768px) {
  #siteHd #menuBtn:hover {
    background-color: #3f7968;
  }
  #siteHd #menuBtn:hover i {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  #siteHd #menuBtn:hover i::before {
    transform: rotate(-45deg);
    opacity: 0;
  }
  #siteHd #menuBtn:hover i::after {
    transform: rotate(-90deg);
    top: 0;
  }
}
#siteHd.open #menuBtn i {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#siteHd.open #menuBtn i::before {
  transform: rotate(-45deg);
  opacity: 0;
}
#siteHd.open #menuBtn i::after {
  transform: rotate(-90deg);
  top: 0;
}
#siteHd #hdNv {
  height: 100%;
}
#siteHd #hdNv ul {
  -js-display: flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
#siteHd #hdNv ul li {
  font-size: 18px;
  height: 100%;
  margin-left: 40px;
  line-height: 130%;
}
#siteHd #hdNv ul a {
  display: flex;
  -js-display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  color: #000000;
  height: 100%;
  transition: 0.6s 0.1s cubic-bezier(0.02, 1, 0.6, 0.9);
  position: relative;
}
#siteHd #hdNv ul a::after {
  content: "";
  width: 0;
  height: 2px;
  display: block;
  left: 0;
  bottom: 0;
  background-color: #000000;
  position: absolute;
  transition: 0.5s 0.1s cubic-bezier(0.02, 1, 0.6, 0.9);
}
@media screen and (min-width: 768px) {
  #siteHd #hdNv ul a:hover::after {
    width: 100%;
  }
}
#siteHd #hdNv ul li.contact a {
  background-color: #000000;
  color: #FFFFFF;
  padding: 0 70px;
}
#siteHd #hdNv ul li.contact a span {
  z-index: 100;
  position: relative;
}
#siteHd #hdNv ul li.contact a::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #3f7968;
  opacity: 0.4;
  transition: 0.6s 0.1s cubic-bezier(0.02, 1, 0.6, 0.9);
}
@media screen and (min-width: 768px) {
  #siteHd #hdNv ul li.contact a:hover {
    color: #FFFFFF;
  }
  #siteHd #hdNv ul li.contact a:hover::after {
    width: 100%;
    background-color: #3f7968;
    opacity: 1;
  }
}
@media screen and (max-width: 939px) {
  #siteHd #hdNv {
    z-index: 190000;
    position: fixed;
    width: 100vw;
    top: 40px;
    height: calc(100vh - 40px);
    height: calc(100dvh - 40px);
    height: calc(var(--vh, 1vh) * 100 - 40px);
    background-color: #3f7968;
    opacity: 0;
    pointer-events: none;
    transition: opacity 1s cubic-bezier(0.02, 1, 0.6, 0.9);
  }
  #siteHd #hdNv.open {
    opacity: 1;
    pointer-events: all;
  }
  #siteHd #hdNv ul {
    height: calc(78.6% - 1px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10% 0;
  }
  #siteHd #hdNv ul li {
    height: 25%;
    width: 100%;
    text-align: center;
    margin-left: 0;
    font-size: 22px;
    -js-display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #siteHd #hdNv ul li a {
    height: auto;
    width: 100%;
    padding: 10px 0;
    font-weight: bold;
    display: block;
    color: #FFFFFF;
    background-color: transparent;
  }
  #siteHd #hdNv ul li a::after {
    content: none;
  }
  #siteHd #hdNv ul li.contact a {
    background-color: transparent;
  }
  #siteHd #hdNv .spFt {
    height: 21.4%;
    width: 80%;
    margin: 0 auto;
    border-top: 1px solid #6ba292;
    color: #FFFFFF;
    text-align: center;
    -js-display: flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #siteHd #hdNv .spFt .tel a {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
  }
  #siteHd #hdNv .spFt .tel .note {
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
  }
}
#siteHd .spFt {
  display: none;
}
@media screen and (max-width: 939px) {
  #siteHd .spFt {
    display: block;
  }
}

@keyframes hdNv {
  0% {
    left: auto;
    right: 0;
  }
  100% {
    left: 0;
    right: auto;
  }
}
/*----------------------------------------------------
  siteFt
----------------------------------------------------*/
#siteFt {
  position: relative;
  z-index: 10000;
  background-color: #3f7968;
  color: #FFFFFF;
}
#siteFt .pageTop {
  position: absolute;
  top: -29px;
  right: 30px;
  width: 58px;
  height: 58px;
  border-radius: 30px;
  background-color: #000000;
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s ease-in-out;
}
@media screen and (max-width: 767px) {
  #siteFt .pageTop {
    width: 45px;
    height: 45px;
    border-radius: 23px;
    top: -23px;
    right: 14px;
  }
}
#siteFt .pageTop img {
  width: 22px;
  position: relative;
  transition: 1s;
}
@media screen and (min-width: 768px) {
  #siteFt .pageTop:hover img {
    opacity: 1;
    top: -3px;
    transition: 1s;
  }
}
#siteFt #ftWrap {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 50px 0;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 939px) {
  #siteFt #ftWrap {
    display: block;
    padding: 65px 0 25px;
  }
}
#siteFt nav {
  text-align: right;
}
#siteFt nav ul {
  text-align: right;
  margin-bottom: 20px;
}
@media screen and (max-width: 939px) {
  #siteFt nav ul {
    text-align: left;
    border-top: 1px solid #6ba292;
    margin-bottom: 60px;
  }
}
#siteFt nav ul li {
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  margin-left: 35px;
}
@media screen and (max-width: 939px) {
  #siteFt nav ul li {
    display: block;
    margin-left: 0;
    font-size: 13px;
    border-bottom: 1px solid #6ba292;
  }
}
#siteFt nav ul li a {
  color: #FFFFFF;
}
@media screen and (max-width: 939px) {
  #siteFt nav ul li a {
    padding: 20px 4px;
    display: block;
    line-height: 100%;
  }
}
#siteFt .copyright {
  font-size: 10px;
}
@media screen and (max-width: 939px) {
  #siteFt .copyright.pc {
    display: none;
  }
}
#siteFt .copyright.sp {
  font-size: 9px;
  margin-top: 30px;
  padding-right: 80px;
}
@media screen and (min-width: 940px) {
  #siteFt .copyright.sp {
    display: none;
  }
}
#siteFt .ftBody .main {
  margin-bottom: 5px;
}
@media screen and (max-width: 939px) {
  #siteFt .ftBody .main {
    font-size: 10px;
  }
}
#siteFt .ftBody .main h1 {
  display: inline-block;
  font-size: 24px;
}
@media screen and (max-width: 939px) {
  #siteFt .ftBody .main h1 {
    font-size: 12px;
  }
}
#siteFt .ftBody .main .tel {
  display: inline-block;
  font-size: 19px;
  margin-left: 20px;
}
@media screen and (max-width: 939px) {
  #siteFt .ftBody .main .tel {
    display: none;
  }
}
#siteFt .ftBody address {
  font-style: normal;
}
@media screen and (max-width: 939px) {
  #siteFt .ftBody address {
    font-size: 10px;
  }
}
#siteFt .ftBody address .sp {
  display: none;
}
@media screen and (max-width: 939px) {
  #siteFt .ftBody address .sp {
    display: block;
    font-weight: bold;
    font-size: 10px;
  }
}

/*----------------------------------------------------
  other
----------------------------------------------------*/
.scrollIcon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(91vh - 80px);
  top: calc(91dvh - 80px);
  height: 9vh;
  height: 9dvh;
  overflow: hidden;
  font-size: 1.25vw;
  color: #FFFFFF;
  z-index: 1000;
}
@media screen and (max-width: 939px) {
  .scrollIcon {
    top: calc(93vh - 40px);
    top: calc(93dvh - 40px);
    height: 7vh;
    height: 7dvh;
  }
}
@media screen and (max-width: 767px) {
  .scrollIcon {
    font-size: 12px;
  }
}
.scrollIcon::after {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  background-color: #FFFFFF;
  left: 50%;
  transform: translateX(-50%);
  animation: 1.5s ease-in-out scroll infinite both;
}

body .badge {
  position: fixed;
  right: 38px;
  bottom: 36px;
  width: 130px;
  height: 130px;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  body .badge {
    width: 75px;
    height: 75px;
    right: 7px;
    bottom: 7px;
    z-index: 10001;
  }
}

body.scroll .badge {
  transition: none;
}

body .recruitBadge {
  width: 100%;
  height: 100%;
  border-radius: 65px;
  display: flex;
  -js-display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background-color: #f88116;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  line-height: 140%;
  transition: 0.5s cubic-bezier(0.02, 1, 0.6, 0.9);
  background: #ff7100;
  background: -moz-linear-gradient(0deg, #ff7100 0%, #ff9b00 100%);
  background: -webkit-linear-gradient(0deg, #ff7100 0%, #ff9b00 100%);
  background: linear-gradient(0deg, #ff7100 0%, #ff9b00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFF7100", endColorstr="#FFFF9B00", GradientType=0);
}
@media screen and (max-width: 767px) {
  body .recruitBadge {
    font-size: 10px;
  }
}
body .recruitBadge::after {
  content: "";
  width: 84%;
  height: 84%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #FFFFFF;
  border-radius: 56px;
}
@media screen and (max-width: 767px) {
  body .recruitBadge::after {
    border-width: 2px;
  }
}
body .recruitBadge .span {
  border: 1px solid #FFFFFF;
}
@media screen and (min-width: 768px) {
  body .recruitBadge:hover {
    transform: scale(1.1);
  }
}

body #siteFt .badge {
  position: absolute;
  right: 38px;
  top: -178px;
  bottom: auto;
  opacity: 0;
  transition: none;
  transform: none;
}
@media screen and (max-width: 767px) {
  body #siteFt .badge {
    display: none;
  }
}

body.scrollEnd .badge {
  opacity: 0;
  transition: none;
}
@media screen and (max-width: 767px) {
  body.scrollEnd .badge {
    opacity: 1;
  }
}

body.scrollEnd #siteFt .badge {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  body.scrollEnd #siteFt .badge {
    opacity: 0;
  }
}

/*----------------------------------------------------
  loading
----------------------------------------------------*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #FFFFFF;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #FFFFFF;
  position: fixed;
  z-index: 99999999;
  top: 50%;
  right: 100%;
  width: 100%;
  height: 2px;
}
