@charset "UTF-8";
/*** THEME ***/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
/*
================================================================================

	A-LINK - TOP

================================================================================
*/
main {
  width: 100%;
  padding-top: 3.8571428571rem;
}
@media only screen and (max-width: 736px) {
  main {
    padding-top: 5.3571428571rem;
  }
}
main .main_hero {
  background-image: url("img/bg-hero-pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 736px) {
  main .main_hero {
    background-image: url("img/bg-hero.jpg");
  }
}
main .movie-container {
  height: 70vh;
  position: relative;
  background: #f1f1f1;
  z-index: 101;
}
@media only screen and (max-width: 736px) {
  main .movie-container {
    height: 50vh !important;
  }
}
main .movie-container .movie-inner {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
main .movie-container .movie-inner iframe {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
}
main .movie-container .overlay_video {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
}
main .movie-container h1 {
  position: absolute;
  font-size: 3.5714285714rem;
  top: 30%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 5;
}
main .movie-container #logo {
  width: 80vw;
  margin: auto;
}
main .movie-container #logo path {
  stroke: transparent;
  fill: transparent;
}
main .movie-container #logo.start .st0,
main .movie-container #logo.start .st1 {
  stroke-dasharray: 50;
  stroke-dashoffset: 0;
  stroke-width: 1;
}
main .movie-container #logo.start .st0 {
  stroke: #fff;
  animation: st0_anime0 8s ease-in 0s forwards;
}
main .movie-container #logo.start .st1 {
  stroke: #fff;
  animation: st1_anime0 8s ease-in 0s forwards;
}
@keyframes st0_anime0 {
  0% {
    stroke-dashoffset: 6000;
    fill: transparent;
    stroke-width: 1;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #fff;
    stroke-width: 0;
  }
}
@keyframes st1_anime0 {
  0% {
    stroke-dashoffset: 6000;
    fill: transparent;
    stroke-width: 1;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #fff;
    stroke-width: 0;
  }
}
main .movie-container .box {
  width: 100vw;
  position: absolute;
  top: 30%;
  left: 0;
  padding: 50px 0;
  text-align: center;
  z-index: 100;
}
@media only screen and (max-width: 736px) {
  main .main-contents {
    padding-top: 3rem;
  }
}
main #contets_box {
  background: #f1f1f1;
}
main #contets_box .contents_area {
  height: auto;
  min-height: 33.5714285714rem;
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
@media only screen and (max-width: 736px) {
  main #contets_box .contents_area {
    height: auto;
    margin: 0;
    flex-wrap: wrap-reverse;
  }
}
main #contets_box .contents_area img {
  position: relative;
}
main #contets_box .contents_area .txt_box {
  text-align: left;
  width: 40vw;
  margin-left: 10vw;
  box-sizing: border-box;
  z-index: 2;
}
@media only screen and (max-width: 736px) {
  main #contets_box .contents_area .txt_box {
    width: 100%;
    margin: 1rem 2% 0;
    padding-bottom: 8rem;
  }
}
main #contets_box .contents_area .txt_box .svgall {
  width: 7.1428571429rem;
  height: auto;
  margin-bottom: 2.1428571429rem;
}
@media only screen and (max-width: 736px) {
  main #contets_box .contents_area .txt_box .svgall {
    width: 4rem;
    margin-bottom: 1rem;
  }
}
main #contets_box .contents_area .txt_box .svgall svg {
  display: block;
}
main #contets_box .contents_area .txt_box .tag {
  color: #bf6d81;
  font-size: 1.7857142857rem;
  margin-bottom: 1.4285714286rem;
  font-family: Georgia;
}
main #contets_box .contents_area .txt_box h2 {
  font-size: 2.8571428571rem;
  font-weight: bold;
  margin-bottom: 4.2857142857rem;
  line-height: 1;
}
@media only screen and (max-width: 736px) {
  main #contets_box .contents_area .txt_box h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
main #contets_box .contents_area .txt_box h3 {
  font-size: 1.5714285714rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 2.1428571429rem;
  line-height: 1;
  text-align: left;
  position: relative;
  text-shadow: 1px 1px 0px #f1f1f1, -1px 1px 0px #f1f1f1, 1px -1px 0px #f1f1f1, -1px -1px 0px #f1f1f1, 1px 0px 0px #f1f1f1, 0px 1px 0px #f1f1f1, -1px 0px 0px #f1f1f1, 0px -1px 0px #f1f1f1;
}
@media only screen and (max-width: 736px) {
  main #contets_box .contents_area .txt_box h3 {
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
  }
}
main #contets_box .contents_area .txt_box h3::after {
  content: "";
  position: absolute;
  margin: 0;
  margin-bottom: -0.3571428571rem;
  height: 2px;
  width: 0;
  background: #c75772;
  right: inherit;
  left: 0;
  bottom: 0;
}
main #contets_box .contents_area .txt_box h3.show::after {
  width: 100%;
  transition: 1.5s ease all;
}
main #contets_box .contents_area .txt_box ul {
  list-style: none;
}
main #contets_box .contents_area .txt_box ul li {
  font-size: 1.0714285714rem;
  text-shadow: 1px 1px 0px #f1f1f1, -1px 1px 0px #f1f1f1, 1px -1px 0px #f1f1f1, -1px -1px 0px #f1f1f1, 1px 0px 0px #f1f1f1, 0px 1px 0px #f1f1f1, -1px 0px 0px #f1f1f1, 0px -1px 0px #f1f1f1;
}
@media only screen and (max-width: 736px) {
  main #contets_box .contents_area .txt_box ul li {
    margin-bottom: 0.5rem;
  }
}
main #contets_box .contents_area .txt_box p {
  font-size: 1.1428571429rem;
}
main #contets_box .contents_area .txt_box .more_btn {
  background: #f1f1f1;
  height: 3.5714285714rem;
  width: 35%;
  max-width: 268px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2.8571428571rem 0 0 0;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 736px) {
  main #contets_box .contents_area .txt_box .more_btn {
    width: 50%;
    margin: 1rem 0.5rem 0 auto;
  }
}
main #contets_box .contents_area .txt_box .more_btn a {
  color: #fff;
  font-size: 0.9285714286rem;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 100%;
  line-height: 3.5714285714rem;
}
main #contets_box .contents_area .txt_box .more_btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: #222;
  transition: all 0.3s ease;
  z-index: -1;
}
main #contets_box .contents_area .txt_box .more_btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #222;
  transition: all 0.3s ease;
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}
main #contets_box .contents_area .txt_box .more_btn:hover {
  background: #f1f1f1;
}
main #contets_box .contents_area .txt_box .more_btn:hover a {
  color: #555;
}
main #contets_box .contents_area .txt_box .more_btn:hover::before {
  bottom: 0;
  height: 0;
}
main #contets_box .contents_area .txt_box .more_btn:hover::after {
  width: 100%;
  transition: 1000ms ease all;
}
main #contets_box .contents_area .txt_box .more_btn:hover + .contents_area {
  background: #999;
}
main #contets_box .contents_area .cover_area {
  position: absolute;
  left: 0;
  top: 50%;
  width: 50vw;
  z-index: 5;
  margin-top: -15.7142857143rem;
}
@media only screen and (max-width: 736px) {
  main #contets_box .contents_area .cover_area {
    width: 100%;
    position: static;
    margin: 1rem 2% 0;
  }
}
main #contets_box .contents_area .massage_box {
  width: 100%;
}
main #contets_box .contents_area .massage_box h2 {
  font-size: 2.7142857143rem;
  font-weight: bold;
  margin-bottom: 5.7142857143rem;
  line-height: 1;
}
@media only screen and (max-width: 736px) {
  main #contets_box .contents_area .massage_box h2 {
    font-size: 1.8rem;
    margin-bottom: 3rem;
    text-align: center;
  }
}
main #contets_box .contents_area .massage_box h2 span {
  font-size: 2rem;
  font-weight: normal;
  margin-top: 1.0714285714rem;
  margin-left: 1.4285714286rem;
}
@media only screen and (max-width: 736px) {
  main #contets_box .contents_area .massage_box h2 span {
    font-size: 1rem;
    display: block;
  }
}
main #contets_box .contents_area .massage_box p {
  margin-bottom: 0.7142857143rem;
  font-size: 1.0714285714rem;
}
@media only screen and (max-width: 736px) {
  main #contets_box .contents_area .massage_box p {
    margin: 0 2rem;
  }
}
main #contets_box .contents_area .infoBox {
  margin-top: 50px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 10vw;
}
main #contets_box .contents_area .infoBox .info_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 2px solid #c75772;
  background: #fafafa;
}
main #contets_box .contents_area .infoBox .info_header p {
  font-size: 0.9285714286rem;
  padding: 0 0.7142857143rem;
}
main #contets_box .contents_area .infoBox .info_header p a {
  position: relative;
  padding-right: 20px;
}
main #contets_box .contents_area .infoBox .info_header p a::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #999;
  border-right: solid 1px #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 2px;
  margin-top: -4px;
}
main #contets_box .contents_area .infoBox .info_header p a::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #999;
  border-right: solid 1px #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 7px;
  margin-top: -4px;
}
main #contets_box .contents_area .infoBox .info_header .info_ttl {
  font-size: 1.1428571429rem;
  font-weight: bold;
}
main #contets_box .contents_area .infoBox ul {
  overflow: auto;
  height: auto;
  background: #fafafa;
}
main #contets_box .contents_area .infoBox ul li {
  font-size: 1rem;
  border-bottom: 0.0714285714rem solid #ccc;
  padding: 1.4285714286rem 0.7142857143rem;
}
main #contets_box .contents_area .infoBox ul li:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 736px) {
  main #contets_box .contents_area .infoBox ul li a {
    padding-right: 20px;
  }
}
main #contets_box .contents_area .infoBox ul li a span {
  position: absolute;
  right: 30px;
}
main #contets_box .contents_area .infoBox ul li a span:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 736px) {
  main #contets_box .contents_area .infoBox ul li a span {
    position: static;
    padding-left: 0.7142857143rem;
  }
}
main #contets_box .contents_area .infoBox ul li a::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  margin-top: -4px;
}
main #contets_box .contents_area .infoBox a {
  text-decoration: none;
  display: block;
  position: relative;
}
main #contets_box .contents_area .infoBox a:hover {
  text-decoration: underline;
  overflow: hidden;
}
main #contets_box .contents_area .cent_box {
  text-align: center;
  margin: 0 auto;
  width: 32%;
  min-width: 400px;
  height: 50vh;
}
@media only screen and (max-width: 736px) {
  main #contets_box .contents_area .cent_box {
    height: auto;
    width: 100%;
    padding-top: 4rem;
    margin: 0 2%;
  }
}
main #contets_box .contents_area .cent_box .svgall {
  margin: 0 auto 2.8571428571rem;
}
main #contets_box .contents_area .cent_box h2 {
  font-size: 3.4285714286rem;
  font-weight: bold;
  margin-bottom: 2.8571428571rem;
  line-height: 1;
}
@media only screen and (max-width: 736px) {
  main #contets_box .contents_area .cent_box h2 {
    font-size: 1.8rem;
  }
}
main #contets_box .contents_area .cent_box h2 span {
  display: block;
  font-size: 1.5714285714rem;
  font-weight: normal;
  margin-top: 1.0714285714rem;
}
@media only screen and (max-width: 736px) {
  main #contets_box .contents_area .cent_box h2 span {
    font-size: 1rem;
  }
}
main #contets_box .contents_area .cent_box p {
  margin-bottom: 0.7142857143rem;
  font-size: 1rem;
}
main #contets_box .contents_area .cent_box .more_btn {
  height: 3.9285714286rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2.8571428571rem auto 0;
}
main #contets_box .contents_area .cent_box .more_btn a {
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  text-decoration: none;
  display: block;
  width: 100%;
}
main #contets_box .contents_area .img_box,
main #contets_box .contents_area .threed_box {
  width: 32vw;
  height: 32vw;
  margin-right: 10vw;
  background: #555;
  position: relative;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  transition: 1s ease;
  transform: translateY(20px);
}
@media only screen and (max-width: 736px) {
  main #contets_box .contents_area .img_box,
  main #contets_box .contents_area .threed_box {
    width: 100vw;
  }
}
main #contets_box .contents_area .img_box.show,
main #contets_box .contents_area .threed_box.show {
  opacity: 1;
  transform: translateY(0);
}
@media only screen and (max-width: 736px) {
  main #contets_box .contents_area .img_box.show,
  main #contets_box .contents_area .threed_box.show {
    transition-delay: 0.1s;
  }
}
main #contets_box .contents_area .threed_box {
  margin-left: 10vw;
  margin-right: 0;
  background: #e6f27d;
  box-shadow: 0.3571428571rem 0.3571428571rem 1.0714285714rem 0 rgba(0, 0, 0, 0.25);
}
main #contets_box .contents_area .threed_box #threed_data {
  width: 32vw;
  height: 32vw;
  position: relative;
}
main #contets_box .contents_area .threed_box #threed_data iframe {
  width: 32vw;
  height: 32vw;
}
main #contets_box .contents_area .threeD_box {
  width: 30vh;
  height: 30vh;
  background: #ccc;
  position: absolute;
  left: 40%;
  top: 60%;
}
@media only screen and (max-width: 736px) {
  main #contets_box .contents_area .threeD_box {
    top: 15%;
    left: auto;
    right: 2%;
  }
}
main #contets_box .bg_other {
  background: #fff;
}
main #contets_box .bg_other h3 {
  text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff, 1px 0px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff, 0px -1px 0px #fff !important;
}
main #contets_box .bg_other li {
  text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff, 1px 0px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff, 0px -1px 0px #fff !important;
}
main #contets_box .bg_other .more_btn {
  background: #fff !important;
}
main #contets_box .bg_other .more_btn:hover {
  background: #fff !important;
}
main #contets_box .bg_other .Item-Box-ImgBox:before {
  background-color: #fff !important;
}
main #contets_box .massage,
main #contets_box .massage2 {
  height: auto;
  padding: 2.5rem 0;
  min-height: 21.4285714286rem;
  background: #faf7f7;
}
@media only screen and (max-width: 736px) {
  main #contets_box .massage,
  main #contets_box .massage2 {
    height: auto;
  }
}
main #contets_box .massage2 {
  padding: 0;
  background: #e1e1e1;
}
main #contets_box .contents_reverse .txt_box {
  margin-left: 0;
  margin-right: 8vw;
}
main #contets_box .contents_cent {
  position: relative;
  padding-left: 10vw;
  padding-right: 10vw;
}
@media only screen and (max-width: 736px) {
  main #contets_box .contents_cent {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10rem;
  }
}
main #contets_box .contents_cent .txt_box {
  position: absolute;
  width: 50vw;
  left: 0;
  top: 20%;
  z-index: 5;
  margin-left: 0;
}
@media only screen and (max-width: 736px) {
  main #contets_box .contents_cent .txt_box {
    width: 100%;
    position: relative;
    margin-left: 2%;
  }
}
main #contets_box .contents_cent .txt_box .boxIn {
  background: rgba(255, 240, 240, 0.9);
  padding: 1.4285714286rem 0;
  padding-left: 10vw;
  position: absolute;
  width: 40vw;
}
@media only screen and (max-width: 736px) {
  main #contets_box .contents_cent .txt_box .boxIn {
    width: 100%;
    padding: 0;
    background: none;
    position: relative;
  }
}
main #contets_box .contents_cent .img_box {
  width: 100%;
  height: 100%;
  background: #555;
}
main #contets_box .contents_cent .img_box img {
  width: 100%;
}
main #contets_box .contents_cent .more_btn {
  position: absolute;
  bottom: 5%;
  left: 50%;
  z-index: 5;
  background: #f1f1f1;
  height: 3.5714285714rem;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2.8571428571rem 0 0 0.7142857143rem;
  margin-left: -10%;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 736px) {
  main #contets_box .contents_cent .more_btn {
    width: 50%;
    bottom: -3.5714285714rem;
    left: auto;
    right: 2%;
    margin: 0 0.5rem -1rem auto;
  }
}
main #contets_box .contents_cent .more_btn a {
  color: #fff;
  font-size: 0.9285714286rem;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 100%;
}
main #contets_box .contents_cent .more_btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: #222;
  transition: all 0.3s ease;
  z-index: -1;
}
main #contets_box .contents_cent .more_btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #555;
  transition: all 0.3s ease;
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}
main #contets_box .contents_cent .more_btn:hover {
  background: #f1f1f1;
}
main #contets_box .contents_cent .more_btn:hover a {
  color: #555;
}
main #contets_box .contents_cent .more_btn:hover::before {
  bottom: 0;
  height: 0;
}
main #contets_box .contents_cent .more_btn:hover::after {
  width: 100%;
  transition: 1000ms ease all;
}
main #contets_box .sub_box {
  background: #f1f1f1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 50vh;
  padding: 0 10vw;
}
main #contets_box .sub_box .three_box {
  width: 32%;
  height: 300px;
  border: 2px solid #ccc;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main #contets_box .contact_area {
  background: #e1e1e1;
  height: 50vh;
}
@media only screen and (max-width: 736px) {
  main #contets_box .contact_area {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 4rem 2%;
    margin-bottom: 0;
  }
}
main #contets_box .contact_area .massage_box {
  width: 100%;
}
@media only screen and (max-width: 736px) {
  main #contets_box .contact_area .massage_box {
    padding-bottom: 0;
  }
}
main #contets_box .contact_area .massage_box h2 {
  font-size: 2.7142857143rem;
  font-weight: bold;
  margin-bottom: 5.7142857143rem;
  line-height: 1;
}
@media only screen and (max-width: 736px) {
  main #contets_box .contact_area .massage_box h2 {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}
main #contets_box .contact_area .massage_box h2 span {
  font-size: 2rem;
  font-weight: normal;
  margin-top: 1.0714285714rem;
  margin-left: 1.4285714286rem;
}
@media only screen and (max-width: 736px) {
  main #contets_box .contact_area .massage_box h2 span {
    font-size: 1rem;
  }
}
main #contets_box .contact_area .massage_box .contact_flex {
  display: flex;
}
@media only screen and (max-width: 736px) {
  main #contets_box .contact_area .massage_box .contact_flex {
    flex-wrap: wrap-reverse;
  }
}
main #contets_box .contact_area .massage_box .contact_flex .contact_left {
  display: block;
  width: 46%;
}
@media only screen and (max-width: 736px) {
  main #contets_box .contact_area .massage_box .contact_flex .contact_left {
    width: 100%;
  }
}
main #contets_box .contact_area .massage_box .contact_flex .contact_left .more_btn {
  height: 5.7142857143rem;
  background: #e1e1e1;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
main #contets_box .contact_area .massage_box .contact_flex .contact_left .more_btn:hover {
  background: #e1e1e1;
}
main #contets_box .contact_area .massage_box .contact_flex .contact_left .more_btn a {
  line-height: 5.7142857143rem;
}
main #contets_box .contact_area .massage_box .contact_flex .contact_left .tel_num {
  font-size: 1.7857142857rem;
  margin-top: 1.4285714286rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  main #contets_box .contact_area .massage_box .contact_flex .contact_left .tel_num {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
main #contets_box .contact_area .massage_box .contact_flex .contact_left .tel_num span {
  display: block;
  font-size: 0.9285714286rem;
  font-weight: normal;
}
main #contets_box .contact_area .massage_box .contact_flex p {
  margin-bottom: 0.7142857143rem;
  font-size: 1.0714285714rem;
  width: 40%;
  margin-left: auto;
  margin-right: 5.7142857143rem;
}
@media only screen and (max-width: 736px) {
  main #contets_box .contact_area .massage_box .contact_flex p {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}
@media only screen and (max-width: 736px) {
  main #contets_box .contact_area .cent_box {
    padding: 0;
  }
}
main #contets_box .contact_area .cent_box h2 {
  font-size: 2.7142857143rem;
}
@media only screen and (max-width: 736px) {
  main #contets_box .contact_area .cent_box h2 {
    font-size: 1.6rem;
  }
}
main #contets_box .contact_area .cent_box .tel_num {
  font-size: 1.7857142857rem;
  margin-top: 3.5714285714rem;
  font-weight: bold;
}
@media only screen and (max-width: 736px) {
  main #contets_box .contact_area .cent_box .tel_num {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
main #contets_box .contact_area .cent_box .more_btn {
  background: #e1e1e1;
  width: 50%;
}
main #contets_box .contact_area .cent_box .more_btn:hover {
  background: #e1e1e1;
}
main #contets_box .para_area {
  position: relative;
}
@media only screen and (max-width: 736px) {
  main #contets_box .para_area {
    height: auto;
  }
}
main #contets_box .para_area .para_box {
  position: absolute;
  width: 70%;
  right: 0;
  top: 200%;
}
@media only screen and (max-width: 736px) {
  main #contets_box .para_area .para_box {
    display: none;
  }
}
main #contets_box .para_area .para_box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  mix-blend-mode: difference;
}
main #contets_box .para_area .para_box .bg {
  width: 100%;
  height: 100%;
  background-color: #fff;
  mix-blend-mode: difference;
  position: absolute;
  top: 0;
  z-index: 2;
}
main #contets_box .para_area .para_box .parallaxParent {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 736px) {
  main #contets_box .para_area .para_box .parallaxParent {
    height: 50vh;
  }
}
main #contets_box .para_area .para_box .parallaxParent p {
  position: absolute;
  top: 25%;
  left: 50%;
  color: #fff;
  font-size: 100px;
  width: 50%;
  margin-left: -25%;
  text-align: center;
}
main #contets_box .para_area .para_box .parallaxParent > * {
  height: 100%;
  position: relative;
}
main #contets_box .scroll-fadeIn {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s ease;
}
main #contets_box .scroll-fadeIn.show {
  opacity: 1;
  transform: translateY(0px);
}
main #contets_box .scroll-fadeIn2 {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s ease;
}
main #contets_box .scroll-fadeIn2.show {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transition-duration: 3s;
  transition-duration: 3s;
}
main #contets_box .Item-Box {
  overflow: hidden;
  padding: 0;
  position: relative;
  margin-left: auto;
}
@media only screen and (max-width: 736px) {
  main #contets_box .Item-Box {
    width: 100%;
  }
}
main #contets_box .Item-Box .movie_box {
  padding-top: 56.25%;
  width: 65vw;
}
@media only screen and (max-width: 736px) {
  main #contets_box .Item-Box .movie_box {
    width: 100%;
  }
}
main #contets_box .Item-Box .movie_box iframe {
  box-sizing: border-box;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 736px) {
  main #contets_box .Item-Box .movie_box iframe {
    width: 100%;
    height: 100%;
  }
}
main #contets_box .Item-Box-ImgBox {
  overflow: hidden;
  position: relative;
  width: 65vw;
}
@media only screen and (max-width: 736px) {
  main #contets_box .Item-Box-ImgBox {
    width: 100%;
  }
}
main #contets_box .Item-Box.isShow .Item-Box-ImgBox {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
main #contets_box .Item-Box-ImgBox:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #f1f1f1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
main #contets_box .Item-Box.isShow .Item-Box-ImgBox::before {
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
}
main #contets_box .Item-Box-ImgBox:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #ccc;
  -webkit-transform: scaleX(0) translateX(0);
  transform: scaleX(0) translateX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
main #contets_box .Item-Box.isShow .Item-Box-ImgBox:after {
  -webkit-transform: scaleX(1) translateX(101%);
  transform: scaleX(1) translateX(101%);
}
main #contets_box .Item-Box-ImgBox-Img {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
main #contets_box .box {
  width: 100vw;
  padding: 50px 0;
  text-align: center;
}
main #contets_box #logo2 {
  width: 600px;
  margin: auto;
}
main #contets_box #logo2 path {
  stroke: transparent;
  fill: transparent;
}
main #contets_box #logo2.start .st0,
main #contets_box #logo2.start .st1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  stroke-width: 1;
}
main #contets_box #logo2.start .st0 {
  stroke: #0099cc;
  animation: st0_anime 4s ease-in 0s forwards;
}
main #contets_box #logo2.start .st1 {
  stroke: #999999;
  stroke-dashoffset: 1000;
  animation: st1_anime 3.5s ease-in 0.5s forwards;
}
@keyframes st0_anime {
  0% {
    stroke-dashoffset: 1000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #0099cc;
  }
}
@keyframes st1_anime {
  0% {
    stroke-dashoffset: 1000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #999999;
  }
}
main .txt_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 2.1428571429rem 4.2857142857rem;
}
main .txt_ttl img {
  width: 57.1428571429rem;
  margin: 0 auto;
}
main .txt_ttl .ttl {
  text-align: center;
  font-size: 1.8571428571rem;
  margin-top: 1.4285714286rem;
  line-height: 1;
}
@media only screen and (max-width: 736px) {
  main .txt_ttl {
    width: 100%;
  }
  main .txt_ttl img {
    width: 70%;
  }
  main .txt_ttl .ttl {
    font-size: 1.1428571429rem;
    font-weight: bold;
  }
}
main .top_fade {
  opacity: 1;
}

.main-contents .masonry .boxlayout .boxbase {
  overflow: visible;
}
.main-contents .masonry .boxlayout .boxbase .category {
  position: absolute;
  z-index: -1;
  top: 1.0714285714rem;
  left: -0.5714285714rem;
  background-color: #999999;
  display: inline-block;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 0.7142857143rem;
  padding: 0.3571428571rem 0.1785714286rem;
  padding-left: 0.3571428571rem;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  line-height: 1em;
  letter-spacing: 0.05em;
  transform: translate(-50%, 0) scale(0.8) rotate(180deg);
}
.main-contents .masonry .boxlayout .boxbase .base .txt {
  color: #232323;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.3);
  padding: 0.5714285714rem;
  border-radius: 0.2857142857rem;
}
.main-contents .item_L_T_H .txt {
  top: 0.6428571429em;
  left: 0.6428571429em;
}
.main-contents .item_L_T_V .txt {
  top: 0.6428571429em;
  left: 0.6428571429em;
  display: inline-block;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.main-contents .item_L_B_H .txt {
  bottom: 0.6428571429em;
  left: 0.6428571429em;
}
.main-contents .item_L_B_V .txt {
  bottom: 0.6428571429em;
  left: 0.6428571429em;
  display: inline-block;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.main-contents .item_R_T_H .txt {
  top: 0.6428571429em;
  right: 0.6428571429em;
}
.main-contents .item_R_T_V .txt {
  top: 0.6428571429em;
  right: 0.6428571429em;
  display: inline-block;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.main-contents .item_R_B_H .txt {
  bottom: 0.6428571429em;
  right: 0.6428571429em;
}
.main-contents .item_R_B_V .txt {
  bottom: 0.6428571429em;
  right: 0.6428571429em;
  display: inline-block;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.main-contents .item_cnt .txt {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  background: none !important;
}

.top_img {
  margin: 4.2857142857rem 10% 0;
}
.top_img img {
  display: inline-block;
  margin: 0;
}
.top_img .img_R {
  text-align: right;
  margin-bottom: 1.4285714286rem;
}
.top_img .img_L {
  text-align: left;
}

.youtbe-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.youtbe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.alink_info {
  margin: 2.1428571429rem 0;
  background-color: #fff;
  border-radius: 10px;
  padding: 2rem 3rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 736px) {
  .alink_info {
    margin: 8% 0 0 0;
    padding: 8% 3%;
  }
}
.alink_info .info_ttl {
  padding-bottom: 1.1428571429rem;
  border-bottom: 3px dotted #ce1326;
  margin-bottom: 1em;
}
.alink_info ul {
  width: 100%;
  list-style-type: none;
  overflow: auto;
  max-height: 24.2857142857rem;
}
.alink_info ul li {
  margin-bottom: 0.5em;
  display: block;
}
.alink_info ul li :hover {
  background-color: #f0f0f0;
  transition: 0.5s;
  border-radius: 0.7142857143rem;
}
.alink_info ul li a {
  text-decoration: none;
  display: flex;
  padding: 0.7142857143rem 0;
  padding-left: 0.7142857143rem;
}
@media only screen and (max-width: 736px) {
  .alink_info ul li a {
    flex-direction: column;
    padding-left: 0;
  }
}
.alink_info ul li span.news_date {
  width: 15%;
}
@media only screen and (max-width: 736px) {
  .alink_info ul li span.news_date {
    width: 100%;
    margin-bottom: 0.3em;
  }
}
.alink_info ul li span.news_text {
  width: 82%;
}
@media only screen and (max-width: 736px) {
  .alink_info ul li span.news_text {
    width: 100%;
    text-decoration: underline;
  }
}

.alink_info2 {
  margin: 0.7142857143rem 0;
  background-color: #fff;
  border-radius: 10px;
  padding: 2rem 3rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 736px) {
  .alink_info2 {
    margin: 8% 0 0 0;
    padding: 8% 3%;
  }
}
.alink_info2 .info_ttl {
  padding-bottom: 0.7142857143rem;
  border-bottom: 3px dotted #000;
  margin-bottom: 1em;
}
.alink_info2 ul {
  width: 100%;
  list-style-type: none;
  overflow: auto;
  max-height: 24.2857142857rem;
}
.alink_info2 ul li {
  margin-bottom: 0.5em;
  display: block;
}
.alink_info2 ul li :hover {
  background-color: #f0f0f0;
  transition: 0.5s;
  border-radius: 0.7142857143rem;
}
.alink_info2 ul li a {
  text-decoration: none;
  display: flex;
  padding: 0.7142857143rem 0;
  padding-left: 0.7142857143rem;
}
@media only screen and (max-width: 736px) {
  .alink_info2 ul li a {
    flex-direction: column;
    padding-left: 0;
  }
}
.alink_info2 ul li span.news_date {
  width: 15%;
}
@media only screen and (max-width: 736px) {
  .alink_info2 ul li span.news_date {
    width: 100%;
    margin-bottom: 0.3em;
  }
}
.alink_info2 ul li span.news_text {
  width: 82%;
}
@media only screen and (max-width: 736px) {
  .alink_info2 ul li span.news_text {
    width: 100%;
    text-decoration: underline;
  }
}

/* お知らせ*/
.news_frex {
  border-radius: 10px;
  padding: 2.1428571429rem;
  margin-top: 3.2142857143rem;
  margin-bottom: 1.4285714286rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  background-color: #fff;
  /* media only */
}
.news_frex div {
  width: 23%;
  margin-bottom: 1.4285714286rem;
  margin-left: 0;
  margin-right: 0;
  list-style: none;
  padding: 0;
  color: #7d746f;
}
.news_frex div a {
  display: block;
  margin: 0 auto;
  text-decoration: none;
  color: #7d746f;
}
.news_frex div a img {
  width: 100%;
  border: solid #ccc 1px;
}
.news_frex div a:hover {
  opacity: 0.6;
  text-decoration: underline;
}
.news_frex .more-link {
  text-align: right !important;
  float: none;
  clear: both;
  display: block;
  width: 100%;
}
.news_frex h3 {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 736px) {
  .news_frex div {
    width: 100% !important;
    display: inline;
  }
  .news_frex div a {
    width: 100%;
  }
}

/* 運用サイト */
.operation_site {
  padding: 0;
  margin-top: 2.8571428571rem;
  margin-bottom: 1.4285714286rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  /* media only */
}
.operation_site div {
  width: 23%;
  margin-bottom: 1.4285714286rem;
  margin-left: 0;
  margin-right: 0;
  list-style: none;
  padding: 0;
  color: #7d746f;
}
.operation_site div a {
  display: block;
  margin: 0 auto;
  text-decoration: none;
  color: #7d746f;
}
.operation_site div a img {
  width: 100%;
}
.operation_site div a:hover {
  opacity: 0.6;
  text-decoration: underline;
}
.operation_site h3 {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 736px) {
  .operation_site div {
    width: 100% !important;
    display: inline;
  }
  .operation_site div a {
    width: 100%;
  }
}

.vp-center {
  display: block !important;
}

.mv_fade {
  opacity: 0;
  transition: 2s;
}

/* 採用情報ボタン */
.btn_recruit {
  position: absolute;
  top: 50px;
  right: 30px;
  z-index: 20;
  background-color: rgba(231, 0, 18, 0.9);
  border-radius: 50%;
  width: 140px;
  height: 140px;
}

.btn_recruit a {
  width: 140px;
  height: 140px;
  position: absolute;
  top: 80%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  text-decoration: none;
}

.btn_recruit a span {
  text-align: center;
  font-size: 13px;
}

.btn_recruit a:hover {
  color: #e70012;
}

.btn_recruit:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #e70012;
}

#fix-box {
  background: url(/img/fbnr_recruit.svg) 0 0 no-repeat;
  bottom: 50px;
  z-index: 20;
}

.fix-bn {
  width: 50px;
  height: 150px;
  position: fixed !important;
  position: absolute;
  right: 0;
  -webkit-transition: width ease-in-out 0.5s;
  -moz-transition: width ease-in-out 0.5s;
  -ms-transition: width ease-in-out 0.5s;
  -o-transition: width ease-in-out 0.5s;
  transition: width ease-in-out 0.5s;
}

.fix-bn a {
  display: block;
  width: 100%;
  height: 100%;
}