@charset "UTF-8";
/*
font-family: $font-gothic;
300 400 600 700
*/
/*
font-family: $font-yugothic;
300 400 600 700
*/
/*
font-family: $font-en;
400 500 600 700
*/
/* font-family: $font-en; */
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
.cmnBtn {
  padding-top: 0;
  text-align: center;
}
.cmnBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 80px;
  max-width: 316px;
  margin: 0 auto;
  background-color: #EED84A;
  border-radius: 50px;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .cmnBtn a:hover {
    background-color: #3143cf;
    color: #fff;
  }
}
.cmnBtn.btn a {
  font-size: 24px;
  font-size: 2.4rem;
}

.contents {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section {
  max-width: none;
  margin: 0;
  padding: 0;
}
section h2 {
  color: #3143cf;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
section .read {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
}

.only-sp {
  display: none;
}

.secInr {
  max-width: 1200px;
  margin: 0 auto;
}

.topMv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 539px;
  background: url(/assets/img/top/img_top_mv_pc.png) no-repeat top center/cover;
}
.topMv h2 {
  color: #fff;
  font-size: min(7.0714285714vw, 9.9rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.topMv h2 span {
  font-size: min(3.4285714286vw, 4.8rem);
}

.topService .serviceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.topService .serviceList li {
  width: 33.3333333333%;
  background: no-repeat bottom right/cover;
  background-color: #3143cf;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .topService .serviceList li:hover {
    opacity: 0.8;
  }
}
.topService .serviceList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  min-height: 568px;
  padding: 60px 40px 0;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topService .serviceList li a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 114px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: url(/assets/img/top/arriw_top_service.svg) no-repeat 0 0/contain;
}
@media (hover: hover) and (pointer: fine) {
  .topService .serviceList li a:hover {
    opacity: 0.8;
  }
}
.topService .serviceList li .catchCopy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 90px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.topService .serviceList li .logo {
  font-size: 0;
}
.topService .serviceList li .logo small {
  display: inline-block;
  padding: 2px 13px;
  background: #fff;
  border-radius: 44px;
  color: #3143cf;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.topService .serviceList li .logo span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 115px;
  margin-top: 20px;
}
.topService .serviceList li .logo img {
  display: block;
  margin: 0 auto;
}
.topService .serviceList li:nth-child(1) {
  width: 50%;
  background-image: url(/assets/img/top/bg_service_01.png);
}
.topService .serviceList li:nth-child(1) .logo img {
  width: auto;
  height: 30px;
}
.topService .serviceList li:nth-child(2) {
  width: 50%;
  background-image: url(/assets/img/top/bg_service_03.png);
}
.topService .serviceList li:nth-child(2) .logo img {
  width: auto;
  height: 30px;
}
.topService .serviceList li:nth-child(3) {
  background-image: url(/assets/img/top/bg_service_02.png);
}
.topService .serviceList li:nth-child(3) .logo img {
  width: auto;
  height: 30px;
}
.topService .serviceList li:nth-child(4) {
  background-image: url(/assets/img/top/bg_service_04.png);
}
.topService .serviceList li:nth-child(4) .logo img {
  width: 155px;
}
.topService .serviceList li:nth-child(5) {
  background-image: url(/assets/img/top/bg_service_05.png);
}
.topService .serviceList li:nth-child(5) .logo img {
  width: 240px;
}
.topService .serviceList li:nth-child(6) {
  background-image: url(/assets/img/top/bg_service_06.png);
}
.topService .serviceList li:nth-child(6) .logo img {
  width: 204px;
}

.topAbout {
  padding: 100px 0 0;
}
.topAbout h2 {
  margin-bottom: 27px;
}
.topOM {
  padding: 40px 0 100px;
  background: #fff;
}
.topOM h2 {
  margin-bottom: 25px;
}
.topOM .read {
  max-width: 970px;
  margin: 0 auto;
}
.topOM .read + .read {
  margin-top: 1em;
}
.topOM .image {
  max-width: 696px;
  margin: 120px auto 0;
}

.topOP {
  padding: 100px 0;
}
.topOP h2 {
  margin-bottom: 20px;
}
.topOP .chart {
  margin-top: 48px;
}
.topOP .notes {
  max-width: 1100px;
  margin: 68px auto 0;
}

.topCompany {
  padding: 100px 0;
  background: #fff;
}
.topCompany .secInr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1400px;
}
.topCompany .data {
  width: 490px;
  margin-left: 94px;
}
.topCompany .data h2 {
  margin-bottom: 48px;
  text-align: left;
}
.topCompany .data p {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
}
.topCompany .data p strong {
  color: #3143cf;
  font-size: 70px;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
}
.topCompany .companyLogo {
  width: 748px;
  margin: 0 42px 0 auto;
}

.topInterview {
  padding: 100px 0;
}
.topInterview h2 {
  margin-bottom: 25px;
}
.topInterview .read {
  margin-bottom: 60px;
}
.topInterview .interviewList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.topInterview .interviewList > li {
  background-color: #FFF;
  border-radius: 10px;
  letter-spacing: 0.06em;
  margin: 0 5% 40px 0;
  width: 30%;
  overflow: hidden;
  position: relative;
}
.topInterview .interviewList > li:nth-child(3n) {
  margin-right: 0;
}
.topInterview .interviewList > li a {
  color: #333;
  display: block;
  text-decoration: none;
  padding-bottom: 100px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.topInterview .interviewList > li a:hover {
  opacity: 0.7;
}
.topInterview .interviewList > li a .company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  min-height: 100px;
}
.topInterview .interviewList > li a .img {
  margin-bottom: 30px;
}
.topInterview .interviewList > li a .img img {
  height: auto;
  width: 100%;
  max-width: auto;
  max-width: none;
}
.topInterview .interviewList > li a .cName {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
.topInterview .interviewList > li a .part {
  margin-bottom: 25px;
  text-align: center;
}
.topInterview .interviewList > li a .part span {
  border: 2px solid #3143cf;
  border-radius: 30px;
  color: #3143cf;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  padding: 8px 20px 7px;
  display: inline-block;
}
.topInterview .interviewList > li a .catList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 25px;
  padding: 0 27px;
}
.topInterview .interviewList > li a .catList li {
  text-align: center;
}
.topInterview .interviewList > li a .catList li span {
  display: inline-block;
  padding: 3px 8px;
  border: 2px solid;
  border-radius: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
.topInterview .interviewList > li a .catList li.service span {
  border-color: #3143cf;
  color: #3143cf;
}
.topInterview .interviewList > li a .catList li.purpose span {
  background: #E0E2F5;
  border-color: #E0E2F5;
  color: #333;
}
.topInterview .interviewList > li a .txt {
  font-weight: 600;
  line-height: 1.5;
  padding: 0 30px;
}
.topInterview .interviewList > li a .txt strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #EED84A));
  background: linear-gradient(transparent 50%, #EED84A 50%);
  font-weight: 500;
}
.topInterview .interviewList > li a:after {
  border-top: 1px solid #EEE;
  content: "詳しく見る";
  color: #3143cf;
  display: block;
  font-weight: 600;
  letter-spacing: 0;
  padding: 25px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.topInterview .cmnBtn {
  margin-top: 70px;
}

/* Responsive Start */
@media only screen and (max-width: 768px) {
  .cmnBtn a {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    min-height: 60px;
    max-width: 250px;
  }
  .cmnBtn.btn a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  section h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  section .read {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
  .only-sp {
    display: block;
  }
  .topMv {
    min-height: 504px;
    background-image: url(/assets/img/top/img_top_mv_sp.png);
  }
  .topMv h2 {
    color: #fff;
    font-size: min(13vw, 5.2rem);
  }
  .topMv h2 span {
    font-size: min(6vw, 2.4rem);
  }
  .topService .serviceList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .topService .serviceList li {
    width: 100%;
  }
  .topService .serviceList li a {
    min-height: 487px;
    padding: 54px 20px 0;
  }
  .topService .serviceList li a::after {
    bottom: 60px;
  }
  .topService .serviceList li .catchCopy {
    min-height: auto;
    font-size: 20px;
    font-size: 2rem;
  }
  .topService .serviceList li:nth-child(1) {
    width: 100%;
    background-image: url(/assets/img/top/bg_service_01_sp.png);
  }
  .topService .serviceList li:nth-child(2) {
    width: 100%;
    background-image: url(/assets/img/top/bg_service_03_sp.png);
  }
  .topAbout {
    padding: 60px 0 0;
  }
  .topAbout h2 {
    margin-bottom: 17px;
  }
  .topAbout .chart {
    overflow: scroll;
  }
  .topAbout .chart img {
    width: 714px;
    max-width: none;
  }
  .topOM {
    padding: 20px 0 60px;
  }
  .topOM .secInr {
    padding: 0 30px;
  }
  .topOM h2 {
    margin-bottom: 17px;
  }
  .topOM .image {
    margin-top: 60px;
  }
  .topOP {
    padding: 60px 0;
  }
  .topOP h2 {
    margin-bottom: 28px;
    padding: 0 30px;
  }
  .topOP .read {
    padding: 0 30px;
  }
  .topOP .chart {
    margin-top: 40px;
    overflow: scroll;
  }
  .topOP .chart img {
    width: 715px;
    max-width: none;
  }
  .topOP .notes {
    margin-top: 30px;
    padding: 0 30px;
  }
  .topCompany {
    padding: 60px 0;
  }
  .topCompany .secInr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px;
  }
  .topCompany .data {
    width: 100%;
    margin-left: 0;
  }
  .topCompany .data h2 {
    margin-bottom: 18px;
    text-align: center;
  }
  .topCompany .data p {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
  }
  .topCompany .data p strong {
    font-size: 40px;
    font-size: 4rem;
  }
  .topCompany .companyLogo {
    width: 100%;
    margin: 50px 0 0;
  }
  .topInterview {
    padding: 60px 0;
  }
  .topInterview .secInr {
    padding: 0 30px;
  }
  .topInterview h2 {
    margin-bottom: 25px;
  }
  .topInterview .read {
    margin-bottom: 30px;
  }
  .topInterview .interviewList {
    display: block;
    width: 100%;
    padding: 0 15px;
  }
  .topInterview .interviewList > li {
    margin: 0 0 20px 0;
    width: 100%;
    overflow: hidden;
  }
  .topInterview .interviewList > li:nth-child(3n) {
    margin-right: 0;
  }
  .topInterview .interviewList > li a {
    padding-bottom: 60px;
    -webkit-transition: 0;
    transition: 0;
  }
  .topInterview .interviewList > li a:hover {
    opacity: 1;
  }
  .topInterview .interviewList > li a .company {
    min-height: 60px;
  }
  .topInterview .interviewList > li a .company img {
    max-height: 36px;
  }
  .topInterview .interviewList > li a .img {
    margin-bottom: 15px;
  }
  .topInterview .interviewList > li a .img img {
    height: auto;
    width: 100%;
    max-width: auto;
    max-width: none;
  }
  .topInterview .interviewList > li a .cName {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .topInterview .interviewList > li a .part {
    margin-bottom: 20px;
  }
  .topInterview .interviewList > li a .part span {
    font-size: 10px;
    font-size: 1rem;
    padding: 6px 15px 5px;
  }
  .topInterview .interviewList > li a .txt {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.6;
    min-height: auto;
    padding: 0 30px 20px;
  }
  .topInterview .interviewList > li a:after {
    padding: 15px;
  }
  .topInterview .cmnBtn {
    margin-top: 60px;
  }
}