@charset "UTF-8";


/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

/* アニメーション設定 */

/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

.black {
  display: block;
  background-color: #005DAC;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

#contents_introduction .line01 .black {
  background-color: #fff;
}

#contents_interview .line01 .black, #contents_work .line01 .black {
  background-color: #005DAC;
}

.contents_wrapper > .contents_inner .contents_title .line {
  display: block;
  position: relative;
  max-height: 55px;
}

.contents_wrapper > .contents_inner .contents_title .line .texts {
  display: block;
  opacity: 0;
}

#contents_introduction .line, #contents_interview .line, #contents_work .line {
  text-align: center;
  max-height: 103px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#contents_point .line, #contents_project .line {
  text-align: center;
  max-height: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


#contents_introduction h2 span {
  font-size: 8rem;
  letter-spacing: 0.1em;
  color: #FFF;
  text-align: left;
  display: inline-block;
  font-weight: 500;
}

#contents_interview h2 span {
  font-size: 8rem;
  letter-spacing: 0.1em;
  color: #005DAC;
  text-align: left;
  display: inline-block;
  font-weight: 500;
}

#contents_point h2 span, #contents_project h2 span {
  font-size: 7rem;
  color: #005DAC;
  text-align: left;
  display: inline-block;
  font-weight: 500;
}



/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

/* MV */

/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

.ie_svg {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, .ie_svg {
  width: 292px;
  height: 133px;
  top: 30px;
  display: block;
  position: relative;
}

_:-ms-lang(x)::-ms-backdrop, #infi {
  display: none;
}

#infi {
  width: 23vw;
  position: relative;
  overflow: visible;
}

#contents_mv .contents_wrapper {
  width: 100%;
  height: 100vh;
  min-height: 750px;
  position: relative;
}

#contents_mv .mv{
  background: url('../images/index_main.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  height: 93vh;
  width: 95%;
}

#contents_mv .contents_title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 1;
  top: 35%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

_:-ms-lang(x)::-ms-backdrop, #contents_mv .contents_title {
  align-items: stretch;
}

#contents_mv .contents_title h2{
  font-size: 11vw;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding-right: 2%;
}

/* #contents_mv .contents_title img {
  width: 300px;
} */

#contents_mv .contents_box {
  position: absolute;
  top: 120%;
  left: 6%;
  margin: auto;
  max-width: 480px;
}

#contents_mv .contents_box .contents_headline {
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 12px;
}

#contents_mv .contents_box .contents_inner_txt {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  line-height: 2;
}

#contents_mv .contents_scroll {
  width: 120px;
  position: absolute;
  bottom: 11vh;
  left: 0;
  right: 0;
  margin: auto;
}

#contents_mv .contents_scroll a.scroll {
  transition: .3s;
}

#contents_mv .contents_scroll .scroll {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 auto;
  display: block;
  text-align: center;
  /* position: absolute; */
  color: #000;
  /* bottom: 12vh; */
  left: 0;
  right: 0;
}

@-webkit-keyframes scrollBar {
  0% {
    top: 0%;
    bottom: 0%;
    height: 100%;
  }
  25% {
    top: 100%;
    bottom: 0%;
    height: 0%;
  }
  25.1% {
    top: 0%;
    bottom: 100%;
    height: 0%;
  }
  50% {
    top: 0%;
    bottom: 100%;
    height: 100%;
  }
  100% {
    top: 0%;
    bottom: 100%;
    height: 100%;
  }
}

@keyframes scrollBar {
  0% {
    top: 0%;
    bottom: 0%;
    height: 100%;
  }
  25% {
    top: 100%;
    bottom: 0%;
    height: 0%;
  }
  25.1% {
    top: 0%;
    bottom: 100%;
    height: 0%;
  }
  50% {
    top: 0%;
    bottom: 100%;
    height: 100%;
  }
  100% {
    top: 0%;
    bottom: 100%;
    height: 100%;
  }
}

#contents_mv .scroll-bar {
  width: 1px;
  height: 56px;
  background: #009DDB;
  display: inline-block;
  position: absolute;
  /* bottom: 6vh; */
  left: 0;
  right: 0;
  margin: 10px auto;
}

#contents_mv .scroll-bar::after {
    content: "";
    width: 1px;
    height: 56px;
    background: #000;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-animation: scrollBar 2s ease-in-out infinite normal;
    animation: scrollBar 2s ease-in-out infinite normal;
}

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

  .ie_svg {
    display: none;
  }

  .side_title {
    display: none;
  }

  #infi {
    width: 70%;
    max-width: 280px;
    position: relative;
    overflow: visible;
  }

  #contents_mv .contents_wrapper {
    width: 100vw;
    height: 95vh;
    padding-top: 70px;
    margin-bottom: 5%;
    min-height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
  }

  #contents_mv .mv {
    width: 90%;
    height: 95%;
    background: url('../images/index_main_sp.jpg') no-repeat;
    background-size: cover;
    background-position: top center;
    margin: 0;
  }

  #contents_mv .contents_title {
    top: 22vh;
		display: block;
  }

  #contents_mv .contents_title h2 {
    font-size: 4.2rem;
    margin-bottom: 10px;
    letter-spacing: 0;
  }

  /* #contents_mv .contents_title img {
    width: 70%;
    max-width: 233px;
  } */

  #contents_mv .contents_scroll {
    bottom: 8%;
  }

  #contents_mv .contents_scroll .scroll {
    font-size: 1.2rem;
  }

  #contents_mv .scroll-bar, #contents_mv .scroll-bar::after {
    height: 40px;
  }

  #contents_mv .contents_box {
    width: 70%;
    top: 115%;
    left: 0;
    right: 0;
  }

  #contents_mv .contents_box .contents_headline {
    letter-spacing: 0;
    font-size: 1.2rem;
    text-align: left;
    line-height: 2;
  }

  #contents_mv .contents_box .contents_inner_txt {
    font-size: 1.0rem;
  }

}

@media screen and (min-width: 751px) and (max-width: 1050px) {

  #contents_mv .contents_title h2{
    font-size: 14vw;
    letter-spacing: 0.1em;
    font-weight: 500;
  }

  _:-ms-lang(x)::-ms-backdrop, .ie_svg {
    display: block;
    width: 15%;
    height: 15%;
  }


}


/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

/* Introduction */

/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

#contents_introduction .contents_wrapper {
  width: 100%;
  height: 75vh;
  min-height: 750px;
  max-height: 790px;
  background: #009DDB;
}

#contents_introduction .mv_introduction{
  background: url('../images/introduction_main.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  width: 95%;
  height: 100%;
  max-height: 645px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#contents_introduction .contents_title {
  position: absolute;
  top: -60px;
  right: 2%;
  width: 500px;
}

#contents_introduction .contents_box {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  margin: auto;
  color: #FFF;
  width: 715px;
}

#contents_introduction .contents_headline {
  font-size: 3.4rem;
  text-align: center;
  margin-bottom: 60px;
  font-weight: bold;
  letter-spacing: 0.2em;
}

#contents_introduction .contents_inner_txt {
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}

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

  #contents_introduction .contents_wrapper {
    min-height: 750px;
    max-height: 750px;
  }

  #contents_introduction .mv_introduction {
    width: 90%;
    position: relative;
    top: 50px;
    background: url(../images/introduction_main_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0px auto;
    max-height: 680px;
  }

  #contents_introduction .contents_title {
    width: 100%;
    left: 0;
    right: 0;
    top: -4%;
  }

  #contents_introduction h2 span {
    font-size: 3.6rem;
  }

  #contents_introduction .contents_box {
    width: 85%;
    top: 5%;
  }

  #contents_introduction .contents_headline {
    font-size: 2.8rem;
    margin-bottom: 40px;
  }

  #contents_introduction .contents_inner_txt {
    font-size: 1.3rem;
    line-height: 1.8;
    text-align: left;
  }

}


/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

/* Interview */

/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

#contents_interview {
  margin-bottom: 100px;
}


#contents_interview .contents_wrapper, #contents_point .contents_wrapper, #contents_project .contents_wrapper, #contents_6point .contents_wrapper, #contents_work .contents_wrapper {
  width: 100%;
  max-width: 1220px;
  min-height: 650px;
  margin: auto;
}

#contents_interview .contents_wrapper, #contents_work .contents_wrapper, #contents_work .contents_wrapper {
  margin: 40px auto;
}

#contents_interview .contents_inner, #contents_point .contents_inner, #contents_project .contents_inner, #contents_6point .contents_inner, #contents_work .contents_inner {
  width: 100%;
  height: 100%;
  max-height: 540px;
  position: absolute;
  top: 10%;
}

#contents_interview .contents_title {
  position: absolute;
  top: -60px;
  left: 5%;
  width: 500px;
  z-index: 2;
}

.contents_imageBox {
  width: 791px;
  height: 468px;
}

.contents_linkBox {
  width: 500px;
  height: 455px;
  border: 8px solid #005DAC;
}

#contents_interview .contents_imageBox {
  background: url('../images/interview_main.jpg') no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
}

#contents_interview .contents_linkBox {
  position: absolute;
  top: 97px;
  right: 0;
  z-index: 1;
}

#contents_interview .contents_linkBox_inner {
    width: 320px;
    height: 240px;
    margin: 110px auto 90px auto;
    position: relative;
}

#contents_interview .contents_linkBox_inner .contents_headline, #contents_point .contents_linkBox_inner .contents_headline, #contents_project .contents_linkBox_inner .contents_headline {
  font-size: 2.4rem;
  color: #005DAC;
  text-align: left;
  margin-bottom: 30px;
  font-weight: bold;
}

#contents_interview .contents_linkBox_inner .contents_inner_txt, #contents_point .contents_linkBox_inner .contents_inner_txt, #contents_project .contents_linkBox_inner .contents_inner_txt {
  line-height: 2;
  text-align: left;
}

#contents_interview .contents_linkBox_inner a, #contents_point .contents_linkBox_inner a, #contents_project .contents_linkBox_inner a {
  width: 110px;
  display: block;
  text-align: left;
  position: absolute;
  right: 0;
  bottom: 0;
}

#contents_project .contents_linkBox_inner a {
  right: 60px;
}

#contents_interview .contents_linkBox_inner a span, #contents_point .contents_linkBox_inner a span, #contents_project .contents_linkBox_inner a span {
  font-weight: bold;
  color: #000;
  letter-spacing: 0.2em;
  position: relative;
  transition: .3s;
}

#contents_interview .contents_linkBox_inner a:hover span, #contents_point .contents_linkBox_inner a:hover span, #contents_project .contents_linkBox_inner a:hover span {
  color: #005DAC;
}

#contents_interview .contents_linkBox_inner a span::after, #contents_point .contents_linkBox_inner a span::after, #contents_project .contents_linkBox_inner a span::after {
  content: "";
  width: 50px;
  height: 1px;
  background: #000;
  position: absolute;
  right: -60px;
  top: 8px;
  transition: .3s;
}

#contents_interview .contents_linkBox_inner a:hover span::after, #contents_point .contents_linkBox_inner a:hover span::after, #contents_project .contents_linkBox_inner a:hover span::after {
  width: 65px;
  right: -75px;
  background: #005DAC;
}

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

  #contents_interview {
    margin-bottom: 0;
  }

  #contents_interview .contents_title {
    position: absolute;
    top: -4%;
    left: 0;
    width: 90%;
    z-index: 2;
  }

  #contents_interview .contents_title.sp_line {
    width: 190px;
    left: 3%;
  }


}

/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

/* Work stage */

/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

#contents_work {
  margin-bottom: 200px;
}

#contents_work h2 span {
  font-size: 7rem;
  color: #005DAC;
  text-align: left;
  display: inline-block;
  font-weight: 500;
}


#contents_work .contents_title {
  position: absolute;
  top: -50px;
  left: 0;
  width: 500px;
  z-index: 2;
}

#contents_work .contents_imageBox {
  background: url('../images/work_main.jpg') no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
}

#contents_work .contents_linkBox {
  position: absolute;
  top: 97px;
  right: 0;
  z-index: 1;
}

#contents_work .contents_linkBox_inner {
    width: 340px;
    height: 230px;
    margin: 110px 54px 100px 90px;
    position: relative;
}

#contents_work .contents_linkBox_inner .contents_headline {
  font-size: 2.4rem;
  color: #005DAC;
  text-align: left;
  margin-bottom: 30px;
  font-weight: bold;
}

#contents_work .contents_linkBox_inner .contents_inner_txt {
  line-height: 2;
  text-align: left;
}

#contents_work .contents_linkBox_inner a {
  width: 110px;
  display: block;
  text-align: left;
  position: absolute;
  right: 0;
  bottom: 0;
}

#contents_work .contents_linkBox_inner a span {
  font-weight: bold;
  color: #000;
  letter-spacing: 0.2em;
  position: relative;
  transition: .3s;
}

#contents_work .contents_linkBox_inner a:hover span {
  color: #005DAC;
}

#contents_work .contents_linkBox_inner a span::after {
  content: "";
  width: 50px;
  height: 1px;
  background: #000;
  position: absolute;
  right: -60px;
  top: 8px;
  transition: .3s;
}

#contents_work .contents_linkBox_inner a:hover span::after {
  width: 65px;
  right: -75px;
  background: #005DAC;
}

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

  #contents_work {
    margin-bottom: 0;
  }

  #contents_work .contents_title {
    position: absolute;
    top: -4%;
    left: 0;
    width: 90%;
    z-index: 2;
  }

  #contents_work .contents_title.sp_line {
    width: 190px;
    left: 3%;
  }


}


/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

/* Point */

/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

#contents_6point {
  margin-bottom: 100px;
}

#contents_point .contents_title {
  position: absolute;
  top: -50px;
  right: 5%;
  width: 650px;
  z-index: 2;
}

#contents_point .contents_imageBox {
  background: url('../images/point_main.jpg') no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  transition: .3s;
}

#contents_point .contents_linkBox {
  position: absolute;
  top: 97px;
  left: 0;
  z-index: 1;
}

#contents_point .contents_linkBox_inner {
  width: 320px;
  height: 282px;
  margin: 71px auto;
  position: relative;
}

#contents_point .point_number {
  position: absolute;
  right: 20px;
  bottom: -45px;
  font-size: 20rem;
  font-weight: 500;
  color: #005DAC;
  display: block;
}

#contents_6point .contents_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#point01, #point02, #point03, #point04 ,#point05, #point06 {
  width: 382px;
  height: 236px;
  position: relative;
}

.top_6point {
  width: 382px;
  height: 236px;
  position: relative;
  margin-bottom: 45px;
}

.top_6point_ttl {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-flow: column;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
}

.top_6point_ttl p {
  color: #FFF;
  font-weight: 500;
  font-size: 3rem;
  margin-bottom: 10px;
}

.top_6point_ttl span {
  color: #FFF;
  font-size: 1.4rem;
}

.top_6point.p1 {
  background: url('../images/6point_01.jpg') no-repeat;
  background-size: 100% auto;
  background-position: center center;
  transition: .3s;
}

.top_6point.p2 {
  background: url('../images/6point_02.jpg') no-repeat;
  background-size: 100% auto;
  background-position: center center;
  transition: .3s;
}

.top_6point.p3 {
  background: url('../images/6point_03.jpg') no-repeat;
  background-size: 100% auto;
  background-position: center center;
  transition: .3s;
}

.top_6point.p4 {
  background: url('../images/6point_04.jpg') no-repeat;
  background-size: 100% auto;
  background-position: center center;
  transition: .3s;
}

.top_6point.p5 {
  background: url('../images/6point_05.jpg') no-repeat;
  background-size: 100% auto;
  background-position: center center;
  transition: .3s;
}

.top_6point.p6 {
  background: url('../images/6point_06.jpg') no-repeat;
  background-size: 100% auto;
  background-position: center center;
  transition: .3s;
}

.top_6point span.top_point_number {
  position: absolute;
  left: 5px;
  top: -45px;
  color: #005DAC;
  font-size: 7rem;
  font-weight: 500;
}

.point_more {
  width: 72px;
  display: block;
  text-align: left;
  position: absolute;
  right: 15px;
  bottom: 16px;
}

.point_more span {
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 0.2em;
  position: relative;
  transition: .3s;
}

.point_more span::after {
  content: "";
    width: 25px;
    height: 1px;
    background: #FFF;
    position: absolute;
    right: -30px;
    top: 7px;
    transition: .3s;
}

a:hover .point_more span::after {
  width: 35px;
  right: -40px;
}

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

  #contents_interview .contents_wrapper, #contents_work .contents_wrapper {
    height: 420px;
    max-height: 420px;
    min-height: 420px;
    margin: 50px 0 0 0;
  }

  #contents_point .contents_wrapper {
    height: 420px;
    max-height: 420px;
    min-height: 420px;
  }

  #contents_interview .contents_inner, #contents_point .contents_inner, #contents_work .contents_inner {
    width: 90%;
    height: 100%;
    margin: 50px auto;
    max-height: 450px;
    position: relative;
    top: 0;
  }

  #contents_point .contents_title {
    position: absolute;
    top: -4%;
    right: 0;
    width: 90%;
    z-index: 2;
  }

  #contents_point .contents_title.sp_line {
    width: 272px;
    right: 2%;
  }

  #contents_point h2 span, #contents_interview h2 span, #contents_work h2 span {
    font-size: 3rem;
  }

  #contents_point .contents_imageBox, #contents_interview .contents_imageBox, #contents_work .contents_imageBox {
    width: 90%;
    height: 182px;
    z-index: 1;
    background-size: 100%;
    background-position: center;
  }

  #contents_point .contents_linkBox, #contents_interview .contents_linkBox, #contents_work .contents_linkBox {
    max-width: 500px;
    width: 80%;
    z-index: 0;
    top: 30%;
  }

  #contents_interview .contents_linkBox_inner, #contents_work .contents_linkBox_inner {
    width: 90%;
    height: auto;
    margin: 75px auto 50px auto;
  }

  #contents_point .contents_linkBox_inner {
    width: 90%;
    height: auto;
    margin: 75px auto 50px auto;
  }

  #contents_interview .contents_linkBox_inner .contents_headline, #contents_point .contents_linkBox_inner .contents_headline, #contents_work .contents_linkBox_inner .contents_headline {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 15px;
  }

  #contents_interview .contents_linkBox_inner .contents_inner_txt, #contents_point .contents_linkBox_inner .contents_inner_txt, #contents_work .contents_linkBox_inner .contents_inner_txt {
    font-size: 1.2rem;
  }

  #contents_interview .contents_linkBox_inner a, #contents_work .contents_linkBox_inner a {
    right: 0;
    bottom: -30px;
  }

  #contents_point .contents_linkBox_inner a {
    right: 0;
    bottom: -30px;
  }

  #contents_point .point_number {
    right: 3%;
    top: 33%;
    font-size: 6rem;
    z-index: 3;
  }

  .contents_linkBox {
    height: auto;
    border: 4px solid #005DAC;
  }

  #contents_interview .contents_linkBox_inner a span, #contents_point .contents_linkBox_inner a span, #contents_work .contents_linkBox_inner a span {
    font-size: 1.3rem;
  }

  #contents_interview .contents_linkBox_inner a span::after, #contents_point .contents_linkBox_inner a span::after, #contents_work .contents_linkBox_inner a span::after {
    width: 38px;
    right: -45px;
  }

  #contents_interview .contents_linkBox_inner a:hover span::after, #contents_point .contents_linkBox_inner a:hover span::after, #contents_work .contents_linkBox_inner a:hover span::after {
    width: 48px;
    right: -55px;
    background: #005DAC;
  }

  #contents_6point .contents_wrapper {
    width: 90%;
    min-height: 600px;
  }

  #contents_6point .contents_inner {
    top: 13%;
  }

  #contents_6point .contents_inner a{
    width: 47%;
    height: 150px;
  }

  #point01, #point02, #point03, #point04 ,#point05, #point06 {
    width: 100%;
    height: 150px;
  }

  .top_6point {
    width: 100%;
    max-height: 150px;
    background-size: cover !important;
    background-position: center;
    margin-bottom: 25px;
  }

  .top_6point.p1 {
    background: url('../images/6point_01_sp.jpg') no-repeat;
  }

  .top_6point.p2 {
    background: url('../images/6point_02_sp.jpg') no-repeat;
  }

  .top_6point.p3 {
    background: url('../images/6point_03_sp.jpg') no-repeat;
  }

  .top_6point.p4 {
    background: url('../images/6point_04_sp.jpg') no-repeat;
  }

  .top_6point.p5 {
    background: url('../images/6point_05_sp.jpg') no-repeat;
  }

  .top_6point.p6 {
    background: url('../images/6point_06_sp.jpg') no-repeat;
  }

  .top_6point span.top_point_number {
    font-size: 3.5rem;
    top: -25px;
    left: 15px;
  }

  .top_6point_ttl p {
    font-size: 1.7rem;
  }

  .top_6point_ttl span {
    font-size: 1.1rem;
  }

}


/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

/* Project */

/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

#contents_project {
  margin-bottom: 100px;
}


#contents_project .contents_title {
  position: absolute;
  top: -50px;
  right: 0;
  width: 650px;
  z-index: 2;
}

#contents_project .contents_imageBox {
  background: url('../images/project_main.jpg') no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  transition: .3s;
}

#contents_project .contents_linkBox {
  position: absolute;
  top: 97px;
  left: 0;
  z-index: 1;
}

#contents_project .contents_linkBox_inner {
    width: 355px;
    height: 250px;
    margin: 110px 75px 80px 55px;
    position: relative;
}

#contents_project .point_number {
  position: absolute;
  right: 20px;
  bottom: -45px;
  font-size: 20rem;
  font-weight: 500;
  color: #005DAC;
  display: block;
}

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

  #contents_project {
    margin-bottom: 0;
  }

  #contents_project .contents_wrapper {
    height: 420px;
    max-height: 420px;
    min-height: 420px;
  }

  #contents_interview .contents_inner, #contents_project .contents_inner {
    width: 90%;
    height: 100%;
    margin: 30px auto;
    max-height: 450px;
    position: relative;
    top: 0;
  }

  #contents_project .contents_title {
    position: absolute;
    top: -4%;
    right: 0;
    width: 90%;
    z-index: 2;
  }

  #contents_project .contents_title.sp_line {
    width: 272px;
    right: 2%;
  }

  #contents_project h2 span {
    font-size: 3rem;
  }

  #contents_project .contents_imageBox {
    width: 90%;
    height: 182px;
    z-index: 1;
    background-size: 100%;
    background-position: center;
  }

  #contents_project .contents_linkBox {
    max-width: 500px;
    width: 80%;
    z-index: 0;
    top: 30%;
  }

  #contents_project .contents_linkBox_inner {
    width: 90%;
    height: auto;
    margin: 75px auto 50px auto;
  }

  #contents_project .contents_linkBox_inner .contents_headline {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 15px;
  }

  #contents_project .contents_linkBox_inner .contents_inner_txt {
    font-size: 1.2rem;
  }

  #contents_project .contents_linkBox_inner a {
    right: 0;
    bottom: -30px;
  }

  #contents_project .point_number {
    right: 3%;
    top: 33%;
    font-size: 6rem;
    z-index: 3;
  }

  #contents_project .contents_linkBox_inner a span {
    font-size: 1.3rem;
  }

  #contents_project .contents_linkBox_inner a span::after {
    width: 38px;
    right: -45px;
  }

  #contents_project .contents_linkBox_inner a:hover span::after {
    width: 48px;
    right: -55px;
    background: #005DAC;
  }

}

/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

/* About */

/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

#contents_about {
  margin-top:-100px;
  padding-top:100px;
}

#contents_about .contents_wrapper {
  width: 100%;
  padding: 50px 0;
  margin: auto;
  background: #F7F8F8;
  margin-bottom: 72px;
}

#contents_about .contents_inner {
  width: 90%;
  max-width: 1220px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#contents_about .about_color {
	/* display:none; */
	width:100%;
	height:100%;
  position: absolute;
  top: 0;
  left: 0;
	background:#005DAC;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

#about01, #about02, #about03, #about04 {
  width: 100%;
  height: auto;
  position: relative;
}

.top_4about {
  width: 297px;
  height: 179px;
  position: relative;
}

.top_4about_ttl {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-flow: column;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
}

div.top_4about_ttl::after {
  content: "";
  background: url('../images/blank_ico.svg') no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.top_4about_ttl p {
  color: #FFF;
  font-weight: 500;
  font-size: 2.6rem;
  margin-bottom: 10px;
}

.top_4about_ttl span {
  color: #FFF;
  font-size: 1.4rem;
}

.top_4about {
  transition: .3s;
}

.top_4about.a1 {
  background: url('../images/top_4about_01.jpg') no-repeat;
  background-size: 100% auto;
  background-position: center center;
}

.top_4about.a2 {
  background: url('../images/top_4about_02.jpg') no-repeat;
  background-size: 100% auto;
  background-position: center center;
}

.top_4about.a3 {
  background: url('../images/top_4about_03.jpg') no-repeat;
  background-size: 100% auto;
  background-position: center center;
}

.top_4about.a4 {
  background: url('../images/top_4about_04.jpg') no-repeat;
  background-size: 100% auto;
  background-position: center center;
}

.about_tit {
  position: absolute;
    top: -10%;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    max-width: 360px;
    text-align: center;
    font-size: 4rem;
    letter-spacing: 0.1em;
    color: #005DAC;
}

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

  #contents_about {
    margin-top:-70px;
    padding-top:70px;
  }

  #contents_about .contents_wrapper {
    padding: 27px 0;
  }

  #contents_about .contents_inner {
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top_4about {
    width: 100%;
    height: 150px;
    position: relative;
    background-size: cover !important;
  }

  .link_a1, .link_a2, .link_a3, .link_a4 {
    width: 47%;
    height: 150px;
    margin-bottom: 5px;
  }

  .top_4about.a1 {
    background: url('../images/top_4about_01_sp.jpg') no-repeat;
  }

  .top_4about.a2 {
    background: url('../images/top_4about_02_sp.jpg') no-repeat;
  }

  .top_4about.a3 {
    background: url('../images/top_4about_03_sp.jpg') no-repeat;
  }

  .top_4about.a4 {
    background: url('../images/top_4about_04_sp.jpg') no-repeat;
  }

  .top_4about_ttl p {
    font-size: 1.7rem;
    margin-bottom: 5px;
  }

  .top_4about_ttl span {
    font-size: 1.1rem;
  }

  .about_tit {
      top: -6%;
      font-size: 2.6rem;
  }



}

/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

/* CAREER RECRUIT */

/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

#contents_career .contents_wrapper {
  width: 100%;
  margin: 80px auto;
  position: relative;
}

#contents_career .career_bg {
  width: 95%;
  height: 580px;
  margin: auto;
  background: url('../images/career_main.jpg') no-repeat;
  background-size: 100%;
  background-position: center center;
  transition: .3s;
}

#contents_career .contents_inner {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  position: absolute;
  top: 40%;
}

#contents_career .contents_inner p {
  color: #000;
  font-weight: bold;
}

.contents_career_title {
  width: 100%;
  text-align: center;
}

.contents_career_title img {
  width: 99%;
  height: auto;
  margin: 0 auto 32px auto;
}

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

  #contents_career .contents_wrapper {
    margin: 74px auto;
  }

  #contents_career .contents_inner {
    top: 40%;
  }

  #contents_career .career_bg {
    width: 90%;
    height: 330px;
    background-size: cover;
  }

  .contents_career_title img {
    width: 95%;
    height: auto;
    margin: 10px auto;
    display: block;
  }


}


/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

/* サブリンクエリア */

/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

#contents_sublink .contents_wrapper {
  width: 100%;
  max-width: 1220px;
  height: 360px;
  margin: 100px auto;
}

#contents_sublink .contents_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin: 0;
}

#sublink_left {
  width:602px;
	height:360px;
  margin-right: 0.64%;
  position: relative;
}

#sublink_right {
  width:602px;
	height:360px;
  margin-left: 0.64%;
  position: relative;
}

#sublink_left .sublink_color, #sublink_right .sublink_color {
	/* display:none; */
	width:100%;
	height:100%;
  position: absolute;
  top: 0;
  left: 0;
	background:#005DAC;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

#contents_6point .point_color {
	/* display:none; */
	width:100%;
	height:100%;
  position: absolute;
  top: 0;
  left: 0;
	background:#005DAC;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

#sublink_left .sublink_image_left {
  width: 602px;
  height: 360px;
  position: relative;
  background: url('../images/job_banner.jpg') no-repeat;
  background-size: 100%;
  background-position: center;
  transition: .3s;
}

#sublink_right .sublink_image_right {
  width: 602px;
  height: 360px;
  position: relative;
  background: url('../images/faq_banner.jpg') no-repeat;
  background-size: 100%;
  background-position: center;
  transition: .3s;
}

#sublink_left p, #sublink_right p {
  display: block;
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
  font-size: 3rem;
  color: #005DAC;
  text-align: center;
  line-height: 1.8;
  font-weight: 500;
}

#sublink_left span, #sublink_right span {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #005DAC;
  text-align: center;
}


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

  #contents_sublink .contents_wrapper {
    width: 90%;
    height: auto;
    margin: 30px auto 70px auto;
  }

  #contents_sublink .contents_inner {
    display: block;
  }

  #sublink_left, #sublink_right {
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
  }

  #sublink_left .sublink_image_left, #sublink_right .sublink_image_right {
    width: 100%;
    height: 200px;
    background-size: 100%;
    background-position: center;
  }

  #sublink_left p, #sublink_right p {
    font-size: 2.6rem;
  }

  #sublink_left span, #sublink_right span {
    font-size: 1.2rem;
  }

}
