/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./src/assets/css/smart/style.css ***!
  \**************************************************************************************************************/
@charset "UTF-8";

/****************/
/**  font設定   **/
/****************/
@font-face {
  font-family: "M PLUS 1";
  src: url("/assets/fonts/smart/MPLUS1-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "M PLUS 1";
  src: url("/assets/fonts/smart/MPLUS1-Bold.ttf");
  font-weight: 700;
}

/****************/
/**  基本設定   **/
/****************/
html {
  scroll-behavior: smooth;
}
body {
  position: relative;
  width: 100%;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #444444;
  -webkit-print-color-adjust: exact;
  font-feature-settings: "palt" on;
  font-size: 16px;
  line-height: 1.3;
  padding-bottom: 120px;
}

a,
button {
  text-decoration: none;
  transition: 0.2s;
  cursor: pointer;
}

a.underline {
  text-decoration: underline;
}

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

img {
  max-width: 100%;
}

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

/****************/
/** 共通パーツ **/
/****************/
.fixed {
  position: fixed;
}

/* ページトップボタン */
.pagetop {
  position: fixed;
  bottom: 44px;
  right: 40px;
  display: flex;
  width: 80px;
  height: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  background: #ff7171;
  box-shadow: 0px 2px 0px 0px #dc4c4c;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  z-index: 50;
  transition: 0.2s;
}
.pagetop::before {
  content: "";
  display: block;
  width: 28px;
  height: 14px;
  background-image: url("/assets/images/smart/icon_arrow_top.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.pagetop::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-blend-mode: overlay;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
}
.pagetop:hover {
  box-shadow: unset;
  transform: translateY(2px);
}
.pagetop:hover.pagetop::after {
  opacity: 1;
}

/* 追従ボタン */
.fixed-action {
  position: fixed;
  bottom: 44px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc((40 / 1440) * 100vw);
  height: 80px;
  max-width: 1000px;
  width: calc((1000 / 1440) * 100vw);
  margin: 0 auto;
  padding: 15px;
  border-radius: 100px;
  background: #f8f8f8;
  box-shadow: 0px 4px 0px 0px #d1d1d1;
  z-index: 50;
}
.fixed-action__simulation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 8px 40px;
  border-radius: 100px;
  background: #ff7171;
  box-shadow: 0px 2px 0px 0px #dc4c4c;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  opacity: 1;
  transition: all 0.2s;
  flex-shrink: 0;
}
.fixed-action__simulation span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 286px;
  height: 27px;
}
.fixed-action__simulation span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 286px;
  height: 27px;
  background-image: url("/assets/images/smart/fixedaction_catch_text_outline.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.fixed-action__simulation img {
  position: relative;
  left: 5px;
  top: 6px;
  width: 276px;
  height: auto;
  z-index: 10;
}
.fixed-action__doc {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 8px 40px;
  border-radius: 100px;
  background: #2c95ff;
  box-shadow: 0px 2px 0px 0px #007fff;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.2s;
  flex-shrink: 0;
}
.fixed-action__simulation::after,
.fixed-action__doc::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-blend-mode: overlay;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
}
.fixed-action__simulation:hover,
.fixed-action__doc:hover {
  box-shadow: unset;
  transform: translateY(2px);
}
.fixed-action__simulation:hover img {
  opacity: 0.7;
}
.fixed-action__simulation:hover.fixed-action__simulation::after,
.fixed-action__doc:hover.fixed-action__doc::after {
  opacity: 1;
}

/* アクションボタン */
.action {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 800px;
  height: 134px;
  padding: 8px 0 8px 20px;
  margin: 0 auto;
  flex-shrink: 0;
  border-radius: 100px;
  border-width: 0;
  background: #ff7171;
  box-shadow: 0px 6px 0px 0px #dc4c4c;
  color: #ffffff;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  transition: 0.2s;
}
.action__lead {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 40px;
  border-radius: 8px;
  background: #42a0ff;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.action__lead::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #42a0ff;
  border-bottom: 0;
  transform: translateY(100%);
}
.action__left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100px;
  height: 100px;
  padding-top: 8px;
  gap: 4px;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.25) inset;
  transition: all 0.2s;
}
.action__left__text {
  color: #ff7171;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}
.action__right {
  width: 190px;
  height: 183px;
  background-image: url("/assets/images/smart/pc.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -65px;
  transform: translateY(43px);
  transition: all 0.2s;
}
.arrow-animation {
  width: 33px;
  height: 11px;
  animation: changeImage 1.2s cubic-bezier(0, -10, 1, 10) infinite;
  background-repeat: no-repeat;
  background-size: contain;
}
.action:hover {
  background: #ff9393;
  box-shadow: unset;
  transform: translateY(6px);
  opacity: unset;
}
.action:hover .action__lead {
  background: #56bcff;
}
.action:hover .action__lead::after {
  border-top: 8px solid #56bcff;
}
.action:hover .action__left {
  box-shadow: unset;
}
.action:hover .action__left__text {
  color: #ff9393;
}
.action:hover .arrow-animation {
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: overlay;
}
.action:hover .action__right {
  transform: translateY(37px);
}
.action__wrapper {
  display: flex;
  justify-content: center;
}
.action-doc {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin: 24px auto 0;
  color: #007fff;
  font-size: 32px;
  font-weight: 700;
  border: unset;
  background: unset;
  transition: 0.2s;
}
.action-doc span {
  content: "";
  position: relative;
  display: flex;
  width: 40px;
  height: 40px;
  padding-left: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #007fff;
  transition: 0.2s;
}
.action-doc span::after {
  content: "▶";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}
.action-doc:hover {
  color: #6ab5ff;
  opacity: unset;
}
.action-doc:hover span {
  background: #6ab5ff;
  opacity: unset;
}

/* arrow-title */
.arrow-title {
  position: relative;
  width: 540px;
  padding: 16px 40px;
  border-radius: 8px;
  background: #42a0ff;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.arrow-title::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #42a0ff;
  border-bottom: 0;
}

/****************/
/** ヘッダー設定 **/
/****************/
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  height: 90px;
  padding: 16px 24px;
  margin: 20px 24px 0;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0px 4px 0px 0px #f0f0f0;
  z-index: 10;
}
.header__summary {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header__summary__list {
  display: flex;
  gap: 20px;
}
.header__summary__item a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 6px;
  border-radius: 100px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.2s;
}
.header__summary__item.header__summary__item--hospitalization a {
  background-color: #51b5b5;
  box-shadow: 0px 2px 0px 0px #009494;
}
.header__summary__item.header__summary__item--surgical a {
  background-color: #a06bf7;
  box-shadow: 0px 2px 0px 0px #8237fc;
}
.header__summary__item.header__summary__item--advanced a {
  background-color: #1b8dff;
  box-shadow: 0px 2px 0px 0px #0575e6;
}
.header__summary__item.header__summary__item--death a {
  background-color: #657eff;
  box-shadow: 0px 2px 0px 0px #2b4cf6;
}
.header__summary__item a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-blend-mode: overlay;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
}
.header__summary__item a:hover {
  box-shadow: unset;
  transform: translateY(2px);
}
.header__summary__item a:hover::after {
  opacity: 1;
}

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

.mv {
  height: 693px;
  background: #f4fcff;
  overflow: hidden;
}
.mv__inner {
  position: relative;
  max-width: 1470px;
  height: 100%;
  margin: 0 auto;
}
.mv__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: -183px;
  left: -688px;
  width: 1342px;
  height: 1378px;
  background-image: url("/assets/images/smart/mv_bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.mv__inner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -154px;
  right: -77px;
  width: 1052px;
  height: 722px;
  flex-shrink: 0;
  background-image: url("/assets/images/smart/mv_illust.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.mv__inner img {
  position: absolute;
  top: 148px;
  left: 47px;
  z-index: 5;
}

/* lead */
.lead {
  padding: 80px 0;
  background: #6ab5ff;
}
.lead__title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 800px;
  padding: 16px 0;
  margin: 0 auto;
  align-self: stretch;
  border-radius: 8px;
  background: #fff;
  color: #007fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.lead__title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #fff;
  border-bottom: 0;
  transform: translateY(100%);
}
.lead__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 800px;
  gap: 24px;
  margin: 28px auto 0;
}
.lead__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  border-radius: 16px;
  background: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.lead__item img {
  margin: 8px 0 0;
  width: 130px;
  height: 130px;
}
.lead__text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}
.lead__text > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-right: 8px;
}
.lead__text__emphasis {
  display: flex;
  height: 72px;
  width: 72px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.lead__text__emphasis.lead__text__emphasis--hospitalization {
  background: #249191;
}
.lead__text__emphasis.lead__text__emphasis--surgical {
  background: #a06bf7;
}
.lead__text__emphasis.lead__text__emphasis--advanced {
  background: #1b8dff;
}
.lead__text__emphasis.lead__text__emphasis--death {
  background: #657eff;
}

/* target */
.target {
  padding: 80px 0;
  background: #d7f4ff;
}
.target__inner {
  position: relative;
  width: 540px;
  margin: 0 auto;
}
.target__notice {
  position: absolute;
  top: 0;
  right: -120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #ff7171;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
.target__notice span {
  font-size: 16px;
}
.target__lead {
  margin-top: 30px;
  color: #007fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.target__lead img {
  display: inline-block;
  margin: -5px -1px;
}
.target__text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  width: 756px;
  height: 111px;
  margin: 10px auto 0;
  padding: 16px 16px 16px 32px;
  border-top: 2px solid var(--black-BtnGray, #d4d2d2);
  border-bottom: 2px solid var(--black-BtnGray, #d4d2d2);
  background: var(--black-white, #fff);
}
.target__text::before {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  transform: translateX(-100%);
  width: 14px;
  height: 111px;
  background-image: url("/assets/images/smart/paper_left.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.target__text::after {
  content: "";
  display: block;
  position: absolute;
  right: 1px;
  transform: translateX(100%);
  width: 14px;
  height: 111px;
  background-image: url("/assets/images/smart/paper_right.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.target__text img {
  width: 144px;
  height: 55px;
}
.target__text p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.target__text p span {
  font-family: Noto Sans JP, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.3;
}
.target__note {
  max-width: 800px;
  margin: 30px auto 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
}
.target__note p {
  display: flex;
  gap: 4px;
}
.target__note p + p {
  margin-top: 8px;
}

/* action-area */
.action-area {
  padding: 100px 0 60px;
}

/* examples */
.examples {
  position: relative;
  padding: 80px 0;
  background-color: #d7f4ff;
  overflow: hidden;
}
.examples::before,
.examples::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
}
.examples::before {
  width: 769px;
  height: 919px;
  top: 0;
  left: 0;
  background-image: url("/assets/images/smart/examples_bg1.svg");
}
.examples::after {
  width: 696px;
  height: 919px;
  bottom: 0;
  right: 0;
  background-image: url("/assets/images/smart/examples_bg2.svg");
}
.examples__wrapper {
  position: relative;
  z-index: 10;
}
.examples__title {
  display: flex;
  justify-content: center;
}
.examples__content {
  max-width: 800px;
  padding: 40px;
  margin: 28px auto 0;
  border-radius: 16px;
  background: #fff;
  box-shadow: -10px 10px 30px 0px rgba(58, 89, 95, 0.1);
}
.examples__text {
  margin-top: 62px;
  margin-bottom: -140px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.examples__catch {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #ff7171;
  font-size: 26px;
  font-weight: 700;
}
.examples__catch span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.examples__catch span::after {
  content: "";
  display: block;
  width: 32px;
  height: 35px;
  background-image: url("/assets/images/smart/arrow_right_pink.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.examples__catch img {
  width: 380px;
  height: 380px;
}
.examples__note {
  max-width: 332px;
  margin-top: -86px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
}
.examples__note p {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  gap: 8px 4px;
}
.examples__note p span {
  text-align: right;
}
.examples__secondary__content {
  max-width: 800px;
  margin: 40px auto 0;
  padding: 32px 0;
  border-radius: 16px;
  background: #f8ffff;
  text-align: center;
  box-shadow: -10px 10px 30px 0px rgba(58, 89, 95, 0.1);
}
.examples__secondary__content h3 {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 8px;
  border-radius: 8px;
  background: #249191;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.examples__secondary__content h3::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #249191;
  border-bottom: 0;
}
.examples__secondary__content > p {
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 16px 0;
  color: #444;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.examples__secondary__content > p span {
  margin-right: 4px;
  color: #249191;
}
.examples__secondary__content > p small {
  margin-left: 4px;
  color: #249191;
  font-size: 18px;
}
.examples__secondary__content > p img {
  align-self: flex-end;
  margin: 0 4px;
}
.examples__secondary__content .examples__secondary__inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  text-align: left;
}
.examples__secondary__content > .examples__secondary__inner::before,
.examples__secondary__content > .examples__secondary__inner::after {
  content: "▼";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  color: #51b5b5;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.examples__secondary__content > .examples__secondary__inner::after {
  top: unset;
  bottom: 0;
}
.examples__secondary__content .examples__secondary__inner img {
  width: 93px;
  height: 100px;
  transform: scale(-1, 1);
}
.examples__secondary__content .examples__secondary__inner > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* content */
.content {
  padding: 80px 0;
}
.content__title {
  display: flex;
  justify-content: center;
}
.content__lead {
  display: flex;
  justify-content: center;
  margin: 28px 0 0;
  color: #000;
  font-size: 20px;
}
.content__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}
.content__item {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  scroll-margin-top: 30px;
}
.content__item::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.content__item + .content__item {
  margin-top: 100px;
}
.content__item__inner {
  position: relative;
  display: grid;
  grid-template-columns: auto 300px;
  grid-template-rows: auto auto;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 42px 58px 26px 58px;
  border-radius: 16px;
}
.content__item__num {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 98px;
  height: 98px;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
}
.content__item__title {
  display: inline-flex;
  flex-direction: column;
}
.content__item__title > p {
  font-size: 24px;
  font-weight: 700;
}
.content__item__catch {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
  padding: 8px 4px;
  margin-top: 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.content__item__catch span {
  font-size: 14px;
  font-weight: 400;
}
.content__item__text {
  margin-top: 20px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
}
.content__item__text.circle {
  display: flex;
  align-items: flex-start;
}
.content__item__text.circle::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: 7px;
  border-radius: 12px;
  opacity: 0.6;
  flex-shrink: 0;
}
.content__item__text .emphasis {
  margin-right: 4px;
  font-size: 24px;
  font-weight: 700;
}
.content__item__attention {
  margin-top: 24px;
  color: #ff7171;
  font-family: Noto Sans JP, sans-serif;
  font-size: 10px;
  font-weight: 500;
}
.content__item__attention.pc_view {
  display: flex;
}
.content__item__attention.sp_view {
  display: none;
}
.content__item__readmore {
  position: relative;
  grid-column: 1 / 3;
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 8px;
  width: 240px;
  margin-top: 24px;
  padding: 8px 10px;
  border-radius: 40px;
  border-width: 0;
  background: #1b8dff;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
.content__item__readmore::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-blend-mode: overlay;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: all 0.2s;
}
.content__item__readmore:hover.content__item__readmore::after {
  opacity: 1;
}
.advanced-modal {
  display: none;
}
.advanced-modal__overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}
.advanced-modal__content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 480px;
  width: 100%;
  padding: 40px;
  border-radius: 16px;
  border: 6px solid #5fafff;
  background: #f9fcff;
  z-index: 110;
}
.advanced-modal__title {
  color: #1b8dff;
  text-align: center;
  font-family: M PLUS 1;
  font-size: 24px;
  font-weight: 700;
}
.advanced-modal__text {
  margin-top: 20px;
  color: #000;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.advanced-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  background: unset;
  border: unset;
}

.content__item.content__item--hospitalization::before {
  transform: translate(calc(171px + -50%), -54px);
  max-width: 1228px;
  width: calc((1228 / 1440) * 100vw);
  max-height: 417px;
  height: calc((417 / 1440) * 100vw);
  background-position: right;
  background-image: url("/assets/images/smart/hospitalization_bg.svg");
}
.content__item.content__item--hospitalization .content__item__inner {
  border: 6px solid #51b5b5;
  background: #f8ffff;
}
.content__item.content__item--hospitalization .content__item__num {
  background: #51b5b5;
}
.content__item.content__item--hospitalization .content__item__num img {
  width: 17px;
  margin-right: 6px;
}
.content__item.content__item--hospitalization .content__item__title > p {
  color: #249191;
}
.content__item.content__item--hospitalization .content__item__catch {
  background: #249191;
}
.content__item.content__item--hospitalization
  .content__item__text.circle::before {
  background-color: rgba(81, 181, 181, 0.6);
}
.content__item.content__item--hospitalization .content__item__text .emphasis {
  background: linear-gradient(
    transparent calc(100% - 8px),
    rgba(81, 181, 181, 0.6) 8px
  );
}
.content__item.content__item--surgical::before {
  transform: translate(calc(-117px + -50%), -70px);
  max-width: 1245px;
  width: calc((1245 / 1440) * 100vw);
  max-height: 420px;
  height: calc((420 / 1440) * 100vw);
  background-position: left -20px;
  background-image: url("/assets/images/smart/surgical_bg.svg");
}
.content__item.content__item--surgical .content__item__inner {
  border: 6px solid #bfaeff;
  background: #faf8ff;
}
.content__item.content__item--surgical .content__item__num {
  background: #bfaeff;
}
.content__item.content__item--surgical .content__item__title > p {
  color: #a06bf7;
}
.content__item.content__item--surgical .content__item__catch {
  background: #a06bf7;
}
.content__item.content__item--surgical .content__item__text {
  white-space: nowrap;
}
.content__item.content__item--surgical .content__item__text.circle::before {
  background-color: rgba(191, 174, 255, 0.6);
}
.content__item.content__item--surgical .content__item__text .emphasis {
  background: linear-gradient(
    transparent calc(100% - 8px),
    rgba(191, 174, 255, 0.6) 8px
  );
}
.content__item.content__item--advanced::before {
  transform: translate(calc(171px + -50%), -54px);
  max-width: 1228px;
  width: calc((1228 / 1440) * 100vw);
  max-height: 417px;
  height: calc((417 / 1440) * 100vw);
  background-position: right -12px;
  background-image: url("/assets/images/smart/advanced_bg.svg");
}
.content__item.content__item--advanced .content__item__inner {
  border: 6px solid #5fafff;
  background: #f1faff;
}
.content__item.content__item--advanced .content__item__num {
  background: #5fafff;
}
.content__item.content__item--advanced .content__item__title > p {
  color: #1b8dff;
}
.content__item.content__item--advanced .content__item__catch {
  background: #1b8dff;
}
.content__item.content__item--advanced .content__item__text.circle::before {
  background-color: rgba(95, 175, 255, 0.6);
}
.content__item.content__item--advanced .content__item__text .emphasis {
  background: linear-gradient(
    transparent calc(100% - 8px),
    rgba(95, 175, 255, 0.6) 8px
  );
}
.content__item.content__item--death::before {
  transform: translate(calc(-117px + -50%), -70px);
  max-width: 1245px;
  width: calc((1245 / 1440) * 100vw);
  max-height: 420px;
  height: calc((420 / 1440) * 100vw);
  background-position: left -16px;
  background-image: url("/assets/images/smart/death_bg.svg");
}
.content__item.content__item--death .content__item__inner {
  border: 6px solid #a6b5ff;
  background: #f9faff;
}
.content__item.content__item--death .content__item__num {
  background: #a6b5ff;
}
.content__item.content__item--death .content__item__title > p {
  color: #657eff;
}
.content__item.content__item--death .content__item__catch {
  background: #657eff;
}
.content__item.content__item--death .content__item__text.circle {
  align-items: center;
}
.content__item.content__item--death .content__item__text.circle::before {
  background-color: rgba(166, 181, 255, 0.6);
}
.content__item.content__item--death .content__item__text .emphasis {
  background: linear-gradient(
    transparent calc(100% - 8px),
    rgba(166, 181, 255, 0.6) 8px
  );
}

.content__note {
  max-width: 800px;
  margin: 20px auto 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.content__note .attention {
  display: flex;
  gap: 4px;
  align-items: baseline;
  color: #ff7171;
}
.content__note ul {
  margin-top: 20px;
  color: #444;
}
.content__note ul li {
  display: flex;
  gap: 4px;
  align-items: baseline;
}
.content__note ul li::before {
  content: "●";
}
.content__note ul li + li {
  margin-top: 4px;
}

/* note */
.note {
  max-width: 800px;
  margin: 0 auto;
}
.note__text {
  display: flex;
  gap: 4px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 10px;
  font-weight: 500;
}
.note__downloads {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.note__downloads__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background: #f6f3ee;
  border-radius: 24px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #544d41;
  transition: 0.2s;
}
.note__downloads__btn::before {
  content: "";
  display: block;
  width: 14px;
  height: 18px;
  background-image: url(/assets/images/smart/icon_document.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.note__downloads__btn::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/assets/images/smart/icon_arrow_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.note__downloads__btn:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 1319px) {
  .mv__inner::after {
    width: calc((1052 / 1320) * 100vw);
    height: calc((722 / 1320) * 100vw);
    bottom: calc((-154 / 1320) * 100vw);
    right: calc((-77 / 1320) * 100vw);
  }
}
@media only screen and (max-width: 1099px) {
  .mv__inner img {
    width: calc((508 / 1100) * 100vw);
  }
}

@media only screen and (max-width: 859px) {
  main {
    padding: 0 0 calc((24 / 520) * 100vw);
  }
  .pagetop {
    bottom: calc((86 / 520) * 100vw);
    right: calc((25 / 520) * 100vw);
    width: calc((49 / 520) * 100vw);
    height: calc((49 / 520) * 100vw);
    gap: calc((5 / 520) * 100vw);
    box-shadow: 0px calc((1 / 520) * 100vw) 0px 0px #dc4c4c;
    font-size: calc((12 / 520) * 100vw);
  }
  .pagetop::before {
    width: calc((15 / 520) * 100vw);
    height: calc((6 / 520) * 100vw);
  }

  .fixed-action {
    bottom: calc((14 / 520) * 100vw);
    gap: calc((40 / 520) * 100vw);
    height: calc((49 / 520) * 100vw);
    width: calc((502 / 520) * 100vw);
    padding: calc((9 / 520) * 100vw);
    box-shadow: 0px calc((2 / 520) * 100vw) 0px 0px #d1d1d1;
  }
  .fixed-action__simulation {
    height: calc((32 / 520) * 100vw);
    padding: calc((5 / 520) * 100vw) calc((24 / 520) * 100vw);
    box-shadow: 0px calc((1 / 520) * 100vw) 0px 0px #dc4c4c;
    font-size: calc((12 / 520) * 100vw);
  }
  .fixed-action__simulation span {
    width: calc((103 / 520) * 100vw);
    height: calc((10 / 520) * 100vw);
  }
  .fixed-action__simulation span::before {
    width: calc((103 / 520) * 100vw);
    height: calc((10 / 520) * 100vw);
  }
  .fixed-action__simulation img {
    left: calc((2 / 520) * 100vw);
    top: calc((2 / 520) * 100vw);
    width: calc((100 / 520) * 100vw);
  }
  .fixed-action__doc {
    height: calc((32 / 520) * 100vw);
    padding: calc((5 / 520) * 100vw) calc((24 / 520) * 100vw);
    box-shadow: 0px calc((1 / 520) * 100vw) 0px 0px #007fff;
    font-size: calc((12 / 520) * 100vw);
  }
  .fixed-action__simulation:hover,
  .fixed-action__doc:hover {
    transform: translateY(calc((1 / 520) * 100vw));
  }

  .header {
    height: calc((55 / 520) * 100vw);
    padding: calc((10 / 520) * 100vw) calc((15 / 520) * 100vw);
    margin: calc((12 / 520) * 100vw) calc((15 / 520) * 100vw) 0;
  }
  .header__logo img {
    width: calc((135 / 520) * 100vw);
    height: calc((42 / 520) * 100vw);
  }
  .header__summary {
    gap: calc((10 / 520) * 100vw);
  }
  .header__summary__title {
    width: calc((40 / 520) * 100vw);
    height: calc((21 / 520) * 100vw);
  }
  .header__summary__list {
    gap: calc((20 / 520) * 100vw);
  }
  .header__summary__item a {
    width: calc((37 / 520) * 100vw);
    height: calc((37 / 520) * 100vw);
    font-size: calc((10 / 520) * 100vw);
  }

  .mv {
    height: calc((424 / 520) * 100vw);
  }
  .mv__inner img {
    width: calc((242 / 520) * 100vw);
    top: calc((91 / 520) * 100vw);
    left: calc((41 / 520) * 100vw);
  }
  .mv__inner::before {
    transform: rotate(270deg);
    width: calc((963 / 520) * 100vw);
    height: calc((864 / 520) * 100vw);
    top: -106px;
    left: -426px;
  }
  .mv__inner::after {
    width: calc((473 / 520) * 100vw);
    height: calc((325 / 520) * 100vw);
    bottom: calc((-91 / 520) * 100vw);
    right: calc((-58 / 520) * 100vw);
  }

  .lead {
    padding: calc((49 / 520) * 100vw) 0;
  }
  .lead__title {
    width: calc((477 / 520) * 100vw);
    padding: calc((16 / 520) * 100vw) 0;
    font-size: calc((15 / 520) * 100vw);
  }
  .lead__list {
    width: calc((477 / 520) * 100vw);
    gap: calc((15 / 520) * 100vw);
    margin: calc((17 / 520) * 100vw) auto 0;
  }
  .lead__item {
    height: calc((149 / 520) * 100vw);
    font-size: calc((10 / 520) * 100vw);
  }
  .lead__item img {
    width: calc((80 / 520) * 100vw);
    height: calc((80 / 520) * 100vw);
  }
  .lead__text {
    font-size: calc((20 / 520) * 100vw);
  }
  .lead__text__emphasis {
    width: calc((44 / 520) * 100vw);
    height: calc((44 / 520) * 100vw);
    font-size: calc((12 / 520) * 100vw);
  }

  .arrow-title {
    width: calc((330 / 520) * 100vw);
    padding: calc((10 / 520) * 100vw) calc((24 / 520) * 100vw);
    font-size: calc((15 / 520) * 100vw);
  }
  .target {
    padding: calc((49 / 520) * 100vw) 0;
  }
  .target__inner {
    width: calc((330 / 520) * 100vw);
  }
  .target__notice {
    right: calc((-68 / 520) * 100vw);
    width: calc((62 / 520) * 100vw);
    height: calc((62 / 520) * 100vw);
    font-size: calc((7 / 520) * 100vw);
  }
  .target__notice span {
    font-size: calc((10 / 520) * 100vw);
  }
  .target__lead {
    margin-top: calc((18 / 520) * 100vw);
    font-size: calc((11 / 520) * 100vw);
  }
  .target__lead img {
    height: calc((19 / 520) * 100vw);
  }
  .target__text {
    width: calc((462 / 520) * 100vw);
    gap: calc((50 / 520) * 100vw);
    height: calc((68 / 520) * 100vw);
    margin: calc((6 / 520) * 100vw) auto 0;
    padding: calc((10 / 520) * 100vw) calc((10 / 520) * 100vw)
      calc((10 / 520) * 100vw) calc((20 / 520) * 100vw);
  }
  .target__text::before {
    width: calc((10 / 520) * 100vw);
    height: calc((68 / 520) * 100vw);
  }
  .target__text::after {
    width: calc((10 / 520) * 100vw);
    height: calc((68 / 520) * 100vw);
  }
  .target__text p {
    font-size: calc((11 / 520) * 100vw);
  }
  .target__text p span {
    font-size: calc((6 / 520) * 100vw);
  }
  .target__text img {
    width: calc((86 / 520) * 100vw);
    height: calc((33 / 520) * 100vw);
  }
  .target__note {
    width: calc((477 / 520) * 100vw);
    margin: calc((18 / 520) * 100vw) auto 0;
    font-size: calc((6 / 520) * 100vw);
  }
  .target__note p {
    gap: calc((2 / 520) * 100vw);
  }
  .target__note p + p {
    margin-top: calc((5 / 520) * 100vw);
  }

  .action-area {
    padding: calc((61 / 520) * 100vw) calc((18 / 520) * 100vw);
  }
  .action {
    width: calc((489 / 520) * 100vw);
    height: calc((82 / 520) * 100vw);
    padding: calc((5 / 520) * 100vw) 0 calc((5 / 520) * 100vw)
      calc((12 / 520) * 100vw);
    font-size: calc((24 / 520) * 100vw);
    box-shadow: 0px calc((4 / 520) * 100vw) 0px 0px #dc4c4c;
  }
  .action__lead {
    padding: calc((9 / 520) * 100vw) calc((24 / 520) * 100vw);
    font-size: calc((12 / 520) * 100vw);
  }
  .action__left {
    width: calc((61 / 520) * 100vw);
    height: calc((61 / 520) * 100vw);
    padding-top: calc((5 / 520) * 100vw);
    gap: calc((2 / 520) * 100vw);
    box-shadow: 0px calc((2 / 520) * 100vw) 0px 0px rgba(0, 0, 0, 0.25) inset;
  }
  .action__left__text {
    font-size: calc((10 / 520) * 100vw);
  }
  .action__right {
    width: calc((116 / 520) * 100vw);
    height: calc((112 / 520) * 100vw);
    margin-left: calc((-40 / 520) * 100vw);
    transform: translateY(calc((27 / 520) * 100vw));
  }
  .arrow-animation {
    width: calc((20 / 520) * 100vw);
    height: calc((7 / 520) * 100vw);
  }
  .action-doc {
    margin: calc((16 / 520) * 100vw) auto 0;
    font-size: calc((20 / 520) * 100vw);
  }
  .action-doc span {
    width: calc((24 / 520) * 100vw);
    height: calc((24 / 520) * 100vw);
  }
  .action-doc span::after {
    font-size: calc((9 / 520) * 100vw);
  }
  .action:hover {
    transform: translateY(calc((4 / 520) * 100vw));
  }
  .action:hover .action__right {
    transform: translateY(calc((23 / 520) * 100vw));
  }

  .examples {
    padding: calc((49 / 520) * 100vw) 0;
  }
  .examples__content {
    max-width: calc((487 / 520) * 100vw);
    padding: calc((24 / 520) * 100vw);
    margin: calc((17 / 520) * 100vw) auto 0;
  }
  .examples__text {
    margin-top: calc((38 / 520) * 100vw);
    margin-bottom: calc((-86 / 520) * 100vw);
    font-size: calc((10 / 520) * 100vw);
  }
  .examples__catch {
    gap: calc((5 / 520) * 100vw);
    font-size: calc((16 / 520) * 100vw);
  }
  .examples__catch img {
    width: calc((232 / 520) * 100vw);
    height: calc((232 / 520) * 100vw);
  }
  .examples__catch span {
    gap: calc((5 / 520) * 100vw);
  }
  .examples__catch span::after {
    width: calc((20 / 520) * 100vw);
    height: calc((22 / 520) * 100vw);
  }
  .examples__note {
    max-width: calc((201 / 520) * 100vw);
    margin-top: calc((-53 / 520) * 100vw);
    font-size: calc((6 / 520) * 100vw);
  }
  .examples__inner {
    gap: calc((10 / 520) * 100vw);
    max-width: calc((487 / 520) * 100vw);
    margin: calc((24 / 520) * 100vw) auto 0;
  }
  .examples__secondary__content {
    max-width: calc((800 / 859) * 100vw);
    margin: calc((40 / 859) * 100vw) auto 0;
    padding: calc((32 / 859) * 100vw) 0;
    border-radius: calc((16 / 859) * 100vw);
    box-shadow: calc((-10 / 859) * 100vw) calc((10 / 859) * 100vw)
      calc((30 / 859) * 100vw) 0px rgba(58, 89, 95, 0.1);
  }
  .examples__secondary__content h3 {
    padding: calc((8 / 859) * 100vw) calc((20 / 859) * 100vw);
    margin-bottom: calc((8 / 859) * 100vw);
    border-radius: calc((8 / 859) * 100vw);
    font-size: calc((16 / 859) * 100vw);
  }
  .examples__secondary__content h3::after {
    border-right: calc((8 / 859) * 100vw) solid transparent;
    border-left: calc((8 / 859) * 100vw) solid transparent;
    border-top: calc((8 / 859) * 100vw) solid #249191;
  }
  .examples__secondary__content > p {
    padding: calc((16 / 859) * 100vw) 0;
    font-size: calc((24 / 859) * 100vw);
  }
  .examples__secondary__content > p span {
    margin-right: calc((4 / 859) * 100vw);
  }
  .examples__secondary__content > p small {
    margin-left: calc((4 / 859) * 100vw);
    font-size: calc((18 / 859) * 100vw);
  }
  .examples__secondary__content > p img {
    margin: 0 calc((4 / 859) * 100vw);
  }
  .examples__secondary__content .examples__secondary__inner {
    gap: calc((16 / 859) * 100vw);
    padding: calc((16 / 859) * 100vw) 0;
  }
  .examples__secondary__content > .examples__secondary__inner::before,
  .examples__secondary__content > .examples__secondary__inner::after {
    font-size: calc((16 / 859) * 100vw);
  }
  .examples__secondary__content .examples__secondary__inner img {
    width: calc((93 / 859) * 100vw);
    height: calc((100 / 859) * 100vw);
  }
  .examples__secondary__content .examples__secondary__inner > div {
    gap: calc((8 / 859) * 100vw);
  }

  .content {
    padding: calc((30 / 520) * 100vw) 0;
  }
  .content__lead {
    margin: calc((17 / 520) * 100vw) 0 0;
    font-size: calc((12 / 520) * 100vw);
  }
  .content__list {
    margin-top: calc((61 / 520) * 100vw);
  }
  .content__item {
    scroll-margin-top: calc((18 / 520) * 100vw);
  }
  .content__item + .content__item {
    margin-top: calc((61 / 520) * 100vw);
  }
  .content__item__inner {
    grid-template-columns: auto calc((183 / 520) * 100vw);
    max-width: calc((477 / 520) * 100vw);
    margin: 0 auto;
    padding: calc((25 / 520) * 100vw) calc((35 / 520) * 100vw)
      calc((16 / 520) * 100vw) calc((35 / 520) * 100vw);
    border-width: calc((4 / 520) * 100vw) !important;
  }
  .content__item__num {
    width: calc((60 / 520) * 100vw);
    height: calc((60 / 520) * 100vw);
    gap: calc((2 / 520) * 100vw);
    font-size: calc((9 / 520) * 100vw);
  }
  .content__item__title > p {
    font-size: calc((15 / 520) * 100vw);
  }
  .content__item__catch {
    gap: calc((2 / 520) * 100vw);
    padding: calc((5 / 520) * 100vw) calc((2 / 520) * 100vw);
    margin-top: calc((2 / 520) * 100vw);
    font-size: calc((11 / 520) * 100vw);
  }
  .content__item__catch span {
    font-size: calc((9 / 520) * 100vw);
  }
  .content__item__text {
    margin-top: calc((12 / 520) * 100vw);
    font-size: calc((12 / 520) * 100vw);
  }
  .content__item__text.circle::before {
    width: calc((7 / 520) * 100vw);
    height: calc((7 / 520) * 100vw);
    margin: calc((4 / 520) * 100vw);
  }
  .content__item__text .emphasis {
    margin-right: calc((2 / 520) * 100vw);
    font-size: calc((15 / 520) * 100vw);
  }
  .content__item__attention {
    margin-top: calc((12 / 520) * 100vw);
    font-size: calc((6 / 520) * 100vw);
  }
  .content__item__readmore {
    gap: calc((5 / 520) * 100vw);
    width: calc((147 / 520) * 100vw);
    margin-top: calc((15 / 520) * 100vw);
    padding: calc((5 / 520) * 100vw) calc((6 / 520) * 100vw);
    font-size: calc((12 / 520) * 100vw);
  }
  .content__item__readmore img {
    width: calc((20 / 520) * 100vw);
  }
  .content__item.content__item--hospitalization .content__item__text .emphasis {
    background: linear-gradient(
      transparent calc(100% - calc((5 / 520) * 100vw)),
      rgba(81, 181, 181, 0.6) calc((5 / 520) * 100vw)
    );
  }
  .content__item.content__item--surgical .content__item__text .emphasis {
    background: linear-gradient(
      transparent calc(100% - calc((5 / 520) * 100vw)),
      rgba(191, 174, 255, 0.6) calc((5 / 520) * 100vw)
    );
  }
  .content__item.content__item--advanced .content__item__text .emphasis {
    background: linear-gradient(
      transparent calc(100% - calc((5 / 520) * 100vw)),
      rgba(95, 175, 255, 0.6) calc((5 / 520) * 100vw)
    );
  }
  .content__item.content__item--death .content__item__text .emphasis {
    background: linear-gradient(
      transparent calc(100% - calc((5 / 520) * 100vw)),
      rgba(166, 181, 255, 0.6) calc((5 / 520) * 100vw)
    );
  }
  .content__item.content__item--hospitalization .content__item__num img {
    width: calc((10 / 520) * 100vw);
    margin-right: calc((2 / 520) * 100vw);
  }
  .content__item.content__item--surgical .content__item__num img,
  .content__item.content__item--advanced .content__item__num img,
  .content__item.content__item--death .content__item__num img {
    width: calc((16 / 520) * 100vw);
  }
  .content__note {
    max-width: calc((477 / 520) * 100vw);
    margin: calc((12 / 520) * 100vw) auto 0;
    font-size: calc((7 / 520) * 100vw);
  }
  .content__note .attention {
    gap: calc((2 / 520) * 100vw);
  }
  .content__note ul {
    margin-top: calc((12 / 520) * 100vw);
  }
  .content__note ul li + li {
    margin-top: calc((2 / 520) * 100vw);
  }

  .note {
    max-width: calc((489 / 520) * 100vw);
  }
  .note__text {
    gap: calc((2 / 520) * 100vw);
    font-size: calc((6 / 520) * 100vw);
  }
  .note__downloads {
    gap: calc((12 / 520) * 100vw);
    margin-top: calc((24 / 520) * 100vw);
  }
  .note__downloads__btn {
    gap: calc((6 / 520) * 100vw);
    padding: calc((7 / 520) * 100vw) calc((12 / 520) * 100vw);
    font-size: calc((9 / 520) * 100vw);
  }
  .note__downloads__btn::before {
    width: calc((9 / 520) * 100vw);
    height: calc((1 / 520) * 100vw);
  }
  .note__downloads__btn::after {
    width: calc((15 / 520) * 100vw);
    height: calc((15 / 520) * 100vw);
  }
}
@media only screen and (max-width: 519px) {
  main {
    margin-top: calc((-72 / 390) * 100vw);
  }

  .pagetop {
    bottom: calc((118 / 390) * 100vw);
    right: calc((9 / 390) * 100vw);
    width: calc((60 / 390) * 100vw);
    height: calc((60 / 390) * 100vw);
    gap: calc((6 / 390) * 100vw);
    box-shadow: 0px calc((2 / 390) * 100vw) 0px 0px #dc4c4c;
    font-size: calc((15 / 390) * 100vw);
  }
  .pagetop::before {
    width: calc((18 / 390) * 100vw);
    height: calc((8 / 390) * 100vw);
  }

  .fixed-action {
    bottom: calc((8 / 390) * 100vw);
    gap: calc((8 / 390) * 100vw);
    height: calc((72 / 390) * 100vw);
    width: calc((382 / 390) * 100vw);
    padding: calc((12 / 390) * 100vw);
    box-shadow: 0px calc((2 / 390) * 100vw) 0px 0px #d1d1d1;
  }
  .fixed-action__simulation {
    height: calc((48 / 390) * 100vw);
    padding: calc((8 / 390) * 100vw) calc((20 / 390) * 100vw);
    box-shadow: 0px calc((2 / 390) * 100vw) 0px 0px #dc4c4c;
    font-size: calc((14 / 390) * 100vw);
  }
  .fixed-action > span {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    width: calc((277 / 390) * 100vw);
    height: calc((17 / 390) * 100vw);
  }
  .fixed-action > span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc((287 / 390) * 100vw);
    height: calc((27 / 390) * 100vw);
    background-image: url("/assets/images/smart/fixedaction_catch_text_outline.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .fixed-action > span img {
    position: relative;
    left: calc((5 / 390) * 100vw);
    top: calc((6 / 390) * 100vw);
    width: calc((277 / 390) * 100vw);
    height: calc((17 / 390) * 100vw);
    z-index: 10;
  }
  .fixed-action__doc {
    height: calc((48 / 390) * 100vw);
    padding: calc((8 / 390) * 100vw) calc((20 / 390) * 100vw);
    box-shadow: 0px calc((2 / 390) * 100vw) 0px 0px #007fff;
    font-size: calc((14 / 390) * 100vw);
  }

  .header {
    position: relative;
    top: calc((54 / 390) * 100vw);
    height: auto;
    padding: calc((8 / 390) * 100vw) calc((24 / 390) * 100vw);
    margin: 0 calc((8 / 390) * 100vw);
  }
  .header__logo {
    position: absolute;
    top: calc((-8 / 390) * 100vw);
    transform: translateY(-100%);
  }
  .header__logo img {
    width: calc((160 / 390) * 100vw);
    height: calc((38 / 390) * 100vw);
  }
  .header__summary {
    gap: calc((16 / 390) * 100vw);
  }
  .header__summary__title {
    width: calc((52 / 390) * 100vw);
    height: calc((28 / 390) * 100vw);
  }
  .header__summary__list {
    gap: calc((10 / 390) * 100vw);
  }
  .header__summary__item a {
    width: calc((56 / 390) * 100vw);
    height: calc((56 / 390) * 100vw);
    font-size: calc((14 / 390) * 100vw);
  }

  .mv {
    height: calc((693 / 390) * 100vw);
    padding: calc((150 / 390) * 100vw) 0 0;
  }
  .mv__inner img {
    width: calc((350 / 390) * 100vw);
    height: calc((195 / 390) * 100vw);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .mv__inner::before {
    width: calc((783 / 390) * 100vw);
    height: calc((807 / 390) * 100vw);
    top: -367px;
    left: -302px;
  }
  .mv__inner::after {
    width: calc((390 / 390) * 100vw);
    height: calc((358 / 390) * 100vw);
    bottom: 0;
    right: 0;
    background-image: url(/assets/images/smart/mv_illust_sp.svg);
  }

  .lead {
    padding: calc((60 / 390) * 100vw) 0;
  }
  .lead__title {
    width: calc((350 / 390) * 100vw);
    padding: calc((16 / 390) * 100vw) calc((24 / 390) * 100vw);
    font-size: calc((16 / 390) * 100vw);
  }
  .lead__list {
    flex-direction: column;
    width: calc((350 / 390) * 100vw);
    gap: calc((16 / 390) * 100vw);
    margin: calc((24 / 390) * 100vw) auto 0;
  }
  .lead__item {
    flex-direction: row-reverse;
    width: 100%;
    height: unset;
    padding: calc((16 / 390) * 100vw);
    font-size: calc((18 / 390) * 100vw);
  }
  .lead__item span {
    flex: 1;
  }
  .lead__item img {
    width: calc((84 / 390) * 100vw);
    height: calc((84 / 390) * 100vw);
  }
  .lead__text {
    flex-direction: column;
    gap: calc((16 / 390) * 100vw);
    font-size: calc((24 / 390) * 100vw);
  }
  .lead__text > span {
    margin-right: 0;
  }
  .lead__text__emphasis {
    width: calc((72 / 390) * 100vw);
    height: calc((72 / 390) * 100vw);
    font-size: calc((20 / 390) * 100vw);
  }

  .arrow-title {
    width: calc((350 / 390) * 100vw);
    padding: calc((16 / 390) * 100vw) calc((24 / 390) * 100vw);
    font-size: calc((16 / 390) * 100vw);
  }

  .target {
    padding: calc((60 / 390) * 100vw) 0;
  }
  .target__inner {
    width: calc((350 / 390) * 100vw);
  }
  .target .arrow-title {
    text-align: left;
  }
  .target__notice {
    top: calc((-34 / 390) * 100vw);
    right: -1px;
    width: calc((100 / 390) * 100vw);
    height: calc((100 / 390) * 100vw);
    font-size: calc((12 / 390) * 100vw);
  }
  .target__notice span {
    font-size: calc((16 / 390) * 100vw);
  }
  .target__lead {
    margin-top: calc((24 / 390) * 100vw);
    font-size: calc((18 / 390) * 100vw);
  }
  .target__lead img {
    height: calc((32 / 390) * 100vw);
  }
  .target__text {
    flex-direction: column;
    width: calc((350 / 390) * 100vw);
    height: calc((242 / 390) * 100vw);
    gap: calc((24 / 390) * 100vw);
    margin: calc((12 / 390) * 100vw) auto 0;
    padding: calc((24 / 390) * 100vw) calc((20 / 390) * 100vw);
  }
  .target__text::before {
    width: calc((15 / 390) * 100vw);
    height: calc((242 / 390) * 100vw);
    background-image: url(/assets/images/smart/paper_left_sp.png);
    background-size: calc((15 / 390) * 100vw) calc((242 / 390) * 100vw);
  }
  .target__text::after {
    width: calc((15 / 390) * 100vw);
    height: calc((242 / 390) * 100vw);
    background-image: url(/assets/images/smart/paper_right_sp.png);
    background-size: calc((15 / 390) * 100vw) calc((242 / 390) * 100vw);
  }
  .target__text p {
    font-size: calc((18 / 390) * 100vw);
    text-align: center;
  }
  .target__text p span {
    font-size: calc((10 / 390) * 100vw);
  }
  .target__text img {
    width: calc((139 / 390) * 100vw);
    height: calc((54 / 390) * 100vw);
  }
  .target__note {
    width: calc((350 / 390) * 100vw);
    margin: calc((30 / 390) * 100vw) auto 0;
    font-size: calc((10 / 390) * 100vw);
  }
  .target__note p {
    gap: calc((4 / 390) * 100vw);
  }
  .target__note p + p {
    margin-top: calc((8 / 390) * 100vw);
  }

  .action-area {
    padding: calc((187 / 390) * 100vw) calc((20 / 390) * 100vw)
      calc((90 / 390) * 100vw);
  }
  .action {
    flex-direction: column;
    align-items: flex-start;
    height: unset;
    width: calc((350 / 390) * 100vw);
    padding: calc((24 / 390) * 100vw) calc((43 / 390) * 100vw);
    font-size: calc((24 / 390) * 100vw);
    box-shadow: 0px calc((6 / 390) * 100vw) 0px 0px #dc4c4c;
  }
  .action__lead {
    top: calc((-71 / 390) * 100vw);
    width: 100%;
    padding: calc((16 / 390) * 100vw) calc((24 / 390) * 100vw);
    font-size: calc((16 / 390) * 100vw);
    line-height: 1.3;
  }
  .action__left {
    flex-direction: row;
    gap: calc((20 / 390) * 100vw);
    width: unset;
    height: unset;
    margin-bottom: calc((8 / 390) * 100vw);
    padding-top: unset;
    border-radius: unset;
    background: unset;
    color: #fff;
    box-shadow: unset;
    transition: none;
  }
  .action__left__text {
    color: #fff;
    text-align: center;
    font-size: calc((16 / 390) * 100vw);
  }
  .action__right {
    position: absolute;
    right: calc((51 / 390) * 100vw);
    top: calc((-62 / 390) * 100vw);
    width: calc((87 / 390) * 100vw);
    height: calc((87 / 390) * 100vw);
    background-image: url(/assets/images/smart/sp.svg);
    background-position: center;
  }
  .arrow-animation {
    width: 33px;
    height: 11px;
    animation: changeImageSp 1.2s cubic-bezier(0, -10, 1, 10) infinite;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .action:hover {
    background: #ff7171;
    box-shadow: 0px calc((6 / 390) * 100vw) 0px 0px #dc4c4c;
    transform: unset;
    opacity: 1;
  }
  .action:hover .action__lead {
    background: #42a0ff;
  }
  .action:hover .action__lead::after {
    border-top: 8px solid #42a0ff;
  }
  .action:hover .action__left {
    box-shadow: unset;
  }
  .action:hover .action__left__text {
    color: #fff;
  }
  .action:hover .arrow-animation {
    background-color: unset;
    background-blend-mode: unset;
  }
  .action:hover .action__right {
    transform: translateY(calc((27 / 520) * 100vw));
  }
  .action-doc {
    margin: calc((20 / 390) * 100vw) auto 0;
    font-size: calc((20 / 390) * 100vw);
  }
  .action-doc span {
    width: calc((40 / 390) * 100vw);
    height: calc((40 / 390) * 100vw);
  }
  .action-doc span::after {
    font-size: calc((14 / 390) * 100vw);
  }

  .examples {
    padding: calc((60 / 390) * 100vw) 0;
  }
  .examples__content {
    max-width: calc((350 / 390) * 100vw);
    padding: calc((24 / 390) * 100vw);
    margin: calc((24 / 390) * 100vw) auto 0;
  }
  .examples__text {
    margin: 0;
    font-size: calc((16 / 390) * 100vw);
    line-height: 1.6;
  }
  .examples__catch {
    flex-direction: column;
    margin-top: 4px;
    gap: calc((16 / 390) * 100vw);
    font-size: calc((26 / 390) * 100vw);
  }
  .examples__catch img {
    width: calc((302 / 390) * 100vw);
    height: calc((302 / 390) * 100vw);
  }
  .examples__catch span {
    flex-direction: column;
    gap: calc((8 / 390) * 100vw);
  }
  .examples__catch span::after {
    transform: rotate(90deg);
    width: calc((32 / 390) * 100vw);
    height: calc((35 / 390) * 100vw);
  }
  .examples__note {
    max-width: calc((350 / 390) * 100vw);
    margin-top: calc((16 / 390) * 100vw);
    font-size: calc((10 / 390) * 100vw);
  }
  .examples__inner {
    flex-direction: column;
    gap: calc((16 / 390) * 100vw);
    max-width: calc((350 / 390) * 100vw);
    margin: calc((40 / 390) * 100vw) auto 0;
  }
  .examples__secondary__content {
    max-width: calc((350 / 390) * 100vw);
    margin: calc((40 / 390) * 100vw) auto 0;
    padding: calc((32 / 390) * 100vw) 0 calc((20 / 390) * 100vw);
    border-radius: calc((16 / 390) * 100vw);
    box-shadow: calc((-10 / 390) * 100vw) calc((10 / 390) * 100vw)
      calc((30 / 390) * 100vw) 0px rgba(58, 89, 95, 0.1);
  }
  .examples__secondary__content h3 {
    padding: calc((8 / 390) * 100vw) calc((20 / 390) * 100vw);
    margin-bottom: calc((8 / 390) * 100vw);
    border-radius: calc((8 / 390) * 100vw);
    font-size: calc((16 / 390) * 100vw);
  }
  .examples__secondary__content h3::after {
    border-right: calc((8 / 390) * 100vw) solid transparent;
    border-left: calc((8 / 390) * 100vw) solid transparent;
    border-top: calc((8 / 390) * 100vw) solid #249191;
  }
  .examples__secondary__content > p {
    display: block;
    padding: calc((16 / 390) * 100vw) 0;
    font-size: calc((24 / 390) * 100vw);
  }
  .examples__secondary__content > p:nth-of-type(2) {
    font-size: calc((20 / 390) * 100vw);
    line-height: 1.3;
  }
  .examples__secondary__content > p img {
    margin: calc((8 / 390) * 100vw) auto;
  }
  .examples__secondary__content > p small {
    display: block;
    margin-top: calc((8 / 390) * 100vw);
    font-size: calc((18 / 390) * 100vw);
  }
  .examples__secondary__content .examples__secondary__inner {
    gap: calc((10 / 390) * 100vw);
    padding: calc((16 / 390) * 100vw) calc((24 / 390) * 100vw);
  }
  .examples__secondary__content > .examples__secondary__inner::before,
  .examples__secondary__content > .examples__secondary__inner::after {
    font-size: calc((16 / 390) * 100vw);
  }
  .examples__secondary__content .examples__secondary__inner > img {
    height: calc((80 / 390) * 100vw);
    width: auto;
  }
  .examples__secondary__content .examples__secondary__inner > div {
    gap: calc((8 / 390) * 100vw);
    font-size: calc((14 / 390) * 100vw);
  }

  .content {
    padding: calc((60 / 390) * 100vw) 0 0;
  }
  .content__lead {
    margin: calc((24 / 390) * 100vw) 0 0;
    font-size: calc((16 / 390) * 100vw);
  }
  .content__list {
    margin-top: calc((80 / 390) * 100vw);
  }
  .content__item {
    scroll-margin-top: calc((30 / 390) * 100vw);
  }
  .content__item + .content__item {
    margin-top: calc((80 / 390) * 100vw);
  }
  .content__item__inner {
    display: block;
    max-width: calc((350 / 390) * 100vw);
    margin: 0 auto;
    padding: calc((58 / 390) * 100vw) calc((18 / 390) * 100vw)
      calc((18 / 390) * 100vw);
    border-width: calc((6 / 390) * 100vw) !important;
  }
  .content__item__inner > img {
    width: calc((200 / 390) * 100vw);
    height: calc((160 / 390) * 100vw);
    margin: calc((24 / 390) * 100vw) auto;
  }
  .content__item__num {
    width: calc((98 / 390) * 100vw);
    height: calc((98 / 390) * 100vw);
    gap: calc((5 / 390) * 100vw);
    font-size: calc((14 / 390) * 100vw);
  }
  .content__item__title {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .content__item__title > p {
    font-size: calc((24 / 390) * 100vw);
  }
  .content__item__catch {
    gap: calc((4 / 390) * 100vw);
    padding: calc((8 / 390) * 100vw) calc((4 / 390) * 100vw);
    margin-top: calc((4 / 390) * 100vw);
    font-size: calc((18 / 390) * 100vw);
  }
  .content__item__catch span {
    font-size: calc((14 / 390) * 100vw);
  }
  .content__item__text {
    margin-top: calc((20 / 390) * 100vw);
    font-size: calc((20 / 390) * 100vw);
  }
  .content__item__text.circle::before {
    width: calc((12 / 390) * 100vw);
    height: calc((12 / 390) * 100vw);
    margin: calc((7 / 390) * 100vw);
  }
  .content__item__text .emphasis {
    margin-right: calc((4 / 390) * 100vw);
    font-size: calc((24 / 390) * 100vw);
  }
  .content__item__attention {
    margin-top: calc((20 / 390) * 100vw);
    padding: calc((8 / 390) * 100vw);
    font-size: calc((10 / 390) * 100vw);
  }
  .content__item__attention.pc_view {
    display: none;
  }
  .content__item__attention.sp_view {
    display: flex;
  }
  .content__item__readmore {
    gap: calc((8 / 390) * 100vw);
    width: calc((240 / 390) * 100vw);
    margin: calc((24 / 390) * 100vw) auto;
    padding: calc((8 / 390) * 100vw) calc((10 / 390) * 100vw);
    font-size: calc((20 / 390) * 100vw);
  }
  .content__item__readmore img {
    width: calc((32 / 390) * 100vw);
  }
  .content__item.content__item--hospitalization::before {
    transform: unset;
    width: 1228px;
    height: 417px;
    top: -267px;
    left: 270px;
    z-index: -1;
  }
  .content__item.content__item--surgical::before {
    transform: unset;
    width: 1245px;
    height: 420px;
    top: -161px;
    left: 0px;
    z-index: -1;
  }
  .content__item.content__item--advanced::before {
    transform: unset;
    width: 1228px;
    height: 417px;
    top: -267px;
    left: 270px;
    z-index: -1;
  }
  .content__item.content__item--death::before {
    transform: unset;
    width: 1245px;
    height: 420px;
    top: -220px;
    left: -8px;
    z-index: -1;
  }
  .content__item.content__item--hospitalization .content__item__text .emphasis {
    background: linear-gradient(
      transparent calc(100% - calc((8 / 390) * 100vw)),
      rgba(81, 181, 181, 0.6) calc((8 / 390) * 100vw)
    );
  }
  .content__item.content__item--surgical .content__item__text {
    white-space: unset;
  }
  .content__item.content__item--surgical .content__item__text .emphasis {
    background: linear-gradient(
      transparent calc(100% - calc((8 / 390) * 100vw)),
      rgba(191, 174, 255, 0.6) calc((8 / 390) * 100vw)
    );
  }
  .content__item.content__item--advanced .content__item__text .emphasis {
    background: linear-gradient(
      transparent calc(100% - calc((8 / 390) * 100vw)),
      rgba(95, 175, 255, 0.6) calc((8 / 390) * 100vw)
    );
  }
  .content__item.content__item--death .content__item__text .emphasis {
    background: linear-gradient(
      transparent calc(100% - calc((8 / 390) * 100vw)),
      rgba(166, 181, 255, 0.6) calc((8 / 390) * 100vw)
    );
  }
  .content__item.content__item--hospitalization .content__item__num img {
    width: calc((17 / 390) * 100vw);
    margin-right: calc((6 / 390) * 100vw);
  }
  .content__item.content__item--surgical .content__item__num img,
  .content__item.content__item--advanced .content__item__num img,
  .content__item.content__item--death .content__item__num img {
    width: calc((26 / 390) * 100vw);
  }
  .content__note {
    max-width: calc((350 / 390) * 100vw);
    margin: calc((20 / 390) * 100vw) auto 0;
    font-size: calc((14 / 390) * 100vw);
  }
  .content__note .attention {
    gap: calc((4 / 390) * 100vw);
  }
  .content__note ul {
    margin-top: calc((20 / 390) * 100vw);
  }

  .note {
    max-width: calc((350 / 390) * 100vw);
  }
  .note__text {
    gap: calc((4 / 390) * 100vw);
    font-size: calc((10 / 390) * 100vw);
  }
  .note__downloads {
    display: block;
    margin-top: calc((40 / 390) * 100vw);
  }
  .note__downloads__btn {
    margin-bottom: 8px;
    gap: calc((10 / 390) * 100vw);
    padding: calc((12 / 390) * 100vw) calc((20 / 390) * 100vw);
    font-size: calc((14 / 390) * 100vw);
  }
  .note__downloads__btn::before {
    width: calc((14 / 390) * 100vw);
    height: calc((18 / 390) * 100vw);
  }
  .note__downloads__btn::after {
    width: calc((24 / 390) * 100vw);
    height: calc((24 / 390) * 100vw);
  }

  .advanced-modal__content {
    max-width: calc((350 / 390) * 100vw);
  }
}

@keyframes changeImage {
  25% {
    background-image: none;
  }

  50% {
    background-image: url("/assets/images/smart/allow_line1.svg");
  }

  75% {
    background-image: url("/assets/images/smart/allow_line2.svg");
  }

  100% {
    background-image: url("/assets/images/smart/allow_line3.svg");
  }
}

@keyframes changeImageSp {
  25% {
    background-image: none;
  }

  50% {
    background-image: url("/assets/images/smart/allow_line1_sp.svg");
  }

  75% {
    background-image: url("/assets/images/smart/allow_line2_sp.svg");
  }

  100% {
    background-image: url("/assets/images/smart/allow_line3_sp.svg");
  }
}

/*!*****************************************************************************************************************************!*\
  !*** 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;
  }
}

