footer {
	width: 100%;
  color: #fff;
  background-color: #000;
  letter-spacing: 0.04em;
  font-weight: 300;
}
footer.is-recruit {
  background-color: #414141;
}
footer .footer-content {
  position: relative;
}
footer .wrapper {
  position: relative;
}
footer a {
  color: #fff;
}
footer .footer-info {
  position: relative;
  z-index: 1;
}
footer .footer-logo {
  display: block;
}
footer .info-title {
  font-weight: 700;
  letter-spacing: 0.04em;
}
footer .info-map {
  display: inline-block;
}
footer .contact-telephone a {
  letter-spacing: 0.05em;
}
footer .contact-fax {
  letter-spacing: 0.055em;
}
footer .detail-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
/* footer .detail-list .item-title {
  border-bottom: 1px solid #fff;
} */
footer .list-items a::before {
  content: "-";
}
footer .detail-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #000;
  position: relative;
  font-weight: 500;
  transition: 0.3s all ease;
}
footer .detail-link:hover {
  color: #fff;
}
footer .list-links {
  /* border-top: 1px solid #fff; */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
footer .list-links li {
  line-height: 1.1;
  position: relative;
}
footer .list-links li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 1px);
  border-right: 1px solid #fff;
  pointer-events: none;
}
footer .list-links li:last-child::before {
  display: none;
}
footer .button-to-top {
  display: block;
  background: url("../img/common/btn_to_top.jpg") center/contain no-repeat;
  position: absolute;
  z-index: 11;
  cursor: pointer;
}
footer .footer-contact {
  background: url("../img/common/contact_bg.jpg") center/1920px auto no-repeat;
  min-height: 400px;
  position: relative;
}
footer .footer-contact::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(37, 51, 65, 0.6);
  position: absolute;
  left: 0;
  top: 0;
}
footer .item-contact:nth-child(2)::after {
  display: none;
}
footer .contact-inner {
  max-width: 1366px;
  margin: 0 auto;
  color: #fff;
  position: relative;
  z-index: 1;
}
footer .text-japan {
  display: block;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.04em;
}
footer .text-english {
  display: block;
  text-align: center;
  width: 100%;
  letter-spacing: 0.07em;
  font-weight: 500;
}
footer .telephone-wrapper {
  display: inline-block;
}
footer .telephone-wrapper:hover .item-telephone {
  opacity: 0.7;
}
footer .item-email {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  letter-spacing: 0.04em;
  margin: 0 auto;
  transition: all 0.3s ease;
}
footer .item-email:hover {
  background-image: url("../img/common/ico_message_small_blue.png");
  background-color: #fff;
  color: #004388;
}

@media print, (min-width: 768px) {
  footer {
    font-size: 14px;
  }
  /* footer .footer-content::after {
    content: "";
    display: block;
    width: 100vw;
    height: calc(100% + 30px);
    position: absolute;
    right: calc(50% + 208px);
    top: -30px;
    background-color: #000;
    pointer-events: none;
  } */
  footer .wrapper {
    display: -ms-flexbox;
    display: flex;
    padding-top: 94px;
    padding-bottom: 12px;
  }
  footer .footer-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    width: 392px;
    line-height: calc(26 / 14);
    padding-top: 29px;
    padding-bottom: 19px;
  }
  footer .footer-logo {
    width: 218px;
    margin-bottom: 31px;
  }
  footer .info-title {
    font-size: 18px;
    margin-bottom: 7px;
  }
  footer .contact-telephone a {
    margin-right: 4px;
    pointer-events: none;
  }
  footer .contact-fax {
    margin-left: 4px;
  }
  footer .info-copyright {
    font-size: 10px;
    /* margin-top: auto; */
  }
  footer .footer-detail {
    -ms-flex: 1;
        flex: 1;
    padding-left: 50px;
  }
  footer .list-links {
    padding: 21px 0;
  }
  footer .list-links li {
    padding-right: 18px;
    margin-right: 16px;
  }
  /* footer .list-links li:first-child {
    margin-left: -2px;
  } */
  footer .detail-item {
        /* width: 90px; */
    margin-right: 40px;
    margin-bottom: 16px;
  }
  /* footer .detail-item:nth-child(3n + 3) {
    margin-right: 0;
  } */
  /* footer .detail-item .item-title {
    padding-bottom: 10px;
    margin-bottom: 11px;
  } */
  /* footer .detail-item .item-title span,
  footer .detail-item .item-title a {
    margin-left: -3px;
  } */
  footer .list-items li {
    margin-bottom: 6.5px;
  }
  footer .list-items a {
    font-size: 12px;
  }
  footer .list-items a::before {
    margin: 0 4px 0 -3px;
  }
  footer .detail-link {
    min-width: 171px;
    height: 40px;
    margin-bottom: 49px;
    font-size: 12px;
    padding: 0 32px;
    background: #fff url("../img/common/ico_blank_black.png") top 47% right 13px/12px auto no-repeat;
  }
  footer .detail-link:hover {
    background: #004388 url("../img/common/ico_blank_white.png") top 47% right 13px/12px auto no-repeat;
  }
  footer .button-to-top {
    right: 0;
    width: 51px;
    height: 51px;
    top: -30px;
  }
  footer .contact-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  footer .contact-inner {
    padding-top: 69px;
  }
  footer .contact-title {
    margin-bottom: 34px;
  }
  footer .text-japan {
    font-size: 40px;
    margin-bottom: 6px;
  }
  footer .text-english {
    font-size: 16px;
  }
  footer .item-contact {
    width: 50%;
    text-align: right;
    padding: 0 85px;
    position: relative;
  }
  footer .item-contact::after {
    content: "";
    display: block;
    width: 1px;
    height: 64px;
    background: #fff;
    position: absolute;
    top: 31px;
    right: 0;
  }
  footer .item-contact:nth-child(2) {
    text-align: left;
  }
  footer .item-contact .item-inner {
    display: inline-block;
    text-align: center;
  }
  footer .item-contact .item-title {
    font-size: 14px;
    letter-spacing: 0.04em;
    text-align: center;
    margin-bottom: 11px;
  }
  footer .item-contact .item-time {
    display: block;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-align: center;
  }
  footer .item-telephone {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: end;
        align-items: flex-end;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.1;
    margin-bottom: 8px;
    margin-right: -2px;
    transition: all 0.3s ease;
  }
  footer .item-telephone span {
    font-size: 36px;
    position: relative;
    top: 2px;
    margin-left: 1px;
    letter-spacing: 0.064em;
  }
  footer .item-email {
    width: 279px;
    height: 70px;
    background: #004388 url("../img/common/ico_message_small.png") left 50px top 52%/26px auto no-repeat;
    padding: 0 10px 0 47px;
    font-size: 14px;
  }
  footer .telephone-wrapper {
    pointer-events: none;
  }
  footer .footer-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #fff;
  }
}
@media only screen and (min-width: 1920px) {
  footer .footer-contact {
    background-size: cover;
  }
}
@media only screen and (max-width: 767.98px) {
  footer .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    padding: 0;
  }
  footer .footer-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    line-height: calc(50 / 28);
    padding: 1.2rem 0.81rem 1.08rem;
    background: #000;
    font-size: 0.28rem;
    letter-spacing: 0.05em;
  }
  footer .footer-logo {
    width: 4.36rem;
    margin-bottom: 0.65rem;
  }
  footer .footer-logo img {
    width: 100%;
  }
  footer .info-title {
    font-size: 0.34rem;
    margin-bottom: 0.13rem;
  }
  footer .contact-telephone {
    letter-spacing: 0.07em;
  }
  footer .contact-telephone a {
    margin-right: 0.09rem;
    margin-left: 0.01rem;
  }
  footer .contact-fax {
    margin-left: 0.08rem;
  }
  footer .info-copyright {
    font-size: 0.2rem;
    margin: 0.6rem auto 0.1rem;
    width: auto;
    letter-spacing: 0.054em;
  }
  footer .footer-detail {
    padding: 1.24rem 0.32rem 0.86rem;
    background: #000;
  }
  footer .list-links {
    padding: 0.37rem 0;
    border-width: 0.02rem;
    font-size: 0.2rem;
  }
  footer .list-links li {
    padding-right: 0.25rem;
    margin-right: 0.24rem;
  }
  /* footer .list-links li:first-child {
    margin-left: -0.02rem;
  } */
  footer .detail-list {
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  footer .detail-item {
    width: 44.1%;
    margin-bottom: 0.42rem;
  }
  footer .detail-item .item-title {
    padding-bottom: 0.09rem;
    margin-bottom: 0.17rem;
    font-size: 0.24rem;
    border-width: 0.02rem;
  }
  footer .detail-item .item-title span,
  footer .detail-item .item-title a {
    margin-left: -0.01rem;
  }
  footer .list-items li {
    margin-bottom: 0.065rem;
  }
  footer .list-items a {
    font-size: 0.2rem;
  }
  footer .list-items a::before {
    margin: 0 0.06rem 0 -0.01rem;
  }
  footer .detail-link {
    min-width: 3.03rem;
    height: 0.9rem;
    margin-bottom: 0.8rem;
    font-size: 0.24rem;
    padding: 0 0.6rem;
    background: #fff url("../img/common/ico_blank_black.png") top 49% right 0.3rem/0.24rem auto no-repeat;
  }
  footer .detail-link:hover {
    background: #004388 url("../img/common/ico_blank_black.png") top 49% right 0.3rem/0.24rem auto no-repeat;
  }
  footer .button-to-top {
    right: 0;
    width: 1.02rem;
    height: 1.02rem;
    top: -0.51rem;
  }
  footer .footer-contact {
    background: url("../img/common/sp/contact_bg.jpg") center/cover no-repeat;
    min-height: 8.38rem;
    margin-bottom: -0.02rem;
  }
  footer .contact-inner {
    padding-top: 1.06rem;
  }
  footer .contact-title {
    margin-bottom: 0.44rem;
  }
  footer .text-japan {
    font-size: 0.5rem;
    margin-bottom: 0.06rem;
  }
  footer .text-english {
    font-size: 0.16rem;
    line-height: 1.6;
  }
  footer .item-contact {
    width: 100%;
    padding-bottom: 0.5rem;
    margin-bottom: 0.4rem;
    position: relative;
  }
  footer .item-contact::after {
    content: "";
    display: block;
    width: 0.64rem;
    height: 0.02rem;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
  footer .item-contact .item-inner {
    display: block;
    text-align: center;
  }
  footer .item-contact .item-title {
    font-size: 0.24rem;
    letter-spacing: 0.04em;
    text-align: center;
  }
  footer .item-contact .item-time {
    display: block;
    font-size: 0.24rem;
    letter-spacing: 0.04em;
    text-align: center;
  }
  footer .item-telephone {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: end;
        align-items: flex-end;
    font-size: 0.26rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.1;
    margin-bottom: 0.13rem;
    margin-right: -0.07rem;
    transition: all 0.3s ease;
  }
  footer .item-telephone span {
    font-size: 0.67rem;
    position: relative;
    top: 0.05rem;
    margin-left: 0.02rem;
    letter-spacing: 0.064em;
  }
  footer .item-email {
    width: 5.42rem;
    height: 1.12rem;
    background: #004388 url("../img/common/ico_message_small.png") left 0.91rem top 51%/0.51rem auto no-repeat;
    padding: 0 0.1rem 0 1.65rem;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-top: 0.25rem;
    font-size: 0.28rem;
  }

  .footer-bottom{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      border-top: 1px solid #fff;
  }

}
@media print, (min-width: 768px) {
  footer.is-recruit .detail-item {
    width: 160px;
    margin-right: 28px;
  }
  footer.is-recruit .detail-item:nth-child(4n + 4) {
    margin-right: 0;
  }
  footer.is-recruit .detail-item .item-title {
    padding-bottom: 11px;
    margin-bottom: 8px;
  }
  footer.is-recruit .list-items a {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  footer.is-recruit .detail-list {
    margin-bottom: 0.21rem;
  }
}
.footer-entry {
  background: #004388;
}
.footer-entry .entry-button {
  display: block;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.footer-entry .entry-button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.footer-entry .entry-button:hover::before {
  opacity: 1;
}
.footer-entry .text-english {
  font-weight: 500;
  letter-spacing: 0.04em;
}
.footer-entry .text-japan {
  display: block;
  width: 100%;
  letter-spacing: 0.04em;
}

@media print, (min-width: 768px) {
  .footer-entry {
    padding: 80px 0 90px;
  }
  .footer-entry .entry-button {
    width: 640px;
    height: 130px;
    padding-top: 14px;
  }
  .footer-entry .text-english {
    font-size: 50px;
    margin-bottom: -5px;
  }
  .footer-entry .text-japan {
    font-size: 14px;
    line-height: calc(26 / 14);
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-entry {
    padding: 1.2rem 0;
  }
  .footer-entry .entry-button {
    width: 5.86rem;
    height: 1.56rem;
    padding-top: 0.33rem;
  }
  .footer-entry .text-english {
    font-size: 0.5rem;
    line-height: 1;
  }
  .footer-entry .text-japan {
    font-size: 0.2rem;
    line-height: 1.7;
  }
}
@media print {
  footer .contact-inner {
    max-width: 100% !important;
  }
}

footer.is-top{
	position: fixed;
	bottom: 0;

    .footer-detail {
      padding-left: 0!important;
      text-align: center;
    }
  }
@media print, (min-width: 768px) {
    footer.is-top{
       .footer-detail {
          padding-left: 0!important;
        }

      .wrapper {
          padding: 20px 0;
      }
  }
}

@media print, (max-width: 767.98px) {
    footer.is-top{
       .footer-detail {
          padding: 0.4rem 0;
        }

      .wrapper {
          padding: 0;
      }
  }
}

footer.is-content{
	bottom: 0;

    .footer-detail {
      padding-left: 0!important;
      text-align: center;
    }
  }
@media print, (min-width: 768px) {
    footer.is-content{
       .footer-detail {
          padding-left: 0!important;
        }

      .wrapper {
          padding: 20px 0;
      }
  }
}

@media print, (max-width: 767.98px) {
    footer.is-content{
       .footer-detail {
          padding: 0.4rem 0;
        }

      .wrapper {
          padding: 0;
      }
  }
}


.cont-wrap {
	display: flex;
  justify-content: center;
	text-align: center;
	color: #fff;
	font-weight: bold;
  background: #E5ECF3;
  padding: 30px;

    .cbox-a {
      flex-grow: 1;
      position: relative;
      margin-right: 2.2em;
      padding: 20px;
      width: 100%;
      max-width: 430px;

      display: flex;
      flex-direction: column;
    }

    .cbox-a::after {
      position: absolute;
      top: 0;
      left: 100%;
      margin: 0 1rem;
      content: "";
      width: 1px;
      height: 100%;
      background-color: #4D4D4D;
    }

    .cbox-b {
      flex-grow: 1;
      padding: 20px;
      width: 100%;
      max-width: 430px;

      display: flex;
      flex-direction: column;

      .box-tel{
          width: 100%;
          max-width: 400px;
          margin: 0 auto 0;
          padding: 10px 0;
          background: #00AEEF;
          }

      .box-tel:hover{
            opacity: 0.75;
          }

        

    }

    .tel-title{
      font-size: 20px;
      margin: 0 0 10px 0;
      color: #000;
    }
    .cbox-a,
    .cbox-b {
        .box-tel{
            width: 100%;
            max-width: 400px;
            margin: 0 auto 0;
            padding: 10px 0;
            background: #004388;
            flex-grow: 1;

            display: flex;
            flex-direction: column;
            justify-content: center;


            .tel-img{
              margin: 7px 0 0 0;
            }

            .tel-text{
              text-align: left;

                .tel{
                  font-size: 28px;
                  color: fff;
                }

                .time{
                  font-size: 14px;
                  font-weight: normal;
                  color: fff;
                }
          }

        }
    }
    .box-tel a{
          color: #fff;
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 10px;

          padding: 10px 0;
      }

    /* .box-tel:hover{
          color: #fff;
          opacity: 0.75;
        } */

}

@media(min-width: 767.98px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}




@media only screen and (max-width: 767.98px) {
    .cont-wrap {
        display: block;
    }

    .cont-wrap {

        .cbox-a{
          margin: 0 auto;


        }

        .cbox-a::after {
          content: none;
          position: initial;
        }

        .cbox-b{
          margin: 0 auto;

        }

        .cbox-a {
            .box-tel{
                width: 100%;
                max-width: 400px;
                margin: 0 auto 0;
                padding: 10px 0;
                background: #004388;
                flex-grow: 1;

                display: flex;
                flex-direction: column;
                justify-content: center;


                .tel-img{
                  margin: 5px 0 0 0;
                  width: 0.7rem;
                }

                .tel-text{
                  text-align: left;

                    .tel{
                      font-size: 0.53rem;
                      color: fff;
                    }

                    .time{
                      font-size: 14px;
                      font-weight: normal;
                      color: fff;
                    }
                }

            }
        }

        .cbox-b {
            .box-tel{
                width: 100%;
                max-width: 400px;
                margin: 0 auto 0;
                padding: 10px 0;
                background: #004388;
                flex-grow: 1;

                display: flex;
                flex-direction: column;
                justify-content: center;


                .tel-img{
                  margin: 2px 0 0 0;
                    width: 0.6rem;
                }

                .tel-text{
                  text-align: left;

                    .tel{
                      font-size: 0.35rem;
                      color: fff;
                    }

                    .time{
                      font-size: 14px;
                      font-weight: normal;
                      color: fff;
                    }
                }

            }
        }
    }

}

.cont-wrap {
    & .box-tel {
        & .tel-text {
            .tel {
                font-size: 28px;
                color: fff;
            }
        }
    }
}

