@charset "UTF-8";


/****** commmon ******/
.category_ttl {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 80px;
  color: #fff;
  line-height: 1;
  text-align: center;
  background: #0ca7ff;
  padding: 40px 12px 48px;
  box-sizing: border-box;
}

.category_ttl h2 {
  font-size: 70px;
  font-weight: 400;
}

.category_ttl p.ttl_sub {
  font-size: 20px;
  padding-top: 16px;
}

.category_ttl p.copy {
  padding-top: 16px;
}

@media only screen and (max-width: 768px) {
  .category_ttl {
    width: 100%;
    margin-top: 8%;
    margin-bottom: 12%;
    padding: 4%;
    box-sizing: border-box;
  }

  .category_ttl h2 {
    font-size: 8vw;
  }

  .category_ttl p.ttl_sub {
    font-size: 4vw;
    padding-top: 4%;
  }

  .category_ttl p.copy {
    padding-top: 4%;
  }
}

.bl_imageTextSection h3 {
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 2em;
}

.bl_imageTextSection {
	margin-bottom: 7em;
}


/****** mv ******/
#mv {
  position: relative;
  background: url(../img/index/mv_bg.svg) left top no-repeat;
  background-size: cover;
  box-sizing: border-box;
}

#mv .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1260px;
  min-height: 575px;
  padding-top: 180px;
  padding-bottom: 0;
  box-sizing: border-box;
}

#mv .container .slider {
  width: 50%;
}


#mv .container .mv_txt {
  position: absolute;
  right: 40px;
  bottom: 40px;
  max-width: 45%;
  font-size: 18px;
  box-sizing: border-box;
	color: #000000;
	line-height: normal;
}

#mv .container .mv_txt h2 {
  padding-bottom: 16px;
  font-size: 40px;
	color: #000000;
}

#mv #news {
  position: absolute;
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1180px;
  padding: 24px;
  background: rgba(37, 143, 216, 0.8);
  color: #fff;
  box-sizing: border-box;
}

#mv #news .news_info {
  position: relative;
  max-width: 980px;
  width: 100%;
  margin: auto;
}

#mv #news .news_info dl {
  display: flex;

}

#mv #news .news_info dl dt {
  width: 90px;
  padding: 6px 0;
  font-size: 12px;
  text-align: center;
  background: #ff837b;
  box-sizing: border-box;
}

#mv #news .news_info dl dd {
  padding: 4px 0;
  margin-left: 20px;
}

#mv #news .news_info dl dd.day {
  width: 108px;
  border-left: none;
}

#mv #news .news_info dl dd.txt {
  padding-left: 20px;
  border-left: 1px solid #fff;
}

#mv #news .news_info dl dd a {
  color: #fff;
}

#mv #news .news_info dl dd a::after {
  background: #ffff96;
}

#mv #news .news_info dl dd a::before {
  border: 1px solid #ffff96;
  background: #ffff96;
}

@media only screen and (max-width: 768px) {

	.bl_imageTextSection h3 {
		text-align: center;
		font-size: 1.2em;
		margin-bottom: 2em;
	}

	.bl_imageTextSection {
		margin-bottom: 5em;
	}
	.bl_imageTextSection_body {
		margin-top: -3em;
	}
  #mv {
    padding-bottom: 40%;
		margin-bottom: -40%;
    background: url(../img/index/mv_bg.svg) left 62% no-repeat;
    background-size: contain;
  }

  #mv .container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    max-width: 100%;
    min-height: auto;
    padding-top: 1em;
    padding-bottom: 0px;
    box-sizing: border-box;
  }

  #mv .container .slider {
    width: 100%;
  }

  #mv .container .mv_txt {
    position: static;
    right: 0px;
    max-width: 100%;
    margin-bottom: 0;
    padding: 8% 0;
    font-size: 4vw;
  }

  #mv .container .mv_txt h2 {
    padding-bottom: 4%;
    font-size: 5.2vw;
  }

  #mv #news {
    position: static;
    display: flex;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1180px;
    padding: 4%;
  }

  #mv #news .news_info {
    max-width: 980px;
    width: 100%;
    margin: auto;
  }

  #mv #news .news_info dl {
    display: flex;
    flex-direction: column;
  }

  #mv #news .news_info dl dt {
    width: 90px;
    margin-bottom: 4%;
  }

  #mv #news .news_info dl dd {
    padding: 4px 0;
    margin-left: 0;
  }

  #mv #news .news_info dl dd.day {
    width: 108px;
    border-left: none;
  }

  #mv #news .news_info dl dd.txt {
    padding-left: 4%;
    border-left: none;
    border-bottom: 1px solid #fff;
  }

}




/****** pickup_about ******/
#about {
  margin-top: 80px;
  background: url(../img/common/bg_wave01.svg) right bottom no-repeat fixed;
  background-size: 80%;
  padding-bottom: 6%;
}

#about .box {
  position: relative;
  padding-bottom: 76px;
  margin-bottom: 60px;
}

#about .bnr {
  position: absolute;
  background: #fff;
  box-sizing: border-box;
  z-index: 10;
  bottom: 0;
  right: 100px;
  min-width: 540px;
  padding: 12px 20px 20px 12px;
  border-bottom: 4px solid #0ca7ff;
  transition: 0.5s;
}

#about .bnr::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #0ca7ff;
  opacity: 0.2;
  transition: 0.2s;
  transform-origin: left top;
  transform: scale(0, 1);
}

#about a:hover .bnr::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

#about a:hover .bnr {
  background: #dcf4ff;
}

#about .bnr.change {
  right: initial;
  left: 100px;
}

#about .bnr .ttl {
  position: relative;
  color: #0ca7ff;
}

#about .bnr .ttl:after {
  position: absolute;
  content: "";
  top: 50%;
  width: 60px;
  height: 1px;
  margin-left: 16px;
  background: #0ca7ff;
}

#about .box h3 {
  padding-top: 20px;
  padding-left: 40px;
  font-size: 30px;
  font-weight: 700;
  color: #333;
  text-align: left;
}

#about .box .more {
  font-size: 12px;
  margin-top: 32px;
}

#about .bnr .more {
  display: flex;
  justify-content: flex-end;
  margin-left: 0;
  padding-right: 24px;
  color: #0ca7ff;
}

#about .bnr .more::before {
  right: 0px;
}

#about .bnr .more::before {
  width: 17px;
  height: 17px;
  border: 1px solid #0ca7ff;
  background: #0ca7ff;
}

#about .bnr .more::after {
  right: 7px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
  #about {
    margin-top: 12%;
  }

  #about .box {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 8%;
  }

  #about .bnr {
    position: static;
    min-width: 100%;
    bottom: 0;
    padding: 4%;
    border-bottom: 2px solid #0ca7ff;
    transition: 0.5s;
  }

  #about .bnr.change {
    right: initial;
    left: 0;
  }

  #about .bnr .ttl {
    position: relative;
    color: #0ca7ff;
  }

  #about .box h3 {
    padding-top: 8%;
    padding-left: 4%;
    font-size: 5.2vw;
  }

  #about .box .more {
    font-size: 3.6vw;
    margin-top: 4%;
  }

  #about .bnr .more {
    display: flex;
    justify-content: flex-end;
    margin-left: 0;
    padding-right: 24px;
    color: #0ca7ff;
  }

  #about .bnr .more::before {
    right: 0px;
  }

  #about .bnr .more::before {
    width: 17px;
    height: 17px;
    border: 1px solid #0ca7ff;
    background: #0ca7ff;
  }

  #about .bnr .more::after {
    right: 7px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}


/****** pickup ******/
#pickup {
  margin-top: 6%;
}

#pickup .box {
  position: relative;
  padding-bottom: 80px;
}

#pickup .bnr {
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 40px;
  max-width: 520px;
  padding: 40px;
  transition: 0.5s;
  background: #fff;
  box-sizing: border-box;
}

#pickup .bnr::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #0ca7ff;
  opacity: 0.2;
  transition: 0.2s;
  transform-origin: left top;
  transform: scale(0, 1);
}

#pickup a:hover .bnr::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

#pickup a:hover .bnr {
  background: #dcf4ff;
}

#pickup figure {
  transition: 0.5s;
}


#pickup .bnr .ttl:after {
  background: #258fd8;
}

#pickup .bnr h3 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  color: #333;
  text-align: left;
}

#pickup .bnr .copy {
  color: #333;
}

#pickup .bnr .ttl {
  position: relative;
  color: #0ca7ff;
}

#pickup .bnr .ttl:after {
  position: absolute;
  content: "";
  top: 50%;
  width: 60px;
  height: 1px;
  margin-left: 16px;
  background: #0ca7ff;
}

#pickup .bnr .more {
  margin-top: 12px;
  padding-right: 24px;
}

#pickup .bnr .more::before {
  right: 0px;
}

#pickup .bnr .more::before {
  width: 17px;
  height: 17px;
  border: 1px solid #0ca7ff;
  background: #0ca7ff;
}

#pickup .bnr .more::after {
  right: 7px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
  #pickup {}

  #pickup .bnr {
    position: static;
    top: 0;
    right: 0;
    min-width: 100%;
    padding: 4%;
  }

  #pickup .bnr h3 {
    padding-top: 4%;
    padding-bottom: 4%;
    font-size: 4.8vw;
  }

  #pickup .bnr .more {
    margin-top: 8%;
  }
}



/****** works ******/
#works {
  padding: 6% 0;
  background: url(../img/common/bg_wave02.svg) left 120% no-repeat fixed;
  background-size: 80%;
}

@media only screen and (max-width: 768px) {
  #works {
    margin-top: 12%;
    background: url(../img/common/bg_wave02.svg) center bottom no-repeat;
    background-size: contain;
  }
}





/****** gallery ******/
#gallery {
  margin-top: 8%;
  padding-bottom: 6%;
  background: #0ca7ff;
  color: #fff;
}

#gallery .category_ttl {
  margin-bottom: 0;
  background: none;
}

#gallery .category_ttl .ttl {
  padding-top: 24px;
  font-size: 30px;
}

#gallery .slider {
  width: 100%;
  margin: auto;
}

#gallery .slider li {
  padding: 0 40px;
  box-sizing: border-box;
}

#gallery .slider .prev,
#gallery .slider .next {
  display: inline-block;
  padding: 0 16px 0 0;
  color: #258fd8;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  cursor: pointer;
}

#gallery .slider .prev::before,
#gallery .slider .prev::after,
#gallery .slider .next::before,
#gallery .slider .next::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  z-index: 10;
}

#gallery .slider .prev::before,
#gallery .slider .next::before {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}

#gallery .slider .prev::before {
  left: 280px;
}

#gallery .slider .next::before {
  right: 280px;
}


#gallery .slider .prev::after,
#gallery .slider .next::after {
  width: 16px;
  height: 16px;
}

#gallery .slider .prev::after {
  left: 295px;
  border-top: 1px solid #0c3388;
  border-right: 1px solid #0c3388;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#gallery .slider .next::after {
  right: 295px;
  border-top: 1px solid #0c3388;
  border-right: 1px solid #0c3388;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 768px) {
  #gallery {
    margin-top: 8%;
    padding-top: 4%;
    padding-bottom: 4%;
  }

  #gallery .category_ttl {
    margin-bottom: 0;
    background: none;
  }

  #gallery .category_ttl .ttl {
    padding-top: 8%;
    font-size: 5.2vw;
  }

  #gallery .slider {
    width: 100%;
    margin: auto;
  }

  #gallery .slider li {
    padding: 0 40px;
    box-sizing: border-box;
  }

  #gallery .slider li .copy {
    width: 90%;
    margin: 8% auto 0;
  }

  #gallery .slider .prev,
  #gallery .slider .next {
    display: inline-block;
    padding: 0 16px 0 0;
    color: #258fd8;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    cursor: pointer;
  }

  #gallery .slider .prev::before,
  #gallery .slider .prev::after,
  #gallery .slider .next::before,
  #gallery .slider .next::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    z-index: 10;
  }

  #gallery .slider .prev::before,
  #gallery .slider .next::before {
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
  }

  #gallery .slider .prev::before {
    left: 2%;
  }

  #gallery .slider .next::before {
    right: 2%;
  }


  #gallery .slider .prev::after,
  #gallery .slider .next::after {
    width: 12px;
    height: 12px;
  }

  #gallery .slider .prev::after {
    left: 6%;
  }

  #gallery .slider .next::after {
    right: 6%;
  }
}


/****** works ******/
#recruit {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../img/common/bg_wave01.svg) 0 60px no-repeat;
  background-size: cover;
}

#recruit .recruit-box,
#recruit .recruit-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 80px;
}

#recruit .recruit-box li {
  position: relative;
  width: 33.33333%;
}

#recruit .recruit-box li p {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

#recruit .recruit-box li figure {
  width: 100%;
  height: 220px;
  background: #0ca7ff;
  overflow: hidden;
}

#recruit .recruit-box li a img {
  transition: 0.5s;
}

#recruit .recruit-box li a:hover img {
  transform: scale(1.2, 1.2);
  opacity: 0.7;
}

#recruit .recruit-links {
  max-width: 640px;
  margin: 80px auto 0;
}

#recruit .recruit-links li {
  width: 100%;
}

#recruit .recruit-links li a {
  display: block;
  padding: 50px;
  font-size: 30px;
  color: #ffff96;
  text-align: center;
}

#recruit .recruit-links li a.entry {
  background: #2ea7e0;
}

#recruit .recruit-links li a.mypage {
  background: #0ca7ff;
}

#recruit .recruit-links li a:hover {
  background: #0c3388;
}

@media only screen and (max-width: 768px) {
  #recruit {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  #recruit .recruit-box,
  #recruit .recruit-links {
    flex-direction: column;
    margin-top: 8%;
  }

  #recruit .recruit-box li {
    position: relative;
    width: 100%;
  }

  #recruit .recruit-box li p {
    font-size: 4vw;
  }

  #recruit .recruit-box li figure {
    width: 100%;
    height: auto;
    background: none;
  }

  #recruit .recruit-links {
    max-width: 860px;
    margin: 8% auto 0;
  }

  #recruit .recruit-links li {
    width: 80%;
    margin: 0 auto 4%;
  }

  #recruit .recruit-links li a {
    padding: 8%;
    font-size: 4vw;
  }
}
