.l-footer {
  background-color: #135093;
  width: 100%;
  padding: 60px 0;
  position: relative
}

.l-footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative
}

@media screen and (max-width: 768px) {
  .l-footer {
    width: 100%;
    padding: 10.67% 8% 32.27%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
  }
  .l-footer__inner {
    max-width: 100%;
    margin: 0;
    position: static
  }
}

.l-footer__contact {
  height: 240px;
  background-color: #114987;
  padding: 60px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.l-footer__contact__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 140px;
  height: 44px;
  margin: 39px 0 0;
  font-family: "minion-pro", serif;
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  letter-spacing: 0.06em
}

.l-footer__contact__ttl:before {
  content: '';
  left: 50%;
  bottom: 0;
  position: absolute;
  width: 50%;
  border-bottom: 1px solid #4072a8
}

.l-footer__contact__ttl:after {
  content: '';
  right: 50%;
  bottom: 0;
  position: absolute;
  width: 50%;
  border-bottom: 1px solid #8aa9ca
}

.l-footer__contact__read {
  width: 442px;
  color: #fff;
  font-family: "游明朝", "YuMincho";
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 2.5;
  margin: 0 70px 0 60px
}

.l-footer__contact__details {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (max-width: 768px) {
  .l-footer__contact {
    height: auto;
    background-color: #114987;
    padding: 15.87% 12.7% 12.7%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .l-footer__contact__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 44.44%;
    height: auto;
    padding: 0 0 5%;
    margin: 0;
    font-size: 56px;
    font-size: 5.6rem
  }
  .l-footer__contact__ttl:before {
    left: 50%;
    width: 60%;
    border-bottom: 2px solid #4072a8
  }
  .l-footer__contact__ttl:after {
    right: 50%;
    width: 60%;
    border-bottom: 2px solid #8aa9ca
  }
  .l-footer__contact__read {
    width: 100%;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 2;
    margin: 12.7% 0
  }
  .l-footer__contact__details {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media screen and (max-width: 599px) {
  .l-footer__contact__ttl {
    font-size: 28px;
    font-size: 2.8rem
  }
  .l-footer__contact__read {
    font-size: 14px;
    font-size: 1.4rem
  }
}

.l-footer__top-link {
  position: absolute;
  right: 0;
  bottom: 0
}

.l-footer__top-link a {
  display: block;
  width: 50px;
  height: 50px;
  background: url("/images/common/top-arrow-ico.svg") top center no-repeat;
  background-size: 100%
}

.l-footer__top-link a:hover {
  background: url("/images/common/top-arrow-ico-hover.svg") top center no-repeat;
  background-size: 100%
}

@media screen and (max-width: 768px) {
  .l-footer__top-link {
    position: absolute;
    right: inherit;
    left: 50%;
    bottom: -24%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%)
  }
  .l-footer__top-link a {
    display: block;
    width: 92px;
    height: 92px;
    background: url("/images/common/top-arrow-ico.svg") top center no-repeat;
    background-size: 100%
  }
  .l-footer__top-link a:hover {
    background: url("/images/common/top-arrow-ico.svg") top center no-repeat;
    background-size: 100%
  }
}

@media screen and (max-width: 599px) {
  .l-footer__top-link {
    bottom: -22%
  }
  .l-footer__top-link a {
    display: block;
    width: 46px;
    height: 46px;
    background: url("/images/common/top-arrow-ico.svg") top center no-repeat;
    background-size: 100%
  }
  .l-footer__top-link a:hover {
    background: url("/images/common/top-arrow-ico.svg") top center no-repeat;
    background-size: 100%
  }
}

.top-contact__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.top-contact__details__ttl {
  font-family: "游明朝", "YuMincho";
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #fff
}

.top-contact__details__ttl:before {
  content: '';
  display: inline-block;
  width: 31px;
  height: 31px;
  background: url("/images/common/tel-ico.svg") 50% 50% no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin: 0 10px 0 0
}

.top-contact__details__tel {
  font-family: "minion-pro", serif;
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.1em
}

.top-contact__details__tel a {
  color: #fff
}

.top-contact__details__tel a span {
  font-size: 25px;
  font-size: 2.5rem
}

.top-contact__details__hours {
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 6px 0 0
}

@media screen and (max-width: 768px) {
  .top-contact__details {
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .top-contact__details__ttl {
    font-size: 32px;
    font-size: 3.2rem
  }
  .top-contact__details__ttl:before {
    content: '';
    display: inline-block;
    width: 47px;
    height: 47px;
    background: url("/images/common/tel-ico.svg") 50% 50% no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin: 0 0.3em 0 0
  }
  .top-contact__details__items {
    margin: 4.76% 0 9.52%
  }
  .top-contact__details__tel {
    font-size: 49px;
    font-size: 4.9rem
  }
  .top-contact__details__tel span {
    font-size: 50px;
    font-size: 5rem
  }
  .top-contact__details__hours {
    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;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.01em;
    margin: 4.76% 0 0
  }
}

@media screen and (max-width: 599px) {
  .top-contact__details__ttl {
    font-size: 16px;
    font-size: 1.6rem
  }
  .top-contact__details__ttl:before {
    content: '';
    display: inline-block;
    width: 23.5px;
    height: 23.5px;
    background: url("/images/common/tel-ico.svg") 50% 50% no-repeat;
    background-size: 100% 100%
  }
  .top-contact__details__tel {
    font-size: 24.5px;
    font-size: 2.45rem
  }
  .top-contact__details__tel span {
    font-size: 25px;
    font-size: 2.5rem
  }
  .top-contact__details__hours {
    font-size: 10px;
    font-size: 1rem
  }
}

.top-contact__i-link {
  width: 500px;
  height: 64px;
  margin: 19px 0 0
}

.top-contact__i-link__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  font-family: "游明朝", "YuMincho";
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  color: #135093;
  letter-spacing: 0.1em
}

.top-contact__i-link__btn:before {
  content: "";
  background: url("/images/common/i-link__mail-ico-blue.svg") 50% 50% no-repeat;
  background-size: cover;
  width: 29px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px
}

.top-contact__i-link__btn:hover {
  background-color: #3f6c9e;
  color: #fff
}

.top-contact__i-link__btn:hover:before {
  background: url("/images/common/i-link__mail-ico-white.svg") 50% 50% no-repeat;
  background-size: cover
}

@media screen and (max-width: 768px) {
  .top-contact__i-link {
    width: 100%;
    height: auto
  }
  .top-contact__i-link__btn {
    padding: 4.29% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.2
  }
  .top-contact__i-link__btn:before {
    content: "";
    background: url("/images/common/i-link__mail-ico-blue.svg") 50% 50% no-repeat;
    background-size: cover;
    width: 51px;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em
  }
  .top-contact__i-link__btn:hover {
    background-color: #fff;
    color: #3f6c9e
  }
  .top-contact__i-link__btn:hover:before {
    background: none
  }
}

@media screen and (max-width: 599px) {
  .top-contact__i-link__btn {
    font-size: 18px;
    font-size: 1.8rem
  }
  .top-contact__i-link__btn:before {
    content: "";
    background: url("/images/common/i-link__mail-ico-blue.svg") 50% 50% no-repeat;
    background-size: cover;
    width: 25.5px;
    height: 19px
  }
}

.l-footer__info {
  max-width: 1280px;
  margin: 0 auto
}

.l-footer__info__inner {
  margin: 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative
}

.l-footer__info__company {
  width: 278px;
  border-right: 1px solid #4273a9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 85px 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width: 768px) {
  .l-footer__info {
    max-width: 100%;
    margin: 0
  }
  .l-footer__info__inner {
    margin: 12.7% 0 0;
    display: block
  }
  .l-footer__info__company {
    width: 100%;
    border-right: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.l-footer__company__logo {
  width: 157px;
  margin-bottom: 50px
}

.l-footer__company__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px
}

.l-footer__company__sns ._facebook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.l-footer__company__sns ._facebook ._text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 16px;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #6a8fb6;
  line-height: 1.6
}

.l-footer__company__sns ._facebook ._text:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-right: 12px;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #6a8fb6
}

.l-footer__company__sns ._facebook>img {
  width: 32px;
  height: 32px
}

.l-footer__company__i-links {
  display: none
}

.l-footer__company__copylight {
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: #6a8fb6;
  line-height: 1.6
}

@media screen and (max-width: 768px) {
  .l-footer__company {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto
  }
  .l-footer__company__logo {
    width: 40%
  }
  .l-footer__company__logo a img {
    width: 100%
  }
  .l-footer__company__info {
    display: block;
    width: 100%
  }
  .l-footer__company__info ._inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6.66667vw
  }
  .l-footer__company__sns {
    margin-bottom: 0
  }
  .l-footer__company__sns ._facebook {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid #4273a9;
    display: block;
    padding-top: 2.66667vw;
    padding-right: 5.33333vw;
    padding-bottom: 2.66667vw
  }
  .l-footer__company__sns ._facebook ._text {
    display: none
  }
  .l-footer__company__sns ._facebook>img {
    width: 10.4vw;
    height: 10.4vw
  }
  .l-footer__company__i-links {
    display: block;
    padding-left: 5.33333vw
  }
  .l-footer__company__i-links li:not(:last-of-type) {
    margin-bottom: 1.6vw
  }
  .l-footer__company__i-links li a {
    font-size: 24px;
    font-size: 3.2vw;
    letter-spacing: 0.06em;
    color: #fff;
    font-weight: bold
  }
  .l-footer__pj-coral {
    width: calc(100% - (12.7% * 2));
    margin: 0 auto 6.66667vw
  }

  .l-footer__pj-coral h3{
    font-size: 3.2vw;
    letter-spacing: 0.06em;
    color: #fff;
    font-weight: bold;
    margin: 2vw 0;
  }

  .l-footer__pj-coral p{
    font-size: 2.8vw;
    letter-spacing: 0.1em;
    color: #fff;
  }

  .l-footer__company__copylight {
    font-size: 24px;
    font-size: 3.2vw;
    letter-spacing: 0.1em;
    color: #6a8fb6;
    line-height: 1.6
  }
}

.l-footer__i-links {
  width: 1002px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px 0 80px
}

.l-footer__i-links--top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.l-footer__i-links__box01 {
  width: 106px
}

.l-footer__i-links__box02 {
  width: 520px
}

.l-footer__i-links__box02-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.l-footer__i-links__box02-in ul:not(:last-child) {
  margin: 0 20px 0 0
}

.l-footer__i-links__box03 {
  width: 122px
}

.l-footer__i-links--bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 60px 0
}

.l-footer__i-links__box04 {
  width: 106px;
  margin: 0 5em 0 0
}

.l-footer__i-links__box05 {
  width: 458px
}

.l-footer__i-links__box05-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.l-footer__i-links__box05-in ul:last-child {
  margin: 0 0 0 40px
}

.l-footer__i-links__box06 {
  margin: 0 0 0 40px
}

.l-footer__i-links__box06 h3{
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.09em;
  color: #fff;
  font-weight: 500;
  line-height: 2.5;
}


.l-footer__i-links__box06 p{
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.09em;
  color: #fff;
  font-weight: 400;
  line-height: 1.3;
}

.l-footer__i-links__index a {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 500;
  line-height: 2.5
}

.l-footer__i-links__page a {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  color: #fff;
  font-weight: 100;
  line-height: 2.5
}

.l-footer__i-links__company li {
  display: inline-block;
  padding: 0 2.5em 0 0;
  margin: 0 2.5em 0 0;
  border-right: 1px solid #4273a9
}

.l-footer__i-links__company li:last-child {
  border-right: none;
  margin: 0
}

.l-footer__i-links__company li a {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 500;
  line-height: 2
}

@media screen and (max-width: 768px) {
  .l-footer__i-links {
    display: none
  }
}