@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: inherit;
}

th {
  text-align: left;
}

img {
  width: 100%;
  vertical-align: middle;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a {
  text-decoration: none;
}

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

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input {
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  vertical-align: middle;
}

input:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

em {
  font-style: normal;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  font: inherit;
  border: none;
  outline: none;
  background: none;
  padding: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}

* {
  color: #150c15;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}

html {
  color: #150c15;
  font-size: 16px;
}

body {
  overflow-x: hidden;
}

a:hover, a:focus {
  opacity: 0.8;
}

.ly_loading {
  width: 100%;
  height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #144da0;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 10000;
}
.ly_loading.is_loaded {
  display: none !important;
}

.bl_loading {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.bl_loading_txt {
  font-size: 14px;
  color: #fcfcfc;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  -webkit-transform: translate(-50%, 100px);
          transform: translate(-50%, 100px);
}

@-webkit-keyframes load5 {
  0%, 100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
            box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%, 100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
            box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
.js_fadeIn {
  opacity: 0;
}

.hp_pl10 {
  padding-left: 10px !important;
}

.hp_mt5 {
  margin-top: 5px !important;
}

.hp_mt50 {
  margin-top: 50px !important;
}

.hp_mb15 {
  margin-bottom: 15px !important;
}

.hp_mb50 {
  margin-bottom: 50px !important;
}

.hp_mt0 {
  margin-top: 0px !important;
}

.hp_mb0 {
  margin-bottom: 0px !important;
}

.hp_pt0 {
  padding-top: 0px !important;
}

.hp_pb0 {
  padding-bottom: 0px !important;
}

.hp_mt50 {
  margin-top: 50px !important;
}

.hp_mb50 {
  margin-bottom: 50px !important;
}

.hp_pt50 {
  padding-top: 50px !important;
}

.hp_pb50 {
  padding-bottom: 50px !important;
}

.hp_mt100 {
  margin-top: 100px !important;
}

.hp_mb100 {
  margin-bottom: 100px !important;
}

.hp_pt100 {
  padding-top: 100px !important;
}

.hp_pb100 {
  padding-bottom: 100px !important;
}

.hp_mt150 {
  margin-top: 150px !important;
}

.hp_mb150 {
  margin-bottom: 150px !important;
}

.hp_pt150 {
  padding-top: 150px !important;
}

.hp_pb150 {
  padding-bottom: 150px !important;
}

.hp_mt200 {
  margin-top: 200px !important;
}

.hp_mb200 {
  margin-bottom: 200px !important;
}

.hp_pt200 {
  padding-top: 200px !important;
}

.hp_pb200 {
  padding-bottom: 200px !important;
}

.hp_mt250 {
  margin-top: 250px !important;
}

.hp_mb250 {
  margin-bottom: 250px !important;
}

.hp_pt250 {
  padding-top: 250px !important;
}

.hp_pb250 {
  padding-bottom: 250px !important;
}

.hp_mt300 {
  margin-top: 300px !important;
}

.hp_mb300 {
  margin-bottom: 300px !important;
}

.hp_pt300 {
  padding-top: 300px !important;
}

.hp_pb300 {
  padding-bottom: 300px !important;
}

.hp_mt350 {
  margin-top: 350px !important;
}

.hp_mb350 {
  margin-bottom: 350px !important;
}

.hp_pt350 {
  padding-top: 350px !important;
}

.hp_pb350 {
  padding-bottom: 350px !important;
}

.hp_mt400 {
  margin-top: 400px !important;
}

.hp_mb400 {
  margin-bottom: 400px !important;
}

.hp_pt400 {
  padding-top: 400px !important;
}

.hp_pb400 {
  padding-bottom: 400px !important;
}

.hp_mt450 {
  margin-top: 450px !important;
}

.hp_mb450 {
  margin-bottom: 450px !important;
}

.hp_pt450 {
  padding-top: 450px !important;
}

.hp_pb450 {
  padding-bottom: 450px !important;
}

.hp_mt500 {
  margin-top: 500px !important;
}

.hp_mb500 {
  margin-bottom: 500px !important;
}

.hp_pt500 {
  padding-top: 500px !important;
}

.hp_pb500 {
  padding-bottom: 500px !important;
}

.hp_mt25 {
  margin-top: 25px !important;
}

.hp_bgMain {
  background: #101841 !important;
}

.hp_bgPri {
  background-color: #144da0 !important;
}

.hp_bglGray {
  background-color: #e8ebe7 !important;
}

.hp_bglGrayGrade {
  width: 100%;
  height: 100%;
  -webkit-animation: bggradient 20s ease infinite;
          animation: bggradient 20s ease infinite;
  background: rgb(232, 235, 231);
  background: linear-gradient(160deg, rgb(232, 235, 231) 0%, rgb(207, 236, 255) 100%);
}

.hp_bglBlue {
  background-color: #EDF8FF !important;
}

.hp_bglBlueGrade {
  width: 100%;
  height: 100%;
  -webkit-animation: bggradient 20s ease infinite;
          animation: bggradient 20s ease infinite;
  background: rgb(225, 243, 255);
  background: linear-gradient(160deg, rgb(225, 243, 255) 0%, rgb(243, 251, 255) 100%);
}

.hp_bgBeige {
  background-color: #e6dfcb !important;
}

.hp_bgBeigeGrade {
  width: 100%;
  height: 100%;
  -webkit-animation: bggradient 20s ease infinite;
          animation: bggradient 20s ease infinite;
  background: rgb(230, 223, 203);
  background: linear-gradient(160deg, rgb(230, 223, 203) 0%, rgb(243, 251, 255) 100%);
}

.hp_lh125 {
  line-height: 1.25 !important;
}

.lg_br {
  display: none !important;
}

.xlg_show {
  display: none !important;
}

.hp_bgAnimationGradient {
  width: 100%;
  height: 100%;
  background: linear-gradient(15deg, rgb(232, 235, 231) 0%, rgb(237, 248, 255) 100%);
  background: linear-gradient(45deg, rgb(232, 235, 231) 0%, rgb(207, 236, 255) 100%);
  /*グラデーションを定義*/
  background-size: 200% 200%;
  /*サイズを大きくひきのばす*/
  -webkit-animation: bggradient 10s ease infinite;
          animation: bggradient 10s ease infinite;
}

@-webkit-keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.ly_header {
  height: 50px;
}

.ly_mv {
  margin-bottom: 80px;
}

.ly_sec {
  padding: 0 20px 50px;
}

.bl_header {
  margin: 0 auto;
  padding: 7px 0 0;
}
.bl_header_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1;
}
.bl_header_ttl img {
  height: 26px;
  padding-top: 5px;
}

.bl_mainMenu_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
  height: 38px;
  background-color: #70ACCE;
  border-radius: 50%;
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 9000;
}
.bl_mainMenu_btn.is_active {
  background-color: #144da0;
}
.bl_mainMenu_btn.is_active i:first-child {
  display: none;
}
.bl_mainMenu_btn.is_active i:last-child {
  display: block;
}
.bl_mainMenu_btn i {
  color: #fcfcfc;
  font-size: 20px;
}
.bl_mainMenu_btn i:first-child {
  display: block;
}
.bl_mainMenu_btn i:last-child {
  display: none;
}
.bl_mainMenu_body {
  width: 100%;
  height: 100svh;
  background-color: #e8ebe7;
  padding: 50px 20px 0;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 8000;
  overflow-y: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.bl_mainMenu_body.is_active {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.bl_mainMenu_innerBody {
  max-width: 850px;
  margin: 0 auto;
}

.bl_mediaTypeLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 5.3731343284%;
     -moz-column-gap: 5.3731343284%;
          column-gap: 5.3731343284%;
  margin-bottom: 30px;
}
.bl_mediaTypeLink_ttl a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  color: #144da0;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 0.5555555556em;
}
.bl_mediaTypeLink_sub {
  color: #70ACCE;
  font-size: 0.75rem;
}
.bl_mediaTypeLink_txt {
  color: #70ACCE;
  font-size: 0.875rem;
}
.bl_mediaTypeLink_imgWrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.2835820896%;
          flex: 0 0 23.2835820896%;
}

.bl_navAspectRatioBox {
  display: block;
  width: 100%;
  position: relative;
}
.bl_navAspectRatioBox::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.bl_navAspectRatioBox_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fcfcfc;
  border: 2px solid #70ACCE;
  position: absolute;
  inset: 0;
}
.bl_navAspectRatioBox_body img {
  width: 51.2820512821%;
}

.bl_mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 30px;
  background-color: #EBEBEB;
  padding: 20px 20px 30px;
  overflow-x: hidden;
}
.bl_mv_lgImgCatch {
  display: none;
}
.bl_mv_ttl {
  font-size: 1.75rem;
  color: #144da0;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.0714285714em;
}
.bl_mv_body {
  position: relative;
  z-index: 1;
}
.bl_mv_centerTxt {
  font-size: 1rem;
  text-align: center;
}

.bl_mv.bl_mv__beforeCircle {
  position: relative;
}
.bl_mv.bl_mv__beforeCircle::before {
  content: "";
  display: inline-block;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #FFF8BA;
  -webkit-animation: bodyScale 10s ease-in-out infinite;
          animation: bodyScale 10s ease-in-out infinite;
  -webkit-transform: scale(1);
          transform: scale(1);
  position: absolute;
  left: -120px;
  bottom: 10px;
}

@-webkit-keyframes bodyScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bodyScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bl_slideShow {
  position: relative;
}
.bl_slideShow::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.bl_slideShow_li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.bl_slideShow_li.is_active {
  opacity: 1;
  -webkit-animation: slideRotateY 0.5s ease forwards;
          animation: slideRotateY 0.5s ease forwards;
}

@-webkit-keyframes slideRotateY {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes slideRotateY {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
.bl_intro {
  text-align: center;
  margin-bottom: 50px;
}
.bl_intro_ttl {
  color: #70ACCE;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}
.bl_intro_txt {
  font-size: 1rem;
  text-align: justify;
  line-height: 2;
  margin-bottom: 1.25em;
}

.bl_intro.bl_intro__smMb80 {
  margin-bottom: 80px;
}

.bl_sideSticyCont_body > *:last-child {
  margin-bottom: 0;
}
.bl_sideSticyCont_sticyWrap {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.bl_borderTopBottomTtl {
  border-top: 4px solid #101841;
  border-bottom: 4px solid #101841;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.bl_borderTopBottomTtl_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #144da0;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.4166666667em;
}
.bl_borderTopBottomTtl_sub {
  color: #70ACCE;
  font-size: 0.875rem;
}
.bl_borderTopBottomTtl_txt {
  color: #70ACCE;
  font-weight: bold;
  text-align: center;
}

.bl_media {
  margin-bottom: 50px;
}
.bl_media_boxWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  height: 160px;
  font-size: 1rem;
  background-color: #fcfcfc;
  border: 2px solid #70ACCE;
  margin: 0 auto 20px;
  padding-bottom: 0.625em;
}
.bl_media_boxWrap img {
  display: block;
  width: 60px;
}
.bl_media_boxTtl {
  color: #70ACCE;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  margin-top: 1.25em;
}
.bl_media_txt {
  text-align: justify;
  margin-bottom: 1em;
}

.bl_iconListBox {
  background-color: #e8ebe7;
  padding: 30px 20px 35px;
}
.bl_iconListBox_ttl {
  font-size: 1.25rem;
  color: #D13209;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.8em;
}
.bl_iconListBox_txt {
  font-size: 1rem;
  line-height: 2;
  text-align: justify;
  margin-bottom: 1em;
}
.bl_iconListBox_ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  gap: 5%;
}

.bl_imgFooterBox {
  background-color: #e8ebe7;
  margin-bottom: 35px;
  padding: 30px 20px 35px;
}
.bl_imgFooterBox_ttl {
  font-size: 1.25rem;
  color: #70ACCE;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.8em;
}
.bl_imgFooterBox_txt {
  font-size: 1rem;
  line-height: 2;
  text-align: justify;
  margin-bottom: 1em;
}

.bl_cta {
  text-align: center;
  background-color: #70ACCE;
  border-radius: 15px;
}
.bl_cta_head {
  padding: 20px;
}
.bl_cta_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fcfcfc;
  margin-bottom: 0.625em;
}
.bl_cta_tel span {
  font-size: 2rem;
  color: currentColor;
  font-weight: bold;
}
.bl_cta_tel i {
  display: block;
  font-size: 1.75rem;
  color: currentColor;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.bl_cta_dl {
  display: inline-block;
}
.bl_cta_dt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  color: #fcfcfc;
  line-height: 1;
  border: 1px solid currentColor;
  margin-bottom: 0.4166666667em;
  padding: 0.6666666667em;
}
.bl_cta_dd {
  color: #fcfcfc;
}
.bl_cta_foot {
  padding: 0 20px 20px;
}
.bl_cta_txt {
  color: #fcfcfc;
  font-size: 1rem;
}

.bl_footer {
  background-color: #144da0;
  margin: 0 auto;
  padding-top: 20px;
}
.bl_footer_copyright {
  display: block;
  width: 100%;
  font-size: 0.75rem;
  color: #fcfcfc;
  background-color: #101841;
  text-align: center;
  margin-top: 20px;
  padding: 5px 0;
}
.bl_footer_copyright span {
  color: currentColor;
}

.bl_closingLogo_ttl {
  color: #fcfcfc;
  text-align: center;
}
.bl_closingLogo_imgWrap {
  width: 220px;
  margin: 0 auto;
}

.bl_aspectRatioBox {
  width: 160px;
  background-color: #fcfcfc;
  border: 1px solid #70ACCE;
  margin: 0 auto 20px;
  position: relative;
}
.bl_aspectRatioBox::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.bl_aspectRatioBox_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  inset: 0;
  padding-right: 10px;
  padding-left: 10px;
}
.bl_aspectRatioBox_body img {
  width: 37.5%;
  margin: 0 auto;
}
.bl_aspectRatioBox_ttl {
  color: #70ACCE;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  margin-top: 1.875em;
  margin-bottom: 0.625em;
}

.el_circleBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  font-size: 1rem;
  line-height: 1;
  background-color: #70ACCE;
  border-radius: 50px;
  padding: 1.125em 1.5em;
}
.el_circleBtn_ttl {
  color: #fcfcfc;
  font-size: 1rem;
  line-height: 1;
}
.el_circleBtn i {
  font-size: 0.75rem;
  color: #fcfcfc;
  padding-top: 0.1666666667em;
}

.el_circleBtn.el_circleBtn__bgMain {
  color: #fcfcfc;
  background-color: #144da0;
}
.el_circleBtn.el_circleBtn__bgMain .el_circleBtn_ttl,
.el_circleBtn.el_circleBtn__bgMain i {
  color: #fcfcfc;
}

.el_lv3Headding {
  color: #70ACCE;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5em;
}

.el_supTxt {
  font-size: 0.8125rem;
  text-align: justify;
  padding-left: 1em;
  text-indent: -1em;
}

.el_supTxt.el_supTxt__indentLg {
  padding-left: 2em;
  text-indent: -2em;
}

.el_centerTxt {
  font-size: 1rem;
  text-align: center;
}

.el_underLineLink {
  color: currentColor;
  text-decoration: underline;
}

.el_underLineLink i {
  color: currentColor;
}

@media screen and (min-width: 768px) {
  .xlg_show {
    display: inline !important;
  }
  .oMd_taCenter {
    text-align: center !important;
  }
  .ly_mv {
    overflow-x: hidden;
    padding-right: 20px;
    padding-left: 20px;
  }
  .ly_sec {
    padding-right: 50px;
    padding-left: 50px;
  }
  .bl_mediaTypeLink {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bl_mv {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow-x: initial;
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
            column-gap: 3%;
  }
  .bl_mv_body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .bl_mv_imgWrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 656px;
  }
  .bl_mv.bl_mv__beforeCircle::before {
    bottom: 20px;
  }
  .bl_media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
  }
  .bl_media_boxWrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
  }
  .bl_media_body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .bl_imgFooterBox_imgWrap {
    max-width: 632px;
  }
  .bl_cta_dl {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
  .bl_cta_dd span {
    color: #fcfcfc;
  }
}
@media screen and (min-width: 1024px) {
  .lg_br {
    display: block !important;
  }
  .lg_mw550 {
    padding-right: 4.0625em;
    padding-left: 4.0625em;
  }
  .ly_header {
    height: 72px;
    padding-top: 7px;
    padding-bottom: 8px;
  }
  .ly_mv {
    min-height: 100vh;
    padding: 0 4.7619047619% 60px;
  }
  .ly_sec {
    padding: 144px 7.9365079365% 122px;
  }
  .bl_header {
    padding-top: 0;
  }
  .bl_header_ttl {
    font-size: 0.9375rem;
    padding-bottom: 0.2777777778em;
  }
  .bl_header_ttl img {
    width: 8.5978835979%;
    min-width: 140px;
    height: auto;
    padding-top: 8px;
  }
  .bl_mainMenu_btn {
    width: 50px;
    height: 50px;
    top: 15px;
    right: 15px;
  }
  .bl_mainMenu_btn i {
    display: inline-block;
    font-size: 26px;
    text-align: center;
  }
  .bl_mediaTypeLinkUnit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 50px;
    margin-bottom: 50px;
    padding-top: 50px;
  }
  .bl_mediaTypeLinkUnit .bl_mediaTypeLink {
    width: 50%;
  }
  .bl_mv {
    height: calc(100vh - 132px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 3.9909638554%;
  }
  .bl_mv_body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .bl_mv_ttl {
    font-size: 2rem;
    margin-top: 1.6875em;
    margin-bottom: 3em;
  }
  .bl_mv_lgImgCatch {
    display: block;
    width: 280px;
    margin: 0 auto;
  }
  .bl_mv_imgWrap {
    max-width: 700px;
  }
  .bl_mv.bl_mv__beforeCircle::before {
    width: 600px;
    height: 600px;
    left: -20%;
    bottom: 50px;
  }
  .bl_intro {
    margin-bottom: 100px;
  }
  .bl_intro.bl_intro__smMb80 {
    margin-bottom: 88px;
  }
  .bl_sideSticyCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bl_sideSticyCont_sticyWrap {
    width: 37.2670807453%;
    margin-right: initial;
    margin-left: initial;
  }
  .bl_sideSticyCont_body {
    width: 52.7950310559%;
  }
  .bl_borderTopBottomTtl {
    position: sticky;
    top: 15px;
  }
  .bl_borderTopBottomTtl_main {
    font-size: 1.875rem;
    text-align: center;
    margin-bottom: 1.3333333333em;
  }
  .bl_borderTopBottomTtl_sub {
    font-size: 1rem;
    margin-bottom: 0.4375em;
  }
  .bl_borderTopBottomTtl_txt {
    margin-bottom: 1em;
  }
  .bl_iconListBox_ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(76px, 1fr));
    gap: 2%;
  }
  .bl_imgFooterBox {
    font-size: 1rem;
    padding: 1.875em 1.875em 1.5625em;
  }
  .bl_iconListBox {
    font-size: 1rem;
    padding: 1.875em 1.875em 1.5625em;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 1vw;
  }
  .xlg_paddingLRAdj {
    padding: 0 2.5em 1em !important;
  }
  .ly_mv {
    padding-top: 8px;
  }
  .bl_aspectRatioBox {
    width: 23.5294117647%;
    margin: initial;
  }
  .bl_cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px;
    padding-right: 20px;
  }
  .bl_cta_head {
    border-right: 2px solid #fcfcfc;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 2.1875em;
  }
  .bl_cta_foot {
    margin: 0 auto;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 360px) {
  .bl_mediaTypeLink_ttl a {
    font-size: 15px;
  }
  .bl_mediaTypeLink_txt {
    font-size: 13px;
  }
  .bl_cta_tel span {
    font-size: 26px;
  }
  .el_circleBtn_ttl {
    font-size: 15px;
  }
}/*# sourceMappingURL=warranty__yamada.css.map */