@charset "UTF-8";
/* setting */
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@500..900&display=swap);
.font-xs {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
}

.font-sm {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}

.font-md {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
}

.font-lg {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 0.6666666667;
}

/* tool */
/* ==========================================================================
   ベンダープリフィックス
   ========================================================================== */
/* ==========================================================================
   opacity 透明度
   ========================================================================== */
/* ==========================================================================
   position absolute
   ========================================================================== */
/* ==========================================================================
   shadow
   ========================================================================== */
/* ==========================================================================
   スクリーンサイズ
   ========================================================================== */
/* ==========================================================================
   親要素に対して中央寄せ
   ========================================================================== */
/* Scss Document */
/* ==========================================================================
   ヒーローエリア背景アニメーション
   ========================================================================== */
@keyframes scroll-right-to-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-25%);
  }
}
@keyframes scroll-left-to-right {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(0);
  }
}
/* ==========================================================================
   買取例セクションアニメーション
   ========================================================================== */
@keyframes scroll-right-to-left-50 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-right-to-left-33 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.333%);
  }
}
@keyframes scroll-right-to-left-25 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-25%);
  }
}
@keyframes scroll-right-to-left-20 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20%);
  }
}
/* ==========================================================================
   about-area__note アニメーション
   ========================================================================== */
@keyframes loop-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* base */
html {
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", "Meiryo", "MS ゴシック", "MS Gothic", sans-serif;
  color: #333333;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 991px) {
  body {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 575px) {
  body {
    font-size: 1.4em;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

html {
  overflow-x: hidden;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  overflow-x: hidden;
}

.wrapper {
  position: relative;
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  margin-bottom: 0px;
}

a[href*="tel:"] {
  color: #333333;
}

@media (max-width: 750px) {
  a[href*="tel:"] {
    color: #0066ff;
  }
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
ul {
  padding: 0;
}

/* ----------------------------------------------------
電話番号リンクをスマホのみ有効
---------------------------------------------------- */
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* ----------------------------------------------------
margin
---------------------------------------------------- */
.mt00 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr00 {
  margin-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml00 {
  margin-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

/* ----------------------------------------------------
padding
---------------------------------------------------- */
.pt00 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr00 {
  padding-right: 0px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl00 {
  padding-left: 0px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

/* ==========================================================================
   スクリーンリーダー用クラス
   ========================================================================== */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* ==========================================
   トップページ
   ======================================= */
/* 並べてもOK */
/* layout */
/* ==========================================================================
   header
   ========================================================================== */
.site-header__wrapper {
  padding: 3rem 4rem;
  background: #00c5cf;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .site-header__wrapper {
    padding: 2rem;
  }
}

.brand img {
  width: 178px;
  height: 88px;
}
@media screen and (max-width: 991px) {
  .brand img {
    width: 142px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .brand img {
    width: 120px;
    height: 60px;
  }
}

.gnav {
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .gnav {
    display: none;
  }
}
.gnav ul {
  display: flex;
  margin: 0;
}
.gnav li {
  list-style-type: none;
  padding-left: 3rem;
}
.gnav li a {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .gnav li a {
    font-size: 80%;
  }
}
.gnav li a:hover {
  color: #fff;
}
.gnav li a::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: transform 0.3s ease;
}
.gnav li a:hover::after {
  transform: translateX(-50%) scaleX(1);
}

/*----------breadcrumb ----------*/
.breadcrumb {
  margin: 6rem 0 0 0;
  padding: 1.8rem 0 0 0;
  font-size: 1.4rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 0 1rem;
    font-size: 1.2rem;
  }
}
.breadcrumb a {
  color: #00c5cf;
  text-decoration: none;
  transition: 0.2s;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

/* single-kaitori-jissekiページ専用 */
.single-kaitori-jisseki .breadcrumb {
  margin-top: 2rem;
}

/* ==========================================================================
   footer
   ========================================================================== */
.site-footer {
  width: 100%;
  margin-top: 15rem;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .site-footer {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .site-footer {
    margin-top: 8rem;
  }
}
.site-footer {
  /* 上段 */
}
.site-footer .footer__upper {
  margin-top: 3rem;
  border-radius: 50px;
  background: #00c5cf;
  color: #fff;
  text-align: center;
  padding: 10rem 0;
  position: relative;
}
.site-footer .footer__upper::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 100px;
  height: 100px;
  background-image: url("../images/obj_corner.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .site-footer .footer__upper::before {
    width: 80px;
    height: 80px;
    top: -12px;
    left: -12px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer__upper::before {
    width: 60px;
    height: 60px;
    top: -10px;
    left: -10px;
  }
}
.site-footer .footer__upper::after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 100px;
  height: 100px;
  background-image: url("../images/obj_corner.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  transform: rotate(180deg);
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .site-footer .footer__upper::after {
    width: 80px;
    height: 80px;
    bottom: -12px;
    right: -12px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer__upper::after {
    width: 60px;
    height: 60px;
    bottom: -10px;
    right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer__upper {
    border-radius: 30px;
    padding: 5rem 0;
  }
}
.site-footer .footer__upper .footer__logo {
  margin-bottom: 4rem;
}
.site-footer .footer__upper .footer__logo img {
  max-width: 100%;
  height: auto;
  width: 270px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .site-footer .footer__upper .footer__logo img {
    width: 142px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer__upper .footer__logo img {
    width: 140px;
    height: auto;
  }
}
.site-footer .footer__upper .footer__tel {
  margin-bottom: 2rem;
}
.site-footer .footer__upper .footer__tel .footer__tel-label {
  background: #ffff66;
  line-height: 1;
  padding: 1rem 5rem;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 1rem;
  color: #00c5cf;
  font-size: 80%;
  font-weight: 600;
}
.site-footer .footer__upper .footer__tel .footer__tel-number {
  font-family: "Montserrat", sans-serif;
  font-size: 300%;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5rem;
  color: #ffff66;
}
.site-footer .footer__upper .footer__tel .footer__tel-number a {
  color: #ffff66;
  text-decoration: none;
}
.site-footer .footer__upper .footer__tel .footer__tel-number a:hover {
  color: #ffff66;
  text-decoration: underline;
}
.site-footer .footer__upper .footer__tel .footer__tel-hours {
  color: #fff;
  font-size: 80%;
}
.site-footer .footer__upper .footer__banner {
  margin-bottom: 2rem;
}
.site-footer .footer__upper .footer__banner img {
  max-width: 300px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .site-footer .footer__upper .footer__banner img {
    max-width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer__upper .footer__banner img {
    max-width: 200px;
  }
}
.site-footer .footer__upper .footer__subnav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
}
.site-footer .footer__upper .footer__subnav a {
  color: #fff;
  text-decoration: none;
}
.site-footer .footer__upper .footer__subnav a:hover {
  text-decoration: underline;
}
.site-footer .footer__upper .footer__subnav .footer__subnav-separator {
  color: #fff;
}
.site-footer .footer__upper .footer__license {
  font-size: 80%;
  color: #fff;
}
.site-footer {
  /* 下段 */
}
.site-footer .footer__lower {
  text-align: center;
  padding: 3rem 0;
}
.site-footer .footer__lower small {
  font-size: 10px;
  color: #00c5cf;
}

/* ==========================================================================
   トップページ
   ========================================================================== */
/* ==========================================================================
   ヒーローエリア
   ========================================================================== */
.hero-area {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 900px;
  max-height: 1000px;
  background: #00c5cf;
  overflow: hidden;
  background-color: #00c5cf;
}
@media screen and (max-width: 991px) {
  .hero-area {
    height: 60vh;
    min-height: 600px;
    max-height: 650px;
  }
}
@media screen and (max-width: 767px) {
  .hero-area {
    height: 60vh;
    min-height: 600px;
    max-height: 650px;
  }
}
.hero-area .hero-area__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-area .hero-area__bg-row {
  position: absolute;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.hero-area .hero-area__bg-row--1 {
  top: 0;
}
@media screen and (min-width: 1400px) {
  .hero-area .hero-area__bg-row--5 {
    display: none;
  }
}
.hero-area .hero-area__bg-row.slick-carousel .slick-track {
  display: flex;
  gap: 0;
}
.hero-area .hero-area__bg-row.slick-carousel .slick-slide {
  float: none;
  height: auto;
  margin: 0;
  padding: 0;
}
.hero-area .hero-area__bg-row.slick-carousel .slick-slide > div {
  display: block;
  height: 100%;
}
.hero-area .hero-area__bg-row.slick-carousel .slick-list {
  overflow: hidden;
}
.hero-area .hero-area__bg-item {
  flex-shrink: 0;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: block;
}
@media screen and (max-width: 767px) {
  .hero-area .hero-area__bg-item {
    object-fit: contain;
    object-position: center;
    padding: 0 1rem;
  }
}
.hero-area .hero-area__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}
@media screen and (min-width: 1200px) {
  .hero-area .hero-area__content {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 991px) {
  .hero-area .hero-area__content {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .hero-area .hero-area__content {
    padding: 1rem 0;
  }
}
.hero-area .hero-area__main-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media screen and (min-width: 1200px) {
  .hero-area .hero-area__main-img {
    max-width: 800px;
    max-height: 60vh;
  }
}
@media screen and (max-width: 991px) {
  .hero-area .hero-area__main-img {
    max-width: 600px;
    max-height: 50vh;
  }
}
@media screen and (max-width: 767px) {
  .hero-area .hero-area__main-img {
    max-width: 100%;
    padding: 0 1rem;
  }
}
.hero-area .hero-area__num-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin-top: 2rem;
  object-fit: contain;
}
@media screen and (min-width: 1200px) {
  .hero-area .hero-area__num-img {
    max-width: 600px;
    max-height: 20vh;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .hero-area .hero-area__num-img {
    max-width: 400px;
    max-height: 15vh;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .hero-area .hero-area__num-img {
    max-width: 500px;
    max-height: 18%;
    min-height: 50px;
    margin-top: 0;
  }
}
@media screen and (min-width: 689px) and (max-width: 767px) {
  .hero-area .hero-area__num-img {
    max-width: 400px;
    max-height: 15vh;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .hero-area .hero-area__num-img {
    max-width: 100%;
    max-height: 10vh;
    margin-top: 1.5rem;
    padding: 0 1rem;
  }
}

.hero-area__note {
  width: 100%;
  text-align: left;
  padding: 1rem;
  background-color: #00c5cf;
  color: #fff;
  font-size: 60%;
}
.hero-area__note ul {
  text-align: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .hero-area__note {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .hero-area__note {
    padding: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .hero-area__note {
    padding: 0.75rem;
  }
}

/* ==========================================================================
   買取例セクション
   ========================================================================== */
.kaitori-examples {
  width: 100%;
  padding: 4rem 0rem;
  overflow: hidden;
  background-color: #00c5cf;
}
@media screen and (max-width: 991px) {
  .kaitori-examples {
    padding: 3rem 0rem;
  }
}
@media screen and (max-width: 767px) {
  .kaitori-examples {
    padding: 2rem 0rem;
  }
}
.kaitori-examples .kaitori-examples__row {
  display: flex;
  width: 200%;
  gap: 2rem;
  /* JavaScriptで制御するため、CSSアニメーションは無効化 */
  /* animation: scroll-right-to-left-50 30s linear infinite; */
  will-change: transform;
}
@media screen and (max-width: 991px) {
  .kaitori-examples .kaitori-examples__row {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .kaitori-examples .kaitori-examples__row {
    gap: 1rem;
  }
}
.kaitori-examples .kaitori-examples__row.slick-carousel {
  width: 100%;
}
.kaitori-examples .kaitori-examples__row.slick-carousel .slick-track {
  display: flex;
  align-items: stretch;
}
.kaitori-examples .kaitori-examples__row.slick-carousel .slick-slide {
  float: none;
  height: auto;
  margin-right: 2rem;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .kaitori-examples .kaitori-examples__row.slick-carousel .slick-slide {
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .kaitori-examples .kaitori-examples__row.slick-carousel .slick-slide {
    margin-right: 1rem;
  }
}
.kaitori-examples .kaitori-examples__row.slick-carousel .slick-slide.kaitori-example-item {
  padding: 2rem !important;
}
@media screen and (max-width: 991px) {
  .kaitori-examples .kaitori-examples__row.slick-carousel .slick-slide.kaitori-example-item {
    padding: 1.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .kaitori-examples .kaitori-examples__row.slick-carousel .slick-slide.kaitori-example-item {
    padding: 1rem !important;
  }
}
.kaitori-examples .kaitori-examples__row.slick-carousel .slick-slide > div {
  display: block;
  height: 100%;
}
.kaitori-examples .kaitori-examples__row.slick-carousel .slick-list {
  overflow: hidden;
  padding-bottom: 3rem;
}

.kaitori-example-item {
  flex-shrink: 0;
  width: 300px;
  background-color: #fff;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 10px 10px 20px 0 rgba(7, 133, 139, 0.5);
}
@media screen and (max-width: 991px) {
  .kaitori-example-item {
    width: 250px;
    padding: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .kaitori-example-item {
    width: 200px;
    padding: 1rem;
  }
}
.kaitori-example-item.slick-slide {
  padding: 2rem !important;
  height: auto;
}
@media screen and (max-width: 991px) {
  .kaitori-example-item.slick-slide {
    padding: 1.5rem !important;
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .kaitori-example-item.slick-slide {
    padding: 1rem !important;
    width: 200px;
  }
}
.kaitori-example-item .kaitori-example-item__figure {
  margin: 0 0 1rem;
}
.kaitori-example-item .kaitori-example-item__image {
  width: 80%;
  height: auto;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 10px;
  display: block;
}
.kaitori-example-item .kaitori-example-item__name {
  font-size: 120%;
  margin: 0 0 1.75rem 0;
  text-align: left;
  color: #333333;
  font-weight: normal;
}
.kaitori-example-item .kaitori-example-item__price {
  font-size: 180%;
  color: #ff3333;
  font-weight: bold;
  text-align: left;
  margin: 0;
  line-height: 1;
  position: relative;
  padding-left: 0;
}
.kaitori-example-item .kaitori-example-item__price::before {
  content: "買取金額";
  background-color: #ff3333;
  line-height: 1;
  color: #fff;
  padding: 6px;
  font-size: 12px;
  margin-bottom: 0.5rem;
  display: block;
  width: fit-content;
}
.kaitori-example-item .kaitori-example-item__price .kaitori-example-item__yen {
  font-size: 80%;
}

/* ==========================================================================
   買取実績アーカイブページ
   ========================================================================== */
.kaitori-jisseki-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .kaitori-jisseki-item {
    margin-bottom: 3rem;
  }
}
.kaitori-jisseki-item .kaitori-jisseki-item__image-link {
  display: block;
  text-decoration: none;
  margin-bottom: 1.5rem;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kaitori-jisseki-item .kaitori-jisseki-item__image-link {
    margin-bottom: 1rem;
  }
}
.kaitori-jisseki-item .kaitori-jisseki-item__image-link:hover {
  opacity: 0.8;
}
.kaitori-jisseki-item .kaitori-jisseki-item__image {
  width: 100%;
  aspect-ratio: 6/4;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.kaitori-jisseki-item .kaitori-jisseki-item__title {
  font-size: 120%;
  margin: 0 0 0.75rem 0;
  text-align: left;
  color: #333333;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  .kaitori-jisseki-item .kaitori-jisseki-item__title {
    font-size: 110%;
    margin-bottom: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .kaitori-jisseki-item .kaitori-jisseki-item__title {
    font-size: 100%;
    margin-bottom: 0.5rem;
  }
}
.kaitori-jisseki-item .kaitori-jisseki-item__price-wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .kaitori-jisseki-item .kaitori-jisseki-item__price-wrapper {
    gap: 0.5rem;
  }
}
.kaitori-jisseki-item .kaitori-jisseki-item__label {
  background-color: #ff3333;
  color: #fff;
  padding: 4px 8px;
  font-size: 11px;
  border-radius: 4px;
  white-space: nowrap;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .kaitori-jisseki-item .kaitori-jisseki-item__label {
    font-size: 10px;
    padding: 3px 6px;
  }
}
.kaitori-jisseki-item .kaitori-jisseki-item__price {
  font-size: 180%;
  color: #ff3333;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .kaitori-jisseki-item .kaitori-jisseki-item__price {
    font-size: 160%;
  }
}
@media screen and (max-width: 767px) {
  .kaitori-jisseki-item .kaitori-jisseki-item__price {
    font-size: 140%;
  }
}
.kaitori-jisseki-item .kaitori-jisseki-item__yen {
  font-size: 50%;
  margin-left: 0.2em;
}

/* 買取実績投稿詳細ページのタイトル */
.kaitori-jisseki-title {
  font-size: 200%;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .kaitori-jisseki-title {
    font-size: 180%;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .kaitori-jisseki-title {
    font-size: 160%;
    margin-bottom: 1rem;
  }
}

/* 買取実績投稿詳細ページの商品画像 */
.kaitori-jisseki-single-image {
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .kaitori-jisseki-single-image {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .kaitori-jisseki-single-image {
    margin-bottom: 2rem;
  }
}

.kaitori-jisseki-single-image__link {
  display: block;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
  border: none;
  background: transparent;
  padding: 0;
  width: 100%;
}
.kaitori-jisseki-single-image__link:hover {
  opacity: 0.9;
}

.kaitori-jisseki-single-image__wrapper {
  display: block;
  width: 100%;
  aspect-ratio: 6/4;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
}

/* 買取実績投稿詳細ページの買取金額 */
.kaitori-jisseki-single-price-wrapper {
  display: flex;
  align-items: center;
  gap: 2.25rem;
  text-align: left;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .kaitori-jisseki-single-price-wrapper {
    gap: 2rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .kaitori-jisseki-single-price-wrapper {
    gap: 1.75rem;
    margin-bottom: 1rem;
  }
}

.kaitori-jisseki-single-price-wrapper__label {
  background-color: #ff3333;
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 0;
  white-space: nowrap;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .kaitori-jisseki-single-price-wrapper__label {
    font-size: 13px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .kaitori-jisseki-single-price-wrapper__label {
    font-size: 12px;
    padding: 4px 8px;
  }
}

.kaitori-jisseki-single-price-wrapper__price {
  font-size: 220%;
  color: #ff3333;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .kaitori-jisseki-single-price-wrapper__price {
    font-size: 200%;
  }
}
@media screen and (max-width: 767px) {
  .kaitori-jisseki-single-price-wrapper__price {
    font-size: 180%;
  }
}

.kaitori-jisseki-single-price-wrapper__yen {
  font-size: 50%;
  margin-left: 0.2em;
}

/* 買取実績投稿詳細ページの商品情報（買取場所・買取コメント） */
.kaitori-jisseki-single-info {
  margin-top: 6rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  .kaitori-jisseki-single-info {
    margin-top: 4rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .kaitori-jisseki-single-info {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}

.kaitori-jisseki-single-info__step-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .kaitori-jisseki-single-info__step-wrapper {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .kaitori-jisseki-single-info__step-wrapper {
    margin-bottom: 1rem;
  }
}
.kaitori-jisseki-single-info__step-wrapper::before {
  content: "";
  flex-grow: 1;
  height: 3px;
  background-color: #00c5cf;
  margin-right: 0;
}
.kaitori-jisseki-single-info__step-wrapper::after {
  content: "";
  flex-grow: 1;
  height: 3px;
  background-color: #00c5cf;
  margin-left: 0;
}

.kaitori-jisseki-single-info__step {
  display: inline-block;
  padding: 1rem 2em;
  background-color: #00c5cf;
  color: #fff;
  border-radius: 100px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 90%;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .kaitori-jisseki-single-info__step {
    font-size: 90%;
    padding: 0.9rem 1.8em;
  }
}
@media screen and (max-width: 767px) {
  .kaitori-jisseki-single-info__step {
    font-size: 90%;
    padding: 0.8rem 1.5em;
  }
}

.kaitori-jisseki-single-info__content {
  font-size: 100%;
  line-height: 1.8;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .kaitori-jisseki-single-info__content {
    font-size: 90%;
  }
}

/* 買取実績投稿詳細ページのモーダル */
.kaitori-jisseki-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  box-sizing: border-box;
  z-index: 10000;
}
.kaitori-jisseki-modal.is-active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .kaitori-jisseki-modal {
    padding: 20px 10px;
  }
}

.kaitori-jisseki-modal__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 90vw;
  width: auto;
}
@media screen and (max-width: 767px) {
  .kaitori-jisseki-modal__container {
    max-width: 95vw;
  }
}

.kaitori-jisseki-modal__content {
  background: transparent;
  text-align: center;
}

.kaitori-jisseki-modal__image {
  max-width: 100%;
  max-height: 90vh;
  height: auto;
  width: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .kaitori-jisseki-modal__image {
    max-height: 95vh;
  }
}

.kaitori-jisseki-modal__close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #00c5cf;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  padding: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .kaitori-jisseki-modal__close {
    top: -15px;
    right: -15px;
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
}
.kaitori-jisseki-modal__close:hover {
  opacity: 0.8;
}

/* 買取実績投稿詳細ページのナビゲーション */
.article_nav {
  margin-top: 10rem;
  margin-bottom: 3rem;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .article_nav {
    margin-top: 6rem;
    margin-bottom: 2rem;
  }
}

.article_nav_prev,
.article_nav_list,
.article_nav_next {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.article_nav_prev a,
.article_nav_list a,
.article_nav_next a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00c5cf;
  text-decoration: none;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  width: 100%;
  height: 100%;
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .article_nav_prev a,
  .article_nav_list a,
  .article_nav_next a {
    font-size: 12px;
    padding: 1.5rem 1rem;
  }
}
.article_nav_prev a:hover,
.article_nav_list a:hover,
.article_nav_next a:hover {
  background-color: #00c5cf;
  color: #fff;
}
.article_nav_prev a i,
.article_nav_list a i,
.article_nav_next a i {
  margin-right: 0.5em;
}

.article_nav_next a i {
  margin-right: 0;
  margin-left: 0.5em;
}

.article_nav_disabled {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 14px;
  cursor: not-allowed;
  padding: 1.5rem 0.5rem;
  height: 100%;
  min-height: 60px;
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .article_nav_disabled {
    padding: 1rem 0.5rem;
    min-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .article_nav_disabled {
    font-size: 12px;
    padding: 0.75rem 0.5rem;
    min-height: 45px;
  }
}
.article_nav_disabled i {
  margin-right: 0.5em;
}

.article_nav_next.article_nav_disabled i {
  margin-right: 0;
  margin-left: 0.5em;
}

/* 買取実績投稿詳細ページのその他の実績 */
.kaitori-jisseki-related {
  margin-top: 6rem;
}
@media screen and (max-width: 991px) {
  .kaitori-jisseki-related {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .kaitori-jisseki-related {
    margin-top: 4rem;
  }
}
.kaitori-jisseki-related .kaitori-jisseki-related__title {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 3rem;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .kaitori-jisseki-related .kaitori-jisseki-related__title {
    font-size: 100%;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .kaitori-jisseki-related .kaitori-jisseki-related__title {
    font-size: 100%;
    margin-bottom: 2rem;
  }
}

/* ==========================================================================
   ページネーション
   ========================================================================== */
.pagination,
.navigation {
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  width: fit-content;
}
@media screen and (max-width: 991px) {
  .pagination,
  .navigation {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .pagination,
  .navigation {
    margin-top: 2rem;
  }
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .nav-links {
    gap: 0.25rem;
  }
}

.page-numbers {
  display: inline-block;
  padding: 0.5rem 1rem;
  min-width: 40px;
  text-align: center;
  color: #00c5cf;
  text-decoration: none;
  border: 1px solid #00c5cf;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .page-numbers {
    padding: 0.4rem 0.8rem;
    min-width: 36px;
    font-size: 1.2rem;
  }
}
.page-numbers:hover {
  background-color: #00c5cf;
  color: #fff;
  border-color: #00c5cf;
}
.page-numbers.current {
  background-color: #00c5cf;
  color: #fff;
  border-color: #00c5cf;
  font-weight: bold;
}
.page-numbers.dots {
  border: none;
  cursor: default;
}
.page-numbers.dots:hover {
  background-color: transparent;
  color: #333333;
}
.page-numbers.prev, .page-numbers.next {
  font-weight: bold;
}

/* ==========================================================================
   sec1クラス（上下余白用）
   ========================================================================== */
.sec1 {
  padding-top: 100px;
}
@media screen and (max-width: 991px) {
  .sec1 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec1 {
    padding-top: 60px;
  }
}

/* ==========================================================================
   sec2クラス（上下余白用）
   ========================================================================== */
.sec2 {
  padding: 10rem 0;
}
@media screen and (max-width: 991px) {
  .sec2 {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 767px) {
  .sec2 {
    padding: 4rem 1rem;
  }
}

/* ==========================================================================
   sec2-bottom（下のみpadding用）
   ========================================================================== */
.sec2-bottom {
  padding-top: 0;
  padding-bottom: 10rem;
}
@media screen and (max-width: 991px) {
  .sec2-bottom {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-bottom {
    padding: 0 1rem 4rem;
  }
}

/* ==========================================================================
   sec3クラス（上下余白用、padding-bottom 0）
   ========================================================================== */
.sec3 {
  padding-top: 10rem;
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  .sec3 {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3 {
    padding: 4rem 1rem 0 1rem;
  }
}

/* ----------------------------------------------------
background color
---------------------------------------------------- */
.bg-sub {
  background-color: #e3f7f8 !important;
}

/* ----------------------------------------------------
border radius
---------------------------------------------------- */
.radius-50 {
  border-radius: 50px !important;
}

/* ==========================================================================
   aboutセクション
   ========================================================================== */
.about-area {
  position: relative;
  width: 100%;
  background-color: #00c5cf;
  background-image: url("../images/about_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  text-align: center;
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  .about-area {
    background-image: url("../images/about_bg_sp.png");
  }
}
.about-area .about-area__decoration-image {
  position: absolute;
  z-index: 1;
  max-width: 200px;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 575px) {
  .about-area .about-area__decoration-image {
    display: none;
  }
}
.about-area .about-area__decoration-image--01 {
  top: 15%;
  left: calc(50% - 500px);
  max-width: 150px;
}
@media screen and (max-width: 991px) {
  .about-area .about-area__decoration-image--01 {
    left: calc(50% - 350px);
    max-width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .about-area .about-area__decoration-image--01 {
    top: 12%;
    left: calc(50% - 260px);
    max-width: 80px;
  }
}
.about-area .about-area__decoration-image--02 {
  top: 10%;
  right: calc(50% - 650px);
  max-width: 180px;
}
@media screen and (max-width: 991px) {
  .about-area .about-area__decoration-image--02 {
    right: calc(50% - 400px);
    max-width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .about-area .about-area__decoration-image--02 {
    right: calc(50% - 250px);
    max-width: 90px;
  }
}
.about-area .about-area__decoration-image--03 {
  top: 25%;
  right: calc(50% - 550px);
  max-width: 190px;
}
@media screen and (max-width: 991px) {
  .about-area .about-area__decoration-image--03 {
    right: calc(50% - 330px);
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .about-area .about-area__decoration-image--03 {
    top: 35%;
    right: calc(50% - 290px);
    max-width: 100px;
  }
}
.about-area .about-area__decoration-image--04 {
  top: 40%;
  left: calc(50% - 480px);
  max-width: 180px;
}
@media screen and (max-width: 991px) {
  .about-area .about-area__decoration-image--04 {
    left: calc(50% - 310px);
    max-width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .about-area .about-area__decoration-image--04 {
    top: 40%;
    left: calc(50% - 250px);
    max-width: 90px;
  }
}
.about-area .about-area__decoration-image--05 {
  top: 45%;
  right: calc(50% - 420px);
  max-width: 140px;
}
@media screen and (max-width: 991px) {
  .about-area .about-area__decoration-image--05 {
    right: calc(50% - 370px);
    max-width: 110px;
  }
}
@media screen and (max-width: 767px) {
  .about-area .about-area__decoration-image--05 {
    top: 55%;
    right: calc(50% - 230px);
    max-width: 70px;
  }
}
.about-area .about-area__decoration-image--06 {
  top: 30%;
  left: calc(50% - 620px);
  max-width: 100px;
}
@media screen and (max-width: 991px) {
  .about-area .about-area__decoration-image--06 {
    left: calc(50% - 450px);
    max-width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .about-area .about-area__decoration-image--06 {
    left: calc(50% - 220px);
    max-width: 50px;
  }
}
.about-area .about-area__decoration-image--07 {
  top: 60%;
  left: calc(50% - 440px);
  max-width: 130px;
}
@media screen and (max-width: 991px) {
  .about-area .about-area__decoration-image--07 {
    left: calc(50% - 290px);
    max-width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .about-area .about-area__decoration-image--07 {
    left: calc(50% - 240px);
    max-width: 65px;
  }
}
.about-area .about-area__container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 991px) {
  .about-area .about-area__container {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .about-area .about-area__container {
    padding: 0 1rem;
  }
}
.about-area .about-area__note {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin-top: 10rem;
  font-family: "Montserrat", sans-serif;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .about-area .about-area__note {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .about-area .about-area__note {
    padding: 0;
    margin-top: 4rem;
  }
}
.about-area .about-area__note {
  visibility: hidden;
}
.about-area .about-area__note::before {
  content: "Simple! Easy! Safe! Cash on the spot! Simple! Easy! Safe! Cash on the spot! ";
  display: inline-block;
  font-size: 20rem;
  line-height: 1;
  white-space: nowrap;
  animation: loop-text 40s linear infinite;
  visibility: visible;
}
@media screen and (max-width: 991px) {
  .about-area .about-area__note::before {
    font-size: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .about-area .about-area__note::before {
    font-size: 10rem;
  }
}

/* ==========================================================================
   featureセクション
   ========================================================================== */
.feature-area {
  width: 100%;
  background-color: #fff;
}
.feature-area .feature-area__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .feature-area .feature-area__title {
    gap: 1.2rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .feature-area .feature-area__title {
    gap: 0.5rem;
    margin-bottom: 3rem;
    flex-wrap: nowrap;
  }
}
.feature-area .feature-area__title .feature-area__title-text {
  color: #00c5cf;
  font-size: 300%;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .feature-area .feature-area__title .feature-area__title-text {
    font-size: 270%;
  }
}
@media screen and (max-width: 767px) {
  .feature-area .feature-area__title .feature-area__title-text {
    font-size: 180%;
  }
}
.feature-area .feature-area__title .feature-area__title-image {
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: 6rem;
  object-fit: contain;
  display: block;
}
@media screen and (max-width: 991px) {
  .feature-area .feature-area__title .feature-area__title-image {
    max-height: 5.25rem;
  }
}
@media screen and (max-width: 767px) {
  .feature-area .feature-area__title .feature-area__title-image {
    max-height: 3.5rem;
  }
}

.feature-item {
  text-align: center;
  padding: 1rem 1rem;
}
.feature-item .feature-item__figure {
  margin: 0 0 2.5rem;
}
@media screen and (max-width: 991px) {
  .feature-item .feature-item__figure {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .feature-item .feature-item__figure {
    margin-bottom: 1.5rem;
  }
}
.feature-item .feature-item__image {
  max-width: 300px;
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 991px) {
  .feature-item .feature-item__image {
    max-width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .feature-item .feature-item__image {
    max-width: 200px;
  }
}
.feature-item .feature-item__heading {
  color: #00c5cf;
  font-size: 180%;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: center;
  position: relative;
}
.feature-item .feature-item__heading::before {
  content: "\f164";
  font-family: "Font Awesome 5 Free", "Font Awesome 6 Free";
  font-weight: 400;
  margin-right: 0.5rem;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .feature-item .feature-item__heading {
    font-size: 160%;
    margin-bottom: 1.25rem;
  }
  .feature-item .feature-item__heading::before {
    margin-right: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .feature-item .feature-item__heading {
    font-size: 140%;
    margin-bottom: 1rem;
  }
  .feature-item .feature-item__heading::before {
    margin-right: 0.3rem;
  }
}
.feature-item .feature-item__text {
  color: #333333;
  font-size: 100%;
  line-height: 1.8;
  text-align: left;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .feature-item .feature-item__text {
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .feature-item .feature-item__text {
    line-height: 1.6;
  }
}

/* ==========================================================================
   voiceセクション（お客様の声）
   ========================================================================== */
.voice-area {
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.voice-area .voice-area__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 991px) {
  .voice-area .voice-area__container {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .voice-area .voice-area__container {
    padding: 0 1rem;
  }
}
.voice-area .voice-swiper {
  padding-bottom: 6rem;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 991px) {
  .voice-area .voice-swiper {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .voice-area .voice-swiper {
    padding-bottom: 4rem;
  }
}
.voice-area .voice-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  .voice-area .voice-swiper .swiper-wrapper {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .voice-area .voice-swiper .swiper-wrapper {
    margin-bottom: 2rem;
  }
}
.voice-area .voice-swiper .swiper-slide {
  height: auto;
  display: flex;
  align-items: stretch;
}
.voice-area .voice-swiper .voice-pagination-wrapper {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: auto;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .voice-area .voice-swiper .voice-pagination-wrapper {
    bottom: 0.75rem;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .voice-area .voice-swiper .voice-pagination-wrapper {
    bottom: 0.5rem;
    gap: 1rem;
  }
}
.voice-area .voice-swiper .voice-swiper-button-prev,
.voice-area .voice-swiper .voice-swiper-button-next {
  width: 44px;
  height: 44px;
  margin-top: 0;
  position: relative;
  top: auto;
  transform: none;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.voice-area .voice-swiper .voice-swiper-button-prev:hover,
.voice-area .voice-swiper .voice-swiper-button-next:hover {
  opacity: 0.7;
}
.voice-area .voice-swiper .voice-swiper-button-prev::after,
.voice-area .voice-swiper .voice-swiper-button-next::after {
  font-size: 24px;
  font-weight: bold;
  color: #00c5cf;
}
@media screen and (max-width: 767px) {
  .voice-area .voice-swiper .voice-swiper-button-prev,
  .voice-area .voice-swiper .voice-swiper-button-next {
    width: 36px;
    height: 36px;
  }
  .voice-area .voice-swiper .voice-swiper-button-prev::after,
  .voice-area .voice-swiper .voice-swiper-button-next::after {
    font-size: 20px;
  }
}
.voice-area .voice-swiper .swiper-button-disabled {
  opacity: 0.35;
}
.voice-area .voice-swiper .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  transform: none;
  width: auto;
  margin-top: 0;
  text-align: center;
}
.voice-area .voice-swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #00c5cf;
  opacity: 0.3;
  width: 10px;
  height: 10px;
  margin: 0 4px;
}
@media screen and (max-width: 767px) {
  .voice-area .voice-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px;
  }
}
.voice-area .voice-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #00c5cf;
}

.voice-item {
  background-color: #fff;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 4px 20px 0 rgba(26, 193, 200, 0.12);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.voice-item .voice-item__message {
  font-size: 120%;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 2rem;
  flex-grow: 1;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .voice-item .voice-item__message {
    font-size: 120%;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .voice-item .voice-item__message {
    font-size: 120%;
    margin-bottom: 1.5rem;
  }
}
.voice-item .voice-item__author {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .voice-item .voice-item__author {
    gap: 0.75rem;
  }
}
.voice-item .voice-item__photo {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .voice-item .voice-item__photo {
    width: 40px;
    height: 40px;
  }
}
.voice-item .voice-item__info {
  font-size: 80%;
  color: #cccccc;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .voice-item .voice-item__info {
    font-size: 75%;
  }
}

/* ==========================================================================
   kaitori-itemsセクション（買取品目）
   ========================================================================== */
.kaitori-items {
  width: 100%;
  background-color: #fff;
  text-align: center;
}

.kaitori-item {
  border: 2px solid #00c5cf;
  border-radius: 20px;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .kaitori-item {
    padding: 1.25rem;
    gap: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .kaitori-item {
    padding: 1rem 2rem;
    gap: 1rem;
  }
}
.kaitori-item .kaitori-item__image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .kaitori-item .kaitori-item__image {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .kaitori-item .kaitori-item__image {
    width: 40px;
    height: 40px;
  }
}
.kaitori-item .kaitori-item__name {
  font-size: 120%;
  color: #333333;
  font-weight: bold;
  flex-grow: 1;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .kaitori-item .kaitori-item__name {
    font-size: 110%;
  }
}
@media screen and (max-width: 767px) {
  .kaitori-item .kaitori-item__name {
    font-size: 100%;
  }
}

/* ==========================================================================
   newsセクション
   ========================================================================== */
@media screen and (max-width: 767px) {
  .news-area .news-area__heading {
    text-align: center;
    margin-bottom: 4rem;
  }
}
.news-area .news-list {
  border-top: 1px solid #cccccc;
}
.news-area .news-list .news-item {
  padding: 4rem 2rem;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 991px) {
  .news-area .news-list .news-item {
    padding: 3rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .news-area .news-list .news-item {
    padding: 2rem 1rem;
  }
}
.news-area .news-list .news-item .news-item__date {
  font-size: 80%;
  color: #00c5cf;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .news-area .news-list .news-item .news-item__date {
    font-size: 70%;
  }
}
.news-area .news-list .news-item .news-item__title {
  font-size: 140%;
  color: #00c5cf;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .news-area .news-list .news-item .news-item__title {
    font-size: 120%;
  }
}
@media screen and (max-width: 767px) {
  .news-area .news-list .news-item .news-item__title {
    font-size: 130%;
    margin-bottom: 0.8rem;
  }
}
.news-area .news-list .news-item .news-item__content {
  font-size: 100%;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .news-area .news-list .news-item .news-item__content {
    font-size: 100%;
  }
}
.news-area .news-list .news-item .news-item__content p {
  margin-bottom: 1.5rem;
  line-height: 1.8;
}
.news-area .news-list .news-item .news-item__content p:last-child {
  margin-bottom: 0;
}
.news-area .news-list .news-item .news-item__content h1,
.news-area .news-list .news-item .news-item__content h2,
.news-area .news-list .news-item .news-item__content h3,
.news-area .news-list .news-item .news-item__content h4,
.news-area .news-list .news-item .news-item__content h5,
.news-area .news-list .news-item .news-item__content h6 {
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  color: #333333;
}
.news-area .news-list .news-item .news-item__content h1:first-child,
.news-area .news-list .news-item .news-item__content h2:first-child,
.news-area .news-list .news-item .news-item__content h3:first-child,
.news-area .news-list .news-item .news-item__content h4:first-child,
.news-area .news-list .news-item .news-item__content h5:first-child,
.news-area .news-list .news-item .news-item__content h6:first-child {
  margin-top: 0;
}
.news-area .news-list .news-item .news-item__content h1 {
  font-size: 180%;
}
.news-area .news-list .news-item .news-item__content h2 {
  font-size: 160%;
}
.news-area .news-list .news-item .news-item__content h3 {
  font-size: 140%;
}
.news-area .news-list .news-item .news-item__content h4 {
  font-size: 120%;
}
.news-area .news-list .news-item .news-item__content h5 {
  font-size: 110%;
}
.news-area .news-list .news-item .news-item__content h6 {
  font-size: 100%;
}
.news-area .news-list .news-item .news-item__content ul,
.news-area .news-list .news-item .news-item__content ol {
  margin: 1.5rem 0;
  padding-left: 2rem;
}
.news-area .news-list .news-item .news-item__content ul li,
.news-area .news-list .news-item .news-item__content ol li {
  margin-bottom: 0.5rem;
  line-height: 1.8;
}
.news-area .news-list .news-item .news-item__content ul li:last-child,
.news-area .news-list .news-item .news-item__content ol li:last-child {
  margin-bottom: 0;
}
.news-area .news-list .news-item .news-item__content ul {
  list-style-type: disc;
}
.news-area .news-list .news-item .news-item__content ol {
  list-style-type: decimal;
}
.news-area .news-list .news-item .news-item__content a {
  color: #0066ff;
  text-decoration: underline;
  transition: opacity 0.3s;
  word-break: break-all;
  overflow-wrap: break-word;
}
.news-area .news-list .news-item .news-item__content a:hover {
  opacity: 0.7;
}
.news-area .news-list .news-item .news-item__content strong,
.news-area .news-list .news-item .news-item__content b {
  font-weight: bold;
  color: #333333;
}
.news-area .news-list .news-item .news-item__content em,
.news-area .news-list .news-item .news-item__content i {
  font-style: italic;
}
.news-area .news-list .news-item .news-item__content img {
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
  display: block;
}
.news-area .news-list .news-item .news-item__content img.alignleft {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}
.news-area .news-list .news-item .news-item__content img.alignright {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}
.news-area .news-list .news-item .news-item__content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.news-area .news-list .news-item .news-item__content blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.5rem;
  border-left: 4px solid #00c5cf;
  background-color: #e3f7f8;
  font-style: italic;
  color: #333333;
}
.news-area .news-list .news-item .news-item__content blockquote p {
  margin-bottom: 0.5rem;
}
.news-area .news-list .news-item .news-item__content blockquote p:last-child {
  margin-bottom: 0;
}
.news-area .news-list .news-item .news-item__content code {
  background-color: #e3f7f8;
  padding: 0.2rem 0.4rem;
  border-radius: 3px;
  font-family: monospace;
  font-size: 90%;
  color: #333333;
}
.news-area .news-list .news-item .news-item__content pre {
  background-color: #e3f7f8;
  padding: 1rem;
  border-radius: 4px;
  overflow-x: auto;
  margin: 1.5rem 0;
  line-height: 1.6;
}
.news-area .news-list .news-item .news-item__content pre code {
  background-color: transparent;
  padding: 0;
}
.news-area .news-list .news-item .news-item__content table {
  width: 100%;
  margin: 1.5rem 0;
  border-collapse: collapse;
  border: 1px solid #cccccc;
}
.news-area .news-list .news-item .news-item__content table th,
.news-area .news-list .news-item .news-item__content table td {
  padding: 0.75rem;
  border: 1px solid #cccccc;
  text-align: left;
}
.news-area .news-list .news-item .news-item__content table th {
  background-color: #e3f7f8;
  font-weight: bold;
}
.news-area .news-list .news-item .news-item__content table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.news-area .news-list .news-item .news-item__content hr {
  margin: 2rem 0;
  border: none;
  border-top: 1px solid #cccccc;
}
.news-area .news-list .news-item .news-item__content dl {
  margin: 1.5rem 0;
}
.news-area .news-list .news-item .news-item__content dl dt {
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.news-area .news-list .news-item .news-item__content dl dt:first-child {
  margin-top: 0;
}
.news-area .news-list .news-item .news-item__content dl dd {
  margin-left: 2rem;
  margin-bottom: 0.5rem;
}

/* ==========================================================================
    買取品目ページ
    ========================================================================== */
/* ----------------------------------------------------
hinmoku-ok-item
---------------------------------------------------- */
.hinmoku-ok-item__image {
  background-color: #fff;
  width: 100%;
  max-width: 250px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid #00c5cf;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 991px) {
  .hinmoku-ok-item__image {
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .hinmoku-ok-item__image {
    max-width: 150px;
  }
}
.hinmoku-ok-item__image img {
  width: 50%;
  height: auto;
  object-fit: contain;
}

.hinmoku-ok-item__title {
  font-size: 140%;
  font-weight: bold;
  color: #00c5cf;
  margin-bottom: 1rem;
}
.hinmoku-ok-item__title span {
  display: block;
  font-size: 60%;
  margin-top: 0.5rem;
}

.hinmoku-ok-item__text {
  font-weight: normal;
}

/* ----------------------------------------------------
hinmoku-category-item
---------------------------------------------------- */
.hinmoku-category-item {
  margin-bottom: 2rem;
}

.hinmoku-category-item__image {
  width: 100%;
  aspect-ratio: 2/1;
  border-radius: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hinmoku-category-item__image--01 {
  background-image: url("../images/img_hinmoku_01.jpg");
}
.hinmoku-category-item__image--02 {
  background-image: url("../images/img_hinmoku_02.jpg");
}
.hinmoku-category-item__image--03 {
  background-image: url("../images/img_hinmoku_03.jpg");
}
.hinmoku-category-item__image--04 {
  background-image: url("../images/img_hinmoku_04.jpg");
}
.hinmoku-category-item__image--05 {
  background-image: url("../images/img_hinmoku_05.jpg");
}
.hinmoku-category-item__image--06 {
  background-image: url("../images/img_hinmoku_06.jpg");
}
.hinmoku-category-item__image--07 {
  background-image: url("../images/img_hinmoku_07.jpg");
}
.hinmoku-category-item__image--08 {
  background-image: url("../images/img_hinmoku_08.jpg");
}
.hinmoku-category-item__image--09 {
  background-image: url("../images/img_hinmoku_09.jpg");
}

.hinmoku-category-item__content {
  text-align: left;
  margin-top: 2rem;
}

.hinmoku-category-item__title {
  font-size: 120%;
  font-weight: bold;
  color: #00c5cf;
}

.hinmoku-category-item__text2 {
  font-size: 80%;
  font-weight: normal;
}

/* ----------------------------------------------------
contents-box
---------------------------------------------------- */
.contents-box {
  border: 1px solid #cccccc;
  padding: 4rem 6rem;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .contents-box {
    padding: 3rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .contents-box {
    padding: 2rem 2rem;
  }
}
.contents-box h2 {
  font-size: 110%;
  font-weight: bold;
  color: #00c5cf;
  margin-bottom: 1.5rem;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .contents-box h2 {
    font-size: 110%;
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .contents-box h2 {
    font-size: 110%;
    margin-bottom: 1rem;
  }
}
.contents-box h2:not(:first-child) {
  margin-top: 3rem;
}
@media screen and (max-width: 991px) {
  .contents-box h2:not(:first-child) {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .contents-box h2:not(:first-child) {
    margin-top: 2rem;
  }
}
.contents-box h3 {
  font-size: 100%;
  font-weight: bold;
  color: #333333;
  margin-top: 1.5rem;
  margin-bottom: 0.8rem;
}
.contents-box h3::before {
  content: "● ";
}
@media screen and (max-width: 991px) {
  .contents-box h3 {
    font-size: 100%;
    margin-top: 1.2rem;
    margin-bottom: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .contents-box h3 {
    font-size: 100%;
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
  }
}
.contents-box p {
  font-size: 90%;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 1.5rem;
  font-weight: normal;
}
@media screen and (max-width: 991px) {
  .contents-box p {
    font-size: 90%;
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .contents-box p {
    font-size: 90%;
    margin-bottom: 1rem;
  }
}
.contents-box ul {
  margin-bottom: 2rem;
  padding-left: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contents-box ul {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.contents-box ul li {
  font-size: 90%;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 991px) {
  .contents-box ul li {
    font-size: 90%;
  }
}
@media screen and (max-width: 767px) {
  .contents-box ul li {
    font-size: 90%;
    margin-bottom: 0.3rem;
  }
}

/* ==========================================================================
    404エラーページ
    ========================================================================== */
.block_error {
  padding: 12rem 0;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .block_error {
    padding: 8rem 0;
  }
}
.block_error .error_1 {
  font-family: "Montserrat", sans-serif;
  font-size: 1600%;
  font-weight: 600;
  color: #00c5cf;
  margin: 0 0 0 0;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .block_error .error_1 {
    font-size: 800%;
  }
}
.block_error .error_2 {
  font-family: "Montserrat", sans-serif;
  font-size: 280%;
  font-weight: 400;
  color: #00c5cf;
  margin: 0 0 4rem 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .block_error .error_2 {
    font-size: 150%;
  }
}
.block_error .error_3 {
  font-size: 100%;
  line-height: 1.8;
  color: #333333;
  margin: 0 0 4rem 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .block_error .error_3 {
    font-size: 110%;
  }
}
.block_error .btn_center {
  margin-top: 2rem;
}

/* ==========================================================================
   初めての方へページ - hajimete-list
   ========================================================================== */
.hajimete-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hajimete-list__item {
  display: block;
  background-color: #00c5cf;
  color: #fff;
  text-align: center;
  font-size: 140%;
  padding: 1rem 2rem;
  border-radius: 30px;
}
@media screen and (max-width: 991px) {
  .hajimete-list__item {
    font-size: 120%;
    padding: 0.8rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .hajimete-list__item {
    font-size: 110%;
    padding: 0.7rem 1.2rem;
  }
}

.hajimete-figure {
  display: block;
  margin: 4rem auto 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .hajimete-figure {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .hajimete-figure {
    margin-top: 2rem;
  }
}
.hajimete-figure img {
  width: 300px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .hajimete-figure img {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .hajimete-figure img {
    width: 180px;
  }
}

/* ==========================================================================
   初めての方へページ - hajimete-reason
   ========================================================================== */
.hajimete-reason {
  margin-bottom: 6rem;
}
@media screen and (max-width: 991px) {
  .hajimete-reason {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .hajimete-reason {
    margin-bottom: 2rem;
  }
}
.hajimete-reason p {
  text-align: left;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.hajimete-reason__title {
  color: #00c5cf;
  font-weight: bold;
  font-size: 140%;
  text-align: left;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .hajimete-reason__title {
    font-size: 130%;
  }
}
@media screen and (max-width: 767px) {
  .hajimete-reason__title {
    font-size: 120%;
  }
}

.hajimete-reason__figure {
  background-color: #ffffcc;
  padding: 3rem 3rem 0 3rem;
  text-align: center;
  border-radius: 30px;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .hajimete-reason__figure {
    padding: 2rem 2rem 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .hajimete-reason__figure {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
.hajimete-reason__figure img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* module */
/* ==========================================================================

   ========================================================================== */
/* ==========================================================================
   button
   ========================================================================== */
.btn, .section-btn {
  background-color: #fff;
  color: #00c5cf;
  border-radius: 100px;
  box-shadow: 5px 5px 10px 0 rgba(31, 136, 136, 0.35);
  padding: 1rem 6rem;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-size: 100%;
  transition: all 0.3s ease;
  border: 2px solid #00c5cf;
}
.btn:hover, .section-btn:hover {
  border: 2px solid #fff;
  color: #fff;
  background-color: #00c5cf;
  opacity: 0.9;
  transform: translateY(-2px);
}
.btn:active, .section-btn:active {
  transform: translateY(0);
}
.btn--main {
  border: 2px solid #00c5cf;
  background-color: #00c5cf;
  color: #fff;
  box-shadow: 5px 5px 10px 0 rgba(1, 194, 202, 0.35);
}
.btn--main:hover {
  border: 2px solid #00c5cf;
  color: #00c5cf;
  background-color: #fff;
}

/* ==========================================================================
   form
   ========================================================================== */
.form_wrapper {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .form_wrapper {
    margin-top: 3rem;
  }
}

.form-group {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .form-group {
    margin-bottom: 2rem;
  }
}
.form-group label {
  margin-bottom: 1rem;
  font-weight: 500;
}

.form-control,
.form-select {
  height: inherit;
  font-size: 1em;
  padding: 14px;
  border: none;
  border-radius: 4px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .form-control,
  .form-select {
    padding: 12px 12px 10px;
  }
}
@media screen and (max-width: 575px) {
  .form-control,
  .form-select {
    padding: 10px 10px 8px;
  }
}

.form {
  text-align: left;
}
.form textarea {
  height: 17em;
  border-radius: 4px;
  background-color: #f6f6f6;
}
.form input[type=submit] {
  display: inline-block;
  border: 2px solid #00c5cf;
  background: #00c5cf;
  color: #fff;
  border-radius: 100px;
  padding: 1.2rem 4rem;
  text-decoration: none;
  font-weight: bold;
  font-size: 120%;
  transition: 0.2s;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .form input[type=submit] {
    border: 1px solid #00c5cf;
  }
}
.form input[type=submit]:hover {
  background: #fff;
  color: #00c5cf;
}
.form input::placeholder {
  color: #cccccc !important;
}
.form {
  /* Chrome, Safari */
}
.form ::-webkit-input-placeholder {
  color: #cccccc !important;
}
.form {
  /* Firefox */
}
.form ::-moz-placeholder {
  color: #cccccc !important;
}
.form {
  /* Firefox 18以前 */
}
.form :-moz-placeholder {
  color: #cccccc !important;
}
.form {
  /* IE */
}
.form :-ms-input-placeholder {
  color: #cccccc !important;
}
.form {
  /* Edge */
}
.form input::-ms-input-placeholder {
  color: #cccccc !important;
}

input.wpcf7-form-control.wpcf7-submit {
  display: block;
  margin: 0 auto;
}

.p_required {
  color: #fff;
  background: #ff0000;
  border-radius: 100px;
  line-height: 1;
  padding: 0.4rem 1.2rem;
  font-size: 70%;
  font-weight: 700;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .p_required {
    padding: 0.2rem 1.2rem;
  }
}

.wpcf7-acceptance {
  display: block;
  margin: 2rem 0;
  font-size: 1.4rem !important;
}

.wpcf7-submit:disabled {
  background-color: #ccc;
  border-color: #ccc;
}

/********** エラーメッセージ**********/
.screen-reader-response {
  display: none;
}

.wpcf7-validation-errors {
  text-align: left;
  border: 4px solid #ff0000;
  background: #fff;
  padding: 1rem 2rem 1rem;
  color: #ff0000;
}

.wpcf7-not-valid-tip {
  color: #ff0000;
  font-weight: bold;
}

.wpcf7 .wpcf7-not-valid {
  background: #f2dede;
}

.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.wpcf7 .wpcf7-validation-errors {
  color: #ff0000;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}

.wpcf7 .wpcf7-mail-sent-ok {
  color: #3a87ad;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
}

.thank_wrapper {
  text-align: center;
  padding: 4rem 0 6rem;
}
.thank_wrapper h3 {
  color: #000;
  font-weight: 900;
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 2rem;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* ==========================================================================
   heading
   ========================================================================== */
.section-heading {
  font-weight: bold;
  font-size: 240%;
  margin-bottom: 4rem;
}
@media screen and (max-width: 991px) {
  .section-heading {
    font-size: 200%;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .section-heading {
    font-size: 180%;
    margin-bottom: 2rem;
  }
}
.section-heading span {
  display: inline;
  padding-bottom: 0.4rem;
  line-height: 1.8;
  background: linear-gradient(to right, #ffff66 0%, #ffff66 100%) no-repeat;
  background-size: auto 6px;
  background-position: bottom;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #00c5cf;
}

.section-heading--wh span {
  color: #fff;
}

.section-heading--blk span {
  color: #333333;
}

/* ==========================================================================
   page-heading
   ========================================================================== */
.page-heading {
  background-color: #00c5cf;
  padding: 0rem 0 4rem;
  overflow: visible;
  position: relative;
}
@media screen and (max-width: 991px) {
  .page-heading {
    padding: 0rem 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  .page-heading {
    padding: 0rem 0 2rem;
  }
}
.page-heading .container {
  overflow: visible;
}

.page-heading__bg {
  background-color: #fff;
  padding: 2rem;
  margin-bottom: -10rem;
  border-radius: 50px;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  .page-heading__bg {
    padding: 1.5rem;
    margin-bottom: -8rem;
    min-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .page-heading__bg {
    padding: 1rem;
    margin-bottom: -6rem;
    border-radius: 30px;
    min-height: 250px;
  }
}
.page-heading__bg::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  width: 75px;
  height: 75px;
  background-image: url("../images/obj_corner.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .page-heading__bg::before {
    width: 60px;
    height: 60px;
    top: -10px;
    left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .page-heading__bg::before {
    width: 45px;
    height: 45px;
    top: -8px;
    left: -8px;
  }
}
.page-heading__bg::after {
  content: "";
  position: absolute;
  bottom: -12px;
  right: -12px;
  width: 75px;
  height: 75px;
  background-image: url("../images/obj_corner.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  transform: rotate(180deg);
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .page-heading__bg::after {
    width: 60px;
    height: 60px;
    bottom: -10px;
    right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .page-heading__bg::after {
    width: 45px;
    height: 45px;
    bottom: -8px;
    right: -8px;
  }
}

.page-heading__bg--faq {
  background-image: url("../images/page-heading_faq.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-heading__bg--privacy {
  background-image: url("../images/page-heading_privacy.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-heading__bg--company {
  background-image: url("../images/page-heading_company.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-heading__bg--contact {
  background-image: url("../images/page-heading_contact.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-heading__bg--nagare {
  background-image: url("../images/page-heading_nagare.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-heading__bg--hinmoku {
  background-image: url("../images/page-heading_hinmoku.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-heading__bg--hajimete {
  background-image: url("../images/page-heading_hajimete.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-heading__bg--jisseki {
  background-image: url("../images/page-heading_jisseki.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-heading__title {
  font-size: 300%;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .page-heading__title {
    font-size: 280%;
  }
}
@media screen and (max-width: 767px) {
  .page-heading__title {
    font-size: 200%;
  }
}

.page-heading__text {
  font-size: 100%;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 0;
}

/* ==========================================================================
   page-content
   ========================================================================== */
.page-content {
  padding-top: 15rem;
}
@media screen and (max-width: 991px) {
  .page-content {
    padding-top: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .page-content {
    padding: 8rem 1rem 0;
  }
}

/* ==========================================================================
   page-content (kaitori-jisseki用)
   ========================================================================== */
#kaitori-jisseki-content {
  margin-top: 8rem;
  padding-top: 0;
}
@media screen and (max-width: 991px) {
  #kaitori-jisseki-content {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  #kaitori-jisseki-content {
    margin-top: 4rem;
    padding: 0 1rem 0;
  }
}

/* ==========================================================================
   text
   ========================================================================== */
.section-text {
  margin-bottom: 4rem;
}
@media screen and (max-width: 991px) {
  .section-text {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .section-text {
    margin-bottom: 2rem;
  }
}
.section-text p {
  color: #333333;
  font-size: 100%;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.section-text p:last-child {
  margin-bottom: 0;
}
.section-text--wh p {
  color: #fff;
}
.section-text--blk p {
  color: #333333;
}

/* ==========================================================================
   privacy-content
   ========================================================================== */
.privacy-content h2 {
  color: #00c5cf;
  font-size: 140%;
}
.privacy-content h3 {
  color: #00c5cf;
}
.privacy-content p,
.privacy-content ul,
.privacy-content li,
.privacy-content address {
  font-weight: normal;
}
.privacy-content section {
  margin-top: 5rem;
}
@media screen and (max-width: 991px) {
  .privacy-content section {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .privacy-content section {
    margin-top: 3rem;
  }
}
.privacy-content p {
  margin-bottom: 1.5rem;
}
.privacy-content p:last-child {
  margin-bottom: 0;
}
.privacy-content ul {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.privacy-content ul li {
  margin-bottom: 0.5rem;
}
.privacy-content ul li:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   table1
   ========================================================================== */
.table1 {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #cccccc;
}
.table1 tr {
  border-bottom: 1px solid #cccccc;
}
.table1 th {
  color: #00c5cf;
  padding: 3rem 2rem;
  text-align: left;
  vertical-align: top;
}
.table1 td {
  padding: 3rem 2rem;
  vertical-align: top;
  font-weight: normal;
}

/* ==========================================================================
   link-blank
   ========================================================================== */
.link-blank {
  color: #333333;
  text-decoration: underline;
}
.link-blank:hover {
  text-decoration: underline;
  text-decoration-style: dotted;
}
.link-blank::after {
  content: "\f08e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0.3em;
  font-size: 0.9em;
}

/* ==========================================================================
   list1
   ========================================================================== */
.list1 {
  font-weight: normal;
  font-size: 80%;
  padding-left: 1.5em;
  list-style-position: outside;
}
.list1 li {
  font-weight: normal;
}

/* ==========================================================================
   content-tel
   ========================================================================== */
.content-tel {
  background-color: #ffffcc;
  padding: 5rem 2rem;
  border-radius: 40px;
  text-align: center;
}
.content-tel span {
  display: block;
}
.content-tel .tel-title {
  color: #00c5cf;
}
.content-tel .tel-number {
  color: #00c5cf;
  font-family: "Montserrat", sans-serif;
  font-size: 300%;
}
.content-tel .business-hours,
.content-tel .business-note {
  font-size: 80%;
  font-weight: normal;
}

/* ==========================================================================
   txt-red
   ========================================================================== */
.txt_red {
  color: #ff3333;
}

/* ==========================================================================
   section-button
   ========================================================================== */
.section-button {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .section-button {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .section-button {
    margin-top: 2rem;
  }
}

/* ==========================================================================
   icon
   ========================================================================== */
/* ==========================================================================
   media
   ========================================================================== */
.hamburger {
  display: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 36px;
  right: 30px;
  z-index: 10000;
  padding: 17px 0 0 13px;
  background-color: #00c5cf;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
@media screen and (max-width: 991px) {
  .hamburger {
    display: block;
    top: 32px;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .hamburger {
    top: 19px;
    right: 20px;
  }
}

.hamburger__icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
}

.hamburger__icon,
.hamburger__icon:before,
.hamburger__icon:after {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #fff;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.hamburger__icon:before,
.hamburger__icon:after {
  position: absolute;
  content: "";
}

.hamburger__icon:before {
  top: -7px;
}

.hamburger__icon:after {
  top: 7px;
}

.hamburger.active .hamburger__icon {
  background-color: transparent;
}

.hamburger.active .hamburger__icon:before,
.hamburger.active .hamburger__icon:after {
  background-color: #fff;
}

.hamburger.active .hamburger__icon:before {
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

.hamburger.active .hamburger__icon:after {
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

.fat-nav {
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: #00c5cf;
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.fat-nav__wrapper {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}

.fat-nav.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.fat-nav ul {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.fat-nav li {
  font-family: "Noto Sans JP", sans-serif, "Noto Sans CJK JP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", "Meiryo", "MS ゴシック", "MS Gothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  list-style-type: none;
  text-align: center;
  padding: 10px;
  font-size: 120%;
}

.fat-nav li,
.fat-nav li a {
  color: #fff;
}

.fat-nav li a {
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.fat-nav li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s ease;
}

.fat-nav li a:hover::after {
  transform: scale(1, 1);
}

/* ==========================================================================
   list
   ========================================================================== */
.list-disc {
  list-style: disc;
  padding-left: 1.5em;
  list-style-position: outside;
}

.list-attention {
  list-style: none;
  padding-left: 0;
  font-size: 80%;
  font-weight: normal;
}
.list-attention li {
  position: relative;
  padding-left: 1.5em;
}
.list-attention li::before {
  content: "※";
  position: absolute;
  left: 0;
}

/* ==========================================================================
   faq
   ========================================================================== */
.faq-category {
  margin-bottom: 6rem;
}
.faq-category:last-child {
  margin-bottom: 0;
}

.faq-category__title {
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #00c5cf;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.faq-item {
  border: 2px solid #00c5cf;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.1s ease;
}
.faq-item.is-active .faq-item__question .faq-item__icon--plus {
  display: none;
}
.faq-item.is-active .faq-item__question .faq-item__icon--minus {
  display: block;
}
.faq-item.is-active .faq-item__answer {
  padding: 0.5rem 2rem 1.5rem;
  opacity: 1;
}

.faq-item__question {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 1.5rem 2rem;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: 140%;
  transition: all 0.1s ease;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .faq-item__question {
    font-size: 120%;
    padding: 1rem 1.5rem;
  }
}
.faq-item__question:focus {
  outline: 2px solid #00c5cf;
  outline-offset: -2px;
}

.faq-item__q {
  color: #00c5cf;
  font-weight: bold;
  margin-right: 0.5rem;
  flex-shrink: 0;
}

.faq-item__text {
  color: #333333;
  font-weight: bold;
  flex: 1;
}

.faq-item__toggle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #00c5cf;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 1rem;
  position: relative;
  align-self: center;
}

.faq-item__icon {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  display: block;
}
.faq-item__icon--plus {
  display: block;
}
.faq-item__icon--minus {
  display: none;
}

.faq-item__answer {
  height: 0;
  overflow: hidden;
  padding: 0 2rem;
  opacity: 0;
  transition: height 0.1s ease, padding 0.1s ease, opacity 0.1s ease;
}

.faq-item__answer-content {
  color: #333333;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.8;
  padding-bottom: 2rem;
}
.faq-item__answer-content p {
  margin-bottom: 1rem;
}
.faq-item__answer-content p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   nagare-content
   ========================================================================== */
.nagare-content__item {
  position: relative;
  width: 100%;
  margin-bottom: 10rem;
}
@media screen and (max-width: 991px) {
  .nagare-content__item {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .nagare-content__item {
    margin-bottom: 6rem;
  }
}

.nagare-content__step-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (max-width: 991px) {
  .nagare-content__step-wrapper {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .nagare-content__step-wrapper {
    margin-bottom: 3rem;
  }
}
.nagare-content__step-wrapper::before {
  content: "";
  flex-grow: 1;
  height: 3px;
  background-color: #00c5cf;
  margin-right: 0;
}
.nagare-content__step-wrapper::after {
  content: "";
  flex-grow: 1;
  height: 3px;
  background-color: #00c5cf;
  margin-left: 0;
}

.nagare-content__step {
  display: inline-block;
  padding: 1.4rem 3em;
  background-color: #00c5cf;
  color: #fff;
  border-radius: 100px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 160%;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .nagare-content__step {
    font-size: 120%;
    padding: 1rem 2em;
  }
}

.nagare-content__image {
  background-color: #ffffcc;
  aspect-ratio: 1/1;
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .nagare-content__image {
    margin: 0 4rem;
  }
}
.nagare-content__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.nagare-content__text h2 {
  color: #00c5cf;
  font-size: 160%;
  font-weight: bold;
  margin-bottom: 2rem;
}
.nagare-content__text p {
  font-size: 100%;
  line-height: 1.8;
}

.nagare-content__text-box {
  background-color: #f5f5f5;
  border-radius: 30px;
  padding: 3rem;
  margin-top: 2rem;
}
.nagare-content__text-box h3 {
  color: #00c5cf;
  margin-bottom: 2rem;
}

/*# sourceMappingURL=master.css.map */
