@charset "UTF-8";
@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}
html,body {
  font-family:"Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  margin: 0 auto;

}
body.navmenu-opened {
  overflow: hidden;
  width: 100%;
}
a,a:visited {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: underline;
  color:#000;
}
ul {
  list-style: none;
  margin:0;
  padding:0;}
h1,h2,h3,h4,h5 {
  margin:0;
  font-weight: bold;
  line-height: unset;}
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;}
figure {margin-bottom: 0}
p,.txt {text-align:justify;word-break:break-all;}
img {max-width:100%;height:auto;}
@media (min-width: 1200px){
  .container {width: 1124px;}
}
/*::selection {
  background-color: #;
  color: #fff;
}*/
.btn {border-radius: 0;transition: all 0.3s ease;}
.btn:hover {text-decoration: none}

/*
#gotop-btn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999;
  background: transparent;
  text-align: center;
  display: none;
}
#gotop-btn a,#gotop-btn a:visited {
  display: inline-block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  box-shadow: 0px 3px 6px #00000029;
}
#gotop-btn a svg {
  width: 20px;
  height: auto;
}
#gotop-btn a:hover {
  color:#000;
} */

header,footer,main {
  overflow: hidden;
}

.btn-def,.btn-def:visited {
  background: #00C6EC;
  font-size: 20px;
  line-height: 24px;
  padding:20px 40px;
  border-radius: 8px;
  color:#fff;
  font-weight: 500;
}
.btn-def:hover {
  text-decoration: none;
  background: #00A5E2;
  color:#fff;
}

/* header  */
header {
  position: absolute;
  top:0;
  width: 100%;
  z-index: 800;
}
.nav-site {
  padding:0;
}
.nav-site>.container-fluid {
  padding:30px;
}
.nav-site .navbar-brand {
  padding:10px 30px;
}
.nav-site .nav-top-btn a {
}


/* content */
main {
}
.top-v,.t-wrap {
  position: relative;
}
.t-wrap:after {
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 200px;
  background: no-repeat bottom center url(../img/index/slide-parts/slide-bottom.svg);
  background-size: 100%;
}
.t-slider .s-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  max-height: 1000px;
}
.sli .s-item.s1 {
  background-image: url(../img/index/slide-parts/slide-01@2x.jpg);
}
.sli .s-item.s2 {
  background-image: url(../img/index/slide-parts/slide-02@2x.jpg);
}
.sli .s-item.s3 {
  background-image: url(../img/index/slide-parts/slide-03@2x.jpg);
}
.top-v .t-scroll {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin:auto;
  width: 76px;
}

.sec-wave {
  display: block;
  width: 100%;
}
.sec-ap {
  padding:160px 0 70px;
}
main .m-t {
  text-align: center;
  margin-bottom: 30px;
}
.m-t img {
  height: 38px;
  width: auto;
  max-width: none;
}

main .sec-ap .m-t {
  margin-bottom: 0;
}
.ap-cont {
  max-width: 990px;
  margin:-50px auto 0;
}
.ap-cont>.row {
  margin:0;
}
.ap-cont>.row>div {
  padding:0;
}
.ap-box {
  position: relative;
  height: 395px;
  width: 395px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;

  text-align: center;
  color:#fff;
  font-weight: 500;
}
.ap-box .inn {
  margin-top: -3%;
}
.ap-box.a1 {
  background: no-repeat center url(../img/index/01-diamond-01.svg);
}
.ap-box.a2 {
  margin-top:39%;
  background: no-repeat center url(../img/index/01-diamond-02.svg);
}
.ap-box.a3 {
  background: no-repeat center url(../img/index/01-diamond-03.svg);
}
.ap-box {
  background-size: 100%!important;
}
.ap-box .t {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 18px;
}
.ap-box .desc {
  line-height: 24px;
}
.mt-st {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 90px;
}

.sec-interv {
  padding:80px 0 120px;
  font-weight: 500;
}
.interv-cont {
  max-width: 970px;
  margin:0 auto 60px;
}
.row-interv {
  margin:0 -20px;
}
.row-interv>div {
  padding:0 20px;
}
.int-box {
  position: relative;
  max-width: 445px;
  margin:auto;
}
.int-box .prof {
  position: relative;
  color:#fff;
  background: #00A849;
  border-radius: 24px 24px 0 0;
  padding:20px 20px 20px 180px;
}
.int-box.i2 .prof {
  background: #E582A8;
}
.int-box .prof .t {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
.int-box .prof .info {
  font-size: 15px;
  line-height: 24px;
}
.int-box .prof img {
  border-radius: 24px 24px 0 24px;
  position: absolute;
  left: -28px;
  bottom: 0;
}
.int-box .work {
  padding:30px 40px;
  background: #EEEAE8;
  border-radius: 0 0 24px 24px;
}
.int-box .work .t {
  font-weight: 500;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 22px;
}
.int-box .work .txt {
  font-size: 15px;
  margin-bottom: 28px;
}
.l-detail {
  text-align: center;
}
.l-detail .btn-detail {
  background: #fff;
  display: inline-block;
  border-radius: 6px;
  border:1px solid #000;
  font-weight: 500;
  color:#000;
  font-size: 18px;
  padding:10px 24px;
}
.l-detail .btn-detail:hover {
  color:#fff;
  background: #000;
}
.sec-interv .btm-desc {
  text-align: center;
  line-height: 30px;
  margin-bottom: 60px;
}
.btm-l-more {
  text-align: center;
}
.sec-interv .btm-l-more .btn {
  display: inline-block;
  border-radius: 12px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  padding:20px;
  text-align: center;
  width: 100%;
  max-width: 508px;
}

.sec-benef,
.sec-test-info {
  padding:120px 0;
  font-weight: 500;
  background: rgba(238, 234, 232, 0.5);
}
main .sec-benef .m-t,
main .sec-career-v .m-t {
  margin-bottom: 60px;
}
.ben-items {
  max-width: 1000px;
  margin:auto;
}
.bi-box {
  position: relative;
  height: 100%;
  border-radius: 20px;
  box-shadow: 5px 5px 0px #FFF;
  padding:45px 22px 30px;
  color:#fff;
}
.bi-box:before {
  content:"";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin:auto;
  width: 120px;
  height: 6px;
  background: #fff;
  border-radius: 3px;
}
.bi-box.i1 {
  background-color: #00A5E2;
}
.bi-box.i2 {
  background-color: #FFC800;
}
.bi-box.i3 {
  background-color: #E582A8;
}
.bi-box.i4 {
  background-color: #00A849;
}
.bi-box .n {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 10px;
  min-height: 64px;

  display: flex;
  justify-content: center;
  align-items: center;
}
.bi-box .ic {
  text-align: center;
  margin-bottom: 10px;
}
.bi-box .txt {
}
.ben-other {
  max-width: 680px;
  margin: 60px auto 0;
  font-size: 18px;
}
.ben-other .b {
  margin-bottom: 18px;
}
.o-items>.oi {
  position: relative;
  display: inline-block;
  padding-left: 42px;
  margin-right: 40px;
}
.o-items>.oi:last-child {
  margin-right: 0;
}
.o-items>.oi:before {
  content:"";
  position: absolute;
  left: 0;
  top:50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: no-repeat center url(../img/index/03-ico-diamond-gray.svg);
  background-size: 100%;
}

.work-avg {
  margin-top: 140px;
}
.row-avg {
  position: relative;
  max-width: 1000px;
  margin:0 auto 60px;
}
.row-avg>div {
  padding:0;
}
.row-avg .col1 {
  position: relative;
}
.avg-box {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 508px;
  height: 508px;

  font-weight: 600;
  color:#fff;
  text-align: center;
}
.avg-box:after {
  content:"";
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.avg-box.a1 {
  background: no-repeat center url(../img/index/03-diamond-01.svg);
}
.avg-box.a1:after {
  width: 59px;
  height: 131px;
  background-image: url(../img/index/03-chara-01.svg);
  right: 70px;
  top:30px;
}
.avg-box.a2 {
  background: no-repeat center url(../img/index/03-diamond-03.svg);
  margin-top: 84%;
}
.avg-box.a2:after {
  width: 133px;
  height: 141px;
  background-image: url(../img/index/03-chara-03.svg);
  right: 38px;
  bottom: 60px;
}
.avg-box.a3 {
  background: no-repeat center url(../img/index/03-diamond-02.svg);
}
.avg-box.a3:after {
  width: 118px;
  height: 131px;
  background-image: url(../img/index/03-chara-02.svg);
  right: 98px;
  top: -20px;
}
.avg-box.a4 {
  position: absolute;
  background: no-repeat center url(../img/index/03-diamond-04.svg);
  bottom: -35%;
}
.avg-box {
  background-size: 100%!important;
}
.avg-box .inn {
  margin-top: -6%;
}
.avg-box .t1 {
  font-size: 24px;
  line-height: 30px;
}
.avg-box .t1 .y {
  font-size: 20px;
}
.avg-box .an {
  margin-top: 6px;
  font-size: 32px;
  line-height: 86px;
}
.avg-box .an>span {
  display: inline-block;
}
.avg-box .an .num {
  font-size: 86px;
  font-weight: 400;
  letter-spacing: -1.8px;
}
.avg-box .an .perc {
  font-size: 40px;
}

.rec-info-l {
  max-width: 760px;
  margin:auto;
}
.r-item {
  position: relative;
  padding-left: 52px;
  margin-bottom: 60px;
}
.r-item:before {
  content: "";
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 2px;
  width: 33px;
  height: 33px;
}
.r-item:nth-child(1):before {
  background-image: url(../img/index/03-ico-diamond-01.svg);
}
.r-item:nth-child(2):before {
  background-image: url(../img/index/03-ico-diamond-02.svg);
}
.r-item:nth-child(3):before {
  background-image: url(../img/index/03-ico-diamond-03.svg);
}
.r-item:nth-child(4):before {
  background-image: url(../img/index/03-ico-diamond-04.svg);
}
.r-item:nth-child(5):before {
  background-image: url(../img/index/03-ico-diamond-05.svg);
}
.r-item:last-child {
  margin-bottom: 0;
}
.r-item .t {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  border-bottom: 1px solid #BABABA;
  padding-bottom: 15px;
  margin-bottom: 18px;
}
.r-item dl {
  display: flex;
  flex-wrap: wrap;
  max-width: 520px;
}
.r-item dl dt,.r-item dl dd {
  font-weight: 500;
  margin-bottom: 10px;
  width: 50%;
}
.rec-info-l .s-note {
  margin-top: 40px;
}

.career-map {
  text-align: center;
  margin-bottom: 55px;
}

.sec-test-info {
  position: relative;
  background: #EEEAE8;
}
.sec-test-info:before {
  content:"";
  position: absolute;
  top:-18%;
  left: 50%;
  transform: translateX(-50%);
  margin:auto;
  width: 1348px;
  height: 957px;
  background: no-repeat center url(../img/index/05-deco-diamonds.svg);
  background-size: contain;
}
.sec-test-info>.container-fluid {
  position: relative;
  z-index: 5;
}
.sec-test-info .mt-st {
  margin-bottom: 30px;
}
.test-items {
  max-width: 475px;
  margin:0 auto 40px;
}
.test-items .d-flex {
  background: #fff;
  border-radius: 8px;
  padding:10px 30px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.test-items .d1 {
  width: 45%;
}
.test-note {
  margin-bottom: 50px;
  text-align: center;
}


.sec-flow {
  padding: 120px 0;
  background: #F7F7F7;
}
main .sec-flow .m-t {
  margin-bottom: 60px;
}
.flow-cont {
  max-width: 810px;
  margin:auto;
}
.flow-map {
  text-align: center;
  margin-bottom: 40px;
}
.flow-note {
  font-size: 14px;
  line-height: 24px;
}

.sec-career-v,.sec-faq {
  padding:120px 0;
}

.sec-faq {
  position: relative;
}
main .sec-faq .m-t {
  margin-bottom: 60px;
}
.sec-faq:before {
  content:"";
  position: absolute;
  top:-200px;
  left: 50%;
  transform: translateX(-50%);
  margin:auto;
  width: 1322px;
  height: 2607px;
  background: no-repeat center url(../img/index/07-deco-diamonds.svg);
  background-size: contain;
}
.sec-faq>.container {
  position: relative;
  z-index: 5;
}
.qa-cont {
  max-width: 810px;
  margin:0 auto 60px;
}
.qa-cont h3 {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 30px;
}
.qa-cont .qa-item {
  position: relative;
  background: rgba(238, 234, 232, 0.5);
  border-radius: 12px;
  padding:30px 44px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.qa-item .q {
  position: relative;
  padding-right: 22px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}
.qa-item .q:after {
  content:"";
  position: absolute;
  right: 0;
  top:50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: no-repeat center url(../img/index/07-arrow.svg);
  background-size: 100%;

  transition: all 0.3s ease;
}
.qa-item.opened .q:after {
  transform: translateY(-50%) rotate(180deg);
}
.qa-item .a {
  position: relative;
  display: none;
  padding-top: 40px;
  transition: all 0.3s ease;
}
.qa-item.opened .a {
  display: block;
}
.qa-item .a .b {
  font-weight: 600;
}
.qa-item .a .l-cm {
  position: relative;
  padding-left: 18px;
}
.qa-item .a .l-cm:before {
  content:"◎";
  position: absolute;
  left: 0;
  top:0;
}
.qa-item .a a {
  text-decoration: underline;
}


.sec-faq .btm-l-more .btn {
  border-radius: 12px;
  font-size: 24px;
}

/* footer  */
footer {
  position: relative;
  background-color: #fff;
}
.f-wave {
  display: block;
  width: 100%;
  margin:auto;
}
footer:after {
  content:"";
  position: absolute;
  top:0;
  left: 50%;
  transform: translateX(-50%);
  width: 1018px;
  height: 288px;
  background: no-repeat center url(../img/index/footer-deco-diamonds.svg);
  background-size: cover;
}
footer .f-inner {
  position: relative;
  padding:100px 0 60px;
  background: #F7F7F7;
  text-align: center;
}
footer .f-inner:after {
  content:"";
  position: absolute;
  top:-100px;
  left: 0;
  right: 0;
  margin: auto;
  width: 84px;
  height: 147px;
  background: no-repeat center url(../img/index/fotter-ico-mie.svg);
  background-size: 100%;
}
.foo-cont .t {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 16px;
}
.foo-cont .addr {
  font-size: 14px;
  line-height: 26px;
}
.f-inner .copy {
  margin-top: 70px;
  font-size: 11px;
  line-height: 20px;
}

@media (max-width:1299px) {
  .t-slider .s-item {
    max-height: 850px;
  }
}
@media (max-width:1199px) {
  .t-slider .s-item {
    max-height: 740px;
  }
}
@media (max-width:992px) {
  .nav-site>.container-fluid {
    padding:10px 20px;
  }
  .nav-site .navbar-brand {
    padding: 10px 0;
    margin: 0;
  }
  .t-slider .s-item {
    max-height: 540px;
  }
  .nav-site .nav-top-btn a {
    padding:14px 20px;
  }

  main .sec-ap .m-t {
    margin-bottom: 20px;
  }
  .ap-cont {
    max-width: 990px;
    margin:0 auto ;
  }
  .ap-box.a2,.ap-box.a3 {
    margin-top: -14%;
  }
  .ap-box.a1,.ap-box.a3 {
    transform: translateX(-70%);
  }
  .ap-box.a2 {
    transform: translateX(-30%);
  }

  .row-interv {
    margin:0 -12px;
  }
  .row-interv>div {
    padding:0 12px;
  }
  .row-interv>div:last-child {
    margin-top: 40px;
  }

  .row-ben-items {
    margin-bottom: -20px;
  }
  .row-ben-items>div {
    margin-bottom: 20px;
  }

  .avg-box.a4 {
    display: none;
  }
  .avg-box.a2, .avg-box.a3 {
    margin-top: -18%;
  }

  .avg-box.a2:after {
    right: auto;
    left: 20px;
  }
  .avg-box.a3:after {
    top:auto;
    bottom: 20px;
  }

  .sec-test-info:before {
    max-width: 900px;
  }

  .sec-faq:before {
    content:none;
  }


  footer {
    padding-top: 50px;
  }
}
@media (max-width:767px) {
  .nav-site .navbar-brand {
    padding:5px 0;
  }
  .navbar-brand img {
    max-width: 128px;
  }
  .nav-site>.container-fluid {
    padding:12px 15px;
  }
  .nav-site .nav-top-btn a {
    font-size: 18px;
    line-height: 20px;
    padding:12px 20px;
  }


  .t-wrap:after {
    content:none;
  }
  .t-slider .s-item {
    max-height: 100vh;
  }
  .sli .s-item.s1 {
    background-image: url(../img/index/sp/slide-01@2x.jpg);
  }
  .sli .s-item.s2 {
    background-image: url(../img/index/sp/slide-02@2x.jpg);
  }
  .sli .s-item.s3 {
    background-image: url(../img/index/sp/slide-03@2x.jpg);
  }

  .top-v .t-scroll {
    bottom:-22px;
  }

  .m-t img {
    height: 26px;
  }

  .sec-ap {
    padding:80px 0 40px;
  }

  .ap-box.a1, .ap-box.a3 {
    transform: translateX(-59%);
  }
  .ap-box.a2 {
    transform: translateX(-40%);
  }
  .ap-box.a2, .ap-box.a3 {
    margin-top: -30%;
  }
  .sec-interv {
    padding:40px 0 80px;
  }
  main .sec-interv .m-t {
    margin-bottom: 20px;
  }
  .mt-st {
    font-size: 18px;
  }
  .int-box .prof {
    padding:12px 18px 12px 180px;
  }
  .int-box .prof img {
    left: 0;
    border-radius: 20px 20px 0 0;
    max-width: 160px;
  }
  .int-box .prof .t {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .int-box .prof .info {
    font-size: 14px;
    line-height: 22px;
  }

  .sec-benef, .sec-test-info {
    padding: 50px 0;
  }
  main .sec-benef .m-t, main .sec-career-v .m-t {
    margin-bottom: 30px;
  }
  .ben-other {
    margin-top: 40px;
  }
  .o-items>.oi {
    margin-bottom: 20px;
  }

  .work-avg {
    margin-top: 50px;
  }
  .avg-box.a2, .avg-box.a3 {
    margin-top: -42%;
  }
  .avg-box.a2:after {
    left: 56px;
    bottom: 52px;
  }
  .r-item {
    padding-left: 44px;
    margin-bottom: 40px;
  }
  .r-item:before {
    width: 30px;
    height: 30px;
  }
  .r-item .t {
    padding-bottom: 12px;
    margin-bottom: 15px;
  }

  .sec-career-v, .sec-faq, .sec-flow {
    padding:50px 0;
  }

  .r-item .sl {
    font-size: 15px;
  }
  .r-item .sl dt {
    width: 68%;
  }
  .r-item .sl dd {
    width: 32%;
  }

  .career-map-sp {
    margin-bottom: 30px;
  }
  .career-map-sp .cr-map {
    position: relative;
    z-index: 2;
    max-width: 124%;
    display: block;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -30px;
    margin-bottom: -10px;
  }
  .cr-item {
    position: relative;
    z-index: 2;
    border-radius: 10px;
    border:1px solid #FFDE2F;
    margin-bottom: 20px;
  }
  .cr-item .t {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    padding:10px;
    border-radius: 9px 9px 0 0;
    background:#FFDE2F;
  }
  .cr-item .txt {
    padding:15px 24px;
  }
  .cr-item.c2 {
    border:1px solid #FFC800;
  }
  .cr-item.c2 .t {
    background: #FFC800;
  }
  .cr-item.c3 {
    border:1px solid #FFB600;
  }
  .cr-item.c3 .t {
    background: #FFB600;
  }
  .cr-item.c4 {
    border:1px solid #FF9D00;
    margin-bottom: 0;
  }
  .cr-item.c4 .t {
    background: #FF9D00;
  }

  .sec-test-info:before {
    content:none;
  }
  .test-items {
    margin-bottom: 40px;
  }
  .test-items .d-flex {
    padding:10px 15px;
  }

  main .sec-flow .m-t {
    margin-bottom: 30px;
  }

  .qa-cont .qa-item {
    padding:16px 18px;
  }
  .qa-item .q {
    font-size: 16px;
  }
  .qa-item .a {
    padding-top: 20px;
  }

  .btn-def, .btn-def:visited,
  .sec-faq .btm-l-more .btn {
    font-size: 22px;
    padding:18px 20px;
  }

  footer:after {
    top:20px;
    background: no-repeat center url(../img/index/sp/footer-deco-diamonds.svg);
    background-size: 100%;
    width: 383px;
    height: 534px;
  }
  footer .f-inner {
    padding:240px 0 60px;
  }
  footer .f-inner:after {
    top: 40px;
  }

  .foo-cont .addr {
    font-size: 12px;
    line-height: 24px;
  }
  .f-inner .copy {
    margin-top: 60px;
  }
}
