@charset "UTF-8";
/* ----------------------------------------------------------
    会社概要ページ(About)
---------------------------------------------------------- */
.page-fv {
  background: url(../img/page-fv_about.png) no-repeat center center/cover;
}

/* ----------------------------------------------------------
    メイン
---------------------------------------------------------- */
.about {
  background-color: #469CC7;
  position: relative;
  overflow: hidden;
  z-index: -2;
  margin-bottom: 60px;
}

.about-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  position: relative;
  padding-inline: 20px;
}
.about-inner::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(15deg);
          transform: translateX(-50%) rotate(15deg);
  width: 3000px;
  height: 500px;
  background-color: #fff;
  z-index: -1;
}
@media screen and (max-width:1000px) {
  .about-inner::before {
    display: none;
  }
}

.about-head {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
@media screen and (max-width:1000px) {
  .about-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
  }
}

.about-head_image {
  width: 80%;
}
@media screen and (max-width:1000px) {
  .about-head_image {
    width: 60%;
  }
}
@media screen and (max-width:768px) {
  .about-head_image {
    width: 80%;
  }
}

.about-head_title {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .about-head_title {
    font-size: 24px;
  }
}

.about-head_text {
  margin-top: 30px;
  font-size: 20px;
}
@media screen and (max-width:1000px) {
  .about-head_text {
    margin-top: 10px;
  }
}

.about-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px;
}
@media screen and (max-width:1000px) {
  .about-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
  }
}

.about-body_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  color: #fff;
  list-style: disc;
  list-style-position: inside;
  font-size: 24px;
}
.about-body_text li {
  padding-left: 1em;
  text-indent: -1.5em;
}
@media screen and (max-width:1000px) {
  .about-body_text {
    color: #000;
    gap: 10px;
    font-size: 20px;
  }
}

.about-body_image {
  width: 80%;
}
.about-body_image iframe {
  width: 100%;
}
@media screen and (max-width:1000px) {
  .about-body_image {
    width: 60%;
  }
}
@media screen and (max-width:768px) {
  .about-body_image {
    width: 100%;
  }
}

/* ----------------------------------------------------------
    資格・加盟団体ページ(Qualification)
---------------------------------------------------------- */
.page-fv {
  background: url(../img/page-fv_qualification.png) no-repeat center center/cover;
}

.quali-organ-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

/* ----------------------------------------------------------
    資格・加盟団体 共通
---------------------------------------------------------- */
.qualification-body,
.organization-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media screen and (max-width:1000px) {
  .qualification-body,
  .organization-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.qualification-lists,
.organization-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  font-size: 20px;
}
@media screen and (max-width:768px) {
  .qualification-lists,
  .organization-lists {
    font-size: 16px;
  }
}

.qualification-list,
.organization-list {
  list-style: circle;
  list-style-position: inside;
}

/* ----------------------------------------------------------
    資格
---------------------------------------------------------- */
.qualification {
  padding: 20px 40px 60px;
  position: relative;
}
@media screen and (max-width:1000px) {
  .qualification::after {
    content: "";
    position: absolute;
    bottom: 100px;
    right: 0;
    background: url(../img/page-image-2.png) no-repeat center center/contain;
    width: 200px;
    height: 200px;
    z-index: -3;
  }
}
@media screen and (max-width:768px) {
  .qualification {
    padding: 20px 10px;
  }
  .qualification::after {
    bottom: 0;
  }
}

@media screen and (max-width:1000px) {
  .qualification-image {
    display: none;
  }
}

.qualification-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
}

/* ----------------------------------------------------------
    加盟団体
---------------------------------------------------------- */
.organization {
  padding: 20px 40px 60px;
  background-color: #469CC7;
  position: relative;
  z-index: -2;
}
.organization::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-5deg);
          transform: translateX(-50%) rotate(-5deg);
  width: 3000px;
  height: 300px;
  background-color: #469CC7;
  z-index: -1;
}
@media screen and (max-width:768px) {
  .organization {
    padding-inline: 10px;
  }
  .organization::before {
    display: none;
  }
}

@media screen and (max-width:1000px) {
  .organization-image {
    display: none;
  }
}

.organization-list {
  color: #fff;
}

/* ----------------------------------------------------------
    資料ページ(Reference)
---------------------------------------------------------- */
.page-fv {
  background: url(../img/page-fv_references.png) no-repeat center center/cover;
}

/* ----------------------------------------------------------
    メイン
---------------------------------------------------------- */
.reference {
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}
.reference::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-5deg);
          transform: translateX(-50%) rotate(-5deg);
  width: 3000px;
  height: 70%;
  background-color: #469CC7;
  z-index: -1;
}

.reference-inner {
  position: relative;
}
.reference-inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: url(../img/page-image-1.png) no-repeat center center/contain;
  z-index: -2;
}

.reference-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 100px;
  padding-inline: 60px;
  position: relative;
}
@media screen and (max-width:1000px) {
  .reference-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.reference-body_memo {
  position: absolute;
  top: -30px;
  left: 60px;
  -webkit-transform: translate();
          transform: translate();
  font-size: 16px;
}

.reference-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.reference-pulldown {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.reference-title {
  background-color: #fff;
  border: 1px solid #000;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: bold;
  padding-right: 30px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reference-title::before, .reference-title::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 10px;
  width: 20px;
  height: 2px;
  background-color: #469CC7;
  border-radius: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reference-title::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.reference-title.open::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.reference-title.open::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.reference-title:hover {
  cursor: pointer;
}
@media screen and (max-width:768px) {
  .reference-title {
    font-size: 16px;
  }
}

.reference-lists {
  background-color: #fff;
  border: 1px solid #000;
  padding-left: 10px;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
  display: none;
}

.reference-list {
  position: relative;
  padding-left: 10px;
  margin-top: 10px;
}
.reference-list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 2px;
  background-color: #000;
}
.reference-list:hover {
  color: #ffa500;
}

.reference-comment {
  color: red;
}

/* ----------------------------------------------------------
    資料ページ(Reference)
---------------------------------------------------------- */
.page-fv {
  background: url(../img/page-fv_blog.png) no-repeat center center/cover;
}

/* ----------------------------------------------------------
    メイン
---------------------------------------------------------- */
.p-blog {
  position: relative;
  overflow: hidden;
}
.p-blog::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -70%;
  -webkit-transform: translateY(-50%) skew(-15deg);
          transform: translateY(-50%) skew(-15deg);
  width: 100%;
  height: 100%;
  background-color: #469CC7;
  z-index: -1;
}
@media screen and (max-width:768px) {
  .p-blog::before {
    display: none;
  }
}

.p-blog-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}
@media screen and (max-width:768px) {
  .p-blog-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-blog__main {
  width: 60%;
  padding-inline: 20px;
}
@media screen and (max-width:768px) {
  .p-blog__main {
    width: 100%;
    background-color: #469CC7;
    padding-bottom: 40px;
  }
}

.p-blog__main-title {
  font-size: 20px;
  color: #fff;
}

.p-blog__main-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 10px;
}

.p-blog-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  padding: 10px 30px;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 10px 4px rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 200px;
}
@media screen and (max-width:768px) {
  .p-blog-card {
    height: 150px;
  }
}

.p-blog-card__image {
  width: 35%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #ccc;
}
.p-blog-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-blog-card__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 60%;
}

.p-blog-card__title {
  font-size: 16px;
  font-weight: bold;
}

.p-blog-card__meta {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.p-blog-card__tag {
  background-color: #469CC7;
  color: #fff;
  padding: 3px 5px;
  line-height: 1;
}

.p-blog-card__excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width:768px) {
  .p-blog-card__excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

/* ----------------------------------------------------------
    サイドバー
---------------------------------------------------------- */
.blog__sidebar {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width:768px) {
  .blog__sidebar {
    width: 100%;
  }
}

.sidebar-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-inline: 10px;
}
@media screen and (max-width:768px) {
  .sidebar-block__category {
    background-color: #469CC7;
    color: #fff;
    padding-block: 20px;
  }
  .sidebar-block__category .sidebar-list {
    border-bottom: 1px solid #fff;
  }
}
.p-blog__sidebar-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.blog__sidebar-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.blog__sidebar-card {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.blog__sidebar__title {
  font-weight: bold;
}

.blog__sidebar__meta {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.blog__sidebar__tag {
  background-color: #469CC7;
  color: #fff;
  padding: 3px 5px;
  line-height: 1;
}

.blog__sidebar__excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sidebar-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.sidebar-lists li {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

.sidebar-list {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

/* ----------------------------------------------------------
    お知らせ(News)
---------------------------------------------------------- */
.page-fv {
  background: url(../img/page-fv_news.png) no-repeat center center/cover;
}

/* ----------------------------------------------------------
    メイン
---------------------------------------------------------- */
.p-news {
  position: relative;
  overflow: hidden;
}
.p-news::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -60%;
  -webkit-transform: translateY(-50%) skew(-30deg);
          transform: translateY(-50%) skew(-30deg);
  width: 100%;
  height: 100%;
  background-color: #469CC7;
  z-index: -1;
}

.p-news-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5%;
  margin-top: 60px;
}

.p-news__main {
  width: 60%;
}

.p-news__main-title {
  font-size: 20px;
  color: #fff;
}

.p-news__main-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 10px;
}

.p-news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 10px 30px;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 10px 4px rgba(0, 0, 0, 0.15);
}

.p-news-card__meta {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.p-news-card__category {
  background-color: #469CC7;
  color: #fff;
  padding: 3px 5px;
  line-height: 1;
}

.p-news-card__excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

/* ----------------------------------------------------------
    サイドバー
---------------------------------------------------------- */
.news__sidebar {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.p-news__sidebar-title {
  font-size: 20px;
  margin-bottom: 10px;
}

/* ----------------------------------------------------------
    お問い合わせページ(Contact)
---------------------------------------------------------- */
.contact-wrapper {
  width: 100%;
  position: relative;
}
.contact-wrapper::before, .contact-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 400px;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
}
@media screen and (max-width:1000px) {
  .contact-wrapper::before, .contact-wrapper::after {
    width: 300px;
  }
}
.contact-wrapper::before {
  left: 0;
  background: url(../img/fv-image-1.jpg) no-repeat center center/contain;
}
.contact-wrapper::after {
  right: 0;
  background: url(../img/fv-image-2.jpg) no-repeat center center/contain;
}

.contact-form {
  padding: 60px 0;
}

.form-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.form-title {
  font-size: 24px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.contact-form-inner {
  width: 50%;
  margin-inline: auto;
  margin-top: 40px;
  background-color: #fff;
}
@media screen and (max-width:1000px) {
  .contact-form-inner {
    width: 600px;
  }
}
@media screen and (max-width:768px) {
  .contact-form-inner {
    width: 100%;
  }
}
.contact-form-inner .wpcf7-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.contact-form-inner .wpcf7-form p,
.contact-form-inner .wpcf7-form input,
.contact-form-inner .wpcf7-form textarea {
  width: 100%;
}
.contact-form-inner .wpcf7-form p:last-of-type {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  margin-top: 10px;
}
.contact-form-inner .wpcf7-submit {
  cursor: pointer;
}

/* ----------------------------------------------------------
    共通
---------------------------------------------------------- */
body {
  width: 100%;
}

.container {
  max-width: 1600px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width:1000px) {
  .container {
    max-width: 100%;
    padding-inline: 20px;
  }
}

.sec-header {
  padding-left: 20px;
}

.sec-title--white {
  color: #fff;
}

.sec-title__ja {
  font-size: 36px;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
@media screen and (max-width:1000px) {
  .sec-title__ja {
    font-size: 28px;
  }
}

.sec-title__en {
  font-size: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  margin-top: 8px;
}

.bold {
  font-weight: bold;
}

.bold-red {
  font-weight: bold;
  color: red;
}

.btn {
  background-color: #fff;
  padding: 10px 40px;
  border: 2px solid #469CC7;
  border-radius: 30px;
  color: #469CC7;
  font-weight: bold;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.btn:hover {
  background-color: #469CC7;
  color: #fff;
}
.btn:hover .btn-text::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.btn--blue {
  background-color: #469CC7;
  border: 2px solid #fff;
  color: #fff;
}
.btn--blue:hover {
  background-color: #fff;
  color: #469CC7;
}
.btn--blue:hover .btn-text::after {
  border-top: 2px solid #469CC7;
  border-right: 2px solid #469CC7;
}

.btn-text {
  position: relative;
  padding-right: 30px;
  line-height: 1;
}
.btn-text::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  content: "";
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-top: 2px solid #469CC7;
  border-right: 2px solid #469CC7;
  border-bottom: none;
  border-left: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-text--blue::after {
  background-color: transparent;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: none;
  border-left: none;
}

@media screen and (max-width:1000px) {
  br.for-pc {
    display: none;
  }
}
br.for-sp {
  display: none;
}
@media screen and (max-width:768px) {
  br.for-sp {
    display: block;
  }
}

/* ----------------------------------------------------------
    ファーストビュー(固定ページ)
---------------------------------------------------------- */
.page-fv {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
  padding-block: 60px;
}
.page-fv__about {
  background: url(../img/page-fv_about.png) no-repeat center center/cover;
}
.page-fv__qualification {
  background: url(../img/page-fv_qualification.png) no-repeat center center/cover;
}
.page-fv__reference {
  background: url(../img/page-fv_references.png) no-repeat center center/cover;
}
.page-fv__blog {
  background: url(../img/page-fv_blog.png) no-repeat center center/cover;
}
.page-fv__news {
  background: url(../img/page-fv_news.png) no-repeat center center/cover;
}
.page-fv__application {
  background: url(../img/page-fv_application.png) no-repeat center center/cover;
}
.page-fv__shop {
  background: url(../img/page-fv_shop.png) no-repeat center center/cover;
}

.page-fv_title {
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), -1px -1px 1px rgba(0, 0, 0, 0.3), 1px -1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.3);
}

.page-fv_title__ja {
  font-size: 36px;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.page-fv_title__en {
  font-size: 20px;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  margin-top: 5px;
  text-transform: capitalize;
}

/* パンくずリスト */
.breadcrumbs {
  margin-top: 10px;
  margin-left: 40px;
}

.main {
  margin-top: 20px;
  padding: 40px 20px 40px;
}
@media screen and (max-width:1000px) {
  .main {
    padding-inline: 0;
  }
}

.pagination__blog {
  margin-top: 20px;
  text-align: center;
  margin-inline: auto;
  width: 400px;
  height: 50px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.pagination__blog ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width:768px) {
  .pagination__blog {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 5px;
    padding-inline: 20px;
    background-color: #fff;
  }
}

.navigation {
  margin-top: 0;
}

.page-numbers {
  font-size: 20px;
  background-color: #fff;
  border: 1px solid #469CC7;
  padding: 5px 10px;
  line-height: 1;
}
.page-numbers.current {
  background-color: #469CC7;
  border: 1px solid #fff;
  color: #fff;
}
.page-numbers:hover {
  background-color: #469CC7;
  color: #fff;
}

/* ----------------------------------------------------------
    ヘッダー
---------------------------------------------------------- */
.header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  outline: 1px solid black;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 20;
}
@media screen and (max-width:1000px) {
  .header {
    display: none;
  }
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding-inline: 20px;
}

.header-logo {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
}
.header-logo img {
  height: 100%;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.header-list {
  position: relative;
}
.header-list::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #469CC7;
  content: "";
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-list:hover::after {
  visibility: visible;
  opacity: 1;
}

/* ハンバーガーメニュー */
.header_for-mid {
  display: none;
}
@media screen and (max-width:1000px) {
  .header_for-mid {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    padding-inline: 20px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #fff;
    z-index: 20;
  }
}

.header-logo_for-mid {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
}
.header-logo_for-mid img {
  height: 100%;
}

.hamburger {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  position: relative;
}
.hamburger span {
  content: "";
  position: absolute;
  left: 50%;
  width: 40px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
}
.hamburger span:nth-of-type(1) {
  top: 8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hamburger span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hamburger span:nth-of-type(3) {
  bottom: 8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hamburger.open span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger.open span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.hamburger.open span:nth-of-type(2) {
  display: none;
}
.hamburger.open span:nth-of-type(3) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.header-nav {
  position: fixed;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: calc(100vh - 60px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 30;
}
.header-nav.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-nav-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 450px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 20px;
  padding-inline: 20px;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .header-nav-inner {
    width: 70vw;
  }
}
@media screen and (max-width:350px) {
  .header-nav-inner {
    width: 100vw;
    height: 100vh;
  }
}

.header-nav-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-inline: auto;
}

.header-nav-list {
  width: 100%;
  list-style: disc;
  list-style-position: inside;
  color: #fff;
  padding-left: 1em;
  text-indent: -1em;
}
.header-nav-list a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

/* ----------------------------------------------------------
    ファーストビュー(TOPページ)
---------------------------------------------------------- */
.fv {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  padding-top: 20px;
}

.fv-logo {
  max-width: 600px;
  width: 50%;
}
@media screen and (max-width:768px) {
  .fv-logo {
    width: 75%;
  }
  .fv-logo img {
    height: 100px;
  }
}

.fv-message {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width:1000px) {
  .fv-message {
    padding-inline: 20px;
  }
}
@media screen and (max-width:768px) {
  .fv-message {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 10px;
  }
}

.fv-text {
  text-wrap: nowrap;
  background-color: #fff;
}
@media screen and (max-width:768px) {
  .fv-text {
    text-wrap: wrap;
  }
}

.fv-image {
  width: clamp(150px, 23.4375%, 300px);
  height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.fv-image:nth-of-type(1) {
  left: 50px;
  background: url(../img/fv-image-1.jpg) no-repeat center center/cover;
}
.fv-image:nth-of-type(2) {
  right: 0;
  background: url(../img/fv-image-2.jpg) no-repeat center center/cover;
}
@media screen and (max-width:768px) {
  .fv-image {
    display: none;
  }
}

/* ----------------------------------------------------------
    イントロダクション
---------------------------------------------------------- */
.introduction {
  margin-top: 30px;
  padding-bottom: 60px;
}

.introduction-inner {
  margin-top: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.separator img {
  width: 30px;
}

.intro-title {
  font-size: 36px;
  font-weight: bold;
}

.intro-lists {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.intro-list {
  list-style: disc;
  list-style-position: inside;
}

.intro-targets {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 10px;
}

.intro-target {
  max-width: 300px;
  width: 100%;
  padding: 10px 20px;
  border: 2px solid #000;
  border-radius: 20px;
  text-align: center;
}
.intro-target p {
  font-weight: bold;
}

/* ----------------------------------------------------------
    事業内容
---------------------------------------------------------- */
.business {
  background-color: #fbfbfb;
  padding-top: 20px;
  padding-inline: 20px;
  padding-bottom: 40px;
}
@media screen and (max-width:768px) {
  .business {
    padding-inline: 10px;
  }
}

.business-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 30px;
  padding-inline: 20px;
}
@media screen and (max-width:1000px) {
  .business-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.business-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #fff;
  padding: 10px 5%;
  -webkit-box-shadow: 10px 10px 4px #aaa;
          box-shadow: 10px 10px 4px #aaa;
}
.business-card:nth-of-type(1), .business-card:nth-of-type(4), .business-card:nth-of-type(5) {
  background-color: #6deaf6;
}
@media screen and (max-width:1000px) {
  .business-card:nth-of-type(1), .business-card:nth-of-type(3), .business-card:nth-of-type(5) {
    background-color: #6deaf6;
  }
  .business-card:nth-of-type(4) {
    background-color: #fff;
  }
}
@media screen and (max-width:768px) {
  .business-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bc-image {
  width: 40%;
  height: 150px;
  position: relative;
}
.bc-image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width:768px) {
  .bc-image {
    width: 100%;
  }
  .bc-image img {
    height: 100%;
    width: auto;
  }
}

.bc-text {
  width: 60%;
  padding-left: 10px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width:768px) {
  .bc-text {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.bc-head {
  font-weight: bold;
  text-decoration: underline;
}

.bc-body {
  margin-top: 10px;
}

/* ----------------------------------------------------------
    会社概要・資格・資料
---------------------------------------------------------- */
.company {
  padding-block: 40px;
  background-color: #469CC7;
}

.company-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding-inline: 20px;
}
@media screen and (max-width:768px) {
  .company-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.company-card {
  max-width: 350px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
}
.company-card:nth-of-type(1) {
  background: url(../img/company-1.jpg) no-repeat center center/cover;
}
.company-card:nth-of-type(2) {
  background: url(../img/company-2.jpg) no-repeat center center/cover;
}
.company-card:nth-of-type(3) {
  background: url(../img/company-3.jpg) no-repeat center center/cover;
}
@media screen and (max-width:768px) {
  .company-card {
    width: 80%;
    height: 150px;
  }
}

.company-card_inner {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: grid;
  place-items: center;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.company-card_inner:hover {
  background-color: transparent;
}
@media screen and (max-width:768px) {
  .company-card_inner {
    background-color: transparent;
  }
}

.cc-title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-shadow: 1px 1px 1px #469CC7, -1px -1px 1px #469CC7, 1px -1px 1px #469CC7, -1px 1px 1px #469CC7;
}

/* ----------------------------------------------------------
    お知らせ
---------------------------------------------------------- */
.news {
  background-color: #fbfbfb;
  padding-top: 20px;
  padding-bottom: 40px;
}

.news-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.news-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  max-width: 600px;
  width: 100%;
}

.news-list {
  background-color: #fff;
  padding: 10px 20px;
}
.news-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.news-meta_date {
  font-size: 14px;
}

.news-meta_category {
  background-color: #469CC7;
  color: #fff;
  padding: 2px 5px;
  font-size: 14px;
}

.news-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* ----------------------------------------------------------
    ブログ
---------------------------------------------------------- */
.blog {
  background-color: #469CC7;
  padding-top: 20px;
  padding-inline: 20px;
  padding-bottom: 60px;
}

.blog-contents {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
  padding-inline: 30px;
}
@media screen and (max-width:1000px) {
  .blog-contents {
    padding-inline: 0;
  }
}

.blog-cards {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 30px;
}
@media screen and (max-width:1000px) {
  .blog-cards.swiper-wrapper {
    display: none;
  }
}
.blog-cards.for_mid {
  display: none;
}
@media screen and (max-width:1000px) {
  .blog-cards.for_mid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding-inline: 0;
  }
}
@media screen and (max-width:1000px) {
  .blog-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.blog-card {
  width: calc((100% - 120px) / 3);
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (min-width:1400px) {
  .blog-card {
    width: calc((100% - 120px) / 4);
  }
}
@media screen and (max-width:1000px) {
  .blog-card {
    width: 100%;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5%;
    border-radius: 0;
  }
}
@media screen and (max-width:768px) {
  .blog-card {
    height: 150px;
    padding: 10px;
  }
}

.blog-card__left {
  width: 35%;
}

.blog-card__right {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.blog-card__image {
  width: 100%;
  height: 150px;
  overflow: hidden;
  position: relative;
}
.blog-card__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  content: "";
}
@media screen and (max-width:768px) {
  .blog-card__image {
    height: 100%;
  }
}

.blog-card__title {
  font-size: 20px;
  font-weight: bold;
}

.blog-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.blog-card__meta--date {
  font-size: 14px;
}

.blog-card__meta--tag {
  font-size: 14px;
  background-color: #469CC7;
  padding-inline: 5px;
  color: #fff;
  line-height: 1.5;
}

.blog-card__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width:768px) {
  .blog-card__text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.swiper1-button-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/blog-arrow-1.png) no-repeat center center/cover;
  width: 50px;
  height: 50px;
  z-index: 10;
}

.swiper1-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/blog-arrow-2.png) no-repeat center center/cover;
  width: 50px;
  height: 50px;
  z-index: 10;
}

/* ----------------------------------------------------------
    お問い合わせ
---------------------------------------------------------- */
.contact {
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 60px;
}

.contact-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.contact-text {
  font-size: 20px;
  font-weight: bold;
}

/* ----------------------------------------------------------
    フッター
---------------------------------------------------------- */
.footer {
  background-color: #a8a8a8;
  padding: 20px 0;
  color: #fff;
}

.footer-inner {
  max-width: 1000px;
  padding-inline: 60px;
  margin-inline: auto;
}
@media screen and (max-width:350px) {
  .footer-inner {
    max-width: 100%;
    padding-inline: 20px;
  }
}

.footer-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:1000px) {
  .footer-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.footer-logo {
  width: 300px;
}
@media screen and (max-width:768px) {
  .footer-logo {
    max-width: 300px;
    width: 100%;
  }
}

.footer_head-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width:768px) {
  .footer_head-lists {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px 15px;
  }
}

@media screen and (max-width:768px) {
  .footer_head-list {
    font-size: clamp(4px, 3.75vw, 12px);
  }
}

.footer-body {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (max-width:768px) {
  .footer-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

.footer_body-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

@media screen and (max-width:350px) {
  .footer_body-list {
    font-size: 12px;
  }
}

.copyright {
  margin-top: 40px;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width:768px) {
  .copyright {
    font-size: clamp(4px, 2vw, 12px);
  }
}

/* ----------------------------------------------------------
    404ページ
---------------------------------------------------------- */
.not-found {
  font-size: 40px;
  text-align: center;
}

.page-top-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 60px;
  text-decoration: underline;
}

/* ----------------------------------------------------------
    カスタム投稿
---------------------------------------------------------- */
.shop-wrapper {
  max-width: 1600px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 40px;
}
@media screen and (max-width:1000px) {
  .shop-wrapper {
    max-width: 100%;
    padding-inline: 20px;
  }
}

.shop-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.shop-head {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.shop-head h2 {
  color: #469CC7;
  font-size: 32px;
  padding-left: 30px;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.shop-head h2::before {
  content: "♢";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 100%;
}

.shop-block {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.item-category {
  font-size: 20px;
  color: #f78da7;
  font-weight: bold;
}

.shop-text {
  font-size: 20px;
}
.shop-text span {
  font-weight: bold;
}

.shop-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 60px;
  place-items: center;
  margin-top: 20px;
}
@media screen and (max-width:1000px) {
  .shop-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width:768px) {
  .shop-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.shop-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  max-width: 400px;
  max-height: 200px;
  border-top: 1px solid rgba(204, 204, 204, 0.3);
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}
@media screen and (max-width:768px) {
  .shop-card {
    max-width: 100%;
    width: 100%;
    height: 150px;
    overflow: hidden;
  }
}

.shop-card__left {
  width: 50%;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:768px) {
  .shop-card__left {
    width: 200px;
  }
}

.field-image {
  width: 100%;
  display: grid;
  place-items: center;
}
.field-image img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width:768px) {
  .field-image img {
    height: 150px;
  }
}

.shop-card__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  width: 50%;
}

.shop-card__name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  color: #337ab7;
}
@media screen and (max-width:768px) {
  .shop-card__name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

.shop-card__remarks {
  color: #bbb;
}

.shop-page-link {
  margin-top: 60px;
}

.shop-page-link_title {
  font-size: 20px;
  color: #469CC7;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.shop-links {
  width: 60%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
  margin-inline: auto;
}
@media screen and (max-width:1000px) {
  .shop-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    width: 80%;
  }
}

.shop-link {
  background-color: #fff;
  color: #469CC7;
  border: 1px solid #000;
  border-radius: 10px;
  text-align: center;
}
@media screen and (min-width:1400px) {
  .shop-link {
    font-size: 20px;
  }
}
.shop-link:hover {
  background-color: #469CC7;
  color: #fff;
  cursor: pointer;
}
.shop-link a {
  font-weight: bold;
  display: inline-block;
  padding: 10px 20px;
  width: 100%;
  font-size: 16px;
}

.page-shop_table,
th,
td {
  border: 1px solid #000;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  padding-block: 10px;
}

.page-shop_table {
  width: 600px;
  margin-inline: auto;
}