@charset "UTF-8";
* {
  font-family: 'Noto Sans JP', sans-serif;
  color: #0E0E0E;
}

body {
  background: #fff;
  position: relative;
}
body.hide {
  position: fixed;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .sp_block {
    display: none;
  }
}

.tab_block {
  display: none;
}
@media screen and (max-width: 1023px) {
  .tab_block {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
}

header {
  padding: 0 0 0 24px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
  position: relative;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
header .inner {
  display: flex;
  align-items: center;
}
header .logo a {
  display: block;
}
header .header-right {
  margin-left: auto;
  display: flex;
  align-items: center;
}
header .header-right .navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
header .header-right .navigation ul li {
  margin-right: 24px;
}
@media screen and (max-width: 1280px) {
  header .header-right .navigation ul li {
    margin-right: 18px;
  }
}
header .header-right .navigation ul li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
header .header-right .other-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: stretch;
}
header .header-right .other-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: 1280px) {
  header .header-right .other-menu li a {
    padding: 0 15px;
  }
}
header .header-right .other-menu li.member a {
  background: #EBF6FF;
  color: #0068B7;
}
header .header-right .other-menu li.joining a {
  background: #0068B7;
  color: #fff;
}
header.member-header {
  padding: 12px 12px 12px 24px;
}
@media screen and (max-width: 1280px) {
  header.member-header {
    padding: 12px;
  }
}
header.member-header .header-right .navigation ul li {
  position: relative;
}
header.member-header .header-right .navigation ul li.member-other-menu {
  display: none;
}
header.member-header .header-right .navigation ul li ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: .3s;
  display: block;
  width: 222px;
  top: 200%;
  left: 50%;
  transform: translateX(-50%);
  background: #0068B7;
  z-index: 1;
}
header.member-header .header-right .navigation ul li ul li {
  text-align: center;
  margin: 0;
}
header.member-header .header-right .navigation ul li ul li:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}
header.member-header .header-right .navigation ul li ul li a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
}
header.member-header .header-right .navigation ul li ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #0068B7;
  border-right: 2px solid #0068B7;
  transform: rotate(45deg);
  right: 8px;
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  header.member-header .header-right .navigation ul li ul li a::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
@media screen and (min-width: 1024px) {
  header.member-header .header-right .navigation ul li.accordion > a {
    position: relative;
  }
  header.member-header .header-right .navigation ul li.accordion > a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 2px solid #0068B7;
    border-right: 2px solid #0068B7;
    transform: rotate(45deg);
    border-top: none;
    border-right: 2px solid #0068B7;
    border-bottom: 2px solid #0068B7;
    top: 130%;
    right: 0;
    left: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 767px) {
  header.member-header .header-right .navigation ul li.accordion > a::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
@media screen and (min-width: 1024px) {
  header.member-header .header-right .navigation ul li.accordion:hover ul {
    opacity: 1;
    visibility: visible;
  }
}
header.member-header .header-right .other-menu {
  display: block;
  width: 150px;
}
@media screen and (max-width: 1280px) {
  header.member-header .header-right .other-menu {
    width: 110px;
  }
}
header.member-header .header-right .other-menu li.situation {
  color: #0068B7;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background: #EBF6FF;
  line-height: 30px;
  margin-bottom: 4px;
}
header.member-header .header-right .other-menu li.logout a {
  padding: 0;
  height: auto;
  color: #0068B7;
}
header.member-header .header-right .other-menu li.logout a::before {
  content: "";
  background: url("../img/common/icon/logout.svg") no-repeat center/100%;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
@media screen and (max-width: 1200px) {
  header .header-right .menu-icon {
    display: block;
  }
  header .header-right .navigation {
    position: fixed;
    left: 100%;
    transition: .3s;
    background: rgba(0, 0, 0, 0.6);
    top: 82px;
    bottom: 0;
    z-index: 5;
    width: 100%;
    padding-left: 100px;
  }
  header .header-right .navigation .tab_block {
    display: block;
  }
  header .header-right .navigation.view {
    left: 0;
  }
  header .header-right .navigation .close-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 20px;
    left: 20px;
  }
  header .header-right .navigation .close-icon::before, header .header-right .navigation .close-icon::after {
    content: "";
    width: 100%;
    height: 4px;
    background: #fff;
    position: absolute;
    top: 50%;
  }
  header .header-right .navigation .close-icon::before {
    transform: rotate(45deg);
  }
  header .header-right .navigation .close-icon::after {
    transform: rotate(-45deg);
  }
  header .header-right .navigation ul {
    background: #EBF6FF;
    width: 100%;
    height: 100%;
    display: block;
    overflow: auto;
  }
  header .header-right .navigation ul li {
    border-bottom: 1px solid #fff;
    margin-right: 0;
  }
  header .header-right .navigation ul li a {
    font-size: 18px;
    font-weight: 700;
    line-height: 70px;
    padding: 0 0 0 20px;
    position: relative;
  }
  header .header-right .navigation ul li a::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #0068B7;
    border-right: 2px solid #0068B7;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    transform: rotate(45deg);
    margin: auto;
  }
  header .header-right .navigation ul li.accordion > a::after {
    transform: rotate(135deg);
    transition: .3s;
  }
  header .header-right .navigation ul li.accordion > a.view::after {
    transform: rotate(-45deg);
  }
  header .header-right .navigation ul li.accordion ul {
    display: none;
  }
  header .header-right .navigation ul li ul {
    transition: none !important;
  }
  header .header-right .menu-icon {
    width: 90px;
  }
  header .header-right .menu-icon::after {
    content: "メニュー";
    font-size: 16px;
    color: #0068B7;
    font-weight: 700;
    text-align: center;
    display: block;
    width: 100%;
  }
  header .header-right .menu-icon div {
    width: 40px;
    height: 30px;
    position: relative;
    margin: 0 auto 4px;
  }
  header .header-right .menu-icon div span {
    width: 100%;
    height: 4px;
    background: #0068B7;
    display: block;
    position: absolute;
  }
  header .header-right .menu-icon div span:first-of-type {
    top: 0;
  }
  header .header-right .menu-icon div span:nth-of-type(2) {
    top: 13px;
  }
  header .header-right .menu-icon div span:last-of-type {
    bottom: 0;
  }
  header.member-header .header-right .other-menu {
    display: none;
  }
  header.member-header .header-right .navigation ul {
    overflow: auto;
  }
  header.member-header .header-right .navigation ul li.member-other-menu {
    display: block;
    margin-top: 10px;
  }
  header.member-header .header-right .navigation ul li.member-other-menu .active {
    text-align: center;
    color: #0068B7;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  header.member-header .header-right .navigation ul li.member-other-menu a {
    width: calc(100% - 20px);
    margin: 0 auto 12px;
    font-size: 18px;
    font-weight: 700;
    color: #0068B7;
    background: #fff;
    line-height: 70px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header.member-header .header-right .navigation ul li.member-other-menu a::before {
    content: "";
    background: url("../img/common/icon/logout.svg") no-repeat center/100%;
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 8px;
    position: relative;
    top: 2px;
  }
  header.member-header .header-right .navigation ul li.member-other-menu a::after {
    display: none;
  }
  header.member-header .header-right .navigation ul li ul {
    opacity: 1;
    visibility: visible;
    position: static;
    width: 100%;
    transform: none;
  }
  header.member-header .header-right .navigation ul li ul li {
    border-bottom: none;
  }
  header.member-header .header-right .navigation ul li ul li a {
    line-height: 50px;
    font-size: 18px;
    text-align: left;
  }
  header.member-header .header-right .navigation ul li ul li a::after {
    right: 20px;
    width: 10px;
    height: 10px;
  }
  header.member-header .header-right .navigation ul li.accordion a {
    position: relative;
  }
  header.member-header .header-right .navigation ul li.accordion a::after {
    content: "";
    width: 10px;
    height: 10px;
    border: none;
    border-top: 2px solid #0068B7;
    border-right: 2px solid #0068B7;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    transform: rotate(135deg);
    margin: auto;
    left: auto;
  }
  header.member-header .header-right .navigation ul li.accordion a.view::after {
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 1023px) {
  header {
    padding: 5px 0 3px 24px;
    padding: 12px;
  }
  header .header-right .other-menu {
    display: none;
  }
  header .header-right .navigation {
    position: fixed;
    left: 100%;
    transition: .3s;
    background: rgba(0, 0, 0, 0.6);
    top: 82px;
    bottom: 0;
    z-index: 5;
    width: 100%;
    padding-left: 100px;
  }
  header .header-right .navigation.view {
    left: 0;
  }
  header .header-right .menu-icon {
    width: 90px;
  }
  header .header-right .menu-icon::after {
    content: "メニュー";
    font-size: 16px;
    color: #0068B7;
    font-weight: 700;
    text-align: center;
    display: block;
    width: 100%;
  }
  header .header-right .menu-icon div {
    width: 40px;
    height: 30px;
    position: relative;
    margin: 0 auto 4px;
  }
  header .header-right .menu-icon div span {
    width: 100%;
    height: 4px;
    background: #0068B7;
    display: block;
    position: absolute;
  }
  header .header-right .menu-icon div span:first-of-type {
    top: 0;
  }
  header .header-right .menu-icon div span:nth-of-type(2) {
    top: 13px;
  }
  header .header-right .menu-icon div span:last-of-type {
    bottom: 0;
  }
  header.member-header .header-right .other-menu {
    display: none;
  }
  header.member-header .header-right .navigation ul {
    overflow: auto;
  }
  header.member-header .header-right .navigation ul li.member-other-menu {
    display: block;
    margin-top: 10px;
  }
  header.member-header .header-right .navigation ul li.member-other-menu .active {
    text-align: center;
    color: #0068B7;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
  }
  header.member-header .header-right .navigation ul li.member-other-menu a {
    width: calc(100% - 20px);
    margin: 0 auto 12px;
    font-size: 18px;
    font-weight: 700;
    color: #0068B7;
    background: #fff;
    line-height: 70px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header.member-header .header-right .navigation ul li.member-other-menu a::before {
    content: "";
    background: url("../img/common/icon/logout.svg") no-repeat center/100%;
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 8px;
    position: relative;
    top: 2px;
  }
  header.member-header .header-right .navigation ul li.member-other-menu a::after {
    display: none;
  }
  header.member-header .header-right .navigation ul li ul {
    opacity: 1;
    visibility: visible;
    position: static;
    width: 100%;
    transform: none;
  }
  header.member-header .header-right .navigation ul li ul li {
    border-bottom: none;
  }
  header.member-header .header-right .navigation ul li ul li a {
    line-height: 50px;
    font-size: 18px;
    text-align: left;
  }
  header.member-header .header-right .navigation ul li ul li a::after {
    right: 20px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding: 1.6vw 0 1.6vw 3.2vw;
  }
  header .logo {
    width: 44vw;
  }
  header .header-right .menu-icon {
    width: 16vw;
  }
  header .header-right .menu-icon::after {
    font-size: 11px;
    line-height: 1.0;
    padding-top: 0.275vw;
  }
  header .header-right .menu-icon div {
    width: 7.2vw;
    height: 5.8666666667vw;
  }
  header .header-right .menu-icon div span {
    height: 0.8vw;
  }
  header .header-right .menu-icon div span:nth-of-type(2) {
    top: 2.6666666667vw;
  }
  header .header-right .navigation {
    padding-left: 20vw;
    top: 13.3333333333vw;
  }
  header .header-right .navigation .close-icon {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    top: 5.3333333333vw;
    left: 5.3333333333vw;
  }
  header .header-right .navigation ul li a {
    font-size: 4.2666666667vw;
    line-height: 18.6666666667vw;
  }
  header.member-header {
    padding: 1.6vw 0 1.6vw 3.2vw;
  }
  header.member-header .header-right .other-menu {
    display: none;
  }
  header.member-header .header-right .navigation ul li.member-other-menu {
    margin-top: 2.6666666667vw;
  }
  header.member-header .header-right .navigation ul li.member-other-menu .active {
    font-size: 3.7333333333vw;
    margin-bottom: 1.6vw;
  }
  header.member-header .header-right .navigation ul li.member-other-menu a {
    width: 74.6666666667vw;
    margin: 0 auto 3.2vw;
    font-size: 3.7333333333vw;
    line-height: 11.7333333333vw;
    border-radius: 9.3333333333vw;
    padding: 0;
  }
  header.member-header .header-right .navigation ul li.member-other-menu a::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    margin-right: 2.1333333333vw;
    top: 0.2666666667vw;
  }
  header.member-header .header-right .navigation ul li ul li a {
    font-size: 4.2666666667vw;
    line-height: 13.3333333333vw;
  }
}

.cta-area .qa-area {
  background: #F6F6F6;
  padding: 32px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-area .qa-area img {
  width: 120px;
  margin-right: 16px;
}
.cta-area .qa-area p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .cta-area .qa-area p {
    font-size: 4.2666666667vw;
  }
}
.cta-area .contact-area {
  background: #0268b7;
  background: linear-gradient(90deg, #0268b7 0%, #3d9be3 100%);
  padding: 32px 0;
  border-bottom: 10px solid #EBF6FF;
}
.cta-area .contact-area p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .cta-area .contact-area p {
    font-size: 4.2666666667vw;
  }
}
.cta-area .contact-area .btn {
  width: 380px;
  margin: 0 auto;
}
.cta-area .contact-area .btn a {
  display: block;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  color: #0068B7;
  background: #fff;
  text-decoration: none;
}
.cta-area .contact-area .btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #0068B7;
  border-right: 2px solid #0068B7;
  transform: rotate(45deg);
  right: 15px;
}
@media screen and (max-width: 767px) {
  .cta-area .contact-area .btn a::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .cta-area .qa-area {
    display: none;
  }
  .cta-area .contact-area {
    padding: 6.4vw;
    border-width: 2.1333333333vw;
    margin-bottom: 6.4vw;
  }
  .cta-area .contact-area p {
    margin-bottom: 4.2666666667vw;
  }
  .cta-area .contact-area .btn {
    width: 100%;
  }
  .cta-area .contact-area .btn a {
    line-height: 13.3333333333vw;
    font-size: 4.2666666667vw;
    border-radius: 6.6666666667vw;
  }
  .cta-area .contact-area .btn a::after {
    right: 5.3333333333vw;
  }
}

footer {
  padding: 40px 0;
}
footer .inner {
  width: 542px;
  margin: 0 auto;
}
footer .footer-logo {
  width: 166px;
  margin: 0 auto 40px;
}
footer .footer-logo a {
  display: block;
}
footer .footer-menu {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 40px;
}
footer .footer-menu .footer-menu-left {
  width: 160px;
  margin-right: 24px;
}
footer .footer-menu .footer-menu-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-menu .footer-menu-left ul li {
  margin-bottom: 12px;
}
footer .footer-menu .footer-menu-left ul li a {
  display: block;
  text-decoration: none;
}
footer .footer-menu .footer-menu-left ul li.home a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
footer .footer-menu .footer-menu-left ul li.home a::before {
  content: "";
  background: url("../img/common/icon/home.svg") no-repeat center/100%;
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
footer .footer-menu .footer-menu-left ul li.member, footer .footer-menu .footer-menu-left ul li.joining {
  border: 2px solid #0068B7;
  line-height: 28px;
  text-align: center;
  border-radius: 15px;
  position: relative;
}
footer .footer-menu .footer-menu-left ul li.member::after, footer .footer-menu .footer-menu-left ul li.joining::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #0068B7;
  border-right: 2px solid #0068B7;
  transform: rotate(45deg);
  right: 5px;
}
@media screen and (max-width: 767px) {
  footer .footer-menu .footer-menu-left ul li.member::after, footer .footer-menu .footer-menu-left ul li.joining::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
footer .footer-menu .footer-menu-left ul li.member a, footer .footer-menu .footer-menu-left ul li.joining a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #0068B7;
}
footer .footer-menu .footer-menu-left ul li.joining {
  background: #0068B7;
}
footer .footer-menu .footer-menu-left ul li.joining::after {
  border-color: #fff;
}
footer .footer-menu .footer-menu-left ul li.joining a {
  color: #fff;
}
footer .footer-menu .footer-menu-center {
  margin-right: 24px;
}
footer .footer-menu .footer-menu-center ul li a {
  display: flex;
  align-items: center;
  font-size: 14px;
}
footer .footer-menu .footer-menu-center ul li a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #0068B7;
  border-right: 2px solid #0068B7;
  transform: rotate(45deg);
  display: block;
  margin-right: 4px;
}
footer .footer-menu .ttl {
  font-size: 14px;
  font-weight: 700;
  color: #0068B7;
  margin-bottom: 12px;
}
footer .footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-menu ul li:not(:last-of-type) {
  margin-bottom: 12px;
}
footer .footer-menu ul li a {
  text-decoration: none;
}
footer .footer-menu ul + .ttl {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  footer .footer-menu ul + .ttl {
    margin-top: 6.4vw;
  }
}
footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-bottom .privacy {
  margin-right: 24px;
}
footer .footer-bottom .privacy a {
  display: block;
  font-size: 12px;
  letter-spacing: .05em;
}
footer .footer-bottom .copyright small {
  display: block;
  font-size: 12px;
  letter-spacing: .05em;
}
footer.member-footer .inner {
  width: min(916px, 92%);
}
@media screen and (max-width: 1023px) {
  footer .footer-menu {
    flex-wrap: wrap;
  }
  footer .footer-menu .footer-menu-left {
    width: 100%;
    margin: 0 auto 20px;
  }
  footer .footer-menu .footer-menu-left ul {
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  footer .footer-menu .footer-menu-left ul li {
    width: 48%;
    margin: 0;
  }
  footer .footer-menu .footer-menu-left ul li.home {
    width: 100%;
    margin-bottom: 12px;
  }
  footer .footer-menu .footer-menu-left ul li.member {
    margin-right: 4%;
  }
  footer .footer-menu .footer-menu-center {
    margin-right: 18px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 0 6.4vw 6.4vw;
  }
  footer .inner {
    width: 100%;
  }
  footer .footer-logo {
    width: 34.6666666667vw;
    margin: 0 auto 6.4vw;
  }
  footer .footer-logo img {
    width: 100%;
  }
  footer .footer-menu {
    display: block;
    margin-bottom: 6.4vw;
    border-bottom: 2px dotted #CACACA;
    padding-bottom: 2.6666666667vw;
  }
  footer .footer-menu .footer-menu-left {
    width: 100%;
    padding-bottom: 6.4vw;
    border-bottom: 2px dotted #CACACA;
    margin: 0 0 6.4vw;
  }
  footer .footer-menu .footer-menu-left ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 87.4666666667vw;
  }
  footer .footer-menu .footer-menu-left ul li {
    margin: 0 !important;
  }
  footer .footer-menu .footer-menu-left ul li.home {
    width: 100%;
    margin-bottom: 6.6666666667vw !important;
  }
  footer .footer-menu .footer-menu-left ul li.home a {
    font-size: 3.7333333333vw;
  }
  footer .footer-menu .footer-menu-left ul li.home a::before {
    width: 6.4vw;
    height: 6.4vw;
  }
  footer .footer-menu .footer-menu-left ul li.member {
    margin-right: 3.2vw !important;
  }
  footer .footer-menu .footer-menu-left ul li.member, footer .footer-menu .footer-menu-left ul li.joining {
    width: 41.0666666667vw;
    line-height: 11.7333333333vw;
    border-radius: 11.7333333333vw;
  }
  footer .footer-menu .footer-menu-left ul li.member::after, footer .footer-menu .footer-menu-left ul li.joining::after {
    right: 2.4vw;
  }
  footer .footer-menu .footer-menu-left ul li.member a, footer .footer-menu .footer-menu-left ul li.joining a {
    font-size: 3.7333333333vw;
  }
  footer .footer-menu .footer-menu-center {
    margin: 0 0 6.4vw;
    width: 100%;
  }
  footer .footer-menu .footer-menu-center .ttl {
    font-size: 3.7333333333vw;
    font-weight: 700;
    color: #0068B7;
    margin-bottom: 3.7333333333vw;
  }
  footer .footer-menu .footer-menu-center ul li {
    margin-bottom: 3.7333333333vw;
  }
  footer .footer-menu .footer-menu-center ul li a {
    font-size: 3.7333333333vw;
  }
  footer .footer-menu .footer-menu-center ul li a::before {
    width: 1.6vw;
    height: 1.6vw;
    border-width: 0.5333333333vw;
    margin-right: 2.1333333333vw;
  }
  footer .footer-menu .footer-menu-right {
    margin-left: auto;
    width: 100%;
  }
  footer .footer-menu .footer-menu-right .ttl {
    font-size: 3.7333333333vw;
    font-weight: 700;
    color: #0068B7;
    margin-bottom: 3.7333333333vw;
  }
  footer .footer-menu .footer-menu-right ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  footer .footer-menu .footer-menu-right ul li {
    width: 41.0666666667vw;
  }
  footer .footer-menu .footer-menu-right ul li img {
    width: 100%;
  }
  footer .footer-menu .footer-menu-right ul li:nth-of-type(odd) {
    margin-right: 5.0666666667vw;
  }
  footer .footer-menu .footer-menu-right ul li:not(:last-of-type) {
    margin-bottom: 3.7333333333vw;
  }
  footer .footer-bottom .privacy {
    margin-right: 5.3333333333vw;
  }
  footer .footer-bottom .privacy a {
    font-size: 3.2vw;
    letter-spacing: .03em;
  }
  footer .footer-bottom .copyright small {
    font-size: 3.2vw;
    letter-spacing: .03em;
  }
  footer.member-footer .inner {
    width: 100%;
  }
}

.second-ttl,
.post-content h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.8;
  border-left: 10px solid #0068B7;
  padding: 8px 20px;
  background: #EBF6FF;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .second-ttl,
  .post-content h2 {
    font-size: 5.3333333333vw;
    padding: 1.3333333333vw 2.6666666667vw;
    border-width: 2.1333333333vw;
  }
}

.box-ttl {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  padding-bottom: 10px;
  border-bottom: 2px dotted #CACACA;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .box-ttl {
    font-size: 5.3333333333vw;
    padding-bottom: 1.0666666667vw;
    margin-bottom: 6.4vw;
  }
}

.page-title {
  display: flex;
  align-items: stretch;
  margin-bottom: 56px;
}
.page-title .ttl-area {
  background: #0268b7;
  background: linear-gradient(90deg, #0268b7 0%, #3d9be3 100%);
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-title .ttl-area h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.8;
  position: relative;
  padding-bottom: 4px;
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .page-title .ttl-area h1 {
    font-size: max(24px, 2.4vw);
  }
}
.page-title .ttl-area h1::after {
  content: "";
  width: 32px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.page-title .image {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .page-title {
    flex-wrap: wrap;
  }
  .page-title .ttl-area,
  .page-title .image {
    width: 100%;
  }
  .page-title .ttl-area {
    height: 16.6178vw;
    order: 2;
  }
  .page-title .ttl-area h1::after {
    display: none;
  }
  .page-title .image img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-title {
    margin-bottom: 10.6666666667vw;
  }
  .page-title .ttl-area {
    height: 17.0666666667vw;
  }
  .page-title .ttl-area h1 {
    font-size: 5.3333333333vw;
    padding-bottom: 1.0666666667vw;
  }
}

.pankuzu_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0 0 16px 24px;
}
.pankuzu_list li {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.pankuzu_list li * {
  font-size: 13px;
}
.pankuzu_list li a {
  color: #0068B7;
}
.pankuzu_list li a span {
  color: inherit;
}
.pankuzu_list li:not(:last-of-type)::after {
  content: "";
  width: 1px;
  height: 12px;
  background: #0068B7;
  margin: 0 12px;
  display: block;
}
@media screen and (max-width: 767px) {
  .pankuzu_list {
    width: 87.2%;
    margin: 0 auto 10.6666666667vw;
  }
  .pankuzu_list li {
    margin-bottom: 1.6vw;
  }
  .pankuzu_list li * {
    font-size: 3.4666666667vw;
  }
  .pankuzu_list li:not(:last-of-type)::after {
    height: 3.2vw;
    margin: 0 3.2vw;
  }
}

.pager {
  display: flex;
  align-items: stretch;
}
.pager * {
  font-size: 16px;
  font-weight: 700;
  margin: 0 24px 0 0;
  padding: 9px 0px;
  color: #0068B7;
}
.pager span.current {
  background: #0068B7;
  color: #fff;
  width: 42px;
  text-align: center;
  border-radius: 4px;
}
.pager .next {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .pager {
    justify-content: center;
  }
  .pager * {
    font-size: 4.2666666667vw;
    margin: 0 3.7333333333vw 0 0;
    padding: 2.4vw 0;
  }
  .pager span.current {
    width: 11.2vw;
    border-radius: 1.0666666667vw;
  }
}

.page-top.is-hidden {
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}
.page-top a {
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  width: 80px;
  height: 80px;
  background: rgba(112, 112, 112, 0.8);
  border-radius: 40px;
  text-decoration: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
}
.page-top span {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
.page-top span.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-top span.icon::before {
  content: "";
  width: 16px;
  height: 16px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .page-top {
    bottom: 5.3333333333vw;
    right: 5.3333333333vw;
  }
  .page-top a {
    width: 16vw;
    height: 16vw;
    border-radius: 16vw;
    opacity: 1;
  }
  .page-top span {
    font-size: 3.2vw;
  }
  .page-top span.icon::before {
    width: 3.2vw;
    height: 3.2vw;
    border-width: 2px;
  }
}

#wrapper {
  padding-top: 80px;
}
@media screen and (max-width: 1023px) {
  #wrapper {
    padding-top: 82px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper {
    padding-top: 13.4666666667vw;
  }
}

/* 2025.01 add */
.member-content.press .more-btn:not(:last-child) {
  margin-bottom: 1.5em;
}
.member-content.press + .cta-area {
  margin-top: 1.5em;
}
.cta-area.press-archive {
  margin-top: 5em;
}
.press-archive .more-btn {
  margin-bottom: 1.5em;
}
.press-archive .more-btn a {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.press-archive .more-btn a::after {
  content: "";
  display: block;
  margin-left: 15px;
  background: url(../img/member-home/link-arrow.png) no-repeat center / cover;
  width: 14px;
  height: 14px;
}
.press-archive .qa-area {
  border: 1px solid #cacaca;
  background: none;
}
@media screen and (max-width: 767px) {
  .more-btn.tojrwest a {
    font-size: 3.666666vw!important;
  }
}
.navigation li a br {
  display: none;
}
@media only screen and (min-width: 1201px) and (max-width: 1550px) {
  .navigation li a {
    text-align: center;
  }
  .navigation li a br {
    display: block;
  }
}