@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 300;
  src: url('/common/fonts/NotoSansCJKjp-DemiLight.woff') format('woff');
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

::selection {
  background: #0075c1;
  color: #fff;
}

html {
  font-size: 100%;
  overflow-y: scroll;
}

body {
  color: #212121;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}

@media screen and (max-width: 767.99px) {
  .c-br.is-pc {
    display: none;
  }
}

@media print, (min-width: 768px) {
  .c-br.is-sp {
    display: none;
  }
}

.c-btn__lb {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0d75c1;
}

@media print, (min-width: 768px) {
  .c-btn__lb {
    width: 100px;
    height: 70px;
  }
}

@media screen and (max-width: 767.99px) {
  .c-btn__lb {
    flex: 25.42373;
    height: 48px;
  }
}

.c-btn__ag {
  display: block;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  background: #fff;
  mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
  transition: transform 400ms cubic-bezier(.215, .61, .355, 1) 30ms, opaity 400ms cubic-bezier(.215, .61, .355, 1) 30ms, background-color 400ms cubic-bezier(.215, .61, .355, 1) 30ms;
}

.c-btn__ag:nth-child(1) {
  transform: translate(0, -50%);
}

@media print, (min-width: 768px) {
  .c-btn__ag:nth-child(1) {
    right: 19px;
  }
}

@media screen and (max-width: 767.99px) {
  .c-btn__ag:nth-child(1) {
    right: 13px;
  }
}

.c-btn__ag:nth-child(2) {
  transform: translate(-40px, -50%);
  left: 19px;
}

.c-btn__t {
  display: block;
}

@media screen and (max-width: 767.99px) {
  .c-btn__t {
    padding-right: 15px;
  }
}

.c-btn__mn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #156082;
  background: #156082;
  overflow: hidden;
  transition: background-color 300ms cubic-bezier(.215, .61, .355, 1), color 300ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .c-btn__mn {
    width: 340px;
    height: 70px;
  }
}

@media screen and (max-width: 767.99px) {
  .c-btn__mn {
    flex: 74.57627;
    height: 48px;
  }
}

.c-btn a {
  display: flex;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

@media print, (min-width: 768px) {
  .c-btn a {
    font-size: 23px;
  }
}

@media screen and (max-width: 767.99px) {
  .c-btn a {
    font-size: 16px;
  }
}

@media print, (min-width: 768px) {
  .c-btn a:hover .c-btn__mn,
  .c-btn a:active .c-btn__mn {
    background-color: transparent;
    color: #156082;
  }
  .c-btn a:hover .c-btn__ag,
  .c-btn a:active .c-btn__ag {
    background: #156082;
  }
  .c-btn a:hover .c-btn__ag:nth-child(1),
  .c-btn a:active .c-btn__ag:nth-child(1) {
    transform: translate(40px, -50%);
  }
  .c-btn a:hover .c-btn__ag:nth-child(2),
  .c-btn a:active .c-btn__ag:nth-child(2) {
    transform: translate(0, -50%);
  }
}

.simple-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.simple-header__in {
  position: relative;
}

@media print, (min-width: 768px) {
  .simple-header__in {
    min-width: 1140px;
    height: 110px;
  }
}

@media screen and (max-width: 767.99px) {
  .simple-header__in {
    height: 65px;
  }
}

.simple-header__lg {
  position: absolute;
  line-height: 1;
}

@media print, (min-width: 768px) {
  .simple-header__lg {
    left: clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px);
    top: 36px;
    width: 267px;
    height: 38px;
  }
}

@media screen and (max-width: 767.99px) {
  .simple-header__lg {
    left: 20px;
    top: 20.5px;
    width: 170px;
    height: 24px;
  }
}

.simple-header__lg a {
  display: block;
  position: relative;
  height: 100%;
}

.simple-header__lg img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.l-footer {
  position: relative;
  background: #fff;
  font-family: 'NotoSansCJKjp', sans-serif;
  font-weight: 300;
}

@media print, (min-width: 768px) {
  .l-footer {
    padding: 75px 0;
  }
}

@media screen and (max-width: 767.99px) {
  .l-footer {
    padding: 40px 0;
  }
}

.l-footer__lg {
  line-height: 1.1;
  text-align: center;
}

.l-footer__lg a {
  display: inline-block;
  vertical-align: top;
}

.l-footer__lg a img {
  width: 258px;
  height: 50px;
  vertical-align: top;
}

.l-footer__nv {
  line-height: 1.4;
  text-align: center;
}

@media print, (min-width: 768px) {
  .l-footer__nv {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767.99px) {
  .l-footer__nv {
    margin-top: 25px;
  }
}

@media print, (min-width: 768px) {
  .l-footer__nv > li {
    display: inline-block;
    margin-left: 50px;
  }
}

@media screen and (max-width: 767.99px) {
  .l-footer__nv > li {
    margin: 12px auto 0;
  }
}

.l-footer__nv > li a {
  transition: opacity 300ms cubic-bezier(.215, .61, .355, 1);
  display: inline-block;
  position: relative;
  color: #000;
  text-decoration: none;
}

@media print, (min-width: 768px) {
  .l-footer__nv > li a {
    font-size: 15px;
  }
}

@media screen and (max-width: 767.99px) {
  .l-footer__nv > li a {
    font-size: 12px;
  }
}

.l-footer__nv > li a > span {
  display: inline-block;
  position: relative;
  background: #000;
  vertical-align: 10%;
}

@media print, (min-width: 768px) {
  .l-footer__nv > li a > span {
    width: 8px;
    height: 8px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767.99px) {
  .l-footer__nv > li a > span {
    width: 10px;
    height: 7px;
    margin-left: 7px;
  }
}

.l-footer__nv > li a > span::before,
.l-footer__nv > li a > span::after {
  content: '';
  display: block;
  position: absolute;
  background: #000;
}

.l-footer__nv > li a > span::before {
  left: -2px;
  top: 1px;
  width: 1px;
}

@media print, (min-width: 768px) {
  .l-footer__nv > li a > span::before {
    height: 9px;
  }
}

@media screen and (max-width: 767.99px) {
  .l-footer__nv > li a > span::before {
    height: 8px;
  }
}

.l-footer__nv > li a > span::after {
  left: -2px;
  height: 1px;
}

@media print, (min-width: 768px) {
  .l-footer__nv > li a > span::after {
    top: 9px;
    width: 9px;
  }
}

@media screen and (max-width: 767.99px) {
  .l-footer__nv > li a > span::after {
    top: 8px;
    width: 10px;
  }
}

@media print, (min-width: 768px) {
  .l-footer__nv > li a:hover,
  .l-footer__nv > li a:active {
    opacity: .5;
  }
}

@media print, (min-width: 768px) {
  .l-footer__nv > li:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 767.99px) {
  .l-footer__nv > li:first-child {
    margin: 0 auto;
  }
}

.l-footer__cp {
  color: #000;
  line-height: 1.4;
  text-align: center;
}

@media print, (min-width: 768px) {
  .l-footer__cp {
    margin-top: 50px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767.99px) {
  .l-footer__cp {
    margin-top: 25px;
    font-size: 12px;
  }
}

.l-wrapper {
  overflow: hidden;
}

@media print, (min-width: 768px) {
  .l-wrapper {
    min-width: 1140px;
  }
}

@media print, (min-width: 768px) {
  .l-headerHeight {
    height: 110px;
  }
}

@media screen and (max-width: 767.99px) {
  .l-headerHeight {
    height: 65px;
  }
}

.m-keyvis__mn {
  position: relative;
}

@media print, (min-width: 768px) {
  .m-keyvis__mn {
    height: 516px;
    background: url(/madori/advice_2/images/bg_keyvis01.webp) no-repeat 50%/cover;
  }
}

@media screen and (max-width: 767.99px) {
  .m-keyvis__mn {
    height: 414px;
    background: url(/madori/advice_2/images/bg_keyvis01_sp.webp) no-repeat 50%/cover;
  }
}

.m-keyvis__hd {
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
}

.m-keyvis__s {
  display: block;
  width: fit-content;
  margin: 0 auto;
  border: 1px solid #0d75c1;
  border-radius: 99px;
  color: #0d75c1;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

@media print, (min-width: 768px) {
  .m-keyvis__s {
    padding: 12px 30px;
    font-size: 24px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-keyvis__s {
    padding: 10px 25px;
    font-size: 20px;
  }
}

.m-keyvis__tt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 13px;
}

@media print, (min-width: 768px) {
  .m-keyvis__tt {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-keyvis__tt {
    margin-top: 28px;
  }
}

.m-keyvis__tt > span {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 3px 5px;
  background: #fff;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

@media print, (min-width: 768px) {
  .m-keyvis__tt > span {
    font-size: 38px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-keyvis__tt > span {
    font-size: 30px;
  }
}

.m-keyvis__p {
  position: absolute;
  left: 50%;
  aspect-ratio: 909/519;
  transform: translateX(-50%);
}

@media print, (min-width: 768px) {
  .m-keyvis__p {
    top: 260px;
    width: 454.5px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-keyvis__p {
    top: 239px;
    width: 310px;
  }
}

.m-keyvis__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media print, (min-width: 768px) {
  .m-keyvis__sb {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-keyvis__sb {
    margin: 30px 30px 0;
  }
}

@media print, (min-width: 768px) {
  .m-keyvis__bt {
    width: fit-content;
    margin: 0 auto;
  }
}

@media print, (min-width: 768px) {
  .m-keyvis__nl {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-keyvis__nl {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-keyvis__nl__m {
    white-space: nowrap;
  }
}

@media screen and (max-width: 767.99px) {
  .m-keyvis__nl__t {
    flex: 1;
  }
}

.m-keyvis__nl > li {
  line-height: 1.5;
}

@media print, (min-width: 768px) {
  .m-keyvis__nl > li {
    font-size: 14px;
    text-align: center;
  }
}

@media screen and (max-width: 767.99px) {
  .m-keyvis__nl > li {
    display: flex;
    font-size: 12px;
  }
}

@media print, (min-width: 768px) {
  .m-lead {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-lead {
    margin-top: 60px;
  }
}

.m-lead__tt {
  font-weight: 500;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-lead__tt {
    margin-bottom: 60px;
    font-size: 28px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767.99px) {
  .m-lead__tt {
    margin-bottom: 30px;
    font-size: 21px;
    line-height: 1.45;
  }
}

.m-lead__ld {
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-lead__ld {
    margin-bottom: 30px;
    font-size: 24px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-lead__ld {
    margin-bottom: 20px;
    font-size: 19px;
  }
}

.m-lead__ls {
  display: flex;
}

@media print, (min-width: 768px) {
  .m-lead__ls {
    justify-content: center;
    gap: 30px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-lead__ls {
    flex-direction: column;
    gap: 10px;
    max-width: 315px;
    margin: 0 auto;
    padding: 0 30px;
  }
}

.m-lead__ls__s {
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-lead__ls__s {
    margin-bottom: 5px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-lead__ls__s {
    margin-bottom: 3px;
    font-size: 14px;
  }
}

.m-lead__ls__t {
  color: #156082;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-lead__ls__t {
    font-size: 22px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-lead__ls__t {
    font-size: 16px;
  }
}

.m-lead__ls > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 50%;
  background: #efefef;
}

@media print, (min-width: 768px) {
  .m-lead__ls > li {
    width: 290px;
    aspect-ratio: 1;
  }
}

@media screen and (max-width: 767.99px) {
  .m-lead__ls > li {
    height: 120px;
    padding-bottom: 10px;
  }
}

@media print, (min-width: 768px) {
  .m-lead__bt {
    width: fit-content;
    margin: 45px auto 0;
  }
}

@media screen and (max-width: 767.99px) {
  .m-lead__bt {
    margin: 30px 30px 0;
  }
}

@media print, (min-width: 768px) {
  .m-style {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style {
    margin-top: 70px;
  }
}

.m-style__tt {
  font-weight: 500;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-style__tt {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style__tt {
    margin-bottom: 25px;
    font-size: 21px;
    line-height: 1.45;
  }
}

.m-style__bd {
  background: #efefef;
}

.m-style__gl {
  position: relative;
  overflow: hidden;
  visibility: hidden;
  cursor: grab;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media print, (min-width: 768px) {
  .m-style__gl {
    width: 840px;
    margin: 0 auto;
  }
}

.m-style__gl__uw {
  pointer-events: none;
}

.m-style__gl__uw__in {
  width: 800%;
}

.m-style__gl__uw__in2 {
  transform: translateX(-25%);
}

.m-style__gl__uw__in5 {
  display: flex;
}

.m-style__gl__u {
  width: 12.5%;
}

@media print, (min-width: 768px) {
  .m-style__gl__u__tk {
    min-height: auto !important;
    padding: 40px 0;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style__gl__u__tk {
    padding: 20px 0;
  }
}

.m-style__gl__u__tk__sc {
  display: flex;
  align-items: center;
  position: relative;
}

@media print, (min-width: 768px) {
  .m-style__gl__u__tk__sc {
    padding: 12px 0;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style__gl__u__tk__sc {
    min-height: 63px;
    padding: 10px 0;
  }
}

.m-style__gl__u__tk__sc__p {
  position: absolute;
  line-height: 1;
}

.m-style__gl__u__tk__sc__p img {
  vertical-align: top;
}

@media print, (min-width: 768px) {
  .m-style__gl__u__tk__sc__p img {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style__gl__u__tk__sc__p img {
    width: 60px;
    height: 60px;
  }
}

.m-style__gl__u__tk__sc__t {
  position: relative;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .16));
  border-radius: 15px;
  background: #fff;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-style__gl__u__tk__sc__t {
    padding: 9px 20px;
    font-size: 19px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style__gl__u__tk__sc__t {
    padding: 9px 15px;
    font-size: 16px;
  }
}

.m-style__gl__u__tk__sc__t::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  background: url(/madori/advice_2/images/bg_style_tk01.svg) no-repeat 0 0/contain;
}

@media print, (min-width: 768px) {
  .m-style__gl__u__tk__sc__t::before {
    width: 17px;
    height: 17px;
    margin-top: -8px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style__gl__u__tk__sc__t::before {
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
}

.m-style__gl__u__tk__sc:nth-child(2n+1) {
  justify-content: flex-end;
}

@media print, (min-width: 768px) {
  .m-style__gl__u__tk__sc:nth-child(2n+1) {
    padding-right: 175px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style__gl__u__tk__sc:nth-child(2n+1) {
    padding-right: 115px;
  }
}

@media print, (min-width: 768px) {
  .m-style__gl__u__tk__sc:nth-child(2n+1) .m-style__gl__u__tk__sc__p {
    right: 70px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style__gl__u__tk__sc:nth-child(2n+1) .m-style__gl__u__tk__sc__p {
    right: 30px;
  }
}

@media print, (min-width: 768px) {
  .m-style__gl__u__tk__sc:nth-child(2n+1) .m-style__gl__u__tk__sc__t::before {
    right: -17px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style__gl__u__tk__sc:nth-child(2n+1) .m-style__gl__u__tk__sc__t::before {
    right: -15px;
  }
}

.m-style__gl__u__tk__sc:nth-child(2n+2) {
  justify-content: flex-start;
}

@media print, (min-width: 768px) {
  .m-style__gl__u__tk__sc:nth-child(2n+2) {
    padding-left: 175px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style__gl__u__tk__sc:nth-child(2n+2) {
    padding-left: 115px;
  }
}

@media print, (min-width: 768px) {
  .m-style__gl__u__tk__sc:nth-child(2n+2) .m-style__gl__u__tk__sc__p {
    left: 70px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style__gl__u__tk__sc:nth-child(2n+2) .m-style__gl__u__tk__sc__p {
    left: 30px;
  }
}

.m-style__gl__u__tk__sc:nth-child(2n+2) .m-style__gl__u__tk__sc__t {
  color: #156082;
}

.m-style__gl__u__tk__sc:nth-child(2n+2) .m-style__gl__u__tk__sc__t::before {
  transform: scaleX(-1);
}

@media print, (min-width: 768px) {
  .m-style__gl__u__tk__sc:nth-child(2n+2) .m-style__gl__u__tk__sc__t::before {
    left: -17px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style__gl__u__tk__sc:nth-child(2n+2) .m-style__gl__u__tk__sc__t::before {
    left: -15px;
  }
}

@media print, (min-width: 768px) {
  .m-style__gl__u__pw__in {
    width: 595px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style__gl__u__pw__in {
    margin: 0 20px;
  }
}

.m-style__gl__u__pw__in2 {
  position: relative;
}

@media print, (min-width: 768px) {
  .m-style__gl__u__pw__in2 {
    padding-top: 47.05882%;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style__gl__u__pw__in2 {
    padding-top: 78.87324%;
  }
}

.m-style__gl__u__pw img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

@media print, (min-width: 768px) {
  .m-style__gl__u__tw {
    margin-top: 20px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style__gl__u__tw {
    margin-top: 17px;
    padding-bottom: 30px;
  }
}

.m-style__gl__u__tw__t {
  color: #156082;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-style__gl__u__tw__t {
    font-size: 20px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style__gl__u__tw__t {
    font-size: 16px;
  }
}

.m-style__gl__ar__u {
  position: absolute;
}

@media print, (min-width: 768px) {
  .m-style__gl__ar__u {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 767.99px) {
  .m-style__gl__ar__u {
    top: 177px;
  }
}

.m-style__gl__ar__u button {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  line-height: 1;
  cursor: pointer;
  appearance: none;
}

@media print, (min-width: 768px) {
  .m-style__gl__ar__u button {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style__gl__ar__u button {
    width: 40px;
    height: 40px;
  }
}

.m-style__gl__ar__u button > span {
  display: block;
  position: absolute;
  top: 50%;
  background: #8e8e8e;
  mask: url(/madori/advice_2/images/icon_style_gl01.svg) 0 0/contain no-repeat;
  transition: background-color 300ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-style__gl__ar__u button > span {
    width: 13px;
    height: 23px;
    margin-top: -11.5px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style__gl__ar__u button > span {
    width: 10px;
    height: 18px;
    margin-top: -9px;
  }
}

@media print, (min-width: 768px) {
  .m-style__gl__ar__u button:hover > span,
  .m-style__gl__ar__u button:active > span {
    background: #156082;
  }
}

.m-style__gl__ar__u:nth-child(1) {
  left: 0;
}

.m-style__gl__ar__u:nth-child(1) button > span {
  transform: scaleX(-1);
}

@media print, (min-width: 768px) {
  .m-style__gl__ar__u:nth-child(1) button > span {
    left: 20px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style__gl__ar__u:nth-child(1) button > span {
    left: 10px;
  }
}

.m-style__gl__ar__u:nth-child(2) {
  right: 0;
}

@media print, (min-width: 768px) {
  .m-style__gl__ar__u:nth-child(2) button > span {
    right: 20px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style__gl__ar__u:nth-child(2) button > span {
    right: 10px;
  }
}

.m-style__gl__pt {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  width: 100%;
}

@media print, (min-width: 768px) {
  .m-style__gl__pt {
    bottom: 95px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style__gl__pt {
    bottom: 76px;
  }
}

.m-style__gl__pt__u button {
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  line-height: 1;
  cursor: pointer;
  appearance: none;
}

.m-style__gl__pt__u button > span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background: #fff;
  transition: background-color 300ms cubic-bezier(.215, .61, .355, 1), transform 300ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-style__gl__pt__u button:hover > span,
  .m-style__gl__pt__u button:active > span {
    background: #156082;
  }
}

.m-style__gl__pt__u.is-cr button {
  pointer-events: none;
}

.m-style__gl__pt__u.is-cr button > span {
  background: #156082;
  transform: scale(1.5);
}

.m-style__gl.is-grabbing,
.m-style__gl.is-grabbing * {
  cursor: grabbing !important;
}

@media print, (min-width: 768px) {
  .m-offer {
    padding: 40px 0 100px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-offer {
    padding: 30px 0 60px;
  }
}

.m-offer__ar {
  width: 14px;
  height: 44px;
  background: #8e8e8e;
  clip-path: polygon(5px 0px, 9px 0px, 9px 32px, 14px 32px, 7px 44px, 0px 32px, 5px 32px);
}

@media print, (min-width: 768px) {
  .m-offer__ar {
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-offer__ar {
    margin: 0 auto 20px;
  }
}

@media print, (min-width: 768px) {
  .m-offer__hd {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-offer__hd {
    margin-bottom: 30px;
  }
}

.m-offer__tt {
  font-weight: 500;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-offer__tt {
    font-size: 28px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767.99px) {
  .m-offer__tt {
    font-size: 21px;
    line-height: 1.45;
  }
}

@media print, (min-width: 768px) {
  .m-offer__nl {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-offer__nl {
    margin: 20px 30px 0;
  }
}

@media screen and (max-width: 767.99px) {
  .m-offer__nl__m {
    white-space: nowrap;
  }
}

@media screen and (max-width: 767.99px) {
  .m-offer__nl__t {
    flex: 1;
  }
}

.m-offer__nl > li {
  line-height: 1.5;
}

@media print, (min-width: 768px) {
  .m-offer__nl > li {
    font-size: 14px;
    text-align: center;
  }
}

@media screen and (max-width: 767.99px) {
  .m-offer__nl > li {
    display: flex;
    font-size: 12px;
  }
}

.m-offer__ls {
  display: flex;
  flex-direction: column;
}

@media print, (min-width: 768px) {
  .m-offer__ls {
    gap: 60px;
    width: 800px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767.99px) {
  .m-offer__ls {
    gap: 40px;
    margin: 0 20px;
  }
}

.m-offer__ls__p {
  position: relative;
  line-height: 1;
}

@media print, (min-width: 768px) {
  .m-offer__ls__p {
    width: 695px;
    margin: 0 auto;
  }
}

.m-offer__ls__p img {
  width: 100%;
  height: auto;
  object-fit: contain;
  vertical-align: top;
}

.m-offer__ls__t {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  aspect-ratio: 1;
  box-sizing: border-box;
  border: 1px solid #156082;
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
  color: #156082;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-offer__ls__t {
    width: 200px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-offer__ls__t {
    width: 150px;
    font-size: 15px;
  }
}

.m-offer__ls > li {
  position: relative;
}

@media screen and (max-width: 767.99px) {
  .m-offer__ls > li {
    padding-bottom: 50px;
  }
}

@media print, (min-width: 768px) {
  .m-offer__bw {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-offer__bw {
    margin-top: 30px;
  }
}

.m-offer__bw__t {
  font-weight: 500;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-offer__bw__t {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767.99px) {
  .m-offer__bw__t {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.45;
  }
}

@media print, (min-width: 768px) {
  .m-offer__bw__bt {
    width: fit-content;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767.99px) {
  .m-offer__bw__bt {
    margin: 0 30px;
  }
}

.m-faq {
  background: #efefef;
}

@media print, (min-width: 768px) {
  .m-faq {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767.99px) {
  .m-faq {
    padding: 60px 0;
  }
}

.m-faq__tt {
  font-weight: 500;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-faq__tt {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767.99px) {
  .m-faq__tt {
    margin-bottom: 30px;
    font-size: 21px;
    line-height: 1.45;
  }
}

.m-faq__bd {
  display: flex;
  flex-direction: column;
}

@media print, (min-width: 768px) {
  .m-faq__bd {
    gap: 30px;
    width: 830px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767.99px) {
  .m-faq__bd {
    gap: 20px;
    margin: 0 20px;
  }
}

.m-faq__u__hd__lt {
  display: flex;
}

.m-faq__u__hd__lb {
  display: block;
}

@media print, (min-width: 768px) {
  .m-faq__u__hd__lb {
    width: 27px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-faq__u__hd__lb {
    width: 20px;
  }
}

.m-faq__u__hd__t {
  flex: 1;
}

.m-faq__u__hd__ic {
  display: block;
  position: absolute;
  top: 50%;
  aspect-ratio: 1;
  transform: translateY(-50%);
}

@media print, (min-width: 768px) {
  .m-faq__u__hd__ic {
    right: 20px;
    width: 22px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-faq__u__hd__ic {
    right: 15px;
    width: 16px;
  }
}

.m-faq__u__hd__ic::before,
.m-faq__u__hd__ic::after {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
}

.m-faq__u__hd__ic::before {
  left: 0;
  width: 100%;
  height: 2px;
}

@media print, (min-width: 768px) {
  .m-faq__u__hd__ic::before {
    top: 10px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-faq__u__hd__ic::before {
    top: 7px;
  }
}

.m-faq__u__hd__ic::after {
  top: 0;
  width: 2px;
  height: 100%;
  transition: transform 400ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-faq__u__hd__ic::after {
    left: 10px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-faq__u__hd__ic::after {
    left: 7px;
  }
}

.m-faq__u__hd button {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  border: none;
  background: #676f76;
  color: #fff;
  font: inherit;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
  appearance: none;
  transition: background-color 300ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-faq__u__hd button {
    min-height: 65px;
    padding: 12px 60px 12px 30px;
    font-size: 21px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-faq__u__hd button {
    min-height: 50px;
    padding: 10px 45px 10px 15px;
    font-size: 15px;
  }
}

@media print, (min-width: 768px) {
  .m-faq__u__hd button:hover,
  .m-faq__u__hd button:active {
    background: #156082;
  }
}

.m-faq__u__bd {
  display: none;
  background: #fff;
  overflow: hidden;
}

.m-faq__u__bd__in {
  display: flex;
}

@media print, (min-width: 768px) {
  .m-faq__u__bd__in {
    padding: 20px 30px 25px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-faq__u__bd__in {
    padding: 15px 15px 20px;
  }
}

.m-faq__u__lb {
  color: #156082;
  font-weight: 500;
  line-height: 1.4;
}

@media print, (min-width: 768px) {
  .m-faq__u__lb {
    width: 27px;
    font-size: 22px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-faq__u__lb {
    width: 20px;
    font-size: 15px;
  }
}

.m-faq__u__tw {
  flex: 1;
}

.m-faq__u__ld {
  color: #156082;
  font-weight: 500;
  line-height: 1.4;
}

@media print, (min-width: 768px) {
  .m-faq__u__ld {
    font-size: 22px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-faq__u__ld {
    font-size: 15px;
  }
}

.m-faq__u__t {
  margin-top: 5px;
  font-weight: 500;
  line-height: 1.5;
}

@media print, (min-width: 768px) {
  .m-faq__u__t {
    font-size: 18px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-faq__u__t {
    font-size: 14px;
  }
}

.m-faq__u__t strong {
  color: #156082;
}

.m-faq__u.is-expanded .m-faq__u__hd__ic::after {
  transform: scaleY(0);
}

@media print, (min-width: 768px) {
  .m-closing {
    padding: 80px 0 40px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-closing {
    padding: 60px 0 30px;
  }
}

.m-closing__tt {
  font-weight: 500;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-closing__tt {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767.99px) {
  .m-closing__tt {
    margin-bottom: 30px;
    font-size: 21px;
    line-height: 1.45;
  }
}

.m-closing__p {
  position: relative;
  margin: 0 auto;
  aspect-ratio: 767/490;
}

@media print, (min-width: 768px) {
  .m-closing__p {
    width: 383.5px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-closing__p {
    width: 270px;
  }
}

.m-closing__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media print, (min-width: 768px) {
  .m-closing__bt {
    width: fit-content;
    margin: 45px auto 0;
  }
}

@media screen and (max-width: 767.99px) {
  .m-closing__bt {
    margin: 30px 30px 0;
  }
}

.m-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 500;
  width: 100%;
  visibility: hidden;
  transition: visibility 0ms 500ms, transform 500ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-fixed {
    min-width: 1140px;
    transform: translateY(148px);
  }
}

@media screen and (max-width: 767.99px) {
  .m-fixed {
    transform: translateY(117px);
  }
}

.m-fixed__in {
  position: relative;
}

.m-fixed__bt {
  position: absolute;
}

@media print, (min-width: 768px) {
  .m-fixed__bt {
    right: 20px;
    bottom: 20px;
    width: 123px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-fixed__bt {
    right: 10px;
    bottom: 10px;
    width: 102px;
  }
}

.m-fixed__bt__lb {
  position: relative;
  box-sizing: border-box;
  background: #0d75c1;
  color: #fff;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-fixed__bt__lb {
    height: 37px;
    padding-top: 9px;
    font-size: 17px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-fixed__bt__lb {
    height: 31px;
    padding-top: 8px;
    font-size: 13px;
  }
}

.m-fixed__bt__t {
  position: relative;
  color: #fff;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  transition: color 300ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-fixed__bt__t {
    padding-top: 10px;
    font-size: 17px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-fixed__bt__t {
    padding-top: 7px;
    font-size: 14px;
  }
}

.m-fixed__bt a {
  display: block;
  position: relative;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #156082;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  overflow: hidden;
  transition: background-color 300ms cubic-bezier(.215, .61, .355, 1);
}

.m-fixed__bt a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #156082;
  border-radius: 50%;
}

.m-fixed__bt a::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  width: 15px;
  height: 15px;
  margin-left: -7.5px;
  background: #fff;
  mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
  transition: background-color 300ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-fixed__bt a::after {
    bottom: 9px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-fixed__bt a::after {
    bottom: 7px;
  }
}

@media print, (min-width: 768px) {
  .m-fixed__bt a:hover,
  .m-fixed__bt a:active {
    background: #fff;
  }
  .m-fixed__bt a:hover::after,
  .m-fixed__bt a:active::after {
    background: #156082;
  }
  .m-fixed__bt a:hover .m-fixed__bt__t,
  .m-fixed__bt a:active .m-fixed__bt__t {
    color: #156082;
  }
}

.m-fixed.is-visible {
  visibility: visible;
  transform: translateY(0px);
  transition: visibility 0ms, transform 500ms cubic-bezier(.215, .61, .355, 1);
}
