@charset "UTF-8";
/*---------------
  デバッグ用ここから
---------------*/
/*
a[href=""]:empty::before {
  content: "⚠ hrefが空です";
  color: red;
  font-size: 0.8em;
  background: rgba(255, 0, 0, 0.05);
  padding: 2px 4px;
  border-radius: 4px;
  animation: blink-text 1s infinite;
  display: inline-block;
  pointer-events: none;
}
a[href=""]:not(:empty) {
  outline: 2px dashed red;
  outline-offset: 2px;
  animation: blink-outline 0.5s infinite;
}
@keyframes blink-outline {
  0%, 100% {
    outline-color: red;
  }
  50% {
    outline-color: transparent;
  }
}
@keyframes blink-text {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
*/
/*---------------
  デバッグ用ここまで
---------------*/
:root {
  --content_padding: 20px;
  --header_height: 80px;
}
@media (min-width: 744px) and (max-width: 1099px) {
  :root {
    --content_padding: clamp(28px, calc(28px + 12 * ((100vw - 744px) / 356)), 40px);
  }
}
@media (max-width: 743px) {
  :root {
    --content_padding: clamp(20px, calc(10.84vw - 20.625px), 60px);
  }
}
@media (max-width: 1099px) {
  :root {
    --header_height: 114px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-margin-top: calc(var(--header_height) + 20px);
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222222;
}

.sp {
  display: none;
}
@media (max-width: 743px) {
  .sp {
    display: block;
  }
}

.tb {
  display: none;
}
@media (min-width: 744px) and (max-width: 1099px) {
  .tb {
    display: block;
  }
}

.pc {
  display: none;
}
@media (min-width: 1100px) {
  .pc {
    display: block;
  }
}

.pc-tb {
  display: none;
}
@media (min-width: 744px) and (max-width: 1099px) {
  .pc-tb {
    display: block;
  }
}
@media (min-width: 1100px) {
  .pc-tb {
    display: block;
  }
}

.tb-sp {
  display: none;
}
@media (min-width: 744px) and (max-width: 1099px) {
  .tb-sp {
    display: block;
  }
}
@media (max-width: 743px) {
  .tb-sp {
    display: block;
  }
}

.js-fadein {
  will-change: translate, opacity;
  transform: translate(0, 60px);
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
.js-fadein-noslide {
  transition-duration: 1.2s;
  transform: translate(0, 0px);
}

[data-animation=fadein] {
  will-change: translate, opacity;
  transform: translate(0, 60px);
  opacity: 0;
  transition: all 0.8s ease-in-out;
}

[data-animation=fadein-noslide] {
  will-change: opacity;
  opacity: 0;
  transition: all 0.8s ease-in-out;
}

.m-head {
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-head:before, .m-head:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%224%22%20viewBox%3D%220%200%2010%204%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_13283%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2013283%22%20transform%3D%22translate%28-3061%20-2438%29%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_1057%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%201057%22%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20transform%3D%22translate%283064%202438%29%22%20fill%3D%22%23f47100%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_19193%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2019193%22%20width%3D%2210%22%20height%3D%224%22%20transform%3D%22translate%283061%202438%29%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: repeat no-repeat;
  background-position: center center;
  height: 4px;
  flex: 1;
}
.m-head--label {
  padding: 10px 30px;
  border: 2px solid #F47100;
  border-radius: 9999px;
  color: #F47100;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
.m-head--label:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.m-head--label.question:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224.016%22%20viewBox%3D%220%200%2024%2024.016%22%3E%20%3Cg%20id%3D%22svgexport-1%22%20transform%3D%22translate%280%200.013%29%22%3E%20%3Crect%20id%3D%22area%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%3Cpath%20id%3D%22icon%22%20d%3D%22M7.284%2C1.671a4.712%2C4.712%2C0%2C0%2C1%2C.745-2.739A14.477%2C14.477%2C0%2C0%2C1%2C10.2-3.442a12.753%2C12.753%2C0%2C0%2C0%2C1.456-1.51%2C2.108%2C2.108%2C0%2C0%2C0%2C.474-1.311%2C1.8%2C1.8%2C0%2C0%2C0-.83-1.544%2C3.67%2C3.67%2C0%2C0%2C0-2.151-.581%2C4.85%2C4.85%2C0%2C0%2C0-2.455.631A4.881%2C4.881%2C0%2C0%2C0%2C4.913-6L-.133-8.653A9.47%2C9.47%2C0%2C0%2C1%2C3.8-12.271a13.368%2C13.368%2C0%2C0%2C1%2C6.13-1.295%2C11.478%2C11.478%2C0%2C0%2C1%2C6.486%2C1.643%2C5.228%2C5.228%2C0%2C0%2C1%2C2.455%2C4.6A5.772%2C5.772%2C0%2C0%2C1%2C18.4-4.916a6.543%2C6.543%2C0%2C0%2C1-1.135%2C1.759%2C20.446%2C20.446%2C0%2C0%2C1-1.71%2C1.61%2C12.34%2C12.34%2C0%2C0%2C0-1.7%2C1.641%2C2.458%2C2.458%2C0%2C0%2C0-.542%2C1.577ZM10.3%2C10.434A3.86%2C3.86%2C0%2C0%2C1%2C7.555%2C9.422%2C3.255%2C3.255%2C0%2C0%2C1%2C6.471%2C6.949%2C3.162%2C3.162%2C0%2C0%2C1%2C7.538%2C4.492a3.963%2C3.963%2C0%2C0%2C1%2C2.76-.963%2C4.026%2C4.026%2C0%2C0%2C1%2C2.777.963%2C3.139%2C3.139%2C0%2C0%2C1%2C1.084%2C2.456%2C3.255%2C3.255%2C0%2C0%2C1-1.084%2C2.473A3.906%2C3.906%2C0%2C0%2C1%2C10.3%2C10.434Z%22%20transform%3D%22translate%282.133%2013.566%29%22%20fill%3D%22%23f47100%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.m-head--label.heart:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224.007%22%20height%3D%2224%22%20viewBox%3D%220%200%2024.007%2024%22%3E%20%3Cg%20id%3D%22svgexport-1_1_%22%20data-name%3D%22svgexport-1%20%281%29%22%20transform%3D%22translate%280.001%29%22%3E%20%3Crect%20id%3D%22area%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%3Cpath%20id%3D%22icon%22%20d%3D%22M11.985%2C3.613a8.449%2C8.449%2C0%2C0%2C1%2C1.933-2.388A5.747%2C5.747%2C0%2C0%2C1%2C17.7%2C0%2C6.308%2C6.308%2C0%2C0%2C1%2C24%2C6.329a10.1%2C10.1%2C0%2C0%2C1-2.855%2C7.4c-1.873%2C2.061-4.788%2C3.912-8.862%2C6.18a.534.534%2C0%2C0%2C1-.625-.03%2C43.939%2C43.939%2C0%2C0%2C1-8.5-6.091A10.143%2C10.143%2C0%2C0%2C1%2C0%2C6.329%2C6.437%2C6.437%2C0%2C0%2C1%2C1.844%2C1.851%2C6.279%2C6.279%2C0%2C0%2C1%2C6.3%2C0c2.766%2C0%2C4.312%2C1.194%2C5.68%2C3.613%22%20transform%3D%22translate%280%203%29%22%20fill%3D%22%23f47100%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.m-head--label.graph:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22svgexport-1_2_%22%20data-name%3D%22svgexport-1%20%282%29%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Crect%20id%3D%22area%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%3Cpath%20id%3D%22icon%22%20d%3D%22M18%2C24V7.245h6V24ZM9%2C24V14.944h6V24ZM0%2C24V11.774H6V24ZM10.445%2C10.868a1.846%2C1.846%2C0%2C0%2C1%2C.068-.5L5.791%2C6.837a1.75%2C1.75%2C0%2C0%2C1-1.125.408A1.812%2C1.812%2C0%2C1%2C1%2C6.444%2C5.434a1.836%2C1.836%2C0%2C0%2C1-.127.673l4.65%2C3.478a1.753%2C1.753%2C0%2C0%2C1%2C2.085-.319l4.9-6.311a1.824%2C1.824%2C0%2C0%2C1-.4-1.143%2C1.778%2C1.778%2C0%2C0%2C1%2C3.556%2C0A1.8%2C1.8%2C0%2C0%2C1%2C19.33%2C3.623a1.744%2C1.744%2C0%2C0%2C1-.663-.13L13.711%2C9.878a1.828%2C1.828%2C0%2C0%2C1%2C.289.99%2C1.778%2C1.778%2C0%2C1%2C1-3.555%2C0Z%22%20fill%3D%22%23f47100%22%2F%3E%3C%2Fsvg%3E");
}
@media (max-width: 743px) {
  .m-head--label {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }
  .m-head--label:before {
    width: 18px;
    height: 18px;
  }
}

.m-links {
  max-width: 988px;
  margin: 0 auto;
  padding: 40px 84px;
  background-color: #f2f3f5;
}
@media (max-width: 743px) {
  .m-links {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.m-links--lead {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 743px) {
  .m-links--lead {
    font-size: 18px;
  }
}
.m-links--nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 1099px) {
  .m-links--nav {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 743px) {
  .m-links--nav {
    row-gap: 10px;
  }
}
.m-links--nav_link {
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  line-height: 1.5;
  color: #222;
  background-color: #fff;
  border: 2px solid #F47100;
  border-radius: 9999px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88_1_13%22%20data-name%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88%201%20%E2%80%93%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_8%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%208%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%20fill%3D%22%23f47100%22%2F%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_10%22%20data-name%3D%22%E5%90%88%E4%BD%93%2010%22%20d%3D%22M-1835.525-1588.575a.981.981%2C0%2C0%2C1%2C0-1.386l3.178-3.178h-7.673a.981.981%2C0%2C0%2C1-.98-.981.981.981%2C0%2C0%2C1%2C.98-.98h7.723l-3.227-3.227a.981.981%2C0%2C0%2C1%2C0-1.386.981.981%2C0%2C0%2C1%2C1.386%2C0l4.852%2C4.852a.98.98%2C0%2C0%2C1%2C.286.717.977.977%2C0%2C0%2C1-.286.717l-4.852%2C4.852a.976.976%2C0%2C0%2C1-.693.287A.975.975%2C0%2C0%2C1-1835.525-1588.575Z%22%20transform%3D%22translate%281847%201606%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 24px center;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 72px;
  padding-right: 72px;
}
.m-links--nav_link.other {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88_1_14%22%20data-name%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88%201%20%E2%80%93%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_8%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%208%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%20fill%3D%22%23222%22%2F%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_10%22%20data-name%3D%22%E5%90%88%E4%BD%93%2010%22%20d%3D%22M-1835.525-1588.575a.981.981%2C0%2C0%2C1%2C0-1.386l3.178-3.178h-7.673a.981.981%2C0%2C0%2C1-.98-.981.981.981%2C0%2C0%2C1%2C.98-.98h7.723l-3.227-3.227a.981.981%2C0%2C0%2C1%2C0-1.386.981.981%2C0%2C0%2C1%2C1.386%2C0l4.852%2C4.852a.98.98%2C0%2C0%2C1%2C.286.717.977.977%2C0%2C0%2C1-.286.717l-4.852%2C4.852a.976.976%2C0%2C0%2C1-.693.287A.975.975%2C0%2C0%2C1-1835.525-1588.575Z%22%20transform%3D%22translate%281847%201606%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  border-color: #222;
}
@media (hover: hover) {
  .m-links--nav_link {
    transition: 0.2s;
  }
  .m-links--nav_link:hover {
    opacity: 0.8;
  }
}
.m-links--nav_link-center {
  grid-column: 1/3;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 1099px) {
  .m-links--nav_link-center {
    grid-column: auto/auto;
    width: auto;
    margin: 0;
  }
}
@media (max-width: 743px) {
  .m-links--nav_link {
    padding-left: 46px;
    padding-right: 46px;
    font-size: 14px;
    min-height: 52px;
    background-size: 16px 16px;
    background-position: right 18px center;
  }
}
.m-links--nav_link_img.sbi {
  width: 150px;
}
.m-links--nav_link_img.rakuten {
  position: relative;
  top: 4px;
  width: 218px;
}
.m-links--nav_link_img.monex {
  width: 189px;
}
@media (max-width: 743px) {
  .m-links--nav_link_img.sbi {
    width: 110px;
  }
  .m-links--nav_link_img.rakuten {
    width: 152px;
  }
  .m-links--nav_link_img.monex {
    width: 132px;
  }
}
.m-links--link {
  font-weight: bold;
  font-size: 18px;
  color: #222;
  display: flex;
  align-items: center;
  column-gap: 6px;
  width: fit-content;
  margin: 0 auto;
  margin-top: 30px;
}
.m-links--link:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2140%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202140%22%20transform%3D%22translate%28-1000%20-1769%29%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_8%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%208%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%20transform%3D%22translate%281000%201769%29%22%20fill%3D%22%23222%22%2F%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_10%22%20data-name%3D%22%E5%90%88%E4%BD%93%2010%22%20d%3D%22M4.563%2C9.521a.816.816%2C0%2C0%2C1%2C0-1.156L7.211%2C5.718H.817a.817.817%2C0%2C1%2C1%2C0-1.634H7.253l-2.69-2.69A.816.816%2C0%2C0%2C1%2C5.718.239L9.76%2C4.282a.867.867%2C0%2C0%2C1%2C0%2C1.2L5.718%2C9.521a.816.816%2C0%2C0%2C1-1.155%2C0Z%22%20transform%3D%22translate%281005%201774%29%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
@media (hover: hover) {
  .m-links--link {
    transition: 0.2s;
  }
  .m-links--link:hover {
    opacity: 0.8;
  }
}
@media (max-width: 743px) {
  .m-links--link {
    font-size: 14px;
    margin-top: 20px;
  }
  .m-links--link:after {
    width: 14px;
    height: 14px;
  }
}

.m-sp_label {
  display: none;
}
@media (max-width: 743px) {
  .m-sp_label {
    width: fit-content;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 9999px;
    background-color: #eaecf0;
    font-size: 10px;
    line-height: 1.5;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
  }
  .m-sp_label:before {
    content: "";
    background-image: url("/special/atmx/rakuten/images/m-sp_label-bgimg.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 17px;
  }
}

.m-cta_link {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 9999px;
  text-decoration: none;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #f47100;
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88_1_117%22%20data-name%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88%201%20%E2%80%93%20117%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_8%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%208%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_10%22%20data-name%3D%22%E5%90%88%E4%BD%93%2010%22%20d%3D%22M-1835.525-1588.575a.981.981%2C0%2C0%2C1%2C0-1.386l3.178-3.178h-7.673a.981.981%2C0%2C0%2C1-.98-.981.981.981%2C0%2C0%2C1%2C.98-.98h7.723l-3.227-3.227a.981.981%2C0%2C0%2C1%2C0-1.386.981.981%2C0%2C0%2C1%2C1.386%2C0l4.852%2C4.852a.98.98%2C0%2C0%2C1%2C.286.717.977.977%2C0%2C0%2C1-.286.717l-4.852%2C4.852a.976.976%2C0%2C0%2C1-.693.287A.975.975%2C0%2C0%2C1-1835.525-1588.575Z%22%20transform%3D%22translate%281847%201606%29%22%20fill%3D%22%23f47100%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 24px center;
}
@media (hover: hover) {
  .m-cta_link {
    transition: 0.2s;
  }
  .m-cta_link:hover {
    opacity: 0.8;
  }
}
@media (max-width: 743px) {
  .m-cta_link {
    max-width: 276px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88_1_111%22%20data-name%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88%201%20%E2%80%93%20111%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_8%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%208%22%20cx%3D%228.5%22%20cy%3D%228.5%22%20r%3D%228.5%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_10%22%20data-name%3D%22%E5%90%88%E4%BD%93%2010%22%20d%3D%22M3.784%2C7.9a.677.677%2C0%2C0%2C1%2C0-.958l2.2-2.2H.678a.677.677%2C0%2C1%2C1%2C0-1.354H6.014L3.784%2C1.156A.678.678%2C0%2C0%2C1%2C4.742.2L8.095%2C3.551a.72.72%2C0%2C0%2C1%2C0%2C.992L4.742%2C7.9a.677.677%2C0%2C0%2C1-.959%2C0Z%22%20transform%3D%22translate%284.146%204.146%29%22%20fill%3D%22%23f47100%22%2F%3E%3C%2Fsvg%3E");
    background-position: right 18px center;
  }
}
.m-cta_link--lead {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 743px) {
  .m-cta_link--lead {
    font-size: 14px;
  }
}
.m-cta_link--txt {
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin-top: 3px;
}
@media (max-width: 743px) {
  .m-cta_link--txt {
    margin-top: 2px;
    font-size: 10px;
  }
}

.header {
  height: var(--header_height);
}
.header--inner {
  z-index: 2;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  height: var(--header_height);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 25px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1099px) {
  .header--inner {
    padding-left: 20px;
  }
}
@media (max-width: 743px) {
  .header--inner {
    position: relative;
  }
}
.header--logos {
  display: flex;
  align-items: center;
}
@media (min-width: 1100px) {
  .header--logos {
    margin-top: 22px;
  }
}
@media (max-width: 1099px) {
  .header--logos {
    margin-top: 17px;
  }
}
.header--logo_link {
  font-size: 0;
  text-decoration: none;
  display: inline-block;
}
@media (min-width: 744px) and (max-width: 1099px) {
  .header--logo_link {
    max-width: 120px;
  }
}
@media (max-width: 743px) {
  .header--logo_link {
    max-width: 131px;
  }
}
.header--rakuten_logo_link {
  font-size: 0;
  text-decoration: none;
  display: inline-block;
}
@media (min-width: 1100px) {
  .header--rakuten_logo_link {
    margin-left: 24px;
  }
}
@media (min-width: 744px) and (max-width: 1099px) {
  .header--rakuten_logo_link {
    max-width: 120px;
    margin-left: 10px;
  }
}
@media (max-width: 743px) {
  .header--rakuten_logo_link {
    max-width: 100px;
    margin-left: 12px;
  }
}
.header--link {
  background-color: #222;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  padding-left: 30px;
  padding-right: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media (max-width: 1099px) {
  .header--link {
    font-size: 12px;
    height: auto;
    padding: 9px 13px;
  }
}

.header_nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 28px;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  column-gap: 30px;
}
@media (min-width: 1100px) {
  .header_nav {
    height: 52px;
    padding-left: 235.5px;
  }
}
@media (min-width: 744px) and (max-width: 1099px) {
  .header_nav {
    padding-left: 0;
    padding-right: 0;
    max-width: 468px;
  }
}
@media (max-width: 1099px) {
  .header_nav {
    top: auto;
    bottom: 13px;
    width: 100%;
    column-gap: 0;
  }
}
@media (max-width: 743px) {
  .header_nav {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.header_nav--link {
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 1100px) {
  .header_nav--link {
    position: relative;
    height: 100%;
  }
  .header_nav--link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    content: "";
    background-color: #F47100;
    transition: all 0.1s;
  }
  .header_nav--link:hover:after {
    height: 5px;
  }
}
@media (max-width: 1099px) {
  .header_nav--link {
    flex: 1;
  }
}
.header_nav--link_txt {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  column-gap: 6px;
}
.header_nav--link_txt:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.header_nav--link_txt.question:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224.016%22%20viewBox%3D%220%200%2024%2024.016%22%3E%20%3Cg%20id%3D%22svgexport-1%22%20transform%3D%22translate%280%200.013%29%22%3E%20%3Crect%20id%3D%22area%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%3Cpath%20id%3D%22icon%22%20d%3D%22M7.284%2C1.671a4.712%2C4.712%2C0%2C0%2C1%2C.745-2.739A14.477%2C14.477%2C0%2C0%2C1%2C10.2-3.442a12.753%2C12.753%2C0%2C0%2C0%2C1.456-1.51%2C2.108%2C2.108%2C0%2C0%2C0%2C.474-1.311%2C1.8%2C1.8%2C0%2C0%2C0-.83-1.544%2C3.67%2C3.67%2C0%2C0%2C0-2.151-.581%2C4.85%2C4.85%2C0%2C0%2C0-2.455.631A4.881%2C4.881%2C0%2C0%2C0%2C4.913-6L-.133-8.653A9.47%2C9.47%2C0%2C0%2C1%2C3.8-12.271a13.368%2C13.368%2C0%2C0%2C1%2C6.13-1.295%2C11.478%2C11.478%2C0%2C0%2C1%2C6.486%2C1.643%2C5.228%2C5.228%2C0%2C0%2C1%2C2.455%2C4.6A5.772%2C5.772%2C0%2C0%2C1%2C18.4-4.916a6.543%2C6.543%2C0%2C0%2C1-1.135%2C1.759%2C20.446%2C20.446%2C0%2C0%2C1-1.71%2C1.61%2C12.34%2C12.34%2C0%2C0%2C0-1.7%2C1.641%2C2.458%2C2.458%2C0%2C0%2C0-.542%2C1.577ZM10.3%2C10.434A3.86%2C3.86%2C0%2C0%2C1%2C7.555%2C9.422%2C3.255%2C3.255%2C0%2C0%2C1%2C6.471%2C6.949%2C3.162%2C3.162%2C0%2C0%2C1%2C7.538%2C4.492a3.963%2C3.963%2C0%2C0%2C1%2C2.76-.963%2C4.026%2C4.026%2C0%2C0%2C1%2C2.777.963%2C3.139%2C3.139%2C0%2C0%2C1%2C1.084%2C2.456%2C3.255%2C3.255%2C0%2C0%2C1-1.084%2C2.473A3.906%2C3.906%2C0%2C0%2C1%2C10.3%2C10.434Z%22%20transform%3D%22translate%282.133%2013.566%29%22%20fill%3D%22%23f47100%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.header_nav--link_txt.heart:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224.007%22%20height%3D%2224%22%20viewBox%3D%220%200%2024.007%2024%22%3E%20%3Cg%20id%3D%22svgexport-1_1_%22%20data-name%3D%22svgexport-1%20%281%29%22%20transform%3D%22translate%280.001%29%22%3E%20%3Crect%20id%3D%22area%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%3Cpath%20id%3D%22icon%22%20d%3D%22M11.985%2C3.613a8.449%2C8.449%2C0%2C0%2C1%2C1.933-2.388A5.747%2C5.747%2C0%2C0%2C1%2C17.7%2C0%2C6.308%2C6.308%2C0%2C0%2C1%2C24%2C6.329a10.1%2C10.1%2C0%2C0%2C1-2.855%2C7.4c-1.873%2C2.061-4.788%2C3.912-8.862%2C6.18a.534.534%2C0%2C0%2C1-.625-.03%2C43.939%2C43.939%2C0%2C0%2C1-8.5-6.091A10.143%2C10.143%2C0%2C0%2C1%2C0%2C6.329%2C6.437%2C6.437%2C0%2C0%2C1%2C1.844%2C1.851%2C6.279%2C6.279%2C0%2C0%2C1%2C6.3%2C0c2.766%2C0%2C4.312%2C1.194%2C5.68%2C3.613%22%20transform%3D%22translate%280%203%29%22%20fill%3D%22%23f47100%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.header_nav--link_txt.graph:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22svgexport-1_2_%22%20data-name%3D%22svgexport-1%20%282%29%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Crect%20id%3D%22area%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%3Cpath%20id%3D%22icon%22%20d%3D%22M18%2C24V7.245h6V24ZM9%2C24V14.944h6V24ZM0%2C24V11.774H6V24ZM10.445%2C10.868a1.846%2C1.846%2C0%2C0%2C1%2C.068-.5L5.791%2C6.837a1.75%2C1.75%2C0%2C0%2C1-1.125.408A1.812%2C1.812%2C0%2C1%2C1%2C6.444%2C5.434a1.836%2C1.836%2C0%2C0%2C1-.127.673l4.65%2C3.478a1.753%2C1.753%2C0%2C0%2C1%2C2.085-.319l4.9-6.311a1.824%2C1.824%2C0%2C0%2C1-.4-1.143%2C1.778%2C1.778%2C0%2C0%2C1%2C3.556%2C0A1.8%2C1.8%2C0%2C0%2C1%2C19.33%2C3.623a1.744%2C1.744%2C0%2C0%2C1-.663-.13L13.711%2C9.878a1.828%2C1.828%2C0%2C0%2C1%2C.289.99%2C1.778%2C1.778%2C0%2C1%2C1-3.555%2C0Z%22%20fill%3D%22%23f47100%22%2F%3E%3C%2Fsvg%3E");
}
@media (max-width: 1099px) {
  .header_nav--link_txt {
    font-size: 12px;
    flex-direction: column;
  }
}

/*--------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------*/
.footer {
  background: #222222;
  color: #ffffff;
  padding: 60px 20px 150px 20px;
}

.footer-01 > ul {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
}

.footer-01 > ul > li + li {
  margin-top: 24px;
}

.footer-01 > ul > li > a {
  position: relative;
  color: #ffffff;
  text-decoration: none;
}

.footer-02 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
  border-top: solid 1px #707070;
}

.footer-02-01 {
  order: 1;
  margin: 24px 0 0 0;
}

.footer-02-01-inner > dl {
  font-size: 10px;
  line-height: 1.6;
}

.footer-02-01-inner > dl > dt {
  font-weight: bold;
}

.footer-02-01-inner > dl > dt > span {
  padding: 0 0 0 1em;
}

.footer-02-01-inner-copyright {
  margin-top: 16px;
  font-size: 10px;
  line-height: 1.5;
  font-weight: bold;
}

.footer-02-02 {
  order: 0;
  margin: 48px auto 0 auto;
  width: 189px;
}

.footer-02 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
  border-top: solid 1px #707070;
}

/* ロゴ&ナビ無し */
.footer.footer-v2 {
  padding: 60px 20px;
}

.footer-03-inner > dl {
  font-size: 10px;
  line-height: 1.6;
}

.footer-03-inner > dl > dt {
  font-weight: bold;
}

.footer-03-inner > dl > dt > span {
  padding: 0 0 0 10px;
}

.footer-03-inner > dl > dt > br,
.footer-03-inner > dl > dd > br {
  display: none;
}

.footer-03-inner > dl > dd {
  margin: 16px 0 0 0;
}

.footer-03-inner-copyright {
  margin-top: 16px;
  font-size: 10px;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 64px 60px 48px 60px;
  }
  .footer-wrap {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .footer-01 > ul {
    margin: -16px -20px 0 0;
    line-height: 32px;
  }
  .footer-01 > ul > li {
    display: inline-block;
    padding: 0 40px 0 0;
    margin: 16px 40px 0 0;
    border-right: solid 1px #ffffff;
  }
  .footer-01 > ul > li + li {
    padding: 0 40px 0 0;
    margin: 16px 40px 0 0;
  }
  .footer-01 > ul > li:last-child {
    padding: 0 0 0 0;
    margin: 16px 0 0 0;
    border-right: none;
  }
  .footer-01 > ul > li > a {
    transition: all 0.4s;
  }
  .footer-01 > ul > li > a:hover {
    color: #1265D6;
  }
  .footer-02 {
    display: flex;
    width: 100%;
    padding: 50px 0 0 0;
    margin: 0 0 0 0;
    border-top: none;
  }
  .footer-02-01 {
    order: 1;
    flex: 1;
    margin: 0 0 0 0;
    padding: 0 0 0 60px;
    text-align: right;
  }
  .footer-02-01-inner {
    display: inline-block;
    text-align: left;
  }
  .footer-02-01-inner > dl {
    font-size: 12px;
    line-height: 1.6;
  }
  .footer-02-02 {
    order: 0;
    width: 189px;
    margin: 0 0 0 0;
  }
  /* ロゴ&ナビ無し */
  .footer.footer-v2 {
    padding: 64px 60px 48px 60px;
    text-align: center;
  }
  .footer-03-inner > dl {
    font-size: 12px;
    line-height: 1.6;
  }
  .footer-03-inner > dl > dt > br,
  .footer-03-inner > dl > dd > br {
    display: block;
  }
}
.mainvisual {
  background-image: radial-gradient(circle at center, #fff 0, #fff 70%, #ffd7b5 100%);
  background-size: 100% 2240px;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  column-gap: 20px;
}
@media (min-width: 744px) and (max-width: 1099px) {
  .mainvisual {
    flex-direction: column;
    align-items: stretch;
    background-image: radial-gradient(circle at center bottom, #fff 0, #fff 50%, #ffd7b5 100%);
    background-size: 100% 160%;
  }
}
@media (max-width: 743px) {
  .mainvisual {
    flex-direction: column;
    align-items: stretch;
    padding-top: 40px;
  }
}
.mainvisual--content {
  padding-top: 104px;
}
@media (max-width: 743px) {
  .mainvisual--content {
    padding-top: 0;
  }
}
.mainvisual--ttl_img {
  height: auto;
}
@media (min-width: 744px) and (max-width: 1099px) {
  .mainvisual--ttl_img {
    display: block;
    margin: 0 auto;
    width: 560px;
  }
}
@media (max-width: 743px) {
  .mainvisual--ttl_img {
    display: block;
    margin: 0 auto;
    max-width: calc(100% - 52px);
  }
}
.mainvisual--subttl {
  font-weight: bold;
  font-size: 25px;
  line-height: 1.5;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 3px solid #F47100;
  border-left: none;
  border-right: none;
  width: fit-content;
}
@media (min-width: 744px) and (max-width: 1099px) {
  .mainvisual--subttl {
    font-size: 29px;
    margin: 0 auto;
  }
}
@media (max-width: 743px) {
  .mainvisual--subttl {
    font-size: clamp(15px, 4vw, 28px);
    padding-top: 12px;
    padding-bottom: 12px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    margin: 0 auto;
  }
}
.mainvisual--img {
  height: auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 744px) and (max-width: 1099px) {
  .mainvisual--img {
    display: block;
    margin: 0 auto;
    margin-top: 16px;
    width: 620px;
  }
}

.rival {
  padding-left: var(--content_padding);
  padding-right: var(--content_padding);
}
@media (max-width: 743px) {
  .rival--sp_label {
    margin-top: 24px;
  }
}
.rival--inner {
  transition-delay: 0.3s;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: -62px;
  padding: 80px 56px 56px 56px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
}
@media (min-width: 744px) and (max-width: 1099px) {
  .rival--inner {
    margin-top: -76px;
    padding-top: 56px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 743px) {
  .rival--inner {
    padding: 56px 20px 20px;
  }
}
.rival--ttl {
  font-weight: bold;
  font-size: 56px;
  line-height: 1.4;
  text-align: center;
}
.rival--ttl > .orange {
  font-size: 66px;
  color: #F47100;
}
@media (min-width: 744px) and (max-width: 1099px) {
  .rival--ttl {
    font-size: 51px;
  }
  .rival--ttl > .orange {
    font-size: 62px;
  }
}
@media (max-width: 743px) {
  .rival--ttl {
    font-size: 28px;
  }
  .rival--ttl > .orange {
    font-size: 34px;
  }
}
.rival--desc {
  margin-top: 32px;
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 743px) {
  .rival--desc {
    margin-top: 24px;
    font-size: 14px;
  }
}
.rival--img {
  display: block;
  margin-top: 40px;
}
@media (max-width: 743px) {
  .rival--img {
    margin-top: 24px;
  }
}
.rival--note {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 40px;
}
@media (max-width: 743px) {
  .rival--note {
    font-size: 10px;
    margin-top: 24px;
  }
}

.rival_atmx {
  padding-top: 56px;
}
@media (max-width: 743px) {
  .rival_atmx {
    padding-top: 32px;
  }
}
.rival_atmx--ttl {
  text-align: center;
}
.rival_atmx--content {
  margin-top: 24px;
}
@media (max-width: 743px) {
  .rival_atmx--content {
    margin-top: 12px;
  }
}

.concentration {
  padding-left: var(--content_padding);
  padding-right: var(--content_padding);
}
.concentration--inner {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 117px;
}
@media (max-width: 743px) {
  .concentration--inner {
    margin-top: 80px;
  }
}
.concentration--ttl {
  font-weight: bold;
  font-size: 45px;
  line-height: 1.4;
  text-align: center;
  margin-top: 32px;
}
.concentration--ttl > .orange {
  color: #F47100;
}
.concentration--ttl > .big {
  font-size: 126px;
  position: relative;
  top: -0.123em;
}
@media (max-width: 743px) {
  .concentration--ttl {
    font-size: 32px;
  }
  .concentration--ttl > .big {
    font-size: 100px;
  }
}
.concentration--desc {
  font-size: 16px;
  line-height: 1.6;
}
.concentration--desc > em {
  font-weight: bold;
  font-style: normal;
}
@media (max-width: 743px) {
  .concentration--desc {
    font-size: 14px;
  }
}
.concentration--img {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}
@media (max-width: 743px) {
  .concentration--img {
    margin-top: 16px;
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
    max-width: initial;
  }
}

.atmx {
  padding-left: var(--content_padding);
  padding-right: var(--content_padding);
}
.atmx--inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 56px 56px 56px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1099px) {
  .atmx--inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 743px) {
  .atmx--inner {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.atmx--ttl {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.4;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
@media (max-width: 743px) {
  .atmx--ttl {
    font-size: 21px;
  }
}
.atmx--ttl > .alphabet {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 88px;
  color: #F47100;
}
@media (max-width: 743px) {
  .atmx--ttl > .alphabet {
    font-size: 42px;
  }
}
.atmx--ttl > .big {
  font-size: 66px;
  color: #F47100;
  align-self: center;
}
@media (max-width: 743px) {
  .atmx--ttl > .big {
    font-size: 32px;
  }
}
.atmx--lead {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.4;
  text-align: center;
}
.atmx--lead > .orange {
  color: #F47100;
}
@media (max-width: 743px) {
  .atmx--lead {
    font-size: 21px;
  }
}
.atmx--head {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  margin-top: 48px;
}
@media (max-width: 743px) {
  .atmx--head {
    margin-top: 32px;
    column-gap: 8px;
  }
}
@media (max-width: 743px) {
  .atmx--head_img {
    width: 50px;
  }
}
.atmx--head_txt {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.5;
}
@media (max-width: 743px) {
  .atmx--head_txt {
    font-size: 20px;
  }
}
.atmx--layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 24px;
}
@media (max-width: 743px) {
  .atmx--layout {
    grid-template-columns: 1fr;
    margin-top: 15px;
  }
}
.atmx--note {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 40px;
}
@media (max-width: 743px) {
  .atmx--note {
    font-size: 10px;
    margin-top: 24px;
  }
}

.atmx_brand {
  border: 4px solid #EAECF0;
  padding: 32px 27px;
}
@media (max-width: 743px) {
  .atmx_brand {
    padding: 20px 16px 24px;
  }
}
.atmx_brand--name {
  display: flex;
  align-items: baseline;
  column-gap: 8px;
}
.atmx_brand--name_alpha {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.5;
}
.atmx_brand--name_alpha:first-letter {
  color: #F47100;
}
@media (max-width: 743px) {
  .atmx_brand--name_alpha {
    font-size: 24px;
  }
}
.atmx_brand--name_kana {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 743px) {
  .atmx_brand--name_kana {
    font-size: 12px;
  }
}
.atmx_brand--desc {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 16px;
}
@media (max-width: 743px) {
  .atmx_brand--desc {
    font-size: 12px;
    margin-top: 8px;
  }
}
.atmx_brand--note {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 8px;
}
@media (max-width: 743px) {
  .atmx_brand--note {
    margin-top: 6px;
    font-size: 12px;
  }
}
.atmx_brand--link {
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  line-height: 1.5;
  color: #222;
  background-color: #fff;
  border: 2px solid #F47100;
  border-radius: 9999px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88_1_13%22%20data-name%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88%201%20%E2%80%93%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_8%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%208%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%20fill%3D%22%23f47100%22%2F%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_10%22%20data-name%3D%22%E5%90%88%E4%BD%93%2010%22%20d%3D%22M-1835.525-1588.575a.981.981%2C0%2C0%2C1%2C0-1.386l3.178-3.178h-7.673a.981.981%2C0%2C0%2C1-.98-.981.981.981%2C0%2C0%2C1%2C.98-.98h7.723l-3.227-3.227a.981.981%2C0%2C0%2C1%2C0-1.386.981.981%2C0%2C0%2C1%2C1.386%2C0l4.852%2C4.852a.98.98%2C0%2C0%2C1%2C.286.717.977.977%2C0%2C0%2C1-.286.717l-4.852%2C4.852a.976.976%2C0%2C0%2C1-.693.287A.975.975%2C0%2C0%2C1-1835.525-1588.575Z%22%20transform%3D%22translate%281847%201606%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 24px center;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
}
@media (hover: hover) {
  .atmx_brand--link {
    transition: 0.2s;
  }
  .atmx_brand--link:hover {
    opacity: 0.8;
  }
}
@media (max-width: 1099px) {
  .atmx_brand--link {
    text-align: center;
    font-size: 14px;
    min-height: 60px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88_4_22%22%20data-name%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88%204%20%E2%80%93%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_8%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%208%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%20fill%3D%22%23f47100%22%2F%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_10%22%20data-name%3D%22%E5%90%88%E4%BD%93%2010%22%20d%3D%22M3.628%2C7.571a.65.65%2C0%2C0%2C1%2C0-.919L5.733%2C4.547H.649a.65.65%2C0%2C0%2C1%2C0-1.3H5.766L3.628%2C1.109A.649.649%2C0%2C0%2C1%2C4.547.191L7.761%2C3.4a.692.692%2C0%2C0%2C1%2C0%2C.951L4.547%2C7.571a.649.649%2C0%2C0%2C1-.919%2C0Z%22%20transform%3D%22translate%284.073%203.975%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
    background-position: right 22px center;
    margin-top: 24px;
  }
}

.atmx_brand_info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 24px;
}
@media (max-width: 1099px) {
  .atmx_brand_info {
    flex-direction: column;
    align-items: stretch;
  }
}
.atmx_brand_info--label {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2248%22%20viewBox%3D%220%200%206%2048%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1425%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201425%22%20width%3D%226%22%20height%3D%2248%22%20rx%3D%223%22%20fill%3D%22%23f47100%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 18px;
}
@media (max-width: 743px) {
  .atmx_brand_info--label {
    font-size: 14px;
    background-image: none;
    border-left: 6px solid #F47100;
    padding-left: 10px;
  }
}
.atmx_brand_info--note {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 8px;
}
@media (max-width: 1099px) {
  .atmx_brand_info--img_wrap {
    margin-top: 8px;
    text-align: center;
  }
}
.atmx_check {
  margin-top: 56px;
}
@media (max-width: 743px) {
  .atmx_check {
    margin-top: 40px;
  }
}
.atmx_check--head {
  cursor: pointer;
  padding-top: 32px;
  padding-bottom: 32px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  background-repeat: no-repeat;
  background-position: left 16px center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_12563%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2012563%22%20transform%3D%22translate%28-99%20-4916%29%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_12555%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2012555%22%20transform%3D%22translate%28-213%20-163%29%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_16333%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2016333%22%20width%3D%2232%22%20height%3D%222%22%20transform%3D%22translate%28312%205094%29%22%20fill%3D%22%23f47100%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_17766%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2017766%22%20width%3D%222%22%20height%3D%2232%22%20transform%3D%22translate%28327%205079%29%22%20fill%3D%22%23f47100%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  border-top: 1px solid #969696;
  border-bottom: 1px solid #969696;
  transition: 0.2s;
}
.atmx_check--head:hover {
  color: #F47100;
}
.atmx_check--head.js-open {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%222%22%20viewBox%3D%220%200%2032%202%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_12556%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2012556%22%20transform%3D%22translate%28-99%20-4931%29%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_12555%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2012555%22%20transform%3D%22translate%28-213%20-163%29%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_16333%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2016333%22%20width%3D%2232%22%20height%3D%222%22%20transform%3D%22translate%28312%205094%29%22%20fill%3D%22%23f47100%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  border-bottom-color: transparent;
}
@media (max-width: 743px) {
  .atmx_check--head {
    font-size: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
    background-size: 24px;
  }
}
.atmx_check--list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 1.875vw, 24px);
  border-bottom: 1px solid #969696;
  padding-bottom: 32px;
}
@media (max-width: 743px) {
  .atmx_check--list {
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
    padding-bottom: 24px;
  }
}
.atmx_check--item {
  border: 4px solid #EAECF0;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: clamp(6px, 1.275vw, 24px);
  padding-right: clamp(6px, 1.275vw, 24px);
  display: flex;
  align-items: center;
  column-gap: clamp(12px, 1.25vw, 16px);
}
@media (max-width: 743px) {
  .atmx_check--item {
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 16px;
    row-gap: 8px;
  }
}
.atmx_check--img {
  max-width: clamp(32px, 6.5625vw, 84px);
}
@media (max-width: 743px) {
  .atmx_check--img {
    max-width: 50px;
  }
}
.atmx_check--name {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 28px;
  font-size: clamp(16px, 2.1875vw, 28px);
  line-height: 1.5;
}
@media (max-width: 743px) {
  .atmx_check--name {
    font-size: 18px;
    text-align: center;
  }
}
.atmx_check--lead {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 3px;
}
@media (max-width: 743px) {
  .atmx_check--lead {
    font-size: 12px;
    text-align: center;
    margin-top: 2px;
  }
}

.world {
  padding-left: var(--content_padding);
  padding-right: var(--content_padding);
}
.world--inner {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 280px;
}
@media (max-width: 743px) {
  .world--inner {
    margin-top: 160px;
  }
}
.world--ttl {
  font-weight: bold;
  font-size: 64px;
  line-height: 1.4;
  text-align: center;
  margin-top: 32px;
}
.world--ttl > .orange {
  color: #F47100;
}
@media (max-width: 743px) {
  .world--ttl {
    font-size: 32px;
    margin-top: 24px;
  }
}
.world--desc {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 24px;
}
@media (max-width: 743px) {
  .world--desc {
    font-size: 14px;
    margin-top: 16px;
  }
}
.world--layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 32px;
}

.world_info {
  padding-top: 32px;
  padding-bottom: 32px;
}
.world_info + .world_info {
  border-left: 4px dotted #D3D5D9;
  position: relative;
}
.world_info + .world_info:before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_1984%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%201984%22%20transform%3D%22translate%28-389%20-5418%29%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1429%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201429%22%20width%3D%2256%22%20height%3D%2212%22%20transform%3D%22translate%28389%205440%29%22%20fill%3D%22%23f47100%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1430%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201430%22%20width%3D%2256%22%20height%3D%2212%22%20transform%3D%22translate%28423%205418%29%20rotate%2890%29%22%20fill%3D%22%23f47100%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 56px;
  height: 56px;
  left: -31px;
  top: calc(50% - 28px);
}
@media (max-width: 743px) {
  .world_info {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
  }
  .world_info + .world_info:before {
    width: 41px;
    height: 41px;
    left: -23.5px;
    top: calc(50% - 20.5px);
  }
}
.world_info--head {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 743px) {
  .world_info--head {
    font-size: 20px;
  }
}
.world_info--lead {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin-top: 8px;
}
@media (max-width: 743px) {
  .world_info--lead {
    font-size: 14px;
    margin-top: 3px;
    margin-bottom: 24px;
  }
}
.world_info--img {
  display: block;
  margin: 0 auto;
  margin-top: 24px;
}
@media (max-width: 743px) {
  .world_info--img {
    max-width: 120px;
    margin-top: auto;
  }
}

.business {
  padding-left: var(--content_padding);
  padding-right: var(--content_padding);
}
.business--inner {
  padding-top: 64px;
  max-width: 1100px;
  margin: 0 auto;
}
.business--head {
  background-color: #F47100;
  color: #fff;
  border-radius: 9999px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
}
@media (max-width: 1099px) {
  .business--head {
    flex-direction: column;
    padding: 11px 20px;
    row-gap: 6px;
    border-radius: 30px;
  }
}
.business--head_label {
  border-radius: 9999px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #fff;
  color: #F47100;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  flex-shrink: 0;
}
@media (max-width: 743px) {
  .business--head_label {
    padding: 1px 12px 2px;
    font-size: 14px;
  }
}
.business--head_txt {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.5;
}
@media (max-width: 743px) {
  .business--head_txt {
    font-size: 20px;
    text-align: center;
  }
}
.business--ttl {
  font-weight: bold;
  font-size: 64px;
  line-height: 1.4;
  text-align: center;
  margin-top: 40px;
}
.business--ttl > .orange {
  color: #F47100;
}
@media (max-width: 743px) {
  .business--ttl {
    font-size: 32px;
    margin-top: 32px;
  }
}
.business--lead {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2228%22%20viewBox%3D%220%200%206%2028%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1581%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201581%22%20width%3D%226%22%20height%3D%2228%22%20rx%3D%223%22%20fill%3D%22%23f47100%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 16px;
  margin-top: 48px;
}
@media (min-width: 1100px) {
  .business--lead {
    margin-left: 40px;
  }
}
@media (max-width: 743px) {
  .business--lead {
    margin-top: 32px;
    font-size: 16px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2224%22%20viewBox%3D%220%200%206%2024%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1581%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201581%22%20width%3D%226%22%20height%3D%2224%22%20rx%3D%223%22%20fill%3D%22%23f47100%22%2F%3E%3C%2Fsvg%3E");
  }
}
.business--layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
}
@media (max-width: 743px) {
  .business--layout {
    margin-top: 24px;
  }
}
.business--layout_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.business--amount {
  font-family: "Montserrat", sans-serif;
  margin-top: auto;
}
.business--amount.blue {
  color: #1265D6;
}
.business--amount.orange {
  color: #F47100;
}
.business--amount_number {
  font-weight: 800;
  font-size: 64px;
}
@media (max-width: 743px) {
  .business--amount_number {
    display: block;
    text-align: center;
    font-size: 56px;
  }
}
.business--amount_unit {
  font-weight: 900;
  font-size: 37px;
  vertical-align: super;
}
@media (max-width: 743px) {
  .business--amount_unit {
    display: block;
    text-align: center;
    font-size: 26px;
    margin-top: -10px;
  }
}
.business--img {
  display: block;
}
@media (min-width: 744px) and (max-width: 1099px) {
  .business--img {
    height: 20vw;
    object-fit: contain;
    object-position: top;
  }
}
.business--img-sp {
  display: none;
}
@media (max-width: 743px) {
  .business--img {
    display: none;
  }
  .business--img-sp {
    display: block;
  }
}
.business--note {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 32px;
}
@media (min-width: 1100px) {
  .business--note {
    margin-left: 40px;
  }
}
@media (max-width: 743px) {
  .business--note {
    font-size: 10px;
    margin-top: 16px;
  }
}

.haulage {
  padding-left: var(--content_padding);
  padding-right: var(--content_padding);
}
@media (max-width: 743px) {
  .haulage--sp_label {
    margin-top: 24px;
  }
}
.haulage--inner {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 80px;
  padding-top: 80px;
  border-top: 3px solid #D4D5D9;
}
@media (max-width: 743px) {
  .haulage--inner {
    margin-top: 48px;
    padding-top: 48px;
  }
}
.haulage--ttl {
  font-weight: bold;
  font-size: 64px;
  line-height: 1.4;
  text-align: center;
}
.haulage--ttl > .orange {
  color: #F47100;
}
@media (max-width: 743px) {
  .haulage--ttl {
    font-size: 32px;
  }
}
.haulage--lead {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2228%22%20viewBox%3D%220%200%206%2028%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1581%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201581%22%20width%3D%226%22%20height%3D%2228%22%20rx%3D%223%22%20fill%3D%22%23f47100%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 16px;
  margin-top: 48px;
}
@media (min-width: 1100px) {
  .haulage--lead {
    margin-left: 40px;
  }
}
@media (max-width: 743px) {
  .haulage--lead {
    margin-top: 32px;
    font-size: 16px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2224%22%20viewBox%3D%220%200%206%2024%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1581%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201581%22%20width%3D%226%22%20height%3D%2224%22%20rx%3D%223%22%20fill%3D%22%23f47100%22%2F%3E%3C%2Fsvg%3E");
  }
}
.haulage--img {
  display: block;
  margin: 0 auto;
  margin-top: 38px;
}
@media (max-width: 743px) {
  .haulage--img {
    margin-top: 24px;
  }
}
.haulage--note {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 32px;
}
@media (min-width: 1100px) {
  .haulage--note {
    margin-left: 40px;
  }
}
@media (max-width: 743px) {
  .haulage--note {
    font-size: 10px;
    margin-top: 24px;
  }
}

.index {
  padding-left: var(--content_padding);
  padding-right: var(--content_padding);
}
@media (max-width: 743px) {
  .index--sp_label {
    margin-top: 24px;
  }
}
.index--inner {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 100px;
}
@media (max-width: 743px) {
  .index--inner {
    padding-top: 64px;
  }
}
.index--head {
  background-color: #F47100;
  color: #fff;
  border-radius: 9999px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 743px) {
  .index--head {
    padding-top: 8px;
    padding-bottom: 9px;
    font-size: 20px;
  }
}
.index--ttl {
  font-weight: bold;
  font-size: 64px;
  line-height: 1.4;
  text-align: center;
  margin-top: 48px;
}
.index--ttl > .orange {
  color: #F47100;
}
@media (max-width: 743px) {
  .index--ttl {
    margin-top: 40px;
    font-size: 32px;
  }
}
.index--desc {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  margin-top: 24px;
}
@media (max-width: 743px) {
  .index--desc {
    font-size: 14px;
  }
}
.index--lead {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2228%22%20viewBox%3D%220%200%206%2028%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1581%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201581%22%20width%3D%226%22%20height%3D%2228%22%20rx%3D%223%22%20fill%3D%22%23f47100%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 16px;
  margin-top: 48px;
}
@media (min-width: 1100px) {
  .index--lead {
    margin-left: 40px;
  }
}
@media (max-width: 743px) {
  .index--lead {
    margin-top: 32px;
    font-size: 16px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2224%22%20viewBox%3D%220%200%206%2024%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1581%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201581%22%20width%3D%226%22%20height%3D%2224%22%20rx%3D%223%22%20fill%3D%22%23f47100%22%2F%3E%3C%2Fsvg%3E");
  }
}
.index--img {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}
@media (max-width: 743px) {
  .index--img {
    margin-top: 24px;
  }
}
.index--img-sp {
  display: none;
}
@media (max-width: 743px) {
  .index--img {
    display: none;
  }
  .index--img-sp {
    display: block;
  }
}
.index--note {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 18px;
}
@media (min-width: 1100px) {
  .index--note {
    margin-left: 40px;
  }
}
@media (max-width: 743px) {
  .index--note {
    font-size: 10px;
    margin-top: 12px;
  }
}
.index--note_link {
  color: #1265d6;
}

.grow {
  padding-left: var(--content_padding);
  padding-right: var(--content_padding);
}
@media (max-width: 743px) {
  .grow--sp_label {
    margin-top: 24px;
  }
}
.grow--inner {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 140px;
}
@media (max-width: 743px) {
  .grow--inner {
    margin-top: 80px;
  }
}
.grow--ttl {
  font-weight: bold;
  font-size: 64px;
  line-height: 1.4;
  text-align: center;
  margin-top: 48px;
}
.grow--ttl > .orange {
  color: #F47100;
}
@media (max-width: 743px) {
  .grow--ttl {
    font-size: 32px;
    margin-top: 24px;
  }
}
.grow--desc {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 24px;
}
@media (max-width: 743px) {
  .grow--desc {
    margin-top: 16px;
    font-size: 14px;
  }
}
.grow--lead {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2228%22%20viewBox%3D%220%200%206%2028%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1581%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201581%22%20width%3D%226%22%20height%3D%2228%22%20rx%3D%223%22%20fill%3D%22%23f47100%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 16px;
  margin-top: 48px;
}
@media (min-width: 1100px) {
  .grow--lead {
    margin-left: 40px;
  }
}
@media (max-width: 743px) {
  .grow--lead {
    margin-top: 32px;
    font-size: 16px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2224%22%20viewBox%3D%220%200%206%2024%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1581%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201581%22%20width%3D%226%22%20height%3D%2224%22%20rx%3D%223%22%20fill%3D%22%23f47100%22%2F%3E%3C%2Fsvg%3E");
  }
}
.grow--img {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}
@media (max-width: 743px) {
  .grow--img {
    margin-top: 24px;
  }
}
.grow--note {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 18px;
}
@media (min-width: 1100px) {
  .grow--note {
    margin-left: 40px;
  }
}
@media (max-width: 743px) {
  .grow--note {
    font-size: 10px;
    margin-top: 24px;
  }
}

.diversion {
  padding-left: var(--content_padding);
  padding-right: var(--content_padding);
}
.diversion--inner {
  padding-top: 100px;
  padding-bottom: 140px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 743px) {
  .diversion--inner {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
.diversion--layout {
  padding-left: clamp(30px, 5.625vw, 72px);
  padding-right: clamp(30px, 5.625vw, 72px);
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: clamp(20px, 3.125vw, 40px);
  background-image: linear-gradient(to bottom, #ffd7b5 0, #fff 60%);
  background-size: auto 400px;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 743px) {
  .diversion--layout {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    flex-direction: column-reverse;
  }
}
.diversion--ttl_alphabet {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: clamp(89.2307692308px, 9.0625vw, 116px);
}
@media (max-width: 743px) {
  .diversion--ttl_alphabet {
    font-size: clamp(83px, 22.1333333333vw, 100px);
    line-height: 1;
  }
}
.diversion--ttl_txt {
  display: block;
  font-weight: bold;
  font-size: clamp(16.1538461538px, 1.640625vw, 21px);
  line-break: anywhere;
  white-space: nowrap;
}
@media (max-width: 743px) {
  .diversion--ttl_txt {
    text-align: center;
  }
}
@media (max-width: 743px) {
  .diversion--img {
    vertical-align: bottom;
  }
}
.diversion--lead {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  line-height: 1.4;
}
.diversion--lead > .orange {
  color: #F47100;
  font-size: 48px;
}
.diversion--lead > .big {
  font-size: 48px;
}
@media (max-width: 743px) {
  .diversion--lead {
    font-size: 24px;
    margin-top: 40px;
  }
  .diversion--lead > .orange {
    font-size: 32px;
  }
  .diversion--lead > .big {
    font-size: 32px;
  }
}

.diversion_sale {
  padding-top: 64px;
}
@media (max-width: 743px) {
  .diversion_sale {
    padding-top: 40px;
  }
  .diversion_sale + .diversion_sale {
    padding-top: 56px;
  }
}
.diversion_sale--head {
  font-weight: 900;
  font-size: 32px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 743px) {
  .diversion_sale--head {
    font-size: 20px;
  }
}
.diversion_sale--ttl {
  text-align: center;
}
.diversion_sale--head + .diversion_sale--ttl {
  margin-top: 24px;
}
.diversion_sale--ttl_img-sp {
  display: none;
}
@media (max-width: 743px) {
  .diversion_sale--ttl_img {
    display: none;
  }
  .diversion_sale--ttl_img-sp {
    display: block;
    margin: 0 auto;
  }
}
.diversion_sale--content {
  margin-top: 24px;
}
@media (max-width: 743px) {
  .diversion_sale--content {
    margin-top: 12px;
  }
}

.diversion_info {
  max-width: 988px;
  margin: 0 auto;
  margin-top: 80px;
  padding: 40px;
  border: 2px solid #F47100;
}
@media (max-width: 743px) {
  .diversion_info {
    padding: 24px 20px;
  }
}
.diversion_info--ttl {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 743px) {
  .diversion_info--ttl {
    font-size: 16px;
  }
}
.diversion_info--img {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}
@media (max-width: 743px) {
  .diversion_info--img {
    margin-top: 20px;
    max-width: clamp(153px, 40.8vw, 200px);
  }
}
.diversion_info--desc {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 40px;
}
@media (max-width: 743px) {
  .diversion_info--desc {
    margin-top: 20px;
    font-size: 12px;
  }
}
.diversion_info--note {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 16px;
}
@media (max-width: 743px) {
  .diversion_info--note {
    margin-top: 8px;
    font-size: 10px;
  }
}
.diversion_info--note_link {
  color: inherit;
}

.disclaimer {
  padding: 80px var(--content_padding);
  background-color: #f2f3f5;
  scroll-margin-top: var(--header_height);
}
.disclaimer--content {
  max-width: 1100px;
  margin: 0 auto;
}
.disclaimer--head {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
}
.disclaimer--head:after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #222222;
  margin-top: 0.75em;
}
@media (max-width: 743px) {
  .disclaimer--head {
    font-size: 16px;
    column-gap: 15px;
  }
}
.disclaimer--list_item {
  font-size: 14px;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
}
.disclaimer--list_item.red {
  font-weight: bold;
  color: #DD1B1B;
}
.disclaimer--list_item.bold {
  font-weight: bold;
}
.disclaimer--list_item:before {
  content: "";
  width: 11px;
  height: 11px;
  background-color: currentColor;
  flex-shrink: 0;
  position: relative;
  top: 6px;
}
.disclaimer--list_item + .disclaimer--list_item {
  margin-top: 12px;
}
@media (max-width: 743px) {
  .disclaimer--list_item {
    font-size: 12px;
    column-gap: 8px;
  }
  .disclaimer--list_item:before {
    width: 9px;
    height: 9px;
  }
  .disclaimer--list_item + .disclaimer--list_item {
    margin-top: 4px;
  }
}
.disclaimer--desc {
  font-size: 14px;
  line-height: 1.6;
}
.disclaimer--desc.bold {
  font-weight: bold;
}
.disclaimer--desc .blue {
  font-weight: bold;
  color: #1b53a5;
}
.disclaimer--desc .orange {
  font-weight: bold;
  color: #e46100;
}
.disclaimer--desc .underline {
  text-decoration: underline;
}
.disclaimer--desc > .bold {
  font-weight: bold;
}
@media (max-width: 743px) {
  .disclaimer--desc {
    font-size: 12px;
  }
}
.disclaimer--note_list_item {
  font-size: 12px;
  line-height: 1.6;
  display: flex;
  column-gap: 7px;
}
.disclaimer--note_list_item + .disclaimer--note_list_item {
  margin-top: 8px;
}
.disclaimer--note_list_item.bold {
  font-weight: bold;
}
@media (max-width: 743px) {
  .disclaimer--note_list_item {
    font-size: 10px;
    column-gap: 5px;
  }
  .disclaimer--note_list_item + .disclaimer--note_list_item {
    margin-top: 4px;
  }
}
.disclaimer--lead {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 24px;
}
.disclaimer--jp_item {
  display: flex;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 743px) {
  .disclaimer--jp_item {
    font-size: 12px;
  }
}
.disclaimer--jp_item + .disclaimer--jp_item {
  margin-top: 12px;
}
.disclaimer--jp_item_small {
  font-size: 12px;
}
.disclaimer--example {
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 743px) {
  .disclaimer--example {
    font-size: 12px;
  }
}
.disclaimer--layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 24px;
}
@media (max-width: 743px) {
  .disclaimer--layout {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
}
.disclaimer--layout_lead {
  font-size: 14px;
  line-height: 1.6;
}
.disclaimer--layout_lead > .blue {
  font-weight: bold;
  color: #1b53a5;
}
.disclaimer--layout_lead > .orange {
  font-weight: bold;
  color: #e46100;
}
@media (max-width: 743px) {
  .disclaimer--layout_lead {
    font-size: 12px;
  }
}
.disclaimer--head + .disclaimer--list {
  margin-top: 32px;
}
@media (max-width: 743px) {
  .disclaimer--head + .disclaimer--list {
    margin-top: 24px;
  }
}
.disclaimer--list + .disclaimer--head {
  margin-top: 60px;
}
@media (max-width: 743px) {
  .disclaimer--list + .disclaimer--head {
    margin-top: 40px;
  }
}
.disclaimer--list + .disclaimer--desc {
  margin-top: 12px;
}
.disclaimer--desc + .disclaimer--head {
  margin-top: 60px;
}
@media (max-width: 743px) {
  .disclaimer--desc + .disclaimer--head {
    margin-top: 40px;
  }
}
.disclaimer--head + .disclaimer--desc {
  margin-top: 32px;
}
@media (max-width: 743px) {
  .disclaimer--head + .disclaimer--desc {
    margin-top: 24px;
  }
}
.disclaimer--lead + .disclaimer--list {
  margin-top: 12px;
}
.disclaimer--list + .disclaimer--note_list {
  margin-top: 24px;
}
@media (max-width: 743px) {
  .disclaimer--list + .disclaimer--note_list {
    margin-top: 12px;
  }
}
.disclaimer--note_list + .disclaimer--desc {
  margin-top: 32px;
}
.disclaimer--desc + .disclaimer--jp_list {
  margin-top: 24px;
}
.disclaimer--desc + .disclaimer--example {
  margin-top: 24px;
}
.disclaimer--jp_list + .disclaimer--head {
  margin-top: 60px;
}
@media (max-width: 743px) {
  .disclaimer--jp_list + .disclaimer--head {
    margin-top: 40px;
  }
}
.disclaimer--example + .disclaimer_table {
  margin-top: 16px;
}
.disclaimer_table + .disclaimer--desc {
  margin-top: 16px;
}
.disclaimer--desc + .disclaimer--note_list {
  margin-top: 16px;
}
.disclaimer--note_list + .disclaimer--head {
  margin-top: 60px;
}
@media (max-width: 743px) {
  .disclaimer--note_list + .disclaimer--head {
    margin-top: 48px;
  }
}
.disclaimer--layout + .disclaimer--desc {
  margin-top: 16px;
}
.disclaimer--layout_lead + .disclaimer--layout_img {
  margin-top: 16px;
}
@media (max-width: 743px) {
  .disclaimer--layout_lead + .disclaimer--layout_img {
    margin-top: 8px;
  }
}
.disclaimer--note_list + .disclaimer--example {
  margin-top: 32px;
}
.disclaimer--example + .disclaimer--layout {
  margin-top: 16px;
}
.disclaimer--layout + .disclaimer_table {
  margin-top: 24px;
}
.disclaimer--note_list + .disclaimer--layout {
  margin-top: 32px;
}
@media (max-width: 743px) {
  .disclaimer--note_list + .disclaimer--lead {
    margin-top: 32px;
  }
}

.disclaimer_table {
  overflow-x: auto;
}
@media (min-width: 744px) and (max-width: 1099px) {
  .disclaimer_table {
    padding-right: 2px;
  }
}
@media (max-width: 743px) {
  .disclaimer_table {
    width: calc(100% + var(--content_padding));
    padding-right: var(--content_padding);
  }
}
.disclaimer_table--table_wrap {
  width: 1100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.disclaimer_table--arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_11%22%20data-name%3D%22%E5%90%88%E4%BD%93%2011%22%20d%3D%22M-1240-2890h-20v-22h20v-9l20%2C20-20%2C20Z%22%20transform%3D%22translate%281260%202921%29%22%20fill%3D%22%233f73d3%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.disclaimer_table--table {
  display: block;
  border-top: 1px solid #CACACA;
  border-left: 1px solid #CACACA;
  width: fit-content;
}
.disclaimer_table--thead {
  display: block;
}
.disclaimer_table--tr {
  display: grid;
  grid-template-columns: repeat(7, 157px);
}
.disclaimer_table--tr-4 {
  grid-template-columns: repeat(4, 157px);
}
.disclaimer_table--tr-1 {
  grid-template-columns: repeat(1, 157px);
}
.disclaimer_table--th {
  border-right: 1px solid #CACACA;
  border-bottom: 1px solid #CACACA;
  background-color: #f3f2f1;
  font-size: 12px;
  line-height: 1.6;
  padding-top: 9px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.disclaimer_table--th.double {
  grid-column: span 2;
}
.disclaimer_table--th.pink {
  background-color: #f4e4d9;
}
.disclaimer_table--th.blue {
  background-color: #cde6f9;
}
.disclaimer_table--th.fwn {
  font-weight: normal;
}
.disclaimer_table--tbody {
  display: block;
}
.disclaimer_table--td {
  border-right: 1px solid #CACACA;
  border-bottom: 1px solid #CACACA;
  background-color: #fff;
  font-size: 12px;
  line-height: 1.6;
  padding-top: 9px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.disclaimer_table--td.double {
  grid-column: span 2;
}
.disclaimer_table--td.blue {
  background-color: #cde6f9;
}
.disclaimer_table--td.green {
  background-color: #cde8e1;
}
.disclaimer_table--td > b {
  font-weight: normal;
  border: 2px dotted #537dbb;
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: -4px;
  margin-bottom: -4px;
  text-align: center;
  width: 72px;
}

.disclaimer_cost {
  padding-top: 60px;
  line-height: 1.6;
}
.disclaimer_cost--head {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
}
.disclaimer_cost--head:after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #222222;
  margin-top: 0.75em;
}
@media (max-width: 743px) {
  .disclaimer_cost--head {
    font-size: 16px;
    column-gap: 15px;
  }
}
.disclaimer_cost--desc {
  font-size: 14px;
  margin-top: 32px;
}
@media (max-width: 743px) {
  .disclaimer_cost--desc {
    font-size: 12px;
    margin-top: 24px;
  }
}
.disclaimer_cost--lead {
  font-weight: bold;
  font-size: 14px;
  margin-top: 40px;
}
@media (max-width: 743px) {
  .disclaimer_cost--lead {
    margin-top: 32px;
    font-size: 12px;
  }
}
.disclaimer_cost--label {
  font-weight: bold;
  margin-top: 16px;
  font-size: 14px;
}
@media (max-width: 743px) {
  .disclaimer_cost--label {
    font-size: 12px;
  }
}
.disclaimer_cost--note_head {
  font-size: 14px;
  margin-top: 12px;
}
@media (max-width: 743px) {
  .disclaimer_cost--note_head {
    margin-top: 8px;
    font-size: 12px;
  }
}
.disclaimer_cost--note {
  margin-top: 8px;
  font-size: 14px;
}
.disclaimer_cost--note > .red {
  color: #dd1b1b;
}
.disclaimer_cost--note > .bold {
  font-weight: bold;
}
@media (max-width: 743px) {
  .disclaimer_cost--note {
    margin-top: 4px;
    font-size: 12px;
  }
}
.disclaimer_cost--list {
  margin-top: 8px;
}
.disclaimer_cost--list + .disclaimer_cost--list {
  margin-top: 24px;
}
@media (max-width: 743px) {
  .disclaimer_cost--list + .disclaimer_cost--list {
    margin-top: 16px;
  }
}
.disclaimer_cost--list_item {
  font-size: 12px;
  display: flex;
  column-gap: 7px;
}
.disclaimer_cost--list_item + .disclaimer_cost--list_item {
  margin-top: 8px;
}
@media (max-width: 743px) {
  .disclaimer_cost--list_item {
    font-size: 10px;
  }
}
.disclaimer_cost--list + .disclaimer_cost--note_head {
  margin-top: 24px;
}
.disclaimer_cost--note + .disclaimer_cost--note_head {
  margin-top: 24px;
}

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