@charset "UTF-8";
html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  vertical-align: middle;
}

ul {
  list-style: none;
}

a {
  color: #0088b5;
  text-decoration: none;
  text-underline-offset: 0.3em;
}

@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

.book-list .g-5, .gy-5 {
  --bs-gutter-y: 5rem;
}

.book-list .gx-book {
  --bs-gutter-x: 2.5rem;
}


@media (min-width: 769px) {
    .book-list .gx-book {
      --bs-gutter-y: 5rem;
    }
    
    .book-list .gx-book {
      --bs-gutter-x: 5rem;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

.container {
  max-width: 1170px;
}

.font-mincho, .page-content h3, .page-content h2 {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.breadcrumb li {
  position: relative;
  font-size: 1.4rem;
}
.breadcrumb ul.row {
  padding-left: 1rem;
}
@media (min-width: 769px) {
  .breadcrumb li {
    font-size: 1.6rem;
  }
  .breadcrumb ul.row {
    padding-left: 2rem;
  }
}
.breadcrumb li:not(:last-child) {
  margin-right: 2em;
}
.breadcrumb li:not(:last-child)::after {
  content: "＞";
  position: absolute;
  left: 100%;
  transform: translateX(0.5em);
}
.breadcrumb li a {
  color: #000;
}
.breadcrumb li span {
  color: #999;
}

.page-header h1 {
  margin-bottom: 1em;
  font-size: 2.6rem;
}
@media (min-width: 769px) {
  .page-header h1 {
    font-size: 4.6rem;
  }
}
.page-header h1 span {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0 2em;
}
@media (min-width: 769px) {
  .page-header h1 span {
    padding: 0;
  }
}
.page-header h1 span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 20%);
  z-index: -1;
  width: calc(100% + 2em);
  height: 50%;
  background-image: url(./assets/img/bg1.png);
}
.book-list .categories ul {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.book-list .categories a {
  text-decoration: underline;
}
.book-list .categories span {
  color: #999999;
}

.page-content .container {
  line-height: 1.6875;
}
@media (max-width: 768px) {
  .page-content .container {
    padding: 0 20px;
  }
}
.page-content .block {
  margin: 20px 0;
  padding: 20px 0;
}
@media (min-width: 769px) {
  .page-content .block {
    margin: 30px 0;
    padding: 30px 0;
  }
}
.page-content .block > h3 {
  margin-top: 2em;
}
.page-content .block > h4 {
  margin-top: 2em;
  font-weight: 400;
}
.page-content h2 {
  margin: 1em 0;
  font-size: 2rem;
  overflow: hidden;
}
@media (min-width: 769px) {
  .page-content h2 {
    font-size: 3.2rem;
  }
}
.page-content h2 span {
  display: inline-block;
  position: relative;
  padding-left: 0.75em;
  padding-right: 2.5em;
}
.page-content h2 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
  width: 7px;
  height: 33px;
  background-image: url(./assets/img/bg1.png);
}
.page-content h2 span::after {
  content: "";
  position: absolute;
  left: calc(100% - 2em);
  top: 50%;
  transform: translateY(-50%);
  width: 100vw;
  height: 1px;
  background-color: #baac7b;
}
.page-content h3 {
  margin: 1em 0;
  font-size: 1.8rem;
}
@media (min-width: 769px) {
  .page-content h3 {
    font-size: 2.4rem;
  }
}
.page-content h4 {
  margin: 1em 0;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (min-width: 769px) {
  .page-content h4 {
    font-size: 2rem;
  }
}
.page-content hr {
  background: none;
  border: 0;
  opacity: 1;
  width: 100%;
  height: 1px;
  background-color: #baac7b;
}
.box-a {
  display: flex;
  flex-direction: column;
  column-gap: 4%;
  row-gap: 40px;
  margin-top: 20px;
}
@media (min-width: 769px) {
  .box-a {
    flex-direction: row;
    margin-top: 0;
  }
}
.box-a > div {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 769px) {
  .box-a > div {
    width: 30%;
  }
}
.box-a > div h4 {
  font-weight: 400;
}
.box-a .img {
  text-align: center;
}
.box-a .img img {
  max-width: 100%;
}
.box-b {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4%;
  row-gap: 20px;
}
@media (min-width: 769px) {
  .box-b {
    row-gap: 40px;
  }
}
.box-b .img {
  flex: 0 0 auto;
  width: 100%;
  text-align: center;
}
@media (min-width: 769px) {
  .box-b .img {
    width: 44%;
  }
}
.box-b .img img {
  max-width: 100%;
  object-fit: scale-down;
}
.box-b .text {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 769px) {
  .box-b .text {
    width: 52%;
  }
}
.box-b .text .title {
  font-size: 1.8rem;
}
@media (min-width: 769px) {
  .box-b .text .title {
    font-size: 2.4rem;
  }
}
.box-b .text ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}
.box-b .text ul li:not(:last-child) {
  margin-bottom: 5px;
}
.box-b .text .notice {
  margin-top: auto;
  padding: 10px 15px;
  background-color: #eef0f2;
}
@media (min-width: 769px) {
  .box-b .text .notice {
    padding: 20px 30px;
  }
}
.box-b .text .notice p {
  margin-bottom: 0;
}
.box-b .button {
  flex: 0 0 auto;
  width: 100%;
  text-align: center;
}
.box-b .button a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: #fff;
  padding: 0 4em;
  width: min-content;
  height: 50px;
  white-space: nowrap;
  background-color: #0088b5;
}
.box-c {
  display: flex;
  flex-direction: column;
  column-gap: 4%;
  row-gap: 20px;
  margin: 30px 0;
}
@media (min-width: 769px) {
  .box-c {
    flex-direction: row;
    margin: 50px 0;
  }
}
.box-c .img {
  flex: 0 0 auto;
  width: 100%;
  text-align: center;
}
@media (min-width: 769px) {
  .box-c .img {
    width: 30%;
  }
}
.box-c .img img {
  max-width: 100%;
  object-fit: scale-down;
}
.box-c .text {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 769px) {
  .box-c .text {
    width: 66%;
  }
}
.box-d {
  
}
.box-d table {
  margin: auto;
  width: 100%;
  max-width: 860px;
  font-size: 1.4rem;
  border-collapse: collapse;
}
@media (min-width: 769px) {
  .box-d table {
    font-size: 1.6rem;
  }
}
.box-d table th, .box-d table td {
  padding: 0.75em 1.5em;
  border: 1px solid #ccc;
}
@media (min-width: 769px) {
  .box-d table th, .box-d table td {
    padding: 1em 2em;
  }
}
.box-d table th {
  width: 30%;
  text-align: center;
  font-weight: 400;
  background-color: #eef0f2;
}
.book-detail {
  margin: auto;
  max-width: 860px;
}
.book-detail h1 {
  position: relative;
  margin-bottom: 2em;
  font-size: 2.6rem;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .book-detail h1 {
    font-size: 4.6rem;
  }
}
.book-detail h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0.5em);
  z-index: -1;
  width: 100%;
  height: 0.25em;
  background-image: url(./assets/img/bg1.png);
}
.book-detail .purchase {
  margin-top: 30px;
}
@media (min-width: 769px) {
  .book-detail .purchase {
    margin-top: 50px;
  }
}
.book-detail .purchase span {
  font-size: 2rem;
}
.book-detail .purchase span.text {
  margin-right: 0.75em;
}
.book-detail .purchase span.price {
  display: block;
  color: #900000;
  font-size: 1.8rem;
}
@media (min-width: 769px) {
  .book-detail .purchase span.price {
    display: inline;
    font-size: 2rem;
  }
}
.book-detail .categories ul {
  display: flex;
  align-items: center;
  column-gap: 30px;
  padding-left: 0;
}
.book-detail .categories a {
  text-decoration: underline;
}
.book-detail .description {
  margin-top: 30px;
  line-height: 1.8;
}
.book-detail .description p {
  margin-bottom: 0;
}
.book-detail .comment {
  display: flex;
  flex-direction: column;
  align-items: center;
  column-gap: 40px;
  row-gap: 20px;
  margin-top: 20px;
  padding: 20px 20px;
  background-color: #eef0f2;
}
@media (min-width: 769px) {
  .book-detail .comment {
    flex-direction: row;
    margin-top: 30px;
    padding: 35px 40px;
  }
}
.book-detail .comment .img {
  flex: 0 0 auto;
  width: 110px;
}
.book-detail .comment .img img {
  width: 100%;
}
.book-detail .comment .text {
  flex: 1 1 auto;
  font-size: 1.6rem;
  line-height: 1.8;
}
.book-detail .comment .text p {
  margin-bottom: 0;
}
.book-detail #main-slider .splide__slide {
  background-color: #eef0f2;
}
.book-detail #main-slider img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.book-detail #main-slider .splide__arrows .splide__arrow {
  background: none;
}
.book-detail #main-slider .splide__arrows svg {
  width: 75px;
  height: 75px;
}
.book-detail #main-slider .splide__arrows path {
  fill: #baac7b;
}
.book-detail #thumbnail-slider {
  margin-top: 30px;
}
.book-detail #thumbnail-slider img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: scale-down;
}
.book-detail #thumbnail-slider .splide__slide {
  background-color: #eef0f2;
  border: 1px solid transparent;
}
.book-detail #thumbnail-slider .splide__slide.is-active {
  border: 1px solid #ccc;
}

.book-list {
  padding-top: 20px;
  padding-bottom: 50px;
}
@media (min-width: 769px) {
  .book-list {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
.book-list h2 {
  margin: 1em 0;
  font-size: 2rem;
  overflow: hidden;
}
@media (min-width: 769px) {
  .book-list h2 {
    font-size: 3.2rem;
  }
}
.book-list h2 span {
  display: inline-block;
  position: relative;
  padding-left: 0.75em;
  padding-right: 2.5em;
}
.book-list h2 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
  width: 7px;
  height: 33px;
  background-image: url(./assets/img/bg1.png);
}
.book-list h2 span::after {
  content: "";
  position: absolute;
  left: calc(100% - 2em);
  top: 50%;
  transform: translateY(-50%);
  width: 100vw;
  height: 1px;
  background-color: #baac7b;
}
.book-list .item .icon {
  transform: translate(0, -15%);
  z-index: 1;
}
.book-list .item .icon img {
  width: 50px;
}
.book-list .item .thumbnail {
  width: 100%;
  aspect-ratio: 510/380;
  background-color: #eef0f2;
}
.book-list .item .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.book-list .item .title {
  margin-top: 1em;
}
.book-list .item .title a {
  color: #000;
}
.book-list .item .purchase {
  margin-top: 10px;
}
.book-list .item .purchase .price {
  color: #900000;
}
.book-list .item .categories a {
  font-size: 1.4rem;
  line-height: 2;
  text-decoration: underline;
  word-break: break-all;
}
@media (min-width: 769px) {
  .book-list .item .categories a {
    font-size: 1.6rem;
  }
}
.book-list .item .categories a:not(:last-child) {
  padding-right: 1em;
}
.book-list .pagination {
  margin-top: 40px;
}
@media (min-width: 769px) {
  .book-list .pagination {
    margin-top: 80px;
  }
}
.book-list .pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
  padding-left: 0;
  width: 100%;
}
.book-list .pagination ul a {
  text-decoration: underline;
}
.book-list .pagination ul span {
  color: #999999;
}

.book-about {
  margin-top: 50px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .book-about {
    margin-top: 150px;
  }
}
.book-about h2 {
  margin: 1em 0;
  font-size: 2rem;
  overflow: hidden;
}
@media (min-width: 769px) {
  .book-about h2 {
    font-size: 3.2rem;
  }
}
.book-about h2 span {
  display: inline-block;
  position: relative;
  padding-left: 0.75em;
  padding-right: 2.5em;
}
.book-about h2 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
  width: 7px;
  height: 33px;
  background-image: url(./assets/img/bg1.png);
}
.book-about h2 span::after {
  content: "";
  position: absolute;
  left: calc(100% - 2em);
  top: 50%;
  transform: translateY(-50%);
  width: 100vw;
  height: 1px;
  background-color: #baac7b;
}
.book-about h3 {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .book-about h3 {
    font-size: 2rem;
  }
}
.book-about .link.request {
  margin-top: 40px;
}
.book-about .link.request a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 10px;
  color: #0088b5;
  font-size: 1.8rem;
  width: 100%;
  max-width: 230px;
  height: 50px;
  border: 1px solid #0088b5;
  background-color: #fff;
}
.book-about .link.request a::after {
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  display: block;
  border-right: 1px solid #0088b5;
  border-bottom: 1px solid #0088b5;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (min-width: 769px) {
  .book-about .link.request a::after {
    right: 15px;
  }
}

.home-mv {
  position: relative;
}
.home-mv .splide a {
  display: block;
  width: 100%;
}
.home-mv .splide img {
  width: 100%;
}
.home-mv .splide__pagination {
  bottom: 5px;
}
@media (min-width: 769px) {
  .home-mv .splide__pagination {
    bottom: 15px;
  }
}
.home-mv .splide__pagination__page {
  background: none;
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.home-mv .splide__pagination__page.is-active {
  background-color: #f3f1f0;
}
.home-mv .arrows .left, .home-mv .arrows .right {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
  padding: 10px 10px;
  cursor: pointer;
}
.home-mv .arrows .left {
  left: 0;
}
@media (min-width: 769px) {
  .home-mv .arrows .left {
    left: 20px;
  }
}
.home-mv .arrows .right {
  right: 0;
}
@media (min-width: 769px) {
  .home-mv .arrows .right {
    right: 20px;
  }
}
.home-mv .arrows img {
  width: 20px;
}
@media (min-width: 769px) {
  .home-mv .arrows img {
    width: 40px;
  }
}

.home-nav {
  padding: 40px 20px 55px;
}
@media (min-width: 769px) {
  .home-nav {
    padding: 80px 15px;
  }
}
.home-nav .wrapper {
  display: flex;
  flex-direction: column;
  column-gap: 60px;
  row-gap: 50px;
  margin: auto;
  max-width: 1170px;
}
@media (min-width: 769px) {
  .home-nav .wrapper {
    flex-direction: row;
  }
}
.home-nav .nav {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .home-nav .nav:nth-child(1) .img {
    margin-top: 10px;
    padding-left: 8%;
    text-align: center;
  }
  .home-nav .nav:nth-child(1) .img img {
    width: 140px;
  }
  .home-nav .nav:nth-child(2) .img {
    margin-top: 10px;
    padding-right: 1.5%;
    text-align: center;
  }
  .home-nav .nav:nth-child(2) .img img {
    width: 245px;
  }
  .home-nav .nav:nth-child(3) .img {
    margin-top: 10px;
    text-align: center;
  }
  .home-nav .nav:nth-child(3) .img img {
    width: 250px;
  }
}
.home-nav .nav h3 {
  font-size: 2rem;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .home-nav .nav h3 {
    font-size: 2.4rem;
    height: 3em;
    letter-spacing: unset;
  }
}
@media (min-width: 769px) {
  .home-nav .nav .img {
    padding: 0 0;
  }
}
.home-nav .nav .img img {
  width: 100%;
}
.home-nav .nav p {
  flex: 1 1 auto;
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (min-width: 769px) {
  .home-nav .nav p {
    letter-spacing: 1px;
  }
}
.home-nav .nav a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 10px;
  color: #0088b5;
  font-size: 1.8rem;
  width: 100%;
  max-width: 230px;
  height: 50px;
  border: 1px solid #0088b5;
}
@media (min-width: 769px) {
  .home-nav .nav a::after {
    right: 15px;
  }
}

.home-people {
  padding: 40px 20px;
  background-image: url(./assets/img/home/message-bg.jpg);
  background-size: cover;
  background-position: center;
}
@media (min-width: 769px) {
  .home-people {
    padding: 80px 15px;
  }
}
.home-people .wrapper {
  margin: auto;
  max-width: 1170px;
}
.home-people .person {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
@media (min-width: 769px) {
  .home-people .person {
    flex-direction: row;
  }
  .home-people .person:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.home-people .person:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .home-people .person:not(:last-child) {
    margin-bottom: 60px;
  }
}
.home-people .person .img {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 769px) {
  .home-people .person .img {
    width: 42.5%;
  }
}
.home-people .person .img img {
  width: 100%;
}
.home-people .person .text {
  display: flex;
  flex-direction: column;
  padding: 20px 25px;
}
@media (min-width: 769px) {
  .home-people .person .text {
    padding: 40px 50px;
  }
}
.home-people .person .text h4 {
  font-size: 2rem;
  line-height: 1.6;
}
@media (min-width: 769px) {
  .home-people .person .text h4 {
    font-size: 2.8rem;
  }
}
.home-people .person .text p {
  flex: 1 1 auto;
  margin-top: 0.5em;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (min-width: 769px) {
  .home-people .person .text p {
    margin-top: 0.75em;
  }
}
@media (max-width: 768px) {
  .home-people .person .text h3 {
    margin-top: 0.75em;
  }
}
.home-people .person .text h3 span {
  display: block;
  line-height: 1;
}
.home-people .person .text h3 span:first-child {
  font-size: 1.6rem;
}
.home-people .person .text h3 span:last-child {
  margin-top: 0.5em;
  font-size: 2rem;
}
@media (min-width: 769px) {
  .home-people .person .text h3 span:last-child {
    font-size: 2.4rem;
  }
}
.home-people .link a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 10px;
  color: #0088b5;
  font-size: 1.8rem;
  width: 100%;
  max-width: 230px;
  height: 50px;
  border: 1px solid #0088b5;
  background-color: #fff;
}
@media (min-width: 769px) {
  .home-people .link a::after {
    right: 15px;
  }
}

.home-cases {
  padding: 40px 20px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .home-cases {
    padding: 80px 15px;
  }
}
.home-cases .wrapper {
  margin: auto;
  max-width: 1170px;
}
.home-cases h2 {
  margin: 1em 0;
  font-size: 2rem;
  overflow: hidden;
}
@media (min-width: 769px) {
  .home-cases h2 {
    font-size: 3.2rem;
  }
}
.home-cases h2 span {
  display: inline-block;
  position: relative;
  padding-left: 0.75em;
  padding-right: 2.5em;
}
.home-cases h2 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
  width: 7px;
  height: 33px;
  background-image: url(./assets/img/bg1.png);
}
.home-cases h2 span::after {
  content: "";
  position: absolute;
  left: calc(100% - 2em);
  top: 50%;
  transform: translateY(-50%);
  width: 100vw;
  height: 1px;
  background-color: #baac7b;
}
.home-cases .item .icon {
  transform: translate(0, -15%);
  z-index: 1;
}
.home-cases .item .icon img {
  width: 50px;
}
.home-cases .item .thumbnail {
  width: 100%;
  aspect-ratio: 510/380;
  background-color: #eef0f2;
}
.home-cases .item .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-cases .item .title {
  margin-top: 1em;
}
.home-cases .item .title a {
  color: #000;
}
.home-cases .item .purchase {
  margin-top: 10px;
}
.home-cases .item .purchase .price {
  color: #900000;
}
.home-cases .item .categories a {
  font-size: 1.4rem;
  line-height: 2;
  text-decoration: underline;
  word-break: break-all;
}
@media (min-width: 769px) {
  .home-cases .item .categories a {
    font-size: 1.6rem;
  }
}
.home-cases .item .categories a:not(:last-child) {
  padding-right: 1em;
}
.home-cases .slider {
  position: relative;
}
.home-cases .slider .splide__track {
  padding-top: 10px;
}
.home-cases .slider .arrows .left, .home-cases .slider .arrows .right {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
  padding: 10px 10px;
  cursor: pointer;
}
.home-cases .slider .arrows .left {
  left: -22px;
}
@media (min-width: 769px) {
  .home-cases .slider .arrows .left {
    left: -20px;
  }
}
@media (min-width: 1200px) {
  .home-cases .slider .arrows .left {
    left: -35px;
  }
}
@media (min-width: 1400px) {
  .home-cases .slider .arrows .left {
    left: -70px;
  }
}
.home-cases .slider .arrows .right {
  right: -22px;
}
@media (min-width: 769px) {
  .home-cases .slider .arrows .right {
    right: -20px;
  }
}
@media (min-width: 1200px) {
  .home-cases .slider .arrows .right {
    right: -35px;
  }
}
@media (min-width: 1400px) {
  .home-cases .slider .arrows .right {
    right: -70px;
  }
}
.home-cases .slider .arrows img {
  width: 10px;
}
@media (min-width: 769px) {
  .home-cases .slider .arrows img {
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .home-cases .slider .arrows img {
    width: 15px;
  }
}
@media (min-width: 1400px) {
  .home-cases .slider .arrows img {
    width: 30px;
  }
}

.home-information {
  padding: 40px 20px;
  background-image: url(./assets/img/home/info-bg_sp.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 769px) {
  .home-information {
    padding: 80px 15px;
    background-image: url(./assets/img/home/info-bg.jpg);
  }
}
.home-information .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  column-gap: 60px;
  row-gap: 40px;
  margin: auto;
  max-width: 1170px;
}
@media (min-width: 960px) {
  .home-information .wrapper {
    flex-direction: row;
    align-items: unset;
    column-gap: 20px;
  }
}
@media (min-width: 1200px) {
  .home-information .wrapper {
    flex-direction: row;
    align-items: unset;
    column-gap: 60px;
  }
}
.home-information .info {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 350px;
  background-color: #fff;
}
@media (min-width: 769px) {
  .home-information .info {
    max-width: 400px;
  }
}
@media (min-width: 960px) {
  .home-information .info {
    flex: 1 1 auto;
  }
}
@media (min-width: 1200px) {
  .home-information .info {
    flex: 0 0 auto;
    max-width: 350px;
  }
}
.home-information .info .img img {
  width: 100%;
}
.home-information .info .text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 20px 25px;
}
.home-information .info .text h4 {
  font-size: 2rem;
}
.home-information .info .text p {
  flex: 1 1 auto;
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.home-information .info .text .link {
  margin-top: 10px;
}
.home-information .info .text .link a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: #0088b5;
  font-size: 1.8rem;
  width: 150px;
  max-width: 230px;
  height: 50px;
  border: 1px solid #0088b5;
}
@media (min-width: 769px) {
  .home-information .info .text .link a::after {
    right: 15px;
  }
}

.home-examples {
  padding: 40px 20px;
}
@media (min-width: 769px) {
  .home-examples {
    padding: 80px 15px;
  }
}
.home-examples .wrapper {
  margin: auto;
  max-width: 1170px;
}
.home-examples h2 {
  margin: 1em 0;
  font-size: 2rem;
  overflow: hidden;
}
@media (min-width: 769px) {
  .home-examples h2 {
    font-size: 3.2rem;
  }
}
.home-examples h2 span {
  display: inline-block;
  position: relative;
  padding-left: 0.75em;
  padding-right: 2.5em;
}
.home-examples h2 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
  width: 7px;
  height: 33px;
  background-image: url(./assets/img/bg1.png);
}
.home-examples h2 span::after {
  content: "";
  position: absolute;
  left: calc(100% - 2em);
  top: 50%;
  transform: translateY(-50%);
  width: 100vw;
  height: 1px;
  background-color: #baac7b;
}
.home-examples h3 {
  font-size: 1.6rem;
}
@media (min-width: 769px) {
  .home-examples h3 {
    font-size: 2.4rem;
  }
}
.home-examples .body {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
  margin-top: 20px;
}
@media (min-width: 769px) {
  .home-examples .body {
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: unset;
    column-gap: 60px;
    row-gap: 60px;
    margin-top: 30px;
  }
}
.home-examples .body .example {
  flex: 0 0 auto;
  width: 100%;
  max-width: 350px;
}
.home-examples .body .example .img img {
  width: 100%;
}
.home-examples .body .example a {
  display: inline-block;
  margin-top: 15px;
  font-size: 1.8rem;
  text-decoration: underline;
}
@media (min-width: 769px) {
  .home-examples .body .example a {
    font-size: 2rem;
  }
}
.home-examples .body .example ul {
  margin-top: 15px;
  text-indent: -1em;
  font-size: 1.6rem;
  line-height: 1.6;
}
.home-examples .body .example ul li:not(:last-child) {
  margin-bottom: 10px;
}

.home-contact {
  padding: 20px 20px;
}
@media (min-width: 769px) {
  .home-contact {
    padding: 65px 15px;
  }
}
.home-contact .wrapper {
  margin: auto;
  max-width: 1170px;
}
.home-contact h2 {
  margin: 1em 0;
  font-size: 2rem;
  overflow: hidden;
  margin-top: 0;
}
@media (min-width: 769px) {
  .home-contact h2 {
    font-size: 3.2rem;
  }
}
.home-contact h2 span {
  display: inline-block;
  position: relative;
  padding-left: 0.75em;
  padding-right: 2.5em;
}
.home-contact h2 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
  width: 7px;
  height: 33px;
  background-image: url(./assets/img/bg1.png);
}
.home-contact h2 span::after {
  content: "";
  position: absolute;
  left: calc(100% - 2em);
  top: 50%;
  transform: translateY(-50%);
  width: 100vw;
  height: 1px;
  background-color: #baac7b;
}
.home-contact .body {
  display: flex;
  flex-direction: column;
  align-items: center;
  column-gap: 50px;
  row-gap: 30px;
}
@media (min-width: 769px) {
  .home-contact .body {
    flex-direction: row;
    align-items: flex-start;
  }
}
.home-contact .body h3 {
  margin-bottom: 15px;
  font-size: 1.8rem;
}
@media (min-width: 769px) {
  .home-contact .body h3 {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
}
.home-contact .body .faq, .home-contact .body .q, .home-contact .body .request {
  padding: 20px 25px;
  background-color: #eef0f2;
}
@media (min-width: 769px) {
  .home-contact .body .faq, .home-contact .body .q, .home-contact .body .request {
    padding: 35px 50px;
  }
}
.home-contact .body .faq:not(:last-child), .home-contact .body .q:not(:last-child), .home-contact .body .request:not(:last-child) {
  margin-bottom: 35px;
}
.home-contact .body .faq hr, .home-contact .body .q hr, .home-contact .body .request hr {
  border: 0;
  background: none;
  margin: 30px 0;
  border-bottom: 2px solid #ccc;
}
@media (min-width: 769px) {
  .home-contact .body .faq hr, .home-contact .body .q hr, .home-contact .body .request hr {
    margin: 40px 0;
  }
}
.home-contact .body .faq p, .home-contact .body .q p, .home-contact .body .request p {
  line-height: 1.8;
}
.home-contact .body .faq .form a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  color: #0088b5;
  width: 210px;
  height: 50px;
  border: 1px solid #0088b5;
  background-color: #fff;
}
.home-contact .body .request .form a:not(.tel), .home-contact .body .q .form a:not(.tel) {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  color: #fff;
  width: 210px;
  height: 50px;
  background-color: #0088b5;
}
.home-contact .body .q .tel {
  text-align: center;
}
.home-contact .body .q .tel h4 {
  margin: 0;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
}
.home-contact .body .q .tel a.link {
  display: inline-block;
  margin: 20px auto;
  color: #000;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.home-contact .body .q .tel p {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media (min-width: 769px) {
  .home-contact .body .q .tel p {
    line-height: 1;
  }
}

.home-trading-history {
  padding: 20px 20px;
}
@media (min-width: 769px) {
  .home-trading-history {
    padding: 65px 15px;
  }
}
.home-trading-history .wrapper {
  margin: auto;
  max-width: 1170px;
}
.home-trading-history h2 {
  margin: 1em 0;
  font-size: 2rem;
  overflow: hidden;
  margin-top: 0;
}
@media (min-width: 769px) {
  .home-trading-history h2 {
    font-size: 3.2rem;
  }
}
.home-trading-history h2 span {
  display: inline-block;
  position: relative;
  padding-left: 0.75em;
  padding-right: 2.5em;
}
.home-trading-history h2 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
  width: 7px;
  height: 33px;
  background-image: url(./assets/img/bg1.png);
}
.home-trading-history h2 span::after {
  content: "";
  position: absolute;
  left: calc(100% - 2em);
  top: 50%;
  transform: translateY(-50%);
  width: 100vw;
  height: 1px;
  background-color: #baac7b;
}

.home-article {
  padding: 20px 20px;
}
@media (min-width: 769px) {
  .home-article {
    padding: 65px 15px;
  }
}
.home-article .wrapper {
  margin: auto;
  max-width: 1170px;
}
.home-article h2 {
  margin: 1em 0;
  font-size: 2rem;
  overflow: hidden;
  margin-top: 0;
}
@media (min-width: 769px) {
  .home-article h2 {
    font-size: 3.2rem;
  }
}
.home-article h2 span {
  display: inline-block;
  position: relative;
  padding-left: 0.75em;
  padding-right: 2.5em;
}
.home-article h2 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
  width: 7px;
  height: 33px;
  background-image: url(./assets/img/bg1.png);
}
.home-article h2 span::after {
  content: "";
  position: absolute;
  left: calc(100% - 2em);
  top: 50%;
  transform: translateY(-50%);
  width: 100vw;
  height: 1px;
  background-color: #baac7b;
}

@media (max-width: 768px) {
  #header {
    top: 0;
    left: 0;
    z-index: 9000;
    width: 100%;
    background-color: #fff;
  }
}
@media (min-width: 769px) {
  #header {
    border-bottom: 1px solid #ccc;
  }
}
#header .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 10px 10px;
  max-width: 1590px;
}
@media (min-width: 769px) {
  #header .wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 15px 10px;
    height: 90px;
  }
}
@media (min-width: 960px) {
  #header .wrapper {
    padding: 15px 20px;
  }
}
@media (min-width: 1200px) {
  #header .wrapper {
    padding: 15px 30px;
  }
}
#header .logo {
  width: 100%;
}
@media (max-width: 768px) {
  #header .logo {
    position: fixed;
    top: 10px;
    left: 0;
    z-index: 9001;
    width: calc(100% - 80px);
    width: min-content;
    overflow: hidden;
  }
}
@media (min-width: 769px) {
  #header .logo {
    height: 100%;
  }
}
#header .logo a {
  display: inline-block;
  height: 100%;
}
#header .logo img {
  max-width: 240px;
}
@media (min-width: 769px) {
  #header .logo img {
    max-width: 400px;
    height: 100%;
  }
}
#header .nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  column-gap: 15px;
  padding: 0 5px;
  width: 100%;
}
@media (max-width: 768px) {
  #header .nav {
    padding-top: 62px;
  }
}
@media (min-width: 769px) {
  #header .nav {
    justify-content: unset;
    column-gap: 10px;
    padding: 0 0;
    width: unset;
  }
}
#header .nav .tel-wrap {
  position: relative;
  top: -7px;
}
@media (min-width: 769px) {
  #header .nav .tel-wrap {
    top: auto;
  }
}
#header .nav .tel-wrap p {
  position: absolute;
  font-size: 1.1rem;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  bottom: -12px;
}
@media (min-width: 769px) {
  #header .nav .tel-wrap p {
    position: relative;
    font-size: 1.5rem;
    margin-top: 3px;
    margin-bottom: 0;
    bottom: auto;
  }
}
#header .nav .tel {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
#header .nav .tel img {
  width: 25px;
}
@media (min-width: 769px) {
  #header .nav .tel img {
    width: 32px;
  }
}
#header .nav .tel a {
  color: #000;
  font-size: 2rem;
  white-space: nowrap;
}
#header .nav .contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 160px;
  height: 30px;
  background-color: #0088b5;
}
@media (min-width: 769px) {
  #header .nav .contact a {
    width: 210px;
    height: 50px;
  }
}
#header .g-nav {
  margin: auto;
  width: 100%;
  max-width: 1170px;
}
@media (max-width: 768px) {
  #header .g-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    width: 100%;
    height: 62px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }
}
@media (min-width: 769px) {
  #header .g-nav {
    height: 80px;
  }
}
#header .g-nav .button {
  position: absolute;
  right: 10px;
  top: 19px;
  width: 32px;
  height: 24px;
  cursor: pointer;
}
@media (min-width: 769px) {
  #header .g-nav .button {
    display: none;
  }
}
#header .g-nav .button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 1px;
  transition: all 0.3s linear;
}
#header .g-nav .button span:nth-child(1) {
  top: 0;
}
#header .g-nav .button span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
#header .g-nav .button span:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}
#header .g-nav .button.active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
}
#header .g-nav .button.active span:nth-child(2) {
  transform: translateY(-50%) scale(0.8);
  opacity: 0;
}
#header .g-nav .button.active span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}
#header .g-nav ul.menu {
  display: none;
  padding-left: 0;
  height: 100%;
}
@media (min-width: 769px) {
  #header .g-nav ul.menu {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 768px) {
  #header .g-nav ul.menu.active {
    position: fixed;
    top: 62px;
    left: 0;
    z-index: 9001;
    display: block;
    padding-bottom: 100px;
    width: 100%;
    height: calc(100vh - 62px);
    background-color: #fff;
    overflow-y: auto;
  }
}
#header .g-nav ul.menu > li {
  position: relative;
  flex: 1 1 16.6666666667%;
}
@media (max-width: 768px) {
  #header .g-nav ul.menu > li {
    border-bottom: 1px solid #ccc;
  }
}
@media (min-width: 769px) {
  #header .g-nav ul.menu > li {
    text-align: center;
    height: 100%;
  }
  #header .g-nav ul.menu > li:hover ul {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 200%;
    height: 410px;
  }
  #header .g-nav ul.menu > li.active > a {
    border-bottom: 6px solid #baac7b;
  }
}
#header .g-nav ul.menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 1.8rem;
  border-bottom: 6px solid transparent;
}
@media (max-width: 768px) {
  #header .g-nav ul.menu a {
    display: block;
    width: 100%;
    padding: 0.75em 1em;
    border-bottom: 0;
  }
}
#header .g-nav ul.sub-menu {
  display: flex;
  flex-wrap: wrap;
  display: none !important;
}
@media (min-width: 769px) {
  #header .g-nav ul.sub-menu {
    display: none;
  }
}
#header .g-nav ul.sub-menu > li {
  box-sizing: border-box;
  width: 50%;
  margin-bottom: -1px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #fff;
}
@media (max-width: 768px) {
  #header .g-nav ul.sub-menu > li:nth-child(even) {
    border-right: 0;
  }
}
@media (min-width: 769px) {
  #header .g-nav ul.sub-menu > li:nth-child(n+9) {
    border-right: 0;
  }
  #header .g-nav ul.sub-menu > li:nth-child(n+13) a {
    padding-bottom: 10.5px !important;
  }
}
#header .g-nav ul.sub-menu a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #000;
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  word-break: break-all;
}
@media (min-width: 769px) {
  #header .g-nav ul.sub-menu a {
    padding: 11.5px 2.5em 11.5px 2em !important;
    font-size: 1.5rem;
    min-height: 48px;
    line-height: 25px;
  }
}
#header .g-nav ul.sub-menu a::after {
  position: absolute;
  content: "";
  right: 5px;
  top: 50%;
  display: block;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (min-width: 769px) {
  #header .g-nav ul.sub-menu a::after {
    right: 10px;
  }
}

#footer {
  background-color: #ebebeb;
}
#footer .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  padding: 20px 20px 10px;
  max-width: 1590px;
}
@media (min-width: 769px) {
  #footer .wrapper {
    padding: 20px 30px;
  }
}
@media (min-width: 1400px) {
  #footer .wrapper {
    flex-direction: row;
  }
}
#footer .wrapper .logo {
  mix-blend-mode: multiply;
}
#footer .wrapper .logo a {
  display: inline-block;
  height: 100%;
}
#footer .wrapper .logo img {
  max-width: 225px;
}
@media (min-width: 769px) {
  #footer .wrapper .logo img {
    max-width: 320px;
  }
}
#footer .wrapper .address {
  margin-top: 10px;
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  #footer .wrapper .address {
    margin-top: 0;
    font-size: 1.6rem;
  }
}
#footer .wrapper .nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 5%;
  row-gap: 10px;
  margin-top: 10px;
}
@media (min-width: 769px) {
  #footer .wrapper .nav {
    flex-wrap: nowrap;
    column-gap: 30px;
    margin-top: 0;
  }
}
#footer .wrapper .nav .privacy {
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  #footer .wrapper .nav .privacy {
    width: unset;
    font-size: 1.6rem;
    text-align: unset;
  }
}
#footer .wrapper .nav .privacy a {
  color: #000;
  font-size: 1.5rem;
  text-decoration: underline;
}
#footer .wrapper .nav .tel {
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: 55%;
}
@media (min-width: 769px) {
  #footer .wrapper .nav .tel {
    width: unset;
  }
}
#footer .wrapper .nav .tel img {
  width: 24px;
}
@media (min-width: 769px) {
  #footer .wrapper .nav .tel img {
    width: 32px;
  }
}
#footer .wrapper .nav .tel a {
  color: #000;
  font-size: 2rem;
}
#footer .wrapper .nav .contact {
  width: 40%;
  text-align: center;
}
@media (min-width: 769px) {
  #footer .wrapper .nav .contact {
    width: unset;
  }
}
#footer .wrapper .nav .contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 140px;
  height: 28px;
  font-size: 1.4rem;
  text-decoration: none;
  background-color: #0088b5;
}
@media (min-width: 769px) {
  #footer .wrapper .nav .contact a {
    width: 210px;
    height: 50px;
    font-size: 1.6rem;
  }
}
