@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*---------------------------------------------
    all
---------------------------------------------*/
.aFade:hover {
  opacity: 0.6;
  text-decoration: none; }

.iBlock {
  display: inline-block; }

.indentList {
  text-indent: -1em;
  padding-left: 1em; }

.indentItem {
  width: 1em;
  text-indent: 0; }

@media screen and (min-width: 750px) {
  .mainDetail .inner {
    padding: 0 60px; } }
@media all and (min-width: 751px) and (max-width: 1024px) {
  .mainDetail .inner {
    padding: 0 20px; } }

@media screen and (min-width: 750px) {
  .top_sec {
    padding: 90px 0 90px; } }
@media screen and (max-width: 750px) {
  .top_sec {
    padding: 10vw 0; } }

.sec_titArea {
  margin: 0 0 40px;
  text-align: center; }
  @media screen and (max-width: 750px) {
    .sec_titArea {
      margin: 0 0 6vw; } }

.sec_tit {
  font-size: 3.6rem;
  margin: 0 0 40px;
  position: relative;
  text-align: center;
  font-weight: 300;
  color: #4285f4; }
  @media screen and (max-width: 750px) {
    .sec_tit {
      font-size: 5vw;
      margin: 0 0 7vw; } }
  .sec_tit::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #4285f4;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 20px); }
    @media screen and (max-width: 750px) {
      .sec_tit::after {
        width: 6vw;
        top: calc(100% + 3vw); } }

.sec_subTit {
  font-size: 1.6rem;
  font-weight: 900;
  color: #4285f4; }
  @media screen and (max-width: 750px) {
    .sec_subTit {
      font-size: 2.8vw; } }

@media screen and (min-width: 750px) {
  .sec_txt {
    text-align: center; } }
@media screen and (max-width: 750px) {
  .sec_txt {
    line-height: 2.0; } }

.linkBtn {
  display: block;
  text-align: center;
  background: linear-gradient(to left, #fff 0%, #73b1e1 20%, #008fd2 65%, #007ac2 100%);
  border-radius: 100px;
  position: relative;
  font-weight: 500;
  padding: 20px;
  width: 350px;
  color: #fff;
  background-position: 80% 1%;
  background-size: 200% auto;
  transition: all .3s ease-out;
  margin: auto; }
  @media screen and (max-width: 750px) {
    .linkBtn {
      width: 60vw;
      padding: 3vw; } }
  .linkBtn:hover {
    background-position: 1% 99%;
    opacity: 1; }
  .linkBtn::after {
    content: "";
    display: block;
    width: 22px;
    height: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    background: url("../img/arrow.svg") no-repeat;
    background-size: contain; }
    @media screen and (max-width: 750px) {
      .linkBtn::after {
        right: 5vw;
        width: 3vw;
        height: 3vw; } }
  .linkBtn.-noLink {
    pointer-events: none;
    background: #b5b5b6;
    color: #231815; }
    .linkBtn.-noLink::after {
      background-image: url("../img/arrow_b.svg"); }

/*---------------------------------------------
    kv
---------------------------------------------*/
.mainKv {
  position: relative; }

.mainKv_list_item {
  height: 400px; }
  @media screen and (max-width: 750px) {
    .mainKv_list_item {
      height: 70vw; } }

.mainKv_list_item01 {
  background: url("../img/kv_img01.jpg") center center no-repeat;
  background-size: cover; }

.mainKv_list_item02 {
  background: url("../img/kv_img02.jpg") center center no-repeat;
  background-size: cover; }

.mainKv_list_item03 {
  background: url("../img/kv_img03.jpg") center center no-repeat;
  background-size: cover; }

.mainKv_copy {
  position: absolute;
  left: 0;
  bottom: 40px;
  font-size: 4.8rem;
  line-height: 1.25; }
  @media screen and (max-width: 750px) {
    .mainKv_copy {
      left: 0;
      bottom: 12vw;
      font-size: 8vw; } }

/*---------------------------------------------
    business
---------------------------------------------*/
.business_wrap {
  background: linear-gradient(to right, #73b1e1 0%, #008fd2 60%, #0079c1 100%);
  padding: 70px 0;
  color: #fff; }
  @media screen and (max-width: 750px) {
    .business_wrap {
      padding: 10vw 0; } }

.businessList li {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 750px) {
    .businessList li {
      display: block; } }
  .businessList li:nth-child(even) {
    flex-direction: row-reverse; }
  .businessList li:not(:last-child) {
    margin: 0 0 100px; }
    @media screen and (max-width: 750px) {
      .businessList li:not(:last-child) {
        margin: 0 0 8vw; } }

.businessList_img {
  width: 43%; }
  @media screen and (max-width: 750px) {
    .businessList_img {
      width: 100%;
      margin: 0 0 4vw; } }

.businessList_txtArea {
  width: 52%; }
  @media screen and (max-width: 750px) {
    .businessList_txtArea {
      width: 100%; } }

.businessList_tit {
  font-weight: 300;
  border-left: 1px solid #fff;
  padding-left: 0.7em;
  line-height: 1.3;
  font-size: 3rem;
  margin: 0 0 25px; }
  @media screen and (max-width: 750px) {
    .businessList_tit {
      font-size: 4vw;
      margin: 0 0 0.8em; } }

/*---------------------------------------------
    message
---------------------------------------------*/
.sec-message {
  padding: 0 0 30px; }
  @media screen and (max-width: 750px) {
    .sec-message {
      padding: 0 0 10vw; } }
  .sec-message .sec_tit::after {
    background: #fff; }

.message_flex {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 750px) {
    .message_flex {
      display: block; } }

.message_img {
  width: 33%;
  flex-shrink: 0;
  margin: 0 50px 0 0;
  position: relative; }
  @media screen and (max-width: 750px) {
    .message_img {
      width: 70%;
      margin: 0 auto 5vw; } }

.message_name {
  font-weight: 400;
  display: flex;
  align-items: center;
  margin: 40px 0 0;
  justify-content: flex-end; }
  @media screen and (max-width: 750px) {
    .message_name {
      margin: 5vw 0 0; } }
  .message_name span {
    display: inline-block;
    width: 164px;
    margin: 0 0 0 20px; }
    @media screen and (max-width: 750px) {
      .message_name span {
        width: 30vw;
        margin: 0 0 0 3vw; } }

/*---------------------------------------------
    company
---------------------------------------------*/
.company_table {
  width: 100%;
  border-top: 1px solid #b5b5b6;
  margin: 0 0 110px; }
  @media screen and (max-width: 750px) {
    .company_table {
      margin: 0 0 8vw; } }
  .company_table tr:last-child th {
    border-bottom: 1px solid #b5b5b6; }
  .company_table th {
    white-space: nowrap;
    width: 234px;
    background: #efefef;
    font-weight: 300;
    border-bottom: 1px solid #b5b5b6;
    vertical-align: middle; }
    @media screen and (max-width: 750px) {
      .company_table th {
        width: auto; } }
  .company_table td {
    border-bottom: 1px solid #b5b5b6; }
  .company_table th, .company_table td {
    padding: 15px 30px; }
    @media screen and (max-width: 750px) {
      .company_table th, .company_table td {
        padding: 2.6vw 4vw; } }
  .company_table a {
    color: #4285f4;
    text-decoration: underline; }
    .company_table a:hover {
      color: #f8b62d;
      opacity: 1; }

.tabel_list li {
  padding-left: 1em;
  text-indent: -1em; }
  .tabel_list li::before {
    content: "・";
    width: 1em;
    display: inline-block;
    text-indent: 0; }

.company_mapArea .businessList_tit {
  border-color: #231815; }

.company_map_flex {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px; }
  @media screen and (max-width: 750px) {
    .company_map_flex {
      display: block;
      margin: 0 0 6vw; } }

.company_map {
  width: 51%;
  height: 240px; }
  @media screen and (max-width: 750px) {
    .company_map {
      width: 100%;
      height: 40vw;
      margin: 5vw 0 0; } }
  .company_map iframe {
    width: 100%;
    height: 100%; }

/*---------------------------------------------
    recruit
---------------------------------------------*/
.sec-recruit {
  background: #efefef; }
  .sec-recruit .sec_txt {
    font-weight: 500; }
    @media screen and (max-width: 750px) {
      .sec-recruit .sec_txt {
        text-align: center; } }

.recruit_kv {
  background: url("../img/recruit_img.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  height: 300px;
  margin: 0 0 70px; }
  @media screen and (max-width: 750px) {
    .recruit_kv {
      height: 30vw;
      margin: 0 0 9vw; } }

.recruit_copy {
  position: absolute;
  width: 794px;
  position: absolute;
  left: 50%;
  top: -70px;
  transform: translate(-50%, -50%); }
  @media screen and (max-width: 750px) {
    .recruit_copy {
      width: 100%;
      top: -9vw; } }

.recruit_entry {
  background: #fff;
  padding: 70px 0 60px;
  text-align: center;
  margin: 50px 0 0; }
  @media screen and (max-width: 750px) {
    .recruit_entry {
      padding: 8vw 0;
      margin: 8vw 0 0; } }

.recruit_entryList {
  display: flex;
  justify-content: center;
  margin: 40px 0 0; }
  @media screen and (max-width: 750px) {
    .recruit_entryList {
      display: block;
      margin: 6vw 0 0; } }
  .recruit_entryList li:not(:last-child) {
    margin: 0 40px 0 0; }
    @media screen and (max-width: 750px) {
      .recruit_entryList li:not(:last-child) {
        margin: 0 0 7vw; } }

.recruit_entryList_img {
  margin: 0 auto 15px; }
  .recruit_entryList_img.-mynavi {
    width: 212px; }
    @media screen and (max-width: 750px) {
      .recruit_entryList_img.-mynavi {
        width: 45.5vw; } }
  .recruit_entryList_img.-rikunavi {
    width: 350px; }
    @media screen and (max-width: 750px) {
      .recruit_entryList_img.-rikunavi {
        width: 74.6vw; } }

/*---------------------------------------------
    contact
---------------------------------------------*/
.sec-contact {
  padding: 90px 0 0; }
  @media screen and (max-width: 750px) {
    .sec-contact {
      padding: 10vw 0 0; } }

.contact_content {
  background: linear-gradient(to right, #73b1e1 0%, #008fd2 60%, #0079c1 100%);
  padding: 70px 0;
  color: #fff; }
  @media screen and (max-width: 750px) {
    .contact_content {
      padding: 9vw 0; } }
  .contact_content .sec_txt {
    text-align: left; }

.contact_mail {
  display: block;
  background: #fff;
  width: 570px;
  padding: 30px 40px;
  margin: 50px auto 0; }
  @media screen and (max-width: 750px) {
    .contact_mail {
      width: 100%;
      padding: 4vw 5vw;
      margin: 7vw 0 0; } }
