@charset "UTF-8";

/*------------------------------------------------------------
mv
------------------------------------------------------------*/
.mv {
  position: relative;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .mv {
    margin-bottom: 50px;
  }
}

.main_imgBox {
  height: -webkit-calc(100vh - 180px);
  height: -moz-calc(100vh - 180px);
  height: calc(100vh - 180px);
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .main_imgBox {
    height: -webkit-calc(100vh - 150px);
    height: -moz-calc(100vh - 150px);
    height: calc(100vh - 150px);
  }
}

.main_imgBox div {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: -webkit-calc(100vh - 90px);
  height: -moz-calc(100vh - 90px);
  height: calc(100vh - 90px);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 24s 0s infinite;
  -moz-animation: anime 24s 0s infinite;
  -o-animation: anime 24s 0s infinite;
  animation: anime 24s 0s infinite;
}

@media only screen and (max-width: 767px) {
  .main_imgBox div {
    height: -webkit-calc(100vh - 60px);
    height: -moz-calc(100vh - 60px);
    height: calc(100vh - 60px);
  }
}

.main_imgBox div:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  animation-delay: 6s;
}

.main_imgBox div:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}

.main_imgBox div:nth-of-type(4) {
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  animation-delay: 18s;
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  8% {
    opacity: 1;
  }

  30% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    z-index: 9;
  }
}

@-moz-keyframes anime {
  0% {
    opacity: 0;
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }

  8% {
    opacity: 1;
  }

  30% {
    -moz-transform: scale(1);
    transform: scale(1);
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    z-index: 9;
  }
}

@-o-keyframes anime {
  0% {
    opacity: 0;
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  8% {
    opacity: 1;
  }

  30% {
    -o-transform: scale(1);
    transform: scale(1);
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    z-index: 9;
  }
}

@keyframes anime {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  8% {
    opacity: 1;
  }

  30% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    z-index: 9;
  }
}

.mv_read {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 90px;
  left: 50%;
  z-index: 20;
  margin-left: -170px;
  width: 340px;
  height: -webkit-calc(100% - 90px);
  height: -moz-calc(100% - 90px);
  height: calc(100% - 90px);
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, "Sawarabi Mincho", メイリオ, Meiryo, sans-serif;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, 0.6);
}

@media only screen and (max-width: 767px) {
  .mv_read {
    top: 60px;
    height: -webkit-calc(100% - 60px);
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px);
  }
}

.mv_read article {
  width: 100%;
  position: relative;
  top: -20px;
}

.mv_read h2 {
  color: #60958f;
  margin-bottom: 35px;
  /* font-size: 3.2rem; */
  font-size: 2.4rem;
}

.mv_read h2 span {
  display: block;
  font-size: 1.4rem;
}

.mv_read p {
  margin-bottom: 10px;
  font-size: 1.4rem;
  /* font-size: 1.7rem; */
}

/*スクロールダウン全体の場所*/
.scrolldown4 {
  position: absolute;
  bottom: 5%;
  right: 50%;
  /*矢印の動き1秒かけて永遠にループ*/
  -webkit-animation: arrowmove 1s ease-in-out infinite;
  -moz-animation: arrowmove 1s ease-in-out infinite;
  -o-animation: arrowmove 1s ease-in-out infinite;
  animation: arrowmove 1s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@-webkit-keyframes arrowmove {
  0% {
    bottom: 1%;
  }

  50% {
    bottom: 3%;
  }

  100% {
    bottom: 1%;
  }
}

@-moz-keyframes arrowmove {
  0% {
    bottom: 1%;
  }

  50% {
    bottom: 3%;
  }

  100% {
    bottom: 1%;
  }
}

@-o-keyframes arrowmove {
  0% {
    bottom: 1%;
  }

  50% {
    bottom: 3%;
  }

  100% {
    bottom: 1%;
  }
}

@keyframes arrowmove {
  0% {
    bottom: 1%;
  }

  50% {
    bottom: 3%;
  }

  100% {
    bottom: 1%;
  }
}

/*Scrollテキストの描写*/
.scrolldown4 span {
  /*描画位置*/
  position: absolute;
  left: -20px;
  bottom: 20px;
  z-index: 20;
  /*テキストの形状*/
  color: #60958f;
  font-size: 1.2rem;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, "Sawarabi Mincho", メイリオ, Meiryo, sans-serif;
  letter-spacing: normal;
}

/* 矢印の描写 */
.scrolldown4:before {
  content: "";
  /*描画位置*/
  position: absolute;
  z-index: 20;
  bottom: 20px;
  right: -12px;
  /*矢印の形状*/
  width: 1px;
  height: 20px;
  background: #60958f;
  -webkit-transform: skewX(-31deg);
  -moz-transform: skewX(-31deg);
  -ms-transform: skewX(-31deg);
  -o-transform: skewX(-31deg);
  transform: skewX(-31deg);
}

.scrolldown4:after {
  content: "";
  /*描画位置*/
  position: absolute;
  z-index: 20;
  bottom: 20px;
  right: -6px;
  /*矢印の形状*/
  width: 1px;
  height: 50px;
  background: #60958f;
}

/*------------------------------------------------------------
service
------------------------------------------------------------*/
#service {
  width: 1100px;
  text-align: center;
  margin: 0 auto 100px;
  padding-top: 50px;
}

@media only screen and (max-width: 767px) {
  #service {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#service h2 {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, "Sawarabi Mincho", メイリオ, Meiryo, sans-serif;
  font-size: 2.4rem;
  /* font-size: 3.2rem; */
  margin-bottom: 70px;
}

#service h2 span {
  display: block;
  position: relative;
  font-size: 1.4rem;
  /* font-size: 1.6rem; */
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, "Sawarabi Mincho", メイリオ, Meiryo, sans-serif;
}

@media only screen and (max-width: 767px) {
  #service h2 {
    margin-bottom: 30px;
  }
}

#service ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #service ul {
    display: block;
  }
}

#service ul li {
  width: 33.3%;
  border: 1px solid #e8e3db;
  margin-right: -1px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #service ul li {
    width: 100%;
    margin-right: 0px;
  }
}

#service ul li:after {
  content: "";
  border-top: 20px solid transparent;
  border-right: 20px solid #6e90d2;
  display: block;
  position: absolute;
  bottom: 3px;
  right: 3px;
}

#service ul li:nth-of-type(2):after {
  border-right: 20px solid #4fb8b0;
}

#service ul li:nth-of-type(3):after {
  border-right: 20px solid #eaac46;
}

#service ul li:nth-of-type(3) a:hover {
  opacity: 1;
}

#service ul a {
  display: block;
}

#service ul a:hover {
  opacity: .6;
}

#service a figure {
  height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}

@media only screen and (max-width: 767px) {
  #service a figure {
    height: 100px;
    padding-top: 35px;
    display: block;
    margin-bottom: 10px;
  }

  #service a figure img {
    width: auto;
    height: 100%;
  }
}

#service p {
  padding-bottom: 70px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, "Sawarabi Mincho", メイリオ, Meiryo, sans-serif;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  #service p {
    padding-bottom: 25px;
  }
}

#service p span {
  display: block;
  font-size: 1.4rem;
  /* font-size: 1.6rem; */
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, "Sawarabi Mincho", メイリオ, Meiryo, sans-serif;
}

/*------------------------------------------------------------
company
------------------------------------------------------------*/
/* #company {
  padding-top: 100px;
} */

.company {
  background: #60958f;
  text-align: center;
  color: #fff;
  padding: 100px 0 85px;
  margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .company {
    padding: 70px 20px 65px;
  }
}

.company h2 {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, "Sawarabi Mincho", メイリオ, Meiryo, sans-serif;
  font-size: 2.4rem;
  /* font-size: 3.2rem; */
  color: #fff;
  margin-bottom: 50px;
}

.company h2 span {
  display: block;
  position: relative;
  font-size: 1.4rem;
  /* font-size: 1.6rem; */
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, "Sawarabi Mincho", メイリオ, Meiryo, sans-serif;
}

@media only screen and (max-width: 767px) {
  .company h2 {
    margin-bottom: 30px;
  }
}

.company h2 span {
  padding: 0;
}

.company h2 span:before {
  display: none;
}

.company p:nth-of-type(1) {
  display: inline-block;
  padding: 20px;
  position: relative;
}

/* .company p:nth-of-type(1):before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  top: 0;
  left: 0;
  position: absolute;
}

.company p:nth-of-type(1):after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: 0;
  right: 0;
  position: absolute;
} */

.company p {
  font-size: 1.5rem;
  /* font-size: 2rem; */
  margin-bottom: 50px;
}

.company p.s {
  font-size: 1.2rem;
}

.company_detail {
  width: 1100px;
  text-align: center;
  margin: 0 auto 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 50px;
}

@media only screen and (max-width: 767px) {
  .company_detail {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 50px;
    padding: 0 20px;
  }
}

.company_detail h2 {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, "Sawarabi Mincho", メイリオ, Meiryo, sans-serif;
  font-size: 2.4rem;
  /* font-size: 3.2rem; */
  margin-bottom: 50px;
  width: 100%;
}

.company_detail h2 span {
  display: block;
  position: relative;
  font-size: 1.4rem;
  /* font-size: 1.6rem; */
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, "Sawarabi Mincho", メイリオ, Meiryo, sans-serif;
}

@media only screen and (max-width: 767px) {
  .company_detail h2 {
    margin-bottom: 30px;
  }
}

.company_detail article {
  width: 520px;
  border-top: 1px solid #e8e3db;
}

@media only screen and (max-width: 767px) {
  .company_detail article {
    width: 100%;
  }
}

.company_detail dl {
  width: 100%;
  border-bottom: 1px solid #e8e3db;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  padding: 12px 0;
}

.company_detail dl dt {
  width: 150px;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .company_detail dl {
    font-size: 1.2rem;
  }

  .company_detail dl dt {
    width: 100px;
    padding-left: 0px;
  }
}

.company_detail dl dd {
  -webkit-flex-shrink: 500;
  -ms-flex-negative: 500;
  flex-shrink: 500;
}

/*------------------------------------------------------------
contact
------------------------------------------------------------*/
#contact {
  width: 1100px;
  text-align: center;
  margin: 0 auto 100px;
  padding-top: 50px;
}

#contact .wpcf7-submit {
  margin-top: 20px;
  display: block;
  margin: 0 auto;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-color: #60958f !important;
  color: #fff !important;
  padding: 10px 20px;
  margin-top: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: none;
  -o-border-image: none;
  -webkit-border-image: none;
  -moz-border-image: none;
  border-image: none;
  text-decoration: none;
  cursor: pointer;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, "Sawarabi Mincho", メイリオ, Meiryo, sans-serif !important;
}

#contact .wpcf7-response-output {
  margin-top: -60px;
  z-index: 100;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #contact {
    width: 100%;
    margin: 0 auto 50px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#contact h2 {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, "Sawarabi Mincho", メイリオ, Meiryo, sans-serif;
  font-size: 2.4rem;
  /* font-size: 3.2rem; */
  margin-bottom: 60px;
}

#contact h2 span {
  display: block;
  position: relative;
  font-size: 1.4rem;
  /* font-size: 1.6rem; */
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, "Sawarabi Mincho", メイリオ, Meiryo, sans-serif;
}

@media only screen and (max-width: 767px) {
  #contact h2 {
    margin-bottom: 30px;
  }
}

#contact div {
  padding: 40px;
  background: #faf8f5;
}

@media only screen and (max-width: 767px) {
  #contact div {
    padding: 20px;
  }
}

#contact dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #e8e3db;
}

@media only screen and (max-width: 767px) {
  #contact dl {
    display: block;
  }
}

#contact dl:nth-of-type(1) {
  border-top: 1px solid #e8e3db;
}

#contact dt {
  width: 390px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  #contact dt {
    width: 100%;
    padding-left: 0px;
    margin-bottom: 15px;
  }
}

#contact dt span {
  font-size: 1rem;
  color: #fff;
  background: #60958f;
  padding: 3px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  right: 120px;
}

@media only screen and (max-width: 767px) {
  #contact dt span {
    position: relative;
    right: 0;
    margin-left: 15px;
  }
}

#contact dd {
  -webkit-flex-shrink: 500;
  -ms-flex-negative: 500;
  flex-shrink: 500;
}

#contact p {
  text-align: center;
  width: 100%;
  margin: 40px 0;
  font-size: 1.2rem;
}

#contact p span {
  cursor: pointer;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#contact p span:hover {
  color: #60958f;
}

#contact input {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  width: 500px;
  padding: 7px;
}

@media only screen and (max-width: 767px) {
  #contact input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#contact textarea {
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  padding: 7px;
  width: 670px;
}

@media only screen and (max-width: 767px) {
  #contact textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#contact button {
  background: #60958f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  width: 350px;
  margin: 0 auto 40px;
  padding: 15px 0;
  border: none;
  display: block;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  #contact button {
    width: 250px;
  }
}

#contact button:hover {
  opacity: 0.8;
}

/*------------------------------------------------------------
popup
------------------------------------------------------------*/
.popup {
  display: none;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}

.popup_contents {
  background: #fff;
  padding: 40px;
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  height: 90vh;
  margin-top: 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  position: relative;
}

.popup_contents article {
  height: 100%;
  overflow-y: scroll;
}

.popup_contents:after {
  content: "";
  display: block;
  background: #fff;
  width: 40px;
  height: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  top: 0px;
  right: -50px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0;
  -moz-transform-origin: 0;
  -ms-transform-origin: 0;
  -o-transform-origin: 0;
  transform-origin: 0;
  position: absolute;
}

.popup_contents:before {
  content: "";
  display: block;
  background: #fff;
  width: 40px;
  height: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  top: 0px;
  right: -40px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 100%;
  -moz-transform-origin: 100%;
  -ms-transform-origin: 100%;
  -o-transform-origin: 100%;
  transform-origin: 100%;
  position: absolute;
}

.popup_contents h3 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.popup_contents p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.popup_contents p span {
  display: block;
  font-size: 1rem;
  text-align: right;
}

.popup_contents dl {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.popup_contents dt {
  font-weight: bold;
}

.popup_contents li {
  list-style-type: disc;
  margin-left: 20px;
  overflow: visible;
}


.pc-none {
  display: none;
}

@media only screen and (max-width: 767px) {

  .popup_contents {
    margin-top: 40px;
    padding: 40px 10px;
    width: 85%;
  }

  .pc-none {
    display: block;
  }
}