@charset "UTF-8";

/* お問い合わせ
========================================================================== */
.aside-entry{
  display: block;
  background: url(../img/common/bg-aside.jpg) no-repeat 50% 50%;
  background-size: cover;
  text-align: center;
  height: 657px;
  padding: 83px 0 74px;
  margin-bottom: 100px;
}
.aside-entry .ttl{
  margin-bottom: 50px;
}
.aside-entry .ttl-main{
  display: block;
  color: #fff;
  letter-spacing: 0.06em;
  font-size: 40px;
  font-weight: 400;
}
.aside-entry .ttl-sub{
  display: block;
  color: #fff;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 500;
  margin-top: 12px;
}
.aside-entry .txt-strong{
  font-family: "Noto Sans JP";
  font-size: 21px;
  font-weight: 700;
  color: #004EA8;
  letter-spacing: 0.11em;
  margin-left: 18px;
}
.aside-entry .btn-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 18px;
  letter-spacing: 0.16em;
  width: 732px;
  margin: 0 auto;
}
.aside-entry .btn-wrap a:hover{
  opacity: 1;
}
.aside-entry .btn-large{
  background-image: none;
  background-color: #004EA8;
  text-decoration: none;
  color: #fff;
  width: 100%;
  padding: 52px 0;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .aside-entry .btn-large:hover{
    background-color: #fff;
    color: #004EA8;
  }
}
.aside-entry .btn-middle{
  background-color: #fff;
  font-weight: 500;
  color: #231F20;
  width: 100%;
  max-width: 363px;
  padding: 46px 0;
}
@media screen and (min-width: 768px) {
  .aside-entry .btn-middle:hover{
    background-color: #004EA8;
    color: #fff;
  }
  .aside-entry .btn-middle:hover .txt-strong{
    color: #fff;
  }
}

/* 20230322更新ここから */

.aside-entry .btn-large.new,
.aside-entry .btn-large.previous{
  background-image: none;
  background-color: #fff;
  text-decoration: none;
  color: #231F20;
  width: 100%;
  padding: 46px 0;
  margin-bottom: 6px;
}
.aside-entry .btn-large.new{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
}
.aside-entry .btn-large.new .logo{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 10px;
  width: 100%;
}
.aside-entry .btn-large.new .logo a {
  width: 50%;
}
.aside-entry .btn-large.new .logo a:first-child {
  border-right: 1px solid #004EA8;
  padding-right: 12px;
}
.aside-entry .btn-large.new .logo a:nth-child(2) {
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .aside-entry .btn-large.previous:hover{
    background-color: #004EA8;
    color: #fff;
  }
  .aside-entry .btn-large.previous:hover .txt-strong{
    color: #fff;
  }
  .aside-entry .btn-large.new .logo a:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 767px) {
  .aside-entry .btn-large.new,
  .aside-entry .btn-large.previous{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    padding: 18px 12px 14px;
  }
  .aside-entry .btn-large.new span,
  .aside-entry .btn-large.previous span{
    display: block;
    font-size: 10px;
    width: 100%;
  }
  .aside-entry .btn-large.new span.txt-strong,
  .aside-entry .btn-large.previous span.txt-strong{
    font-size: 18px;
  }
  .aside-entry .btn-large.new .logo{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 0;
  }
  .aside-entry .btn-large.new .logo a:first-child{
    margin-right: 10px;
    margin-bottom: 0;
  }
}
/* 20230322更新ここまで */

@media screen and (max-width: 767px) {
  .aside-entry{
    display: block;
    background: url(../img/common/bg-aside-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
    height: auto;
    padding: 50px 20px 70px;
    margin-bottom: 70px;
  }
  .aside-entry .ttl{
    margin-bottom: 40px;
  }
  .aside-entry .ttl-main{
    font-size: 30px;
  }
  .aside-entry .ttl-sub {
    margin: 0;
  }
  .aside-entry .txt-strong{
    margin-left: 0;
  }
  .aside-entry .btn-wrap{
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    letter-spacing: 0.16em;
    width: 100%;
    margin: 0 auto;
  }
  .aside-entry .btn-large{
    width: 100%;
    padding: 30px 0;
  }
  .aside-entry .btn-middle{
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    width: 49%;
    padding: 18px 0;
  }
  .aside-entry .btn-middle span{
    display: block;
    font-size: 10px;
    width: 100%;
  }
  .aside-entry .btn-middle span.txt-strong{
    font-size: 18px;
  }
}

/* footer
========================================================================== */
.footer-wrapper {
  display: block;
  position: relative;
  padding: 0 0 80px;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1000px;
  margin: 0 auto;
}

/*logo*/
.footer-logo {
  position: relative;
  max-width: 1000px;
  line-height: 1;
  margin: 0 auto 80px;
  text-align: right;
}
.footer-logo:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 128px;
  left: -100vw;
  height: 18px;
  background: #004EA8;
  transform: translateY(-50%);
}
.footer-logo img {
  width: 117px;
}

/* Facebook,twitter */
.footer-inner .list-sns{
  display: flex;
  justify-content: flex-end;
  list-style: none;
  line-height: 1;
  margin: 0 0 20px;
}
.footer-inner .list-sns li + li{
	margin-left: 15px;
}
.footer-inner .list-sns img {
  vertical-align: top;
}

/*copyright*/
.txt-copyright {
  font-size: 10px;
}

/* pagetop */
.pagetop {
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
}
.pagetop a{
  display: block;
  background: url(../img/common/icon-pagetop.svg) no-repeat 50% 50%;
  background-size: 30px 15px;
  width: 30px;
  height: 15px;
  text-indent: -9999px;
}

@media screen and (max-width: 767px) {

  .footer-wrapper {
    padding: 0 20px 50px;
  }
  .footer-inner {
    display: block;
  }

  /*logo*/
  .footer-logo:before {
    right: 95px;
    height: 12px;
  }
  .footer-logo img {
    width: 88px;
  }

  .footer-inner .left{
    margin: 0 0 25px;
    text-align: center;
  }
  /* Facebook,twitter */
  .footer-inner .list-sns{
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
  }

  /*copyright*/
  .txt-copyright {
    text-align: center;
  }

  .pagetop {
    bottom: 90px;
  }
}
