@charset "UTF-8";
main {
  color: #242424;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}

.container {
  max-width: 1040px;
  padding: 0 20px;
  margin: auto;
}

.container-large {
  max-width: 1140px;
  padding: 0 20px;
  margin: auto;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #242424;
  transition: opacity 0.2s;
}

a:hover {
  opacity: 0.7;
}

.btn {
  background-color: #154d96;
  border-radius: 30px;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: white;
  min-width: 300px;
  max-width: 300px;
  text-align: center;
  display: inline-block;
  padding: 21px 0;
  line-height: 1;
  border: 2px solid #154d95;
}

@media screen and (max-width: 900px) {
  .btn {
    max-width: 220px;
    min-width: 220px;
    font-size: 16px;
    padding: 18px 0;
  }
}

.pc-show {
  display: none;
}

@media screen and (max-width: 1200px) {
  .pc-show {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .pc-hide {
    display: none;
  }
}

.tab-show {
  display: none;
}

@media screen and (max-width: 900px) {
  .tab-show {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .tab-hide {
    display: none;
  }
}

.tab-small-show {
  display: none;
}

@media screen and (max-width: 750px) {
  .tab-small-show {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .tab-small-hide {
    display: none;
  }
}

.to-top {
  max-width: 90px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}

@media screen and (max-width: 1200px) {
  .to-top {
    max-width: 65px;
    right: 10px;
    bottom: 10px;
  }
}

header {
  width: 100%;
  background-color: #fff;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 750px) {
  header {
    padding-top: 10px;
    padding-bottom: 15px;
  }
}

header .header-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

header .header-container h1 {
  max-width: 400px;
  margin-right: 180px;
  transform: translateY(-5px);
}

@media screen and (max-width: 1500px) {
  header .header-container h1 {
    margin-right: 60px;
    margin-right: auto;
    max-width: 350px;
  }
}

@media screen and (max-width: 1200px) {
  header .header-container h1 {
    max-width: 300px;
  }
}

@media screen and (max-width: 500px) {
  header .header-container h1 {
    max-width: 250px;
    transform: translateY(-7px);
  }
}

header .header-container .header-nav .parent-ul {
  display: flex;
  gap: 50px;
}

@media screen and (max-width: 1500px) {
  header .header-container .header-nav .parent-ul {
    gap: 40px;
  }
}

@media screen and (max-width: 1200px) {
  header .header-container .header-nav .parent-ul {
    display: none;
  }
}

header .header-container .header-nav .parent-ul .parent-li {
  position: relative;
}

header .header-container .header-nav .parent-ul .parent-li a {
  font-size: 18px;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 1500px) {
  header .header-container .header-nav .parent-ul .parent-li a {
    font-size: 16px;
  }
}

header .header-container .header-nav .parent-ul .parent-li a:hover {
  color: #3077d5;
  opacity: 1;
}

header .header-container .header-nav .parent-ul .parent-li .child-ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(15px);
  display: none;
}

header .header-container .header-nav .parent-ul .parent-li .child-ul li a {
  color: white;
  min-width: 180px;
  display: inline-block;
  background-color: #154d96;
  padding: 15px 0;
  line-height: 1;
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 1500px) {
  header .header-container .header-nav .parent-ul .parent-li .child-ul li a {
    font-size: 16px;
    min-width: 150px;
  }
}

header .header-container .header-nav .parent-ul .parent-li .child-ul li a:hover {
  color: white;
  background-color: #4d8bde;
  opacity: 1;
}

header .header-container .contact-btn {
  margin-left: 100px;
}

@media screen and (max-width: 1500px) {
  header .header-container .contact-btn {
    margin-left: 60px;
  }
}

@media screen and (max-width: 1200px) {
  header .header-container .contact-btn {
    margin-left: 0;
  }
}

@media screen and (max-width: 750px) {
  header .header-container .contact-btn {
    display: none;
  }
}

header .header-container .contact-btn a {
  background-color: #154d95;
  display: block;
  max-width: 200px;
  padding: 32px 24px;
  border-radius: 0 0 16px 16px;
}

@media screen and (max-width: 1200px) {
  header .header-container .contact-btn a {
    padding: 20px 20px;
    max-width: 190px;
  }
}

header .header-container .contact-btn a img {
  display: inline-block;
  min-width: 150px;
}

header .header-container .hambarger {
  width: 52px;
  min-width: 52px;
  margin-left: 30px;
  cursor: pointer;
  display: none;
  transform: translateY(10px);
}

@media screen and (max-width: 1200px) {
  header .header-container .hambarger {
    display: block;
  }
}

header .header-container .hambarger .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #154d96;
  margin-bottom: 15px;
}

.top-fv {
  background-image: url(../images/top-fv.png);
  background-size: cover;
  background-position: center;
  padding-top: 340px;
}

@media screen and (max-width: 900px) {
  .top-fv {
    padding-top: 250px;
  }
}

.top-fv .bg-white {
  background-color: rgba(255, 255, 255, 0.65);
}

.top-fv .bg-white .container {
  padding: 15px 20px;
}

@media screen and (max-width: 900px) {
  .top-fv .bg-white .container {
    text-align: center;
    padding: 20px 10px;
  }
}

.top-fv .bg-white .container h2 {
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

@media screen and (max-width: 1200px) {
  .top-fv .bg-white .container h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 900px) {
  .top-fv .bg-white .container h2 {
    font-size: 18px;
    line-height: 1.9;
  }
}

@media screen and (max-width: 500px) {
  .top-fv .bg-white .container h2 {
    font-size: 16px;
  }
}

.top-news {
  margin-top: 65px;
}

.top-news .container h2 {
  max-width: 360px;
  margin: auto;
  width: 85%;
  margin-bottom: 20px;
}

.top-news .container .news-item a {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px dotted #a0a0a0;
}

@media screen and (max-width: 900px) {
  .top-news .container .news-item a {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-top: 30px;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 500px) {
  .top-news .container .news-item a {
    padding-top: 25px;
    padding-bottom: 20px;
  }
}

.top-news .container .news-item a .date {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  min-width: 124px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.2;
}

@media screen and (max-width: 900px) {
  .top-news .container .news-item a .date {
    border: initial;
    padding: initial;
    font-size: 16px;
  }
}

.top-news .container .news-item a h3 {
  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width: 900px) {
  .top-news .container .news-item a h3 {
    font-weight: bold;
    line-height: 1.8;
  }
}

.top-news .container .top-news-btn {
  max-width: 300px;
  margin-left: auto;
  margin-top: 35px;
}

.top-house {
  padding-top: 95px;
  overflow: hidden;
}

.top-house .bg-yellow {
  background-color: #fffbdb;
}

.top-house .bg-yellow .container {
  padding: 50px 0;
  display: flex;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .top-house .bg-yellow .container {
    flex-direction: column;
    padding: 50px 20px;
  }
}

@media screen and (max-width: 900px) {
  .top-house .bg-yellow .container {
    padding: 35px 20px;
  }
}

.top-house .bg-yellow .container .left {
  max-width: 545px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .top-house .bg-yellow .container .left {
    margin-left: auto;
    max-width: initial;
    width: 70%;
  }
}

.top-house .bg-yellow .container .right {
  background-color: #d2f8f8;
  position: absolute;
  top: -25px;
  right: -140px;
  border-radius: 20px;
  width: 700px;
  padding: 70px 140px;
}

@media screen and (max-width: 1200px) {
  .top-house .bg-yellow .container .right {
    position: static;
    padding: 70px 30px 20px;
    margin-top: -50px;
    width: 90%;
  }
}

.top-house .bg-yellow .container .right h2 {
  font-size: 32px;
  letter-spacing: 0.05em;
  color: #154d96;
}

@media screen and (max-width: 900px) {
  .top-house .bg-yellow .container .right h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 500px) {
  .top-house .bg-yellow .container .right h2 {
    font-size: 24px;
  }
}

.top-house .bg-yellow .container .right .text {
  margin-top: 40px;
  letter-spacing: 0.05em;
  line-height: 2.2;
}

@media screen and (max-width: 1200px) {
  .top-house .bg-yellow .container .right .text {
    margin-top: 30px;
  }
}

@media screen and (max-width: 900px) {
  .top-house .bg-yellow .container .right .text {
    margin-top: 20px;
  }
}

.top-house .bg-yellow .container .top-house-btn {
  max-width: 290px;
  width: 70%;
  margin-left: auto;
  margin-top: 35px;
}

.top-house .house-hint-img {
  margin-top: 385px;
}

@media screen and (max-width: 1200px) {
  .top-house .house-hint-img {
    margin-top: 90px;
  }
}

.top-house .hint-text {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  margin-top: 25px;
}

@media screen and (max-width: 900px) {
  .top-house .hint-text {
    font-size: 16px;
  }
}

.top-house .house-hint-btn {
  max-width: 290px;
  margin: auto;
  margin-top: 20px;
  width: 70%;
}

.top-construction {
  background-color: #fffbdb;
  margin-top: 100px;
  padding: 50px 0;
  /* 前への矢印 */
  /* 次への矢印 */
  /* ページネーション */
}

.top-construction h2 {
  max-width: 360px;
  margin: auto;
  width: 85%;
  margin-bottom: 35px;
}

.top-construction .container {
  margin-inline: auto;
  max-width: 1200px;
  position: relative;
}

.top-construction .swiper {
  max-width: 1100px;
}

.top-construction .swiper .swiper-slide {
  background-color: #fff;
  cursor: pointer;
  border-radius: 20px;
}

.top-construction .swiper .swiper-slide .flex {
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 900px) {
  .top-construction .swiper .swiper-slide .flex {
    flex-direction: column;
    gap: 50px;
  }
}

.top-construction .swiper .swiper-slide .left {
  width: 100%;
  padding-top: 50px;
  padding-left: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 900px) {
  .top-construction .swiper .swiper-slide .left {
    padding-top: 20px;
    padding-left: 20px;
    width: calc(100% - 40px);
    padding-bottom: 0;
  }
}

.top-construction .swiper .swiper-slide .right {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
  min-width: 400px;
  max-width: 400px;
}

@media screen and (max-width: 900px) {
  .top-construction .swiper .swiper-slide .right {
    min-width: initial;
    max-width: initial;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
  }
}

.top-construction .swiper .swiper-slide .right .category {
  padding: 12px 24px;
  color: white;
  background-color: #4d8bde;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  border-radius: 100vh;
  display: inline-block;
}

@media screen and (max-width: 900px) {
  .top-construction .swiper .swiper-slide .right .category {
    font-size: 16px;
    padding: 10px 24px;
  }
}

.top-construction .swiper .swiper-slide .right h3 {
  border-bottom: 2px dotted #a0a0a0;
  padding: 20px 0 38px;
  font-size: 24px;
  color: #154d96;
}

@media screen and (max-width: 900px) {
  .top-construction .swiper .swiper-slide .right h3 {
    padding: 20px 0px;
    font-size: 20px;
  }
}

.top-construction .swiper .swiper-slide .right .text {
  border-bottom: 2px dotted #a0a0a0;
  padding: 45px 0;
  line-height: 2.1;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 900px) {
  .top-construction .swiper .swiper-slide .right .text {
    border-bottom: initial;
    padding-top: 25px;
    padding-bottom: 0;
    font-size: 14px;
  }
}

.top-construction .swiper .swiper-slide .swiper-btn {
  max-width: 290px;
  width: 80%;
  margin: auto;
  padding-bottom: 50px;
}

@media screen and (max-width: 900px) {
  .top-construction .swiper .swiper-slide .swiper-btn {
    padding-bottom: 30px;
  }
}

.top-construction .swiper-slide img {
  height: auto;
  width: 100%;
}

.top-construction .swiper-button-prev {
  left: 0px;
  color: #D5D5D5;
}

.top-construction .swiper-button-next {
  right: 0px;
  color: #D5D5D5;
}

.top-construction .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -25px;
}

.top-instagram {
  padding: 100px 20px;
}

@media screen and (max-width: 900px) {
  .top-instagram {
    padding: 75px 20px;
  }
}

.top-instagram .container-large {
  padding: 40px 0px;
  border-top: 1px solid #242424;
  border-bottom: 1px solid #242424;
  display: flex;
  align-items: center;
  gap: 55px;
}

@media screen and (max-width: 900px) {
  .top-instagram .container-large {
    flex-direction: column;
    gap: 30px;
    padding: 35px 0;
  }
}

.top-instagram .container-large .left {
  min-width: 265px;
  max-width: 265px;
}

@media screen and (max-width: 1200px) {
  .top-instagram .container-large .left {
    min-width: 225px;
    max-width: 225px;
  }
}

@media screen and (max-width: 900px) {
  .top-instagram .container-large .left {
    min-width: initial;
    width: 80%;
    max-width: 500px;
    margin: auto;
  }
}

.access {
  background-image: url(../images/access-bg.png);
  background-size: cover;
  background-position: center bottom;
  padding: 50px 0;
}

@media screen and (max-width: 900px) {
  .access {
    padding: 40px 0;
  }
}

@media screen and (max-width: 500px) {
  .access {
    padding: 40px 0;
    padding-top: 30px;
  }
}

.access .container {
  max-width: 700px;
}

.access .container h2 {
  max-width: 360px;
  margin: auto;
}

@media screen and (max-width: 900px) {
  .access .container h2 {
    width: 65%;
    max-width: 260px;
  }
}

.access .container .access-map {
  margin-top: 35px;
  max-width: 660px;
}
.access .container .access-map iframe {
  width: 100%;
  height: 400px;
  border-radius: 20px;
}

@media screen and (max-width: 900px) {
  .access .container .access-map {
    margin-top: 25px;
  }
  .access .container .access-map iframe {
    width: 100%;
    height: 230px;
    border-radius: 10px;
  }
}

footer {
  background-color: #154d96;
  color: white;
  padding: 38px 0;
  font-weight: bold;
}

footer .container-large {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 900px) {
  footer .container-large {
    flex-direction: column;
    align-items: flex-start;
    align-items: center;
    gap: 45px;
  }
}

footer .container-large .left h2 {
  letter-spacing: 0.05em;
  font-size: 28px;
}

footer .container-large .left .text {
  margin-top: 15px;
  letter-spacing: 0.1em;
  font-size: 15px;
  line-height: 1.6;
}

footer .container-large .right {
  margin-left: auto;
  gap: 30px;
}

@media screen and (max-width: 900px) {
  footer .container-large .right {
    margin-left: 0;
  }
}

footer .container-large .right .right-pc {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 1200px) {
  footer .container-large .right .right-pc {
    display: none;
  }
}

footer .container-large .right .right-pc ul li {
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  font-size: 15px;
}

footer .container-large .right .right-pc ul li a {
  color: white;
}

footer .container-large .right .right-tab {
  display: none;
}

@media screen and (max-width: 1200px) {
  footer .container-large .right .right-tab {
    display: block;
  }
}

footer .container-large .right .right-tab .home {
  margin-bottom: 7px;
}

footer .container-large .right .right-tab .home a {
  color: white;
  font-size: 15px;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  footer .container-large .right .right-tab .flex {
    display: flex;
    gap: 20px;
  }
}

footer .container-large .right .right-tab .flex a {
  color: white;
}

footer .container-large .right .right-tab .flex ul li {
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  font-size: 18px;
}

@media screen and (max-width: 750px) {
  footer .container-large .right .right-tab .flex ul li {
    font-size: 16px;
  }
}

footer .container-large .right .right-tab .flex ul li.li-small {
  font-size: 15px;
}

@media screen and (max-width: 750px) {
  footer .container-large .right .right-tab .flex ul li.li-small {
    font-size: 13px;
  }
}

/*　ーーーーーーーーーーーーーーーーーーーーーーーーーーー
  下層共通開始
  ーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/
.bottom-fv {
  background-image: url(../images/bottom-fv-news.png);
  background-size: cover;
  background-position: center;
  padding: 200px 0;
}

@media screen and (max-width: 900px) {
  .bottom-fv {
    padding: 90px 0;
  }
}

@media screen and (max-width: 750px) {
  .bottom-fv {
    padding: 70px 0;
  }
}

@media screen and (max-width: 500px) {
  .bottom-fv {
    padding: 60px 0;
  }
}

.bottom-fv .bg-white {
  background-color: rgba(255, 255, 255, 0.7);
}

.bottom-fv .bg-white .container {
  padding: 24px 20px;
  color: #154d96;
}

@media screen and (max-width: 900px) {
  .bottom-fv .bg-white .container {
    text-align: center;
    padding: 10px 20px;
  }
}

.bottom-fv .bg-white .container h2 {
  font-size: 57px;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  .bottom-fv .bg-white .container h2 {
    font-size: 50px;
  }
}

@media screen and (max-width: 900px) {
  .bottom-fv .bg-white .container h2 {
    font-size: 36px;
  }
}

.bottom-fv .bg-white .container .lead {
  font-size: 22px;
  word-break: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 10px;
}

@media screen and (max-width: 1200px) {
  .bottom-fv .bg-white .container .lead {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .bottom-fv .bg-white .container .lead {
    font-size: 14px;
  }
}

/*　ーーーーーーーーーーーーーーーーーーーーーーーーーーー
  下層共通終了
  ーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/
/*　ーーーーーーーーーーーーーーーーーーーーーーーーーーー
    page-house.html開始
    ーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/
.bottom-house {
  margin-top: 65px;
  margin-bottom: 150px;
}

@media screen and (max-width: 900px) {
  .bottom-house {
    margin-top: 45px;
    margin-bottom: 100px;
  }
}

.bottom-house .lead {
  font-size: 24px;
  line-height: 2.5;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 900px) {
  .bottom-house .lead {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 500px) {
  .bottom-house .lead {
    font-size: 16px;
  }
}

.bottom-house .lead span {
  color: #154d96;
  font-size: 32px;
}

@media screen and (max-width: 900px) {
  .bottom-house .lead span {
    font-size: 25px;
  }
}

@media screen and (max-width: 500px) {
  .bottom-house .lead span {
    font-size: 20px;
  }
}

.bottom-house h2 {
  max-width: 360px;
  margin: auto;
  margin-top: 100px;
}

@media screen and (max-width: 900px) {
  .bottom-house h2 {
    margin-top: 65px;
    width: 85%;
  }
}

.bottom-house .blue-title {
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #154d96;
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 1200px) {
  .bottom-house .blue-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 900px) {
  .bottom-house .blue-title {
    margin-top: 40px;
    font-size: 21px;
  }
}

.bottom-house .bg-blue-title {
  margin-top: 50px;
}

.bottom-house .blue-item {
  padding: 50px 20px 40px;
  background-color: #d2f8f8;
  border-radius: 20px;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .bottom-house .blue-item {
    padding: 30px 20px 25px;
  }
}

.bottom-house .blue-item .item-title {
  font-size: 32px;
  font-weight: 600;
  color: #154d96;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 900px) {
  .bottom-house .blue-item .item-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 500px) {
  .bottom-house .blue-item .item-title {
    font-size: 20px;
  }
}

.bottom-house .blue-item .text {
  margin-top: 35px;
  line-height: 2;
  font-size: 18px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 900px) {
  .bottom-house .blue-item .text {
    font-size: 16px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 500px) {
  .bottom-house .blue-item .text {
    font-size: 14px;
    margin-top: 20px;
  }
}

.bottom-house .flow-item {
  margin-top: 50px;
}

@media screen and (max-width: 900px) {
  .bottom-house .flow-item {
    margin-top: 25px;
  }
}

.bottom-house .lead-text {
  font-size: 20px;
  line-height: 2.5;
  letter-spacing: 0.05em;
  margin-top: 50px;
}

@media screen and (max-width: 1200px) {
  .bottom-house .lead-text {
    font-size: 17px;
  }
}

@media screen and (max-width: 900px) {
  .bottom-house .lead-text {
    font-size: 16px;
    margin-top: 35px;
  }
}

.bottom-house .bg-yellow {
  background-color: #fffbdb;
  padding: 60px 0;
  margin-top: 80px;
}

@media screen and (max-width: 900px) {
  .bottom-house .bg-yellow {
    padding: 40px 0;
    margin-top: 65px;
  }
}

.bottom-house .bg-yellow .item {
  padding: 50px 20px 40px;
  background-color: #fff;
  margin-bottom: 50px;
}

@media screen and (max-width: 900px) {
  .bottom-house .bg-yellow .item {
    margin-bottom: 25px;
  }
}

.bottom-house .bg-yellow .item.mb0 {
  margin-bottom: 0;
}

@media screen and (max-width: 900px) {
  .bottom-house .bg-yellow .item.mb0 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 900px) {
  .bottom-house .bg-yellow .item {
    padding: 30px 20px 20px;
  }
}

.bottom-house .bg-yellow .item h4 {
  text-align: center;
  font-size: 32px;
  color: white;
  background-color: #154d96;
  padding: 5px 0;
  margin-bottom: 30px;
  max-width: 760px;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .bottom-house .bg-yellow .item h4 {
    font-size: 25px;
  }
}

@media screen and (max-width: 900px) {
  .bottom-house .bg-yellow .item h4 {
    font-size: 22px;
  }
}

@media screen and (max-width: 500px) {
  .bottom-house .bg-yellow .item h4 {
    font-size: 19px;
    margin-bottom: 25px;
  }
}

.bottom-house .bg-yellow .item p {
  line-height: 2.2;
  letter-spacing: 0.05em;
  max-width: 760px;
  margin: auto;
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  .bottom-house .bg-yellow .item p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.9;
  }
}

/*　ーーーーーーーーーーーーーーーーーーーーーーーーーーー
    page-house.html終了
    ーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/
/*　ーーーーーーーーーーーーーーーーーーーーーーーーーーー
    page-tips.html開始
    ーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/
.bottom-fv-tips {
  background-image: url(../images/bottom-fv-tips.png);
}

.page-tips .container .tips-title {
  margin-top: 65px;
}

.page-tips .container h3 {
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #154d96;
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 1200px) {
  .page-tips .container h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 900px) {
  .page-tips .container h3 {
    margin-top: 40px;
    font-size: 21px;
  }
}

.page-tips .container .lead-text {
  font-size: 20px;
  line-height: 2.5;
  letter-spacing: 0.05em;
  margin-top: 50px;
}

@media screen and (max-width: 1200px) {
  .page-tips .container .lead-text {
    font-size: 17px;
  }
}

@media screen and (max-width: 900px) {
  .page-tips .container .lead-text {
    font-size: 16px;
    margin-top: 40px;
  }
}

.page-tips .container .title1-flex {
  display: flex;
  gap: 50px;
  margin-top: 100px;
  margin-bottom: 100px;
}

@media screen and (max-width: 900px) {
  .page-tips .container .title1-flex {
    flex-direction: column;
    margin-top: 70px;
    margin-bottom: 90px;
  }
}

.page-tips .bg-yellow {
  padding: 100px 20px;
  background-color: #fffbdb;
  margin-top: 50px;
  margin-bottom: 100px;
}

@media screen and (max-width: 900px) {
  .page-tips .bg-yellow {
    padding: 50px 20px;
  }
}

@media screen and (max-width: 500px) {
  .page-tips .bg-yellow {
    padding: 40px 20px;
  }
}

.page-tips .bg-yellow .container {
  border-radius: 20px;
  background-color: #fff;
  padding: 50px 20px 10px;
}

@media screen and (max-width: 900px) {
  .page-tips .bg-yellow .container {
    padding-top: 35px;
  }
}

.page-tips .bg-yellow .container .bg-yellow-item {
  max-width: 778px;
  margin: auto;
}

.page-tips .bg-yellow .container .bg-yellow-item.mw-800 {
  max-width: 800px;
}

.page-tips .bg-yellow .container .bg-yellow-item h4 {
  text-align: center;
  font-size: 32px;
  color: white;
  background-color: #154d96;
  padding: 5px 0;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .page-tips .bg-yellow .container .bg-yellow-item h4 {
    font-size: 25px;
  }
}

@media screen and (max-width: 900px) {
  .page-tips .bg-yellow .container .bg-yellow-item h4 {
    font-size: 22px;
  }
}

@media screen and (max-width: 500px) {
  .page-tips .bg-yellow .container .bg-yellow-item h4 {
    font-size: 19px;
    margin-bottom: 25px;
  }
}

.page-tips .bg-yellow .container .bg-yellow-item .check-text-flex {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 35px;
}

@media screen and (max-width: 900px) {
  .page-tips .bg-yellow .container .bg-yellow-item .check-text-flex {
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
  }
}

.page-tips .bg-yellow .container .bg-yellow-item .check-text-flex .check {
  max-width: 40px;
  min-width: 40px;
}

@media screen and (max-width: 900px) {
  .page-tips .bg-yellow .container .bg-yellow-item .check-text-flex .check {
    max-width: 25px;
    min-width: 25px;
    transform: translateY(7px);
  }
}

.page-tips .bg-yellow .container .bg-yellow-item .check-text-flex .text {
  letter-spacing: 0.05em;
  line-height: 2.2;
}

@media screen and (max-width: 900px) {
  .page-tips .bg-yellow .container .bg-yellow-item .check-text-flex .text {
    font-size: 14px;
  }
}

.page-tips .bg-yellow .container .bg-yellow-item .point-item {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 48px 0;
  border-bottom: 2px dotted #a0a0a0;
}

@media screen and (max-width: 900px) {
  .page-tips .bg-yellow .container .bg-yellow-item .point-item {
    flex-direction: column;
    gap: 30px;
    padding: 35px 0;
  }
}

.page-tips .bg-yellow .container .bg-yellow-item .point-item.bb-none {
  border-bottom: none !important;
}

.page-tips .bg-yellow .container .bg-yellow-item .point-item .left {
  max-width: 220px;
  min-width: 220px;
}

@media screen and (max-width: 900px) {
  .page-tips .bg-yellow .container .bg-yellow-item .point-item .left {
    max-width: initial;
    min-width: initial;
  }
}

.page-tips .bg-yellow .container .bg-yellow-item .point-item .right {
  letter-spacing: 0.05em;
  line-height: 2.2;
}

@media screen and (max-width: 900px) {
  .page-tips .bg-yellow .container .bg-yellow-item .point-item .right {
    line-height: 2;
  }
}

.page-faq {
  margin-bottom: 200px;
}

@media screen and (max-width: 900px) {
  .page-faq {
    margin-bottom: 110px;
  }
}

.page-faq .container h2 {
  max-width: 360px;
  margin: auto;
}

.page-faq .container .question-item {
  display: flex;
  align-items: center;
  padding: 30px 25px;
  background-color: #d2f8f8;
  border-radius: 20px;
  margin-top: 50px;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .page-faq .container .question-item {
    padding: 30px 20px;
    border-radius: 10px;
    margin-top: 30px;
  }
}

.page-faq .container .question-item .icon {
  max-width: 36px;
  min-width: 36px;
}

.page-faq .container .question-item .text {
  color: #154d96;
  font-size: 20px;
  font-weight: 600;
  margin-left: 25px;
  margin-right: 10px;
  line-height: 2;
}

@media screen and (max-width: 900px) {
  .page-faq .container .question-item .text {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  .page-faq .container .question-item .text {
    font-size: 16px;
  }
}

.page-faq .container .question-item .right-btn {
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  border-radius: 100vh;
  background-color: #fff;
  position: relative;
  margin-left: auto;
}

@media screen and (max-width: 900px) {
  .page-faq .container .question-item .right-btn {
    display: none;
  }
}

.page-faq .container .question-item .right-btn .line1 {
  background-color: #154d95;
  width: 28px;
  height: 5px;
  display: inline-block;
  position: absolute;
  top: 22px;
  left: 11px;
}

.page-faq .container .question-item .right-btn .line2 {
  display: inline-block;
  background-color: #154d95;
  width: 5px;
  height: 28px;
  position: absolute;
  top: 10px;
  left: 22px;
}

.page-faq .container .question-item .right-btn .line2.on {
  display: none;
}

.page-faq .container .answer-item-wrapper {
  display: none;
}

.page-faq .container .answer-item-wrapper.on {
  display: block;
}

.page-faq .container .answer-item {
  padding: 50px 25px;
  background-color: #fffbdb;
  border-radius: 20px;
  display: flex;
  align-items: center;
  margin-top: 17px;
  border: 2px solid #154d96;
  display: flex;
}

@media screen and (max-width: 900px) {
  .page-faq .container .answer-item {
    padding: 30px 20px;
    border-radius: 10px;
  }
}

.page-faq .container .answer-item .icon {
  max-width: 36px;
  min-width: 36px;
}

.page-faq .container .answer-item .text {
  font-size: 18px;
  margin-left: 55px;
  line-height: 2;
}

@media screen and (max-width: 900px) {
  .page-faq .container .answer-item .text {
    margin-left: 25px;
  }
}

@media screen and (max-width: 500px) {
  .page-faq .container .answer-item .text {
    font-size: 16px;
  }
}

/*　ーーーーーーーーーーーーーーーーーーーーーーーーーーー
    page-tips.html開始
    ーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/
/*　ーーーーーーーーーーーーーーーーーーーーーーーーーーー
  archive-construction.html開始
  ーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/
.bottom-fv-construction {
  background-image: url(../images/bottom-fv-construction.png);
}

.archive-construction {
  margin-top: 100px;
  margin-bottom: 170px;
}

@media screen and (max-width: 900px) {
  .archive-construction {
    margin-top: 60px;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 500px) {
  .archive-construction {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}

.archive-construction .container-large .construction-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.archive-construction .container-large .construction-item-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
  gap: 50px 20px;
}

@media screen and (max-width: 900px) {
  .archive-construction .container-large .construction-item-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
    margin-top: 45px;
  }
}

@media screen and (max-width: 500px) {
  .archive-construction .container-large .construction-item-wrapper {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

.archive-construction .container-large .construction-item-wrapper a .item .img {
  position: relative;
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
}

.archive-construction .container-large .construction-item-wrapper a .item .img .category {
  position: absolute;
  display: inline-block;
  min-width: 100px;
  border-radius: 5px;
  background-color: #154d96;
  text-align: center;
  color: white;
  padding: 3px 0;
  font-size: 15px;
  letter-spacing: 0.1em;
  top: 8px;
  left: 8px;
}

@media screen and (max-width: 900px) {
  .archive-construction .container-large .construction-item-wrapper a .item .img .category {
    font-size: 13px;
    min-width: 85px;
  }
}

.archive-construction .container-large .construction-item-wrapper a .item .img .category.category1 {
  background-color: #154d96;
}

.archive-construction .container-large .construction-item-wrapper a .item .img .category.category2 {
  background-color: #159642;
}

.archive-construction .container-large .construction-item-wrapper a .item .img .category.category3 {
  background-color: #c9a200;
}

.archive-construction .container-large .construction-item-wrapper a .item .img .icon {
  max-width: 55px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

@media screen and (max-width: 900px) {
  .archive-construction .container-large .construction-item-wrapper a .item .img .icon {
    max-width: 40px;
    bottom: 6px;
    right: 6px;
  }
}

.archive-construction .container-large .construction-item-wrapper a .item h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 10px;
}

@media screen and (max-width: 900px) {
  .archive-construction .container-large .construction-item-wrapper a .item h3 {
    font-size: 16px;
  }
}

/*　ーーーーーーーーーーーーーーーーーーーーーーーーーーー
  archive-construction.html終了
  ーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/
/*　ーーーーーーーーーーーーーーーーーーーーーーーーーーー
  single-construction.html開始
  ーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/
.single-construction {
  margin-top: 100px;
  margin-bottom: 170px;
}

@media screen and (max-width: 900px) {
  .single-construction {
    margin-top: 60px;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 500px) {
  .single-construction {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}

.single-construction .container-large .construction-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.single-construction .container-large .construction-links .link {
  /* opacity: 0.2; */
}

.single-construction .container-large .construction-links .link.on {
  opacity: 1;
}

.single-construction .container-large .single-construction-thumbnail {
  max-width: 900px;
  margin: auto;
  margin-top: 90px;
}

@media screen and (max-width: 900px) {
  .single-construction .container-large .single-construction-thumbnail {
    margin-top: 65px;
  }
}

@media screen and (max-width: 500px) {
  .single-construction .container-large .single-construction-thumbnail {
    margin-top: 45px;
  }
}

.single-construction .container-large .single-construction-bottom-images {
  display: flex;
  gap: 25px;
  margin-top: 50px;
}

@media screen and (max-width: 900px) {
  .single-construction .container-large .single-construction-bottom-images {
    margin-top: 35px;
    gap: 15px;
  }
}

@media screen and (max-width: 500px) {
  .single-construction .container-large .single-construction-bottom-images {
    margin-top: 15px;
    gap: 5px;
  }
}

.single-construction .container-large .single-content-wrapper {
  max-width: 670px;
  margin: auto;
  margin-top: 60px;
}

@media screen and (max-width: 900px) {
  .single-construction .container-large .single-content-wrapper {
    margin-top: 45px;
  }
}

.single-construction .container-large .single-content-wrapper .category {
  font-size: 22px;
  font-weight: 600;
  background-color: #4d8bde;
  color: white;
  display: inline-block;
  border-radius: 100vh;
  padding: 12px 24px;
  line-height: 1;
}

@media screen and (max-width: 900px) {
  .single-construction .container-large .single-content-wrapper .category {
    font-size: 16px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 500px) {
  .single-construction .container-large .single-content-wrapper .category {
    font-size: 13px;
    padding: 8px 18px;
  }
}

.single-construction .container-large .single-content-wrapper h1 {
  font-size: 26px;
  margin-top: 10px;
  line-height: 1.8;
}

@media screen and (max-width: 900px) {
  .single-construction .container-large .single-content-wrapper h1 {
    font-size: 23px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 500px) {
  .single-construction .container-large .single-content-wrapper h1 {
    font-size: 20px;
  }
}

.single-construction .container-large .single-content-wrapper .single-content {
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  .single-construction .container-large .single-content-wrapper .single-content {
    margin-top: 25px;
  }
}

.single-construction .container-large .single-content-wrapper .single-content div,
.single-construction .container-large .single-content-wrapper .single-content p {
  line-height: 2.2;
}

@media screen and (max-width: 900px) {
  .single-construction .container-large .single-content-wrapper .single-content div,
  .single-construction .container-large .single-content-wrapper .single-content p {
    line-height: 1.85;
  }
}

.single-construction .container-large .single-archive-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 110px;
}

@media screen and (max-width: 900px) {
  .single-construction .container-large .single-archive-links {
    margin-top: 90px;
  }
}

@media screen and (max-width: 500px) {
  .single-construction .container-large .single-archive-links {
    margin-top: 75px;
  }
}

.single-construction .container-large .single-archive-links .prev-next {
  max-width: 55px;
}

@media screen and (max-width: 900px) {
  .single-construction .container-large .single-archive-links .prev-next {
    max-width: 45px;
  }
}

@media screen and (max-width: 500px) {
  .single-construction .container-large .single-archive-links .prev-next {
    max-width: 35px;
  }
}

@media screen and (max-width: 500px) {
  .single-construction .container-large .single-archive-links .btn {
    min-width: 165px;
    padding: 15px 0;
    font-size: 15px;
  }
}

.single-construction .container-large .construction-item-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 110px;
  gap: 50px 20px;
}

@media screen and (max-width: 900px) {
  .single-construction .container-large .construction-item-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
    margin-top: 110px;
  }
}

@media screen and (max-width: 500px) {
  .single-construction .container-large .construction-item-wrapper {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 90px;
  }
}

.single-construction .container-large .construction-item-wrapper a .item .img {
  position: relative;
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
}

.single-construction .container-large .construction-item-wrapper a .item .img .category {
  position: absolute;
  display: inline-block;
  min-width: 100px;
  border-radius: 5px;
  background-color: #154d96;
  text-align: center;
  color: white;
  padding: 3px 0;
  font-size: 15px;
  letter-spacing: 0.1em;
  top: 8px;
  left: 8px;
}

@media screen and (max-width: 900px) {
  .single-construction .container-large .construction-item-wrapper a .item .img .category {
    font-size: 13px;
    min-width: 85px;
  }
}

.single-construction .container-large .construction-item-wrapper a .item .img .category.category1 {
  background-color: #154d96;
}

.single-construction .container-large .construction-item-wrapper a .item .img .category.category2 {
  background-color: #159642;
}

.single-construction .container-large .construction-item-wrapper a .item .img .category.category3 {
  background-color: #c9a200;
}

.single-construction .container-large .construction-item-wrapper a .item .img .icon {
  max-width: 55px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

@media screen and (max-width: 900px) {
  .single-construction .container-large .construction-item-wrapper a .item .img .icon {
    max-width: 40px;
    bottom: 6px;
    right: 6px;
  }
}

.single-construction .container-large .construction-item-wrapper a .item h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 10px;
}

@media screen and (max-width: 900px) {
  .single-construction .container-large .construction-item-wrapper a .item h3 {
    font-size: 16px;
  }
}

/*　ーーーーーーーーーーーーーーーーーーーーーーーーーーー
  single-construction.html終了
  ーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/
/*　ーーーーーーーーーーーーーーーーーーーーーーーーーーー
  page-union-information.html開始
  ーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/
.bottom-fv-union-information {
  background-image: url(../images/bottom-fv-union-information.png);
}

.page-union-overview {
  margin-top: 70px;
}

.page-union-overview .container h2 {
  max-width: 400px;
  margin: auto;
  margin-bottom: 30px;
}

@media screen and (max-width: 900px) {
  .page-union-overview .container h2 {
    max-width: 320px;
    width: 85%;
  }
}

.page-union-overview .container .overview-item {
  margin-bottom: 10px;
  display: flex;
  align-items: stretch;
  gap: 15px;
}

@media screen and (max-width: 900px) {
  .page-union-overview .container .overview-item {
    gap: 7px;
    margin-bottom: 7px;
  }
}

.page-union-overview .container .overview-item .left {
  color: #154d96;
  background-color: rgba(77, 139, 222, 0.15);
  min-width: 200px;
  max-width: 200px;
  text-align: center;
  padding: 15px 0;
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 900px) {
  .page-union-overview .container .overview-item .left {
    min-width: 120px;
    max-width: 120px;
    font-size: 16px;
    padding: 10px;
  }
}

@media screen and (max-width: 500px) {
  .page-union-overview .container .overview-item .left {
    min-width: 105px;
    max-width: 105px;
    font-size: 15px;
    padding: 10px;
  }
}

.page-union-overview .container .overview-item .right {
  width: 100%;
  background-color: rgba(77, 139, 222, 0.05);
  border: 1px solid rgba(112, 112, 112, 0.05);
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 900px) {
  .page-union-overview .container .overview-item .right {
    font-size: 16px;
    padding: 10px;
  }
}

@media screen and (max-width: 500px) {
  .page-union-overview .container .overview-item .right {
    font-size: 15px;
  }
}

.page-union-history {
  margin-top: 70px;
}

.page-union-history .container h2 {
  max-width: 400px;
  margin: auto;
  margin-bottom: 30px;
}

@media screen and (max-width: 900px) {
  .page-union-history .container h2 {
    max-width: 320px;
    width: 85%;
  }
}

.page-union-history .container .history-item {
  max-width: 730px;
  margin: auto;
  display: flex;
  gap: 30px;
}

@media screen and (max-width: 900px) {
  .page-union-history .container .history-item {
    gap: 15px;
  }
}

.page-union-history .container .history-item .left {
  border-bottom: 2px solid #51c97b;
  min-width: 200px;
  max-width: 200px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 900px) {
  .page-union-history .container .history-item .left {
    min-width: 140px;
    max-width: 140px;
    font-size: 16px;
  }
}

.page-union-history .container .history-item .right {
  border-bottom: 2px solid #154d96;
  width: 100%;
  text-align: left;
  padding-top: 20px;
  padding: 15px;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 900px) {
  .page-union-history .container .history-item .right {
    font-size: 16px;
    padding-left: 10px;
  }
}

.page-union-member-knowledge {
  margin-top: 80px;
}

.page-union-member-knowledge.union-mb {
  margin-bottom: 180px;
}

@media screen and (max-width: 900px) {
  .page-union-member-knowledge.union-mb {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 900px) {
  .page-union-member-knowledge .container {
    padding: 0;
  }
}

.page-union-member-knowledge .container h2 {
  max-width: 400px;
  margin: auto;
  margin-bottom: 30px;
}

@media screen and (max-width: 900px) {
  .page-union-member-knowledge .container h2 {
    max-width: 320px;
    width: 85%;
  }
}

.page-union-member-knowledge .container .item {
  margin-top: 60px;
  padding: 87px 55px 75px;
  background-color: #fffbdb;
  border-radius: 20px;
}

@media screen and (max-width: 900px) {
  .page-union-member-knowledge .container .item {
    border-radius: initial;
    margin-top: 45px;
    padding: 55px 20px;
  }
}

.page-union-member-knowledge .container .item .img {
  max-width: 530px;
  margin: auto;
}

.page-union-member-knowledge .container .item h3 {
  font-size: 32px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #154d96;
  margin-top: 55px;
}

@media screen and (max-width: 900px) {
  .page-union-member-knowledge .container .item h3 {
    font-size: 24px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 500px) {
  .page-union-member-knowledge .container .item h3 {
    font-size: 22px;
    margin-top: 30px;
  }
}

.page-union-member-knowledge .container .item .text {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 40px;
}

@media screen and (max-width: 900px) {
  .page-union-member-knowledge .container .item .text {
    margin-top: 25px;
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .page-union-member-knowledge .container .item .text {
    font-size: 14px;
    margin-top: 20px;
  }
}

/*　ーーーーーーーーーーーーーーーーーーーーーーーーーーー
  page-union-information.html終了
  ーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/
/*　ーーーーーーーーーーーーーーーーーーーーーーーーーーー
  page-contact.html開始
  ーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/
.bottom-fv-contact {
  background-image: url(../images/bottom-fv-contact.png);
}

.page-contact {
  padding: 70px 0 120px;
}

@media screen and (max-width: 750px) {
  .page-contact {
    padding-top: 30px;
  }
}

@media screen and (max-width: 900px) {
  .page-contact .container {
    padding: 0;
  }
}

.page-contact .container h2 {
  max-width: 400px;
  margin: auto;
}

@media screen and (max-width: 900px) {
  .page-contact .container h2 {
    max-width: 320px;
    width: 85%;
  }
}

.page-contact .container .lead {
  margin-top: 70px;
  margin-bottom: 100px;
  letter-spacing: 0.05em;
  line-height: 2.2;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .page-contact .container .lead {
    font-size: 14px;
    margin-top: 55px;
    margin-bottom: 70px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 500px) {
  .page-contact .container .lead {
    margin-top: 45px;
  }
}

.page-contact .container .lead span {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  color: #154d96;
}

.page-contact .container .form-item {
  max-width: 800px;
  margin: auto;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

@media screen and (max-width: 900px) {
  .page-contact .container .form-item {
    max-width: initial;
    flex-direction: column;
    background-color: #e4edfa;
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    gap: 5px;
  }
}

.page-contact .container .form-item .left {
  background-color: rgba(77, 139, 222, 0.15);
  text-align: center;
  padding: 17px 0;
  border-radius: 5px;
  display: block;
  cursor: pointer;
  min-width: 190px;
}

@media screen and (max-width: 900px) {
  .page-contact .container .form-item .left {
    background-color: initial;
    text-align: left;
    min-width: initial;
    padding: 0;
  }
}

.page-contact .container .form-item .right {
  width: 100%;
}

.page-contact .container .form-item .right input {
  background-color: #fff;
  display: block;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #707070;
  padding: 15px 10px;
}

@media screen and (max-width: 900px) {
  .page-contact .container .form-item .right input {
    border: initial;
    padding: 10px;
  }
}

.page-contact .container .form-item .right textarea {
  background-color: #fff;
  display: block;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #707070;
  padding: 15px 10px;
  height: 200px;
}

@media screen and (max-width: 900px) {
  .page-contact .container .form-item .right textarea {
    margin-bottom: 30px;
    border: initial;
  }
}

.page-contact .container .btn-wrapper {
  text-align: center;
  margin-top: 70px;
}

@media screen and (max-width: 900px) {
  .page-contact .container .btn-wrapper {
    margin-top: 50px;
  }
}

.page-contact .container .btn-wrapper .reset-btn {
  margin-top: 15px;
}

.page-contact .container .btn-wrapper .reset-btn .btn {
  background-color: #fff;
  color: #154d96;
  border: 2px solid;
}

/*　ーーーーーーーーーーーーーーーーーーーーーーーーーーー
  page-contact.html終了
  ーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/
/*　ーーーーーーーーーーーーーーーーーーーーーーーーーーー
  archive.html開始
  ーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/
.archive-news {
  margin-top: 20px;
  margin-bottom: 180px;
}

@media screen and (max-width: 900px) {
  .archive-news {
    margin-bottom: 130px;
  }
}

.archive-news .container .news-item a {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px dotted #a0a0a0;
}

@media screen and (max-width: 900px) {
  .archive-news .container .news-item a {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-top: 30px;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 500px) {
  .archive-news .container .news-item a {
    padding-top: 25px;
    padding-bottom: 20px;
  }
}

.archive-news .container .news-item a .date {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  min-width: 124px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.2;
}

@media screen and (max-width: 900px) {
  .archive-news .container .news-item a .date {
    border: initial;
    padding: initial;
    font-size: 16px;
  }
}

.archive-news .container .news-item a h2 {
  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width: 900px) {
  .archive-news .container .news-item a h2 {
    font-weight: bold;
    line-height: 1.8;
  }
}

/*　ーーーーーーーーーーーーーーーーーーーーーーーーーーー
  archive.html終了
  ーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/
/*　ーーーーーーーーーーーーーーーーーーーーーーーーーーー
  single.html開始
  ーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/
.single-news {
  margin-top: 130px;
  margin-bottom: 250px;
}

@media screen and (max-width: 750px) {
  .single-news {
    margin-top: 90px;
    margin-bottom: 140px;
  }
}

@media screen and (max-width: 500px) {
  .single-news {
    margin-top: 75px;
    margin-bottom: 140px;
  }
}

.single-news .container .date {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.2;
}

@media screen and (max-width: 900px) {
  .single-news .container .date {
    border: initial;
    padding: initial;
    font-size: 16px;
  }
}

.single-news .container h1 {
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #154d96;
  margin-top: 10px;
}

@media screen and (max-width: 750px) {
  .single-news .container h1 {
    font-size: 20px;
  }
}

.single-news .container .single-content {
  margin-top: 60px;
}

@media screen and (max-width: 900px) {
  .single-news .container .single-content {
    margin-top: 45px;
  }
}

.single-news .container .single-content p {
  line-height: 2;
}

.single-news .container .single-content p,
.single-news .container .single-content div,
.single-news .container .single-content img,
.single-news .container .single-content h2,
.single-news .container .single-content h3,
.single-news .container .single-content h4,
.single-news .container .single-content h5,
.single-news .container .single-content h6 {
  margin-bottom: 20px;
}

.single-news .container .single-links {
  margin-top: 100px;
}

@media screen and (max-width: 900px) {
  .single-news .container .single-links {
    margin-top: 70px;
  }
}

@media screen and (max-width: 500px) {
  .single-news .container .single-links {
    margin-top: 45px;
  }
}

.single-news .container .single-links .flex {
  display: flex;
  gap: 50px;
}

@media screen and (max-width: 1200px) {
  .single-news .container .single-links .flex {
    gap: 25px;
  }
}

@media screen and (max-width: 900px) {
  .single-news .container .single-links .flex {
    gap: 110px;
  }
}

@media screen and (max-width: 750px) {
  .single-news .container .single-links .flex {
    gap: 30px;
  }
}

@media screen and (max-width: 500px) {
  .single-news .container .single-links .flex {
    gap: 15px;
  }
}

@media screen and (max-width: 900px) {
  .single-news .container .single-links .single-btn-archive {
    max-width: 50%;
    margin: auto;
    margin-top: 50px;
  }
}

@media screen and (max-width: 750px) {
  .single-news .container .single-links .single-btn-archive {
    margin-top: 30px;
    max-width: 55%;
  }
}

/*　ーーーーーーーーーーーーーーーーーーーーーーーーーーー
  single.html終了
  ーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/
/*　ーーーーーーーーーーーーーーーーーーーーーーーーーーー
  page-members-links.html開始
  ーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/
.bottom-fv-members-links {
  background-image: url(../images/bottom-fv-members-links.png);
}

.members-links-content {
  margin-top: 70px;
  margin-bottom: 130px;
}

.members-links-content .container h2 {
  max-width: 400px;
  margin: auto;
}

@media screen and (max-width: 900px) {
  .members-links-content .container h2 {
    max-width: 320px;
    width: 85%;
  }
}

.members-links-content .container .members-links-item-wrapper {
  margin-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 900px) {
  .members-links-content .container .members-links-item-wrapper {
    border-bottom: 2px dotted #a0a0a0;
    margin-top: 40px;
    padding-bottom: 40px;
  }
}

.members-links-content .container .members-links-item-wrapper.border-bottom {
  border-bottom: 2px dotted #a0a0a0;
}

.members-links-content .container .members-links-item-wrapper.mt0 {
  margin-top: 0;
}

@media screen and (max-width: 900px) {
  .members-links-content .container .members-links-item-wrapper.mt0 {
    margin-top: 40px;
  }
}

.members-links-content .container .members-links-item-wrapper h3 {
  font-size: 26px;
  color: #154d96;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .members-links-content .container .members-links-item-wrapper h3 {
    font-size: 23px;
  }
}

.members-links-content .container .members-links-item-wrapper .item-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}

@media screen and (max-width: 900px) {
  .members-links-content .container .members-links-item-wrapper .item-grid {
    grid-template-columns: 1fr;
  }
}

.members-links-content .container .members-links-item-wrapper .item-grid a {
  padding: 16px 20px;
  background-color: rgba(77, 139, 222, 0.15);
  border-radius: 5px;
}

.members-links-content .container .members-links-item-wrapper .item-grid a .item {
  display: flex;
  width: 100%;
}

.members-links-content .container .members-links-item-wrapper .item-grid a .item .text {
  font-size: 18px;
}

@media screen and (max-width: 750px) {
  .members-links-content .container .members-links-item-wrapper .item-grid a .item .text {
    font-size: 16px;
  }
}

.members-links-content .container .members-links-item-wrapper .item-grid a .item .icon {
  min-width: 24px;
  max-width: 24px;
  margin-left: auto;
}

@media screen and (max-width: 750px) {
  .members-links-content .container .members-links-item-wrapper .item-grid a .item .icon {
    min-width: 21px;
    max-width: 21px;
    transform: translateY(-3px);
  }
}

/*　ーーーーーーーーーーーーーーーーーーーーーーーーーーー
  page-members-links.html終了
  ーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/


/* 追加 */
.hidden-fields-container {
  display: none;
}
.page-contact .btn {
  color: #fff;
}
.screen-reader-response {
  display: none;
}
.wpcf7-not-valid-tip {
  color: red;
}




/* ハンバーガー */
/* ハンバーガー */
.hambarger{
  width: 44px;
  height: 44px;
  position: relative;
  cursor: pointer;
  z-index: 1001;
}

.hambarger .line{
  position: absolute;
  left: 10px;
  width: 24px;
  height: 2px;
  background: #000;
  transition: transform .25s ease, opacity .25s ease, top .25s ease;
}

.hambarger .line1{ top: 11px; }
.hambarger .line2{ top: 21px; }
.hambarger .line3{ top: 31px; }

/* 開いた状態：✖に変形 */
.hambarger.is-open .line1{
  top: 21px;
  transform: rotate(45deg);
}
.hambarger.is-open .line2{
  opacity: 0;
}
.hambarger.is-open .line3{
  top: 21px;
  transform: rotate(-45deg);
}

/* メニュー本体 */
.sp-menu{
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  /* max-width: 360px; */
  height: 100vh;
  background: #fff;
  transform: translateX(100%);
  transition: transform .25s ease;
  z-index: 1000;
  padding: 80px 20px 20px;
  overflow-y: auto;
}

.sp-menu.is-open{
  transform: translateX(0);
}

.sp-menu__list{
  list-style: none;
  margin: 0;
  padding: 0;
}

.sp-menu__list li{
  border-bottom: 1px solid #eee;
}

.sp-menu__list a{
  display: block;
  padding: 16px 0;
  text-decoration: none;
  color: #000;
}

/* 背景（オーバーレイ） */
.sp-menu-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
  z-index: 999;
}

.sp-menu-overlay.is-open{
  opacity: 1;
  pointer-events: auto;
}
