@charset "UTF-8";
* {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

picture {
  display: block;
}

html {
  color: #3e3e3e;
  /* remを10pxをベースに */
  font-size: 62.5%;
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

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

a {
  cursor: pointer;
  text-decoration: none;
}

input[type=submit],
input[type=reset],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  border-radius: 10px;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

*:focus {
  outline: none;
}

@media screen and (max-width: 360px) {
  .is-maxsp-only {
    display: none !important;
  }
}
@media screen and (min-width: 349px) {
  .is-minsp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .is-tb-pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 999px) {
  .is-pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) {
  .is-sm-tb-only {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .is-max-pc-only {
    display: none !important;
  }
}
.f-12 {
  font-size: 1.42rem;
  font-weight: 400;
  line-height: 1.33;
  text-align: justify;
}

.f-14 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42;
  text-align: justify;
}

.f-16 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.f-18 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}

.f-24 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.33;
}

.f-30 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

/*-----------------------------------------------------------------------------------------------------
スマホ時
------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .f-sp-20 {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) and (max-width: 380px) {
  .f-sp-20 {
    font-size: 5.16vw;
  }
}
@media screen and (max-width: 767px) {
  .f-sp-18 {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .f-sp-14 {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.42;
  }
}
@media screen and (max-width: 767px) {
  .f-sp-12 {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.42;
  }
}
/*-----------------------------------------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　　// 共通ボタン
------------------------------------------------------------------------------------------------------*/
.red-btn {
  align-items: center;
  background-color: #a96363;
  border: 2px solid #a96363;
  border-radius: 32px;
  color: #ffffff;
  display: flex;
  font-weight: 500;
  gap: 10px;
  justify-content: space-between;
  line-height: 1;
  transition: all 0.3s;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .red-btn:hover {
    background-color: #ffffff;
    color: #a96363;
    transition: all 0.3s;
  }
  .red-btn:hover span:nth-child(2) {
    background: url("dist/img/arrow-red.svg") no-repeat center center;
    background-size: contain;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .red-btn {
    gap: 5px;
  }
}
.red-btn span {
  display: block;
}
.red-btn span:nth-child(2) {
  background: url("dist/img/arrow-white.svg") no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
  height: 12.8px;
  transition: all 0.3s;
  width: 12.8px;
}

.morebtn {
  font-size: 2rem;
  max-width: 220px;
  padding-bottom: 14px;
  padding-left: 49px;
  padding-right: 30px;
  padding-top: 14px;
}
@media screen and (max-width: 767px) {
  .morebtn {
    font-size: 1.6rem;
    padding-bottom: 10px;
    padding-left: 60px;
    padding-right: 30px;
    padding-top: 10px;
  }
}

.more-archive-btn {
  align-items: center;
  background-color: #6c9ad2;
  border: 1px solid #6c9ad2;
  border-radius: 25px;
  color: #ffffff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.1;
  margin-left: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 16px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 16px;
  transition: all 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .more-archive-btn {
    font-size: 1.2rem;
  }
}
.more-archive-btn span {
  display: block;
}
.more-archive-btn span:nth-child(2) {
  background: url("dist/img/download.svg") no-repeat center right;
  background-size: cover;
  height: 21px;
  transition: all 0.3s;
  width: 20px;
}
@media screen and (min-width: 1000px) {
  .more-archive-btn:hover {
    background-color: #ffffff;
    color: #6c9ad2;
    transition: all 0.3s;
  }
  .more-archive-btn:hover span:nth-child(2) {
    background: url("dist/img/download_blue.svg") no-repeat center right;
    background-size: cover;
    height: 21px;
    transition: all 0.3s;
    width: 20px;
  }
}
@media screen and (max-width: 320px) {
  .more-archive-btn {
    font-size: 4.5vw;
    line-height: 1.4;
  }
}

.header {
  background: #fff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 996;
}
@media screen and (max-width: 999px) {
  .header {
    border: none;
    padding-left: 20px;
    padding-right: 0;
  }
}
@media screen and (max-width: 350px) {
  .header {
    padding-left: 15px;
  }
}
.header__inner {
  margin: 0 auto;
  max-width: 1440px;
  padding-left: 58px;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding-left: initial;
  }
}
.header__flex {
  align-items: center;
  display: flex;
  gap: 53px;
}
@media screen and (max-width: 767px) {
  .header__flex {
    gap: 15px;
  }
}

.header-right__txt {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .header-right__txt {
    font-size: 1.3rem;
  }
}

/*-----------------------------------------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　　　　　　　　　メインタグ
------------------------------------------------------------------------------------------------------*/
main {
  overflow: hidden;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 80px;
  }
}

.logo {
  flex-shrink: 1;
  position: relative;
  width: 100%;
  z-index: 2;
}
.logo a {
  display: block;
  padding-bottom: 45px;
  padding-top: 45px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .logo a {
    padding-bottom: 31.3px;
    padding-top: 31.3px;
  }
}
@media screen and (min-width: 1000px) {
  .logo a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

.logo-main {
  max-width: 310.4px;
}
@media screen and (max-width: 767px) {
  .logo-main {
    margin-left: auto;
    margin-right: auto;
    max-width: 180px;
  }
}

.footer__inner {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1120px;
  padding-bottom: 51px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 78px;
}
@media screen and (max-width: 999px) {
  .footer__inner {
    display: block;
    padding-bottom: 0px;
    padding-top: 40px;
  }
}
.footer .footer-faq-flex {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  max-width: 540px;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .footer .footer-faq-flex {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 460px) {
  .footer .footer-faq-flex {
    flex-direction: column;
  }
}
.footer__bar {
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__bar {
    padding-bottom: 19px;
    padding-top: 17px;
  }
}
.footer__bar--inner {
  text-align: center;
}
.footer__copyright {
  color: #3e3e3e;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 11px;
}
@media screen and (max-width: 999px) {
  .footer__copyright {
    -webkit-transform: scale(0.9);
    font-size: 1rem;
    transform: scale(0.9);
  }
}
@media screen and (max-width: 380px) {
  .footer__copyright {
    line-height: 1.4;
  }
}
.footer__top {
  bottom: 0px;
  display: block;
  height: 60px;
  position: fixed;
  right: 0px;
  transition: all 0.3s;
  width: 60px;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .footer__top {
    bottom: 0;
    height: 40px;
    width: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .footer__top:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s;
  }
}

.footer-pc-logo {
  max-width: 330px;
}
@media screen and (max-width: 999px) {
  .footer-pc-logo {
    margin-left: auto;
    margin-right: auto;
  }
}

.sp-about-btn {
  flex-shrink: 1;
  padding-left: 5px;
}
.sp-about-btn span {
  display: block;
}
.sp-about-btn span:nth-child(1) {
  color: #998676;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
}
.sp-about-btn span:nth-child(2) {
  color: #3e3e3e;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42;
  margin-top: 2px;
  text-align: left;
}

.footer_01 {
  flex-grow: 1;
  max-width: 160px;
  padding-top: 30px;
}
@media screen and (max-width: 460px) {
  .footer_01 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .footer_01 {
    padding-top: initial;
  }
}
.footer_01 .header-nav {
  margin-top: 12.5px;
  padding-left: 5px;
}
.footer_01 li {
  flex-grow: 1;
}
.footer_01 li a {
  align-items: center;
  color: #3e3e3e;
  display: flex;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.42;
  padding-bottom: 7.5px;
  padding-right: 15px;
  padding-top: 7.5px;
  position: relative;
  text-align: left;
}
.footer_01 .new-tab a::after {
  -webkit-transform: translateY(-50%);
  background: url("dist/img/tab-gray.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.footer_01 .new-tab a .sp-service-menu {
  display: block;
}
.footer_01 .new-tab a .sp-service-menu:nth-child(1) {
  color: #858585;
}

.footer_02 {
  flex-grow: 1;
  max-width: 300px;
  padding-top: 30px;
}
@media screen and (max-width: 460px) {
  .footer_02 {
    margin-left: auto;
    margin-right: auto;
    padding-top: initial;
  }
}
@media screen and (min-width: 1000px) {
  .footer_02 {
    padding-top: initial;
  }
}
.footer_02 .header-nav {
  margin-top: 12.5px;
  padding-left: 5px;
}
.footer_02 li {
  flex-grow: 1;
}
.footer_02 li a {
  align-items: center;
  color: #3e3e3e;
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42;
  padding-bottom: 7.5px;
  padding-right: 15px;
  padding-top: 7.5px;
  position: relative;
  text-align: left;
}
.footer_02 li a::after {
  -webkit-transform: translateY(-50%);
  background: url("dist/img/tab.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.footer_02 li a .sp-service-menu {
  display: block;
}
.footer_02 li a .sp-service-menu:nth-child(1) {
  color: #858585;
}

.br-380 {
  display: none;
}
@media screen and (max-width: 380px) {
  .br-380 {
    display: block;
  }
}

/*-----------------------------------------------------------------------------------------------------
カードコンテンツ部分
------------------------------------------------------------------------------------------------------*/
.column-main {
  background-color: #f8f7f6;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .column-main {
    padding-bottom: 40px;
  }
}

.column-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
  width: 100%;
}

.column-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .column-flex {
    gap: 14px;
  }
}
.column-flex__item {
  display: flex;
  flex-grow: 1;
  max-width: calc((100% - 30px * 3) / 4);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .column-flex__item {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .column-flex__img {
    margin-left: auto;
    margin-right: auto;
    max-width: 230px;
    width: 100%;
  }
}
.column-flex__img img {
  -o-object-fit: contain;
  aspect-ratio: 150/150;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .column-flex__img img {
    aspect-ratio: 250/55.56;
  }
}

.column-link {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  transition: all 0.3s;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .column-link {
    padding: 15px;
  }
}
@media screen and (max-width: 350px) {
  .column-link {
    padding: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .column-link:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

.search-area {
  padding-bottom: 30px;
  padding-top: 30px;
}
.search-area__ttl {
  color: #6c9ad2;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.search-box-wrap {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-width: 636px;
  /* なくても大丈夫だけど、念の為 */
  position: relative;
  width: 100%;
}
.search-box-wrap::before {
  -webkit-transform: translateY(-50%);
  /* アイコンの高さ */
  background: url("http://palette-education.com/support/wp-content/uploads/2023/12/serch-Icon.svg") no-repeat center center/auto 100%;
  content: "";
  /* 背景にアイコン画像を配置 */
  display: inline-block;
  /* アイコンの横幅 */
  height: 18px;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* 疑似要素に必須 */
  width: 18px;
}
@media screen and (max-width: 350px) {
  .search-box-wrap::before {
    height: 14px;
    width: 14px;
  }
}

.search-box {
  background-color: #fff;
  border: none;
  border-radius: 10px;
  height: 50px;
  padding-left: 65px;
  width: 100%;
}
@media screen and (max-width: 370px) {
  .search-box {
    padding-left: 45px;
  }
}
.search-box::-webkit-input-placeholder {
  color: #868686;
  font-size: 1.4rem;
}
.search-box::-moz-placeholder {
  color: #868686;
  font-size: 1.4rem;
}
.search-box:-ms-input-placeholder {
  color: #868686;
  font-size: 1.4rem;
}
.search-box::-ms-input-placeholder {
  color: #868686;
  font-size: 1.4rem;
}
.search-box::placeholder {
  color: #868686;
  font-size: 1.4rem;
}
@media screen and (max-width: 350px) {
  .search-box::-webkit-input-placeholder {
    font-size: 1.1rem;
  }
  .search-box::-moz-placeholder {
    font-size: 1.1rem;
  }
  .search-box:-ms-input-placeholder {
    font-size: 1.1rem;
  }
  .search-box::-ms-input-placeholder {
    font-size: 1.1rem;
  }
  .search-box::placeholder {
    font-size: 1.1rem;
  }
}

.searchwp-live-search-results {
  min-height: initial !important;
}

.searchwp-live-search-result p {
  font-size: 1.4rem !important;
  padding: 1.5em !important;
}
.searchwp-live-search-result p a {
  color: #6c9ad2;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 350px) {
  .searchwp-live-search-result p a {
    font-size: 1.1rem;
  }
}

.search-box-fv-wrap {
  display: block;
  margin-top: 20px;
  /* なくても大丈夫だけど、念の為 */
  position: relative;
  width: 100%;
  z-index: 2;
}
.search-box-fv-wrap::before {
  -webkit-transform: translateY(-50%);
  /* アイコンの高さ */
  background: url("http://palette-education.com/support/wp-content/uploads/2023/12/serch-Icon.svg") no-repeat center center/auto 100%;
  content: "";
  /* 背景にアイコン画像を配置 */
  display: inline-block;
  /* アイコンの横幅 */
  height: 18px;
  left: 23px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* 疑似要素に必須 */
  width: 18px;
}
@media screen and (max-width: 350px) {
  .search-box-fv-wrap::before {
    height: 14px;
    width: 14px;
  }
}

.search-box-fv {
  background-color: #fff;
  border: 1px solid #dbd5c2;
  border-radius: 10px;
  height: 40px;
  padding-left: 65px;
  width: 100%;
}
@media screen and (max-width: 370px) {
  .search-box-fv {
    padding-left: 45px;
  }
}
.search-box-fv::-webkit-input-placeholder {
  color: #868686;
  font-size: 1.4rem;
}
.search-box-fv::-moz-placeholder {
  color: #868686;
  font-size: 1.4rem;
}
.search-box-fv:-ms-input-placeholder {
  color: #868686;
  font-size: 1.4rem;
}
.search-box-fv::-ms-input-placeholder {
  color: #868686;
  font-size: 1.4rem;
}
.search-box-fv::placeholder {
  color: #868686;
  font-size: 1.4rem;
}
@media screen and (max-width: 350px) {
  .search-box-fv::-webkit-input-placeholder {
    font-size: 1.1rem;
  }
  .search-box-fv::-moz-placeholder {
    font-size: 1.1rem;
  }
  .search-box-fv:-ms-input-placeholder {
    font-size: 1.1rem;
  }
  .search-box-fv::-ms-input-placeholder {
    font-size: 1.1rem;
  }
  .search-box-fv::placeholder {
    font-size: 1.1rem;
  }
}

.search-box-fvs {
  margin-left: auto;
  margin-right: auto;
  max-width: 636px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.parent-cat-page {
  background-color: #f8f7f6;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .parent-cat-page {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.parent-cat-page__ttl {
  color: #6c9ad2;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .parent-cat-page__ttl {
    font-size: 2rem;
  }
}
.parent-cat-page__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  max-width: 876px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .parent-cat-page__list {
    flex-direction: column;
    gap: 10px;
    margin-top: 40px;
  }
}
.parent-cat-page__item {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  max-width: calc((100% - 30px * 2) / 3);
  padding-bottom: 16px;
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .parent-cat-page__item {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.parent-cat-page__item-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.parent-cat-page__item-link {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 220px;
  transition: all 0.3s;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .parent-cat-page__item-link {
    max-width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .parent-cat-page__item-link:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.parent-cat-page__item-link h3 {
  align-items: center;
  display: flex;
  gap: 8px;
}
.parent-cat-page__item-link h3 span {
  display: block;
}
.parent-cat-page__item-icon {
  max-width: 24px;
  width: 100%;
}
.parent-cat-page__item-icon img {
  -o-object-fit: contain;
  object-fit: contain;
}
.parent-cat-page__item-ttl {
  color: #6c9ad2;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
.parent-cat-page__item-morebtn {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-left: auto;
  margin-top: 10px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  transition: all 0.3s;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .parent-cat-page__item-morebtn:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.parent-cat-page__item-morebtn span {
  display: block;
}
.parent-cat-page__item-morebtn span:nth-child(1) {
  color: #6c9ad2;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
.parent-cat-page__item-morebtn span:nth-child(2) {
  background: url("dist/img/more-blue.svg") no-repeat;
  background-size: contain;
  flex-shrink: 0;
  height: 16px;
  width: 10px;
}

.faq-third-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  max-width: 220px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .faq-third-list {
    max-width: 100%;
    padding-left: 10px;
  }
}
.faq-third-list__txt {
  color: #3e3e3e;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  transition: all 0.3s;
}
@media screen and (min-width: 1000px) {
  .faq-third-list__txt:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

.parent-cat-page-third {
  background-color: #f8f7f6;
  padding-bottom: 90px;
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .parent-cat-page-third {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.parent-cat-page-third__inner {
  display: flex;
  gap: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1038px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .parent-cat-page-third__inner {
    flex-direction: column;
  }
}
.parent-cat-page-third__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 728px;
  padding-left: 20px;
  padding-right: 20px;
  width: calc(100% - 260px);
}
@media screen and (max-width: 767px) {
  .parent-cat-page-third__list {
    width: 100%;
  }
}
.parent-cat-page-third__item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .parent-cat-page-third__item {
    max-width: 100%;
  }
}
.parent-cat-page-third__flex {
  align-items: baseline;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .parent-cat-page-third__flex {
    flex-direction: column;
    gap: 0;
  }
}
.parent-cat-page-third__item-ttl {
  color: #3e3e3e;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  width: 190px;
}
.parent-cat-page-third__item-morebtn {
  align-items: center;
  color: #6c9ad2;
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
  gap: 10px;
  justify-content: flex-end;
  line-height: 2;
  margin-left: auto;
  margin-top: 20px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  transition: all 0.3s;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .parent-cat-page-third__item-morebtn:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

.faq-third-list-third {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.faq-third-list-third__txt {
  align-items: center;
  border-bottom: 2px solid #dbd5c2;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  padding-bottom: 21.89px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 21.89px;
  transition: all 0.3s;
}
@media screen and (min-width: 1000px) {
  .faq-third-list-third__txt:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.faq-third-list-third__txt span {
  display: block;
}
.faq-third-list-third__txt span:nth-child(1) {
  color: #3e3e3e;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.faq-third-list-third__txt span:nth-child(2) {
  background: url("dist/img/right-arrow_blue.svg") no-repeat;
  background-size: contain;
  flex-shrink: 0;
  height: 14.38px;
  width: 8.61px;
}

/*-----------------------------------------------------------------------------------------------------
　　サイドバー
------------------------------------------------------------------------------------------------------*/
.sidebar {
  margin-left: auto;
  width: 260px;
}
@media screen and (max-width: 767px) {
  .sidebar {
    width: 100%;
  }
}
.sidebar__ttl {
  color: #3e3e3e;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sidebar__ttl {
    background-color: #ffffff;
    padding: 20px 15px;
  }
}
.sidebar__open {
  border-bottom: 2px solid #dbd5c2;
  display: block;
  padding-bottom: 16px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 18px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .sidebar__open {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1000px) {
  .sidebar__open:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.sidebar h3 {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.sidebar__h3-flex {
  align-items: center;
  display: flex;
  gap: 10px;
}
.sidebar__icon {
  display: block;
  max-width: 24px;
}
.sidebar__cat {
  color: #3e3e3e;
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
}
.sidebar__arrow {
  background: url("dist/img/bottom-blue-arrow.svg") no-repeat;
  background-size: contain;
  flex-shrink: 0;
  height: 10px;
  transition: all 0.3s;
  width: 15px;
}

.cat-a-active .sidebar__arrow {
  background: url("dist/img/top-blue-arrow.svg") no-repeat;
  background-size: contain;
  flex-shrink: 0;
  height: 10px;
  transition: all 0.3s;
  width: 15px;
}

.cat-nav-a__link {
  color: #3e3e3e;
  display: block;
  font-size: 1.3rem;
  padding: 20px 10px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .cat-nav-a__link {
    padding: 15px 25px;
  }
}
@media screen and (min-width: 1000px) {
  .cat-nav-a__link:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.cat-nav-a__morelink {
  color: #6c9ad2;
  display: block;
  font-size: 1.3rem;
  padding: 20px 10px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .cat-nav-a__morelink {
    margin-top: 10px;
    text-align: right;
  }
}
@media screen and (min-width: 1000px) {
  .cat-nav-a__morelink:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

.all-list__wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 728px;
  padding-left: 20px;
  padding-right: 20px;
  width: calc(100% - 260px);
}
@media screen and (max-width: 767px) {
  .all-list__wrap {
    width: 100%;
  }
}
.all-list__ttl {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .all-list__ttl {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}

/*-----------------------------------------------------------------------------------------------------
　　　記事ページ
------------------------------------------------------------------------------------------------------*/
.single-columns-p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.3;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .single-columns-p {
    font-size: 1.4em;
    line-height: 2.1;
  }
}

.single-columns {
  padding-bottom: 50px;
  padding-top: 55px;
}
.single-columns strong {
  background: linear-gradient(transparent 60%, #fff779 60%);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .single-columns {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.single-columns__top-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
.single-columns__top-inner h1 {
  border-bottom: 1px solid #dfdfdf;
  color: #a38668;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 15px;
  padding-left: 8px;
}
@media screen and (max-width: 767px) {
  .single-columns__top-inner h1 {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 10px;
  }
}
.single-columns__inner-fv {
  margin-left: auto;
  margin-right: auto;
  margin-top: 43px;
  max-width: 830px;
}
@media screen and (max-width: 767px) {
  .single-columns__inner-fv {
    margin-top: 45px;
    padding-left: 3px;
    padding-right: 3px;
  }
}
.single-columns__img-top {
  margin-left: auto;
  margin-right: auto;
  max-width: 830px;
  text-align: center;
  width: 100%;
}
.single-columns__img-top img {
  -o-object-fit: contain;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  object-fit: contain;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.single-columns__txt-top {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.3;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 720px;
  text-align: justify;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .single-columns__txt-top {
    font-size: 1.4em;
    line-height: 2.1;
    margin-top: 35px;
  }
}
.single-columns__inner-wrap {
  padding-left: 25px;
  padding-right: 25px;
}
.single-columns__inner-wrap02 {
  padding-left: 30px;
  padding-right: 30px;
}
.single-columns__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.single-columns__flex-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .single-columns__flex-cat {
    gap: 5px;
  }
}
.single-columns__flex {
  align-items: center;
  display: flex;
  gap: 30px;
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .single-columns__flex {
    gap: 20px;
    margin-top: 10px;
  }
}
.single-columns__flex p {
  color: #bebebe;
  flex-shrink: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  padding-left: 8px;
}
@media screen and (max-width: 767px) {
  .single-columns__flex p {
    font-size: 1.2rem;
    padding-left: 19px;
  }
}
.single-columns__flex a {
  display: block;
  height: 30px;
  width: 30px;
}
@media screen and (max-width: 767px) {
  .single-columns__flex a {
    height: 25px;
    width: 25px;
  }
}
@media screen and (min-width: 1000px) {
  .single-columns__flex a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

.voice-single {
  padding-top: 72px;
}
@media screen and (max-width: 767px) {
  .voice-single {
    padding-top: 40px;
  }
}

.single-acf {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .single-acf {
    margin-top: 70px;
  }
}
.single-acf__inner {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .single-acf__inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.single-acf-h2__ttl {
  border-left: 8px solid #6c9ad2;
  color: #3e3e3e;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  .single-acf-h2__ttl {
    font-size: 1.6rem;
    padding-bottom: 4px;
    padding-left: 13px;
    padding-top: 4px;
  }
}
.single-acf-h2__img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  max-width: 700px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .single-acf-h2__img {
    margin-top: 30px;
  }
}
.single-acf-h2__img img {
  -o-object-fit: contain;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  object-fit: contain;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.single-acf-h2__txt-01 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .single-acf-h2__txt-01 {
    margin-top: 20px;
    padding: 10px;
  }
}
.single-acf-h2__txt-02 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .single-acf-h2__txt-02 {
    margin-top: 20px;
    padding: 10px;
  }
}
.single-acf-h2__txt-03 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .single-acf-h2__txt-03 {
    margin-top: 20px;
    padding: 10px;
  }
}
.single-acf-h2__txt-04 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .single-acf-h2__txt-04 {
    margin-top: 20px;
    padding: 10px;
  }
}

.single-acf-h3__ttl {
  color: #f6a061;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .single-acf-h3__ttl {
    font-size: 1.6rem;
  }
}
.single-acf-h3__img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  max-width: 700px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .single-acf-h3__img {
    margin-top: 30px;
  }
}
.single-acf-h3__img img {
  -o-object-fit: contain;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  object-fit: contain;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.single-acf-h3__txt-01 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .single-acf-h3__txt-01 {
    margin-top: 15px;
    padding: 10px;
  }
}
.single-acf-h3__txt-02 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .single-acf-h3__txt-02 {
    margin-top: 15px;
    padding: 10px;
  }
}

.agenda-gray {
  background-color: #f8f7f6;
}

.single-quote {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .single-quote {
    margin-top: 20px;
  }
}
.single-quote__box {
  align-items: flex-start;
  background-color: #eeeeed;
  display: flex;
  gap: 28px;
  padding-bottom: 25px;
  padding-left: 40px;
  padding-right: 30px;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .single-quote__box {
    gap: 18px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 30px;
    padding-top: 20px;
  }
}
.single-quote__box span {
  display: block;
  flex-shrink: 0;
  height: 30px;
  padding-top: 6px;
  position: relative;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .single-quote__box span {
    height: 21px;
    width: 28px;
  }
}
.single-quote__box span::before {
  background: url("dist/img/quote-icon.svg") no-repeat center center;
  background-size: contain;
  content: "";
  height: 30px;
  position: absolute;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .single-quote__box span::before {
    height: 21px;
    width: 28px;
  }
}
.single-quote__txt {
  line-height: 1.9;
}
.single-quote__mintxt {
  color: #999999;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-left: auto;
  margin-top: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .single-quote__mintxt {
    font-size: 1rem;
  }
}

.single-strong {
  background-color: #f6fafc;
  margin-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .single-strong {
    margin-top: 20px;
  }
}
@media screen and (max-width: 350px) {
  .single-strong {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.single-strong__ttl {
  color: #a38668;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .single-strong__ttl {
    font-size: 1.6rem;
  }
}
.single-strong__txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .single-strong__txt {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}

.single-check {
  background-color: #ffffff;
  border: 1px solid #c1d9e1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 684px;
  padding-bottom: 37px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .single-check {
    margin-top: 20px;
    padding: 30px 20px;
  }
}
.single-check__ttl {
  color: #fa646a;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .single-check__ttl {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.single-check__wrap {
  margin-top: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .single-check__wrap {
    margin-top: 15px;
    padding-left: 3px;
  }
}
.single-check__txt {
  align-items: flex-start;
  display: flex;
  gap: 15px;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .single-check__txt {
    gap: 13px;
    margin-top: 15px;
  }
}
.single-check__txt span {
  display: block;
}
.single-check__txt span:nth-child(1) {
  flex-shrink: 0;
  height: 18px;
  padding-top: 7px;
  width: 18px;
}
.single-check__txt span:nth-child(1)::before {
  background: url("dist/img/check-icon-pink.svg") no-repeat center center;
  background-size: contain;
  content: "";
  height: 18px;
  position: absolute;
  width: 18px;
}
.single-check__txt span:nth-child(2) {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  max-width: 554px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .single-check__txt span:nth-child(2) {
    font-size: 1.2rem;
    font-weight: 500;
  }
}

.single-speech-wrap {
  padding-bottom: 50px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .single-speech-wrap {
    padding-bottom: 72px;
    padding-top: 30px;
  }
}

.single-speech {
  align-items: flex-start;
  display: flex;
  gap: 8px;
}
.single-speech:nth-child(n+2) {
  margin-top: 74px;
}
@media screen and (max-width: 767px) {
  .single-speech:nth-child(n+2) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .single-speech {
    gap: 2px;
  }
}
.single-speech__left--img {
  height: 100px;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .single-speech__left--img {
    height: 55px;
    width: 55px;
  }
}
.single-speech__left p {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 5px;
  text-align: center;
}
.single-speech__right {
  align-items: flex-start;
  display: flex;
}
.single-speech__right p {
  border-radius: 10px;
  color: #3c3c3c;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  padding: 24px 30px;
}
@media screen and (max-width: 767px) {
  .single-speech__right p {
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 20px;
  }
}
.single-speech__right span {
  border-bottom: 17px solid transparent;
  border-left: 0;
  border-style: solid;
  border-top: 17px solid transparent;
  display: block;
  height: 0;
  margin-top: 26px;
  width: 0;
}
@media screen and (max-width: 767px) {
  .single-speech__right span {
    margin-top: 18px;
  }
}

@media screen and (max-width: 767px) {
  .left-arrow {
    margin-right: -10px;
  }
}

@media screen and (max-width: 767px) {
  .right-arrow {
    margin-left: -10px;
  }
}

.faq_point {
  background-color: #fffaed;
  border-radius: 10px;
  margin-top: 40px;
  padding: 20px 30px;
}
.faq_point__ttl {
  align-items: center;
  display: flex;
  gap: 5px;
}
.faq_point__ttl span {
  display: block;
}
.faq_point__ttl span:nth-child(1) {
  background: url("dist/img/danger.svg") no-repeat;
  background-size: contain;
  height: 24px;
  width: 24px;
}
.faq_point__ttl span:nth-child(2) {
  color: #e6280e;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9;
}
.faq_point__txt {
  color: #3e3e3e;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9;
  margin-top: 15px;
}

.column-flex__cat {
  background-color: #dbd5c2;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 5px 15px;
}

.column-top {
  background: url("dist/img/bg-gray.png") no-repeat top center;
  background-size: auto;
  padding-bottom: 49px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 19px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .column-top {
    padding-bottom: 29px;
  }
}
@media screen and (max-width: 580px) {
  .column-top {
    background: url("dist/img/bg-gray_sp.png") no-repeat top center;
    background-size: auto;
  }
}
.column-top__img {
  margin-left: auto;
  margin-right: auto;
  max-width: 330px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .column-top__img {
    max-width: 180px;
  }
}
.column-top__img img {
  aspect-ratio: 330/257.81;
}
.column-top__bg {
  background-color: #f8f7f6;
}

.column-pagination {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .column-pagination {
    margin-top: 40px;
  }
}

body {
  color: #3e3e3e;
  font-family: "Noto Sans JP", sans-serif;
}

.center {
  text-align: center;
}

/*-----------------------------------------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　　// スワイパー共通
------------------------------------------------------------------------------------------------------*/
body.fixed {
  height: 100%;
  position: fixed;
  width: 100%;
}

/*-----------------------------------------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　　// 共通マージン
------------------------------------------------------------------------------------------------------*/
.mt-20 {
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .mt-sp-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp-15 {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp-40 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp-35 {
    margin-top: 35px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp-20 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp-25 {
    margin-top: 25px;
  }
}

/*-----------------------------------------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　　// 各ページ共通ファーストビュー
------------------------------------------------------------------------------------------------------*/
.page-bg-fv {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 30px;
  padding-top: 77px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-bg-fv {
    padding-bottom: 24.54px;
    padding-top: 23px;
  }
}
.page-bg-fv::before {
  background: url("dist/img/fv-bg-left.png") no-repeat center center;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 356px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page-bg-fv::before {
    background: url("dist/img/fv-bg-left_sp.png") no-repeat center center;
    background-size: cover;
    bottom: 0;
    height: 100%;
    width: 80px;
    z-index: 2;
  }
}
.page-bg-fv::after {
  background: url("dist/img/fv-bg-right.png") no-repeat center center;
  background-size: cover;
  bottom: 0px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0px;
  width: 433px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page-bg-fv::after {
    background: url("dist/img/fv-bg-right_sp.png") no-repeat center center;
    background-size: cover;
    bottom: 0;
    height: 100%;
    width: 96px;
  }
}
.page-bg-fv h1,
.page-bg-fv p {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.page-bg-fv h1 span,
.page-bg-fv p span {
  display: block;
}
.page-bg-fv h1 span:nth-child(1),
.page-bg-fv p span:nth-child(1) {
  color: #6c9ad2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page-bg-fv h1 span:nth-child(1),
.page-bg-fv p span:nth-child(1) {
    font-size: 2rem;
    font-weight: 500;
  }
}
.page-bg-fv h1 span:nth-child(2),
.page-bg-fv p span:nth-child(2) {
  color: #3e3e3e;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .page-bg-fv h1 span:nth-child(2),
.page-bg-fv p span:nth-child(2) {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
.page-bg-fv__img {
  max-width: 290px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-bg-fv__img {
    max-width: 200px;
  }
}
.page-bg-fv__txt {
  color: #6c9ad2;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .page-bg-fv__txt {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

/*-----------------------------------------------------------------------------------------------------
                                         パンクズリスト
------------------------------------------------------------------------------------------------------*/
.breadcrumb {
  background-color: #ffffff;
  color: #858585;
  font-weight: 300;
  line-height: 1;
  padding-left: 100px;
  padding-right: 23px;
  text-align: left;
}
@media screen and (max-width: 999px) {
  .breadcrumb {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    line-height: 1.4;
    margin-left: auto;
    margin-right: auto;
    padding-left: 23px;
    width: 100%;
  }
}
.breadcrumb__inner {
  padding-bottom: 7.5px;
  padding-top: 7.5px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .breadcrumb__inner {
    padding-bottom: 4px;
    padding-top: 4px;
  }
}
.breadcrumb span {
  color: #858585;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb span {
    font-size: 1rem;
  }
}
.breadcrumb a {
  color: #858585;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .breadcrumb a {
    font-size: 1rem;
  }
}

/*-----------------------------------------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　　　　　　　　　ページネーション
------------------------------------------------------------------------------------------------------*/
.cat-pagination .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

/* 選択中のページ*/
.cat-pagination .current {
  align-items: center;
  background-color: #8d7db4;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  display: flex;
  font-size: 1.2rem;
  font-weight: 400;
  height: 20px;
  justify-content: center;
  width: 20px;
}

/* 選択中以外のページ */
.cat-pagination .larger {
  align-items: center;
  background-color: #ffffff;
  border: none;
  border-radius: 3px;
  color: #3e3e3e;
  display: flex;
  font-size: 1.2rem;
  font-weight: 400;
  height: 20px;
  justify-content: center;
  width: 20px;
}

.cat-pagination .smaller {
  align-items: center;
  background-color: #ffffff;
  border: none;
  border-radius: 3px;
  color: #3e3e3e;
  display: flex;
  font-size: 1.2rem;
  font-weight: 400;
  height: 20px;
  justify-content: center;
  width: 20px;
}

/* 前へボタン
 */
.cat-pagination .previouspostslink {
  align-items: center;
  background: #6c9ad2;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  height: 20px;
  justify-content: center;
  padding-bottom: 4px;
  width: 40px;
}

/* 次へボタン */
.cat-pagination .nextpostslink {
  align-items: center;
  background: #6c9ad2;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  height: 20px;
  justify-content: center;
  padding-bottom: 4px;
  width: 40px;
}

/* ...部分*/
.cat-pagination .extend {
  align-items: center;
  background-color: #ffffff;
  border: none;
  border-radius: 3px;
  display: flex;
  font-size: 0.8303rem;
  font-weight: 400;
  height: 20px;
  justify-content: center;
  width: 20px;
}

/* 現在のページ/全ページの数 部分*/
.cat-pagination .pages {
  display: none !important;
}

/* 最後部分*/
.cat-pagination .last {
  display: none !important;
}

/* 最初部分*/
.cat-pagination .first {
  display: none !important;
}

@media screen and (min-width: 1000px) {
  /* 選択中のページ*/
  .cat-pagination .current {
    font-size: 1.25rem;
    height: 20px;
    width: 20px;
  }

  /* 選択中以外のページ */
  .cat-pagination .larger {
    font-size: 1.25rem;
    height: 20px;
    width: 20px;
  }

  .cat-pagination .larger:hover {
    opacity: 0.7;
  }

  .cat-pagination .smaller {
    font-size: 1.2rem;
    height: 20px;
    width: 20px;
  }

  .cat-pagination .smaller:hover {
    opacity: 0.7;
  }

  /* 前へボタン
  */
  .cat-pagination .previouspostslink {
    font-size: 1.2rem;
    height: 20px;
    width: 40px;
  }

  .cat-pagination .previouspostslink:hover {
    opacity: 0.7;
  }

  /* 次へボタン */
  .cat-pagination .nextpostslink {
    font-size: 1.2rem;
    height: 20px;
    width: 40px;
  }

  .cat-pagination .nextpostslink:hover {
    opacity: 0.7;
  }

  /* ...部分*/
  .cat-pagination .extend {
    font-size: 1.2rem;
    height: 20px;
    width: 20px;
  }

  .cat-pagination .extend:hover {
    opacity: 0.7;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */