@charset "UTF-8";
body {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
}

body {
  color: #333333;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/*プレイスホルダーの色*/
::-webkit-input-placeholder {
  color: rgba(44, 44, 44, .4);
}
::-moz-placeholder {
  color: rgba(44, 44, 44, .4);
}
::-ms-input-placeholder {
  color: rgba(44, 44, 44, .4);
}
::placeholder {
  color: rgba(44, 44, 44, .4);
}

/*ページ背景*/
body {
  background-color: #F5F5F5;
}

/* フォーム入力時のiPhone対策*/
input {
  font-size: 16px;
}

/*画像の縦横比設定*/
img {
  width: 100%;
  height: auto;
  display: block;
}

a:hover {
  opacity: 0.6;
}

.page-parent {
  overflow-x: hidden;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.6vw;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  padding: 0;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.arrow-btn {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  position: relative;
  border: 1px solid rgba(51, 51, 51, .6);
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}

.arrow-btn:hover {
  background-color: #FFCF3F;
  border: none;
}

.arrow-btn img {
  width: 4px;
  width: 0.25rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.article-aside {
 background: #FFFFFF;
 border-radius: 10px;
 padding: 40px 20px 60px;
 padding: 2.5rem 1.25rem 3.75rem;
 margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .article-aside {
  max-width: 16.875rem;	max-width: 16.875rem;
  width: 27%;	width: 100%;
  margin-top: 0;
  }
}
.center {
text-align: center;
}

.article-aside__form {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .article-aside__form {
    max-width: 100%;
    width: 14.375rem;
  }
}

.article-aside__form .search-form__btn {
  width: 20%;
  padding: 17px 15px;
  padding: 1.0625rem 0.9375rem;
  min-width: 0;
  min-width: initial;
  height: 50px;
  height: 3.125rem;
}
@media screen and (min-width: 768px) {
  .article-aside__form .search-form__btn {
max-width: 100%;
    width: 2.8125rem;
  }
}

.article-aside__form .search-form__btn::before {
  width: 15px;
  width: 0.9375rem;
  height: 16px;
  height: 1rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.article-aside__category {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.article-aside__heading {
  border-bottom: 2px solid #FFCF3F;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  line-height: 1;
}

.article-aside__heading span {
  position: relative;
  padding-left: 32px;
  padding-left: 2rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  display: block;
}
@media screen and (min-width: 768px) {
  .article-aside__heading span {
    font-size: 1.25rem;
  }
}

.article-aside__heading span::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .article-aside__heading span::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.article-aside__heading--cat span::before {
  background-image: url(../../assets/images/common/icon-building.png);
}

.article-aside__heading--area span::before {
  background-image: url(../../assets/images/common/icon-area.png);
}

.article-aside__item {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
  border-bottom: 1px solid #333333;
}

.article-aside__item + .article-aside__item {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.article-line {
  border-bottom: 1px solid #FFCF3F;
  width: 200px;
  width: 12.5rem;
  margin-inline: auto;
  display: block;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .article-line {
    margin-top: 2.5rem;
  }
}

.article-main {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
.article-main {
margin-top: 0;
margin-left: 2.4375rem;
width: 69%;
max-width: 690px;
  }
}

.article-main__lists {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  row-gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .article-main__lists {
    row-gap: 2.5rem;
  }
}

.article-main__item {
  display: block;
  background-color: #FCFCFC;
  border-radius: 10px;
  padding: 16px;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .article-main__item {
    padding: 1.25rem;
  }
}

.article-main__item:hover .article-main__more {
  background-color: #FFCF3F;
}

.article-main__heading {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .article-main__heading {
    font-size: 1.5rem;
  }
}

.article-main__box {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .article-main__box {
    margin-top: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.article-main__image {
  aspect-ratio: 186/124;
  max-width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .article-main__image {
    width: 11.625rem;
  }
}

.article-main__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.article-main__content {
  max-width: 100%;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .article-main__content {
    margin-top: 0;
    width: 27.125rem;
    margin-left: 1.25rem;
  }
}

.article-main__category.cat-items {
  display: block;
}

.article-main__category {
  gap: 15px;
  gap: 0.9375rem;
}

.article-main__category .cat-item {
  display: inline-block;
}

.article-main__locationName {
  font-size: 16;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .article-main__locationName {
    font-size: 1.5rem;
    margin-top: 0;
  }
}

.article-main__more {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  position: relative;
  margin-top: 16px;
  margin-top: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding: 8px 16px;
  color: #FCFCFC;
  background: #104DE8;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .article-main__more {
    margin-top: 0.625rem;
  }
}

.article-main__more::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 8px;
  right: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../../assets/images/common/next.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 3px;
  width: 0.1875rem;
  height: 6px;
  height: 0.375rem;
}

.article-main__pagination {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .article-main__pagination {
    margin-top: 5rem;
  }
}

.breadcrumbs {
  position: absolute;
  top: -70px;
  top: -4.375rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(51, 51, 51, .7);
  font-weight: 400;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.breadcrumbs span:not(:first-child) {
  margin-left: 5px;
  margin-left: 0.3125rem;
}

.breadcrumbs span:not(:last-child) {
  margin-right: 4px;
  margin-right: 0.25rem;
}

.breadcrumbs.breadcrumbs--single {
  top: -105px;
  top: -6.5625rem;
}

.btn {
  display: inline-block;
  background-color: #FFCF3F;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
  max-width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1;
}

.btn--yellow:hover {
  background-color: #104DE8;
  color: #FCFCFC;
}

.btn--blue {
  background-color: #104DE8;
  color: #FCFCFC;
}

.btn--blue:hover {
  background-color: #0B3399;
  color: #FCFCFC;
}

.btn:hover {
  opacity: 1;
}

.btn span {
  position: relative;
  color:black;
}

.btn span::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  left: -42px;
  left: -2.625rem;
}

/*.btn-search span::before {
  width: 15px;
  width: 0.9375rem;
  height: 16px;
  height: 1rem;
  left: -21px;
  left: -1.3125rem;
}

.btn-search span::before {
  background-image: url(../../assets/images/common/icon-sarch.png);
}

.btn-search:hover span::before {
  background-image: url(../../assets/images/common/icon-sarch-white.png);
}
*/
.btn-file:hover span::before {
  background-image: url(../../assets/images/icon/icon-textfile-white.svg);
}

.btn-user span::before {
  background-image: url(../../assets/images/icon/icon-user.svg);
}

.btn-user:hover span::before {
  background-image: url(../../assets/images/icon/icon-user-white.svg);
}

.btn-link span::before {
  background-image: url(../../assets/images/icon/icon-link.svg);
}

.btn-link:hover span::before {
  background-image: url(../../assets/images/icon/icon-link-white.svg);
}

/*カードのスタイル*/
.card-item {
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.card-item:hover {
  -webkit-box-shadow: 1px 2px 20px rgba(0, 0, 0, .2);
          box-shadow: 1px 2px 20px rgba(0, 0, 0, .2);
  display: block;
  opacity: 1;
}

.card-item__image {
  aspect-ratio: 3/2;
}
.card-item__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.card-item__body {
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .card-item__body {
    padding: 0.625rem 1.25rem;
  }
}

.card-item__title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .card-item__title {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

/*カテゴリースタイル*/
.cat-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
}

.cat-item {
  background-color: #FFCF3F;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 300;
  border-radius: 10px;
  padding: 2px 15px 2px 15px;
  padding: 0.125rem 0.9375rem 0.125rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .cat-item {
    font-size: 0.875rem;
  }
}

.category-check__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .category-check__items {
    gap: 2.5rem;
  }
}

/*チェックボックス*/
.check-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 1.4em;
}

.check-box__input {
  margin: 0;
  width: 0;
  opacity: 0;
}

.check-box__item:hover > .check-box__input-dummy {
  background: #FCFCFC;
  border: 1px solid rgba(44, 45, 72, .3);
  border-radius: 2px;
}

.check-box__input:focus + .check-box__input-dummy {
  background: #FCFCFC;
  border: 1px solid rgba(44, 45, 72, .3);
}

.check-box__input:checked + .check-box__input-dummy::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/checkbox.svg) no-repeat center;
  background-size: 100%;
  background-color: #104DE8;
  border-radius: 3px;
}

.check-box__input-dummy {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  border: 1px solid rgba(44, 45, 72, .3);
  background: #FCFCFC;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .check-box__input-dummy {
    width: 1.125rem;
    height: 1.125rem;
  }
}

.check-box__text {
  margin-left: 5px;
  margin-left: 0.3125rem;
  display: block;
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .check-box__text {
    font-size: 1rem;
  }
}

/*スライドショー*/
.company-slide__lists {
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .company-slide__lists {
    margin: 2.5rem calc(50% - 50vw) 0 auto;
  }
}

.company-slide__arrows {
  position: absolute;
  bottom: -30px;
  bottom: -1.875rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .company-slide__arrows {
    bottom: -3.125rem;
  }
}

.company-slide__arrow {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  position: relative;
  border: 1px solid rgba(51, 51, 51, .6);
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .company-slide__arrow {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.company-slide__arrow:hover {
  background-color: #FFCF3F;
  border: none;
}

.company-slide__arrow img {
  width: 6px;
  width: 0.375rem;
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .company-slide__arrow img {
    width: 0.6875rem;
  }
}

/*おすすめ企業・人気企業のみに適用*/
#js-company-slide-list .card-item__body,
#js-category-slide .card-item__body
{
  padding-top: 0;
 }

#js-company-slide-list .card-item__title,
#js-category-slide .card-item__title
{
  display: block;
  position: relative;
  bottom:1rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 8px;
  border-bottom: solid 1px #999999;
  z-index: 10;
}
#js-company-slide-list .card-item__title::before,
#js-category-slide .card-item__title::before 
{
  content: "";
  display: block;
  position: relative;
  top: 1.3rem;
  right: .3rem;
  background-color: #FFCF3F;
  border-radius: 100%;
  width: 1.5rem;
  height: 1.5rem;
  z-index: -1;
  }
#js-company-slide-list h5,
#js-category-slide h5
{
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  font-weight: 500;
}

#js-company-slide-list .card-item__title,
#js-category-slide .card-item__title {
    min-height: 6.5rem;
}

/*CTAセクション*/
.cta__title {
  text-align: center;
}

.cta__title .section-title__en {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .cta__title .section-title__en {
    font-size: 1rem;
  }
}

.cta__text {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  line-height: 1.75;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .cta__text {
    margin-top: 2.5rem;
  }
}

.cta__btn {
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .cta__btn {
    margin-top: 2.5rem;
  }
}

.cta__btn .btn {
  font-size: 16px;
  font-size: 1rem;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-radius: 5px;
  width: 80%;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .cta__btn .btn {
    font-size: 1.25rem;
    padding: 2.5rem;
    width: 100%;
    max-width: 32.125rem;
  }
}

.external-link {
  position: relative;
}

.faq02 {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .faq02 {
    margin-top: 5rem;
  }
}

/* フッター*/
.footer {
  background-color: #FFCF3F;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

@media screen and (min-width: 768px) {
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__logo {
  width: 100px;
  width: 6.25rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin-left: 0;
  }
}

.footer__logo-link {
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.footer__nav {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .footer__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 3.75rem;
  }
}

.footer__item:not(:first-child) {
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .footer__item:not(:first-child) {
    margin-left: 1.25rem;
    margin-top: 0;
  }
}

.footer__twitter {
  width: 36px;
  width: 2.25rem;
  margin-left: 30px;
  margin-left: 1.875rem;
  margin: 14px auto;
  margin: 0.875rem auto;
}
@media screen and (min-width: 768px) {
  .footer__twitter {
    width: 2.875rem;
    margin: 0 0 0 1.25rem;
  }
  .footer__instagram {
    margin: 0 0 0 0.7rem;
  }
  .footer__instagram i {
    font-size: 30px !important;
  }
}

.footer__link {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  text-align: center;
}

.footer__bottom {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .footer__bottom-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.footer__bottom-copy,
.footer__bottom-link {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .footer__bottom-copy,
  .footer__bottom-link {
    font-size: 0.875rem;
  }
}

.footer__bottom-copy {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .footer__bottom-copy {
    margin-top: 0;
  }
}

.footer__bottom-link:not(:first-child) {
  margin-left: 16px;
  margin-left: 1rem;
}

.form-doui {
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}
@media screen and (min-width: 768px) {
  .form-doui {
    margin-top: 3.75rem !important;
  }
}

.form-doui__text {
  text-align: center;
}

.form-doui__text .wpcf7-radio {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-table {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .form-table {
    margin-top: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .form-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .form-table__row--top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.form-table__row:not(:first-child) {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .form-table__row:not(:first-child) {
    margin-top: 1.25rem;
  }
}

.form-table__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .form-table__head {
    width: 100%;
    max-width: 14.125rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
}

.form-table__head-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .form-table__head-text {
    font-size: 1rem;
  }
}

.form-table__head span {
  color: #FCFCFC;
  background: #FF4F3F;
  border-radius: 12px;
  padding: 6px 8px;
  padding: 0.375rem 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  display: block;
  margin-left: 16px;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .form-table__head span {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .form-table__body {
    width: 100%;
    max-width: 40.25rem;
    margin-left: 0.625rem;
  }
}

.form-table input[type=text],
.form-table input[type=tel],
.form-table input[type=email],
.form-table textarea {
  background: #FFFFFF;
  border: 1px solid rgba(51, 51, 51, .1);
  border-radius: 10px;
  width: 100%;
  padding: 10px;
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .form-table input[type=text],
  .form-table input[type=tel],
  .form-table input[type=email],
  .form-table textarea {
    padding: 1.375rem 1.25rem;
  }
}

.form-table__btn {
  text-align: center;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .form-table__btn {
    margin-top: 3.75rem;
  }
}

.form-table__btn .btn {
  max-width: 100%;
  width: 90%;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .form-table__btn .btn {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    font-size: 1.25rem;
    width: 26.875rem;
  }
}

.wpcf7 {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .wpcf7 {
    margin-top: 5rem;
  }
}

.wpcf7-form p label {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.wpcf7-form-control-wrap {
  display: block;
}
@media screen and (min-width: 768px) {
  .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    margin-top: 0 !important;
  }
}

.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
  row-gap: 10px;
  row-gap: 0.625rem;
  margin-top: 21px;
  margin-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .wpcf7-radio {
    margin-top: 0;
  }
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item-label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* デフォルトのボタン */
input[type=radio] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}

.wpcf7-list-item {
  display: block;
}

@media screen and (min-width: 768px) {
  .wpcf7-list-item:not(:first-child) {
    margin-top: 0;
    /* margin-left: 2.5rem; */
  }
}

/* チェック前のボタン */
.wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid rgba(51, 51, 51, .1);
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 15px;
  height: 0.9375rem;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; /* 色をじんわり変化させる */
  width: 15px;
  width: 0.9375rem;
}

/* チェック後のボタン */
input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #104DE8; /* チェック後の中心の色 */
}

.form-doui__text {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .form-doui__text {
    -webkit-transform: translateX(-6.875rem);
            transform: translateX(-6.875rem);
  }
}

.wpcf7-submit {
  color: #fff;
}

div.wpcf7 .wpcf7-spinner {
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

[data_id=group-347],
[data_id=group-680] {
  overflow: hidden;
  display: none;
}

/*ファーストビュースタイル*/
.fv {
  background-color: #FFCF3F;
  padding-top: 1rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .fv {
    padding-top: 4rem;
    padding-bottom: 2.5rem;
  }
}

h1.fv__text {
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  font-size: 0.7rem;

}
figure.fv__logo {
    aspect-ratio: 450 / 147;
    margin-inline: auto;
    width: 40%;
    max-width: 17rem;
    margin: 10px auto 25px auto;
  }

@media screen and (min-width: 768px) {
  h1.fv__text {
    font-size: 1rem;
  }
figure.fv__logo {
  margin-top: 2rem;
  margin-top: 1.5rem;
  width: 100%;
  max-width: 17rem;
  margin: 10px auto; 
  }
}


.fv__logo img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.fv__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}

.hamburger {
  width: 37px;
  width: 2.3125rem;
  z-index: 9999;
  position: relative;
  padding: 0;
}

.hamburger span {
  display: block;
  position: relative;
  background-color: rgb(32, 32, 32);
  height: 3px;
  height: 0.1875rem;
  width: 100%;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.hamburger span:nth-child(2) {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.hamburger.is-openSP span:nth-child(1) {
  top: 14.4px;
  top: 0.9rem;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.hamburger.is-openSP span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-openSP span:nth-child(3) {
  top: -15px;
  top: -0.9375rem;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.header {
  height: 64px;
  height: 4rem;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 9998;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .header {
    height: 4rem;
  }
}

.header.header--yellow {
  background-color: #FFCF3F;
}

.header__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  background-color: #FFCF3F;
  max-width: 119px;
  max-width: 7.4375rem;
  width: 100%;
  padding-top: 9px;
  padding-top: 0.5625rem;
  padding-bottom: 9px;
  padding-bottom: 0.5625rem;
  display: grid;
  place-items: center;
}

.header__logo:hover {
  opacity: 0.6;
}

.header__logo .logo__link img {
  width: 83px;
  width: 5.1875rem;
  max-width: 100%;
}

.header__nav {
  height: inherit;
}
@media screen and (min-width: 768px) {
  .header__nav {
    margin-right: 0.9375rem;
  }
}

.header__nav-items {
  height: inherit;
}
@media screen and (min-width: 768px) {
  .header__nav-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header__nav-item {
  height: inherit;
  display: grid;
  place-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__nav-item:not(:last-child) {
  margin-right: 30px;
  margin-right: 1.875rem;
}

.header__nav-link {
  position: relative;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  display: grid;
  place-items: center;
  height: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #FFCF3F;
  left: 0;
  bottom: 15px;
  bottom: 0.9375rem;
  -webkit-transition: all 0.8s 0s ease;
  transition: all 0.8s 0s ease;
}

.header__nav-link.header__nav-link--white::after {
  background-color: #FCFCFC;
}

.header__nav-link:hover::after {
  width: 100%;
}

.inquiry{
  display: flex;
  flex-direction:row;
}

.inquiry .header__nav-link,.inquiry i{
  color: #104DE8;
}
.inquiry i{
margin-right: 5px;
font-size: 18px;
}
.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.header__btn .btn {
  font-size: 16px;
  font-size: 1rem;
  padding-top: 24px;
  padding-top: 1.2rem;
  padding-bottom: 24px;
  padding-bottom: 1.2rem;
  border-radius: 5px;
  margin: 1.25rem auto 0;
  width: 60%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header__btn .btn {
    text-align: left;
    margin-top: 0;
    padding: 0.9375rem;
    width: 100%;
    max-width: 7.875rem;
  }
}

.sp-nav__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sns-list__item.header__twitter-sp {
  width: 46px;
  width: 2.575rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-left: 10px;
  margin-left: 0.625rem;
}

.info-table__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.info-table__head,
.info-table__body {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .info-table__head,
  .info-table__body {
    font-size: 1rem;
  }
}

.info-table__head {
  border-bottom: 1px solid #FFCF3F;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
}

.info-table__body {
  border-bottom: 1px solid rgba(51, 51, 51, .2);
}

.inner {
  width: 100%;
  max-width: 480px;
  max-width: 30rem;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1040px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) {
  .location-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.location-info__image {
  aspect-ratio: 3/2;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .location-info__image {
    width: 31.25rem;
    margin-right: 1.5625rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.location-info__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.location-info__thumbnail {
  margin: 1.25rem 0;
}

.location-info__thumbnail .splide__slide {
  border-radius: 5px;
  position: relative;
  transition: all 0.1s ease;
  cursor: pointer;
  margin: 0 .3rem;
}

.location-info__thumbnail .splide__slide.is-active::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.location-info__thumbnail .splide__arrow {
  background-color: #104DE8;
  width: 1.5rem;
  height: 1.5rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .location-info__thumbnail .splide__arrow {
    display: block;
  }
}

.location-info__thumbnail .splide__arrow.strong-lists__arrow--prev {
  transform: rotate(-90deg) translateX(50%);
  left: 1rem;
}
.location-info__thumbnail .splide__arrow.strong-lists__arrow--next {
  transform: rotate(90deg) translateX(-50%);
  right: 1rem;
}

.location-info__btn-wrap {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .location-info__btn-wrap {
    margin-top: 3.125rem;
  }
}

.location-info__btn {
  display: inline-block;
  border-radius: 35px;
  background: #104DE8;
  border: 2px solid #104DE8;
  color: #fff;
  text-align: center;
  padding: .875rem;
  font-size: .9375rem;
  letter-spacing: .05em;
  line-height: 1.33333;
  font-weight: bold;
  transition: .3s;
}
@media screen and (min-width: 768px) {
.location-info__btn:hover {
  background-color: #fff;
  color: #104DE8;
}
}

.location-info__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,30%);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 10000000;
}
@media screen and (min-width: 768px) {
  .location-info__modal {
    padding: 2.5rem 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .location-info__modal::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -0.2em;
  }
}

.location-info__modal.is-active {
  opacity: 1;
  visibility: visible;
}

.location-info__modal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 800px;
}
@media screen and (min-width: 768px) {
  .location-info__modal-container {
    width: 90%;
  }
}

.location-info__modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  color: #fff;
  background: #777;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .location-info__modal-close {
    border-radius: 0 6px 0 0;

  }
}

.location-info__modal-content {
  background: #fff;
  text-align: left;
  padding: 1.25rem;
  height: 100svh;
}
@media screen and (min-width: 768px) {
  .location-info__modal-content {
    border-radius: 6px;
    height: initial;
  }
}

.location-info__modal-head {
  padding-bottom: 1.25rem;
  font-size: .8rem;
  color: #000;
  
}
@media screen and (min-width: 768px) {
  .location-info__modal-head {
    padding-bottom: 1.25rem;
    font-size: 1rem;
  }
}

.location-info__modal-list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 5px;
  height: 95%;
  overflow: auto;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .location-info__modal-list {
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
    height: 35rem;
    padding: 1.25rem;
  }
}

.location-info__image-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 30%);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 10000001;
}
@media screen and (min-width: 768px) {
  .location-info__image-lightbox {
    padding: 2.5rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .location-info__image-lightbox::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: -0.2em;
  }
}

.location-info__image-lightbox.is-active {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .location-info__image-lightbox__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.location-info__image-lightbox__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  max-width: 900px;
  padding: 3.5rem 1.25rem 1.25rem;
  background-color: #fff;
  width: 100%;
  height: 100svh;
}
@media screen and (min-width: 768px) {
  .location-info__image-lightbox__content {
    width: 90%;
    border-radius: 6px;
    height: 100%;
  }
}

.location-info__image-lightbox__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.location-info__image-lightbox__close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  color: #fff;
  background: #777;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .location-info__image-lightbox__close {
    border-radius: 0 6px 0 0;
  }
}

.location-info__lists {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .location-info__lists {
    margin-top: 0;
  }
}

.location-info__list:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .location-info__list:not(:first-child) {
    margin-top: 2.5rem;
  }
}

.location-info__list:first-child {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .location-info__list:first-child {
    margin-top: 1.25rem;
  }
}

.location-info__heading {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  padding-left: 15px;
  padding-left: 0.9375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .location-info__heading {
    font-size: 1.25rem;
  }
}

.location-info__heading::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  top: 0.25rem;
  left: 0;
  background-color: #FFCF3F;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  border-radius: 100%;
}

.location-info__content {
  margin-top: 10px;
  margin-top: 0.625rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  /* overflow: auto; */
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .location-info__content.article-page__text {
    font-size: 1rem;
  }
}

.location-info__category.cat-items {
  gap: 5px;
  gap: 0.3125rem;
}

.p-2 {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-2 {
    margin-top: 1.25rem;
    max-width: 31.25rem;
    width: 100%;
  }
}

.p-2 a {
  display: block;
}

.logo__link {
  aspect-ratio: 83/26;
}

.logo__link img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.movie {
  aspect-ratio: 700/394;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .movie {
    width: 43.75rem;
  }
}

.movie iframe {
  width: 100%;
  height: 100%;
}

.notice {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2857142857;
  color: #999999;
}
@media screen and (min-width: 768px) {
  .notice {
    font-size: 0.875rem;
  }
}

/*トップへ戻る*/
.pagetop {
  position: fixed;
  bottom: 80px;
  bottom: 5rem;
  right: 20px;
  right: 1.25rem;
  z-index: 99;
}

.pagetop__link {
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  background-color: #104DE8;
  display: block;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  border-radius: 100px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pagetop__link {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.pagetop__link::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/common/icon-top-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  width: 0.875rem;
  height: 8px;
  height: 0.5rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .pagetop__link::before {
    width: 1.0625rem;
    height: 0.6875rem;
  }
}

.pagetop__link:hover {
  background-color: #0B3399;
  opacity: 1;
}

.pagetop__link--front::before {
  background-image: url(../../assets/images/common/icon-sarch-white.png);
  width: 13px;
  width: 0.8125rem;
  height: 14px;
  height: 0.875rem;
}
@media screen and (min-width: 768px) {
  .pagetop__link--front::before {
    width: 1.25rem;
    height: 1.3125rem;
  }
}

/*ページネーションスタイル*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.page-numbers {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(51, 51, 51, .6);
  line-height: 1;
}

.page-numbers.current {
  pointer-events: none;
  color: #333333;
}

.prev,
.next {
  position: relative;
  font-size: 13px;
  padding-bottom: 2px;
}

.prev::after,
.next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  background-color: transparent;
  border: 1px solid #333;
  opacity: 0.6;
  border-radius: 50%;
}

.pdf-link {
  position: relative;
  padding-left: 18px;
  padding-left: 1.125rem;
}

.pdf-link::before {
  content: "";
  display: inline-block;
  background-image: url(../../assets/images/common/icon-file.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  width: 0.75rem;
  height: 16px;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: 5px;
  left: 0.3125rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*トップページおすすめ企業*/
.pickup-section__slider {
  position: relative;
}

/*トップページ人気カテゴリー*/
@media screen and (min-width: 768px) {
  .profile-table {
    /* padding-left: 2.75rem;
    max-width: 24.5625rem; */
    flex: 1;
    max-width: 480px;
    max-width: 30rem;
    width: 100%;
  }
}

.profile-table dl {
  overflow: hidden;
}
.profile-table__row {
  position: relative;
}

.profile-table__row:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .profile-table__row:not(:first-child) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .profile-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .profile-table__row::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 33%;
    min-width: 120px;
    min-width: 7.5rem;
    height: 1px;
    background-color: #FFCF3F;
  }
}
.profile-table__row:last-of-type .profile-table__body {
  white-space: initial;
  word-break: break-all;
}
.profile-table__head,
.profile-table__body {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.75;
  font-weight: 400;
  padding-left: 10px;
  padding-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .profile-table__head,
  .profile-table__body {
    font-size: 1rem;
  }
}

.profile-table__head {
  flex-shrink: 0;
  border-bottom: 1px solid #FFCF3F;
}
@media screen and (min-width: 768px) {
  .profile-table__head{
    width: 129px;
    max-width: 8.0625rem;
    width: 100%;
    border-bottom: none;
  }
}
.profile-table__body {
  /* min-width: 224px;
  min-width: 14rem;
  max-width: 400px;
  max-width: 25rem; */
  border-bottom: 1px solid #E6E6E6;
  padding-top: 14px;
  padding-top: 0.875rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  /* overflow: auto; */
  display: flex;
  white-space: nowrap;
}
.profile-table__body a {
  display: block;
  white-space: nowrap;
}
/* @media screen and (min-width: 768px) {
  .profile-table__body {
    margin-left: 40px;
    margin-left: 2.5rem;
  }
} */
.profile-table__row:first-of-type .profile-table__body {
  white-space: pre-line;
  word-break: break-all;
}

.profile-table__map {
  aspect-ratio: 480/360;
  margin-top: 20px;
  margin-top: 1.25rem;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #FFFFFF;
}

.profile-table__parking {
    margin-top: 20px;
    text-align: center;
}
.profile-table__parking a {
    display: inline-block;
    width: 60%;
}
.profile-table__parking--pc {
	display: none;
}
.profile-table__parking--sp {
	display: block;
}

@media screen and (min-width: 768px) {
  .profile-table__map {
    margin-top: 0;
    max-width: 30rem;
    width: 100%;
    margin-left: 1.25rem;
  }
.profile-table__parking a {
    width: 50%;
}
.profile-table__parking--pc {
	display: block;
}
.profile-table__parking--sp {
	display: none;
}
}

.profile-table__map iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

/*Q&A */
.qa__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
  max-width: 100%;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .qa__items {
    gap: 0.625rem;
    margin-top: 2.5rem;
  }
}

.qa__item {
  text-align: left;
  border-radius: 5px;
  overflow: hidden;
}

.qa__item[open] .qa__container {
  -webkit-animation: fadeIn 0.5s ease;
          animation: fadeIn 0.5s ease;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.qa__head {
  background-color: #FCFCFC;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px;
  padding: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .qa__head {
    padding: 1rem 1.25rem 0.6875rem 2.5rem;
  }
}

.qa__head:hover {
  background-color: #FFCF3F;
}

.qa__head:hover .qa__icon::before,
.qa__head:hover .qa__icon::after {
  background-color: #333333;
}

.qa__text,
.qa__container-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.75;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .qa__text,
  .qa__container-text {
    font-size: 1rem;
  }
}

/*アコーディオンアイコン*/
.qa__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 25px;
  width: 1.5625rem;
  height: 25px;
  height: 1.5625rem;
}

/* アイコンのバーのスタイル */
.qa__icon::before,
.qa__icon::after {
  background-color: #FFCF3F;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 25px;
  width: 1.5625rem;
  top: 12px;
  top: 0.75rem;
}

.qa__icon::before {
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.qa__icon::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

/* アコーディオンが開いた時のスタイル */
.qa__item[open]:not([data-accordion-before-close]) .qa__icon::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.qa__container {
  background-color: #FCFCFC;
  overflow: hidden;
  padding: 24px 38px;
  padding: 1.5rem 2.375rem;
}
@media screen and (min-width: 768px) {
  .qa__container {
    padding: 2.875rem 4.875rem 2.5rem;
  }
}

/* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
summary {
  display: block;
}

/* Safariで表示されるデフォルトの三角形アイコンを消します */
summary::-webkit-details-marker {
  display: none;
}

.qa__link {
  color: #104DE8;
  text-decoration: underline;
}

/*検索窓*/
.searh-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #E6E6E6;
}

.search-form__input {
  font-size: 16px;
  font-size: 1rem;
  width: 85%;
  padding-left: 16px;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .search-form__input {
    width: 100%;
    padding-left: 1.25rem;
  }
}

.search-form__btn {
  padding: 10px 20px 10px 35px;
  padding: 0.625rem 1.25rem 0.625rem 2.1875rem;
  background-color: #FFCF3F;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 0px 10px 10px 0px;
  position: relative;
  min-width: 95px;
  min-width: 5.9375rem;
}
@media screen and (min-width: 768px) {
  .search-form__btn {
    font-size: 1rem;
    font-size: 1.25rem;
    min-width: 9.0625rem;
    padding: 0.9375rem 2.5rem 0.9375rem 4.0625rem;
  }
}

.search-form__btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(../../assets/images/common/icon-sarch.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  width: 0.625rem;
  height: 11px;
  height: 0.6875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .search-form__btn::before {
    width: 0.9375rem;
    height: 1rem;
    left: 2.1875rem;
  }
}

/*検索セクション*/
.search-section {
  background-color: #FAF7F0;
  padding-top: 45px;
  padding-top: 2.8125rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}

.search-section__inner {
  position: relative;
}

.search-section__fukidashi {
  aspect-ratio: 232/57;
  position: absolute;
  top: -70px;
  top: -4.375rem;
  left: 15px;
  left: 0.9375rem;
  width: 70%;
  max-width: 200px;
  max-width: 12.5rem;
}
@media screen and (min-width: 768px) {
  .search-section__fukidashi {
    left: 1.25rem;
    width: 100%;
    max-width: 14.5rem;
  }
}

.search-section__fukidashi img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.search-section__btn {
  text-align: center;
  margin-top: 60px;
  margin-top: 3.75rem;
}

.search-section__btn .btn {
  font-size: 16px;
  font-size: 1rem;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-radius: 5px;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .search-section__btn .btn {
    font-size: 1.25rem;
    padding: 1.5625rem;
    width: 100%;
    max-width: 30.625rem;
  }
}

.section-cta {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .section-cta {
    margin-top: 10rem;
  }
}

.section-footer {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .section-footer {
    margin-top: 5.3125rem;
  }
}

.section-pickup {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .section-pickup {
    margin-top: 8.75rem;
  }
}

.section-popular {
  margin-top: 125px;
  margin-top: 7.8125rem;
}

.section-title__en {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  font-weight: 700;
  position: relative;
  padding-left: 15px;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .section-title__en {
    font-size: 0.875rem;
  }
}

.section-title__en::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 55%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  background-color: #104DE8;
  border-radius: 100px;
}

.section-title__primary {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .section-title__primary {
    margin-top: 0.625rem;
    font-size: 2rem;
  }
}

.sns-lists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  width: 100%;
  max-width: 240px;
  max-width: 15rem;
}
@media screen and (min-width: 768px) {
  .sns-lists {
    -webkit-column-gap: 1.125rem;
       -moz-column-gap: 1.125rem;
            column-gap: 1.125rem;
  }
}

.sns-list__item {
  width: 30px;
  width: 1.875rem;
}

footer .sns-list__item img{
  width: 50%!important;
  margin: 0 auto;
}
/* スマホメニュー*/
.sp-nav {
  background-color: #FFCF3F;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  padding: 20px;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .sp-nav {
    display: none;
  }
}

.is-openSP {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (min-width: 768px) {
  .header__drawer {
    display: none;
  }
}

.sp-nav__items {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.sp-nav__item {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
}

.sp-nav__item:not(:first-child) {
  margin-top: 16px;
  margin-top: 1rem;
}

.strong-lists__item {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .strong-lists__item {
    margin-top: 2.5rem;
  }
}

.strong-lists__item:last-child .article-line {
  display: contents;
}

@media screen and (min-width: 768px) {
  .strong-lists__slider {
    max-width: 25rem;
  }
}

.strong-lists__title {
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.1666666667;
  font-weight: 600;
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .strong-lists__title {
    font-size: 1.5rem;
  }
}

.strong-lists__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -15px;
  top: -0.9375rem;
  left: 0;
  background-color: #FFCF3F;
  border-radius: 100%;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  z-index: -1;
}

.strong-lists__container {
  margin-top: 20px;
  margin-top: 1.25rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .strong-lists__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.strong-lists__image {
  aspect-ratio: 400/267;
  border-radius: 10px;
  overflow: hidden;
  width: calc(100%);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .strong-lists__image {
    max-width: 25rem;
  }
}

.strong-lists__image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.strong-lists__content {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .strong-lists__content {
    max-width: 35rem;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 16.6875rem;
    margin-left: 2.6875rem;
  }
}

.strong-lists__arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  left: 0;
  width: 100%;
}

.strong-lists__arrow {
  position: absolute;
  width: 20px;
  width: 1.4rem;
  height: 20px;
  height: 1.4rem;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #FCFCFC;
}

.strong-lists__arrow--prev {
  left: 0;
}

.strong-lists__arrow--next {
  right: 0;
}

.strong-lists__arrow:hover {
  opacity: 0.6;
}

.strong-lists__arrow img {
  width: 8px;
  width: 0.5rem;
  display: block;
  margin-inline: auto;
}

.strong-lists__bottom {
  margin-top: auto;
}

.strong-lists__notice {
  margin-top: 10px;
  margin-top: 0.625rem;
}

/*タブ切り替え*/
.search-section__conatiner {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.tab__btn-items {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .tab__btn-items {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}

.tab__btn-item {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
  border-radius: 10px 10px 0px 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: grid;
  place-items: center;
  width: calc(50% - 0.25rem);
}
@media screen and (min-width: 768px) {
  .tab__btn-item {
    width: 25%;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .tab__btn-item:nth-child(2) {
    padding-left: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .tab__btn-item:nth-child(3) {
    padding-left: 2rem;
  }
}

.tab__btn-item::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}
@media screen and (min-width: 768px) {
  .tab__btn-item::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.tab__btn-item:nth-child(2):before {
  background-image: url(../../assets/images/common/icon-building.png);
  left: 25px;
  left: 1.5625rem;
}

.tab__btn-item:nth-child(3):before {
  background-image: url(../../assets/images/common/icon-area.png);
  left: 32px;
  left: 2rem;
}
/*
.tab__btn-item.active {
  background-color: #FFCF3F;
}

.tab__panel {
  border-top: 4px solid #FFCF3F;
  border-radius: 0px 20px 20px 20px;
  background-color: #fff;
}
*/
.tab__panel-item {
  display: none;
  text-align: center;
  padding: 16px;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .tab__panel-item {
    padding: 2.5rem;
  }
}

.tab__panel-item.active {
  display: block;
  border-radius: 0px 0px 10px 10px;
}

/*トップページバナー*/
.top-bnr {
  margin-top: 190px;
  margin-top: 11.875rem;
}

.top-bnr__items {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 30px;
  row-gap: 1.875rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .top-bnr__items {
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.top-bnr__item {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 16/9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-bnr__item:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="3" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.25)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, .25));
          filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, .25));
  opacity: 1;
}

.top-bnr__item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.under-main {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  background-color: #FFCF3F;
}
@media screen and (min-width: 768px) {
  .under-main {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .under-main__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.under-main__image {
  width: 50%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .under-main__image {
    width: 40%;
  }
}

.under-main__image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.under-main__content {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .under-main__content {
    margin-top: 0;
    width: 60%;
  }
}

.under-main__intro {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 4px;
  row-gap: 0.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .under-main__intro {
    row-gap: 0.625rem;
    padding-bottom: 2.5rem;
  }
}

.under-main__intro-text::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  height: 1px;
  width: 80px;
}

.under-main__intro-text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  display: inline-block;
  background-color: #fff;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .under-main__intro-text {
    font-size: 1.5rem;
  }
}

.under-main__intro-text.under-main__intro-text--small {
	font-size: 16px;
	font-size: 1rem;
	background-color: #fff;
}
@media screen and (min-width: 768px) {
	.under-main__intro-text.under-main__intro-text--small {
		font-size: 1.5rem;
	}
}

.under-main__intro-text span {
  background-color: #FCFCFC;
  padding: 2px 10px;
  padding: 0.125rem 0.625rem;
  display: inline-block;
}

.under-main__texts {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .under-main__texts {
    margin-top: 2.5rem;
  }
}

.under-main__text {
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .under-main__text {
    font-size: 1rem;
  }
}

.under-main__text:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.under-top {
  background-color: #FCFCFC;
  padding-top: 66px;
  padding-top: 4.125rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}

.under-top--yellow {
  background-color: #FFCF3F;
}

.under-top__title {
  text-align: center;
}

.under-top__title .section-title__en {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .under-top__title .section-title__en {
    font-size: 1rem;
  }
}

.under-top__title .section-title__primary {
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (min-width: 768px) {
  .under-top__title .section-title__primary {
    font-size: 3rem;
  }
}

/*ロケグーとはページ*/
.about-page__main-image {
  aspect-ratio: 300/98;
}
@media screen and (min-width: 768px) {
  .about-page__main-image {
    max-width: 18.75rem;
  }
}

.about-page {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .about-page {
    margin-top: 8.75rem;
  }
}

.about-page__items {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 32px;
  row-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .about-page__items {
    row-gap: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .about-page__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.about-page__image {
  aspect-ratio: 1/1;
  width: 60%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .about-page__image {
    max-width: 11.25rem;
    margin-right: 3.75rem;
    margin-left: 10.25rem;
  }
}

.about-page__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.about-page__content {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .about-page__content {
    margin-top: 0;
  }
}

.about-page__content-title {
  font-weight: 600;
  line-height: 1.1666666667;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .about-page__content-title {
    font-size: 1.5rem;
  }
}

.about-page__content-text {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.75;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .about-page__content-text {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}

/*カテゴリー一覧ページ*/
.archive-page__section {
  margin-top: 50px;
  margin-top: 3.125rem;
  background-color: #FAF7F0;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .archive-page__section {
    margin-top: 6.25rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.archive-page__result {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 400;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .archive-page__result {
    font-size: 1.5rem;
    margin-top: initial;
  }
}

.archive-page__result-number {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  color: #104DE8;
}

.archive-page__container {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .archive-page__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/*カテゴリー詳細ページ*/
.article-page__intro {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.375;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .article-page__intro {
    margin-top: 6.25rem;
    font-size: 2rem;
  }
}

.article-page__main {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.article-page__title {
  position: relative;
  padding-top: 30px;
  padding-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .article-page__title {
    padding-top: 2.5rem;
  }
}

.article-page__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 200px;
  width: 12.5rem;
  background-color: #FFCF3F;
}

.article-page__sub {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .article-page__sub {
    font-size: 1rem;
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
}

.article-page__primary {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .article-page__primary {
    font-size: 1.75rem;
  }
}

.article-page__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.9;
  font-weight: 400;
overflow: hidden;
}
@media screen and (min-width: 768px) {
  .article-page__text {
    font-size: 1.25rem;
  }
}

.article-page__contaier {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.article-page__section-title {
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  margin-top: 5px;
  margin-top: 0.3125rem;
  border-bottom: 1px solid #FFCF3F;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .article-page__section-title {
    font-size: 1.75rem;
  }
}

.article-page__second {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .article-page__second {
    margin-top: 8.75rem;
  }
}

.article-page__second-container {
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .article-page__second-container {
    margin-top: 0.875rem;
  }
}

.article-page__second-movie {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .article-page__second-movie {
    margin-top: 8.75rem;
  }
}

.article-page__third {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .article-page__third {
    margin-top: 8.75rem;
  }
}

.article-page__third-container {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .article-page__third-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.article-page__four {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .article-page__four {
    margin-top: 8.75rem;
  }
}

.article-page__four-lists {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
  row-gap: 1.5rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .article-page__four-lists {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 1.8125rem;
       -moz-column-gap: 1.8125rem;
            column-gap: 1.8125rem;
  }
}

.article-page__five {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .article-page__five {
    margin-top: 10rem;
  }
}

.bottom-fixed {
  position: fixed;
  bottom: 2px;
  bottom: 0.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  height: 85px;
  height: 5.3125rem;
  color: #FCFCFC;
  background-color: #104DE8;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
  opacity: 0.95;
  padding: 3px 8px;
  padding: 0.1875rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 1.25rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .bottom-fixed {
    bottom: 0.625rem;
    font-size: 0.875rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 6.25rem;
    border-radius: 1.25rem;
    white-space: nowrap;
  }
}

.bottom-fixed__inner {
  height: inherit;
}

.bottom-fixed__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: inherit;
}

.bottom-fixed__link span {
  display: block;
}

.bottom-fixed__link span:last-child {
  font-size: 10px;
  font-size: 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 3px;
  margin-top: 0.1875rem;
  padding: 5px;
  padding: 0.3125rem;
  color: #333333;
  background-color: #FCFCFC;
  border-radius: 0.3125rem;
  margin: 7px auto 0;
  margin: 0.4375rem auto 0;
}
@media screen and (min-width: 768px) {
  .bottom-fixed__link span:last-child {
    font-size: 0.75rem;
  }
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

/*お問い合わせページ*/
.contact-page__section {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .contact-page__section {
    margin-top: 6.25rem;
  }
}

.contact-page__container {
  background: #FAF7F0;
  border-radius: 30px;
  padding: 30px;
  padding: 1.875rem;
}
@media screen and (min-width: 768px) {
  .contact-page__container {
    padding: 3.75rem;
  }
}

.contact-page__intro {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.75;
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .contact-page__intro {
    max-width: 70%;
    font-size: 1rem;
    max-width: 43.8125rem;
  }
}

/*お問い合わせ完了ページ*/
.contactThank-page__message {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
  line-height: 2.5;
  font-weight: 600;
  /* font-size: 1.1rem; */
}
@media screen and (min-width: 768px) {
  .contactThank-page__message {
    margin-top: 6.25rem;
    font-size: 1.5rem;
  }
}

.contactThank-page__btn {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .contactThank-page__btn {
    margin-top: 5.125rem;
  }
}

.contactThank-page__btn:hover .contactThank-page__btn-arrow {
  background-color: #FFCF3F;
  border: none;
}

.contactThank-page__btn a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .contactThank-page__btn a {
    font-size: 1rem;
  }
}

.contactThank-page__btn-arrow {
  margin-right: 10px;
  margin-right: 0.625rem;
}

/*よくある質問ページ*/
.faq-page__anchor {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .faq-page__anchor {
    margin-top: 6.25rem;
  }
}

.faq-page__anchor-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  gap: 1.25rem;
  width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .faq-page__anchor-items {
    grid-template-columns: 1fr 1fr;
    max-width: 33.75rem;
    gap: 6.25rem;
  }
}

.faq-page__anchor-item {
  display: inline-block;
  background-color: #FFCF3F;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  max-width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1;
  text-align: center;
  border-radius: 10px;
  padding-top: 17px;
  padding-top: 1.0625rem;
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
}

.faq-page__anchor-item span {
  position: relative;
}

.faq-page__anchor-item span::before {
  content: "";
  display: block;
  background-image: url(../../assets/images/common/anchor-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -14px;
  bottom: -0.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 14px;
  width: 0.875rem;
  height: 5px;
  height: 0.3125rem;
}

.faq-page__anchor-item:hover {
  background-color: #FCFCFC;
}

.faq-page__anchor-item:hover span::before {
  background-image: url(../../assets/images/common/anchor-arrow-yellow.png);
}

.faq-page__section {
  background-color: #FAF7F0;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .faq-page__section {
    margin-top: 5rem;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.faq-page__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .faq-page__title {
    font-size: 1.5rem;
  }
}

/*会社概要ページ*/
.overview-page {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .overview-page {
    margin-top: 5rem;
  }
}

.overview-page__table {
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .overview-page__table {
    max-width: 25.4375rem;
  }
}

.overview-page__table .info-table__head {
  width: 25%;
  margin-right: 14px;
  margin-right: 0.875rem;
  padding: 14px 0 14px 14px;
  padding: 0.875rem 0 0.875rem 0.875rem;
}
@media screen and (min-width: 768px) {
  .overview-page__table .info-table__head {
    margin-right: 1.25rem;
    padding: 1.25rem 0 1.25rem 1.25rem;
  }
}

.overview-page__table .info-table__body {
  width: 69%;
  padding: 14px 0 14px 14px;
  padding: 0.875rem 0 0.875rem 0.875rem;
}
@media screen and (min-width: 768px) {
  .overview-page__table .info-table__body {
    padding: 1.25rem 0 1.25rem 1.25rem;
  }
}

/*リサーチ相談とはページ*/
.research-page__main-image {
  aspect-ratio: 200/227;
}
@media screen and (min-width: 768px) {
  .research-page__main-image {
    max-width: 12.5rem;
  }
}

.research-page {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .research-page {
    margin-top: 8.75rem;
  }
}

.research-page__container {
  margin-top: 40px;
  margin-top: 2.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .research-page__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.research-page__container::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -42px;
  bottom: -2.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../../assets/images/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 38px;
  width: 2.375rem;
  height: 19px;
  height: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .research-page__container::before {
    bottom: -5.75rem;
    width: 4rem;
    height: 2rem;
  }
}

.research-page__image {
  aspect-ratio: 1/1;
  width: 60%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .research-page__image {
    max-width: 11.25rem;
    margin-right: 3.75rem;
    margin-left: 10rem;
  }
}

.research-page__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.research-page__content {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px;
  row-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .research-page__content {
    row-gap: 1.375rem;
  }
}

.research-page__text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.25;
  background-color: #FAF7F0;
  padding: 8px 0 8px 20px;
  padding: 0.5rem 0 0.5rem 1.25rem;
  position: relative;
  width: 100%;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .research-page__text {
    padding: 0.625rem 0 0.625rem 2.75rem;
    font-size: 1rem;
    width: 31.875rem;
  }
}

.research-page__text::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 8px;
  left: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../../assets/images/icon-q.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
}
@media screen and (min-width: 768px) {
  .research-page__text::before {
    left: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}

.research-page__bottom {
  background-color: #FFCF3F;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .research-page__bottom {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    margin-top: 9.5rem;
  }
}

.research-page__bottom-text {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .research-page__bottom-text {
    font-size: 1.25rem;
  }
}

/*下層ページ共通*/
.under-page__footer {
  /* margin-top: 60px; */
  /* margin-top: 3.75rem; */
}
@media screen and (min-width: 768px) {
  .under-page__footer {
    /* margin-top: 6.25rem; */
  }
}

.under-page__heading {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .under-page__heading {
    font-size: 2rem;
  }
}
.btn--blue span{
  color: white;
}
/*# sourceMappingURL=styles.css.map */


/*ファイル添付*/
.form-table__label-file {
	display: table;
}
.form-table__row-file {
	align-items: flex-start;
	padding-top: 5px;
}
span.filebutton
{
display: block;
    color: #fff;
    font-size: 15px;
    background: #104DE8;
    border: 1px solid #104DE8;
    padding: 21px 21px;
    border-radius: 22px;
    max-width: 160px;
    text-align: center;
    transition: .3s;
    cursor: pointer;
}
span.filebutton:hover
{
border: 1px solid #104DE8;
color: #104DE8;
background: white;
}
input[type=file]
{
position: relative;
margin: 0px 0 0 -14px;
font-size:13px;
width: 430px;
	max-width: 100%;
	cursor: initial !important;
	pointer-events: none;
}
input[type=file]:focus
{
outline: none;
}
input[type=file]::before
{
content: "添付ファイル：";
position: absolute;
background: #FAF7F0;
font-size:13px;
width: 100px;
height: 26px;
line-height: 1.8;
text-align: right;
}
@media screen and (min-width: 768px) {
  input[type=file]::before {
	width: 107px;
  }
}
.form-table__body-file {
	line-height: 0px;
}



/* service-page */
.service-page {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/* section-title */
.section-title__center {
  text-align: center;
}

.section-title__en {
  display: inline-block;
}

/* service-fv */
.service-fv {
  background-color: #FFCF3F;
  padding-top: 23px;
  padding-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .service-fv__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 5rem;
    padding-right: 1rem;
  }
}

@media screen and (min-width: 1300px) {
  .service-fv__inner {
    gap: 0 9.5625rem;
  }
}
.service-fv__left {
  /* width: 224px;
  max-width: 100%; */
  padding: 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  .service-fv__left {
    padding: initial;
    width: 24.375rem;
  }
}

.service-fv__head {
  font-size: 0.875rem;
  font-size: 0.75rem;
  text-align: center;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding-top: 0.725rem;
  padding-bottom: 0.725rem;
  letter-spacing: 0.2em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .service-fv__head {
    font-size: 0.875rem;
  }
}

.service-fv__copy-white {
  margin-top: 1.125rem;
  max-width: 23.3125rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .service-fv__copy-white {
    margin-inline: initial;
  }
}

.service-fv__copy {
  font-size: 1.5rem;
  color: #000;
  font-weight: 800;
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .service-fv__copy {
    text-align: initial;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .service-fv__copy {
    letter-spacing: 0.1em;
  }
}

.service-fv-medhia {
  width: 364px;
  max-width: 100%;
  margin-top: 10px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .service-fv-medhia {
    margin-inline: initial;
  }
}

.contact-btn {
  text-align: center;
}

.contact-btn a {
  display: inline-block;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  height: 59px;
  line-height: 59px;
  border-radius: 29px;
  background: #244cdf;
  text-align: center;
  width: 20.625rem;
  position: relative;
}

.contact-btn a::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  right: 19px;
}

@media screen and (min-width: 768px) {
  .contact-btn a::after {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.service-fv__btn {
  margin-top: 2.375rem;
}

.service-fv__right {
  max-width: 100%;
  background: #fff;
  background: linear-gradient(-60deg, #FFF 0%, #FFF 50%, #000 50%, #000 100%);
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .service-fv__right {
    width: 41.25rem;
    margin-top: initial;
  }
}
@media screen and (min-width: 1300px) {
  .service-fv__right {
    margin-right: calc(50% - 50vw);
  }
}

.service-fv__right::before {
  position: absolute;
  content: "";
}
@media screen and (min-width: 768px) {
  .service-fv__right::before {
    background: url(../../assets/images/service/fv_point_five.png) no-repeat;
    background-size: contain;
    width: 7.375rem;
    height: 21.625rem;
    left: -3.75rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.service-fv__container {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .service-fv__container {
    margin-left: 4rem;
    padding-left: initial;
  }
}

.service-fv__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 11px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service-fv__item {
  width: 100%;
  max-width: 9.375rem;
  -webkit-box-shadow: 3px 0 8px rgba(142, 142, 142, 0.2);
          box-shadow: 3px 0 8px rgba(142, 142, 142, 0.2);
  border-radius: 10px;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .service-fv__item {
    max-width: 10.8125rem;
  }
}

.service-fv__items:nth-child(2) {
  margin-top: 0.9375rem;
}

.service-fv__label {
  background: #f7d15c;
  border-radius: 10px 10px 0 0;
  height: 4.0625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .service-fv__label {
    height: 4.8125rem;
  }
}

.service-fv__label span {
  font-weight: 700;
  font-family: "din-2014", sans-serif;
  font-style: italic;
  font-size: 1.875rem;
  color: #f7d15c;
  -webkit-text-stroke: 2px #333;
}

.service-fv__item-title {
  font-size: 0.6875rem;
  line-height: 1.125;
}
@media screen and (min-width: 768px) {
  .service-fv__item-title {
    letter-spacing: 0.2em;
    font-size: 1rem;
  }
}

.service-fv__item:nth-child(1) .service-fv__item-title {
  letter-spacing: 0.04em;
  margin-top: -0.2rem;
}

.service-fv__item:nth-child(3) .service-fv__item-title {
  letter-spacing: 0.06em;
  margin-top: -0.2rem;
}

.service-fv__item:nth-child(2) .service-fv__item-title,
.service-fv__items:nth-child(2) .service-fv__item-title {
  margin-top: -0.5rem;
}

.service-fv__content {
  background: #FFF;
  border-radius: 0 0 10px 10px;
  padding-bottom: 1rem;
}

.service-fv__circle {
  width: 5.0625rem;
  height: 5.0625rem;
  margin-inline: auto;
  position: relative;
  z-index: 2;
  margin-top: 26px;
}

.service-fv__circle::after {
  position: absolute;
  background: #e5e5e5;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5.0625rem;
  height: 5.0625rem;
  border-radius: 50%;
  z-index: -1;
}

.service-fv__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.service-fv__image img {
  margin-inline: auto;
}

.service-fv__item:nth-child(1) .service-fv__image img {
  width: 92%;
}

.service-fv__item:nth-child(2) .service-fv__image img {
  width: 90%;
  width: 71px;
  width: 4.4375rem;
}

.service-fv__item:nth-child(3) .service-fv__image img {
  width: 90%;
  width: 75px;
  width: 4.6875rem;
}

.service-fv__items:nth-child(2) .service-fv__item:nth-child(1) .service-fv__image img {
  width: 90%;
  width: 2.875rem;
}

.service-fv__items:nth-child(2) .service-fv__item:nth-child(2) .service-fv__image img {
  width: 120%;
}

.service-fv__text {
  font-size: 0.625rem;
  line-height: 1.25;
  font-weight: 600;
  text-align: center;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .service-fv__text {
    letter-spacing: 0.2em;
    font-size: 0.75rem;
  }
}

.service-fv__item:nth-child(1) .service-fv__text {
  letter-spacing: 0;
}

.service-fv__items:nth-child(2) .service-fv__item .service-fv__text {
  letter-spacing: 0;
}

.service-fv__point {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  left: -3.75rem;
  left: -4.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #FFF;
  border-radius: 80px;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1;
  line-height: 0.8;
  letter-spacing: 0.2em;
  padding: 3.125rem 1.25rem 3.125rem 1.8125rem;
  height: 23.75rem;
}

.service-fv__point-number {
  text-combine-upright: all;
  font-size: 4.0625rem;
  color: #f7d15c;
  font-weight: 700;
  font-family: "din-2014", sans-serif;
  font-style: italic;
  -webkit-text-stroke: 2px #333;
  line-height: 0.8;
}

.service-fv__point-text {
  color: #f7d15c;
  font-size: 1.75rem;
  letter-spacing: 0.14em;
  -webkit-text-stroke: 2px #333;
}

/* results */
.service-results {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .service-results {
    padding-top: 4.8125rem;
    padding-bottom: 6.625rem;
  }
}

.service-results__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .service-results__items {
    -ms-grid-columns: 1fr 1.3125rem 1fr 1.3125rem 1fr 1.3125rem 1fr 1.3125rem 1fr;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 2.9375rem;
    gap: 1.375rem 1.3125rem;
  }
}

.service-results__item {
  height: 91px;
  height: 3.75rem;
}
@media screen and (min-width: 768px) {
  .service-results__item {
    height: 5.6875rem;
  }
}

.service-results__item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-results__point {
  text-align: center;
  font-size: 0.875rem;
  background: #f7d15c;
  height: 51px;
  line-height: 51px;
  width: 406px;
  max-width: 90%;
  border-radius: 25px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
  margin-top: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .service-results__point {
    font-size: 1.125rem;
    max-width: 100%;
    letter-spacing: 0.2em;
    margin-top: 3.75rem;
  }
}

.service-results__point::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 6.5px 0 6.5px;
  border-color: #f7d15c transparent transparent transparent;
  top: 99%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.service-results__text {
  background: #FFF;
  border-radius: 18px;
  position: relative;
  text-align: center;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-weight: 500;
  margin-top: -15px;
}
@media screen and (min-width: 768px) {
  .service-results__text {
    letter-spacing: 0.14em;
    font-size: 1.25rem;
  }
}

/* can */
.service-can {
  background: #FFF;
  padding-top: 121px;
  padding-bottom: 69px;
}

.service-can__items {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  margin-top: 40px;
}

.service-can__items:nth-of-type(2) {
  margin-top: 20px;
}

.service-can__item {
  width: 100%;
  text-align: center;
  -webkit-box-shadow: 3px 0 8px rgba(142, 142, 142, 0.2);
          box-shadow: 3px 0 8px rgba(142, 142, 142, 0.2);
  border-radius: 10px;
}

.service-can__label {
  background-color: #FFCF3F;
  border-radius: 10px 10px 0 0;
  height: 98px;
  position: relative;
}

.service-can__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.service-can__content {
  background: #FFF;
  border-radius: 0 0 10px 10px;
  padding-top: 12px;
  padding-bottom: 29px;
}

.service-can__image {
  width: 151px;
  margin-inline: auto;
}

.service-can__text {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .service-can {
    padding-top: 121px;
    padding-bottom: 69px;
  }
  .service-can__items {
    gap: 0 20px;
    margin-top: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .service-can__items:nth-of-type(2) {
    margin-top: 39px;
  }
  .service-can__item {
    max-width: 320px;
  }
  /* .service-can__label {
    background-color: #FFCF3F;
    border-radius: 10px 10px 0 0;
    height: 98px;
    position: relative;
  } */
  /* .service-can__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  } */
  .service-can__content {
    background: #FFF;
    border-radius: 0 0 10px 10px;
    padding-top: 12px;
    padding-bottom: 29px;
  }
  .service-can__image {
    width: 151px;
    margin-inline: auto;
  }
  .service-can__text {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 10px;
  }
}
/* cta */
.service-cta {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  background: #f7d15c;
}

.service-cta__head {
  font-size: 1.125rem;
  letter-spacing: 0.2em;
  font-weight: 600;
  position: relative;
}

.service-cta__head::after {
  position: absolute;
  content: "";
  background: url(../../assets/images/service/ashirai.svg) no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 300px;
  height: 100%;
}

.service-cta__btn {
  margin-top: 20px;
}

.service-cta__text {
  letter-spacing: 0.1em;
  font-size: 1rem;
  margin-top: 15px;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .service-cta {
    padding-top: 55px;
    padding-bottom: 51px;
  }
  .service-cta__head {
    font-size: 1.25rem;
  }
  .service-cta__head::after {
    width: 385px;
  }
  .service-cta__btn a {
    width: 413px;
    height: 72px;
    line-height: 72px;
    border-radius: 36px;
    font-size: 1.625rem;
  }
  .service-cta__text {
    margin-top: 25px;
  }
}
.service-case {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fbf8f1;
}
@media screen and (min-width: 768px) {
  .service-case {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.service-case__head {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .service-case__head {
    font-size: 1.25rem;
    letter-spacing: 0.2em;
    margin-top: 3.9375rem;
  }
}

.service-case__items {
  display: -ms-grid;
  display: grid;
  row-gap: 2rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .service-case__items {
    row-gap: 3.75rem;
    margin-top: 3.75rem;
  }
}

.service-case__label {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 0.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 2px;
}

.service-case__label span {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  background: #f7d15c;
  font-size: 1rem;
  padding: 6px 13px;
  border-radius: 11px;
  text-transform: uppercase;
}

.service-case__container {
  border-radius: 14px;
  -webkit-box-shadow: 3px 0 8px rgba(142, 142, 142, 0.2);
          box-shadow: 3px 0 8px rgba(142, 142, 142, 0.2);
  background: #FFF;
  margin-top: 3px;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .service-case__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.6875rem 1.25rem 2.6875rem;
    gap: 0 1.5625rem;
  }
}

.service-case__item:nth-child(2n) .service-case__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.service-case__image {
  max-width: 100%;
  height: 13.5rem;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .service-case__image {
    width: 18.875rem;
    height: 18.875rem;
  }
}

.service-case__image img {
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.service-case__content {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .service-case__content {
    margin-top: initial;
  }
}

.service-case__category {
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .service-case__category {
    font-size: 1.25rem;
    letter-spacing: 0.2em;
  }
}

.service-case__title {
  font-weight: 700;
  font-size: 1.25rem;
  position: relative;
  z-index: 2;
  margin-top: 0.825rem;
}
@media screen and (min-width: 768px) {
  .service-case__title {
    font-size: 1.5rem;
    margin-top: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.1666666667;
  }
}

.service-case__title::before {
  position: absolute;
  content: "";
  background: #f7d15c;
  width: 2rem;
  height: 2rem;
  top: -0.625rem;
  left: -0.6rem;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .service-case__title::before {
    top: -1.25rem;
    left: -1rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .service-case__item:nth-child(2) .service-case__title,
  .service-case__item:nth-child(3) .service-case__title {
    letter-spacing: 0.2em;
  }
}

@media screen and (min-width: 768px) {
  .service-case__item:nth-child(4) .service-case__title {
    letter-spacing: 0.16em;
  }
}

.service-case__coment {
  font-size: 0.825rem;
  font-weight: 400;
  margin-top: 0.825rem;
}
@media screen and (min-width: 768px) {
  .service-case__coment {
    line-height: 1.75;
    font-size: 1rem;
    letter-spacing: 0.2em;
    margin-top: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .service-case__item:nth-child(2) .service-case__coment,
  .service-case__item:nth-child(4) .service-case__coment {
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 768px) {
  .service-case__item:nth-child(3) .service-case__coment {
    letter-spacing: 0.08em;
  }
}

.service-case__result {
  font-weight: 400;
  line-height: 1.625;
  margin-top: 1.25rem;
  font-size: 0.825rem;
}
@media screen and (min-width: 768px) {
  .service-case__result {
    font-size: 1rem;
  }
}

.service-case__result span {
  letter-spacing: 0.2em;
  background: #f7d15c;
  border-radius: 11px;
  padding: 4px 10px;
}

.service-case__btn {
  margin-top: 1.25rem;
}

.service-case__btn a {
  display: inline-block;
  color: #FFF;
  background: #244cdf;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  font-size: 0.825rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .service-case__btn a {
    padding: 0.5rem 1.125rem;
    font-size: 1rem;
  }
}

.service-voice {
  background: #FFF;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .service-voice {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.service-voice__items {
  margin-top: 2rem;
  display: -ms-grid;
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .service-voice__items {
    margin-top: 6rem;
    gap: 4.4375rem 2rem;
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.service-voice__item {
  border: 3px solid #f7d15c;
  border-radius: 14px;
  background: #fbf8f1;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .service-voice__item {
    padding: 2.5rem 1.25rem 1.875rem;
  }
}

.service-voice__label {
  position: relative;
  padding-left: 6.2rem;
}
@media screen and (min-width: 768px) {
  .service-voice__label {
    padding-left: 10rem;
  }
}

.service-voice__item:nth-child(4) .service-voice__label {
  margin-top: -1.5rem;
}
@media screen and (min-width: 768px) {
  .service-voice__item:nth-child(4) .service-voice__label {
    margin-top: -2rem;
  }
}

.service-voice__label::before {
  position: absolute;
  content: "";
  position: absolute;
  content: "";
  background: url(../../assets/images/service/voice01.svg) no-repeat;
  background-size: contain;
  bottom: 0;
  left: 0;
  width: 5.5625rem;
  height: 5.875rem;
}
@media screen and (min-width: 768px) {
  .service-voice__label::before {
    width: 7.5625rem;
    height: 7.875rem;
  }
}

.service-voice__item:nth-child(2) .service-voice__label::before {
  background: url(../../assets/images/service/voice02.svg) no-repeat;
  background-size: contain;
}

.service-voice__item:nth-child(3) .service-voice__label::before {
  background: url(../../assets/images/service/voice03.svg) no-repeat;
  background-size: contain;
}

.service-voice__item:nth-child(4) .service-voice__label::before {
  background: url(../../assets/images/service/voice04.svg) no-repeat;
  background-size: contain;
}

.service-voice__name {
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .service-voice__name {
    font-size: 1.5rem;
  }
}

.service-voice__name span {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .service-voice__name span {
    font-size: 1.25rem;
  }
}

.service-voice__category {
  font-size: 0.875rem;
  background: #f7d15c;
  padding: 0 10px;
  height: 1.5rem;
  line-height: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .service-voice__category {
    height: 1.875rem;
    line-height: 1.875rem;
    font-size: 1rem;
  }
}

.service-voice__text {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.75;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .service-voice__text {
    margin-top: 1.875rem;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}

.service-voice__item:nth-child(3) .service-voice__text {
  letter-spacing: 0.08em;
}

.service-amazing {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .service-amazing {
    padding-top: 7.5rem;
    padding-bottom: 3.75rem;
  }
}

.service-amazing__image {
  width: 230px;
  margin-inline: auto;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .service-amazing__image {
    margin-top: 3rem;
  }
}

.service-amazing__head-sub {
  text-align: center;
  font-size: 0.825rem;
  letter-spacing: 0.2em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .service-amazing__head-sub {
    font-size: 1.25rem;
  }
}

.service-amazing__head-sub span {
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
}

.service-amazing__head-sub span::before {
  position: absolute;
  content: "";
  background: url(../../assets/images/service/ashirai_left.svg) no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 22px;
  height: 36px;
}
.service-amazing__head-sub span::after {
  position: absolute;
  content: "";
  background: url(../../assets/images/service/ashirai_right.svg) no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 22px;
  height: 36px;
}
.service-amazing__head {
  text-align: center;
  background: #f7d15c;
  height: 3.5625rem;
  line-height: 3.5625rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-top: 0.825rem;
  max-width: 511px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .service-amazing__head {
    font-size: 1.5rem;
    letter-spacing: 0.2em;
  }
}

.service-amazing__container {
  border: 3px solid #f7d15c;
  border-radius: 16px;
  padding: 1.3125rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .service-amazing__container {
    margin-top: 3.125rem;
    padding: 1.3125rem 2rem 3.1875rem;
  }
}

.service-amazing__container-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service-amazing__container-title {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fbe8ad));
  background: linear-gradient(transparent 50%, #fbe8ad 50%);
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .service-amazing__container-title {
    font-size: 1.5rem;
    letter-spacing: 0.2em;
  }
}

.service-amazing__points {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-top: 0.6875rem;
  display: -ms-grid;
  display: grid;
  row-gap: 0.2rem;
}
@media screen and (min-width: 768px) {
  .service-amazing__points {
    font-size: 1rem;
  }
}

.service-amazing__point {
  position: relative;
  padding-left: 1.5em;
}
@media screen and (min-width: 768px) {
  .service-amazing__point {
    padding-left: 2em;
  }
}

.service-amazing__point::before {
  position: absolute;
  content: "";
  background: url(../../assets/images/service/check.svg) no-repeat;
  background-size: contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.875rem;
  height: 0.875rem;
}
@media screen and (min-width: 768px) {
  .service-amazing__point::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.service-amazing__woman {
  margin-left: 1.1875rem;
}

.service-amazing__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-grid;
  display: grid;
  gap: 4rem 6.125rem;
  margin-top: 0.9375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .service-amazing__items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.service-amazing__items::after {
  position: absolute;
  content: "";
  background: url(../../assets/images/service/arrow_amazing.png) no-repeat;
  background-size: contain;
  left: 50%;
  top: 46.4%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  width: 3.1875rem;
  height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .service-amazing__items::after {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 5.5rem;
    height: 4.3125rem;
  }
}

.service-amazing__item {
  background: #dcdcdc;
  display: -ms-grid;
  display: grid;
  row-gap: 2rem;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .service-amazing__item {
    padding: 4.375rem 3.75rem;
  }
}

.service-amazing__item:nth-child(2) {
  background: #f7d15c;
  row-gap: 1rem;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .service-amazing__item:nth-child(2) {
    padding: 1.9375rem 1.75rem;
  }
}

.service-amazing__item-container {
  background: #FFF;
  border-radius: 15px;
  border: 3px solid #333333;
  padding: 1.375rem 2.0625rem 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
  height: 12rem;
}

.service-amazing__item:nth-child(2) .service-amazing__item-container {
  border: none;
  height: 15rem;
  padding: 1.5625rem 1.375rem 0;
  padding: 2.4375rem 1.375rem 0;
}

.service-amazing__item-container::after {
  position: absolute;
  content: "";
  background: #dcdcdc;
  width: 172px;
  height: 172px;
  height: 10.75rem;
  width: 10.75rem;
  border-radius: 50%;
  bottom: -35%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.service-amazing__item-container::before {
  position: absolute;
  content: "";
  background: url(../../assets/images/service/old_01.png) no-repeat;
  background-size: contain;
  bottom: 1.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 14.0625rem;
  height: 4.875rem;
}

.service-amazing__item-container:nth-child(2):before {
  background: url(../../assets/images/service/old_02.png) no-repeat;
  background-size: contain;
  bottom: -0.1875rem;
  width: 8.875rem;
  height: 6.75rem;
}

.service-amazing__item:nth-child(2) .service-amazing__item-container::before {
  background: url(../../assets/images/service/new_01.png) no-repeat;
  background-size: contain;
  bottom: 1.1875rem;
  bottom: 0.125rem;
  width: 7.4375rem;
  height: 8.5rem;
}

.service-amazing__item:nth-child(2) .service-amazing__item-container:nth-child(2):before {
  background: url(../../assets/images/service/new_02.png) no-repeat;
  background-size: contain;
  bottom: -0.1875rem;
  width: 7.1875rem;
  height: 8.375rem;
}

.service-amazing__item-container:nth-child(2) {
  padding: 1.5625rem 3.4375rem 0;
}

.service-amazing__item:nth-child(2) .service-amazing__item-container::after {
  position: absolute;
  content: "";
  background: #f6f3f3;
  width: 172px;
  height: 172px;
  height: 10.75rem;
  width: 10.75rem;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  bottom: -75%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.service-amazing__item-container img {
  max-width: 225px;
  margin-inline: auto;
  margin-top: 1rem;
}

.service-amazing__item .service-amazing__item-container:nth-child(2) img {
  max-width: 143px;
  margin-inline: auto;
  margin-top: 15px;
}

.service-amazing__item:nth-child(2) .service-amazing__item-container img {
  max-width: 119px;
  margin-inline: auto;
  margin-top: initial;
  margin-top: 1rem;
}

.service-amazing__item:nth-child(2) .service-amazing__item-container:nth-child(2) img {
  max-width: 115px;
  margin-inline: auto;
  margin-top: initial;
  margin-top: 2.25rem;
}

.service-amazing__text {
  font-weight: 600;
  line-height: 1.4;
  font-size: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .service-amazing__text {
    font-size: 1.25rem;
    letter-spacing: 0.2em;
  }
}

.service-amazing__item:nth-child(1) .service-amazing__item-container:nth-child(1) .service-amazing__text {
  padding: 0 1rem;
}

.service-amazing__item:nth-child(2) .service-amazing__item-container:nth-child(2) .service-amazing__text {
  text-align: center;
  margin-top: 0.625rem;
}

.service-step {
  background: #fdf6de;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .service-step {
    padding-top: 6.25rem;
    padding-bottom: 9.3125rem;
  }
}

.service-step__inner {
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .service-step__inner {
    max-width: 1330px;
  }
}

.service-step__head {
  text-align: center;
  position: relative;
  font-size: 1.25rem;
  font-weight: 600;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .service-step__head {
    font-size: 1.5rem;
    letter-spacing: 0.2em;
    padding-bottom: 1.1875rem;
  }
}

.service-step__head::after {
  position: absolute;
  content: "";
  width: 9.375rem;
  height: 2px;
  background: #f7d15c;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.service-step__items {
  display: -ms-grid;
  display: grid;
  gap: 31px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .service-step__items {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    margin-top: 4.875rem;
  }
}

.service-step__item {
  background: #FFF;
  border-radius: 15px;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .service-step__item {
    padding: 5.375rem 1.25rem 1.625rem;
  }
}

.service-step__item:not(:first-child)::before {
  position: absolute;
  content: "";
  background: url(../../assets/images/service/arrow_step.svg) no-repeat;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  width: 20px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .service-step__item:not(:first-child)::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -24px;
  }
}

.service-step__title {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .service-step__title {
    font-size: 1.25rem;
  }
}

.service-step__circle {
  position: relative;
  bottom: 0;
  height: 11.4375rem;
}

.service-step__circle::after {
  background: #eeeeee;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 11.4375rem;
  height: 11.4375rem;
  margin-inline: auto;
  border-radius: 50%;
}

.service-step__item:nth-child(4) .service-step__circle {
  margin-top: 1.75rem;
}

.service-step__image {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-inline: auto;
  z-index: 2;
}

.service-step__item:nth-child(1) .service-step__image {
  width: 10.625rem;
}

.service-step__item:nth-child(2) .service-step__image {
  width: 13.75rem;
}

.service-step__item:nth-child(3) .service-step__image {
  width: 6rem;
}

.service-step__item:nth-child(4) .service-step__image {
  width: 6.8125rem;
}

.service-platform {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .service-platform {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.service-platform__sub {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .service-platform__sub {
    margin-top: 4.9375rem;
  }
}

.service-platform__items {
  display: -ms-grid;
  display: grid;
  gap: 1.875rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .service-platform__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3.875rem;
  }
}

.service-platform__item {
  border: 3px solid #f7d15c;
  border-radius: 18px;
}

.service-platform__label {
  background: #f7d15c;
  height: 6.375rem;
  border-radius: 15px 15px 0 0;
  line-height: 6.375rem;
}

.service-platform__label p {
  text-align: center;
  font-weight: 600;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .service-platform__label p {
    font-size: 1.25rem;
  }
}

.service-platform__container {
  background: #fbf8f1;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  border-radius: 0 0 15px 15px;
}

.service-platform__circle {
  position: relative;
  bottom: 0;
  height: 11.4375rem;
}

.service-platform__circle::after {
  background: #eeeeee;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 11.4375rem;
  height: 11.4375rem;
  margin-inline: auto;
  border-radius: 50%;
}

.service-platform__image {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-inline: auto;
  z-index: 2;
}

.service-platform__item:nth-child(1) .service-platform__image {
  width: 17.75rem;
}

.service-platform__item:nth-child(2) .service-platform__image {
  width: 13.3125rem;
}

.service-platform__item:nth-child(3) .service-platform__image {
  width: 17.4375rem;
}

.service-platform__item:nth-child(4) .service-platform__image {
  width: 13.8125rem;
}

.service-point {
  background: #fdf6de;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .service-point {
    padding-top: 9.9375rem;
    padding-bottom: 7.5rem;
  }
}

.service-point__item {
  height: 24.875rem;
}

.service-point__content {
  height: 18.75rem;
}

.service-point__circle {
  position: relative;
  bottom: 0;
  height: 9.4375rem;
}

.service-point__circle::after {
  background: #eeeeee;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 9.4375rem;
  height: 9.4375rem;
  margin-inline: auto;
  border-radius: 50%;
}

.service-point__image {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-inline: auto;
  z-index: 2;
}

.service-point__item:nth-child(1) .service-point__image {
  width: 9.375rem;
}

.service-point__item:nth-child(2) .service-point__image {
  width: 8.1875rem;
}

.service-point__item:nth-child(3) .service-point__image {
  width: 8.625rem;
}

.service-point__items .service-point__item:nth-child(1) .service-point__image {
  width: 5.3125rem;
}

.service-point__items .service-point__item:nth-child(2) .service-point__image {
  width: 11.0625rem;
}

.service-flow {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .service-flow {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.service-flow__inner {
  max-width: 550px;
  max-width: 34.375rem;
}

.service-flow__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .service-flow__container {
    margin-top: 5rem;
  }
}

.service-flow__numbers {
  display: -ms-grid;
  display: grid;
  row-gap: 5.125rem;
  padding-left: 0.75rem;
}
@media screen and (min-width: 768px) {
  .service-flow__numbers {
    row-gap: 3.125rem;
    padding-left: initial;
  }
}

.service-flow__number p {
  color: #FFF;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-size: 60px;
  font-size: 1.5rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .service-flow__number p {
    font-size: 3.75rem;
  }
}

.service-flow__number p::after {
  position: absolute;
  content: "";
  width: 2.8125rem;
  height: 2.8125rem;
  background: #333333;
  top: 50%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .service-flow__number p::after {
    width: 5rem;
    height: 5rem;
  }
}

.service-flow__number:not(:last-child) p::before {
  position: absolute;
  content: "";
  left: 55%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3px;
  bottom: 0;
  top: 95%;
  background: #333333;
  height: 20.625rem;
}
@media screen and (min-width: 768px) {
  .service-flow__number:not(:last-child) p::before {
    height: 18.75rem;
  }
}

.service-flow__numbers-yellow {
  row-gap: 0;
}
@media screen and (min-width: 768px) {
  .service-flow__numbers-yellow {
    row-gap: 3.125rem;
  }
}

.service-flow__number-yellow p::after {
  background: #f7d15c;
}

.service-flow__number-yellow:not(:last-child) p::before {
  background: #f7d15c;
  height: 18.6875rem;
}
@media screen and (min-width: 768px) {
  .service-flow__number-yellow:not(:last-child) p::before {
    height: 19.375rem;
  }
}

.service-flow__items {
  width: 24.6875rem;
  width: 85%;
  display: -ms-grid;
  display: grid;
  margin-left: auto;
  gap: 3.125rem 0;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .service-flow__items {
    margin-left: 4.375rem;
    max-width: 100%;
    margin-top: 1.875rem;
    gap: 5rem 0;
  }
}

.service-flow__item {
  position: relative;
}

.service-flow__title {
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .service-flow__title {
    font-size: 1.5rem;
  }
}

.service-flow__text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375;
  margin-top: 0.5rem;
  letter-spacing: 0.1em;
}

.service-flow__image {
  max-width: 23.75rem;
  width: 100%;
  margin-top: 1.125rem;
}


/***ヘッダースライダーのスタイル***/
#spliden{
        margin-top:1rem;
    }
    .header-special-pagination{
        margin-top: 1rem;
        display: none;
    }
    #spliden .splide__pagination__page {
    background: #FFF;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 6px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 8px;
    }
    #spliden .splide__pagination__page.is-active {
    background: #000;
    z-index: 1;
    }
    #spliden .splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: #104DE8;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2.5em;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5em;
    z-index: 1;
    }
    #spliden .splide__arrow--prev {
    left: 1em;
    }
    #spliden .splide__arrow--prev svg {
    transform: scaleX(-1);
    }
    #spliden .splide__arrow--next {
    right: 1em;
    }
    .splide__arrow svg{
    width: 10px;
    height: 10px;
    }
    .splide__arrow svg path {
    fill: #fff; /* 白に変更 */
    }
        #spliden .spliden-item{
        width: 357px;
        aspect-ratio: 357/201; /* 幅と高さの比率を設定 */
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 10px;
    }
    @media screen and (min-width: 768px) {
    #spliden{
        margin-top: 2.5rem;
    }
    #spliden .spliden-item{
      width: 100%;
      aspect-ratio: 357/201; /* 幅と高さの比率を設定 */
    }

    }

.service-profile {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fbf8f1;
}
.service-profile__item {
	margin-top: 60px;
	display: flex;
	flex-direction: column;
    background-color: white;
    padding: 35px;
    border-radius: 20px;
}

.service-profile__imgwrap {
	width: 100%;
    height: 195px;
}
.service-profile__img {
	max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 10px;	
}
.service-profile__textwrap {
	padding-top: 20px;
	line-height: 1.75;
    font-size: 1rem;
    letter-spacing: 0.2em;
}

@media screen and (min-width: 768px) {
	.service-profile {
		padding-top: 7.5rem;
		padding-bottom: 7.5rem;
	}
	.service-profile__item {
		flex-direction: row;
	}
	.service-profile__imgwrap {
	    width: 360px;
	    height: 245px;
	}
	.service-profile__textwrap {
		padding-left: 50px;
	}

}
.yohaku{
	margin:0.7em 0;
}


/**
  20250103 増
**/
.search-result-location {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.not-found__container {
  margin-top: 40px;
  margin-inline: auto;
  width: fit-content;
}

.not-found__title {
  font-size: 1.5rem;
  font-weight: bold;
}

.not-found__text {
  font-size: 1.2rem;
  font-weight: bold;
}

.not-found__link-area {
  margin-top: 20px;
}

.not-found__link {
  color: #104DE8;
}

.footer-information {
  margin-top: 40px;
}

.footer-information__wrapper {
  background-image: url('../images/footer-information-back-sp.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-information__inner {
  padding-top: 95px;
  padding-bottom: 3.75rem;
}

.footer__search {
  margin-top: 40px;
  padding-inline: 24px;
}

.footer-aside__category {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}

.footer-aside__heading {
  font-weight: bold;
  margin-bottom: 24px;
}

.footer-aside__lists {
  padding-left: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-aside__areas {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-aside__area {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-aside__item {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
  border-bottom: 1px solid #333333;
}

.footer-aside__item-title {
  font-weight: bold;
}

.section-title__secondary {
  font-weight: 400;
  font-size: 1rem;
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .footer-aside__category {
    flex-direction: column;
  }

  .footer-information {
    margin-top: 80px;
  }

  .footer-information__wrapper {
    background-image: url('../images/footer-information-back.png');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .footer-information__inner {
    padding-top: 95px;
    padding-bottom: 3.75rem;
  }

}



/*MacOS スライダーバグ*/
.splide__list {
  overflow: visible !important;
}


.splide__slide {
  position: relative;
  z-index: 1;
}

.splide__slide {
  min-width: 0; 
  transform: translateZ(0); 
  clip-path: none; 
}

.splide__slide img {
  display: block;
  min-height: 1px;
}


@supports (-webkit-touch-callout: none) {
  .splide__slide {
    transform: translate3d(0, 0, 0);
    will-change: transform;
  }
}

