@charset "utf-8";

/*==============================================
共通スタイル
================================================*/

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1rem;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

img {
  display: block;
  width: 100%;
}

.sp {
  display: none;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
}

.section-title {
  font-size: 3.2rem;
  font-family: 'Noto Serif JP', serif;
  color: #444;
  text-align: center;
  padding: 1.7em 0;
}

.section-title_sub {
  display: block;
  font-size: 2rem;
  font-family: 'Crimson Text', serif;
  color: #08529f;
  padding-top: 1.2em;
}

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

  #nav-toggle {
    display: none;
  }

}

@media screen and (max-width:1024px) {
  .pconly {
    display: none;
  }

  .sp {
    display: none;
  }

  .container {
    width: 90%;
    margin: 0 auto;
  }

  #nav-toggle {
    display: none;
  }

  .section-title {
    font-size: 2.9rem;
    padding: 1em 0;
  }

  .section-title_sub {
    display: block;
    font-size: 1.8rem;
    padding-top: 1em;
  }

}

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


  /*span.space {
    display: block;
    width: 100%;
    height: 65px;
  }*/

  .pc {
    display: none;
  }

  .pconly {
    display: none;
  }

  .container {
    width: 98%;
    margin: 0 auto;
  }

  #nav-toggle {
    display: block;
  }

}

/*==============================================
ヘッダー
================================================*/
header {
  border-bottom: solid 1px #ccc;
}

.header__container {
  max-width: 1920px;
  height: 120px;
  margin: 0 auto;
  padding: 25px 30px 25px 30px;
  position: relative;
}

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

  header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 990;
    width: 100vw;
    transition: all ease .3s;
  }

  .header__container {
    width: 100%;
    height: 65px;
    padding: 0;
    position: relative;
  }
}

.header__inner-top {
  display: flex;
  justify-content: space-between;
}

.header__logo img {
  height: 120px;
  width: auto;
  padding: 25px 30px 25px 30px;
  display: block;
  margin-top: -20px;
}

@media screen and (max-width:599px) {
  .header__logo img {
    height: 43px;
    width: auto;
    padding: 0;
    margin-top: 12px;
    margin-left: 7px;
  }
}

.flexbox {
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%
}

.header__tel-wrapper {
  display: block;
  padding-top: 10px;
  margin-right: 31px;
}

@media screen and (max-width:1024px) {
  .header__tel-wrapper {
    display: none;
  }
}

.header__tel {
  position: relative;
  font-size: 31px;
  font-weight: 300;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  display: block;
  color: #323232;
  text-align: left;
  line-height: 1;
  letter-spacing: 1px;
}

.header__tel::before {
  content: url(../img/icon-tel-pc.svg);
  position: absolute;
  top: 12px;
  left: -42px;
  width: 28px;
  height: auto;
  color: #323232;
}

.header__hours {
  font-size: 12px;
  font-weight: 400;
  color: #323232;
  text-align: left;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  margin-top: 10px;
}

a.header__btn-wrapper {
  position: relative;
  padding: 24px 24px 28px 90px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #08529f;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #08529f;
  border-radius: 0;
  -webkit-transition: all .5s ease .1s;
  transition: all .3s ease .1s;
}

a.header__btn-wrapper:hover {
  color: #08529f;
  background-color: #fff;
  font-weight: 600;
}

span.header__btn-circle {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 17px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 33px;
  color: #08529f;
  background-color: #fff;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
  padding-left: 2px;
  -webkit-transition: all .5s ease .1s;
  transition: all .3s ease .1s;
}

span.header__btn-circle:last-child {
  left: 42px;
}

a.header__btn-wrapper:hover span.header__btn-circle {
  color: #fff;
  background-color: #08529f;
}

/*==============================================
ハンバーガーメニュー
================================================*/
#nav-toggle {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  background: #08529f;
}

#nav-toggle>div {
  position: relative;
  width: 35px;
  height: 65px;
  cursor: pointer;
  margin: auto;
}

#nav-toggle div span {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: transform .6s, top .6s;
}

#nav-toggle div span:nth-child(1) {
  top: 12px;
}

#nav-toggle div span:nth-child(2) {
  top: 22px;
}

#nav-toggle div span:nth-child(3) {
  top: 32px;
}

.open #nav-toggle div span:nth-child(1) {
  top: 24px;
  transform: rotate(135deg);
}

.open #nav-toggle div span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.open #nav-toggle div span:nth-child(3) {
  top: 24px;
  transform: rotate(-135deg);
}

#nav-inner {
  position: absolute;
  width: 100%;
  top: 42px;
  left: 50%;
  font-size: 10px;
  transform: translateX(-50%);
  text-align: center;
  transition: color .6s;
  color: #fff;
}

/*==================================================
ナビゲーション PC
====================================================*/
.nav-bar_sp {
  display: none;
}

#nav-bar {
  border-top: solid 1px #ccc;
}

.nav-bar_pc {
  width: 80%;
  max-width: 1200px;
  margin: auto;
}

@media screen and (max-width:1024px) {
  .nav-bar_pc {
    width: 100%;
    max-width: 1024px;
    margin: auto;
  }

}

#nav-bar nav.nav-pc ul {
  margin: auto;
  display: flex;
  justify-content: space-around;
  padding: 2px 0;
  height: 40px;
  box-sizing: border-box;
}

#nav-bar nav.nav-pc ul li {
  width: 16.6%;
  padding: 2px 15px 25px;
}

#nav-bar nav.nav-pc ul li a {
  display: block;
  font-size: min(calc(11 / 1024 * 100vw), 1.8rem);
  text-align: center;
  padding: 5px 12px;
  position: relative;
  transition: all ease 0.3s;
}

@media screen and (max-width:1024px) {
  .nav-bar_pc {
    width: 100%;
    max-width: 1024px;
    margin: auto;
  }

  #nav-bar nav.nav-pc ul li a {
    font-size: calc(16 / 1024 * 100vw);
    padding: 8px 0 0 0;
  }

}

#nav-bar nav.nav-pc ul li a:hover {
  color: #08529f;
  font-weight: bolder;
}

#nav-bar nav.nav-pc ul li a::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #08529f;
  position: absolute;
  bottom: 4px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: all ease 0.3s;
}

#nav-bar nav.nav-pc ul li a:hover:after {
  transform: scale(1, 1);
}

#nav-bar nav.nav-pc ul li+li {
  border-left: solid 1px #ccc;
}

#nav-bar nav.nav-pc ul li:first-child {
  border-left: solid 1px #ccc;
}

#nav-bar nav.nav-pc ul li:last-child {
  border-right: solid 1px #ccc;
}

/*==================================================
ナビゲーション　SP
====================================================*/
@media screen and (max-width:599px) {

  main {
    width: 100%;
  }

  .nav-pc {
    display: none;
  }

  .nav-bar_sp {
    display: block;
    position: fixed;
    z-index: 900;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #08529f;
  }

  .nav-sp {
    width: 70%;
    margin: auto;
    margin-top: 100px;
  }

  .nav-sp ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
  }

  .nav-sp ul li {
    width: 100%;
    border-bottom: dotted 1px #fff;
  }

  .nav-sp ul li a {
    display: block;
    font-size: 1.7rem;
    color: #fff;
    padding: 12px 0 10px 45px;
    position: relative;
  }

  .nav-sp ul li a::after {
    content: url(../img/arrow.png);
    position: absolute;
    top: 50%;
    transform: translateY(-37%);
    right: 0;
  }

  .nav-sp ul li:nth-of-type(1) a::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../img/menu-icon1w.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .nav-sp ul li:nth-of-type(2) a::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../img/menu-icon2w.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .nav-sp ul li:nth-of-type(3) a::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../img/menu-icon3w.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .nav-sp ul li:nth-of-type(4) a::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../img/menu-icon4w.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .nav-sp ul li:nth-of-type(5) a::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../img/menu-icon5w.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .nav-sp ul li:nth-of-type(6) a::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../img/menu-icon6w.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

}

/*===================================================
SNS SP
=====================================================*/
@media screen and (max-width:599px) {


  .sns-area {
    width: 100%;
    padding: 25px 0;
    display: flex;
    justify-content: flex-start;
  }

  .sns-item {
    width: 12%;
    height: auto;
  }

  .sns-item+.sns-item {
    margin-left: 2rem;
  }

  .sns-item a {
    display: block;
  }

  .sns-item a img {
    width: 100%;
    height: auto;
  }

  .nav-bar_sp {
    visibility: hidden;
    opacity: 0;
  }

  .nav-bar_sp ul li {
    opacity: 0;
    transition: opacity 1s, transform .7s;
    transform: translateX(300px);
  }

  .sns-area {
    opacity: 0;
    transition: opacity 1s, transform .7s;
    transform: translateX(300px);
  }

  .open .nav-bar_sp {
    visibility: visible;
    opacity: 1;
  }

  .open .nav-bar_sp ul li {
    opacity: 1;
    transform: translateX(0);
  }

  .open .sns-area {
    opacity: 1;
    transform: translateX(0);
    transition-delay: .1s;
  }

}

/*==============================================
メインビジュアル
================================================*/

h1.mainvisual-title {
  display: inline-block;
  font-size: 6rem;
  font-family: "Pinyon Script", cursive;
  color: #444;
  line-height: 1;
  text-align: center;
  padding: 0;
  background-color: #fff;
  padding: 2rem 4rem;
  position: absolute;
  z-index: 2;
  top: 30%;
  left: 1%;
}

@media screen and (max-width: 1024px) {
  h1.mainvisual-title {
    top: 45%;
  }
}

@media screen and (max-width: 599px) {
  .mainvisual::before {
    background-position: 45% top;

  }

  h1.mainvisual-title {
    font-size: 2.8rem;
    top: 53%;
    left: 50%;
    transform: translateX(-50%);
    padding: 2rem 1.5rem;
  }
}
/*==============================================
パンくずリスト
================================================*/
.pankuzu{
  width: 95%;
  margin: auto;
  transform: translateY(-70%);
}

.pankuzu ul{
  list-style: none;
  display: flex;
}

.pankuzu ul li a{
  display: block;
  font-size: 1.6rem;
  color: #555;
  transition: all ease 0.3s;
}

.pankuzu ul li a:hover{
  color: #d9343c;
  font-weight: bold;
}

.pankuzu ul li a::after{
  content: ">";
  display: inline-block;
  padding-left: 1rem;
}

.pankuzu ul li a:hover:after{
  color: #555;
  font-weight: normal;
}

.pankuzu ul li+li{
  margin-left: 1rem;
}

.pankuzu ul li.this{
  display: block;
  font-size: 1.6rem;
  color: #08529f;
}
/*==============================================
婚活体験談
================================================*/

#REVIEW {
  padding: 3rem 0;
  max-width: 2500px;
  margin: auto;
  position: relative;
}

p.image-font {
  font-size: 12rem;
  color: #888;
  opacity: 0.5;
  font-family: "Pinyon Script", cursive;
  font-weight: 300;
  position: absolute;
  top: 10%;
  left: 5%;
}

#REVIEW::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/review_back.png) no-repeat;
  background-size: cover;
  background-position: left top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.review-container {
  width: 85%;
  margin: auto;
}

.review-banner {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.banner-text {
  width: 53%
}

.banner-img {
  width: 45%;
  background-color: #fff;
  padding: 5px;
  border: solid 1px #eee;
  box-shadow: 2px 2px 6px #ccc;
}

.banner-img img {
  display: block;
  width: 100%;
  height: auto;
}

p.review-sentence {
  font-size: 2.6rem;
  font-family: 'Times New Roman', Times, serif;
  margin-bottom: 2rem;
}

p.review-customer {
  font-size: 1.5rem;
  color: #555;
}

.review-content {
  width: 90%;
  margin: auto;
  padding: 4rem 0;
}

.review-content dt,
.review-content dd {
  font-size: 1.8rem;
}

.review-content dt {
  line-height: 2;
  color: #08529f;
  font-weight: 600;
}

.review-content dl {
  padding-left: 3rem;
  position: relative;
  margin: 3rem 0;
}

.review-content dd {
  line-height: 1.7;
  text-align: justify;
}

.review-content dl::before {
  content: "－";
  display: block;
  font-size: 3.8rem;
  font-weight: 100;
  position: absolute;
  top: -9%;
  left: -2%;
}

.review-btn {
  text-align: center;
}

.review-btn a {
  display: inline-block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  background-color: #fff;
  padding: 8px 30px;
  color: #08529f;
  border: solid 1.5px #08529f;
  border-radius: 15px;
  position: relative;
  box-shadow: 2px 2px 6px #ccc;
  transition: all ease 0.3s;
  margin: 1rem 0 3rem;
}

.review-btn a::after {
  content: ">";
  display: block;
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-50%);
}

.review-btn a:hover {
  background-color: #08529f;
  color: #fff;
  transform: translateY(2px);
  box-shadow: none;
}

.review-btn a:hover::after {
  color: #fff;
}


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

  .review-container {
    width: 90%;
    margin: auto;
  }

  .review-contents {
    display: flex;
    flex-direction: column;
  }

  .review-content {
    width: 100%;
  }

  .review-content a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #eee;
    background-color: #fff;
    padding: 8px;
    margin-bottom: 2rem;
  }

  .review-content img {
    display: block;
    width: 40%;
    height: auto;
  }

  .review-text {
    width: 60%;
    padding: 0 15px;
  }

  h2.review-title {
    font-size: 1.8rem;
    color: #0b73e0;
    font-weight: 400;
    letter-spacing: 0.1rem;
    padding: 30px 0;
    text-align: justify;
    width: 95%;
    margin: auto;
  }

  p.review-date {
    font-size: 1.5rem;
    text-align: right;
    color: #888;
    padding-bottom: 10px;
  }

  p.review-date span {
    display: inline-block;
    border: solid 1px #888;
    padding: 4px 8px;
    border-radius: 5px;
    margin-left: 8px;
  }

}

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

  p.image-font {
    font-size: 7rem;
    top: 6%;
  }

  .review-container {
    width: 95%;
    padding-top: 8rem;

  }

  p.review-sentence {
    width: 100%;
    font-size: 2.3rem;
    text-align: justify;
  }

  p.review-customer {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -18%;
    left: 50%;
    transform: translateX(-50%);
  }

  .review-banner {
    flex-direction: column;
  }

  .banner-text {
    width: 100%;
  }

  .banner-img {
    width: 100%;
    height: auto;
    margin: auto;
  }

  .review-content {
    width: 90%;

    margin: 2rem auto 0;
  }

  .review-content dl::before {
    top: -5%;
  }

}

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

  .review-container {
    width: 95%;
    margin: auto;
    padding-top: 6rem;
  }

  .review-banner {
    width: 95%;
    margin: auto;
  }

  .review-contents {
    display: flex;
    flex-direction: column;
  }

  .review-content {
    width: 95%;
  }

  .review-content dt {
    line-height: 1.7;
    margin-bottom: 1.7rem;
  }

}

.review-btn {
  text-align: center;
}

.review-btn a {
  display: inline-block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  background-color: #fff;
  padding: 8px 30px;
  color: #08529f;
  border: solid 1.5px #08529f;
  border-radius: 15px;
  position: relative;
  box-shadow: 2px 2px 6px #ccc;
  transition: all ease 0.3s;
  margin: 1rem 0 3rem;
}

.review-btn a::after {
  content: ">";
  display: block;
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-50%);
}

.review-btn a:hover {
  background-color: #08529f;
  color: #fff;
  transform: translateY(2px);
  box-shadow: none;
}

.review-btn a:hover::after {
  color: #fff;
}


/*==============================================
婚活お役立ち情報
================================================*/

#INFORMATION {
  padding: 3rem 0;
  max-width: 2500px;
  margin: auto;
  position: relative;
}

#INFORMATION p.image-font {
  font-size: 8.5rem;
  color: #888;
  opacity: 0.5;
  font-family: "Pinyon Script", cursive;
  font-weight: 300;
  position: absolute;
  top: 6%;
  left: 5%;
}

#INFORMATION::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/information_bg.png) no-repeat;
  background-size: contain;
  background-position: right top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.information-container {
  width: 85%;
  margin: auto;
}

.information-banner {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.banner-text {
  width: 53%
}

.banner-img {
  width: 45%;
  background-color: #fff;
  padding: 5px;
  border: solid 1px #eee;
  box-shadow: 2px 2px 6px #ccc;
}

.banner-img img {
  display: block;
  width: 100%;
  height: auto;
}

p.information-sentence {
  font-size: 2.6rem;
  font-family: 'Times New Roman', Times, serif;
  margin-bottom: 2rem;
}

p.information-customer {
  font-size: 1.5rem;
  color: #555;
}

.information-content {
  width: 90%;
  margin: auto;
  padding: 4rem 0;
}

.information-content dt,
.information-content dd {
  font-size: 1.8rem;
}

.information-content dt {
  line-height: 2;
  color: #08529f;
  font-weight: 600;
}

.information-content dl {
  padding-left: 3rem;
  position: relative;
  margin: 3rem 0;
}

.information-content dd {
  line-height: 1.6;
  text-align: justify;
}

.information-content dd span.pink{
  display: block;
  color: #d9343c;
  font-weight: bold;
  transform: translateY(2rem);
}

.information-content dt::before {
  content: "－";
  display: inline-block;
  font-size: 3.8rem;
  transform: translate(-12px, 4px);
}

.information-btn {
  text-align: center;
}

.information-btn a {
  display: inline-block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  background-color: #fff;
  padding: 8px 30px;
  color: #08529f;
  border: solid 1.5px #08529f;
  border-radius: 15px;
  position: relative;
  box-shadow: 2px 2px 6px #ccc;
  transition: all ease 0.3s;
  margin: 1rem 0 3rem;
}

.information-btn a::after {
  content: ">";
  display: block;
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-50%);
}

.information-btn a:hover {
  background-color: #08529f;
  color: #fff;
  transform: translateY(2px);
  box-shadow: none;
}

.information-btn a:hover::after {
  color: #fff;
}


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

  #INFORMATION p.image-font{
    font-size: 4.5rem;
    top: 4.5%;
  }

  .information-container {
    width: 90%;
    margin: auto;
  }

  .information-contents {
    display: flex;
    flex-direction: column;
  }

  .information-content {
    width: 100%;
  }

  .information-content a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #eee;
    background-color: #fff;
    padding: 8px;
    margin-bottom: 2rem;
  }

  .information-content img {
    display: block;
    width: 40%;
    height: auto;
  }

  .information-text {
    width: 60%;
    padding: 0 15px;
  }

  h2.information-title {
    font-size: 1.8rem;
    color: #0b73e0;
    font-weight: 400;
    letter-spacing: 0.1rem;
    padding: 30px 0;
    text-align: justify;
    width: 95%;
    margin: auto;
  }

  p.information-date {
    font-size: 1.5rem;
    text-align: right;
    color: #888;
    padding-bottom: 10px;
  }

  p.information-date span {
    display: inline-block;
    border: solid 1px #888;
    padding: 4px 8px;
    border-radius: 5px;
    margin-left: 8px;
  }

}

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

  #INFORMATION p.image-font {
    font-size: 4.5rem;
    top: 3.8%;
  }

  .information-container {
    width: 95%;
    padding-top: 8rem;

  }

  p.information-sentence {
    width: 100%;
    font-size: 2.3rem;
    text-align: justify;
  }

  p.information-customer {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -12%;
    left: 50%;
    transform: translateX(-50%);
  }

  .information-banner {
    flex-direction: column;
  }

  .banner-text {
    width: 100%;
  }

  .banner-img {
    width: 100%;
    height: auto;
    margin: auto;
  }

  .information-content {
    width: 90%;

    margin: 2rem auto 0;
  }

  .information-content dl::before {
    top: -5%;
  }

}

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

  #INFORMATION p.image-font{
    top: 2.7%;
  }

  .information-container {
    width: 95%;
    margin: auto;
    padding-top: 6rem;
  }

  .information-banner {
    width: 95%;
    margin: auto;
  }

  .information-contents {
    display: flex;
    flex-direction: column;
  }

  .information-content {
    width: 95%;
  }

  .information-content dt {
    line-height: 1.7;
    margin-bottom: 1.7rem;
  }

}



/*==============================================
入会バナー
================================================*/

.banner {
  max-width: 1920px;
  margin: auto;
  background: url(../img/banner-image-pc.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}

.banner-group {
  padding: 70px 0;
}

p.banner-text1 {
  font-size: 3rem;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 3rem 0;
  transform: translateX(7px);
}

p.banner-text1::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../img/left-w.svg) no-repeat;
  background-size: contain;
  transform: translateY(7px);
}

p.banner-text1::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../img/right-w.svg) no-repeat;
  background-size: contain;
  margin-left: 1rem;
  transform: translateY(7px);
}

.banner-btn a {
  display: block;
  width: 420px;
  height: auto;
  background-color: #fff;
  padding: 1rem 1.7rem 2rem 1rem;
  font-weight: 500;
  margin: auto;
  transition: all ease .5s;
}

.banner-btn a:hover {
  background-color: #08529f;
}

.banner-btn a p {
  font-size: 2.4rem;
  color: #08529f;
  text-align: center;
}

.banner-btn a:hover p {
  color: #fff;
}

.banner-btn a p::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../img/consul-icon.png) no-repeat;
  background-size: contain;
  margin-right: 10px;
  transform: translateY(15px);
}

.banner-btn a:hover p::before {
  background: url(../img/consul-icon-w.png) no-repeat;
}

p.banner-text2 {
  font-size: 2.3rem;
  color: #fff;
  font-family: serif;
  text-align: center;
  line-height: 1.15;
  padding: 2.5rem 0;
}

/*==============================================
入会バナー TB
================================================*/

@media screen and (max-width:1024px) {
  .banner {
    max-width: 100vw;
  }

  .banner-group {
    padding: 0;
  }

  p.banner-text1 {
    font-size: 2.5rem;
    position: relative;
    padding: 2rem 0 1.5rem;
    transform: translateX(7px);
  }

  p.banner-text1::before {
    width: 35px;
    height: 35px;
    transform: translateY(7px);
  }

  p.banner-text1::after {
    width: 35px;
    height: 35px;
    transform: translateY(7px);
  }

  .banner-btn a {
    width: 380px;
    height: auto;
    padding: 1rem 1.7rem 2rem 1rem;
  }

  .banner-btn a:hover {
    background-color: #08529f;
  }

  .banner-btn a p {
    font-size: 2.4rem;
    color: #08529f;
    text-align: center;
  }

  .banner-btn a:hover p {
    color: #fff;
  }

  .banner-btn a p::before {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    transform: translateY(15px);
  }

  .banner-btn a:hover p::before {
    background: url(../img/consul-icon-w.png) no-repeat;
  }

  p.banner-text2 {
    font-size: 1.8rem;
    line-height: 1;
    padding: 1.5rem 0 2rem;
  }
}

/*==============================================
入会バナー SP
================================================*/

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

  .banner {
    max-width: 100%;
    margin: auto;
    background: url(../img/banner-image-sp.jpg) no-repeat;
    background-size: cover;
    background-position: right top;
  }

  .banner-group {
    padding: 70px 0;
  }

  p.banner-text1 {
    font-size: calc(38 / 599 * 100vw);
    color: #fff;
    text-align: center;
    position: relative;
    padding: 3rem 0;
    transform: translateX(7px);
  }

  p.banner-text1::before {
    content: "";
    display: inline-block;
    width: calc(27 / 599 * 100vw);
    height: calc(27 / 599 * 100vw);
    background: url(../img/left-w.svg) no-repeat;
    background-size: contain;
    transform: translateY(calc(2 / 599 * 100vw));
  }

  p.banner-text1::after {
    content: "";
    display: inline-block;
    width: calc(27 / 599 * 100vw);
    height: calc(27 / 599 * 100vw);
    background: url(../img/right-w.svg) no-repeat;
    background-size: contain;
    transform: translate(calc(-10 / 599 * 100vw), calc(2 / 599 * 100vw));
  }

  .banner-btn a {
    width: 77%;
    height: auto;
    border-radius: 8px;
    background-color: #fff;
    padding: 1rem 1.7rem 2rem 1rem;
    font-weight: 500;
    margin: auto;
    transition: all ease .5s;
  }

  .banner-btn a:hover {
    background-color: #08529f;
  }

  .banner-btn a p {
    font-size: calc(34 / 599 * 100vw);
    color: #08529f;
    text-align: center;
  }

  .banner-btn a:hover p {
    color: #fff;
  }

  .banner-btn a p::before {
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    background: url(../img/consul-icon.png) no-repeat;
    background-size: contain;
    margin: 0 auto 2rem;
  }

  .banner-btn a:hover p::before {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background: url(../img/consul-icon-w.png) no-repeat;
    background-size: contain;
    margin: 0 auto 2rem;
  }

  p.banner-text2 {
    font-size: calc(32 / 599 * 100vw);
    color: #fff;
    font-family: serif;
    text-align: center;
    line-height: 1.15;
    padding: 2.5rem 0;
  }

}

/*===============================================
フッターPC
=================================================*/

footer {
  background-color: #08529f;
  overflow: hidden;
}

.footer-navi {
  border-bottom: solid 1px #fff;
}

.footer-navi ul {
  width: 70%;
  max-width: 1200px;
  min-width: 1025px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
}

.footer-navi ul li {
  width: 16.6%;
  padding: 0.2rem 1.2rem 1rem;
}

.footer-navi ul li+li {
  border-left: solid 1px #fff;
}

.footer-navi ul li:nth-child(1) {
  border-left: solid 1px #fff;
}

.footer-navi ul li:nth-child(6) {
  border-right: solid 1px #fff;
}

.footer-navi ul li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  position: relative;
}

.footer-navi ul li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -3px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: all ease 0.3s;
}

.footer-navi ul li a:hover::after {
  transform: scale(1, 1);
}

.footer-content {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0;
}

.footer-content_left {
  width: 350px;
  height: auto;
}

.footer-logo {
  width: 90%;
  height: auto;
  padding-bottom: 0.5rem;
}

.footer-btn-list {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ibj {
  width: 60%;
  height: auto;
}

.footer-content_left .sns-item {
  width: 10%;
  height: auto;
}

.footer-content_right {
  width: 30%;
}

.footer__tel {
  position: relative;
  font-size: 31px;
  font-weight: 300;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  display: block;
  color: #fff;
  text-align: left;
  line-height: 1;
  letter-spacing: 1px;
}

.footer__tel::before {
  content: url(../img/icon-tel-pc-w.svg);
  position: absolute;
  top: 12px;
  left: -42px;
  width: 28px;
  height: auto;
  color: #fff;
}

.footer__hours {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  margin-top: 10px;
}

.footer-content_rigtht p {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.2;
  padding-top: 1.2rem;
  letter-spacing: 0.1rem;
}

/*===============================================
フッターTB
=================================================*/

@media screen and (max-width:1024px) {
  .footer-navi ul {
    width: 70%;
    max-width: 980px;
    min-width: 720px;
  }

  .footer-navi ul li {
    width: 16.6%;
    padding: 0.2rem 0.2rem 0.2rem 0.2rem;
  }

  .footer-navi ul li+li {
    border-left: solid 1px #fff;
  }

  .footer-navi ul li:nth-child(1) {
    border-left: solid 1px #fff;
  }

  .footer-navi ul li:nth-child(6) {
    border-right: solid 1px #fff;
  }

  .footer-navi ul li a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: calc(16 / 1024 * 100vw);
    position: relative;
  }

  .footer-navi ul li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -3px;
    left: 0;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: all ease 0.3s;
  }

  .footer-navi ul li a:hover::after {
    transform: scale(1, 1);
  }

  .footer-content {
    width: 98%;
  }

  .footer-content_left {
    width: 320px;
    padding-left: 2rem;
  }

  .footer-content_right {
    width: 30%;
  }

  .footer__tel {
    position: relative;
    font-size: 28px;
    font-weight: 300;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    display: block;
    color: #fff;
    text-align: left;
    line-height: 1;
    letter-spacing: 1px;
  }

  .footer__tel::before {
    content: url(../img/icon-tel-pc-w.svg);
    position: absolute;
    top: 12px;
    left: -42px;
    width: 24px;
    height: auto;
    color: #fff;
  }

  .footer__hours {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    font-family: "Noto Serif JP", sans-serif;
    line-height: 1;
    letter-spacing: 1px;
    margin-top: 10px;
  }

  .footer-content_rigtht p {
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.2;
    padding-top: 1.2rem;
    letter-spacing: 0.1rem;
  }

}

/*===============================================
フッターSP
=================================================*/

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

  footer {
    padding-bottom: 58px;
  }

  .footer-navi {
    border-bottom-width: 0;
  }

  .footer-navi ul {
    width: 90%;
    max-width: 95%;
    min-width: 95%;
    flex-wrap: wrap;
    margin: auto;
  }

  .footer-navi ul {
    padding: 0 0 3rem;
  }

  .footer-navi ul li {
    width: 50%;
    margin: auto;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    border-bottom: solid 1px #fff;
  }

  .footer-navi ul li+li {
    border-left-width: 0;
  }

  .footer-navi ul li:nth-child(1) {
    border-left-width: 0;
  }

  .footer-navi ul li:nth-child(2) {
    border-left: solid 1px #fff;
  }

  .footer-navi ul li:nth-child(4) {
    border-left: solid 1px #fff;
  }

  .footer-navi ul li:nth-child(6) {
    border-right-width: 0;
    border-left: solid 1px #fff;
  }

  .footer-navi ul li a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: calc(25 / 599 * 100vw);
    position: relative;
  }

  .footer-navi ul li a::after {
    display: none;
  }

  .footer-content {
    flex-direction: column;
    padding: 1rem 0 4rem;
  }

  .footer-content_left {
    width: 80%;
    margin: auto;
    padding-left: 0;
    padding-bottom: 2rem;
  }

  .footer-content_right {
    width: 80%;
  }

  .footer-logo {
    width: 100%;
  }

  .footer-btn-list {
    width: 70%;
    margin: auto;
    display: none;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
  }

  .ibj {
    width: 50%;
    height: auto;
    padding-right: 1rem;
  }

  .footer-content_left .sns-item {
    width: 12%;
    height: auto;
  }

  .footer__tel-wrapper {
    transform: translateX(calc(70 / 599 * 100vw));
  }

  .footer-content_rigtht p {
    font-size: calc(24 / 599 * 100vw);
  }

}

/*===============================================
コピーライト
=================================================*/
p.copy-right {
  font-size: 1.4rem;
  font-family: serif;
  text-align: center;
  color: #fff;
  padding: 2rem 0;
  background-color: #000;
}

@media screen and (max-width:599px) {
  p.copy-right {
    font-size: calc(20 / 599 * 100vw);
  }
}

/*===============================================
フッターフィックス PC
=================================================*/

#footer-fixed {
  display: none;
}

/*===============================================
フッターフィックス TB
=================================================*/

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

  #footer-fixed {
    display: none;
  }
}

/*===============================================
フッターフィックス
=================================================*/

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

  #footer-fixed {
    display: block;
    box-shadow: 0 -3px 1px rgba(0, 0, 0, 0.1);
    position: fixed;
    bottom: -150px;
    left: 0;
    z-index: 5;
    background: #fff;
    width: 100%;
    height: 58px;
  }

  #footer-fixed .container {
    width: 100vh;
    height: auto;
    box-sizing: border-box;
  }

  #footer-fixed ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }

  #footer-fixed ul li {
    width: 50%;
    height: auto;
    text-align: center;
  }

  #footer-fixed ul li+li {
    border-left: solid 1px #fff;
  }

  #footer-fixed ul li a {
    display: block;
    height: 58px;
    line-height: 58px;
    padding-bottom: 0.3rem;
    position: relative;
    font-size: calc(22 / 375 * 100vw);
    font-family: 'Kosugi Maru', sans-serif;
    transition: all ease .5s;
  }

  #footer-fixed ul a {
    background: #08529f;
    color: #fff;
    text-align: center;
    border: solid 2px #08529f;
    box-sizing: border-box;
  }

  #footer-fixed ul a:hover {
    background: #fff;
    color: #08529f;
    font-weight: bold;
  }

  #footer-fixed ul li:nth-child(1) a::before {
    content: "";
    display: inline-block;
    background: url("../img/phone-w.svg") no-repeat;
    background-size: contain;
    width: calc(23 / 375 * 100vw);
    height: calc(23 / 375 * 100vw);
    transform: translateY(2px);
    margin-right: 0.2em;
  }

  #footer-fixed ul li:nth-child(1) a:hover::before {
    background: url("../img/phone.svg") no-repeat;
  }

  #footer-fixed ul li:nth-child(2) a::before {
    content: "";
    display: inline-block;
    background: url("../img/mail-w.svg") no-repeat;
    background-size: contain;
    width: calc(25 / 375 * 100vw);
    height: calc(25 / 375 * 100vw);
    transform: translate(-5px, calc(7.5 / 375 * 100vw));
  }

  #footer-fixed ul li:nth-child(2) a:hover::before {
    background: url("../img/mail.svg") no-repeat;
  }

}

/*===============================================
ページトップ
=================================================*/

#pagetop {
  cursor: pointer;
  padding: 12px;
  position: fixed;
  right: -70px;
  bottom: 80px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 120;
}

#pagetop a {
  display: block;
}

#pagetop img {
  display: block;
  padding-top: 0.7rem;
}

@media screen and (max-width:599px) {
  #pagetop {
    width: 50px;
    height: 50px;
    bottom: 100px;
  }

  #top {
    padding-top: 65px;
  }
}

/*=================================================
ページネーション
==================================================*/

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 1.8rem;
  padding-bottom: 3rem;
}

.page-numbers>li>span,
.page-numbers>li>a {
  width: 30px;
  height: 30px;
  color: #333;
  border: solid 1px currentColor;
  border-radius: 5px;
  display: grid;
  place-items: center;
  line-height: 30px;
}

.page-numbers>li>span{
  background-color: #eee;
  opacity: 0.4;
}

.page-numbers>li>a{
  transition: all ease 0.3s;
}

.page-numbers>li>a:hover{
  background-color: #4567b5;
  color: #fff;
}

.page-numbers>li>.dots{
  width: auto;
  height: 30px;
  border: 0;
  display: grid;
  place-items: center;
  display: block;
  line-height: 30px;
  opacity: 1;
  background-color: #fff;
}

/*=================================================
ページネーション シングル
==================================================*/
.pagination{
  text-align: center;
  padding-bottom: 2rem;
  font-size: 1.7rem;
}

.kiji a{
  transition: all ease 0.3s;
}

.kiji a:hover{
  color: #08529f;
  font-weight: bold;
}

.kiji:first-child a{
  padding-right: 1.5rem;
}

.kiji:last-child a{
  padding-left: 1.5rem;
}

/*==============================================
スタート画面
================================================*/
/*
.start {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}

.start .start-image {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 9999;
  width: 280px;
  width: 380px;
  height: auto;
  display: none;
}

@media screen and (max-width:599px) {
  .start .start-image {
    width: calc(480 / 599 * 100vw);
  }
}
*/
/*
.loader-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.start-image {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, 0);
}

.loader {
  font-size: 10px;
  margin: 30px auto;
  text-indent: -9999em;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  background: #0b73e0;
  background: -moz-linear-gradient(left, #0b73e0 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #0b73e0 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #0b73e0 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #0b73e0 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #0b73e0 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0), ;
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #0b73e0;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.loader:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

*/

/*
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

*/
/*===============================================
アニメーション詳細設定
=================================================*/
/*
@keyframes image {
  0% {
    opacity: 0;
  }

  28% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }

}

@keyframes image2 {
  0% {
    opacity: 0;
  }

  28% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }

}
*/