.site-main > section {
  max-width: 1920px;
  width: 100%;
  margin: auto;
}

.top-mv {
  max-width: 1920px;
  width: 100%;
  margin: auto;
}

.option {
  padding-block: 80px;
  background: url(../image/top/option-bg.webp);
}
@media screen and (max-width: 768px) {
  .option {
    padding-block: 60px;
  }
}
.option-ttl {
  position: relative;
  max-width: 609px;
  width: 100%;
  margin: auto;
  padding-inline: 78px;
  padding-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .option-ttl {
    max-width: 345px;
    padding-inline: 0;
    padding-bottom: 50px;
  }
}
.option-ttl-frame {
  position: relative;
  width: 100%;
  padding-block: 18px 22px;
  background-color: #fff;
  border: solid 2px #524641;
  border-radius: 16px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #524641;
  line-height: 1.4375;
}
@media screen and (max-width: 768px) {
  .option-ttl-frame {
    font-size: 22px;
  }
}
.option-ttl-frame::before {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 32px;
  height: 29px;
  background: url(../image/top/option-ttl-obj.svg) no-repeat center/contain;
}
.option-ttl-img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 23.6%;
}
@media screen and (max-width: 768px) {
  .option-ttl-img {
    width: 27%;
  }
}
.option-ttl-img.man {
  left: 0;
}
.option-ttl-img.woman {
  right: 8px;
}
@media screen and (max-width: 768px) {
  .option-ttl-img.woman {
    right: 0;
  }
}
.option-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .option-list {
    -webkit-column-gap: 9px;
       -moz-column-gap: 9px;
            column-gap: 9px;
  }
}
.option-item {
  max-width: 282px;
  width: 100%;
  -webkit-filter: drop-shadow(rgba(82, 70, 65, 0.1) 0px 4px 8px);
          filter: drop-shadow(rgba(82, 70, 65, 0.1) 0px 4px 8px);
}
@media screen and (max-width: 768px) {
  .option-item {
    width: calc((100% - 9px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .option-item:not(:first-child) .option-item-link {
    padding-top: 40px;
  }
}
.option-item:nth-child(odd) {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .option-item:nth-child(odd) {
    padding-bottom: 30px;
  }
}
.option-item:nth-child(even) {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .option-item:nth-child(even) {
    padding-top: 30px;
  }
}
.option-item-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 60px 10px 30px;
  background-color: #fff;
  clip-path: polygon(50% 0, 100% 48px, 100% 100%, 0 100%, 0 48px);
  position: relative;
}
.option-item-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
}
.option-item-link:hover {
  opacity: 1;
}
.option-item-link:hover::before {
  opacity: 0.2;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .option-item-link {
    padding-bottom: 15px;
  }
}
.option-item-link .img {
  max-width: 186px;
  width: 100%;
  margin: auto;
}
.option-item-link .ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px;
  margin-top: 24px;
  margin-inline: auto;
  background-color: var(--option-item-ttl-col);
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .option-item-link .ttl {
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
    line-height: 1.375;
  }
}
.option-item-link .ttl-1 {
  --option-item-ttl-col: #e35353;
}
.option-item-link .ttl-2 {
  --option-item-ttl-col: #fa9347;
}
.option-item-link .ttl-3 {
  --option-item-ttl-col: #3160b9;
}
.option-item-link .ttl-4 {
  --option-item-ttl-col: #9562c0;
}
.option-item-link .txt {
  max-width: 222px;
  width: 100%;
  margin-top: 15px;
  margin-inline: auto;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .option-item-link .txt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
}

.theme {
  padding-block: 80px;
  background: url(../image/top/theme-bg.webp) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .theme {
    padding-block: 60px;
  }
}
.theme-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, min(282px, 100%));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 24px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .theme-list {
    grid-template-columns: repeat(2, min(282px, (100% - 9px) / 2));
    gap: 25px 9px;
    margin-top: 40px;
  }
}
.theme-item-link {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px;
  position: relative;
}
.theme-item-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
}
.theme-item-link:hover {
  opacity: 1;
}
.theme-item-link:hover::before {
  opacity: 0.2;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .theme-item-link {
    border-radius: 10px;
  }
}
.theme-item-link .inner {
  padding: 20px 26px 39px;
}
@media screen and (max-width: 768px) {
  .theme-item-link .inner {
    padding: 15px 8px 24px;
  }
}
.theme-item-link .inner .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 700;
  color: var(--theme-item-ttl-col);
}
@media screen and (max-width: 768px) {
  .theme-item-link .inner .ttl {
    gap: 8px;
    font-size: 18px;
  }
}
.theme-item-link .inner .ttl img {
  width: 48px;
}
@media screen and (max-width: 768px) {
  .theme-item-link .inner .ttl img {
    width: 36px;
  }
}
.theme-item-link .inner .ttl-1 {
  --theme-item-ttl-col: #e35353;
}
.theme-item-link .inner .ttl-2 {
  --theme-item-ttl-col: #fa9347;
}
.theme-item-link .inner .ttl-3 {
  --theme-item-ttl-col: #e6ab25;
}
.theme-item-link .inner .ttl-4 {
  --theme-item-ttl-col: #51b583;
}
.theme-item-link .inner .ttl-5 {
  --theme-item-ttl-col: #42acdb;
}
.theme-item-link .inner .ttl-6 {
  --theme-item-ttl-col: #3160b9;
}
.theme-item-link .inner .ttl-7 {
  --theme-item-ttl-col: #9562c0;
}
.theme-item-link .inner .txt {
  max-width: 210px;
  width: 100%;
  margin-top: 12px;
  margin-inline: auto;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .theme-item-link .inner .txt {
    margin-top: 10px;
    font-size: 14px;
  }
}

.recommend_post,
.popular_post {
  position: relative;
}
.recommend_post .container,
.popular_post .container {
  position: relative;
  z-index: 1;
}
.recommend_post-list,
.popular_post-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, min(384px, 100%));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px 24px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .recommend_post-list,
  .popular_post-list {
    grid-template-columns: repeat(auto-fill, min(500px, 100%));
    gap: 24px;
    margin-top: 40px;
  }
}
.recommend_post-item-link,
.popular_post-item-link {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: repeat(3, auto);
  grid-template-areas: "thumbnail thumbnail" "date cate" "ttl ttl";
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
@media screen and (max-width: 768px) {
  .recommend_post-item-link,
  .popular_post-item-link {
    grid-template-columns: 128px auto 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "thumbnail date cate" "thumbnail ttl ttl";
  }
}
.recommend_post-item-link .thumbnail,
.popular_post-item-link .thumbnail {
  grid-area: thumbnail;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 384/288;
}
.recommend_post-item-link .thumbnail img,
.popular_post-item-link .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: center;
     object-fit: center;
  width: 100%;
  height: 100%;
}
.recommend_post-item-link .date,
.popular_post-item-link .date {
  grid-area: date;
  margin-top: 15px;
  color: #9a9a9a;
}
@media screen and (max-width: 768px) {
  .recommend_post-item-link .date,
  .popular_post-item-link .date {
    font-size: 14px;
    margin-top: 3px;
  }
}
.recommend_post-item-link .cate,
.popular_post-item-link .cate {
  grid-area: cate;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 16px;
  padding: 3px 10px;
  background-color: rgba(82, 70, 65, 0.5);
  border-radius: 13px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .recommend_post-item-link .cate,
  .popular_post-item-link .cate {
    margin-top: 0;
  }
}
.recommend_post-item-link .ttl,
.popular_post-item-link .ttl {
  grid-area: ttl;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .recommend_post-item-link .ttl,
  .popular_post-item-link .ttl {
    font-size: 16px;
  }
}
.recommend_post-more,
.popular_post-more {
  position: relative;
  display: grid;
  place-items: center;
  max-width: 345px;
  width: 100%;
  height: 60px;
  margin: 60px auto 0;
  background-color: #524641;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .recommend_post-more,
  .popular_post-more {
    max-width: 305px;
  }
}
.recommend_post-more .arrow,
.popular_post-more .arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 40px;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
}
.recommend_post-more .arrow::before,
.popular_post-more .arrow::before {
  content: "";
  display: block;
  width: 24px;
  height: 16px;
  background-color: #524641;
  -webkit-mask: url(../image/common/arrow-right.svg) no-repeat center/contain;
          mask: url(../image/common/arrow-right.svg) no-repeat center/contain;
}

.recommend_post {
  padding-block: 77px 72px;
}
@media screen and (max-width: 768px) {
  .recommend_post {
    padding-block: 60px;
  }
}
.recommend_post::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 1728px;
  width: calc(100% - 38px);
  height: calc(100% - 400px);
  background-color: #fafafa;
}

.popular_post {
  padding-block: 77px 122px;
}
@media screen and (max-width: 768px) {
  .popular_post {
    padding-block: 60px;
  }
}
.popular_post::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 1728px;
  width: calc(100% - 38px);
  height: calc(100% - 400px);
  background-color: #fdfbf4;
}

.appeal {
  position: relative;
  padding-block: 278px 469px;
}
@media screen and (max-width: 1024px) {
  .appeal {
    padding-block: 239px 320px;
  }
}
@media screen and (max-width: 425px) {
  .appeal {
    padding-block: 239px 241px;
  }
}
.appeal-obj {
  position: absolute;
  display: block;
  max-width: 552px;
  width: 100%;
  aspect-ratio: 552/239;
  background: url(../image/top/appeal-obj-1.webp) no-repeat center/contain;
}
@media screen and (max-width: 1024px) {
  .appeal-obj {
    max-width: 300px;
    width: 50%;
  }
}
.appeal-obj-1 {
  top: -30px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .appeal-obj-1 {
    top: -10px;
  }
}
.appeal-obj-2 {
  bottom: -30px;
  right: 0;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media screen and (max-width: 1024px) {
  .appeal-obj-2 {
    bottom: -10px;
  }
}
.appeal-photo {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
}
.appeal-photo-1 {
  max-width: 568px;
  aspect-ratio: 568/374;
  top: 114px;
  right: 0;
  background: url(../image/top/appeal-photo-1.webp) no-repeat center/contain;
}
@media screen and (max-width: 1024px) {
  .appeal-photo-1 {
    top: 71px;
    max-width: 400px;
    width: 70%;
  }
}
.appeal-photo-2 {
  width: 566px;
  aspect-ratio: 566/415;
  bottom: 114px;
  left: 0;
  background: url(../image/top/appeal-photo-2.webp) no-repeat center/contain;
}
@media screen and (max-width: 1024px) {
  .appeal-photo-2 {
    bottom: 71px;
    max-width: 400px;
    width: 70%;
  }
}
.appeal-bg {
  position: relative;
  max-width: 1728px;
  width: 100%;
  margin: auto;
  padding-block: 280px 80px;
  background-color: #eaeaea;
  clip-path: polygon(0 0, 100% 200px, 100% 100%, 0 100%);
}
@media screen and (max-width: 1024px) {
  .appeal-bg {
    padding-block: 120px 60px;
    clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 100%);
  }
}
.appeal-bg-window {
  position: absolute;
  top: 120px;
  left: 60px;
  width: 14.29%;
  min-width: 89px;
  aspect-ratio: 247/223;
  background: url(../image/top/appeal-bg-window.svg) no-repeat center/contain;
}
@media screen and (max-width: 1024px) {
  .appeal-bg-window {
    top: 60px;
    left: 15px;
  }
}
.appeal-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .appeal-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.appeal-main-img {
  position: relative;
  z-index: 1;
  width: 53.3%;
}
@media screen and (max-width: 768px) {
  .appeal-main-img {
    max-width: 480px;
    width: 100%;
  }
}
.appeal-main-detail {
  position: relative;
  z-index: 2;
  max-width: 600px;
  width: 100%;
  margin-top: 80px;
  margin-right: -40px;
  padding: 50px 20px;
  background-color: #eaeaea;
}
@media screen and (max-width: 768px) {
  .appeal-main-detail {
    margin-top: 20px;
    margin-right: 0;
    padding: 0;
  }
}
.appeal-main-detail .inner {
  max-width: 480px;
  width: 100%;
  margin: auto;
}
.appeal-main-detail .txt {
  margin-top: 18px;
  line-height: 1.6;
}
.appeal-main-detail .bg {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding-left: 5px;
  background-color: #e25e5e;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 1.6875;
}
@media screen and (max-width: 768px) {
  .appeal-main-detail .bg {
    font-size: 24px;
  }
}
.appeal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 54px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .appeal-list {
    gap: 30px 15px;
    max-width: 500px;
    width: 100%;
    margin-inline: auto;
  }
}
.appeal-item {
  max-width: 191px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .appeal-item {
    width: calc((100% - 15px) / 2);
  }
}
.appeal-item .inner {
  position: relative;
  max-width: 184px;
  width: 100%;
  margin: auto;
  padding-bottom: 24px;
}
.appeal-item .inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(50% 0, 100% 62px, 100% 100%, 0 100%, 0 62px);
}
.appeal-item .ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  color: #e25e5e;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .appeal-item .ttl {
    font-size: 14px;
  }
}
.appeal-item .ttl .lg {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .appeal-item .ttl .lg {
    font-size: 36px;
  }
}
.appeal-item img {
  width: 110px;
}
.appeal-item .txt {
  margin-top: 15px;
  font-weight: 700;
  color: #524641;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .appeal-item .txt {
    margin-top: 10px;
    line-height: 1.35;
  }
}
.appeal-item .txt .lg {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .appeal-item .txt .lg {
    font-size: 18px;
  }
}
.appeal-item .txt .num {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .appeal-item .txt .num {
    font-size: 26px;
  }
}
.appeal-item .txt .udl {
  background: linear-gradient(to top, #ed9c9c 0 10px, transparent 10px 100%);
}

.tool {
  padding-block: 100px 120px;
  background: url(../image/top/tool-bg.webp) no-repeat bottom/cover;
}
@media screen and (max-width: 768px) {
  .tool {
    padding-block: 60px 80px;
    background-size: 768px;
    background-position: bottom left;
  }
}
@media screen and (max-width: 425px) {
  .tool {
    background-size: 160%;
  }
}
.tool-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, min(556px, 100%));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .tool-list {
    grid-template-columns: repeat(auto-fill, min(500px, 100%));
    gap: 25px;
  }
}
.tool-item {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-template-rows: auto auto 1fr auto;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px;
}
@media screen and (max-width: 768px) {
  .tool-item {
    grid-template-columns: 128px 1fr;
    grid-template-rows: auto 1fr auto auto;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    padding: 20px 15px;
    border-radius: 10px;
  }
}
.tool-item-1 {
  --col-strong: #e35353;
  --col-lit: #ffeded;
}
.tool-item-2 {
  --col-strong: #fa9347;
  --col-lit: #fff2e8;
}
.tool-item-3 {
  --col-strong: #e2a51d;
  --col-lit: #fffaef;
}
.tool-item-4 {
  --col-strong: #51b583;
  --col-lit: #f0fff8;
}
.tool-item-5 {
  --col-strong: #42acdb;
  --col-lit: #f0faff;
}
.tool-item-6 {
  --col-strong: #3160b9;
  --col-lit: #ebf2fd;
}
.tool-item-7 {
  --col-strong: #9562c0;
  --col-lit: #f7f0fd;
}
.tool-item .img {
  grid-column: 1/2;
  grid-row: 1/4;
}
@media screen and (max-width: 768px) {
  .tool-item .img {
    grid-row: 1/3;
  }
}
.tool-item .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  font-size: 20px;
  font-weight: 700;
  color: #524641;
}
@media screen and (max-width: 768px) {
  .tool-item .ttl {
    font-size: 16px;
  }
}
.tool-item .ttl::before {
  content: "";
  display: block;
  width: 7px;
  height: 24px;
  margin-top: 2px;
  background-color: var(--col-strong);
}
@media screen and (max-width: 768px) {
  .tool-item .ttl::before {
    height: 20px;
    margin-top: 0;
  }
}
.tool-item .detail {
  margin-top: 15px;
  padding: 10px 12px;
  background-color: var(--col-lit);
  border-radius: 10px 0 10px 0;
  font-weight: 700;
  color: var(--col-strong);
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .tool-item .detail {
    margin-top: 10px;
    width: calc(100% - 5px);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 14px;
  }
}
.tool-item .point {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.57;
}
@media screen and (max-width: 768px) {
  .tool-item .point {
    grid-column: 1/3;
    grid-row: 3/4;
    margin-top: 10px;
  }
}
.tool-item .link {
  grid-column: 1/3;
  grid-row: 4/5;
  position: relative;
  display: block;
  margin-top: 24px;
  padding: 18px 65px;
  background-color: #524641;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .tool-item .link {
    margin-top: 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 425px) {
  .tool-item .link {
    padding: 7px 65px;
  }
}
.tool-item .link .arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 40px;
  aspect-ratio: 1;
}
.tool-item .link .arrow::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 40px;
  aspect-ratio: 1;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .tool-item .link .arrow::before {
    -webkit-transition: none;
    transition: none;
  }
}
.tool-item .link .arrow::after {
  content: "";
  display: block;
  width: 24px;
  height: 16px;
  background-color: #fff;
  -webkit-mask: url(../image/common/arrow-right.svg) no-repeat center/contain;
          mask: url(../image/common/arrow-right.svg) no-repeat center/contain;
}
.tool-item .link:hover {
  opacity: 1;
  background-color: var(--col-strong);
}
.tool-item .link:hover .arrow::before {
  width: 44px;
  background-color: #fff;
}
.tool-item .link:hover .arrow::after {
  background-color: var(--col-strong);
}
.tool-msg {
  -ms-flex-item-align: center;
      align-self: center;
  padding: 33px 70px 158px;
  background-color: #fff7db;
  border: solid 2px #524641;
  border-radius: 20px;
  background: url(../image/top/tool-msg-bg.webp) #fff7db no-repeat bottom/contain;
  text-align: center;
  font-weight: 700;
  color: #524641;
  line-height: 1.59;
}
@media screen and (max-width: 425px) {
  .tool-msg {
    padding: 23px 10px 160px;
    background-image: url(../image/top/tool-msg-bg-sp.webp);
    font-size: 14px;
  }
}
.tool-msg .lg {
  font-size: 20px;
}
@media screen and (max-width: 768px) and (max-width: 425px) {
  .tool-msg .lg {
    font-size: 17px;
  }
}
.tool-msg .colored {
  color: #e25e5e;
}
.tool-msg .udl {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding-left: 4px;
  background: linear-gradient(to top, #ed9c9c 0 10px, transparent 10px 100%);
}/*# sourceMappingURL=front-page.css.map */