@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: #1a1a1a;
  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 {
  position: relative;
}

.c-btn__ag {
  display: block;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  background: #fff;
  -webkit-mask: url(/madori/advice/images/icon_angle01.svg) 0 0/contain no-repeat;
          mask: url(/madori/advice/images/icon_angle01.svg) 0 0/contain no-repeat;
  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: 8px;
  }
}

.c-btn__ag:nth-child(2) {
  transform: translate(-40px, -50%);
  left: 19px;
}

.c-btn__t > span {
  display: inline-block;
  box-sizing: border-box;
  padding: 2px 0;
  border: 1px solid #fff;
  line-height: 1;
  transition: border-color 300ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .c-btn__t > span {
    width: 54px;
    margin-right: 12px;
    font-size: 17px;
    vertical-align: 10%;
  }
}

@media screen and (max-width: 767.99px) {
  .c-btn__t > span {
    width: 42px;
    margin-right: 10px;
    font-size: 14px;
    vertical-align: 5%;
  }
}

.c-btn > a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #156082;
  background: #156082;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: border-color 300ms cubic-bezier(.215, .61, .355, 1), background-color 300ms cubic-bezier(.215, .61, .355, 1), color 300ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .c-btn > a {
    padding: 18px 0;
    font-size: 23px;
  }
}

@media screen and (max-width: 767.99px) {
  .c-btn > a {
    padding: 12px 0;
    font-size: 16px;
  }
}

@media print, (min-width: 768px) {
  .c-btn > a:hover,
  .c-btn > a:active {
    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%);
  }
  .c-btn > a:hover .c-btn__t > span,
  .c-btn > a:active .c-btn__t > span {
    border-color: #156082;
  }
}

.simple-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  background: rgba(255, 255, 255, .95);
}

.simple-header__in {
  position: relative;
}

@media print, (min-width: 768px) {
  .simple-header__in {
    min-width: 1140px;
    height: 110px;
  }
}

@media screen and (max-width: 767px) {
  .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: 767px) {
  .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;
}

.simple-header__bt {
  position: absolute;
}

@media print, (min-width: 768px) {
  .simple-header__bt {
    right: clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px);
    top: 37px;
    min-width: 210px;
  }
}

@media screen and (max-width: 767px) {
  .simple-header__bt {
    right: 20px;
    top: 18.5px;
    min-width: 100px;
  }
}

.simple-header__bt a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #156082;
  background: #156082;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background-color 300ms cubic-bezier(.215, .61, .355, 1), color 300ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .simple-header__bt a {
    height: 36px;
    padding: 0 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .simple-header__bt a {
    height: 28px;
    padding: 0 10px;
    font-size: 12px;
  }
}

@media print, (min-width: 768px) {
  .simple-header__bt a:hover,
  .simple-header__bt a:active {
    background-color: transparent;
    color: #156082;
  }
}

.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 {
  position: relative;
}

.m-keyvis__in {
  position: relative;
}

.m-keyvis__s {
  position: relative;
  z-index: 1;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-keyvis__s {
    left: 50%;
    width: 430px;
    margin-left: -520px;
    font-size: 27px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-keyvis__s {
    font-size: 22px;
  }
}

.m-keyvis__tt {
  position: relative;
  z-index: 1;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-keyvis__tt {
    left: 50%;
    width: 430px;
    margin: 17px 0 0 -520px;
    padding: 22px 0 33px;
    font-size: 39px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-keyvis__tt {
    margin-top: 15px;
    padding: 17px 0 27px;
    font-size: 32px;
  }
}

.m-keyvis__tt::before,
.m-keyvis__tt::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  background: url(/madori/advice/images/bg_keyvis02.webp) no-repeat 0 0/contain;
}

@media print, (min-width: 768px) {
  .m-keyvis__tt::before,
  .m-keyvis__tt::after {
    width: 251px;
    height: 15px;
    margin-left: -125.5px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-keyvis__tt::before,
  .m-keyvis__tt::after {
    width: 201px;
    height: 12px;
    margin-left: -100.5px;
  }
}

.m-keyvis__tt::before {
  top: 0;
}

.m-keyvis__tt::after {
  bottom: 0;
}

@media print, (min-width: 768px) {
  .m-keyvis__p {
    position: absolute;
    left: 50%;
    width: 721px;
    margin-left: -101px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-keyvis__p {
    width: 390.5px;
    margin: 5px auto 0;
    padding-left: 8px;
  }
}

.m-keyvis__p > span {
  display: block;
  position: relative;
  padding-top: 65.53398%;
}

.m-keyvis__p > span img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.m-keyvis__t {
  position: relative;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-keyvis__t {
    left: 50%;
    width: 430px;
    margin: 20px 0 0 -520px;
    font-size: 19px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-keyvis__t {
    margin-top: -30px;
    font-size: 16px;
  }
}

.m-keyvis__bt {
  position: relative;
}

@media print, (min-width: 768px) {
  .m-keyvis__bt {
    width: 436px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-keyvis__bt {
    width: 300px;
    margin: 30px auto 0;
  }
}

.m-keyvis__n {
  position: relative;
  font-weight: 400;
  line-height: 1.55;
}

@media print, (min-width: 768px) {
  .m-keyvis__n {
    margin-top: 35px;
    font-size: 14px;
    text-align: center;
  }
}

@media screen and (max-width: 767.99px) {
  .m-keyvis__n {
    width: 300px;
    margin: 20px auto 0;
    font-size: 12px;
  }
}

@media print, (min-width: 768px) {
  .m-keyvis.is-head {
    padding-top: 40px;
  }
}

@media print, (min-width: 768px) {
  .m-keyvis.is-head .m-keyvis__p {
    top: -24px;
  }
}

@media print, (min-width: 768px) {
  .m-keyvis.is-head .m-keyvis__bt {
    margin: 45px auto 0;
  }
}

@media print, (min-width: 768px) {
  .m-keyvis.is-foot {
    padding-top: 120px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-keyvis.is-foot {
    padding-top: 40px;
  }
}

@media print, (min-width: 768px) {
  .m-keyvis.is-foot .m-keyvis__p {
    top: -57px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-keyvis.is-foot .m-keyvis__t {
    display: none;
  }
}

@media print, (min-width: 768px) {
  .m-keyvis.is-foot .m-keyvis__bt {
    margin: 120px auto 0;
  }
}

@media screen and (max-width: 767.99px) {
  .m-keyvis.is-foot .m-keyvis__bt {
    margin-top: -25px;
  }
}

@media print, (min-width: 768px) {
  .m-catalog {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-catalog {
    margin-top: 40px;
  }
}

.m-catalog__bx {
  background: #f2ede6;
}

@media print, (min-width: 768px) {
  .m-catalog__bx {
    width: 1040px;
    margin: 0 auto;
    padding: 28px 0;
  }
}

@media screen and (max-width: 767.99px) {
  .m-catalog__bx {
    margin: 0 10px;
    padding: 23px 0;
  }
}

.m-catalog__bx__tt {
  margin-bottom: 20px;
  color: #4a2414;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-catalog__bx__tt {
    font-size: 18px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-catalog__bx__tt {
    font-size: 16px;
  }
}

.m-catalog__bx__p {
  line-height: 1;
}

@media print, (min-width: 768px) {
  .m-catalog__bx__p {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-catalog__bx__p {
    position: relative;
    width: 300px;
    height: 139px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767.99px) {
  .m-catalog__bx__p > span {
    display: block;
    position: absolute;
  }
}

.m-catalog__bx__p > span img {
  box-shadow: 0 4px 18px rgba(0, 0, 0, .25);
  vertical-align: top;
}

@media screen and (max-width: 767.99px) {
  .m-catalog__bx__p > span:nth-child(1) {
    right: 0;
    bottom: 0;
    z-index: 1;
  }
}

@media print, (min-width: 768px) {
  .m-catalog__bx__p > span:nth-child(1) img {
    width: 251px;
    height: 193px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-catalog__bx__p > span:nth-child(1) img {
    width: 146px;
    height: 112px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-catalog__bx__p > span:nth-child(2) {
    left: 0;
    top: 0;
  }
}

@media print, (min-width: 768px) {
  .m-catalog__bx__p > span:nth-child(2) img {
    width: 499px;
    height: 193px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-catalog__bx__p > span:nth-child(2) img {
    width: 233px;
    height: 90px;
  }
}

.m-catalog__bx__t {
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-catalog__bx__t {
    margin-top: 22px;
    font-size: 19px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-catalog__bx__t {
    margin-top: 15px;
    font-size: 17px;
  }
}

@media print, (min-width: 768px) {
  .m-catalog__bx__t > span {
    font-size: 15px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-catalog__bx__t > span {
    font-size: 13px;
  }
}

.m-catalog__n {
  position: relative;
  font-weight: 400;
  line-height: 1.55;
}

@media print, (min-width: 768px) {
  .m-catalog__n {
    margin-top: 25px;
    font-size: 14px;
    text-align: center;
  }
}

@media screen and (max-width: 767.99px) {
  .m-catalog__n {
    width: 300px;
    margin: 20px auto 0;
    font-size: 12px;
  }
}

@media print, (min-width: 768px) {
  .m-style {
    width: 840px;
    margin: 135px auto 0;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style {
    margin-top: 60px;
  }
}

@media print, (min-width: 768px) {
  .m-style__hd {
    display: flex;
    gap: 0 25px;
  }
}

@media print, (min-width: 768px) {
  .m-style__hd__c:nth-child(1) {
    padding-top: 65px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style__hd__c:nth-child(1) {
    padding-bottom: 20px;
  }
}

.m-style__hd__tt {
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-style__hd__tt {
    width: 370px;
    font-size: 28px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style__hd__tt {
    font-size: 21px;
  }
}

.m-style__hd__p {
  line-height: 1;
}

@media screen and (max-width: 767.99px) {
  .m-style__hd__p {
    text-align: center;
  }
}

@media print, (min-width: 768px) {
  .m-style__hd__p img {
    width: 384.5px;
    height: 219.5px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style__hd__p img {
    width: 277px;
    height: 158px;
  }
}

.m-style__bx {
  background: #efefef;
}

@media print, (min-width: 768px) {
  .m-style__bx {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style__bx {
    margin-top: 20px;
  }
}

.m-style__bx__p {
  line-height: 1;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-style__bx__p {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style__bx__p {
    margin-top: 20px;
  }
}

@media print, (min-width: 768px) {
  .m-style__bx__p img {
    width: 364.5px;
    height: 174px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style__bx__p img {
    width: 272px;
    height: 130px;
  }
}

.m-style__gl {
  position: relative;
  overflow: hidden;
  visibility: hidden;
  cursor: grab;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.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: 35px 0;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style__gl__u__tk {
    padding: 10px 0;
  }
}

.m-style__gl__u__tk__sc {
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px 0;
}

@media print, (min-width: 768px) {
  .m-style__gl__u__tk__sc {
    min-height: 60px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style__gl__u__tk__sc {
    min-height: 80px;
  }
}

.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: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style__gl__u__tk__sc__p img {
    width: 80px;
    height: 80px;
  }
}

.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: 10px 15px;
    font-size: 17px;
  }
}

.m-style__gl__u__tk__sc__t::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  background: url(/madori/advice/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: 210px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style__gl__u__tk__sc:nth-child(2n+1) {
    padding-right: 130px;
  }
}

@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: 210px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style__gl__u__tk__sc:nth-child(2n+2) {
    padding-left: 130px;
  }
}

@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 10px;
  }
}

.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;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style__gl__u__tw {
    margin-top: 17px;
  }
}

.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: 215px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style__gl__ar__u {
    top: 230px;
  }
}

.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;
  -webkit-mask: url(/madori/advice/images/icon_style_gl01.svg) 0 0/contain no-repeat;
          mask: url(/madori/advice/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: 55px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style__gl__pt {
    bottom: 46px;
  }
}

.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;
}

.m-style__ar {
  width: 14px;
  margin: 0 auto;
}

@media print, (min-width: 768px) {
  .m-style__ar {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767.99px) {
  .m-style__ar {
    padding: 35px 0;
  }
}

.m-style__ar > span {
  display: block;
  height: 44px;
  background: #8e8e8e;
  clip-path: polygon(5px 0px, 9px 0px, 9px 32px, 14px 32px, 7px 44px, 0px 32px, 5px 32px);
}

.m-offer {
  background: url(/madori/advice/images/bg_offer01.webp) 0 0/100px 100px;
}

@media print, (min-width: 768px) {
  .m-offer__in {
    width: 840px;
    margin: 0 auto;
    padding: 40px 0 50px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-offer__in {
    padding: 30px 0 40px;
  }
}

@media print, (min-width: 768px) {
  .m-offer__hd {
    display: flex;
    gap: 0 65px;
  }
}

@media print, (min-width: 768px) {
  .m-offer__hd__c:nth-child(1) {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-offer__hd__c:nth-child(1) {
    padding-bottom: 20px;
  }
}

.m-offer__hd__tt {
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-offer__hd__tt {
    width: 370px;
    font-size: 28px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-offer__hd__tt {
    font-size: 21px;
  }
}

.m-offer__hd__p {
  line-height: 1;
}

@media screen and (max-width: 767.99px) {
  .m-offer__hd__p {
    text-align: center;
  }
}

@media print, (min-width: 768px) {
  .m-offer__hd__p img {
    width: 340px;
    height: 217px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-offer__hd__p img {
    width: 259px;
    height: 165px;
  }
}

.m-offer__n {
  font-weight: 400;
  line-height: 1.55;
}

@media print, (min-width: 768px) {
  .m-offer__n {
    margin-top: 25px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-offer__n {
    width: 300px;
    margin: 20px auto 0;
    font-size: 12px;
  }
}

.m-offer__bd {
  margin-top: 30px;
}

.m-offer__bd__sc {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
  background: #fff;
}

@media print, (min-width: 768px) {
  .m-offer__bd__sc {
    padding: 30px 0 40px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-offer__bd__sc {
    padding: 30px 0;
  }
}

.m-offer__bd__sc__tt {
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-offer__bd__sc__tt {
    margin-bottom: 30px;
    font-size: 24px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-offer__bd__sc__tt {
    margin-bottom: 20px;
    font-size: 21px;
  }
}

.m-offer__bd__sc__p {
  line-height: 1;
}

@media print, (min-width: 768px) {
  .m-offer__bd__sc__p {
    width: 695px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767.99px) {
  .m-offer__bd__sc__p {
    margin: 0 10px;
  }
}

.m-offer__bd__sc__p > span {
  display: block;
  position: relative;
}

.m-offer__bd__sc__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

@media print, (min-width: 768px) {
  .m-offer__bd__sc:nth-child(n+2) {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-offer__bd__sc:nth-child(n+2) {
    margin-top: 30px;
  }
}

.m-offer__bd__sc:nth-child(1) .m-offer__bd__sc__p > span {
  padding-top: 57.55396%;
}

.m-offer__bd__sc:nth-child(2) .m-offer__bd__sc__p > span {
  padding-top: 59.06475%;
}

.m-offer__bd__sc:nth-child(3) .m-offer__bd__sc__p > span {
  padding-top: 59.4964%;
}

.m-apply {
  background: #efefef;
}

@media print, (min-width: 768px) {
  .m-apply {
    padding: 60px 0;
  }
}

@media screen and (max-width: 767.99px) {
  .m-apply {
    padding: 40px 0;
  }
}

.m-apply__tt {
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-apply__tt {
    margin-bottom: 40px;
    font-size: 28px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-apply__tt {
    margin-bottom: 25px;
    font-size: 21px;
  }
}

.m-apply__ul {
  margin: 0 auto;
}

@media print, (min-width: 768px) {
  .m-apply__ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    width: 610px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-apply__ul {
    width: 220px;
  }
}

.m-apply__ul__p {
  line-height: 1;
}

.m-apply__ul__p img {
  vertical-align: top;
}

@media print, (min-width: 768px) {
  .m-apply__ul__p img {
    width: 285px;
    height: 223px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-apply__ul__p img {
    width: 220px;
    height: 172px;
  }
}

.m-apply__ul__t {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  font-weight: 500;
  line-height: 1.45;
  white-space: nowrap;
}

@media print, (min-width: 768px) {
  .m-apply__ul__t {
    height: 150px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-apply__ul__t {
    height: 110px;
    font-size: 16px;
  }
}

.m-apply__ul > li {
  position: relative;
}

@media print, (min-width: 768px) {
  .m-apply__ul > li {
    width: calc(50% - 20px);
  }
}

.m-apply__ul > li:nth-child(2n+1) .m-apply__ul__t {
  text-align: right;
}

@media print, (min-width: 768px) {
  .m-apply__ul > li:nth-child(2n+1) .m-apply__ul__t {
    right: 260px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-apply__ul > li:nth-child(2n+1) .m-apply__ul__t {
    right: 200px;
  }
}

.m-apply__ul > li:nth-child(2n+2) .m-apply__ul__t {
  text-align: left;
}

@media print, (min-width: 768px) {
  .m-apply__ul > li:nth-child(2n+2) .m-apply__ul__t {
    left: 260px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-apply__ul > li:nth-child(2n+2) .m-apply__ul__t {
    left: 200px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-apply__ul > li:nth-child(n+2) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-apply__ul > li:nth-child(1) {
    left: 36px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-apply__ul > li:nth-child(2) {
    right: 60px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-apply__ul > li:nth-child(3) {
    left: 54px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-apply__ul > li:nth-child(4) {
    right: 53px;
  }
}

.m-apply__t {
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-apply__t {
    margin-top: 35px;
    font-size: 24px;
  }
}

@media screen and (max-width: 767.99px) {
  .m-apply__t {
    margin-top: 30px;
    font-size: 21px;
  }
}
