@charset "UTF-8";
.mv-content {
  display: flex;
  width: 100%;
  min-width: 1200px;
  align-items: flex-start;
  justify-content: center;
}
.mv-content .left {
  width: 25.5%;
}
.mv-content .left .txt {
  margin: 0px 22%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.mv-content .left .txt .logo {
  background: #020422;
  padding: 4.7vw 3vw;
}
.mv-content .left .txt .logo img {
  width: 90%;
}
.mv-content .left .txt .contact-info {
  margin-top: 1.5vw;
}
.mv-content .left .txt .contact-info .call {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv-content .left .txt .contact-info .call img {
  width: 0.9vw;
  margin-right: 0.4vw;
}
.mv-content .left .txt .contact-info .call strong {
  font-size: 1.4vw;
  letter-spacing: 0.1vw;
}
.mv-content .left .txt .contact-info small {
  font-size: 0.95vw;
  margin-top: 0.5vw;
  display: block;
  letter-spacing: 0.06vw;
}
.mv-content .left .txt .links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 3.5vw;
  flex-direction: column;
}
.mv-content .left .txt .links li {
  margin-bottom: 0.7vw;
}
.mv-content .left .txt .links li a {
  background: #020422;
  border: 1px solid #020422;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5vw;
  height: 4.5vw;
}
.mv-content .left .txt .links li a img {
  width: 47%;
}
.mv-content .right {
  width: 80%;
}
.mv-content .right img.load-fade {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
.mv-content .right img.load-fade.is-show {
  opacity: 1;
  visibility: visible;
}
.mv-content .mv-copy {
  font-family: "Noto Serif JP", sans-serif;
  position: absolute;
  left: 5%;
  top: 66%;
  width: 38.4%;
  padding: 5.5vw 0 7vw;
  background: white;
  text-align: left;
  text-align: center;
}
.mv-content .mv-copy h1 {
  font-size: 4.5vw;
  letter-spacing: 0.4vw;
}
.mv-content .mv-copy h1 span.narrow {
  letter-spacing: 0;
}
.mv-content .mv-copy h1 span.dot {
  position: relative;
}
.mv-content .mv-copy h1 span.dot::before {
  content: "•";
  position: absolute;
  top: -2.5rem;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 3rem;
}
.mv-content .mv-copy p {
  font-size: 1.2vw;
  letter-spacing: 0.45vw;
  margin-top: 0.8vw;
  margin-right: 3vw;
}
.mv-news-wrapper{
  min-width: 1200px;
}
.mv-news {
  margin-left: 43.4%;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
}
.mv-news h3 {
  width: 8vw;
  margin: 1.2vw 0;
  padding: 0.7vw 1.3vw;
  border-right: 1px solid #d9d9d9;
  font-size: 0.9vw;
  font-weight: 400;
  letter-spacing: 0.1vw;
}
.mv-news .mv-news-content {
  width: 45vw;
  display: flex;
  justify-content: flex-start;
}
.mv-news .mv-news-content a {
  display: flex;
  height: 100%;
  justify-content: flex-start;
  color: #020422;
  align-items: center;
  padding-left: 2vw;
  font-size: 1vw;
  height: 100%;
  justify-content: flex-start;
  position: relative;
}
.mv-news .mv-news-content a span {
  display: block;
  font-size: 0.9vw;
  font-weight: 500;
  margin-right: 1vw;
  letter-spacing: 0.05vw;
}
.mv-news .mv-news-content a::after {
  content: ">";
  position: absolute;
  height: 100%;
  top: 0;
  right: 0rem;
  display: flex;
  width: 1.5rem;
  font-size: 1vw;
  align-items: center;
  justify-content: center;
  color: #020422;
}
.mv-news .mv-news-content a:hover {
  opacity: 0.7;
}

/* --------------------------------------------------
    max-width 1025px
-------------------------------------------------- */
@media screen and (max-width: 1025px) {
  #mv {
    min-width: 1000px;
  }
  .mv-content {
    min-width: 1000px;
  }
  .mv-content .left {
    min-width: 247px;
  }
  .mv-content .left .txt .logo {
    padding: 3rem 2rem;
  }
  .mv-content .left .txt .contact-info {
    margin-top: 0.99rem;
  }
  .mv-content .left .txt .contact-info .call img {
    width: 0.6rem;
    margin-right: 0.2rem;
  }
  .mv-content .left .txt .contact-info .call strong {
    font-size: 0.99rem;
    letter-spacing: 0.05rem;
  }
  .mv-content .left .txt .contact-info small {
    font-size: 0.6rem;
    margin-top: 0.4rem;
    letter-spacing: 0.02rem;
  }
  .mv-content .left .txt .links {
    margin-top: 1.5rem;
  }
  .mv-content .left .txt .links li {
    margin-bottom: 0.5rem;
  }
  .mv-content .left .txt .links li a {
    width: 3rem;
    height: 3rem;
  }
  .mv-content .left .txt .links li a img {
    width: 47%;
  }
  .mv-content .mv-copy {
    padding: 3.55rem 0 4rem;
  }
  .mv-content .mv-copy h1 {
    font-size: 2.8rem;
    letter-spacing: 0.25rem;
  }
  .mv-content .mv-copy p {
    font-size: 0.8rem;
    letter-spacing: 0.25rem;
    margin-top: 0.6rem;
    margin-right: 2.7rem;
  }
  .mv-news-wrapper{
    min-width: 1000px;
  }
  .mv-news .mv-news-content h3 {
    margin: 0.8rem 0;
    font-size: 0.6rem;
    padding: 0.5rem 0.85rem;
    letter-spacing: 0.07rem;
  }
  .mv-news .mv-news-content a {
    padding-left: 1.5rem;
    font-size: 0.7rem;
  }
  .mv-news .mv-news-content a span {
    font-size: 0.7rem;
    margin-right: 1rem;
    letter-spacing: 0.005rem;
  }
}
/* --------------------------------------------------
    max-width 768px
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  #mv {
    min-width: unset;
  }
  .mv-content {
    min-width: unset;
    flex-direction: column;
    padding-top: 3.5rem;
  }
  .mv-content .left {
    display: none;
  }
  .mv-content .right {
    width: 100%;
  }
  .mv-content .mv-copy {
    position: static;
    width: 100%;
    padding: 3.55rem 0 4rem;
  }
  .mv-content .mv-copy h1 {
    font-size: 2.5rem;
    letter-spacing: 0.15rem;
  }
  .mv-content .mv-copy p {
    font-size: 0.8rem;
    margin: 0.6rem auto;
    letter-spacing: 0.13rem;
    text-indent: -1rem;
  }
  .mv-news-wrapper{
    min-width: unset;
  }
  .mv-news {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    border: 0;
  }
  .mv-news h3 {
    font-size: 1rem;
    width: unset;
    border: 1px solid;
    padding: 0.3rem 1rem;
    background: white;
    position: relative;
    z-index: 2;
  }
  .mv-news .mv-news-content {
    flex-direction: column;
    margin: 0 auto;
    width: 88%;
    border: 1px solid;
    margin-top: -1rem;
  }
  .mv-news .mv-news-content a {
    padding: 2rem 0.5rem 1.5rem;
    justify-content: flex-start;
    font-size: 0.9rem;
  }
  .mv-news .mv-news-content a span {
    font-size: 0.8rem;
    margin-right: 1rem;
    letter-spacing: 0.005rem;
    margin-left: 1rem;
  }
  .mv-news .mv-news-content a::after {
    height: 105%;
    font-size: 1rem;
  }
}
#top1 {
  margin-top: 10rem;
}
#top1 .h2-title {
  width: 19rem;
  margin-left: auto;
}
#top1 .img {
  width: 35.1rem;
  margin: 0 auto;
  position: absolute;
  top: -9.3%;
  left: 1%;
}

.top1-content {
  margin-right: 3.5%;
  position: relative;
}
.top1-content .list {
  background: #f8f6f5;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  width: 49.5rem;
  margin-left: auto;
  margin-top: 3rem;
  padding: 4rem 5rem 5.5rem 14rem;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
}
.top1-content .list li {
  font-size: 1.6rem;
  padding: 1rem 2.85rem 0;
  border-right: 1px dashed #bcb8c2;
  height: 100%;
  text-align: left;
}
.top1-content .list li:last-child {
  border-right: 0;
}
.top1-content .list li span {
  font-size: 0.9rem;
  color: #c3262d;
  -ms-writing-mode: initial;
      writing-mode: initial;
}
.top1-content .list li strong {
  letter-spacing: 0.5rem;
  margin-top: 1rem;
}
.top1-content .area-link {
  position: absolute;
  top: 32.5%;
  right: -3.3%;
}
.top1-content .area-link li {
  margin-bottom: 0.8rem;
}
.top1-content .area-link li a {
  width: 5rem;
  height: 5rem;
  font-size: 0.7rem;
  border: 1px solid #020422;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #020422;
}
.top1-content .area-link li a span {
  margin-top: 0.3rem;
}
.top1-content .area-link li a:hover {
  color: white;
  background: #020422;
}
.top1-content .area-link li:last-child {
  margin-bottom: 0;
}

#top2 {
  margin: 8rem 0;
}

.top2-content {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.top2-content .left {
  width: 21%;
  margin-right: -6.3rem;
  background: white;
  height: 22.3rem;
  border-right: 1px dashed #bbbac2;
  border-bottom: 1px dashed #bbbac2;
  position: relative;
  margin-top: 9.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top2-content .left a {
  margin-top: 3rem;
}
.top2-content .right {
  width: 70%;
  background: #f8f6f5;
  padding: 4.5rem 3% 4rem 10rem;
}
.top2-content .right p {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.23rem;
}
.top2-content .right p strong {
  color: #c22631;
  font-size: 2rem;
}
.top2-content .right p span {
  color: #c22631;
}
.top2-content .right ul {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
  height: 25rem;
}
.top2-content .right ul li {
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  text-align: left;
  background: white;
  width: 23.875%;
  margin-right: 1.5%;
}
.top2-content .right ul li a {
  color: #020422;
  position: relative;
  height: 100%;
  padding: 2rem 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.top2-content .right ul li a h3 {
  font-size: 2rem;
  letter-spacing: 0.6rem;
}
.top2-content .right ul li a span {
  position: absolute;
  right: 18%;
  top: 17.5%;
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
}
.top2-content .right ul li:hover {
  background: #020422;
}
.top2-content .right ul li:hover a {
  color: white;
}
.top2-content .right ul li:last-child {
  margin-right: 0;
}

#top3 {
  margin: 14rem 0 5rem;
}

.top3-content {
  position: relative;
  width: 37.6rem;
  height: 37.6rem;
  margin-right: 3.7%;
  margin-left: auto;
  background: #f8f7f5;
}
.top3-content .img {
  width: 51rem;
  position: absolute;
  top: -13%;
  right: 56%;
  display: flex;
}
.top3-content .img .copy {
  position: absolute;
  top: -9.5%;
  right: 83%;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  font-size: 1.3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.top3-content .img .copy span {
  padding: 2rem 0.5rem;
  background: #020422;
  color: white;
  margin-right: 0.5rem;
  letter-spacing: 0.4rem;
}
.top3-content .img .copy span.last {
  margin-top: 2rem;
}
.top3-content .txt-content {
  position: absolute;
  right: 0;
  top: 0;
  height: 24rem;
  width: 23rem;
  margin: 3.5rem 4rem;
  background: white;
  padding: 4rem 2rem 2rem 4rem;
  text-align: left;
}
.top3-content .txt-content img {
  width: 20rem;
  margin-top: 1rem;
}
.top3-content .txt-content h3 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.5rem;
  margin-top: 3.2rem;
  line-height: 1.8;
}
.top3-content .txt-content p {
  position: relative;
  font-size: 0.8rem;
  line-height: 2;
  margin-top: 1rem;
  color: #726356;
  letter-spacing: 0.2rem;
}
.top3-content .txt-content p::before {
  content: "";
  width: 4rem;
  height: 2px;
  background: #ececec;
  display: block;
  margin-bottom: 1rem;
}
.top3-content .txt-content a {
  text-align: center;
  margin-top: 2rem;
  margin-right: 7rem;
}

#top4 {
  margin: 7rem 0;
}
#top4 .h2-title {
  margin-left: 7rem;
}

.top4-content {
  margin: 2rem 0;
  position: relative;
}
.top4-content .img {
  width: 49.5rem;
  display: flex;
}
.top4-content .txt-content {
  position: absolute;
  top: 19%;
  left: 54.5%;
  width: 45.5%;
}
.top4-content .txt-content h3 {
  font-family: "Noto Serif JP", sans-serif;
  text-align: right;
  font-size: 2rem;
  letter-spacing: 0.4rem;
  color: #7e6d63;
}
.top4-content .txt-content ul {
  margin-top: 2.5rem;
  border-top: 5px solid #020422;
  background: white;
  padding: 4rem 2.5rem 1rem 4rem;
}
.top4-content .txt-content ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.3rem 0 1rem;
  border-bottom: 1px solid #e5e5e5;
}
.top4-content .txt-content ul li .txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  margin-right: 1rem;
  width: calc(100% - 7rem);
}
.top4-content .txt-content ul li .txt strong {
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
}
.top4-content .txt-content ul li .txt span {
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
  color: #7e6d63;
  margin-top: 0.3rem;
}
.top4-content .txt-content ul li a.btn1 {
  padding: 0.45rem 1.8rem;
  font-size: 0.7rem;
  margin-right: 0.6rem;
  letter-spacing: 0;
  width: 80px;
}
.top4-content.top4-content2 {
  margin: 8.4rem auto;
}
.top4-content.top4-content2 .img {
  margin-left: auto;
}
.top4-content.top4-content2 .txt-content {
  left: unset;
  right: 54.5%;
  width: 43%;
}
.top4-content.top4-content2 .txt-content h3 {
  text-align: left;
}
.top4-content.top4-content2 .txt-content ul {
  padding: 4rem 6rem 7rem 0rem;
}
.top4-content.top4-content2 .txt-content ul a.btn1 {
  margin-right: 0;
}
.top4-content.top4-content3 .txt-content {
  top: 30%;
}


#top5 {
  margin: 12.5rem 0 5rem;
}

.top5-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.top5-content .left {
  width: 19rem;
  height: 37.5rem;
  margin-left: 3.5%;
  margin-top: -4.3%;
  margin-right: -14%;
  z-index: 10;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #060622;
}
.top5-content .left .h2-title {
  color: white;
}
.top5-content .left .h2-title h2::before {
  background-color: white;
}
.top5-content .left a {
  color: white;
  margin-top: 3rem;
  border: 1px solid white;
}
.top5-content .left a::before {
  background-color: white;
}
.top5-content .left a::after {
  color: white;
}
.top5-content .left a:hover {
  color: #020422;
  border: 1px solid #020422;
}
.top5-content .left a:hover::after {
  color: #020422;
}
.top5-content .right {
  width: 67.5rem;
  margin-right: 3.5%;
  margin-left: auto;
}
.top5-content .right ul {
  display: flex;
  padding: 4rem 4.5rem 3rem 13.6rem;
  background-color: #f8f7f5;
}
.top5-content .right ul li {
  width: 23.75%;
  margin-right: 2%;
}
.top5-content .right ul li a {
  color: #020422;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.top5-content .right ul li a .img {
  display: flex;
  position: relative;
  overflow: hidden;
}
.top5-content .right ul li a .img::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  opacity: 0; /*透過0*/
  transition: 0.3s ease-in-out; /*移り変わる速さを変更したい場合はこの数値を変更*/
  transform: translateY(100%);
  background: rgba(2, 4, 34, 0.6); /*背景色*/
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.top5-content .right ul li a .img img {
  border-radius: 5px;
}
.top5-content .right ul li a .img p {
  position: absolute;
  width: 100%;
  height: calc(100% - 1rem);
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  color: white;
  display: flex;
  text-align: left;
  align-items: center;
  padding-top: 1rem;
  font-size: 0.8rem;
  letter-spacing: 0.25rem;
  line-height: 2;
  border-radius: 5px;
  opacity: 0; /*透過0*/
  transition: 0.5s ease-in-out; /*移り変わる速さを変更したい場合はこの数値を変更*/
  z-index: 3; /*テキストを前面に出す*/
}
.top5-content .right ul li a .txt-box {
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  display: flex;
  justify-content: center;
  text-align: left;
  flex-direction: column;
  width: 100%;
  padding-top: 2.3rem;
  padding-bottom: 1.2rem;
}
.top5-content .right ul li a .txt-box span {
  font-size: 0.7rem;
  letter-spacing: 0.15rem;
}
.top5-content .right ul li a .txt-box h3 {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 0.5rem;
  letter-spacing: 0.3rem;
  margin-left: 0.5rem;
}
.top5-content .right ul li a .icon {
  width: 1.9rem;
  height: 1.9rem;
  border: 1px solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto auto 0;
  font-size: 0.8rem;
  line-height: 1;
}
.top5-content .right ul li a:hover .img::before {
  opacity: 1; /*透過なしに変化*/
  transform: translateY(0);
}
.top5-content .right ul li a:hover .img p {
  opacity: 1;
}
.top5-content .right ul li a:hover .icon {
  background: #020422;
  color: white;
}
.top5-content .right ul li:last-child {
  margin-right: 0;
}

#top6 {
  margin: 6.3rem 0 2rem;
}

.top6-content {
  display: flex;
  justify-content: space-between;
  margin: 0 3.5%;
}
.top6-content .title-wrapper {
  width: 19%;
  justify-content: flex-start;
  padding: 0px 2rem;
  border: 2px solid #020422;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.top6-content .title-wrapper .h2-title {
  margin-top: 10rem;
}
.top6-content .title-wrapper .btn1 {
  margin-top: 2.4rem;
  padding: 0.6rem 1.7rem;
  font-size: 0.6rem;
}
.top6-content .news-wrapper {
  display: flex;
  width: 71.5%;
}
.top6-content .news-wrapper li {
  width: 31.33%;
  margin-right: 3%;
  text-align: left;
}
.top6-content .news-wrapper li a {
  color: #020422;
}
.top6-content .news-wrapper li a .img {
  width: 100%;
  height: 240px;
  display: flex;
  background-image: url("../image/sample.jpg");
  background-size: cover;
  background-position: center;
}
.top6-content .news-wrapper li a .txt-box {
  margin-top: 1rem;
  font-size: 0.8rem;
}
.top6-content .news-wrapper li a .txt-box small {
  display: block;
  color: #9bbacc;
}
.top6-content .news-wrapper li a .txt-box strong {
  margin: 0.4rem 0 0.6rem;
  display: block;
  font-size: 1.1rem;
}
.top6-content .news-wrapper li a .txt-box p {
  font-size: 0.9rem;
}
.top6-content .news-wrapper li a .txt-box span {
  background: #020422;
  color: white;
  font-size: 0.6rem;
  padding: 0.1rem 0.4rem;
  margin-top: 1rem;
  display: inline-block;
}
.top6-content .news-wrapper li a:hover {
  opacity: 0.7;
}
.top6-content .news-wrapper li:last-child {
  margin-right: 0;
}

#footer-banner .footer-banner1 {
  display: flex;
  justify-content: center;
  margin: 6rem 3.5% 4.6rem;
}
#footer-banner .footer-banner1 li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #020422;
  color: white;
  padding: 3.5rem 0 2.6rem;
  width: 50%;
}
#footer-banner .footer-banner1 li span {
  font-size: 1rem;
  letter-spacing: 0.5rem;
  font-family: "Noto Serif JP", sans-serif;
}
#footer-banner .footer-banner1 li .call {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.2rem;
}
#footer-banner .footer-banner1 li .call img {
  width: 1.5rem;
  height: auto;
  margin-right: 0.5rem;
}
#footer-banner .footer-banner1 li .call strong {
  font-size: 2rem;
  letter-spacing: 0.2rem;
  font-weight: 300;
}
#footer-banner .footer-banner1 li .call strong a {
  color: white;
}
#footer-banner .footer-banner1 li small {
  font-size: 0.9rem;
  margin-top: 0.5rem;
  letter-spacing: 0.05rem;
  font-weight: 400;
}
#footer-banner .footer-banner1 li.white {
  color: #020422;
  background: #f8f6f5;
  justify-content: flex-start;
}
#footer-banner .footer-banner1 li.white span {
  letter-spacing: 0.4rem;
}
#footer-banner .footer-banner1 li.white a {
  margin-top: 1.7rem;
  padding: 0.8rem 5rem;
}
#footer-banner .footer-banner1 li.white a span {
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
}
#footer-banner .footer-banner2 {
  display: flex;
  justify-content: space-between;
  margin: 0 3.5%;
  font-family: "Noto Serif JP", sans-serif;
}
#footer-banner .footer-banner2 li {
  background: #f8f6f5;
  margin-right: 2%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  padding: 0 3rem;
  width: calc(50% - 6.5rem);
  justify-content: flex-start;
}
#footer-banner .footer-banner2 li.list1 {
  background-image: url(../image/footer-banner-map.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 35%;
}
#footer-banner .footer-banner2 li.list1 strong {
  font-size: 2rem;
  margin-top: 4.7rem;
  letter-spacing: 0.65rem;
}
#footer-banner .footer-banner2 li.list1 p {
  margin-top: 1.5rem;
  letter-spacing: 0.25rem;
  font-size: 0.8rem;
  line-height: 2;
  font-weight: 400;
}
#footer-banner .footer-banner2 li.list2 {
  width: 49%;
  background: unset;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  margin-right: 0;
  padding: 0;
}
#footer-banner .footer-banner2 li.list2 .left {
  position: relative;
  width: 48.5%;
  margin-right: 3%;
}
#footer-banner .footer-banner2 li.list2 .left a {
  display: flex;
}
#footer-banner .footer-banner2 li.list2 .left a:hover {
  opacity: 0.7;
}
#footer-banner .footer-banner2 li.list2 .left .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  letter-spacing: 0.5rem;
  font-size: 1.5rem;
}
#footer-banner .footer-banner2 li.list2 .left .txt span {
  text-align: center;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  display: block;
  height: 100%;
  padding: 0 1rem;
  background: rgba(2, 4, 32, 0.3);
}
#footer-banner .footer-banner2 li.list2 .right {
  position: relative;
  width: 48.5%;
}
#footer-banner .footer-banner2 li.list2 .right a {
  display: flex;
}
#footer-banner .footer-banner2 li.list2 .right a:hover {
  opacity: 0.7;
}
#footer-banner .footer-banner2 li.list2 .right .txt {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  width: 100%;
  height: 100%;
}
#footer-banner .footer-banner2 li.list2 .right .txt strong {
  margin: 1.5rem 0 1.6rem 1.8rem;
  display: block;
  font-size: 2rem;
  letter-spacing: 0.7rem;
  font-weight: 100;
  text-shadow: 2px 2px #020422;
  font-family: "Noto Sans JP", sans-serif;
}
#footer-banner .footer-banner2 li.list2 .right .txt span.btn1 {
  display: inline-block;
  color: white;
  margin-left: 1.8rem;
  border: 1px solid white;
  font-family: "Noto Sans JP", sans-serif;
}
#footer-banner .footer-banner2 li.list2 .right .txt span.btn1::before {
  background: none;
}
#footer-banner .footer-banner2 li.list2 .right .txt span.btn1::after {
  color: white;
}
#footer-banner .footer-banner2 li.list2 .right p {
  position: absolute;
  top: 5%;
  right: 9%;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  color: white;
  font-size: 0.65rem;
  letter-spacing: 0.2rem;
  line-height: 2;
}

/* --------------------------------------------------
    max-width 1025px
-------------------------------------------------- */
@media screen and (max-width: 1025px) {
  #top1 {
    margin-top: 7rem;
  }
  #top1 .h2-title {
    width: 14rem;
  }
  #top1 .img {
    width: 25.5rem;
    top: -6.5%;
    right: unset;
    left: 5.5rem;
  }
  .top1-content .list {
    width: 34rem;
    padding: 3rem 3.5rem 4rem 13rem;
    margin-top: 1.5rem;
  }
  .top1-content .list li {
    font-size: 1.2rem;
    padding: 0.5rem 1.8rem 0;
  }
  .top1-content .list li span {
    font-size: 0.8rem;
  }
  .top1-content .list li strong {
    letter-spacing: 0.3rem;
  }
  .top1-content .area-link {
    top: 29%;
    right: -3.5%;
  }
  .top1-content .area-link li {
    margin-bottom: 0.5rem;
  }
  .top1-content .area-link li a {
    width: 4rem;
    height: 4rem;
    font-size: 0.6rem;
  }
  #top2 {
    margin: 6rem 0;
  }
  .top2-content .left {
    width: 21%;
    margin-right: -4.6rem;
    height: 16.3rem;
    margin-top: 6.8rem;
  }
  .top2-content .left a {
    margin-top: 1.4rem;
  }
  .top2-content .right {
    width: 62%;
    padding: 3.5rem 3% 3.6rem 8rem;
  }
  .top2-content .right p {
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
  .top2-content .right p strong {
    font-size: 1.5rem;
  }
  .top2-content .right ul {
    margin-top: 1.5rem;
    height: 18rem;
  }
  .top2-content .right ul li a {
    height: auto;
    padding: 1.5rem 0;
  }
  .top2-content .right ul li a h3 {
    font-size: 1.3rem;
    letter-spacing: 0.6rem;
  }
  .top2-content .right ul li a span {
    font-size: 0.6rem;
  }
  #top3 {
    margin: 9.6rem 0 4rem;
  }
  .top3-content {
    width: 27.6rem;
    height: 27.6rem;
  }
  .top3-content .img {
    width: 37rem;
    top: -12%;
    right: 62%;
  }
  .top3-content .img .copy {
    right: 84.5%;
    font-size: 1rem;
  }
  .top3-content .img .copy span {
    padding: 1.5rem 0.25rem;
    margin-right: 0.3rem;
    letter-spacing: 0.3rem;
  }
  .top3-content .img .copy span.last {
    margin-top: 1.5rem;
  }
  .top3-content .txt-content {
    height: 16.8rem;
    width: 16.8rem;
    margin: 2.8rem 3rem;
    padding: 3rem 2rem 2rem 2.5rem;
  }
  .top3-content .txt-content img {
    width: 15rem;
    margin-top: 0.5rem;
  }
  .top3-content .txt-content h3 {
    font-size: 1rem;
    letter-spacing: 0.4rem;
    margin-top: 2.5rem;
    line-height: 1.6;
  }
  .top3-content .txt-content p {
    font-size: 0.6rem;
  }
  .top3-content .txt-content a {
    margin-top: 0.9rem;
    margin-right: 5rem;
  }
  #top4 {
    margin: 4rem 0;
  }
  #top4 .h2-title {
    margin-left: 5rem;
  }
  .top4-content {
    margin: 1.9rem 0 3rem;
    position: relative;
  }
  .top4-content .img {
    width: 37rem;
    display: flex;
  }
  .top4-content .txt-content {
    top: 21%;
    left: 49.4%;
    width: 45%;
  }
  .top4-content .txt-content h3 {
    font-size: 1.4rem;
    letter-spacing: 0.3rem;
  }
  .top4-content .txt-content ul {
    margin-top: 1.5rem;
    border-top: 3px solid #020422;
    padding: 2.5rem 1rem 4rem 3rem;
  }
  .top4-content .txt-content ul li {
    padding: 0.8rem 0;
  }
  .top4-content .txt-content ul li .txt strong {
    font-size: 1rem;
  }
  .top4-content .txt-content ul li .txt span {
    font-size: 0.7rem;
    margin-top: 0.1rem;
  }
  .top4-content .txt-content ul li a.btn1 {
    padding: 0.45rem 1rem;
  }
  .top4-content.top4-content2 {
    margin: 6.5rem auto;
  }
  .top4-content.top4-content2 .txt-content {
    width: 45%;
    right: unset;
    left: 5%;
  }
  .top4-content.top4-content2 .txt-content h3 {
    text-align: left;
  }
  .top4-content.top4-content2 .txt-content ul {
    padding: 3rem 2rem 4rem 0rem;
  }
  .top4-content.top4-content3 .txt-content {
    top: 24%;
    width: 50%;
    left: 48%;
  }
  #top5 {
    margin: 9rem 0 5rem;
  }
  .top5-content .left {
    width: 13.7rem;
    height: 27rem;
    margin-left: 6%;
    margin-top: -2.3%;
  }
  .top5-content .left .h2-title {
    margin-top: 1rem;
  }
  .top5-content .left a {
    margin-top: 2.4rem;
    padding: 0.5rem 1.7rem;
  }
  .top5-content .right {
    width: 49.5rem;
  }
  .top5-content .right ul {
    padding: 3rem 3.5rem 2rem 10rem;
  }
  .top5-content .right ul li a .img {
    display: flex;
    position: relative;
  }
  .top5-content .right ul li a .img img {
    border-radius: 5px;
  }
  .top5-content .right ul li a .img p {
    /* height: calc(100% - 1.5rem);
    padding-top: 1.5rem;
    font-size: 0.6rem; */
    font-size: 0.6rem;
    height: 100%;
    justify-content: center;
    padding-top: 0rem;
  }
  .top5-content .right ul li a .txt-box {
    padding-top: 1rem;
    padding-bottom: 0.7rem;
  }
  .top5-content .right ul li a .txt-box span {
    font-size: 0.6rem;
    letter-spacing: 0.1rem;
  }
  .top5-content .right ul li a .txt-box h3 {
    font-size: 0.9rem;
    letter-spacing: 0.2rem;
  }
  .top5-content .right ul li a .icon {
    width: 1.4rem;
    height: 1.4rem;
  }
  #top6 {
    margin: 5.5rem 0 2rem;
  }
  .top6-content .title-wrapper {
    width: 19%;
    padding: 0px 1.5rem;
  }
  .top6-content .title-wrapper .h2-title {
    margin-top: 8rem;
  }
  .top6-content .title-wrapper .btn1 {
    margin-top: 1.5rem;
    padding: 0.5rem 1.4rem;
  }
  .top6-content .news-wrapper li {
    margin-right: 1.5%;
  }
  .top6-content .news-wrapper li a .img {
    height: 170px;
  }
  .top6-content .news-wrapper li a .txt-box {
    margin-top: 0.5rem;
    font-size: 0.7rem;
  }
  .top6-content .news-wrapper li a .txt-box strong {
    margin: 0.2rem 0 0.3rem;
  }
  .top6-content .news-wrapper li a .txt-box p {
    font-size: 0.7rem;
  }
  .top6-content .news-wrapper li a .txt-box span {
    margin-top: 0.5rem;
  }
  #footer-banner .footer-banner1 {
    margin: 5.5rem 3.5% 2.6rem;
  }
  #footer-banner .footer-banner1 li {
    padding: 2.5rem 0 1.5rem;
  }
  #footer-banner .footer-banner1 li span {
    font-size: 0.8rem;
    letter-spacing: 0.2rem;
  }
  #footer-banner .footer-banner1 li .call {
    margin-top: 0.7rem;
  }
  #footer-banner .footer-banner1 li .call img {
    width: 1rem;
  }
  #footer-banner .footer-banner1 li .call strong {
    font-size: 1.5rem;
  }
  #footer-banner .footer-banner1 li small {
    font-size: 0.7rem;
    margin-top: 0.4rem;
  }
  #footer-banner .footer-banner1 li.white span {
    letter-spacing: 0.3rem;
  }
  #footer-banner .footer-banner1 li.white a {
    margin-top: 1.1rem;
    padding: 0.5rem 2.3rem;
  }
  #footer-banner .footer-banner1 li.white a span {
    font-size: 0.7rem;
  }
  #footer-banner .footer-banner2 li {
    padding: 0 2rem;
    width: calc(50% - 4rem);
  }
  #footer-banner .footer-banner2 li.list1 strong {
    font-size: 1.4rem;
    margin-top: 3rem;
    letter-spacing: 0.5rem;
  }
  #footer-banner .footer-banner2 li.list1 p {
    font-size: 0.8rem;
    width: 80%;
  }
  #footer-banner .footer-banner2 li.list2 .left .txt {
    font-size: 1rem;
  }
  #footer-banner .footer-banner2 li.list2 .right .txt strong {
    margin: 1.5rem 0 0.5rem 1.4rem;
    font-size: 1.5rem;
  }
  #footer-banner .footer-banner2 li.list2 .right .txt span.btn1 {
    margin-left: 1.3rem;
    margin-top: 0.6rem;
    padding: 0.4rem 1rem;
  }
  #footer-banner .footer-banner2 li.list2 .right p {
    top: 7%;
    right: 7%;
    font-size: 0.55rem;
    letter-spacing: 0.1rem;
  }
}
/* --------------------------------------------------
    max-width 768px
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  #top1 .h2-title {
    margin: 0 auto;
    position: absolute;
    bottom: 56%;
    z-index: 10;
    align-items: center;
    width: 100%;
  }
  #top1 .img {
    width: 100%;
    right: unset;
    text-align: center;
    left: unset;
    bottom: 67.5%;
    top: unset;
  }
  #top1 .img img {
    width: 80%;
    max-width: 400px;
  }
  .top1-content {
    width: 100%;
    margin: 0 auto;
  }
  .top1-content .list {
    width: 100%;
    justify-content: center;
    padding: 23rem 0 7rem;
    margin-top: 14rem;
    height: 47rem;
  }
  .top1-content .list li {
    font-size: 1.2rem;
    padding: 0.5rem 1.8rem 0;
  }
  .top1-content .list li span {
    font-size: 0.8rem;
    color: #c3262d;
    -ms-writing-mode: initial;
        writing-mode: initial;
  }
  .top1-content .list li strong {
    letter-spacing: 0.3rem;
  }
  .top1-content .area-link {
    display: flex;
    top: 92%;
    width: 100%;
    justify-content: center;
    right: 0;
    flex-direction: row-reverse;
  }
  .top1-content .area-link li {
    margin: 0 0.5rem;
  }
  .top1-content .area-link li a {
    width: 6rem;
    height: 6rem;
    font-size: 0.8rem;
  }
  #top2 {
    margin: 15rem 0 6rem;
  }
  .top2-content {
    flex-direction: column;
    width: 100%;
    align-items: center;
    background: #f8f6f5;
  }
  .top2-content .left {
    height: 13rem;
    margin: 0 auto;
    margin-top: -6.5rem;
    width: 60%;
  }
  .top2-content .left .h2-title {
    align-items: center;
  }
  .top2-content .left a {
    margin-top: 1.4rem;
  }
  .top2-content .right {
    padding: 2rem 1rem 3rem;
    width: calc(100% - 2rem);
  }
  .top2-content .right p {
    line-height: 1.7;
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
  .top2-content .right p strong {
    font-size: 1.8rem;
  }
  .top2-content .right ul {
    height: 17rem;
    margin: 1.5rem 1rem;
  }
  .top2-content .right ul li {
    width: 24.25%;
    margin-right: 1%;
  }
  .top2-content .right ul li a {
    height: auto;
    padding: 1rem 0;
  }
  .top2-content .right ul li a h3 {
    font-size: 1.2rem;
    letter-spacing: 0.3rem;
  }
  .top2-content .right ul li a span {
    font-size: 0.61rem;
    right: 11%;
    top: 16.5%;
  }
  #top3 {
    margin: 9.6rem 0 4rem;
  }
  .top3-content {
    width: 100%;
    height: unset;
    padding-bottom: 1rem;
  }
  .top3-content .img {
    position: static;
    width: 100%;
    top: -12%;
    right: 62%;
  }
  .top3-content .img .copy {
    right: unset;
    left: 3%;
    top: -7%;
    font-size: 0.9rem;
  }
  .top3-content .img .copy span {
    padding: 0.8rem 0.25rem;
    margin-right: 0.3rem;
    letter-spacing: 0.3rem;
  }
  .top3-content .img .copy span.last {
    margin-top: 1.5rem;
  }
  .top3-content .txt-content {
    width: 60%;
    margin: 2rem auto 1rem;
    position: static;
    height: auto;
    padding: 3rem 2rem 2rem 2.5rem;
  }
  .top3-content .txt-content img {
    width: 100%;
    margin-top: 0.5rem;
  }
  .top3-content .txt-content h3 {
    font-size: 1rem;
    letter-spacing: 0.4rem;
    margin-top: 1.6rem;
    line-height: 1.6;
  }
  .top3-content .txt-content p {
    font-size: 0.7rem;
  }
  .top3-content .txt-content p::before {
    content: "";
    width: 4rem;
    height: 2px;
    background: #ececec;
    display: block;
    margin-bottom: 1rem;
  }
  .top3-content .txt-content a {
    margin: 1rem 0rem 0 0;
    width: calc(100% - 4rem);
  }
  #top4 {
    margin: 4rem 0;
  }
  #top4 .h2-title {
    align-items: center;
    width: 100%;
    margin-left: 0;
  }
  .top4-content {
    margin: 1.9rem 0 3rem;
  }
  .top4-content .img {
    width: 75%;
  }
  .top4-content .txt-content {
    position: static;
    width: 90%;
    margin: 0 auto;
    margin-top: -50vw;
    top: 21%;
    left: 49.4%;
  }
  .top4-content .txt-content h3 {
    -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
    margin-left: auto;
    margin-right: 4%;
    letter-spacing: 0.2rem;
    font-size: 4vw;
    margin-bottom: 4vw;
  }
  .top4-content .txt-content ul {
    margin-top: 0;
    border-top: 0;
    position: relative;
    padding: 1rem;
  }
  .top4-content .txt-content ul li {
    padding: 0.8rem 0;
  }
  .top4-content .txt-content ul li .txt {
    margin-right: 1rem;
  }
  .top4-content .txt-content ul li .txt strong {
    font-size: 1rem;
  }
  .top4-content .txt-content ul li .txt span {
    margin-top: 0.1rem;
  }
  .top4-content .txt-content ul li a.btn1 {
    font-size: 0.7rem;
    margin-right: 0rem;
    padding: 0.5rem;
    letter-spacing: 0;
    width: 1rem;
    height: 1rem;
  }
  .top4-content .txt-content ul li a.btn1::after {
    content: none;
  }
  .top4-content.top4-content2 {
    margin: 4.4rem　auto;
  }
  .top4-content.top4-content2 .txt-content {
    left: unset;
    right: unset;
    width: 90%;
    margin-top: -43vw;
  }
  .top4-content.top4-content2 .txt-content h3 {
    margin-right: auto;
    margin-left: 5%;
  }
  .top4-content.top4-content2 .txt-content ul {
    padding: 1rem;
  }
  .top4-content.top4-content3 .txt-content {
    top: 21%;
    left: 49.4%;
    width: 90%;
  }
  #top5 {
    margin: 5.5rem 0 5rem;
  }
  .top5-content {
    flex-direction: column;
    align-items: center;
  }
  .top5-content .left {
    width: 60%;
    height: 13rem;
    margin: 0 auto;
    margin-bottom: -6rem;
  }
  .top5-content .left .h2-title {
    margin-top: 1rem;
    align-items: center;
  }
  .top5-content .left a {
    padding: 0.5rem 1.7rem;
  }
  .top5-content .right {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    background: #f8f7f5;
    padding-top: 10rem;
  }
  .top5-content .right ul {
    padding: 0;
    width: 85%;
    margin: 0 auto;
    flex-flow: row wrap;
  }
  .top5-content .right ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 3rem;
  }
  .top5-content .right ul li a .img p {
    height: calc(100% - 1.5rem);
    padding-top: 1.5rem;
    font-size: 3vw;
  }
  .top5-content .right ul li a .txt-box {
    padding-top: 2.3rem;
    padding-bottom: 1.2rem;
  }
  .top5-content .right ul li a .txt-box span {
    font-size: 0.7rem;
    letter-spacing: 0.15rem;
  }
  .top5-content .right ul li a .txt-box h3 {
    font-size: 1.2rem;
    letter-spacing: 0.3rem;
  }
  .top5-content .right ul li a .icon {
    width: 1.9rem;
    height: 1.9rem;
  }
  .top5-content .right ul li:nth-child(2n) {
    margin-right: 0;
  }
  #top6 {
    margin: 6.3rem 0 2rem;
  }
  .top6-content {
    flex-direction: column;
    margin: 0 auto;
  }
  .top6-content .title-wrapper {
    height: 13rem;
    margin: 0 auto;
    width: 60%;
    padding: 0;
    align-items: center;
    justify-content: center;
  }
  .top6-content .title-wrapper .h2-title {
    margin-top: 2rem;
    align-items: center;
  }
  .top6-content .title-wrapper .btn1 {
    margin-top: 1rem;
    padding: 0.6rem 1.7rem;
  }
  .top6-content .news-wrapper {
    flex-direction: column;
    align-items: center;
    margin: 2rem auto;
    width: 80%;
  }
  .top6-content .news-wrapper li {
    width: 100%;
    margin-right: 0;
    text-align: left;
    margin-bottom: 2rem;
  }
  .top6-content .news-wrapper li a .img {
    height: 65vw;
  }
  .top6-content .news-wrapper li a .txt-box {
    margin-top: 1rem;
    font-size: 0.8rem;
  }
  .top6-content .news-wrapper li a .txt-box strong{
    font-size: 1.2rem;
  }
  .top6-content .news-wrapper li a .txt-box p {
    font-size: 1rem;
  }
  #footer-banner .footer-banner1 {
    flex-direction: column;
    margin: 2rem auto;
  }
  #footer-banner .footer-banner1 li {
    padding: 2rem 0 2rem;
    width: 100%;
  }
  #footer-banner .footer-banner1 li span {
    font-size: 1rem;
  }
  #footer-banner .footer-banner1 li .call {
    margin-top: 0.6rem;
  }
  #footer-banner .footer-banner1 li .call img {
    width: 1.2rem;
  }
  #footer-banner .footer-banner1 li .call strong {
    font-size: 1.7rem;
  }
  #footer-banner .footer-banner1 li small {
    font-size: 0.9rem;
    margin-top: 0.5rem;
  }
  #footer-banner .footer-banner1 li.white span {
    font-size: 0.9rem;
    letter-spacing: 0.4rem;
  }
  #footer-banner .footer-banner1 li.white a {
    margin-top: 1rem;
    padding: 0.8rem 5rem;
  }
  #footer-banner .footer-banner1 li.white a span {
    font-size: 0.8rem;
  }
  #footer-banner .footer-banner2 {
    flex-direction: column;
    margin: 3rem auto;
    width: 90%;
  }
  #footer-banner .footer-banner2 li {
    width: calc(100% - 1.5rem);
    margin: 0;
    padding: 0;
    padding-left: 1.5rem;
    padding-bottom: 2rem;
  }
  #footer-banner .footer-banner2 li.list1 strong {
    font-size: 1.2rem;
    margin-top: 3rem;
    letter-spacing: 0.3rem;
  }
  #footer-banner .footer-banner2 li.list1 p {
    margin-top: 1rem;
    letter-spacing: 0.2rem;
  }
  #footer-banner .footer-banner2 li.list2 {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  #footer-banner .footer-banner2 li.list2 .left {
    width: 100%;
    margin-right: 0;
    margin-top: 2rem;
  }
  #footer-banner .footer-banner2 li.list2 .left .txt {
    font-size: 1.5rem;
  }
  #footer-banner .footer-banner2 li.list2 .right {
    width: 100%;
    margin-right: 0;
    margin-top: 2rem;
  }
  #footer-banner .footer-banner2 li.list2 .right .txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  #footer-banner .footer-banner2 li.list2 .right .txt strong {
    font-size: 12vw;
    margin: 5vw 0 0 5vw;
  }
  #footer-banner .footer-banner2 li.list2 .right .txt span.btn1 {
    font-size: 4vw;
    margin: 0 0 7vw 5vw;
    padding: 2vw 8vw;
    width: 32vw;
  }
  #footer-banner .footer-banner2 li.list2 .right p {
    font-size: 3.6vw;
    top: 9vw;
    right: 5vw;
    letter-spacing: 0.6vw;
  }
}
footer {
  margin-top: 6.7rem;
}

.footer-content {
  min-width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.footer-content .left {
  background: #060622;
  width: 43.4%;
}
.footer-content .left .left-inner {
  width: 26rem;
  margin-left: auto;
}
.footer-content .left .top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}
.footer-content .left .top img {
  width: 10rem;
  margin-top: 6rem;
  margin-right: 3rem;
}
.footer-content .left .top .icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 7.5rem;
}
.footer-content .left .top .icons a {
  background: white;
  width: 1.3rem;
  height: 1.3rem;
  padding: 0.8rem;
  border-radius: 50%;
  margin-right: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-content .left .top .icons a img {
  width: 100%;
  padding: unset;
  margin: 0;
}
.footer-content .left .top .icons a:last-of-type {
  margin-right: 0;
}
.footer-content .left .bottom {
  color: white;
  padding: 2rem 0;
  font-size: 0.7rem;
  margin-top: 3.3rem;
  text-align: left;
}
.footer-content .right {
  padding: 2.3rem 0;
  width: 70%;
}
.footer-content .right .top {
  display: flex;
  margin-left: 5rem;
}
.footer-content .right .top dl {
  margin-right: 5.6rem;
}
.footer-content .right .top dl:last-of-type {
  margin-right: 0;
}
.footer-content .right .top dl dt {
  margin-bottom: 1.2rem;
  color: #020422;
  letter-spacing: 0.1rem;
  font-size: 0.8rem;
  font-weight: 400;
}
.footer-content .right .top dl dt a {
  font-weight: 400;
}
.footer-content .right .top dl dt a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.footer-content .right .top dl dd {
  margin-left: 1rem;
  margin-bottom: 0.8rem;
}
.footer-content .right .top dl a {
  color: #020422;
  letter-spacing: 0.1rem;
  font-size: 0.8rem;
}
.footer-content .right .top dl a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.footer-content .right .bottom {
  border: 1px solid;
  display: flex;
  width: 14.4rem;
  justify-content: center;
  align-items: center;
  margin-left: 5.4rem;
  margin-top: 3.5rem;
}
.footer-content .right .bottom a img {
  padding: 1rem 2rem;
  width: 70%;
}
.footer-content .right .bottom a:hover {
  opacity: 0.7;
}

/* --------------------------------------------------
    max-width 1025px
-------------------------------------------------- */
@media screen and (max-width: 1025px) {
  footer {
    margin-top: 6.7rem;
  }
  .footer-content {
    min-width: 1000px;
  }
  .footer-content .left {
    width: 43%;
  }
  .footer-content .left .left-inner {
    width: 100%;
  }
  .footer-content .left .top {
    justify-content: center;
    margin-top: 2rem;
  }
  .footer-content .left .top img {
    width: 7rem;
    margin-top: 5rem;
    margin-right: 2rem;
  }
  .footer-content .left .top .icons {
    margin-top: 5.5rem;
  }
  .footer-content .left .top .icons span {
    width: 1rem;
    height: 1rem;
  }
  .footer-content .left .bottom {
    text-align: center;
    margin-top: 3rem;
    font-size: 0.55rem;
  }
  .footer-content .right .top {
    margin-left: 4rem;
  }
  .footer-content .right .top dl {
    margin-right: 2.6rem;
  }
  .footer-content .right .bottom {
    width: 11rem;
    margin-left: 3.5rem;
    margin-top: 1.5rem;
  }
}
/* --------------------------------------------------
    max-width 768px
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  footer {
    margin-top: 4rem;
  }
  .footer-content {
    min-width: unset;
    flex-direction: column-reverse;
  }
  .footer-content .left {
    width: 100%;
  }
  .footer-content .left .top {
    margin-top: 3rem;
  }
  .footer-content .left .top img {
    margin-top: 1rem;
  }
  .footer-content .left .top .icons {
    margin-top: 2rem;
  }
  .footer-content .left .bottom {
    font-size: 0.6rem;
    margin-top: 3rem;
    padding: 2rem 0 4rem;
  }
  .footer-content .right {
    width: 100%;
    padding: 0;
  }
  .footer-content .right .top {
    margin-left: 10%;
    flex-direction: column;
  }
  .footer-content .right .top dl {
    margin: 0;
  }
  .footer-content .right .top dl dd:last-of-type {
    margin-bottom: 1.5rem;
  }
  .footer-content .right .bottom {
    width: 70%;
    margin: 2rem auto 3rem;
  }
}
/* --------------------------------------------------
    staff
-------------------------------------------------- */
.staff1-content .staff-links {
  display: flex;
  /*flex-wrap: wrap;*/
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 4rem;
  width: 60rem;
}
.staff1-content .staff-links li {
  width: 20%;
  margin-right: 1.5rem;
  position: relative;
  margin-bottom: 1rem;
}
/*.staff1-content .staff-links li:nth-child(4n){
    margin-right: 0;
}*/
.staff1-content .staff-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.staff1-content .staff-links li a::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  opacity: 0; /*透過0*/
  transition: 0.3s ease-in-out; /*移り変わる速さを変更したい場合はこの数値を変更*/
  transform: translateY(100%);
  background: rgba(2, 4, 34, 0.6); /*背景色*/
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.staff1-content .staff-links li a img {
  border-radius: 50%;
}
.staff1-content .staff-links li a span {
  position: absolute;
  font-size: 0.8rem;
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: white;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  letter-spacing: 0.2rem;
  line-height: 1.3rem;
  opacity: 0; /*透過0*/
  transition: 0.5s ease-in-out; /*移り変わる速さを変更したい場合はこの数値を変更*/
  z-index: 3; /*テキストを前面に出す*/
}
.staff1-content .staff-links li a:hover::before {
  opacity: 0.6; /*透過なしに変化*/
  transform: translateY(0);
}
.staff1-content .staff-links li a:hover span {
  opacity: 1;
}
.staff1-content .staff-links li:last-child {
  margin-right: 0;
}

#staff2 {
  margin-top: 7.5rem;
}

.staff2-content {
  text-align: left;
  margin: 0 3%;
  position: relative;
}
.staff2-content .staff-title small {
  font-size: 0.9rem;
  letter-spacing: 0.13rem;
  display: block;
}
.staff2-content .staff-title h2 {
  font-size: 1.8rem;
  margin-top: 1.3rem;
  letter-spacing: 0.5rem;
}
.staff2-content .staff-title span {
  font-size: 0.8rem;
  margin-top: 0.2rem;
  display: block;
  letter-spacing: 0.09rem;
}
.staff2-content strong {
  margin-top: 5rem;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.13rem;
  line-height: 3rem;
}
.staff2-content .txt {
  margin-top: 3.5rem;
  margin-right: 34%;
  background: #f8f6f5;
}
.staff2-content .txt p {
  font-size: 1rem;
  padding: 3.5rem 2.5rem;
  line-height: 2.2;
  letter-spacing: 0.14rem;
}
.staff2-content .img {
  position: absolute;
  right: 0%;
  width: 35.5rem;
  top: -2%;
}

#staff3 {
  margin: 5.6rem 0;
}

.staff3-content {
  margin: 0 3%;
  text-align: left;
}
.staff3-content .dl-box {
  margin: 2.5rem 0;
}
.staff3-content .dl-box dl {
  border-bottom: 1px solid #d9d9d9;
  padding: 0rem 1rem;
}
.staff3-content .dl-box dl dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem 0;
}
.staff3-content .dl-box dl dt p {
  font-size: 1.3rem;
  letter-spacing: 0.23rem;
}
.staff3-content .dl-box dl dt .arrow {
  width: 2rem;
  height: 2rem;
  border: 1px solid #b3b3b3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.staff3-content .dl-box dl dt .arrow img {
  margin-top: 0.25rem;
  width: 0.8rem;
  transition: all 0.5s ease 0s;
  transform: rotate(180deg);
}
.staff3-content .dl-box dl dd {
  font-size: 1rem;
  letter-spacing: 0.2rem;
  padding-bottom: 2.5rem;
}
.staff3-content .dl-box dl dd p {
  text-indent: 0.2em;
  position: relative;
  line-height: 2;
}
.staff3-content .dl-box dl dd p::before {
  content: "ー";
  color: #ddd;
  display: inline-block;
}
.staff3-content .dl-box dl:first-of-type {
  border-top: 1px solid #d9d9d9;
}

/* --------------------------------------------------
    max-width 1025px
-------------------------------------------------- */
@media screen and (max-width: 1025px) {
  .staff1-content .staff-links {
    margin-top: 2rem;
    width: 55rem;
  }
  .staff1-content .staff-links li a span {
    font-size: 0.8rem;
  }
  #staff2 {
    margin-top: 5.6rem;
  }
  .staff2-content .staff-title small {
    font-size: 0.7rem;
  }
  .staff2-content .staff-title h2 {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
  .staff2-content .staff-title span {
    font-size: 0.7rem;
  }
  .staff2-content strong {
    font-size: 1rem;
    margin-top: 3.5rem;
  }
  .staff2-content .txt {
    margin-top: 2.5rem;
  }
  .staff2-content .txt p {
    font-size: 0.7rem;
    padding: 2.5rem 2rem;
    line-height: 2;
  }
  .staff2-content .img {
    width: 28.3rem;
  }
  #staff3 {
    margin: 4rem 0;
  }
  .staff3-content .dl-box dl dt {
    padding: 1.5rem 0;
  }
  .staff3-content .dl-box dl dt p {
    font-size: 1rem;
  }
  .staff3-content .dl-box dl dt .arrow {
    width: 1.5rem;
    height: 1.5rem;
  }
  .staff3-content .dl-box dl dd {
    font-size: 0.8rem;
    padding-bottom: 1.5rem;
  }
}
/* --------------------------------------------------
    max-width 768px
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .staff1-content .staff-links {
    flex-flow: row wrap;
    width: 90%;
    align-items: flex-start;
    justify-content: space-between;
  }
  .staff1-content .staff-links li {
    margin-right: 1rem;
    width: calc(33% - 1rem);
    margin-bottom: 1rem;
  }
  .staff1-content .staff-links li:nth-child(2n) {
    margin-right: 1rem;
  }
  .staff1-content .staff-links li:nth-child(3n){
    margin-right: 0rem;
  }
  .staff1-content .staff-links li a{
    overflow: visible;
    display: block;
  }
  .staff2-content {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin: 0 auto;
  }
  .staff2-content .left {
    margin-top: 2rem;
    text-align: center;
  }
  .staff2-content .left .staff-title small {
    font-size: 0.9rem;
  }
  .staff2-content .left .staff-title h2 {
    font-size: 1.4rem;
  }
  .staff2-content .left .staff-title span {
    font-size: 0.9rem;
  }
  .staff2-content .left strong {
    margin-top: 2.5rem;
  }
  .staff2-content .left .txt {
    margin: 2rem auto;
    text-align: left;
    font-size: 0.9rem;
  }
  .staff2-content .left .txt p {
    font-size: 0.9rem;
    padding: 2.5rem 1rem;
  }
  .staff2-content .img {
    width: 100%;
    position: static;
    text-align: center;
  }
  .staff2-content .img img {
    max-width: 30rem;
    width: 80%;
  }
  .staff3-content {
    margin: 0 5%;
  }
  .staff3-content .dl-box dl dt p {
    width: 90%;
  }
  .staff3-content .dl-box dl dt .arrow {
    width: 2rem;
    height: 2rem;
  }
  .staff3-content .dl-box dl dt .arrow img {
    width: 1rem;
  }
  .staff3-content .dl-box dl dd {
    font-size: 0.9rem;
  }
  .staff1-content .staff-links li a::before {
    content: none;
  }
  .staff1-content .staff-links li a span {
    position: static;
    border-radius: 0;
    background: #fff;
    line-height: 0.9rem;
    opacity: 1;
    font-size: 0.6rem;
    color: #000000;
    padding-top: 0.2rem;
  }
}
/* --------------------------------------------------
    service
-------------------------------------------------- */
.service1-content .service-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4.1rem 5.6rem 2rem;
}
.service1-content .service-links li {
  width: 20%;
  border: 1px solid #020422;
  border-right: 0;
}
.service1-content .service-links li a {
  padding: 1.2rem 0;
  color: #020422;
  font-size: 1rem;
  letter-spacing: 0.1rem;
}
.service1-content .service-links li:last-child {
  border-right: 1px solid #020422;
}
.service1-content .service-links li.active {
  background: #020422;
}
.service1-content .service-links li.active a {
  color: white;
}

.service2-content {
  text-align: left;
  margin: 6.2rem 3.5%;
}
.service2-content .sec-title {
  font-size: 1.7rem;
  letter-spacing: 0.9rem;
  font-family: "Noto Serif JP", sans-serif;
}
.service2-content .box {
  display: flex;
  justify-content: space-between;
  margin-top: 5.1rem;
}
.service2-content .box .service-title {
  width: 18.6%;
  margin-right: 2%;
  background: #020422;
  color: white;
  padding-left: 2rem;
}
.service2-content .box .service-title h2::before {
  background-color: white;
}
.service2-content .box .service-title small {
  margin-top: 1.95rem;
}
.service2-content .box table {
  border-collapse: collapse;
  width: 78%;
}
.service2-content .box table td {
  border: 1px solid;
  width: 50%;
}
.service2-content .box table td .td-inner {
  padding: 1.7rem 0;
  display: flex;
  align-items: center;
}
.service2-content .box table td .td-inner img {
  width: 2rem;
  margin: 0 1rem 0 1.5rem;
}
.service2-content .box table td .td-inner span {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  margin-right: 1rem;
}

#service3 {
  margin: 13.5rem 0 5rem;
}
#service3.type2 {
  margin: 18rem 0 5rem;
}
#service3.type2 .service3-content .box p {
  font-weight: 500;
}

.service3-content {
  position: relative;
}
.service3-content .box {
  margin-left: 36%;
  margin-right: 3.5%;
  padding: 4.6rem 4rem 4rem 15rem;
  background: #f8f7f5;
  text-align: left;
}
.service3-content .box p {
  text-align: left;
  font-size: 0.94rem;
  letter-spacing: 0.16rem;
  line-height: 2.5;
  margin-top: 2.5rem;
}
.service3-content .box ul {
  margin: 2rem 0 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  text-align: left;
  font-size: 0.9rem;
  line-height: 2;
}
.service3-content .box ul li {
  width: 33.33%;
}
.service3-content .img {
  position: absolute;
  width: 36.5rem;
  top: -25%;
  left: 3%;
}
.service3-content .map {
  position: absolute;
  width: 35rem;
  top: -30%;
  left: 3%;
  height: 30rem;
}
.service3-content .map iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

#service4 .btn1 {
  width: 16rem;
  margin: 6rem auto 2rem;
  text-align: center;
}

.service4-content {
  text-align: left;
  margin: 2rem 3.5%;
}
.service4-content .service-list {
  margin-top: 3.4rem;
}
.service4-content .service-list .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.service4-content .service-list .item .title {
  width: 25%;
  margin-right: 0%;
  background: #020422;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  letter-spacing: 0.3rem;
  font-family: "Noto Serif JP", sans-serif;
}
.service4-content .service-list .item .content {
  width: 76%;
}
.service4-content .service-list .item .content .top {
  font-size: 0.95rem;
  padding: 3.6rem 3.5rem;
  background: #f8f7f5;
  letter-spacing: 0.14rem;
}
.service4-content .service-list .item .content .bottom {
  padding-left: 4rem;
  margin-right: 3.5rem;
  padding-top: 0.5rem;
}
.service4-content .service-list .item .content .bottom li {
  display: flex;
  align-items: center;
  padding: 1.2rem 0;
}
.service4-content .service-list .item .content .bottom li strong {
  padding: 0.25rem 2.5rem;
  background: #020422;
  color: white;
  border-radius: 25px;
  font-size: 0.8rem;
}
.service4-content .service-list .item .content .bottom li .detail {
  font-size: 0.95rem;
  line-height: 1.7;
  margin-left: 3rem;
  letter-spacing: 0.15rem;
}
.service4-content .service-list .item .content .bottom li .detail span {
  display: block;
}
.service4-content .service-list .item .content .bottom li:first-child {
  border-bottom: 2px solid #020422;
}
.service4-content .service-list .item.layout2 .content .top {
  line-height: 2;
}
.service4-content .service-list .item.layout2 .content .top ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.service4-content .service-list .item.layout2 .content .top ul li span {
  width: 7rem;
  background: #020422;
  display: block;
  text-align: center;
  color: white;
  font-size: 0.9rem;
  padding: 0.2rem 0;
  border-radius: 50px;
  letter-spacing: 0.2rem;
  text-indent: 0.2rem;
  margin-right: 1rem;
}
.service4-content .service-list .item.layout2 .content .top ul li p {
  font-size: 0.9rem;
}
.service4-content .service-list .item.layout2 .content .top.has-bottom {
  padding-bottom: 1rem;
}
.service4-content .service-list .item.layout2 .content .bottom {
  background: #f8f7f5;
  margin-right: 0;
  padding: 0rem 4rem 3rem;
  line-height: 2.5;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
}
.service4-content .service-list .item.layout3 .content {
  width: 100%;
  text-align: center;
}
#service4 .service4-content .service-list .item.layout3 .content a.btn1 {
  margin: 2rem auto 0;
}

#service5 {
  margin: 7.5rem 0 5rem;
}

.service5-content {
  position: relative;
  margin: 0rem 3%;
}
.service5-content .sec-title {
  display: block;
  text-align: left;
  font-size: 1.7rem;
  letter-spacing: 0.9rem;
  line-height: 3rem;
}
.service5-content .box {
  margin-top: 19rem;
  margin-right: 37%;
  padding: 3rem 11rem 4rem 3rem;
  background: #f8f7f5;
  text-align: left;
}
.service5-content .box p {
  text-align: left;
  font-size: 0.94rem;
  letter-spacing: 0.16rem;
  line-height: 2.5;
  margin-top: 2.5rem;
}
.service5-content .img {
  position: absolute;
  width: 36.5rem;
  top: 24%;
  right: 1%;
}

/* --------------------------------------------------
    max-width 1025px
-------------------------------------------------- */
@media screen and (max-width: 1025px) {
  .service1-content .service-links {
    margin: 2rem 5rem 2rem;
  }
  .service1-content .service-links li a {
    padding: 1rem 0;
    font-size: 0.8rem;
  }
  .service2-content {
    margin: 5rem 6%;
  }
  .service2-content .sec-title {
    font-size: 1.3rem;
    letter-spacing: 0.6rem;
  }
  .service2-content .box {
    margin-top: 3.5rem;
  }
  .service2-content .box .service-title {
    padding-left: 1.5rem;
  }
  .service2-content .box .service-title small {
    margin-top: 1.4rem;
  }
  .service2-content .box table td .td-inner {
    padding: 1.5rem 0;
  }
  .service2-content .box table td .td-inner img {
    width: 1.3rem;
    margin: 0 1rem;
  }
  .service2-content .box table td .td-inner span {
    font-size: 0.7rem;
  }
  #service3 {
    margin: 10rem 0 3.5rem;
  }
  #service3.type2 {
    margin: 14rem 0 5rem;
  }
  .service3-content {
    position: relative;
  }
  .service3-content .box {
    padding: 4rem 4rem 3rem 12rem;
  }
  .service3-content .box p {
    font-size: 0.7rem;
    margin-top: 1.5rem;
  }
  .service3-content .box ul {
    font-size: 0.8rem;
    margin-top: 1.2rem;
  }
  .service3-content .img {
    width: 29rem;
  }
  .service3-content .map {
    width: 28rem;
    height: 26rem;
  }
  #service4 .btn1 {
    width: 11rem;
  }
  .service4-content .service-list {
    margin-top: 2.4rem;
  }
  .service4-content .service-list .item {
    margin-bottom: 2rem;
  }
  .service4-content .service-list .item .title {
    font-size: 1rem;
  }
  .service4-content .service-list .item .content .top {
    font-size: 0.7rem;
    padding: 2.5rem 2.7rem;
  }
  .service4-content .service-list .item .content .bottom {
    padding: 0.5rem 0 0 2.7rem;
    margin-right: 2.5rem;
  }
  .service4-content .service-list .item .content .bottom li {
    padding: 0.5rem 0;
  }
  .service4-content .service-list .item .content .bottom li strong {
    font-size: 0.7rem;
    padding: 0.1rem 0;
    width: 6rem;
    text-align: center;
  }
  .service4-content .service-list .item .content .bottom li .detail {
    font-size: 0.7rem;
  }
  .service4-content .service-list .item.layout2 .content .top ul li {
    margin-bottom: 1rem;
  }
  .service4-content .service-list .item.layout2 .content .top ul li span {
    font-size: 0.7rem;
  }
  .service4-content .service-list .item.layout2 .content .top ul li p {
    font-size: 0.7rem;
  }
  .service4-content .service-list .item.layout2 .content .bottom {
    font-size: 0.7rem;
  }
  .service5-content .sec-title {
    font-size: 1.3rem;
    letter-spacing: 0.6rem;
  }
  .service5-content .box {
    padding: 3rem 9rem 3rem 4rem;
    margin-top: 15rem;
  }
  .service5-content .box p {
    font-size: 0.7rem;
    margin-top: 1.5rem;
  }
  .service5-content .img {
    width: 29rem;
    top: 31%;
  }
}
/* --------------------------------------------------
    max-width 768px
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .service1-content .service-links {
    flex-direction: column;
  }
  .service1-content .service-links li {
    width: 100%;
    border: 1px solid #020422;
    border-bottom: 0;
  }
  .service1-content .service-links li a {
    font-size: 0.9rem;
  }
  .service1-content .service-links li:last-child {
    border-bottom: 1px solid #020422;
  }
  .service2-content .sec-title {
    font-size: 1.2rem;
    text-align: center;
    display: block;
    text-indent: 0.6rem;
  }
  .service2-content .box {
    flex-direction: column;
    align-items: center;
  }
  .service2-content .box .service-title {
    width: 50%;
    margin: 0;
    padding: 1.5rem 1rem 3rem;
  }
  .service2-content .box table {
    width: 100%;
    margin-top: 2rem;
  }
  .service2-content .box table td {
    width: 100%;
    display: block;
    border-bottom: 0;
  }
  .service2-content .box table td .td-inner {
    font-size: 1rem;
  }
  .service2-content .box table td .td-inner img {
    width: 1.5rem;
  }
  .service2-content .box table td .td-inner span {
    font-size: 0.8rem;
    padding-right: 0.5rem;
  }
  .service2-content .box table td.last {
    border-bottom: 1px solid;
  }
  #service3 {
    margin: 6rem 0;
  }
  #service3.type2 {
    margin: 6rem auto;
  }
  .service3-content {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .service3-content .box {
    margin: 0 auto;
    padding: 4rem 2rem;
    width: calc(100% - 4rem);
    margin-top: -2rem;
    position: relative;
    z-index: -1;
    text-align: center;
  }
  .service3-content .box p {
    text-align: center;
    font-size: 0.9rem;
  }
  .service3-content .box .slash {
    display: none;
  }
  .service3-content .img {
    position: static;
    width: 75%;
  }
  .service3-content .map {
    width: 100%;
    position: static;
    height: 20rem;
  }
  #service4 .btn1 {
    width: 80%;
    margin: 4rem auto 6rem;
  }
  .service4-content .service-list .item {
    flex-direction: column;
  }
  .service4-content .service-list .item .title {
    width: 100%;
    padding: 2rem 0;
    font-size: 1.2rem;
  }
  .service4-content .service-list .item .content {
    width: 100%;
  }
  .service4-content .service-list .item .content .top {
    font-size: 0.9rem;
    padding: 2rem;
  }
  .service4-content .service-list .item .content .bottom {
    padding: 0.5rem 0 0;
    width: 100%;
    margin: 0 auto;
  }
  .service4-content .service-list .item .content .bottom li strong {
    font-size: 0.8rem;
    padding: 0.1rem 0 0.2rem 0;
  }
  .service4-content .service-list .item .content .bottom li .detail {
    font-size: 0.8rem;
    margin-left: 1rem;
  }
  .service4-content .service-list .item.layout2 .content .top {
    line-height: 1.8;
  }
  .service4-content .service-list .item.layout2 .content .top ul li {
    flex-direction: column;
    align-items: center;
  }
  .service4-content .service-list .item.layout2 .content .top ul li span {
    margin: 0;
    font-size: 1rem;
    width: 10rem;
    margin-bottom: 1rem;
  }
  .service4-content .service-list .item.layout2 .content .top ul li p {
    font-size: 1rem;
  }
  .service4-content .service-list .item.layout2 .content .bottom {
    width: calc(100% - 4rem);
    padding: 0 2rem 3rem;
  }
  #service5 {
    margin: 4.5rem 0 5rem;
  }
  .service5-content {
    margin: 0 5%;
  }
  .service5-content .sec-title {
    font-size: 1.2rem;
    text-align: center;
    display: block;
    text-indent: 0.6rem;
  }
  .service5-content .txt-content {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin: 3rem 0;
  }
  .service5-content .txt-content .box {
    margin: -3rem auto 0;
    position: relative;
    z-index: -1;
    width: calc(100vw - 4rem);
    margin-left: -6%;
    padding: 5rem 2rem 2rem;
  }
  .service5-content .txt-content .img {
    width: 100%;
    position: static;
    margin: 0;
  }
}
/* --------------------------------------------------
   office
-------------------------------------------------- */
.office1-content {
  text-align: left;
  margin: 0 3%;
  position: relative;
}
.office1-content .box {
  margin-top: 8.6rem;
}
.office1-content .box .txt {
  margin-top: 3.5rem;
  margin-right: 34%;
  background: #f8f6f5;
  padding: 7.1rem 9rem 4.4rem 2.5rem;
}
.office1-content .box .txt .name {
  display: flex;
  align-items: center;
}
.office1-content .box .txt .name span {
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  margin-right: 2rem;
}
.office1-content .box .txt .name strong {
  font-size: 2rem;
  letter-spacing: 0.6rem;
}
.office1-content .box .txt p {
  margin-top: 3.1rem;
  font-size: 1rem;
  line-height: 2.3;
}
.office1-content .img {
  position: absolute;
  right: 0;
  width: 31rem;
  top: 31.8%;
}

#office2 {
  margin: 8rem 3%;
  position: relative;
}
#office2::before {
  content: "";
  background: #020422;
  width: 93vw;
  height: 9.5rem;
  left: -8.1%;
  bottom: -3.5rem;
  display: block;
  position: absolute;
  z-index: -1;
}

.office2-content {
  margin: 0 3%;
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
}
.office2-content .right {
  width: 20%;
  padding: 0 2rem;
}
.office2-content .right .h2-title {
  margin-top: 5rem;
}
.office2-content .right .area-link {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
}
.office2-content .right .area-link li {
  margin-right: 0.6rem;
}
.office2-content .right .area-link li a {
  width: 6.5rem;
  font-size: 0.8rem;
  height: 6.5rem;
  border: 1px solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1rem;
  color: #020422;
}
.office2-content .right .area-link li a span {
  margin-top: 0.5rem;
  letter-spacing: 0px;
  font-weight: 400;
}
.office2-content .right .area-link li a:hover {
  color: white;
  background: #020422;
}
.office2-content .right .area-link li:last-child {
  margin-right: 0;
}
.office2-content .left {
  width: 73%;
  display: flex;
  flex-flow: row wrap;
}
.office2-content .left li {
  width: calc(50% - 6.05rem);
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
  background: #f8f6f5;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.office2-content .left li:nth-child(2n) {
  margin-right: 0;
}
.office2-content .left li:nth-child(1) {
  padding: 5rem 3rem 4rem;
}
.office2-content .left li:nth-child(2) {
  padding: 5rem 3rem 4rem;
}
.office2-content .left li:nth-child(3) {
  padding: 4rem 3rem 4rem;
}
.office2-content .left li:nth-child(4) {
  padding: 4rem 3rem 4rem;
}
.office2-content .left li .title {
  display: flex;
  align-items: center;
}
.office2-content .left li .title small {
  font-size: 0.9rem;
  color: #c22631;
  margin-right: 1rem;
}
.office2-content .left li .title h3 {
  font-size: 1.7rem;
  letter-spacing: 0.4rem;
  font-weight: 400;
}
.office2-content .left li p {
  font-size: 1rem;
  text-align: left;
  line-height: 2;
  margin-top: 1.4rem;
}

#office3 .office3-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 14rem 3% 5rem;
}
#office3 .office3-content .h2-title {
  margin-top: 1.7rem;
  width: 20%;
}
#office3 .office3-content table {
  text-align: left;
  width: 73%;
  border-collapse: collapse;
  line-height: 1.8;
}
#office3 .office3-content table tr.bg-cream {
  background: #f8f7f5;
}
#office3 .office3-content table tr th {
  width: calc(21% - 4rem);
  padding: 1rem 2rem;
  letter-spacing: 0.3rem;
}
#office3 .office3-content table tr td {
  letter-spacing: 0.3rem;
  padding: 1rem 2rem 1rem 0;
  width: calc(79% - 1rem);
}
#office3 .office3-content table tr.last td {
  padding-bottom: 3rem;
}

.office4-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 8.8rem 3% 8rem;
}
.office4-content li {
  width: calc(50% - 1rem);
  background: #f8f7f5;
}
.office4-content li .map iframe {
  border: 0;
  width: 100%;
  height: 26rem;
}
.office4-content li .box {
  position: relative;
  padding: 4.5rem 4.5rem 2.5rem 10.6rem;
  text-align: left;
}
.office4-content li .box h3 {
  position: absolute;
  left: 2.3rem;
  top: 2.5rem;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  font-size: 1.5rem;
  letter-spacing: 0.3rem;
  padding: 2.5rem 1.6rem 0;
  background: #020422;
  color: white;
  height: 17.2rem;
  font-family: "Noto Serif JP", sans-serif;
}
.office4-content li .box .address {
  text-align: left;
  letter-spacing: 0.2rem;
}
.office4-content li .box .address small {
  display: block;
}
.office4-content li .box .address span {
  margin-top: 0.3rem;
  display: block;
  letter-spacing: 0.34rem;
}
.office4-content li .box .name {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.office4-content li .box .name span {
  font-size: 0.9rem;
  margin-right: 1rem;
  letter-spacing: 0.15rem;
}
.office4-content li .box .name strong {
  font-size: 1.5rem;
  letter-spacing: 0.4rem;
}
.office4-content li .box a {
  margin-top: 2.4rem;
  text-align: center;
  margin-right: 4.5rem;
}

/* --------------------------------------------------
    max-width 1025px
-------------------------------------------------- */
@media screen and (max-width: 1025px) {
  .office1-content .box {
    margin-top: 5.6rem;
  }
  .office1-content .box .txt {
    margin-top: 1.5rem;
    padding: 6.1rem 8rem 3.4rem 3rem;
  }
  .office1-content .box .txt .name span {
    font-size: 0.7rem;
    margin-right: 1.4rem;
  }
  .office1-content .box .txt .name strong {
    font-size: 1.5rem;
    letter-spacing: 0.45rem;
  }
  .office1-content .box .txt p {
    margin-top: 2.1rem;
    font-size: 0.7rem;
    line-height: 2;
  }
  .office1-content .img {
    width: 24rem;
    top: 29.8%;
  }
  #office2 {
    margin: unset;
  }
  #office2::before {
    width: 101vw;
    height: 7rem;
    bottom: -2.8rem;
  }
  .office2-content {
    margin: 5rem 3%;
  }
  .office2-content .right {
    width: 22.5%;
    padding: 0;
  }
  .office2-content .right .h2-title {
    margin-top: 3.5rem;
  }
  .office2-content .right .area-link {
    margin-top: 3.2rem;
    justify-content: flex-start;
  }
  .office2-content .right .area-link li {
    margin-right: 0.5rem;
  }
  .office2-content .right .area-link li a {
    width: 5rem;
    font-size: 0.6rem;
    height: 5rem;
  }
  .office2-content .right .area-link li a span {
    margin-top: 0.5rem;
  }
  .office2-content .left {
    width: 70%;
  }
  .office2-content .left li {
    width: calc(50% - 4.05rem);
  }
  .office2-content .left li:nth-child(1) {
    padding: 3.8rem 2rem 2.5rem;
  }
  .office2-content .left li:nth-child(2) {
    padding: 3.8rem 2rem 2.5rem;
  }
  .office2-content .left li:nth-child(3) {
    padding: 3rem 2rem 1.5rem;
  }
  .office2-content .left li:nth-child(4) {
    padding: 3rem 2rem 1.5rem;
  }
  .office2-content .left li .title small {
    font-size: 0.7rem;
  }
  .office2-content .left li .title h3 {
    font-size: 1.2rem;
  }
  .office2-content .left li p {
    font-size: 0.6rem;
  }
  #office3 .office3-content {
    margin: 9.9rem 3% 5rem;
  }
  #office3 .office3-content .h2-title {
    margin-top: 1.2rem;
  }
  #office3 .office3-content table {
    font-size: 0.8rem;
  }
  #office3 .office3-content table tr th {
    padding: 0.7rem 2rem;
  }
  #office3 .office3-content table tr td {
    padding: 0.7rem 2rem 0.7rem 0;
  }
  .office4-content {
    margin: 6rem 3% 8rem;
  }
  .office4-content li .map iframe {
    height: 19rem;
  }
  .office4-content li .box {
    padding: 3rem 2.5rem 2.5rem 7.6rem;
  }
  .office4-content li .box h3 {
    left: 1.6rem;
    top: 1.5rem;
    font-size: 1.1rem;
    padding: 2rem 1.2rem 0;
    height: 13.2rem;
  }
  .office4-content li .box .address {
    font-size: 0.85rem;
    letter-spacing: 0.1rem;
  }
  .office4-content li .box .address span {
    letter-spacing: 0.2rem;
  }
  .office4-content li .box .name {
    margin-top: 1rem;
  }
  .office4-content li .box .name span {
    font-size: 0.7rem;
  }
  .office4-content li .box .name strong {
    font-size: 1.2rem;
  }
  .office4-content li .box a {
    margin-top: 2rem;
  }
}
/* --------------------------------------------------
    max-width 768px
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .office1-content {
    margin: 0 auto;
  }
  .office1-content .box .txt {
    margin: 0 auto;
    padding: 6rem 2rem 4rem;
    margin-top: 77%;
  }
  .office1-content .box .txt .name {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .office1-content .box .txt .name span {
    margin-right: 0;
  }
  .office1-content .box .txt p {
    font-size: 0.9rem;
  }
  .office1-content .img {
    display: block;
    width: 100%;
    right: 0;
    text-align: center;
    top: 31%;
  }
  .office1-content .img img {
    width: 70%;
  }
  #office2::before {
    left: 0;
    width: 100%;
  }
  .office2-content {
    flex-direction: column;
    margin: 5rem auto;
  }
  .office2-content .right {
    width: 100%;
  }
  .office2-content .right .area-link {
    justify-content: center;
  }
  .office2-content .right .area-link li {
    margin-right: 0.5rem;
  }
  .office2-content .right .area-link li a {
    width: 6rem;
    font-size: 0.7rem;
    height: 6rem;
  }
  .office2-content .left {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
  }
  .office2-content .left li {
    width: calc(80% - 4rem);
    align-items: center;
    margin-bottom: 0.5rem;
  }
  .office2-content .left li:nth-child(1) {
    padding: 3.5rem 2rem 2.5rem;
  }
  .office2-content .left li:nth-child(2) {
    padding: 3.5rem 2rem 2.5rem;
  }
  .office2-content .left li:nth-child(3) {
    padding: 3.5rem 2rem 2.5rem;
  }
  .office2-content .left li:nth-child(4) {
    padding: 3.5rem 2rem 2.5rem;
  }
  .office2-content .left li .title {
    align-items: center;
    flex-direction: column;
  }
  .office2-content .left li .title small {
    font-size: 1rem;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .office2-content .left li .title h3 {
    font-size: 1.3rem;
  }
  .office2-content .left li p {
    font-size: 0.9rem;
    margin-top: 1.4rem;
  }
  #office3 .office3-content {
    margin: 10rem auto 5rem;
    flex-direction: column;
    align-items: center;
  }
  #office3 .office3-content .h2-title {
    width: 100%;
  }
  #office3 .office3-content table {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    margin-top: 3rem;
  }
  #office3 .office3-content table tr th {
    width: 50%;
    display: block;
    padding: 2rem 0 1rem;
    margin: 0 auto;
    border-bottom: 1px solid #c4c4c4;
  }
  #office3 .office3-content table tr td {
    width: 80%;
    display: block;
    padding: 1rem 0 2rem;
    margin: 0 auto;
  }
  .office4-content {
    margin: 5rem auto;
    flex-direction: column;
    align-items: center;
  }
  .office4-content li {
    width: 85%;
    margin-bottom: 2rem;
  }
  .office4-content li .box {
    padding: 1rem 2rem 2rem;
  }
  .office4-content li .box h3 {
    -ms-writing-mode: initial;
        writing-mode: initial;
    position: static;
    height: unset;
    padding: 0.5rem 2rem 0.5rem 3rem;
    margin-left: -3rem;
    margin-right: 3rem;
    font-size: 1.1rem;
  }
  .office4-content li .box .address {
    font-size: 1rem;
    margin-top: 1rem;
  }
  .office4-content li .box .address span {
    letter-spacing: 0.1rem;
  }
  .office4-content li .box .name {
    margin-top: 0.7rem;
  }
  .office4-content li .box a {
    font-size: 0.9rem;
    margin: 1.2rem auto 0;
    width: 11rem;
  }
}
/* --------------------------------------------------
   izu office
-------------------------------------------------- */
.izu-office1-content {
  margin: 9.5rem 0 5rem;
  position: relative;
}
.izu-office1-content .h2-title {
  margin-left: 43rem;
}
.izu-office1-content .box {
  margin-left: 39%;
  margin-right: 3.5%;
  padding: 1.6rem 4rem 4rem 14rem;
  background: #f8f7f5;
  text-align: left;
  margin-top: 3rem;
}
.izu-office1-content .box p {
  text-align: left;
  font-size: 0.94rem;
  letter-spacing: 0.16rem;
  line-height: 2.5;
  margin-top: 2.5rem;
}
.izu-office1-content .img {
  position: absolute;
  width: 37.5rem;
  top: -11%;
  left: 3.5%;
}

.izu-office2 {
  text-align: left;
  margin: 10.6rem 3% 0;
  position: relative;
}
.izu-office2 .box .txt {
  margin-top: 3.5rem;
  margin-right: 34%;
  background: #f8f6f5;
  padding: 7.1rem 11rem 4.4rem 4.5rem;
}
.izu-office2 .box .txt .name {
  display: flex;
  align-items: center;
}
.izu-office2 .box .txt .name span {
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  margin-right: 2rem;
}
.izu-office2 .box .txt .name strong {
  font-size: 2rem;
  letter-spacing: 0.6rem;
}
.izu-office2 .box .txt p {
  margin-top: 3.1rem;
  font-size: 0.9rem;
  line-height: 2.3;
  letter-spacing: 0.12rem;
}
.izu-office2 .img {
  position: absolute;
  right: 0%;
  width: 33rem;
  top: -5.2%;
}

.izu-office3-content {
  margin: 7.7rem 3% 5.8rem;
}
.izu-office3-content strong {
  font-size: 2.3rem;
  letter-spacing: 0.8rem;
  line-height: 2.2;
  font-weight: 400;
  /* border-bottom: 4px solid #ffec0b; */
  padding: 0.3rem 0.5rem;
  font-family: 'Noto Serif JP', sans-serif;
  background: linear-gradient(transparent 65%, #ffff7f 65%);
}
.izu-office3-content ul {
  display: flex;
  margin-top: 3.3rem;
}
.izu-office3-content ul li {
  width: calc(33.33% - 0.066rem);
  margin-right: 0.1rem;
  background: #020422;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 0rem;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  text-align: left;
  line-height: 2;
}
.izu-office3-content ul li:last-child {
  margin-right: 0;
}
.izu-office3-content img {
  margin: 4rem 3rem;
  width: calc(100% - 6rem);
  display: block;
}

#izu-office4 a.btn1 {
  width: 16rem;
  margin: 3.3rem auto;
}

.izu-office4-content {
  display: flex;
  background: #f8f7f5;
}
.izu-office4-content .map {
  width: 50%;
}
.izu-office4-content .map iframe {
  width: 100%;
  height: 100%;
}
.izu-office4-content .right {
  width: calc(50% - 16rem);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4.8rem 8rem 2rem;
  flex-direction: column;
}
.izu-office4-content .right img {
  width: 100%;
  max-width: 28rem;
  min-width: 20rem;
}
.izu-office4-content .right .txt {
  padding: 2rem 0 1rem;
  text-align: left;
  text-indent: -5rem;
}
.izu-office4-content .right .txt.txt2 {
  text-indent: 0;
}
.izu-office4-content .right .txt small {
  display: block;
  letter-spacing: 0.2rem;
}
.izu-office4-content .right .txt span {
  font-size: 1.2rem;
  letter-spacing: 0.3rem;
  display: block;
}

/* --------------------------------------------------
    max-width 1025px
-------------------------------------------------- */
@media screen and (max-width: 1025px) {
  .izu-office1-content {
    margin: 5.5rem 0;
  }
  .izu-office1-content .h2-title {
    margin-left: 35.5rem;
  }
  .izu-office1-content .box {
    margin-top: 2rem;
    padding: 1.5rem 3rem 2.5rem 10.5rem;
  }
  .izu-office1-content .box p {
    font-size: 0.7rem;
    margin-top: 2rem;
  }
  .izu-office1-content .img {
    width: 29rem;
    top: -13%;
  }
  .izu-office2 {
    margin: 7rem 3% 0;
  }
  .izu-office2 .box .txt {
    padding: 5.5rem 8rem 4.5rem 3.5rem;
    margin-top: 2rem;
  }
  .izu-office2 .box .txt .name span {
    font-size: 0.7rem;
    margin-right: 1rem;
  }
  .izu-office2 .box .txt .name strong {
    font-size: 1.3rem;
  }
  .izu-office2 .box .txt p {
    margin-top: 2.5rem;
    font-size: 0.7rem;
    line-height: 2;
  }
  .izu-office2 .img {
    width: 24rem;
    top: -2%;
    right: 0;
  }
  .izu-office3-content {
    margin: 5rem 3%;
  }
  .izu-office3-content strong {
    font-size: 1.3rem;
    letter-spacing: 0.5rem;
  }
  .izu-office3-content ul {
    margin-top: 2.5rem;
  }
  .izu-office3-content ul li {
    padding: 3.2rem 0;
    font-size: 0.9rem;
  }
  .izu-office3-content ul li:last-child {
    margin-right: 0;
  }
  .izu-office3-content img {
    margin: 3rem;
  }
  #izu-office4 a.btn1 {
    width: 12rem;
    padding: 0.7rem 1.2rem;
  }
  .izu-office4-content .right {
    padding: 3rem 6rem 2rem;
  }
  .izu-office4-content .right .txt {
    text-indent: 0;
    width: 100%;
    padding-bottom: 0;
  }
  .izu-office4-content .right .txt small {
    font-size: 0.7rem;
  }
  .izu-office4-content .right .txt span {
    font-size: 0.9rem;
  }
}
/* --------------------------------------------------
    max-width 768px
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .izu-office1-content {
    display: flex;
    flex-flow: column-reverse;
    align-items: center;
  }
  .izu-office1-content .left {
    margin-top: 2rem;
  }
  .izu-office1-content .left .h2-title {
    margin: 0;
  }
  .izu-office1-content .left .box {
    margin: 2rem auto;
    padding: 2rem;
  }
  .izu-office1-content .left .box p {
    font-size: 0.9rem;
    margin-top: 1rem;
  }
  .izu-office1-content .img {
    position: static;
    width: 100%;
    text-align: center;
  }
  .izu-office1-content .img img {
    width: 80%;
  }
  .izu-office2 {
    margin: 7rem auto 4rem;
  }
  .izu-office2 .box {
    display: flex;
    flex-direction: column-reverse;
  }
  .izu-office2 .box .left {
    margin-top: 2rem;
  }
  .izu-office2 .box .left .txt {
    margin: 2rem auto;
    padding: 3rem 2rem;
  }
  .izu-office2 .box .left .txt .name {
    justify-content: center;
  }
  .izu-office2 .box .left .txt .name span {
    font-size: 0.9rem;
  }
  .izu-office2 .box .left .txt .name strong {
    font-size: 1.4rem;
  }
  .izu-office2 .box .left .txt p {
    font-size: 0.9rem;
    margin-top: 1.5rem;
  }
  .izu-office2 .img {
    position: static;
    width: 100%;
    text-align: center;
  }
  .izu-office2 .img img {
    width: 80%;
  }
  .izu-office3-content {
    margin: 2rem 5%;
  }
  .izu-office3-content strong {
    font-size: 1.4rem;
  }
  .izu-office3-content ul {
    flex-direction: column;
  }
  .izu-office3-content ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
  .izu-office3-content img {
    margin: 3rem auto;
    width: 100%;
  }
  #izu-office4 a.btn1 {
    margin-bottom: 8rem;
  }
  .izu-office4-content {
    flex-direction: column;
  }
  .izu-office4-content .map {
    width: 100%;
    height: 25rem;
  }
  .izu-office4-content .right {
    width: 100%;
    padding: 3rem 0;
  }
  .izu-office4-content .right img {
    min-width: unset;
    width: 80%;
  }
  .izu-office4-content .right .txt {
    width: 80%;
  }
  .izu-office4-content .right .txt small {
    font-size: 1rem;
  }
  .izu-office4-content .right .txt span {
    font-size: 1rem;
    letter-spacing: 0.2rem;
  }
}
/* --------------------------------------------------
   policy
-------------------------------------------------- */
.policy-content .content {
  margin: 5rem 9% 10rem;
  text-align: left;
}
.policy-content .content .intro {
  font-size: 0.9rem;
  line-height: 2;
  letter-spacing: 0.15rem;
}
.policy-content .content ul {
  margin: 5rem 0;
}
.policy-content .content ul li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.policy-content .content ul li strong {
  font-size: 3rem;
  margin-top: 0.35rem;
}
.policy-content .content ul li .txt {
  margin-left: 3.5rem;
  width: 100%;
}
.policy-content .content ul li .txt h3 {
  font-size: 1.3rem;
  letter-spacing: 0.22rem;
  border-bottom: 1px solid #020422;
  padding: 0.6rem 0;
}
.policy-content .content ul li .txt p {
  padding: 1.5rem 0;
  font-size: 0.9rem;
  line-height: 2.2;
  letter-spacing: 0.02rem;
}
.policy-content .content.not-found {
  text-align: center;
}
.policy-content .content.not-found strong {
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  font-weight: 400;
  display: block;
  margin-bottom: 1.5rem;
}
.policy-content .content.not-found p {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: 400;
}
.policy-content .content.not-found p span {
  display: block;
  margin: 5rem 0 0;
  font-size: 1.2rem;
  font-weight: 400;
}
.policy-content .content.not-found p span a {
  display: inline-block;
  color: black;
  font-weight: 400;
  text-decoration: underline;
}
.policy-content .content.not-found p span a:hover {
  opacity: 0.7;
}
.policy-content .links-wrapper {
  display: flex;
  margin: 3rem 3%;
  text-align: left;
  align-items: flex-start;
}
.policy-content .links-wrapper ul {
  width: 50%;
}
.policy-content .links-wrapper ul li {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  padding: 1rem 0;
}
.policy-content .links-wrapper ul li a {
  color: #020422;
}
.policy-content .links-wrapper ul li a.hover {
  text-decoration: underline;
}
.policy-content .links-wrapper ul li.child {
  padding: 1rem;
}

/* --------------------------------------------------
    max-width 768px
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .policy-content .content {
    margin: 5rem 5%;
  }
  .policy-content .content .intro {
    font-size: 1rem;
  }
  .policy-content .content ul li strong {
    font-size: 2rem;
    margin-top: 0;
  }
  .policy-content .content ul li .txt {
    margin-left: 1rem;
  }
  .policy-content .content ul li .txt h3 {
    font-size: 1.2rem;
  }
  .policy-content .content ul li .txt p {
    font-size: 1rem;
  }
  .policy-content .links-wrapper {
    flex-direction: column;
  }
  .policy-content .links-wrapper ul {
    width: 100%;
  }
}

/* --------------------------------------------------
   docs
-------------------------------------------------- */

.doc-table{
  margin: 5rem 3.5% 10rem;
}
.doc-table table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.doc-table table th{
  background: #020422;
  color: #ffffff;
  padding: 1rem 0;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #ffffff;
}
.doc-table table th:last-of-type{
  width: 20%;
}
.doc-table table td{
  border: 2px solid #ffffff;
  background: #efefef;
  vertical-align: middle;
}
.doc-table table td p{
  text-align: left;
  padding: 1rem 2rem;
}
.doc-table table td a{
  display: flex;
  align-items: center;
  padding: 1rem 25%;
  color: #020422;
}
.doc-table table td a:hover{
opacity: .7;
text-decoration: underline;
}
.doc-table table td a img{
  width: 2rem;
  margin-right: 0.5rem;
}
.doc-table table td:last-of-type{
  width: 20%;
}

/* --------------------------------------------------
    max-width 1025px
-------------------------------------------------- */
@media screen and (max-width: 1025px) {
  .doc-table table th:last-of-type{
    width: 22%;
  }
  .doc-table table td:last-of-type{
    width: 22%;
  }
}

/* --------------------------------------------------
    max-width 768px
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .page-title.doc-title{
    width: unset;
    max-width: unset;
  }
  .page-title.doc-title h1::before{
    padding: 1rem 0 1.5rem;
  }
  /* .page-title.doc-title h1{
    font-size: 2rem;
    letter-spacing: 0.2rem;
    text-indent: 0.2rem;
  } */
  .doc-table table th:last-of-type{
    width: 20%;
    min-width: 70px;
  }
  .doc-table table td:last-of-type{
    width: 20%;
    min-width: 70px;
  }
  .doc-table table td a{
    padding: 1rem 5%;
    flex-direction: column;
  }
  .doc-table table td a img{
    margin: 0;
  }
}

/* --------------------------------------------------
   seinen
-------------------------------------------------- */
/* .seinen1-content {
  font-family: "Noto Serif JP", sans-serif;
} */
.seinen1-content .banner {
  display: flex;
  justify-content: center;
  margin: 6.6rem 3% 2rem;
}
.seinen1-content .banner .left {
  font-family: "Noto Serif JP", sans-serif;
  background: #030422;
  color: white;
  width: 50%;
}
.seinen1-content .banner .left .txt {
  padding: 3.6rem 5rem 2.7rem;
}
.seinen1-content .banner .left .txt span {
  display: block;
  text-align: left;
  letter-spacing: 0.4rem;
}
.seinen1-content .banner .left .txt span.txt-right {
  text-align: right;
}
.seinen1-content .banner .left .txt strong {
  display: block;
  font-size: 1.6rem;
  padding: 1.2rem 0 1rem;
  letter-spacing: 0.37rem;
}
.seinen1-content .banner .right {
  width: 50%;
  background: #f8f6f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seinen1-content .banner .right img {
  width: 73%;
}

#seinen2 {
  margin: 15rem 0 5rem;
}

.seinen2-content {
  position: relative;
}
.seinen2-content .box {
  margin-right: 40%;
  padding: 4rem 12rem 4.5rem 4rem;
  background: #f8f7f5;
  text-align: left;
}
.seinen2-content .box p {
  text-align: left;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  line-height: 2.4;
  margin-top: 3rem;
}
.seinen2-content .img {
  position: absolute;
  width: 38.5rem;
  top: -20.5%;
  right: 3%;
}

.seinen3-1-content {
  margin: 8.5rem 3% 5rem;
}
.seinen3-1-content p{
  text-align: left;
  margin: 3rem 0 0;
  line-height: 2.5;
  letter-spacing: 0.1rem;
  font-family: "Noto Serif JP", sans-serif;
}
.seinen3-1-content strong{
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.23rem;
  margin: 3rem auto 0;
  background: #020422;
  color: white;
  padding: 2rem 0;
  display: inline-block;
  width: 100%;
}
.seinen3-1-content strong span{
  font-size: 2.4rem;
}
.seinen3-content {
  margin: 8.5rem 0 5rem;
}
.seinen3-content .h2-title {
  width: 21rem;
  margin-left: auto;
  padding: 0 0 2.5rem 6rem;
  background: white;
  position: relative;
  margin-right: 3%;
}
.seinen3-content ul {
  display: flex;
  justify-content: flex-start;
  margin: 0 3%;
  margin-top: -5rem;
}
.seinen3-content ul li {
  width: calc(25% - 0.225rem);
  background: #f8f6f5;
  margin-right: 0.3rem;
}
.seinen3-content ul li:last-child {
  margin-right: 0;
}
.seinen3-content ul li .txt {
  padding: 9.6rem 3rem 5rem;
}
.seinen3-content ul li .txt small {
  font-size: 2.5rem;
  font-family: "Noto Serif JP", sans-serif;
}
.seinen3-content ul li .txt img {
  width: 100%;
  display: block;
  margin: 1.6rem auto 0;
}
.seinen3-content ul li .txt p {
  letter-spacing: 0.1rem;
  line-height: 1.7;
  text-align: left;
  margin-top: 2rem;
  font-weight: 400;
}

.seinen4-content {
  margin: 8.7rem 3%;
}
.seinen4-content .seinen4-ul {
  display: flex;
  flex-flow: row wrap;
  text-align: left;
  justify-content: space-between;
  margin: 5rem 0;
}
.seinen4-content .seinen4-ul .list {
  width: calc(50% - 1.5rem);
  margin-bottom: 5rem;
}
.seinen4-content .seinen4-ul .list h3 {
  border-left: 4px solid;
  padding-left: 1em;
  line-height: 1.2;
  font-weight: 400;
  font-size: 1.3rem;
  margin-left: 0.7rem;
  letter-spacing: 0.2rem;
}
.seinen4-content .seinen4-ul .list ul {
  margin: 1rem 0 2rem;
}
.seinen4-content .seinen4-ul .list ul li {
  background: #f8f6f5;
  margin-bottom: 0.2rem;
}
.seinen4-content .seinen4-ul .list ul li .li-inner {
  padding: 1.9rem 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.seinen4-content .seinen4-ul .list ul li .li-inner img {
  width: 2rem;
  margin: 0 1rem 0 1.5rem;
}
.seinen4-content .seinen4-ul .list ul li .li-inner span {
  font-size: 1rem;
  letter-spacing: 0.1rem;
}
.seinen4-content .seinen4-ul .list p.btn2 {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
.seinen4-content .seinen4-ul .list p.btn2:hover {
  opacity: 1;
}

#seinen5 {
  margin: 5rem 0;
}

.seinen5-content {
  margin: 0 3%;
}
.seinen5-content .h2-title {
  position: relative;
  width: 17rem;
  margin-left: auto;
}
.seinen5-content ul {
  margin-top: 4rem;
}
.seinen5-content ul li .txt h3 {
  width: 100%;
  text-align: center;
  padding: 2rem 0;
  border: 3px solid;
  letter-spacing: 0.5rem;
  font-size: 1.1rem;
  border-radius: 35px;
  display: block;
}
.seinen5-content ul li .txt .answer-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.seinen5-content ul li .txt .answer-box .item {
  width: calc(50% - 1rem);
  height: 100%;
}
.seinen5-content ul li .txt .answer-box .item .icon {
  position: relative;
  height: 100%;
  padding: 3rem 0;
  text-align: center;
}
.seinen5-content ul li .txt .answer-box .item .icon span {
  padding: 1rem;
  letter-spacing: 0.3rem;
  text-indent: 0.3rem;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: 2px solid;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  margin: 0 auto;
}
.seinen5-content ul li .txt .answer-box .item .icon::before {
  content: "";
  width: 3px;
  height: 176%;
  background: #020422;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
}
.seinen5-content ul li .txt .answer-box .item a {
  width: 80%;
  margin: 0 auto 4rem;
  padding: 1.6rem 0;
  border-radius: 35px;
}
.seinen5-content ul li .txt .answer-box .item.has_link .icon::before {
  height: 100%;
}
.seinen5-content a.btn1 {
  width: 17rem;
  margin: 0 auto 8rem;
}

/* --------------------------------------------------
    max-width 1025px
-------------------------------------------------- */
@media screen and (max-width: 1025px) {
  .seinen1-content .banner {
    margin: 4.5rem 3% 2rem;
  }
  .seinen1-content .banner .left .txt {
    padding: 2.3rem 6rem;
    font-size: 0.8rem;
  }
  .seinen1-content .banner .left .txt span {
    letter-spacing: 0.2rem;
  }
  .seinen1-content .banner .left .txt strong {
    font-size: 1.2rem;
    padding: 0.5rem 0 0.8rem;
    letter-spacing: 0.2rem;
  }
  #seinen2 {
    margin: 11rem 0 5rem;
  }
  .seinen2-content {
    position: relative;
  }
  .seinen2-content .box {
    padding: 4rem 11rem 4rem 4.7rem;
  }
  .seinen2-content .box p {
    font-size: 0.7rem;
    line-height: 2;
  }
  .seinen2-content .img {
    width: 32rem;
  }
  .seinen3-content {
    margin: 5.3rem 0;
  }
  .seinen3-content .h2-title {
    width: 15rem;
    padding: 0 0 1.5rem 4.5rem;
  }
  .seinen3-content ul {
    margin-top: -3.6rem;
  }
  .seinen3-content ul li .txt {
    padding: 6.7rem 2rem 5rem;
  }
  .seinen3-content ul li .txt small {
    font-size: 1.9rem;
  }
  .seinen3-content ul li .txt img {
    margin: 1rem auto 0;
  }
  .seinen3-content ul li .txt p {
    font-size: 0.7rem;
    margin-top: 1rem;
  }
  .seinen3-1-content p{
    font-size: 0.9rem;
  }
  .seinen3-1-content strong{
    font-size: 1.1rem;
  }
  .seinen3-1-content strong span{
    font-size: 2rem;
  }
  .seinen4-content {
    margin: 6rem 3% 2rem;
  }
  .seinen4-content .seinen4-ul {
    margin: 3.5rem 0;
  }
  .seinen4-content .seinen4-ul .list {
    margin-bottom: 3.5rem;
  }
  .seinen4-content .seinen4-ul .list h3 {
    font-size: 1rem;
  }
  .seinen4-content .seinen4-ul .list ul li .li-inner {
    padding: 1.2rem 0;
  }
  .seinen4-content .seinen4-ul .list ul li .li-inner img {
    width: 1.5rem;
    margin: 0 1rem;
  }
  .seinen4-content .seinen4-ul .list ul li .li-inner span {
    font-size: 0.7rem;
  }
  .seinen4-content .seinen4-ul .list p.btn2 {
    letter-spacing: 0.1rem;
    width: 85%;
  }
  #seinen5 {
    margin: 4.4rem 0;
  }
  .seinen5-content .h2-title {
    width: 13rem;
  }
  .seinen5-content ul {
    margin-top: 1.5rem;
  }
  .seinen5-content ul li .txt h3 {
    font-size: 1rem;
    letter-spacing: 0.2rem;
    padding: 1.2rem 0;
    border-radius: 25px;
  }
  .seinen5-content ul li .txt .answer-box .item .icon::before {
    height: 169%;
  }
  .seinen5-content ul li .txt .answer-box .item a {
    padding: 1.2rem 0;
  }
  .seinen5-content a.btn1 {
    padding: 1rem 0;
  }
}
/* --------------------------------------------------
    max-width 768px
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  /* .seinen1-content .page-title h1 {
    font-size: 1.6rem;
  } */
  .seinen1-content .banner {
    margin: 5rem 5%;
    flex-direction: column;
  }
  .seinen1-content .banner .left {
    width: 100%;
  }
  .seinen1-content .banner .left .txt {
    padding: 1.5rem 2rem;
    font-size: 0.9rem;
  }
  .seinen1-content .banner .left .txt strong {
    font-size: 1.4rem;
  }
  .seinen1-content .banner .right {
    width: 100%;
    padding: 3.37rem 0;
  }
  #seinen2 {
    margin: 5rem 0;
  }
  .seinen2-content {
    display: flex;
    flex-direction: column-reverse;
  }
  .seinen2-content .box {
    margin: 0;
    padding: 6rem 2rem 3rem;
    margin-top: -4.5rem;
    position: relative;
    z-index: -1;
  }
  .seinen2-content .box p {
    font-size: 0.9rem;
  }
  .seinen2-content .img {
    position: static;
    width: 100%;
    text-align: center;
  }
  .seinen2-content .img img {
    width: 80%;
  }
  .seinen3-content .h2-title {
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  .seinen3-content ul {
    flex-direction: column;
    margin-top: 3rem;
  }
  .seinen3-content ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.6rem;
  }
  .seinen3-content ul li .txt {
    padding: 2.5rem 2rem;
  }
  .seinen3-content ul li .txt small {
    font-size: 2.5rem;
  }
  .seinen3-content ul li .txt p {
    font-size: 1rem;
    margin-top: 2rem;
  }
  .seinen3-1-content {
    margin: 8.5rem 2rem 5rem;
  }
  .seinen3-1-content strong span{
    margin-top: 0.5rem;
  }
  .seinen3-1-content strong span.first{
    margin-bottom: 1rem;
    display: inline-block;
  }
  .seinen4-content {
    margin: 6rem 0 2rem;
  }
  .seinen4-content .seinen4-ul {
    flex-direction: column;
    margin: 3.5rem 5%;
  }
  .seinen4-content .seinen4-ul .list {
    width: 100%;
  }
  .seinen4-content .seinen4-ul .list h3 {
    font-size: 1.1rem;
  }
  .seinen4-content .seinen4-ul .list ul {
    margin: 1rem 0 2rem;
  }
  .seinen4-content .seinen4-ul .list ul li .li-inner img {
    width: 2rem;
  }
  .seinen4-content .seinen4-ul .list ul li .li-inner span {
    font-size: 0.8rem;
  }
  .seinen4-content .seinen4-ul .list p.btn2 {
    font-size: 0.9rem;
  }
  .seinen5-content {
    margin: 0 5%;
  }
  .seinen5-content .h2-title {
    width: 100%;
  }
  .seinen5-content ul {
    margin-top: 3rem;
  }
  .seinen5-content ul li .txt .answer-box {
    justify-content: space-between;
  }
  .seinen5-content ul li .txt .answer-box .item {
    width: calc(50% - 1rem);
  }
  .seinen5-content ul li .txt .answer-box .item a {
    width: calc(100% - 0.4rem);
    border-radius: 10px;
    padding: 1.2rem 0.2rem;
  }
}
/* --------------------------------------------------
    plan
-------------------------------------------------- */
.plan1-content .plan-ul {
  display: flex;
  margin: 4rem 3%;
  /* border: 1px solid; */
  justify-content: space-between;
}
.plan1-content .plan-ul .box {
  /* width: calc(50% - 0.1rem); */
  width: calc(33.33% - 1.33rem);
  border: 2px solid;
}
.plan1-content .plan-ul .box .txt {
  /* padding: 9rem 3rem 3rem; */
  padding-top: 5rem;
}
.plan1-content .plan-ul .box .txt .sub-title h3 {
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
  text-indent: 0.2rem;
  /* font-size: 1.7rem;
  letter-spacing: 0.6rem;
  text-indent: 0.6rem; */
  font-family: "Noto Serif JP", sans-serif;
}
.plan1-content .plan-ul .box .txt .sub-title span {
  display: inline-block;
  margin-top: 1.4rem;
  padding: 1rem 2rem;
  border-top: 1px solid;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
}
.plan1-content .plan-ul .box .txt ul {
  margin: 3rem 2rem;
  /* margin: 4rem; */
}
.plan1-content .plan-ul .box .txt ul li {
  margin-bottom: 0.5rem;
}
.plan1-content .plan-ul .box .txt ul li a {
  background: #020422;
  border: 1px solid #020422;
  color: white;
  padding: 1rem 0;
  /* padding: 1.2rem 0; */
  display: block;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  text-indent: 0.1rem;
  font-weight: 500;
}
.plan1-content .plan-ul .box .txt ul li a:hover {
  background-color: white;
  color: #020422;
}
.plan1-content .plan-ul .box.center {
  border-right: 1px solid;
  background-color: #020422;
  color: white;
}
.plan1-content .plan-ul .box.center ul li a {
  background: white;
  color: #020422;
  border: 1px solid white;
}
.plan1-content .plan-ul .box.center ul li a:hover {
  background-color: #020422;
  color: white;
}
.plan1-content .plan-ul.service-ul {
  width: 50%;
  margin: 4rem auto;
}
.plan1-content .plan-ul.service-ul .right {
  width: 100%;
}
.plan1-content .plan-ul.service-ul .right .txt {
  padding: 2rem 3rem;
}

/* --------------------------------------------------
    max-width 1025px
-------------------------------------------------- */
@media screen and (max-width: 1025px) {
  .plan1-content .plan-ul .box{
    width: calc(33.33% - 1rem);
  }
  .plan1-content .plan-ul .box .txt {
    /* padding: 6rem 2rem 2rem; */
    padding: 4rem 0rem 1rem;
  }
  .plan1-content .plan-ul .box .txt .sub-title h3 {
    /* font-size: 1.4rem; */
    font-size: 1.2rem;
    letter-spacing: 0;
    text-indent: 0;
  }
  .plan1-content .plan-ul .box .txt .sub-title span {
    /* font-size: 1.4rem; */
    font-size: 1.1rem;
    padding: 0.5rem 2rem;
    margin-top: 1rem;
  }
  .plan1-content .plan-ul .box .txt ul {
    /* margin: 3rem 2rem 2rem; */
    margin: 2rem 1rem 2rem;
  }
  .plan1-content .plan-ul .box .txt ul li a {
    /* padding: 1rem 0; */
    padding: 0.5rem 0;
  }
  .plan1-content .plan-ul.service-ul {
    margin: 3rem auto;
  }
  .plan1-content .plan-ul.service-ul .right .txt {
    padding: 2rem 3rem;
  }
}
/* --------------------------------------------------
    max-width 768px
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .plan1-content .plan-ul {
    flex-direction: column;
    margin: 4rem 5% 6rem;
  }
  .plan1-content .plan-ul .box {
    width: 100%;
    margin-bottom: 3rem;
  }
  .plan1-content .plan-ul .box .txt {
    padding: 4rem 2rem 2rem;
  }
  .plan1-content .plan-ul .box .txt .sub-title h3 {
    font-size: 1.2rem;
    letter-spacing: 0.4rem;
    text-indent: 0.4rem;
  }
  .plan1-content .plan-ul .box .txt .sub-title span {
    font-size: 1.2rem;
    margin-top: 1rem;
    padding: 0.7rem 2rem;
  }
  .plan1-content .plan-ul .box .txt ul {
    margin: 2rem 0rem 1rem;
  }
  .plan1-content .plan-ul .box .txt ul li a {
    padding: 0.7rem 0;
  }
  .plan1-content .plan-ul.service-ul {
    width: 90%;
    margin: 5rem 5%;
  }
}
/* --------------------------------------------------
    plan-d
-------------------------------------------------- */
.plan-d1-content {
  margin: 0 3%;
}
.plan-d1-content .plan-d-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4.1rem 5.6rem 2rem;
}
.plan-d1-content .plan-d-links li {
  width: 33.33%;
  border: 1px solid #020422;
  border-right: 0;
}
.plan-d1-content .plan-d-links li a {
  padding: 1.2rem 0;
  color: #020422;
  font-size: 1rem;
  letter-spacing: 0.1rem;
}
.plan-d1-content .plan-d-links li:last-child {
  border-right: 1px solid #020422;
}
.plan-d1-content .plan-d-links li.active {
  background-color: #020422;
}
.plan-d1-content .plan-d-links li.active a {
  color: white;
}
.plan-d1-content .plan-h-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4.1rem 0rem 2rem;
}
.plan-d1-content .plan-h-links li {
  width: 25%;
  border: 1px solid #020422;
  border-right: 0;
}
.plan-d1-content .plan-h-links li a {
  padding: 1.2rem 0;
  color: #020422;
  font-size: 1rem;
  letter-spacing: 0.1rem;
}
.plan-d1-content .plan-h-links li:last-child {
  border-right: 1px solid #020422;
}
.plan-d1-content .plan-h-links li.active {
  background-color: #020422;
}
.plan-d1-content .plan-h-links li.active a {
  color: white;
}
.plan-d1-content .sub-title {
  text-align: left;
  display: block;
  font-size: 1.3rem;
  margin: 6.3rem 0 0;
  letter-spacing: 0.2rem;
  line-height: 2;
  font-family: "Noto Serif JP", sans-serif;
}
.plan-d1-content .box {
  display: flex;
  justify-content: space-between;
  margin-top: 5.7rem;
}
.plan-d1-content .box .plan-title {
  width: 18.6%;
  margin-right: 2%;
  background: #020422;
  color: white;
  padding-left: 2rem;
  text-align: left;
}
.plan-d1-content .box .plan-title h2::before {
  background-color: white;
}
.plan-d1-content .box .plan-title small {
  margin-top: 1.95rem;
}
.plan-d1-content .box .plan-title.has-max {
  max-height: 14.5rem;
}
.plan-d1-content .box table {
  border-collapse: collapse;
  width: 78%;
}
.plan-d1-content .box table td {
  border: 1px solid;
  width: 50%;
}
.plan-d1-content .box table td .td-inner {
  padding: 1.7rem 0;
  display: flex;
  align-items: center;
  text-align: left;
}
.plan-d1-content .box table td .td-inner img {
  width: 2rem;
  margin: 0 1rem 0 1.5rem;
}
.plan-d1-content .box table td .td-inner span {
  font-size: 0.95rem;
  letter-spacing: 0.06rem;
}

.plan-d2-content {
  position: relative;
  margin: 15.5rem 0 5rem;
}
.plan-d2-content.paln-h {
  margin: 10.4rem 0 0;
}
.plan-d2-content.plan-i1 {
  margin: 17.5rem 0 5rem;
}
.plan-d2-content.plan-i1 .img{
  top: -40%;
}
.plan-d2-content .box {
  margin-left: 40%;
  margin-right: 3.5%;
  padding: 4.6rem 6rem 4rem 14rem;
  background: #f8f7f5;
  text-align: left;
}
.plan-d2-content .box.i3 {
  padding-right: 3rem;
}
.plan-d2-content .box p {
  text-align: left;
  font-size: 0.94rem;
  letter-spacing: 0.16rem;
  line-height: 2.5;
  margin-top: 2.5rem;
}
.plan-d2-content .img {
  position: absolute;
  width: 39.5rem;
  top: -20%;
  left: 3.5%;
}

#plan-d3 {
  margin: 12rem 0 5rem;
}

.plan-d3-content {
  position: relative;
}
.plan-d3-content .box {
  margin-left: 3.5%;
  margin-right: 15%;
  padding: 4.2rem 15rem 2rem 6.7rem;
  background: #f8f7f5;
  text-align: left;
}
.plan-d3-content .box li {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.plan-d3-content .box li span {
  width: 2.7rem;
  height: 2.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #020422;
  color: white;
  border-radius: 5px;
  margin-right: 3rem;
}
.plan-d3-content .box li p {
  text-align: left;
  font-size: 1.2rem;
  letter-spacing: 0.18rem;
  line-height: 2;
}
.plan-d3-content .box.list1 {
  padding: 4.2rem 15rem 2rem 4rem;
}
.plan-d3-content .box.list1 li {
  border-bottom: 2px solid #020422;
  padding-bottom: 2rem;
}
.plan-d3-content .box.list1 li span {
  padding: 0;
  border-radius: 40px;
  width: 20rem;
  margin-right: 2rem;
  background: #c1272d;
}
.plan-d3-content .box.list1 li p {
  font-size: 1rem;
}
.plan-d3-content .box.list1 li:last-child {
  border: 0;
  padding-bottom: 0;
}
.plan-d3-content .box.list1 li:last-child span {
  background: #00a99d;
}
.plan-d3-content .box.list2 {
  padding: 0;
  background-color: unset;
}
.plan-d3-content .box.list2 li {
  flex-direction: column;
  align-items: flex-start;
  padding: 3.2rem 19rem 3rem 5.2rem;
  background: #f8f6f5;
  margin-bottom: 0.3rem;
}
.plan-d3-content .box.list2 li .top {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 2.55rem;
  border-bottom: 1px solid;
  margin-bottom: 1.5rem;
}
.plan-d3-content .box.list2 li .top span {
  width: 11rem;
  height: unset;
  padding: 0.5rem 0;
  border-radius: 50px;
  margin-right: 1.8rem;
}
.plan-d3-content .box.list2 li .top strong {
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
}
.plan-d3-content .box.list2 li p {
  font-size: 0.9rem;
  padding: 0 0.7rem;
  letter-spacing: 0.1rem;
}
.plan-d3-content .img {
  margin-left: 6.5%;
  margin-right: 15%;
  background: #f8f7f5;
  padding: 4rem 0;
  margin-top: 0.3rem;
}
.plan-d3-content .img img {
  width: 90%;
  margin: 0 auto;
}
.plan-d3-content .title-wrapper {
  position: absolute;
  width: 17.5rem;
  height: 16rem;
  top: -18%;
  right: 3.5%;
  background: #020422;
}
.plan-d3-content .title-wrapper .plan-title {
  text-align: left;
  padding: 3rem 1rem 0 2rem;
  color: white;
}
.plan-d3-content .title-wrapper .plan-title h2::before {
  background-color: white;
}
.plan-d3-content .title-wrapper .plan-title.long {
  padding: 2rem 1.2rem 0;
}

.plan-d4-content {
  text-align: left;
  margin: 9rem 3% 5rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.plan-d4-content .title-wrapper {
  width: 16rem;
  height: 15.5rem;
  background: #020422;
}
.plan-d4-content .title-wrapper .plan-title {
  color: white;
  padding: 2rem 1rem 0rem 3rem;
}
.plan-d4-content .title-wrapper .plan-title h2::before {
  background-color: white;
}
.plan-d4-content .box {
  margin-left: 7rem;
  width: 65%;
  margin-top: 0.5rem;
  font-family: "Noto Serif JP", sans-serif;
}
.plan-d4-content .box li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 3.5rem;
  position: relative;
}
.plan-d4-content .box li span {
  width: 5.5rem;
  height: 5.5rem;
  background: #020422;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  position: relative;
}
.plan-d4-content .box li span::after {
  content: "";
  width: 2px;
  height: 8rem;
  background: #020422;
  display: block;
  position: absolute;
  top: 5.5rem;
  left: calc(50% - 1px);
}
.plan-d4-content .box li .txt {
  margin-top: 2rem;
  margin-left: 3rem;
  margin-right: 8rem;
  width: calc(100% - 17rem);
}
.plan-d4-content .box li .txt strong {
  border-bottom: 2px solid #020422;
  padding-bottom: 0.7rem;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  display: block;
}
.plan-d4-content .box li .txt p {
  font-size: 0.9rem;
  padding: 1rem 0 0;
  letter-spacing: 0.05rem;
}
.plan-d4-content .box li .txt .detail .line {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.plan-d4-content .box li .txt .detail .line span {
  width: 7.5rem;
  font-size: 0.9rem;
  height: unset;
  padding: 0.3rem 0;
  border-radius: 30px;
  margin-right: 1.5rem;
}
.plan-d4-content .box li .txt .detail .line p {
  padding: 0;
  font-size: 1rem;
}
.plan-d4-content .box li .between {
  position: absolute;
  left: 82%;
  top: 7rem;
  width: 10rem;
}
.plan-d4-content .box li .between span {
  background: none;
  color: #020422;
  border: 1px solid;
  border-radius: unset;
  padding: 0.5rem 0rem;
  width: unset;
  height: unset;
  font-size: 0.9rem;
  letter-spacing: 0.2rem;
  position: relative;
}
.plan-d4-content .box li .between span::after {
  content: "<";
  position: absolute;
  height: 100%;
  top: 0;
  left: -2rem;
  display: flex;
  width: 1.5rem;
  font-size: 1rem;
  align-items: center;
  justify-content: center;
  color: #020422;
  z-index: 4;
  background: none;
}
.plan-d4-content .box li:last-child span::after {
  content: none;
}

.plan-d5-content {
  margin: 10rem 3%;
}
.plan-d5-content h3 {
  width: 16rem;
  font-size: 1.6rem;
  color: white;
  background-color: #020422;
  padding: 1.3rem 0;
  margin: 0 auto;
  font-family: "Noto Serif JP", sans-serif;
}
.plan-d5-content ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5.3rem auto 2rem;
}
.plan-d5-content ul li {
  border: 1px solid;
  border-radius: 40px;
  padding: 1.1rem 2rem;
  text-align: center;
  letter-spacing: 0.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.3rem;
}
.plan-d5-content ul li.plus {
  border: 0;
  position: relative;
  width: auto;
  margin: 0 1rem;
  padding: 1rem 0;
}
.plan-d5-content ul li.plus span {
  width: 2.5rem;
  height: 2px;
  background: #020422;
  display: block;
  margin: 0 auto;
}
.plan-d5-content ul li.plus span::after {
  content: "";
  width: 2px;
  height: 2.5rem;
  background: #020422;
  display: block;
  position: absolute;
  top: -0.15rem;
  left: calc(50% - 1px);
}
.plan-d5-content span {
  text-align: center;
  letter-spacing: 0.4rem;
  font-size: 1.1rem;
}
.plan-d5-content span.ver2 {
  text-align: left;
  display: block;
  font-size: 1rem;
  line-height: 2;
  width: 850px;
  letter-spacing: 0.1rem;
  margin: 2rem auto;
}
.plan-d5-content span.ver2.narrow {
  width: 740px;
}
.plan-d5-content .price-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 2rem 2rem;
}
.plan-d5-content .price-row.first {
  margin-top: 6rem;
}
.plan-d5-content .price-row span{
  font-size: 1.3rem;
  width: 47%;
  text-align: left;
}
.plan-d5-content .price-row span .small{
  font-size: 1rem;
  font-weight: 400;
}
.plan-d5-content .price-row ul{
  margin: 0;
}
.plan-d5-content .price-row ul li{
  width: 11rem;
}
.plan-d5-content .price-row ul li.wide{
  width: 20rem;
}
.plan-d5-content .price-row ul li.plus{
  width: auto;
}
.plan-d5-content ol{
  text-align: left;
  line-height: 2;
  width: 670px;
  margin: 0 auto;
  letter-spacing: 0.1rem;
  text-indent: 0.1rem;
  margin-top: 5rem;
}


.plan-d6-content {
  margin: 0 3%;
}
.plan-d6-content .plan-title{
  text-align: left;
}
.plan-d6-content .state{
  display: flex;
  align-items: center;
  margin-top: 4.5rem;
}
.plan-d6-content .state strong{
  width: 9rem;
  padding: 0.5rem 0;
  font-size: 1.1rem;
  letter-spacing: 0.2rem;
  text-align: center;
  border: 1px solid;
  margin: 0 1rem;
  background: #020422;
  color: white;
}
.plan-d6-content .state p{
  letter-spacing: 0.1rem;
  text-align: left;
}
.plan-d6-content .strong-txt {
  font-size: 2.5rem;
  font-family: "Noto Serif JP", sans-serif;
  margin-top: 4rem;
  display: block;
  letter-spacing: 0.6rem;
  text-indent: 0.6rem;
  font-weight: 400;
  line-height: 1.7;
}
.plan-d6-content .strong-txt span{
  color: #c22631;
}
.plan-d6-content .box {
  display: flex;
  justify-content: space-between;
  margin-top: 2.7rem;
}
.plan-d6-content .box dl{
  width: calc(50% - 0.25rem);
}
.plan-d6-content .box dl dt{
  padding: 1.5rem 0;
  background: #020422;
  color: white;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.1rem;
  text-indent: 0.1rem;
}
.plan-d6-content .box dl dd{
  padding: 1.5rem 0;
  background: #F9F7F5;
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0.1rem;
  text-indent: 0.1rem;
}


/* .plan-d6-content .box .plan-title {
  width: 18.6%;
  margin-right: 2%;
  background: #020422;
  color: white;
  padding-left: 2rem;
  text-align: left;
}
.plan-d6-content .box .plan-title h2::before {
  background-color: white;
}
.plan-d6-content .box .plan-title small {
  margin-top: 1.95rem;
}
.plan-d6-content .box .plan-title.has-max {
  max-height: 14.5rem;
}
.plan-d6-content .box table {
  border-collapse: collapse;
  width: 78%;
}
.plan-d6-content .box table td {
  border: 1px solid;
  width: 50%;
}
.plan-d6-content .box table td .td-inner {
  padding: 1.7rem 0;
  display: flex;
  align-items: center;
  text-align: left;
}
.plan-d6-content .box table td .td-inner img {
  width: 2rem;
  margin: 0 1rem 0 1.5rem;
}
.plan-d6-content .box table td .td-inner span {
  font-size: 0.95rem;
  letter-spacing: 0.06rem;
} */


.plan-d7-content {
  margin: 0 3%;
  text-align: left;
}
.plan-d7-content .box {
  margin-top: 3rem;
}
.plan-d7-content .box li{
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.plan-d7-content .box li span{
  display: block;
  padding: 2rem 2.7rem;
  font-size: 1.4rem;
  background: #020422;
  color: white;
}
.plan-d7-content .box li .txt{
  display: block;
  padding: 2.24rem;
  font-size: 1.1rem;
  background: #F9F7F5;
  width: 100%;
  margin-left: 1rem;
  letter-spacing: 0.1rem;
  text-indent: 0.1rem;
}
.plan-d7-content .cation{
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1rem;
  margin: 2rem auto;
  display: block;
}


.plan-d8-content{
  margin: 0 3%;
  text-align: left;
}
.plan-d8-content .box2{
  margin: 4rem 0;
}
.plan-d8-content .box2 li{
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
}
.plan-d8-content .box2 li .left {
  background: #020422;
  color: white;
  width: 25%;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.2rem;
  border-radius: 10px;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.3rem;
}
.plan-d8-content .box2 li .right {
  width: calc(75% - 1.5rem);
}
.plan-d8-content .box2 li .right .txt {
  display: flex;
  align-items: flex-start;
  padding: 3rem;
  background: #f8f7f5;
  flex-direction: column;
  line-height: 2.5;
  letter-spacing: 0.1rem;
  text-indent: 0.1rem;
}
.plan-d8-content .box2 li .right .txt small {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #EE7836;
  letter-spacing: 0.05rem;
  line-height: 1;
}





/* --------------------------------------------------
    max-width 1025px
-------------------------------------------------- */
@media screen and (max-width: 1025px) {
  .plan-d1-content .plan-d-links {
    margin: 2rem 0 2rem;
  }
  .plan-d1-content .plan-d-links li a {
    padding: 1rem 0;
    font-size: 0.8rem;
  }
  .plan-d1-content .plan-h-links {
    margin: 2rem 0 2rem;
  }
  .plan-d1-content .plan-h-links li a {
    padding: 1rem 0;
    font-size: 0.8rem;
  }
  .plan-d1-content .sub-title {
    margin-top: 4rem;
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
  .plan-d1-content .box {
    display: flex;
    justify-content: space-between;
    margin-top: 3.7rem;
  }
  .plan-d1-content .box .plan-title {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .plan-d1-content .box table td .td-inner {
    padding: 1.2rem 0;
  }
  .plan-d1-content .box table td .td-inner img {
    width: 1.5rem;
    margin: 0 1rem;
  }
  .plan-d1-content .box table td .td-inner span {
    font-size: 0.85rem;
    padding-right: 0.5rem;
  }
  #plan-d2 .strong-txt {
    font-size: 1.7rem;
    margin-top: 3rem;
  }
  .plan-d2-content {
    margin: 15.5rem 0 5rem;
  }
  .plan-d2-content.paln-h {
    margin-top: 6.5rem;
  }
  .plan-d2-content .box {
    padding: 3.5rem 5rem 4rem 11rem;
  }
  .plan-d2-content .box p {
    font-size: 0.7rem;
    margin-top: 1.5rem;
    line-height: 2.3;
  }
  .plan-d2-content .img {
    width: 29rem;
    top: -20%;
  }
  .plan-d3-content .box {
    padding: 4rem 14rem 2rem 4rem;
  }
  .plan-d3-content .box li span {
    margin-right: 2rem;
  }
  .plan-d3-content .box li p {
    font-size: 1rem;
  }
  .plan-d3-content .box.list1 {
    padding: 4.2rem 12rem 2rem 4rem;
  }
  .plan-d3-content .box.list1 li {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .plan-d3-content .box.list1 li span {
    margin-right: 1rem;
  }
  .plan-d3-content .box.list1 li p {
    font-size: 0.9rem;
  }
  .plan-d3-content .box.list2 li {
    padding: 2.5rem 15rem 3rem 2rem;
  }
  .plan-d3-content .box.list2 li .top {
    padding-bottom: 1.6rem;
    margin-bottom: 1.2rem;
  }
  .plan-d3-content .box.list2 li .top span {
    padding: 0.3rem 0;
    margin-right: 1rem;
  }
  .plan-d3-content .box.list2 li .top strong {
    font-size: 1.1rem;
  }
  .plan-d3-content .img img {
    margin: 0 auto;
  }
  .plan-d3-content .title-wrapper {
    width: 16.5rem;
    height: 15rem;
  }
  .plan-d4-content {
    margin: 8rem 6% 5rem;
  }
  .plan-d4-content .title-wrapper {
    height: 14.5rem;
  }
  .plan-d4-content .box {
    margin-left: 4rem;
  }
  .plan-d4-content .box li {
    margin-bottom: 3rem;
  }
  .plan-d4-content .box li span {
    font-size: 1.1rem;
  }
  .plan-d4-content .box li .txt {
    margin-right: 3rem;
    width: calc(100% - 12rem);
  }
  .plan-d4-content .box li .txt strong {
    font-size: 1.1rem;
  }
  .plan-d4-content .box li .txt .detail .line {
    display: flex;
    align-items: center;
    margin-top: 1rem;
  }
  .plan-d4-content .box li .txt .detail .line span {
    width: 6.5rem;
  }
  .plan-d4-content .box li .txt .detail .line p {
    font-size: 0.9rem;
  }
  .plan-d4-content .box li .between {
    left: 81%;
    top: 111%;
  }
  .plan-d5-content {
    margin: 6rem auto;
  }
  .plan-d5-content h3 {
    font-size: 1.2rem;
  }
  .plan-d5-content ul li {
    font-size: 1rem;
  }
  .plan-d5-content span {
    font-size: 1rem;
  }


  .plan-d5-content.i3-content {
    margin: 6rem 3%;
  }
  .plan-d5-content .price-row{
    margin: 0 0rem 2rem;
  }
  .plan-d5-content .price-row span{
    font-size: 1.1rem;
    width: 43%;
  }
  .plan-d5-content .price-row span .small{
    font-size: 0.9rem;
  }
  .plan-d5-content .price-row ul li{
    width: 9rem;
  }
  .plan-d5-content .price-row ul li.wide{
    width: 18rem;
  }
  .plan-d5-content ol{
    margin-top: 4rem;
  }

  
  .plan-d6-content .state strong{
    font-size: 1rem;
    width: 8rem;
  }
  .plan-d6-content .state p{
    font-size: 0.9rem;
  }
  .plan-d6-content .strong-txt {
    font-size: 2rem;
    margin-top: 3rem;
  }
  .plan-d6-content .strong-txt span{
    color: #c22631;
  }
  .plan-d6-content .box {
    margin-top: 1.7rem;
  }
  .plan-d6-content .box dl dt{
    padding: 1.2rem 0;
    font-size: 1rem;
  }
  .plan-d6-content .box dl dd{
    padding: 1.2rem 0;
    font-size: 1rem;
  }

  /* .plan-d6-content .sub-title {
    margin-top: 3rem;
    font-size: 1rem;
  }
  .plan-d6-content .box {
    display: flex;
    justify-content: space-between;
    margin-top: 1.7rem;
  }
  .plan-d6-content .box .plan-title {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .plan-d6-content .box table td .td-inner {
    padding: 1.2rem 0;
  }
  .plan-d6-content .box table td .td-inner img {
    width: 1.5rem;
    margin: 0 1rem;
  }
  .plan-d6-content .box table td .td-inner span {
    font-size: 0.85rem;
  } */
      
  .plan-d7-content .box li span{
    font-size: 1.2rem;
    padding: 1.8rem 2.5rem;
  }
  .plan-d7-content .box li .txt{
    font-size: 1rem;
    padding: 2rem;
  }
  .plan-d7-content .cation{
    font-size: 0.9rem;
  }

    
  .plan-d8-content .box2 li .left {
    margin-right: 1rem;    
    font-size: 1rem;
  }
  .plan-d8-content .box2 li .right {
    width: calc(75% - 1rem);
  }
  .plan-d8-content .box2 li .right .txt {    
    padding: 2rem;    
    line-height: 2;
    font-size: 0.9rem;    
  }
  .plan-d8-content .box2 li .right .txt span br {
    display: none;
  }
  .plan-d8-content .box2 li .right .txt small {    
    font-size: 0.75rem;        
    line-height: 1.5;
  }




}
/* --------------------------------------------------
    max-width 768px
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .plan-d1-content {
    margin: 0 5%;
  }
  .plan-d1-content .page-title {
    width: unset;
    max-width: unset;
    /* width: 84%; */
  }
  .plan-d1-content .plan-d-links {
    flex-direction: column;
    margin: 3rem 0;
  }
  .plan-d1-content .plan-d-links li {
    width: 100%;
    border: 1px solid #020422;
    border-bottom: 0;
  }
  .plan-d1-content .plan-d-links li a {
    font-size: 1rem;
  }
  .plan-d1-content .plan-d-links li:last-child {
    border-bottom: 1px solid #020422;
  }
  .plan-d1-content .plan-h-links {
    flex-direction: column;
    margin: 3rem 0;
  }
  .plan-d1-content .plan-h-links li {
    width: 100%;
    border: 1px solid #020422;
    border-bottom: 0;
  }
  .plan-d1-content .plan-h-links li a {
    font-size: 1rem;
  }
  .plan-d1-content .plan-h-links li:last-child {
    border-bottom: 1px solid #020422;
  }
  .plan-d1-content .sub-title {
    font-size: 1.2rem;
    text-align: center;
    display: block;
  }
  .plan-d1-content .box {
    flex-direction: column;
    align-items: center;
  }
  .plan-d1-content .box .plan-title {
    width: 54%;
    margin: 0;
    padding: 1.5rem 0 3rem;
    text-align: center;
  }
  .plan-d1-content .box .plan-title small {
    margin-top: 1.4rem;
  }
  .plan-d1-content .box .plan-title.has-max {
    max-height: unset;
  }
  .plan-d1-content .box table {
    width: 100%;
    margin-top: 2rem;
  }
  .plan-d1-content .box table td {
    width: 100%;
    display: block;
    border-bottom: 0;
  }
  .plan-d1-content .box table td .td-inner {
    padding: 1.5rem 0;
    font-size: 1rem;
  }
  .plan-d1-content .box table td .td-inner span {
    font-size: 1rem;
  }
  .plan-d1-content .box table td.last {
    border-bottom: 1px solid;
  }
  #plan-d2 .strong-txt {
    margin-top: 3rem;
  }
  .plan-d2-content {
    display: flex;
    flex-direction: column-reverse;
    margin: 5rem auto;
  }
  .plan-d2-content.paln-h {
    margin: 3rem auto 4rem;
  }
  .plan-d2-content .box {
    margin: 0;
    padding: 8rem 2rem 4rem;
    margin-top: -5rem;
    position: relative;
    z-index: -1;
  }
  .plan-d2-content .box p {
    font-size: 1rem;
  }
  .plan-d2-content .img {
    width: 100%;
    position: static;
    text-align: center;
  }
  .plan-d2-content .img img {
    width: 80%;
    max-width: 30rem;
  }
  .plan-d3-content {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .plan-d3-content .box {
    padding: 7rem 2rem 3rem;
    margin: 0;
    margin-top: -4rem;
    position: relative;
    z-index: -1;
    width: 100%;
  }
  .plan-d3-content .box li p {
    width: 90%;
  }
  .plan-d3-content .box.list1 {
    padding: 7rem 2rem 3rem;
  }
  .plan-d3-content .box.list1 li {
    flex-direction: column;
    margin-bottom: 3rem;
  }
  .plan-d3-content .box.list1 li:last-child {
    margin-bottom: 1rem;
  }
  .plan-d3-content .box.list1 li span {
    margin: 0;
    margin-bottom: 1.5rem;
  }
  .plan-d3-content .box.list1 li p {
    font-size: 1rem;
  }
  .plan-d3-content .box.list2 li {
    padding: 4rem 2rem 4rem;
    width: calc(100% - 4rem);
  }
  .plan-d3-content .box.list2 li:first-child {
    padding: 8rem 2rem 4rem;
  }
  .plan-d3-content .box.list2 li .top {
    flex-direction: column;
  }
  .plan-d3-content .box.list2 li .top span {
    padding: 0.5rem 0;
    margin: 0;
    margin-bottom: 2rem;
  }
  .plan-d3-content .box.list2 li .top strong {
    font-size: 1.3rem;
  }
  .plan-d3-content .box.list2 li .top strong small {
    display: none;
  }
  .plan-d3-content .box.list2 li p {
    font-size: 1rem;
  }
  .plan-d3-content .img {
    margin: 1rem 0 0;
  }
  .plan-d3-content .title-wrapper {
    position: static;
    width: 50%;
    height: unset;
  }
  .plan-d3-content .title-wrapper .plan-title {
    text-align: center;
    padding: 2.5rem 0 3rem;
  }
  .plan-d3-content .title-wrapper .plan-title.long {
    padding: 2rem 1.2rem 2rem;
  }
  .plan-d3-content .title-wrapper.list2-title-wrapper {
    width: 60%;
  }
  .plan-d4-content {
    flex-direction: column;
    align-items: center;
    margin: 8rem 5% 0;
  }
  .plan-d4-content .title-wrapper {
    height: unset;
    width: 57%;
  }
  .plan-d4-content .title-wrapper .plan-title {
    padding: 2.5rem 0 3rem;
  }
  .plan-d4-content .box {
    width: 100%;
    margin: 3rem 0 0;
  }
  .plan-d4-content .box li {
    margin-bottom: 4rem;
    flex-flow: row wrap;
  }
  .plan-d4-content .box li span {
    width: 4.5rem;
    height: 4.5rem;
  }
  .plan-d4-content .box li span::after {
    top: 4.5rem;
    height: 7rem;
  }
  .plan-d4-content .box li .txt {
    margin: 1.5rem 0 0 2rem;
    width: calc(100% - 6.5rem);
  }
  .plan-d4-content .box li .txt p {
    font-size: 1rem;
  }
  .plan-d4-content .box li .txt .detail .line {
    flex-direction: column;
    align-items: flex-start;
  }
  .plan-d4-content .box li .txt .detail .line span {
    margin: 0;
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .plan-d4-content .box li .txt .detail .line p {
    text-indent: 1rem;
    font-size: 1rem;
  }
  .plan-d4-content .box li .between {
    position: static;
    margin-left: auto;
    margin-top: 2rem;
  }
  .plan-d4-content .box li .between span {
    font-size: 1rem;
  }
  .plan-d4-content .box li .between span::after {
    height: 100% !important;
  }
  .plan-d4-content .box.long li {
    flex-flow: row wrap;
  }
  .plan-d4-content .box.long li span::after {
    height: 16rem;
  }
  .plan-d5-content ul {
    flex-direction: column;
    margin: 3.3rem auto 2rem;
  }
  .plan-d5-content ul li {
    width: 55%;
    padding: 1rem 2rem;
  }
  .plan-d5-content ul li.plus {
    margin: 2rem 0rem;
  }
  .plan-d5-content span.ver2{
    width: 90%;
  }
  .plan-d5-content span.ver2.narrow {
    width: 90%;
  }


  .plan-d5-content.i3-content {
    margin: 6rem 5%;
  }
  .plan-d5-content .price-row{
    flex-direction: column;
    margin-bottom: 4rem;
  }
  .plan-d5-content .price-row.first{    
    margin-top: 4rem;
  }
  .plan-d5-content .price-row span{
    width: 90%;
    letter-spacing: 0.2rem;
    text-align: center;
  }
  .plan-d5-content .price-row ul{
    margin-top: 2rem;
  }    
  .plan-d5-content ol{
    width: 90%;

  }




  .plan-d6-content {
    margin: 0 5%;
  }
  .plan-d6-content .plan-title{
    text-align: center;
  }

  .plan-d6-content .state{
    flex-direction: column;
  }
  .plan-d6-content .state strong{
    margin: 0;
  }
  .plan-d6-content .state p{
    font-size: 1rem;
    margin-top: 1.5rem;
  }
  .plan-d6-content .state p span{
    display: none;
  }
  .plan-d6-content .strong-txt {
    margin-top: 2rem;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    text-indent: 0.2rem;
  }

  .plan-d6-content .box {
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
  }
  .plan-d6-content .box dl{
    width: 100%;
    margin-bottom: 3rem;
  }
  .plan-d6-content .box dl dt{
    font-size: 1.1rem;
  }
  .plan-d6-content .box dl dd{
    font-size: 1.1rem;
  }

/*   
  .plan-d6-content .sub-title {
    font-size: 1.2rem;
    text-align: center;
    display: block;
  }
  .plan-d6-content .box {
    flex-direction: column;
    align-items: center;
  }
  .plan-d6-content .box .plan-title {
    width: 54%;
    margin: 0;
    padding: 1.5rem 0 3rem;
    text-align: center;
  }
  .plan-d6-content .box .plan-title small {
    margin-top: 1.4rem;
  }
  .plan-d6-content .box .plan-title.has-max {
    max-height: unset;
  }
  .plan-d6-content .box table {
    width: 100%;
    margin-top: 2rem;
  }
  .plan-d6-content .box table td {
    width: 100%;
    display: block;
    border-bottom: 0;
  }
  .plan-d6-content .box table td .td-inner {
    padding: 1.5rem 0;
    font-size: 1rem;
  }
  .plan-d6-content .box table td .td-inner span {
    font-size: 1rem;
  }
  .plan-d6-content .box table td.last {
    border-bottom: 1px solid;
  } */

  .plan-d7-content {
    margin: 0 5%;
  }
  .plan-d7-content .box li{
    flex-direction: column;
    margin-bottom: 3rem;
  }
  .plan-d7-content .box li span{
    position: relative;
    font-size: 1.4rem;
    padding: 1.4rem 2.2rem;
  }
  .plan-d7-content .box li .txt{
    margin: 0;
    margin-top: -1rem;
    padding-top: 3rem;
    width: calc(90% - 4rem);
    line-height: 2;
  }
  .plan-d7-content .cation{
    font-size: 0.9rem;
  }


  .plan-d8-content{
    margin: 0 5%;
  }
  .plan-d8-content .box2 li {
    flex-direction: column;
    margin-bottom: 4rem;
  }
  .plan-d8-content .box2 li .left {
    width: calc(100% - 6rem);
    margin: 0 auto;
    padding: 4rem 0;
    font-size: 1.2rem;
    position: relative;
  }
  .plan-d8-content .box2 li .right {
    width: 100%;
    margin-top: -2rem;
  }
  .plan-d8-content .box2 li .right .txt {    
    padding: 4rem 2rem;
    font-size: 1rem;
  }
  .plan-d8-content .box2 li .right .txt small {    
    font-size: 1rem;
  }
}
/* --------------------------------------------------
    plan-h
-------------------------------------------------- */
.plan-h1-content {
  text-align: left;
  margin: 0 3%;
}
.plan-h1-content .box {
  margin-top: 3rem;
}
.plan-h1-content .box li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.plan-h1-content .box li .left {
  width: 15%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.plan-h1-content .box li .left img {
  width: 4.5rem;
  display: block;
  margin: 0 auto;
}
.plan-h1-content .box li .left span {
  letter-spacing: 0.1rem;
  font-size: 0.9rem;
  margin-top: 0.5rem;
}
.plan-h1-content .box li .right {
  width: calc(85% - 8rem);
  padding: 2.5rem 4rem;
  display: flex;
  align-items: center;
  background: #f8f7f5;
}
.plan-h1-content .box li .right span {
  width: 15rem;
  display: block;
  padding: 1rem;
  text-align: center;
  background: white;
  border-radius: 50px;
  letter-spacing: 0.2rem;
  margin-right: 1.5rem;
}
.plan-h1-content .box li .right span:last-of-type {
  margin-right: 0;
}

.plan-h2 {
  margin: 11rem 0 6rem;
}

.plan-h3-content {
  text-align: left;
  margin: 0 3%;
}
.plan-h3-content .p-content {
  margin-top: 4rem;
  background: #f8f7f5;
  padding: 3rem 4rem;
  letter-spacing: 0.1rem;
  margin-bottom: 5rem;
}
.plan-h3-content.i3 {
  margin: 6rem 3%;
}
.plan-h3-content.i3 .plan-title {
  padding: 0 2rem;
}
.plan-h3-content.i3 .p-content {
  line-height: 2.5;
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0.2rem;
  padding: 3rem 2rem;
}

.plan-h4-content {
  text-align: left;
  margin: 7rem 3%;
}
.plan-h4-content .title-wrapper {
  text-align: left;
}
.plan-h4-content .state {
  display: flex;
  align-items: center;
  margin-top: 4.5rem;
}
.plan-h4-content .state strong {
  width: 12rem;
  padding: 0.5rem 0;
  font-size: 1.1rem;
  letter-spacing: 0.2rem;
  text-align: center;
  border: 1px solid;
  border-radius: 10px;
  margin-right: 2rem;
}
.plan-h4-content .state p {
  letter-spacing: 0.1rem;
  text-align: left;
}
.plan-h4-content .box1 {
  margin: 3rem 0;
  display: flex;
  justify-content: space-between;
}
.plan-h4-content .box1 li {
  width: calc(33.33% - 0.5rem);
  background: #f8f7f5;
  text-align: center;
}
.plan-h4-content .box1 li h3 {
  width: 100%;
  padding: 1.5rem 0;
  color: white;
  background: #020422;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  text-indent: 0.2rem;
  font-family: "Noto Serif JP", sans-serif;
}
.plan-h4-content .box1 li .txt {
  padding: 2rem 4rem;
}
.plan-h4-content .box1 li .txt h4 {
  font-size: 1.1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid;
  letter-spacing: 0.1rem;
}
.plan-h4-content .box1 li .txt .price {
  margin: 1.4rem 0rem 1.7rem;
}
.plan-h4-content .box1 li .txt .price small {
  display: block;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
}
.plan-h4-content .box1 li .txt .price strong {
  display: block;
  background: #4d4d4d;
  color: white;
  padding: 1.1rem 0;
  border-radius: 7px;
  margin-top: 0.2rem;
  letter-spacing: 0.1rem;
}
.plan-h4-content .box1 li .txt span {
  width: 9rem;
  background: #020422;
  display: block;
  text-align: center;
  color: white;
  font-size: 0.9rem;
  padding: 0.2rem 0;
  border-radius: 50px;
  letter-spacing: 0.5rem;
  text-indent: 0.5rem;
  margin-bottom: 1rem;
}
.plan-h4-content .box1 li .txt p {
  text-align: left;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  margin-bottom: 1.5rem;
}
.plan-h4-content .box2 li {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
}
.plan-h4-content .box2 li .left {
  background: #020422;
  color: white;
  width: 15%;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.2rem;
  border-radius: 10px;
  font-family: "Noto Serif JP", sans-serif;
}
.plan-h4-content .box2 li .right {
  width: calc(85% - 1.5rem);
}
.plan-h4-content .box2 li .right .txt {
  display: flex;
  align-items: center;
  padding: 2.5rem 2rem;
  background: #f8f7f5;
}
.plan-h4-content .box2 li .right .txt strong {
  width: 4.5rem;
  height: 4.5rem;
  background-color: #020422;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  margin-right: 3rem;
}
.plan-h4-content .box2 li .right .txt span {
  width: 15rem;
  display: block;
  padding: 1rem;
  text-align: center;
  background: white;
  border-radius: 50px;
  letter-spacing: 0.2rem;
}
.plan-h4-content .box2 li .right .txt span.short {
  width: 4rem;
}
.plan-h4-content .box2 li .right .txt small {
  font-size: 1rem;
  margin: 0 1rem;
}
.plan-h4-content .box2 li .right .txt.top {
  margin-bottom: 1rem;
}
.plan-h4-content .box2 li .right .txt.no-strong {
  padding: 2.5rem 9.5rem;
}

/* --------------------------------------------------
    max-width 1025px
-------------------------------------------------- */
@media screen and (max-width: 1025px) {
  .plan-h1-content .box li .right {
    width: calc(85% - 4rem);
    padding: 2rem;
  }
  .plan-h1-content .box li .right span {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
  }
  .plan-h3-content .p-content {
    margin-top: 2rem;
    padding: 2rem 3rem;
    font-size: 0.9rem;
  }
  .plan-h4-content .state strong {
    width: 10rem;
    font-size: 1rem;
  }
  .plan-h4-content .state p {
    font-size: 0.9rem;
  }
  .plan-h4-content .box1 li h3 {
    padding: 1rem 0;
    font-size: 1.2rem;
  }
  .plan-h4-content .box1 li .txt {
    padding: 2rem;
  }
  .plan-h4-content .box1 li .txt h4 {
    font-size: 1rem;
  }
  .plan-h4-content .box1 li .txt .price {
    margin: 1rem 0;
  }
  .plan-h4-content .box1 li .txt .price strong {
    padding: 0.8rem 0;
    margin-top: 0.5rem;
  }
  .plan-h4-content .box1 li .txt span {
    letter-spacing: 0.2rem;
    text-indent: 0.2rem;
  }
  .plan-h4-content .box2 li .right .txt {
    padding: 2rem 1.5rem;
  }
  .plan-h4-content .box2 li .right .txt strong {
    margin-right: 2rem;
  }
  .plan-h4-content .box2 li .right .txt span {
    width: unset;
  }
  .plan-h4-content .box2 li .right .txt span.short {
    width: 3rem;
  }
}
/* --------------------------------------------------
    max-width 768px
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .plan-h1-content {
    margin: 0 5%;
  }
  .plan-h1-content .box li {
    align-items: flex-start;
  }
  .plan-h1-content .box li .left {
    width: 22%;
    margin-right: 1rem;
  }
  .plan-h1-content .box li .left img {
    width: 100%;
  }
  .plan-h1-content .box li .left span {
    font-size: 1rem;
  }
  .plan-h1-content .box li .right {
    flex-direction: column;
    width: calc(80% - 4rem);
  }
  .plan-h1-content .box li .right span {
    width: 100%;
    font-size: 1rem;
    margin: 0;
    margin-bottom: 1rem;
  }
  .plan-h3-content {
    margin: 0 5%;
  }
  .plan-h3-content .p-content {
    font-size: 1rem;
    line-height: 2;
  }
  .plan-h4-content {
    margin: 7rem 5%;
  }
  .plan-h4-content .state {
    flex-direction: column;
    margin-top: 3.5rem;
  }
  .plan-h4-content .state strong {
    margin: 0;
    margin-bottom: 2rem;
    font-size: 1.1rem;
  }
  .plan-h4-content .state p {
    font-size: 1rem;
  }
  .plan-h4-content .box1 {
    flex-direction: column;
  }
  .plan-h4-content .box1 li {
    width: 100%;
    margin-bottom: 3rem;
  }
  .plan-h4-content .box1 li h3 {
    font-size: 1.3rem;
  }
  .plan-h4-content .box1 li .txt h4 {
    font-size: 1.2rem;
  }
  .plan-h4-content .box1 li .txt .price {
    margin: 1rem 0;
  }
  .plan-h4-content .box1 li .txt .price small {
    font-size: 1rem;
  }
  .plan-h4-content .box1 li .txt .price strong {
    font-size: 1rem;
  }
  .plan-h4-content .box1 li .txt span {
    font-size: 1rem;
  }
  .plan-h4-content .box1 li .txt p {
    font-size: 1rem;
  }
  .plan-h4-content .box2 li {
    flex-direction: column;
  }
  .plan-h4-content .box2 li .left {
    width: 100%;
    padding: 1.2rem 0;
    font-size: 1.2rem;
    margin: 0;
    border-radius: 10px 10px 0 0;
  }
  .plan-h4-content .box2 li .right {
    width: 100%;
  }
  .plan-h4-content .box2 li .right .txt {
    flex-direction: column;
    margin-bottom: 0;
    border-radius: 0 0 10px 10px;
  }
  .plan-h4-content .box2 li .right .txt strong {
    margin: 0;
    margin-bottom: 2rem;
    font-size: 1rem;
  }
  .plan-h4-content .box2 li .right .txt span {
    width: calc(100% - 2rem);
  }
  .plan-h4-content .box2 li .right .txt span.short {
    width: calc(100% - 2rem);
  }
  .plan-h4-content .box2 li .right .txt small {
    margin: 1rem 0;
  }
  .plan-h4-content .box2 li .right .txt.top {
    margin-bottom: 0;
    border-radius: 0;
  }
  .plan-h4-content .box2 li .right .txt.no-strong {
    padding: 2rem;
  }
}
/* --------------------------------------------------
    archive
-------------------------------------------------- */
.archive1-content {
  margin: 3rem 3%;
}
.archive1-content .archive-nav {
  display: flex;
  justify-content: center;
}
.archive1-content .archive-nav li {
  width: 20%;
  border: 1px solid;
  border-right: 0;
}
.archive1-content .archive-nav li a {
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  text-indent: 0.1rem;
  color: #020422;
  padding: 1rem 0;
  height: calc(100% - 2rem);
}
.archive1-content .archive-nav li a:hover {
  background-color: #020422;
  color: white;
}
.archive1-content .archive-nav li:last-child {
  border-right: 1px solid;
}
.archive1-content .archive-nav li.current-cat a {
  background-color: #020422;
  color: white;
}
.archive1-content .archive-ul {
  display: flex;
  flex-flow: row wrap;
  margin: 3rem 0;
  align-items: flex-start;
  text-align: left;
}
.archive1-content .archive-ul li {
  width: calc(25% - 0.75rem);
  margin-right: 1rem;
  margin-bottom: 3rem;
}
.archive1-content .archive-ul li a {
  color: #020422;
}
.archive1-content .archive-ul li a .img {
  width: 100%;
  height: 250px;
  display: flex;
  background-image: url("../image/sample.jpg");
  background-size: cover;
  background-position: center;
  
}
.archive1-content .archive-ul li a .txt-box {
  margin-top: 1rem;
  font-size: 0.8rem;
}
.archive1-content .archive-ul li a .txt-box small {
  display: block;
  color: #9bbacc;
  font-size: 0.9rem;
}
.archive1-content .archive-ul li a .txt-box strong {
  margin: 0.4rem 0 0.6rem;
  display: block;
  font-size: 1rem;
}
.archive1-content .archive-ul li a .txt-box p {
  font-size: 0.9rem;
}
.archive1-content .archive-ul li a .txt-box span {
  background: #020422;
  color: white;
  font-size: 0.75rem;
  padding: 0.4rem 0.6rem 0.4rem;
  margin-top: 1rem;
  display: inline-block;
}
.archive1-content .archive-ul li:nth-child(4n) {
  margin-right: 0;
}

.archive_pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 3%;
}
.archive_pagenation span {
  color: #020422;
  margin: 0 1rem;
  font-size: 1.2rem;
}
.archive_pagenation span.current {
  color: #b7b7bb;
  line-height: 1;
}
.archive_pagenation a {
  color: #020422;
  margin: 0 1rem;
  font-size: 1.2rem;
  line-height: 1;
}
.archive_pagenation a.prev {
  width: 1rem;
  line-height: 1;
  transform: rotate(180deg);
}
.archive_pagenation a.next {
  width: 1rem;
  line-height: 1;
}

/* --------------------------------------------------
    max-width 1025px
-------------------------------------------------- */
@media screen and (max-width: 1025px) {
  .archive1-content .archive-ul li a .img{
    height: 160px;
  }
}
/* --------------------------------------------------
    max-width 768px
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .archive1-content {
    margin: 3rem 5%;
  }
  .archive1-content .archive-nav {
    flex-direction: column;
  }
  .archive1-content .archive-nav li {
    width: 100%;
    border: 1px solid;
    border-bottom: 0;
  }
  .archive1-content .archive-nav li a {
    font-size: 1rem;
  }
  .archive1-content .archive-nav li:last-child {
    border: 1px solid;
    border-bottom: 1px solid;
  }
  .archive1-content .archive-ul {
    flex-direction: column;
  }
  .archive1-content .archive-ul li {
    width: 100%;
    margin-right: 0rem;
    margin-bottom: 3rem;
  }
  .archive1-content .archive-ul li a .img{
    height: 65vw;
  }
  .archive1-content .archive-ul li a .txt-box strong {
    font-size: 1.2rem;
  }
  .archive1-content .archive-ul li a .txt-box p {
    font-size: 1rem;
  }
  .archive1-content .archive-ul li a .txt-box span {
    font-size: 0.9rem;
  }
  .archive_pagenation {
    margin: 0 5% 6rem;
  }
}
/* --------------------------------------------------
    single
-------------------------------------------------- */
.col2 {
  margin: 3rem 3%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.col2 .single2-content {
  width: calc(85% - 4rem);
  text-align: left;
}
.col2 .single2-content .title-wrapper .top {
  display: flex;
  align-items: center;
}
.col2 .single2-content .title-wrapper .top .date {
  color: #9bbacc;
  font-size: 1rem;
}
.col2 .single2-content .title-wrapper .top .cat {
  background: #020422;
  color: white;
  font-size: 0.9rem;
  padding: 0.4rem 0.6rem 0.4rem;
  margin-left: 1rem;
  display: inline-block;
}
.col2 .single2-content .title-wrapper .title {
  font-size: 2rem;
  margin-top: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid;
  margin-bottom: 2rem;
  font-weight: 400;
}
.col2 .single2-content .thumb {
  width: 100%;
}
.col2 .single2-content .thumb img {
  width: 100%;
  height: auto;
}
.col2 .single2-content .content {
  margin-top: 3rem;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  line-height: 2;
}
.col2 .single2-content .content h3 {
  border-left: 6px solid;
  line-height: 1.5;
  padding-left: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 3rem 0 1rem;
}
.col2 .single2-content .content h4 {
  background: #020422;
  color: white;
  font-size: 1.3rem;
  padding: 0.5rem 1rem;
  margin: 2rem 0 1rem;
  font-weight: 400;
}
.col2 .single2-content .content h5 {
  border: 2px solid #020422;
  padding: 0.2rem 1rem;
  font-weight: 400;
  font-size: 1.1rem;
  margin: 2rem 0 1rem;
}
.col2 .single2-content .content ul {
  list-style: unset;
  padding-left: 1em;
  margin: 1rem 0;
}
.col2 .single2-content .content ul li {
  list-style-type: unset;
}
.col2 .single2-content .content ol {
  padding-left: 1em;
  margin: 1rem 0;
}
.col2 .single2-content .content ol li {
  list-style-type: unset;
}
.col2 .single2-content .content a {
  display: inline-block;
  padding: 0.2rem 2rem;
  background: #020422;
  border: 1px solid #020422;
  color: white;
  margin: 1rem 0;
}
.col2 .single2-content .content a:hover {
  background: white;
  color: #020422;
}
.col2 .single2-content .postlinks-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}
.col2 .single2-content .postlinks-wrapper a {
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  text-indent: 0.1rem;
  color: #020422;
  line-height: 1;
}
.col2 .single2-content .postlinks-wrapper .previous-one a {
  display: flex;
  align-items: center;
}
.col2 .single2-content .postlinks-wrapper .previous-one a img {
  width: 0.5rem;
  margin-right: 0.5rem;
  transform: rotate(180deg);
}
.col2 .single2-content .postlinks-wrapper .next-one a {
  display: flex;
  align-items: center;
}
.col2 .single2-content .postlinks-wrapper .next-one a img {
  width: 0.5rem;
  margin-left: 0.5rem;
}
.col2 .single2-content .postlinks-wrapper .to_archive {
  margin: 0 3rem;
}
.col2 .single2-content .postlinks-wrapper .to_archive a {
  background: #020422;
  color: white;
  padding: 0.5rem 0;
}
.col2 .sidebar {
  width: 15%;
}
.col2 .sidebar ul {
  text-align: center;
}
.col2 .sidebar ul li {
  border: 1px solid;
  border-bottom: 0;
}
.col2 .sidebar ul li a {
  padding: 1rem 0;
  color: #020422;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  text-indent: 0.1rem;
  font-weight: 400;
}
.col2 .sidebar ul li:last-child {
  border-bottom: 1px solid;
}

/* --------------------------------------------------
    max-width 1025px
-------------------------------------------------- */
@media screen and (max-width: 1025px) {
  .col2 .single2-content {
    width: calc(82% - 4rem);
  }
  .col2 .single2-content .title-wrapper .title {
    font-size: 1.5rem;
  }
  .col2 .single2-content .content {
    font-size: 1rem;
  }
  .col2 .single2-content .content h3 {
    font-size: 1.3rem;
  }
  .col2 .single2-content .content h4 {
    font-size: 1.2rem;
  }
  .col2 .single2-content .content h5 {
    font-size: 1rem;
  }
  .col2 .sidebar {
    width: 18%;
  }
}
/* --------------------------------------------------
    max-width 768px
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .col2 {
    margin: 3rem 5%;
    flex-direction: column;
  }
  .col2 .single2-content {
    width: 100%;
  }
  .col2 .single2-content .postlinks-wrapper .to_archive {
    margin: 0 1rem;
  }
  .col2 .sidebar {
    margin: 4rem 0;
    width: 100%;
  }
  .col2 .sidebar ul li a {
    font-size: 1rem;
  }
}
/* --------------------------------------------------
    contact
-------------------------------------------------- */
.contact2-content {
  margin: 5rem 3.5%;
}
.contact2-content table {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  letter-spacing: 0.2rem;
}
.contact2-content table tr {
  display: flex;
  justify-content: space-between;
}
.contact2-content table tr th {
  padding: 1.5rem 2rem;
  border-bottom: 1px solid white;
  background-color: #020422;
  width: calc(30% - 4rem);
  color: white;
  display: flex;
  align-items: center;
}
.contact2-content table tr th.last {
  align-items: flex-start;
  padding-top: 2rem;
}
.contact2-content table tr th.last span {
  margin-top: 0.2rem;
}
.contact2-content table tr th span {
  color: yellow;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  margin-left: 1rem;
}
.contact2-content table tr td {
  width: calc(69% - 4rem);
  padding: 2rem;
  border-bottom: 1px solid #dddddd;
  display: block;
}
.contact2-content table tr td input[type=text], .contact2-content table tr td input[type=email] {
  height: 3rem;
  width: calc(100% - 2rem);
  font-size: 1rem;
  padding: 0 1rem;
  border: 1px solid #dddddd;
}
.contact2-content table tr td textarea {
  font-family: "Noto Sans JP";
  width: calc(100% - 2rem);
  font-size: 1rem;
  padding: 1rem;
  border: 1px solid #dddddd;
}
.contact2-content table tr td .mwform-radio-field {
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
}
.contact2-content table tr.first th {
  border-top: 1px solid #020422;
}
.contact2-content table tr.first td {
  border-top: 1px solid #dddddd;
}
.contact2-content .contact-submit {
  margin: 3rem 0;
}
.contact2-content .contact-submit .btn1 {
  width: 18rem;
  background: none;
}
.contact2-content .contact-submit .btn1:hover {
  background-color: #020422;
}
.contact2-content .thanks {
  font-size: 1.1rem;
  line-height: 2;
  letter-spacing: 0.15rem;
  padding: 0rem 0 4rem;
}

/* --------------------------------------------------
    max-width 1025px
-------------------------------------------------- */
@media screen and (max-width: 1025px) {
  .contact2-content table tr th {
    padding: 1.5rem 1rem;
    width: calc(30% - 2rem);
  }
  .contact2-content table tr td {
    width: calc(69% - 2rem);
    padding: 1.5rem 1rem;
  }
  .contact2-content table tr td .mwform-radio-field {
    font-size: 0.8rem;
  }
}
/* --------------------------------------------------
    max-width 768px
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .contact2-content {
    margin: 5rem 5%;
  }
  .contact2-content table tr {
    flex-direction: column;
  }
  .contact2-content table tr th {
    width: calc(100% - 2rem);
  }
  .contact2-content table tr th span {
    font-size: 1rem;
  }
  .contact2-content table tr th .last {
    padding-top: 1.5rem;
  }
  .contact2-content table tr td {
    width: calc(100% - 2rem);
  }
  .contact2-content table tr td .mwform-radio-field {
    font-size: 1rem;
    display: block;
    margin: 0 !important;
    margin-bottom: 1rem !important;
  }
}
/*左右のアニメーション*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

@-webkit-keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.leftAnime {
  opacity: 0; /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  -webkit-animation-name: "slideTextX100";
          animation-name: "slideTextX100";
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  -webkit-animation-name: "slideTextX-100";
          animation-name: "slideTextX-100";
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}/*# sourceMappingURL=style.css.map */








/* --------------------------------------------------
    add for atami page 2023/09
-------------------------------------------------- */
.izu-office2.atami-office2 .box .txt {
  margin-right: 0;
  padding: 5rem;
}
.izu-office4-content.atami-office4 .right {
  padding: 12.45rem 8rem;
}
.izu-office4-content.atami-office4 .right .txt {
  padding: 0;
  line-height: 2;
}

@media screen and (max-width:1025px){
  .izu-office4-content.atami-office4 .right {
    padding: 8rem 5rem;
    width: calc(50% - 10rem);
  }
}
@media screen and (max-width:768px){
  .izu-office2.atami-office2 .box .txt {
    margin: 2rem auto;
    padding: 3rem 2rem;
  }
  .izu-office4-content.atami-office4 .right {
    padding: 6rem 0;
    width: 100%;
  }
  .izu-office4-content.atami-office4 .right .txt {
    width: fit-content;
  }
}



.office4-content.top{
  align-items: stretch;
}
.office4-content.top li{
  width: 50%;
}
.office4-content.top li .box{
  padding: 7.5rem 3.5rem 2.5rem 10.6rem;
}
.office4-content.top li .box h3{
  top: 4.5rem;
  height: 21rem;
}

@media screen and (max-width:1025px){
  .office4-content.top li .box{
    padding: 6rem 4.5rem 5rem 8.6rem;
  }
  .office4-content.top li .box h3{
    height: 16rem;
  }
  .office4-content.top li .map{
    height: 100%;
  }
  .office4-content.top li .map iframe{
    height: 100%;
  }
}

@media screen and (max-width:768px){
  .office4-content.top{
    flex-direction: column-reverse;
    align-items: center;
  }
  .office4-content.top li{
    width: 85%;
  }
  .office4-content.top li.right{
    margin: 0;
  }
  .office4-content.top li .box{
    padding: 1rem 2rem 2rem;
  }
  .office4-content.top li .box h3{
    height: unset;
  }
  .office4-content.top li .map iframe{
    height: 19rem;
  }
}

/* --------------------------------------------------
    add for shimoda page追加 2025/01
-------------------------------------------------- */

.h2-title .txt-lines{
  text-align: left;
}

.office4-content li .box .name-margin{
  margin-top: 29%;
}

.viewSp {
  display: none !important;
}

.office4-content li .box .multiple{
  flex-flow: wrap;
}

.office4-content li .box .name .name-peoples{
  width: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width:1025px){
  .office4-content li .box .name-margin{
    margin-top: 23%;
  }
}

@media screen and (max-width:768px){
  .office4-content li .box .name-margin{
    margin-top: 1.2rem;
  }
  .h2-title .txt-lines{
    text-align: center;
  }
  .viewPc {
    display: none !important;
  }
  .viewSp {
    display: block !important;
  }
}

.izu-office4-content .right .txt .center-attention {
  font-size: 1rem;
  padding-top: 0.3rem;
}

.izu-office4-content .right .txt .business-hours {
  margin-top: 1rem;
  font-size: 1.2rem;
  letter-spacing: 2px;
  font-weight: 400;
}

@media screen and (max-width:768px){
  .izu-office4-content .right .txt .center-attention {
    font-size: 0.8rem;
  }
  
  .izu-office4-content .right .txt .business-hours {
    font-size: 1rem;
  }
}