@charset "utf-8";
/* ---------------------------------------------------------------------------------------------

　   MV

--------------------------------------------------------------------------------------------- */
#header {
  position: fixed;
}
#mv,
#mv_wrapper {
  position: relative;
}
#mv_content {
  position: relative;
  z-index: 2;
}
.mv_marker_text {
  font-weight: bold;
  color: var(--maincolor);
  box-decoration-break: clone;  
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: .2em .4em;
  line-height: 2.2;
  background-color: #fff;
  letter-spacing: .1em;
}
.mv_text {
  margin-top: 1em;
  letter-spacing: .1em;
  line-height: 2.2em;
}
.mv_ph01,
.mv_ph02 {
  position: absolute;
  overflow: hidden;
}
.mv_ph01 {
  bottom: 0;
  left: 0;
  border-radius: 0 120px 0 0;
}
.mv_ph02 {
  right: 0;
  top: 0;
  border-radius: 0 0 0 120px;
}
#pickup {
  background: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 3;
}
#pickup .slider .slick-slide img {
  width: 100%;
}

.scrolldown{
  position:absolute;
  z-index: 10;
}

.scrolldown span{
  position: absolute;
  left:10px;
  bottom:135px;
  color: #000;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.scrolldown:before {
  content: "";
  position: absolute;
  bottom:0;
  left:-4.5px;
  width:10px;
  height:10px;
  border-radius: 50%;
  background:var(--maincolor);
  animation:
    circlemove 3s ease-in-out infinite,
    cirlemovehide 3s ease-out infinite;
  z-index: 11;
}

@keyframes circlemove{
      0%{bottom:175px;}
     100%{bottom:-5px;}
 }

@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
 }

.scrolldown:after{
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width:1px;
  height: 180px;
  background:#000;
  z-index: 2;
}


@media only screen and ( max-width : 767px ) {
  #mv_wrapper {
    height: 190vw;
    padding: 20vw 4%;
  }
  .mv_ph01 {
    width: 80%;
  }
  .mv_ph02 {
    width: 50%;
  }
  .mv_marker_text {
    font-size: 9vw;
  }
  .mv_text {
    font-size: 4.4vw;
  }
  #pickup {
    width: 82%;
    margin: -50px 4% 0;
    padding: 30px 6px;
  }
  #pickup .slider {
    padding: 0 40px;
    max-width: 400px;
    margin: 0 auto;
  }
  .scrolldown {
    right: 35px;
    bottom: 50px;
  }
}
@media print, screen and ( min-width : 768px ) {
  #main {
    /*background: url(../img/top/news_bg.png) no-repeat 0 37% / 96%,url(../img/top/bg.png) no-repeat 0 83% / 28%;*/
  }
  #mv_wrapper {
    height: 64vw;
    /*background: url(../img/top/mv_bg.png) no-repeat right top / 86%;*/
    max-height: 100vh;
  }
  .mv_marker_text {
    font-size: 2.8vw;
  }
  .mv_ph01 {
    width: 48.5%;
  }
  .mv_ph02 {
    width: 36.4%;
  }
  #mv_content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
    height: 100%;
    position: relative;
    z-index: 2;
    padding: 0 11%;
  }
  .mv_content_inner {
  }
  .mv_text {
    font-size: 1.2vw;
  }
  #pickup {
    max-width: 77%;
    margin : -12vw auto 0;
    padding: 3vw 5vw;
  }
  #pickup .slider {
    padding: 0 45px;
  }
  #pickup .slider .slick-slide {
    padding: 0 1vw;
  }
  .scrolldown {
    right: 60px;
    bottom: 45px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   INFORMATION

--------------------------------------------------------------------------------------------- */
#information {
  overflow: hidden;
}
#important_information,
#news {
  background: #fff;
  position: relative;
  border-radius: 20px 0 0 20px;
}
#important_information:after,
#news:after {
  content: "";
  position: absolute;
  background: #fff;
  top: 0;
  left: 100%;
  width: 2000%;
  height: 100%;
  z-index: 2;
}
#important_information:before {
  content: "";
  position: absolute;
  background: var(--maincolor);
  top: 0;
  left: 100%;
  width: 2000%;
  height: 60px;
  z-index: 3;
}
#important_information {
  margin-bottom: 40px;
}
.important_information_title {
  background: var(--maincolor);
  color: #fff;
  border-radius: 20px 0 0 0;
  position: relative;
  height: 60px;
  margin-bottom: 25px;
}
.news_title {
  margin-bottom: 25px;
}
.news_title .tit_en {
  color: var(--maincolor);
  line-height: 1;
  font-size: 48px;
}
.news_title .tit_jp {
  font-weight: 400;
}
@media only screen and ( max-width : 767px ) {
  #important_information {
    padding-bottom: 30px;
  }
  #news {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .important_information_title h2 {
    font-size: 28px;
  }
  .news_title .tit_en {
    display: block;
    margin-bottom: 5px;
  }
  .important_information_title,
  .important_information_content,
  .news_title,
  .news_content {
    padding-left: 30px;
  }
}
@media print, screen and ( min-width : 768px ) {
  #information {
  }
  #important_information,
  #news {
    margin-left: 70px;
    border-radius: 20px 0 0 20px;
  }
  #important_information {
    padding-bottom: 60px;
  }
  #news {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .important_information_title,
  .important_information_content,
  .news_title,
  .news_content {
    padding-left: 100px;
  }
  .important_information_title h2 {
    font-size: 32px;
  }
  .news_title h2 {
    display: flex;
    align-items: center;
  }
  .news_title .tit_en {
    margin-right: 20px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   MESSAGE

--------------------------------------------------------------------------------------------- */
#message {
  overflow: hidden;
}
#message .container {
  position: relative;
}
.message_illust {
  position: absolute;
  z-index: 2;
}
.message_content {
  background: #fff;
  border-radius: 20px 0 0 20px;
  position: relative;
}
.message_content p {
  margin-bottom: 1.5em;
  line-height: 2em;
  letter-spacing: .05em;
}
.message_content .btn {
  margin-top: 50px;
}
.message_content:after {
  content: "";
  position: absolute;
  background: #fff;
  top: 0;
  left: 100%;
  width: 2000%;
  height: 100%;
  z-index: 2;
}
.message_img {
  z-index: 4;
  position: relative;
}
@media only screen and ( max-width : 767px ) {
  .message_title {
    margin-bottom: 40px;
  }
  .message_img_pc {
    display: none;
  }
  .message_content {
    padding: 290px 30px 40px 30px;
    margin-top: -180px;
  }
  .message_illust {
    max-width: 210px;
    bottom: -75px;
    left: 50%;
    transform: translateX(-50%);
  }
  .message_img {
    text-align: center;
  }
  .message_img .round_img {
    max-width: 90%;
  }
}
@media print, screen and ( min-width : 768px ) {
  .message_title,
  .message_content {
    margin-left: 70px;
  }
  .message_title {
    margin-bottom: 65px;
    padding-top: 45px;
  }
  .message_img {
    width: 42%;
  }
  .message_illust {
    bottom: -25%;
    right: 14%;
    max-width: 64%;
  }
  .message_content {
    padding: 40px 30px 60px 40px;
  }
  .message_wrapper {
    width: 58%;
  }
  .message_img_sp {
    display: none;
  }
}
@media print, screen and ( min-width : 992px ) {
  .message_content {
    padding: 60px 70px 120px;
  }
}



/* ---------------------------------------------------------------------------------------------

　   FACILITY

--------------------------------------------------------------------------------------------- */

.tab-group {
  display: flex;
  justify-content: center;
}
.tab-group li {
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.tab-group li span {
  display: block;
  text-align: center;
}
.panel {
  display: none;
}
.panel.is-show {
  display: block;
}
.tab {
  cursor: pointer;
  background: #fff;
  color: var(--maincolor);
  font-weight: bold;
  position: relative;
}
.tab.is-active {
  background: var(--maincolor);
  color: #fff;
}
.tab.is-active:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 15px solid var(--maincolor);
}
.facility_box {
  background: #fff;
  border-radius: 20px;
}
.facility_box a {
  display: block;
}
.facility_thumb {
  margin-bottom: 30px;
}
.facility_thumb img {
  border-radius: 20px;
}

.facility_box h3 {
  text-align: center;
  margin-bottom: 1em;
  font-size: 20px;
}
.facility_box p {
  line-height: 1.8em;
}
.facility_text {
  line-height: 2em;
}

@media only screen and ( max-width : 767px ) {
  .tab-group {
    margin-bottom: 40px;
  }
  .tab-group li {
    flex: auto;
    margin-right: 10px;
    height: 36px;
  }
  .tab-group li:last-child {
    margin-right: 0;
  }
  .facility_list {
    max-width: 340px;
    margin: 40px auto 0;
  }
  .facility_box {
    margin-bottom: 20px;
    padding: 40px 30px;
  }
  .facility_box:last-child {
    margin-bottom: 0;
  }
  .facility_title_content .marker_text {
    white-space: nowrap;
  }
}
@media only screen and ( max-width : 575px ) {
}
@media print, screen and ( min-width : 768px ) {
  .tab-group {
    margin-bottom: 50px;
  }
  .tab-group li {
    height: 50px;
    font-size: 24px;
  }
  .facility_list {
    margin-top: 60px;
  }
  .facility_box {
    width: 32%;
    margin-right: 2%;
    padding: 40px;
  }
  .facility_box:nth-child(3n) {
    margin-right: 0;
  }
  .tab-group li {
    width: 32%;
    margin-right: 2%;
  }
  .tab-group li:last-child {
    margin-right: 0;
  }
}
@media print, screen and ( min-width : 992px ) {
  .facility_title {
    width: 188px;
  }
  .facility_content {
    width: calc(100% - 188px);
  }
  .facility_title .en_title {
    margin-left: 20px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   RECRUIT

--------------------------------------------------------------------------------------------- */
#recruit .container {
  position: relative;
}
.recruit_illust {
  position: absolute;
  z-index: 2;
}
.recruit_content {
  background: #fff;
  border-radius: 0 20px 20px 0;
  position: relative;
  z-index: 2;
}
.recruit_content p {
  margin-bottom: 1.5em;
  line-height: 2em;
  letter-spacing: .05em;
}
.recruit_content .btn {
  margin-top: 30px;
}
.recruit_content:after {
  content: "";
  position: absolute;
  background: #fff;
  top: 0;
  right: 100%;
  width: 2000%;
  height: 100%;
  z-index: 2;
}
.recruit_img {
  z-index: 4;
  position: relative;
}
@media only screen and ( max-width : 767px ) {
  #recruit {
    margin-bottom: 40px;
  }
  .recruit_title {
    margin-bottom: 40px;
  }
  .recruit_title .marker_text {
    white-space: nowrap;
  }
  .recruit_img_pc {
    display: none;
  }
  .recruit_content {
    padding: 215px 30px 140px;
    margin-top: -180px;
  }
  .recruit_illust {
    max-width: 206px;
    bottom: -40px;
    right: 0;
  }
  .recruit_dot_bg {
    display: none;
  }
  .recruit_img {
    text-align: center;
  }
  .recruit_img img {
    width: 90%;
  }
}
@media print, screen and ( min-width : 768px ) {
  .recruit_title {
    margin-left: 70px;
  }
  .recruit_title {
    margin-bottom: 65px;
    padding-top: 45px;
  }
  .recruit_img {
    width: 42%;
  }
  .recruit_illust {
    bottom: -60px;
    right: -70px;
    max-width: 64%;
  }
  .recruit_content {
    padding: 40px 30px 60px 40px;
    margin-right: 70px;
  }
  .recruit_wrapper {
    width: 58%;
  }
  .recruit_img_sp {
    display: none;
  }
  .recruit_dot_bg {
    position: absolute;
    right: 0;
    bottom: -180px;
    z-index: 10;
    width: 16%;
    z-index: 1;
  }
}
@media print, screen and ( min-width : 992px ) {
  .recruit_content {
    padding: 60px 70px 180px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

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

}
@media print, screen and ( min-width : 768px ) {

}
