@charset "UTF-8";
body {
  font-family: ryo-gothic-plusn, sans-serif;
}

html, body {
  overflow-x: hidden;
}

body.tax-custom_category  {
  overflow-x: visible;
}
body.tax-custom_area  {
  overflow-x: visible;
}
body.search  {
  overflow-x: visible;
}

body {
  color: #000;
}

.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: #fff;
}

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

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

.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 (hover: hover) {
  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;
}

@media (hover: hover) {
.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: #fff;
  border-radius: 10px;
  margin-top: 2.5rem;
  border: 1px solid #212121;

}
@media screen and (min-width: 768px) {
  .article-aside {
  max-width: 16.875rem;
  width: 15.625rem;	
  margin-top: 0;
  flex-shrink: 0;
  }
}

.article-aside__head {
  background: #ffff93;
  border-radius: 10px 10px 0 0;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-align: center;
  color: #212121;
  padding-top: 2.25rem;
  padding-bottom: 1.5rem;

}

.article-aside__head::before {
  display: block;
  content: "";
  width: 8.0625rem;
  height: 1.75rem;
  background: url(../images/common/txt-search.png) no-repeat center / contain;
  margin-inline: auto;
}

.article-aside__accordion {
  background: #f2f2f2;
}

.article-aside__summary {
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  color: #212121;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #212121;
  border-top: 1px solid #212121;
}


.article-aside__accordion summary::-webkit-details-marker {
    display: none;
}

.article-aside__accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 2px solid #212121;
    border-right: 2px solid #212121;
    content: '';
    transition: transform .3s;
}

.article-aside__accordion[open] summary::after {
    transform: rotate(225deg);
}

.article-aside__accordion .article-aside__wrap {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1rem;
    padding-top: 0.5rem;
    background: #fff;
}

.article-aside__accordion[open] .article-aside__wrap {
    transform: none;
    opacity: 1;
}

.article-aside__title {
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  color: #212121;
  display: flex;
  align-items: center;
  gap: 2px;
  margin-top: 0.5rem;
}

.article-aside__title::before {
  display: inline-block;
  content: "";
  width: 0.5625rem;
  height: 0.5625rem;
  background: #fcdc32;
  border: 1px solid #212121;
  border-radius: 100%;
}

.article-aside__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-top: 0.5rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #000;
}

.article-aside__list input[type=checkbox] {
    display: none;
}

.article-aside__label {
  display: inline-block;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  color: #000;
  border-radius: 12.5px;
  background: #f5f5f5;
  border: 1px solid #212121;
  padding-inline: 0.4375rem;
  padding-block: 0.1875rem;
}

input[type="checkbox"]:checked + .article-aside__label {
  background: #FFE666;
}

@media (hover: hover) {
  .article-aside__label:hover {
    background: #FFE666;
  }
}

.article-aside__sticky {
  position: sticky;
  bottom: 0;
  left: 0;
  background: #fff;
}

.article-aside__keyword {
  padding: 1rem;
  border-top: 1px solid #212121;
}

.article-aside__input {
  border-radius: 4px;
  background: #fff;
  border: 1px solid #212121;
  width: 100%;
}

/* キャンセルボタンなし  */
.article-aside__input::-webkit-search-cancel-button {    
  -webkit-appearance: none;
}

.article-aside__actions {
  background: #1130a7;
  border-top: 1px solid #212121;
  border-radius: 0 0 9px 9px;
  text-align: center;
  padding-inline: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.article-aside__count {
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  color: #fff;
}

.article-aside__number {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.6875rem;
  letter-spacing: 0.08em;
}

.article-aside__btn {
  border-radius: 100vh;
  background: #212121;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.04em; 
  line-height: 1;
  color: #fff;
  padding: 0.8rem;
  width: 100%;
  border: 1px solid #212121;
}

.article-aside__btn--w {
  background: #fff;
  margin-top: 0.5rem;
  color: #000;
}

.article-aside__btn--w:active {
  background-color: #FFE666; 
  color: #000;            
  border-color: #212121;   

}

.center {
text-align: center;
}

.article-line {
  width: 20rem;
  height: 1px;
  background: #212121;
  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;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .article-main {
    margin-top: 0;
  }
}

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

.article-main__item {
  display: block;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #212121;
  box-shadow: 6px 6px 0px #000;
}
@media (hover: hover) {
  .article-main__item:hover {
    opacity: 1;
  }
  .article-main__item:hover .article-main__more {
    background: #fff;
    color: #fb6245;
  }
  .article-main__item:hover .article-main__more::after {
    background: #fb6245;
  }
}

.article-main__heading {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 10px 10px 0px 0px;
  background: #dee9ff;
  border-bottom: 1px solid #212121;
  padding: 1rem 0.8rem 1rem 2rem;
  position: relative;

}
@media screen and (min-width: 768px) {
  .article-main__heading {
    font-size: 1.25rem;
  }
}

.article-main__heading::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  width: 0.25rem;
  height: 3.4375rem;
  background: #fb6245;
}

.article-main__box {
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .article-main__box {
    padding: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.article-main__image {
  aspect-ratio: 335/217;
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #212121;
}
@media screen and (min-width: 768px) {
  .article-main__image {
    width: 20.9375rem;
    flex-shrink: 0;
    height: 13.5625rem;
  }
}

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

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

.article-main__category.cat-items {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: flex-start;
  z-index: 10;
  height: 100%;
}


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

.article-main__category .cat-item {
  display: inline-block;
}
@media (hover: hover) {
  .article-main__category .cat-item:hover {
    background: #000;
    color: #fff;
    opacity: 1;
  }
}

.article-main__locationName {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  border-bottom: 1px solid #bababa;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .article-main__locationName {
    margin-top: 0.4375rem;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
  }
}

.article-main__more {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 100vh;
  background: #fb6245;
  color: #fff;
  padding-block: 0.5625rem;
  padding-left: 2.625rem;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  width: 9.125rem;
  transition: .3s;
  margin-left: auto;
  margin-right: 0;
  border: 1px solid #000;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .article-main__more {
    margin-top: auto;
    margin-bottom: 0;
  }
}

.article-main__more::after {
  position: absolute;
  display: inline-block;
  content: "";
  z-index: -1;
  top: 2px;
  left: 2px;
  width: 9.125rem;
  height:2rem;
  border: 1px solid #000;
  border-radius: 100vh;
}

.article-main__more .fa-chevron-right {
  font-size: 0.5rem;
  margin-left: 1rem;
}

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

/* パンくずリスト */
.breadcrumbs {
  font-size: 0.75rem;
  font-weight: 700;
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    font-size: 0.875rem;
  }
}

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

.breadcrumbs .post,
.breadcrumbs .archive  {
  color: #1130a7;
}

/* ボタン */
.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;
}

@media (hover: hover) {
  .header__btn .btn.btn--yellow:hover {
    background-color: #104DE8;
    color: #FCFCFC;
  }
  .header__btn .btn.btn--yellow:hover span {
    color: #FCFCFC;
  }
}

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

@media (hover: hover) {
  .btn--blue:hover {
    background-color: #0B3399;
    color: #FCFCFC;
  }
}

@media (hover: hover) {
  .header__btn .btn:hover {
    opacity: 1;
    background: #fff;
    color: #000;
  }
}

.btn span {
  position: relative;
  color:black;
  transition: .3s;
}

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

/*カードのスタイル*/
.card-item {
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (hover: hover) {
  .card-item:hover {
    display: block;
    opacity: 1;
  }
  .card-item:hover .card-item__image img  {
    transform: scale(1.1);
  }
}

.card-item__image {
  aspect-ratio: 3/2;
  border-radius: 15px 0px;
  border: 1px solid #000;
  overflow: hidden;
}
.card-item__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  transition: .3s;
}

.card-item__body {
  padding-top: 1rem;
}

.card-item__title {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding-left: 0.8rem;
  min-height: 5rem;;
  border-bottom: 1px solid #b1b1b1;
  padding-bottom: 0.5rem;
}

.card-item__title::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  left: 0;
  width: 4px;
  height: 3rem;
  background: #fb6245;
}

.card-item__title-sub {
  margin-top: 0.5rem;
  padding-left: 0.8rem;
  font-size: 1rem;
  margin-bottom: 0;
}


/*カテゴリースタイル*/
.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: 0.3125rem;
}

.cat-item {
  background: #ffe666;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
  border-radius: 100vh;
  border: 1px solid #000;
  padding: 0.375rem 0.75rem 0.375rem 0.75rem;
  display: inline-block;
}


.cat-item--white {
  background: #fff;
}

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


/*スライドショー*/
.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: #454545;
}

.footer--mt {
  margin-top: 3.125rem;
}

.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2.125rem;

}
@media screen and (min-width: 768px) {
  .footer__top {
    padding-top: 4.125rem;

  }
}

.footer__logo {
  width: 5.6875rem;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 7.6875rem;
  }
}


.footer__sns {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__sns {
    margin-top: 0;
  }
}

.footer__twitter,
.footer__insta {
  width: 1.375rem; 
}

.footer__nav {
  margin-top: 1.375rem;
  border-bottom: 1px solid #818181;
}

.footer__items {
  border-top: 1px solid #818181;
  padding-block: 0.5rem 1.125rem;
}
@media screen and (min-width: 768px) {
  .footer__items {
      padding-block:  1.125rem;
  }
}

.footer__item {
  display: inline-block;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .footer__item {
    margin-top: 0;
  }
}

.footer__item:not(:last-child) {
  border-right: 1px solid #818181;
  padding-right: 0.625rem;
  margin-right: 0.625rem;
}



.footer__link,
.footer__category-link {
  display: inline-block;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 1.375rem;
  color: #fff;
}

.footer__category {
  border-top: 1px solid #818181;
  padding-block: 1.4375rem;
}

@media screen and (min-width: 768px) {
  .footer__column {
  display: flex;
  gap: 3.5rem;
}
}

.footer__head {
  flex-shrink: 0;
  max-width: 5.625rem;
  width: 100%;
}

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

.footer__title:not(:first-child) {
  margin-top:0.75rem;
}

.footer__category-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 0.85rem;
}

.footer__category-link {
  font-weight: 400;
  font-size: 0.8125rem;
}

.footer__bottom {
  text-align: center;
  padding: 1.1875rem;
}

.footer__bottom small {
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 1.625rem;
  color: #fff;
}



.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-doui .wpcf7-radio {
  display: flex;
}

.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: 1.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 {
  position: relative;
  text-align: center;
  margin-top: 30px;
  margin-top: 1.875rem;
  cursor: pointer;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .form-table__btn {
    margin-top: 3.75rem;
  }
}

.form-table__btn::before {
  position: absolute;
    display: inline-block;
    content: "";
    width: 12.5rem;
    height: 3.125rem;
    border: 1px solid #FFCF3F;
    border-radius: 100vh;
    transition: .3s;
    margin-inline: auto;
    top: 10px;
    left: 5px;
    background: #fff;
}

.form-table__btn .btn {
  line-height: 1.5;
  position: relative;
  display: inline-block;
  border-radius: 35px;
  color: #fff;
  text-align: center;
  padding: 0.875rem 1.625rem 0.875rem 1.625rem;
  font-size: 1rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  width: 12.5rem;
  transition: .3s;
  border: 1px solid #FFCF3F;
}

@media (hover: hover) {
.form-table__btn:hover .btn {
    opacity: 1;
    background: #fff;
    color: #FFCF3F;
  }
  .form-table__btn:hover::before {
    background: #FFCF3F;
  }
}
  .form-table__wrap {
    text-align: center
  }

.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 {
  margin-top: 0.5rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
  }
}

.wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(2 ,1fr);
  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;
    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;
  }
}

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

/* チェック前のボタン */
.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 {
  margin-top: 3.8125rem;
  position: relative;
  background-color: #FDDC32;
}
@media screen and (min-width: 768px) {
  .fv {
    margin-top: 5.625rem;
  }
}

.fv::before {
  position: absolute;
  display: inline-block;
  content: "";
  background: url(../images/fv-kumo-sp.svg) no-repeat top / cover;
  top: 0.6875rem;
  left: 0;
  width: 100%;
  height: 2.375rem;
  
}
@media screen and (min-width: 768px) {
  .fv::before {
    background: url(../images/fv-kumo.svg) no-repeat top / cover;
    height: 31.1875rem;
  }
}

.fv .splide__track {
  padding-top: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .fv .splide__track {
    padding-top: 3.125rem;
  }
}

.fv__item {
  position: relative;
  height:30.3125rem;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .fv__item {
    height: 35.5rem;
    width: 28.375rem;
  }
}

.fv__link {
  display: inline-block;
  height: 100%;
  border: 1px solid #000;
  width: calc(100% + 1rem);
  padding-right: 1rem;
  background: #EC7C70;
}

.splide.is-active .fv__item {
  animation: slideInB 1s ease-in-out;
  /* animation-fill-mode: forwards; */
}
@keyframes slideInB {
  from { 
    transform: translateY(100%);

  }
  to { 
    transform: translateY(0%);
  }
}

@media (hover: hover) {
  .fv__link:hover {
    opacity: 1;
  }
  .fv__item:hover {
    transform: translateY(-10px);
  }
  .fv__link:hover .fv__img img {
    transform: scale(1.3);
  }

}


.fv__tab {
  position: absolute;
  width: 10.125rem;
  height: 1.75rem;
  top: -1.4375rem;
  left: -0.01rem;
}
@media screen and (min-width: 768px) {
  .fv__tab {
    width: 14.5131rem;
    height: 2.5531rem;
    top: -1.77rem;
  }
}

.fv__tab-label {
  top: 0;
  left: 0;
  position: absolute;
  margin-top: 0.4375rem;
  margin-left: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .fv__tab-label {
    margin-top: 0.6875rem;
  }
}

.fv__tab-label .fa-search {
  font-size: 0.5625rem;
}

.fv__body {
  position: relative;
  padding-top: 1.25rem;
  background: #EC7C70;
  height: 100%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .fv__body {
    padding-top:2.6875rem;
  }
}

.fv__item--plan .fv__link,
.fv__item--plan .fv__body {
  background: #2DBBD0;
}

.fv__item--ad .fv__link,
.fv__item--ad .fv__body {
  background: #4AC27D;
}

.fv__item--area .fv__link,
.fv__item--area .fv__body {
  background: #F9B642;
}

.fv__body::before {
  position: absolute;
  display: inline-block;
  content: attr(data-en);
  top: 1rem;
  right: -0.3125rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 3.4375rem;
  letter-spacing: 0.08em;
  line-height: 4.1875rem;
  color: #fff;
  opacity: 0.16;
  writing-mode: vertical-rl;
  text-orientation: mixed; 
}

.fv__item--ad .fv__body::before {
  font-size: 2.9375rem; 
}
@media screen and (min-width: 768px) {
  .fv__item--ad .fv__body::before {
    font-size: 3.4375rem;
  }
}

.fv__title {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  padding-left: 1.125rem;
}
@media screen and (min-width: 768px) {
  .fv__title {
    font-size: 1.75rem;
    padding-left: 1rem;
  }
}

.fv__title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3125rem;
  height: 2.3125rem;
  border-radius: 6px;
  background: #000;
  color: #FFFFFF;
  font-size: 1.9375rem;
  margin-right: 3px;
}

.fv__en {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: #000;
  margin-top: 5px;
  padding-left: 1.125rem;
}
@media screen and (min-width: 768px) {
  .fv__en {
    padding-left: 1rem;
  }
}

.fv__img {
  position: relative;
  width: 16.5625rem;
  border-radius: 17px;
  background: #fff;
  border: 1px solid #000;
  padding: 6px;
  margin-top: 0.8125rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .fv__img {
    width: 24.375rem;
  }
}

.fv__img::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2.875rem;
  height: 3.0625rem;
  background: url(../images/common/icon-hous.png) no-repeat center / contain;
  top: -1.5625rem;
  right: -0.5625rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .fv__img::before {
    width: 3.25rem;
    height: 3.4375rem;
    right: 0;
    top: -2.3125rem;
  }
}

.fv__img-wrap {
  overflow: hidden;
  border-radius: 11px;
}


.fv__img img {
  aspect-ratio: 265 / 181;
  object-fit: cover;
  border-radius: 11px;
  transition-duration: .5s;
}

.fv__item--plan .fv__img::before {
  width: 4.375rem;
  height: 3.25rem;
  background: url(../images/common/icon-cracker.png) no-repeat center / contain;
  top: -1.875rem;
  right: -1.1875rem;
}

.fv__item--ad .fv__img::before {
  width: 	3.75rem;
  height: 2.8125rem;
  background: url(../images/common/icon-desk.png) no-repeat center / contain;
  top: -1rem;
  right: -1.1875rem;
}
@media screen and (min-width: 768px) {
  .fv__item--ad .fv__img::before {
    top: -2rem;
    right: -0.5rem;
  }
}

.fv__item--area .fv__img::before {
  width: 	3.125rem;
  height: 4.125rem;
  background: url(../images/common/icon-map.png) no-repeat center / contain;
  top: -1.625rem;
  right: -0.3125rem;
}
@media screen and (min-width: 768px) {
  .fv__item--area .fv__img::before {
    right: 0.5rem;
    top: -2rem;
  }
}


.fv__tag-list {
  margin-top: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  padding-left: 1.125rem;
}
@media screen and (min-width: 768px) {
  .fv__tag-list {
    padding-left: 1rem;
  }
}

.fv__tag-item a {
  display: inline-block;
  border-radius: 0.9375rem;
  background: #fff;
  border: 1px solid #000;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
  line-height: 1;
  padding-inline: 0.9rem;
  padding-block: 0.5rem;
}
@media (hover: hover) {
  .fv__tag-item a:hover {
    opacity: 1;
    background: #000;
    color: #fff;
  }
}

.fv__item--Plan .fv__head {
  background: url(../images/fv-bg-sp.svg) no-repeat top / contain ;
  fill: #97CD76;
}

/* SPハンバーガーメニュー */
.hamburger {
  width: 1.0625rem;
  z-index: 9999;
  position: relative;
  padding: 0;
  display: grid;
  gap: 0.3125rem;
}

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

.hamburger.is-openSP span {
  position: absolute;
}

.hamburger.is-openSP span:nth-child(1) {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger.is-openSP span:nth-child(2) {
  display: none;
}

.hamburger.is-openSP span:nth-child(3) {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}


/* ヘッダー */
.header {
  height: 3.8125rem;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9998;
  background-color: #F4F4F4;
}
@media screen and (min-width: 768px) {
  .header {
    height: 5.625rem;
  }
}

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

.header__inner {
  background-color: #F4F4F4;
  height: inherit;
  padding-inline:0.625rem 1.25rem;
  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;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-inline: 0.625rem;
  }
}

.header__logo-wrap {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .header__logo-wrap {
      gap: 0.625rem;
  }
}

.header__logo {
  background-color: #FED712;
  max-width:4.5rem;
  width: 100%;
  height: 2rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  display: grid;
  place-items: center;
  border-radius: 0.25rem;
  border: 1px solid #000;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .header__logo {
    max-width: 8.875rem;
    height: 3.1875rem;
    padding-top: 0.5rem;
    padding-bottom: 0.6875rem;
  }
}

.header__logo:hover {
  opacity: 0.6;
}

.header__logo .logo__link img {
  width: 3.25rem;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .header__logo .logo__link img {
    width: 6.4375rem;
  }
}

.header__logo-text {
  width:12.125rem;
  height: auto;
  flex-shrink: 0;
  text-align: left;
  font-size: 0.5rem;
  letter-spacing: 0.06em;
  line-height: 0.875rem;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 768px) {
  .header__logo-text  {
      width:18.4375rem;
      font-size: 0.75rem;
  }
}

.header__logo-text span {
  display: inline-block;
  padding-inline: 0.15rem;
  background: #fff;
  border: 1px solid #000;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .header__logo-text span {
      padding-inline: 0.2rem;
      padding-block: 0.2rem;
  }
}

.header__logo-text span:last-child {
  margin-top: 1px;
}
@media screen and (min-width: 768px) {
  .header__logo-text span:last-child {
    margin-top: 0.3125rem;
  }
}

.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: 0.9375rem;
}

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

@media (hover: hover) {
  .header__nav-link:hover {
    opacity: 0.8;
  }
}

.header__nav-item--search {
  position: relative;
  cursor: pointer;
}

.header__nav-small-items {
  position: absolute;
  top: 5.625rem;
  left: -3.6875rem;
  width: 13.75rem;
  border-radius: 0 0 0.625rem 0.625rem;
  background: #fff;
  border: 1px solid #000;
  display: none;
}

/* is-active が付いたときに表示される */
.header__nav-small-items.is-active {
  display: block;
}

.header__nav-small-item:not(:first-child) {
  border-top: 1px solid #000;
}

.header__nav-small-item {
  position: relative;
}

.header__nav-small-item a {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  width: 100%;
  padding-left: 0.8125rem;
  padding-block: 0.625rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #000;
}

.header__nav-small-item a .fa-search {
  margin-left: 0;
  color: #EC7C71;
}

.header__nav-small-item:nth-child(2) a .fa-search {
  color: #2DBBD0;
}

.header__nav-small-item:nth-child(3) a .fa-search {
  color: #F9B642;
}

.header__nav-small-item a .fa-chevron-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.125rem;
  font-size: 10px;
  color: #000;
}


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

.inquiry i{
  margin-left: 6px;
  font-size: 13px;
  font-weight: 700;
}
.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

@media screen and (min-width: 768px) {
.header__btn {
  align-items: center;
  gap: 0.6rem;
  display: flex;
}
}

.header__btn .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap:0.25rem;
  font-size: 0.8125rem;
  font-weight: 700;
  width: 10.625rem;
  height: 2.4375rem;
  border-radius: 1.21875rem;
  background: #000;
  color: #FFFFFF;

}
@media screen and (min-width: 768px) {
  .header__btn .btn {
    text-align: left;
    margin-top: 0;
    padding-inline: 0.75rem;
    padding-block: 0.75rem;
    width: 8rem;
    height: 2.4375rem;
  }
}

.header__btn .btn--yellow {
  background: #fed712;
  color: #000;
}

.sns-list__item.header__twitter-sp {
  width: 1.5rem;
  height: 1.5rem;
}

.sns-list__item.header__twitter-sp img {
  object-fit: contain;
  width: 1.5rem;
  height: 1.5rem;
}

.header__search-wrap {
  background: #fff;
  height: 2.4375rem;
  border-radius: 1.21875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 0.4rem;
  width: 13.375rem;
}
.header__search-input::placeholder {
  font-size: 0.8125rem;
  font-weight: 600;
}
.header__search-button {
  background: #fed712;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  display: grid;
  place-content: center;
}

.header__search-button .fa-search {
  color: #fff;
  font-size: 0.7rem;

}


  .header__search-input {
      width: 11.0625rem;
  }

/* キャンセルボタンなし  */
.header__search-input::-webkit-search-cancel-button {    
  -webkit-appearance: none;
}

@media screen and (max-width: 1100px) {
  .header__search-wrap {
    width: 9rem;
  }

  .header__search-input::placeholder {
    font-size: 0.7rem;
  }

  .header__search-input {
      width: 6rem;
      padding-inline: 0;
  }
}






.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;
  background-color: transparent;
}
@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__lists {
  width: 100%;
}

.location-info__image {
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #212121;
}
@media screen and (min-width: 768px) {
  .location-info__image {
    width: 35.125rem;
    margin-right: 1.25rem;
    -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: 0.625rem;
  border: 1px solid #212121;
  position: relative;
  transition: all 0.1s ease;
  cursor: pointer;
  margin: 0 .3rem;
}

.location-info__thumbnail .splide__arrow {
  width: 2.0625rem;
  height: 2.0625rem;
  background: #fff;
  border: 1px solid #000;
  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: translateY(-50%);
  left: 1rem;
}
.location-info__thumbnail .splide__arrow.strong-lists__arrow--next {
  transform: rotate(180deg) translateY(50%);
  right: 1rem;
}

.location-info__btn-wrap {
  margin-top: 1.5625rem;
  margin-bottom: 2.5rem;
  text-align: center;
}

.location-info__btn {
  position: relative;
  display: inline-block;
  border-radius: 35px;
  background: #1130a7;
  border: 1px solid #1130a7;
  color: #fff;
  text-align: center;
  padding: 0.875rem 1.625rem 0.875rem 3rem;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  width: 15.125rem;
  transition: .3s;
}
@media (hover: hover) {
  .location-info__btn:hover {
    opacity: 1;
    background: #fff;
    color: #1130a7;
  }
  .location-info__btn:hover::before {
    background: #1130a7;
  }
}

.location-info__btn::before {
  position: absolute;
  display: inline-block;
  content: "";
  z-index: -1;
  top: 4px;
  left: 5px;
  width: 15.125rem;
  height: 3.125rem;
  border: 1px solid #000;
  border-radius: 100vh;
  transition: .3s;
}

.location-info__btn .fa-chevron-right{
  margin-left: 1.25rem;
}

.location-info__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,30%);
  opacity: 0;
  overflow: auto;
  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: 80%;
  }
}

.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: 33.5rem;
    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%;
}


@media screen and (min-width: 768px) {
  .location-info__modal-item {
    cursor: pointer;
  }
}

.location-info__list {
  border-radius: 	0.625rem;
  background: #fff;
  border: 1px solid #212121;
  box-shadow: 6px 6px 0px #000;
}

.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: 1rem;
  }
}

.location-info__heading {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding-left: 2.5rem;
  padding-block: 0.9375rem;
  background: #dee9ff;
  border-bottom: 1px solid #212121;
  border-radius: 	0.625rem 	0.625rem 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .location-info__heading {
    font-size: 1.125rem;
  }
}

.location-info__heading::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.1875rem;
  left: 1.4375rem;
  background-color: #FFCF3F;
  width: 11px;
  height: 11px;
  background: #fb6245;
  border: 1px solid #212121;
  border-radius: 100%;
}

.location-info__content {
  padding: 1rem 1.4375rem;
}

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

@media (hover: hover) {
  .location-info__category .cat-item:hover {
    background: #000;
    color: #fff;
    opacity: 1;
  }
}

.location-info__category .cat-item {
  padding: 0.375rem;
}
@media screen and (min-width: 768px) {
  .location-info__category .cat-item {
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
  }
}

/* スライダーモーダル */
.location-info__slider-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,30%);
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  transition: .3s;
  box-sizing: border-box;
  z-index: 1000000000;
}
@media screen and (min-width: 768px) {
  .location-info__slider-modal {
    padding: 2.5rem 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .location-info__slider-modal::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -0.2em;
  }
}

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

.location-info__slider-modal-container {
  position: relative;
  display: inline-block;
  max-width: 800px;
  background: #fff;
  vertical-align: middle;

}
@media screen and (min-width: 768px) {
  .location-info__slider-modal-container {
    width: 90%;
    border-radius: 6px;
    padding: 3.5rem 1.25rem;
  }
}

.location-info__slider-modal-container .splide__arrow {
  background-color: #fff;
  width: 2rem;
  height: 2rem;
}

.location-info__slider-modal-container .splide__arrow.strong-lists__arrow--next {
  transform: translateX(-50%);
}

.location-info__slider-modal-container .splide__arrow.strong-lists__arrow--next img {
  transform: rotate(180deg);
}

.location-info__slider-modal-container .splide__arrow.strong-lists__arrow--prev {
  transform: translateX(50%);
}

.location-info__slider-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;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .location-info__slider-modal-close {
    border-radius: 0 6px 0 0;
  }
}

.location-info__slider-modal-content  {
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .location-info__slider-modal-content {
    border-radius: 6px;
    height: 80%;
  }
}

/* スライダーモーダルのフェードイン・フェードアウト */
.js-slider-modal {
  opacity: 0;
  transition: .3s;
  visibility: hidden;
}

.js-slider-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.js-slider-modal.fade-in {
  opacity: 1;
}

.js-slider-modal.fade-out {
  opacity: 0;
  visibility: hidden;
}

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

/*トップへ戻る*/
.pagetop {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1000000;
}
@media screen and (min-width: 768px) {
  .pagetop {
    bottom: 7rem; 
    right: 4rem;
  } 
}
@media screen and (max-width: 767px) {
  .pagetop {
    display: none !important;
  }
}

.pagetop__link {
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  background: url(../../assets/images/common/icon-top-arrow.png) no-repeat center / contain;
  display: block;
  width: 1.8125rem;
  height: 6.75rem;
  position: relative;
}

/* 追従ボタン */
.page-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100000;
  text-align: end;
}

.page-fixed__items {
  display: inline-flex;
  flex-direction: column;
  align-items: end;
  gap: 4px;
}


.page-fixed__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  background: #ec7c71;
  border: 1px solid #000;
  border-radius: 0.625rem 0 0 0.625rem;
  padding: 0.75rem;
  width: 2.75rem;
  height: 7.75rem;
  transition: all 0.3s 0s ease;
}

.page-fixed__item:nth-child(2) {
  background: #4C7CE9;
}

.page-fixed__item:nth-child(3) {
  background: #4BC27D;
}

.page-fixed__img {
  margin-top: 0.375rem;
  width: 13.6875rem;
}

.page-fixed__img img {
  aspect-ratio: 187 / 85;
  object-fit: contain;
  animation: shake 3s ease-in-out infinite;
}
@keyframes shake {
  0% {
    transform: translateY(0) scale(1);
  }
  5% {
    transform: translateY(-10px) scale(1.1);
  }
  10% {
    transform: translateY(0) scale(0.9);
  }
  15% {
    transform: translateY(-5px) scale(1.05);
  }
  20% {
    transform: translateY(0) scale(1);
  }
  100% {
    transform: translateY(0) scale(1); /* 残り80%は止まってる */
  }
}
/*ページネーションスタイル*/
.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: 0.625rem;
}

.page-numbers {
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #000;
  line-height: 1;
  background: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  width: 1.8rem;
  height: 1.8rem;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .page-numbers {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}

.page-numbers.current {
  pointer-events: none;
  background: #1130a7;
  color: #fff;
}

.page-numbers.prev,
.page-numbers.next {
  position: relative;
  border: none;
  background: initial;
}

.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 {
    flex: 1;
    max-width: 34.25rem;
    width: 100%;
  }
}

.profile-table dl {
  overflow: hidden;
}
.profile-table__row {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}

.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: 8.3125rem;
    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;

  padding-left: 1rem;
}
@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;
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .profile-table__head{
    width: 129px;
    max-width: 8.0625rem;
    width: 100%;
    border-bottom: none;
  }
}

.profile-table__head::before {
  display: inline-block;
  position: absolute;
  content: "";
  top: 50%;  transform: translateY(-50%);
  left: 0;
  background-color: #FFCF3F;
  width: 11px;
  height: 11px;
  border: 1px solid #212121;
  border-radius: 100%;
}
.profile-table__body {
  border-bottom: 1px solid #E6E6E6;
  padding-top: 14px;
  padding-top: 0.875rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  display: flex;
  white-space: nowrap;
  font-weight: 400;
}
.profile-table__body a {
  display: block;
  white-space: nowrap;
}

.profile-table__row:first-of-type .profile-table__body {
  white-space: pre-line;
  word-break: break-all;
}

.profile-table__map {
  aspect-ratio: 418/287;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #FFFFFF;
}

.profile-table__sns {
  margin-top: 1rem;
}

.profile-table__sns .sns-list__item {
  width: 34px;
  height: 34px;
}

.profile-table__parking a {
    display: inline-flex;
    align-items: center;
}

.profile-table__parking a img {
  width: 2.3125rem;
  height: 1.6875rem;
}

@media screen and (min-width: 768px) {
  .profile-table__map {
    margin-top: 0;
    max-width: 26.125rem;
    width: 100%;
    margin-left: 1.875rem;
  }
}

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

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

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

/*検索窓*/
.search-form {
  position: relative;
  width: 100%;
  border-radius: 1.25rem 1.25rem 0px 0px;
  padding-top: 1.5rem;
  margin-top: -1.5rem;
}
@media screen and (min-width: 768px) {
  .search-form {
    padding-top: 2.9375rem;
    margin-top: -3.95rem;
  }
}

.search-form::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  z-index: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: 4.6875rem;
  background: #fff;
  border-radius: 1.25rem 1.25rem 0px 0px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;

}
@media screen and (min-width: 768px) {
  .search-form::before {
    max-width: 62.625rem;
    width: 100%;
    height: 4rem;
    margin-left: initial;
  }
}

.search-form__keyword {
  display: flex;
  align-items: center;
  max-width: 53rem;
  width: 90%;
  margin-inline: auto;
  border: 1px solid #000;
  border-radius: 0.5rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .search-form__keyword {
    width: 80%;
    border-radius: 2.5rem  0.625rem  0.625rem  2.5rem;
  }
}

.search-form__head {
  background: #212121;
  border: 1px solid #000;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.08em;
  color: #fff;
  flex-shrink: 0;
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .search-form__head {
  display: inline-flex;
  align-items: center;
  gap: 0.3125rem;
  padding: 1rem;
  }
}

.search-form__head .fa-search {
  display: grid;
  place-items: center;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 100%;
  background: #fff;
  color: #000;
}

.search-form__input {
  width: 100%;
  padding-inline: 1rem;
  font-weight: 500;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-align: left;
  background: #Fff;
  border-radius: 0.625rem 0 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .search-form__input {
    padding-inline:0.625rem;
    font-size: 1rem;
  }
}

/* キャンセルボタンなし  */
.search-form__input::-webkit-search-cancel-button {    
  -webkit-appearance: none;
}

.search-form__btn {
  padding: 1.2rem;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.08em;
  background: #fdd712;
  border-left: 1px solid #000;
  width: 5.4375rem;
  height: 100%;
  flex-shrink: 0;
  color: #000;
}
@media screen and (min-width: 768px) {
  .search-form__btn {
    padding: 1.1rem;
    width: 6.75rem;
  }
}

.search-form__tabs {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .search-form__tabs {
    margin-top: 2.4375rem;
  }
}

.search-form__tab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 0.5rem;
  background-color: #eee;
  cursor: pointer;
  border-radius: 0.625rem 0.625rem 0 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  color: #8e8e8e;
  transition: background-color 0.3s ease;
  width: 5.625rem;
}
@media screen and (min-width: 768px) {
  .search-form__tab {
    justify-content: initial;
    font-size: 1rem;
    padding: 1.25rem 1rem;
    width: 11.875rem;
  }
}

.search-form__tab.is-active {
  background-color: #f89287;
  color: #000;
  position: relative;
}

.search-form__tab:nth-child(2).is-active {
  background-color: #4C7CE9;
}

.search-form__tab:nth-child(3).is-active {
  background-color: #4BC27D;
}

.search-form__tab.is-active::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100%;
  height: 5px;
  background: #fff;
  bottom: -3px;
  left: 0;
  z-index: 100;
}

.search-form__tab input[type="checkbox"],
.search-form__term-group input[type="checkbox"]  {
  appearance: auto;
  width: 1rem;
  height: 1rem;
  border: 1px solid #8e8e8e;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .search-form__tab input[type="checkbox"],
  .search-form__term-group input[type="checkbox"]  {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.625rem;
  }
}


.search-form__tab input[type="checkbox"]:checked,
.search-form__term-group input[type="checkbox"]:checked  {
  background: #0090fc;
  border: 1px solid #0090fc;
}


.search-form__tab input[type="checkbox"]:checked::before,
.search-form__term-group input[type="checkbox"]:checked::before  {
  position: absolute;
  top: 0.05rem;
  left: 0.3rem;
  transform: rotate(40deg);
  width: 0.3125rem;
  height: 0.6875rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}
@media screen and (min-width: 768px) {
  .search-form__tab input[type="checkbox"]:checked::before,
  .search-form__term-group input[type="checkbox"]:checked::before  {
  top: 0.1rem;
  left: 0.4rem;
  }
}

.search-form__content {
  display: none;
  border: 1px solid #ddd;
  border: 1px solid #000;
  position: relative;
}

.search-form__content.is-active {
  display: block;
}


@media screen and (min-width: 768px) {
  .search-form__content::before,
  .search-form__content::after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 9.75rem;
    height: 5rem;
    z-index: -1;
  }
}

.search-form__content::before {
  top: -3.5rem;
  right: -6rem;
  background: url(../images/common/icon-kumo.png) no-repeat center / contain;
}

.search-form__content::after {
  bottom: -1.7rem;
  left: -6.5rem;
  background: url(../images/common/icon-kumo-02.png) no-repeat center / contain;
}

.search-form__term-group {
  font-size: 0.8rem;
  letter-spacing: .05em;
  line-height: 1.46154;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .search-form__term-group {
    font-size: 1rem;
  }
}

.search-form__term-group:not(:first-child) {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top:1px solid #D8D8D8;
}

.search-form__term-group-title {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .search-form__term-group-title {
  font-size: 0.875rem;
  }
}

@media (hover: hover) {
  .search-form__term-group-title a:hover,
  .search-form__grandchild-group-item a:hover {
    border-bottom: 1px solid #000;
  }
}

.search-form__grandchild-group {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .search-form__grandchild-group {
    gap: 0.625rem;
  }
}

.search-form__grandchild-group-item {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .search-form__grandchild-group-item {
  font-size: 0.875rem;
  }
}


/*検索セクション*/
.search-section__inner {
  position: relative;
}

.search-section__btn {
  text-align: center;
}

.search-section__btn button {
  width: 100%;
  background: #ad90c9;
  border-top: 1px solid #000;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 0.5rem;
}

.search-section__btn button span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.js-expandable-inner{
  max-height: 12.5rem;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0.8rem 0.8rem;
}
@media screen and (min-width: 768px) {
.js-expandable-inner{
  max-height: 16.8125rem;
  padding: 1.125rem;
}
}

.js-expandable.open .js-expandable-inner {
  max-height: none;
}

/* scene */
.scene-section__bg-wrap {
  overflow: hidden;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
.scene-section__bg-wrap {
  margin-top: 1.875rem;
}
}

.scene-section__bg {
  background: #fc6246;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  height: 6.25rem;
  margin-left: -112px;
  margin-right: -112px;
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (min-width: 768px) {
  .scene-section__bg {
    height: 12.5rem;
  }
}

.scene-section__wrap {
  background: #fc6246;
  padding-bottom: 6.25rem;
  margin-top: -2.5rem;
}
@media screen and (min-width: 768px) {
  .scene-section__wrap {
    background: #fc6246;
    margin-top: -6.25rem;
    padding-bottom: 6.25rem;
  }
}

.scene-section__inner {
  z-index: 10;
  position: relative;
}

@media screen and (min-width: 768px) {
  .scene-section__inner::before {
    position: absolute;
    display: inline-block;
    content: "";
    bottom: 0;
    left: -7rem;
    width: 9.75rem;
    height: 5rem;
    background: url(../images/common/icon-kumo.png) no-repeat center / contain;
  }
}

@media screen and (min-width: 768px) {
  .scene-section__inner::after {
    position: absolute;
    display: inline-block;
    content: "";
    top: -1.2rem;
    right: -4.625rem;
    width: 35.8125rem;
    height: 5.9375rem;
    background: url(../images/common/txt-scene.svg) no-repeat center / contain;
    z-index: -1;
  }
}

.scene-section__title {
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .scene-section__title {
    font-size: 1.625rem;
  }
}

.scene-section__list {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .scene-section__list {
    margin-top: 0.9375rem;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (hover: hover) {
  .scene-section__item a:hover {
    opacity: 1;
  }
  .scene-section__item a:hover .scene-section__img {
      box-shadow: 5px 5px 0px 0px #000;
      transform: translateX(-5px) translateY(-5px);
  }
}

.scene-section__img {
  width: 100%;
  aspect-ratio: 224 / 144;
  border-radius: 15px 0px;
  border: 1px solid #000;
  overflow: hidden;
  background: #fff;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .scene-section__img {
    width: 14rem;
  }
}

.scene-section__img img {
  aspect-ratio: 224 / 144;
  object-fit: cover;
}

.scene-section__label {
  position: relative;
  margin-top: 0.5rem;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 1.375rem;
  color: #fff;
  padding-left: 0.8rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #fff;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .scene-section__label {
    margin-top: 1rem;
    font-size: 1.125rem;
  }
}

.scene-section__label::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0.125rem;
  height: 1rem;
  background: #fff;
  left: 0;
  top: 3px;
}
@media screen and (min-width: 768px) {
  .scene-section__label::before {
    width: 0.25rem;
  }
}

.scene-section__count {
  font-size: 0.75rem;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .scene-section__count {
    font-size: 1rem;
  }
}

.scene-section__tags {
  margin-top: 1rem;
}

@media (hover: hover) {
  .scene-section__tags a:hover {
    opacity: 1;
    background: #000;
    color: #fff;
  }
}

.scene-section__btn {
  margin-top: 2.5rem;
  text-align: center;
}

.scene-section__btn a {
    position: relative;
    display: inline-block;
    border-radius: 35px;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 0.875rem 1.625rem 0.875rem 3.125rem;
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    font-weight: 700;
    width: 12.5rem;
    transition: .3s;
    border: 1px solid #000;
}
@media (hover: hover) {
.scene-section__btn a:hover {
  opacity: 1;
  background: #fff;
  color: #000;
}

.scene-section__btn a:hover::after {
  background: #000;
}
}

.scene-section__btn a::after {
  position: absolute;
  display: inline-block;
  content: "";
  z-index: -1;
  top: 4px;
  left: 5px;
  width: 12.5rem;
  height: 3.125rem;
  border: 1px solid #000;
  border-radius: 100vh;
  background: #fff;
  transition: .3s;
}

.scene-section__btn a .fa-chevron-right {
    margin-left: 1.25rem;
    transition: .3s;
    transition: .3s;
}

/* plan news area*/
.section-plan,
.section-news,
.section-area {
  margin-top: -5.2rem;
}

.section-plan .scene-section__bg,
.section-area .scene-section__bg {
  background: url(../images/common/bg-plan.svg) repeat center #fff;
}
@media screen and (min-width: 768px) {
  .section-plan .scene-section__bg,
  .section-area .scene-section__bg {
    background: url(../images/common/bg-plan.svg) repeat center #fff;
  }
}

.section-plan .scene-section__wrap,
.section-area .scene-section__wrap {
  background: url(../images/common/bg-plan.svg) repeat center #fff;
}



@media screen and (min-width: 768px) {
  .section-plan .scene-section__inner::after {
    background: url(../images/common/txt-plan.svg) no-repeat center / contain;
    width: 25.75rem;
    height: 10rem;
    top: -2.875rem;
  }
}

.section-plan .scene-section__title,
.section-area .scene-section__title,
.section-plan .scene-section__title span {
  color: #000;
}

.section-plan .scene-section__title span,
.section-news .scene-section__title span  {
  font-size: 1rem;
  margin-left: 0.5rem;
}

.section-plan .scene-section__label,
.section-area .scene-section__label {
  color: #000;
  border-bottom: 1px solid #b1b1b1;
}

.section-plan .scene-section__label::before,
.section-news .scene-section__bg,
.section-news .scene-section__wrap {
  background: #112fa8;
}

.section-area .scene-section__label::before {
  background: #419A66;
}

@media screen and (min-width: 768px) {
  .section-news .scene-section__inner::after {
    background: url(../images/common/txt-news.svg) no-repeat center / contain;
    width: 31.375rem;
    height: 5.9375rem;
    top: 0.125rem;
    right: -2.625rem;
  }
}

@media screen and (min-width: 768px) {
  .section-area .scene-section__inner::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='413.315' height='95.288' viewBox='0 0 413.315 95.288'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='413.315' height='95.288' transform='translate(0 0)' fill='%23102fa8' stroke='%23000' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M76.2,9.977Q64.5,0,43.344,0A81.641,81.641,0,0,0,21.672,2.924A58.056,58.056,0,0,0,3.44,11.18l9.632,18.748A38.45,38.45,0,0,1,25.2,23.65a46.726,46.726,0,0,1,14.534-2.322q10.836,0,16.082,4.817t5.245,13.416H39.732q-14.106,0-22.876,3.525T4.042,52.8A25.83,25.83,0,0,0,0,67.252A25.663,25.663,0,0,0,4.128,81.528A28.2,28.2,0,0,0,16,91.59q7.74,3.7,18.576,3.7,12.212,0,19.952-4.643a23.492,23.492,0,0,0,8.256-8.28V93.912H87.891v-52.8q0-21.156-11.695-31.131M53.32,74.046a23.026,23.026,0,0,1-12.04,3.183q-7.054,0-11.095-3.011a9.647,9.647,0,0,1-4.042-8.17,9.868,9.868,0,0,1,3.527-7.739q3.522-3.1,12.986-3.1h18.4v9.46a18.234,18.234,0,0,1-7.739,9.374M160.99,5.074Q170.1,0,183.178,0V24.769q-1.722-.171-3.1-.259c-.919-.056-1.892-.086-2.924-.086q-11.01,0-17.8,6.278t-6.794,19.522V93.912H125.729V1.376h25.629V13.535a29.557,29.557,0,0,1,9.632-8.461M278.9,5.762a55.2,55.2,0,0,0-49.794.345,45.726,45.726,0,0,0-17.63,16.855,47.041,47.041,0,0,0-6.45,24.683,46.209,46.209,0,0,0,6.536,24.509A45.637,45.637,0,0,0,230.05,89.1Q242,95.288,257.828,95.288a59.2,59.2,0,0,0,22.188-3.87,41.618,41.618,0,0,0,16-11.094l-14.277-15.48A31.578,31.578,0,0,1,271.5,71.552a34.791,34.791,0,0,1-12.986,2.236,32.111,32.111,0,0,1-14.362-3.01,21.856,21.856,0,0,1-9.46-8.772,23.981,23.981,0,0,1-2.642-6.794h69.98q.169-1.718.344-3.7t.172-3.526q0-14.964-6.364-25.713A43.176,43.176,0,0,0,278.9,5.762M242.434,23.306A23.947,23.947,0,0,1,254.56,20.3a23.482,23.482,0,0,1,12.04,3.01,21.379,21.379,0,0,1,8.084,8.343,23.569,23.569,0,0,1,2.583,7.912H231.713a24.085,24.085,0,0,1,2.552-7.827,21.01,21.01,0,0,1,8.169-8.428M401.62,9.977Q389.92,0,368.767,0A81.639,81.639,0,0,0,347.1,2.924a58.055,58.055,0,0,0-18.232,8.256L338.5,29.928a38.45,38.45,0,0,1,12.126-6.278,46.721,46.721,0,0,1,14.534-2.322q10.836,0,16.082,4.817t5.245,13.416H365.156q-14.106,0-22.876,3.525T329.466,52.8a25.822,25.822,0,0,0-4.042,14.448,25.663,25.663,0,0,0,4.128,14.276A28.2,28.2,0,0,0,341.42,91.59q7.74,3.7,18.576,3.7,12.211,0,19.952-4.643a23.5,23.5,0,0,0,8.256-8.28V93.912h25.111v-52.8q0-21.156-11.7-31.131M378.744,74.046a23.028,23.028,0,0,1-12.04,3.183q-7.055,0-11.1-3.011a9.647,9.647,0,0,1-4.042-8.17,9.868,9.868,0,0,1,3.527-7.739q3.522-3.1,12.986-3.1h18.4v9.46a18.234,18.234,0,0,1-7.739,9.374' fill='%23419A66' stroke='%23000' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E") no-repeat center / contain;
    /* background: url(../images/common/txt-area.svg) no-repeat center / contain; */
    width: 25.75rem;
    height: 10rem;
    top: -3.4rem;
    right: -2.625rem;
  }
}

.section-area .scene-section__wrap {
  /* padding-bottom: 4.75rem; */
}


/* flow-text */
.flow-text {
  display: flex;
  align-items: center;
  gap: 5rem;
  white-space: nowrap;
  overflow: hidden;
  height: 2.25rem;
  background: #fff000;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}

.flow-text--top {
  height: 3.4375rem;
}


.flow-text--top .flow-text__content {
  font-size:0.875rem;
}
@media screen and (min-width: 768px) {
  .flow-text--top .flow-text__content{
    font-size: 1rem;
  }
}

.flow-text--bg {
  background: #4bc27d;
  color: #fff;
}

.flow-text__area {
  display: flex;
  align-items: center;
  animation: loop-slide linear infinite;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  will-change: transform;
}
.flow-text__content-txt {
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .flow-text__content-txt {
    font-size: 0.875rem;

  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}


/* ad-textbook */
.ad-textbook {
  background: #2dbbd0;
  padding-top: 2.125rem;
  padding-bottom: 9.75rem;
}
@media screen and (min-width: 768px) {
  .ad-textbook {
    padding-top: 3.125rem;
  }
}


.ad-textbook__inner {
  position: relative;
}

.ad-textbook__inner::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: -1.75rem;
  right: -7.875rem;
  width: 6.625rem;
  height: 26.375rem;
  background: url(../images/common/txt-tv.svg) no-repeat center / contain;
}
@media screen and (min-width: 768px) {
  .ad-textbook__inner::before {
    top: -1.75rem;
    right: -10.875rem;
    width: 10.625rem;
    height: 42.375rem;
  }
}

.ad-textbook__inner::after {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: -3.875rem;
  left: -13.75rem;
  width: 18.3125rem;
  height: 17.875rem;
  background: url(../images/common/icon-tv.png) no-repeat center / contain;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .ad-textbook__inner::after {

    bottom: -6.875rem;
    left: -17.75rem;
    width: 25.3125rem;
    height: 25.875rem;
  }
}

.ad-textbook__title {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .ad-textbook__title {
    font-size: 1.625rem;
  }
}

.ad-textbook__title::before {
  display: inline-block;
  content: "";
  width: 1.6875rem;
  height: 1.875rem;
  background: url(../images/common/icon-book.png) no-repeat center / contain;
}
@media screen and (min-width: 768px) {
  .ad-textbook__title::before {
    width: 2.6875rem;
    height: 1.875rem;
  }
}


.ad-textbook__list {
  position: relative;
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 0.75rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .ad-textbook__list {
    grid-template-columns: repeat(3,1fr);
    gap: 1.6875rem;
  }
}

.ad-textbook__img {
  aspect-ratio: 315 / 165;
}

.ad-textbook__head {
  position: relative;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  color: #fff;
  padding-left: 0.8rem;
  min-height: 4.125rem;;

}
@media screen and (min-width: 768px) {
  .ad-textbook__head {
    font-size: 1rem;
  }
}

.ad-textbook__head::before {
  width: 0.125rem;
  height: 3rem;
  background: #fed712;
}
@media screen and (min-width: 768px) {
  .ad-textbook__head::before {
    width: 0.25rem;
  }
}

.ad-textbook__btn {
  position: relative;
  margin-top: 2.5rem;
  text-align: center;
  z-index: 0;
}

.ad-textbook__btn:before {
  position: absolute;
  display: inline-block;
  content: "";
  top: -1.875rem;
  right: -6rem;
  width: 6.75rem;
  height: 9.9375rem;
  background: url(../images/common/icon-tv-02.png) no-repeat center / contain;

}
@media screen and (min-width: 768px) {
  .ad-textbook__btn::before {
    width: 9.75rem;
    height: 13.9375rem;
    top: -3.875rem;
    right: -8rem;
  }
}

.ad-textbook__btn button .fa-chevron-right {
    margin-left: 1.25rem;
}


/* recommend_feature */
.recommend_feature {
  margin-top: -7.375rem;
  position: relative;
}

.recommend_feature::before {
  position: absolute;
  display: inline-block;
  content: "";
  height: 24.4375rem;
  width: 50.1875rem;
  bottom: -5.5rem;
  left: -0.875rem;
  background: url(../images/common/txt-recommend.svg) no-repeat center / contain;
}
@media screen and (min-width: 768px) {
  .recommend_feature::before {
    height: 33.4375rem;
    width: 85.1875rem;
    bottom: -5.5rem;
    left: -0.875rem;
  }
}

.recommend_feature__bg,
.recommend_feature__wrap {
  background: #fb9b23;
}

.recommend_feature__wrap {
  margin-top: -3.25rem;
  padding-bottom: 4.1875rem;
}
@media screen and (min-width: 768px) {
  .recommend_feature__wrap {
    margin-top: -8.25rem;
  }
}

.recommend_feature__inner {
  text-align: center;
}

.recommend_feature__title {
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .recommend_feature__title {
    font-size: 1.625rem;
  }
}

.recommend_feature__title span {
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.2rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .recommend_feature__title span {
    font-size: 0.875rem;
  }
}

.recommend_feature__title::before,
.recommend_feature__title::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 60px;
  height: 1px;
  top: 2.125rem;
  background: #fff;
}

.recommend_feature__title::before {
  transform: rotate(60deg);
  left: -4.125rem;
}

.recommend_feature__title::after {
  transform: rotate(-60deg);
  right:  -4.125rem;
}

.recommend_feature__list {
  margin-top: 2.0625rem;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap:0.75rem;
}
@media screen and (min-width: 768px) {
  .recommend_feature__list {
    margin-top: 2.0625rem;
    grid-template-columns: repeat(4,1fr);
    gap: 0.9375rem 1.125rem;
  }
}

.recommend_feature__item {
  border-radius: 7px;
  overflow: hidden;
  aspect-ratio: 236 / 133;
  border: 1px  solid #000;
}

.recommend_feature__item.is-hidden {
  display: none;
}

.recommend_feature__item a img {
  aspect-ratio: 236 / 133;
  object-fit: cover;
}

.recommend_feature__btn {
  position: relative;
  margin-top: 2.5rem;
  text-align: center;
  z-index: 0;
}


.recommend_feature__btn button {
    position: relative;
    display: inline-block;
    border-radius: 35px;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 0.875rem 1.625rem 0.875rem 3.125rem;
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    font-weight: 700;
    width: 12.5rem;
    transition: .3s;
    border: 1px solid #000;
}
@media (hover: hover) {
  .recommend_feature__btn button:hover {
    opacity: 1;
    background: #fff;
    color: #000;
    transition: .3s;
  }
  .recommend_feature__btn button:hover::after {
    background: #000;
  }
}
.recommend_feature__btn button::after {
  position: absolute;
  display: inline-block;
  content: "";
  z-index: -1;
  top: 4px;
  left: 5px;
  width: 12.5rem;
  height: 3.125rem;
  border: 1px solid #000;
  border-radius: 100vh;
  background: #fff;
  transition: .3s;
}

.recommend_feature__btn button .fa-chevron-right {
    margin-left: 1.25rem;
    transition: .3s;
}


/* section-pickup */
.section-pickup {
  background: #a5bff5;
  position: relative;
  padding-top:3.125rem;
  padding-bottom: 5.5rem;
}
@media screen and (min-width: 768px) {
  .section-pickup {
    padding-top: 2.125rem;
  }
}

.section-pickup__title.section-title {
  position: relative;
  font-size: 1.5rem;
  line-height: 118px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .section-pickup__title.section-title {
    font-size: 1.625rem;
  }
}

.section-pickup__title.section-title::before {
  position: absolute;
  display: inline-block;
  content: attr(data-en);
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 3.0625rem;
  letter-spacing: 0.08em;
  color: #f3f3f3;
  z-index: -1;
  white-space: nowrap
}
@media screen and (min-width: 768px) {
  .section-pickup__title.section-title::before {
      font-size: 6.0625rem;
  }
}


.section-pickup__title::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
  height: 2rem;
  background: url(../images/common/icon-pickup.png) no-repeat center / contain;
}

.section-pickup__inner {
  position: relative;
}

.section-pickup__inner::before,
.section-pickup__inner::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 9.3125rem;
  height: 61.9375rem;
  background: url(../images/common/txt-pickup.svg) no-repeat center / contain;
}
@media screen and (min-width: 768px) {
  .section-pickup__inner::before,
.section-pickup__inner::after {
  width: 12.3125rem;
}
}

.section-pickup__inner::before {
  top: 1.375rem;
  right: -11.5rem;
}
@media screen and (min-width: 768px) {
  .section-pickup__inner::before {
    top: 1.375rem;
    right: -15.5rem;
  }
}

.section-pickup__inner::after {
  left: -11.5rem;;
  bottom: 0;;
}
@media screen and (min-width: 768px) {
  .section-pickup__inner::after {
    left: -15.5rem;
    bottom: 0;;
  }
}

.section-pickup__title::before {
  opacity: 0.18;
}

.section-pickup__list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
    .section-pickup__list {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.6875rem;
    }
}

.section-pickup__item .card-item__category {
  margin-top: 0.5em;
}

.section-pickup__item .cat-item {
  background: #fff;
  font-size: 0.625rem;
  padding: 0.375rem ;
}
@media screen and (min-width: 768px) {
  .section-pickup__item .cat-item {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
  }
}

.section-pickup__item .card-item__title {
  position: relative;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  padding-left: 0.8rem;
  min-height: 5rem;;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .section-pickup__item .card-item__title {
      font-size: 1rem;
  }
}

/* section-popular */
.section-popular {
  background: #fff;
}

.section-popular__title.section-title {
  position: relative;
  font-size: 1.5rem;
  line-height: 118px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .section-popular__title.section-title {
    font-size: 1.625rem;
  }
}

.section-popular__title.section-title::before {
  position: absolute;
  display: inline-block;
  content: attr(data-en);
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 3.0625rem;
  letter-spacing: 0.08em;
  color: #f3f3f3;
  z-index: -1;
  white-space: nowrap
}
@media screen and (min-width: 768px) {
  .section-popular__title.section-title::before {
      font-size: 6.0625rem;
  }
}


.section-popular__title::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.875rem;
  height: 1.4375rem;
  background: url(../images/common/icon-ookan.png) no-repeat center / contain;
}

.section-popular .card-item__title {
  border-bottom: 1px solid #b1b1b1;
}


.section-popular .card-item__title::before {
  background: #a185bd;
}

.section-popular .section-pickup__inner::before,
.section-popular .section-pickup__inner::after {
  background: url(../images/common/txt-ranking.svg) no-repeat center / contain;
}


.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-title__en {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  font-weight: 700;
  position: relative;
  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: 1.875rem;
}

/* スマホメニュー*/
.sp-nav {
  background-color: #FFFFFF;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  padding: 3.8125rem 1.6875rem 4.4375rem 1.6875rem;
  overflow: auto;
  border-bottom: 14px solid #fed813;
}
@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__item {
  font-size: 0.9375rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
  border-bottom: 0.75px solid #454545;
  width: 100%;
}

.sp-nav__item-link {
  padding-block: 1.4375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 0.625rem;
}

details.sp-nav__item-link {
  display: block;
}

details.sp-nav__item-link summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
}

details.sp-nav__item-link summary::-webkit-details-marker {
  display: none;
}

/* details.sp-nav__item-link summary::before,
details.sp-nav__item-link summary::after {
  width: 0.5625rem;
  border: 1px solid #000;
  content: '';
}

details.sp-nav__item-link summary::before {
  position: absolute;
  right: 0;
  rotate: 90deg;
  transition: rotate .3s;
}

details.sp-nav__item-link[open] summary::before {
  rotate: 0deg;
} */


.sp-nav__item-link .fa-chevron-right {
  font-size: 0.5rem;
}

.sp-nav__small-items {
  margin-top: 1.625rem;
  padding-left: 0.5625rem;
}

.sp-nav__small-item:not(:first-child) {
  margin-top: 1.25rem;
}

.sp-nav__small-item .fa-search {
  font-size: 0.8125rem;
  margin-left: 3px;
}

.sp-nav__small-item:nth-last-child(1) .fa-search {
  color: #ec7c71;
}
.sp-nav__small-item:nth-last-child(2) .fa-search {
  color: #2dbbd0;
}
.sp-nav__small-item:nth-last-child(3) .fa-search {
  color: #f9b642;
}

.sp-nav__btn {
  margin-top: 2.0625rem;
  display: grid;
  gap: 0.9375rem;

}

.sp-nav__btn .btn {
  position: relative;
  width: 14.625rem;
  height: 3.0625rem;
  border-radius: 100vh;
  margin-inline: auto;
  font-size: 0.875rem;
  padding-block: 1.0625rem;
  border: 1px solid #000;
}

.sp-nav__btn .btn::before {
  position: absolute;
  display: inline-block;
  content: "";
  z-index: -1;
  top: 4px;
  left: 5px;
  width: 14.625rem;
  height: 3.0625rem;
  border: 1px solid #000;
  border-radius: 100vh;
}

.sp-nav__btn .btn .fa-chevron-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
  font-size: 0.875rem;
}

.sp-nav__btn .btn .fa-envelope {
  font-size: 0.875rem;
}

.sp-nav__sns-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.625rem;
  margin-top: 2.1875rem;
}

.sp-nav__link {
  display: inline-block;
  margin-top: 2.3125rem;
  margin-inline: auto;
  text-decoration: underline;
  width: 100%;
  text-align: center;
}

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

.strong-lists__slider {
  border-radius: 10px 10px 0px 0px;
}
@media screen and (min-width: 768px) {
  .strong-lists__slider {
    max-width: 26.625rem;
    width: 100%;
  }
}

.strong-lists__slider .splide__track {
  border-radius: 10px 10px 0px 0px;
  border: 1px solid #212121;
  /* height: 235px; */
}
@media screen and (min-width: 768px) {
  .strong-lists__slider .splide__track {
    /* height: 248px; */
  }
}

.strong-lists__title {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding-left: 2.5rem;
  padding-block: 0.9375rem;
  background: #dee9ff;
  border-bottom: 1px solid #212121;
  border-radius: 	0.625rem 	0.625rem 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .strong-lists__title {
    font-size: 1.125rem;
  }
}

.strong-lists__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.1875rem;
  left: 1.4375rem;
  background-color: #FFCF3F;
  width: 11px;
  height: 11px;
  background: #ff836b;
  border: 1px solid #212121;
  border-radius: 100%;
}

.strong-lists__container {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .strong-lists__container {
    min-height: 18.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -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__wrap {
  padding: 1rem 1.4375rem;
}

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

.strong-lists__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  /* border-radius: 10px 10px 0px 0px; */
}

.strong-lists__content {
  margin-top: 20px;
  margin-top: 4.25rem;
  min-height: 16.6875rem;
  border-radius: 0.625rem;
  border: 1px solid #212121;
  box-shadow: 6px 6px 0px #000;
}
@media screen and (min-width: 768px) {
  .strong-lists__content {
    max-width: 34rem;
    width: 100%;
    margin-top: 0;
  }
}

.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: 0.8125rem;
  height: 0.5rem;
  display: block;
  margin-inline: auto;
}

.strong-lists__arrows02 .strong-lists__arrow--prev {
  width: 50%;
  height: 35.17px;
  border-radius: 0px 0px 0px 10px;
  background: #fff;
  border: 1px solid #212121;
  border-top: none;
}

.strong-lists__arrows02 .strong-lists__arrow--next {
  width: 50%;
  height: 35.17px;
  border-radius:   0px 0px 10px 0px;
  background: #fff;
  border: 1px solid #212121;
  border-top: none;
  border-left: none;
}

.strong-lists__arrows02 .strong-lists__arrow--next img {
  transform: rotate(180deg);
}

.strong-lists__arrows02 img {
  width: 1.25rem;
  height: 0.75rem;
}


.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__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 {
  background: #fedc32;
  padding-block: 3rem;
}

.top-bnr__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 1.25rem;
  column-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .top-bnr__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

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

@media (hover: hover) {
  .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 {
  margin-top: 3.8125rem;
  background: url(../images/under-top-bg.svg)  no-repeat center / cover #FB6245;
}
@media screen and (min-width: 768px) {
  .under-top {
    margin-top: 5.625rem;
  }
}

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

.under-top--blue {
  background-color: #2dbbd0;
}

.under-top--orange {
  background-color: #4BC27D;
}



.under-top__title.section-title {
  text-align: center;
  /* min-height: 14.0625rem;
  height: 100%; */
  display: grid;
  align-items: center;
  justify-content: center;
  place-content: center;
      padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

@media screen and (min-width: 768px) {
  .under-top__title.section-title.under-top__title--02 {
    width: 100%;
    display: block;
  }
}

.under-top__title .section-title__en {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: #fff;
  text-transform: uppercase;
  padding-left: 0;
}

.under-top__title .section-title__en::before {
  display: contents;
  display: none;
}

.under-top__title .section-title__primary {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .under-top__title .section-title__primary {
    margin-top: 1rem;
    font-size: 1.875rem;
  }
}

.under-top__title .section-title__primary::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: -1.875rem;
  right: -3.75rem;
  width: 3.5625rem;
  height: 2.375rem;
  background: url(../images/common/icon-kumo-02.png) no-repeat center / contain;
}


@media screen and (min-width: 768px) {
  .under-top__title--02 .section-title__primary::before {
  right: 0;
}
}

.under-top__title__wrap .section-title__primary::after {
  display: inline-block;
  content: "";
    width: 13.4375rem;
  height: 2.6875rem;
  background: url(../images/common/txt-scene.svg) no-repeat center / contain;
}
@media screen and (min-width: 768px) {
  .under-top__title__wrap .section-title__primary::after {
    width: 28.4375rem;
    height: 4.6875rem;
    margin-right: 2.1875rem;
  }
}

.under-top__title__wrap--plan .section-title__primary::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='412.935' height='161.992' viewBox='0 0 412.935 161.992'><path d='M78.174,39.646A46.555,46.555,0,0,0,54.7,33.711q-12.214,0-20.984,5.161A30.594,30.594,0,0,0,25.628,45.8V35.087H0V160.992H26.832V117.76a31.27,31.27,0,0,0,7.4,6.079A39.609,39.609,0,0,0,54.7,129a47.091,47.091,0,0,0,23.478-5.848,43.085,43.085,0,0,0,16.512-16.513q6.1-10.662,6.106-25.283,0-14.45-6.106-25.112a43.724,43.724,0,0,0-16.512-16.6M70.434,95.03a22.834,22.834,0,0,1-8.428,8.857,23.067,23.067,0,0,1-11.954,3.1,23.521,23.521,0,0,1-12.04-3.1,22.017,22.017,0,0,1-8.428-8.857,28.492,28.492,0,0,1-3.1-13.674,28.378,28.378,0,0,1,3.1-13.761,22.172,22.172,0,0,1,8.428-8.771,23.521,23.521,0,0,1,12.04-3.1A22.494,22.494,0,0,1,70.434,67.6a27.754,27.754,0,0,1,3.182,13.761A27.865,27.865,0,0,1,70.434,95.03M132.266,0H159.1V127.624H132.266ZM267.8,43.688q-11.7-9.973-32.852-9.977a81.646,81.646,0,0,0-21.672,2.924,58.077,58.077,0,0,0-18.232,8.256l9.632,18.748A38.449,38.449,0,0,1,216.8,57.362a46.7,46.7,0,0,1,14.534-2.322q10.836,0,16.082,4.816t5.246,13.416H231.337q-14.1,0-22.876,3.525t-12.814,9.718a27.289,27.289,0,0,0,.086,28.725A28.207,28.207,0,0,0,207.6,125.3q7.74,3.7,18.576,3.7,12.211,0,19.952-4.644a23.484,23.484,0,0,0,8.256-8.28v11.548H279.5V74.82q0-21.157-11.7-31.132m-22.876,64.069a23.026,23.026,0,0,1-12.04,3.183q-7.054,0-11.094-3.011a9.645,9.645,0,0,1-4.042-8.17,9.873,9.873,0,0,1,3.526-7.739q3.523-3.1,12.986-3.1h18.4v9.46a18.24,18.24,0,0,1-7.74,9.374m167.01-33.109v52.976H385.1V78.776q0-11.18-4.9-16.513t-13.846-5.332A24.224,24.224,0,0,0,354.917,59.6a18.521,18.521,0,0,0-7.912,8.17q-2.838,5.508-2.838,14.105v45.752H317.335V35.087h25.628v11.02a34.554,34.554,0,0,1,9.46-7.407,44.024,44.024,0,0,1,21.156-4.989A43.094,43.094,0,0,1,393.273,38.1a31.833,31.833,0,0,1,13.674,13.416q4.986,9.031,4.988,23.135' fill='%23fff' stroke='%23000' stroke-width='1'/></svg>");
}
@media screen and (min-width: 768px) {
  .under-top__title__wrap--plan .section-title__primary::after {
    width: 18.5rem;
    height: 7.1875rem;
  }
}

.under-top__title__wrap--area .section-title__primary::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='413.315' height='95.288' viewBox='0 0 413.315 95.288'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='413.315' height='95.288' transform='translate(0 0)' fill='%23102fa8' stroke='%23000' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M76.2,9.977Q64.5,0,43.344,0A81.641,81.641,0,0,0,21.672,2.924A58.056,58.056,0,0,0,3.44,11.18l9.632,18.748A38.45,38.45,0,0,1,25.2,23.65a46.726,46.726,0,0,1,14.534-2.322q10.836,0,16.082,4.817t5.245,13.416H39.732q-14.106,0-22.876,3.525T4.042,52.8A25.83,25.83,0,0,0,0,67.252A25.663,25.663,0,0,0,4.128,81.528A28.2,28.2,0,0,0,16,91.59q7.74,3.7,18.576,3.7,12.212,0,19.952-4.643a23.492,23.492,0,0,0,8.256-8.28V93.912H87.891v-52.8q0-21.156-11.695-31.131M53.32,74.046a23.026,23.026,0,0,1-12.04,3.183q-7.054,0-11.095-3.011a9.647,9.647,0,0,1-4.042-8.17,9.868,9.868,0,0,1,3.527-7.739q3.522-3.1,12.986-3.1h18.4v9.46a18.234,18.234,0,0,1-7.739,9.374M160.99,5.074Q170.1,0,183.178,0V24.769q-1.722-.171-3.1-.259c-.919-.056-1.892-.086-2.924-.086q-11.01,0-17.8,6.278t-6.794,19.522V93.912H125.729V1.376h25.629V13.535a29.557,29.557,0,0,1,9.632-8.461M278.9,5.762a55.2,55.2,0,0,0-49.794.345,45.726,45.726,0,0,0-17.63,16.855,47.041,47.041,0,0,0-6.45,24.683,46.209,46.209,0,0,0,6.536,24.509A45.637,45.637,0,0,0,230.05,89.1Q242,95.288,257.828,95.288a59.2,59.2,0,0,0,22.188-3.87,41.618,41.618,0,0,0,16-11.094l-14.277-15.48A31.578,31.578,0,0,1,271.5,71.552a34.791,34.791,0,0,1-12.986,2.236,32.111,32.111,0,0,1-14.362-3.01,21.856,21.856,0,0,1-9.46-8.772,23.981,23.981,0,0,1-2.642-6.794h69.98q.169-1.718.344-3.7t.172-3.526q0-14.964-6.364-25.713A43.176,43.176,0,0,0,278.9,5.762M242.434,23.306A23.947,23.947,0,0,1,254.56,20.3a23.482,23.482,0,0,1,12.04,3.01,21.379,21.379,0,0,1,8.084,8.343,23.569,23.569,0,0,1,2.583,7.912H231.713a24.085,24.085,0,0,1,2.552-7.827,21.01,21.01,0,0,1,8.169-8.428M401.62,9.977Q389.92,0,368.767,0A81.639,81.639,0,0,0,347.1,2.924a58.055,58.055,0,0,0-18.232,8.256L338.5,29.928a38.45,38.45,0,0,1,12.126-6.278,46.721,46.721,0,0,1,14.534-2.322q10.836,0,16.082,4.817t5.245,13.416H365.156q-14.106,0-22.876,3.525T329.466,52.8a25.822,25.822,0,0,0-4.042,14.448,25.663,25.663,0,0,0,4.128,14.276A28.2,28.2,0,0,0,341.42,91.59q7.74,3.7,18.576,3.7,12.211,0,19.952-4.643a23.5,23.5,0,0,0,8.256-8.28V93.912h25.111v-52.8q0-21.156-11.7-31.131M378.744,74.046a23.028,23.028,0,0,1-12.04,3.183q-7.055,0-11.1-3.011a9.647,9.647,0,0,1-4.042-8.17,9.868,9.868,0,0,1,3.527-7.739q3.522-3.1,12.986-3.1h18.4v9.46a18.234,18.234,0,0,1-7.739,9.374' fill='%23fff' stroke='%23000' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");

}
@media screen and (min-width: 768px) {
  .under-top__title__wrap--area .section-title__primary::after {
    width: 18.5rem;
    height: 7.1875rem;
  }
}


.under-top__title__wrap--privacy .section-title__primary::after {
  background: url(../images/common/txt-privacy.svg) no-repeat center / contain;
}

.under-top__title__wrap--company .section-title__primary::after {
  background: url(../images/common/txt-company.svg) no-repeat center / contain;
}

.under-top__title__wrap--contact .section-title__primary::after {
  background: url(../images/common/txt-contact.svg) no-repeat center / contain;
}

.under-top__title__wrap .section-title__primary {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .under-top__title__wrap .section-title__primary {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 6.375rem;  
  }
}

.under-top__flow-text.flow-text {
  background: #fff;
}

/*ロケグーとはページ*/
.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 {
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .archive-page {
    margin-top: 5.625rem;
  }
}

.archive-page__section {
  background-color: #F3F3F3;
  padding-bottom: 3.125rem;
}

.archive-page__result {
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  color: #212121;
  border-radius: 100vh;
  background: #fff;
  border: 1px solid #000;
  display: inline-flex;
  align-items: center;
  padding: 0.625rem 1.4375rem;
}

.archive-page__result::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: -2.25rem;
  right: -1.25rem;
  width: 2.5625rem;
  height: 4.8125rem;
  background: url(../images/common/icon-denki.png) no-repeat center / contain;
}

.archive-page__result-number {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.6875rem;
  letter-spacing: 0.08em;
  color: #fb6245;
}

.archive-page__tags {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.archive-page__tag a {
  display: inline-block;
  padding: 0.5rem;
  background: #fff;
  border-radius: 100vh;
}
@media (hover: hover) {
  .archive-page__tag a:hover {
    background: #000;
    color: #fff;
  } 
}

.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;
    justify-content: flex-end;
    gap: 1.25rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/*カテゴリー詳細ページ*/
.article-page {
  margin-top: 2.8125rem;
  padding-bottom: 3.25rem;
}
@media screen and (min-width: 768px) {
  .article-page {
    margin-top:5.625rem;
  }
}

.article-page__intro {
  margin-top: 4.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.375;
  font-weight: 600;
  border-left: 5px solid #fed712;
  padding-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .article-page__intro {
    margin-top: 3.4375rem;
  }
}

.article-page__main {
  margin-top: 0.9375rem;
}

.article-page__title {
  position: relative;
  padding-top: 1.25rem;
  border-top: 1px solid #d3d3d3;
}


.article-page__sub {
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 700;
  color: #1130a6;
  display: inline-flex;
  align-items: center;
}

.article-page__sub span {
  display: grid;
  place-items: center;
  width: 50px;
  height: 21px;
  font-size: 12px;
  color: #fff;
  background: #1130a7;
  margin-right: 6px;
  border-radius: 3px;
  }

.article-page__primary {
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 700;
  line-height: 1.875rem;
  margin-top: 0.3125rem;
}

.article-page__left {
  flex-shrink: 0;
}

.article-page__left .splide__slide {
  border-radius: 10px;
}

.article-page__text {
  font-size: 0.9375rem;
  line-height: 1.9;
  font-weight: 400;
  overflow: hidden;
}

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

.article-page__section-title {
    position: relative;
  font-size: 1.5rem;
  line-height: 118px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .article-page__section-title {
    font-size: 1.625rem;
  }
}

.article-page__section-title::before {
  position: absolute;
  display: inline-block;
  content: attr(data-en);
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 3.0625rem;
  letter-spacing: 0.08em;
  color: #f3f3f3;
  z-index: -1;
  white-space: nowrap
}
@media screen and (min-width: 768px) {
  .article-page__section-title::before {
      font-size: 6.0625rem;
  }
}


.article-page__section-title02 {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 1.8125rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: left;
  color: #000;
}

.article-page__section-title02::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: -1rem;
  right: -2rem;
  width: 30px;
  height: 53px;
  background: url(../images/common/icon-denki.png) no-repeat center / contain;
}

.article-page__section-title02::after {
  position: absolute;
  display: inline-block;
  content: "check it！";
  top: -1.5rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: #000;
}

.article-page__section-title02 span {
  display: grid;
  place-items: center;
  font-size: 2.0625rem;
  color: #fff;
  width: 39px;
  height: 39px;
  border-radius: 6px;
  background: #fa6245;
  margin-right: 3px;
}

.article-page__second {
  position: relative;
  margin-top: 6.6875rem;
}
@media screen and (min-width: 768px) {
  .article-page__second {
    margin-top: 4.6875rem; 
  }
}

@media screen and (min-width: 768px) {
  .article-page__second::before {
    position: absolute;
    display: inline-block;
    content: "";
    top: -3.75rem;
    height: 8.875rem;
    background: url(../images/article-bg.svg) no-repeat center / contain;
    z-index: -1;
    width: 100vw;
    height: 8.875rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

@media screen and (min-width: 768px) {
.article-page__second::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: -4.6rem;
  right: 0;
  width: 5.125rem;
  height: 5.5rem;
  background: url(../images/common/icon-hous.png) no-repeat center / contain;
}
}

.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: 3.125rem;
}

.article-page__third {
  margin-top: 2.1875rem;
}

.article-page__third-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .article-page__third-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.article-page__four {
    margin-top: 2.5rem;
}

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

.article-page__four-lists .card-item__category {
  margin-top: 0.5rem;
}

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

.article-page__contact {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  content: "";
  top: 3.25rem;
  right: 0.625rem;
  width: 8.625rem;
  height: 2.8125rem;
  background: #969696;
  border: 1px solid #969696;
  border-radius: 0.625rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .article-page__contact {
    right: 1.25rem;
    top: 1.25rem;
    width: 10.625rem;
    height: 2.8125rem;
    font-size: 0.8125rem;
  }
}
@media (hover: hover) {
  .article-page__contact:hover {
    background: #fff;
    color: #969696;
  }
}


.article-page__contact-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000000;
  justify-content: center;
  align-items: center;
}

.article-page__contact-modal__bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.article-page__contact-modal__content {
  position: relative;
  background: #fff;
  padding: 1rem;
  z-index: 1000;
  max-width: 33rem;
  width: 90%;
  text-align: center;
  border-radius: 0.625rem;
  border: 1px solid #747474;
}
@media screen and (min-width: 768px) {
  .article-page__contact-modal__content {
    padding: 1.5rem 2.0625rem;
  }
}

.article-page__contact-modal__wrap {
  border-radius: 0.625rem;
  background: #f8f8f8;
  border: 1px solid #8b8b8b;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .article-page__contact-modal__wrap {
      padding: 1.4375rem;
  }
}

.article-page__contact-modal__tel {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.article-page__contact-modal__tel a {
  display: block;
  font-size: 1.8125rem;
  letter-spacing: 0.08em;
  font-family: "Montserrat", sans-serif;
}

.article-page__contact-modal__lead {
  border-radius: 4px;
  background: #fddc32;
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  padding: 0.5rem;
  margin-top: 0.375rem;
}

.article-page__contact-modal__text {
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  margin-top: 0.75rem;
}

.article-page__contact-modal__catch {
  margin-top: 1.5625rem;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .article-page__contact-modal__catch {
    font-size: 1rem;
  }
}

.article-page__contact-modal__catch::before,
.article-page__contact-modal__catch::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 1.625rem;
  height: 2.5rem;
  top: 0;
} 

.article-page__contact-modal__catch::before {
  background: url(../images/common/icon-line-left.svg) no-repeat center / contain;
  left: -2rem;
}

.article-page__contact-modal__catch::after {
  background: url(../images/common/icon-line-right.svg) no-repeat center / contain;
  right: -2rem;
}


.article-page__contact-modal__catch span {
  color: #FB6245;
}

.article-page__contact-modal__list {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.625rem;
  position: relative;
}

.article-page__contact-modal__list::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 1px;
  height: 2rem;
  background: #d0d0d0;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.article-page__contact-modal__list a,
.js-close-modal {
  padding: 0.625rem;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  color: #1130a7;
  }

.article-page__contact-modal__list a .fas {
  margin-right: 4px;
}

.js-close-modal {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding-bottom: 0;
}

.js-close-modal .fa-xmark {
  width: 1.125rem;
  height: 1.125rem;
  background: #1130a7;
  border-radius: 100%;
  color: #fff;
  display: grid;
  place-items: center;
}

.bottom-fixed {
  position: fixed;
  bottom: 0.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  max-width: 23.0625rem;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  transition: 0.5s;
  border-radius: 0.4375rem;
  border: 1px solid #0f30a8;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .bottom-fixed {
    width: 23.0625rem;
    bottom: 0.5rem;
  }
}

.bottom-fixed__inner {
  height: inherit;
}

.bottom-fixed__link span {
  display: block;
}

.bottom-fixed__link span:first-child {
  background: #1130a7;
  padding: 0.625rem;
}

.bottom-fixed__link span:last-child {
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding: 0.625rem;
  color: #1130A7; 
  background: #fff;
}
@media screen and (min-width: 768px) {
  .bottom-fixed__link span:last-child {
    font-size: 0.8125rem;
  }
}

.bottom-fixed__red {
  color: #fa6245;
}

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

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

.contact-page__container {
  background: #FAF7F0;
  border-radius: 30px;
  padding: 30px;
  padding: 1.875rem;
  margin-top: 3.125rem;
}
@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: 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 {

}
@media screen and (min-width: 768px) {
  .overview-page {

  }
}

.overview-page__table {
  width: 100%;
  margin-inline: auto;
  margin-top: 3.125rem;
}
@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;
}

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: 107px;
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;
  text-align: left;
}



/* service-page */
.service-page {
  background-color: #F5F5F5;
  margin-top: 3.8125rem;
  /* padding-bottom: 3.125rem; */
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .service-page {
    margin-top: 5.625rem;
  }
}

/* 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 {
  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;
              justify-content: space-between;
    padding-left: 1.5625rem;
}

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


.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: 150px;
  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;
  }
}

/* シーン（固定ページ） */
.page-scene__block {
  background: #dee9ff;
  padding-bottom: 7.6875rem;
}

.page-scene__block-02 {
  margin-top: -5.2rem;
}

.page-scene__anchor-link {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-wrap: wrap;
  gap:  0.625rem;
  position: relative;
  z-index: 10;
  max-width: 46.875rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page-scene__anchor-link {
    gap: 1.25rem 0.625rem;
    /* justify-content: center; */
  }
}

.page-scene__anchor-link--area {
  max-width: 35rem;
}

.page-scene__anchor-link-item a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 100vh;
    background: #1130a7;
    color: #fff;
    padding: 0 0.5rem;
    border: 1px solid #000;
    font-size: 0.75rem;
    font-weight: 700;
    width: 10.625rem;
    height: 2.25rem;
    transition: .3S;
}
@media screen and (min-width: 768px) {
  .page-scene__anchor-link-item a {
    font-size: 0.875rem;
  }
}

@media (hover: hover) {
  .page-scene__anchor-link-item a:hover {
    opacity: 1;
    background: #FFF;
    color: #1130a7;
  }
  
  .page-scene__anchor-link-item a:hover::before {
    background: #1130a7;
  }
}

.page-scene__anchor-link-item a .fa-chevron-down {
  font-size: 0.5rem;
}

.page-scene__anchor-link-item a::before {
    position: absolute;
    display: inline-block;
    content: "";
    z-index: -1;
    top: 2px;
    left: 2px;
    width: 10.625rem;
    height: 2.25rem;
    border: 1px solid #000;
    background: #fff;
    border-radius: 100vh;
    transition: .3S;
}

.page-scene__block-02--a .scene-section__bg {
  background: url(../images/common/bg-plan.svg) repeat center #fff;
}
@media screen and (min-width: 768px) {
.page-scene__block-02--a .scene-section__bg {
    background: url(../images/common/bg-plan.svg) repeat center #fff;
}
}


.page-scene__block-02--a .page-scene__wrap {
  background: url(../images/common/bg-plan.svg) repeat center #fff;
}

@supports (-webkit-touch-callout: none) {
  @media screen and (max-width: 1024px) {
    /* page-scene 用 */
    .page-scene__block-02--a .scene-section__bg,
    .page-scene__block-02--a .page-scene__wrap,

    /* section-plan / section-area 用 */
    .section-plan .scene-section__bg,
    .section-plan .scene-section__wrap,
    .section-area .scene-section__bg,
    .section-area .scene-section__wrap {
      background-image: none !important;
    }
  }
}



.page-scene__block-02 .page-scene__wrap {
    padding-bottom: 6.25rem;
    margin-top: -5.5rem;
}
@media screen and (min-width: 768px) {
  .page-scene__block-02 .page-scene__wrap {
    margin-top: -9.25rem;
    padding-bottom: 6.25rem;
  }
}

.page-scene__block-02--b .scene-section__bg,
.page-scene__block-02--b .page-scene__wrap {
  background: #ff836b;
}

.page-scene__block-02--c .scene-section__bg,
.page-scene__block-02--c .page-scene__wrap {
  background: #a9f4c9;
}

.page-scene__block-02--d .scene-section__bg,
.page-scene__block-02--d .page-scene__wrap {
  background: #dee9ff;
}

.page-scene__title {
  margin-top: 3rem;
  font-weight: 700;
  font-size: 1.625rem;
  letter-spacing: 0.04em;
  color: #000;
  display: flex;
  align-items: center;
  gap: 0.4375rem;
  border-bottom: 1px solid #b1b1b1;
  padding-bottom: 0.8125rem;
  position: relative;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .page-scene__title {
    margin-top: 0;
  }
}

.page-scene__title::before {
    display: inline-block;
    content: "";
    width: 0.5625rem;
    height: 0.5625rem;
    background: #fcdc32;
    border: 1px solid #212121;
    border-radius: 100%;
}

.page-scene__block-02--a .page-scene__title::before {
  background: #fa6245;
}

.page-scene__list {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .page-scene__list {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (hover: hover) {
  .page-scene__item a:hover {
    opacity: 1;
  }
  .page-scene__item a:hover .page-scene__img {
      box-shadow: 5px 5px 0px 0px #000;
      transform: translateX(-5px) translateY(-5px);
  }
}
  
.page-scene__img {
  width: 100%;
  transition: .3S;
}

.page-scene__label {
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  color: #000;
  border-bottom: none;
}

.page-scene__label::before {
  background: #fddc32;
  border: 1px solid #000;
  width: 0.25rem;
}

.page-scene__block-02--a .page-scene__label::before {
  background: #fa6245;
}

.page-scene__title::after {
  position: absolute;
  display: inline-block;
  content: "";
}
@media screen and (min-width: 768px) {

}

.page-scene__title--spoon::after {
  width: 2.625rem;
  height: 5rem;
  top: -5.875rem;
  left: 0;
  background: url(../images/common/icon-spoon.png) no-repeat center / contain;
}
@media screen and (min-width: 768px) {
  .page-scene__title--spoon::after {
    width: 3.625rem;
    height: 6rem;
    top: -7.875rem;
    left: -6.875rem;
  }
}

.page-scene__title--kumo::after {
  width: 5.625rem;
  height: 3.4375rem;
  top: -4.875rem;
  right: 0;
  background: url(../images/common/icon-kumo-02.png) no-repeat center / contain;
}
@media screen and (min-width: 768px) {
  .page-scene__title--kumo::after {
    width: 7.625rem;
    height: 4.4375rem;
    top: -4.875rem;
    right: -6.875rem;
  }
}

.page-scene__title--house::after {
  width: 2.625rem;
  height: 5rem;
  top: -5.875rem;
  left: 0;
  background: url(../images/common/icon-hous.png) no-repeat center / contain;
  transform: rotate(-10deg);
}
@media screen and (min-width: 768px) {
  .page-scene__title--house::after {
    width: 5.125rem;
    height: 5.5rem;
    top: -6.875rem;
    left: -6.875rem;
  }
}

.page-scene__title--tea::after {
  width: 4.625rem;
  height: 3rem;
  top: -4.875rem;
  left: 0;
  background: url(../images/common/icon-tea.png) no-repeat center / contain;
}
@media screen and (min-width: 768px) {
  .page-scene__title--tea::after {
    width: 7.375rem;
    height: 3.5625rem;
    top: -5rem;
    left: -8.875rem;
  }
}

.page-scene__title--sakana::after {
  width: 4.625rem;
  height: 3rem;
  top: -4.875rem;
  left: 0;
  background: url(../images/common/icon-sakana.png) no-repeat center / contain;
}
@media screen and (min-width: 768px) {
  .page-scene__title--sakana::after {
    width: 5rem;
    height: 4.6875rem;
    top: -5rem;
    left: -8.875rem;
  }
}

.page-scene__title--factory::after {
    width: 5rem;
    height: 4.6875rem;
    top: -4.875rem;
    left: 0;
    background: url(../images/common/icon-factory.png) no-repeat center / contain;
}
@media screen and (min-width: 768px) {
  .page-scene__title--factory::after {
    width: 5rem;
    height: 6.25rem;
    top: -5rem;
    left: -8.875rem;
  }
}

.page-scene__title--tree::after {
    width: 5rem;
    height: 4.6875rem;
    top: -4.875rem;
    left: 0;
    background: url(../images/common/icon-tree.png) no-repeat center / contain;
}
@media screen and (min-width: 768px) {
  .page-scene__title--tree::after {
    width: 5rem;
    height: 6.25rem;
    top: -5rem;
    left: -8.875rem;
  }
}

.page-scene__title--takoyaki::after {
    width: 5rem;
    height: 4.6875rem;
    top: -4.875rem;
    left: 0;
    background: url(../images/common/icon-takoyaki.png) no-repeat center / contain;
}
@media screen and (min-width: 768px) {
  .page-scene__title--takoyaki::after {
    width: 5rem;
    height: 6.25rem;
    top: -5rem;
    left: -8.875rem;
  }
}

.page-scene__title--yukidaruma::after {
    width: 5rem;
    height: 4.6875rem;
    top: -4.875rem;
    left: 0;
    background: url(../images/common/icon-yukidaruma.png) no-repeat center / contain;
}
@media screen and (min-width: 768px) {
  .page-scene__title--yukidaruma::after {
    width: 5rem;
    height: 6.25rem;
    top: -5rem;
    left: -8.875rem;
  }
}

.page-scene__title--kani::after {
    width: 5rem;
    height: 4.6875rem;
    top: -4.875rem;
    left: 0;
    background: url(../images/common/icon-kani.png) no-repeat center / contain;
}
@media screen and (min-width: 768px) {
  .page-scene__title--kani::after {
    width: 5rem;
    height: 6.25rem;
    top: -5rem;
    left: -8.875rem;
  }
}

