@charset "UTF-8";
/* ==================
色設定
====================*/
/* ==================
フォント設定
====================*/
/* ==================
メディアクエリ
====================*/
/* ==================

全体設定

====================*/
* {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/*************************

header

**************************/
/* ==================

ヘッダー

====================*/
div.top-line {
  background-color: #ff8ba7;
  padding: 5px;
  text-align: right;
}
div.top-line ul {
  font-size: 70%;
}
div.top-line ul li {
  display: inline;
  color: #fffffe;
  padding: 0 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 894px) {
  div.top-line ul li {
    font-size: 2vw;
  }
}
@media (max-width: 480px) {
  div.top-line ul li {
    font-size: 2.5vw;
  }
}
div.top-line ul li a {
  color: #fffffe;
  transition: all 0.5s;
}
div.top-line ul li a:hover {
  color: #ffc6c7;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  height: 80px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 894px) {
  header {
    display: block;
    padding: 16px 0 0 0;
  }
}
@media (max-width: 480px) {
  header {
    display: block;
    padding: 22px 0 0 0;
  }
}
header .logo-space {
  display: flex;
  align-items: center;
  padding-left: 10px;
}
@media (max-width: 894px) {
  header .logo-space {
    padding-left: 10px;
  }
}
header .logo-space img {
  max-width: 120px;
  max-height: auto;
  padding: 0 5px;
}
@media (max-width: 894px) {
  header .logo-space img {
    max-width: 80px;
  }
}
header .logo-space .logo-name {
  font-size: 12%;
  padding: 0 5px;
  line-height: 1.2rem;
}
@media (max-width: 894px) {
  header .logo-space .logo-name {
    font-size: 1vw;
    line-height: 2.6em;
  }
}
@media (max-width: 480px) {
  header .logo-space .logo-name {
    font-size: 1.8vw;
    line-height: 2.2em;
  }
}
header .logo-space .logo-name span {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 894px) {
  header .logo-space .logo-name span {
    font-size: 3vw;
  }
}
@media (max-width: 480px) {
  header .logo-space .logo-name span {
    font-size: 4vw;
    line-height: 1.8em;
  }
}
header .logo-space .logo-area {
  font-size: 70%;
  padding: 10px;
  margin: 0 5px;
  border: 1px solid #33272a;
}
@media (max-width: 894px) {
  header .logo-space .logo-area {
    display: none;
  }
}
header .logo-space ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 894px) {
  header .logo-space ul {
    display: none;
  }
}
header .logo-space ul li {
  width: calc(25% - 12px);
  background-color: #33272a;
  padding: 5px;
  margin: 1px;
  font-size: 70%;
  color: #fffffe;
  text-align: center;
}
header .inquiry-space {
  display: flex;
  align-items: center;
  padding-right: 20px;
}
@media (max-width: 894px) {
  header .inquiry-space {
    display: none;
  }
}
header .inquiry-space img {
  max-width: 70px;
  padding: 0 3px;
}
header .inquiry-space .inquiry-parts {
  margin: -2px 0 0 0;
  padding: 0 3px;
  line-height: 2em;
  font-size: 12px;
}
header .inquiry-space .inquiry-parts span.number {
  font-size: 37px;
  font-weight: bold;
}
header .inquiry-space .inquiry-parts span.number-word {
  font-size: 12px;
  font-weight: bold;
  display: block;
  text-align: right;
  letter-spacing: 6px;
}

/* ==================

ナビゲーション

====================*/
nav.nav-header ul {
  width: 100%;
  letter-spacing: -1em;
  /* 文字間を詰める */
  margin: 0 0 1px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 894px) {
  nav.nav-header ul {
    display: none;
  }
}
nav.nav-header ul li {
  box-sizing: border-box;
  display: inline-block;
  width: 20%;
  background-color: #ff8ba7;
  letter-spacing: normal;
  text-align: center;
  border-right: 1px solid #fffffe;
  position: relative;
}
nav.nav-header ul li:last-child {
  border-right: none;
}
nav.nav-header ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-left: 15px solid #c3f0ca;
  border-bottom: 15px solid transparent;
}
nav.nav-header ul li:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-left: 15px solid #f4f7a5;
  border-bottom: 15px solid transparent;
}
nav.nav-header ul li a {
  padding: 15px 0;
  display: block;
  width: 100%;
  color: #fffffe;
  font-weight: bold;
  font-size: 80%;
  transition: all 0.5s;
}
nav.nav-header ul li a:hover {
  background-color: #fffffe;
  padding: 15px 0;
  display: block;
  width: 100%;
  color: #ff8ba7;
}

nav.nav-header.DownMove {
  position: fixed;
  -webkit-animation: DownAnime 1s forwards;
          animation: DownAnime 1s forwards;
  z-index: 999;
  top: 0;
  width: 100%;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*modal設定*/
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 400;
}
.modal .bigimg {
  position: absolute;
  width: 45vw;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 894px) {
  .modal .bigimg {
    width: 70vw;
    top: 50px;
  }
}
.modal .bigimg img {
  width: 100%;
}
.modal .close-btn {
  color: #fff;
  font-size: 40px;
  position: absolute;
  left: 20%;
  top: 0;
}
@media (max-width: 894px) {
  .modal .close-btn {
    left: 5%;
    top: 0;
  }
}
.modal .close-btn a {
  color: #fff;
  text-decoration: none;
  z-index: 450;
}

/* ==================

main

====================*/
main {
  padding: 120px 0 0 0;
}

/*************************

footer

**************************/
/* ==================

inquiry-sec

====================*/
section.inquiry-sec {
  position: relative;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 60px 0;
}
@media (max-width: 894px) {
  section.inquiry-sec {
    padding: 60px 0;
  }
}
section.inquiry-sec .inquiry-lady-l, section.inquiry-sec .inquiry-lady-r {
  top: -50px;
  position: absolute;
  height: 200px;
  width: auto;
  z-index: 200;
}
@media (max-width: 894px) {
  section.inquiry-sec .inquiry-lady-l, section.inquiry-sec .inquiry-lady-r {
    height: 100px;
    top: 30px;
  }
}
section.inquiry-sec .inquiry-lady-l {
  left: 5%;
}
section.inquiry-sec .inquiry-lady-r {
  right: 5%;
}
section.inquiry-sec .inquiry-lady-l img, section.inquiry-sec .inquiry-lady-r img {
  height: 300px;
  width: auto;
}
@media (max-width: 894px) {
  section.inquiry-sec .inquiry-lady-l img, section.inquiry-sec .inquiry-lady-r img {
    height: 120px;
  }
}
section.inquiry-sec a {
  color: #fffffe;
  background-color: #ff8ba7;
  padding: 20px 60px;
  font-size: 3vw;
  border: 0.5px solid #fffffe;
  border-radius: 10px;
  outline-offset: 5px;
  outline: 5px solid #ff8ba7;
  box-sizing: border-box;
  display: block;
  width: 60rem;
  margin: 0 auto;
  transition: all 0.6s;
}
@media (max-width: 894px) {
  section.inquiry-sec a {
    width: 80%;
    font-size: 3vw;
  }
}
section.inquiry-sec a:hover {
  color: #ff8ba7;
  background-color: #fffffe;
  padding: 20px 60px;
  font-size: 3vw;
  border: 0.5px solid #ff8ba7;
  border-radius: 10px;
  outline-offset: 5px;
  outline: 5px solid #ff8ba7;
  box-sizing: border-box;
  display: block;
  width: 60rem;
  margin: 0 auto;
}
@media (max-width: 894px) {
  section.inquiry-sec a:hover {
    width: 80%;
    font-size: 3vw;
  }
}

/* ==================

footer-common-sec

====================*/
section#footer-common-sec {
  background-color: #ffc6c7;
  padding: 120px 0;
  display: flex;
  justify-content: space-around;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 894px) {
  section#footer-common-sec {
    padding: 50px 0 30px 0;
    display: block;
  }
}
section#footer-common-sec ul {
  width: 30%;
  height: 250px;
  background-color: burlywood;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media (max-width: 894px) {
  section#footer-common-sec ul {
    width: 80%;
    margin: 0 auto 20px auto;
  }
}
section#footer-common-sec ul li.title {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  color: #fffffe;
  font-size: 1.5rem;
  font-weight: bold;
  text-shadow: 0.3px 0.3px 3px gray;
}
@media (max-width: 894px) {
  section#footer-common-sec ul li.title {
    font-size: 5vw;
  }
}
section#footer-common-sec ul li.button {
  position: absolute;
  width: 60%;
  top: 55%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 894px) {
  section#footer-common-sec ul li.button {
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
  }
}
section#footer-common-sec ul li.button a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 10px 60px;
  color: #fffffe;
  font-weight: bold;
  background-color: #c3f0ca;
  border-radius: 10px;
  text-shadow: 0.2px 0.2px 5px gray;
}
@media (max-width: 894px) {
  section#footer-common-sec ul li.button a {
    width: 100%;
    font-size: 3vw;
  }
}
section#footer-common-sec ul li.button a:hover {
  opacity: 0.8;
}
section#footer-common-sec ul.company-area {
  background: url(../img/company-gaikan.png) no-repeat;
  background-position: center center;
  background-size: 100%;
}
section#footer-common-sec ul.recruit-area {
  background: url(../img/staff02.jpg) no-repeat;
  background-position: center 20%;
  background-size: 100%;
}

/* ==================

page-back

====================*/
section.page-back {
  width: 100%;
  text-align: center;
}
section.page-back a {
  display: block;
  color: #fffffe;
  padding: 30px 0;
  font-weight: bold;
  font-size: 20px;
  background-color: #ff8ba7;
  font-family: "Zen Kaku Gothic New", sans-serif;
  transition: all 0.5s;
}
section.page-back a i {
  padding: 0 10px;
}
section.page-back a:hover {
  background-color: #f4f7a5;
  color: #594a4e;
}

/* ==================

footer

====================*/
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 894px) {
  footer {
    display: block;
    padding: 30px 0 30px 0;
  }
}
footer .footer-left {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 894px) {
  footer .footer-left {
    width: 100%;
    display: block;
  }
}
footer .footer-left .footer-logo {
  width: 25%;
  box-sizing: border-box;
  padding: 20px 10px;
  text-align: center;
  line-height: 1.8em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 894px) {
  footer .footer-left .footer-logo {
    width: 60%;
    margin: 0 auto;
  }
}
footer .footer-left .footer-logo img {
  width: 80%;
}
footer .footer-left .logo-area {
  width: 20%;
  padding: 25px 3px;
  margin-right: 10px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #33272a;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 894px) {
  footer .footer-left .logo-area {
    width: 60%;
    margin: 0 auto;
  }
}
footer .footer-left ul {
  width: 47%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 894px) {
  footer .footer-left ul {
    width: 90%;
    margin: 0 auto;
  }
}
footer .footer-left ul li {
  width: calc(25% - 12px);
  background-color: #33272a;
  padding: 10px 5px;
  margin: 1px;
  font-size: 85%;
  color: #fffffe;
  text-align: center;
}
@media (max-width: 894px) {
  footer .footer-left ul li {
    line-height: 30px;
    width: calc(25% - 11px);
    height: 30px;
    padding: 10px 5px;
    margin: 20px 1px 1px 0;
    font-size: 70%;
  }
}
@media (max-width: 480px) {
  footer .footer-left ul li {
    font-size: 65%;
  }
}
footer .footer-left .address {
  width: 100%;
  padding: 0 0 0 20px;
  font-size: 1rem;
}
@media (max-width: 894px) {
  footer .footer-left .address {
    text-align: center;
    padding: 20px 0;
    font-size: 1rem;
  }
}
footer .footer-left .inquiry-number-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 894px) {
  footer .footer-left .inquiry-number-wrap {
    display: block;
  }
}
footer .footer-left .inquiry-space {
  font-size: 70%;
  display: flex;
  align-items: center;
  padding: 10px 0 20px 20px;
}
@media (max-width: 894px) {
  footer .footer-left .inquiry-space {
    width: 60%;
    margin: 0 auto;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  footer .footer-left .inquiry-space {
    width: 80%;
    justify-content: center;
  }
}
footer .footer-left .inquiry-space img {
  max-width: 60px;
  padding: 0 3px;
}
footer .footer-left .inquiry-space .inquiry-parts {
  margin: -2px 0 0 0;
  padding: 0 3px;
  line-height: 1em;
}
footer .footer-left .inquiry-space .inquiry-parts span.number-word {
  font-size: 60%;
  font-weight: bold;
  display: block;
  text-align: right;
  letter-spacing: 1.1em;
}
@media (max-width: 894px) {
  footer .footer-left .inquiry-space .inquiry-parts span.number-word {
    letter-spacing: 1.1em;
  }
}
footer .footer-left .inquiry-space .inquiry-parts span.number {
  font-size: 300%;
  font-weight: bold;
  display: block;
}
footer .footer-left .inquiry-space .inquiry-parts span.number-time {
  padding: 5px 0 0 0;
  display: block;
}
footer .footer-right {
  width: 30%;
}
@media (max-width: 894px) {
  footer .footer-right {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 0 30px;
  }
}
footer .footer-right .nav-footer {
  display: flex;
}
footer .footer-right .nav-footer ul {
  width: 50%;
  box-sizing: border-box;
  line-height: 2.4em;
  padding: 0 5px;
}
@media (max-width: 894px) {
  footer .footer-right .nav-footer ul {
    font-size: 3vw;
  }
}
footer .footer-right .nav-footer ul li a {
  color: #33272a;
  transition: all 0.5s;
}
footer .footer-right .nav-footer ul li a:hover {
  text-decoration: underline;
}

/* ==================

copyright

====================*/
#copyright {
  width: calc(100% - 30px);
  padding: 30px 0 30px 30px;
  margin: 0 0 90px 0;
  text-align: left;
  background-color: #ff8ba7;
  color: #fffffe;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}
@media (max-width: 894px) {
  #copyright {
    width: 100%;
    padding: 30px 0;
    margin: 0 0 63px 0;
    text-align: center;
  }
}

/* ==================

buttom-bt

====================*/
@-webkit-keyframes action1 {
  0% {
    transform: translateY(-10px);
  }
  25% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  75% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes action1 {
  0% {
    transform: translateY(-10px);
  }
  25% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  75% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes action2 {
  0% {
    transform: translateY(-5px);
  }
  25% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  75% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-5px);
  }
}
@keyframes action2 {
  0% {
    transform: translateY(-5px);
  }
  25% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  75% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-5px);
  }
}
#bottom-bt {
  width: 100%;
  text-align: left;
  background-color: #f4f7a5;
  position: fixed;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 1.5s;
  transform: translateY(50px);
  box-shadow: -0.5px 0 1px 1.5px #ffc6c7;
  z-index: 205;
}
#bottom-bt ul {
  display: flex;
  align-items: center;
}
#bottom-bt ul li {
  width: calc(50% - 1px);
  box-sizing: border-box;
  text-align: center;
  background-color: #f4f7a5;
  border-right: 3px dotted #ffc6c7;
  position: relative;
}
@media (max-width: 894px) {
  #bottom-bt ul li {
    z-index: 250;
  }
}
#bottom-bt ul li a {
  padding: 30px 0;
  display: block;
  color: #33272a;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
}
@media (max-width: 894px) {
  #bottom-bt ul li a {
    padding: 15px 0;
  }
}
#bottom-bt ul li a:hover {
  padding: 30px 0;
  display: block;
  background-color: rgb(243, 247, 217);
  color: #33272a;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
}
@media (max-width: 894px) {
  #bottom-bt ul li a:hover {
    padding: 15px 0;
  }
}
#bottom-bt ul li img {
  height: 150px;
}
@media (max-width: 894px) {
  #bottom-bt ul li img {
    height: 8vh;
  }
}
#bottom-bt ul li img.bottom-lady01 {
  position: absolute;
  bottom: 0;
  left: 3%;
  -webkit-animation-name: action1;
          animation-name: action1;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media (max-width: 894px) {
  #bottom-bt ul li img.bottom-lady01 {
    bottom: -10%;
    left: -3%;
  }
}
#bottom-bt ul li img.bottom-lady02 {
  position: absolute;
  bottom: 0;
  right: 3%;
  -webkit-animation-name: action2;
          animation-name: action2;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media (max-width: 894px) {
  #bottom-bt ul li img.bottom-lady02 {
    bottom: -10%;
    right: -3%;
  }
}
#bottom-bt ul li .ttp-show {
  display: none;
}
#bottom-bt ul li #ttp-panel {
  padding: 15px;
  width: 200px;
  text-align: left;
  display: none;
  background-color: #fffffe;
  color: #33272a;
  position: absolute;
  z-index: 99;
}
#bottom-bt ul li:last-child {
  border-right: none;
}
@media (max-width: 894px) {
  #bottom-bt ul li:last-child {
    z-index: 250;
  }
}
#bottom-bt.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}