/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./src/assets/css/seikatsu/style.css ***!
  \*****************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap);
/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./src/assets/css/seikatsu/style.css (1) ***!
  \*********************************************************************************************************************/
@charset "UTF-8";

/****************/
/**  font設定   **/
/****************/
@font-face {
  font-family: "LINE Seed JP_OTF";
  src: url("/assets/fonts/seikatsu/LINESeedJP_OTF_Rg.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "LINE Seed JP_OTF";
  src: url("/assets/fonts/seikatsu/LINESeedJP_OTF_Bd.woff2") format("woff2");
  font-weight: 700;
}

/****************/
/**  基本設定   **/
/****************/
body {
  position: relative;
  font-family: "LINE Seed JP_OTF", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #313131;
  -webkit-print-color-adjust: exact;
  font-feature-settings: "palt" on;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

a {
  text-decoration: none;
  transition: 0.5s;
  cursor: pointer;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

small {
  font-weight: 500;
}

/*キーカラー*/
.span_blue {
  color: #28528e;
}
.span_red {
  color: #f35689;
}
.span_darkred {
  color: #c75479;
}

/*レスポンシブ対応共通タグ*/
.br_sp {
  display: none;
}
.br_pc {
  display: inline-block;
}
.pc_view {
  display: block;
}
.sp_view {
  display: none;
}
@media only screen and (max-width: 767px) {
  .br_sp {
    display: inline-block;
  }
  .br_pc {
    display: none;
  }
  .pc_view {
    display: none;
  }
  .sp_view {
    display: block;
  }
}

/****************/
/** 共通パーツ **/
/****************/
.action-simulation {
  display: block;
  position: relative;
  padding: 0 0 6px 0;
  transition: 0.2s;
}
.action-simulation::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  width: 100%;
  height: 48px;
  background: #dcd060;
  border: 2px solid #544d41;
  border-radius: 4px;
}
.action-simulation div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  position: relative;
  height: 48px;
  padding: 0 16px;
  background: #ffed48;
  border: 2px solid #544d41;
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #544d41;
  z-index: 1;
  white-space: nowrap;
}
.action-simulation div::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(/assets/images/seikatsu/action_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.action-simulation:hover {
  padding: 6px 0 0 0;
}
.action-simulation.action-simulation--large {
  max-width: 380px;
  padding: 0 0 8px 0;
}
.action-simulation.action-simulation--large::before {
  top: 8px;
  height: 60px;
}
.action-simulation.action-simulation--large div {
  height: 60px;
  padding: 0 20px;
  font-size: 20px;
}
.action-simulation.action-simulation--large div::after {
  width: 22px;
  height: 22px;
}
.action-simulation.action-simulation--large:hover {
  padding: 8px 0 0 0;
}
.action-simulation.action-simulation--short {
  max-width: 380px;
  font-weight: 700;
  line-height: 1.2;
}
.action-simulation.action-simulation--short::before {
  height: 64px;
}
.action-simulation.action-simulation--short div {
  justify-content: center;
  flex-direction: column;
  gap: 0;
  height: 64px;
  font-size: 14px;
  line-height: 1.2;
}
.action-simulation.action-simulation--short div .emphasis {
  font-size: 18px;
}
.action-simulation.action-simulation--short div::after {
  display: none;
}
.action-simulation.action-simulation--center div {
  position: relative;
  justify-content: center;
  height: 60px;
  width: 280px;
  font-size: 20px;
}
.action-simulation.action-simulation--center::before {
  height: 60px;
}
.action-simulation.action-simulation--center div::after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

/****************/
/** ヘッダー設定 **/
/****************/
.header {
  position: fixed;
  width: 100%;
  z-index: 100;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: min(calc((24 / 1440) * 100vw), 24px);
  height: 90px;
  padding: 0 min(calc((40 / 1440) * 100vw), 40px);
  box-shadow: 0px 1px 10px #dbdbdb;
}
.header__logo:hover {
  opacity: 0.6;
}
.header__logo img {
  width: min(calc((213 / 1440) * 100vw), 213px);
}
.header__nav {
  display: flex;
  align-items: center;
  gap: min(calc((24 / 1440) * 100vw), 24px);
}
.header__nav ul {
  display: flex;
  align-items: center;
  gap: min(calc((25 / 1440) * 100vw), 25px);
  font-weight: 700;
  font-size: min(calc((14 / 1440) * 100vw), 14px);
}
.header__nav ul li a {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #544d41;
}
.header__nav ul li a:hover {
  opacity: 0.6;
}
.header__nav ul li a img {
  margin-bottom: 4px;
}
.header .action-simulation div {
  font-size: min(calc((16 / 1024) * 100vw), 16px);
}
.drawer {
  display: none;
}

/********************/
/** メインコンテンツ **/
/********************/
main {
  padding: 90px 0 120px;
  overflow: hidden;
}

/* mv */
.mv {
  position: relative;
  width: 100%;
  padding: 120px 0 64px 0;
  overflow: hidden;
}
.mv::before,
.mv::after {
  content: "";
  display: block;
  position: absolute;
  width: 546px;
  height: 546px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.mv::before {
  left: 0;
  bottom: 0;
  background-image: url(/assets/images/seikatsu/mv_bg_left.svg);
}
.mv::after {
  right: 0;
  top: 0;
  background-image: url(/assets/images/seikatsu/mv_bg_right.svg);
}
.mv__inner {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0 40px;
  z-index: 1;
}
.mv__title > div {
  margin-bottom: min(calc((40 / 1250) * 100vw), 40px);
  font-weight: 700;
  font-size: min(calc((38 / 1250) * 100vw), 38px);
  line-height: 1.3;
  color: #544d41;
}
.mv__title > div span {
  font-size: min(calc((50 / 1250) * 100vw), 50px);
}
.mv__title img {
  width: min(calc((600 / 1250) * 100vw), 600px);
}
.mv__feature {
  margin-top: max(calc((-86 / 1250) * 100vw), -86px);
  margin-left: max(calc((-51 / 1250) * 100vw), -51px);
}
.mv__feature > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc((249 / 1250) * 100vw), 249px);
  height: min(calc((249 / 1250) * 100vw), 249px);
  padding-top: 2px;
  background-image: url(/assets/images/seikatsu/mv_bg_circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  font-weight: 700;
  font-size: min(calc((24 / 1250) * 100vw), 24px);
  line-height: 1.5;
  color: #d7c5ac;
}
.mv__feature img {
  width: min(calc((504 / 1250) * 100vw), 504px);
  height: auto;
  margin-top: max(calc((-213 / 1250) * 100vw), -213px);
  margin-left: min(calc((117 / 1250) * 100vw), 117px);
}
.mv__action {
  display: flex;
  justify-content: center;
  margin-top: 6px;
}

/* contents */
.contents {
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  text-align: center;
  background: #fffbf5;
}
.contents__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.6;
  color: #544d41;
}
.contents__text {
  margin-top: 24px;
}
.contents__feature {
  display: flex;
  justify-content: center;
  position: relative;
  height: 355px;
  width: 100%;
  max-width: 770px;
  margin: 24px auto 0;
}
.contents__feature img {
  position: absolute;
}
.contents__feature img:nth-child(1) {
  top: 54px;
  left: 0;
  z-index: 4;
}
.contents__feature img:nth-child(2) {
  top: 24px;
  left: calc(50% - 219px + 27px);
  z-index: 3;
}
.contents__feature img:nth-child(3) {
  right: calc(50% - 221px);
  z-index: 2;
}
.contents__feature img:nth-child(4) {
  top: 56px;
  right: 0;
  z-index: 1;
}
.contents__feature img:nth-child(5) {
  bottom: 0;
  left: 50%;
  transform: translateX(calc(-100% - 7px));
}
.contents__feature img:nth-child(6) {
  bottom: 0;
  right: 50%;
  transform: translateX(calc(100% + 50px));
}

.contents__feature img:nth-child(-n + 4) {
  opacity: 0;
  transform: translateY(50px);
  transition-duration: 0.7s;
  transition-property: opacity, transform;
  will-change: opacity, transform;
}
.contents__feature.is-scrollin img:nth-child(-n + 4) {
  opacity: 1;
  transform: translateY(0);
}
.contents__feature.is-scrollin img:nth-child(2) {
  transition-delay: 0.3s;
}
.contents__feature.is-scrollin img:nth-child(3) {
  transition-delay: 0.6s;
}
.contents__feature.is-scrollin img:nth-child(4) {
  transition-delay: 0.9s;
}

.contents-item {
  position: relative;
  margin-top: 162px;
  padding: 0 8px;
  opacity: 0;
  transform: translate(0, 100px);
  transition-duration: 0.7s;
  transition-property: opacity, transform;
  will-change: opacity, transform;
}
.contents-item.is-scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.contents-item::before {
  content: "";
  display: block;
  width: 300px;
  height: 496px;
  position: absolute;
  top: -98px;
  left: 50%;
  transform: translateX(calc(-100% - 420px));
  background-size: contain;
  background-repeat: no-repeat;
}
.contents-item::after {
  content: "";
  display: block;
  width: 300px;
  height: 496px;
  position: absolute;
  top: -42px;
  right: 50%;
  transform: translateX(calc(100% + 420px));
  background-size: contain;
  background-repeat: no-repeat;
}
.contents-item ul {
  list-style: disc;
  margin-top: 8px;
  padding-left: 1.5rem;
}
.contents-item__case {
  position: absolute;
  top: -98px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 75px;
  height: 75px;
  border-radius: 75px;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #544d41;
  z-index: 3;
}
.contents-item__case::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}
.contents-item__case::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin-top: 4px;
  background-image: url(/assets/images/seikatsu/icon_triangle_bottom.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.contents-item__lead {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 754px;
  width: 100%;
  padding: 24px;
  background: #ffffff;
  border: 2px solid #f7f3ee;
  border-radius: 80px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  z-index: 2;
}
.contents-item__body {
  max-width: 880px;
  width: 100%;
  margin: auto;
  padding: 50px 8px 64px;
  background: #ffffff;
  border-radius: 20px;
  text-align: left;
  position: relative;
  z-index: 1;
}
.contents-item__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents-item__inner--type01 {
  flex-wrap: wrap;
  gap: 40px 36px;
  margin-top: 32px;
}
.contents-item__inner--type02 {
  position: relative;
  gap: 40px 36px;
  margin-top: 40px;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
}
.contents-item__inner--title--title {
}
.contents-item__inner-child {
  max-width: 342px;
  width: 100%;
  position: relative;
}
.contents-item__inner-child--type01::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  width: 36px;
  height: 36px;
  background-image: url(/assets/images/seikatsu/icon_plus_bg_pink.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.contents-item__inner-child--type02 {
  grid-column: 1/3;
  margin-top: -40px;
  max-width: 100%;
}
.contents-item__title {
  position: relative;
  display: inline-block;
  margin-left: 104px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}
.contents-item__title span {
  position: relative;
  z-index: 1;
}
.contents-item__title .small {
  font-size: 18px;
}
.contents-item__title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 8px;
}
.contents-item__price {
  margin-top: -21px;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #544d41;
  text-align: center;
}
.contents-item--accident .contents-item__price {
  margin-top: 8px;
  margin-bottom: 16px;
}
.contents-item--female .contents-item__price {
  margin-top: 8px;
  margin-bottom: 16px;
}
.contents-item--life .contents-item__price span {
  color: #ffbf5f;
  font-size: 24px;
}
.contents-item--accident .contents-item__price span {
  color: #7ccd8e;
  font-size: 24px;
}
.contents-item--stalking .contents-item__price span {
  color: #72c7da;
  font-size: 24px;
}
.contents-item--female .contents-item__price span {
  color: #ff8ba7;
  font-size: 24px;
}

.contents-item__subtitle {
  margin-top: 8px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #7ccd8e;
  text-align: center;
}
.contents-item__text {
  font-size: 14px;
  line-height: 1;
  color: #444444;
  text-align: center;
}
.contents-item__age {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  margin-left: 14px;
  background: #fdffa1;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.3;
  color: #69604c;
  text-align: center;
}
.contents-item__age::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 83px;
  height: 83px;
  border-radius: 83px;
  border: 1px solid #ffffff;
}
.contents-item__age > div {
  position: relative;
  z-index: 1;
}
.contents-item__age span {
  font-size: 16px;
}
.contents-item__labels {
  text-align: center;
  line-height: 1;
}
.contents-item__labels ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  padding: 0;
  list-style: none;
}
.contents-item__labels ul li {
  padding: 4px 8px;
  border: 2px solid #ff6288;
  border-radius: 4px;
  font-weight: 700;
  font-size: 12px;
  color: #ff6288;
}
.contents-item__detail {
  margin-top: 24px;
}
.contents-item__detail__title {
  padding: 6px 0;
  width: 143px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #ffffff;
  text-align: center;
}
.contents-item__detail__body {
  max-width: 342px;
  min-height: 99px;
  padding: 16px 20px;
  background: #fff1dc;
  border: 2px solid #ffbf5f;
  font-size: 14px;
  line-height: 150%;
  text-align: justify;
}
.contents-item__detail__body span {
  font-size: 12px;
}
.contents-item__detail__body .small-sp {
  font-size: 14px;
}
.contents-item__feature {
  flex-shrink: 0;
  width: 360px;
  padding-top: 7px;
  margin-left: 18px;
}
.contents-item__note {
  display: flex;
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.4;
  color: #444444;
  letter-spacing: 0;
}
.contents-item__note + .contents-item__note {
  margin-top: 3px;
}
.contents-item__note::before {
  content: "※";
  margin-right: 2px;
}
.contents-item + .contents-item {
  margin-top: 202px;
}
.contents-item--life::before {
  background-image: url(/assets/images/seikatsu/contents_life_bg_left.svg);
}
.contents-item--life::after {
  background-image: url(/assets/images/seikatsu/contents_life_bg_right.svg);
}
.contents-item--life .contents-item__case {
  background-color: #fff1dc;
}
.contents-item--life .contents-item__case::before {
  background-image: url(/assets/images/seikatsu/icon_pedal_bike.svg);
}
.contents-item--life .contents-item__lead span {
  color: #ffbf5f;
}
.contents-item--life .contents-item__title {
  color: #ffbf5f;
}
.contents-item--life .contents-item__title::before {
  background: #fff1dc;
}
.contents-item--life .contents-item__detail__title {
  background: #ffbf5f;
  box-shadow: 4px 0px 0px #ffd99f;
}
.contents-item--life .contents-item__detail__body {
  background: #fff1dc;
  border: 2px solid #ffbf5f;
}
.contents-item--accident::before {
  width: 300px;
  height: 1088px;
  background-image: url(/assets/images/seikatsu/contents_accident_bg_left.svg);
}
.contents-item--accident::after {
  width: 300px;
  height: 1088px;
  top: 0;
  background-image: url(/assets/images/seikatsu/contents_accident_bg_right.svg);
}
.contents-item--accident .contents-item__case {
  background-color: #ebffef;
}
.contents-item--accident .contents-item__case::before {
  background-image: url(/assets/images/seikatsu/icon_home_health.svg);
}
.contents-item--accident .contents-item__lead span {
  color: #7ccd8e;
}
.contents-item--accident .contents-item__title {
  color: #7ccd8e;
}
.contents-item--accident .contents-item__title::before {
  background: #ebffef;
}
.contents-item--accident .contents-item__feature {
  width: unset;
  padding-top: 0;
  margin-left: 0;
  margin-top: 16px;
}
.contents-item--accident .contents-item__detail__title {
  background: #7ccd8e;
  box-shadow: 4px 0px 0px #c6ffd3;
}
.contents-item--accident .contents-item__detail__body {
  background: #ebffef;
  border: 2px solid #7ccd8e;
}
.contents-item--stalking::before {
  background-image: url(/assets/images/seikatsu/contents_stalking_bg_left.svg);
}
.contents-item--stalking::after {
  top: 0;
  background-image: url(/assets/images/seikatsu/contents_stalking_bg_right.svg);
}
.contents-item--stalking .contents-item__case {
  background-color: #e7ffff;
}
.contents-item--stalking .contents-item__case::before {
  background-image: url(/assets/images/seikatsu/icon_visibility.svg);
}
.contents-item--stalking .contents-item__lead span {
  color: #72c7da;
}
.contents-item--stalking .contents-item__title {
  color: #72c7da;
}
.contents-item--stalking .contents-item__title::before {
  background: #e7ffff;
}
.contents-item--stalking .contents-item__feature {
  padding-top: 0;
}
.contents-item--stalking .contents-item__detail__title {
  background: #72c7da;
  box-shadow: 4px 0px 0px #bae8e8;
}
.contents-item--stalking .contents-item__detail__body {
  background: #e7ffff;
  border: 2px solid #72c7da;
}
.contents-item--female::before {
  width: 300px;
  height: 852px;
  background-image: url(/assets/images/seikatsu/contents_female_bg_left.svg);
}
.contents-item--female::after {
  width: 300px;
  height: 732px;
  top: 0;
  background-image: url(/assets/images/seikatsu/contents_female_bg_right.svg);
}
.contents-item--female .contents-item__case {
  background-color: #fff0f0;
}
.contents-item--female .contents-item__case::before {
  background-image: url(/assets/images/seikatsu/icon_woman.svg);
}
.contents-item--female .contents-item__lead span {
  color: #ff8ba7;
}
.contents-item--female .contents-item__title {
  color: #ff8ba7;
}
.contents-item--female .contents-item__title::before {
  background: #fff0f0;
}
.contents-item--female .contents-item__age span.emphasis {
  color: #ff6288;
}
.contents-item--female .contents-item__feature {
  width: unset;
  padding-top: 0;
  margin-left: 0;
  margin-top: 16px;
}
.contents-item--female .contents-item__subtitle {
  color: #ff8ba7;
}
.contents-item--female .contents-item__detail__title {
  background: #ff8ba7;
  box-shadow: 4px 0px 0px #ffc6c7;
}
.contents-item--female .contents-item__detail__body {
  background: #fff0f0;
  border: 2px solid #ff8ba7;
}
.contents-item__subtitle {
  margin-top: 4px;
}

.supplement {
  padding: 20px 0;
  text-align: center;
}
.supplement ul {
  display: inline-block;
  text-align: left;
}
.supplement ul li {
  list-style-type: none;
  text-indent: -1rem;
}

/* simulation */
.simulation {
  padding: 80px 8px 0;
  text-align: center;
}
.simulation__lead {
  font-family: "源ノ角ゴシック", "Noto Sans JP", "Hiragino Sans",
    "ヒラギノ角ゴシック", Arial, "MS Gothic", "MS ゴシック", "游ゴシック",
    "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  transform: rotate(0.028deg);
}
.simulation__lead span {
  position: relative;
  background: linear-gradient(transparent 57%, rgba(255, 237, 72, 0.5) 8px);
}
.simulation__content {
  position: relative;
  max-width: 880px;
  margin: 58px auto 24px;
  border: 3px solid #ffed48;
  border-radius: 10px;
  text-align: left;
}
.simulation__content::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%, 100%);
  border-style: solid;
  border-width: 24px 13px 0 13px;
  border-color: #ffed48 transparent transparent transparent;
}
.simulation__content__title {
  padding: 24px 0;
  background: #ffed48;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  color: #544d41;
  text-align: center;
}
.simulation__content__body {
  padding: 32px min(calc(64 / 1440 * 100vw), 64px);
  background: #fff9de;
}
.simulation__content__name {
  margin-top: 24px;
  font-weight: 700;
  line-height: 1;
  color: #69604c;
}
.simulation__content__name:first-child {
  margin-top: 0;
}
.simulation__content__input {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 16px;
  gap: 24px;
}
.simulation__content__input label {
  position: relative;
  display: flex;
  align-items: center;
  width: 197px;
  height: 50px;
  padding: 0 18px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  cursor: pointer;
}
.simulation__content__input label::before,
.simulation__content__input label::after {
  content: "";
  display: block;
  border-radius: 50%;
}
.simulation__content__input label::before {
  width: 18px;
  height: 18px;
  border: 2px solid #e8e8e8;
  box-sizing: border-box;
  margin-right: 24px;
}
.simulation__content__input label::after {
  display: none;
  position: absolute;
  top: 50%;
  left: 27px;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  background-color: #005fcc;
}
.simulation__content__input label:has(:checked)::after {
  display: block;
}
.simulation__content__input label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}
.simulation__content__input .selectbox {
  position: relative;
  width: 180px;
}
.simulation__content__input .selectbox::after {
  content: "";
  display: block;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
  background-image: url(/assets/images/seikatsu/icon_triangle_bottom_black.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.simulation__content__input .selectbox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  width: 100%;
  height: 56px;
  padding: 0 24px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  color: #444444;
  cursor: pointer;
  outline-color: #005fcc;
}
.simulation__content__input .selectbox.year {
  width: 240px;
}
.simulation__content__input span {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  white-space: nowrap;
}
.simulation__content__input span.date-text {
  margin-left: 10px;
  color: #444444;
}
.simulation__content__inner {
  display: flex;
  align-items: center;
}
.simulation__result {
  display: inline-grid;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: auto;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  height: 80px;
  font-family: "源ノ角ゴシック", "Noto Sans JP", "Hiragino Sans",
    "ヒラギノ角ゴシック", Arial, "MS Gothic", "MS ゴシック", "游ゴシック",
    "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  transform: rotate(0.028deg);
  font-size: 20px;
  line-height: 1;
  box-shadow: 0px 4px 0px #fff59a;
}
.simulation__result .age {
  margin-left: 40px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  color: #544d41;
}
.simulation__result .gender {
  margin: 0 24px 0 16px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  color: #544d41;
}

/* plan */
.plan {
  max-width: 1080px;
  margin: 60px auto -48px;
}
.plan__title {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 600px;
  height: 96px;
  background: #ffffff;
  border: 8px solid #f7f3ee;
  border-radius: 55px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  color: #544d41;
  z-index: 1;
}
.plan__title .emphasis {
  font-size: 32px;
}
.plan__title .small {
  font-size: 24px;
}
.plan__body {
  position: relative;
  top: -48px;
  padding: 105px 0 80px;
  border: 8px solid #f7f3ee;
  border-radius: 10px;
}
.plan__body ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 48px;
}
.plan__body ul li {
  width: 364px;
}
.plan__text {
  padding-top: min(calc(64 / 1440 * 100vw), 64px);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: left;
}
.plan__inner {
  display: flex;
  gap: min(calc(122 / 1440 * 100vw), 122px);
  padding-right: min(calc(40 / 1440 * 100vw), 40px);
}
.plan__feature {
  max-width: 275px;
  height: auto;
  padding-top: 24px;
  flex-shrink: 0;
}
.plan__action {
  display: flex;
  justify-content: center;
  margin-top: max(calc(-45 / 1440 * 100vw), -45px);
}
.plan--customize .plan__body {
  padding: 40px min(calc(80 / 1440 * 100vw), 80px) 64px;
}

.plan-item__title {
  position: relative;
  display: flex;
  justify-content: center;
  top: 17px;
  left: 0;
  z-index: 1;
  transition: 0.2s;
}
.plan-item__body {
  position: relative;
  top: 0;
  padding: 30px 23px 24px;
  background: #fffef4;
  border: 2px solid #544d41;
  border-radius: 16px 16px 0 0;
  letter-spacing: 0;
  transition: 0.2s;
}
.plan-item__text {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #544d41;
}
.plan-item__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.plan-item__bottom {
  position: relative;
  padding: 0 0 10px 0;
  transition: 0.2s;
}
.plan-item__bottom::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  width: 100%;
  height: 40px;
  background: #dcd060;
  border: 2px solid #544d41;
  border-radius: 0px 0px 16px 16px;
}
.plan-item__bottom span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  position: relative;
  height: 40px;
  width: 100%;
  background: #ffed48;
  border: 2px solid #544d41;
  border-top: 0;
  border-radius: 0px 0px 16px 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #544d41;
  z-index: 1;
}
.plan-item__bottom span::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(/assets/images/seikatsu/action_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.plan-item:hover .plan-item__title {
  top: 27px;
}
.plan-item:hover .plan-item__body {
  top: 10px;
}
.plan-item:hover .plan-item__bottom {
  padding: 10px 0 0 0;
}

/* note */
.note {
  display: flex;
  max-width: 1080px;
  margin: 32px auto 0;
  color: #444444;
  font-size: 14px;
  line-height: 1.5;
}
.note::before {
  content: "※";
  margin-right: 2px;
}

/* downloads */
.downloads {
  display: flex;
  gap: 16px;
  width: 100%;
  max-width: 1080px;
  padding: 0 8px;
  margin: 32px auto 0;
}
.downloads a {
  display: inline-flex;
  align-items: center;
  padding: 12px 20px;
  background: #f7f3ee;
  border-radius: 24px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #544d41;
}
.downloads a::before {
  content: "";
  display: block;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.downloads a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  background-image: url(/assets/images/seikatsu/icon_arrow_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.downloads a:hover {
  transition: 0.3s;
  opacity: 0.7;
}
.downloads__product::before {
  width: 24px;
  height: 24px;
  background-image: url(/assets/images/seikatsu/icon_book.svg);
}
.downloads__clause::before {
  width: 14px;
  height: 18px;
  background-image: url(/assets/images/seikatsu/icon_paper.svg);
}

.fixed-action {
  display: none;
  height: 82px;
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;

  z-index: 100;
}
.pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 88px;
  height: 88px;
  background: #82776b;
  border: 4px solid #ffffff;
  border-radius: 44px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #ffffff;
  transition: 0.3s;
}
.pagetop a::before {
  content: "";
  display: block;
  width: 24px;
  height: 12px;
  margin: 0 auto 6px;
  background-image: url(/assets/images/seikatsu/icon_arrow_top_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.pagetop a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  body {
    padding-bottom: 140px;
  }
  .header {
    position: unset;
    height: 60px;
    padding: 0 10px 0 20px;
  }
  .header__logo img {
    width: 150px;
  }
  .header__nav {
    display: none;
  }

  .drawer {
    display: block;
    position: fixed;
    right: 10px;
    z-index: 100;
  }
  .drawer-hidden {
    display: none;
  }
  .drawer-btn img {
    position: relative;
    z-index: 200;
  }
  .drawer-btn-open {
    display: block;
  }
  .drawer-btn-close {
    display: none;
  }
  .drawer-hidden:checked ~ .drawer-btn .drawer-btn-open {
    display: none;
  }
  .drawer-hidden:checked ~ .drawer-btn .drawer-btn-close {
    display: block;
  }
  .drawer-content {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100vw;
    height: -moz-fit-content;
    height: fit-content;
    padding: 60px 10px 30px;
    background-color: #ffffff;
    z-index: 100;
    transition: 0.5s;
  }
  .drawer-hidden:checked ~ .drawer-content {
    top: 0;
  }
  .drawer-content ul {
    display: block;
    padding: 0 10px;
  }
  .drawer-content ul li {
    padding: 16px 36px;
    border-top: 1px solid #f7f3ee;
  }
  .drawer-content ul li a:not(.action-simulation) {
    display: flex;
    align-items: center;
    color: #544d41;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
  }
  .drawer-content ul li a img {
    margin-bottom: 0;
    margin-right: 16px;
  }
  .drawer-content .action-simulation div {
    font-size: 20px;
    gap: 6px;
  }

  .action-simulation {
    width: 280px;
    margin: auto;
  }
  .action-simulation.action-simulation--large {
    width: 100%;
    max-width: 335px;
  }
  .action-simulation.action-simulation--large div {
    padding: 0 15px;
    gap: 8px;
  }
  .action-simulation.action-simulation--large div::after {
    width: 18px;
    height: 18px;
  }
  .action-simulation.action-simulation--large div .small {
    font-size: 16px;
  }
  .action-simulation.action-simulation--short {
    width: auto;
  }

  main {
    padding-top: 0;
  }

  .mv {
    padding: 32px calc(20 / 375 * 100vw) 32px;
  }
  .mv::before {
    width: 375px;
    height: 290px;
    background-image: url(/assets/images/seikatsu/mv_bg_left_sp.svg);
  }
  .mv::after {
    width: 375px;
    height: 260px;
    background-image: url(/assets/images/seikatsu/mv_bg_right_sp.svg);
  }
  .mv__inner {
    display: block;
    padding: 0;
  }
  .mv__feature {
    width: 337px;
    margin: 27px auto 0;
  }
  .mv__feature > div {
    margin-left: auto;
    width: 140px;
    height: 140px;
    font-size: 14px;
  }
  .mv__feature img {
    width: 335px;
    height: auto;
    margin-left: 0;
    margin-top: -110px;
  }
  .mv__title > div {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
  }
  .mv__title > div span {
    font-size: 38px;
  }
  .mv__title img {
    width: 330px;
    margin: auto;
  }
  .mv__action {
    margin-top: 16px;
  }

  .contents {
    padding-top: 48px;
  }
  .contents__title {
    font-size: 24px;
    line-height: 1.3;
    order: 1;
  }
  .contents__feature {
    height: 448px;
    width: 100%;
    order: 2;
  }
  .contents__feature img:nth-child(1) {
    width: calc((172 / 375) * 100vw);
    max-width: 172px;
    top: 10px;
    left: calc(50% - 172px + 21px);
  }
  .contents__feature img:nth-child(2) {
    width: calc((171 / 375) * 100vw);
    max-width: 171px;
    top: 0;
    left: unset;
    right: calc(50% - 171px + 1px);
  }
  .contents__feature img:nth-child(3) {
    width: calc((172 / 375) * 100vw);
    max-width: 172px;
    top: 156px;
    left: calc(50% - 172px + 21px);
    right: 0;
    z-index: 3;
  }
  .contents__feature img:nth-child(4) {
    width: calc((151 / 375) * 100vw);
    max-width: 151px;
    top: 201px;
    right: calc(50% - 151px + 1px);
    z-index: 2;
  }
  .contents__feature img:nth-child(5) {
    width: calc((104 / 375) * 100vw);
    max-width: 104px;
    bottom: 0;
    transform: translateX(calc(-100% - 35px));
  }
  .contents__feature img:nth-child(6) {
    width: calc((151 / 375) * 100vw);
    max-width: 151px;
    bottom: 2px;
    transform: translateX(calc(100% - 30px));
    z-index: 1;
  }
  .contents__text {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    text-align: left;
    letter-spacing: 0;
    order: 3;
  }

  .contents-item {
    margin-top: 150px;
    padding: 0 20px;
    order: 4;
  }
  .contents-item + .contents-item {
    margin-top: 142px;
  }
  .contents-item::before,
  .contents-item::after {
    display: none;
  }
  .contents-item__case {
    top: -102px;
    width: 65px;
    height: 65px;
    font-size: 12px;
  }
  .contents-item__case::before {
    width: 22px;
    height: 22px;
    margin-bottom: 2px;
  }
  .contents-item__case::after {
    width: 8px;
    height: 8px;
  }
  .contents-item__lead {
    width: calc(100% - 40px);
    font-size: 18px;
    line-height: 1.3;
  }
  .contents-item__body {
    width: 100%;
    padding: 62px 0 34px;
  }
  .contents-item__labels {
    margin-top: 16px;
  }
  .contents-item__labels ul {
    margin-top: 4px;
  }
  /* .contents-item__inner:nth-child(1) {
    gap: 10px;
  } */
  .contents-item__inner--type01 {
    flex-direction: column;
    margin-top: 24px;
    gap: 32px;
  }
  .contents-item__inner--type01 .contents-item__inner-child {
    margin-top: 0;
  }
  .contents-item__inner--type02 {
    display: flex;
    flex-direction: column;
    gap: 68px;
    margin-top: 36px;
  }
  .contents-item__inner--type02 .contents-item__inner-child {
    margin-top: 0;
  }
  .contents-item__inner--type03 {
    flex-direction: column-reverse;
    margin-top: 8px;
  }
  .contents-item__inner--title {
    gap: 10px;
  }
  .contents-item__inner-child {
    margin-top: 8px;
    padding: 0 16px;
  }
  .contents-item__inner-child--type01::before {
    top: -15px;
    left: 50%;
    transform: translate(-50%, -100%);
  }
  .contents-item__inner--type02 .contents-item__inner-child--type02 {
    margin-top: -68px;
    max-width: 342px;
  }
  .contents-item__title {
    margin-left: 0;
    font-size: 20px;
    line-height: 1.2;
  }
  .contents-item__title::before {
    display: none;
  }
  .contents-item__price {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1;
  }
  .contents-item--life .contents-item__price span {
    font-size: 20px;
  }
  .contents-item--accident .contents-item__price {
    margin-bottom: 0;
  }
  .contents-item--accident .contents-item__price span {
    font-size: 20px;
  }
  .contents-item--stalking .contents-item__price span {
    font-size: 20px;
  }
  .contents-item--female .contents-item__price {
    margin-bottom: 0;
  }
  .contents-item--female .contents-item__price span {
    font-size: 20px;
  }
  .contents-item__age {
    margin-left: 0;
    flex-shrink: 0;
  }
  .contents-item__note {
    margin-top: 8px;
  }
  .contents-item__feature {
    width: 100%;
    margin-left: 0;
  }
  .contents-item__feature img {
    margin: auto;
  }
  .contents-item p {
    line-height: 1.5;
  }
  .contents-item ul {
    line-height: 1.5;
  }
  .contents-item__detail__body {
    min-height: auto;
  }
  .contents-item__detail__body .small-sp {
    font-size: 12px;
  }

  .simulation {
    padding: 48px 10px 0;
  }
  .simulation__lead {
    width: fit-content;
    margin: auto;
    padding: 0 10px;
    text-align: left;
  }
  .simulation__content {
    width: 100%;
    margin: 48px auto 32px;
  }
  .simulation__content__title {
    padding: 16px 0;
    font-size: 24px;
    line-height: 1.2;
  }
  .simulation__content__body {
    padding: 18px 17px 30px;
  }
  .simulation__content__input {
    flex-wrap: wrap;
    gap: 10px;
  }
  .simulation__content__input label {
    width: calc((128 / 375) * 100vw);
    max-width: 128px;
  }
  .simulation__content__input label::before {
    margin-right: 16px;
  }
  .simulation__content__input .selectbox {
    width: calc((115 / 375) * 100vw);
    max-width: 115px;
  }
  .simulation__content__input .selectbox.year {
    width: calc((185 / 375) * 100vw);
    max-width: 185px;
  }
  .simulation__content::after {
    border-width: 16px 10px 0 10px;
  }
  .simulation__result {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto;
    height: 100px;
    margin: 0 10px;
    padding-bottom: 16px;
  }
  .simulation__result span:nth-child(1) {
    grid-column: 1/4;
  }
  .simulation__result span:nth-child(2).age {
    margin-left: 0;
  }

  .plan {
    width: 100%;
  }
  .plan.plan--customize {
    margin-top: 42px;
  }
  .plan__title {
    display: block;
    width: calc(100% - 20px);
    height: auto;
    padding: 16px 0;
    border-width: 4px;
    font-size: 20px;
    line-height: 1.2;
  }
  .plan__title .emphasis {
    font-size: 24px;
  }
  .plan__title .small {
    font-size: 20px;
  }
  .plan__body {
    margin: 0 -4px;
    padding: 77px 20px 32px;
    border-width: 4px;
  }
  .plan__body ul {
    gap: 24px;
  }
  .plan__inner {
    flex-direction: column-reverse;
    gap: 8px;
    padding-right: 0;
  }
  .plan__text {
    padding-top: 0;
    text-align: center;
  }
  .plan__feature {
    max-width: 335px;
    padding: 0 10px;
    margin: 0 auto;
  }
  .plan__feature img {
    margin: auto;
  }
  .plan__action {
    margin-top: 24px;
  }
  .plan-item__title {
    top: 20px;
  }
  .plan-item__body {
    padding: 30px 13px 24px;
  }
  .plan-item__list {
    gap: 7px;
  }
  .plan-item__list img {
    width: 90px;
    height: auto;
  }
  .plan-item__text {
    font-size: 18px;
  }
  .plan--customize .plan__body {
    padding: 74px 10px 40px;
  }

  .note {
    padding: 0 20px;
    font-size: 10px;
    line-height: 1.4;
  }

  .downloads {
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 20px;
    margin-top: 40px;
  }

  .fixed-action {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 6px 8px;
    background-color: #ffffff;
    z-index: 100;
  }
  .fixed-action ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fixed-action ul li {
    flex: 1;
    padding: 0 4px;
    border-left: 1px solid #f7f3ee;
  }
  .fixed-action ul li:first-child {
    padding-left: 0;
    border-left: 0;
  }
  .fixed-action ul li:last-child {
    padding: 0;
    flex-basis: 158px;
  }
  .fixed-action ul li a:not(.action-simulation) {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .fixed-action ul li a:not(.action-simulation) span {
    font-weight: 700;
    font-size: 10px;
    transform: scale(0.8);
    line-height: 1.2;
    color: #544d41;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .pagetop {
    position: fixed;
    bottom: 92px;
    right: 10px;
  }
  .pagetop a {
    width: 58px;
    height: 58px;
    font-size: 10px;
  }
  .pagetop a::before {
    width: 16px;
    height: 8px;
    margin: 0 auto 4px;
  }
}

/*!*****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./src/assets/css/components/_service-footer.css ***!
  \*****************************************************************************************************************************/
/****************/
/** フッター設定 **/
/****************/
a {
  text-decoration: none;
  transition: 0.5s;
  cursor: pointer;
}

footer {
  font-family: "Noto Sans JP", sans-serif;
  /* 差額ベッド代保険のスタイルをリセットする用 */
  line-height: inherit;
  font-size: inherit;
  letter-spacing: 0;
  font-weight: 600;
  color: #313131;
}
.agency-section {
  width: 100%;
  padding: 56px 0;
  background: #f4f4f4;
  box-sizing: border-box;
}
.agency-section .items {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  line-height: 1.5rem;
}

.agency-section .item {
  margin: 2rem 0;
}

.agency-section .item .item-title {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.agency-section .item .item-content {
  font-weight: normal;
  padding: 0 1em;
}

.agency-section .item .item-content p {
  margin: 0;
}

.footer {
  width: 100%;
  padding: 40px 0 0;
  background: linear-gradient(to right, #ee8100 0%, #ed8e18 30%, #f5b66b 100%);
}

.footer .footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1024px;

  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  text-align: left;
}

.footer .footer__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.035em;
}

.footer .footer__text {
  margin-top: 10px;
  padding-left: 18px;
  font-size: 18px;
  line-height: 1.7;
}

.footer .footer__text-emphasis {
  font-size: 21px;
  font-weight: 700;
}

.footer .footer__left {
  padding: 20px 0 0 53px;
}

.footer .footer__right {
  max-width: 325px;
  width: 100%;
  height: auto;
  padding: 20px 53px 0 0;
}

.footer_navi_wrapper {
}

.footer_navi {
  margin: 20px auto 0;
  border-top: 1px solid #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  padding: 0 15px;
  /* margin: 0 auto; */
  list-style: none;
}

.footer_navi li {
  margin: 1em 0;
  text-align: center;
}

.footer_navi a {
  display: block;
  padding: 7px 1em 7px 0;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
}

.footer_navi li:last-child a {
  padding-right: 0;
}

.footer_navi a:hover {
  color: #333;
}

.footer_navi li:not(:last-child) a::after {
  content: "";
  margin-left: 1em;
  border-right: solid 1px #fff;
}

.footer.footer--plus_olive_smile {
  background: linear-gradient(to left, #ee8100 0%, #ed8e18 30%, #f5b66b 100%);
}

.footer.footer--plus_olive_smile .footer__inner {
  max-width: 918px;
}

.footer.footer--plus_olive_smile .footer__left {
  padding: 0 40px;
}

.footer.footer--plus_olive_smile .footer__text {
  margin-top: 20px;
  padding-left: 0;
  font-size: 14px;
  line-height: 1.6;
  font-weight: normal;
}

.footer.footer--plus_olive_smile .footer__text-emphasis {
  font-size: 16px;
}

.footer.footer--plus_olive_smile .footer__text__list {
  display: flex;
  gap: 40px;
}

.footer.footer--plus_olive_smile .footer_navi {
  max-width: unset;
}

.copyright_wrapper {
  padding: 10px 15px;
  background: #fff;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  color: #ee8100;
  text-align: center;
}

@media (max-width: 768px) {
  .agency-section {
    padding: 56px 22px;
  }
  .footer__inner {
    flex-direction: column;
  }
  .footer .footer__left {
    font-size: 14px;
    padding: 0;
  }
  .footer .footer__title,
  .footer .footer__text,
  .footer .footer__text-emphasis {
    font-size: 16px;
  }
  .footer .footer__right {
    margin-top: 45px;
    padding: 0;
    box-sizing: border-box;
  }
  .footer.footer--plus_olive_smile .footer__text {
    margin-top: 40px;
  }
  .footer.footer--plus_olive_smile .footer__text__list {
    gap: 8px;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .footer.footer--plus_olive_smile .footer_navi_wrapper {
    background: linear-gradient(
      to right,
      #ee8100 0%,
      #ed8e18 30%,
      #f5b66b 100%
    );
  }
}

@media only screen and (max-width: 599px) {
  .agency-section {
    padding: 20px 20px;
  }
  .footer_navi li {
    margin: 0.5em 0;
  }
  .footer_navi a {
    font-size: 10px;
  }
  .footer.footer--plus_olive_smile .footer__left {
    padding: 0 20px;
  }
  .copyright_wrapper {
    font-size: 12px;
  }
}

