@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%;
}
@media screen and (max-width: 767px) {
  img {
    pointer-events: none;
  }
}

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.2rem;
  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-20 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.33;
}

.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-24 {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) and (max-width: 380px) {
  .f-sp-24 {
    font-size: 6.31vw;
  }
}
@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;
  }
}
/*-----------------------------------------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　　// 共通ボタン
------------------------------------------------------------------------------------------------------*/
.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: 80px;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding-left: initial;
  }
}
.header__flex {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding-bottom: 10px;
}
.header__flex-02 {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-top: -8px;
  padding-bottom: 17.5px;
}

.open-header {
  z-index: 998;
}

.left-top-img {
  position: relative;
  z-index: 997;
}
@media screen and (max-width: 767px) {
  .left-top-img::before {
    background: url("dist/img/mv-bg-left-top_sp.png") no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    height: 117px;
    position: absolute;
    top: 0;
    width: 82px;
    z-index: 2;
  }
}
@media screen and (max-width: 340px) {
  .left-top-img::before {
    height: 88px;
    width: 62px;
  }
}

.black-filter {
  background: rgba(0, 0, 0, 0.4);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 995;
}

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

.logo-main {
  max-width: 170px;
}
@media screen and (max-width: 999px) {
  .logo-main {
    margin-left: auto;
    margin-right: auto;
    max-width: 150px;
  }
}

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

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

@media screen and (max-width: 999px) {
  .logo-page {
    margin-right: auto;
    max-width: 120px;
  }
}

.header-left {
  flex: 1;
}

.header-right {
  padding-bottom: 10px;
}
.header-right__top {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-left: auto;
  max-width: 280px;
  padding-top: 14px;
  width: 100%;
}

.header-btn {
  align-items: center;
  border-radius: 29px;
  color: #ffffff;
  display: flex;
  font-size: 1.7rem;
  font-weight: 500;
  gap: 5px;
  justify-content: space-between;
  line-height: 1;
  max-width: 130px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 14px;
  padding-top: 9px;
  transition: all 0.3s;
  width: 100%;
}
.header-btn span {
  display: block;
}
.header-btn span:nth-child(2) {
  flex-shrink: 0;
  height: 11.52px;
  transition: all 0.3s;
  width: 11.52px;
}

.header-btn__01 {
  background-color: #ffffff;
  border: 1.5px solid #998676;
  color: #998676;
}
.header-btn__01 span:nth-child(2) {
  background: url("dist/img/arrow-brown.svg") no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 1000px) {
  .header-btn__01:hover {
    background-color: #998676;
    color: #ffffff;
    transition: all 0.3s;
  }
  .header-btn__01:hover span:nth-child(2) {
    background: url("dist/img/arrow-white.svg") no-repeat center center;
    background-size: contain;
    transition: all 0.3s;
  }
}

.header-btn__02 {
  background-color: #ffffff;
  border: 1.5px solid #a96363;
  color: #a96363;
}
.header-btn__02 span:nth-child(2) {
  background: url("dist/img/arrow-red.svg") no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 1000px) {
  .header-btn__02:hover {
    background-color: #a96363;
    color: #ffffff;
    transition: all 0.3s;
  }
  .header-btn__02:hover span:nth-child(2) {
    background: url("dist/img/arrow-white.svg") no-repeat center center;
    background-size: contain;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 999px) {
  .header-btn__02 {
    font-size: 1rem;
    margin-right: 10px;
    max-width: 90px;
    padding-bottom: 8.5px;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 8px;
  }
}

.header-cv-btn {
  align-items: center;
  background-color: #a61527;
  color: #ffffff;
  display: flex;
  font-size: 1.8rem;
  font-weight: 500;
  justify-content: center;
  max-width: 200px;
  transition: all 0.3s;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .header-cv-btn:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

.header-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
  width: 100%;
}
.header-wrap .header-menu {
  display: flex;
  justify-content: space-between;
}
.header-wrap .under-arrow > a {
  background: #ffffff url("dist/img/under-arrow_gray.svg") no-repeat center right 0px/8px 4px;
  padding-right: 11px;
}
.header-wrap .header-menu > .menu-item:not(:last-child) {
  margin-right: 2.7vw;
}
@media screen and (min-width: 1440px) {
  .header-wrap .header-menu > .menu-item:not(:last-child) {
    margin-right: 36px;
  }
}
.header-wrap .header-menu > .menu-item > a {
  align-items: center;
  color: #3e3e3e;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (min-width: 1000px) {
  .header-wrap .header-menu > .menu-item > a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.header-wrap .header-menu > .menu-item > a::after {
  -webkit-transform: scale(0, 1);
  /*X方向0、Y方向1*/
  -webkit-transform-origin: center top;
  background: #a61527;
  bottom: 11px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: center top;
  /*アニメーションの指定*/
  transition: all 0.2s;
  /*線の形状*/
  width: 100%;
  /*上部中央基点*/
}
.header-wrap .header-menu > .menu-item > a:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  /*X方向にスケール拡大*/
}

.bottom-arrow-menu > a {
  margin-right: 20px;
}
.bottom-arrow-menu > a::before {
  background: url("dist/img/bottom-arrow_red.svg") no-repeat center center;
  background-size: contain;
  content: "";
  height: 12px;
  position: absolute;
  right: -18px;
  width: 12px;
}

@media screen and (min-width: 1000px) {
  .top-header .sub-menu-wrap {
    background: #f8f7f6;
    left: 0;
    margin: auto;
    opacity: 0;
    padding-bottom: 54px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 54px;
    position: absolute;
    right: 0;
    top: 120px;
    transition: all 0.3s;
    visibility: hidden;
    width: 100%;
    z-index: -1;
  }
  .top-header .sub-menu-wrap__inner {
    display: flex;
    gap: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .top-header .sub-menu-ttl {
    color: #ac3d22;
    flex-shrink: 0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
  }
  .top-header .sub-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 50px;
    margin-left: auto;
    width: 100%;
  }
  .top-header .sub-menu li {
    flex-grow: 1;
    max-width: calc((100% - 50px * 2) / 3);
    width: 100%;
  }
  .top-header .sub-menu li a {
    align-items: center;
    display: flex;
    gap: 10px;
    position: relative;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  .top-header .sub-menu li a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1000px) {
  .top-header .sub-menu li a span {
    display: inline-block;
  }
  .top-header .sub-menu li a span:nth-child(2) {
    color: #3e3e3e;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.6;
    white-space: nowrap;
  }
  .top-header .sub-menu li a span:nth-child(1) {
    flex-shrink: 0;
    height: 10px;
    width: 10px;
  }
  .top-header .sub-menu li a span:nth-child(1)::before {
    background: url("dist/img/right-arrow_orange.svg") no-repeat center center;
    background-size: contain;
    content: "";
    height: 10px;
    position: absolute;
    width: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .top-header .js-tool-hover > a::after {
    -webkit-transform: scale(1, 1) !important;
    transform: scale(1, 1) !important;
  }
}
@media screen and (min-width: 1000px) {
  .top-header .bottom-arrow-menu .sub-menu-wrap__inner {
    max-width: 1070px;
  }
  .top-header .bottom-arrow-menu .sub-menu {
    max-width: 870px;
  }
}
@media screen and (min-width: 1000px) {
  .top-header .bottom-arrow-menu:hover .sub-menu-wrap {
    opacity: 1;
    visibility: visible;
  }
}

/*-----------------------------------------------------------------------------------------------------
                                           スマホ時・ハンバーガーメニュー
------------------------------------------------------------------------------------------------------*/
.header-left--btn {
  display: block;
  max-width: 132px;
  width: 100%;
}
@media screen and (max-width: 350px) {
  .header-left--btn {
    max-width: 112px;
  }
}

.openbtn {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 50px;
  justify-content: center;
  /*ボタン内側の基点となるためrelativeを指定。
  追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
  position: relative;
  transition: all 0.4s;
  width: 50px;
  z-index: 1000;
}
.openbtn__box {
  position: relative;
  transition: all 0.4s;
}

.openbtn.active {
  background: #ffffff;
  border: 1px solid #dfdfdf;
  border-radius: 25px;
  flex-shrink: 0;
  width: 70px;
}
.top-openbtn .openbtn__box {
  height: 16px;
  width: 20px;
}

.top-openbtn.active {
  margin-right: -8px;
  margin-top: 9px;
}

.top-openbtn p {
  -webkit-transform: scale(0.9);
  -webkit-transform-origin: 0, 0;
  color: #858585;
  display: block;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  transform: scale(0.9);
  transform-origin: 0, 0;
  transition: all 0.3s;
}

/*ボタン内側*/
.top-openbtn span {
  background: #858585;
  display: inline-block;
  height: 2px;
  left: 0px;
  /*アニメーションの設定*/
  position: absolute;
  transition: all 0.4s;
  width: 100%;
}

.top-openbtn span:nth-of-type(1) {
  top: 0px;
}

.top-openbtn span:nth-of-type(2) {
  top: 7px;
}

.top-openbtn span:nth-of-type(3) {
  bottom: 0px;
}

.page-openbtn {
  background: #a61527;
  padding-bottom: 5px;
}
.page-openbtn .openbtn__box {
  height: 16px;
  width: 20px;
}

.page-openbtn.active {
  margin-right: 20px;
  margin-top: 29px;
  padding-bottom: initial;
}

/*ボタン内側*/
.page-openbtn span {
  background: #fff;
  display: inline-block;
  height: 2px;
  left: 0px;
  /*アニメーションの設定*/
  position: absolute;
  transition: all 0.4s;
  width: 100%;
}

.page-openbtn span:nth-of-type(1) {
  top: 0px;
}

.page-openbtn span:nth-of-type(2) {
  top: 7px;
}

.page-openbtn span:nth-of-type(3) {
  bottom: 0px;
}

.page-openbtn p {
  -webkit-transform: scale(0.9);
  -webkit-transform-origin: 0, 0;
  bottom: 6px;
  color: #ffffff;
  display: block;
  font-size: 10px;
  line-height: 1;
  position: absolute;
  text-align: center;
  transform: scale(0.9);
  transform-origin: 0, 0;
  transition: all 0.3s;
}

.openbtn.active p {
  opacity: 0;
}

.sp-open-cv_login {
  display: block;
  margin-top: 27px;
}

.sp-open-cv_btn {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.sp-open-cv_btn a {
  display: block;
}
.sp-open-cv_btn a:nth-child(1) {
  margin-right: 15px;
  max-width: 155px;
  width: 100%;
}
.sp-open-cv_btn a:nth-child(2) {
  max-width: 155px;
  width: 100%;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn.active .opne__box {
  border: 1px solid #bcb6b6;
}

.openbtn.active span {
  background: #dfdfdf;
}

.openbtn.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  left: 0px;
  top: 1px;
  transform: translateY(6px) rotate(-45deg);
  width: 22px;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  bottom: 1px;
  left: 0px;
  transform: translateY(-6px) rotate(45deg);
  width: 22px;
}

.header-sp {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.header-sp__inner {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  padding-right: 18px;
}
@media screen and (max-width: 370px) {
  .header-sp__inner {
    padding-right: 10px;
  }
}

.header-sp-top {
  padding-bottom: 9px;
  padding-right: 28px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .header-sp-top .header-sp__inner {
    padding-left: 60px;
  }
}

.header-sp-page {
  align-items: center;
}

.sp_header01 {
  flex-shrink: 4;
  padding-left: 10px;
}
.sp_header01 ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sp_header01 ul li {
  flex-grow: 1;
}
.sp_header01 ul li a {
  color: #3e3e3e;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
}
@media screen and (max-width: 340px) {
  .sp_header01 ul li a {
    font-size: 4.13vw;
  }
}
.sp_header01 .menu-active {
  display: block;
}

#g-nav {
  /*ナビの高さ*/
  background: #ffffff;
  height: 100vh;
  max-width: 360px;
  opacity: 0.96;
  padding-top: 35px;
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  right: -120%;
  /*ナビのスタート位置と形状*/
  top: 0;
  transition: all 0.6s;
  width: 92.3%;
  z-index: 999;
}
#g-nav h2 {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#g-nav h2 .sp-open-h2 {
  color: #a96363;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

#g-nav.panelactive {
  right: 0;
}

#g-nav.panelactive #g-nav-list {
  -webkit-overflow-scrolling: touch;
  height: 100vh;
  max-width: 390px;
  /*表示する高さ*/
  overflow: auto;
  padding-bottom: 260px;
  padding-left: 20px;
  padding-right: 60px;
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 360px) {
  #g-nav.panelactive #g-nav-list {
    padding-right: 40px;
  }
}

/*ナビゲーション*/
/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}

.sp-logo {
  margin-bottom: 60px;
  margin-left: 30px;
  max-width: 170px;
}
@media screen and (max-width: 350px) {
  .sp-logo {
    margin-left: 15px;
  }
}

.header-btn-icon {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding-right: 13px;
}
.header-btn-icon::after {
  background: url("dist/img/footer-btn-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
}

.header-sp-flex-01 {
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  max-width: 400px;
  padding-bottom: 30px;
}

.header-sp-flex-btns {
  flex-shrink: 8;
  max-width: 180px;
  width: 100%;
}
.header-sp-flex-btns__top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.header-sp-flex-btns__top-item {
  display: block;
}
.header-sp-flex-btns__bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}
.header-sp-flex-btns__bottom-item {
  display: block;
}

.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;
}

.sp_header02 {
  padding-top: 30px;
}
@media screen and (min-width: 1000px) {
  .sp_header02 {
    padding-top: initial;
  }
}
.sp_header02 .header-nav {
  margin-top: 12.5px;
  padding-left: 5px;
}
.sp_header02 li {
  flex-grow: 1;
}
.sp_header02 li a {
  align-items: center;
  color: #3e3e3e;
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42;
  margin-left: 5px;
  padding-bottom: 7.5px;
  padding-right: 15px;
  padding-top: 7.5px;
  position: relative;
  text-align: left;
}
.sp_header02 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;
}
.sp_header02 li a .sp-service-menu {
  display: block;
}
.sp_header02 li a .sp-service-menu:nth-child(1) {
  color: #858585;
}

@media screen and (min-width: 360px) {
  .br360 {
    display: none;
  }
}
/*-----------------------------------------------------------------------------------------------------
2024.1.9追記　映像教材制作ページ作成
------------------------------------------------------------------------------------------------------*/
.s-header {
  background: #fff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 996;
}
@media screen and (max-width: 999px) {
  .s-header {
    border: none;
  }
}
.s-header .header-sp__inner {
  padding-left: 20px;
}
@media screen and (max-width: 999px) {
  .s-header .header-sp {
    background-color: #fbfbfb;
  }
}

.s-header__inner {
  margin: 0 auto;
  max-width: 1280px;
  padding-left: 20px;
}
.s-header__inner .breadcrumb {
  padding-left: 20px;
}
.s-header__inner .breadcrumb__inner {
  width: 100%;
}

.s-header-flex {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.s-header-flex__right {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  max-width: 515px;
  width: 100%;
}
.s-header-flex__right a {
  display: block;
  transition: all 0.3s;
}
@media screen and (min-width: 1000px) {
  .s-header-flex__right a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

.sub-logo {
  flex-shrink: 1;
  max-width: 244.26px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.s-header-flex-02 {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding-right: 5px;
  padding-top: 24px;
}
.s-header-flex-02__right {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  max-width: 484.45px;
  width: 100%;
}
.s-header-flex-02__right a {
  display: block;
  transition: all 0.3s;
}
@media screen and (min-width: 1000px) {
  .s-header-flex-02__right a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

.sub-logo-video-class {
  flex-shrink: 1;
  max-width: 169px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.s-header-bottom {
  margin-top: 27px;
}
.s-header-bottom .header-menu {
  align-items: center;
  display: flex;
  gap: 40px;
  padding-left: 9px;
}
.s-header-bottom .menu-item a {
  color: #3e3e3e;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media screen and (min-width: 1000px) {
  .s-header-bottom .menu-item a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

@media screen and (min-width: 1000px) {
  .s-header-flex__right--03 {
    cursor: pointer;
  }
  .s-header-flex__right--03:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

.s-black-filter {
  background: rgba(0, 0, 0, 0.4);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 58.86px;
  width: 100%;
  z-index: 995;
}

.s-tool {
  background-color: #f8f7f6;
  padding: 50px 80px;
  position: absolute;
  position: fixed;
  right: 0;
  right: -120%;
  top: 0;
  /*ナビのスタート位置と形状*/
  top: 58.46px;
  transition: all 1s;
  z-index: 999;
}
.s-tool__flex {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.s-tool .s-tool-logo {
  flex-shrink: 1;
  margin-bottom: 50px;
  max-width: 250px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.s-tool a {
  align-items: center;
  display: flex;
  gap: 10px;
  position: relative;
}
.s-tool a[href="#"] {
  pointer-events: none !important;
}
.s-tool a[href="#"]:hover {
  transition: none;
}
.s-tool a:not([href="#"]) {
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (min-width: 1000px) {
  .s-tool a:not([href="#"]):hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.s-tool a[target=_blank]::after {
  background: url("dist/img/tab.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 10px;
  margin-top: 3px;
  width: 10px;
}

.s-tool.panelactive {
  right: 0;
  transition: all 0.6s;
}

.s-header-nav {
  width: 290px;
}
.s-header-nav .s-header-menu {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.s-header-nav .s-header-menu > .menu-item > a {
  color: #998676;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.s-header-nav .sub-menu {
  padding-left: 10px;
}
.s-header-nav .sub-menu > .menu-item > a {
  color: #3e3e3e;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42;
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  .s-header-nav .sub-menu > .menu-item > a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.s-header-nav .sub-menu li {
  position: relative;
}

.s-sp-menu .s-tool-logo {
  margin-right: auto;
  max-width: 260px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  width: 100%;
}
@media screen and (max-width: 370px) {
  .s-sp-menu .s-tool-logo {
    max-width: 220px;
  }
}
.s-sp-menu .s-open-nav {
  margin-top: 33px;
}
.s-sp-menu .s-open-nav a {
  align-items: center;
  display: flex;
  gap: 10px;
  position: relative;
}
.s-sp-menu .s-open-nav a[href="#"] {
  pointer-events: none !important;
}
.s-sp-menu .s-open-nav a[href="#"]:hover {
  transition: none;
}
.s-sp-menu .s-open-nav a:not([href="#"]) {
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (min-width: 1000px) {
  .s-sp-menu .s-open-nav a:not([href="#"]):hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.s-sp-menu .s-open-nav a[target=_blank]::after {
  background: url("dist/img/tab.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 10px;
  margin-top: 3px;
  width: 10px;
}
.s-sp-menu .s-open-nav__flex {
  background-color: #fbfbfb;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}
.s-sp-menu .s-accordion-ttl {
  background-color: #f3f7f9;
  border-bottom: 1px solid #dae5e3;
  color: #3e3e3e;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding-bottom: 11px;
  padding-left: 24px;
  padding-right: 14px;
  padding-top: 11px;
  position: relative;
  text-align: left;
  width: 100%;
}
.s-sp-menu .s-accordion-ttl::after {
  -webkit-transform: translateY(-50%);
  background: url("dist/img/faq-plus.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 20px;
}
.s-sp-menu .s-accordion-ttl.accordion-active::after {
  background: url("dist/img/faq-minus.svg") no-repeat center center;
  background-size: contain;
}
.s-sp-menu .s-nav > .header-menu-tool {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.s-sp-menu .s-nav > .header-menu {
  background-color: #fbfbfb;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}
.s-sp-menu .s-nav > .header-menu {
  background-color: #fbfbfb;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}
.s-sp-menu .s-nav > ul > li > a {
  color: #998676;
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 5px;
  text-align: left;
  width: 100%;
}
.s-sp-menu .s-nav > ul > li > ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.s-sp-menu .s-nav > ul > li > ul > li > a {
  align-items: center;
  color: #3e3e3e;
  display: flex;
  font-size: 1.3rem;
  font-weight: 400;
  gap: 10px;
  line-height: 1.5;
  padding-left: 10px;
  position: relative;
  text-align: left;
  width: 100%;
}

.s-sp-header {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-left: -9px;
  padding-bottom: 20px;
  padding-left: 16px;
  padding-right: 11px;
  padding-top: 20px;
  position: relative;
}
.s-sp-header__logo {
  max-width: 130px;
  width: 100%;
}
.s-sp-header__flex {
  align-items: center;
  display: flex;
  gap: 10px;
  max-width: 172px;
  width: 100%;
}
.s-sp-header__menu {
  align-items: center;
  display: flex;
  gap: 5px;
}
.s-sp-header__menu span {
  display: block;
}
.s-sp-header__menu span:nth-child(1) {
  color: #3e3e3e;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: -1px;
}
.s-sp-header__menu span:nth-child(2) {
  background: url("dist/img/sub/bottom-arrow_blue.svg") no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
  height: 8px;
  width: 14px;
}
.s-sp-header .s-header__menu-active span:nth-child(2) {
  background: url("dist/img/sub/top-arrow_blue.svg") no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
  height: 8px;
  width: 14px;
}
.s-sp-header__btn {
  align-items: center;
  background-color: #75a1d3;
  border-radius: 5px;
  color: #ffffff;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  justify-content: center;
  padding: 10px 6px;
}

.s-sp-nav-menu {
  background-color: #fff;
  left: 9px;
  margin: auto;
  padding: 20px 20px 30px 20px;
  position: absolute;
  right: 0;
  top: 70px;
}
.s-sp-nav-menu__logo {
  margin-left: auto;
  margin-right: auto;
  max-width: 197px;
  width: 100%;
}
.s-sp-nav-menu__navs {
  margin-top: 40px;
}
.s-sp-nav-menu__navs .header-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  width: 100%;
}
.s-sp-nav-menu__navs .header-menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.s-sp-nav-menu__navs .header-menu li > a {
  color: #3e3e3e;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.s-sp-nav-menu__btns {
  display: flex;
  gap: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 350px;
  width: 100%;
}
.s-sp-nav-menu__left {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 10px;
  max-width: calc((100% - 10px * 1) / 2);
  width: 100%;
}
.s-sp-nav-menu__left a {
  display: block;
}
.s-sp-nav-menu__right {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 10px;
  max-width: calc((100% - 10px * 1) / 2);
  width: 100%;
}
.s-sp-nav-menu__right a {
  display: block;
}

.filter-active {
  display: block;
}

.footer__inner {
  align-items: flex-end;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1116px;
  padding-bottom: 40px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 84px;
}
@media screen and (max-width: 999px) {
  .footer__inner {
    align-items: flex-start;
    display: block;
    padding-bottom: 78px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 40px;
  }
}
.footer__bar {
  background-color: #858585;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__bar {
    padding-bottom: 19px;
    padding-top: 17px;
  }
}
.footer__bar--inner {
  text-align: center;
}
.footer__bar--nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 730px;
}
@media screen and (max-width: 767px) {
  .footer__bar--nav {
    gap: 0 20px;
    justify-content: center;
  }
}
@media screen and (max-width: 380px) {
  .footer__bar--nav {
    flex-wrap: wrap;
    max-width: 260px;
  }
}
.footer__bar--nav-flex01 {
  align-items: center;
  display: flex;
  flex-grow: 1;
  gap: 10px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__bar--nav-flex01 {
    flex-grow: initial;
  }
}
.footer__bar--nav-flex02 {
  align-items: center;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__bar--nav-flex02 {
    flex-grow: initial;
    justify-content: center;
  }
}
.footer__bar--nav-item {
  align-items: center;
  display: flex;
  gap: 12px;
  transition: all 0.3s;
}
@media screen and (min-width: 1000px) {
  .footer__bar--nav-item:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 380px) {
  .footer__bar--nav-item {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
  }
}
.footer__bar--nav-item span {
  display: block;
}
.footer__bar--nav-item span:nth-child(1) {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .footer__bar--nav-item span:nth-child(1) {
    -webkit-transform: scale(0.9);
    font-size: 1rem;
    transform: scale(0.9);
  }
}
.footer .footer__bar--nav-item-tab span:nth-child(2) {
  flex-shrink: 0;
  height: 10px;
  width: 10px;
}
@media screen and (max-width: 767px) {
  .footer .footer__bar--nav-item-tab span:nth-child(2) {
    height: 7px;
    width: 7px;
  }
}
.footer .footer__bar--nav-item-tab span:nth-child(2)::before {
  background: url("dist/img/tab-white.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 10px;
}
@media screen and (max-width: 767px) {
  .footer .footer__bar--nav-item-tab span:nth-child(2)::before {
    height: 7px;
    width: 7px;
  }
}
.footer__copyright {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: 11px;
}
@media screen and (max-width: 999px) {
  .footer__copyright {
    -webkit-transform: scale(0.9);
    font-size: 1rem;
    margin-top: 23px;
    padding-right: 48px;
    text-align: right;
    transform: scale(0.9);
  }
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 1rem;
    padding-right: initial;
    text-align: center;
  }
}
@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;
  }
}

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

#footer-g-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 330px;
}

.footer-sp-logo {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}

@media screen and (max-width: 999px) {
  .footer-g-nav-list {
    margin-top: 30px;
  }
}

.footer-sp-flex-01-wrap {
  flex-grow: 1;
}

.footer-sp-flex-01 {
  align-items: flex-start;
  display: flex;
  flex-grow: 1;
  gap: 10px;
  justify-content: space-between;
  margin-top: 33px;
  max-width: 530px;
}
.footer-sp-flex-01 a {
  transition: all 0.3s;
}
@media screen and (min-width: 1000px) {
  .footer-sp-flex-01 a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.footer-sp-flex-01 .sp_header01 {
  padding-left: 22px;
}
.footer-sp-flex-01 .sp_header01 ul li a {
  line-height: 1.4;
}

.footer-sp-flex-btns {
  max-width: 197px;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .footer-sp-flex-btns {
    flex-shrink: 8;
    max-width: 170px;
    padding-top: 9px;
  }
}
.footer-sp-flex-btns__top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-sp-flex-btns__top-item {
  display: block;
  transition: all 0.3s;
}
@media screen and (min-width: 1000px) {
  .footer-sp-flex-btns__top-item:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.footer-sp-flex-btns__bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 23px;
}
@media screen and (max-width: 999px) {
  .footer-sp-flex-btns__bottom {
    margin-top: 30px;
  }
}
.footer-sp-flex-btns__bottom-item {
  display: block;
  transition: all 0.3s;
}
@media screen and (min-width: 1000px) {
  .footer-sp-flex-btns__bottom-item:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

.footer-pc-logo {
  max-width: 330px;
}

/*-----------------------------------------------------------------------------------------------------
2024.1.9追記　映像教材制作ページ作成
------------------------------------------------------------------------------------------------------*/
.s-footer-inner {
  align-items: initial;
  max-width: 1312px;
}

.s-footer-menu {
  display: flex;
  gap: 30px;
  margin-top: 50px;
}
.s-footer-menu__ttl {
  border-bottom: 1px solid #dbd5c2;
  color: #3e3e3e;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding-bottom: 10px;
  position: relative;
  text-align: left;
  width: 100%;
}
.s-footer-menu a {
  align-items: center;
  display: flex;
  gap: 10px;
  position: relative;
}
.s-footer-menu a[href="#"] {
  pointer-events: none !important;
}
.s-footer-menu a[href="#"]:hover {
  transition: none;
}
.s-footer-menu a:not([href="#"]) {
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (min-width: 1000px) {
  .s-footer-menu a:not([href="#"]):hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.s-footer-menu a[target=_blank]::after {
  background: url("dist/img/tab.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 10px;
  margin-top: 3px;
  width: 10px;
}
.s-footer-menu .s-footer-tool__flex {
  display: flex;
  gap: 25px;
}
.s-footer-menu .s-footer-nav > .header-menu {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 25px;
}
.s-footer-menu .s-footer-nav > .header-menu > li > a {
  color: #998676;
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 5px;
  text-align: left;
  width: 100%;
}
.s-footer-menu .s-footer-nav > .header-menu > li > ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.s-footer-menu .s-footer-nav > .header-menu > li > ul > li > a {
  color: #3e3e3e;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 10px;
  position: relative;
  text-align: left;
  width: 100%;
}

.category-archive-box {
  background-color: #bcb6b6;
  margin-top: 50px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .category-archive-box {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.category-archive-box__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1070px;
}
.category-archive-box__ttl {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.33;
  padding-bottom: 9px;
  padding-top: 9px;
}
@media screen and (max-width: 767px) {
  .category-archive-box__ttl {
    font-size: 1.4rem;
  }
}

.download-page {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .download-page {
    padding-top: 0;
  }
}
.download-page .archive-cat__item:nth-of-type(2) .archive-cat__link {
  color: #fa646a;
}
.download-page .archive-cat__item:nth-of-type(2) .archive-cat__link.active {
  background-color: #fa646a !important;
  color: #ffffff !important;
}

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

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

.download-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 35px;
}
@media screen and (max-width: 767px) {
  .download-flex {
    gap: 30px 10px;
  }
}
.download-flex__item {
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  flex-grow: 1;
  max-width: calc((100% - 35px * 3) / 4);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .download-flex__item {
    border-radius: 3.5px;
    max-width: calc((100% - 10px * 1) / 2);
  }
}
.download-flex__img img {
  -o-object-fit: contain;
  aspect-ratio: 240/155;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .download-flex__img img {
    aspect-ratio: 160/109.07;
  }
}
.download-flex__ttl {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #3e3e3e;
  display: -webkit-box;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 10px;
  overflow: hidden;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .download-flex__ttl {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}

.download-link {
  -webkit-filter: drop-shadow(0px 2.25px 5px rgba(71, 69, 69, 0.25));
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  filter: drop-shadow(0px 2.25px 5px rgba(71, 69, 69, 0.25));
  flex-direction: column;
  padding: 0px 15px 15px 15px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .download-link {
    padding: 0px 10px 10px 10px;
  }
}
@media screen and (min-width: 1000px) {
  .download-link:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

.download-cat__items {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .download-cat__items {
    margin-top: 35px;
  }
}

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

.archive-new-icon {
  position: relative;
}
.archive-new-icon::before {
  background: url("dist/img/new-icon.svg") no-repeat center center;
  background-size: contain;
  content: "";
  height: 30px;
  left: -3px;
  position: absolute;
  top: 0;
  width: 55px;
}
@media screen and (max-width: 767px) {
  .archive-new-icon::before {
    height: 22px;
    left: -2px;
    top: 0;
    width: 41px;
  }
}

/*-----------------------------------------------------------------------------------------------------
　　　記事ページ
------------------------------------------------------------------------------------------------------*/
.document-flex {
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .document-flex {
    display: block;
  }
}

/*-------- 左側-------*/
.document-left {
  background-color: #ffffff;
  width: 61.54%;
}
@media screen and (max-width: 767px) {
  .document-left {
    width: 100%;
  }
}

.document-left__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 105px 0px 112px;
  width: 63.484%;
}
@media screen and (max-width: 767px) {
  .document-left__inner {
    padding: 50px 25px;
    width: 100%;
  }
}

.document-left__ttl {
  color: #a38668;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .document-left__ttl {
    font-size: 1.6rem;
  }
}

.document-img {
  margin-top: 23px;
}
.document-img img {
  -o-object-fit: contain;
  aspect-ratio: 540/309;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .document-img img {
    aspect-ratio: 320/183;
  }
}

.document-left__subttl {
  border-bottom: 3px solid #dbd5c2;
  color: #a38668;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 108px;
  padding-bottom: 10px;
  padding-left: 6px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .document-left__subttl {
    margin-top: 28px;
    padding-left: 0;
  }
}

.document-left__txt {
  color: #3e3e3e;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 24px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .document-left__txt {
    margin-top: 38px;
  }
}

.document-left__box {
  background-color: #ffffff;
  margin-top: 44px;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  .document-left__box {
    margin-top: 38px;
  }
}
@media screen and (max-width: 350px) {
  .document-left__box {
    padding: 20px 20px;
  }
}

.contents-ttl {
  color: #a38668;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 5px;
  text-align: left;
}

.contents-txt {
  align-items: center;
  color: #3e3e3e;
  display: flex;
}
.contents-txt span {
  display: block;
}
.contents-txt span:nth-child(2) {
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
}

/*-------- 右側(フォーム)(-------*/
.document-right {
  background: #f8f7f6;
  width: 38.54%;
}
@media screen and (max-width: 767px) {
  .document-right {
    width: 100%;
  }
}

.document-right__inner {
  max-width: 1200px;
  padding: 54px 9.4vw 0px 4.6vw;
}
@media screen and (max-width: 767px) {
  .document-right__inner {
    padding: 40px 30px 43px;
  }
}
.document-right__inner iframe {
  overflow: auto !important;
}

.document-right__ttl {
  border-bottom: 1px solid #bebebe;
  color: #a38668;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 350px) {
  .document-right__ttl {
    font-size: 6.5vw;
  }
}

/*-----------------------------------------------------------------------------------------------------
アーカイブ
------------------------------------------------------------------------------------------------------*/
.news-page {
  background-color: #ffffff;
}
.news-page__inner {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  padding-bottom: 90px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 80px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news-page__inner {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.news-page ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .news-page__item-link:hover {
    opacity: 0.6;
    transition: all 0.3s;
  }
}
.news-page__item {
  align-items: center;
  border-bottom: 2px solid #f6f5f1;
  display: flex;
  gap: 25px;
  justify-content: space-between;
  padding-bottom: 23px;
  padding-left: 27px;
  padding-right: 16px;
  padding-top: 23px;
}
@media screen and (max-width: 767px) {
  .news-page__item {
    gap: 5px;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 16px;
    padding-top: 10px;
  }
}
.news-page__item .news-page-arrow {
  display: block;
  height: 18.3px;
  position: relative;
  width: 8.61px;
}
@media screen and (max-width: 767px) {
  .news-page__item .news-page-arrow {
    height: 14.38px;
    width: 8.61px;
  }
}
.news-page__item .news-page-arrow::before {
  background: url("dist/img/right-arrow_yellow.svg") no-repeat center center;
  background-size: contain;
  content: "";
  height: 18.3px;
  position: absolute;
  width: 8.61px;
}
@media screen and (max-width: 767px) {
  .news-page__item .news-page-arrow::before {
    height: 14.38px;
    width: 8.61px;
  }
}
.news-page__wrap {
  align-items: center;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news-page__wrap {
    align-items: flex-start;
    flex-direction: column;
  }
}
.news-page__wrap--date {
  color: #235fa9;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .news-page__wrap--date {
    font-size: 1.2rem;
  }
}
.news-page__wrap--ttl {
  color: #3e3e3e;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .news-page__wrap--ttl {
    margin-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
}

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

/*-----------------------------------------------------------------------------------------------------
記事
------------------------------------------------------------------------------------------------------*/
.column-top {
  background: url("dist/img/bg-gray.png") no-repeat top center;
  background-size: auto;
  padding-bottom: 63px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 206px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .column-top {
    padding-bottom: 29px;
    padding-top: 160px;
  }
}
@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__ttl {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.column-top__txt {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 860px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .column-top__txt {
    margin-top: 10px;
  }
}
.column-top__bg {
  background-color: #f8f7f6;
}

.column-top .column-box {
  background-color: #8fc2d5;
  padding-bottom: 12px;
  padding-left: 185px;
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .column-top .column-box {
    padding-bottom: 5px;
    padding-left: 25px;
    padding-top: 5px;
  }
}
.column-top .column-box__ttl {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .column-top .column-box__ttl {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

/*-----------------------------------------------------------------------------------------------------
上部のカテゴリーメニュー一覧部分
------------------------------------------------------------------------------------------------------*/
.archive-mv {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .archive-mv {
    padding-top: 30px;
  }
}
.archive-mv__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 880px;
  width: 100%;
}
.archive-mv__flex {
  align-items: center;
  display: flex;
  gap: 140px;
}
@media screen and (max-width: 767px) {
  .archive-mv__flex {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
}
.archive-mv__left {
  flex-shrink: 0;
}
.archive-mv__left--ttl {
  color: #d6812c;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.archive-mv__left--minttl {
  color: #bebebe;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .archive-mv__left--minttl {
    font-size: 1.2rem;
    margin-top: 5.5px;
  }
}
.archive-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.archive-cat__link {
  align-items: center;
  border: 1px solid #dbd5c2;
  border-radius: 20px;
  display: flex;
  font-size: 1.2rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  padding: 10px 30px;
}
@media screen and (min-width: 1000px) {
  .archive-cat__link:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.archive-cat__link--all {
  background-color: #ffffff;
  color: #998676;
  max-width: 150px;
  width: 100%;
}
.archive-cat__link--other {
  background-color: #ffffff;
  color: #998676;
}

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

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

.column-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .column-flex {
    gap: 14px;
  }
}
.column-flex__item {
  display: flex;
  flex-grow: 1;
  max-width: calc((100% - 35px * 2) / 3);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .column-flex__item {
    max-width: calc((100% - 14px * 1) / 2);
  }
}
.column-flex__img img {
  -o-object-fit: contain;
  aspect-ratio: 270/160;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .column-flex__img img {
    aspect-ratio: 135/95;
  }
}
.column-flex__cat-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .column-flex__cat-flex {
    gap: 5px;
  }
}
.column-flex__cat {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 6.6px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .column-flex__cat {
    font-size: 1rem;
    padding: 4px 11px;
  }
}
.column-flex__day {
  align-items: flex-end;
  color: #a38668;
  display: flex;
  flex-grow: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 10px;
}
.column-flex__ttl {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #3e3e3e;
  display: -webkit-box;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column-flex__ttl {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    font-size: 1rem;
  }
}

.single-columns .column-flex__cat {
  font-size: 1.4rem;
  padding: 7.3px 15px;
}
@media screen and (max-width: 767px) {
  .single-columns .column-flex__cat {
    font-size: 1.2rem;
  }
}

.column-link {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 2.25px 5.6px 0px rgba(71, 69, 69, 0.25);
  display: flex;
  flex-direction: column;
  padding: 25px;
  transition: all 0.3s;
}
@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;
  }
}

.column-cat__items {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.archive-cat__link.active {
  background-color: #8fc2d5;
  color: #ffffff;
}

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

/*-----------------------------------------------------------------------------------------------------
　　　記事ページ
------------------------------------------------------------------------------------------------------*/
.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: 80px;
  padding-top: 125px;
}
.single-columns strong {
  background: linear-gradient(transparent 60%, #fff779 60%);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .single-columns {
    padding-bottom: 70px;
    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 #235fa9;
  color: #235fa9;
  font-size: 2.4rem;
  font-weight: 700;
  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 {
  background-color: #f1f8f7;
  margin-bottom: 50px;
  margin-top: 30px;
  padding: 35px 55px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .agenda {
    margin-bottom: 45px;
    margin-top: 35px;
    padding: 25px 30px 25px 20px;
  }
}
.agenda__ttl {
  color: #3e3e3e;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
.agenda ul {
  margin-top: 25px;
}
.agenda ul li {
  list-style: disc;
  list-style-position: inside;
}
.agenda ul li a {
  color: #3e3e3e;
  display: inline;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9;
  transition: all 0.3s;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .agenda ul li a {
    font-weight: 400;
  }
}
@media screen and (min-width: 1000px) {
  .agenda ul li a:hover {
    opacity: 0.4;
    transition: all 0.3s;
  }
}

.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;
  }
}

.single-summarize {
  background-color: #ffebeb;
  margin-top: 105px;
  padding-left: 53px;
  padding-right: 53px;
}
@media screen and (max-width: 767px) {
  .single-summarize {
    margin-top: 120px;
  }
}
@media screen and (max-width: 350px) {
  .single-summarize {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.single-summarize__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  padding-bottom: 48px;
  padding-top: 64px;
  position: relative;
  text-align: justify;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .single-summarize__inner {
    padding-bottom: 40px;
  }
}
.single-summarize__inner:before {
  background: url("dist/img/matome.png") no-repeat center center;
  background-size: contain;
  content: "";
  height: 40px;
  left: -10px;
  position: absolute;
  top: -19px;
  width: 88px;
}
.single-summarize__txt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .single-summarize__txt {
    line-height: 2.1;
  }
}

.single-columns__flex-tag {
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 57px;
}
@media screen and (max-width: 767px) {
  .single-columns__flex-tag {
    padding-top: 44px;
  }
}
.single-columns__flex-tag h2 {
  border-bottom: 1px solid #3e3e3e;
  color: #3e3e3e;
  font-size: 1.6rem;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  max-width: 180px;
  padding-bottom: 10px;
  text-align: center;
  width: 100%;
}
.single-columns__flex-tag__wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .single-columns__flex-tag__wrap {
    gap: 17px 13px;
    margin-top: 25px;
  }
}

.column-flex__tag {
  align-items: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  color: #3e3e3e;
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
  justify-content: center;
  padding-bottom: 14px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 14px;
  transition: all 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .column-flex__tag {
    flex-grow: 1;
    font-size: 1.2rem;
    padding-left: 0;
    padding-right: 0;
    width: calc((100% - 13px * 1) / 2);
  }
}
@media screen and (min-width: 1000px) {
  .column-flex__tag:hover {
    background-color: #3e3e3e;
    color: #ffffff;
    transition: all 0.3s;
  }
}

/*-----------------------------------------------------------------------------------------------------
　　　　　お役立ちコラム
------------------------------------------------------------------------------------------------------*/
.column-slider {
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 67px;
  padding-top: 33px;
  position: relative;
}
@media screen and (max-width: 1520px) {
  .column-slider {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .column-slider {
    background-color: #f8f7f6;
    padding-bottom: 32px;
    padding-top: 39px;
  }
}
@media screen and (max-width: 767px) {
  .column-slider__ttl {
    text-align: center;
  }
}

.column-slider__inner {
  align-items: flex-end;
  display: flex;
  padding-left: 101px;
}
@media screen and (max-width: 767px) {
  .column-slider__inner {
    display: block;
    padding-left: 20px;
  }
}

.column-slider-left {
  flex-shrink: 0;
  margin-right: 48px;
  width: 236px;
}
@media screen and (min-width: 2900px) {
  .column-slider-left {
    width: 15.51%;
  }
}
@media screen and (max-width: 767px) {
  .column-slider-left {
    max-width: 100%;
    padding-right: 20px;
    width: 100%;
  }
}

.column-slider-left__desc {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 38px;
  max-width: 226px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .column-slider-left__desc {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
  }
}

/* 右側スライダー部分 */
.column-slider-right {
  flex-grow: 1;
  overflow: hidden;
}

.column-slider-right .swiper-slide {
  background-color: #ffffff;
  flex-grow: 1;
  height: auto;
  max-width: 250px;
}
@media screen and (max-width: 767px) {
  .column-slider-right .swiper-slide {
    max-width: 200px;
  }
}

@media screen and (min-width: 1000px) {
  .column-slide-card:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.column-slide-card__img {
  width: 100%;
}
.column-slide-card__img img {
  -o-object-fit: contain;
  aspect-ratio: 250/170;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .column-slide-card__img img {
    aspect-ratio: 200/170;
  }
}
.column-slide-card__items {
  padding-bottom: 19px;
  padding-left: 22px;
  padding-right: 22px;
}
@media screen and (max-width: 767px) {
  .column-slide-card__items {
    padding-bottom: 16px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
.column-slide-card__day {
  align-items: flex-end;
  color: #6c9ad2;
  display: flex;
  flex-grow: 1;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .column-slide-card__day {
    margin-top: 16px;
  }
}
.column-slide-card__ttl {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #3e3e3e;
  display: -webkit-box;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 8px;
  overflow: hidden;
  padding-left: 3px;
  padding-right: 3px;
}
@media screen and (max-width: 767px) {
  .column-slide-card__ttl {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
  }
}

/* ページネーションボタン */
.swiper-btn06 {
  align-items: center;
  display: flex;
  gap: 9.5px;
  justify-content: flex-end;
  padding-right: 145px;
}

.swiper-button-next06,
.swiper-button-prev06 {
  cursor: pointer;
  flex-shrink: 0;
  height: 35px;
  left: auto;
  margin-top: 0;
  position: relative;
  right: auto;
  width: 35px;
}
@media screen and (min-width: 1000px) {
  .swiper-button-next06,
.swiper-button-prev06 {
    transition: all 0.3s;
  }
  .swiper-button-next06:hover,
.swiper-button-prev06:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

.swiper-container06 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .swiper-container06 {
    margin-top: 63px;
  }
}

.column-archive-morebtn {
  font-size: 2rem;
  margin-top: 72px;
  max-width: 220px;
  padding-bottom: 14px;
  padding-left: 39px;
  padding-right: 30px;
  padding-top: 14px;
}
@media screen and (max-width: 767px) {
  .column-archive-morebtn {
    font-size: 1.6rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 46px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-top: 10px;
  }
}

.single-case h1 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .single-case h1 {
    font-size: 1.8rem;
  }
}

.gray-border {
  border-bottom: 5px solid #f3f2f2;
  padding-bottom: 8px;
}

.gray-border02 {
  border-bottom: 2px solid #dfdfdf;
  padding-bottom: 8px;
}

.completion {
  padding: 100px 0px 50px;
}
@media screen and (max-width: 767px) {
  .completion {
    margin: 0 auto;
    padding: 50px 0px 50px;
  }
}

.completion-thanks {
  padding: 0px 0px 50px;
}
@media screen and (max-width: 767px) {
  .completion-thanks {
    padding-bottom: 28px;
  }
}

.completion-inner {
  margin: 0 auto;
  max-width: 720px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .completion-inner {
    padding: 0px 30px 0px;
  }
}

/* --------「資料ダウンロード」をお申込みいただきありがとうございます (SP)-------- */
.completion-thanks__flex {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  max-width: 698px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .completion-thanks__flex {
    display: block;
    margin-top: 25px;
  }
}

.completion-thanks__ttl {
  color: #a38668;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .completion-thanks__ttl {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.completion-thanks__minttl {
  color: #3e3e3e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  margin-left: auto;
  max-width: 369px;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .completion-thanks__minttl {
    font-weight: 400;
    max-width: 100%;
  }
}

.completion-thanks__img {
  margin-top: 0;
  padding: 0;
  width: 276px;
}
@media screen and (max-width: 767px) {
  .completion-thanks__img {
    margin-top: 10px;
    width: 100%;
  }
}
.completion-thanks__img img {
  -o-object-fit: contain;
  aspect-ratio: 276/161;
  object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .completion-thanks__img img {
    aspect-ratio: 320/183;
  }
}

.completion-thanks__txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .completion-thanks__txt {
    font-size: 1.3rem;
    margin-top: 28px;
  }
}

.completion-thanks__btn {
  align-items: center;
  background-color: #fa646a;
  border: 1px solid #fa646a;
  color: #ffffff;
  display: flex;
  font-size: 2rem;
  font-weight: 500;
  gap: 15px;
  justify-content: center;
  justify-content: center;
  margin: 12px auto 0px;
  padding-bottom: 15.5px;
  padding-right: 17px;
  padding-top: 15.5px;
  transition: all 0.3s;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .completion-thanks__btn {
    font-size: 1.4rem;
    gap: 10px;
    line-height: 1.3;
    padding-bottom: 23.5px;
    padding-top: 23.5px;
    text-align: center;
  }
}
.completion-thanks__btn span {
  display: block;
}
.completion-thanks__btn span:nth-child(2) {
  background: url("dist/img/download.svg") no-repeat center center;
  background-size: cover;
  height: 32px;
  transition: all 0.3s;
  width: 32px;
}
@media screen and (max-width: 767px) {
  .completion-thanks__btn span:nth-child(2) {
    height: 24px;
    width: 24px;
  }
}
@media screen and (max-width: 350px) {
  .completion-thanks__btn span:nth-child(2) {
    height: 18px;
    width: 18px;
  }
}
@media screen and (min-width: 1000px) {
  .completion-thanks__btn:hover {
    background-color: #ffffff;
    color: #fa646a;
    transition: all 0.3s;
  }
  .completion-thanks__btn:hover span:nth-child(2) {
    background: url("dist/img/download_red.svg") no-repeat center center;
    background-size: cover;
    height: 32px;
    transition: all 0.3s;
    width: 32px;
  }
}

/* --------【パレットエデュケーション】サービス概要 パンフレットのご案内 (SP)-------- */
.completion-info {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .completion-info {
    padding-bottom: 40px;
  }
}

.completion-info__ttl {
  color: #a38668;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.completion-info__flex {
  align-items: flex-start;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 653px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .completion-info__flex {
    flex-direction: column-reverse;
    margin-top: 30px;
  }
}

.completion-info__right {
  max-width: 294px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .completion-info__right {
    margin-left: auto;
    margin-right: auto;
  }
}

.completion-info__left {
  max-width: 309px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .completion-info__left {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}

.completion-info__txt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9;
  text-align: justify;
}

.completion-info__img img {
  -o-object-fit: cover;
  aspect-ratio: 308/228.22;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.completion-info__btn {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #fa646a;
  border-radius: 30px;
  color: #ffffff;
  color: #fa646a;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  gap: 5px;
  justify-content: center;
  justify-content: center;
  margin: 25px auto 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 294px;
  padding-bottom: 14px;
  padding-top: 14px;
  transition: all 0.3s;
  width: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .completion-info__btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 350px) {
  .completion-info__btn {
    font-size: 1.4rem;
  }
}
.completion-info__btn span {
  display: block;
}
.completion-info__btn span:nth-child(2) {
  background: url("dist/img/download_red.svg") no-repeat center center;
  background-size: cover;
  height: 20px;
  transition: all 0.3s;
  width: 20px;
}
@media screen and (max-width: 767px) {
  .completion-info__btn span:nth-child(2) {
    height: 20px;
    width: 20px;
  }
}
@media screen and (max-width: 350px) {
  .completion-info__btn span:nth-child(2) {
    height: 18px;
    width: 18px;
  }
}
@media screen and (min-width: 1000px) {
  .completion-info__btn:hover {
    background-color: #fa646a;
    color: #ffffff;
    transition: all 0.3s;
  }
  .completion-info__btn:hover span:nth-child(2) {
    background: url("dist/img/download.svg") no-repeat center center;
    background-size: cover;
    height: 20px;
    transition: all 0.3s;
    width: 20px;
  }
}

.category-box {
  background-color: #8fc2d5;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  max-width: 1050px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .category-box {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.category-box__ttl {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.33;
  padding-bottom: 9px;
  padding-top: 9px;
}
@media screen and (max-width: 767px) {
  .category-box__ttl {
    font-size: 1.4rem;
  }
}

.voice-top {
  background: url("dist/img/bg-gray.png") no-repeat top center;
  background-size: auto;
  padding-bottom: 63px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 206px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .voice-top {
    padding-bottom: 29px;
    padding-top: 160px;
  }
}
@media screen and (max-width: 580px) {
  .voice-top {
    background: url("dist/img/bg-gray_sp.png") no-repeat top center;
    background-size: auto;
  }
}
.voice-top__ttl {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.voice-top__txt {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 860px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .voice-top__txt {
    margin-top: 10px;
  }
}
.voice-top__btn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .voice-top__btn {
    margin-top: 20px;
  }
}

.single-voice__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.single-voice__top-inner h1 {
  border-bottom: 1px solid #dfdfdf;
  color: #a38668;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 15px;
  padding-left: 8px;
}
@media screen and (max-width: 767px) {
  .single-voice__top-inner h1 {
    font-size: 1.8rem;
  }
}

/*-----------------------------------------------------------------------------------------------------
上部のカテゴリーメニュー一覧部分
------------------------------------------------------------------------------------------------------*/
.voice-mv {
  background-color: #f8f7f6;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .voice-mv {
    padding-top: 20px;
  }
}
.voice-mv__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1005px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.voice-mv__flex {
  align-items: center;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .voice-mv__flex {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
.voice-mv__left {
  flex-shrink: 0;
}
.voice-mv__left--ttl {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}
.voice-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.voice-cat__link {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: 1.1rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  padding: 10px 20px;
  transition: all 0.3s;
}
@media screen and (min-width: 1000px) {
  .voice-cat__link:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

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

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

.voice-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 90px 35px;
}
@media screen and (max-width: 767px) {
  .voice-flex {
    gap: 35px 10px;
  }
}
.voice-flex__item {
  display: flex;
  flex-grow: 1;
  height: auto;
  max-width: calc((100% - 35px * 2) / 3);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .voice-flex__item {
    max-width: calc((100% - 10px * 1) / 2);
  }
}
.voice-flex__img img {
  -o-object-fit: contain;
  aspect-ratio: 270/160;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .voice-flex__img img {
    aspect-ratio: 160/100;
  }
}
.voice-flex__cat-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
}
.voice-flex__cat {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  padding: 4.5px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .voice-flex__cat {
    font-size: 1rem;
  }
}
.voice-flex__ttl {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #3e3e3e;
  display: -webkit-box;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .voice-flex__ttl {
    font-size: 1.2rem;
  }
}
.voice-flex__txt {
  color: #5a5a5a;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}
.voice-flex__more {
  align-items: center;
  border: 1px solid #227c9d;
  border-radius: 10px;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  max-width: 133px;
  padding-bottom: 8px;
  padding-top: 8px;
  width: 100%;
}
@media screen and (max-width: 340px) {
  .voice-flex__more {
    gap: 5px;
  }
}
.voice-flex__more span {
  display: block;
}
.voice-flex__more span:nth-child(1) {
  color: #227c9d;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 340px) {
  .voice-flex__more span:nth-child(1) {
    font-size: 1rem;
  }
}
.voice-flex__more span:nth-child(2) {
  flex-shrink: 0;
  height: 10px;
  width: 6px;
}
.voice-flex__more span:nth-child(2)::before {
  background: url("dist/img/voice-more.svg") no-repeat center center;
  background-size: contain;
  content: "";
  height: 10px;
  position: absolute;
  width: 6px;
}

.voice-cat__items02 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.voice-link {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 2.25px 5.6px 0px rgba(71, 69, 69, 0.25);
  display: flex;
  flex-direction: column;
  padding: 20px 25px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .voice-link {
    padding: 15px 10px;
  }
}
@media screen and (min-width: 1000px) {
  .voice-link:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

.voice-cat__items {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

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

/*-----------------------------------------------------------------------------------------------------
　　　　　記事ページ
------------------------------------------------------------------------------------------------------*/
.voice-client {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 15px;
  max-width: 690px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .voice-client {
    font-size: 1.6rem;
  }
}
.voice-client__txt {
  border: 1px solid #bebebe;
  border-radius: 10px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 30px;
  padding: 15px 30px;
  text-align: justify;
}
@media screen and (max-width: 350px) {
  .voice-client__txt {
    padding: 15px 20px;
  }
}

.intro01 {
  align-items: center;
  background: rgba(143, 194, 213, 0.1);
  display: flex;
  margin-top: 35px;
  padding: 15px 30px 15px 0px;
}
@media screen and (max-width: 767px) {
  .intro01 {
    flex-direction: column;
    margin-top: 45px;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 350px) {
  .intro01 {
    padding: 20px 20px;
  }
}
.intro01__left {
  align-items: center;
  color: #235fa9;
  display: flex;
  flex-shrink: 0;
  font-size: 1.8rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1.3;
  width: 195px;
}
@media screen and (max-width: 767px) {
  .intro01__left {
    justify-content: flex-start;
    padding-bottom: 10px;
    width: 100%;
  }
}
.intro01__right {
  border-left: 1px solid #235fa9;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .intro01__right {
    border-left: none;
    border-top: 1px solid #235fa9;
    padding-left: 0;
    padding-top: 30px;
  }
}
.intro01__txt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
}

.intro02 {
  align-items: center;
  background: #fefcf9;
  display: flex;
  margin-top: 10px;
  padding: 20px 30px 20px 0px;
}
@media screen and (max-width: 767px) {
  .intro02 {
    flex-direction: column;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 350px) {
  .intro02 {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .intro02 {
    margin-top: 15px;
  }
}
.intro02__left {
  align-items: center;
  color: #fa646a;
  display: flex;
  flex-shrink: 0;
  font-size: 1.8rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1.3;
  width: 195px;
}
@media screen and (max-width: 767px) {
  .intro02__left {
    justify-content: flex-start;
    padding-bottom: 10px;
    width: 100%;
  }
}
.intro02__right {
  border-left: 1px solid #fa646a;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .intro02__right {
    border-left: none;
    border-top: 1px solid #fa646a;
    padding-left: 0;
    padding-top: 30px;
  }
}
.intro02__txt {
  align-items: center;
  display: flex;
  gap: 10px;
}
.intro02 span {
  display: block;
}
.intro02 span:nth-child(1) {
  flex-shrink: 0;
  height: 18px;
  width: 18px;
}
.intro02 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;
}
.intro02 span:nth-child(2) {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: justify;
}

.voice-archive-morebtn {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .voice-archive-morebtn {
    margin-top: 76px;
  }
}

.contact-top {
  background: url("dist/img/bg-fb.png") no-repeat top center;
  background-size: auto;
  padding-bottom: 45px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 256px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .contact-top {
    padding-bottom: 29px;
  }
}
@media screen and (max-width: 580px) {
  .contact-top {
    background: url("dist/img/bg-fb_sp.png") no-repeat top center;
    background-size: auto;
    padding-top: 160px;
  }
}
.contact-top__ttl {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.contact-top__txt {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 860px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .contact-top__txt {
    margin-top: 10px;
  }
}
.contact-top__bg {
  background-color: #f8f7f6;
}

.contact-page__wrap {
  padding-left: 25px;
  padding-right: 25px;
}
.contact-page__ttl {
  text-align: center;
}
.contact-page__txt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-page__txt {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    max-width: 340px;
    text-align: justify;
    width: 100%;
  }
}

.contact-main-wrap {
  background-color: #fbfbfb;
  padding-bottom: 60px;
}

.contact-main {
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding-bottom: 70px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact-main {
    margin-top: 30px;
    padding-bottom: 50px;
  }
}
.contact-main__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 770px;
  width: 100%;
}
.contact-main iframe {
  overflow: auto !important;
}

.thanks__inner {
  padding-bottom: 43px;
  padding-top: 88px;
}
.thanks-ttl {
  border-bottom: 1px solid #ebe4d8;
  color: #d6812c;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 14px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .thanks-ttl {
    font-size: 2rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 380px) {
  .thanks-ttl {
    font-size: 5.16vw;
  }
}

.thanks-txt {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 22px;
  text-align: center;
}

.thanks-btn {
  align-items: center;
  background-color: #6c9ad2;
  border: 1px solid #6c9ad2;
  color: #ffffff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 400;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 46px;
  max-width: 226px;
  padding-bottom: 15px;
  padding-top: 15px;
  transition: all 0.3s;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .thanks-btn {
    font-size: 1.4rem;
    padding-bottom: 12px;
    padding-top: 12px;
  }
}
@media screen and (min-width: 1000px) {
  .thanks-btn:hover {
    background-color: #fff;
    color: #235fa9;
    transition: all 0.3s;
  }
}

.reason-page {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .reason-page {
    padding-bottom: 0;
  }
}
.reason-page__top-inner {
  background-color: #ffffff;
  padding-bottom: 52px;
  padding-top: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reason-page__top-inner {
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 40px;
  }
}
.reason-page__logo {
  text-align: center;
}
.reason-page__logo picture {
  display: inline-block;
  max-width: 330px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .reason-page__logo picture {
    max-width: 270px;
  }
}
.reason-page__logo-txt01 {
  display: inline-block;
  margin-left: 10px;
}
.reason-page__logo-txt02 {
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .reason-page__logo-txt02 {
    margin-top: 5px;
  }
}
.reason-page__txt {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .reason-page__txt {
    margin-top: 30px;
  }
}

.reason-card-h3 {
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .reason-card-h3 {
    margin-top: 0px;
  }
}

.reason-morebtn {
  align-items: center;
  background-color: #ffffff;
  border: 2px solid #a96363;
  border-radius: 32px;
  color: #a96363;
  display: flex;
  font-size: 1.8rem;
  font-weight: 500;
  gap: 28px;
  justify-content: center;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 410px;
  padding-bottom: 19px;
  padding-top: 19px;
  transition: all 0.3s;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .reason-morebtn:hover {
    background-color: #a96363;
    color: #ffffff;
    transition: all 0.3s;
  }
  .reason-morebtn:hover span:nth-child(2) {
    background: url("dist/img/arrow-white.svg") no-repeat center center;
    background-size: contain;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .reason-morebtn {
    font-size: 1.2rem;
    gap: 20px;
    line-height: 1.4;
    margin-top: 30px;
    max-width: 290px;
    padding-bottom: 9.6px;
    padding-top: 9.6px;
  }
}
.reason-morebtn span {
  display: block;
}
.reason-morebtn span:nth-child(2) {
  background: url("dist/img/arrow-red.svg") no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
  height: 16px;
  transition: all 0.3s;
  width: 16px;
}

.reason-point {
  margin-top: 12px;
}
.reason-point__item--white {
  padding-left: 100px;
}
@media screen and (max-width: 767px) {
  .reason-point__item--white {
    padding-left: 0;
  }
}
.reason-point__item--white .reason-point__item-inner {
  background-color: #ffffff;
  border-radius: 0 0 0 80px;
  padding-right: 125px;
}
@media screen and (max-width: 1000px) {
  .reason-point__item--white .reason-point__item-inner {
    padding-right: 25px;
  }
}
.reason-point__item--beige {
  background-color: #ffffff;
  padding-right: 100px;
}
@media screen and (max-width: 767px) {
  .reason-point__item--beige {
    padding-right: 0;
  }
}
.reason-point__item--beige .reason-point__item-inner {
  border-radius: 0 80px 80px 0;
  padding-left: 125px;
}
@media screen and (max-width: 767px) {
  .reason-point__item--beige .reason-point__item-inner {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 1000px) {
  .reason-point__item--beige .reason-point__item-inner {
    padding-left: 25px;
  }
}
.reason-point__item--white02 {
  padding-left: 100px;
}
@media screen and (max-width: 767px) {
  .reason-point__item--white02 {
    padding-left: 0;
  }
}
.reason-point__item--white02 .reason-point__item-inner {
  background-color: #ffffff;
  border-radius: 80px 0 0 80px;
  padding-right: 125px;
}
@media screen and (max-width: 1000px) {
  .reason-point__item--white02 .reason-point__item-inner {
    padding-right: 25px;
  }
}
.reason-point__item-inner {
  padding-left: 25px;
  padding-right: 25px;
}

.reason-card {
  align-items: flex-start;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
  padding-bottom: 60px;
  padding-top: 83px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .reason-card {
    align-items: center;
    padding-bottom: 30px;
    padding-top: 76px;
  }
}
.reason-card__img {
  max-width: 420px;
  width: 100%;
}
.reason-card__img img {
  aspect-ratio: 420/300;
  width: 100%;
}
.reason-card--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .reason-card {
    flex-direction: column;
    gap: 15px;
  }
}
.reason-card__txt {
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.reason-card__txt--01::before {
  background: url("dist/img/top-reason-num01.png") no-repeat center center;
  background-size: contain;
  background-size: contain;
  content: "";
  height: 100px;
  left: -36px;
  position: absolute;
  top: -53px;
  width: 100px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .reason-card__txt--01::before {
    background: url("dist/img/top-reason-num01_sp-reason.png") no-repeat center center;
    background-size: contain;
    height: 70px;
    left: 4px;
    top: -45px;
    width: 70px;
  }
}
.reason-card__txt--01 h3 {
  background-color: #ffffff;
}
.reason-card__txt--02::before {
  background: url("dist/img/top-reason-num02.png") no-repeat center center;
  background-size: contain;
  background-size: contain;
  content: "";
  height: 100px;
  left: -36px;
  position: absolute;
  top: -53px;
  width: 100px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .reason-card__txt--02::before {
    background: url("dist/img/top-reason-num02_sp-reason.png") no-repeat center center;
    background-size: contain;
    height: 70px;
    left: 4px;
    top: -45px;
    width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .reason-card__txt--02 h3 {
    background-color: #ffffff;
  }
}
.reason-card__txt--03::before {
  background: url("dist/img/top-reason-num03.png") no-repeat center center;
  background-size: contain;
  background-size: contain;
  content: "";
  height: 100px;
  left: -36px;
  position: absolute;
  top: -53px;
  width: 100px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .reason-card__txt--03::before {
    background: url("dist/img/top-reason-num03_sp-reason.png") no-repeat center center;
    background-size: contain;
    height: 70px;
    left: 4px;
    top: -45px;
    width: 70px;
  }
}
.reason-card__txt--03 h3 {
  background-color: #ffffff;
}
.reason-card__txt h3 {
  color: #d6812c;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  max-width: 352px;
  padding-left: 15px;
  padding-top: 10px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .reason-card__txt h3 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-left: 30px;
  }
}
@media screen and (max-width: 400px) {
  .reason-card__txt h3 {
    font-size: 4.5vw;
  }
}
.reason-card__txt p {
  margin-top: 25px;
  max-width: 352px;
  padding-left: 15px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .reason-card__txt p {
    margin-top: 30px;
    max-width: 350px;
    padding-left: 0px;
  }
}

.products-page {
  background-color: #f8f7f6;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .products-page {
    padding-bottom: 20px;
  }
}
.products-page__top-inner {
  padding-top: 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .products-page__top-inner {
    padding-top: 50px;
  }
}

.products-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 50px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  max-width: 1080px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .products-list {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
}
.products-list__li {
  background-color: #fff;
  border-radius: 20px;
  flex-grow: 1;
  max-width: calc((100% - 50px * 1) / 2);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .products-list__li {
    max-width: 100%;
  }
}

.products-item {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 46px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 46px;
  transition: all 0.3s;
}
@media screen and (min-width: 1000px) {
  .products-item:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .products-item {
    gap: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.products-item__logo {
  margin-left: auto;
  margin-right: auto;
  max-width: 386px;
  width: 100%;
}
.products-item__logo img {
  -o-object-fit: contain;
  aspect-ratio: 386/77;
  object-fit: contain;
  text-align: center;
  width: 100%;
}
.products-item__box-flex {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 445px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .products-item__box-flex {
    align-items: center;
    flex-direction: column;
  }
}
.products-item__box-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 210px;
  width: 100%;
}
.products-item__box-list li {
  align-items: flex-start;
  display: flex;
  flex-grow: 1;
  gap: 8px;
}
.products-item__box-check-icon {
  background: url("dist/img/check-icon-pink.svg") no-repeat center center;
  background-size: contain;
  display: block;
  flex-shrink: 0;
  height: 18px;
  width: 18px;
}
.products-item__box-txt {
  color: #3e3e3e;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42;
  text-align: justify;
}
.products-item__txt {
  color: #3e3e3e;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-width: 440px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .products-item__txt {
    -webkit-transform: scale(0.9);
    font-size: 1rem;
    margin-top: 12px;
    transform: scale(0.9);
  }
}
.products-item__box-img {
  max-width: 210px;
}
.products-item__box-img img {
  aspect-ratio: 206/120.55;
  width: 100%;
}
.products-item__btn {
  align-items: center;
  background-color: #858585;
  border-radius: 100px;
  color: #ffffff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  gap: 10px;
  justify-content: space-between;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: 164px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 9px;
  width: 100%;
}
.products-item__btn span {
  display: block;
}
.products-item__btn span:nth-child(2) {
  background: url("dist/img/tab-white.svg") no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
  height: 10px;
  width: 10px;
}

/*-----------------------------------------------------------------------------------------------------
パレットエデュケーションの活用シーン
------------------------------------------------------------------------------------------------------*/
.products-scene {
  background-color: #f8f7f6;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 60px;
  position: relative;
}
.products-scene::before {
  background: url("dist/img/bg-products.png") no-repeat center center;
  background-size: contain;
  bottom: 0px;
  content: "";
  display: block;
  height: 329px;
  left: 0px;
  position: absolute;
  width: 316px;
  z-index: 0;
}
.products-scene__inner {
  background-color: #fff;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding-bottom: 110px;
  padding-top: 40px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.products-scene-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 50px;
}
.products-scene-list li {
  width: 100%;
}

.products-scene-link {
  background-color: #f8f7f6;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 652px;
  padding-bottom: 17px;
  padding-top: 36px;
  position: relative;
  transition: all 0.3s;
  width: 100%;
}
.products-scene-link::before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 32px;
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  .products-scene-link:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.products-scene-link__flex {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.products-scene-link__flex picture {
  max-width: 234.5px;
}
.products-scene-link__flex picture img {
  aspect-ratio: 234.5/163;
  width: 100%;
}
.products-scene-link__right {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  width: 100%;
}
.products-scene-link__right h3 {
  color: #3e3e3e;
}
.products-scene-link__right-txt {
  color: #3e3e3e;
  margin-top: 16px;
}
.products-scene-link__right-btn {
  align-items: center;
  background-color: #858585;
  border-radius: 100px;
  color: #ffffff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  gap: 10px;
  justify-content: space-between;
  line-height: 1;
  margin-left: auto;
  margin-top: 20px;
  max-width: 164px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 9px;
  width: 100%;
}
.products-scene-link__right-btn span {
  display: block;
}
.products-scene-link__right-btn span:nth-child(2) {
  background: url("dist/img/arrow-white.svg") no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
  height: 12px;
  width: 12px;
}

.case-page {
  background-color: #f8f7f6;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .case-page {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.case-page::before {
  background: url("dist/img/bg-case.png") no-repeat center center;
  background-size: contain;
  bottom: 0px;
  content: "";
  display: block;
  height: 329px;
  left: 0px;
  position: absolute;
  width: 316px;
  z-index: 0;
}
.case-page__inner {
  background-color: #fff;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding-bottom: 110px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.case-page__top-inner {
  padding-top: 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .case-page__top-inner {
    padding-top: 50px;
  }
}

.products-scene-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 50px;
}
.products-scene-list li {
  width: 100%;
}

.case-menu {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 52px;
  max-width: 874.5px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .case-menu {
    flex-direction: column;
    margin-top: 30px;
  }
}

.case-menu-item {
  display: block;
  transition: all 0.3s;
}
@media screen and (min-width: 1000px) {
  .case-menu-item:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.case-menu-item__img {
  max-width: 234.5px;
}
@media screen and (max-width: 767px) {
  .case-menu-item__img {
    margin-left: auto;
    margin-right: auto;
  }
}
.case-menu-item__img img {
  aspect-ratio: 234.5/163;
}
.case-menu-item h2 {
  color: #3e3e3e;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .case-menu-item h2 {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
.case-menu-item__polygon {
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  max-width: 80px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .case-menu-item__polygon {
    max-width: 60px;
  }
}
.case-menu-item__polygon img {
  aspect-ratio: 80/25;
}

.case-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  max-width: 920px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .case-list {
    margin-top: 40px;
  }
}
.case-list__item {
  background-color: #f8f7f6;
  border-radius: 20px;
  padding-bottom: 19px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 28px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .case-list__item {
    padding-top: 20px;
  }
}

.case-item-flex {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 788.5px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .case-item-flex {
    flex-direction: column;
    gap: 20px;
  }
}
.case-item-flex__01 {
  max-width: 200px;
  padding-top: 6px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .case-item-flex__01 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }
}
.case-item-flex__01 p {
  margin-top: 16px;
}
.case-item-flex__02 {
  max-width: 220px;
  padding-top: 11px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .case-item-flex__02 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }
}
.case-item-flex__03 {
  max-width: 267.25px;
}
@media screen and (max-width: 767px) {
  .case-item-flex__03 {
    margin-left: auto;
    margin-right: auto;
  }
}
.case-item-flex__03 img {
  aspect-ratio: 267.25/181;
}

.case-item-tool {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  gap: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-width: 800px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .case-item-tool {
    flex-direction: column;
    margin-top: 30px;
  }
}
.case-item-tool__txt {
  flex-shrink: 0;
}
.case-item-tool__list {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .case-item-tool__list {
    gap: 10px;
  }
}
.case-item-tool__item {
  flex-grow: 1;
  max-width: calc((100% - 20px * 3) / 4);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .case-item-tool__item {
    max-width: calc((100% - 10px * 1) / 2);
  }
}

.faq-page {
  background-color: #ffffff;
}

.page-faq__wrap {
  background-color: #fff;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-width: 928px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .page-faq__wrap {
    margin-top: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.page-faq__wrap02 {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
  width: 100%;
}

.faq-q {
  align-items: center;
  background-color: #ffffff;
  border-bottom: 1px solid #dae5e3;
  cursor: pointer;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding-bottom: 26px;
  padding-left: 14px;
  padding-right: 20px;
  padding-top: 26px;
}
@media screen and (max-width: 767px) {
  .faq-q {
    padding-bottom: 15px;
    padding-right: 10px;
    padding-top: 15px;
  }
}
.faq-q__01 {
  align-items: center;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .faq-q__01 {
    gap: 18px;
  }
}
.faq-q__01 span {
  display: block;
}
.faq-q__01 span:nth-child(1) {
  background: url("dist/img/faq-q.svg") no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
  height: 23.14px;
  width: 16px;
}
@media screen and (max-width: 767px) {
  .faq-q__01 span:nth-child(1) {
    height: 18.51px;
    width: 12.8px;
  }
}
.faq-q__01 span:nth-child(2) {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .faq-q__01 span:nth-child(2) {
    line-height: 1.5;
  }
}
.faq-q__02 {
  background: url("dist/img/faq-plus.svg") no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
  height: 20px;
  transition: all 0.3s;
  width: 20px;
}

.faq-a-active .faq-q__02 {
  background: url("dist/img/faq-minus.svg") no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
  height: 20px;
  transition: all 0.3s;
  width: 20px;
}

.faq-a {
  align-items: center;
  background-color: #f3f7f9;
  display: flex;
  gap: 50px;
  justify-content: flex-start;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 50px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .faq-a {
    gap: 22.5px;
    padding-right: 33px;
  }
}
.faq-a span {
  display: block;
}
.faq-a span:nth-child(1) {
  background: url("dist/img/faq-a.svg") no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
  height: 27px;
  width: 21px;
}
@media screen and (max-width: 767px) {
  .faq-a span:nth-child(1) {
    height: 32px;
    width: 16px;
  }
}
.faq-a span:nth-child(2) {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
}

.faq-cat-ttl {
  font-size: 2.4rem;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  max-width: 928px;
  padding-left: 14px;
  padding-top: 60px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .faq-cat-ttl {
    font-size: 1.8rem;
    padding-left: 10px;
    padding-top: 40px;
  }
}

.faq-main-content {
  background-color: #f8f7f6;
  padding-bottom: 80px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .faq-main-content {
    padding-bottom: 50px;
  }
}

.price-page {
  background-color: #f8f7f6;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .price-page {
    padding-bottom: 30px;
  }
}
.price-page__top-inner {
  padding-top: 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .price-page__top-inner {
    padding-top: 50px;
  }
}

.price-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  max-width: 1080px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .price-list {
    gap: 10px 10px;
    margin-top: 30px;
  }
}
.price-list__li {
  background-color: #fff;
  border-radius: 20px;
  flex-grow: 1;
  max-width: calc((100% - 40px * 2) / 3);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .price-list__li {
    margin-left: auto;
    margin-right: auto;
    max-width: calc((100% - 10px * 1) / 2);
  }
}

.price-item {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  height: 100%;
  justify-content: space-between;
  padding-bottom: 31px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 31px;
  transition: all 0.3s;
}
@media screen and (min-width: 1000px) {
  .price-item:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .price-item {
    gap: 15px;
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
.price-item__logo {
  margin-left: auto;
  margin-right: auto;
  max-width: 386px;
  width: 100%;
}
.price-item__logo img {
  -o-object-fit: contain;
  aspect-ratio: 280/77;
  object-fit: contain;
  text-align: center;
  width: 100%;
}
.price-item__box-img {
  margin-left: auto;
  margin-right: auto;
  max-width: 210px;
}
.price-item__box-img img {
  aspect-ratio: 206/128.55;
  width: 100%;
}
.price-item__txt {
  color: #3e3e3e;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-width: 440px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .price-item__txt {
    -webkit-transform: scale(0.9);
    font-size: 1rem;
    margin-top: 12px;
    transform: scale(0.9);
  }
}
.price-item__btn {
  align-items: center;
  background-color: #858585;
  border-radius: 100px;
  color: #ffffff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  gap: 10px;
  justify-content: space-between;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  max-width: 164px;
  padding-bottom: 10px;
  padding-left: 23px;
  padding-right: 20px;
  padding-top: 9px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .price-item__btn {
    font-size: 1rem;
    gap: 3px;
    max-width: 107px;
    padding-bottom: 7px;
    padding-left: 17px;
    padding-right: 12px;
    padding-top: 6px;
  }
}
.price-item__btn span {
  display: block;
}
.price-item__btn span:nth-child(2) {
  background: url("dist/img/tab-white.svg") no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
  height: 10px;
  width: 10px;
}

.download-page-flex {
  border: none !important;
}

.download-page-left__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 75px 0px 166px;
  width: 63.484%;
}
@media screen and (max-width: 767px) {
  .download-page-left__inner {
    padding: 50px 25px;
    width: 100%;
  }
}

.download-page__ttl {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .download-page__ttl {
    font-size: 2rem;
    line-height: 1.2;
  }
}

.download-page__txt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9;
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .download-page__txt {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    max-width: 340px;
    text-align: justify;
    width: 100%;
  }
}

.download-page-img {
  margin-top: 67px;
}
@media screen and (max-width: 767px) {
  .download-page-img {
    margin-top: 50px;
  }
}
.download-page-img img {
  -o-object-fit: contain;
  aspect-ratio: 400/230;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .download-page-img img {
    aspect-ratio: 320/183;
  }
}

/*-------- 右側(フォーム)(-------*/
.download-right {
  background: #e7efef;
  width: 38.54%;
}
@media screen and (max-width: 767px) {
  .download-right {
    width: 100%;
  }
}

.download-right__inner {
  max-width: 1200px;
  padding: 54px 9.4vw 0px 4.6vw;
}
@media screen and (max-width: 767px) {
  .download-right__inner {
    padding: 40px 30px 43px;
  }
}
.download-right__inner iframe {
  overflow: auto !important;
}

.download-right__ttl {
  border-bottom: 1px solid #bebebe;
  color: #a38668;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 350px) {
  .download-right__ttl {
    font-size: 6.5vw;
  }
}

.kiyaku {
  padding-bottom: 80px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .kiyaku {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.txt-flex03 {
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: space-between;
  padding-bottom: 20px;
  padding-top: 20px;
}
.txt-flex03 span {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.5;
}
.txt-flex03 span:nth-child(1) {
  max-width: 350px;
  width: 100%;
}
.txt-flex03 span:nth-child(2) {
  word-wrap: break-word;
  max-width: 295px;
  width: 100%;
}

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

.txt-ttl {
  display: flex;
  margin-bottom: 10px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .txt-ttl {
    margin-top: 40px;
  }
}
.txt-ttl span {
  color: #6c9ad2;
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .txt-ttl span {
    font-size: 1.8rem;
  }
}

.txt-txt {
  line-height: 2;
}

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

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

.txt-flex {
  display: flex;
  gap: 8px;
}
.txt-flex span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .txt-flex span {
    font-size: 1.2rem;
  }
}
.txt-flex span:nth-child(1) {
  text-align: right;
  width: 19.45px;
}
.txt-flex span:nth-child(2) {
  width: calc(100% - 27.45px);
}

.txt-flex-list {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .txt-flex-list {
    margin-top: 40px;
  }
}
.txt-flex-list__item {
  align-items: center;
  border-bottom: 1px solid #dbd5c2;
  display: flex;
  gap: 30px;
  padding: 20px 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .txt-flex-list__item {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
.txt-flex-list__ttl {
  min-width: 29.51%;
}
/*------------------------------------------------------------------------------------------------
メインビジュアル
------------------------------------------------------------------------------------------------*/
.mv {
  padding-left: 13.5px;
  padding-right: 13.5px;
  padding-top: 124px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv {
    padding-bottom: 35px;
    padding-top: 126px;
  }
}
.mv::before {
  background: url("dist/img/mv-bg-left.png") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 232px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .mv::before {
    background: url("dist/img/mv-bg-left_sp.png") no-repeat center center;
    background-size: contain;
    bottom: 22px;
    height: 152px;
    top: initial;
    width: 42px;
    z-index: -1;
  }
}
.mv::after {
  background: url("dist/img/mv-bg-right.png") no-repeat center center;
  background-size: contain;
  bottom: 0px;
  content: "";
  display: block;
  height: 87%;
  position: absolute;
  right: 0px;
  width: 326px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .mv::after {
    background: url("dist/img/mv-bg-right_sp.png") no-repeat center center;
    background-size: contain;
    bottom: 0;
    height: 100%;
    width: 94px;
  }
}
.mv__flex {
  align-items: flex-end;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 883.57px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv__flex {
    display: block;
    max-width: 298px;
  }
}
.mv__left {
  margin-right: -53px;
  padding-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .mv__left {
    margin-right: initial;
    padding-bottom: 0;
  }
}
.mv__left--img {
  margin-left: auto;
  margin-right: auto;
  max-width: 525px;
  width: 100%;
}
.mv__right {
  max-width: 412.14px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.mv__right img {
  -o-object-fit: contain;
  -o-object-position: bottom;
  object-fit: contain;
  object-position: bottom;
}

.mv-cv {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .mv-cv {
    margin-top: 46px;
  }
}
.mv-cv__btn {
  display: block;
  max-width: 280px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv-cv__btn {
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
  }
}
@media screen and (min-width: 1000px) {
  .mv-cv__btn:hover {
    opacity: 0.6;
    transition: all 0.3s;
  }
}

/*------------------------------------------------------------------------------------------------
教育の課題を
ワンストップで解決
------------------------------------------------------------------------------------------------*/
.top-desc {
  background-color: #f8f7f6;
  padding-bottom: 35px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 81px;
}
@media screen and (max-width: 767px) {
  .top-desc {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 43px;
  }
}
.top-desc__flex {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-left: auto;
  max-width: 1190px;
}
@media screen and (min-width: 1600px) {
  .top-desc__flex {
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .top-desc__flex {
    flex-direction: column-reverse;
  }
}
.top-desc__left {
  padding-top: 33px;
}
@media screen and (max-width: 767px) {
  .top-desc__left {
    padding-top: 0;
  }
}
.top-desc__left-logo {
  max-width: 303px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-desc__left-logo {
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
  }
}
.top-desc h2 {
  color: #bd5050;
  font-weight: 500;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .top-desc h2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 290px;
    width: 100%;
  }
}
.top-desc__left-txt {
  margin-top: 20px;
  max-width: 340px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-desc__left-txt {
    margin-left: auto;
    margin-right: auto;
    max-width: 290px;
  }
}
.top-desc__left-btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .top-desc__left-btns {
    flex-direction: row;
    gap: 6px;
    justify-content: center;
  }
}
.top-desc__left-btns a {
  align-items: center;
  background-color: #fff;
  border: 2px solid #a96363;
  border-radius: 40px;
  color: #a96363;
  display: flex;
  font-size: 1.8rem;
  font-weight: 500;
  gap: 10px;
  justify-content: space-between;
  line-height: 1;
  max-width: 240px;
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 24px;
  padding-top: 16px;
  transition: all 0.3s;
  width: 100%;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .top-desc__left-btns a:hover {
    background-color: #a96363;
    color: #ffffff;
    transition: all 0.3s;
  }
  .top-desc__left-btns a:hover span:nth-child(2) {
    background: url("dist/img/arrow-white.svg") no-repeat center center;
  }
}
@media screen and (max-width: 767px) {
  .top-desc__left-btns a {
    font-size: 1.6rem;
    gap: 6px;
    max-width: 180px;
    padding-bottom: 18px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 18px;
  }
}
@media screen and (max-width: 390px) {
  .top-desc__left-btns a {
    font-size: 3.79vw;
  }
}
.top-desc__left-btns a span {
  display: block;
}
.top-desc__left-btns a span:nth-child(2) {
  background: url("dist/img/arrow-red.svg") no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
  height: 16px;
  width: 16px;
}
@media screen and (max-width: 350px) {
  .top-desc__left-btns a span:nth-child(2) {
    height: 12px;
    width: 12px;
  }
}
.top-desc__right {
  max-width: 745px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-desc__right {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    max-width: 320px;
  }
}

/*------------------------------------------------------------------------------------------------
パレットエデュケーションの主なツール
------------------------------------------------------------------------------------------------*/
.top-tool {
  background-color: #f8f7f6;
  padding-bottom: 3px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .top-tool {
    padding-bottom: 70px;
  }
}
.top-tool h2 {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .top-tool h2 {
    text-align: center;
  }
}
.top-tool h2 picture {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-tool h2 picture {
    max-width: 320px;
  }
}
.top-tool h2 p {
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top-tool h2 p {
    font-size: 1.6rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .top-tool h2 {
    flex-direction: column;
  }
}
.top-tool__box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 64px;
  max-width: 1100px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-tool__box {
    gap: 10px;
    margin-top: 30px;
  }
}
.top-tool__item {
  background-color: #fff;
  border-radius: 20px;
  flex-grow: 1;
  max-width: calc((100% - 30px * 3) / 4);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-tool__item {
    max-width: calc((100% - 15px * 1) / 2);
  }
}
.top-tool__item__flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-tool__item__flex {
    gap: 7px;
  }
}
.top-tool__link {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  justify-content: space-between;
  padding-bottom: 31px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 31px;
  transition: all 0.3s;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-tool__link {
    padding-bottom: 10px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .top-tool__link:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.top-tool__img {
  aspect-ratio: 200/114;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
}
.top-tool__logo {
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
  width: 100%;
}
.top-tool h3 {
  color: #bd5050;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .top-tool h3 {
    font-size: 1.6rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 380px) {
  .top-tool h3 {
    font-size: 4vw;
  }
}
.top-tool__txt {
  color: #3e3e3e;
  margin-left: auto;
  margin-right: auto;
  max-width: 220px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-tool__txt {
    font-size: 1rem;
    font-weight: 400;
    margin-top: 3px;
    max-width: 137px;
  }
}
.top-tool__btn {
  align-items: center;
  background-color: #858585;
  border: 2px solid #858585;
  border-radius: 100px;
  color: #ffffff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  gap: 10px;
  justify-content: space-between;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  max-width: 164px;
  padding-bottom: 9px;
  padding-left: 36px;
  padding-right: 20px;
  padding-top: 9px;
  transition: all 0.3s;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-tool__btn {
    border-radius: 54px;
    font-size: 1rem;
    gap: 0;
    max-width: 90px;
    padding-bottom: 5px;
    padding-left: 14px;
    padding-right: 10px;
    padding-top: 5px;
  }
}
.top-tool__btn span {
  display: block;
}
.top-tool__btn span:nth-child(2) {
  background: url("dist/img/arrow-white.svg") no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
  height: 12px;
  width: 12px;
}
@media screen and (max-width: 767px) {
  .top-tool__btn span:nth-child(2) {
    height: 6px;
    width: 6px;
  }
}

@media screen and (min-width: 390px) {
  .min-sp-br {
    display: none;
  }
}
/*------------------------------------------------------------------------------------------------
90秒でわかるパレットエデュケーション
------------------------------------------------------------------------------------------------*/
.top-video {
  padding-bottom: 221px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 44px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-video {
    padding-bottom: 86px;
    padding-top: 0;
  }
}
.top-video::before {
  background-color: #6c9ad2;
  border-radius: 999px;
  bottom: -449px;
  content: "";
  display: block;
  height: 572px;
  opacity: 0.8;
  position: absolute;
  right: -204px;
  width: 572px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-video::before {
    bottom: -206px;
    height: 321px;
    right: -69px;
    width: 321px;
  }
}
.top-video::after {
  background-color: #f8f7f6;
  content: "";
  display: block;
  height: 480px;
  position: absolute;
  right: 0;
  top: 132px;
  width: 80.55%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-video::after {
    height: 76.85%;
    max-width: 340px;
    top: 39px;
    width: 87.17%;
  }
}
.top-video__flex {
  align-items: flex-end;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1277px;
  position: relative;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .top-video__flex {
    align-items: center;
    flex-direction: column;
    gap: 44px;
  }
}
.top-video__left {
  max-width: 705px;
  width: 100%;
}
.top-video__video {
  aspect-ratio: 705/390;
  margin-left: auto;
  margin-right: auto;
  max-width: 705px;
  position: relative;
  width: 100%;
}
.top-video__right {
  max-width: 524px;
  padding-bottom: 42px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-video__right {
    padding-bottom: 44px;
  }
}
@media screen and (max-width: 767px) {
  .top-video__ttl {
    font-size: 1.8rem;
  }
}
.top-video__txt {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .top-video__txt {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}

/*------------------------------------------------------------------------------------------------
デジタル化やオンライン教育など
こんなお悩み・課題はありませんか？
------------------------------------------------------------------------------------------------*/
.top-check {
  padding-bottom: 144px;
  padding-top: 63px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-check {
    padding-bottom: 31px;
    padding-top: 0;
  }
}
.top-check::after {
  background-color: #f3f7f9;
  content: "";
  display: block;
  height: 405px;
  left: 0;
  position: absolute;
  top: 189px;
  width: 80.55%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-check::after {
    content: none;
  }
}
.top-check__flex {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-left: auto;
  max-width: 1259px;
  position: relative;
  width: 100%;
  z-index: 3;
}
@media screen and (min-width: 1900px) {
  .top-check__flex {
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .top-check__flex {
    flex-direction: column-reverse;
    gap: 44px;
  }
}
.top-check__left {
  max-width: 524px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-check__left {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-check__ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1280px) {
  .top-check__ttl {
    padding-left: 20px;
  }
}
.top-check__wrap {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .top-check__wrap {
    background-color: #f3f7f9;
    margin-top: 27px;
    padding-bottom: 50px;
    padding-top: 42px;
  }
}
.top-check__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .top-check__list {
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.top-check__list li {
  align-items: center;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .top-check__list li {
    gap: 14px;
  }
}
.top-check__list li .check-icon {
  background: url("dist/img/check.svg") no-repeat center center;
  background-size: contain;
  display: block;
  flex-shrink: 0;
  height: 23px;
  width: 23px;
}
.top-check__txt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  .top-check__txt {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
  }
}
.top-check__right {
  max-width: 658px;
  padding-top: 21px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-check__right {
    max-width: 82.05%;
    padding-top: 0;
  }
}
.check-red-txt {
  color: #a96363;
}

/*------------------------------------------------------------------------------------------------
パレットエデュケーションが選ばれる理由
------------------------------------------------------------------------------------------------*/
.top-reason {
  position: relative;
}
.top-reason::before {
  background-color: #8d7db4;
  border-radius: 200px 0 0 0;
  content: "";
  display: block;
  height: 50%;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 29px;
  width: 290px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-reason::before {
    border-radius: 100px 0 0 0;
    max-width: 172px;
    width: 44.1%;
  }
}
.top-reason__ttl {
  text-align: center;
}
.top-reason__txt {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 704px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-reason__txt {
    margin-top: 20px;
    max-width: 320px;
    text-align: justify;
  }
}

.top-reason-top {
  background: url("dist/img/bg-gray.png") no-repeat top center;
  background-size: auto;
  padding-bottom: 75px;
  padding-top: 225px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-reason-top {
    padding-bottom: 29px;
    padding-top: 160px;
  }
}
@media screen and (max-width: 580px) {
  .top-reason-top {
    background: url("dist/img/bg-gray_sp.png") no-repeat top center;
    background-size: auto;
  }
}
.top-reason-top::after {
  background-color: #86b45f;
  border-radius: 999px;
  bottom: 0px;
  content: "";
  display: block;
  height: 226px;
  opacity: 0.8;
  position: absolute;
  right: -118px;
  width: 226px;
  z-index: 3;
}
@media screen and (max-width: 940px) {
  .top-reason-top::after {
    right: -200px;
  }
}
@media screen and (max-width: 767px) {
  .top-reason-top::after {
    bottom: initial;
    height: 158px;
    max-width: 158px;
    right: -113px;
    top: 99px;
  }
}
@media screen and (max-width: 350px) {
  .top-reason-top::after {
    width: 45vw;
  }
}

.top-reason-bottom {
  background-color: #f8f7f6;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 65px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-reason-bottom {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.top-reason-bottom ul {
  display: flex;
  gap: 25px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-reason-bottom ul {
    align-items: center;
    flex-direction: column;
    gap: 75px;
  }
}
.top-reason-bottom ul li {
  background-color: #fff;
  flex-grow: 1;
  max-width: calc((100% - 25px * 2) / 3);
  padding-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 45px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-reason-bottom ul li {
    max-width: 350px;
    width: 100%;
  }
}
.top-reason-bottom ul li::after {
  color: #998676;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 9.5rem;
  font-weight: 700;
  left: 30px;
  line-height: 1;
  opacity: 0.2;
  position: absolute;
  top: -65px;
}
@media screen and (max-width: 767px) {
  .top-reason-bottom ul li::after {
    font-size: 7rem;
    top: -50px;
  }
}
.top-reason-bottom ul li:nth-child(1)::after {
  content: "01";
}
.top-reason-bottom ul li:nth-child(2)::after {
  content: "02";
}
.top-reason-bottom ul li:nth-child(3)::after {
  content: "03";
}
.top-reason-bottom__card {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 280px;
  width: 100%;
}
.top-reason-bottom__card h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.top-reason-bottom__card picture {
  aspect-ratio: 280/190;
  width: 100%;
}
.top-reason-bottom__morebtn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .top-reason-bottom__morebtn {
    margin-top: 40px;
  }
}

/*------------------------------------------------------------------------------------------------
お客様の声
------------------------------------------------------------------------------------------------*/
.top-voice {
  background-color: #fff;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 100px;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .top-voice {
    padding-bottom: 57px;
    padding-top: 61px;
  }
}
.top-voice::before {
  background: url("dist/img/bg-yellpw-set.png") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 391px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 358px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-voice::before {
    background: url("dist/img/bg-yellpw-set_sp.png") no-repeat center center;
    background-size: contain;
    height: 158px;
    max-width: 116px;
  }
}
@media screen and (max-width: 350px) {
  .top-voice::before {
    width: 45vw;
  }
}
.top-voice::after {
  background-color: #6c9ad2;
  bottom: 0px;
  content: "";
  display: block;
  height: 300px;
  position: absolute;
  right: 0px;
  width: 300px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-voice::after {
    height: 300px;
    max-width: 70px;
  }
}
.top-voice__flex {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1134px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-voice__flex {
    flex-direction: column;
  }
}
.top-voice__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 310px;
  padding-top: 96px;
}
@media screen and (max-width: 767px) {
  .top-voice__left {
    margin-left: auto;
    margin-right: auto;
    padding-top: initial;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .top-voice__btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}
.top-voice__right {
  flex-grow: 1;
  max-width: 740px;
  width: 100%;
}
.top-voice__right ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 40px;
  max-width: 740px;
  width: 100%;
}
.top-voice__right ul li {
  background-color: #f8f7f6;
  flex-grow: 1;
  max-width: calc((100% - 40px * 1) / 2);
  padding-bottom: 51px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 94px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-voice__right ul li {
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
  }
}
.top-voice__right ul li::before {
  background: url("dist/img/conma.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 22px;
  left: 30px;
  position: absolute;
  top: 40px;
  width: 30px;
  z-index: 1;
}
.top-voice__item {
  margin-left: auto;
  margin-right: auto;
  max-width: 290px;
}
.top-voice__item h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.top-voice__cat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}
.top-voice__cat {
  border: 1px solid #bcb6b6;
  border-radius: 5px;
  color: #bcb6b6;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 6px 7px;
}
.top-voice__item-txt {
  margin-top: 20px;
}

/*------------------------------------------------------------------------------------------------
主な取引先
------------------------------------------------------------------------------------------------*/
.top-suppliers {
  background-color: #fff;
  padding-bottom: 64px;
  padding-top: 79px;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .top-suppliers {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.top-suppliers__ttl {
  text-align: center;
}
.top-suppliers__txt {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .top-suppliers__txt {
    text-align: center;
  }
}

.top-suppliers-swiper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 110px;
  max-width: 1140px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-suppliers-swiper {
    margin-top: 30px;
    max-width: 207px;
  }
}
.top-suppliers-swiper .swiper-horizontal > .swiper-scrollbar,
.top-suppliers-swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
  top: -37px;
}
.top-suppliers-swiper .swiper-scrollbar {
  background: #dbd5c2;
  /* 背景色（現在のスライド以外） */
  border-radius: 0px;
  /* 丸み */
  height: 1px !important;
}
.top-suppliers-swiper .swiper-scrollbar-drag {
  background: #8d7db4;
  /* 背景色（現在のスライド） */
  border-radius: 0px;
  /* 丸み */
  height: 5px;
  top: -2.5px;
}
.top-suppliers-swiper .swiper-button-next::after,
.top-suppliers-swiper .swiper-button-next-sp::after {
  content: "none";
  display: none;
}
.top-suppliers-swiper .swiper-button-next:before,
.top-suppliers-swiper .swiper-button-next-sp:before {
  -webkit-transform: translateY(-50%);
  background: url("dist/img/right.svg") no-repeat center center;
  background-size: contain;
  content: "";
  height: 48px;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
}
@media screen and (max-width: 767px) {
  .top-suppliers-swiper .swiper-button-next:before,
.top-suppliers-swiper .swiper-button-next-sp:before {
    right: -60px;
  }
}
.top-suppliers-swiper .swiper-button-prev::after,
.top-suppliers-swiper .swiper-button-prev-sp::after {
  content: "none";
  display: none;
}
.top-suppliers-swiper .swiper-button-prev:before,
.top-suppliers-swiper .swiper-button-prev-sp:before {
  -webkit-transform: translateY(-50%);
  background: url("dist/img/left.svg") no-repeat center center;
  background-size: contain;
  content: "";
  height: 48px;
  left: -50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
}
@media screen and (max-width: 767px) {
  .top-suppliers-swiper .swiper-button-prev:before,
.top-suppliers-swiper .swiper-button-prev-sp:before {
    left: -60px;
  }
}

.top-suppliers .swiper-pagination-sp {
  margin-top: 30px;
  text-align: center;
}
.top-suppliers .swiper-pagination-sp .swiper-pagination-bullet {
  background-color: #ffffff;
  border: 3px solid #858585;
  height: 13px;
  width: 13px;
}
.top-suppliers .swiper-pagination-sp .swiper-pagination-bullet-active {
  background-color: #bcb6b6;
  border: none;
  height: 13px;
  width: 13px;
}

.swiper-container01,
.swiper-container01-sp {
  overflow: hidden;
}

/*------------------------------------------------------------------------------------------------
サービスの組合わせ例
------------------------------------------------------------------------------------------------*/
.top-service {
  background-color: #f8f7f6;
  padding-bottom: 98px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 97px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-service {
    padding-bottom: 32px;
    padding-top: 35px;
  }
}
.top-service::before {
  background-color: #86b45f;
  border-radius: 999px;
  content: "";
  display: block;
  height: 687px;
  left: 0;
  margin: auto;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: -546px;
  width: 687px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .top-service::before {
    height: 332px;
    top: -260px;
    width: 332px;
  }
}
.top-service__wrap {
  background-color: #fff;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1340px;
  padding-bottom: 57px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 79px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-service__wrap {
    border-radius: 16px;
    padding-bottom: 52px;
    padding-top: 59px;
  }
}
.top-service__morebtn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .top-service__morebtn {
    margin-top: 25px;
  }
}
.top-service__ttl {
  text-align: center;
}
.top-service__txt {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .top-service__txt {
    text-align: center;
  }
}

.top-service-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
  max-width: 986px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-service-list {
    gap: 0;
    margin-top: 35px;
  }
}
.top-service-list__ttl {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-service-list__ttl {
    padding: 10px 7px;
  }
}
.top-service-list__ttl-flex {
  align-items: center;
  display: flex;
  flex-grow: 1;
  gap: 10px;
}
.top-service-list__ttl-flex span {
  display: block;
}
.top-service-list__ttl-flex span:nth-child(1) {
  width: 54px;
}
@media screen and (max-width: 767px) {
  .top-service-list__ttl-flex span:nth-child(1) {
    width: 45px;
  }
}
.top-service-list__ttl-flex span:nth-child(1) img {
  aspect-ratio: 1/1;
  width: 100%;
}
.top-service-list__ttl-flex span:nth-child(2) {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .top-service-list__ttl-flex span:nth-child(2) {
    font-size: 1.6rem;
  }
}
.top-service-list__ttl-icon {
  display: block;
  height: 18px;
  position: relative;
  width: 18px;
}
.top-service-list__ttl-icon::before {
  background: url("dist/img/plus-green.svg") no-repeat center center;
  background-size: contain;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 18px;
}

.sp-accordion-open .top-service-list__ttl-icon::before {
  background: url("dist/img/minus-green.svg") no-repeat center center;
  background-size: contain;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 18px;
}

.top-service-box {
  display: flex;
  gap: 30px;
  margin-top: -10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-service-box {
    flex-direction: column;
    gap: 20px;
    margin-top: initial;
  }
}
.top-service-box__left {
  background-color: #f8f7f6;
  border-radius: 10px;
  flex-grow: 1;
  max-width: 296px;
  padding-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 35px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-service-box__left {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-bottom: 24px;
    padding-top: 24px;
  }
}
.top-service-box__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .top-service-box__list {
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.top-service-box__list li {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .top-service-box__list li {
    gap: 15px;
  }
}
.top-service-box__list li .check-icon-service {
  background: url("dist/img/check.svg") no-repeat center center;
  background-size: contain;
  display: block;
  flex-shrink: 0;
  height: 17.5px;
  width: 17.5px;
}
.top-service-box__txt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42;
  max-width: 182px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-service-box__txt {
    max-width: 100%;
  }
}
.top-service-box__right {
  align-items: center;
  display: flex;
  flex-grow: 1;
  gap: 30px;
  max-width: 660px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-service-box__right {
    flex-direction: column;
    gap: 26px;
    margin-top: 30px;
  }
}
.top-service-box__right li {
  align-items: center;
  background-color: #fff;
  border: 1px solid #bcb6b6;
  border-radius: 10px;
  display: flex;
  flex-grow: 1;
  height: 100%;
  justify-content: center;
  max-width: calc((100% - 30px * 2) / 3);
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-service-box__right li {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
  }
}
.top-service-box__right li img {
  aspect-ratio: 1/1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-service-box__right li img {
    aspect-ratio: initial;
  }
}
.top-service-box__right li:not(:nth-child(1))::before {
  -webkit-transform: translateY(-50%);
  background: url("dist/img/service-plus.svg") no-repeat center center;
  background-size: contain;
  content: "";
  height: 20px;
  left: -26px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
@media screen and (max-width: 767px) {
  .top-service-box__right li:not(:nth-child(1))::before {
    height: 16px;
    left: 0;
    margin: auto;
    right: 0;
    top: -14px;
    width: 16px;
  }
}

.check-pink-txt {
  color: #bd5050;
}

/*------------------------------------------------------------------------------------------------
お役立ちコラム
------------------------------------------------------------------------------------------------*/
.top-column {
  background-color: #f6f5f1;
  padding-bottom: 67px;
  padding-top: 33px;
}
@media screen and (max-width: 767px) {
  .top-column {
    padding-bottom: 51px;
    padding-top: 58px;
  }
}

/*------------------------------------------------------------------------------------------------
よくあるご質問
------------------------------------------------------------------------------------------------*/
.top-faq {
  background-color: #ffffff;
  padding-bottom: 70px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 70px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-faq {
    padding-bottom: 33px;
    padding-top: 40px;
  }
}
.top-faq::before {
  background-color: #86b45f;
  border-radius: 0 0 200px 0;
  content: "";
  display: block;
  height: 408px;
  left: 0px;
  opacity: 0.8;
  position: absolute;
  top: 13px;
  top: 0;
  width: 355px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-faq::before {
    height: 147px;
    left: 0px;
    top: 0px;
    width: 108px;
  }
}
.top-faq::after {
  background-color: #6c9ad2;
  bottom: 0px;
  content: "";
  display: block;
  height: 640px;
  position: absolute;
  right: 0px;
  width: 356px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-faq::after {
    height: 394px;
    max-width: 135px;
  }
}
.top-faq__wrap {
  background-color: #fff;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  max-width: 928px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-faq__wrap {
    margin-top: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.top-faq__wrap02 {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
  width: 100%;
}

.faq-q {
  align-items: center;
  background-color: #ffffff;
  border-bottom: 1px solid #dae5e3;
  cursor: pointer;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding-bottom: 26px;
  padding-left: 14px;
  padding-right: 20px;
  padding-top: 26px;
}
@media screen and (max-width: 767px) {
  .faq-q {
    padding-bottom: 15px;
    padding-right: 10px;
    padding-top: 15px;
  }
}
.faq-q__01 {
  align-items: center;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .faq-q__01 {
    gap: 18px;
  }
}
.faq-q__01 span {
  display: block;
}
.faq-q__01 span:nth-child(1) {
  background: url("dist/img/faq-q.svg") no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
  height: 23.14px;
  width: 16px;
}
@media screen and (max-width: 767px) {
  .faq-q__01 span:nth-child(1) {
    height: 18.51px;
    width: 12.8px;
  }
}
.faq-q__01 span:nth-child(2) {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .faq-q__01 span:nth-child(2) {
    line-height: 1.5;
  }
}
.faq-q__02 {
  background: url("dist/img/faq-plus.svg") no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
  height: 20px;
  transition: all 0.3s;
  width: 20px;
}

.faq-a-active .faq-q__02 {
  background: url("dist/img/faq-minus.svg") no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
  height: 20px;
  transition: all 0.3s;
  width: 20px;
}

.faq-a {
  align-items: center;
  background-color: #f3f7f9;
  display: flex;
  gap: 50px;
  justify-content: flex-start;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 50px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .faq-a {
    gap: 22.5px;
    padding-right: 33px;
  }
}
.faq-a span {
  display: block;
}
.faq-a span:nth-child(1) {
  background: url("dist/img/faq-a.svg") no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
  height: 27px;
  width: 21px;
}
@media screen and (max-width: 767px) {
  .faq-a span:nth-child(1) {
    height: 32px;
    width: 16px;
  }
}
.faq-a span:nth-child(2) {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
}

.top-faq-morebtn {
  font-size: 2rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  max-width: 400px;
  padding-bottom: 14px;
  padding-left: 51px;
  padding-right: 30px;
  padding-top: 14px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-faq-morebtn {
    font-size: 1.6rem;
    margin-top: 30px;
    max-width: 320px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 30px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 350px) {
  .top-faq-morebtn {
    font-size: 4.35vw;
  }
}

/*------------------------------------------------------------------------------------------------
資料ダウンロード（無料）
------------------------------------------------------------------------------------------------*/
.top-download {
  background-color: #f8f7f6;
  padding-bottom: 67px;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 61px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-download {
    padding-bottom: 42px;
    padding-top: 31px;
  }
}
.top-download h2 {
  color: #3e3e3e;
}
.top-download__txt {
  color: #3e3e3e;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-width: 820px;
  text-align: center;
  width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .top-download__txt {
    text-align: justify;
  }
}

.top-download-wrap {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  max-width: 1170px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-download-wrap {
    margin-top: 35px;
  }
}

.top-download-morebtn {
  font-size: 2rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 49px;
  max-width: 400px;
  padding-bottom: 14px;
  padding-left: 40px;
  padding-right: 30px;
  padding-top: 14px;
}
@media screen and (max-width: 767px) {
  .top-download-morebtn {
    font-size: 1.6rem;
    margin-top: 35px;
    max-width: 320px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 350px) {
  .top-download-morebtn {
    justify-content: center;
  }
}

/*------------------------------------------------------------------------------------------------
お知らせ
------------------------------------------------------------------------------------------------*/
.top-news {
  display: flex;
}
@media screen and (max-width: 767px) {
  .top-news {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .top-news__item-link:hover {
    opacity: 0.6;
    transition: all 0.3s;
  }
}
.top-news__item {
  align-items: center;
  border-bottom: 2px solid #ffffff;
  display: flex;
  gap: 25px;
  justify-content: space-between;
  padding-bottom: 16px;
  padding-left: 27px;
  padding-right: 16px;
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .top-news__item {
    gap: 20px;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 16px;
    padding-top: 10px;
  }
}
.top-news__item .top-news-arrow {
  display: block;
  height: 14.38px;
  position: relative;
  width: 8.61px;
}
.top-news__item .top-news-arrow::before {
  background: url("dist/img/right-arrow_yellow.svg") no-repeat center center;
  background-size: contain;
  content: "";
  height: 14.38px;
  position: absolute;
  width: 8.61px;
}
.top-news__wrap {
  align-items: center;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-news__wrap {
    align-items: flex-start;
    flex-direction: column;
  }
}
.top-news__wrap--date {
  color: #d1ae37;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .top-news__wrap--date {
    font-weight: 400;
  }
}
.top-news__wrap--ttl {
  color: #3e3e3e;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .top-news__wrap--ttl {
    margin-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
}

.news-left {
  align-items: center;
  background-color: #d1ae37;
  display: flex;
  justify-content: center;
  min-height: inherit;
  padding-left: 7px;
  padding-right: 7px;
  text-align: center;
  width: 32.63%;
}
@media screen and (max-width: 767px) {
  .news-left {
    display: block;
    padding-bottom: 32px;
    padding-top: 28px;
    width: 100%;
  }
}
.news-left__inner {
  width: 100%;
}
.news-left h2 {
  color: #ffffff;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .news-left h2 {
    margin-bottom: 20px;
  }
}

.news-right {
  background-color: #f8f7f6;
  min-height: inherit;
  padding-bottom: 52px;
  padding-left: 50px;
  padding-right: 100px;
  padding-top: 52px;
  width: 67.36%;
}
@media screen and (max-width: 767px) {
  .news-right {
    min-height: auto;
    padding: 25px 30px;
    width: 100%;
  }
}

.archive-btn_news {
  align-items: center;
  border: solid 1px #ffffff;
  border-radius: 10px;
  display: flex;
  font-size: 1.6rem;
  gap: 10px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-width: 172px;
  padding-bottom: 14px;
  padding-top: 12px;
  transition: all 0.3s;
}
.archive-btn_news span {
  display: block;
}
.archive-btn_news span:nth-child(1) {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  transition: all 0.3s;
}
.archive-btn_news span:nth-child(2) {
  background: url("dist/img/right-arrow_white.svg") no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
  height: 12.8px;
  transition: all 0.3s;
  width: 12.8px;
}
@media screen and (min-width: 1000px) {
  .archive-btn_news:hover {
    background-color: #ffffff;
  }
  .archive-btn_news:hover span:nth-child(1) {
    color: #d1ae37;
    transition: all 0.3s;
  }
  .archive-btn_news:hover span:nth-child(2) {
    background: url("dist/img/right-arrow_yellow.svg") no-repeat center center;
    background-size: contain;
    transition: all 0.3s;
  }
}

/*-----------------------------------------------------------------------------------------------------
2024.1.9追記　映像教材制作ページ作成
------------------------------------------------------------------------------------------------------*/
.s-main {
  overflow: hidden;
  padding-top: 210px;
}
@media screen and (max-width: 999px) {
  .s-main {
    padding-top: 140px;
  }
}

@media screen and (max-width: 999px) {
  .s-header .breadcrumb {
    margin-top: 0;
  }
}
.s-header .breadcrumb__inner {
  padding-bottom: 3px;
  padding-top: 3px;
}

.s-mv {
  background-color: #f8f7f6;
  padding: 89px 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .s-mv {
    padding: 40px 10px;
  }
}
.s-mv__flex {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1087px;
  width: 100%;
}
.s-mv__flex--copyright {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .s-mv__flex {
    display: block;
    max-width: 370px;
  }
}
.s-mv__left--img {
  margin-bottom: 13px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .s-mv__left--img {
    max-width: 354px;
  }
}
.s-mv__left--video {
  max-width: 659px;
}
.s-mv__left--match {
  max-width: 724px;
}
.s-mv__left--digital {
  max-width: 599px;
}
.s-mv__left--original {
  max-width: 623px;
}
.s-mv__left--copyright {
  max-width: 592px;
}
.s-mv__left--narrator {
  max-width: 592px;
}
@media screen and (max-width: 767px) {
  .s-mv__left--img02 {
    margin-bottom: 17px;
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
    width: 100%;
  }
}
.s-mv__right {
  max-width: 419px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.s-mv__right img {
  -o-object-fit: contain;
  -o-object-position: bottom;
  object-fit: contain;
  object-position: bottom;
}

.s-mv-cv {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .s-mv-cv {
    margin-top: 46px;
  }
}
.s-mv-cv__btn {
  display: block;
  max-width: 280px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .s-mv-cv__btn {
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
  }
}
@media screen and (min-width: 1000px) {
  .s-mv-cv__btn:hover {
    opacity: 0.6;
    transition: all 0.3s;
  }
}

.s-worries {
  background-color: #f8f7f6;
  padding-bottom: 52px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 64px;
}
@media screen and (max-width: 767px) {
  .s-worries {
    padding-bottom: 62px;
    padding-top: 34px;
  }
}
.s-worries--video {
  margin-left: auto;
  margin-right: auto;
  max-width: 774px;
  width: 100%;
}
.s-worries--match {
  margin-left: auto;
  margin-right: auto;
  max-width: 684px;
  width: 100%;
}
.s-worries--digital {
  margin-left: auto;
  margin-right: auto;
  max-width: 774px;
  width: 100%;
}
.s-worries--original {
  margin-left: auto;
  margin-right: auto;
  max-width: 702px;
  width: 100%;
}
.s-worries--copyright {
  margin-left: auto;
  margin-right: auto;
  max-width: 685px;
  width: 100%;
}
.s-worries--narrator {
  margin-left: auto;
  margin-right: auto;
  max-width: 630px;
  width: 100%;
}
.s-worries__box {
  position: relative;
}
@media screen and (max-width: 767px) {
  .s-worries__box {
    max-width: 360px;
  }
}
.s-worries__box::before {
  background: url("dist/img/sub/hatena.svg") no-repeat center center;
  background-size: contain;
  content: "";
  height: 81.8px;
  left: -99px;
  position: absolute;
  top: 40px;
  width: 81.8px;
}
@media screen and (max-width: 767px) {
  .s-worries__box::before {
    height: 61.8px;
    left: -4px;
    top: -25px;
    width: 61.8px;
  }
}
.s-worries__box::after {
  background: url("dist/img/sub/tornado.svg") no-repeat center center;
  background-size: contain;
  content: "";
  height: 59.8px;
  position: absolute;
  position: absolute;
  right: -120px;
  top: 139px;
  width: 55.8px;
}
@media screen and (max-width: 767px) {
  .s-worries__box::after {
    height: 41.8px;
    right: -11px;
    top: 23px;
    width: 41.8px;
  }
}
.s-worries__ttl {
  align-items: center;
  display: flex;
  gap: 5px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .s-worries__ttl {
    flex-direction: column;
  }
}
.s-worries__strong {
  border-bottom: 4px solid #fff779;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .s-worries__strong {
    font-size: 2.4rem;
  }
}
.s-worries__txt {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .s-worries__txt {
    font-size: 1.8rem;
  }
}
.s-worries__img {
  margin-top: 25px;
}

.s-reason {
  background-color: #f8f7f6;
  position: relative;
}
@media screen and (max-width: 767px) {
  .s-reason .s-sec-ttl {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -27px;
  }
}
.s-reason__ttl {
  padding-top: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-reason__ttl {
    padding-top: 110px;
  }
}
.s-reason__txt {
  align-items: center;
  display: flex;
  gap: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  max-width: 545px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .s-reason__txt {
    flex-direction: column;
    gap: 0;
    margin-top: 0px;
    max-width: 256px;
  }
}
.s-reason__txt-flex {
  align-items: center;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .s-reason__txt-flex {
    gap: 0;
  }
}
.s-reason__txt-flex picture {
  max-width: 220px;
}
.s-reason__txt-ttl {
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .s-reason__txt-ttl {
    font-size: 2.4rem;
  }
}

.s-reason-top {
  background: url("dist/img/sub/bg-white.png") no-repeat top center;
  background-size: auto;
  padding-bottom: 85px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .s-reason-top {
    padding-bottom: 56px;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .s-reason-top {
    background: url("dist/img/sub/bg-white_sp.png") no-repeat top center;
    background-size: auto;
  }
}

.s-reason-middle {
  background-color: #fff;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 65px;
  position: relative;
  z-index: 1;
}
.s-reason-middle__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1032px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .s-reason-middle__flex {
    flex-direction: column;
  }
}
.s-reason-middle__flex li {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 10px;
  max-width: calc((100% - 60px * 2) / 3);
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .s-reason-middle__flex li {
    max-width: 100%;
  }
}
.s-reason-middle__flex li::after {
  color: #dbd5c2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 6.5rem;
  font-weight: 700;
  opacity: 0.3;
  position: absolute;
  top: -36px;
}
.s-reason-middle__01::after {
  content: "01";
}
.s-reason-middle__02::after {
  content: "02";
}
.s-reason-middle__03::after {
  content: "03";
}
.s-reason-middle__04::after {
  content: "04";
}
.s-reason-middle__05::after {
  content: "05";
}
.s-reason-middle__icon {
  height: 40px;
  position: relative;
  width: 40px;
  z-index: 1;
}
.s-reason-middle__ttl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.33;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .s-reason-middle__ttl {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 767px) {
  .s-reason-middle__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 390px) {
  .s-reason-middle__ttl {
    font-size: 6.1vw;
  }
}
@media screen and (max-width: 767px) {
  .s-reason-middle__txt {
    margin-left: auto;
    margin-right: auto;
    max-width: 304px;
    width: 100%;
  }
}

.s-reason-video {
  position: relative;
}
.s-reason-video::before {
  background-color: #d1ae37;
  border-radius: 0 200px 0 0;
  content: "";
  display: block;
  height: 237px;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 6vw;
  width: 237px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .s-reason-video::before {
    border-radius: 0 100px 0 0;
    max-width: 172px;
    top: -4px;
    width: 44.1%;
  }
}

.s-reason-video-top::after {
  background-color: #d6812c;
  border-radius: 999px;
  content: "";
  display: block;
  height: 135px;
  left: -77px;
  opacity: 0.8;
  position: absolute;
  top: 13vw;
  width: 135px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .s-reason-video-top::after {
    bottom: initial;
    height: 119px;
    left: -75px;
    max-width: 119px;
    top: 24px;
  }
}
@media screen and (max-width: 350px) {
  .s-reason-video-top::after {
    width: 45vw;
  }
}

.s-reasons {
  background-color: #fff;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .s-reasons {
    padding-bottom: 0;
    padding-top: 10px;
  }
}
.s-reasons__flex {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .s-reasons__flex {
    flex-direction: column;
  }
}
.s-reasons__picture {
  max-width: 420px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .s-reasons__picture {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    max-width: 280px;
  }
}
.s-reasons__picture img {
  aspect-ratio: 420/316;
}
.s-reasons > ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  padding-bottom: 50px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .s-reasons > ul {
    padding-bottom: initial;
  }
}

.s-reasons > ul > li {
  padding-bottom: 50px;
  padding-top: 40px;
}
.s-reasons > ul > li:not(:last-child) {
  border-bottom: 2px dotted #d1ae37;
}

.s-reasons-txts {
  max-width: 450px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .s-reasons-txts {
    max-width: 350px;
  }
}
.s-reasons-txts__flex {
  align-items: center;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .s-reasons-txts__flex {
    justify-content: center;
  }
}
.s-reasons-txts__num {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 6.5rem;
  font-weight: 700;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .s-reasons-txts__num {
    font-size: 6rem;
  }
}
.s-reasons-txts__ttl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.33;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .s-reasons-txts__ttl {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 767px) {
  .s-reasons-txts__ttl {
    font-size: 2rem;
  }
}
.s-reasons-txts__txt {
  line-height: 2;
  margin-top: 30px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .s-reasons-txts__txt {
    margin-top: 25px;
  }
}

/* ーーーーーーーーーーーーーーーーーーーーー'h3と説明'ーーーーーーーーーーーーーーーーーーーーーーー*/
.s-reasons-h3-txts {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
  max-width: 450px;
  width: 100%;
}
.s-reasons-h3-txts__item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.s-reasons-h3-txts__ttl {
  font-weight: 500;
}
.s-reasons-h3-txts__txt {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .s-reasons-h3-txts__txt {
    padding-left: 5px;
  }
}

.s-reason-item {
  background-color: #f8f7f6;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-width: 900px;
  padding: 30px 8px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .s-reason-item {
    margin-top: 30px;
    max-width: 350px;
  }
}
.s-reason-item__ttl {
  background-color: #fff;
  border-radius: 8px;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-bottom: 8px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 8px;
  text-align: center;
  width: 100%;
}
.s-reason-item-flex {
  display: flex;
  gap: 14px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 842px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .s-reason-item-flex {
    flex-wrap: wrap;
  }
}
.s-reason-item-flex li {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 5px;
  max-width: calc((100% - 14px * 3) / 4);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .s-reason-item-flex li {
    max-width: calc((100% - 14px * 1) / 2);
  }
}
.s-reason-item-flex li .align-center {
  align-items: center;
  display: flex;
  justify-content: center;
}
.s-reason-item-flex h4 {
  color: #998676;
  flex-grow: 1;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 360px) {
  .s-reason-item-flex h4 {
    font-size: 4.1vw;
  }
}

.s-reason-item-4column {
  max-width: 1070px;
}
.s-reason-item-4column__wrap {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .s-reason-item-4column__wrap {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.s-reason-item-4column .s-reason-item-flex-02 {
  max-width: 950px;
  width: 100%;
}
.s-reason-item-4column .s-reason-item-flex-02 li {
  max-width: calc((100% - 50px * 3) / 4);
}
@media screen and (max-width: 767px) {
  .s-reason-item-4column .s-reason-item-flex-02 li {
    align-items: center;
    max-width: 300px;
  }
  .s-reason-item-4column .s-reason-item-flex-02 li:nth-child(1) {
    padding-bottom: 40px;
  }
  .s-reason-item-4column .s-reason-item-flex-02 li:nth-child(2) {
    border-bottom: 4px solid #ffffff;
    border-top: 4px solid #ffffff;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .s-reason-item-4column .s-reason-item-flex-02 li:nth-child(3) {
    border-bottom: 4px solid #ffffff;
    border-top: 4px solid #ffffff;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .s-reason-item-4column .s-reason-item-flex-02 li:nth-child(4) {
    padding-top: 40px;
  }
}

.s-reason-item-3column {
  max-width: 900px;
}
.s-reason-item-3column .s-reason-item-flex-02 {
  max-width: 700px;
  width: 100%;
}
.s-reason-item-3column .s-reason-item-flex-02 li {
  max-width: calc((100% - 50px * 2) / 3);
}
@media screen and (max-width: 767px) {
  .s-reason-item-3column .s-reason-item-flex-02 li {
    align-items: center;
    max-width: 300px;
  }
  .s-reason-item-3column .s-reason-item-flex-02 li:nth-child(1) {
    padding-bottom: 40px;
  }
  .s-reason-item-3column .s-reason-item-flex-02 li:nth-child(2) {
    border-bottom: 4px solid #ffffff;
    border-top: 4px solid #ffffff;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .s-reason-item-3column .s-reason-item-flex-02 li:nth-child(3) {
    padding-top: 40px;
  }
}

.s-reason-item__ttl-02 {
  align-items: center;
  display: flex;
  gap: 5px;
  justify-content: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-left: 18px;
  padding-right: 18px;
}
@media screen and (max-width: 767px) {
  .s-reason-item__ttl-02 {
    flex-direction: column;
  }
}
.s-reason-item__ttl-02 span {
  display: block;
}
.s-reason-item__ttl-02__flex {
  align-items: center;
  display: flex !important;
  gap: 5px;
}
.s-reason-item__ttl-02__icon {
  align-items: center;
  display: flex;
  height: 24px;
  width: 24px;
}
.s-reason-item__ttl-02__img {
  align-items: center;
  display: flex;
  max-width: 212px;
  width: 100%;
}
.s-reason-item__ttl-02__img img {
  aspect-ratio: 212/20;
}
.s-reason-item__ttl-02__katuyou {
  flex-shrink: 0;
}

.s-reason-item-flex-02 {
  display: flex;
  gap: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .s-reason-item-flex-02 {
    align-items: center;
    flex-direction: column;
    gap: 0;
  }
}
.s-reason-item-flex-02 li {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 7px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .s-reason-item-flex-02 li {
    align-items: center;
    max-width: 300px;
  }
}
.s-reason-item-flex-02 h4 {
  color: #998676;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-reason-item-flex-02__logo {
    max-width: 200px;
    width: 100%;
  }
}
.s-reason-item-flex-02__img {
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .s-reason-item-flex-02__img {
    width: 100%;
  }
}

.s-comparison {
  background-color: #f8f7f6;
  padding-bottom: 40px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 70px;
}
.s-comparison__txt {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  max-width: 918px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .s-comparison__txt {
    line-height: 2;
    padding-left: 13px;
    padding-right: 13px;
    text-align: justify;
  }
}
.s-comparison__img {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 1059px;
}
@media screen and (max-width: 767px) {
  .s-comparison__img {
    max-width: 380px;
  }
}
.s-flow {
  background-color: #ffffff;
  padding-bottom: 85px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .s-flow {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.s-flow__txt {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  max-width: 918px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .s-flow__txt {
    line-height: 2;
    padding-left: 13px;
    padding-right: 13px;
  }
}
.s-flow__img {
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 1064px;
}
@media screen and (max-width: 767px) {
  .s-flow__img {
    margin-bottom: 30px;
    max-width: 380px;
  }
}
.s-faq {
  background-color: #ffffff;
  padding-bottom: 70px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 70px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-faq {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.s-faq__wrap {
  background-color: #fff;
  border-radius: 50px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 85px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .s-faq__wrap {
    margin-bottom: 30px;
    margin-top: 55px;
  }
}
.s-faq__wrap02 {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
  width: 100%;
}

.s-faq-video .faq-q__01 span:nth-child(1) {
  background: url(dist/img/sub/q-orange.svg) no-repeat center center;
  background-size: contain;
}
.s-faq-video .faq-a {
  background-color: #f5f5f2;
}
.s-faq-video .faq-a span:nth-child(1) {
  background: url(dist/img/sub/a-yellow.svg) no-repeat center center;
  background-size: contain;
}
.s-faq-video .faq-q__02 {
  background: url(dist/img/sub/plus-yellow.svg) no-repeat center center;
  background-size: contain;
}
.s-faq-video .faq-a-active .faq-q__02 {
  background: url(dist/img/sub/minus-yellow.svg) no-repeat center center;
  background-size: contain;
}

/*-----------------------------------------------------------------------------------------------------
2024.1.18追記　著者・執筆者マッチングページ作成
------------------------------------------------------------------------------------------------------*/
.s-reason-match {
  position: relative;
}
.s-reason-match::before {
  background-color: #8d7db4;
  border-radius: 0 200px 0 0;
  content: "";
  display: block;
  height: 237px;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 6vw;
  width: 237px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .s-reason-match::before {
    border-radius: 0 100px 0 0;
    max-width: 172px;
    top: -4px;
    width: 44.1%;
  }
}

.s-reason-match-top::after {
  background-color: #6c9ad2;
  border-radius: 999px;
  content: "";
  display: block;
  height: 135px;
  left: -77px;
  opacity: 0.8;
  position: absolute;
  top: 13vw;
  width: 135px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .s-reason-match-top::after {
    bottom: initial;
    height: 119px;
    left: -75px;
    max-width: 119px;
    top: 24px;
  }
}
@media screen and (max-width: 350px) {
  .s-reason-match-top::after {
    width: 45vw;
  }
}

.s-faq-match .faq-q__01 span:nth-child(1) {
  background: url(dist/img/sub/q-purple.svg) no-repeat center center;
  background-size: contain;
}
.s-faq-match .faq-a {
  background-color: #f5f5f2;
}
.s-faq-match .faq-a span:nth-child(1) {
  background: url(dist/img/sub/a-blue.svg) no-repeat center center;
  background-size: contain;
}
.s-faq-match .faq-q__02 {
  background: url(dist/img/sub/plus-purple.svg) no-repeat center center;
  background-size: contain;
}
.s-faq-match .faq-a-active .faq-q__02 {
  background: url(dist/img/sub/minus-purple.svg) no-repeat center center;
  background-size: contain;
}

/*----------------------------------------------------------
2024.6.15追記 ナレーション音声収録サービスページ作成
------------------------------------------------------------*/
.s-reasons-fukidashi {
  align-items: center;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  padding-bottom: 14px;
  padding-top: 14px;
  position: relative;
  width: 100%;
}
.s-reasons-fukidashi--orange {
  background-color: #d6812c;
}
.s-reasons-fukidashi--orange::after {
  border-bottom: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-style: solid;
  border-top: 18px solid #d6812c;
  bottom: -17px;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0;
}
.s-reasons-fukidashi--purple {
  background-color: #8d7db4;
}
.s-reasons-fukidashi--purple::after {
  border-bottom: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-style: solid;
  border-top: 18px solid #8d7db4;
  bottom: -17px;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0;
}
.s-reasons-fukidashi__ttl {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}

.s-reasons-h3 {
  line-height: 1.3;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .s-reasons-h3__big {
    font-size: 3rem;
  }
}
@media screen and (max-width: 380px) {
  .s-reasons-h3__big {
    font-size: 7.89vw;
  }
}

.s-reasons-sub-txt {
  line-height: 2;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-reasons-sub-txt {
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
    text-align: justify;
    width: 100%;
  }
}

.s-reasons-02 {
  background-color: #fff;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .s-reasons-02 {
    padding-bottom: 40px;
    padding-top: 10px;
  }
}
.s-reasons-02 ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  padding-bottom: 50px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .s-reasons-02 ul {
    padding-bottom: initial;
    padding-bottom: 50px;
    padding-top: 10px;
  }
}
.s-reasons-02 li {
  padding-bottom: 50px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .s-reasons-02 li {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.s-reasons-02__scene {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  max-width: 860px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .s-reasons-02__scene {
    margin-top: 20px;
    max-width: 350px;
  }
}

/* ーーーーーーーーーーーー'活用例'ーーーーーーーーーーーーーー*/
.s-reasons__flex-fukidashi {
  padding-top: 20px;
}

.s-narrator__picture {
  max-width: 420px;
  width: 100%;
}
.s-narrator__picture img {
  height: auto;
}

@media screen and (max-width: 767px) {
  .s-narrator__txts-ttl {
    margin-top: 30px;
    white-space: initial;
  }
}

/* ーーーーーーーーーーーー'登録ナレーターの紹介'ーーーーーーーーーーーーーー*/
.s-narrator {
  background-color: #f8f7f6;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .s-narrator {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .s-narrator .s-flow__txt {
    line-height: 2;
    max-width: 360px;
    padding-left: 0;
    padding-right: 0;
    text-align: justify;
    width: 100%;
  }
}
.s-narrator__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  max-width: 880px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .s-narrator__list {
    gap: 24px;
    margin-top: 30px;
    max-width: 324px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.s-narrator__list li {
  flex-grow: 1;
  max-width: calc((100% - 20px * 5) / 6);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .s-narrator__list li {
    max-width: calc((100% - 24px * 1) / 2);
  }
}
.s-narrator__list li img {
  height: auto;
}

.s-narrator-btn {
  align-items: center;
  background-color: #8d7db4;
  border-radius: 40px;
  display: flex;
  gap: 22px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  max-width: 370px;
  padding-bottom: 15px;
  padding-top: 15px;
  transition: all 0.3s;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .s-narrator-btn:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.s-narrator-btn span {
  display: block;
}
.s-narrator-btn span:nth-child(1) {
  color: #ffffff;
}
.s-narrator-btn span:nth-child(2) {
  max-width: 28px;
  width: 100%;
}

/* ーーーーーーーーーーーー'ご依頼の流れ'ーーーーーーーーーーーーーー*/
@media screen and (max-width: 767px) {
  .s-narrator-frow {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .s-narrator-frow .s-flow__txt {
    line-height: 2;
    max-width: 360px;
    padding-left: 0;
    padding-right: 0;
    text-align: justify;
    width: 100%;
  }
}
.s-narrator-frow__list {
  display: flex;
  flex-wrap: wrap;
  gap: 56px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  max-width: 1124px;
  padding-bottom: 60px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .s-narrator-frow__list {
    gap: 10px;
    margin-top: 30px;
    max-width: 340px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.s-narrator-frow__list li {
  flex-grow: 1;
  max-width: calc((100% - 56px * 4) / 5);
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .s-narrator-frow__list li {
    max-width: 100%;
  }
}
.s-narrator-frow__list li img {
  height: auto;
}
.s-narrator-frow__list li:not(:last-child)::after {
  background: url("dist/img/sub/flow-arrow_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 16px;
  position: absolute;
  right: -36px;
  top: 17px;
  width: 16px;
}
@media screen and (max-width: 767px) {
  .s-narrator-frow__list li:not(:last-child)::after {
    content: none;
  }
}
.s-narrator-frow__box01 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .s-narrator-frow__box01 {
    flex-direction: row;
  }
}
.s-narrator-frow__num {
  max-width: 50px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .s-narrator-frow__num {
    max-width: 48px;
  }
}
.s-narrator-frow__box02 {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .s-narrator-frow__box02 {
    display: flex;
    gap: 10px;
    margin-top: initial;
  }
}
@media screen and (max-width: 767px) {
  .s-narrator-frow__arrow {
    max-width: 48px;
    padding-top: 8px;
    text-align: center;
    width: 100%;
  }
}
.s-narrator-frow__arrow img {
  max-width: 16px;
  width: 100%;
}
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-30 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-20 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-25 {
    margin-top: 25px;
  }
}
/*-----------------------------------------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　　// 共通CTA
------------------------------------------------------------------------------------------------------*/
.cta {
  background-color: #f8f7f6;
  padding-top: 105px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .cta {
    padding-bottom: 24px;
    padding-top: 56px;
  }
}
.cta::before {
  background-color: #d6812c;
  border-radius: 999px;
  content: "";
  display: block;
  height: 318px;
  left: -252px;
  position: absolute;
  top: 13px;
  width: 318px;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .cta::before {
    height: 176px;
    left: -143px;
    top: 1px;
    width: 176px;
  }
}
@media screen and (max-width: 350px) {
  .cta::before {
    width: 50vw;
  }
}
.cta::after {
  background-color: #d1ae37;
  border-radius: 100px 0 0 0;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0;
  width: 348px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .cta::after {
    border-radius: 50px 0 0 0;
    max-width: 179px;
    width: 44.6%;
  }
}
.cta__box {
  background-color: #fff;
  border-radius: 0 200px 0 0;
  padding-bottom: 111px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 88px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .cta__box {
    border-radius: 0 60px 0 0;
    padding-bottom: 38px;
    padding-top: 21px;
  }
}
.cta__txts {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.cta__ttl {
  color: #858585;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .cta__ttl {
    font-size: 1.2rem;
    font-weight: 400;
  }
}
.cta__img {
  max-width: 400px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .cta__img {
    max-width: 280px;
  }
}
.cta__txt {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .cta__txt {
    font-size: 1.1rem;
    max-width: 320px;
    text-align: center;
  }
}
.cta__flex {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  max-width: 1000px;
  width: 100%;
}

@media screen and (max-width: 974px) {
  .cta__flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .cta__flex {
    gap: 13px;
    margin-top: 26px;
  }
}
.cta__flex-left-btn {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  max-width: 480px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .cta__flex-left-btn {
    max-width: 266.67px;
  }
}
.cta__flex-left-btn--center {
  margin-left: auto;
  margin-right: auto;
  max-width: 490px;
}

@media screen and (max-width: 767px) {
  .cta__flex-left-btn--sub {
    max-width: 370px;
  }
}
.cta__flex-left-btn__btn {
  align-items: center;
  background-color: #fff;
  border: 2px solid #a96363;
  border-radius: 32px;
  color: #a96363;
  display: flex;
  font-size: 1.8rem;
  font-weight: 500;
  gap: 10px;
  justify-content: space-between;
  line-height: 1;
  max-width: 230px;
  padding-bottom: 14px;
  padding-left: 32px;
  padding-right: 24px;
  padding-top: 14px;
  transition: all 0.3s;
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .cta__flex-left-btn__btn:hover {
    background-color: #a96363;
    color: #ffffff;
    transition: all 0.3s;
  }

  .cta__flex-left-btn__btn:hover span:nth-child(2) {
    background: url("dist/img/arrow-white.svg") no-repeat center center;
    background-size: contain;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .cta__flex-left-btn__btn {
    font-size: 1rem;
    gap: 6px;
    max-width: 127.78px;
    padding-bottom: 6px;
    padding-left: 17px;
    padding-right: 13px;
    padding-top: 6px;
  }
}
.cta__flex-left-btn__btn span {
  display: block;
}

.cta__flex-left-btn__btn span:nth-child(2) {
  background: url("dist/img/arrow-red.svg") no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
  height: 13px;
  transition: all 0.3s;
  width: 13px;
}

@media screen and (max-width: 767px) {
  .cta__flex-left-btn__btn span:nth-child(2) {
    height: 7px;
    width: 7px;
  }
}
.cta__free {
  font-size: 2.4rem;
  max-width: 480px;
  padding-bottom: 10px;
  padding-left: 58px;
  padding-right: 40px;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .cta__free {
    font-size: 1.3rem;
    max-width: 266.67px;
    padding-bottom: 6px;
    padding-left: 32px;
    padding-right: 22px;
    padding-top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .cta__free--sub {
    font-size: 1.8rem;
    max-width: 370px;
    min-height: 50px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 360px) {
  .cta__free--sub {
    font-size: 4.6vw;
  }
}
@media screen and (max-width: 767px) {
  .cta__free span:nth-child(2) {
    height: 7px;
    width: 7px;
  }
}
/* ーーーーーーーーーーーーーーーーーーーーー'赤ボタン'ーーーーーーーーーーーーーーーーーーーーーーー*/
.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;
}

.footer-btns {
  padding-bottom: 40px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .footer-btns {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.footer-btns__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .footer-btns__flex {
    gap: 14px 14px;
    max-width: 500px;
  }
}
.footer-btns__flex li {
  flex-grow: 1;
  max-width: calc((100% - 24px * 3) / 4);
  width: 100%;
}

@media screen and (max-width: 767px) {
  .footer-btns__flex li {
    max-width: calc((100% - 14px * 1) / 2);
  }
}
.footer-btns__flex li a {
  display: block;
  transition: all 0.3s;
}

@media screen and (min-width: 1000px) {
  .footer-btns__flex li a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
/*-----------------------------------------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　　// 各ページ共通ファーストビュー
------------------------------------------------------------------------------------------------------*/
.page-bg-fv {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-bottom: 70px;
  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: contain;
  content: "";
  display: block;
  height: 104%;
  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: contain;
    bottom: 0;
    height: 106%;
    width: 80px;
    z-index: 2;
  }
}
.page-bg-fv::after {
  background: url("dist/img/fv-bg-right.png") no-repeat center center;
  background-size: contain;
  bottom: 0px;
  content: "";
  display: block;
  height: 104%;
  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: contain;
    bottom: 0;
    height: 107%;
    width: 96px;
  }
}
.page-bg-fv h1,
.page-bg-fv p {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.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: 2rem;
  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: 1.2rem;
    font-weight: 500;
  }
}
.page-bg-fv h1 span:nth-child(2),
.page-bg-fv p span:nth-child(2) {
  color: #3e3e3e;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 3px;
}

@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.6rem;
    margin-top: 1px;
  }
}
/*-----------------------------------------------------------------------------------------------------
                                         パンクズリスト
------------------------------------------------------------------------------------------------------*/
.breadcrumb {
  background-color: #ffffff;
  color: #858585;
  font-weight: 300;
  line-height: 1;
  text-align: left;
}

@media screen and (max-width: 999px) {
  .breadcrumb {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    line-height: 1.4;
    margin-left: auto;
    margin-right: auto;
    padding-left: 23px;
    padding-right: 23px;
    width: 100%;
  }
}
.breadcrumb__inner {
  margin-left: auto;
  margin-right: 18%;
  padding-bottom: 7px;
  padding-top: 7px;
  width: 75.45%;
}

@media screen and (max-width: 767px) {
  .breadcrumb__inner {
    margin-left: initial;
    margin-right: initial;
    padding-bottom: 4px;
    padding-top: 4px;
  }
}
.breadcrumb span {
  color: #bebebe;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .breadcrumb span {
    font-size: 1rem;
  }
}
.breadcrumb a {
  color: #bebebe;
  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;
  }
}
/*-----------------------------------------------------------------------------------------------------
2024.1.9追記　映像教材制作ページ作成
------------------------------------------------------------------------------------------------------*/
.s-footer-btns {
  background-color: #f8f7f6;
  padding-bottom: 50px;
  padding-top: 50px;
}

.s-footer-btns__box {
  margin-left: auto;
  margin-right: auto;
  max-width: 540px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .s-footer-btns__box {
    max-width: 322px;
  }
}
.s-footer-btns__txt {
  text-align: center;
}

.s-footer-btns__logo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-width: 340px;
  width: 100%;
}

.s-footer-btns .footer-btns__flex {
  margin-top: 50px;
}

.s-cta-btn {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: 20px;
  max-width: 540px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .s-cta-btn {
    margin-top: initial;
    max-width: 370px;
  }
}
.s-cta-btn a {
  display: block;
  transition: all 0.3s;
}

@media screen and (min-width: 1000px) {
  .s-cta-btn a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.s-sec-ttl {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.s-sec-ttl span {
  display: block;
}

.s-sec-ttl span:nth-child(1) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 7.5rem;
  font-weight: 700;
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .s-sec-ttl span:nth-child(1) {
    font-size: 5rem;
  }
}
.s-sec-ttl span:nth-child(2) {
  color: #858585;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .s-sec-ttl span:nth-child(2) {
    font-size: 1.4rem;
    font-weight: 400;
  }
}
.s-sec-cta {
  background-color: #fff;
}

.s-sec-cta__box {
  background-color: #f8f7f6;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 50px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .s-sec-cta__box {
    border-radius: 0;
    padding-bottom: 30px;
    padding-top: 35px;
  }
}
.color-orange {
  color: #d6812c;
}

.color-yellow {
  color: #d1ae37;
}

.color-purple {
  color: #8d7db4;
}

.opacity-3 {
  opacity: 0.3;
}

/*-----------------------------------------------------------------------------------------------------
アニメーション
------------------------------------------------------------------------------------------------------*/
/* 左から */
@media screen and (max-width: 767px) {
  .fadeLeft {
    -webkit-animation-name: fadeLeftAnime;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-delay: 0.5s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    animation-name: fadeLeftAnime;
    opacity: 0;
  }

  @-webkit-keyframes fadeLeftAnime {
    from {
      -webkit-transform: translateX(-100px);
      opacity: 0;
      transform: translateX(-100px);
    }
    to {
      -webkit-transform: translateX(0);
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes fadeLeftAnime {
    from {
      -webkit-transform: translateX(-100px);
      opacity: 0;
      transform: translateX(-100px);
    }
    to {
      -webkit-transform: translateX(0);
      opacity: 1;
      transform: translateX(0);
    }
  }
  /* 右から */
  .fadeRight {
    -webkit-animation-name: fadeRightAnime;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-delay: 0.5s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    animation-name: fadeRightAnime;
    opacity: 0;
  }

  @-webkit-keyframes fadeRightAnime {
    from {
      -webkit-transform: translateX(100px);
      opacity: 0;
      transform: translateX(100px);
    }
    to {
      -webkit-transform: translateX(0);
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes fadeRightAnime {
    from {
      -webkit-transform: translateX(100px);
      opacity: 0;
      transform: translateX(100px);
    }
    to {
      -webkit-transform: translateX(0);
      opacity: 1;
      transform: translateX(0);
    }
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */