@charset "UTF-8";
html {
  font-size: 10px;
}

body {
  background: #EAEAEA;
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=80)';
  opacity: 0.8;
}

a {
  color: #000;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
  height: auto;
}

div,
p {
  /*word-break: break-all;*/
}

ul,
ol,
li {
  list-style: none;
}

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,
nav,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ul,
ol,
li {
  list-style: none;
}

body,
td,
th,
input,
textarea {
  color: #25282D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1.8;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

figure,
picture {
  line-height: 0;
}

picture {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
}

.container {
  overflow: hidden;
}

@media screen and (min-width: 769px), print {
  .footer {
    background: #0E57BE;
    text-align: center;
    padding: 18px 0;
  }
  .footer__menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__menu li a {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8;
    color: #fff;
  }
  .footer__menu li + li:before {
    content: '｜';
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8;
    color: #fff;
  }
  .footer__copy {
    color: #A2BBDF;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 13px;
  }
  a[href^='tel'] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .row {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
  }
  .container {
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto;
  }
  .main {
    background: #fff;
    padding: 50px 0 62px;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .mv {
    text-align: center;
    font-weight: bold;
    font-size: 3.2rem;
    line-height: 1.8;
  }
  .privacy p {
    font-size: 1.6rem;
  }
  .banner__txt {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8;
    color: #757575;
    margin-top: 10px;
  }
  .block {
    margin-top: 60px;
  }
  .block__ttl {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    padding-top: 15px;
    margin-bottom: 38px;
  }
  .block__ttl:before {
    content: '';
    width: 80px;
    height: 3px;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #07367F), color-stop(50%, #BBBBBB));
    background: -webkit-linear-gradient(left, #07367F 50%, #BBBBBB 50%);
    background: -moz- oldlinear-gradient(left, #07367F 50%, #BBBBBB 50%);
    background: linear-gradient(to right, #07367F 50%, #BBBBBB 50%);
    position: absolute;
    top: 0;
    left: 0;
  }
  .block p + p {
    margin-top: 32px;
  }
  .block p .red {
    color: #FF4649;
  }
  .block p .blue {
    color: #116CDD;
  }
  .block p .yellow {
    background: #f2c94c;
  }
  .block__list {
    margin-top: 28px;
    margin-bottom: 30px;
  }
  .block__list ul {
    -moz-border-radius: 10px;
         border-radius: 10px;
    border: 3px solid #116CDD;
    width: -moz-fit-content;
    width: fit-content;
    padding: 22px 21px 30px;
  }
  .block__list ul li {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.8;
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 1px;
  }
  .block__list ul li + li {
    margin-top: 7px;
  }
  .block__list ul li:before {
    content: '';
    width: 25px;
    height: 20px;
    background: url("../img/ic_check.png") center/100% 100% no-repeat;
    display: inline-block;
    margin-right: 4px;
  }
  .block-img {
    margin-top: 30px;
  }
  .block-img img {
    width: 872px;
  }
  .block-img-sm {
    width: 655px;
    text-align: center;
    margin: 41px auto 0;
  }
  .block-img-sm img {
    width: 100%;
  }
  .block-img-sm figcaption {
    text-align: left;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8;
    color: #5B5B5B;
    margin-top: 9px;
  }
  .block-banner {
    margin-top: 43px;
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.12);
         box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.12);
    position: relative;
  }
  .block-banner a {
    position: absolute;
    width: 100%;
    height: 24%;
    bottom: 24px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    opacity: 0;
  }
  .block-banner a:hover {
    opacity: .3;
  }
  .message {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 40px;
  }
  .message + .message {
    margin-top: 30px;
  }
  .message__avatar {
    width: 84px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 36px;
  }
  .message__txt {
    border: 2px solid #E5E5E5;
    -moz-border-radius: 10px;
         border-radius: 10px;
    max-width: 656px;
    padding: 21px 15px 22px;
    -moz-box-shadow: 0 0 10px #0000000F;
         box-shadow: 0 0 10px #0000000F;
    position: relative;
  }
  .message__txt:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 16px solid #EEEEEE;
    position: absolute;
    top: 21px;
    left: -17px;
  }
  .message__txt:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 16px solid #fff;
    position: absolute;
    top: 21px;
    left: -13px;
  }
  .message__txt p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .message--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .message--reverse .message__avatar {
    margin-right: 0;
    margin-left: 32px;
  }
  .message--reverse .message__txt {
    padding: 21px 9px 20px 19px;
  }
  .message--reverse .message__txt:before {
    border-right: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #EEEEEE;
    left: inherit;
    right: -17px;
  }
  .message--reverse .message__txt:after {
    border-right: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #fff;
    left: inherit;
    right: -13px;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    background: #0E57BE;
    text-align: center;
    padding: 5.07246vw 0;
  }
  .footer__menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__menu li a {
    font-size: 3.38164vw;
    font-weight: 400;
    line-height: 1.8;
    color: #fff;
  }
  .footer__menu li + li:before {
    content: '｜';
    display: inline-block;
    font-size: 3.38164vw;
    font-weight: 400;
    line-height: 1.8;
    color: #fff;
  }
  .footer__copy {
    color: #A2BBDF;
    font-size: 2.89855vw;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 3.1401vw;
  }
  body,
  td,
  th,
  input,
  textarea {
    font-size: 3.86473vw;
    line-height: 1.75;
  }
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  .main {
    background: #fff;
    padding: 3.62319vw 0 10.38647vw;
  }
  .mv {
    text-align: center;
    font-weight: bold;
    font-size: 5.7971vw;
    line-height: 1.8;
  }
  .privacy p {
    font-size: 3.38164vw;
  }
  .banner__txt {
    font-size: 2.89855vw;
    font-weight: 400;
    line-height: 1.8;
    color: #757575;
    margin-top: 3.38164vw;
  }
  .block {
    margin-top: 12.56039vw;
  }
  .block__ttl {
    font-size: 5.7971vw;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    padding-top: 3.62319vw;
    margin-bottom: 7.48792vw;
  }
  .block__ttl:before {
    content: '';
    width: 9.66184vw;
    height: 0.48309vw;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #07367F), color-stop(50%, #BBBBBB));
    background: -webkit-linear-gradient(left, #07367F 50%, #BBBBBB 50%);
    background: -moz- oldlinear-gradient(left, #07367F 50%, #BBBBBB 50%);
    background: linear-gradient(to right, #07367F 50%, #BBBBBB 50%);
    position: absolute;
    top: 0;
    left: 0;
  }
  .block p + p {
    margin-top: 7.72947vw;
  }
  .block p .red {
    color: #FF4649;
  }
  .block p .blue {
    color: #116CDD;
  }
  .block p .yellow {
    background: #f2c94c;
  }
  .block__list {
    margin-top: 7.72947vw;
    margin-bottom: 7.48792vw;
  }
  .block__list ul {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    border: 0.72464vw solid #116CDD;
    padding: 3.86473vw 3.86473vw 5.7971vw;
  }
  .block__list ul li {
    font-size: 3.86473vw;
    font-weight: 700;
    line-height: 1.8;
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 0.72464vw;
  }
  .block__list ul li + li {
    margin-top: 0.96618vw;
  }
  .block__list ul li:before {
    content: '';
    width: 4.83092vw;
    height: 4.10628vw;
    background: url("../img/ic_check.png") center/100% 100% no-repeat;
    display: inline-block;
    margin-right: 1.69082vw;
    position: relative;
    top: 0.48309vw;
  }
  .block-img {
    margin-top: 11.11111vw;
    margin-left: -3.62319vw;
  }
  .block-img-sm {
    width: 100%;
    text-align: center;
    margin: 9.90338vw auto 0;
  }
  .block-img-sm img {
    width: 100%;
  }
  .block-img-sm figcaption {
    text-align: left;
    font-size: 2.89855vw;
    font-weight: 400;
    line-height: 1.8;
    color: #5B5B5B;
  }
  .block-banner {
    margin-top: 9.42029vw;
    -moz-box-shadow: 0.96618vw 0.96618vw 2.41546vw rgba(0, 0, 0, 0.12);
         box-shadow: 0.96618vw 0.96618vw 2.41546vw rgba(0, 0, 0, 0.12);
    position: relative;
  }
  .block-banner a {
    position: absolute;
    width: 100%;
    height: 20%;
    bottom: 2.86473vw;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    opacity: 0;
  }
  .block-banner a:hover {
    opacity: .3;
  }
  .message {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 7.72947vw;
  }
  .message + .message {
    margin-top: 4.83092vw;
  }
  .message__avatar {
    width: 14.25121vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 4.34783vw;
  }
  .message__txt {
    border: 2px solid #E5E5E5;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 2.17391vw 3.62319vw 2.89855vw;
    -moz-box-shadow: 0 0 2.41546vw #0000000F;
         box-shadow: 0 0 2.41546vw #0000000F;
    position: relative;
  }
  .message__txt:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 1.69082vw solid transparent;
    border-bottom: 1.69082vw solid transparent;
    border-right: 2.41546vw solid #EEEEEE;
    position: absolute;
    top: 4.10628vw;
    left: -2.657vw;
  }
  .message__txt:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 1.69082vw solid transparent;
    border-bottom: 1.69082vw solid transparent;
    border-right: 2.41546vw solid #fff;
    position: absolute;
    top: 4.10628vw;
    left: -1.93237vw;
  }
  .message__txt p {
    font-size: 3.38164vw;
    line-height: 1.8;
  }
  .message__txt p + p {
    margin-top: 6.28019vw;
  }
  .message--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .message--reverse .message__avatar {
    margin-right: 0;
    margin-left: 4.58937vw;
  }
  .message--reverse .message__txt {
    padding: 2.17391vw 3.38164vw 2.89855vw 4.34783vw;
  }
  .message--reverse .message__txt:before {
    border-right: none;
    border-top: 1.69082vw solid transparent;
    border-bottom: 1.69082vw solid transparent;
    border-left: 2.41546vw solid #EEEEEE;
    left: inherit;
    right: -2.657vw;
  }
  .message--reverse .message__txt:after {
    border-right: none;
    border-top: 1.69082vw solid transparent;
    border-bottom: 1.69082vw solid transparent;
    border-left: 2.41546vw solid #fff;
    left: inherit;
    right: -1.93237vw;
  }
  .btn-sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 0;
    background: #fff;
    text-align: center;
    padding: 2.41546vw 0;
  }
  .btn-sp img {
    width: 92.51208vw;
  }
  .toppage .container {
    padding-bottom: 19.56522vw;
  }
}

.effect {
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, transform, -moz-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform, -moz-transform;
}

.delay03 {
  -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.delay06 {
  -webkit-transition-delay: 0.4s;
     -moz-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.delay09 {
  -webkit-transition-delay: 0.6s;
     -moz-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay12 {
  -webkit-transition-delay: 0.8s;
     -moz-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.delay15 {
  -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
          transition-delay: 1s;
}

.delay18 {
  -webkit-transition-delay: 1.2s;
     -moz-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.delay21 {
  -webkit-transition-delay: 1.4s;
     -moz-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

.fadeInUp {
  -webkit-transform: translate3d(0, 50px, 0);
     -moz-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  opacity: 0;
}

.fadeInUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.fadeInDown {
  -webkit-transform: translate3d(0, -50px, 0);
     -moz-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
  opacity: 0;
}

.fadeInDown.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.fadeInRight {
  -webkit-transform: translate3d(-50px, 0, 0);
     -moz-transform: translate3d(-50px, 0, 0);
          transform: translate3d(-50px, 0, 0);
  opacity: 0;
}

.fadeInRight.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.fadeInLeft {
  -webkit-transform: translate3d(50px, 0, 0);
     -moz-transform: translate3d(50px, 0, 0);
          transform: translate3d(50px, 0, 0);
  opacity: 0;
}

.fadeInLeft.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}



/* 2025/1/31 */
.media {
  margin: 8rem 0;
}
.media p {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .media {
    margin: 6rem 0;
  }
  .media p {
    margin-top: 3rem;
  }
}