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;
  list-style: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  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;
  text-decoration: none;
  color: inherit;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
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;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
img,
video {
  font-size: 0;
  line-height: 0;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  font-family: 'Noto Sans JP', sans-serif;
}
body {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
}
body .b-main {
  overflow: hidden;
}
main {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
img {
  width: 100%;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}
a {
  color: #333;
}
a:active {
  color: #333;
}
.l-inner {
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .l-inner {
    width: min(82.85714285714286vw, 1160px);
  }
}
@media screen and (max-width: 900px) {
  .l-inner {
    width: 89.33333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .l-inner_pc {
    width: min(82.85714285714286vw, 1160px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .l-inner_sp {
    width: 89.33333333333333vw;
    margin: 0 auto;
  }
}
.js-scrollAnimation.-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 1.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.js-scrollAnimation.-up.is-show {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.js-scrollAnimation.-upParent .-upChild {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 1.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.js-scrollAnimation.-upParent.is-show .-upChild {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
@media screen and (min-width: 901px) {
  .js-scrollAnimation.-upParent.is-show .-upChild:nth-of-type(2) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
}
@media screen and (min-width: 901px) {
  .js-scrollAnimation.-upParent.is-show .-upChild:nth-of-type(3) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
}
.js-acc-item {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media screen and (min-width: 901px) {
  .l-box-lead {
    margin-bottom: min(5.428571428571429vw, 76px);
  }
}
@media screen and (max-width: 900px) {
  .l-box-lead {
    margin-bottom: 15.2vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box-lead .l-box-lead_txt01 {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .l-box-lead .l-box-lead_txt01 {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
.l-box-sign {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (min-width: 901px) {
  .l-box-sign {
    margin-top: min(5.428571428571429vw, 76px);
  }
}
@media screen and (max-width: 900px) {
  .l-box-sign {
    margin-top: 14.666666666666666vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box-sign + .l-box-sign {
    margin-top: min(1.714285714285714vw, 24px);
  }
}
@media screen and (max-width: 900px) {
  .l-box-sign + .l-box-sign {
    margin-top: 6.4vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box-sign .l-box-sign_txt01 {
    font-size: min(1vw, 14px);
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-box-sign .l-box-sign_txt01 {
    font-size: 3.2vw;
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .l-box-sign .l-box-sign_txt01 + .l-box-sign_txt02 {
    margin-top: min(0.642857142857143vw, 9px);
  }
}
@media screen and (max-width: 900px) {
  .l-box-sign .l-box-sign_txt01 + .l-box-sign_txt02 {
    margin-top: 2.133333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box-sign .l-box-sign_txt02 {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.5625;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-box-sign .l-box-sign_txt02 {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .l-box-sign .l-box-sign_txt03 {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.5625;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .l-box-sign .l-box-sign_txt03 {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 901px) {
  .l-box-sign .l-box-sign_img {
    margin-top: min(0.5vw, 7px);
  }
}
@media screen and (max-width: 900px) {
  .l-box-sign .l-box-sign_img {
    margin-top: 0.266666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box-sign .l-box-sign_img.-img01 {
    width: min(11.428571428571429vw, 160px);
  }
}
@media screen and (max-width: 900px) {
  .l-box-sign .l-box-sign_img.-img01 {
    width: 42.66666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box-ISMS {
    margin-top: min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .l-box-ISMS {
    margin-top: 8.533333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box-ISMS + .l-box-ISMS {
    margin-top: min(1.714285714285714vw, 24px);
  }
}
@media screen and (max-width: 900px) {
  .l-box-ISMS + .l-box-ISMS {
    margin-top: 6.4vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box-ISMS .l-box-ISMS_txt01 {
    font-size: min(1vw, 14px);
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .l-box-ISMS .l-box-ISMS_txt01 {
    font-size: 3.2vw;
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 901px) {
  .l-box-ISMS .l-box-ISMS_img {
    margin-bottom: min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .l-box-ISMS .l-box-ISMS_img {
    margin-bottom: 2.133333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box-ISMS .l-box-ISMS_img.-img01 {
    width: min(10vw, 140px);
  }
}
@media screen and (max-width: 900px) {
  .l-box-ISMS .l-box-ISMS_img.-img01 {
    width: 29.333333333333332vw;
  }
}
.l-box-recommend01 {
  background-color: #f8f8f8;
}
@media screen and (min-width: 901px) {
  .l-box-recommend01 {
    border-radius: min(0.571428571428571vw, 8px);
    margin-bottom: min(2.857142857142857vw, 40px);
    padding: min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .l-box-recommend01 {
    border-radius: 2.133333333333333vw;
    margin-bottom: 10.666666666666668vw;
    padding: 4.266666666666667vw;
  }
}
.l-box-recommend01 .l-box-recommend01_list .l-box-recommend01_item + .l-box-recommend01_item {
  background-image: -webkit-linear-gradient(left, #333 2px, transparent 2px);
  background-image: linear-gradient(to right, #333 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 4px 1px;
}
@media screen and (min-width: 901px) {
  .l-box-recommend01 .l-box-recommend01_list .l-box-recommend01_item + .l-box-recommend01_item {
    margin-top: min(2.285714285714286vw, 32px);
    padding-top: min(2.285714285714286vw, 32px);
  }
}
@media screen and (max-width: 900px) {
  .l-box-recommend01 .l-box-recommend01_list .l-box-recommend01_item + .l-box-recommend01_item {
    margin-top: 7.466666666666668vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box-recommend01 .l-box-recommend01_list .l-box-recommend01_item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 901px) {
  .l-box-recommend01 .l-box-recommend01_list .l-box-recommend01_item a:hover .l-box-recommend01_desc .l-box-recommend01_arrow {
    color: #004e7b;
  }
  .l-box-recommend01 .l-box-recommend01_list .l-box-recommend01_item a:hover .l-box-recommend01_desc .l-box-recommend01_arrow .-deco {
    background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
    background: -webkit-linear-gradient(left, #004e7b, #4895c6);
    background: linear-gradient(90deg, #004e7b, #4895c6);
  }
  .l-box-recommend01 .l-box-recommend01_list .l-box-recommend01_item a:hover .l-box-recommend01_desc .l-box-recommend01_arrow .-deco::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .l-box-recommend01 .l-box-recommend01_list .l-box-recommend01_item a:hover .l-box-recommend01_desc .l-box-recommend01_arrow .-deco::after {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
  }
}
@media screen and (min-width: 901px) {
  .l-box-recommend01 .l-box-recommend01_list .l-box-recommend01_item a .l-box-recommend01_img {
    width: min(25.428571428571427vw, 356px);
    margin-right: min(1.714285714285714vw, 24px);
  }
}
.l-box-recommend01 .l-box-recommend01_list .l-box-recommend01_item a .l-box-recommend01_desc {
  position: relative;
}
@media screen and (min-width: 901px) {
  .l-box-recommend01 .l-box-recommend01_list .l-box-recommend01_item a .l-box-recommend01_desc {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (max-width: 900px) {
  .l-box-recommend01 .l-box-recommend01_list .l-box-recommend01_item a .l-box-recommend01_desc {
    margin-top: 3.733333333333334vw;
    padding-bottom: 9.066666666666666vw;
  }
}
.l-box-recommend01 .l-box-recommend01_list .l-box-recommend01_item a .l-box-recommend01_desc .l-box-recommend01_txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #333;
}
@media screen and (min-width: 901px) {
  .l-box-recommend01 .l-box-recommend01_list .l-box-recommend01_item a .l-box-recommend01_desc .l-box-recommend01_txt {
    -webkit-line-clamp: 6;
    height: calc(6em + (1em * 0.75 * 6));
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .l-box-recommend01 .l-box-recommend01_list .l-box-recommend01_item a .l-box-recommend01_desc .l-box-recommend01_txt {
    -webkit-line-clamp: 2;
    height: calc(2em + (1em * 0.785 * 2));
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.l-box-recommend01 .l-box-recommend01_list .l-box-recommend01_item a .l-box-recommend01_desc .l-box-recommend01_arrow {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 901px) {
  .l-box-recommend01 .l-box-recommend01_list .l-box-recommend01_item a .l-box-recommend01_desc .l-box-recommend01_arrow {
    padding-right: min(2.571428571428571vw, 36px);
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-box-recommend01 .l-box-recommend01_list .l-box-recommend01_item a .l-box-recommend01_desc .l-box-recommend01_arrow {
    padding-right: 9.6vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box-recommend01 .l-box-recommend01_list .l-box-recommend01_item a .l-box-recommend01_desc .l-box-recommend01_arrow .-txt {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-box-recommend01 .l-box-recommend01_list .l-box-recommend01_item a .l-box-recommend01_desc .l-box-recommend01_arrow .-txt {
    font-size: 4.266666666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-box-recommend01 .l-box-recommend01_list .l-box-recommend01_item a .l-box-recommend01_desc .l-box-recommend01_arrow .-deco {
  display: block;
  background-color: #333;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 901px) {
  .l-box-recommend01 .l-box-recommend01_list .l-box-recommend01_item a .l-box-recommend01_desc .l-box-recommend01_arrow .-deco {
    width: min(1.714285714285714vw, 24px);
    height: min(1.714285714285714vw, 24px);
  }
}
@media screen and (max-width: 900px) {
  .l-box-recommend01 .l-box-recommend01_list .l-box-recommend01_item a .l-box-recommend01_desc .l-box-recommend01_arrow .-deco {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.l-box-recommend01 .l-box-recommend01_list .l-box-recommend01_item a .l-box-recommend01_desc .l-box-recommend01_arrow .-deco::before,
.l-box-recommend01 .l-box-recommend01_list .l-box-recommend01_item a .l-box-recommend01_desc .l-box-recommend01_arrow .-deco::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/images/common/arrow_02.svg");
  mask-image: url("/assets/images/common/arrow_02.svg");
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .l-box-recommend01 .l-box-recommend01_list .l-box-recommend01_item a .l-box-recommend01_desc .l-box-recommend01_arrow .-deco::before,
  .l-box-recommend01 .l-box-recommend01_list .l-box-recommend01_item a .l-box-recommend01_desc .l-box-recommend01_arrow .-deco::after {
    -webkit-mask-size: min(1vw, 14px);
    mask-size: min(1vw, 14px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-box-recommend01 .l-box-recommend01_list .l-box-recommend01_item a .l-box-recommend01_desc .l-box-recommend01_arrow .-deco::before,
  .l-box-recommend01 .l-box-recommend01_list .l-box-recommend01_item a .l-box-recommend01_desc .l-box-recommend01_arrow .-deco::after {
    -webkit-mask-size: 3.733333333333334vw;
    mask-size: 3.733333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box-recommend01 .l-box-recommend01_list .l-box-recommend01_item a .l-box-recommend01_desc .l-box-recommend01_arrow .-deco::before {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}
@media screen and (max-width: 900px) {
  .l-box-recommend01 .l-box-recommend01_list .l-box-recommend01_item a .l-box-recommend01_desc .l-box-recommend01_arrow .-deco::before {
    content: none;
  }
}
.l-box01 {
  background-color: #f8f8f8;
}
@media screen and (min-width: 901px) {
  .l-box01 {
    border-radius: min(0.571428571428571vw, 8px);
    margin-bottom: min(2.857142857142857vw, 40px);
    padding: min(2.642857142857143vw, 37px) min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .l-box01 {
    border-radius: 1.066666666666667vw;
    margin-bottom: 8.533333333333333vw;
    padding: 4.266666666666667vw;
  }
}
.l-box01 a {
  color: #004e7b;
  text-decoration: underline;
}
@media screen and (min-width: 901px) {
  .l-box01 a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 901px) {
  .l-box01 a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 901px) {
  .l-box01 .l-box01_txt01 {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .l-box01 .l-box01_txt01 {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .l-box01 .l-box01_txt01 + .l-box01_img01,
  .l-box01 .l-box01_txt01 + .l-box01_col2 {
    margin-top: min(2.142857142857143vw, 30px);
  }
}
@media screen and (max-width: 900px) {
  .l-box01 .l-box01_txt01 + .l-box01_img01,
  .l-box01 .l-box01_txt01 + .l-box01_col2 {
    margin-top: 5.866666666666666vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box01 .l-box01_txt01 + .l-box01_list01 {
    margin-top: min(0.714285714285714vw, 10px);
  }
}
@media screen and (max-width: 900px) {
  .l-box01 .l-box01_txt01 + .l-box01_list01 {
    margin-top: 5.866666666666666vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box01 .l-box01_txt01 + .l-box01_txt01 {
    margin-top: min(0.714285714285714vw, 10px);
  }
}
@media screen and (max-width: 900px) {
  .l-box01 .l-box01_txt01 + .l-box01_txt01 {
    margin-top: 2.666666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box01 .l-box01_txt01 + .l-box01_txt02 {
    margin-top: min(1.428571428571429vw, 20px);
  }
}
@media screen and (max-width: 900px) {
  .l-box01 .l-box01_txt01 + .l-box01_txt02 {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box01 .l-box01_txt02 {
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.4;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-box01 .l-box01_txt02 {
    font-size: 5.333333333333334vw;
    line-height: 1.4;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .l-box01 .l-box01_txt02 + .l-box01_img01,
  .l-box01 .l-box01_txt02 + .l-box01_col2 {
    margin-top: min(2.142857142857143vw, 30px);
  }
}
@media screen and (max-width: 900px) {
  .l-box01 .l-box01_txt02 + .l-box01_img01,
  .l-box01 .l-box01_txt02 + .l-box01_col2 {
    margin-top: 5.866666666666666vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box01 .l-box01_txt02 + .l-box01_list01 {
    margin-top: min(0.714285714285714vw, 10px);
  }
}
@media screen and (max-width: 900px) {
  .l-box01 .l-box01_txt02 + .l-box01_list01 {
    margin-top: 5.866666666666666vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box01 .l-box01_txt02 + .l-box01_txt01 {
    margin-top: min(0.714285714285714vw, 10px);
  }
}
@media screen and (max-width: 900px) {
  .l-box01 .l-box01_txt02 + .l-box01_txt01 {
    margin-top: 2.666666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box01 .l-box01_txt03 {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .l-box01 .l-box01_txt03 {
    font-size: 4.266666666666667vw;
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .l-box01 .l-box01_txt03 + .l-box01_txt03 {
    margin-top: min(0.928571428571429vw, 13px);
  }
}
@media screen and (max-width: 900px) {
  .l-box01 .l-box01_txt03 + .l-box01_txt03 {
    margin-top: 2.133333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box01 .l-box01_txt03 + .l-box01_img01,
  .l-box01 .l-box01_txt03 + .l-box01_col2 {
    margin-top: min(2.142857142857143vw, 30px);
  }
}
@media screen and (max-width: 900px) {
  .l-box01 .l-box01_txt03 + .l-box01_img01,
  .l-box01 .l-box01_txt03 + .l-box01_col2 {
    margin-top: 5.866666666666666vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box01 .l-box01_txt03 + .l-box01_list01 {
    margin-top: min(0.714285714285714vw, 10px);
  }
}
@media screen and (max-width: 900px) {
  .l-box01 .l-box01_txt03 + .l-box01_list01 {
    margin-top: 5.866666666666666vw;
  }
}
.l-box01 .l-box01_img01 {
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .l-box01 .l-box01_img01 {
    width: min(40.57142857142857vw, 568px);
  }
}
.l-box01 .l-box01_list01 li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 901px) {
  .l-box01 .l-box01_list01 li {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .l-box01 .l-box01_list01 li {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .l-box01 .l-box01_list01 li + li {
    margin-top: min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .l-box01 .l-box01_list01 li + li {
    margin-top: 2.133333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box01 .l-box01_col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 901px) {
  .l-box01 .l-box01_col2 img {
    width: min(37.57142857142857vw, 526px);
  }
}
@media screen and (max-width: 900px) {
  .l-box01 .l-box01_col2 img + img {
    margin-top: 6.4vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box02 {
    margin-bottom: min(4.142857142857142vw, 58px);
  }
}
@media screen and (max-width: 900px) {
  .l-box02 {
    margin-bottom: 9.866666666666667vw;
  }
}
.l-box02 .l-box02_ttl01 {
  background-color: #f8f8f8;
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .l-box02 .l-box02_ttl01 {
    margin-bottom: min(2.071428571428571vw, 29px);
    padding: min(0.857142857142857vw, 12px) min(2.857142857142857vw, 40px);
    border-radius: min(0.571428571428571vw, 8px);
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-box02 .l-box02_ttl01 {
    margin-bottom: 4.8vw;
    padding: 2.133333333333333vw 4.266666666666667vw;
    border-radius: 2.133333333333333vw;
    font-size: 4.266666666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-box02 .l-box02_inner {
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .l-box02 .l-box02_inner {
    padding: 0 min(2.857142857142857vw, 40px);
  }
}
.l-box02 .l-box02_inner a {
  color: #004e7b;
  text-decoration: underline;
}
@media screen and (min-width: 901px) {
  .l-box02 .l-box02_inner a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 901px) {
  .l-box02 .l-box02_inner a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 901px) {
  .l-box02 .l-box02_inner .l-box02_col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 900px) {
  .l-box02 .l-box02_inner .l-box02_col .l-box02_colItem + .l-box02_colItem {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box02 .l-box02_inner .l-box02_col.-type01 .l-box02_colItem .l-box02_ttl02:first-child,
  .l-box02 .l-box02_inner .l-box02_col.-type01 .l-box02_colItem .l-box02_txt01:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 901px) {
  .l-box02 .l-box02_inner .l-box02_col.-type01 .l-box02_colItem.-txt {
    width: min(38.57142857142858vw, 540px);
  }
}
@media screen and (min-width: 901px) {
  .l-box02 .l-box02_inner .l-box02_col.-type01 .l-box02_colItem.-img {
    width: min(35.714285714285715vw, 500px);
  }
}
@media screen and (min-width: 901px) {
  .l-box02 .l-box02_inner .l-box02_col.-type02 .l-box02_colItem .l-box02_ttl02:first-child,
  .l-box02 .l-box02_inner .l-box02_col.-type02 .l-box02_colItem .l-box02_txt01:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 901px) {
  .l-box02 .l-box02_inner .l-box02_col.-type02 .l-box02_colItem.-txt {
    width: min(50.857142857142854vw, 712px);
    padding-top: min(2.857142857142857vw, 40px);
  }
}
@media screen and (min-width: 901px) {
  .l-box02 .l-box02_inner .l-box02_col.-type02 .l-box02_colItem.-img {
    width: min(24.571428571428573vw, 344px);
  }
}
.l-box02 .l-box02_inner .l-box02_ttl02 {
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .l-box02 .l-box02_inner .l-box02_ttl02 {
    margin: min(2.285714285714286vw, 32px) 0 min(1.428571428571429vw, 20px);
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-box02 .l-box02_inner .l-box02_ttl02 {
    margin: 4vw 0;
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .l-box02 .l-box02_inner .l-box02_txt01 {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .l-box02 .l-box02_inner .l-box02_txt01 {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 901px) {
  .l-box02 .l-box02_inner .l-box02_txt01 + .l-box02_txt01,
  .l-box02 .l-box02_inner .l-box02_txt01 + .l-box02_list01,
  .l-box02 .l-box02_inner .l-box02_txt01 + .l-box02_list02 {
    margin-top: min(0.857142857142857vw, 12px);
  }
}
@media screen and (max-width: 900px) {
  .l-box02 .l-box02_inner .l-box02_txt01 + .l-box02_txt01,
  .l-box02 .l-box02_inner .l-box02_txt01 + .l-box02_list01,
  .l-box02 .l-box02_inner .l-box02_txt01 + .l-box02_list02 {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box02 .l-box02_inner .l-box02_txt01 + .l-box03 {
    margin-top: min(2.071428571428571vw, 29px);
  }
}
@media screen and (max-width: 900px) {
  .l-box02 .l-box02_inner .l-box02_txt01 + .l-box03 {
    margin-top: 7.733333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box02 .l-box02_inner .l-box02_list01 + .l-box02_txt01,
  .l-box02 .l-box02_inner .l-box02_list01 + .l-box02_list02 {
    margin-top: min(1.142857142857143vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .l-box02 .l-box02_inner .l-box02_list01 + .l-box02_txt01,
  .l-box02 .l-box02_inner .l-box02_list01 + .l-box02_list02 {
    margin-top: 4vw;
  }
}
.l-box02 .l-box02_inner .l-box02_list01 li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 901px) {
  .l-box02 .l-box02_inner .l-box02_list01 li {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .l-box02 .l-box02_inner .l-box02_list01 li {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 901px) {
  .l-box02 .l-box02_inner .l-box02_list01 li + li {
    margin-top: min(0.285714285714286vw, 4px);
  }
}
@media screen and (max-width: 900px) {
  .l-box02 .l-box02_inner .l-box02_list01 li + li {
    margin-top: 1.866666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box02 .l-box02_inner .l-box02_list01 li > .l-box02_list01 {
    margin-top: min(0.285714285714286vw, 4px);
  }
}
@media screen and (max-width: 900px) {
  .l-box02 .l-box02_inner .l-box02_list01 li > .l-box02_list01 {
    margin-top: 1.866666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box02 .l-box02_inner .l-box02_list01 li > .l-box02_list02 {
    margin-top: min(1.071428571428571vw, 15px);
  }
}
@media screen and (max-width: 900px) {
  .l-box02 .l-box02_inner .l-box02_list01 li > .l-box02_list02 {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box02 .l-box02_inner .l-box02_list02 + .l-box02_txt01,
  .l-box02 .l-box02_inner .l-box02_list02 + .l-box02_list01 {
    margin-top: min(1.142857142857143vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .l-box02 .l-box02_inner .l-box02_list02 + .l-box02_txt01,
  .l-box02 .l-box02_inner .l-box02_list02 + .l-box02_list01 {
    margin-top: 4vw;
  }
}
.l-box02 .l-box02_inner .l-box02_list02 li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 901px) {
  .l-box02 .l-box02_inner .l-box02_list02 li {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .l-box02 .l-box02_inner .l-box02_list02 li {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 901px) {
  .l-box02 .l-box02_inner .l-box02_list02 li + li {
    margin-top: min(1.071428571428571vw, 15px);
  }
}
@media screen and (max-width: 900px) {
  .l-box02 .l-box02_inner .l-box02_list02 li + li {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box02 .l-box02_inner .l-box02_list02 li > .l-box02_list01 {
    margin-top: min(0.285714285714286vw, 4px);
  }
}
@media screen and (max-width: 900px) {
  .l-box02 .l-box02_inner .l-box02_list02 li > .l-box02_list01 {
    margin-top: 1.866666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box02 .l-box02_inner .l-box02_list02 li > .l-box02_list02 {
    margin-top: min(1.071428571428571vw, 15px);
  }
}
@media screen and (max-width: 900px) {
  .l-box02 .l-box02_inner .l-box02_list02 li > .l-box02_list02 {
    margin-top: 4vw;
  }
}
.l-box03 {
  background-color: #f8f8f8;
}
@media screen and (min-width: 901px) {
  .l-box03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: min(0.571428571428571vw, 8px);
    margin-bottom: min(2.857142857142857vw, 40px);
    padding: min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .l-box03 {
    border-radius: 2.133333333333333vw;
    margin-bottom: 8.533333333333333vw;
    padding: 4.266666666666667vw;
  }
}
.l-box03 .l-box03_img01 {
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-box03 .l-box03_img01 {
    width: min(23.142857142857142vw, 324px);
    margin-left: min(2.857142857142857vw, 40px);
    border-radius: min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .l-box03 .l-box03_img01 {
    margin-top: 3.466666666666666vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box03 .l-box03_desc {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.l-box03 .l-box03_desc .l-box03_ttl01 {
  color: #004e7b;
  border-bottom: 1px solid #004e7b;
}
@media screen and (min-width: 901px) {
  .l-box03 .l-box03_desc .l-box03_ttl01 {
    margin-bottom: min(1.214285714285714vw, 17px);
    padding-bottom: min(1.428571428571429vw, 20px);
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-box03 .l-box03_desc .l-box03_ttl01 {
    margin-bottom: 3.466666666666666vw;
    padding-bottom: 3.466666666666666vw;
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-box03 .l-box03_desc .l-box03_txt01 {
  color: #333;
}
@media screen and (min-width: 901px) {
  .l-box03 .l-box03_desc .l-box03_txt01 {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .l-box03 .l-box03_desc .l-box03_txt01 {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
.l-box03 .l-box03_desc .l-box03_txt01 .l-box03_txtLink01 {
  color: #1898ea;
  text-decoration: underline;
}
@media screen and (min-width: 901px) {
  .l-box03 .l-box03_desc .l-box03_txt01 + .l-box03_txt01 {
    margin-top: min(0.714285714285714vw, 10px);
  }
}
@media screen and (max-width: 900px) {
  .l-box03 .l-box03_desc .l-box03_txt01 + .l-box03_txt01 {
    margin-top: 2.666666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box04 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: min(0.571428571428571vw, 8px);
    margin-bottom: min(2.857142857142857vw, 40px);
    padding: min(2.571428571428571vw, 36px);
    border: min(0.285714285714286vw, 4px) solid #f8f8f8;
  }
}
@media screen and (max-width: 900px) {
  .l-box04 {
    border-radius: 2.133333333333333vw;
    margin-bottom: 10.666666666666668vw;
    padding: 3.2vw;
    border: 1.066666666666667vw solid #f8f8f8;
  }
}
@media screen and (min-width: 901px) {
  .l-box04 .l-box04_img01 {
    width: min(23.142857142857142vw, 324px);
    margin-left: min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .l-box04 .l-box04_img01 {
    margin-top: 3.466666666666666vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box04 .l-box04_desc {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.l-box04 .l-box04_desc .l-box04_ttl01 {
  color: #333;
  border-bottom: 1px solid #004e7b;
}
@media screen and (min-width: 901px) {
  .l-box04 .l-box04_desc .l-box04_ttl01 {
    margin-bottom: min(1.214285714285714vw, 17px);
    padding-bottom: min(0.642857142857143vw, 9px);
    font-size: min(1.714285714285714vw, 24px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-box04 .l-box04_desc .l-box04_ttl01 {
    margin-bottom: 3.466666666666666vw;
    padding-bottom: 4vw;
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-box04 .l-box04_desc .l-box04_txt01 {
  color: #333;
}
@media screen and (min-width: 901px) {
  .l-box04 .l-box04_desc .l-box04_txt01 {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .l-box04 .l-box04_desc .l-box04_txt01 {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (min-width: 901px) {
  .l-box04 .l-box04_desc .l-box04_txt01 + .l-box04_list01,
  .l-box04 .l-box04_desc .l-box04_txt01 + .l-box04_txt02 {
    margin-top: min(1.142857142857143vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .l-box04 .l-box04_desc .l-box04_txt01 + .l-box04_list01,
  .l-box04 .l-box04_desc .l-box04_txt01 + .l-box04_txt02 {
    margin-top: 2.933333333333333vw;
  }
}
.l-box04 .l-box04_desc .l-box04_txt02 {
  color: #333;
}
@media screen and (min-width: 901px) {
  .l-box04 .l-box04_desc .l-box04_txt02 {
    font-size: min(1vw, 14px);
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .l-box04 .l-box04_desc .l-box04_txt02 {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (min-width: 901px) {
  .l-box04 .l-box04_desc .l-box04_txt02 + .l-box04_txt01,
  .l-box04 .l-box04_desc .l-box04_txt02 + .l-box04_list01 {
    margin-top: min(1.142857142857143vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .l-box04 .l-box04_desc .l-box04_txt02 + .l-box04_txt01,
  .l-box04 .l-box04_desc .l-box04_txt02 + .l-box04_list01 {
    margin-top: 2.933333333333333vw;
  }
}
.l-box04 .l-box04_desc .l-box04_list01 li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 901px) {
  .l-box04 .l-box04_desc .l-box04_list01 li {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .l-box04 .l-box04_desc .l-box04_list01 li {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (min-width: 901px) {
  .l-box04 .l-box04_desc .l-box04_list01 li + li {
    margin-top: min(0.285714285714286vw, 4px);
  }
}
@media screen and (max-width: 900px) {
  .l-box04 .l-box04_desc .l-box04_list01 li + li {
    margin-top: 1.866666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box04 .l-box04_desc .l-box04_list01 + .l-box04_txt01,
  .l-box04 .l-box04_desc .l-box04_list01 + .l-box04_txt02 {
    margin-top: min(1.142857142857143vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .l-box04 .l-box04_desc .l-box04_list01 + .l-box04_txt01,
  .l-box04 .l-box04_desc .l-box04_list01 + .l-box04_txt02 {
    margin-top: 2.933333333333333vw;
  }
}
.l-box05 {
  background-color: #f8f8f8;
}
@media screen and (min-width: 901px) {
  .l-box05 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: min(0.571428571428571vw, 8px);
    margin-bottom: min(2.857142857142857vw, 40px);
    padding: min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .l-box05 {
    border-radius: 2.133333333333333vw;
    margin-bottom: 10.666666666666668vw;
    padding: 6.4vw 4.266666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box05 .l-box05_img01 {
    width: min(29.142857142857142vw, 408px);
  }
}
@media screen and (max-width: 900px) {
  .l-box05 .l-box05_img01 {
    margin-bottom: 6.666666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box05 .l-box05_desc {
    width: min(46.285714285714285vw, 648px);
  }
}
.l-box05 .l-box05_desc .l-box05_ttl01 {
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .l-box05 .l-box05_desc .l-box05_ttl01 {
    margin-bottom: min(0.928571428571429vw, 13px);
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-box05 .l-box05_desc .l-box05_ttl01 {
    margin-bottom: 3.733333333333334vw;
    font-size: 4.266666666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-box05 .l-box05_desc .l-box05_txt01 {
  color: #333;
}
@media screen and (min-width: 901px) {
  .l-box05 .l-box05_desc .l-box05_txt01 {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .l-box05 .l-box05_desc .l-box05_txt01 {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .l-box05 .l-box05_desc .l-box05_txt01 + .l-box05_list01,
  .l-box05 .l-box05_desc .l-box05_txt01 + .l-box05_txt02 {
    margin-top: min(1.142857142857143vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .l-box05 .l-box05_desc .l-box05_txt01 + .l-box05_list01,
  .l-box05 .l-box05_desc .l-box05_txt01 + .l-box05_txt02 {
    margin-top: 2.933333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box05 .l-box05_desc .l-box05_dl {
    margin-top: min(1vw, 14px);
  }
}
@media screen and (max-width: 900px) {
  .l-box05 .l-box05_desc .l-box05_dl {
    margin-top: 3.466666666666666vw;
  }
}
.l-box05 .l-box05_desc .l-box05_dl .l-box05_dlInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 901px) {
  .l-box05 .l-box05_desc .l-box05_dl .l-box05_dlInner {
    font-size: min(1vw, 14px);
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .l-box05 .l-box05_desc .l-box05_dl .l-box05_dlInner {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .l-box05 .l-box05_desc .l-box05_dl .l-box05_dlInner + .l-box05_dlInner {
    margin-top: min(0.5vw, 7px);
  }
}
@media screen and (max-width: 900px) {
  .l-box05 .l-box05_desc .l-box05_dl .l-box05_dlInner + .l-box05_dlInner {
    margin-top: 1.866666666666667vw;
  }
}
.l-box05 .l-box05_desc .l-box05_dl .l-box05_dlInner .l-box05_dt {
  font-weight: 700;
}
@media screen and (min-width: 901px) {
  .l-box05 .l-box05_desc .l-box05_dl .l-box05_dlInner .l-box05_dt {
    width: min(8.571428571428571vw, 120px);
  }
}
@media screen and (max-width: 900px) {
  .l-box05 .l-box05_desc .l-box05_dl .l-box05_dlInner .l-box05_dt {
    width: 23.466666666666665vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box05 .l-box05_desc .l-box05_dl .l-box05_dlInner .l-box05_dd {
    width: min(36.57142857142857vw, 512px);
  }
}
@media screen and (max-width: 900px) {
  .l-box05 .l-box05_desc .l-box05_dl .l-box05_dlInner .l-box05_dd {
    width: 55.2vw;
  }
}
.l-box05 .l-box05_desc .l-box05_dl .l-box05_dlInner .l-box05_dd a {
  color: #004e7b;
  text-decoration: underline;
}
.l-box06 {
  background-color: #f8f8f8;
}
@media screen and (min-width: 901px) {
  .l-box06 {
    border-radius: min(0.571428571428571vw, 8px);
    margin-bottom: min(2.857142857142857vw, 40px);
    padding: min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .l-box06 {
    border-radius: 2.133333333333333vw;
    margin-bottom: 10.666666666666668vw;
    padding: 4.266666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box06 .l-box06_dl .l-box06_dlInner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .l-box06 .l-box06_dl .l-box06_dlInner {
    font-size: 4.266666666666667vw;
    line-height: 1.5625;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.l-box06 .l-box06_dl .l-box06_dlInner + .l-box06_dlInner {
  border-top: 1px solid #b2c2cb;
}
@media screen and (min-width: 901px) {
  .l-box06 .l-box06_dl .l-box06_dlInner + .l-box06_dlInner {
    margin-top: min(1.071428571428571vw, 15px);
    padding-top: min(1.071428571428571vw, 15px);
  }
}
@media screen and (max-width: 900px) {
  .l-box06 .l-box06_dl .l-box06_dlInner + .l-box06_dlInner {
    margin-top: 4vw;
    padding-top: 4vw;
  }
}
.l-box06 .l-box06_dl .l-box06_dlInner .l-box06_dt {
  color: #004e7b;
  font-weight: 700;
}
@media screen and (min-width: 901px) {
  .l-box06 .l-box06_dl .l-box06_dlInner .l-box06_dt {
    width: min(8.571428571428571vw, 120px);
  }
}
@media screen and (min-width: 901px) {
  .l-box06 .l-box06_dl .l-box06_dlInner .l-box06_dd {
    width: min(68.57142857142857vw, 960px);
  }
}
@media screen and (max-width: 900px) {
  .l-box06 .l-box06_dl .l-box06_dlInner .l-box06_dd {
    margin-top: 1.333333333333333vw;
  }
}
.l-box06 .l-box06_dl .l-box06_dlInner .l-box06_dd a {
  color: #004e7b;
  text-decoration: underline;
}
.l-box06 .l-box06-schedule {
  border-top: 1px solid #b2c2cb;
}
@media screen and (min-width: 901px) {
  .l-box06 .l-box06-schedule {
    margin-top: min(1.071428571428571vw, 15px);
    padding-top: min(1.071428571428571vw, 15px);
  }
}
@media screen and (max-width: 900px) {
  .l-box06 .l-box06-schedule {
    margin-top: 4vw;
    padding-top: 4vw;
  }
}
.l-box06 .l-box06-schedule .l-box06-schedule_ttl {
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .l-box06 .l-box06-schedule .l-box06-schedule_ttl {
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-box06 .l-box06-schedule .l-box06-schedule_ttl {
    font-size: 4.266666666666667vw;
    line-height: 1.5625;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .l-box06 .l-box06-schedule .l-box06-schedule_list {
    margin-top: min(0.785714285714286vw, 11px);
  }
}
@media screen and (max-width: 900px) {
  .l-box06 .l-box06-schedule .l-box06-schedule_list {
    margin-top: 4vw;
  }
}
.l-box06 .l-box06-schedule .l-box06-schedule_list .l-box06-schedule-item {
  background-color: #fff;
  border: 1px solid #b2c2cb;
}
@media screen and (min-width: 901px) {
  .l-box06 .l-box06-schedule .l-box06-schedule_list .l-box06-schedule-item {
    border-radius: min(0.571428571428571vw, 8px);
    padding: min(1.071428571428571vw, 15px) min(1.642857142857143vw, 23px) min(0.928571428571429vw, 13px);
  }
}
@media screen and (max-width: 900px) {
  .l-box06 .l-box06-schedule .l-box06-schedule_list .l-box06-schedule-item {
    border-radius: 2.133333333333333vw;
    padding: 2.933333333333333vw 4vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box06 .l-box06-schedule .l-box06-schedule_list .l-box06-schedule-item + .l-box06-schedule-item {
    margin-top: min(0.857142857142857vw, 12px);
  }
}
@media screen and (max-width: 900px) {
  .l-box06 .l-box06-schedule .l-box06-schedule_list .l-box06-schedule-item + .l-box06-schedule-item {
    margin-top: 3.2vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box06 .l-box06-schedule .l-box06-schedule_list .l-box06-schedule-item .l-box06-schedule-item_ttl {
    margin-bottom: min(0.642857142857143vw, 9px);
  }
}
@media screen and (max-width: 900px) {
  .l-box06 .l-box06-schedule .l-box06-schedule_list .l-box06-schedule-item .l-box06-schedule-item_ttl {
    margin-bottom: 3.2vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box06 .l-box06-schedule .l-box06-schedule_list .l-box06-schedule-item .l-box06-schedule-item_ttl .-startTime {
    margin-right: min(0.5vw, 7px);
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-box06 .l-box06-schedule .l-box06-schedule_list .l-box06-schedule-item .l-box06-schedule-item_ttl .-startTime {
    font-size: 4.266666666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .l-box06 .l-box06-schedule .l-box06-schedule_list .l-box06-schedule-item .l-box06-schedule-item_ttl .-timeRequired {
    margin-right: min(0.642857142857143vw, 9px);
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .l-box06 .l-box06-schedule .l-box06-schedule_list .l-box06-schedule-item .l-box06-schedule-item_ttl .-timeRequired {
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .l-box06 .l-box06-schedule .l-box06-schedule_list .l-box06-schedule-item .l-box06-schedule-item_ttl .-title {
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-box06 .l-box06-schedule .l-box06-schedule_list .l-box06-schedule-item .l-box06-schedule-item_ttl .-title {
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .l-box06 .l-box06-schedule .l-box06-schedule_list .l-box06-schedule-item .l-box06-schedule-item_txt {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .l-box06 .l-box06-schedule .l-box06-schedule_list .l-box06-schedule-item .l-box06-schedule-item_txt {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.l-box06 .l-box06-schedule .l-box06-schedule_list .l-box06-schedule-item .l-box06-schedule-item_lecturer {
  text-align: right;
}
@media screen and (min-width: 901px) {
  .l-box06 .l-box06-schedule .l-box06-schedule_list .l-box06-schedule-item .l-box06-schedule-item_lecturer {
    margin-top: min(0.285714285714286vw, 4px);
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .l-box06 .l-box06-schedule .l-box06-schedule_list .l-box06-schedule-item .l-box06-schedule-item_lecturer {
    margin-top: 2.133333333333333vw;
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.l-box07 {
  background-color: #f8f8f8;
}
@media screen and (min-width: 901px) {
  .l-box07 {
    border-radius: min(0.571428571428571vw, 8px);
    margin-bottom: min(2.857142857142857vw, 40px);
    padding: min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .l-box07 {
    border-radius: 2.133333333333333vw;
    margin-bottom: 10.666666666666668vw;
    padding: 4.266666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box07 .l-box07-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media screen and (min-width: 901px) {
  .l-box07 .l-box07-head .l-box07-head_img {
    width: min(9.428571428571429vw, 132px);
  }
}
@media screen and (max-width: 900px) {
  .l-box07 .l-box07-head .l-box07-head_img {
    width: 34.66666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box07 .l-box07-head .l-box07-head_desc {
    width: min(66vw, 924px);
  }
}
@media screen and (max-width: 900px) {
  .l-box07 .l-box07-head .l-box07-head_desc {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box07 .l-box07-head .l-box07-head_desc .l-box07-head_txt {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .l-box07 .l-box07-head .l-box07-head_desc .l-box07-head_txt {
    font-size: 4.266666666666667vw;
    line-height: 1.5625;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.l-box07 .l-box07_desc {
  border-top: 1px solid #004e7b;
}
@media screen and (min-width: 901px) {
  .l-box07 .l-box07_desc {
    margin-top: min(1.071428571428571vw, 15px);
    padding-top: min(1.071428571428571vw, 15px);
  }
}
@media screen and (max-width: 900px) {
  .l-box07 .l-box07_desc {
    margin-top: 4vw;
    padding-top: 4vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box07 .l-box07_desc .l-box07_txt01 {
    font-size: min(1vw, 14px);
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .l-box07 .l-box07_desc .l-box07_txt01 {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (min-width: 901px) {
  .l-box07 .l-box07_desc .l-box07_txt01 + .l-box07_txt01 {
    margin-top: min(0.857142857142857vw, 12px);
  }
}
@media screen and (max-width: 900px) {
  .l-box07 .l-box07_desc .l-box07_txt01 + .l-box07_txt01 {
    margin-top: 3.2vw;
  }
}
.l-box08 {
  background-color: #f8f8f8;
}
@media screen and (min-width: 901px) {
  .l-box08 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: min(0.571428571428571vw, 8px);
    margin-bottom: min(2.857142857142857vw, 40px);
    padding: min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .l-box08 {
    border-radius: 2.133333333333333vw;
    margin-bottom: 10.666666666666668vw;
    padding: 4.266666666666667vw;
  }
}
.l-box08 .l-box08_txt01 {
  color: #004e7b;
  text-decoration: underline;
}
@media screen and (min-width: 901px) {
  .l-box08 .l-box08_txt01 {
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .l-box08 .l-box08_txt01 {
    font-size: 4.266666666666667vw;
    line-height: 1.3125;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .l-box08 .l-box08_txt02 {
    margin-left: min(1.142857142857143vw, 16px);
    font-size: min(1vw, 14px);
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .l-box08 .l-box08_txt02 {
    margin-top: 3.2vw;
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 901px) {
  .l-box09 {
    margin-bottom: min(2.857142857142857vw, 40px);
    padding: 0 min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .l-box09 {
    margin-bottom: 8.533333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box09 .l-box09_ttl01 {
    margin-bottom: min(0.857142857142857vw, 12px);
    font-size: min(1.714285714285714vw, 24px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-box09 .l-box09_ttl01 {
    margin-bottom: 3.2vw;
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .l-box09 .l-box09_txt01 {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .l-box09 .l-box09_txt01 {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .l-box09 .l-box09_txt01 + .l-box09_txt02 {
    margin-top: min(1.071428571428571vw, 15px);
  }
}
@media screen and (max-width: 900px) {
  .l-box09 .l-box09_txt01 + .l-box09_txt02 {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box09 .l-box09_txt02 {
    font-size: min(0.857142857142857vw, 12px);
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .l-box09 .l-box09_txt02 {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .l-box09 .l-box09_txt02 + .l-box09_txt02 {
    margin-top: min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .l-box09 .l-box09_txt02 + .l-box09_txt02 {
    margin-top: 2.133333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box10 {
    padding: min(7.142857142857142vw, 100px) 0;
  }
}
@media screen and (max-width: 900px) {
  .l-box10 {
    padding: 16vw 0;
  }
}
.l-box10.-blue {
  background-color: #f5fafd;
}
.l-box10.-blue .l-box10_linkList_wrapper {
  background-color: #fff;
}
.l-box10 .l-box10_ttl01 {
  background-image: -webkit-linear-gradient(left, #333 4px, transparent 4px);
  background-image: linear-gradient(to right, #333 4px, transparent 4px);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 8px 1px;
}
@media screen and (min-width: 901px) {
  .l-box10 .l-box10_ttl01 {
    margin-bottom: min(1.142857142857143vw, 16px);
    padding-bottom: min(1.142857142857143vw, 16px);
    font-size: min(1.714285714285714vw, 24px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-box10 .l-box10_ttl01 {
    margin-bottom: 4.266666666666667vw;
    padding-bottom: 4.266666666666667vw;
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-box10 .l-box10_ttl01 .-supplement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 901px) {
  .l-box10 .l-box10_ttl01 .-supplement {
    padding-left: min(2vw, 28px);
  }
}
@media screen and (max-width: 900px) {
  .l-box10 .l-box10_ttl01 .-supplement {
    padding-left: 6.4vw;
  }
}
.l-box10 .l-box10_ttl01 .-supplement::before {
  content: "";
  position: absolute;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
}
@media screen and (min-width: 901px) {
  .l-box10 .l-box10_ttl01 .-supplement::before {
    width: min(1.428571428571429vw, 20px);
    height: min(1.428571428571429vw, 20px);
    border-radius: min(0.285714285714286vw, 4px);
    top: min(0.428571428571429vw, 6px);
  }
}
@media screen and (max-width: 900px) {
  .l-box10 .l-box10_ttl01 .-supplement::before {
    width: 5.333333333333334vw;
    height: 5.333333333333334vw;
    border-radius: 1.066666666666667vw;
    top: 0.8vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box10 .l-box10_ttl01 .-supplement .-txt01 {
    margin-right: min(0.571428571428571vw, 8px);
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-box10 .l-box10_ttl01 .-supplement .-txt01 {
    margin-right: 2.133333333333333vw;
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-box10 .l-box10_ttl01 .-supplement .-txt02 {
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .l-box10 .l-box10_ttl01 .-supplement .-txt02 {
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-box10 .l-box10_ttl01 .-supplement .-txt02 {
    font-size: 4.8vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .l-box10 .l-box10_ttl01 .-ttl {
    margin-top: min(0.571428571428571vw, 8px);
    font-size: min(2.285714285714286vw, 32px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-box10 .l-box10_ttl01 .-ttl {
    margin-top: 2.133333333333333vw;
    font-size: 6.4vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .l-box10 .l-box10_lead {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 2;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .l-box10 .l-box10_lead {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
.l-box10_linkList_wrapper {
  background-color: #f5fafd;
}
@media screen and (min-width: 901px) {
  .l-box10_linkList_wrapper {
    margin-top: min(4.285714285714286vw, 60px);
    padding: min(2.857142857142857vw, 40px);
    border-radius: min(1.142857142857143vw, 16px);
    -webkit-box-shadow: 0 min(0.071428571428571vw, 1px) min(1.428571428571429vw, 20px) rgba(0,78,123,0.1);
    box-shadow: 0 min(0.071428571428571vw, 1px) min(1.428571428571429vw, 20px) rgba(0,78,123,0.1);
  }
}
@media screen and (max-width: 900px) {
  .l-box10_linkList_wrapper {
    margin-top: 10.666666666666668vw;
    padding: 6.4vw 4.266666666666667vw;
    border-radius: 4.266666666666667vw;
    -webkit-box-shadow: 0 0.266666666666667vw 5.333333333333334vw rgba(0,78,123,0.1);
    box-shadow: 0 0.266666666666667vw 5.333333333333334vw rgba(0,78,123,0.1);
  }
}
@media screen and (min-width: 901px) {
  .l-box10_linkList_wrapper .l-box10_linkList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 901px) {
  .l-box10_linkList_wrapper .l-box10_linkList .l-box10_link {
    width: min(24.571428571428573vw, 344px);
    min-height: min(12.571428571428573vw, 176px);
  }
}
@media screen and (max-width: 900px) {
  .l-box10_linkList_wrapper .l-box10_linkList .l-box10_link {
    min-height: 41.06666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box10_linkList_wrapper .l-box10_linkList .l-box10_link:nth-of-type(3n+1),
  .l-box10_linkList_wrapper .l-box10_linkList .l-box10_link:nth-of-type(3n+2) {
    margin-right: min(1.714285714285714vw, 24px);
  }
}
@media screen and (min-width: 901px) {
  .l-box10_linkList_wrapper .l-box10_linkList .l-box10_link:nth-of-type(n+4) {
    margin-top: min(1.714285714285714vw, 24px);
  }
}
@media screen and (max-width: 900px) {
  .l-box10_linkList_wrapper .l-box10_linkList .l-box10_link + .l-box10_link {
    margin-top: 4.266666666666667vw;
  }
}
.l-box10_linkList_wrapper .l-box10_linkList .l-box10_link a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-box10_linkList_wrapper .l-box10_linkList .l-box10_link a {
    padding: min(1.428571428571429vw, 20px) min(1.714285714285714vw, 24px);
    border-radius: min(1.142857142857143vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .l-box10_linkList_wrapper .l-box10_linkList .l-box10_link a {
    min-height: 41.06666666666667vw;
    padding: 4.266666666666667vw;
    border-radius: 4.266666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box10_linkList_wrapper .l-box10_linkList .l-box10_link a:hover .l-works-item_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .l-box10_linkList_wrapper .l-box10_linkList .l-box10_link a:hover .l-box10_link_arrow .-deco::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .l-box10_linkList_wrapper .l-box10_linkList .l-box10_link a:hover .l-box10_link_arrow .-deco::after {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
  }
}
.l-box10_linkList_wrapper .l-box10_linkList .l-box10_link .l-works-item_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .l-box10_linkList_wrapper .l-box10_linkList .l-box10_link .l-works-item_img img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
.l-box10_linkList_wrapper .l-box10_linkList .l-box10_link .l-box10_link_txt {
  display: block;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 901px) {
  .l-box10_linkList_wrapper .l-box10_linkList .l-box10_link .l-box10_link_txt {
    margin-bottom: min(0.571428571428571vw, 8px);
    font-size: min(1.714285714285714vw, 24px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 900;
    text-shadow: 0 0 min(0.714285714285714vw, 10px) rgba(51,51,51,0.5);
  }
}
@media screen and (max-width: 900px) {
  .l-box10_linkList_wrapper .l-box10_linkList .l-box10_link .l-box10_link_txt {
    margin-bottom: 2.133333333333333vw;
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 900;
    text-shadow: 0 0 2.666666666666667vw rgba(51,51,51,0.5);
  }
}
.l-box10_linkList_wrapper .l-box10_linkList .l-box10_link .l-box10_link_arrow {
  display: block;
  color: #fff;
  position: relative;
  text-align: right;
}
@media screen and (min-width: 901px) {
  .l-box10_linkList_wrapper .l-box10_linkList .l-box10_link .l-box10_link_arrow {
    padding-right: min(2.571428571428571vw, 36px);
  }
}
@media screen and (max-width: 900px) {
  .l-box10_linkList_wrapper .l-box10_linkList .l-box10_link .l-box10_link_arrow {
    padding-right: 9.6vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box10_linkList_wrapper .l-box10_linkList .l-box10_link .l-box10_link_arrow .-txt {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-box10_linkList_wrapper .l-box10_linkList .l-box10_link .l-box10_link_arrow .-txt {
    font-size: 4.266666666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-box10_linkList_wrapper .l-box10_linkList .l-box10_link .l-box10_link_arrow .-deco {
  display: block;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-box10_linkList_wrapper .l-box10_linkList .l-box10_link .l-box10_link_arrow .-deco {
    width: min(1.714285714285714vw, 24px);
    height: min(1.714285714285714vw, 24px);
  }
}
@media screen and (max-width: 900px) {
  .l-box10_linkList_wrapper .l-box10_linkList .l-box10_link .l-box10_link_arrow .-deco {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.l-box10_linkList_wrapper .l-box10_linkList .l-box10_link .l-box10_link_arrow .-deco::before,
.l-box10_linkList_wrapper .l-box10_linkList .l-box10_link .l-box10_link_arrow .-deco::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/images/common/arrow_02.svg");
  mask-image: url("/assets/images/common/arrow_02.svg");
  background-color: #004e7b;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .l-box10_linkList_wrapper .l-box10_linkList .l-box10_link .l-box10_link_arrow .-deco::before,
  .l-box10_linkList_wrapper .l-box10_linkList .l-box10_link .l-box10_link_arrow .-deco::after {
    -webkit-mask-size: min(1vw, 14px);
    mask-size: min(1vw, 14px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-box10_linkList_wrapper .l-box10_linkList .l-box10_link .l-box10_link_arrow .-deco::before,
  .l-box10_linkList_wrapper .l-box10_linkList .l-box10_link .l-box10_link_arrow .-deco::after {
    -webkit-mask-size: 3.733333333333334vw;
    mask-size: 3.733333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box10_linkList_wrapper .l-box10_linkList .l-box10_link .l-box10_link_arrow .-deco::before {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}
@media screen and (max-width: 900px) {
  .l-box10_linkList_wrapper .l-box10_linkList .l-box10_link .l-box10_link_arrow .-deco::before {
    content: none;
  }
}
@media screen and (min-width: 901px) {
  .l-box11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 901px) {
  .l-box11 .l-box11_desc {
    width: min(41.42857142857143vw, 580px);
  }
}
.l-box11 .l-box11_img {
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-box11 .l-box11_img {
    width: min(38.57142857142858vw, 540px);
    border-radius: min(1.142857142857143vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .l-box11 .l-box11_img {
    margin-top: 8.533333333333333vw;
    border-radius: 4.266666666666667vw;
  }
}
.l-box11 .l-box11_ttl01 {
  position: relative;
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .l-box11 .l-box11_ttl01 {
    margin-bottom: min(0.857142857142857vw, 12px);
    padding-left: min(2.142857142857143vw, 30px);
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-box11 .l-box11_ttl01 {
    margin-bottom: 3.2vw;
    padding-left: 6.666666666666667vw;
    font-size: 4.266666666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-box11 .l-box11_ttl01:before {
  content: "";
  display: block;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  border-radius: 50%;
}
@media screen and (min-width: 901px) {
  .l-box11 .l-box11_ttl01:before {
    width: min(0.857142857142857vw, 12px);
    height: min(0.857142857142857vw, 12px);
    top: min(0.714285714285714vw, 10px);
    left: min(0.428571428571429vw, 6px);
  }
}
@media screen and (max-width: 900px) {
  .l-box11 .l-box11_ttl01:before {
    width: 2.133333333333333vw;
    height: 2.133333333333333vw;
    top: 2.4vw;
    left: 1.6vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box11 .l-box11_txt01 {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .l-box11 .l-box11_txt01 {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .l-box11 .l-box11_txt01 + .l-box11_ttl01 {
    margin-top: min(2.285714285714286vw, 32px);
  }
}
@media screen and (max-width: 900px) {
  .l-box11 .l-box11_txt01 + .l-box11_ttl01 {
    margin-top: 6.4vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box11 .l-box11_txt01 + .l-box11_txt01 {
    margin-top: min(1.142857142857143vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .l-box11 .l-box11_txt01 + .l-box11_txt01 {
    margin-top: 4.266666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box11 .l-box11_txt01 + .l-box11_note01 {
    margin-top: min(1.714285714285714vw, 24px);
  }
}
@media screen and (max-width: 900px) {
  .l-box11 .l-box11_txt01 + .l-box11_note01 {
    margin-top: 5.333333333333334vw;
  }
}
.l-box11 .l-box11_note01 {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 901px) {
  .l-box11 .l-box11_note01 {
    font-size: min(1vw, 14px);
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .l-box11 .l-box11_note01 {
    font-size: 3.2vw;
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 901px) {
  .l-box11 .l-box11_note01 + .l-box11_note01 {
    margin-top: min(0.857142857142857vw, 12px);
  }
}
@media screen and (max-width: 900px) {
  .l-box11 .l-box11_note01 + .l-box11_note01 {
    margin-top: 3.2vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box12 .l-box12_list {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 900px) {
  .l-box12 .l-box12_list .l-box12_item {
    width: 92.53333333333333vw;
    padding: 1.6vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box12 .l-box12_list .l-box12_item:nth-of-type(n+3) {
    margin-top: min(1.142857142857143vw, 16px);
  }
}
.l-box12 .l-box12_list .l-box12_item .l-box12_item_inner {
  height: 100%;
  background-color: #f8f8f8;
}
@media screen and (min-width: 901px) {
  .l-box12 .l-box12_list .l-box12_item .l-box12_item_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: min(40.42857142857143vw, 566px);
    padding: min(1.142857142857143vw, 16px);
    border-radius: min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .l-box12 .l-box12_list .l-box12_item .l-box12_item_inner {
    width: 89.33333333333333vw;
    padding: 4.266666666666667vw;
    border-radius: 2.133333333333333vw;
  }
}
.l-box12 .l-box12_list .l-box12_item .l-box12_item_img {
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-box12 .l-box12_list .l-box12_item .l-box12_item_img {
    width: min(15.714285714285714vw, 220px);
    border-radius: min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .l-box12 .l-box12_list .l-box12_item .l-box12_item_img {
    border-radius: 2.133333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box12 .l-box12_list .l-box12_item .l-box12_item_desc {
    width: min(21.285714285714285vw, 298px);
  }
}
@media screen and (max-width: 900px) {
  .l-box12 .l-box12_list .l-box12_item .l-box12_item_desc {
    margin-top: 4.266666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box12 .l-box12_list .l-box12_item .l-box12_item_txt01 {
    margin-bottom: min(0.571428571428571vw, 8px);
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-box12 .l-box12_list .l-box12_item .l-box12_item_txt01 {
    margin-bottom: 2.133333333333333vw;
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .l-box12 .l-box12_list .l-box12_item .l-box12_item_txt02 {
    font-size: min(1vw, 14px);
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .l-box12 .l-box12_list .l-box12_item .l-box12_item_txt02 {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .l-box13 .l-box13_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.l-box13 .l-box13_list .l-box13_item {
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-box13 .l-box13_list .l-box13_item {
    width: min(26.285714285714285vw, 368px);
    border-radius: min(1.142857142857143vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .l-box13 .l-box13_list .l-box13_item {
    border-radius: 4.266666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box13 .l-box13_list .l-box13_item:nth-of-type(3n+1),
  .l-box13 .l-box13_list .l-box13_item:nth-of-type(3n+2) {
    margin-right: min(2vw, 28px);
  }
}
@media screen and (min-width: 901px) {
  .l-box13 .l-box13_list .l-box13_item:nth-of-type(n+4) {
    margin-top: min(2vw, 28px);
  }
}
@media screen and (max-width: 900px) {
  .l-box13 .l-box13_list .l-box13_item + .l-box13_item {
    margin-top: 4.266666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box13 .l-box13_list .l-box13_item_desc {
    padding: min(1.428571428571429vw, 20px) min(1.714285714285714vw, 24px) min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .l-box13 .l-box13_list .l-box13_item_desc {
    padding: 4.266666666666667vw 4.266666666666667vw 6.4vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box13 .l-box13_list .l-box13_item_txt01 {
    margin-bottom: min(1.142857142857143vw, 16px);
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-box13 .l-box13_list .l-box13_item_txt01 {
    margin-bottom: 3.2vw;
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .l-box13 .l-box13_list .l-box13_item_txt02 {
    font-size: min(1vw, 14px);
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .l-box13 .l-box13_list .l-box13_item_txt02 {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
.l-box14 {
  background-color: #fff;
}
@media screen and (min-width: 901px) {
  .l-box14 {
    width: min(64vw, 896px);
    margin: 0 auto;
    padding: min(2.857142857142857vw, 40px) min(4.428571428571428vw, 62px);
    border-radius: min(0.571428571428571vw, 8px);
    -webkit-box-shadow: 0 min(0.071428571428571vw, 1px) min(1.428571428571429vw, 20px) rgba(0,78,123,0.1);
    box-shadow: 0 min(0.071428571428571vw, 1px) min(1.428571428571429vw, 20px) rgba(0,78,123,0.1);
  }
}
@media screen and (max-width: 900px) {
  .l-box14 {
    padding: 6.4vw 4.266666666666667vw;
    border-radius: 2.133333333333333vw;
    -webkit-box-shadow: 0 0.266666666666667vw 5.333333333333334vw rgba(0,78,123,0.1);
    box-shadow: 0 0.266666666666667vw 5.333333333333334vw rgba(0,78,123,0.1);
  }
}
@media screen and (min-width: 901px) {
  .l-box14 .l-box14_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.l-box14 .l-box14_list .l-box14_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 901px) {
  .l-box14 .l-box14_list .l-box14_item {
    width: min(26.71428571428571vw, 374px);
  }
}
.l-box14 .l-box14_list .l-box14_item::before {
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/assets/images/common/icon-check_01.svg");
  background-color: #004e7b;
}
@media screen and (min-width: 901px) {
  .l-box14 .l-box14_list .l-box14_item::before {
    width: min(1.714285714285714vw, 24px);
    height: min(1.714285714285714vw, 24px);
    margin-right: min(1.142857142857143vw, 16px);
    border-radius: min(0.428571428571429vw, 6px);
    background-size: min(1.045714285714286vw, 14.64px);
  }
}
@media screen and (max-width: 900px) {
  .l-box14 .l-box14_list .l-box14_item::before {
    width: 5.333333333333334vw;
    height: 5.333333333333334vw;
    margin-right: 3.2vw;
    border-radius: 1.6vw;
    background-size: 3.298666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box14 .l-box14_list .l-box14_item:nth-of-type(n+3) {
    margin-top: min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .l-box14 .l-box14_list .l-box14_item + .l-box14_item {
    margin-top: 4.266666666666667vw;
  }
}
.l-box14 .l-box14_list .l-box14_item .l-box14_item_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 901px) {
  .l-box14 .l-box14_list .l-box14_item .l-box14_item_inner {
    width: min(23.857142857142858vw, 334px);
    min-height: min(3.714285714285714vw, 52px);
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .l-box14 .l-box14_list .l-box14_item .l-box14_item_inner {
    width: 72.53333333333333vw;
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
.l-box15 .l-box15_ttl01 {
  position: relative;
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .l-box15 .l-box15_ttl01 {
    margin-bottom: min(0.857142857142857vw, 12px);
    padding-left: min(2.142857142857143vw, 30px);
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-box15 .l-box15_ttl01 {
    font-size: 4.266666666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-box15 .l-box15_ttl01:before {
  content: "";
  display: block;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  border-radius: 50%;
}
@media screen and (min-width: 901px) {
  .l-box15 .l-box15_ttl01:before {
    width: min(0.857142857142857vw, 12px);
    height: min(0.857142857142857vw, 12px);
    top: min(0.714285714285714vw, 10px);
    left: min(0.428571428571429vw, 6px);
  }
}
@media screen and (min-width: 901px) {
  .l-box15 .l-box15_txt01 {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .l-box15 .l-box15_txt01 {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .l-box15 .l-box15_txt01 + .l-box15_ttl01 {
    margin-top: min(2.285714285714286vw, 32px);
  }
}
@media screen and (max-width: 900px) {
  .l-box15 .l-box15_txt01 + .l-box15_ttl01 {
    margin-top: 6.4vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box15 .l-box15_txt01 + .l-box15_txt01 {
    margin-top: min(1.142857142857143vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .l-box15 .l-box15_txt01 + .l-box15_txt01 {
    margin-top: 4.266666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box15 .l-box15_txt01 + .l-box15_note01 {
    margin-top: min(1.714285714285714vw, 24px);
  }
}
@media screen and (max-width: 900px) {
  .l-box15 .l-box15_txt01 + .l-box15_note01 {
    margin-top: 5.333333333333334vw;
  }
}
.l-box15 .l-box15_note01 {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 901px) {
  .l-box15 .l-box15_note01 {
    font-size: min(1vw, 14px);
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .l-box15 .l-box15_note01 {
    font-size: 3.2vw;
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (min-width: 901px) {
  .l-box15 .l-box15_note01 + .l-box15_note01 {
    margin-top: min(0.857142857142857vw, 12px);
  }
}
@media screen and (max-width: 900px) {
  .l-box15 .l-box15_note01 + .l-box15_note01 {
    margin-top: 3.2vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box16 .l-box16_list {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.l-box16 .l-box16_list .l-box16_item {
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-box16 .l-box16_list .l-box16_item {
    width: min(26.285714285714285vw, 368px);
  }
}
@media screen and (max-width: 900px) {
  .l-box16 .l-box16_list .l-box16_item {
    width: 92.53333333333333vw;
    padding: 0 1.6vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box16 .l-box16_list .l-box16_item:nth-of-type(3n+1),
  .l-box16 .l-box16_list .l-box16_item:nth-of-type(3n+2) {
    margin-right: min(2vw, 28px);
  }
}
@media screen and (min-width: 901px) {
  .l-box16 .l-box16_list .l-box16_item:nth-of-type(n+4) {
    margin-top: min(2vw, 28px);
  }
}
.l-box16 .l-box16_list .l-box16_item .l-box16_item_img {
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-box16 .l-box16_list .l-box16_item .l-box16_item_img {
    border-radius: min(0.857142857142857vw, 12px);
  }
}
@media screen and (max-width: 900px) {
  .l-box16 .l-box16_list .l-box16_item .l-box16_item_img {
    border-radius: 3.2vw;
  }
}
.l-box17.-white .l-box17_list .l-box17_item .l-box17_item_inner {
  background-color: #fff;
}
.l-box17.-border .l-box17_list .l-box17_item .l-box17_item_inner {
  border: 1px solid #96c8e5;
  background-color: transparent;
}
@media screen and (min-width: 901px) {
  .l-box17.-col3 .l-box17_list {
    -ms-grid-columns: (min(26.285714285714285vw, 368px))[3];
    grid-template-columns: repeat(3, min(26.285714285714285vw, 368px));
    gap: min(2vw, 28px);
  }
}
@media screen and (min-width: 901px) {
  .l-box17.-col4 .l-box17_list {
    -ms-grid-columns: (min(19.857142857142858vw, 278px))[4];
    grid-template-columns: repeat(4, min(19.857142857142858vw, 278px));
    gap: min(1.142857142857143vw, 16px);
  }
}
@media screen and (min-width: 901px) {
  .l-box17.-col4 .l-box17_list .l-box17_item .l-box17_item_desc {
    padding: min(1.428571428571429vw, 20px) min(1.714285714285714vw, 24px) 0;
  }
}
@media screen and (max-width: 900px) {
  .l-box17.-col4 .l-box17_list .l-box17_item .l-box17_item_desc {
    padding: 4.266666666666667vw 4.266666666666667vw 0;
  }
}
@media screen and (min-width: 901px) {
  .l-box17.-col4 .l-box17_list .l-box17_item .l-box17_item_desc:last-of-type {
    padding: min(1.714285714285714vw, 24px);
  }
}
@media screen and (max-width: 900px) {
  .l-box17.-col4 .l-box17_list .l-box17_item .l-box17_item_desc:last-of-type {
    padding: 6.4vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box17.-col4 .l-box17_list .l-box17_item .l-box17_item_txt01 {
    margin-bottom: 0;
    font-size: min(1vw, 14px);
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .l-box17 .l-box17_list {
    display: -ms-grid !important;
    display: grid !important;
  }
}
@media screen and (min-width: 901px) {
  .l-box17 .l-box17_list .l-box17_item {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: subgrid;
    grid-template-rows: subgrid;
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
}
@media screen and (max-width: 900px) {
  .l-box17 .l-box17_list .l-box17_item {
    width: 92.53333333333333vw;
    padding: 1.6vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box17 .l-box17_list .l-box17_item.-row3 {
    -ms-grid-row-span: 3;
    grid-row: span 3;
  }
}
.l-box17 .l-box17_list .l-box17_item .l-box17_item_inner {
  background-color: #f8f8f8;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-box17 .l-box17_list .l-box17_item .l-box17_item_inner {
    display: inherit;
    -ms-grid-rows: inherit;
    grid-template-rows: inherit;
    grid-row: inherit;
    gap: 0;
    border-radius: min(1.142857142857143vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .l-box17 .l-box17_list .l-box17_item .l-box17_item_inner {
    width: 89.33333333333333vw;
    height: 100%;
    border-radius: 4.266666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box17 .l-box17_list .l-box17_item .l-box17_item_desc {
    padding: min(1.428571428571429vw, 20px) min(1.714285714285714vw, 24px);
  }
}
@media screen and (max-width: 900px) {
  .l-box17 .l-box17_list .l-box17_item .l-box17_item_desc {
    padding: 4.266666666666667vw 4.266666666666667vw;
  }
}
.l-box17 .l-box17_list .l-box17_item .l-box17_item_desc + .l-box17_item_desc {
  position: relative;
}
@media screen and (min-width: 901px) {
  .l-box17 .l-box17_list .l-box17_item .l-box17_item_desc + .l-box17_item_desc {
    padding-top: min(1.428571428571429vw, 20px);
  }
}
@media screen and (max-width: 900px) {
  .l-box17 .l-box17_list .l-box17_item .l-box17_item_desc + .l-box17_item_desc {
    padding-top: 4.266666666666667vw;
  }
}
.l-box17 .l-box17_list .l-box17_item .l-box17_item_desc + .l-box17_item_desc::before {
  content: "";
  display: block;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #b2c2cb 4px, transparent 4px);
  background-image: linear-gradient(to right, #b2c2cb 4px, transparent 4px);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 8px 1px;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 901px) {
  .l-box17 .l-box17_list .l-box17_item .l-box17_item_desc + .l-box17_item_desc::before {
    width: calc(100% - min(1.714285714285714vw, 24px) * 2);
    left: min(1.714285714285714vw, 24px);
  }
}
@media screen and (max-width: 900px) {
  .l-box17 .l-box17_list .l-box17_item .l-box17_item_desc + .l-box17_item_desc::before {
    width: calc(100% - 4.266666666666667vw * 2);
    left: 4.266666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box17 .l-box17_list .l-box17_item .l-box17_item_txt01 {
    margin-bottom: min(1.142857142857143vw, 16px);
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-box17 .l-box17_list .l-box17_item .l-box17_item_txt01 {
    margin-bottom: 2.133333333333333vw;
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .l-box17 .l-box17_list .l-box17_item .l-box17_item_txt02 {
    font-size: min(1vw, 14px);
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .l-box17 .l-box17_list .l-box17_item .l-box17_item_txt02 {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .l-box17 .l-box17_list .l-box17_item .l-box17_item_txt02 + .l-box17_item_txt03 {
    margin-top: min(1.142857142857143vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .l-box17 .l-box17_list .l-box17_item .l-box17_item_txt02 + .l-box17_item_txt03 {
    margin-top: 4.266666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box17 .l-box17_list .l-box17_item .l-box17_item_txt03 {
    font-size: min(1vw, 14px);
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-box17 .l-box17_list .l-box17_item .l-box17_item_txt03 {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .l-box17 .l-box17_list .l-box17_item .l-box17_item_txt03 + .l-box17_item_txt02 {
    margin-top: min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .l-box17 .l-box17_list .l-box17_item .l-box17_item_txt03 + .l-box17_item_txt02 {
    margin-top: 2.133333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box18 .l-box18_txt01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .l-box18 .l-box18_txt01 {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
.l-box18 .l-box18_txt01 .-txt01 {
  color: #004e7b;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .l-box18 .l-box18_txt01 .-txt01 {
    display: block;
    margin-bottom: 2.133333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box18 .l-box18_txt01 .-txt02 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (max-width: 900px) {
  .l-box18 .l-box18_txt01 .-txt02 {
    display: block;
  }
}
@media screen and (min-width: 901px) {
  .l-box18 .l-box18_txt01 + .l-box18_txt01 {
    margin-top: min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .l-box18 .l-box18_txt01 + .l-box18_txt01 {
    margin-top: 2.133333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.l-box19 .l-box19_img {
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-box19 .l-box19_img {
    width: min(40.85714285714286vw, 572px);
    border-radius: min(1.142857142857143vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .l-box19 .l-box19_img {
    border-radius: 4.266666666666667vw;
  }
}
@media screen and (max-width: 900px) {
  .l-box19 .l-box19_img + .l-box19_img {
    margin-top: 2.133333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.l-box20 .l-box20_inner {
  overflow: hidden;
  background-color: #f5fafd;
}
@media screen and (min-width: 901px) {
  .l-box20 .l-box20_inner {
    width: min(40vw, 560px);
    border-radius: min(1.142857142857143vw, 16px);
    padding: min(1.714285714285714vw, 24px) min(11.142857142857142vw, 156px);
  }
}
@media screen and (max-width: 900px) {
  .l-box20 .l-box20_inner {
    border-radius: 4.266666666666667vw;
    padding: 6.4vw 11.466666666666667vw;
  }
}
@media screen and (max-width: 900px) {
  .l-box20 .l-box20_inner + .l-box20_inner {
    margin-top: 4.266666666666667vw;
  }
}
.l-box20 .l-box20_ttl01 {
  text-align: center;
}
@media screen and (min-width: 901px) {
  .l-box20 .l-box20_ttl01 {
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-box20 .l-box20_ttl01 {
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .l-box20 .l-box20_ttl01 + .l-box20_ol01 {
    margin-top: min(1.714285714285714vw, 24px);
  }
}
@media screen and (max-width: 900px) {
  .l-box20 .l-box20_ttl01 + .l-box20_ol01 {
    margin-top: 6.4vw;
  }
}
.l-box20 .l-box20_ol01 .l-box20_ol01_item {
  position: relative;
}
@media screen and (min-width: 901px) {
  .l-box20 .l-box20_ol01 .l-box20_ol01_item {
    padding-left: min(2.285714285714286vw, 32px);
  }
}
@media screen and (max-width: 900px) {
  .l-box20 .l-box20_ol01 .l-box20_ol01_item {
    padding-left: 8.533333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box20 .l-box20_ol01 .l-box20_ol01_item + .l-box20_ol01_item {
    margin-top: min(0.857142857142857vw, 12px);
  }
}
@media screen and (max-width: 900px) {
  .l-box20 .l-box20_ol01 .l-box20_ol01_item + .l-box20_ol01_item {
    margin-top: 3.2vw;
  }
}
.l-box20 .l-box20_ol01 .l-box20_ol01_item .-no {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  color: #fff;
}
@media screen and (min-width: 901px) {
  .l-box20 .l-box20_ol01 .l-box20_ol01_item .-no {
    width: min(1.714285714285714vw, 24px);
    height: min(1.714285714285714vw, 24px);
    top: min(0.142857142857143vw, 2px);
    font-size: min(1vw, 14px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .l-box20 .l-box20_ol01 .l-box20_ol01_item .-no {
    width: 6.4vw;
    height: 6.4vw;
    top: 0.533333333333333vw;
    font-size: 3.733333333333334vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .l-box20 .l-box20_ol01 .l-box20_ol01_item .-txt {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .l-box20 .l-box20_ol01 .l-box20_ol01_item .-txt {
    font-size: 4.266666666666667vw;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .l-box21 .l-box21_list {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 900px) {
  .l-box21 .l-box21_list .l-box21_item {
    width: 92.53333333333333vw;
    padding: 1.6vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box21 .l-box21_list .l-box21_item:nth-of-type(4n+1),
  .l-box21 .l-box21_list .l-box21_item:nth-of-type(4n+2),
  .l-box21 .l-box21_list .l-box21_item:nth-of-type(4n+3) {
    margin-right: min(1.071428571428571vw, 15px);
  }
}
@media screen and (min-width: 901px) {
  .l-box21 .l-box21_list .l-box21_item:nth-of-type(n+5) {
    margin-top: min(1.071428571428571vw, 15px);
  }
}
.l-box21 .l-box21_list .l-box21_item .l-box21_item_inner {
  height: 100%;
  background-color: #f8f8f8;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-box21 .l-box21_list .l-box21_item .l-box21_item_inner {
    width: min(19.857142857142858vw, 278px);
    padding: min(1.428571428571429vw, 20px) min(1.714285714285714vw, 24px) min(2.285714285714286vw, 32px);
    border-radius: min(1.142857142857143vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .l-box21 .l-box21_list .l-box21_item .l-box21_item_inner {
    width: 89.33333333333333vw;
    padding: 6.4vw 4.266666666666667vw;
    border-radius: 4.266666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box21 .l-box21_list .l-box21_item .l-box21_item_txt01 {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-box21 .l-box21_list .l-box21_item .l-box21_item_txt01 {
    font-size: 4.266666666666667vw;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
.l-box21 .l-box21_list .l-box21_item .l-box21_item_txt01 + .l-box21_item_txt02,
.l-box21 .l-box21_list .l-box21_item .l-box21_item_txt01 + .l-box21_item_txt03 {
  background-image: -webkit-linear-gradient(left, #b2c2cb 4px, transparent 4px);
  background-image: linear-gradient(to right, #b2c2cb 4px, transparent 4px);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 8px 1px;
}
@media screen and (min-width: 901px) {
  .l-box21 .l-box21_list .l-box21_item .l-box21_item_txt01 + .l-box21_item_txt02,
  .l-box21 .l-box21_list .l-box21_item .l-box21_item_txt01 + .l-box21_item_txt03 {
    margin-top: min(1.142857142857143vw, 16px);
    padding-top: min(1.142857142857143vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .l-box21 .l-box21_list .l-box21_item .l-box21_item_txt01 + .l-box21_item_txt02,
  .l-box21 .l-box21_list .l-box21_item .l-box21_item_txt01 + .l-box21_item_txt03 {
    margin-top: 4.266666666666667vw;
    padding-top: 4.266666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box21 .l-box21_list .l-box21_item .l-box21_item_txt02 {
    font-size: min(1vw, 14px);
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .l-box21 .l-box21_list .l-box21_item .l-box21_item_txt02 {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
.l-box21 .l-box21_list .l-box21_item .l-box21_item_txt02 + .l-box21_item_txt01,
.l-box21 .l-box21_list .l-box21_item .l-box21_item_txt02 + .l-box21_item_txt03 {
  background-image: -webkit-linear-gradient(left, #b2c2cb 4px, transparent 4px);
  background-image: linear-gradient(to right, #b2c2cb 4px, transparent 4px);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 8px 1px;
}
@media screen and (min-width: 901px) {
  .l-box21 .l-box21_list .l-box21_item .l-box21_item_txt02 + .l-box21_item_txt01,
  .l-box21 .l-box21_list .l-box21_item .l-box21_item_txt02 + .l-box21_item_txt03 {
    margin-top: min(1.142857142857143vw, 16px);
    padding-top: min(1.142857142857143vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .l-box21 .l-box21_list .l-box21_item .l-box21_item_txt02 + .l-box21_item_txt01,
  .l-box21 .l-box21_list .l-box21_item .l-box21_item_txt02 + .l-box21_item_txt03 {
    margin-top: 4.266666666666667vw;
    padding-top: 4.266666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box21 .l-box21_list .l-box21_item .l-box21_item_txt03 {
    font-size: min(1vw, 14px);
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .l-box21 .l-box21_list .l-box21_item .l-box21_item_txt03 {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
.l-box21 .l-box21_list .l-box21_item .l-box21_item_txt03 + .l-box21_item_txt01,
.l-box21 .l-box21_list .l-box21_item .l-box21_item_txt03 + .l-box21_item_txt02 {
  background-image: -webkit-linear-gradient(left, #b2c2cb 4px, transparent 4px);
  background-image: linear-gradient(to right, #b2c2cb 4px, transparent 4px);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 8px 1px;
}
@media screen and (min-width: 901px) {
  .l-box21 .l-box21_list .l-box21_item .l-box21_item_txt03 + .l-box21_item_txt01,
  .l-box21 .l-box21_list .l-box21_item .l-box21_item_txt03 + .l-box21_item_txt02 {
    margin-top: min(1.142857142857143vw, 16px);
    padding-top: min(1.142857142857143vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .l-box21 .l-box21_list .l-box21_item .l-box21_item_txt03 + .l-box21_item_txt01,
  .l-box21 .l-box21_list .l-box21_item .l-box21_item_txt03 + .l-box21_item_txt02 {
    margin-top: 4.266666666666667vw;
    padding-top: 4.266666666666667vw;
  }
}
.l-box22 {
  background-color: #f8f8f8;
}
@media screen and (min-width: 901px) {
  .l-box22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: min(0.571428571428571vw, 8px);
    margin-top: min(4.285714285714286vw, 60px);
    padding: min(2.285714285714286vw, 32px) min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .l-box22 {
    border-radius: 5.333333333333334vw;
    margin-top: 10.666666666666668vw;
    padding: 9.333333333333334vw 4.266666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box22 .-desc {
    width: min(42.285714285714285vw, 592px);
  }
}
@media screen and (min-width: 901px) {
  .l-box22 .-desc .-txt {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-box22 .-desc .-txt {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .l-box22 .-desc .-txt + .-txt {
    margin-top: min(2.142857142857143vw, 30px);
  }
}
@media screen and (max-width: 900px) {
  .l-box22 .-desc .-txt + .-txt {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box22 .-img {
    width: min(31.857142857142858vw, 446px);
  }
}
@media screen and (max-width: 900px) {
  .l-box22 .-img {
    margin-top: 6.666666666666667vw;
  }
}
@media screen and (max-width: 900px) {
  .l-box-slider01 {
    padding-bottom: 8vw;
  }
}
.l-box-slider01 .splide__arrow {
  background-color: rgba(0,78,123,0);
}
@media screen and (max-width: 900px) {
  .l-box-slider01 .splide__arrow {
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    bottom: 0;
    opacity: 1;
  }
}
.l-box-slider01 .splide__arrow svg {
  fill: #004e7b;
}
@media screen and (max-width: 900px) {
  .l-box-slider01 .splide__arrow svg {
    width: 3.2vw;
    height: 3.2vw;
  }
}
@media screen and (max-width: 900px) {
  .l-box-slider01 .splide__arrow--prev {
    left: 28.000000000000004vw;
  }
}
@media screen and (max-width: 900px) {
  .l-box-slider01 .splide__arrow--next {
    right: 28.000000000000004vw;
  }
}
@media screen and (max-width: 900px) {
  .l-box-slider01 .splide__pagination {
    bottom: 2.4vw;
  }
}
.l-box-slider01 .splide__pagination .splide__pagination__page {
  background-color: rgba(0,78,123,0);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .l-box-slider01 .splide__pagination .splide__pagination__page {
    width: 2.133333333333333vw;
    height: 2.133333333333333vw;
    margin: 0 0.533333333333333vw;
    border: 1px solid #004e7b;
  }
}
.l-box-slider01 .splide__pagination .splide__pagination__page.is-active {
  background: -webkit-linear-gradient(50deg, #004e7b, #4895c6);
  background: linear-gradient(40deg, #004e7b, #4895c6);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.l-box-img-wide {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-box-img-wide {
    border-radius: min(1.142857142857143vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .l-box-img-wide {
    border-radius: 2.133333333333333vw;
  }
}
.l-box-img01 {
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .l-box-img01 {
    width: min(49.142857142857146vw, 688px);
    margin-bottom: min(4.285714285714286vw, 60px);
  }
}
@media screen and (max-width: 900px) {
  .l-box-img01 {
    margin-bottom: 10.666666666666668vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box-img02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: min(4.285714285714286vw, 60px);
  }
}
@media screen and (max-width: 900px) {
  .l-box-img02 {
    margin-top: 10.666666666666668vw;
  }
}
.l-box-img02 .l-box-img02_img {
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-box-img02 .l-box-img02_img {
    width: min(23.92857142857143vw, 335px);
    border-radius: min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .l-box-img02 .l-box-img02_img {
    border-radius: 2.133333333333333vw;
  }
}
.l-box-img02 .l-box-img02_img.-radius0 {
  border-radius: 0;
}
.l-box-img02 .l-box-img02_caption {
  display: block;
  text-align: center;
}
@media screen and (min-width: 901px) {
  .l-box-img02 .l-box-img02_caption {
    margin-top: min(1.142857142857143vw, 16px);
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .l-box-img02 .l-box-img02_caption {
    margin-top: 3.2vw;
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .l-box-flow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: min(6.571428571428571vw, 92px);
  }
}
@media screen and (max-width: 900px) {
  .l-box-flow {
    margin-top: 16.53333333333333vw;
  }
}
.l-box-flow .l-box-flow_point {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  background: -webkit-linear-gradient(50deg, #004e7b, #4895c6);
  background: linear-gradient(40deg, #004e7b, #4895c6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 901px) {
  .l-box-flow .l-box-flow_point {
    width: min(4.285714285714286vw, 60px);
    height: min(4.285714285714286vw, 60px);
    top: max(-2.142857142857143vw, -30px);
  }
}
@media screen and (max-width: 900px) {
  .l-box-flow .l-box-flow_point {
    width: 16vw;
    height: 16vw;
    top: -8vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box-flow .l-box-flow_point .-no {
    font-size: min(2.285714285714286vw, 32px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .l-box-flow .l-box-flow_point .-no {
    font-size: 8.533333333333333vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.l-box-flow .l-box-flow_item {
  position: relative;
}
@media screen and (min-width: 901px) {
  .l-box-flow .l-box-flow_item {
    width: min(19.857142857142858vw, 278px);
  }
}
@media screen and (min-width: 901px) {
  .l-box-flow .l-box-flow_item:nth-of-type(4n+1),
  .l-box-flow .l-box-flow_item:nth-of-type(4n+2),
  .l-box-flow .l-box-flow_item:nth-of-type(4n+3) {
    margin-right: min(1.071428571428571vw, 15px);
  }
}
@media screen and (max-width: 900px) {
  .l-box-flow .l-box-flow_item + .l-box-flow_item {
    margin-top: 12.266666666666666vw;
  }
}
.l-box-flow .l-box-flow_item_inner {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .l-box-flow .l-box-flow_item_inner {
    border-radius: min(1.142857142857143vw, 16px);
    padding-top: min(2.928571428571429vw, 41px);
    border: 1px solid #b2c2cb;
  }
}
@media screen and (max-width: 900px) {
  .l-box-flow .l-box-flow_item_inner {
    border-radius: 4.266666666666667vw;
    padding-top: 10.933333333333334vw;
    border: 2px solid #b2c2cb;
  }
}
.l-box-flow .l-box-flow_item_img {
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .l-box-flow .l-box-flow_item_img {
    width: min(17vw, 238px);
  }
}
@media screen and (max-width: 900px) {
  .l-box-flow .l-box-flow_item_img {
    width: 80.80000000000001vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box-flow .l-box-flow_item_desc {
    padding: min(1.142857142857143vw, 16px) min(1.428571428571429vw, 20px) min(2vw, 28px);
  }
}
@media screen and (max-width: 900px) {
  .l-box-flow .l-box-flow_item_desc {
    padding: 2.933333333333333vw 3.466666666666666vw 5.600000000000001vw;
  }
}
.l-box-flow .l-box-flow_item_desc .l-box-flow_item_ttl {
  text-align: center;
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .l-box-flow .l-box-flow_item_desc .l-box-flow_item_ttl {
    margin-bottom: min(0.928571428571429vw, 13px);
    font-size: min(1.714285714285714vw, 24px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-box-flow .l-box-flow_item_desc .l-box-flow_item_ttl {
    margin-bottom: 2.4vw;
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .l-box-flow .l-box-flow_item_desc .l-box-flow_item_txt01 {
    font-size: min(1vw, 14px);
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .l-box-flow .l-box-flow_item_desc .l-box-flow_item_txt01 {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .l-box-flow .l-box-flow_item_desc .l-box-flow_item_txt02 {
    margin-top: min(0.714285714285714vw, 10px);
  }
}
@media screen and (max-width: 900px) {
  .l-box-flow .l-box-flow_item_desc .l-box-flow_item_txt02 {
    margin-top: 0.533333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .l-box-flow .l-box-flow_item_desc .l-box-flow_item_txt02 .-txt01 {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .l-box-flow .l-box-flow_item_desc .l-box-flow_item_txt02 .-txt01 {
    font-size: 4.266666666666667vw;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
.l-box-flow .l-box-flow_item_desc .l-box-flow_item_txt02 .-txt02 {
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .l-box-flow .l-box-flow_item_desc .l-box-flow_item_txt02 .-txt02 {
    font-size: min(1.285714285714286vw, 18px);
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-box-flow .l-box-flow_item_desc .l-box-flow_item_txt02 .-txt02 {
    font-size: 4.8vw;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
.l-btn-01_wrapper.-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-btn-01_wrapper .l-btn-01 {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  border-radius: 100px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 901px) {
  .l-btn-01_wrapper .l-btn-01 {
    width: min(16.57142857142857vw, 232px);
    padding: min(0.5vw, 7px) min(0.642857142857143vw, 9px) min(0.642857142857143vw, 9px) 0;
  }
}
@media screen and (max-width: 900px) {
  .l-btn-01_wrapper .l-btn-01 {
    width: 61.86666666666667vw;
    margin: 0 auto;
    padding: 1.866666666666667vw 2.4vw 2.4vw 0;
  }
}
@media screen and (min-width: 901px) {
  .l-btn-01_wrapper .l-btn-01::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #004e7b;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 901px) {
  .l-btn-01_wrapper .l-btn-01:hover::before {
    opacity: 1;
  }
  .l-btn-01_wrapper .l-btn-01:hover .-txt {
    color: #004e7b;
  }
  .l-btn-01_wrapper .l-btn-01:hover .-deco {
    background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
    background: -webkit-linear-gradient(left, #004e7b, #4895c6);
    background: linear-gradient(90deg, #004e7b, #4895c6);
  }
  .l-btn-01_wrapper .l-btn-01:hover .-deco::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .l-btn-01_wrapper .l-btn-01:hover .-deco::after {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
  }
}
.l-btn-01_wrapper .l-btn-01 .-txt {
  position: relative;
}
@media screen and (min-width: 901px) {
  .l-btn-01_wrapper .l-btn-01 .-txt {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-btn-01_wrapper .l-btn-01 .-txt {
    font-size: 4.266666666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-btn-01_wrapper .l-btn-01 .-deco {
  display: block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-btn-01_wrapper .l-btn-01 .-deco {
    width: min(1.714285714285714vw, 24px);
    height: min(1.714285714285714vw, 24px);
    right: min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .l-btn-01_wrapper .l-btn-01 .-deco {
    width: 6.4vw;
    height: 6.4vw;
    right: 2.133333333333333vw;
  }
}
.l-btn-01_wrapper .l-btn-01 .-deco::before,
.l-btn-01_wrapper .l-btn-01 .-deco::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/images/common/arrow_02.svg");
  mask-image: url("/assets/images/common/arrow_02.svg");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .l-btn-01_wrapper .l-btn-01 .-deco::before,
  .l-btn-01_wrapper .l-btn-01 .-deco::after {
    -webkit-mask-size: min(1vw, 14px);
    mask-size: min(1vw, 14px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-btn-01_wrapper .l-btn-01 .-deco::before,
  .l-btn-01_wrapper .l-btn-01 .-deco::after {
    -webkit-mask-size: 3.733333333333334vw;
    mask-size: 3.733333333333334vw;
  }
}
.l-btn-01_wrapper .l-btn-01 .-deco::before {
  background-color: #fff;
}
@media screen and (min-width: 901px) {
  .l-btn-01_wrapper .l-btn-01 .-deco::before {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}
@media screen and (max-width: 900px) {
  .l-btn-01_wrapper .l-btn-01 .-deco::before {
    content: none;
  }
}
.l-btn-01_wrapper .l-btn-01 .-deco::after {
  background-color: #004e7b;
}
.l-btn-01_wrapper .l-btn-01.-back {
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .l-btn-01_wrapper .l-btn-01.-back {
    margin-right: min(1.714285714285714vw, 24px);
    padding: min(0.5vw, 7px) 0 min(0.642857142857143vw, 9px) min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .l-btn-01_wrapper .l-btn-01.-back {
    margin-bottom: 5.333333333333334vw;
    padding: 1.866666666666667vw 0 2.4vw 2.666666666666667vw;
  }
}
.l-btn-01_wrapper .l-btn-01.-back::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #004e7b;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 901px) {
  .l-btn-01_wrapper .l-btn-01.-back::before {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 901px) {
  .l-btn-01_wrapper .l-btn-01.-back:hover::before {
    opacity: 0;
  }
  .l-btn-01_wrapper .l-btn-01.-back:hover .-txt {
    color: #fff;
  }
  .l-btn-01_wrapper .l-btn-01.-back:hover .-deco {
    background: #fff;
  }
  .l-btn-01_wrapper .l-btn-01.-back:hover .-deco::before {
    -webkit-transform: translateX(0%) rotate(180deg);
    transform: translateX(0%) rotate(180deg);
  }
  .l-btn-01_wrapper .l-btn-01.-back:hover .-deco::after {
    -webkit-transform: translateX(-120%) rotate(180deg);
    transform: translateX(-120%) rotate(180deg);
  }
}
.l-btn-01_wrapper .l-btn-01.-back .-deco {
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  right: auto;
}
@media screen and (min-width: 901px) {
  .l-btn-01_wrapper .l-btn-01.-back .-deco {
    left: min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .l-btn-01_wrapper .l-btn-01.-back .-deco {
    left: 2.133333333333333vw;
  }
}
.l-btn-01_wrapper .l-btn-01.-back .-deco::before {
  background-color: #004e7b;
}
@media screen and (min-width: 901px) {
  .l-btn-01_wrapper .l-btn-01.-back .-deco::before {
    -webkit-transform: translateX(120%) rotate(180deg);
    transform: translateX(120%) rotate(180deg);
  }
}
@media screen and (max-width: 900px) {
  .l-btn-01_wrapper .l-btn-01.-back .-deco::before {
    content: none;
  }
}
.l-btn-01_wrapper .l-btn-01.-back .-deco::after {
  background-color: #fff;
  -webkit-transform: translateX(0%) rotate(180deg);
  transform: translateX(0%) rotate(180deg);
}
@media screen and (min-width: 901px) {
  .l-btn-02_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: min(4.285714285714286vw, 60px);
  }
}
.l-btn-02_wrapper .l-btn-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  border-radius: 100px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 901px) {
  .l-btn-02_wrapper .l-btn-02 {
    width: min(24.571428571428573vw, 344px);
    min-height: min(5.571428571428571vw, 78px);
    padding: min(1.071428571428571vw, 15px) min(1.214285714285714vw, 17px) min(0.928571428571429vw, 13px) 0;
  }
}
@media screen and (max-width: 900px) {
  .l-btn-02_wrapper .l-btn-02 {
    width: 89.33333333333333vw;
    min-height: 20.8vw;
    padding: 4vw 2.666666666666667vw 3.466666666666666vw 0;
  }
}
@media screen and (min-width: 901px) {
  .l-btn-02_wrapper .l-btn-02::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #004e7b;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 901px) {
  .l-btn-02_wrapper .l-btn-02:hover::before {
    opacity: 1;
  }
  .l-btn-02_wrapper .l-btn-02:hover .-txtL,
  .l-btn-02_wrapper .l-btn-02:hover .-txtS {
    color: #004e7b;
  }
  .l-btn-02_wrapper .l-btn-02:hover .-deco {
    background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
    background: -webkit-linear-gradient(left, #004e7b, #4895c6);
    background: linear-gradient(90deg, #004e7b, #4895c6);
  }
  .l-btn-02_wrapper .l-btn-02:hover .-deco::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .l-btn-02_wrapper .l-btn-02:hover .-deco::after {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
  }
}
.l-btn-02_wrapper .l-btn-02 .-txtL {
  position: relative;
}
@media screen and (min-width: 901px) {
  .l-btn-02_wrapper .l-btn-02 .-txtL {
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-btn-02_wrapper .l-btn-02 .-txtL {
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-btn-02_wrapper .l-btn-02 .-txtS {
  position: relative;
}
@media screen and (min-width: 901px) {
  .l-btn-02_wrapper .l-btn-02 .-txtS {
    font-size: min(0.857142857142857vw, 12px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-btn-02_wrapper .l-btn-02 .-txtS {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-btn-02_wrapper .l-btn-02 .-deco {
  display: block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-btn-02_wrapper .l-btn-02 .-deco {
    width: min(2.214285714285714vw, 31px);
    height: min(2.214285714285714vw, 31px);
    right: min(1.714285714285714vw, 24px);
  }
}
@media screen and (max-width: 900px) {
  .l-btn-02_wrapper .l-btn-02 .-deco {
    width: 8.266666666666666vw;
    height: 8.266666666666666vw;
    right: 4.266666666666667vw;
  }
}
.l-btn-02_wrapper .l-btn-02 .-deco::before,
.l-btn-02_wrapper .l-btn-02 .-deco::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/images/common/arrow_02.svg");
  mask-image: url("/assets/images/common/arrow_02.svg");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .l-btn-02_wrapper .l-btn-02 .-deco::before,
  .l-btn-02_wrapper .l-btn-02 .-deco::after {
    -webkit-mask-size: min(1.142857142857143vw, 16px);
    mask-size: min(1.142857142857143vw, 16px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-btn-02_wrapper .l-btn-02 .-deco::before,
  .l-btn-02_wrapper .l-btn-02 .-deco::after {
    -webkit-mask-size: 4.266666666666667vw;
    mask-size: 4.266666666666667vw;
  }
}
.l-btn-02_wrapper .l-btn-02 .-deco::before {
  background-color: #fff;
}
@media screen and (min-width: 901px) {
  .l-btn-02_wrapper .l-btn-02 .-deco::before {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}
@media screen and (max-width: 900px) {
  .l-btn-02_wrapper .l-btn-02 .-deco::before {
    content: none;
  }
}
.l-btn-02_wrapper .l-btn-02 .-deco::after {
  background-color: #004e7b;
}
.l-btn-03 {
  display: inline-block;
  background-color: #fff;
  color: #004e7b;
  border: 1px solid #004e7b;
  position: relative;
}
@media screen and (min-width: 901px) {
  .l-btn-03 {
    padding: min(0.357142857142857vw, 5px) min(2.5vw, 35px) min(0.5vw, 7px) min(0.785714285714286vw, 11px);
    border-radius: min(0.285714285714286vw, 4px);
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-btn-03 {
    padding: 1.066666666666667vw 9.866666666666667vw 1.066666666666667vw 2.933333333333333vw;
    border-radius: 1.066666666666667vw;
    font-size: 3.466666666666666vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.l-btn-03::after {
  content: "";
  background-color: #004e7b;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media screen and (min-width: 901px) {
  .l-btn-03::after {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
}
@media screen and (min-width: 901px) {
  .l-btn-03:hover {
    color: #fff;
    background-color: #004e7b;
  }
  .l-btn-03:hover::after {
    background-color: #fff;
  }
}
.l-btn-03.-blank::after {
  -webkit-mask-image: url("/assets/images/common/icon-blank_01.svg");
  mask-image: url("/assets/images/common/icon-blank_01.svg");
}
@media screen and (min-width: 901px) {
  .l-btn-03.-blank::after {
    width: min(1.285714285714286vw, 18px);
    height: min(1.142857142857143vw, 16px);
    right: min(0.857142857142857vw, 12px);
  }
}
@media screen and (max-width: 900px) {
  .l-btn-03.-blank::after {
    width: 4.8vw;
    height: 4.266666666666667vw;
    right: 3.2vw;
  }
}
.l-btn-04_wrapper .l-btn-04_lead {
  text-align: center;
}
@media screen and (min-width: 901px) {
  .l-btn-04_wrapper .l-btn-04_lead {
    margin-bottom: min(1.357142857142857vw, 19px);
    font-size: min(1.714285714285714vw, 24px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .l-btn-04_wrapper .l-btn-04_lead {
    margin-bottom: 2.933333333333333vw;
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.l-btn-04_wrapper .l-btn-04 {
  display: block;
  margin: 0 auto;
  background: rgba(255,255,255,0);
  border-radius: 100px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 901px) {
  .l-btn-04_wrapper .l-btn-04 {
    width: min(28.000000000000004vw, 392px);
    padding: min(1.214285714285714vw, 17px) min(0.357142857142857vw, 5px) min(1.357142857142857vw, 19px) 0;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-btn-04_wrapper .l-btn-04 {
    width: 89.33333333333333vw;
    padding: 4.533333333333333vw 0;
  }
}
.l-btn-04_wrapper .l-btn-04::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  background: -webkit-linear-gradient(20deg, #ff6d00, #ea9918);
  background: linear-gradient(70deg, #ff6d00, #ea9918);
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 901px) {
  .l-btn-04_wrapper .l-btn-04::before {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 901px) {
  .l-btn-04_wrapper .l-btn-04:hover {
    background: #fff;
  }
  .l-btn-04_wrapper .l-btn-04:hover::before {
    opacity: 0;
  }
  .l-btn-04_wrapper .l-btn-04:hover .-txt {
    color: #ff6d00;
  }
  .l-btn-04_wrapper .l-btn-04:hover .-deco {
    background: -webkit-linear-gradient(20deg, #ff6d00, #ea9918);
    background: linear-gradient(70deg, #ff6d00, #ea9918);
  }
  .l-btn-04_wrapper .l-btn-04:hover .-deco::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .l-btn-04_wrapper .l-btn-04:hover .-deco::after {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
  }
}
.l-btn-04_wrapper .l-btn-04 .-txt {
  position: relative;
}
@media screen and (min-width: 901px) {
  .l-btn-04_wrapper .l-btn-04 .-txt {
    font-size: min(1.714285714285714vw, 24px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-btn-04_wrapper .l-btn-04 .-txt {
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-btn-04_wrapper .l-btn-04 .-deco {
  display: block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-btn-04_wrapper .l-btn-04 .-deco {
    width: min(2.285714285714286vw, 32px);
    height: min(2.285714285714286vw, 32px);
    right: min(1.428571428571429vw, 20px);
  }
}
@media screen and (max-width: 900px) {
  .l-btn-04_wrapper .l-btn-04 .-deco {
    width: 8.533333333333333vw;
    height: 8.533333333333333vw;
    right: 4.266666666666667vw;
  }
}
.l-btn-04_wrapper .l-btn-04 .-deco::before,
.l-btn-04_wrapper .l-btn-04 .-deco::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/images/common/arrow_02.svg");
  mask-image: url("/assets/images/common/arrow_02.svg");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .l-btn-04_wrapper .l-btn-04 .-deco::before,
  .l-btn-04_wrapper .l-btn-04 .-deco::after {
    -webkit-mask-size: min(1vw, 14px);
    mask-size: min(1vw, 14px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-btn-04_wrapper .l-btn-04 .-deco::before,
  .l-btn-04_wrapper .l-btn-04 .-deco::after {
    -webkit-mask-size: 3.733333333333334vw;
    mask-size: 3.733333333333334vw;
  }
}
.l-btn-04_wrapper .l-btn-04 .-deco::before {
  background-color: #fff;
}
@media screen and (min-width: 901px) {
  .l-btn-04_wrapper .l-btn-04 .-deco::before {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}
@media screen and (max-width: 900px) {
  .l-btn-04_wrapper .l-btn-04 .-deco::before {
    content: none;
  }
}
.l-btn-04_wrapper .l-btn-04 .-deco::after {
  background-color: #ff6d00;
}
.l-btn-05_wrapper .l-btn-05 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .l-btn-05_wrapper .l-btn-05 {
    width: min(28.000000000000004vw, 392px);
    height: min(5.142857142857142vw, 72px);
    padding: min(0.5vw, 7px) 0 min(0.642857142857143vw, 9px);
  }
}
@media screen and (max-width: 900px) {
  .l-btn-05_wrapper .l-btn-05 {
    width: 89.33333333333333vw;
    height: 17.066666666666666vw;
    padding: 1.866666666666667vw 0 2.4vw;
  }
}
@media screen and (min-width: 901px) {
  .l-btn-05_wrapper .l-btn-05::before {
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
    background: -webkit-linear-gradient(left, #004e7b, #4895c6);
    background: linear-gradient(90deg, #004e7b, #4895c6);
    border: 2px solid #fff;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.l-btn-05_wrapper .l-btn-05::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #004e7b;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 901px) {
  .l-btn-05_wrapper .l-btn-05:hover::before {
    opacity: 1;
  }
  .l-btn-05_wrapper .l-btn-05:hover .-txt {
    color: #fff;
  }
  .l-btn-05_wrapper .l-btn-05:hover .-deco {
    border: 1px solid #fff;
  }
  .l-btn-05_wrapper .l-btn-05:hover .-deco::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .l-btn-05_wrapper .l-btn-05:hover .-deco::after {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
  }
  .l-btn-05_wrapper .l-btn-05:hover::after {
    background-color: #fff;
  }
}
.l-btn-05_wrapper .l-btn-05 .-txt {
  position: relative;
  z-index: 1;
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .l-btn-05_wrapper .l-btn-05 .-txt {
    font-size: min(1.714285714285714vw, 24px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-btn-05_wrapper .l-btn-05 .-txt {
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-btn-05_wrapper .l-btn-05 .-deco {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #004e7b;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-btn-05_wrapper .l-btn-05 .-deco {
    width: min(2.285714285714286vw, 32px);
    height: min(2.285714285714286vw, 32px);
    right: min(1.428571428571429vw, 20px);
  }
}
@media screen and (max-width: 900px) {
  .l-btn-05_wrapper .l-btn-05 .-deco {
    width: 8.533333333333333vw;
    height: 8.533333333333333vw;
    right: 4.266666666666667vw;
  }
}
.l-btn-05_wrapper .l-btn-05 .-deco::before,
.l-btn-05_wrapper .l-btn-05 .-deco::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/images/common/arrow_02.svg");
  mask-image: url("/assets/images/common/arrow_02.svg");
  background-color: #004e7b;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .l-btn-05_wrapper .l-btn-05 .-deco::before,
  .l-btn-05_wrapper .l-btn-05 .-deco::after {
    -webkit-mask-size: min(1vw, 14px);
    mask-size: min(1vw, 14px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-btn-05_wrapper .l-btn-05 .-deco::before,
  .l-btn-05_wrapper .l-btn-05 .-deco::after {
    -webkit-mask-size: 3.733333333333334vw;
    mask-size: 3.733333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .l-btn-05_wrapper .l-btn-05 .-deco::before {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}
@media screen and (max-width: 900px) {
  .l-btn-05_wrapper .l-btn-05 .-deco::before {
    content: none;
  }
}
.l-btn-06_wrapper .l-btn-06 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  border-radius: 100px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .l-btn-06_wrapper .l-btn-06 {
    width: min(28.000000000000004vw, 392px);
    height: min(5.142857142857142vw, 72px);
    padding: min(0.5vw, 7px) 0 min(0.642857142857143vw, 9px);
  }
}
@media screen and (max-width: 900px) {
  .l-btn-06_wrapper .l-btn-06 {
    width: 89.33333333333333vw;
    height: 17.066666666666666vw;
    padding: 1.866666666666667vw 0 2.4vw;
  }
}
@media screen and (min-width: 901px) {
  .l-btn-06_wrapper .l-btn-06::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    border: 2px solid #004e7b;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 901px) {
  .l-btn-06_wrapper .l-btn-06:hover::before {
    opacity: 1;
  }
  .l-btn-06_wrapper .l-btn-06:hover .-txt {
    color: #004e7b;
  }
  .l-btn-06_wrapper .l-btn-06:hover .-deco {
    background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
    background: -webkit-linear-gradient(left, #004e7b, #4895c6);
    background: linear-gradient(90deg, #004e7b, #4895c6);
  }
  .l-btn-06_wrapper .l-btn-06:hover .-deco::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .l-btn-06_wrapper .l-btn-06:hover .-deco::after {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
  }
  .l-btn-06_wrapper .l-btn-06:hover::after {
    background-color: #fff;
  }
}
.l-btn-06_wrapper .l-btn-06 .-txt {
  position: relative;
  z-index: 1;
  color: #fff;
}
@media screen and (min-width: 901px) {
  .l-btn-06_wrapper .l-btn-06 .-txt {
    font-size: min(1.714285714285714vw, 24px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-btn-06_wrapper .l-btn-06 .-txt {
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-btn-06_wrapper .l-btn-06 .-deco {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-btn-06_wrapper .l-btn-06 .-deco {
    width: min(2.285714285714286vw, 32px);
    height: min(2.285714285714286vw, 32px);
    right: min(1.428571428571429vw, 20px);
  }
}
@media screen and (max-width: 900px) {
  .l-btn-06_wrapper .l-btn-06 .-deco {
    width: 8.533333333333333vw;
    height: 8.533333333333333vw;
    right: 4.266666666666667vw;
  }
}
.l-btn-06_wrapper .l-btn-06 .-deco::before,
.l-btn-06_wrapper .l-btn-06 .-deco::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/images/common/arrow_02.svg");
  mask-image: url("/assets/images/common/arrow_02.svg");
  background-color: #004e7b;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .l-btn-06_wrapper .l-btn-06 .-deco::before,
  .l-btn-06_wrapper .l-btn-06 .-deco::after {
    -webkit-mask-size: min(1vw, 14px);
    mask-size: min(1vw, 14px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-btn-06_wrapper .l-btn-06 .-deco::before,
  .l-btn-06_wrapper .l-btn-06 .-deco::after {
    -webkit-mask-size: 3.733333333333334vw;
    mask-size: 3.733333333333334vw;
  }
}
.l-btn-06_wrapper .l-btn-06 .-deco::before {
  background-color: #fff;
}
@media screen and (min-width: 901px) {
  .l-btn-06_wrapper .l-btn-06 .-deco::before {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}
@media screen and (max-width: 900px) {
  .l-btn-06_wrapper .l-btn-06 .-deco::before {
    content: none;
  }
}
.l-btn-07_wrapper .l-btn-07 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .l-btn-07_wrapper .l-btn-07 {
    background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
    background: -webkit-linear-gradient(left, #004e7b, #4895c6);
    background: linear-gradient(90deg, #004e7b, #4895c6);
    width: min(28.000000000000004vw, 392px);
    height: min(5.142857142857142vw, 72px);
    padding: min(0.5vw, 7px) 0 min(0.642857142857143vw, 9px);
  }
}
@media screen and (max-width: 900px) {
  .l-btn-07_wrapper .l-btn-07 {
    background: #fff;
    border: 1px solid #004e7b;
    width: 89.33333333333333vw;
    height: 17.066666666666666vw;
    padding: 1.866666666666667vw 0 2.4vw;
  }
}
@media screen and (min-width: 901px) {
  .l-btn-07_wrapper .l-btn-07::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #004e7b;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.l-btn-07_wrapper .l-btn-07::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #004e7b;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 901px) {
  .l-btn-07_wrapper .l-btn-07:hover::before {
    opacity: 0;
  }
  .l-btn-07_wrapper .l-btn-07:hover .-txt {
    color: #fff;
  }
  .l-btn-07_wrapper .l-btn-07:hover .-deco {
    border: 1px solid #fff;
  }
  .l-btn-07_wrapper .l-btn-07:hover .-deco::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .l-btn-07_wrapper .l-btn-07:hover .-deco::after {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
  }
  .l-btn-07_wrapper .l-btn-07:hover::after {
    background-color: #fff;
  }
}
.l-btn-07_wrapper .l-btn-07 .-txt {
  position: relative;
  z-index: 1;
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .l-btn-07_wrapper .l-btn-07 .-txt {
    font-size: min(1.714285714285714vw, 24px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-btn-07_wrapper .l-btn-07 .-txt {
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-btn-07_wrapper .l-btn-07 .-deco {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #004e7b;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-btn-07_wrapper .l-btn-07 .-deco {
    width: min(2.285714285714286vw, 32px);
    height: min(2.285714285714286vw, 32px);
    right: min(1.428571428571429vw, 20px);
  }
}
@media screen and (max-width: 900px) {
  .l-btn-07_wrapper .l-btn-07 .-deco {
    width: 8.533333333333333vw;
    height: 8.533333333333333vw;
    right: 4.266666666666667vw;
  }
}
.l-btn-07_wrapper .l-btn-07 .-deco::before,
.l-btn-07_wrapper .l-btn-07 .-deco::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/images/common/arrow_02.svg");
  mask-image: url("/assets/images/common/arrow_02.svg");
  background-color: #004e7b;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .l-btn-07_wrapper .l-btn-07 .-deco::before,
  .l-btn-07_wrapper .l-btn-07 .-deco::after {
    -webkit-mask-size: min(1vw, 14px);
    mask-size: min(1vw, 14px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-btn-07_wrapper .l-btn-07 .-deco::before,
  .l-btn-07_wrapper .l-btn-07 .-deco::after {
    -webkit-mask-size: 3.733333333333334vw;
    mask-size: 3.733333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .l-btn-07_wrapper .l-btn-07 .-deco::before {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}
@media screen and (max-width: 900px) {
  .l-btn-07_wrapper .l-btn-07 .-deco::before {
    content: none;
  }
}
@media screen and (min-width: 901px) {
  .l-btn-08_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.l-btn-08_wrapper .l-btn-08 {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  border-radius: 100px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 901px) {
  .l-btn-08_wrapper .l-btn-08 {
    width: min(23.142857142857142vw, 324px);
    padding: min(0.5vw, 7px) min(0.642857142857143vw, 9px) min(0.642857142857143vw, 9px) 0;
  }
}
@media screen and (max-width: 900px) {
  .l-btn-08_wrapper .l-btn-08 {
    width: 89.33333333333333vw;
    padding: 1.866666666666667vw 2.4vw 2.4vw 0;
  }
}
@media screen and (min-width: 901px) {
  .l-btn-08_wrapper .l-btn-08 + .l-btn-08 {
    margin-left: min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .l-btn-08_wrapper .l-btn-08 + .l-btn-08 {
    margin-top: 6.4vw;
  }
}
@media screen and (min-width: 901px) {
  .l-btn-08_wrapper .l-btn-08::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #004e7b;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.l-btn-08_wrapper .l-btn-08.-download .-deco {
  display: block;
  border-radius: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/images/common/icon-download_01.svg");
  mask-image: url("/assets/images/common/icon-download_01.svg");
}
@media screen and (min-width: 901px) {
  .l-btn-08_wrapper .l-btn-08.-download .-deco {
    width: min(1.714285714285714vw, 24px);
    height: min(1.714285714285714vw, 24px);
    right: min(1.142857142857143vw, 16px);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-btn-08_wrapper .l-btn-08.-download .-deco {
    width: 6.4vw;
    height: 6.4vw;
    right: 4.266666666666667vw;
  }
}
.l-btn-08_wrapper .l-btn-08.-download .-deco::before,
.l-btn-08_wrapper .l-btn-08.-download .-deco::after {
  content: none;
}
@media screen and (min-width: 901px) {
  .l-btn-08_wrapper .l-btn-08:hover::before {
    opacity: 1;
  }
  .l-btn-08_wrapper .l-btn-08:hover .-txt {
    color: #004e7b;
  }
  .l-btn-08_wrapper .l-btn-08:hover .-deco {
    background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
    background: -webkit-linear-gradient(left, #004e7b, #4895c6);
    background: linear-gradient(90deg, #004e7b, #4895c6);
  }
  .l-btn-08_wrapper .l-btn-08:hover .-deco::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .l-btn-08_wrapper .l-btn-08:hover .-deco::after {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
  }
}
.l-btn-08_wrapper .l-btn-08 .-txt {
  position: relative;
}
@media screen and (min-width: 901px) {
  .l-btn-08_wrapper .l-btn-08 .-txt {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-btn-08_wrapper .l-btn-08 .-txt {
    font-size: 4.266666666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-btn-08_wrapper .l-btn-08 .-deco {
  display: block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-btn-08_wrapper .l-btn-08 .-deco {
    width: min(1.714285714285714vw, 24px);
    height: min(1.714285714285714vw, 24px);
    right: min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .l-btn-08_wrapper .l-btn-08 .-deco {
    width: 6.4vw;
    height: 6.4vw;
    right: 2.133333333333333vw;
  }
}
.l-btn-08_wrapper .l-btn-08 .-deco::before,
.l-btn-08_wrapper .l-btn-08 .-deco::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/images/common/arrow_02.svg");
  mask-image: url("/assets/images/common/arrow_02.svg");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .l-btn-08_wrapper .l-btn-08 .-deco::before,
  .l-btn-08_wrapper .l-btn-08 .-deco::after {
    -webkit-mask-size: min(1vw, 14px);
    mask-size: min(1vw, 14px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-btn-08_wrapper .l-btn-08 .-deco::before,
  .l-btn-08_wrapper .l-btn-08 .-deco::after {
    -webkit-mask-size: 3.733333333333334vw;
    mask-size: 3.733333333333334vw;
  }
}
.l-btn-08_wrapper .l-btn-08 .-deco::before {
  background-color: #fff;
}
@media screen and (min-width: 901px) {
  .l-btn-08_wrapper .l-btn-08 .-deco::before {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}
@media screen and (max-width: 900px) {
  .l-btn-08_wrapper .l-btn-08 .-deco::before {
    content: none;
  }
}
.l-btn-08_wrapper .l-btn-08 .-deco::after {
  background-color: #004e7b;
}
.l-btn-08_wrapper .l-btn-08.-back {
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .l-btn-08_wrapper .l-btn-08.-back {
    margin-right: min(1.714285714285714vw, 24px);
    padding: min(0.5vw, 7px) 0 min(0.642857142857143vw, 9px) min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .l-btn-08_wrapper .l-btn-08.-back {
    margin-bottom: 5.333333333333334vw;
    padding: 1.866666666666667vw 0 2.4vw 2.666666666666667vw;
  }
}
.l-btn-08_wrapper .l-btn-08.-back::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #004e7b;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 901px) {
  .l-btn-08_wrapper .l-btn-08.-back::before {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 901px) {
  .l-btn-08_wrapper .l-btn-08.-back:hover::before {
    opacity: 0;
  }
  .l-btn-08_wrapper .l-btn-08.-back:hover .-txt {
    color: #fff;
  }
  .l-btn-08_wrapper .l-btn-08.-back:hover .-deco {
    background: #fff;
  }
  .l-btn-08_wrapper .l-btn-08.-back:hover .-deco::before {
    -webkit-transform: translateX(0%) rotate(180deg);
    transform: translateX(0%) rotate(180deg);
  }
  .l-btn-08_wrapper .l-btn-08.-back:hover .-deco::after {
    -webkit-transform: translateX(-120%) rotate(180deg);
    transform: translateX(-120%) rotate(180deg);
  }
}
.l-btn-08_wrapper .l-btn-08.-back .-deco {
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  right: auto;
}
@media screen and (min-width: 901px) {
  .l-btn-08_wrapper .l-btn-08.-back .-deco {
    left: min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .l-btn-08_wrapper .l-btn-08.-back .-deco {
    left: 2.133333333333333vw;
  }
}
.l-btn-08_wrapper .l-btn-08.-back .-deco::before {
  background-color: #004e7b;
}
@media screen and (min-width: 901px) {
  .l-btn-08_wrapper .l-btn-08.-back .-deco::before {
    -webkit-transform: translateX(120%) rotate(180deg);
    transform: translateX(120%) rotate(180deg);
  }
}
@media screen and (max-width: 900px) {
  .l-btn-08_wrapper .l-btn-08.-back .-deco::before {
    content: none;
  }
}
.l-btn-08_wrapper .l-btn-08.-back .-deco::after {
  background-color: #fff;
  -webkit-transform: translateX(0%) rotate(180deg);
  transform: translateX(0%) rotate(180deg);
}
.l-btn-09 {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 901px) {
  .l-btn-09 {
    margin-right: min(1.142857142857143vw, 16px);
    padding-right: min(2.571428571428571vw, 36px);
  }
}
@media screen and (max-width: 900px) {
  .l-btn-09 {
    margin-right: 4.266666666666667vw;
    padding-right: 9.6vw;
  }
}
@media screen and (min-width: 901px) {
  .l-btn-09:hover .-deco::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .l-btn-09:hover .-deco::after {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
  }
}
.l-btn-09 .-deco {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-btn-09 .-deco {
    width: min(1.714285714285714vw, 24px);
    height: min(1.714285714285714vw, 24px);
  }
}
@media screen and (max-width: 900px) {
  .l-btn-09 .-deco {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.l-btn-09 .-deco::before,
.l-btn-09 .-deco::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/images/common/arrow_02.svg");
  mask-image: url("/assets/images/common/arrow_02.svg");
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .l-btn-09 .-deco::before,
  .l-btn-09 .-deco::after {
    -webkit-mask-size: min(1vw, 14px);
    mask-size: min(1vw, 14px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-btn-09 .-deco::before,
  .l-btn-09 .-deco::after {
    -webkit-mask-size: 3.733333333333334vw;
    mask-size: 3.733333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .l-btn-09 .-deco::before {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}
@media screen and (max-width: 900px) {
  .l-btn-09 .-deco::before {
    content: none;
  }
}
@media screen and (min-width: 901px) {
  .l-btn-10_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-btn-10_wrapper .l-btn-10 {
  display: block;
  margin: 0 auto;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 901px) {
  .l-btn-10_wrapper .l-btn-10 {
    width: min(11.428571428571429vw, 160px);
    padding: min(0.5vw, 7px) min(2.142857142857143vw, 30px) min(0.642857142857143vw, 9px) min(0.357142857142857vw, 5px);
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-btn-10_wrapper .l-btn-10 {
    width: 61.86666666666667vw;
    margin: 0 auto;
    padding: 1.866666666666667vw 8vw 2.4vw 1.333333333333333vw;
  }
}
.l-btn-10_wrapper .l-btn-10.-orange {
  background: -webkit-linear-gradient(20deg, #ff6d00, #ea9918);
  background: linear-gradient(70deg, #ff6d00, #ea9918);
}
.l-btn-10_wrapper .l-btn-10.-orange::before {
  border: 1px solid #ff6d00;
}
.l-btn-10_wrapper .l-btn-10.-orange .-deco::after {
  background-color: #ff6d00;
}
.l-btn-10_wrapper .l-btn-10.-blue {
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
}
.l-btn-10_wrapper .l-btn-10.-blue::before {
  border: 1px solid #004e7b;
}
.l-btn-10_wrapper .l-btn-10.-blue .-deco::after {
  background-color: #004e7b;
}
@media screen and (min-width: 901px) {
  .l-btn-10_wrapper .l-btn-10 + .l-btn-10 {
    margin-left: min(1.142857142857143vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .l-btn-10_wrapper .l-btn-10 + .l-btn-10 {
    margin-top: 4.266666666666667vw;
  }
}
.l-btn-10_wrapper .l-btn-10::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100px;
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 901px) {
  .l-btn-10_wrapper .l-btn-10::before {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 901px) {
  .l-btn-10_wrapper .l-btn-10:hover::before {
    opacity: 1;
  }
  .l-btn-10_wrapper .l-btn-10:hover .-txt {
    color: #ff6d00;
  }
  .l-btn-10_wrapper .l-btn-10:hover .-deco::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .l-btn-10_wrapper .l-btn-10:hover .-deco::after {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
  }
  .l-btn-10_wrapper .l-btn-10:hover.-orange .-txt {
    color: #ff6d00;
  }
  .l-btn-10_wrapper .l-btn-10:hover.-orange .-deco {
    background: -webkit-linear-gradient(20deg, #ff6d00, #ea9918);
    background: linear-gradient(70deg, #ff6d00, #ea9918);
  }
  .l-btn-10_wrapper .l-btn-10:hover.-blue .-txt {
    color: #004e7b;
  }
  .l-btn-10_wrapper .l-btn-10:hover.-blue .-deco {
    background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
    background: -webkit-linear-gradient(left, #004e7b, #4895c6);
    background: linear-gradient(90deg, #004e7b, #4895c6);
  }
}
.l-btn-10_wrapper .l-btn-10 .-txt {
  position: relative;
}
@media screen and (min-width: 901px) {
  .l-btn-10_wrapper .l-btn-10 .-txt {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-btn-10_wrapper .l-btn-10 .-txt {
    font-size: 4.266666666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-btn-10_wrapper .l-btn-10 .-deco {
  display: block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-btn-10_wrapper .l-btn-10 .-deco {
    width: min(1.714285714285714vw, 24px);
    height: min(1.714285714285714vw, 24px);
    right: min(0.428571428571429vw, 6px);
  }
}
@media screen and (max-width: 900px) {
  .l-btn-10_wrapper .l-btn-10 .-deco {
    width: 6.4vw;
    height: 6.4vw;
    right: 1.6vw;
  }
}
.l-btn-10_wrapper .l-btn-10 .-deco::before,
.l-btn-10_wrapper .l-btn-10 .-deco::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/images/common/arrow_02.svg");
  mask-image: url("/assets/images/common/arrow_02.svg");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .l-btn-10_wrapper .l-btn-10 .-deco::before,
  .l-btn-10_wrapper .l-btn-10 .-deco::after {
    -webkit-mask-size: min(0.857142857142857vw, 12px);
    mask-size: min(0.857142857142857vw, 12px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-btn-10_wrapper .l-btn-10 .-deco::before,
  .l-btn-10_wrapper .l-btn-10 .-deco::after {
    -webkit-mask-size: 3.2vw;
    mask-size: 3.2vw;
  }
}
.l-btn-10_wrapper .l-btn-10 .-deco::before {
  background-color: #fff;
}
@media screen and (min-width: 901px) {
  .l-btn-10_wrapper .l-btn-10 .-deco::before {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}
@media screen and (max-width: 900px) {
  .l-btn-10_wrapper .l-btn-10 .-deco::before {
    content: none;
  }
}
.l-btn-more {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  border-radius: 100px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .l-btn-more {
    width: min(16.57142857142857vw, 232px);
    margin-top: min(2.857142857142857vw, 40px);
    padding: min(0.714285714285714vw, 10px) min(0.642857142857143vw, 9px) min(0.571428571428571vw, 8px) 0;
    cursor: pointer;
  }
}
@media screen and (max-width: 900px) {
  .l-btn-more {
    width: 61.86666666666667vw;
    margin-top: 10.666666666666668vw;
    padding: 2.666666666666667vw 2.4vw 2.133333333333333vw 0;
  }
}
@media screen and (min-width: 901px) {
  .l-btn-more::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #004e7b;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 901px) {
  .l-btn-more:hover::before {
    opacity: 1;
  }
  .l-btn-more:hover .-txt {
    color: #004e7b;
  }
  .l-btn-more:hover .-deco {
    background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
    background: -webkit-linear-gradient(left, #004e7b, #4895c6);
    background: linear-gradient(90deg, #004e7b, #4895c6);
  }
  .l-btn-more:hover .-deco::before,
  .l-btn-more:hover .-deco::after {
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
}
.l-btn-more .-txt {
  position: relative;
}
@media screen and (min-width: 901px) {
  .l-btn-more .-txt {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-btn-more .-txt {
    font-size: 4.266666666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-btn-more .-deco {
  display: block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-btn-more .-deco {
    width: min(1.714285714285714vw, 24px);
    height: min(1.714285714285714vw, 24px);
    right: min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .l-btn-more .-deco {
    width: 6.4vw;
    height: 6.4vw;
    right: 2.133333333333333vw;
  }
}
.l-btn-more .-deco::before,
.l-btn-more .-deco::after {
  content: "";
  display: block;
  background-color: #004e7b;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1px;
  border-radius: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 901px) {
  .l-btn-more .-deco::before,
  .l-btn-more .-deco::after {
    width: min(0.785714285714286vw, 11px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-btn-more .-deco::before,
  .l-btn-more .-deco::after {
    width: 2.933333333333333vw;
  }
}
.l-btn-more .-deco::before {
  height: 1px;
}
@media screen and (min-width: 901px) {
  .l-btn-more .-deco::before {
    width: min(0.785714285714286vw, 11px);
  }
}
@media screen and (max-width: 900px) {
  .l-btn-more .-deco::before {
    width: 2.933333333333333vw;
  }
}
.l-btn-more .-deco::after {
  width: 1px;
}
@media screen and (min-width: 901px) {
  .l-btn-more .-deco::after {
    height: min(0.785714285714286vw, 11px);
  }
}
@media screen and (max-width: 900px) {
  .l-btn-more .-deco::after {
    height: 2.933333333333333vw;
  }
}
.l-btn-back {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  border-radius: 100px;
  color: #004e7b;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .l-btn-back {
    width: min(16.57142857142857vw, 232px);
    margin-top: min(4.285714285714286vw, 60px);
    padding: min(0.5vw, 7px) 0 min(0.642857142857143vw, 9px) min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .l-btn-back {
    width: 61.86666666666667vw;
    margin-top: 10.666666666666668vw;
    padding: 1.866666666666667vw 0 2.4vw 2.666666666666667vw;
  }
}
.l-btn-back::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #004e7b;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 901px) {
  .l-btn-back::before {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 901px) {
  .l-btn-back:hover::before {
    opacity: 0;
  }
  .l-btn-back:hover .-txt {
    color: #fff;
  }
  .l-btn-back:hover .-deco {
    background: #fff;
  }
  .l-btn-back:hover .-deco::before {
    -webkit-transform: translateX(0%) rotate(180deg);
    transform: translateX(0%) rotate(180deg);
  }
  .l-btn-back:hover .-deco::after {
    -webkit-transform: translateX(-120%) rotate(180deg);
    transform: translateX(-120%) rotate(180deg);
  }
}
.l-btn-back .-txt {
  position: relative;
}
@media screen and (min-width: 901px) {
  .l-btn-back .-txt {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-btn-back .-txt {
    font-size: 4.266666666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-btn-back .-deco {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-btn-back .-deco {
    width: min(1.714285714285714vw, 24px);
    height: min(1.714285714285714vw, 24px);
    left: min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .l-btn-back .-deco {
    width: 6.4vw;
    height: 6.4vw;
    left: 2.133333333333333vw;
  }
}
.l-btn-back .-deco::before,
.l-btn-back .-deco::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/images/common/arrow_02.svg");
  mask-image: url("/assets/images/common/arrow_02.svg");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .l-btn-back .-deco::before,
  .l-btn-back .-deco::after {
    -webkit-mask-size: min(1.142857142857143vw, 16px);
    mask-size: min(1.142857142857143vw, 16px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-btn-back .-deco::before,
  .l-btn-back .-deco::after {
    -webkit-mask-size: 3.2vw;
    mask-size: 3.2vw;
  }
}
.l-btn-back .-deco::before {
  background-color: #004e7b;
}
@media screen and (min-width: 901px) {
  .l-btn-back .-deco::before {
    -webkit-transform: translateX(120%) rotate(180deg);
    transform: translateX(120%) rotate(180deg);
  }
}
@media screen and (max-width: 900px) {
  .l-btn-back .-deco::before {
    content: none;
  }
}
.l-btn-back .-deco::after {
  background-color: #fff;
  -webkit-transform: translateX(0%) rotate(180deg);
  transform: translateX(0%) rotate(180deg);
}
@media screen and (min-width: 901px) {
  .l-column-list .l-column-item {
    width: min(24.571428571428573vw, 344px);
  }
}
@media screen and (max-width: 900px) {
  .l-column-list .l-column-item {
    width: 91.73333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .l-column-list .l-column-item.splide__slide {
    width: min(26.285714285714285vw, 368px);
    padding-right: min(1.714285714285714vw, 24px);
  }
}
@media screen and (max-width: 900px) {
  .l-column-list .l-column-item.splide__slide {
    width: 87.2vw;
    padding-right: 6.4vw;
  }
}
.l-column-list .l-column-item a {
  display: block;
  background-color: #fff;
  overflow: hidden;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .l-column-list .l-column-item a {
    width: min(24.571428571428573vw, 344px);
    border-radius: min(1.142857142857143vw, 16px);
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-column-list .l-column-item a {
    width: 80.80000000000001vw;
    border-radius: 4.266666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .l-column-list .l-column-item a:hover {
    -webkit-box-shadow: 0 0 min(1.428571428571429vw, 20px) rgba(0,78,123,0.1);
    box-shadow: 0 0 min(1.428571428571429vw, 20px) rgba(0,78,123,0.1);
  }
  .l-column-list .l-column-item a:hover .l-column-item_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .l-column-list .l-column-item a:hover .l-column-item_tag {
    color: #fff;
  }
  .l-column-list .l-column-item a:hover .l-column-item_tag::after {
    opacity: 1;
  }
  .l-column-list .l-column-item a:hover .l-column-item_arrow .-deco {
    background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
    background: -webkit-linear-gradient(left, #004e7b, #4895c6);
    background: linear-gradient(90deg, #004e7b, #4895c6);
  }
  .l-column-list .l-column-item a:hover .l-column-item_arrow .-deco::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .l-column-list .l-column-item a:hover .l-column-item_arrow .-deco::after {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
  }
}
.l-column-list .l-column-item .l-column-item_img {
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-column-list .l-column-item .l-column-item_img {
    width: min(24.571428571428573vw, 344px);
    height: min(13.857142857142858vw, 194px);
  }
}
.l-column-list .l-column-item .l-column-item_img img {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.l-column-list .l-column-item .l-column-item_desc {
  position: relative;
}
@media screen and (min-width: 901px) {
  .l-column-list .l-column-item .l-column-item_desc {
    padding: min(1.142857142857143vw, 16px) min(1.428571428571429vw, 20px) min(5.142857142857142vw, 72px);
  }
}
@media screen and (max-width: 900px) {
  .l-column-list .l-column-item .l-column-item_desc {
    padding: 4.266666666666667vw 4.266666666666667vw 19.733333333333334vw;
  }
}
.l-column-list .l-column-item .l-column-item_tagList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-column-list .l-column-item .l-column-item_tagList .l-column-item_tag {
  text-align: center;
  background-color: #eff6ff;
  color: #004e7b;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-column-list .l-column-item .l-column-item_tagList .l-column-item_tag {
    min-width: min(8.285714285714285vw, 116px);
    margin: 0 min(0.571428571428571vw, 8px) min(0.571428571428571vw, 8px) 0;
    padding: min(0.357142857142857vw, 5px) min(0.357142857142857vw, 5px) min(0.285714285714286vw, 4px);
    border-radius: min(0.571428571428571vw, 8px);
    font-size: min(1vw, 14px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-column-list .l-column-item .l-column-item_tagList .l-column-item_tag {
    min-width: 30.933333333333334vw;
    margin: 0 2.133333333333333vw 2.133333333333333vw 0;
    padding: 2.133333333333333vw 1.333333333333333vw;
    border-radius: 2.133333333333333vw;
    font-size: 2.666666666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-column-list .l-column-item .l-column-item_tagList .l-column-item_tag::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  opacity: 0;
}
@media screen and (min-width: 901px) {
  .l-column-list .l-column-item .l-column-item_tagList .l-column-item_tag::after {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
.l-column-list .l-column-item .l-column-item_tagList .l-column-item_tag .-inner {
  position: relative;
  z-index: 2;
}
.l-column-list .l-column-item .l-column-item_ttl {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-column-list .l-column-item .l-column-item_ttl {
    height: min(5.714285714285714vw, 80px);
    margin-top: min(0.571428571428571vw, 8px);
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-column-list .l-column-item .l-column-item_ttl {
    height: 21.333333333333336vw;
    margin-top: 0.533333333333333vw;
    font-size: 4.266666666666667vw;
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-column-list .l-column-item .l-column-item_arrow {
  position: absolute;
}
@media screen and (min-width: 901px) {
  .l-column-list .l-column-item .l-column-item_arrow {
    padding-right: min(2.571428571428571vw, 36px);
    right: min(2vw, 28px);
    bottom: min(2.071428571428571vw, 29px);
  }
}
@media screen and (max-width: 900px) {
  .l-column-list .l-column-item .l-column-item_arrow {
    padding-right: 9.6vw;
    right: 4.266666666666667vw;
    bottom: 7.466666666666668vw;
  }
}
@media screen and (min-width: 901px) {
  .l-column-list .l-column-item .l-column-item_arrow .-txt {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-column-list .l-column-item .l-column-item_arrow .-txt {
    font-size: 4.266666666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-column-list .l-column-item .l-column-item_arrow .-deco {
  display: block;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-column-list .l-column-item .l-column-item_arrow .-deco {
    width: min(1.714285714285714vw, 24px);
    height: min(1.714285714285714vw, 24px);
  }
}
@media screen and (max-width: 900px) {
  .l-column-list .l-column-item .l-column-item_arrow .-deco {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.l-column-list .l-column-item .l-column-item_arrow .-deco::before,
.l-column-list .l-column-item .l-column-item_arrow .-deco::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/images/common/arrow_02.svg");
  mask-image: url("/assets/images/common/arrow_02.svg");
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .l-column-list .l-column-item .l-column-item_arrow .-deco::before,
  .l-column-list .l-column-item .l-column-item_arrow .-deco::after {
    -webkit-mask-size: min(1vw, 14px);
    mask-size: min(1vw, 14px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-column-list .l-column-item .l-column-item_arrow .-deco::before,
  .l-column-list .l-column-item .l-column-item_arrow .-deco::after {
    -webkit-mask-size: 3.733333333333334vw;
    mask-size: 3.733333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .l-column-list .l-column-item .l-column-item_arrow .-deco::before {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}
@media screen and (max-width: 900px) {
  .l-column-list .l-column-item .l-column-item_arrow .-deco::before {
    content: none;
  }
}
@media screen and (min-width: 901px) {
  .l-faq {
    padding: min(0.857142857142857vw, 12px) 0 min(7.142857142857142vw, 100px);
  }
}
@media screen and (max-width: 900px) {
  .l-faq {
    padding: 6.666666666666667vw 0 10.666666666666668vw;
  }
}
.l-faq .l-faq-acc {
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .l-faq .l-faq-acc {
    margin-top: min(1.642857142857143vw, 23px);
  }
}
@media screen and (max-width: 900px) {
  .l-faq .l-faq-acc {
    margin-top: 8.533333333333333vw;
  }
}
.l-faq .l-faq-acc_trg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  color: #333;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #b2c2cb;
}
@media screen and (min-width: 901px) {
  .l-faq .l-faq-acc_trg {
    padding: min(1.571428571428572vw, 22px) min(2.857142857142857vw, 40px) min(1.571428571428572vw, 22px) min(4vw, 56px);
  }
}
@media screen and (max-width: 900px) {
  .l-faq .l-faq-acc_trg {
    padding: 3.733333333333334vw 5.333333333333334vw 3.733333333333334vw 7.466666666666668vw;
  }
}
.l-faq .l-faq-acc_trg::before,
.l-faq .l-faq-acc_trg::after {
  content: "";
  background-color: #004e7b;
  border-radius: 20px;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  right: 0;
}
@media screen and (min-width: 901px) {
  .l-faq .l-faq-acc_trg::before,
  .l-faq .l-faq-acc_trg::after {
    width: min(1.142857142857143vw, 16px);
    height: min(0.142857142857143vw, 2px);
    top: min(2.214285714285714vw, 31px);
  }
}
@media screen and (max-width: 900px) {
  .l-faq .l-faq-acc_trg::before,
  .l-faq .l-faq-acc_trg::after {
    width: 4.266666666666667vw;
    height: 0.533333333333333vw;
    top: 5.066666666666666vw;
  }
}
.l-faq .l-faq-acc_trg::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.l-faq .l-faq-acc_trg.is-open::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.l-faq .l-faq-acc_trg .-icon {
  position: absolute;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  color: #fff;
  text-align: center;
  border-radius: 50%;
}
@media screen and (min-width: 901px) {
  .l-faq .l-faq-acc_trg .-icon {
    width: min(2.285714285714286vw, 32px);
    height: min(2.285714285714286vw, 32px);
    top: min(1.142857142857143vw, 16px);
    padding-top: min(0.5vw, 7px);
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .l-faq .l-faq-acc_trg .-icon {
    width: 6.4vw;
    height: 6.4vw;
    top: 3.2vw;
    padding-top: 1.333333333333333vw;
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 901px) {
  .l-faq .l-faq-acc_trg .-txt {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-faq .l-faq-acc_trg .-txt {
    font-size: 4.266666666666667vw;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .l-faq .l-faq-acc_inner {
    padding: min(1.071428571428571vw, 15px) min(4vw, 56px) 0;
  }
}
@media screen and (max-width: 900px) {
  .l-faq .l-faq-acc_inner {
    padding: 2.133333333333333vw 0 0;
  }
}
@media screen and (min-width: 901px) {
  .l-faq .l-faq-acc_inner .-txt {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 2;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .l-faq .l-faq-acc_inner .-txt {
    font-size: 3.733333333333334vw;
    line-height: 2;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (min-width: 901px) {
  .l-faq .js-acc-item + .l-faq-acc_trg {
    margin-top: min(0.857142857142857vw, 12px);
  }
}
@media screen and (max-width: 900px) {
  .l-faq .js-acc-item + .l-faq-acc_trg {
    margin-top: 2.133333333333333vw;
  }
}
.l-hdg-01 .-en {
  display: block;
  color: #004e7b;
  position: relative;
}
@media screen and (min-width: 901px) {
  .l-hdg-01 .-en {
    padding-left: min(2vw, 28px);
    font-size: min(1vw, 14px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-hdg-01 .-en {
    padding-left: 5.866666666666666vw;
    font-size: 3.733333333333334vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-hdg-01 .-en::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("/assets/images/common/logo_03.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 901px) {
  .l-hdg-01 .-en::before {
    width: min(1.428571428571429vw, 20px);
    height: min(1.428571428571429vw, 20px);
  }
}
@media screen and (max-width: 900px) {
  .l-hdg-01 .-en::before {
    width: 4.266666666666667vw;
    height: 4.266666666666667vw;
  }
}
.l-hdg-01 .-jp {
  display: block;
}
@media screen and (min-width: 901px) {
  .l-hdg-01 .-jp {
    margin-top: min(0.142857142857143vw, 2px);
    font-size: min(2.571428571428571vw, 36px);
    line-height: 1.666666666666667;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-hdg-01 .-jp {
    margin-top: -0.266666666666667vw;
    font-size: 8.533333333333333vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-hdg-01.-white .-en {
  color: #fff;
}
.l-hdg-01.-white .-en::before {
  background-image: url("/assets/images/common/logo_03_w.svg");
}
.l-hdg-01.-white .-jp {
  color: #fff;
}
.l-hdg-02 {
  color: #004e7b;
  position: relative;
}
@media screen and (min-width: 901px) {
  .l-hdg-02 {
    margin-top: min(4.285714285714286vw, 60px);
    margin-bottom: min(2.857142857142857vw, 40px);
    padding-left: min(2.857142857142857vw, 40px);
    font-size: min(2.142857142857143vw, 30px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-hdg-02 {
    margin-top: 9.866666666666667vw;
    margin-bottom: 8.266666666666666vw;
    padding-left: 4.266666666666667vw;
    font-size: 6.4vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-hdg-02::before {
  content: "";
  display: block;
  background-color: #004e7b;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 901px) {
  .l-hdg-02::before {
    width: min(1.142857142857143vw, 16px);
    height: min(1.142857142857143vw, 16px);
    top: min(1.214285714285714vw, 17px);
    left: min(0.857142857142857vw, 12px);
    border-radius: min(0.285714285714286vw, 4px);
  }
}
@media screen and (max-width: 900px) {
  .l-hdg-02::before {
    width: 2.133333333333333vw;
    height: 2.133333333333333vw;
    top: 4vw;
    left: 0;
    border-radius: 0.533333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .l-hdg-03 {
    margin-bottom: min(4.285714285714286vw, 60px);
  }
}
@media screen and (max-width: 900px) {
  .l-hdg-03 {
    margin-bottom: 10.666666666666668vw;
  }
}
.l-hdg-03 .l-hdg-03_tag {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  color: #fff;
}
@media screen and (min-width: 901px) {
  .l-hdg-03 .l-hdg-03_tag {
    margin-bottom: min(1.142857142857143vw, 16px);
    padding: min(0.428571428571429vw, 6px) min(1.142857142857143vw, 16px);
    border-radius: min(0.571428571428571vw, 8px);
    font-size: min(1vw, 14px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-hdg-03 .l-hdg-03_tag {
    margin-bottom: 2.133333333333333vw;
    padding: 1.6vw 3.733333333333334vw;
    border-radius: 2.133333333333333vw;
    font-size: 2.666666666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-hdg-03 .l-hdg-03_date {
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .l-hdg-03 .l-hdg-03_date {
    margin-bottom: min(0.142857142857143vw, 2px);
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-hdg-03 .l-hdg-03_date {
    margin-bottom: 0.533333333333333vw;
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-hdg-03 .l-hdg-03_ttl {
  color: #333;
}
@media screen and (min-width: 901px) {
  .l-hdg-03 .l-hdg-03_ttl {
    font-size: min(2.571428571428571vw, 36px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-hdg-03 .l-hdg-03_ttl {
    font-size: 7.466666666666668vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-hdg-03 .l-hdg-03_ttl.-blue {
  color: #004e7b;
}
.l-hdg-04 {
  text-align: center;
}
@media screen and (min-width: 901px) {
  .l-hdg-04 {
    font-size: min(2.857142857142857vw, 40px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    margin-bottom: min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .l-hdg-04 {
    font-size: 8vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    margin-bottom: 8.533333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .l-hdg-04 + .l-hdg-04__lead {
    margin-top: max(-1.5vw, -21px);
  }
}
@media screen and (max-width: 900px) {
  .l-hdg-04 + .l-hdg-04__lead {
    margin-top: -5.600000000000001vw;
  }
}
.l-hdg-04__lead {
  text-align: center;
}
@media screen and (min-width: 901px) {
  .l-hdg-04__lead {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 700;
    margin-bottom: min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .l-hdg-04__lead {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 700;
    margin-bottom: 8.533333333333333vw;
  }
}
.l-hdg-05 {
  position: relative;
}
@media screen and (min-width: 901px) {
  .l-hdg-05 {
    font-size: min(2.571428571428571vw, 36px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    margin-bottom: min(4.285714285714286vw, 60px);
    padding-top: min(1.714285714285714vw, 24px);
  }
}
@media screen and (max-width: 900px) {
  .l-hdg-05 {
    font-size: 8.533333333333333vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    margin-bottom: 8.533333333333333vw;
    padding-top: 6.4vw;
  }
}
.l-hdg-05::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  border-radius: 0 10px 10px 0;
}
@media screen and (min-width: 901px) {
  .l-hdg-05::before {
    width: min(7.428571428571429vw, 104px);
    height: min(0.285714285714286vw, 4px);
  }
}
@media screen and (max-width: 900px) {
  .l-hdg-05::before {
    width: 27.73333333333333vw;
    height: 1.066666666666667vw;
  }
}
.l-hdg-06 {
  text-align: center;
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .l-hdg-06 {
    font-size: min(2.142857142857143vw, 30px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    margin-bottom: min(4.285714285714286vw, 60px);
  }
}
@media screen and (max-width: 900px) {
  .l-hdg-06 {
    font-size: 6.4vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    margin-bottom: 8.533333333333333vw;
  }
}
.l-hdg-07 {
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .l-hdg-07 {
    font-size: min(2.142857142857143vw, 30px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    margin-bottom: min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .l-hdg-07 {
    font-size: 6.4vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    margin-bottom: 8.533333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .l-link-list01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 901px) {
  .l-link-list01 .l-link-list01_item {
    width: min(26.285714285714285vw, 368px);
  }
}
@media screen and (min-width: 901px) {
  .l-link-list01 .l-link-list01_item:nth-of-type(3n+1),
  .l-link-list01 .l-link-list01_item:nth-of-type(3n+2) {
    margin-right: min(2vw, 28px);
  }
}
@media screen and (max-width: 900px) {
  .l-link-list01 .l-link-list01_item:nth-of-type(n+2) {
    margin-top: 6.4vw;
  }
}
@media screen and (min-width: 901px) {
  .l-link-list01 .l-link-list01_item:hover .l-link-list01_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .l-link-list01 .l-link-list01_item:hover .l-link-list01_txt {
    color: #004e7b;
  }
  .l-link-list01 .l-link-list01_item:hover .l-link-list01_txt .-deco {
    background: #fff;
    border: 1px solid #004e7b;
  }
  .l-link-list01 .l-link-list01_item:hover .l-link-list01_txt .-deco::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .l-link-list01 .l-link-list01_item:hover .l-link-list01_txt .-deco::after {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
  }
}
.l-link-list01 .l-link-list01_item .l-link-list01_img {
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-link-list01 .l-link-list01_item .l-link-list01_img {
    border-radius: min(1.142857142857143vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .l-link-list01 .l-link-list01_item .l-link-list01_img {
    border-radius: 4.266666666666667vw;
  }
}
.l-link-list01 .l-link-list01_item .l-link-list01_img.-border {
  border: 1px solid #b2c2cb;
}
@media screen and (min-width: 901px) {
  .l-link-list01 .l-link-list01_item .l-link-list01_img img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
.l-link-list01 .l-link-list01_item .l-link-list01_txt {
  position: relative;
}
@media screen and (min-width: 901px) {
  .l-link-list01 .l-link-list01_item .l-link-list01_txt {
    margin-top: min(1.5vw, 21px);
    padding-right: min(2.571428571428571vw, 36px);
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-link-list01 .l-link-list01_item .l-link-list01_txt {
    margin-top: 5.600000000000001vw;
    padding-right: 9.6vw;
  }
}
@media screen and (min-width: 901px) {
  .l-link-list01 .l-link-list01_item .l-link-list01_txt .-txt {
    font-size: min(1.714285714285714vw, 24px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-link-list01 .l-link-list01_item .l-link-list01_txt .-txt {
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-link-list01 .l-link-list01_item .l-link-list01_txt .-deco {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-link-list01 .l-link-list01_item .l-link-list01_txt .-deco {
    width: min(2.285714285714286vw, 32px);
    height: min(2.285714285714286vw, 32px);
  }
}
@media screen and (max-width: 900px) {
  .l-link-list01 .l-link-list01_item .l-link-list01_txt .-deco {
    width: 8.533333333333333vw;
    height: 8.533333333333333vw;
  }
}
.l-link-list01 .l-link-list01_item .l-link-list01_txt .-deco::before,
.l-link-list01 .l-link-list01_item .l-link-list01_txt .-deco::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/images/common/arrow_02.svg");
  mask-image: url("/assets/images/common/arrow_02.svg");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .l-link-list01 .l-link-list01_item .l-link-list01_txt .-deco::before,
  .l-link-list01 .l-link-list01_item .l-link-list01_txt .-deco::after {
    -webkit-mask-size: min(1vw, 14px);
    mask-size: min(1vw, 14px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-link-list01 .l-link-list01_item .l-link-list01_txt .-deco::before,
  .l-link-list01 .l-link-list01_item .l-link-list01_txt .-deco::after {
    -webkit-mask-size: 3.733333333333334vw;
    mask-size: 3.733333333333334vw;
  }
}
.l-link-list01 .l-link-list01_item .l-link-list01_txt .-deco::before {
  background-color: #004e7b;
}
@media screen and (min-width: 901px) {
  .l-link-list01 .l-link-list01_item .l-link-list01_txt .-deco::before {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}
@media screen and (max-width: 900px) {
  .l-link-list01 .l-link-list01_item .l-link-list01_txt .-deco::before {
    content: none;
  }
}
.l-link-list01 .l-link-list01_item .l-link-list01_txt .-deco::after {
  background-color: #fff;
}
@media screen and (min-width: 901px) {
  .l-link-list02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 901px) {
  .l-link-list02.-col02 .l-link-list02_item {
    width: min(24.285714285714285vw, 340px);
  }
}
@media screen and (min-width: 901px) {
  .l-link-list02.-col02 .l-link-list02_item:nth-of-type(2n+1) {
    margin-right: min(1.142857142857143vw, 16px);
  }
}
@media screen and (min-width: 901px) {
  .l-link-list02.-col03 .l-link-list02_item {
    width: min(24.285714285714285vw, 340px);
  }
}
@media screen and (min-width: 901px) {
  .l-link-list02.-col03 .l-link-list02_item:nth-of-type(3n+1),
  .l-link-list02.-col03 .l-link-list02_item:nth-of-type(3n+2) {
    margin-right: min(1.142857142857143vw, 16px);
  }
}
@media screen and (min-width: 901px) {
  .l-link-list02.-col04 .l-link-list02_item {
    width: min(19.857142857142858vw, 278px);
  }
}
@media screen and (min-width: 901px) {
  .l-link-list02.-col04 .l-link-list02_item:nth-of-type(4n+1),
  .l-link-list02.-col04 .l-link-list02_item:nth-of-type(4n+2),
  .l-link-list02.-col04 .l-link-list02_item:nth-of-type(4n+3) {
    margin-right: min(1.142857142857143vw, 16px);
  }
}
@media screen and (min-width: 901px) {
  .l-link-list02.-col04 .l-link-list02_item:nth-of-type(n+5) {
    margin-top: min(1.142857142857143vw, 16px);
  }
}
@media screen and (min-width: 901px) {
  .l-link-list02.-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.l-link-list02 .l-link-list02_item a {
  display: block;
  border: 1px solid #ecf0f2;
}
@media screen and (min-width: 901px) {
  .l-link-list02 .l-link-list02_item a {
    padding: min(1.428571428571429vw, 20px) min(1.142857142857143vw, 16px);
    border-radius: min(0.571428571428571vw, 8px);
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-link-list02 .l-link-list02_item a {
    padding: 5.333333333333334vw 4.266666666666667vw;
    border-radius: 2.133333333333333vw;
  }
}
@media screen and (max-width: 900px) {
  .l-link-list02 .l-link-list02_item + .l-link-list02_item {
    margin-top: 4.266666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .l-link-list02 .l-link-list02_item:hover a {
    border: 1px solid #004e7b;
  }
  .l-link-list02 .l-link-list02_item:hover .l-link-list02_txt .-deco::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .l-link-list02 .l-link-list02_item:hover .l-link-list02_txt .-deco::after {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
  }
}
.l-link-list02 .l-link-list02_item .l-link-list02_txt {
  position: relative;
}
@media screen and (min-width: 901px) {
  .l-link-list02 .l-link-list02_item .l-link-list02_txt {
    padding-right: min(1.785714285714286vw, 25px);
  }
}
@media screen and (max-width: 900px) {
  .l-link-list02 .l-link-list02_item .l-link-list02_txt {
    padding-right: 6.666666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .l-link-list02 .l-link-list02_item .l-link-list02_txt .-txt {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-link-list02 .l-link-list02_item .l-link-list02_txt .-txt {
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-link-list02 .l-link-list02_item .l-link-list02_txt .-deco {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-link-list02 .l-link-list02_item .l-link-list02_txt .-deco {
    width: min(1.714285714285714vw, 24px);
    height: min(1.714285714285714vw, 24px);
  }
}
@media screen and (max-width: 900px) {
  .l-link-list02 .l-link-list02_item .l-link-list02_txt .-deco {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.l-link-list02 .l-link-list02_item .l-link-list02_txt .-deco::before,
.l-link-list02 .l-link-list02_item .l-link-list02_txt .-deco::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/images/common/arrow_02.svg");
  mask-image: url("/assets/images/common/arrow_02.svg");
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .l-link-list02 .l-link-list02_item .l-link-list02_txt .-deco::before,
  .l-link-list02 .l-link-list02_item .l-link-list02_txt .-deco::after {
    -webkit-mask-size: min(1vw, 14px);
    mask-size: min(1vw, 14px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-link-list02 .l-link-list02_item .l-link-list02_txt .-deco::before,
  .l-link-list02 .l-link-list02_item .l-link-list02_txt .-deco::after {
    -webkit-mask-size: 3.733333333333334vw;
    mask-size: 3.733333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .l-link-list02 .l-link-list02_item .l-link-list02_txt .-deco::before {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}
@media screen and (max-width: 900px) {
  .l-link-list02 .l-link-list02_item .l-link-list02_txt .-deco::before {
    content: none;
  }
}
.l-list01 li {
  position: relative;
}
@media screen and (min-width: 901px) {
  .l-list01 li {
    padding-left: min(1.714285714285714vw, 24px);
    font-size: min(1.142857142857143vw, 16px);
    line-height: 2.25;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .l-list01 li {
    padding-left: 4.8vw;
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.l-list01 li::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #004e7b;
}
@media screen and (min-width: 901px) {
  .l-list01 li::before {
    width: min(0.857142857142857vw, 12px);
    height: min(0.857142857142857vw, 12px);
    border-radius: min(0.142857142857143vw, 2px);
    top: min(0.857142857142857vw, 12px);
    left: min(0.428571428571429vw, 6px);
  }
}
@media screen and (max-width: 900px) {
  .l-list01 li::before {
    width: 3.2vw;
    height: 3.2vw;
    border-radius: 0.533333333333333vw;
    top: 1.866666666666667vw;
    left: 0;
  }
}
@media screen and (max-width: 900px) {
  .l-list01 li + li {
    margin-top: 0.8vw;
  }
}
@media screen and (min-width: 901px) {
  .l-list02 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (min(24.571428571428573vw, 344px))[3];
    grid-template-columns: repeat(3, min(24.571428571428573vw, 344px));
    -webkit-column-gap: min(1.714285714285714vw, 24px);
    -moz-column-gap: min(1.714285714285714vw, 24px);
    column-gap: min(1.714285714285714vw, 24px);
    row-gap: min(4.285714285714286vw, 60px);
    padding: 0 min(2.857142857142857vw, 40px);
  }
}
@media screen and (min-width: 901px) {
  .l-list02 .l-list02_item {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: subgrid;
    grid-template-rows: subgrid;
    -ms-grid-row-span: 2;
    grid-row: span 2;
    row-gap: min(1.428571428571429vw, 20px);
  }
}
@media screen and (max-width: 900px) {
  .l-list02 .l-list02_item + .l-list02_item {
    margin-top: 12.533333333333333vw;
  }
}
.l-list02 .l-list02_item .l-list02_img {
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-list02 .l-list02_item .l-list02_img {
    border-radius: min(0.571428571428571vw, 8px) min(0.571428571428571vw, 8px) 0 0;
  }
}
@media screen and (max-width: 900px) {
  .l-list02 .l-list02_item .l-list02_img {
    border-radius: 2.133333333333333vw 2.133333333333333vw 0 0;
  }
}
.l-list02 .l-list02_item .l-list02_desc {
  margin: 0 auto;
  background-repeat: repeat-x;
  background-position: left bottom;
  background-image: -webkit-linear-gradient(left, #b2c2cb 4px, transparent 4px);
  background-image: linear-gradient(to right, #b2c2cb 4px, transparent 4px);
  background-size: 8px 1px;
}
@media screen and (min-width: 901px) {
  .l-list02 .l-list02_item .l-list02_desc {
    width: min(21.714285714285715vw, 304px);
    padding-bottom: min(3vw, 42px);
  }
}
@media screen and (max-width: 900px) {
  .l-list02 .l-list02_item .l-list02_desc {
    width: 80.80000000000001vw;
    margin-top: 4vw;
    padding-bottom: 3.733333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .l-list02 .l-list02_item .l-list02_desc .l-list02_txt01 {
    margin-bottom: min(1.214285714285714vw, 17px);
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-list02 .l-list02_item .l-list02_desc .l-list02_txt01 {
    margin-bottom: 3.466666666666666vw;
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .l-list02 .l-list02_item .l-list02_desc .l-list02_txt02 {
    font-size: min(1vw, 14px);
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .l-list02 .l-list02_item .l-list02_desc .l-list02_txt02 {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .l-list02 .l-list02_item .l-list02_desc .l-list02_note01 {
    font-size: min(0.857142857142857vw, 12px);
    line-height: 2.083333333333333;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .l-list02 .l-list02_item .l-list02_desc .l-list02_note01 {
    font-size: 3.2vw;
    line-height: 2.083333333333333;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
.l-list03 {
  background-image: -webkit-linear-gradient(left, #b2c2cb 4px, transparent 4px);
  background-image: linear-gradient(to right, #b2c2cb 4px, transparent 4px);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 8px 1px;
}
@media screen and (min-width: 901px) {
  .l-list03 {
    margin-top: min(0.857142857142857vw, 12px);
    padding-top: min(0.857142857142857vw, 12px);
  }
}
@media screen and (max-width: 900px) {
  .l-list03 {
    margin-top: 3.2vw;
    padding-top: 3.2vw;
  }
}
.l-list03 li {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 901px) {
  .l-list03 li {
    font-size: min(1vw, 14px);
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .l-list03 li {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .l-list03 li + li {
    margin-top: min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .l-list03 li + li {
    margin-top: 2.133333333333333vw;
  }
}
.l-table01_wrapper .l-table01 {
  position: relative;
}
@media screen and (max-width: 900px) {
  .l-table01_wrapper .l-table01 {
    width: 100%;
  }
}
.l-table01_wrapper .l-table01::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: -2px;
  left: 0;
}
@media screen and (min-width: 901px) {
  .l-table01_wrapper .l-table01::before {
    background: -webkit-gradient(linear, left top, right top, from(#004e7b), color-stop(3.448%, #004e7b), color-stop(3.448%, #b2c2cb), to(#b2c2cb));
    background: -webkit-linear-gradient(left, #004e7b 0%, #004e7b 3.448%, #b2c2cb 3.448%, #b2c2cb 100%);
    background: linear-gradient(to right, #004e7b 0%, #004e7b 3.448%, #b2c2cb 3.448%, #b2c2cb 100%);
  }
}
@media screen and (max-width: 900px) {
  .l-table01_wrapper .l-table01::before {
    background: -webkit-gradient(linear, left top, right top, from(#004e7b), color-stop(4.776%, #004e7b), color-stop(4.776%, #b2c2cb), to(#b2c2cb));
    background: -webkit-linear-gradient(left, #004e7b 0%, #004e7b 4.776%, #b2c2cb 4.776%, #b2c2cb 100%);
    background: linear-gradient(to right, #004e7b 0%, #004e7b 4.776%, #b2c2cb 4.776%, #b2c2cb 100%);
  }
}
@media screen and (min-width: 901px) {
  .l-table01_wrapper .l-table01 col.-col01 {
    width: min(17.142857142857142vw, 240px);
  }
}
@media screen and (min-width: 901px) {
  .l-table01_wrapper .l-table01 col.-col02 {
    width: min(65.71428571428571vw, 920px);
  }
}
@media screen and (min-width: 901px) {
  .l-table01_wrapper .l-table01 col.-col03 {
    width: min(70.85714285714285vw, 992px);
  }
}
@media screen and (min-width: 901px) {
  .l-table01_wrapper .l-table01 col.-col04 {
    width: min(12vw, 168px);
  }
}
@media screen and (max-width: 900px) {
  .l-table01_wrapper .l-table01 tr th,
  .l-table01_wrapper .l-table01 tr td {
    display: block;
    width: 100%;
  }
}
.l-table01_wrapper .l-table01 tr th {
  color: #004e7b;
  text-align: left;
  position: relative;
}
@media screen and (min-width: 901px) {
  .l-table01_wrapper .l-table01 tr th {
    padding: min(2.857142857142857vw, 40px) min(0.357142857142857vw, 5px) min(3vw, 42px) min(2.857142857142857vw, 40px);
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    vertical-align: middle;
  }
}
@media screen and (max-width: 900px) {
  .l-table01_wrapper .l-table01 tr th {
    margin-bottom: 2.666666666666667vw;
    padding-top: 6.4vw;
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .l-table01_wrapper .l-table01 tr th::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#004e7b), color-stop(17%, #004e7b), color-stop(17%, #b2c2cb), to(#b2c2cb));
    background: -webkit-linear-gradient(left, #004e7b 0%, #004e7b 17%, #b2c2cb 17%, #b2c2cb 100%);
    background: linear-gradient(to right, #004e7b 0%, #004e7b 17%, #b2c2cb 17%, #b2c2cb 100%);
  }
}
.l-table01_wrapper .l-table01 tr td {
  text-align: left;
  position: relative;
}
@media screen and (min-width: 901px) {
  .l-table01_wrapper .l-table01 tr td {
    padding: min(2.428571428571428vw, 34px) min(2.857142857142857vw, 40px) min(2.571428571428571vw, 36px) 0;
    font-size: min(1.142857142857143vw, 16px);
    line-height: 2.25;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .l-table01_wrapper .l-table01 tr td {
    padding-bottom: 6.666666666666667vw;
    font-size: 3.733333333333334vw;
    line-height: 1.642857142857143;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.l-table01_wrapper .l-table01 tr td::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 901px) {
  .l-table01_wrapper .l-table01 tr td::after {
    background: #b2c2cb;
  }
}
@media screen and (max-width: 900px) {
  .l-table01_wrapper .l-table01 tr td::after {
    background: -webkit-gradient(linear, left top, right top, from(#004e7b), color-stop(4.776%, #004e7b), color-stop(4.776%, #b2c2cb), to(#b2c2cb));
    background: -webkit-linear-gradient(left, #004e7b 0%, #004e7b 4.776%, #b2c2cb 4.776%, #b2c2cb 100%);
    background: linear-gradient(to right, #004e7b 0%, #004e7b 4.776%, #b2c2cb 4.776%, #b2c2cb 100%);
  }
}
.l-table01_wrapper .l-table01 tr td.-map {
  position: relative;
}
@media screen and (min-width: 901px) {
  .l-table01_wrapper .l-table01 tr td.-map .l-btn-03 {
    position: absolute;
    top: 50%;
    left: min(45vw, 630px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 900px) {
  .l-table01_wrapper .l-table01 tr td.-map .l-btn-03 {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .l-table01_wrapper .l-table01 tr td.-map .l-list03 {
    width: min(42.857142857142854vw, 600px);
  }
}
.l-topics.-top {
  background-color: #f8f8f8;
}
@media screen and (min-width: 901px) {
  .l-topics.-top {
    padding: min(7.357142857142857vw, 103px) 0 min(7.142857142857142vw, 100px);
  }
}
@media screen and (max-width: 900px) {
  .l-topics.-top {
    padding: 16.8vw 0 16vw;
  }
}
@media screen and (min-width: 901px) {
  .l-topics.-top .l-topics-list {
    -ms-grid-columns: (min(26.285714285714285vw, 368px))[3];
    grid-template-columns: repeat(3, min(26.285714285714285vw, 368px));
    -webkit-column-gap: min(2vw, 28px);
    -moz-column-gap: min(2vw, 28px);
    column-gap: min(2vw, 28px);
    margin-top: min(4.142857142857142vw, 58px);
  }
}
@media screen and (max-width: 900px) {
  .l-topics.-top .l-topics-list {
    margin-top: 9.6vw;
  }
}
@media screen and (max-width: 900px) {
  .l-topics.-top .l-topics-list .l-topics-list-item + .l-topics-list-item {
    margin-top: 8.533333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .l-topics.-top .l-topics-list .l-topics-list-item_img {
    width: min(26.285714285714285vw, 368px);
    height: min(14.857142857142858vw, 208px);
  }
}
.l-topics.-specialTop .l-topics-list {
  background-color: #f8f8f8;
}
@media screen and (min-width: 901px) {
  .l-topics.-specialTop .l-topics-list {
    -ms-grid-columns: (min(24.571428571428573vw, 344px))[3];
    grid-template-columns: repeat(3, min(24.571428571428573vw, 344px));
    -webkit-column-gap: min(1.714285714285714vw, 24px);
    -moz-column-gap: min(1.714285714285714vw, 24px);
    column-gap: min(1.714285714285714vw, 24px);
    row-gap: min(2.857142857142857vw, 40px);
    padding: min(2.857142857142857vw, 40px);
    border-radius: min(1.142857142857143vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .l-topics.-specialTop .l-topics-list {
    padding: 6.4vw 4.266666666666667vw;
    border-radius: 4.266666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .l-topics.-specialTop .l-topics-list .l-topics-list-item {
    row-gap: 0;
  }
}
@media screen and (max-width: 900px) {
  .l-topics.-specialTop .l-topics-list .l-topics-list-item + .l-topics-list-item {
    margin-top: 8.533333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .l-topics.-specialTop .l-topics-list .l-topics-list-item_img {
    width: min(24.571428571428573vw, 344px);
    height: min(13.857142857142858vw, 194px);
  }
}
@media screen and (min-width: 901px) {
  .l-topics.-specialTop .l-topics-list .l-topics-list-item_tagList {
    width: min(17.142857142857142vw, 240px);
  }
}
@media screen and (min-width: 901px) {
  .l-topics .l-topics-list {
    display: -ms-grid;
    display: grid;
  }
}
@media screen and (min-width: 901px) {
  .l-topics .l-topics-list .l-topics-list-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: subgrid;
    grid-template-rows: subgrid;
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
}
@media screen and (max-width: 900px) {
  .l-topics .l-topics-list .l-topics-list-item {
    display: block;
  }
}
@media screen and (min-width: 901px) {
  .l-topics .l-topics-list .l-topics-list-item:hover .l-topics-list-item_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .l-topics .l-topics-list .l-topics-list-item:hover .l-topics-list-item_desc {
    border: min(0.142857142857143vw, 2px) solid #004e7b;
  }
  .l-topics .l-topics-list .l-topics-list-item:hover .l-topics-list-item_txt {
    color: #004e7b;
  }
  .l-topics .l-topics-list .l-topics-list-item:hover .l-topics-list-item_arrow::before {
    opacity: 0;
  }
  .l-topics .l-topics-list .l-topics-list-item:hover .l-topics-list-item_arrow::after {
    background-color: #fff;
  }
}
.l-topics .l-topics-list .l-topics-list-item_img {
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-topics .l-topics-list .l-topics-list-item_img {
    border-radius: min(0.571428571428571vw, 8px) min(0.571428571428571vw, 8px) 0 0;
  }
}
@media screen and (max-width: 900px) {
  .l-topics .l-topics-list .l-topics-list-item_img {
    border-radius: 2.133333333333333vw 2.133333333333333vw 0 0;
  }
}
.l-topics .l-topics-list .l-topics-list-item_img img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.l-topics .l-topics-list .l-topics-list-item_desc {
  background-color: #fff;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 901px) {
  .l-topics .l-topics-list .l-topics-list-item_desc {
    margin: 0 auto;
    padding: min(1.571428571428572vw, 22px) min(1.571428571428572vw, 22px) min(0.571428571428571vw, 8px);
    -webkit-box-shadow: 0 min(0.214285714285714vw, 3px) min(0.428571428571429vw, 6px) rgba(0,78,123,0.1);
    box-shadow: 0 min(0.214285714285714vw, 3px) min(0.428571428571429vw, 6px) rgba(0,78,123,0.1);
    border: min(0.142857142857143vw, 2px) solid #fff;
    border-radius: 0 0 min(0.571428571428571vw, 8px) min(0.571428571428571vw, 8px);
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-topics .l-topics-list .l-topics-list-item_desc {
    height: 59.73333333333334vw;
    margin: 0 auto;
    padding: 3.733333333333334vw 4.266666666666667vw 2.133333333333333vw;
    -webkit-box-shadow: 0 0.8vw 1.6vw rgba(0,78,123,0.1);
    box-shadow: 0 0.8vw 1.6vw rgba(0,78,123,0.1);
    border-radius: 0 0 2.133333333333333vw 2.133333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .l-topics .l-topics-list .l-topics-list-item_date {
    width: min(7.857142857142857vw, 110px);
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .l-topics .l-topics-list .l-topics-list-item_date {
    font-size: 3.733333333333334vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 901px) {
  .l-topics .l-topics-list .l-topics-list-item_date + .l-topics-list-item_txt {
    margin-top: min(0.857142857142857vw, 12px);
  }
}
@media screen and (max-width: 900px) {
  .l-topics .l-topics-list .l-topics-list-item_date + .l-topics-list-item_txt {
    margin-top: 2.933333333333333vw;
  }
}
.l-topics .l-topics-list .l-topics-list-item_txt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-topics .l-topics-list .l-topics-list-item_txt {
    height: calc(3em + (1em * 0.5 * 3));
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-topics .l-topics-list .l-topics-list-item_txt {
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-topics .l-topics-list .l-topics-list-item_tagList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 901px) {
  .l-topics .l-topics-list .l-topics-list-item_tagList {
    width: min(18.571428571428573vw, 260px);
    margin-top: min(1.142857142857143vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .l-topics .l-topics-list .l-topics-list-item_tagList {
    width: 64vw;
    min-height: 19.2vw;
    margin-top: 4vw;
  }
}
.l-topics .l-topics-list .l-topics-list-item_tagList .l-topics-list-item_tag {
  background-color: #eff6ff;
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .l-topics .l-topics-list .l-topics-list-item_tagList .l-topics-list-item_tag {
    margin: 0 min(0.571428571428571vw, 8px) min(0.571428571428571vw, 8px) 0;
    padding: min(0.428571428571429vw, 6px) min(0.857142857142857vw, 12px);
    border-radius: min(0.571428571428571vw, 8px);
    font-size: min(1vw, 14px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .l-topics .l-topics-list .l-topics-list-item_tagList .l-topics-list-item_tag {
    margin: 0 2.133333333333333vw 2.133333333333333vw 0;
    padding: 1.866666666666667vw 2.933333333333333vw 1.6vw;
    border-radius: 2.133333333333333vw;
    font-size: 2.666666666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.l-topics .l-topics-list .l-topics-list-item_arrow {
  position: absolute;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(top, #004e7b, #4895c6);
  background: linear-gradient(180deg, #004e7b, #4895c6);
}
@media screen and (min-width: 901px) {
  .l-topics .l-topics-list .l-topics-list-item_arrow {
    width: min(2.857142857142857vw, 40px);
    height: min(2.857142857142857vw, 40px);
    right: min(1.571428571428572vw, 22px);
    bottom: min(1.571428571428572vw, 22px);
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-topics .l-topics-list .l-topics-list-item_arrow {
    width: 10.666666666666668vw;
    height: 10.666666666666668vw;
    right: 4.266666666666667vw;
    bottom: 4.266666666666667vw;
  }
}
.l-topics .l-topics-list .l-topics-list-item_arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background: -webkit-linear-gradient(top, #fff, #fff);
  background: linear-gradient(180deg, #fff, #fff);
  border: 1px solid #004e7b;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l-topics .l-topics-list .l-topics-list-item_arrow::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/images/common/arrow_01.svg");
  mask-image: url("/assets/images/common/arrow_01.svg");
  background-color: #004e7b;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 901px) {
  .l-topics .l-topics-list .l-topics-list-item_arrow::after {
    width: min(0.857142857142857vw, 12px);
    height: min(0.857142857142857vw, 12px);
  }
}
@media screen and (max-width: 900px) {
  .l-topics .l-topics-list .l-topics-list-item_arrow::after {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.l-topics .l-inner {
  position: relative;
}
@media screen and (min-width: 901px) {
  .l-topics .l-btn-01_wrapper {
    position: absolute;
    top: min(2vw, 28px);
    right: 0;
  }
}
@media screen and (max-width: 900px) {
  .l-topics .l-btn-01_wrapper {
    margin-top: 10.666666666666668vw;
  }
}
@media screen and (min-width: 901px) {
  .l-works-list .l-works-item {
    width: min(24.571428571428573vw, 344px);
  }
}
@media screen and (max-width: 900px) {
  .l-works-list .l-works-item {
    width: 91.73333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .l-works-list .l-works-item.splide__slide {
    width: min(26.285714285714285vw, 368px);
    padding-right: min(1.714285714285714vw, 24px);
  }
}
@media screen and (max-width: 900px) {
  .l-works-list .l-works-item.splide__slide {
    width: 87.2vw;
    padding-right: 6.4vw;
  }
}
.l-works-list .l-works-item a {
  display: block;
  background-color: #fff;
  overflow: hidden;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .l-works-list .l-works-item a {
    width: min(24.571428571428573vw, 344px);
    border-radius: min(1.142857142857143vw, 16px);
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-works-list .l-works-item a {
    width: 80.80000000000001vw;
    border-radius: 4.266666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .l-works-list .l-works-item a:hover {
    -webkit-box-shadow: 0 0 min(1.428571428571429vw, 20px) rgba(0,78,123,0.1);
    box-shadow: 0 0 min(1.428571428571429vw, 20px) rgba(0,78,123,0.1);
  }
  .l-works-list .l-works-item a:hover .l-works-item_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .l-works-list .l-works-item a:hover .l-works-item_tag {
    color: #fff;
  }
  .l-works-list .l-works-item a:hover .l-works-item_tag::after {
    opacity: 1;
  }
  .l-works-list .l-works-item a:hover .l-works-item_arrow .-deco {
    background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
    background: -webkit-linear-gradient(left, #004e7b, #4895c6);
    background: linear-gradient(90deg, #004e7b, #4895c6);
  }
  .l-works-list .l-works-item a:hover .l-works-item_arrow .-deco::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .l-works-list .l-works-item a:hover .l-works-item_arrow .-deco::after {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
  }
}
.l-works-list .l-works-item .l-works-item_img {
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-works-list .l-works-item .l-works-item_img {
    width: min(24.571428571428573vw, 344px);
    height: min(13.857142857142858vw, 194px);
  }
}
.l-works-list .l-works-item .l-works-item_img img {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.l-works-list .l-works-item .l-works-item_desc {
  position: relative;
}
@media screen and (min-width: 901px) {
  .l-works-list .l-works-item .l-works-item_desc {
    padding: min(1.142857142857143vw, 16px) min(1.428571428571429vw, 20px) min(5.142857142857142vw, 72px);
  }
}
@media screen and (max-width: 900px) {
  .l-works-list .l-works-item .l-works-item_desc {
    padding: 4.266666666666667vw 4.266666666666667vw 19.733333333333334vw;
  }
}
.l-works-list .l-works-item .l-works-item_tagList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-works-list .l-works-item .l-works-item_tagList .l-works-item_tag {
  background-color: #eff6ff;
  color: #004e7b;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-works-list .l-works-item .l-works-item_tagList .l-works-item_tag {
    min-width: min(8.285714285714285vw, 116px);
    margin: 0 min(0.571428571428571vw, 8px) min(0.571428571428571vw, 8px) 0;
    padding: min(0.428571428571429vw, 6px) min(0.857142857142857vw, 12px);
    border-radius: min(0.571428571428571vw, 8px);
    font-size: min(0.857142857142857vw, 12px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-works-list .l-works-item .l-works-item_tagList .l-works-item_tag {
    min-width: 30.933333333333334vw;
    margin: 0 2.133333333333333vw 2.133333333333333vw 0;
    padding: 2.133333333333333vw 1.333333333333333vw;
    border-radius: 2.133333333333333vw;
    font-size: 2.666666666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-works-list .l-works-item .l-works-item_tagList .l-works-item_tag::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  opacity: 0;
}
@media screen and (min-width: 901px) {
  .l-works-list .l-works-item .l-works-item_tagList .l-works-item_tag::after {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
.l-works-list .l-works-item .l-works-item_tagList .l-works-item_tag .-inner {
  position: relative;
  z-index: 2;
}
.l-works-list .l-works-item .l-works-item_ttl {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .l-works-list .l-works-item .l-works-item_ttl {
    height: calc(1em + (1em * 0.5 * 1));
    margin-top: min(0.5vw, 7px);
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-works-list .l-works-item .l-works-item_ttl {
    height: calc(1em + (1em * 0.5 * 1));
    margin-top: 0.533333333333333vw;
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .l-works-list .l-works-item .l-works-item_txt {
    margin-top: min(0.928571428571429vw, 13px);
    font-size: min(1vw, 14px);
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .l-works-list .l-works-item .l-works-item_txt {
    margin-top: 0.533333333333333vw;
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.l-works-list .l-works-item .l-works-item_arrow {
  position: absolute;
}
@media screen and (min-width: 901px) {
  .l-works-list .l-works-item .l-works-item_arrow {
    padding-right: min(2.571428571428571vw, 36px);
    right: min(2vw, 28px);
    bottom: min(2.071428571428571vw, 29px);
  }
}
@media screen and (max-width: 900px) {
  .l-works-list .l-works-item .l-works-item_arrow {
    padding-right: 9.6vw;
    right: 4.266666666666667vw;
    bottom: 7.466666666666668vw;
  }
}
@media screen and (min-width: 901px) {
  .l-works-list .l-works-item .l-works-item_arrow .-txt {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .l-works-list .l-works-item .l-works-item_arrow .-txt {
    font-size: 4.266666666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-works-list .l-works-item .l-works-item_arrow .-deco {
  display: block;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-works-list .l-works-item .l-works-item_arrow .-deco {
    width: min(1.714285714285714vw, 24px);
    height: min(1.714285714285714vw, 24px);
  }
}
@media screen and (max-width: 900px) {
  .l-works-list .l-works-item .l-works-item_arrow .-deco {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.l-works-list .l-works-item .l-works-item_arrow .-deco::before,
.l-works-list .l-works-item .l-works-item_arrow .-deco::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/images/common/arrow_02.svg");
  mask-image: url("/assets/images/common/arrow_02.svg");
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .l-works-list .l-works-item .l-works-item_arrow .-deco::before,
  .l-works-list .l-works-item .l-works-item_arrow .-deco::after {
    -webkit-mask-size: min(1vw, 14px);
    mask-size: min(1vw, 14px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-works-list .l-works-item .l-works-item_arrow .-deco::before,
  .l-works-list .l-works-item .l-works-item_arrow .-deco::after {
    -webkit-mask-size: 3.733333333333334vw;
    mask-size: 3.733333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .l-works-list .l-works-item .l-works-item_arrow .-deco::before {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}
@media screen and (max-width: 900px) {
  .l-works-list .l-works-item .l-works-item_arrow .-deco::before {
    content: none;
  }
}
.b-breadcrumb {
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .b-breadcrumb {
    width: min(82.85714285714286vw, 1160px);
    padding: min(1.142857142857143vw, 16px) 0;
  }
}
@media screen and (max-width: 900px) {
  .b-breadcrumb {
    width: 89.33333333333333vw;
    padding: 2.133333333333333vw 0;
  }
}
.b-breadcrumb > span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.b-breadcrumb > span > span {
  display: inline;
}
@media screen and (min-width: 901px) {
  .b-breadcrumb > span > span {
    margin: 0 min(0.571428571428571vw, 8px);
    font-size: min(1vw, 14px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .b-breadcrumb > span > span {
    margin: 0 2.133333333333333vw;
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.b-breadcrumb > span > span:first-of-type {
  margin-left: 0;
}
@media screen and (min-width: 901px) {
  .b-breadcrumb > span a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (min-width: 901px) {
  .b-breadcrumb > span a:hover {
    color: #004e7b;
  }
}
@media screen and (min-width: 901px) {
  .b-contact01 {
    padding: min(4.5vw, 63px) 0 min(4.285714285714286vw, 60px);
    background: -webkit-linear-gradient(50deg, #004e7b, #4895c6);
    background: linear-gradient(40deg, #004e7b, #4895c6);
  }
}
@media screen and (max-width: 900px) {
  .b-contact01 {
    padding: 17.066666666666666vw 0 16vw;
    background: -webkit-linear-gradient(50deg, #004e7b, #4895c6);
    background: linear-gradient(40deg, #004e7b, #4895c6);
  }
}
@media screen and (min-width: 901px) {
  .b-contact01 .b-contact01-link_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: min(2.714285714285714vw, 38px);
  }
}
@media screen and (max-width: 900px) {
  .b-contact01 .b-contact01-link_list {
    margin-top: 9.333333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .b-contact01 .b-contact01-link_list .b-contact01-link_item {
    width: min(26.285714285714285vw, 368px);
  }
}
@media screen and (max-width: 900px) {
  .b-contact01 .b-contact01-link_list .b-contact01-link_item + .b-contact01-link_item {
    margin-top: 10.933333333333334vw;
  }
}
.b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_txt {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 901px) {
  .b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_txt {
    margin-bottom: min(0.785714285714286vw, 11px);
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_txt {
    margin-bottom: 2.933333333333333vw;
    font-size: 4.266666666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 901px) {
  .b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn {
    width: min(26.285714285714285vw, 368px);
    height: min(5.142857142857142vw, 72px);
    padding: min(0.5vw, 7px) 0 min(0.642857142857143vw, 9px);
  }
}
@media screen and (max-width: 900px) {
  .b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn {
    width: 89.33333333333333vw;
    height: 17.066666666666666vw;
    padding: 1.866666666666667vw 0 2.4vw;
  }
}
@media screen and (min-width: 901px) {
  .b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn::before {
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
    background: -webkit-linear-gradient(left, #004e7b, #4895c6);
    background: linear-gradient(90deg, #004e7b, #4895c6);
    border: 2px solid #fff;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #004e7b;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 901px) {
  .b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn:hover::before {
    opacity: 1;
  }
  .b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn:hover .-txtL,
  .b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn:hover .-txtS {
    color: #fff;
  }
  .b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn:hover .-deco {
    border: 1px solid #fff;
  }
  .b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn:hover .-deco::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn:hover .-deco::after {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
  }
  .b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn:hover::after {
    background-color: #fff;
  }
}
.b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn.-tel::after {
  -webkit-mask-image: url("/assets/images/common/icon-tel_01.svg");
  mask-image: url("/assets/images/common/icon-tel_01.svg");
}
@media screen and (min-width: 901px) {
  .b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn.-tel::after {
    width: min(1.752857142857143vw, 24.54px);
    height: min(2.285714285714286vw, 32px);
    left: min(4.785714285714286vw, 67px);
  }
}
@media screen and (max-width: 900px) {
  .b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn.-tel::after {
    width: 6.544vw;
    height: 8.533333333333333vw;
    left: 11.733333333333333vw;
  }
}
.b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn.-mail::after {
  -webkit-mask-image: url("/assets/images/common/icon-mail_01.svg");
  mask-image: url("/assets/images/common/icon-mail_01.svg");
}
@media screen and (min-width: 901px) {
  .b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn.-mail::after {
    width: min(2.141428571428571vw, 29.98px);
    height: min(1.671428571428571vw, 23.4px);
    left: min(5vw, 70px);
  }
}
@media screen and (max-width: 900px) {
  .b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn.-mail::after {
    width: 7.994666666666666vw;
    height: 6.239999999999999vw;
    left: 10.933333333333334vw;
  }
}
.b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn.-form::after {
  -webkit-mask-image: url("/assets/images/common/icon-doc_01.svg");
  mask-image: url("/assets/images/common/icon-doc_01.svg");
}
@media screen and (min-width: 901px) {
  .b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn.-form::after {
    width: min(1.805vw, 25.27px);
    height: min(2.285714285714286vw, 32px);
    left: min(3.571428571428571vw, 50px);
  }
}
@media screen and (max-width: 900px) {
  .b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn.-form::after {
    width: 6.738666666666666vw;
    height: 8.533333333333333vw;
    left: 11.733333333333333vw;
  }
}
.b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn .-txtL,
.b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn .-txtS {
  position: relative;
  z-index: 1;
}
.b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn .-txtL {
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn .-txtL {
    font-size: min(1.714285714285714vw, 24px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn .-txtL {
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn .-txtS {
  color: #333;
}
@media screen and (min-width: 901px) {
  .b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn .-txtS {
    font-size: min(1vw, 14px);
    line-height: 1.285714285714286;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn .-txtS {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn .-deco {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #004e7b;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn .-deco {
    width: min(2.285714285714286vw, 32px);
    height: min(2.285714285714286vw, 32px);
    right: min(1.428571428571429vw, 20px);
  }
}
@media screen and (max-width: 900px) {
  .b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn .-deco {
    width: 8.533333333333333vw;
    height: 8.533333333333333vw;
    right: 4.266666666666667vw;
  }
}
.b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn .-deco::before,
.b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn .-deco::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/images/common/arrow_02.svg");
  mask-image: url("/assets/images/common/arrow_02.svg");
  background-color: #004e7b;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn .-deco::before,
  .b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn .-deco::after {
    -webkit-mask-size: min(1vw, 14px);
    mask-size: min(1vw, 14px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn .-deco::before,
  .b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn .-deco::after {
    -webkit-mask-size: 3.733333333333334vw;
    mask-size: 3.733333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn .-deco::before {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}
@media screen and (max-width: 900px) {
  .b-contact01 .b-contact01-link_list .b-contact01-link_item .b-contact01-link_btn .-deco::before {
    content: none;
  }
}
.b-contact02 {
  background-color: #f8f8f8;
}
@media screen and (min-width: 901px) {
  .b-contact02 {
    border-radius: min(0.571428571428571vw, 8px);
    margin-bottom: min(2.857142857142857vw, 40px);
    padding: min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .b-contact02 {
    border-radius: 2.133333333333333vw;
    margin-bottom: 10.666666666666668vw;
    padding: 4.266666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .b-contact02 .b-contact02_txt01 {
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .b-contact02 .b-contact02_txt01 {
    font-size: 4.266666666666667vw;
    line-height: 1.3125;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .b-contact02 .b-contact02_txt02 {
    margin-top: min(1.071428571428571vw, 15px);
    font-size: min(1vw, 14px);
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .b-contact02 .b-contact02_txt02 {
    margin-top: 4vw;
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 901px) {
  .b-contact02 .b-contact02_note {
    margin-top: min(0.214285714285714vw, 3px);
    font-size: min(1vw, 14px);
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .b-contact02 .b-contact02_note {
    margin-top: 0.8vw;
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .b-contact02 .b-contact02_dl {
    margin-top: min(0.571428571428571vw, 8px);
    font-size: min(1vw, 14px);
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .b-contact02 .b-contact02_dl {
    margin-top: 2.133333333333333vw;
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.b-contact02 .b-contact02_dl .b-contact02_dl_inner {
  display: inline-block;
}
@media screen and (min-width: 901px) {
  .b-contact02 .b-contact02_dl .b-contact02_dl_inner + .b-contact02_dl_inner {
    margin-left: min(0.857142857142857vw, 12px);
  }
}
.b-contact02 .b-contact02_dl .b-contact02_dl_inner dt,
.b-contact02 .b-contact02_dl .b-contact02_dl_inner dd {
  display: inline-block;
}
.b-contact-fixed {
  position: fixed;
  z-index: 10;
}
@media screen and (min-width: 901px) {
  .b-contact-fixed {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 900px) {
  .b-contact-fixed {
    bottom: 8vw;
    left: 5.333333333333334vw;
  }
}
.b-contact-fixed.is-hidden {
  display: none;
}
.b-contact-fixed .b-contact-fixed_close {
  position: absolute;
  border: none;
  background-color: rgba(51,51,51,0.4);
}
@media screen and (min-width: 901px) {
  .b-contact-fixed .b-contact-fixed_close {
    width: min(2vw, 28px);
    height: min(2vw, 28px);
    top: max(-2vw, -28px);
    right: 0;
    cursor: pointer;
  }
}
@media screen and (max-width: 900px) {
  .b-contact-fixed .b-contact-fixed_close {
    width: 5.333333333333334vw;
    height: 5.333333333333334vw;
    top: -6.4vw;
    left: 0;
    border-radius: 50%;
  }
}
.b-contact-fixed .b-contact-fixed_close::before,
.b-contact-fixed .b-contact-fixed_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
}
@media screen and (min-width: 901px) {
  .b-contact-fixed .b-contact-fixed_close::before,
  .b-contact-fixed .b-contact-fixed_close::after {
    width: min(0.142857142857143vw, 2px);
    height: min(1.357142857142857vw, 19px);
  }
}
@media screen and (max-width: 900px) {
  .b-contact-fixed .b-contact-fixed_close::before,
  .b-contact-fixed .b-contact-fixed_close::after {
    width: 1px;
    height: 2.666666666666667vw;
  }
}
.b-contact-fixed .b-contact-fixed_close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.b-contact-fixed .b-contact-fixed_close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.b-contact-fixed .b-contact-fixed_link {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#ff6d00), to(#ea9918));
  background: -webkit-linear-gradient(left, #ff6d00, #ea9918);
  background: linear-gradient(90deg, #ff6d00, #ea9918);
  color: #fff;
}
@media screen and (min-width: 901px) {
  .b-contact-fixed .b-contact-fixed_link {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    width: min(3.928571428571428vw, 55px);
    padding: min(4.142857142857142vw, 58px) min(1.214285714285714vw, 17px) min(1.714285714285714vw, 24px);
    border-radius: min(0.571428571428571vw, 8px) 0 0 min(0.571428571428571vw, 8px);
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 700;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .b-contact-fixed .b-contact-fixed_link {
    padding: 4vw 6.133333333333333vw 4.8vw 14.133333333333335vw;
    border-radius: 2.133333333333333vw;
    font-size: 3.733333333333334vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.b-contact-fixed .b-contact-fixed_link::after {
  content: "";
  display: block;
  -webkit-mask-image: url("/assets/images/common/icon-mail_01.svg");
  mask-image: url("/assets/images/common/icon-mail_01.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #fff;
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 901px) {
  .b-contact-fixed .b-contact-fixed_link::after {
    width: min(2vw, 28px);
    height: min(1.571428571428572vw, 22px);
    top: min(1.714285714285714vw, 24px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 900px) {
  .b-contact-fixed .b-contact-fixed_link::after {
    width: 5.866666666666666vw;
    height: 4.533333333333333vw;
    left: 6.133333333333333vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 901px) {
  .b-contact-fixed .b-contact-fixed_link:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 901px) {
  .b-content01 {
    padding: min(5.714285714285714vw, 80px) 0 min(14.285714285714285vw, 200px);
  }
}
@media screen and (max-width: 900px) {
  .b-content01 {
    padding: 16vw 0 38.93333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .b-content02 {
    padding: min(7.142857142857142vw, 100px) 0;
  }
}
@media screen and (max-width: 900px) {
  .b-content02 {
    padding: 16vw 0;
  }
}
.b-content02.-gray {
  background-color: #f8f8f8;
}
.b-content02.-blue {
  background-color: #f5fafd;
}
@media screen and (min-width: 901px) {
  .b-entry {
    padding: min(3.071428571428572vw, 43px) 0;
    background: -webkit-linear-gradient(50deg, #004e7b, #4895c6);
    background: linear-gradient(40deg, #004e7b, #4895c6);
  }
}
@media screen and (max-width: 900px) {
  .b-entry {
    padding: 11.466666666666667vw 0;
    background: -webkit-linear-gradient(50deg, #004e7b, #4895c6);
    background: linear-gradient(40deg, #004e7b, #4895c6);
  }
}
.b-entry .l-btn-04_wrapper .l-btn-04_lead {
  color: #fff;
}
.b-footer {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  .b-footer .b-footer_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: min(4.5vw, 63px) min(8.571428571428571vw, 120px) min(4vw, 56px);
  }
}
@media screen and (max-width: 900px) {
  .b-footer .b-footer_inner {
    padding: 16vw 5.333333333333334vw 16vw;
  }
}
@media screen and (min-width: 901px) {
  .b-footer .b-footer_inner .b-footer-logo {
    width: min(20.285714285714285vw, 284px);
    margin-right: min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .b-footer .b-footer_inner .b-footer-logo {
    width: 69.86666666666666vw;
    margin-bottom: 10.666666666666668vw;
  }
}
@media screen and (min-width: 901px) {
  .b-footer .b-footer_linkList01 {
    margin-left: min(2.285714285714286vw, 32px);
  }
}
@media screen and (max-width: 900px) {
  .b-footer .b-footer_linkList01 + .b-footer_linkList01 {
    margin-top: 7.466666666666668vw;
  }
}
@media screen and (min-width: 901px) {
  .b-footer .b-footer_linkList01.-w200 {
    width: min(14.285714285714285vw, 200px);
  }
}
@media screen and (min-width: 901px) {
  .b-footer .b-footer_linkList01.-w140 {
    width: min(10vw, 140px);
  }
}
@media screen and (min-width: 901px) {
  .b-footer .b-footer_linkList01 .b-footer_link01 + .b-footer_link01 {
    margin-top: min(2.357142857142857vw, 33px);
  }
}
@media screen and (max-width: 900px) {
  .b-footer .b-footer_linkList01 .b-footer_link01 + .b-footer_link01 {
    margin-top: 7.466666666666668vw;
  }
}
.b-footer .b-footer_linkList01 .b-footer_link01 > a {
  display: block;
  border-bottom: 1px solid #ccc;
  position: relative;
}
@media screen and (min-width: 901px) {
  .b-footer .b-footer_linkList01 .b-footer_link01 > a {
    padding: 0 min(1.785714285714286vw, 25px) min(1.071428571428571vw, 15px) 0;
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .b-footer .b-footer_linkList01 .b-footer_link01 > a {
    padding: 0 6.666666666666667vw 4.266666666666667vw 0;
    font-size: 4.266666666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .b-footer .b-footer_linkList01 .b-footer_link01 > a:hover {
    color: #004e7b;
  }
  .b-footer .b-footer_linkList01 .b-footer_link01 > a:hover .-deco {
    background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
    background: -webkit-linear-gradient(left, #004e7b, #4895c6);
    background: linear-gradient(90deg, #004e7b, #4895c6);
  }
  .b-footer .b-footer_linkList01 .b-footer_link01 > a:hover .-deco::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .b-footer .b-footer_linkList01 .b-footer_link01 > a:hover .-deco::after {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
  }
}
.b-footer .b-footer_linkList01 .b-footer_link01 > a .-deco {
  display: block;
  background-color: #333;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 901px) {
  .b-footer .b-footer_linkList01 .b-footer_link01 > a .-deco {
    width: min(1.428571428571429vw, 20px);
    height: min(1.428571428571429vw, 20px);
    top: min(0.214285714285714vw, 3px);
  }
}
@media screen and (max-width: 900px) {
  .b-footer .b-footer_linkList01 .b-footer_link01 > a .-deco {
    width: 5.333333333333334vw;
    height: 5.333333333333334vw;
    top: 0.8vw;
  }
}
.b-footer .b-footer_linkList01 .b-footer_link01 > a .-deco::before,
.b-footer .b-footer_linkList01 .b-footer_link01 > a .-deco::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/images/common/arrow_02.svg");
  mask-image: url("/assets/images/common/arrow_02.svg");
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .b-footer .b-footer_linkList01 .b-footer_link01 > a .-deco::before,
  .b-footer .b-footer_linkList01 .b-footer_link01 > a .-deco::after {
    -webkit-mask-size: min(0.714285714285714vw, 10px);
    mask-size: min(0.714285714285714vw, 10px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .b-footer .b-footer_linkList01 .b-footer_link01 > a .-deco::before,
  .b-footer .b-footer_linkList01 .b-footer_link01 > a .-deco::after {
    -webkit-mask-size: 2.666666666666667vw;
    mask-size: 2.666666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .b-footer .b-footer_linkList01 .b-footer_link01 > a .-deco::before {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}
@media screen and (max-width: 900px) {
  .b-footer .b-footer_linkList01 .b-footer_link01 > a .-deco::before {
    content: none;
  }
}
@media screen and (min-width: 901px) {
  .b-footer .b-footer_linkList02 {
    margin-top: min(0.857142857142857vw, 12px);
  }
}
@media screen and (max-width: 900px) {
  .b-footer .b-footer_linkList02 {
    margin-top: 3.2vw;
  }
}
.b-footer .b-footer_linkList02 .b-footer_link02 > a {
  display: block;
  position: relative;
}
@media screen and (min-width: 901px) {
  .b-footer .b-footer_linkList02 .b-footer_link02 > a {
    font-size: min(1vw, 14px);
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 500;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .b-footer .b-footer_linkList02 .b-footer_link02 > a {
    font-size: 3.733333333333334vw;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .b-footer .b-footer_linkList02 .b-footer_link02 > a:hover {
    color: #004e7b;
  }
}
@media screen and (min-width: 901px) {
  .b-footer .b-footer_linkList02 .b-footer_link02 + .b-footer_link02 {
    margin-top: min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .b-footer .b-footer_linkList02 .b-footer_link02 + .b-footer_link02 {
    margin-top: 2.133333333333333vw;
  }
}
.b-footer .b-footer-copy {
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  color: #fff;
}
@media screen and (min-width: 901px) {
  .b-footer .b-footer-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: min(2.285714285714286vw, 32px) 0;
  }
}
@media screen and (max-width: 900px) {
  .b-footer .b-footer-copy {
    padding: 5.333333333333334vw 5.333333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .b-footer .b-footer-copy .b-footer-copy_linkList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.b-footer .b-footer-copy .b-footer-copy_linkList .b-footer-copy_link > a {
  display: block;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 901px) {
  .b-footer .b-footer-copy .b-footer-copy_linkList .b-footer-copy_link > a {
    font-size: min(0.857142857142857vw, 12px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .b-footer .b-footer-copy .b-footer-copy_linkList .b-footer-copy_link > a {
    font-size: 2.666666666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 901px) {
  .b-footer .b-footer-copy .b-footer-copy_linkList .b-footer-copy_link > a:hover {
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .b-footer .b-footer-copy .b-footer-copy_linkList .b-footer-copy_link + .b-footer-copy_link {
    margin-left: min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .b-footer .b-footer-copy .b-footer-copy_linkList .b-footer-copy_link + .b-footer-copy_link {
    margin-top: 4.266666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .b-footer .b-footer-copy .b-footer-copy_txt {
    font-size: min(0.857142857142857vw, 12px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
    margin-left: min(3.5vw, 49px);
    padding-left: min(3.5vw, 49px);
    border-left: 1px solid #fff;
  }
}
@media screen and (max-width: 900px) {
  .b-footer .b-footer-copy .b-footer-copy_txt {
    font-size: 2.666666666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
    text-align: center;
    margin-top: 4.266666666666667vw;
    padding-top: 4.266666666666667vw;
    border-top: 1px solid #fff;
  }
}
.b-form-lead01 {
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .b-form-lead01 {
    font-size: min(2.142857142857143vw, 30px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .b-form-lead01 {
    font-size: 6.4vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .b-form-lead02 {
    margin-top: min(1.714285714285714vw, 24px);
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .b-form-lead02 {
    margin-top: 6.4vw;
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .b-form-lead02 + .b-form-lead02 {
    margin-top: min(0.857142857142857vw, 12px);
  }
}
@media screen and (max-width: 900px) {
  .b-form-lead02 + .b-form-lead02 {
    margin-top: 4.266666666666667vw;
  }
}
.b-form-note01 {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 901px) {
  .b-form-note01 {
    margin-top: min(0.857142857142857vw, 12px);
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .b-form-note01 {
    margin-top: 6.4vw;
    font-size: 3.2vw;
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .b-form-link_list {
    margin-top: min(3.785714285714286vw, 53px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 900px) {
  .b-form-link_list {
    margin-top: 10.666666666666668vw;
  }
}
@media screen and (min-width: 901px) {
  .b-form-link_list .b-form-link_item {
    width: min(40vw, 560px);
  }
}
@media screen and (max-width: 900px) {
  .b-form-link_list .b-form-link_item + .b-form-link_item {
    margin-top: 5.333333333333334vw;
    padding-top: 5.333333333333334vw;
    border-top: 1px solid #707070;
  }
}
.b-form-link_list .b-form-link_item a {
  display: block;
  position: relative;
}
@media screen and (min-width: 901px) {
  .b-form-link_list .b-form-link_item a {
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .b-form-link_list .b-form-link_item a {
    font-size: 4.266666666666667vw;
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .b-form-link_list .b-form-link_item a:hover {
    color: #004e7b;
  }
  .b-form-link_list .b-form-link_item a:hover .-deco::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .b-form-link_list .b-form-link_item a:hover .-deco::after {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
  }
}
.b-form-link_list .b-form-link_item .-deco {
  display: block;
  background-color: #333;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 901px) {
  .b-form-link_list .b-form-link_item .-deco {
    width: min(1.714285714285714vw, 24px);
    height: min(1.714285714285714vw, 24px);
  }
}
@media screen and (max-width: 900px) {
  .b-form-link_list .b-form-link_item .-deco {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.b-form-link_list .b-form-link_item .-deco::before,
.b-form-link_list .b-form-link_item .-deco::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/images/common/arrow_02.svg");
  mask-image: url("/assets/images/common/arrow_02.svg");
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .b-form-link_list .b-form-link_item .-deco::before,
  .b-form-link_list .b-form-link_item .-deco::after {
    -webkit-mask-size: min(1vw, 14px);
    mask-size: min(1vw, 14px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .b-form-link_list .b-form-link_item .-deco::before,
  .b-form-link_list .b-form-link_item .-deco::after {
    -webkit-mask-size: 3.733333333333334vw;
    mask-size: 3.733333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .b-form-link_list .b-form-link_item .-deco::before {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}
@media screen and (max-width: 900px) {
  .b-form-link_list .b-form-link_item .-deco::before {
    content: none;
  }
}
.b-form-wrapper {
  background-image: -webkit-linear-gradient(left, #333 4px, transparent 4px);
  background-image: linear-gradient(to right, #333 4px, transparent 4px);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 8px 1px;
}
@media screen and (min-width: 901px) {
  .b-form-wrapper {
    margin-top: min(6.714285714285714vw, 94px);
    padding-top: min(5.714285714285714vw, 80px);
  }
}
@media screen and (max-width: 900px) {
  .b-form-wrapper {
    margin-top: 16vw;
    padding-top: 16vw;
  }
}
.b-form {
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .b-form {
    width: min(49.142857142857146vw, 688px);
  }
}
.b-form .b-form-field {
  border-bottom: 1px solid #ecf0f2;
}
@media screen and (min-width: 901px) {
  .b-form .b-form-field {
    width: 100%;
    padding-bottom: min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .b-form .b-form-field {
    padding-bottom: 8.533333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .b-form .b-form-field.-half {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 901px) {
  .b-form .b-form-field.-half > .b-form-field_ttl01 {
    width: 100%;
  }
}
@media screen and (min-width: 901px) {
  .b-form .b-form-field.-half .b-form-field-half_inner {
    width: min(23.57142857142857vw, 330px);
  }
}
@media screen and (min-width: 901px) {
  .b-form .b-form-field.-half .b-form-field-half_inner.-wide {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .b-form .b-form-field.-half .b-form-field-half_inner + .b-form-field-half_inner {
    margin-top: 8.533333333333333vw;
    padding-top: 8.533333333333333vw;
    border-top: 1px solid #ecf0f2;
  }
}
@media screen and (min-width: 901px) {
  .b-form .b-form-field.-address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 901px) {
  .b-form .b-form-field.-address > .b-form-field_ttl01 {
    width: 100%;
  }
}
@media screen and (min-width: 901px) {
  .b-form .b-form-field.-address .b-form-field-half_inner {
    width: min(23.57142857142857vw, 330px);
  }
}
@media screen and (min-width: 901px) {
  .b-form .b-form-field.-address .b-form-field-half_inner.-wide {
    width: 100%;
  }
}
@media screen and (min-width: 901px) {
  .b-form .b-form-field + .b-form-field {
    margin-top: min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .b-form .b-form-field + .b-form-field {
    margin-top: 8.533333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .b-form .b-form-field_ttl01 {
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .b-form .b-form-field_ttl01 {
    font-size: 4.266666666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.b-form .b-form-field_ttl01.-required::after {
  content: "必須";
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  color: #fff;
  border-radius: 100px;
  position: relative;
}
@media screen and (min-width: 901px) {
  .b-form .b-form-field_ttl01.-required::after {
    margin-left: min(0.571428571428571vw, 8px);
    padding: min(0.428571428571429vw, 6px) min(0.857142857142857vw, 12px);
    top: max(-0.214285714285714vw, -3px);
    font-size: min(0.857142857142857vw, 12px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .b-form .b-form-field_ttl01.-required::after {
    margin-left: 2.133333333333333vw;
    padding: 1.6vw 3.2vw;
    top: -0.8vw;
    font-size: 2.666666666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .b-form .b-form-field_ttl02 {
    margin-top: min(1.428571428571429vw, 20px);
    font-size: min(1vw, 14px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .b-form .b-form-field_ttl02 {
    margin-top: 5.333333333333334vw;
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .b-form .b-form-field_txt {
    margin-top: min(0.571428571428571vw, 8px);
    font-size: min(1vw, 14px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .b-form .b-form-field_txt {
    margin-top: 2.133333333333333vw;
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .b-form .b-form-checkbox_list,
  .b-form .b-form-radio_list,
  .b-form .b-form-select,
  .b-form .b-form-txtBox,
  .b-form .b-form-txtArea {
    margin-top: min(1.428571428571429vw, 20px);
  }
}
@media screen and (max-width: 900px) {
  .b-form .b-form-checkbox_list,
  .b-form .b-form-radio_list,
  .b-form .b-form-select,
  .b-form .b-form-txtBox,
  .b-form .b-form-txtArea {
    margin-top: 4.266666666666667vw;
  }
}
.b-form-checkbox_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 901px) {
  .b-form-checkbox_list .b-form-checkbox_item {
    margin: 0 min(1.714285714285714vw, 24px) min(0.857142857142857vw, 12px) 0;
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .b-form-checkbox_list .b-form-checkbox_item {
    margin: 0 5.333333333333334vw 2.666666666666667vw 0;
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.b-form-checkbox_list .b-form-checkbox_item label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
@media screen and (min-width: 901px) {
  .b-form-checkbox_list .b-form-checkbox_item label {
    padding-left: 28px;
  }
}
.b-form-checkbox_list .b-form-checkbox_item label::before,
.b-form-checkbox_list .b-form-checkbox_item label::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-form-checkbox_list .b-form-checkbox_item label::before {
  background-color: #fff;
  border: 1px solid #b2c2cb;
  left: 0;
}
@media screen and (min-width: 901px) {
  .b-form-checkbox_list .b-form-checkbox_item label::before {
    width: 20px;
    height: 20px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 900px) {
  .b-form-checkbox_list .b-form-checkbox_item label::before {
    width: 20px;
    height: 20px;
    border-radius: 6px;
  }
}
.b-form-checkbox_list .b-form-checkbox_item label::after {
  opacity: 0;
  background-image: url("/assets/images/common/icon-check_01.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 901px) {
  .b-form-checkbox_list .b-form-checkbox_item label::after {
    width: 14px;
    height: 12px;
    left: 3px;
  }
}
@media screen and (max-width: 900px) {
  .b-form-checkbox_list .b-form-checkbox_item label::after {
    width: 14px;
    height: 12px;
    left: 3px;
  }
}
.b-form-checkbox_list .b-form-checkbox_item input {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.b-form-checkbox_list .b-form-checkbox_item input:checked + label::before {
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  border: none;
}
.b-form-checkbox_list .b-form-checkbox_item input:checked + label::after {
  opacity: 1;
}
.b-form-radio_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 901px) {
  .b-form-radio_list .b-form-radio_item {
    margin: 0 min(1.714285714285714vw, 24px) min(0.857142857142857vw, 12px) 0;
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .b-form-radio_list .b-form-radio_item {
    margin: 0 5.333333333333334vw 2.666666666666667vw 0;
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.b-form-radio_list .b-form-radio_item label {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 901px) {
  .b-form-radio_list .b-form-radio_item label {
    padding-left: 28px;
  }
}
@media screen and (max-width: 900px) {
  .b-form-radio_list .b-form-radio_item label {
    padding-left: 26px;
  }
}
.b-form-radio_list .b-form-radio_item label::before,
.b-form-radio_list .b-form-radio_item label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-form-radio_list .b-form-radio_item label::before {
  background-color: #fff;
  border: 1px solid #b2c2cb;
  left: 0;
}
@media screen and (min-width: 901px) {
  .b-form-radio_list .b-form-radio_item label::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 900px) {
  .b-form-radio_list .b-form-radio_item label::before {
    width: 18px;
    height: 18px;
  }
}
.b-form-radio_list .b-form-radio_item label::after {
  background-color: #004e7b;
  opacity: 0;
}
@media screen and (min-width: 901px) {
  .b-form-radio_list .b-form-radio_item label::after {
    width: 10px;
    height: 10px;
    left: 5px;
  }
}
@media screen and (max-width: 900px) {
  .b-form-radio_list .b-form-radio_item label::after {
    width: 8px;
    height: 8px;
    left: 5px;
  }
}
.b-form-radio_list .b-form-radio_item input {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.b-form-radio_list .b-form-radio_item input:checked + label::before {
  border: 2px solid #004e7b;
}
.b-form-radio_list .b-form-radio_item input:checked + label::after {
  opacity: 1;
}
.b-form-select {
  display: block;
  position: relative;
}
.b-form-select option:first-child {
  color: rgba(51,51,51,0.5);
}
.b-form-select option:not(:first-child) {
  color: #333;
}
.b-form-select::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  pointer-events: none;
  background-image: url("/assets/images/common/arrow_05.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 901px) {
  .b-form-select::after {
    right: min(2vw, 28px);
    width: min(0.868571428571429vw, 12.16px);
    height: min(0.661428571428571vw, 9.26px);
  }
}
@media screen and (max-width: 900px) {
  .b-form-select::after {
    right: 7.466666666666668vw;
    width: 3.242666666666667vw;
    height: 2.469333333333334vw;
  }
}
.b-form-select select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 100px;
  border: 1px solid #b2c2cb;
  background-color: #f8f8f8;
  cursor: pointer;
}
@media screen and (min-width: 901px) {
  .b-form-select select {
    height: min(3.571428571428571vw, 50px);
    padding: min(1vw, 14px) min(2vw, 28px) min(0.928571428571429vw, 13px);
    font-size: min(1vw, 14px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .b-form-select select {
    height: 13.333333333333334vw;
    padding: 3.733333333333334vw 4.266666666666667vw 3.466666666666666vw;
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.b-form-select select.-placeholder {
  color: rgba(51,51,51,0.5);
}
@media screen and (min-width: 901px) {
  .b-form-schedule {
    margin-top: min(1.428571428571429vw, 20px);
  }
}
@media screen and (max-width: 900px) {
  .b-form-schedule {
    margin-top: 4.266666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .b-form-schedule .b-form-schedule_txt {
    margin-bottom: min(0.857142857142857vw, 12px);
    font-size: min(1vw, 14px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .b-form-schedule .b-form-schedule_txt {
    margin-bottom: 2.133333333333333vw;
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.b-form-schedule .b-form-schedule_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .b-form-schedule .b-form-schedule_inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.b-form-schedule .b-form-select {
  margin-top: 0;
}
@media screen and (min-width: 901px) {
  .b-form-schedule .b-form-select.-year {
    width: min(10.571428571428571vw, 148px);
  }
}
@media screen and (max-width: 900px) {
  .b-form-schedule .b-form-select.-year {
    width: 36vw;
    margin-bottom: 5.333333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .b-form-schedule .b-form-select.-month {
    width: min(10.571428571428571vw, 148px);
  }
}
@media screen and (max-width: 900px) {
  .b-form-schedule .b-form-select.-month {
    width: 36vw;
    margin-bottom: 5.333333333333334vw;
    margin-left: 5.600000000000001vw;
  }
}
@media screen and (min-width: 901px) {
  .b-form-schedule .b-form-select.-day {
    width: min(10.571428571428571vw, 148px);
  }
}
@media screen and (max-width: 900px) {
  .b-form-schedule .b-form-select.-day {
    width: 36vw;
  }
}
@media screen and (min-width: 901px) {
  .b-form-schedule .b-form-select.-time {
    width: min(8.428571428571429vw, 118px);
  }
}
@media screen and (max-width: 900px) {
  .b-form-schedule .b-form-select.-time {
    width: 36vw;
    margin-left: 5.600000000000001vw;
  }
}
@media screen and (min-width: 901px) {
  .b-form-schedule .b-form-schedule_unit {
    margin-left: min(0.571428571428571vw, 8px);
    margin-right: min(1.428571428571429vw, 20px);
    font-size: min(1vw, 14px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .b-form-schedule .b-form-schedule_unit {
    margin-left: 2.133333333333333vw;
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .b-form-schedule .b-form-schedule_unit.-year,
  .b-form-schedule .b-form-schedule_unit.-month {
    margin-bottom: 5.333333333333334vw;
  }
}
.b-form-txtBox {
  width: 100%;
  border: 1px solid #b2c2cb;
  background-color: #f8f8f8;
}
@media screen and (min-width: 901px) {
  .b-form-txtBox {
    padding: min(1vw, 14px) min(2vw, 28px) min(0.928571428571429vw, 13px);
    border-radius: min(0.571428571428571vw, 8px);
    font-size: min(1vw, 14px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .b-form-txtBox {
    padding: 3.733333333333334vw 4.266666666666667vw 3.466666666666666vw;
    border-radius: 2.133333333333333vw;
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.b-form-txtBox::-webkit-input-placeholder {
  color: rgba(51,51,51,0.5);
}
.b-form-txtBox::-moz-placeholder {
  color: rgba(51,51,51,0.5);
}
.b-form-txtBox:-ms-input-placeholder {
  color: rgba(51,51,51,0.5);
}
.b-form-txtBox::-ms-input-placeholder {
  color: rgba(51,51,51,0.5);
}
.b-form-txtBox::placeholder {
  color: rgba(51,51,51,0.5);
}
.b-form-txtBox:invalid {
  border: solid 1px #db0000;
}
.b-form-txtArea {
  width: 100%;
  border: 1px solid #b2c2cb;
  background-color: #f8f8f8;
}
@media screen and (min-width: 901px) {
  .b-form-txtArea {
    height: min(8.928571428571429vw, 125px);
    padding: min(1vw, 14px) min(2vw, 28px) min(0.928571428571429vw, 13px);
    border-radius: min(0.571428571428571vw, 8px);
    font-size: min(1vw, 14px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .b-form-txtArea {
    height: 33.33333333333333vw;
    padding: 3.733333333333334vw 4.266666666666667vw 3.466666666666666vw;
    border-radius: 2.133333333333333vw;
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.b-form-txtArea::-webkit-input-placeholder {
  color: rgba(51,51,51,0.5);
}
.b-form-txtArea::-moz-placeholder {
  color: rgba(51,51,51,0.5);
}
.b-form-txtArea:-ms-input-placeholder {
  color: rgba(51,51,51,0.5);
}
.b-form-txtArea::-ms-input-placeholder {
  color: rgba(51,51,51,0.5);
}
.b-form-txtArea::placeholder {
  color: rgba(51,51,51,0.5);
}
.b-form-txtArea-wrapper {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 901px) {
  .b-form-txtArea-wrapper {
    margin-top: min(1.428571428571429vw, 20px);
  }
}
@media screen and (max-width: 900px) {
  .b-form-txtArea-wrapper {
    margin-top: 4.266666666666667vw;
  }
}
.b-form-txtArea-wrapper .b-form-txtArea-placeholder {
  position: absolute;
  color: rgba(51,51,51,0.5);
  pointer-events: none;
  white-space: pre-line;
  font-family: inherit;
  font-size: 1rem;
}
@media screen and (min-width: 901px) {
  .b-form-txtArea-wrapper .b-form-txtArea-placeholder {
    width: min(45.14285714285714vw, 632px);
    top: min(1vw, 14px);
    left: min(2vw, 28px);
    font-size: min(1vw, 14px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .b-form-txtArea-wrapper .b-form-txtArea-placeholder {
    width: 80.80000000000001vw;
    top: 3.733333333333334vw;
    left: 4.266666666666667vw;
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 901px) {
  .b-form-txtArea-wrapper .b-form-txtArea {
    margin-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .b-form-txtArea-wrapper .b-form-txtArea {
    height: 41.333333333333336vw;
    margin-top: 0;
  }
}
@media screen and (min-width: 901px) {
  .b-form-submit {
    margin-top: min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .b-form-submit {
    margin-top: 8.533333333333333vw;
  }
}
.b-form-submit .b-form-submit_txt {
  text-align: center;
}
@media screen and (min-width: 901px) {
  .b-form-submit .b-form-submit_txt {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .b-form-submit .b-form-submit_txt {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.b-form-submit .b-form-submit_txt a {
  font-weight: 700;
  color: #004e7b;
  text-decoration: underline;
}
.b-form-submit .b-form-submit_checkbox {
  text-align: center;
}
@media screen and (min-width: 901px) {
  .b-form-submit .b-form-submit_checkbox {
    margin-top: min(1.714285714285714vw, 24px);
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .b-form-submit .b-form-submit_checkbox {
    margin-top: 5.333333333333334vw;
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.b-form-submit .b-form-submit_checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
@media screen and (min-width: 901px) {
  .b-form-submit .b-form-submit_checkbox label {
    padding-left: 28px;
  }
}
.b-form-submit .b-form-submit_checkbox label::before,
.b-form-submit .b-form-submit_checkbox label::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-form-submit .b-form-submit_checkbox label::before {
  background-color: #fff;
  border: 1px solid #b2c2cb;
  left: 0;
}
@media screen and (min-width: 901px) {
  .b-form-submit .b-form-submit_checkbox label::before {
    width: 20px;
    height: 20px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 900px) {
  .b-form-submit .b-form-submit_checkbox label::before {
    width: 20px;
    height: 20px;
    border-radius: 6px;
  }
}
.b-form-submit .b-form-submit_checkbox label::after {
  opacity: 0;
  background-image: url("/assets/images/common/icon-check_01.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 901px) {
  .b-form-submit .b-form-submit_checkbox label::after {
    width: 14px;
    height: 12px;
    left: 3px;
  }
}
@media screen and (max-width: 900px) {
  .b-form-submit .b-form-submit_checkbox label::after {
    width: 14px;
    height: 12px;
    left: 3px;
  }
}
.b-form-submit .b-form-submit_checkbox input {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.b-form-submit .b-form-submit_checkbox input:checked + label::before {
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  border: none;
}
.b-form-submit .b-form-submit_checkbox input:checked + label::after {
  opacity: 1;
}
@media screen and (min-width: 901px) {
  .b-form-submit .b-form-submit_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .b-form-submit .b-form-submit_btn {
    margin-top: 10.666666666666668vw;
  }
}
.b-form-submit .b-form-submit_btn .l-btn-01[disabled] {
  background: #b2c2cb;
  pointer-events: none;
}
.b-form-submit .b-form-submit_btn .l-btn-01[disabled] .-deco::after {
  background-color: #b2c2cb;
}
.is-error + .b-form-error-txt {
  display: block;
}
.is-error.b-form-select select {
  border-color: #db0000;
}
.is-error.b-form-txtBox,
.is-error.b-form-txtArea {
  border-color: #db0000;
}
.is-error.b-form-schedule select {
  border-color: #db0000;
}
.b-form-error-txt {
  color: #db0000;
  display: none;
}
@media screen and (min-width: 901px) {
  .b-form-error-txt {
    margin-top: min(1.428571428571429vw, 20px);
    font-size: min(1vw, 14px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .b-form-error-txt {
    margin-top: 4.266666666666667vw;
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.b-form-confirm-wrapper {
  background-image: -webkit-linear-gradient(left, #333 4px, transparent 4px);
  background-image: linear-gradient(to right, #333 4px, transparent 4px);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 8px 1px;
}
@media screen and (min-width: 901px) {
  .b-form-confirm-wrapper {
    margin-top: min(6.714285714285714vw, 94px);
    padding-top: min(5.714285714285714vw, 80px);
  }
}
@media screen and (max-width: 900px) {
  .b-form-confirm-wrapper {
    margin-top: 16vw;
    padding-top: 16vw;
  }
}
@media screen and (min-width: 901px) {
  .b-form-confirm-wrapper .b-form-confirm-field {
    width: 100%;
  }
}
@media screen and (min-width: 901px) {
  .b-form-confirm-wrapper .b-form-confirm-field.-half {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 901px) {
  .b-form-confirm-wrapper .b-form-confirm-field.-half .b-form-confirm-field-half_inner {
    width: min(22vw, 308px);
  }
}
@media screen and (max-width: 900px) {
  .b-form-confirm-wrapper .b-form-confirm-field.-half .b-form-confirm-field-half_inner + .b-form-confirm-field-half_inner {
    margin-top: 4.266666666666667vw;
    padding-top: 4.266666666666667vw;
    border-top: 1px solid #ecf0f2;
  }
}
.b-form-confirm-wrapper .b-form-confirm-field + .b-form-confirm-field {
  border-top: 1px solid #ecf0f2;
}
@media screen and (min-width: 901px) {
  .b-form-confirm-wrapper .b-form-confirm-field + .b-form-confirm-field {
    margin-top: min(1.428571428571429vw, 20px);
    padding-top: min(1.428571428571429vw, 20px);
  }
}
@media screen and (max-width: 900px) {
  .b-form-confirm-wrapper .b-form-confirm-field + .b-form-confirm-field {
    margin-top: 4.266666666666667vw;
    padding-top: 4.266666666666667vw;
  }
}
.b-form-confirm-wrapper .b-form-confirm-field_ttl {
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .b-form-confirm-wrapper .b-form-confirm-field_ttl {
    margin-bottom: min(1.428571428571429vw, 20px);
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .b-form-confirm-wrapper .b-form-confirm-field_ttl {
    margin-bottom: 4.266666666666667vw;
    font-size: 4.266666666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .b-form-confirm-wrapper .b-form-confirm-field_txt {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .b-form-confirm-wrapper .b-form-confirm-field_txt {
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.b-form-confirm {
  margin: 0 auto;
  background-color: #f5fafd;
}
@media screen and (min-width: 901px) {
  .b-form-confirm {
    width: min(49.142857142857146vw, 688px);
    padding: min(2.857142857142857vw, 40px) min(1.714285714285714vw, 24px);
    border-radius: min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .b-form-confirm {
    padding: 6.4vw 4.266666666666667vw;
    border-radius: 2.133333333333333vw;
  }
}
.b-form-desc {
  border-bottom: 1px solid #ecf0f2;
}
@media screen and (min-width: 901px) {
  .b-form-desc {
    margin-top: min(2.857142857142857vw, 40px);
    padding-bottom: min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .b-form-desc {
    margin-top: 8.533333333333333vw;
    padding-bottom: 8.533333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .b-form-desc .b-form-desc_txt {
    font-size: min(1vw, 14px);
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .b-form-desc .b-form-desc_txt {
    font-size: 3.2vw;
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.b-goTop {
  display: block;
  position: fixed;
  z-index: 10;
  border-radius: 50%;
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
}
@media screen and (min-width: 901px) {
  .b-goTop {
    width: min(4.285714285714286vw, 60px);
    height: min(4.285714285714286vw, 60px);
    cursor: pointer;
    right: min(2.857142857142857vw, 40px);
    bottom: min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .b-goTop {
    width: 12.266666666666666vw;
    height: 12.266666666666666vw;
    right: 5.333333333333334vw;
    bottom: 8vw;
  }
}
.b-goTop::after {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/images/common/arrow_03.svg");
  mask-image: url("/assets/images/common/arrow_03.svg");
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .b-goTop::after {
    -webkit-mask-size: min(1.857142857142857vw, 26px);
    mask-size: min(1.857142857142857vw, 26px);
    -webkit-mask-position: center min(0.928571428571429vw, 13px);
    mask-position: center min(0.928571428571429vw, 13px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .b-goTop::after {
    -webkit-mask-size: 5.333333333333334vw;
    mask-size: 5.333333333333334vw;
    -webkit-mask-position: center 2.666666666666667vw;
    mask-position: center 2.666666666666667vw;
  }
}
.b-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 901px) {
  .b-header {
    padding-top: min(1.142857142857143vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .b-header {
    padding-top: 2.133333333333333vw;
  }
}
.b-header .b-header_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 901px) {
  .b-header .b-header_inner {
    width: min(92.85714285714286vw, 1300px);
    padding: 0 min(2.285714285714286vw, 32px);
    border-radius: min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .b-header .b-header_inner {
    width: 95.73333333333333vw;
    padding: 4vw 4.266666666666667vw;
    border-radius: 4.266666666666667vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 901px) {
  .b-header .b-header_inner .b-header-logo {
    width: min(16.017857142857142vw, 224.25px);
  }
}
@media screen and (max-width: 900px) {
  .b-header .b-header_inner .b-header-logo {
    width: 50.13333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .b-header .l-btn-10_wrapper {
    margin-left: min(3.428571428571429vw, 48px);
  }
}
@media screen and (max-width: 900px) {
  .b-header .l-btn-10_wrapper {
    margin-top: 8.533333333333333vw;
  }
}
.b-header .b-header-hamburger-trg {
  display: block;
  width: 10.133333333333333vw;
  height: 10.133333333333333vw;
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  border-radius: 50%;
  position: relative;
}
@media screen and (min-width: 901px) {
  .b-header .b-header-hamburger-trg {
    display: none;
  }
}
.b-header .b-header-hamburger-trg span {
  position: absolute;
  background-color: #fff;
  height: 1px;
  width: 4.266666666666667vw;
  left: 2.933333333333333vw;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b-header .b-header-hamburger-trg span:nth-of-type(1) {
  top: 3.2vw;
}
.b-header .b-header-hamburger-trg span:nth-of-type(2) {
  top: 4.8vw;
}
.b-header .b-header-hamburger-trg span:nth-of-type(3) {
  top: 6.4vw;
}
.b-header .b-header-hamburger-trg.is-open::before {
  opacity: 1;
}
.b-header .b-header-hamburger-trg.is-open span {
  background-color: #004e7b;
}
.b-header .b-header-hamburger-trg.is-open span:nth-of-type(1) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  top: 4.8vw;
}
.b-header .b-header-hamburger-trg.is-open span:nth-of-type(2) {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  opacity: 0;
}
.b-header .b-header-hamburger-trg.is-open span:nth-of-type(3) {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  top: 4.8vw;
}
.b-header .b-header-hamburger-trg::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  background: #fff;
  border: 1px solid #004e7b;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .b-header .b-header-hamburger-trg::before {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
.p-navigation-global_pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: min(2.5vw, 35px);
}
@media screen and (max-width: 900px) {
  .p-navigation-global_pc {
    display: none;
  }
}
.p-navigation-global_pc .p-navigation-global_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-navigation-global_pc .p-navigation-global_list-item + .p-navigation-global_list-item {
  margin-left: min(1.714285714285714vw, 24px);
}
.p-navigation-global_pc .p-megaMenu_open,
.p-navigation-global_pc .p-navigation-global_link {
  display: block;
  padding: min(2.142857142857143vw, 30px) min(0.214285714285714vw, 3px);
  font-size: min(1.142857142857143vw, 16px);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.p-navigation-global_pc .p-megaMenu_open::after,
.p-navigation-global_pc .p-navigation-global_link::after {
  content: "";
  display: block;
  width: 100%;
  height: min(0.285714285714286vw, 4px);
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  border-radius: min(0.142857142857143vw, 2px) min(0.142857142857143vw, 2px) 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.p-navigation-global_pc .p-megaMenu_open:hover,
.p-navigation-global_pc .p-navigation-global_link:hover {
  color: #004e7b;
}
.p-navigation-global_pc .p-megaMenu_open:hover::after,
.p-navigation-global_pc .p-navigation-global_link:hover::after {
  opacity: 1;
}
.p-navigation-global_pc .p-navigation-global_hdg {
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-navigation-global_pc .p-navigation-global_hdg {
    font-size: min(2.285714285714286vw, 32px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
    margin-bottom: min(4.285714285714286vw, 60px);
    padding-top: min(0.857142857142857vw, 12px);
    padding-right: min(3.714285714285714vw, 52px);
  }
}
.p-navigation-global_pc .p-navigation-global_hdg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  border-radius: 0 10px 10px 0;
}
@media screen and (min-width: 901px) {
  .p-navigation-global_pc .p-navigation-global_hdg::before {
    width: min(7.428571428571429vw, 104px);
    height: min(0.285714285714286vw, 4px);
  }
}
@media screen and (max-width: 900px) {
  .p-navigation-global_pc .p-navigation-global_hdg::before {
    width: 27.73333333333333vw;
    height: 1.066666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .p-navigation-global_pc .p-navigation-global_hdg:hover .-deco::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .p-navigation-global_pc .p-navigation-global_hdg:hover .-deco::after {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
  }
}
.p-navigation-global_pc .p-navigation-global_hdg > .-deco {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  border-radius: 50%;
  position: absolute;
  right: 0;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-navigation-global_pc .p-navigation-global_hdg > .-deco {
    width: min(2.285714285714286vw, 32px);
    height: min(2.285714285714286vw, 32px);
    top: min(1.571428571428572vw, 22px);
  }
}
.p-navigation-global_pc .p-navigation-global_hdg > .-deco::before,
.p-navigation-global_pc .p-navigation-global_hdg > .-deco::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/images/common/arrow_02.svg");
  mask-image: url("/assets/images/common/arrow_02.svg");
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .p-navigation-global_pc .p-navigation-global_hdg > .-deco::before,
  .p-navigation-global_pc .p-navigation-global_hdg > .-deco::after {
    -webkit-mask-size: min(1vw, 14px);
    mask-size: min(1vw, 14px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .p-navigation-global_pc .p-navigation-global_hdg > .-deco::before,
  .p-navigation-global_pc .p-navigation-global_hdg > .-deco::after {
    -webkit-mask-size: 3.733333333333334vw;
    mask-size: 3.733333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .p-navigation-global_pc .p-navigation-global_hdg > .-deco::before {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}
@media screen and (max-width: 900px) {
  .p-navigation-global_pc .p-navigation-global_hdg > .-deco::before {
    content: none;
  }
}
.p-navigation-global_pc .p-megaMenu_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: min(2.857142857142857vw, 40px);
}
@media screen and (min-width: 901px) {
  .p-navigation-global_pc .p-megaMenu_list .p-megaMenu_list-item {
    width: min(19.857142857142858vw, 278px);
    min-height: min(5.714285714285714vw, 80px);
  }
}
@media screen and (min-width: 901px) {
  .p-navigation-global_pc .p-megaMenu_list .p-megaMenu_list-item:nth-of-type(4n+1),
  .p-navigation-global_pc .p-megaMenu_list .p-megaMenu_list-item:nth-of-type(4n+2),
  .p-navigation-global_pc .p-megaMenu_list .p-megaMenu_list-item:nth-of-type(4n+3) {
    margin-right: min(1.142857142857143vw, 16px);
  }
}
@media screen and (min-width: 901px) {
  .p-navigation-global_pc .p-megaMenu_list .p-megaMenu_list-item:nth-of-type(n+5) {
    margin-top: min(1.142857142857143vw, 16px);
  }
}
.p-navigation-global_pc .p-megaMenu_list .p-megaMenu_list-item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-navigation-global_pc .p-megaMenu_list .p-megaMenu_list-item a {
    padding: min(0.714285714285714vw, 10px) min(1.142857142857143vw, 16px) min(0.357142857142857vw, 5px);
    border-radius: min(0.571428571428571vw, 8px);
  }
}
@media screen and (min-width: 901px) {
  .p-navigation-global_pc .p-megaMenu_list .p-megaMenu_list-item a:hover .p-megaMenu_list-item_img::after {
    background-color: rgba(24,152,234,0.3);
  }
  .p-navigation-global_pc .p-megaMenu_list .p-megaMenu_list-item a:hover .p-megaMenu_list-item_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .p-navigation-global_pc .p-megaMenu_list .p-megaMenu_list-item a:hover .p-megaMenu_list-item_arrow .-deco {
    background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
    background: -webkit-linear-gradient(left, #004e7b, #4895c6);
    background: linear-gradient(90deg, #004e7b, #4895c6);
  }
  .p-navigation-global_pc .p-megaMenu_list .p-megaMenu_list-item a:hover .p-megaMenu_list-item_arrow .-deco::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .p-navigation-global_pc .p-megaMenu_list .p-megaMenu_list-item a:hover .p-megaMenu_list-item_arrow .-deco::after {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
  }
}
.p-navigation-global_pc .p-megaMenu_list .p-megaMenu_list-item .p-megaMenu_list-item_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-navigation-global_pc .p-megaMenu_list .p-megaMenu_list-item .p-megaMenu_list-item_img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(51,51,51,0.3);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 901px) {
  .p-navigation-global_pc .p-megaMenu_list .p-megaMenu_list-item .p-megaMenu_list-item_img img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
.p-navigation-global_pc .p-megaMenu_list .p-megaMenu_list-item .p-megaMenu_list-item_txt {
  display: block;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-navigation-global_pc .p-megaMenu_list .p-megaMenu_list-item .p-megaMenu_list-item_txt {
    margin-bottom: min(0.571428571428571vw, 8px);
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 900;
    text-shadow: 0 0 min(0.714285714285714vw, 10px) rgba(51,51,51,0.5);
  }
}
.p-navigation-global_pc .p-megaMenu_list .p-megaMenu_list-item .p-megaMenu_list-item_arrow {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 901px) {
  .p-navigation-global_pc .p-megaMenu_list .p-megaMenu_list-item .p-megaMenu_list-item_arrow {
    right: min(1.142857142857143vw, 16px);
  }
}
.p-navigation-global_pc .p-megaMenu_list .p-megaMenu_list-item .p-megaMenu_list-item_arrow .-deco {
  display: block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-navigation-global_pc .p-megaMenu_list .p-megaMenu_list-item .p-megaMenu_list-item_arrow .-deco {
    width: min(1.714285714285714vw, 24px);
    height: min(1.714285714285714vw, 24px);
  }
}
.p-navigation-global_pc .p-megaMenu_list .p-megaMenu_list-item .p-megaMenu_list-item_arrow .-deco::before,
.p-navigation-global_pc .p-megaMenu_list .p-megaMenu_list-item .p-megaMenu_list-item_arrow .-deco::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/images/common/arrow_02.svg");
  mask-image: url("/assets/images/common/arrow_02.svg");
  background-color: #004e7b;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .p-navigation-global_pc .p-megaMenu_list .p-megaMenu_list-item .p-megaMenu_list-item_arrow .-deco::before,
  .p-navigation-global_pc .p-megaMenu_list .p-megaMenu_list-item .p-megaMenu_list-item_arrow .-deco::after {
    -webkit-mask-size: min(1vw, 14px);
    mask-size: min(1vw, 14px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .p-navigation-global_pc .p-megaMenu_list .p-megaMenu_list-item .p-megaMenu_list-item_arrow .-deco::before,
  .p-navigation-global_pc .p-megaMenu_list .p-megaMenu_list-item .p-megaMenu_list-item_arrow .-deco::after {
    -webkit-mask-size: 3.733333333333334vw;
    mask-size: 3.733333333333334vw;
  }
}
.p-navigation-global_pc .p-megaMenu_list .p-megaMenu_list-item .p-megaMenu_list-item_arrow .-deco::before {
  background-color: #fff;
}
@media screen and (min-width: 901px) {
  .p-navigation-global_pc .p-megaMenu_list .p-megaMenu_list-item .p-megaMenu_list-item_arrow .-deco::before {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}
@media screen and (max-width: 900px) {
  .p-navigation-global_pc .p-megaMenu_list .p-megaMenu_list-item .p-megaMenu_list-item_arrow .-deco::before {
    content: none;
  }
}
.p-navigation-global_pc .l-link-list02 .l-link-list02_item.-keiyakutyu a {
  position: relative;
  padding-left: min(8.714285714285715vw, 122px);
}
.p-navigation-global_pc .l-link-list02 .l-link-list02_item.-keiyakutyu a > img {
  width: min(6.714285714285714vw, 94px);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: min(1.142857142857143vw, 16px);
}
.p-megaMenu .p-megaMenu_navigation {
  background-color: #fff;
  -webkit-clip-path: inset(0 -50vw 100%);
  clip-path: inset(0 -50vw 100%);
  position: absolute;
  top: calc(100% - min(1.428571428571429vw, 20px));
  left: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: min(92.85714285714286vw, 1300px);
  padding: min(4.285714285714286vw, 60px) min(5vw, 70px) min(2.857142857142857vw, 40px);
  border-radius: 0 0 min(1.142857142857143vw, 16px) min(1.142857142857143vw, 16px);
}
@media screen and (min-width: 901px) {
  .p-megaMenu:hover .p-megaMenu_navigation,
  .p-megaMenu:focus-within .p-megaMenu_navigation {
    -webkit-clip-path: inset(0 -50vw);
    clip-path: inset(0 -50vw);
    visibility: visible;
  }
}
.p-navigation-global_sp_wrapper {
  margin-top: -4.266666666666667vw;
}
@media screen and (min-width: 901px) {
  .p-navigation-global_sp_wrapper {
    display: none !important;
  }
}
.p-navigation-global_sp_wrapper #js-hamburger-menu {
  display: none;
}
.p-navigation-global_sp_wrapper .p-navigation-global_sp {
  background-color: #fff;
  width: 95.73333333333333vw;
  max-height: calc(100dvh - 18.133333333333333vw);
  margin: 0 auto;
  padding: 4vw 4.266666666666667vw 8.533333333333333vw;
  border-radius: 0 0 4.266666666666667vw 4.266666666666667vw;
  overflow: scroll;
}
.p-navigation-global_sp_wrapper .p-navigation-global_inner {
  border-bottom: 1px solid #ecf0f2;
}
.p-navigation-global_sp_wrapper .p-navigation-global_ttl {
  display: block;
  width: 100%;
  border: none;
  padding: 5.333333333333334vw 8vw 5.333333333333334vw 0;
  font-size: 4.266666666666667vw;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: left;
  position: relative;
}
.p-navigation-global_sp_wrapper .p-navigation-global_ttl .-deco {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .p-navigation-global_sp_wrapper .p-navigation-global_ttl .-deco {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.p-navigation-global_sp_wrapper a.p-navigation-global_ttl .-deco::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/images/common/arrow_02.svg");
  mask-image: url("/assets/images/common/arrow_02.svg");
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .p-navigation-global_sp_wrapper a.p-navigation-global_ttl .-deco::after {
    -webkit-mask-size: 3.2vw;
    mask-size: 3.2vw;
  }
}
.p-navigation-global_sp_wrapper button .-deco::before,
.p-navigation-global_sp_wrapper button .-deco::after {
  content: "";
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 900px) {
  .p-navigation-global_sp_wrapper button .-deco::before,
  .p-navigation-global_sp_wrapper button .-deco::after {
    width: 2.666666666666667vw;
    height: 1px;
    top: 2.933333333333333vw;
    right: 1.866666666666667vw;
  }
}
.p-navigation-global_sp_wrapper button .-deco::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.p-navigation-global_sp_wrapper button.is-open .-deco::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.p-navigation-global_sp_wrapper .p-navigation-global_linklist {
  padding: 0 0 5.333333333333334vw;
}
.p-navigation-global_sp_wrapper .p-navigation-global_linklist .p-navigation-global_link + .p-navigation-global_link {
  margin-top: 2.666666666666667vw;
}
.p-navigation-global_sp_wrapper .p-navigation-global_linklist .p-navigation-global_link a {
  display: block;
  position: relative;
  padding-left: 5.333333333333334vw;
  font-size: 3.733333333333334vw;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-navigation-global_sp_wrapper .p-navigation-global_linklist .p-navigation-global_link a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2.666666666666667vw;
  display: block;
  width: 3.2vw;
  height: 1px;
  border-radius: 10px;
  background-color: #004e7b;
}
.b-hero {
  background-color: #f5fafd;
}
@media screen and (min-width: 901px) {
  .b-hero {
    padding-top: min(6.857142857142858vw, 96px);
  }
}
@media screen and (max-width: 900px) {
  .b-hero {
    padding-top: 18.666666666666668vw;
  }
}
.b-hero .b-hero_inner {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .b-hero .b-hero_inner {
    width: min(82.85714285714286vw, 1160px);
    padding: min(4.857142857142857vw, 68px) 0 min(4.285714285714286vw, 60px);
  }
}
@media screen and (max-width: 900px) {
  .b-hero .b-hero_inner {
    width: 89.33333333333333vw;
    padding: 12.8vw 0 10.666666666666668vw;
  }
}
.b-hero .b-hero_inner .b-hero_hdg {
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .b-hero .b-hero_inner .b-hero_hdg {
    font-size: min(2.857142857142857vw, 40px);
    line-height: 1.45;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .b-hero .b-hero_inner .b-hero_hdg {
    font-size: 8.533333333333333vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .b-hero .b-hero_inner .b-hero_hdg.-txtS {
    font-size: 8vw;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.b-hero .b-hero_inner .b-hero_lead {
  color: #333;
}
@media screen and (min-width: 901px) {
  .b-hero .b-hero_inner .b-hero_lead {
    margin-top: min(1vw, 14px);
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .b-hero .b-hero_inner .b-hero_lead {
    margin-top: 3.733333333333334vw;
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .b-sort {
    margin-bottom: min(1.714285714285714vw, 24px);
  }
}
@media screen and (max-width: 900px) {
  .b-sort {
    margin-bottom: 8.533333333333333vw;
  }
}
.b-sort .b-sort_hdg {
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .b-sort .b-sort_hdg {
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    margin-bottom: min(1.428571428571429vw, 20px);
  }
}
@media screen and (max-width: 900px) {
  .b-sort .b-sort_hdg {
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    margin-bottom: 5.333333333333334vw;
  }
}
.b-sort .b-sort_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.b-sort .b-sort_list .b-sort_item a {
  display: block;
  background-color: #f5fafd;
  color: #004e7b;
  border: none;
  text-align: center;
}
@media screen and (min-width: 901px) {
  .b-sort .b-sort_list .b-sort_item a {
    min-width: min(8.285714285714285vw, 116px);
    border-radius: min(0.571428571428571vw, 8px);
    font-size: min(1vw, 14px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    margin: 0 min(1.142857142857143vw, 16px) min(1.142857142857143vw, 16px) 0;
    padding: min(0.5vw, 7px) min(0.857142857142857vw, 12px);
    cursor: pointer;
  }
}
@media screen and (max-width: 900px) {
  .b-sort .b-sort_list .b-sort_item a {
    min-width: 23.466666666666665vw;
    border-radius: 2.133333333333333vw;
    font-size: 2.666666666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    margin: 0 2.133333333333333vw 2.133333333333333vw 0;
    padding: 1.866666666666667vw 3.2vw;
  }
}
.b-sort .b-sort_list .b-sort_item a.is-current {
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  color: #fff;
}
.u-border-dot-bottom {
  background-image: -webkit-linear-gradient(left, #333 4px, transparent 4px);
  background-image: linear-gradient(to right, #333 4px, transparent 4px);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 8px 1px;
}
@media screen and (min-width: 901px) {
  .u-border-dot-bottom {
    margin-bottom: min(4.285714285714286vw, 60px);
    padding-bottom: min(4.285714285714286vw, 60px);
  }
}
@media screen and (max-width: 900px) {
  .u-border-dot-bottom {
    margin-bottom: 10.666666666666668vw;
    padding-bottom: 10.666666666666668vw;
  }
}
.u-border-dot-top {
  background-image: -webkit-linear-gradient(left, #333 4px, transparent 4px);
  background-image: linear-gradient(to right, #333 4px, transparent 4px);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 8px 1px;
}
@media screen and (min-width: 901px) {
  .u-border-dot-top {
    margin-top: min(4.285714285714286vw, 60px);
    padding-top: min(4.285714285714286vw, 60px);
  }
}
@media screen and (max-width: 900px) {
  .u-border-dot-top {
    margin-top: 10.666666666666668vw;
    padding-top: 10.666666666666668vw;
  }
}
@media screen and (max-width: 900px) {
  .u-is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 901px) {
  .u-is-sp {
    display: none !important;
  }
}
.u-display-none {
  display: none !important;
}
.-fadein,
.-fadein [class*='u-delay-'] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.8s, 0.5s;
  transition-duration: 0.8s, 0.5s;
  -webkit-transition-timing-function: ease, ease;
  transition-timing-function: ease, ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 901px) {
  .-fadein,
  .-fadein [class*='u-delay-'] {
    -webkit-transform: translateY(2.857142857142857vw);
    transform: translateY(2.857142857142857vw);
  }
}
@media screen and (max-width: 900px) {
  .-fadein,
  .-fadein [class*='u-delay-'] {
    -webkit-transform: translateY(5.333333333333334vw);
    transform: translateY(5.333333333333334vw);
  }
}
.-fadein.is-show,
.-fadein.is-show [class*='u-delay-'] {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (min-width: 901px) {
  .u-rhythm-Zero {
    margin-top: min(0vw, 0px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-Zero {
    margin-top: 0vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-Zero-pc {
    margin-top: min(0vw, 0px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-Zero-sp {
    margin-top: 0vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-5 {
    margin-top: min(0.357142857142857vw, 5px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-5 {
    margin-top: 1.333333333333333vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-5-pc {
    margin-top: min(0.357142857142857vw, 5px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-5-sp {
    margin-top: 1.333333333333333vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-10 {
    margin-top: min(0.714285714285714vw, 10px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-10 {
    margin-top: 2.666666666666667vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-10-pc {
    margin-top: min(0.714285714285714vw, 10px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-10-sp {
    margin-top: 2.666666666666667vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-15 {
    margin-top: min(1.071428571428571vw, 15px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-15 {
    margin-top: 4vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-15-pc {
    margin-top: min(1.071428571428571vw, 15px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-15-sp {
    margin-top: 4vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-20 {
    margin-top: min(1.428571428571429vw, 20px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-20 {
    margin-top: 5.333333333333334vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-20-pc {
    margin-top: min(1.428571428571429vw, 20px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-20-sp {
    margin-top: 5.333333333333334vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-25 {
    margin-top: min(1.785714285714286vw, 25px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-25 {
    margin-top: 6.666666666666667vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-25-pc {
    margin-top: min(1.785714285714286vw, 25px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-25-sp {
    margin-top: 6.666666666666667vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-30 {
    margin-top: min(2.142857142857143vw, 30px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-30 {
    margin-top: 8vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-30-pc {
    margin-top: min(2.142857142857143vw, 30px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-30-sp {
    margin-top: 8vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-35 {
    margin-top: min(2.5vw, 35px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-35 {
    margin-top: 9.333333333333334vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-35-pc {
    margin-top: min(2.5vw, 35px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-35-sp {
    margin-top: 9.333333333333334vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-40 {
    margin-top: min(2.857142857142857vw, 40px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-40 {
    margin-top: 10.666666666666668vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-40-pc {
    margin-top: min(2.857142857142857vw, 40px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-40-sp {
    margin-top: 10.666666666666668vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-45 {
    margin-top: min(3.214285714285714vw, 45px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-45 {
    margin-top: 12vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-45-pc {
    margin-top: min(3.214285714285714vw, 45px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-45-sp {
    margin-top: 12vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-50 {
    margin-top: min(3.571428571428571vw, 50px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-50 {
    margin-top: 13.333333333333334vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-50-pc {
    margin-top: min(3.571428571428571vw, 50px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-50-sp {
    margin-top: 13.333333333333334vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-55 {
    margin-top: min(3.928571428571428vw, 55px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-55 {
    margin-top: 14.666666666666666vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-55-pc {
    margin-top: min(3.928571428571428vw, 55px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-55-sp {
    margin-top: 14.666666666666666vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-60 {
    margin-top: min(4.285714285714286vw, 60px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-60 {
    margin-top: 16vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-60-pc {
    margin-top: min(4.285714285714286vw, 60px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-60-sp {
    margin-top: 16vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-65 {
    margin-top: min(4.642857142857143vw, 65px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-65 {
    margin-top: 17.333333333333336vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-65-pc {
    margin-top: min(4.642857142857143vw, 65px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-65-sp {
    margin-top: 17.333333333333336vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-70 {
    margin-top: min(5vw, 70px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-70 {
    margin-top: 18.666666666666668vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-70-pc {
    margin-top: min(5vw, 70px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-70-sp {
    margin-top: 18.666666666666668vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-75 {
    margin-top: min(5.357142857142857vw, 75px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-75 {
    margin-top: 20vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-75-pc {
    margin-top: min(5.357142857142857vw, 75px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-75-sp {
    margin-top: 20vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-80 {
    margin-top: min(5.714285714285714vw, 80px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-80 {
    margin-top: 21.333333333333336vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-80-pc {
    margin-top: min(5.714285714285714vw, 80px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-80-sp {
    margin-top: 21.333333333333336vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-85 {
    margin-top: min(6.071428571428571vw, 85px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-85 {
    margin-top: 22.666666666666664vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-85-pc {
    margin-top: min(6.071428571428571vw, 85px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-85-sp {
    margin-top: 22.666666666666664vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-90 {
    margin-top: min(6.428571428571428vw, 90px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-90 {
    margin-top: 24vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-90-pc {
    margin-top: min(6.428571428571428vw, 90px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-90-sp {
    margin-top: 24vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-95 {
    margin-top: min(6.785714285714286vw, 95px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-95 {
    margin-top: 25.333333333333336vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-95-pc {
    margin-top: min(6.785714285714286vw, 95px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-95-sp {
    margin-top: 25.333333333333336vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-100 {
    margin-top: min(7.142857142857142vw, 100px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-100 {
    margin-top: 26.666666666666668vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-100-pc {
    margin-top: min(7.142857142857142vw, 100px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-100-sp {
    margin-top: 26.666666666666668vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-105 {
    margin-top: min(7.5vw, 105px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-105 {
    margin-top: 28.000000000000004vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-105-pc {
    margin-top: min(7.5vw, 105px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-105-sp {
    margin-top: 28.000000000000004vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-110 {
    margin-top: min(7.857142857142857vw, 110px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-110 {
    margin-top: 29.333333333333332vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-110-pc {
    margin-top: min(7.857142857142857vw, 110px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-110-sp {
    margin-top: 29.333333333333332vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-115 {
    margin-top: min(8.214285714285714vw, 115px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-115 {
    margin-top: 30.666666666666664vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-115-pc {
    margin-top: min(8.214285714285714vw, 115px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-115-sp {
    margin-top: 30.666666666666664vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-120 {
    margin-top: min(8.571428571428571vw, 120px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-120 {
    margin-top: 32vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-rhythm-120-pc {
    margin-top: min(8.571428571428571vw, 120px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-rhythm-120-sp {
    margin-top: 32vw !important;
  }
}
.u-delay-1 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.u-delay-2 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.u-delay-3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.u-delay-4 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.u-delay-5 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.u-delay-6 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.u-delay-7 {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.u-delay-8 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.u-delay-9 {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.u-delay-10 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.u-delay-11 {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.u-delay-12 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.u-delay-13 {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.u-delay-14 {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.u-delay-15 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.u-delay-16 {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.u-delay-17 {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.u-delay-18 {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.u-delay-19 {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
.u-delay-20 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.u-delay-21 {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}
.u-delay-22 {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
.u-delay-23 {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}
.u-delay-24 {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.u-delay-25 {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
.u-delay-26 {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}
.u-delay-27 {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}
.u-delay-28 {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}
.u-delay-29 {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}
.u-delay-30 {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
.u-align-l {
  text-align: left !important;
}
@media screen and (min-width: 901px) {
  .u-align-l--pc {
    text-align: left !important;
  }
}
@media screen and (max-width: 900px) {
  .u-align-l--sp {
    text-align: left !important;
  }
}
.u-align-c {
  text-align: center !important;
}
@media screen and (min-width: 901px) {
  .u-align-c--pc {
    text-align: center !important;
  }
}
@media screen and (max-width: 900px) {
  .u-align-c--sp {
    text-align: center !important;
  }
}
.u-align-r {
  text-align: right !important;
}
@media screen and (min-width: 901px) {
  .u-align-r--pc {
    text-align: right !important;
  }
}
@media screen and (max-width: 900px) {
  .u-align-r--sp {
    text-align: right !important;
  }
}
.u-color-blue {
  color: #004e7b !important;
}
.u-color-red {
  color: #db0000 !important;
}
.u-font-10 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 901px) {
  .u-font-10 {
    font-size: min(0.714285714285714vw, 10px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-10 {
    font-size: 2.666666666666667vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-font-10-pc {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: min(0.714285714285714vw, 10px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-10-sp {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: 2.666666666666667vw !important;
  }
}
.u-font-11 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 901px) {
  .u-font-11 {
    font-size: min(0.785714285714286vw, 11px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-11 {
    font-size: 2.933333333333333vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-font-11-pc {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: min(0.785714285714286vw, 11px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-11-sp {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: 2.933333333333333vw !important;
  }
}
.u-font-12 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 901px) {
  .u-font-12 {
    font-size: min(0.857142857142857vw, 12px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-12 {
    font-size: 3.2vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-font-12-pc {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: min(0.857142857142857vw, 12px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-12-sp {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: 3.2vw !important;
  }
}
.u-font-13 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 901px) {
  .u-font-13 {
    font-size: min(0.928571428571429vw, 13px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-13 {
    font-size: 3.466666666666666vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-font-13-pc {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: min(0.928571428571429vw, 13px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-13-sp {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: 3.466666666666666vw !important;
  }
}
.u-font-14 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 901px) {
  .u-font-14 {
    font-size: min(1vw, 14px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-14 {
    font-size: 3.733333333333334vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-font-14-pc {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: min(1vw, 14px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-14-sp {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: 3.733333333333334vw !important;
  }
}
.u-font-15 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 901px) {
  .u-font-15 {
    font-size: min(1.071428571428571vw, 15px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-15 {
    font-size: 4vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-font-15-pc {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: min(1.071428571428571vw, 15px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-15-sp {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: 4vw !important;
  }
}
.u-font-16 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 901px) {
  .u-font-16 {
    font-size: min(1.142857142857143vw, 16px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-16 {
    font-size: 4.266666666666667vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-font-16-pc {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: min(1.142857142857143vw, 16px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-16-sp {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: 4.266666666666667vw !important;
  }
}
.u-font-17 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 901px) {
  .u-font-17 {
    font-size: min(1.214285714285714vw, 17px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-17 {
    font-size: 4.533333333333333vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-font-17-pc {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: min(1.214285714285714vw, 17px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-17-sp {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: 4.533333333333333vw !important;
  }
}
.u-font-18 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 901px) {
  .u-font-18 {
    font-size: min(1.285714285714286vw, 18px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-18 {
    font-size: 4.8vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-font-18-pc {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: min(1.285714285714286vw, 18px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-18-sp {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: 4.8vw !important;
  }
}
.u-font-19 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 901px) {
  .u-font-19 {
    font-size: min(1.357142857142857vw, 19px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-19 {
    font-size: 5.066666666666666vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-font-19-pc {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: min(1.357142857142857vw, 19px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-19-sp {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: 5.066666666666666vw !important;
  }
}
.u-font-20 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 901px) {
  .u-font-20 {
    font-size: min(1.428571428571429vw, 20px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-20 {
    font-size: 5.333333333333334vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-font-20-pc {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: min(1.428571428571429vw, 20px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-20-sp {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: 5.333333333333334vw !important;
  }
}
.u-font-21 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 901px) {
  .u-font-21 {
    font-size: min(1.5vw, 21px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-21 {
    font-size: 5.600000000000001vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-font-21-pc {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: min(1.5vw, 21px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-21-sp {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: 5.600000000000001vw !important;
  }
}
.u-font-22 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 901px) {
  .u-font-22 {
    font-size: min(1.571428571428572vw, 22px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-22 {
    font-size: 5.866666666666666vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-font-22-pc {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: min(1.571428571428572vw, 22px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-22-sp {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: 5.866666666666666vw !important;
  }
}
.u-font-23 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 901px) {
  .u-font-23 {
    font-size: min(1.642857142857143vw, 23px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-23 {
    font-size: 6.133333333333333vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-font-23-pc {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: min(1.642857142857143vw, 23px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-23-sp {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: 6.133333333333333vw !important;
  }
}
.u-font-24 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 901px) {
  .u-font-24 {
    font-size: min(1.714285714285714vw, 24px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-24 {
    font-size: 6.4vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-font-24-pc {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: min(1.714285714285714vw, 24px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-24-sp {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: 6.4vw !important;
  }
}
.u-font-25 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 901px) {
  .u-font-25 {
    font-size: min(1.785714285714286vw, 25px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-25 {
    font-size: 6.666666666666667vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-font-25-pc {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: min(1.785714285714286vw, 25px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-25-sp {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: 6.666666666666667vw !important;
  }
}
.u-font-26 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 901px) {
  .u-font-26 {
    font-size: min(1.857142857142857vw, 26px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-26 {
    font-size: 6.933333333333333vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-font-26-pc {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: min(1.857142857142857vw, 26px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-26-sp {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: 6.933333333333333vw !important;
  }
}
.u-font-27 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 901px) {
  .u-font-27 {
    font-size: min(1.928571428571428vw, 27px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-27 {
    font-size: 7.199999999999999vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-font-27-pc {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: min(1.928571428571428vw, 27px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-27-sp {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: 7.199999999999999vw !important;
  }
}
.u-font-28 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 901px) {
  .u-font-28 {
    font-size: min(2vw, 28px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-28 {
    font-size: 7.466666666666668vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-font-28-pc {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: min(2vw, 28px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-28-sp {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: 7.466666666666668vw !important;
  }
}
.u-font-29 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 901px) {
  .u-font-29 {
    font-size: min(2.071428571428571vw, 29px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-29 {
    font-size: 7.733333333333333vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-font-29-pc {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: min(2.071428571428571vw, 29px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-29-sp {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: 7.733333333333333vw !important;
  }
}
.u-font-30 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 901px) {
  .u-font-30 {
    font-size: min(2.142857142857143vw, 30px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-30 {
    font-size: 8vw !important;
  }
}
@media screen and (min-width: 901px) {
  .u-font-30-pc {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: min(2.142857142857143vw, 30px) !important;
  }
}
@media screen and (max-width: 900px) {
  .u-font-30-sp {
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: 8vw !important;
  }
}
.u-weight-Thin {
  font-weight: 100 !important;
}
.u-weight-ExtraLight {
  font-weight: 200 !important;
}
.u-weight-Light {
  font-weight: 300 !important;
}
.u-weight-Regular {
  font-weight: 400 !important;
}
.u-weight-Medium {
  font-weight: 500 !important;
}
.u-weight-SemiBold {
  font-weight: 600 !important;
}
.u-weight-Bold {
  font-weight: 700 !important;
}
.u-weight-ExtraBold {
  font-weight: 800 !important;
}
.u-weight-Black {
  font-weight: 900 !important;
}
.u-indent-m1 {
  text-indent: -1em;
  padding-left: 1em;
}
.u-indent-m2 {
  text-indent: -2em;
  padding-left: 2em;
}
.u-indent-m3 {
  text-indent: -3em;
  padding-left: 3em;
}
.u-lineHeight-100per {
  line-height: 1 !important;
}
.u-lineHeight-150per {
  line-height: 1.5 !important;
}
.u-lineHeight-200per {
  line-height: 2 !important;
}
.u-lineHeight-250per {
  line-height: 2.5 !important;
}
.splide__container{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.splide__list{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;-webkit-flex-shrink:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{-webkit-animation:splide-loading 1s linear infinite;animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@-webkit-keyframes splide-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes splide-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;height:2em;-ms-flex-pack:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;-webkit-transition:-webkit-transform .2s linear;transition:-webkit-transform .2s linear;transition:transform .2s linear;transition:transform .2s linear, -webkit-transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;-webkit-transform:scale(1.4);transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{-webkit-transform:scaleX(1);transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
.p-column-list .l-column-list {
  background-color: #f8f8f8;
}
@media screen and (min-width: 901px) {
  .p-column-list .l-column-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: min(2.857142857142857vw, 40px);
    border-radius: min(1.142857142857143vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .p-column-list .l-column-list {
    padding: 6.4vw 4.266666666666667vw;
    border-radius: 4.266666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .p-column-list .l-column-list .l-column-item {
    margin: min(2.857142857142857vw, 40px) min(1.714285714285714vw, 24px) 0 0;
  }
}
@media screen and (min-width: 901px) {
  .p-column-list .l-column-list .l-column-item:nth-of-type(1),
  .p-column-list .l-column-list .l-column-item:nth-of-type(2),
  .p-column-list .l-column-list .l-column-item:nth-of-type(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 901px) {
  .p-column-list .l-column-list .l-column-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-column-list .l-column-list .l-column-item + .l-column-item {
    margin-top: 4.266666666666667vw;
  }
}
.p-column-list .l-column-button {
  border: none;
}
.p-column-detail-pickup {
  background-color: #f8f8f8;
}
@media screen and (min-width: 901px) {
  .p-column-detail-pickup {
    border-radius: min(0.571428571428571vw, 8px);
    margin-bottom: min(4.285714285714286vw, 60px);
    padding: min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .p-column-detail-pickup {
    border-radius: 2.133333333333333vw;
    margin-bottom: 10.666666666666668vw;
    padding: 4.266666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .p-column-detail-pickup a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 901px) {
  .p-column-detail-pickup a:hover .p-column-detail-pickup_desc .p-column-detail-pickup_arrow {
    color: #004e7b;
  }
  .p-column-detail-pickup a:hover .p-column-detail-pickup_desc .p-column-detail-pickup_arrow .-deco {
    background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
    background: -webkit-linear-gradient(left, #004e7b, #4895c6);
    background: linear-gradient(90deg, #004e7b, #4895c6);
  }
  .p-column-detail-pickup a:hover .p-column-detail-pickup_desc .p-column-detail-pickup_arrow .-deco::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .p-column-detail-pickup a:hover .p-column-detail-pickup_desc .p-column-detail-pickup_arrow .-deco::after {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
  }
}
@media screen and (min-width: 901px) {
  .p-column-detail-pickup a .p-column-detail-pickup_img {
    width: min(35.714285714285715vw, 500px);
    margin-right: min(1.714285714285714vw, 24px);
  }
}
.p-column-detail-pickup a .p-column-detail-pickup_desc {
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-column-detail-pickup a .p-column-detail-pickup_desc {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (max-width: 900px) {
  .p-column-detail-pickup a .p-column-detail-pickup_desc {
    margin-top: 3.733333333333334vw;
    padding-bottom: 6.666666666666667vw;
  }
}
.p-column-detail-pickup a .p-column-detail-pickup_desc .p-column-detail-pickup_txt01 {
  color: #333;
}
@media screen and (min-width: 901px) {
  .p-column-detail-pickup a .p-column-detail-pickup_desc .p-column-detail-pickup_txt01 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 6;
    max-height: calc(6em + (1em * 0.777 * 6));
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .p-column-detail-pickup a .p-column-detail-pickup_desc .p-column-detail-pickup_txt01 {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
.p-column-detail-pickup a .p-column-detail-pickup_desc .p-column-detail-pickup_txt02 {
  color: #333;
}
@media screen and (min-width: 901px) {
  .p-column-detail-pickup a .p-column-detail-pickup_desc .p-column-detail-pickup_txt02 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    height: calc(2em + (1em * 0.5 * 2));
    margin-top: min(1.142857142857143vw, 16px);
    font-size: min(1vw, 14px);
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .p-column-detail-pickup a .p-column-detail-pickup_desc .p-column-detail-pickup_txt02 {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
.p-column-detail-pickup a .p-column-detail-pickup_desc .p-column-detail-pickup_arrow {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 901px) {
  .p-column-detail-pickup a .p-column-detail-pickup_desc .p-column-detail-pickup_arrow {
    padding-right: min(2.571428571428571vw, 36px);
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .p-column-detail-pickup a .p-column-detail-pickup_desc .p-column-detail-pickup_arrow {
    padding-right: 9.6vw;
  }
}
@media screen and (min-width: 901px) {
  .p-column-detail-pickup a .p-column-detail-pickup_desc .p-column-detail-pickup_arrow .-txt {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-column-detail-pickup a .p-column-detail-pickup_desc .p-column-detail-pickup_arrow .-txt {
    font-size: 4.266666666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-column-detail-pickup a .p-column-detail-pickup_desc .p-column-detail-pickup_arrow .-deco {
  display: block;
  background-color: #333;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 901px) {
  .p-column-detail-pickup a .p-column-detail-pickup_desc .p-column-detail-pickup_arrow .-deco {
    width: min(1.714285714285714vw, 24px);
    height: min(1.714285714285714vw, 24px);
  }
}
@media screen and (max-width: 900px) {
  .p-column-detail-pickup a .p-column-detail-pickup_desc .p-column-detail-pickup_arrow .-deco {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.p-column-detail-pickup a .p-column-detail-pickup_desc .p-column-detail-pickup_arrow .-deco::before,
.p-column-detail-pickup a .p-column-detail-pickup_desc .p-column-detail-pickup_arrow .-deco::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/images/common/arrow_02.svg");
  mask-image: url("/assets/images/common/arrow_02.svg");
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .p-column-detail-pickup a .p-column-detail-pickup_desc .p-column-detail-pickup_arrow .-deco::before,
  .p-column-detail-pickup a .p-column-detail-pickup_desc .p-column-detail-pickup_arrow .-deco::after {
    -webkit-mask-size: min(1vw, 14px);
    mask-size: min(1vw, 14px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .p-column-detail-pickup a .p-column-detail-pickup_desc .p-column-detail-pickup_arrow .-deco::before,
  .p-column-detail-pickup a .p-column-detail-pickup_desc .p-column-detail-pickup_arrow .-deco::after {
    -webkit-mask-size: 3.733333333333334vw;
    mask-size: 3.733333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .p-column-detail-pickup a .p-column-detail-pickup_desc .p-column-detail-pickup_arrow .-deco::before {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}
@media screen and (max-width: 900px) {
  .p-column-detail-pickup a .p-column-detail-pickup_desc .p-column-detail-pickup_arrow .-deco::before {
    content: none;
  }
}
.p-csr-nav {
  background-color: #f8f8f8;
}
@media screen and (min-width: 901px) {
  .p-csr-nav {
    padding: min(2.785714285714286vw, 39px) 0 min(2.714285714285714vw, 38px);
  }
}
@media screen and (max-width: 900px) {
  .p-csr-nav {
    padding: 6.933333333333333vw 0 10.133333333333333vw;
  }
}
.p-csr-nav .p-csr-nav_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 901px) {
  .p-csr-nav .p-csr-nav_list {
    border-left: 1px solid #b2c2cb;
    border-right: 1px solid #b2c2cb;
  }
}
@media screen and (max-width: 900px) {
  .p-csr-nav .p-csr-nav_list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 900px) {
  .p-csr-nav .p-csr-nav_list .p-csr-nav_item {
    border-bottom: 1px solid #b2c2cb;
  }
}
@media screen and (min-width: 901px) {
  .p-csr-nav .p-csr-nav_list .p-csr-nav_item + .p-csr-nav_item {
    border-left: 1px solid #b2c2cb;
  }
}
@media screen and (max-width: 900px) {
  .p-csr-nav .p-csr-nav_list .p-csr-nav_item:nth-of-type(n + 3) {
    margin-top: 3.2vw;
  }
}
.p-csr-nav .p-csr-nav_list .p-csr-nav_item a {
  display: block;
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-csr-nav .p-csr-nav_list .p-csr-nav_item a {
    padding: 0 min(4.571428571428571vw, 64px) 0 min(2.571428571428571vw, 36px);
    font-size: min(1vw, 14px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-csr-nav .p-csr-nav_list .p-csr-nav_item a {
    width: 43.733333333333334vw;
    padding: 2.933333333333333vw 6.4vw 2.933333333333333vw 0;
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    text-align: center;
  }
}
@media screen and (min-width: 901px) {
  .p-csr-nav .p-csr-nav_list .p-csr-nav_item a:hover {
    color: #004e7b;
  }
  .p-csr-nav .p-csr-nav_list .p-csr-nav_item a:hover .-deco::before {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .p-csr-nav .p-csr-nav_list .p-csr-nav_item a:hover .-deco::after {
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
  }
}
.p-csr-nav .p-csr-nav_list .p-csr-nav_item a .-deco {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  border-radius: 50%;
  position: absolute;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-csr-nav .p-csr-nav_list .p-csr-nav_item a .-deco {
    width: min(1.428571428571429vw, 20px);
    height: min(1.428571428571429vw, 20px);
    top: max(-0.071428571428571vw, -1px);
    right: min(2.642857142857143vw, 37px);
  }
}
@media screen and (max-width: 900px) {
  .p-csr-nav .p-csr-nav_list .p-csr-nav_item a .-deco {
    width: 5.333333333333334vw;
    height: 5.333333333333334vw;
    top: 2.933333333333333vw;
    right: 0;
  }
}
.p-csr-nav .p-csr-nav_list .p-csr-nav_item a .-deco::before,
.p-csr-nav .p-csr-nav_list .p-csr-nav_item a .-deco::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/images/common/arrow_04.svg");
  mask-image: url("/assets/images/common/arrow_04.svg");
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .p-csr-nav .p-csr-nav_list .p-csr-nav_item a .-deco::before,
  .p-csr-nav .p-csr-nav_list .p-csr-nav_item a .-deco::after {
    -webkit-mask-size: min(0.571428571428571vw, 8px);
    mask-size: min(0.571428571428571vw, 8px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .p-csr-nav .p-csr-nav_list .p-csr-nav_item a .-deco::before,
  .p-csr-nav .p-csr-nav_list .p-csr-nav_item a .-deco::after {
    -webkit-mask-size: 2.133333333333333vw;
    mask-size: 2.133333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .p-csr-nav .p-csr-nav_list .p-csr-nav_item a .-deco::before {
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
  }
}
@media screen and (max-width: 900px) {
  .p-csr-nav .p-csr-nav_list .p-csr-nav_item a .-deco::before {
    content: none;
  }
}
.p-message-statement .p-message-statement_hdg {
  text-align: center;
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .p-message-statement .p-message-statement_hdg {
    margin-bottom: min(2.857142857142857vw, 40px);
    font-size: min(2.857142857142857vw, 40px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-message-statement .p-message-statement_hdg {
    margin-bottom: 8vw;
    font-size: 8.533333333333333vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-message-statement .p-message-statement_subhdg {
  text-align: center;
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .p-message-statement .p-message-statement_subhdg {
    margin-bottom: min(1.428571428571429vw, 20px);
    font-size: min(2vw, 28px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-message-statement .p-message-statement_subhdg {
    margin-bottom: 4.266666666666667vw;
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-message-statement .p-message-statement_txt {
  text-align: center;
  color: #333;
}
@media screen and (min-width: 901px) {
  .p-message-statement .p-message-statement_txt {
    font-size: min(1.428571428571429vw, 20px);
    line-height: 2;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-message-statement .p-message-statement_txt {
    font-size: 4.266666666666667vw;
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
.p-message-item {
  background-repeat: no-repeat;
}
@media screen and (min-width: 901px) {
  .p-message-item {
    height: min(57.14285714285714vw, 800px);
    margin-top: min(2.857142857142857vw, 40px);
    background-image: url("/assets/images/company/message/img_01_pc.jpg");
    background-size: min(100vw, 1400px);
    background-position: top center;
  }
}
@media screen and (max-width: 900px) {
  .p-message-item {
    margin-top: 9.6vw;
    background-image: url("/assets/images/company/message/img_01_sp.jpg");
    background-size: 100%;
    background-position: top;
  }
}
@media screen and (min-width: 901px) {
  .p-message-item .p-message-item_inner {
    width: min(37.714285714285715vw, 528px);
    margin: 0 0 0 auto;
    padding: min(4.142857142857142vw, 58px) 0 0;
  }
}
@media screen and (max-width: 900px) {
  .p-message-item .p-message-item_inner {
    padding: 150.13333333333335vw 0 0;
  }
}
@media screen and (min-width: 901px) {
  .p-message-item .p-message-item_txt {
    font-size: min(1vw, 14px);
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .p-message-item .p-message-item_txt {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .p-message-item .p-message-item_txt + .p-message-item_txt {
    margin-top: min(1.357142857142857vw, 19px);
  }
}
@media screen and (max-width: 900px) {
  .p-message-item .p-message-item_txt + .p-message-item_txt {
    margin-top: 4.266666666666667vw;
  }
}
.p-message-item .p-message-item_sign {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (min-width: 901px) {
  .p-message-item .p-message-item_sign {
    margin-top: min(2.642857142857143vw, 37px);
  }
}
@media screen and (max-width: 900px) {
  .p-message-item .p-message-item_sign {
    margin-top: 7.733333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .p-message-item .p-message-item_sign_post {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-message-item .p-message-item_sign_post {
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .p-message-item .p-message-item_sign_img {
    width: min(11.428571428571429vw, 160px);
    margin-top: min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .p-message-item .p-message-item_sign_img {
    width: 34.66666666666667vw;
    margin-top: 1.866666666666667vw;
  }
}
.p-message-rinen {
  background-color: #f8f8f8;
}
@media screen and (min-width: 901px) {
  .p-message-rinen {
    border-radius: min(1.142857142857143vw, 16px);
    padding: min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .p-message-rinen {
    border-radius: 2.133333333333333vw;
    padding: 4.266666666666667vw;
  }
}
.p-message-rinen .p-message-rinen_item + .p-message-rinen_item {
  background-repeat: repeat-x;
  background-position: left top;
  background-image: -webkit-linear-gradient(left, #b2c2cb 4px, transparent 4px);
  background-image: linear-gradient(to right, #b2c2cb 4px, transparent 4px);
  background-size: 8px 1px;
}
@media screen and (min-width: 901px) {
  .p-message-rinen .p-message-rinen_item + .p-message-rinen_item {
    margin-top: min(2.642857142857143vw, 37px);
    padding-top: min(2.642857142857143vw, 37px);
  }
}
@media screen and (max-width: 900px) {
  .p-message-rinen .p-message-rinen_item + .p-message-rinen_item {
    margin-top: 4.8vw;
    padding-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .p-message-rinen .p-message-rinen_item .p-message-rinen_desc {
    padding: 0 min(1.428571428571429vw, 20px);
  }
}
.p-message-rinen .p-message-rinen_item .p-message-rinen_txt01 {
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-message-rinen .p-message-rinen_item .p-message-rinen_txt01 {
    margin-bottom: min(1.142857142857143vw, 16px);
    padding-left: min(1.428571428571429vw, 20px);
    font-size: min(1.714285714285714vw, 24px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-message-rinen .p-message-rinen_item .p-message-rinen_txt01 {
    margin-bottom: 4.266666666666667vw;
    padding-left: 3.2vw;
    font-size: 5.333333333333334vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-message-rinen .p-message-rinen_item .p-message-rinen_txt01::before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  position: absolute;
  left: 0;
}
@media screen and (min-width: 901px) {
  .p-message-rinen .p-message-rinen_item .p-message-rinen_txt01::before {
    width: min(0.857142857142857vw, 12px);
    height: min(0.857142857142857vw, 12px);
    border-radius: min(0.214285714285714vw, 3px);
    top: min(0.5vw, 7px);
  }
}
@media screen and (max-width: 900px) {
  .p-message-rinen .p-message-rinen_item .p-message-rinen_txt01::before {
    width: 2.133333333333333vw;
    height: 2.133333333333333vw;
    border-radius: 0.533333333333333vw;
    top: 1.6vw;
  }
}
.p-message-rinen .p-message-rinen_item .p-message-rinen_txt02 {
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .p-message-rinen .p-message-rinen_item .p-message-rinen_txt02 {
    margin-bottom: min(0.857142857142857vw, 12px);
    font-size: min(1.714285714285714vw, 24px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-message-rinen .p-message-rinen_item .p-message-rinen_txt02 {
    margin-bottom: 3.2vw;
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .p-message-rinen .p-message-rinen_item .p-message-rinen_txt03 {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .p-message-rinen .p-message-rinen_item .p-message-rinen_txt03 {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .p-message-rinen .p-message-rinen_item .p-message-rinen_txt03 + .p-message-rinen_txt03 {
    margin-top: min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .p-message-rinen .p-message-rinen_item .p-message-rinen_txt03 + .p-message-rinen_txt03 {
    margin-top: 2.133333333333333vw;
  }
}
.p-message-rinen .p-message-rinen_item .p-message-rinen_txt04 {
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .p-message-rinen .p-message-rinen_item .p-message-rinen_txt04 {
    margin-bottom: min(0.857142857142857vw, 12px);
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-message-rinen .p-message-rinen_item .p-message-rinen_txt04 {
    margin-bottom: 3.2vw;
    font-size: 4.266666666666667vw;
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-message-rinen .p-message-rinen_item .p-message-rinen_txt04 .-black {
  color: #333;
}
.p-message-rinen .p-message-rinen_item .p-message-rinen_list02 li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 901px) {
  .p-message-rinen .p-message-rinen_item .p-message-rinen_list02 + .p-message-rinen_txt02 {
    margin-top: min(1.142857142857143vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .p-message-rinen .p-message-rinen_item .p-message-rinen_list02 + .p-message-rinen_txt02 {
    margin-top: 4.266666666666667vw;
  }
}
.p-news .p-news-list {
  border-top: 1px solid #b2c2cb;
}
.p-news .p-news-list .p-news-list-item {
  position: relative;
  border-bottom: 1px solid #b2c2cb;
}
.p-news .p-news-list .p-news-list-item a {
  display: block;
}
@media screen and (min-width: 901px) {
  .p-news .p-news-list .p-news-list-item a {
    padding: min(2.428571428571428vw, 34px) min(2.857142857142857vw, 40px) min(2.571428571428571vw, 36px);
  }
}
@media screen and (max-width: 900px) {
  .p-news .p-news-list .p-news-list-item a {
    padding: 7.199999999999999vw 0 6.933333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .p-news .p-news-list .p-news-list-item a:hover .p-news-list-item_tag::before {
    opacity: 1;
  }
  .p-news .p-news-list .p-news-list-item a:hover .p-news-list-item_tag .-inner {
    color: #fff;
  }
  .p-news .p-news-list .p-news-list-item a:hover .p-news-list-item_txt {
    color: #004e7b;
    text-decoration: underline;
  }
  .p-news .p-news-list .p-news-list-item a:hover .p-news-list-item_arrow .-deco {
    background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
    background: -webkit-linear-gradient(left, #004e7b, #4895c6);
    background: linear-gradient(90deg, #004e7b, #4895c6);
  }
  .p-news .p-news-list .p-news-list-item a:hover .p-news-list-item_arrow .-deco::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .p-news .p-news-list .p-news-list-item a:hover .p-news-list-item_arrow .-deco::after {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
  }
}
.p-news .p-news-list .p-news-list-item_desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 901px) {
  .p-news .p-news-list .p-news-list-item_date {
    width: min(5vw, 70px);
  }
}
@media screen and (max-width: 900px) {
  .p-news .p-news-list .p-news-list-item_date {
    width: 16vw;
  }
}
.p-news .p-news-list .p-news-list-item_date .-yy,
.p-news .p-news-list .p-news-list-item_date .-mmdd {
  display: block;
}
@media screen and (min-width: 901px) {
  .p-news .p-news-list .p-news-list-item_date .-yy {
    font-size: min(1vw, 14px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .p-news .p-news-list .p-news-list-item_date .-yy {
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 901px) {
  .p-news .p-news-list .p-news-list-item_date .-mmdd {
    margin-top: min(0.142857142857143vw, 2px);
    font-size: min(1.857142857142857vw, 26px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .p-news .p-news-list .p-news-list-item_date .-mmdd {
    margin-top: 0.533333333333333vw;
    font-size: 5.333333333333334vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.p-news .p-news-list .p-news-list-item_tag {
  background-color: #eff6ff;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-news .p-news-list .p-news-list-item_tag {
    width: min(8.285714285714285vw, 116px);
    margin-left: min(1.428571428571429vw, 20px);
    padding: min(0.571428571428571vw, 8px);
    border-radius: min(0.571428571428571vw, 8px);
    font-size: min(1vw, 14px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-news .p-news-list .p-news-list-item_tag {
    width: 23.466666666666665vw;
    margin-left: 1.6vw;
    padding: 2.133333333333333vw;
    border-radius: 2.133333333333333vw;
    font-size: 2.666666666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .p-news .p-news-list .p-news-list-item_tag::before {
    content: "";
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: min(0.571428571428571vw, 8px);
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 0;
    background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
    background: -webkit-linear-gradient(left, #004e7b, #4895c6);
    background: linear-gradient(90deg, #004e7b, #4895c6);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
.p-news .p-news-list .p-news-list-item_tag .-inner {
  position: relative;
  z-index: 1;
  color: #004e7b;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.p-news .p-news-list .p-news-list-item_txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: calc(1em + 1px);
}
@media screen and (min-width: 901px) {
  .p-news .p-news-list .p-news-list-item_txt {
    width: min(42.142857142857146vw, 590px);
    margin-left: min(1.642857142857143vw, 23px);
    -webkit-line-clamp: 1;
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-news .p-news-list .p-news-list-item_txt {
    width: 78.66666666666666vw;
    margin-top: 4.8vw;
    -webkit-line-clamp: 1;
    font-size: 3.733333333333334vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-news .p-news-list .p-news-list-item_arrow {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 901px) {
  .p-news .p-news-list .p-news-list-item_arrow {
    padding-right: min(2.571428571428571vw, 36px);
  }
}
@media screen and (min-width: 901px) {
  .p-news .p-news-list .p-news-list-item_arrow .-txt {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-news .p-news-list .p-news-list-item_arrow .-txt {
    display: none;
  }
}
.p-news .p-news-list .p-news-list-item_arrow .-deco {
  display: block;
  background-color: #333;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-news .p-news-list .p-news-list-item_arrow .-deco {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: min(1.714285714285714vw, 24px);
    height: min(1.714285714285714vw, 24px);
  }
}
@media screen and (max-width: 900px) {
  .p-news .p-news-list .p-news-list-item_arrow .-deco {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.p-news .p-news-list .p-news-list-item_arrow .-deco::before,
.p-news .p-news-list .p-news-list-item_arrow .-deco::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/images/common/arrow_02.svg");
  mask-image: url("/assets/images/common/arrow_02.svg");
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .p-news .p-news-list .p-news-list-item_arrow .-deco::before,
  .p-news .p-news-list .p-news-list-item_arrow .-deco::after {
    -webkit-mask-size: min(1vw, 14px);
    mask-size: min(1vw, 14px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .p-news .p-news-list .p-news-list-item_arrow .-deco::before,
  .p-news .p-news-list .p-news-list-item_arrow .-deco::after {
    -webkit-mask-size: 3.733333333333334vw;
    mask-size: 3.733333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .p-news .p-news-list .p-news-list-item_arrow .-deco::before {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}
@media screen and (max-width: 900px) {
  .p-news .p-news-list .p-news-list-item_arrow .-deco::before {
    content: none;
  }
}
.p-news .l-news-button {
  border: none;
}
@media screen and (min-width: 901px) {
  .p-news-cms > div:first-child {
    margin-bottom: min(4.285714285714286vw, 60px);
  }
}
@media screen and (max-width: 900px) {
  .p-news-cms > div:first-child {
    margin-bottom: 10.666666666666668vw;
  }
}
.p-news-cms > div:first-child p {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  color: #fff;
}
@media screen and (min-width: 901px) {
  .p-news-cms > div:first-child p {
    margin-bottom: min(1.142857142857143vw, 16px);
    padding: min(0.428571428571429vw, 6px) min(1.142857142857143vw, 16px);
    border-radius: min(0.571428571428571vw, 8px);
    font-size: min(1vw, 14px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-news-cms > div:first-child p {
    margin-bottom: 2.133333333333333vw;
    padding: 1.6vw 3.733333333333334vw;
    border-radius: 2.133333333333333vw;
    font-size: 2.666666666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-news-cms > div:first-child time {
  display: block;
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .p-news-cms > div:first-child time {
    margin-bottom: min(0.142857142857143vw, 2px);
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-news-cms > div:first-child time {
    margin-bottom: 0.533333333333333vw;
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-news-cms > div:first-child h2 {
  color: #333;
}
@media screen and (min-width: 901px) {
  .p-news-cms > div:first-child h2 {
    font-size: min(2.571428571428571vw, 36px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-news-cms > div:first-child h2 {
    font-size: 7.466666666666668vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-news-cms article {
  background-color: #f8f8f8;
}
@media screen and (min-width: 901px) {
  .p-news-cms article {
    border-radius: min(0.571428571428571vw, 8px);
    margin-bottom: min(2.857142857142857vw, 40px);
    padding: min(2.642857142857143vw, 37px) min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .p-news-cms article {
    border-radius: 1.066666666666667vw;
    margin-bottom: 8.533333333333333vw;
    padding: 4.266666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .p-news-cms article p {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .p-news-cms article p {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.p-news-cms article p a {
  color: #004e7b;
  text-decoration: underline;
}
@media screen and (min-width: 901px) {
  .p-news-cms article p a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 901px) {
  .p-news-cms article p a:hover {
    opacity: 0.5;
  }
}
.p-news-cms figure {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .p-news-cms figure {
    width: min(49.142857142857146vw, 688px);
    margin-bottom: min(4.285714285714286vw, 60px);
  }
}
@media screen and (max-width: 900px) {
  .p-news-cms figure {
    margin-bottom: 10.666666666666668vw;
  }
}
.p-overview-history {
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-overview-history {
    width: 85.06666666666666vw;
    margin: 0 0 0 auto;
  }
}
.p-overview-history::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: repeat-y;
  background-position: left bottom;
}
@media screen and (min-width: 901px) {
  .p-overview-history::after {
    width: min(0.285714285714286vw, 4px);
    height: min(1.714285714285714vw, 24px);
    bottom: max(-1.714285714285714vw, -24px);
    left: min(12.714285714285714vw, 178px);
    background-image: -webkit-linear-gradient(top, transparent min(0.285714285714286vw, 4px), #f8f8f8 min(0.285714285714286vw, 4px));
    background-image: linear-gradient(to bottom, transparent min(0.285714285714286vw, 4px), #f8f8f8 min(0.285714285714286vw, 4px));
    background-size: min(0.285714285714286vw, 4px) min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .p-overview-history::after {
    width: 0.533333333333333vw;
    height: 6.4vw;
    bottom: 0;
    left: -2.933333333333333vw;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1.066666666666667vw, transparent), color-stop(1.066666666666667vw, #f8f8f8));
    background-image: -webkit-linear-gradient(top, transparent 1.066666666666667vw, #f8f8f8 1.066666666666667vw);
    background-image: linear-gradient(to bottom, transparent 1.066666666666667vw, #f8f8f8 1.066666666666667vw);
    background-size: 1.066666666666667vw 2.133333333333333vw;
  }
}
.p-overview-history .p-overview-history_item {
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-overview-history .p-overview-history_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.p-overview-history .p-overview-history_item::before,
.p-overview-history .p-overview-history_item::after {
  content: "";
  display: block;
  position: absolute;
}
.p-overview-history .p-overview-history_item::before {
  background-color: #f8f8f8;
}
@media screen and (min-width: 901px) {
  .p-overview-history .p-overview-history_item::before {
    width: min(0.285714285714286vw, 4px);
    height: calc(100% + min(2.857142857142857vw, 40px));
    top: min(2.357142857142857vw, 33px);
    left: min(12.714285714285714vw, 178px);
  }
}
@media screen and (max-width: 900px) {
  .p-overview-history .p-overview-history_item::before {
    width: 0.533333333333333vw;
    height: calc(100% + 6.4vw);
    top: 6.133333333333333vw;
    left: -2.933333333333333vw;
  }
}
.p-overview-history .p-overview-history_item::after {
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
}
@media screen and (min-width: 901px) {
  .p-overview-history .p-overview-history_item::after {
    width: min(1.142857142857143vw, 16px);
    height: min(1.142857142857143vw, 16px);
    top: min(1.785714285714286vw, 25px);
    left: min(12.285714285714286vw, 172px);
  }
}
@media screen and (max-width: 900px) {
  .p-overview-history .p-overview-history_item::after {
    width: 3.2vw;
    height: 3.2vw;
    top: 4.533333333333333vw;
    left: -4.266666666666667vw;
  }
}
.p-overview-history .p-overview-history_item:first-of-type .p-overview-history_year {
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  color: #fff;
}
@media screen and (min-width: 901px) {
  .p-overview-history .p-overview-history_item:last-of-type::before {
    height: calc(100% - min(2.285714285714286vw, 32px));
  }
}
@media screen and (max-width: 900px) {
  .p-overview-history .p-overview-history_item:last-of-type::before {
    height: calc(100% - 12.533333333333333vw);
  }
}
@media screen and (min-width: 901px) {
  .p-overview-history .p-overview-history_item + .p-overview-history_item {
    margin-top: min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .p-overview-history .p-overview-history_item + .p-overview-history_item {
    margin-top: 6.4vw;
  }
}
.p-overview-history .p-overview-history_item .p-overview-history_year {
  text-align: center;
  background: #fff;
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .p-overview-history .p-overview-history_item .p-overview-history_year {
    width: min(10.571428571428571vw, 148px);
    padding: min(1.214285714285714vw, 17px) 0;
    border-radius: min(0.571428571428571vw, 8px);
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-overview-history .p-overview-history_item .p-overview-history_year {
    width: 30.933333333333334vw;
    padding: 2.133333333333333vw 0 1.866666666666667vw;
    border-radius: 2.133333333333333vw;
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-overview-history .p-overview-history_item .p-overview-history_desc {
  background-color: #f8f8f8;
}
@media screen and (min-width: 901px) {
  .p-overview-history .p-overview-history_item .p-overview-history_desc {
    width: min(67.71428571428572vw, 948px);
    padding: min(1.428571428571429vw, 20px) min(2.857142857142857vw, 40px);
    border-radius: min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .p-overview-history .p-overview-history_item .p-overview-history_desc {
    margin-top: 2.133333333333333vw;
    padding: 2.666666666666667vw 3.2vw 3.2vw;
    border-radius: 2.133333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .p-overview-history .p-overview-history_item .p-overview-history_desc .p-overview-history_img {
    width: min(23.42857142857143vw, 328px);
    margin-top: min(1.428571428571429vw, 20px);
  }
}
@media screen and (max-width: 900px) {
  .p-overview-history .p-overview-history_item .p-overview-history_desc .p-overview-history_img {
    margin-top: 1.333333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .p-overview-history .p-overview-history_item .p-overview-history_desc .p-overview-history_txt {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .p-overview-history .p-overview-history_item .p-overview-history_desc .p-overview-history_txt {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .p-overview-history .p-overview-history_item .p-overview-history_desc .p-overview-history_txt + .p-overview-history_txt {
    margin-top: min(0.857142857142857vw, 12px);
  }
}
@media screen and (max-width: 900px) {
  .p-overview-history .p-overview-history_item .p-overview-history_desc .p-overview-history_txt + .p-overview-history_txt {
    margin-top: 0.8vw;
  }
}
.p-recruit-kv {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-recruit-kv {
    padding-top: min(8.571428571428571vw, 120px);
    background: -webkit-linear-gradient(135deg, #004e7b, #4895c6);
    background: linear-gradient(-45deg, #004e7b, #4895c6);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-kv {
    padding-top: 22.400000000000002vw;
    background: -webkit-gradient(linear, left bottom, left top, from(#004e7b), to(#4895c6));
    background: -webkit-linear-gradient(bottom, #004e7b, #4895c6);
    background: linear-gradient(0deg, #004e7b, #4895c6);
  }
}
.p-recruit-kv.is-anim .p-recruit-kv_inner .p-recruit-kv_hdg,
.p-recruit-kv.is-anim .p-recruit-kv_inner .p-recruit-kv_img,
.p-recruit-kv.is-anim .p-recruit-kv_inner .l-btn-04_wrapper {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.p-recruit-kv .p-recruit-kv_inner {
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-recruit-kv .p-recruit-kv_inner {
    width: min(100vw, 1400px);
    height: min(56.14285714285714vw, 786px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-kv .p-recruit-kv_inner {
    width: 100%;
    height: 205.0666666666667vw;
  }
}
.p-recruit-kv .p-recruit-kv_inner .p-recruit-kv_hdg,
.p-recruit-kv .p-recruit-kv_inner .p-recruit-kv_img,
.p-recruit-kv .p-recruit-kv_inner .l-btn-04_wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
@media screen and (min-width: 901px) {
  .p-recruit-kv .p-recruit-kv_inner .p-recruit-kv_hdg,
  .p-recruit-kv .p-recruit-kv_inner .p-recruit-kv_img,
  .p-recruit-kv .p-recruit-kv_inner .l-btn-04_wrapper {
    -webkit-transform: translateY(min(1.071428571428571vw, 15px));
    transform: translateY(min(1.071428571428571vw, 15px));
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-kv .p-recruit-kv_inner .p-recruit-kv_hdg,
  .p-recruit-kv .p-recruit-kv_inner .p-recruit-kv_img,
  .p-recruit-kv .p-recruit-kv_inner .l-btn-04_wrapper {
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-kv .p-recruit-kv_inner .p-recruit-kv_hdg {
    width: min(44.597857142857144vw, 624.37px);
    position: absolute;
    z-index: 1;
    top: min(21.642857142857146vw, 303px);
    right: min(3.571428571428571vw, 50px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-kv .p-recruit-kv_inner .p-recruit-kv_hdg {
    width: 89.33333333333333vw;
    margin: 5.866666666666666vw auto 0;
  }
}
.p-recruit-kv .p-recruit-kv_inner .p-recruit-kv_img {
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .p-recruit-kv .p-recruit-kv_inner .p-recruit-kv_img {
    width: min(92.85714285714286vw, 1300px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-kv .p-recruit-kv_inner .p-recruit-kv_img {
    width: 95.73333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-kv .l-btn-04_wrapper {
    margin-top: min(3.642857142857143vw, 51px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-kv .l-btn-04_wrapper {
    margin-top: 11.200000000000001vw;
  }
}
.p-recruit-kv .l-btn-04_wrapper .l-btn-04_lead {
  color: #fff;
}
@media screen and (min-width: 901px) {
  .p-recruit-nav {
    padding: min(2.357142857142857vw, 33px) 0;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-nav {
    display: none;
  }
}
.p-recruit-nav .p-recruit-nav_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-recruit-nav .p-recruit-nav_list .p-recruit-nav_item + .p-recruit-nav_item {
  margin-left: min(0.857142857142857vw, 12px);
}
.p-recruit-nav .p-recruit-nav_list .p-recruit-nav_item a {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #004e7b;
  width: min(11vw, 154px);
  padding: min(1.071428571428571vw, 15px) 0 min(3.357142857142857vw, 47px);
  border-radius: min(1.142857142857143vw, 16px);
  font-size: min(1.142857142857143vw, 16px);
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
}
.p-recruit-nav .p-recruit-nav_list .p-recruit-nav_item a:hover {
  color: #004e7b;
}
.p-recruit-nav .p-recruit-nav_list .p-recruit-nav_item a:hover .-deco {
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  border: 0 solid #004e7b;
}
.p-recruit-nav .p-recruit-nav_list .p-recruit-nav_item a:hover .-deco::before {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.p-recruit-nav .p-recruit-nav_list .p-recruit-nav_item a:hover .-deco::after {
  -webkit-transform: translateY(120%);
  transform: translateY(120%);
}
.p-recruit-nav .p-recruit-nav_list .p-recruit-nav_item a .-deco {
  display: block;
  background: #fff;
  border: 1px solid #004e7b;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
  width: min(1.428571428571429vw, 20px);
  height: min(1.428571428571429vw, 20px);
  bottom: min(1.071428571428571vw, 15px);
}
.p-recruit-nav .p-recruit-nav_list .p-recruit-nav_item a .-deco::before,
.p-recruit-nav .p-recruit-nav_list .p-recruit-nav_item a .-deco::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: min(0.571428571428571vw, 8px);
  mask-size: min(0.571428571428571vw, 8px);
  -webkit-mask-image: url("/assets/images/common/arrow_04.svg");
  mask-image: url("/assets/images/common/arrow_04.svg");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-recruit-nav .p-recruit-nav_list .p-recruit-nav_item a .-deco::before {
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  background-color: #fff;
}
.p-recruit-nav .p-recruit-nav_list .p-recruit-nav_item a .-deco::after {
  background-color: #004e7b;
}
.p-recruit-message {
  background-repeat: no-repeat;
}
@media screen and (min-width: 901px) {
  .p-recruit-message {
    height: min(65.14285714285715vw, 912px);
    background-image: url("/assets/images/recruit/top/message/img_01_pc.jpg");
    background-size: min(100vw, 1400px);
    background-position: top center;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-message {
    background-image: url("/assets/images/recruit/top/message/img_01_sp.jpg");
    background-size: 100%;
    background-position: top 44.266666666666666vw center;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-message .p-recruit-message_inner {
    width: min(45.14285714285714vw, 632px);
    margin: 0 0 0 auto;
    padding: min(5.642857142857142vw, 79px) 0 0;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-message .p-recruit-message_inner {
    padding: 17.333333333333336vw 0 16.8vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-message .l-hdg-01 {
    margin-bottom: min(2.5vw, 35px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-message .l-hdg-01 {
    margin-bottom: 165.33333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-message .p-recruit-message_txt {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-message .p-recruit-message_txt {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-message .p-recruit-message_txt + .p-recruit-message_txt {
    margin-top: min(2vw, 28px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-message .p-recruit-message_txt + .p-recruit-message_txt {
    margin-top: 6.4vw;
  }
}
.p-recruit-message .p-recruit-message_sign {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (min-width: 901px) {
  .p-recruit-message .p-recruit-message_sign {
    margin-top: min(1.928571428571428vw, 27px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-message .p-recruit-message_sign {
    margin-top: 4.533333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-message .p-recruit-message_sign_co {
    font-size: min(1vw, 14px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-message .p-recruit-message_sign_co {
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-message .p-recruit-message_sign_post {
    margin-top: min(0.785714285714286vw, 11px);
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-message .p-recruit-message_sign_post {
    margin-top: 2.933333333333333vw;
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-message .p-recruit-message_sign_img {
    width: min(11.428571428571429vw, 160px);
    margin-top: min(0.5vw, 7px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-message .p-recruit-message_sign_img {
    width: 34.66666666666667vw;
    margin-top: 1.866666666666667vw;
  }
}
.p-recruit-business {
  background: -webkit-linear-gradient(45deg, #004e7b, #4895c6);
  background: linear-gradient(45deg, #004e7b, #4895c6);
}
@media screen and (min-width: 901px) {
  .p-recruit-business {
    padding: min(8vw, 112px) 0 min(7.142857142857142vw, 100px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-business {
    padding: 12vw 0 10.666666666666668vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-business .p-recruit-business-link_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: min(4.214285714285714vw, 59px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-business .p-recruit-business-link_list {
    margin-top: 10.4vw;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-business .p-recruit-business-link_list .p-recruit-business-link_item + .p-recruit-business-link_item {
    margin-top: 8.533333333333333vw;
  }
}
.p-recruit-business .p-recruit-business-link_list .p-recruit-business-link_item a {
  display: block;
  background-color: #fff;
  overflow: hidden;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .p-recruit-business .p-recruit-business-link_list .p-recruit-business-link_item a {
    width: min(26vw, 364px);
    border-radius: min(1.142857142857143vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-business .p-recruit-business-link_list .p-recruit-business-link_item a {
    border-radius: 4.266666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-business .p-recruit-business-link_list .p-recruit-business-link_item a:hover .p-recruit-business-link_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .p-recruit-business .p-recruit-business-link_list .p-recruit-business-link_item a:hover .p-recruit-business-link_tag {
    color: #333;
  }
  .p-recruit-business .p-recruit-business-link_list .p-recruit-business-link_item a:hover .p-recruit-business-link_ttl {
    color: #004e7b;
  }
  .p-recruit-business .p-recruit-business-link_list .p-recruit-business-link_item a:hover .p-recruit-business-link_arrow .-deco::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .p-recruit-business .p-recruit-business-link_list .p-recruit-business-link_item a:hover .p-recruit-business-link_arrow .-deco::after {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
  }
}
.p-recruit-business .p-recruit-business-link_list .p-recruit-business-link_item .p-recruit-business-link_img {
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-recruit-business .p-recruit-business-link_list .p-recruit-business-link_item .p-recruit-business-link_img {
    height: min(21.428571428571427vw, 300px);
  }
}
.p-recruit-business .p-recruit-business-link_list .p-recruit-business-link_item .p-recruit-business-link_img img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-recruit-business .p-recruit-business-link_list .p-recruit-business-link_item .p-recruit-business-link_desc {
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-recruit-business .p-recruit-business-link_list .p-recruit-business-link_item .p-recruit-business-link_desc {
    padding: min(1.142857142857143vw, 16px) min(1.428571428571429vw, 20px) min(4.214285714285714vw, 59px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-business .p-recruit-business-link_list .p-recruit-business-link_item .p-recruit-business-link_desc {
    padding: 3.2vw 4.266666666666667vw 17.333333333333336vw;
  }
}
.p-recruit-business .p-recruit-business-link_list .p-recruit-business-link_item .p-recruit-business-link_tag {
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .p-recruit-business .p-recruit-business-link_list .p-recruit-business-link_item .p-recruit-business-link_tag {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-business .p-recruit-business-link_list .p-recruit-business-link_item .p-recruit-business-link_tag {
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-business .p-recruit-business-link_list .p-recruit-business-link_item .p-recruit-business-link_ttl {
    margin-top: min(0.285714285714286vw, 4px);
    font-size: min(1.714285714285714vw, 24px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-business .p-recruit-business-link_list .p-recruit-business-link_item .p-recruit-business-link_ttl {
    margin-top: 0.8vw;
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-recruit-business .p-recruit-business-link_list .p-recruit-business-link_item .p-recruit-business-link_arrow {
  position: absolute;
}
@media screen and (min-width: 901px) {
  .p-recruit-business .p-recruit-business-link_list .p-recruit-business-link_item .p-recruit-business-link_arrow {
    padding-right: min(2.571428571428571vw, 36px);
    right: min(1.428571428571429vw, 20px);
    bottom: min(2vw, 28px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-business .p-recruit-business-link_list .p-recruit-business-link_item .p-recruit-business-link_arrow {
    padding-right: 8.533333333333333vw;
    right: 4.266666666666667vw;
    bottom: 7.733333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-business .p-recruit-business-link_list .p-recruit-business-link_item .p-recruit-business-link_arrow .-txt {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-business .p-recruit-business-link_list .p-recruit-business-link_item .p-recruit-business-link_arrow .-txt {
    font-size: 3.733333333333334vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-recruit-business .p-recruit-business-link_list .p-recruit-business-link_item .p-recruit-business-link_arrow .-deco {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-recruit-business .p-recruit-business-link_list .p-recruit-business-link_item .p-recruit-business-link_arrow .-deco {
    width: min(1.714285714285714vw, 24px);
    height: min(1.714285714285714vw, 24px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-business .p-recruit-business-link_list .p-recruit-business-link_item .p-recruit-business-link_arrow .-deco {
    width: 5.333333333333334vw;
    height: 5.333333333333334vw;
  }
}
.p-recruit-business .p-recruit-business-link_list .p-recruit-business-link_item .p-recruit-business-link_arrow .-deco::before,
.p-recruit-business .p-recruit-business-link_list .p-recruit-business-link_item .p-recruit-business-link_arrow .-deco::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/images/common/arrow_02.svg");
  mask-image: url("/assets/images/common/arrow_02.svg");
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .p-recruit-business .p-recruit-business-link_list .p-recruit-business-link_item .p-recruit-business-link_arrow .-deco::before,
  .p-recruit-business .p-recruit-business-link_list .p-recruit-business-link_item .p-recruit-business-link_arrow .-deco::after {
    -webkit-mask-size: min(1vw, 14px);
    mask-size: min(1vw, 14px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-business .p-recruit-business-link_list .p-recruit-business-link_item .p-recruit-business-link_arrow .-deco::before,
  .p-recruit-business .p-recruit-business-link_list .p-recruit-business-link_item .p-recruit-business-link_arrow .-deco::after {
    -webkit-mask-size: 3.2vw;
    mask-size: 3.2vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-business .p-recruit-business-link_list .p-recruit-business-link_item .p-recruit-business-link_arrow .-deco::before {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-business .p-recruit-business-link_list .p-recruit-business-link_item .p-recruit-business-link_arrow .-deco::before {
    content: none;
  }
}
.p-recruit-business .p-recruit-business-feature_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 901px) {
  .p-recruit-business .p-recruit-business-feature_list {
    margin-top: min(7.142857142857142vw, 100px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-business .p-recruit-business-feature_list {
    margin-top: 16vw;
  }
}
.p-recruit-business .p-recruit-business-feature_list .p-recruit-business-feature_item {
  display: block;
  overflow: hidden;
  height: 100%;
  border: 1px solid #fff;
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-recruit-business .p-recruit-business-feature_list .p-recruit-business-feature_item {
    width: min(26vw, 364px);
    height: min(16vw, 224px);
    border-radius: min(1.142857142857143vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-business .p-recruit-business-feature_list .p-recruit-business-feature_item {
    width: 42.66666666666667vw;
    height: 32vw;
    border-radius: 2.666666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-business .p-recruit-business-feature_list .p-recruit-business-feature_item:nth-of-type(n + 4) {
    margin-top: min(2.285714285714286vw, 32px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-business .p-recruit-business-feature_list .p-recruit-business-feature_item:nth-of-type(n + 3) {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-business .p-recruit-business-feature_list .p-recruit-business-feature_item:nth-of-type(3) > .-no {
    letter-spacing: -0.08em;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-business .p-recruit-business-feature_list .p-recruit-business-feature_item:nth-of-type(3) > .-no {
    letter-spacing: -0.11em;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-business .p-recruit-business-feature_list .p-recruit-business-feature_item:nth-of-type(5) > .-no {
    width: min(15.214285714285714vw, 213px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-business .p-recruit-business-feature_list .p-recruit-business-feature_item:nth-of-type(5) > .-no {
    width: 21.866666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-business .p-recruit-business-feature_list .p-recruit-business-feature_item:nth-of-type(7).is-note > .-no {
    top: min(7.785714285714286vw, 109px);
    font-size: min(5.714285714285714vw, 80px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-business .p-recruit-business-feature_list .p-recruit-business-feature_item:nth-of-type(7).is-note > .-no {
    top: 14.666666666666666vw;
    font-size: 10.666666666666668vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-recruit-business .p-recruit-business-feature_list .p-recruit-business-feature_item > .-ttl {
  background-color: #fff;
  color: #004e7b;
  border-radius: 100px;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  .p-recruit-business .p-recruit-business-feature_list .p-recruit-business-feature_item > .-ttl {
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
    top: min(2.071428571428571vw, 29px);
    left: min(2.071428571428571vw, 29px);
    padding: min(0.571428571428571vw, 8px) min(1.142857142857143vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-business .p-recruit-business-feature_list .p-recruit-business-feature_item > .-ttl {
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
    top: 2.933333333333333vw;
    left: 2.933333333333333vw;
    padding: 1.066666666666667vw 2.133333333333333vw;
  }
}
.p-recruit-business .p-recruit-business-feature_list .p-recruit-business-feature_item > .-no {
  color: #fff;
  position: absolute;
  z-index: 2;
  text-align: right;
}
@media screen and (min-width: 901px) {
  .p-recruit-business .p-recruit-business-feature_list .p-recruit-business-feature_item > .-no {
    width: min(17.857142857142858vw, 250px);
    font-size: min(7.142857142857142vw, 100px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
    top: min(6.571428571428571vw, 92px);
    left: min(3.642857142857143vw, 51px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-business .p-recruit-business-feature_list .p-recruit-business-feature_item > .-no {
    width: 26.666666666666668vw;
    font-size: 12.8vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
    top: 15.2vw;
    left: 6.933333333333333vw;
  }
}
.p-recruit-business .p-recruit-business-feature_list .p-recruit-business-feature_item > .-txt {
  position: absolute;
  top: -1px;
  left: -1px;
}
@media screen and (min-width: 901px) {
  .p-recruit-business .p-recruit-business-feature_list .p-recruit-business-feature_item > .-txt {
    width: min(26vw, 364px);
    height: min(16vw, 224px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-business .p-recruit-business-feature_list .p-recruit-business-feature_item > .-txt {
    width: 42.66666666666667vw;
    height: 32vw;
  }
}
.p-recruit-business .p-recruit-business-feature_list .p-recruit-business-feature_item > .-since {
  color: #fff;
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 901px) {
  .p-recruit-business .p-recruit-business-feature_list .p-recruit-business-feature_item > .-since {
    width: min(12.857142857142856vw, 180px);
    top: min(5.357142857142857vw, 75px);
    left: min(11.714285714285715vw, 164px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-business .p-recruit-business-feature_list .p-recruit-business-feature_item > .-since {
    width: 23.200000000000003vw;
    top: 10.666666666666668vw;
    left: 15.466666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-business .p-recruit-business-feature_list .p-recruit-business-feature_item > .-since > .-no {
    font-size: min(2.571428571428571vw, 36px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-business .p-recruit-business-feature_list .p-recruit-business-feature_item > .-since > .-no {
    font-size: 4.266666666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-business .p-recruit-business-feature_list .p-recruit-business-feature_item > .-since > .-txt {
    font-size: min(1.714285714285714vw, 24px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-business .p-recruit-business-feature_list .p-recruit-business-feature_item > .-since > .-txt {
    font-size: 3.733333333333334vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-business .p-recruit-business-feature_list .p-recruit-business-feature_item.is-note > .-no {
    top: 12.266666666666666vw;
  }
}
.p-recruit-business .p-recruit-business-feature_list .p-recruit-business-feature_item.is-note > .-note {
  color: #fff;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  .p-recruit-business .p-recruit-business-feature_list .p-recruit-business-feature_item.is-note > .-note {
    font-size: min(0.857142857142857vw, 12px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
    bottom: min(0.857142857142857vw, 12px);
    right: min(2.071428571428571vw, 29px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-business .p-recruit-business-feature_list .p-recruit-business-feature_item.is-note > .-note {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
    bottom: 1.6vw;
    right: 2.666666666666667vw;
  }
}
.p-recruit-description {
  background-color: #f8f8f8;
}
@media screen and (min-width: 901px) {
  .p-recruit-description {
    padding: min(8vw, 112px) 0 min(7.142857142857142vw, 100px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-description {
    padding: 12vw 0 10.666666666666668vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-description .p-recruit-description_lead {
    margin-top: min(2.428571428571428vw, 34px);
    font-size: min(1.428571428571429vw, 20px);
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-description .p-recruit-description_lead {
    margin-top: 5.333333333333334vw;
    font-size: 4.266666666666667vw;
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.p-recruit-description .p-recruit-description_img {
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-recruit-description .p-recruit-description_img {
    margin-top: min(2.428571428571428vw, 34px);
    border-radius: min(2.142857142857143vw, 30px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-description .p-recruit-description_img {
    margin-top: 5.333333333333334vw;
    margin-bottom: 10.666666666666668vw;
    border-radius: 5.333333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-description .p-recruit-description-acc {
    margin-top: min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-description .p-recruit-description-acc {
    margin-top: 5.333333333333334vw;
  }
}
.p-recruit-description .p-recruit-description-acc_trg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: #004e7b;
  color: #fff;
  text-align: left;
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-recruit-description .p-recruit-description-acc_trg {
    padding: min(1.5vw, 21px) min(2.857142857142857vw, 40px) min(1.142857142857143vw, 16px);
    border-radius: min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-description .p-recruit-description-acc_trg {
    padding: 3.733333333333334vw 4.533333333333333vw 2.666666666666667vw;
    border-radius: 2.133333333333333vw;
  }
}
.p-recruit-description .p-recruit-description-acc_trg::before,
.p-recruit-description .p-recruit-description-acc_trg::after {
  content: "";
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 901px) {
  .p-recruit-description .p-recruit-description-acc_trg::before,
  .p-recruit-description .p-recruit-description-acc_trg::after {
    width: min(1.726428571428571vw, 24.17px);
    height: min(0.214285714285714vw, 3px);
    right: min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-description .p-recruit-description-acc_trg::before,
  .p-recruit-description .p-recruit-description-acc_trg::after {
    width: 4.266666666666667vw;
    height: 0.533333333333333vw;
    right: 4.266666666666667vw;
  }
}
.p-recruit-description .p-recruit-description-acc_trg::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.p-recruit-description .p-recruit-description-acc_trg.is-open::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media screen and (min-width: 901px) {
  .p-recruit-description .p-recruit-description-acc_trg .-no {
    margin-right: min(1.571428571428572vw, 22px);
    font-size: min(2.142857142857143vw, 30px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-description .p-recruit-description-acc_trg .-no {
    margin-right: 1.066666666666667vw;
    font-size: 4.266666666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-description .p-recruit-description-acc_trg .-txt {
    font-size: min(1.714285714285714vw, 24px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-description .p-recruit-description-acc_trg .-txt {
    font-size: 4.266666666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-description .p-recruit-description-acc_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-description .p-recruit-description-acc_inner {
    padding-top: 5.333333333333334vw;
  }
}
.p-recruit-description .p-recruit-description-acc_inner .-img {
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-recruit-description .p-recruit-description-acc_inner .-img {
    width: min(40.57142857142857vw, 568px);
    border-radius: min(2.142857142857143vw, 30px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-description .p-recruit-description-acc_inner .-img {
    border-radius: 5.333333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-description .p-recruit-description-acc_inner .-desc {
    width: min(40.57142857142857vw, 568px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-description .p-recruit-description-acc_inner .-desc {
    margin-top: 4.8vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-description .p-recruit-description-acc_inner .-desc .-txt {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.8;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-description .p-recruit-description-acc_inner .-desc .-txt {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-description .p-recruit-description-acc_inner .-desc .-txt + .-txt {
    margin-top: min(1.785714285714286vw, 25px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-description .p-recruit-description-acc_inner .-desc .-txt + .-txt {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-ideal {
    padding: min(8vw, 112px) 0 min(7.142857142857142vw, 100px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-ideal {
    padding: 12vw 0 10.666666666666668vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-ideal .p-recruit-ideal_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: min(2.071428571428571vw, 29px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-ideal .p-recruit-ideal_list {
    margin-top: 10.4vw;
  }
}
.p-recruit-ideal .p-recruit-ideal_list .p-recruit-ideal_item {
  display: block;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0,78,123,0.1);
  box-shadow: 0 3px 6px rgba(0,78,123,0.1);
}
@media screen and (max-width: 900px) {
  .p-recruit-ideal .p-recruit-ideal_list .p-recruit-ideal_item + .p-recruit-ideal_item {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-ideal .p-recruit-ideal_list .p-recruit-ideal_item {
    width: min(20vw, 280px);
    border-radius: min(1.142857142857143vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-ideal .p-recruit-ideal_list .p-recruit-ideal_item {
    border-radius: 4.266666666666667vw;
  }
}
.p-recruit-ideal .p-recruit-ideal_list .p-recruit-ideal_item .p-recruit-ideal_desc {
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-recruit-ideal .p-recruit-ideal_list .p-recruit-ideal_item .p-recruit-ideal_desc {
    padding: min(1vw, 14px) min(1.5vw, 21px) min(1.571428571428572vw, 22px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-ideal .p-recruit-ideal_list .p-recruit-ideal_item .p-recruit-ideal_desc {
    padding: 3.733333333333334vw 4.266666666666667vw 5.866666666666666vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-ideal .p-recruit-ideal_list .p-recruit-ideal_item .p-recruit-ideal_ttl {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-ideal .p-recruit-ideal_list .p-recruit-ideal_item .p-recruit-ideal_ttl {
    font-size: 4.266666666666667vw;
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.p-recruit-interview {
  background: -webkit-linear-gradient(45deg, #004e7b, #4895c6);
  background: linear-gradient(45deg, #004e7b, #4895c6);
}
@media screen and (min-width: 901px) {
  .p-recruit-interview {
    padding: min(8vw, 112px) 0 min(7.142857142857142vw, 100px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview {
    padding: 12vw 0 10.666666666666668vw;
  }
}
.p-recruit-interview.-lower {
  background: #eff6ff;
}
@media screen and (min-width: 901px) {
  .p-recruit-interview .p-recruit-interview_wrapper {
    width: min(82.85714285714286vw, 1160px);
    margin: min(2.785714285714286vw, 39px) auto 0;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview .p-recruit-interview_wrapper {
    width: 94.66666666666667vw;
    margin: 10.4vw 0 0 auto;
    padding-bottom: 16vw;
  }
}
.p-recruit-interview .p-recruit-interview_wrapper .splide__arrows {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 901px) {
  .p-recruit-interview .p-recruit-interview_wrapper .splide__arrows {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview .p-recruit-interview_wrapper .splide__arrows {
    width: 25.6vw;
    left: 0;
    bottom: -14.933333333333335vw;
  }
}
.p-recruit-interview .p-recruit-interview_wrapper .splide__arrow--prev,
.p-recruit-interview .p-recruit-interview_wrapper .splide__arrow--next {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border: 1px solid #004e7b;
  background-color: #fff;
  opacity: 1;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .p-recruit-interview .p-recruit-interview_wrapper .splide__arrow--prev,
  .p-recruit-interview .p-recruit-interview_wrapper .splide__arrow--next {
    width: 10.666666666666668vw;
    height: 10.666666666666668vw;
  }
}
.p-recruit-interview .p-recruit-interview_wrapper .splide__arrow--prev::before,
.p-recruit-interview .p-recruit-interview_wrapper .splide__arrow--next::before,
.p-recruit-interview .p-recruit-interview_wrapper .splide__arrow--prev::after,
.p-recruit-interview .p-recruit-interview_wrapper .splide__arrow--next::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/images/common/arrow_02.svg");
  mask-image: url("/assets/images/common/arrow_02.svg");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .p-recruit-interview .p-recruit-interview_wrapper .splide__arrow--prev::before,
  .p-recruit-interview .p-recruit-interview_wrapper .splide__arrow--next::before,
  .p-recruit-interview .p-recruit-interview_wrapper .splide__arrow--prev::after,
  .p-recruit-interview .p-recruit-interview_wrapper .splide__arrow--next::after {
    -webkit-mask-size: 4.266666666666667vw;
    mask-size: 4.266666666666667vw;
  }
}
.p-recruit-interview .p-recruit-interview_wrapper .splide__arrow--prev::before,
.p-recruit-interview .p-recruit-interview_wrapper .splide__arrow--next::before {
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .p-recruit-interview .p-recruit-interview_wrapper .splide__arrow--prev::before,
  .p-recruit-interview .p-recruit-interview_wrapper .splide__arrow--next::before {
    content: none;
  }
}
.p-recruit-interview .p-recruit-interview_wrapper .splide__arrow--prev::after,
.p-recruit-interview .p-recruit-interview_wrapper .splide__arrow--next::after {
  background-color: #004e7b;
}
@media screen and (min-width: 901px) {
  .p-recruit-interview .p-recruit-interview_wrapper .splide__arrow--prev:hover,
  .p-recruit-interview .p-recruit-interview_wrapper .splide__arrow--next:hover {
    background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
    background: -webkit-linear-gradient(left, #004e7b, #4895c6);
    background: linear-gradient(90deg, #004e7b, #4895c6);
  }
}
.p-recruit-interview .p-recruit-interview_wrapper .splide__arrow--prev svg,
.p-recruit-interview .p-recruit-interview_wrapper .splide__arrow--next svg {
  display: none;
}
@media screen and (min-width: 901px) {
  .p-recruit-interview .p-recruit-interview_wrapper .splide__arrow--prev::before {
    -webkit-transform: translateX(120%) rotate(180deg);
    transform: translateX(120%) rotate(180deg);
  }
}
.p-recruit-interview .p-recruit-interview_wrapper .splide__arrow--prev::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (min-width: 901px) {
  .p-recruit-interview .p-recruit-interview_wrapper .splide__arrow--prev:hover::before {
    -webkit-transform: translateX(0%) rotate(180deg);
    transform: translateX(0%) rotate(180deg);
  }
  .p-recruit-interview .p-recruit-interview_wrapper .splide__arrow--prev:hover::after {
    -webkit-transform: translateX(-120%) rotate(180deg);
    transform: translateX(-120%) rotate(180deg);
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-interview .p-recruit-interview_wrapper .splide__arrow--next::before {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-interview .p-recruit-interview_wrapper .splide__arrow--next:hover::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .p-recruit-interview .p-recruit-interview_wrapper .splide__arrow--next:hover::after {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-interview .p-recruit-interview_list {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: min(4.214285714285714vw, 59px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview .p-recruit-interview_list {
    margin-top: 10.4vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-interview .p-recruit-interview_list .p-recruit-interview-item {
    width: min(26.285714285714285vw, 368px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview .p-recruit-interview_list .p-recruit-interview-item {
    width: 81.06666666666666vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-interview .p-recruit-interview_list .p-recruit-interview-item + .p-recruit-interview-item {
    margin-left: min(2vw, 28px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview .p-recruit-interview_list .p-recruit-interview-item + .p-recruit-interview-item {
    margin-top: 8.533333333333333vw;
  }
}
.p-recruit-interview .p-recruit-interview_list .p-recruit-interview-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-recruit-interview .p-recruit-interview_list .p-recruit-interview-item a {
    width: min(26.285714285714285vw, 368px);
    height: min(41.785714285714285vw, 585px);
    padding: min(2.071428571428571vw, 29px) min(1.714285714285714vw, 24px);
    background-size: 100%;
    -webkit-transition: background-size 0.3s;
    transition: background-size 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview .p-recruit-interview_list .p-recruit-interview-item a {
    width: 77.86666666666666vw;
    height: 112.00000000000001vw;
    padding: 4.266666666666667vw;
    background-size: cover;
  }
}
.p-recruit-interview .p-recruit-interview_list .p-recruit-interview-item a::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#004e7b), to(transparent));
  background: -webkit-linear-gradient(bottom, #004e7b, transparent);
  background: linear-gradient(0deg, #004e7b, transparent);
}
@media screen and (min-width: 901px) {
  .p-recruit-interview .p-recruit-interview_list .p-recruit-interview-item a::after {
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
  }
}
.p-recruit-interview .p-recruit-interview_list .p-recruit-interview-item a.-item01 {
  background-image: url("/assets/images/recruit/top/interview/img_01.jpg");
}
.p-recruit-interview .p-recruit-interview_list .p-recruit-interview-item a.-item02 {
  background-image: url("/assets/images/recruit/top/interview/img_02.jpg");
}
.p-recruit-interview .p-recruit-interview_list .p-recruit-interview-item a.-item03 {
  background-image: url("/assets/images/recruit/top/interview/img_03.jpg");
}
@media screen and (min-width: 901px) {
  .p-recruit-interview .p-recruit-interview_list .p-recruit-interview-item a:hover {
    background-size: 110%;
  }
  .p-recruit-interview .p-recruit-interview_list .p-recruit-interview-item a:hover::after {
    height: 70%;
  }
}
.p-recruit-interview .p-recruit-interview_list .p-recruit-interview-item a .-ttl {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  .p-recruit-interview .p-recruit-interview_list .p-recruit-interview-item a .-ttl {
    font-size: min(1.714285714285714vw, 24px);
    line-height: 1.8;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview .p-recruit-interview_list .p-recruit-interview-item a .-ttl {
    font-size: 5.333333333333334vw;
    line-height: 1.8;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-recruit-interview .p-recruit-interview_list .p-recruit-interview-item a .-name {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  .p-recruit-interview .p-recruit-interview_list .p-recruit-interview-item a .-name {
    margin-top: min(1.428571428571429vw, 20px);
    font-size: min(1vw, 14px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview .p-recruit-interview_list .p-recruit-interview-item a .-name {
    margin-top: 3.2vw;
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-interview .l-btn-05_wrapper,
  .p-recruit-interview .l-btn-07_wrapper {
    margin-top: min(4.285714285714286vw, 60px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview .l-btn-05_wrapper,
  .p-recruit-interview .l-btn-07_wrapper {
    margin-top: 10.666666666666668vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-step {
    padding: min(8vw, 112px) 0 min(7.142857142857142vw, 100px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-step {
    padding: 12vw 0 10.666666666666668vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-step .l-btn-06_wrapper {
    margin-top: min(4.285714285714286vw, 60px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-step .l-btn-06_wrapper {
    margin-top: 10.666666666666668vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-step_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (min(22.857142857142858vw, 320px))[3];
    grid-template-columns: repeat(3, min(22.857142857142858vw, 320px));
    -webkit-column-gap: min(6.642857142857143vw, 93px);
    -moz-column-gap: min(6.642857142857143vw, 93px);
    column-gap: min(6.642857142857143vw, 93px);
    margin-top: min(2.785714285714286vw, 39px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-step_list {
    margin-top: 9.6vw;
    padding-left: 4vw;
  }
}
.p-recruit-step_list .p-recruit-step_item {
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-recruit-step_list .p-recruit-step_item {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: subgrid;
    grid-template-rows: subgrid;
    -ms-grid-row-span: 3;
    grid-row: span 3;
  }
}
.p-recruit-step_list .p-recruit-step_item::before,
.p-recruit-step_list .p-recruit-step_item::after {
  content: "";
  display: block;
  background-color: #004e7b;
  position: absolute;
}
@media screen and (min-width: 901px) {
  .p-recruit-step_list .p-recruit-step_item::before {
    width: min(29.28571428571429vw, 410px);
    height: 1px;
    left: 0;
    top: min(3.214285714285714vw, 45px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-step_list .p-recruit-step_item::before {
    width: 1px;
    height: calc(100% + 4vw);
    left: -2.933333333333333vw;
    top: 4vw;
  }
}
.p-recruit-step_list .p-recruit-step_item::after {
  border-radius: 50%;
}
@media screen and (min-width: 901px) {
  .p-recruit-step_list .p-recruit-step_item::after {
    width: min(0.714285714285714vw, 10px);
    height: min(0.714285714285714vw, 10px);
    top: min(2.928571428571429vw, 41px);
    right: max(-6.714285714285714vw, -94px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-step_list .p-recruit-step_item::after {
    width: 2.666666666666667vw;
    height: 2.666666666666667vw;
    top: 2.666666666666667vw;
    left: -4vw;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-step_list .p-recruit-step_item:last-of-type::before {
    content: none;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-step_list .p-recruit-step_item + .p-recruit-step_item {
    margin-top: 4.533333333333333vw;
  }
}
.p-recruit-step_list .p-recruit-step_item .p-recruit-step_ttl {
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .p-recruit-step_list .p-recruit-step_item .p-recruit-step_ttl {
    margin-bottom: min(1.928571428571428vw, 27px);
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-step_list .p-recruit-step_item .p-recruit-step_ttl {
    margin-bottom: 2.133333333333333vw;
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}
.p-recruit-step_list .p-recruit-step_item .p-recruit-step_txt {
  color: #333;
}
@media screen and (min-width: 901px) {
  .p-recruit-step_list .p-recruit-step_item .p-recruit-step_txt {
    margin-bottom: min(0.357142857142857vw, 5px);
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.8;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-step_list .p-recruit-step_item .p-recruit-step_txt {
    margin-bottom: 4.533333333333333vw;
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.p-recruit-entry {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-recruit-entry {
    background: -webkit-linear-gradient(45deg, #004e7b, #4895c6);
    background: linear-gradient(45deg, #004e7b, #4895c6);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-entry {
    background: -webkit-gradient(linear, left bottom, left top, from(#004e7b), to(#4895c6));
    background: -webkit-linear-gradient(bottom, #004e7b, #4895c6);
    background: linear-gradient(0deg, #004e7b, #4895c6);
  }
}
.p-recruit-entry .p-recruit-entry_inner {
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-recruit-entry .p-recruit-entry_inner {
    width: min(100vw, 1400px);
    height: min(41.785714285714285vw, 585px);
    margin: 0 auto;
    padding-top: min(10.428571428571429vw, 146px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-entry .p-recruit-entry_inner {
    width: 100%;
    height: 143.2vw;
    padding-top: 5.333333333333334vw;
  }
}
.p-recruit-entry .p-recruit-entry_inner .p-recruit-entry_hdg {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .p-recruit-entry .p-recruit-entry_inner .p-recruit-entry_hdg {
    width: min(31.143571428571427vw, 436.01px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-entry .p-recruit-entry_inner .p-recruit-entry_hdg {
    width: 67.31466666666667vw;
    margin-top: 6.666666666666667vw;
  }
}
.p-recruit-entry .p-recruit-entry_inner .p-recruit-entry_img {
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .p-recruit-entry .p-recruit-entry_inner .p-recruit-entry_img {
    width: min(97.14285714285714vw, 1360px);
    position: absolute;
    top: min(1.428571428571429vw, 20px);
    left: min(1.428571428571429vw, 20px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-entry .p-recruit-entry_inner .p-recruit-entry_img {
    width: 89.33333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-entry .l-btn-04_wrapper {
    margin-top: min(1.428571428571429vw, 20px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-entry .l-btn-04_wrapper {
    margin-top: 7.199999999999999vw;
  }
}
.p-recruit-entry .l-btn-04_wrapper .l-btn-04_lead {
  color: #96c8e5;
}
.p-recruit-career .p-recruit-career-acc {
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .p-recruit-career .p-recruit-career-acc {
    margin-top: min(1.642857142857143vw, 23px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-career .p-recruit-career-acc {
    margin-top: 8.533333333333333vw;
  }
}
.p-recruit-career .p-recruit-career-acc_trg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  color: #333;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #b2c2cb;
}
@media screen and (min-width: 901px) {
  .p-recruit-career .p-recruit-career-acc_trg {
    padding: min(1.428571428571429vw, 20px) min(2.857142857142857vw, 40px) min(1.428571428571429vw, 20px) 0;
    font-size: min(1.714285714285714vw, 24px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-career .p-recruit-career-acc_trg {
    padding: 3.733333333333334vw 5.333333333333334vw 3.733333333333334vw 0;
    font-size: 6.4vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-recruit-career .p-recruit-career-acc_trg::before,
.p-recruit-career .p-recruit-career-acc_trg::after {
  content: "";
  background-color: #004e7b;
  border-radius: 20px;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  right: 0;
}
@media screen and (min-width: 901px) {
  .p-recruit-career .p-recruit-career-acc_trg::before,
  .p-recruit-career .p-recruit-career-acc_trg::after {
    width: min(1.142857142857143vw, 16px);
    height: min(0.142857142857143vw, 2px);
    top: min(2.571428571428571vw, 36px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-career .p-recruit-career-acc_trg::before,
  .p-recruit-career .p-recruit-career-acc_trg::after {
    width: 4.266666666666667vw;
    height: 0.533333333333333vw;
    top: 8.266666666666666vw;
  }
}
.p-recruit-career .p-recruit-career-acc_trg::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.p-recruit-career .p-recruit-career-acc_trg.is-open::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media screen and (min-width: 901px) {
  .p-recruit-career .p-recruit-career-acc_inner {
    padding-top: min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-career .p-recruit-career-acc_inner {
    padding-top: 10.666666666666668vw;
  }
}
.p-recruit-interview-kv {
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-kv {
    height: min(56.214285714285715vw, 787px);
    padding-top: min(16.714285714285715vw, 234px);
    background-size: min(100vw, 1400px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-kv {
    height: 154.13333333333335vw;
    padding-top: 95.19999999999999vw;
    background-size: 100%;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-kv.-interview01 {
    background-image: url("/assets/images/recruit/interview/sales/bg_01_pc.jpg");
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-kv.-interview01 {
    background-image: url("/assets/images/recruit/interview/sales/bg_01_sp.jpg");
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-kv.-interview02 {
    background-image: url("/assets/images/recruit/interview/customerengineer/bg_01_pc.jpg");
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-kv.-interview02 {
    background-image: url("/assets/images/recruit/interview/customerengineer/bg_01_sp.jpg");
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-kv.-interview03 {
    background-image: url("/assets/images/recruit/interview/officefacilities/bg_01_pc.jpg");
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-kv.-interview03 {
    background-image: url("/assets/images/recruit/interview/officefacilities/bg_01_sp.jpg");
  }
}
.p-recruit-interview-kv .p-recruit-interview-kv_inner {
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-kv .p-recruit-interview-kv_inner {
    width: min(86vw, 1204px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-kv .p-recruit-interview-kv_inner {
    width: 89.33333333333333vw;
  }
}
.p-recruit-interview-kv .p-recruit-interview-kv_hdg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-recruit-interview-kv .p-recruit-interview-kv_hdg span {
  display: inline-block;
  color: #004e7b;
  background-color: #fff;
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-kv .p-recruit-interview-kv_hdg span {
    padding: min(0.5vw, 7px) min(0.571428571428571vw, 8px);
    font-size: min(3.142857142857143vw, 44px);
    line-height: 1;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-kv .p-recruit-interview-kv_hdg span {
    padding: 1.866666666666667vw;
    font-size: 7.466666666666668vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-kv .p-recruit-interview-kv_hdg span + span {
    margin-top: min(1.571428571428572vw, 22px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-kv .p-recruit-interview-kv_hdg span + span {
    margin-top: 2.4vw;
  }
}
.p-recruit-interview-kv .p-recruit-interview-kv_txt {
  color: #fff;
  text-shadow: 0 0 5px rgba(0,0,0,0.6);
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-kv .p-recruit-interview-kv_txt {
    margin-top: min(2.5vw, 35px);
    padding-left: min(0.571428571428571vw, 8px);
    font-size: min(1.714285714285714vw, 24px);
    line-height: 1;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-kv .p-recruit-interview-kv_txt {
    margin-top: 5.066666666666666vw;
    font-size: 5.333333333333334vw;
    line-height: 1;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-faq {
    margin-top: min(4.428571428571428vw, 62px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-faq {
    margin-top: 10.666666666666668vw;
  }
}
.p-recruit-interview-faq .p-recruit-interview-faq_q {
  color: #333;
  text-align: left;
  position: relative;
  background-repeat: repeat-x;
  background-position: left bottom;
  background-image: -webkit-linear-gradient(left, #333 2px, transparent 2px);
  background-image: linear-gradient(to right, #333 2px, transparent 2px);
  background-size: 4px 1px;
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-faq .p-recruit-interview-faq_q {
    padding: min(1.428571428571429vw, 20px) min(2.857142857142857vw, 40px) min(1.428571428571429vw, 20px) min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-faq .p-recruit-interview-faq_q {
    padding: 4.8vw 0 4.8vw 7.466666666666668vw;
  }
}
.p-recruit-interview-faq .p-recruit-interview-faq_q .-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  color: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-faq .p-recruit-interview-faq_q .-icon {
    width: min(2.285714285714286vw, 32px);
    height: min(2.285714285714286vw, 32px);
    top: min(1.285714285714286vw, 18px);
    padding-bottom: min(0.214285714285714vw, 3px);
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-faq .p-recruit-interview-faq_q .-icon {
    width: 6.4vw;
    height: 6.4vw;
    top: 5.600000000000001vw;
    padding-bottom: 0.8vw;
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.p-recruit-interview-faq .p-recruit-interview-faq_q .-txt {
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-faq .p-recruit-interview-faq_q .-txt {
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-faq .p-recruit-interview-faq_q .-txt {
    font-size: 4.266666666666667vw;
    line-height: 1.8;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-faq .p-recruit-interview-faq_a {
    padding: min(1.571428571428572vw, 22px) min(2.857142857142857vw, 40px) 0;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-faq .p-recruit-interview-faq_a {
    padding: 5.600000000000001vw 0 0;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-faq .p-recruit-interview-faq_a .-txt {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-faq .p-recruit-interview-faq_a .-txt {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-faq .p-recruit-interview-faq_a .-txt + .-txt {
    margin-top: min(1.142857142857143vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-faq .p-recruit-interview-faq_a .-txt + .-txt {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-faq .p-recruit-interview-faq_a + .p-recruit-interview-faq_q {
    margin-top: min(1.428571428571429vw, 20px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-faq .p-recruit-interview-faq_a + .p-recruit-interview-faq_q {
    margin-top: 4.533333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-schedule {
    margin-top: min(6.928571428571429vw, 97px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-schedule {
    margin-top: 15.2vw;
  }
}
.p-recruit-interview-schedule .p-recruit-interview-schedule_hdg {
  color: #004e7b;
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-schedule .p-recruit-interview-schedule_hdg {
    font-size: min(2.857142857142857vw, 40px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-schedule .p-recruit-interview-schedule_hdg {
    padding-left: 4.266666666666667vw;
    font-size: 6.4vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-recruit-interview-schedule .p-recruit-interview-schedule_hdg::before {
  content: "";
  display: block;
  height: 2px;
  background-color: #b2c2cb;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-schedule .p-recruit-interview-schedule_hdg::before {
    width: min(5.714285714285714vw, 80px);
    left: max(-8.571428571428571vw, -120px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-schedule .p-recruit-interview-schedule_hdg::before {
    width: 5.333333333333334vw;
    left: -5.333333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-schedule .p-recruit-interview-schedule_list {
    margin-top: min(5.642857142857142vw, 79px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-schedule .p-recruit-interview-schedule_list {
    margin-top: 10.666666666666668vw;
  }
}
.p-recruit-interview-schedule .p-recruit-interview-schedule_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  background-color: #f8f8f8;
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-schedule .p-recruit-interview-schedule_item {
    padding: min(3.357142857142857vw, 47px) min(2.857142857142857vw, 40px) min(2.785714285714286vw, 39px);
    border-radius: min(1.428571428571429vw, 20px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-schedule .p-recruit-interview-schedule_item {
    padding: 6.4vw 4.266666666666667vw 4.533333333333333vw;
    border-radius: 2.666666666666667vw;
  }
}
.p-recruit-interview-schedule .p-recruit-interview-schedule_item::before,
.p-recruit-interview-schedule .p-recruit-interview-schedule_item::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.p-recruit-interview-schedule .p-recruit-interview-schedule_item::before {
  background-color: #96c8e5;
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-schedule .p-recruit-interview-schedule_item::before {
    width: min(0.285714285714286vw, 4px);
    height: calc(100% + min(2.142857142857143vw, 30px));
    top: min(4.357142857142858vw, 61px);
    left: min(10.357142857142858vw, 145px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-schedule .p-recruit-interview-schedule_item::before {
    width: 1.066666666666667vw;
    height: calc(100% + 6.666666666666667vw);
    top: 9.333333333333334vw;
    left: 20.533333333333335vw;
  }
}
.p-recruit-interview-schedule .p-recruit-interview-schedule_item::after {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-schedule .p-recruit-interview-schedule_item::after {
    background-image: url("/assets/images/common/icon-dot_01_pc.svg");
    width: min(2.714285714285714vw, 38px);
    height: min(2.714285714285714vw, 38px);
    top: min(3.071428571428572vw, 43px);
    left: min(9.142857142857142vw, 128px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-schedule .p-recruit-interview-schedule_item::after {
    background-image: url("/assets/images/common/icon-dot_01_sp.svg");
    width: 5.866666666666666vw;
    height: 5.866666666666666vw;
    top: 6.4vw;
    left: 17.866666666666667vw;
  }
}
.p-recruit-interview-schedule .p-recruit-interview-schedule_item:last-of-type::before {
  content: none;
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-schedule .p-recruit-interview-schedule_item + .p-recruit-interview-schedule_item {
    margin-top: min(2.142857142857143vw, 30px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-schedule .p-recruit-interview-schedule_item + .p-recruit-interview-schedule_item {
    margin-top: 8vw;
  }
}
.p-recruit-interview-schedule .p-recruit-interview-schedule_item .p-recruit-interview-schedule_time {
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-schedule .p-recruit-interview-schedule_item .p-recruit-interview-schedule_time {
    width: min(5.357142857142857vw, 75px);
    padding-top: min(0.142857142857143vw, 2px);
    font-size: min(1.714285714285714vw, 24px);
    line-height: 1;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-schedule .p-recruit-interview-schedule_item .p-recruit-interview-schedule_time {
    width: 13.333333333333334vw;
    padding-top: 0.8vw;
    font-size: 4.266666666666667vw;
    line-height: 1;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-schedule .p-recruit-interview-schedule_item .p-recruit-interview-schedule_desc {
    width: min(65.5vw, 917px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-schedule .p-recruit-interview-schedule_item .p-recruit-interview-schedule_desc {
    width: 59.199999999999996vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-schedule .p-recruit-interview-schedule_item .p-recruit-interview-schedule_desc.-col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-schedule .p-recruit-interview-schedule_item .p-recruit-interview-schedule_desc.-col2 .-inner {
    width: min(39.214285714285715vw, 549px);
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-schedule .p-recruit-interview-schedule_item .p-recruit-interview-schedule_desc.-col2 .-inner > .p-recruit-interview-schedule_img {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-schedule .p-recruit-interview-schedule_item .p-recruit-interview-schedule_desc.-col2 .-inner > .p-recruit-interview-schedule_img {
    margin: 2.666666666666667vw 0;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-schedule .p-recruit-interview-schedule_item .p-recruit-interview-schedule_desc > .p-recruit-interview-schedule_img {
    width: min(24.571428571428573vw, 344px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-schedule .p-recruit-interview-schedule_item .p-recruit-interview-schedule_desc > .p-recruit-interview-schedule_img {
    display: none;
  }
}
.p-recruit-interview-schedule .p-recruit-interview-schedule_item .p-recruit-interview-schedule_desc .p-recruit-interview-schedule_ttl {
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-schedule .p-recruit-interview-schedule_item .p-recruit-interview-schedule_desc .p-recruit-interview-schedule_ttl {
    margin-bottom: min(1.285714285714286vw, 18px);
    font-size: min(2.285714285714286vw, 32px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-schedule .p-recruit-interview-schedule_item .p-recruit-interview-schedule_desc .p-recruit-interview-schedule_ttl {
    margin-bottom: 2.666666666666667vw;
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-recruit-interview-schedule .p-recruit-interview-schedule_item .p-recruit-interview-schedule_desc .p-recruit-interview-schedule_subttl {
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-schedule .p-recruit-interview-schedule_item .p-recruit-interview-schedule_desc .p-recruit-interview-schedule_subttl {
    margin-bottom: min(0.857142857142857vw, 12px);
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-schedule .p-recruit-interview-schedule_item .p-recruit-interview-schedule_desc .p-recruit-interview-schedule_subttl {
    margin-bottom: 2.133333333333333vw;
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-schedule .p-recruit-interview-schedule_item .p-recruit-interview-schedule_desc .p-recruit-interview-schedule_txt {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-schedule .p-recruit-interview-schedule_item .p-recruit-interview-schedule_desc .p-recruit-interview-schedule_txt {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-schedule .p-recruit-interview-schedule_item .p-recruit-interview-schedule_desc .p-recruit-interview-schedule_txt + .p-recruit-interview-schedule_txt {
    margin-top: min(0.857142857142857vw, 12px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-schedule .p-recruit-interview-schedule_item .p-recruit-interview-schedule_desc .p-recruit-interview-schedule_txt + .p-recruit-interview-schedule_txt {
    margin-top: 0.8vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-hitokoto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: min(6.928571428571429vw, 97px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-hitokoto {
    margin-top: 16vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-hitokoto .p-recruit-interview-hitokoto_desc {
    width: min(40.57142857142857vw, 568px);
  }
}
.p-recruit-interview-hitokoto .p-recruit-interview-hitokoto_desc .p-recruit-interview-hitokoto_hdg {
  background-repeat: repeat-x;
  background-position: left bottom;
  background-image: -webkit-linear-gradient(left, #333 2px, transparent 2px);
  background-image: linear-gradient(to right, #333 2px, transparent 2px);
  background-size: 4px 1px;
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-hitokoto .p-recruit-interview-hitokoto_desc .p-recruit-interview-hitokoto_hdg {
    margin-bottom: min(1.428571428571429vw, 20px);
    padding-bottom: min(1.428571428571429vw, 20px);
    font-size: min(2.285714285714286vw, 32px);
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-hitokoto .p-recruit-interview-hitokoto_desc .p-recruit-interview-hitokoto_hdg {
    margin-bottom: 3.466666666666666vw;
    padding-bottom: 4.266666666666667vw;
    font-size: 6.4vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}
.p-recruit-interview-hitokoto .p-recruit-interview-hitokoto_desc .p-recruit-interview-hitokoto_lead {
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-hitokoto .p-recruit-interview-hitokoto_desc .p-recruit-interview-hitokoto_lead {
    margin-bottom: min(1.285714285714286vw, 18px);
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-hitokoto .p-recruit-interview-hitokoto_desc .p-recruit-interview-hitokoto_lead {
    margin-bottom: 3.2vw;
    font-size: 4.266666666666667vw;
    line-height: 1.75;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-hitokoto .p-recruit-interview-hitokoto_desc .p-recruit-interview-hitokoto_txt {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-hitokoto .p-recruit-interview-hitokoto_desc .p-recruit-interview-hitokoto_txt {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
.p-recruit-interview-hitokoto .p-recruit-interview-hitokoto_img {
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-hitokoto .p-recruit-interview-hitokoto_img {
    width: min(40.57142857142857vw, 568px);
    border-radius: min(1.142857142857143vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-hitokoto .p-recruit-interview-hitokoto_img {
    margin-top: 9.866666666666667vw;
    border-radius: 5.333333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-linkList {
    padding: min(7.142857142857142vw, 100px) 0;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-linkList {
    padding: 16vw 0;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-linkList .l-btn-06_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-recruit-interview-linkList .l-btn-06 {
  margin: 0;
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-linkList .l-btn-06 {
    padding-right: min(2.142857142857143vw, 30px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-linkList .l-btn-06 {
    padding-right: 8vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-linkList .l-btn-06 + .l-btn-06 {
    margin-left: min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-linkList .l-btn-06 + .l-btn-06 {
    margin-top: 10.666666666666668vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-interview-linkList .l-btn-06 .-txt {
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-interview-linkList .l-btn-06 .-txt {
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-nav {
    padding: min(2.357142857142857vw, 33px) 0;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-nav {
    display: none;
  }
}
.p-recruit-culture-nav .p-recruit-culture-nav_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-recruit-culture-nav .p-recruit-culture-nav_list .p-recruit-culture-nav_item + .p-recruit-culture-nav_item {
  margin-left: min(0.857142857142857vw, 12px);
}
.p-recruit-culture-nav .p-recruit-culture-nav_list .p-recruit-culture-nav_item a {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #004e7b;
  width: min(14.285714285714285vw, 200px);
  padding: min(1.071428571428571vw, 15px) 0 min(3.357142857142857vw, 47px);
  border-radius: min(1.142857142857143vw, 16px);
  font-size: min(1.142857142857143vw, 16px);
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
}
.p-recruit-culture-nav .p-recruit-culture-nav_list .p-recruit-culture-nav_item a:hover {
  color: #004e7b;
}
.p-recruit-culture-nav .p-recruit-culture-nav_list .p-recruit-culture-nav_item a:hover .-deco {
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  border: 0 solid #004e7b;
}
.p-recruit-culture-nav .p-recruit-culture-nav_list .p-recruit-culture-nav_item a:hover .-deco::before {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.p-recruit-culture-nav .p-recruit-culture-nav_list .p-recruit-culture-nav_item a:hover .-deco::after {
  -webkit-transform: translateY(120%);
  transform: translateY(120%);
}
.p-recruit-culture-nav .p-recruit-culture-nav_list .p-recruit-culture-nav_item a .-deco {
  display: block;
  background: #fff;
  border: 1px solid #004e7b;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
  width: min(1.428571428571429vw, 20px);
  height: min(1.428571428571429vw, 20px);
  bottom: min(1.071428571428571vw, 15px);
}
.p-recruit-culture-nav .p-recruit-culture-nav_list .p-recruit-culture-nav_item a .-deco::before,
.p-recruit-culture-nav .p-recruit-culture-nav_list .p-recruit-culture-nav_item a .-deco::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: min(0.571428571428571vw, 8px);
  mask-size: min(0.571428571428571vw, 8px);
  -webkit-mask-image: url("/assets/images/common/arrow_04.svg");
  mask-image: url("/assets/images/common/arrow_04.svg");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-recruit-culture-nav .p-recruit-culture-nav_list .p-recruit-culture-nav_item a .-deco::before {
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  background-color: #fff;
}
.p-recruit-culture-nav .p-recruit-culture-nav_list .p-recruit-culture-nav_item a .-deco::after {
  background-color: #004e7b;
}
.p-recruit-culture-description {
  background-color: #f8f8f8;
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-description {
    padding: min(7.142857142857142vw, 100px) 0 min(4.285714285714286vw, 60px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-description {
    padding: 10.666666666666668vw 0;
  }
}
.p-recruit-culture-description .l-box01 {
  background-color: #fff;
}
.p-recruit-culture-description .p-recruit-culture-description_box {
  background-color: #fff;
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-description .p-recruit-culture-description_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: min(0.571428571428571vw, 8px);
    margin-top: min(4.285714285714286vw, 60px);
    padding: min(2.285714285714286vw, 32px) min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-description .p-recruit-culture-description_box {
    border-radius: 5.333333333333334vw;
    margin-top: 10.666666666666668vw;
    padding: 9.333333333333334vw 4.266666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-description .p-recruit-culture-description_box .-desc {
    width: min(42.285714285714285vw, 592px);
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-description .p-recruit-culture-description_box .-desc .-txt {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-description .p-recruit-culture-description_box .-desc .-txt {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-description .p-recruit-culture-description_box .-desc .-txt + .-txt {
    margin-top: min(2.142857142857143vw, 30px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-description .p-recruit-culture-description_box .-desc .-txt + .-txt {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-description .p-recruit-culture-description_box .-img {
    width: min(31.857142857142858vw, 446px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-description .p-recruit-culture-description_box .-img {
    margin-top: 6.666666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-structure {
    padding: min(7.142857142857142vw, 100px) 0 min(4.285714285714286vw, 60px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-structure {
    padding: 10.666666666666668vw 0 10.666666666666668vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-structure .p-recruit-culture-structure_col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-structure .p-recruit-culture-structure_col2 .-inner {
    width: min(38.57142857142858vw, 540px);
  }
}
.p-recruit-culture-structure .p-recruit-culture-structure_item {
  position: relative;
  background-color: #f8f8f8;
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-structure .p-recruit-culture-structure_item {
    padding: min(2.785714285714286vw, 39px) min(2.857142857142857vw, 40px) min(2.428571428571428vw, 34px) min(5.714285714285714vw, 80px);
    border-radius: min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-structure .p-recruit-culture-structure_item {
    padding: 5.333333333333334vw 4.266666666666667vw 4.533333333333333vw 10.666666666666668vw;
    border-radius: 2.133333333333333vw;
  }
}
.p-recruit-culture-structure .p-recruit-culture-structure_item::before,
.p-recruit-culture-structure .p-recruit-culture-structure_item::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.p-recruit-culture-structure .p-recruit-culture-structure_item::before {
  background-color: #004e7b;
  width: 1px;
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-structure .p-recruit-culture-structure_item::before {
    height: calc(100% + min(3vw, 42px));
    top: min(4.285714285714286vw, 60px);
    left: min(3.214285714285714vw, 45px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-structure .p-recruit-culture-structure_item::before {
    height: calc(100% + 11.200000000000001vw);
    top: 9.866666666666667vw;
    left: 5.600000000000001vw;
  }
}
.p-recruit-culture-structure .p-recruit-culture-structure_item::after {
  border-radius: 50%;
  background-color: #004e7b;
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-structure .p-recruit-culture-structure_item::after {
    width: min(0.714285714285714vw, 10px);
    height: min(0.714285714285714vw, 10px);
    top: min(4vw, 56px);
    left: min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-structure .p-recruit-culture-structure_item::after {
    width: 2.666666666666667vw;
    height: 2.666666666666667vw;
    top: 8.799999999999999vw;
    left: 4.266666666666667vw;
  }
}
.p-recruit-culture-structure .p-recruit-culture-structure_item:last-of-type::before {
  content: none;
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-structure .p-recruit-culture-structure_item + .p-recruit-culture-structure_item {
    margin-top: min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-structure .p-recruit-culture-structure_item + .p-recruit-culture-structure_item {
    margin-top: 10.666666666666668vw;
  }
}
.p-recruit-culture-structure .p-recruit-culture-structure_item .p-recruit-culture-structure_ttl {
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-structure .p-recruit-culture-structure_item .p-recruit-culture-structure_ttl {
    margin-bottom: min(1.357142857142857vw, 19px);
    font-size: min(2vw, 28px);
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-structure .p-recruit-culture-structure_item .p-recruit-culture-structure_ttl {
    margin-bottom: 2.933333333333333vw;
    font-size: 6.4vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-structure .p-recruit-culture-structure_item .p-recruit-culture-structure_txt01 {
    margin-bottom: min(0.428571428571429vw, 6px);
    font-size: min(1.714285714285714vw, 24px);
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-structure .p-recruit-culture-structure_item .p-recruit-culture-structure_txt01 {
    margin-bottom: 0.8vw;
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-structure .p-recruit-culture-structure_item .p-recruit-culture-structure_txt02 {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-structure .p-recruit-culture-structure_item .p-recruit-culture-structure_txt02 {
    font-size: 3.733333333333334vw;
    line-height: 2;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
.p-recruit-culture-step {
  background-color: #f8f8f8;
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-step {
    padding: min(7.142857142857142vw, 100px) 0;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-step {
    padding: 10.666666666666668vw 0;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-step .p-recruit-culture-step_lead {
    margin-top: min(3.857142857142857vw, 54px);
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-step .p-recruit-culture-step_lead {
    margin-top: 8vw;
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-step .p-recruit-culture-step_col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: min(2.428571428571428vw, 34px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-step .p-recruit-culture-step_col2 {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-step .p-recruit-culture-step_col2 .-inner.-img {
    width: min(37.57142857142857vw, 526px);
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-step .p-recruit-culture-step_col2 .-inner.-desc {
    width: min(43.57142857142857vw, 610px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-step .p-recruit-culture-step_col2 .-inner + .-inner {
    margin-top: 5.333333333333334vw;
  }
}
.p-recruit-culture-step .p-recruit-culture-step_col2 .-inner > .-img {
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-step .p-recruit-culture-step_col2 .-inner > .-img {
    border-radius: min(2.142857142857143vw, 30px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-step .p-recruit-culture-step_col2 .-inner > .-img {
    border-radius: 8vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-step .p-recruit-culture-step_col2 .-inner > .-txt {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-step .p-recruit-culture-step_col2 .-inner > .-txt {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-step .p-recruit-culture-step_col2 .-inner > .-txt + .-txt {
    margin-top: min(2.142857142857143vw, 30px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-step .p-recruit-culture-step_col2 .-inner > .-txt + .-txt {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-benefits {
    padding: min(7.142857142857142vw, 100px) 0;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-benefits {
    padding: 10.666666666666668vw 0;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-recruit-culture-benefits .p-recruit-culture-benefits_list01 .-item {
  -webkit-box-shadow: 0 3px 6px rgba(0,78,123,0.1);
  box-shadow: 0 3px 6px rgba(0,78,123,0.1);
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list01 .-item {
    width: min(26vw, 364px);
    border-radius: min(1.428571428571429vw, 20px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list01 .-item {
    border-radius: 4.266666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list01 .-item:nth-of-type(n + 4) {
    margin-top: min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list01 .-item:nth-of-type(n + 2) {
    margin-top: 8.533333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list01 .-item:nth-of-type(3n + 2),
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list01 .-item:nth-of-type(3n + 3) {
    margin-left: min(2.428571428571428vw, 34px);
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list01 .-item .-desc {
    padding: min(1.071428571428571vw, 15px) min(1.428571428571429vw, 20px) min(1.714285714285714vw, 24px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list01 .-item .-desc {
    padding: 4.266666666666667vw 4.266666666666667vw 5.333333333333334vw;
  }
}
.p-recruit-culture-benefits .p-recruit-culture-benefits_list01 .-item .-txt01 {
  color: #004e7b;
  background-repeat: repeat-x;
  background-position: left bottom;
  background-image: -webkit-linear-gradient(left, #b2c2cb 4px, transparent 4px);
  background-image: linear-gradient(to right, #b2c2cb 4px, transparent 4px);
  background-size: 8px 1px;
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list01 .-item .-txt01 {
    margin-bottom: min(0.857142857142857vw, 12px);
    padding-bottom: min(0.857142857142857vw, 12px);
    font-size: min(1.714285714285714vw, 24px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list01 .-item .-txt01 {
    margin-bottom: 3.2vw;
    padding-bottom: 3.2vw;
    font-size: 4.8vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list01 .-item .-txt02 {
    font-size: min(1vw, 14px);
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list01 .-item .-txt02 {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list01 .-item .-note01 {
    margin-top: min(0.571428571428571vw, 8px);
    font-size: min(0.857142857142857vw, 12px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list01 .-item .-note01 {
    margin-top: 2.133333333333333vw;
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item {
  -webkit-box-shadow: 3px 3px 10px rgba(0,78,123,0.3);
  box-shadow: 3px 3px 10px rgba(0,78,123,0.3);
  background-repeat: no-repeat;
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item {
    width: min(40.57142857142857vw, 568px);
    padding: min(2.142857142857143vw, 30px) min(2.857142857142857vw, 40px);
    border-radius: min(1.428571428571429vw, 20px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item {
    padding: 6.666666666666667vw 4.266666666666667vw 5.333333333333334vw;
    border-radius: 5.333333333333334vw;
  }
}
.p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item.-item01 {
  background-image: url("/assets/images/recruit/culture/benefits/icon_01.svg");
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item.-item01 {
    background-size: min(2.785714285714286vw, 39px);
    background-position: top min(1.785714285714286vw, 25px) right min(4.428571428571428vw, 62px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item.-item01 {
    background-size: 8.533333333333333vw;
    background-position: top 5.333333333333334vw right 4.533333333333333vw;
  }
}
.p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item.-item02 {
  background-image: url("/assets/images/recruit/culture/benefits/icon_02.svg");
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item.-item02 {
    background-size: min(5.184285714285714vw, 72.58px);
    background-position: top min(1.571428571428572vw, 22px) right min(3.214285714285714vw, 45px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item.-item02 {
    background-size: 13.8vw;
    background-position: top 5.333333333333334vw right 4.266666666666667vw;
  }
}
.p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item.-item03 {
  background-image: url("/assets/images/recruit/culture/benefits/icon_03.svg");
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item.-item03 {
    background-size: min(4.928571428571429vw, 69px);
    background-position: top min(1.571428571428572vw, 22px) right min(4.428571428571428vw, 62px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item.-item03 {
    background-size: 14.655999999999999vw;
    background-position: top 5.333333333333334vw right 4.266666666666667vw;
  }
}
.p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item.-item04 {
  background-image: url("/assets/images/recruit/culture/benefits/icon_04.svg");
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item.-item04 {
    background-size: min(2.785714285714286vw, 39px);
    background-position: top min(2.642857142857143vw, 37px) right min(4.5vw, 63px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item.-item04 {
    background-size: 9.6vw;
    background-position: top 5.333333333333334vw right 4.266666666666667vw;
  }
}
.p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item.-item05 {
  background-image: url("/assets/images/recruit/culture/benefits/icon_05.svg");
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item.-item05 {
    background-size: min(7.922857142857143vw, 110.92px);
    background-position: top min(1.214285714285714vw, 17px) right min(3.214285714285714vw, 45px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item.-item05 {
    background-size: 21.288vw;
    background-position: top 5.333333333333334vw right 4.266666666666667vw;
  }
}
.p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item.-item06 {
  background-image: url("/assets/images/recruit/culture/benefits/icon_06.svg");
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item.-item06 {
    background-size: min(3.945vw, 55.23px);
    background-position: top min(1.785714285714286vw, 25px) right min(3.785714285714286vw, 53px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item.-item06 {
    background-size: 11.989333333333335vw;
    background-position: top 5.333333333333334vw right 4.266666666666667vw;
  }
}
.p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item.-item07 {
  background-image: url("/assets/images/recruit/culture/benefits/icon_07.svg");
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item.-item07 {
    background-size: min(7.017142857142857vw, 98.24px);
    background-position: top min(1.071428571428571vw, 15px) right min(3.785714285714286vw, 53px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item.-item07 {
    background-size: 18.650666666666666vw;
    background-position: top 5.333333333333334vw right 4.266666666666667vw;
  }
}
.p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item.-item08 {
  background-image: url("/assets/images/recruit/culture/benefits/icon_08.svg");
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item.-item08 {
    background-size: min(5.615vw, 78.61px);
    background-position: top min(1.5vw, 21px) right min(3.857142857142857vw, 54px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item.-item08 {
    background-size: 16.186666666666667vw;
    background-position: top 5.333333333333334vw right 4.266666666666667vw;
  }
}
.p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item.-item09 {
  background-image: url("/assets/images/recruit/culture/benefits/icon_09.svg");
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item.-item09 {
    background-size: min(4.605714285714286vw, 64.48px);
    background-position: top min(2vw, 28px) right min(3.428571428571429vw, 48px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item.-item09 {
    background-size: 16.538666666666668vw;
    background-position: top 5.333333333333334vw right 4.266666666666667vw;
  }
}
.p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item.-item10 {
  background-image: url("/assets/images/recruit/culture/benefits/icon_10.svg");
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item.-item10 {
    background-size: min(3.792142857142857vw, 53.09px);
    background-position: top min(1.785714285714286vw, 25px) right min(3.928571428571428vw, 55px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item.-item10 {
    background-size: 12.125333333333332vw;
    background-position: top 5.333333333333334vw right 4.266666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item:nth-of-type(n + 3) {
    margin-top: min(1.928571428571428vw, 27px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item:nth-of-type(n + 2) {
    margin-top: 5.333333333333334vw;
  }
}
.p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item .-txt01 {
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item .-txt01 {
    margin-bottom: min(2.142857142857143vw, 30px);
    font-size: min(1.714285714285714vw, 24px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item .-txt01 {
    margin-bottom: 8vw;
    font-size: 4.8vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item .-txt02 {
    font-size: min(1vw, 14px);
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item .-txt02 {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item .-txt03 {
    margin-top: min(0.5vw, 7px);
    font-size: min(0.857142857142857vw, 12px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-culture-benefits .p-recruit-culture-benefits_list02 .-item .-txt03 {
    margin-top: 4vw;
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .p-special {
    padding-top: 20.8vw;
  }
}
.p-special .p-special-statement {
  background-color: #f5fafd;
  text-align: center;
}
@media screen and (min-width: 901px) {
  .p-special .p-special-statement {
    padding: min(4.285714285714286vw, 60px) 0;
  }
}
@media screen and (max-width: 900px) {
  .p-special .p-special-statement {
    padding: 8.533333333333333vw 0;
  }
}
.p-special .p-special-statement .p-special-statement_hdg {
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .p-special .p-special-statement .p-special-statement_hdg {
    font-size: min(2.285714285714286vw, 32px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-special .p-special-statement .p-special-statement_hdg {
    font-size: 6.4vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .p-special .p-special-statement .p-special-statement_hdg + .p-special-statement_lead {
    margin-top: min(1.142857142857143vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .p-special .p-special-statement .p-special-statement_hdg + .p-special-statement_lead {
    margin-top: 4.266666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .p-special .p-special-statement .p-special-statement_lead {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-special .p-special-statement .p-special-statement_lead {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .p-special .p-special-content {
    padding: min(7.142857142857142vw, 100px) 0;
  }
}
@media screen and (max-width: 900px) {
  .p-special .p-special-content {
    padding: 16vw 0;
  }
}
.p-special .p-special-content.-gray {
  background-color: #f8f8f8;
}
.p-special .p-special-content.-blue {
  background-color: #f5fafd;
}
.p-special-hdg-01 {
  text-align: center;
}
@media screen and (min-width: 901px) {
  .p-special-hdg-01 {
    margin-bottom: min(1.785714285714286vw, 25px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-hdg-01 {
    margin-bottom: 10.666666666666668vw;
  }
}
.p-special-hdg-01 span {
  display: inline-block;
  background-color: #f5fafd;
  border: 2px solid #004e7b;
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .p-special-hdg-01 span {
    width: min(20vw, 280px);
    padding: min(1.142857142857143vw, 16px);
    border-radius: min(1.142857142857143vw, 16px);
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    -webkit-box-shadow: 0 min(0.071428571428571vw, 1px) min(1.428571428571429vw, 20px) rgba(0,78,123,0.1);
    box-shadow: 0 min(0.071428571428571vw, 1px) min(1.428571428571429vw, 20px) rgba(0,78,123,0.1);
  }
}
@media screen and (max-width: 900px) {
  .p-special-hdg-01 span {
    width: 100%;
    padding: 4.266666666666667vw;
    border-radius: 4.266666666666667vw;
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    -webkit-box-shadow: 0 0.266666666666667vw 5.333333333333334vw rgba(0,78,123,0.1);
    box-shadow: 0 0.266666666666667vw 5.333333333333334vw rgba(0,78,123,0.1);
  }
}
.p-special-hdg-02 {
  text-align: center;
}
@media screen and (min-width: 901px) {
  .p-special-hdg-02 {
    margin-bottom: min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-hdg-02 {
    margin-bottom: 8.533333333333333vw;
  }
}
.p-special-hdg-02 span {
  display: inline-block;
  background: -webkit-linear-gradient(50deg, #004e7b, #4895c6);
  background: linear-gradient(40deg, #004e7b, #4895c6);
  color: #fff;
}
@media screen and (min-width: 901px) {
  .p-special-hdg-02 span {
    padding: min(1.714285714285714vw, 24px) min(5.714285714285714vw, 80px);
    border-radius: min(1.142857142857143vw, 16px);
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    -webkit-box-shadow: 0 min(0.071428571428571vw, 1px) min(1.428571428571429vw, 20px) rgba(0,78,123,0.1);
    box-shadow: 0 min(0.071428571428571vw, 1px) min(1.428571428571429vw, 20px) rgba(0,78,123,0.1);
  }
}
@media screen and (max-width: 900px) {
  .p-special-hdg-02 span {
    width: 100%;
    padding: 4.266666666666667vw;
    border-radius: 4.266666666666667vw;
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    -webkit-box-shadow: 0 0.266666666666667vw 5.333333333333334vw rgba(0,78,123,0.1);
    box-shadow: 0 0.266666666666667vw 5.333333333333334vw rgba(0,78,123,0.1);
  }
}
.p-special-box01 .p-special-box01__inner {
  background-color: #ecf0f2;
}
@media screen and (min-width: 901px) {
  .p-special-box01 .p-special-box01__inner {
    width: min(64vw, 896px);
    margin: 0 auto;
    padding: min(2.857142857142857vw, 40px) min(7.857142857142857vw, 110px);
    border-radius: min(0.571428571428571vw, 8px);
    -webkit-box-shadow: 0 min(0.071428571428571vw, 1px) min(1.428571428571429vw, 20px) rgba(0,78,123,0.1);
    box-shadow: 0 min(0.071428571428571vw, 1px) min(1.428571428571429vw, 20px) rgba(0,78,123,0.1);
  }
}
@media screen and (max-width: 900px) {
  .p-special-box01 .p-special-box01__inner {
    padding: 10.666666666666668vw 4.266666666666667vw;
    border-radius: 2.133333333333333vw;
    -webkit-box-shadow: 0 0.266666666666667vw 5.333333333333334vw rgba(0,78,123,0.1);
    box-shadow: 0 0.266666666666667vw 5.333333333333334vw rgba(0,78,123,0.1);
  }
}
.p-special-box01 .p-special-box01_hdg {
  text-align: center;
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .p-special-box01 .p-special-box01_hdg {
    margin-bottom: min(1.785714285714286vw, 25px);
    font-size: min(2.857142857142857vw, 40px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-special-box01 .p-special-box01_hdg {
    margin-bottom: 6.4vw;
    font-size: 8vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-special-box01 .p-special-box01_list .p-special-box01_list_item {
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-special-box01 .p-special-box01_list .p-special-box01_list_item {
    padding-left: min(5.285714285714286vw, 74px);
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-special-box01 .p-special-box01_list .p-special-box01_list_item {
    padding-left: 10.666666666666668vw;
    font-size: 4.266666666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-special-box01 .p-special-box01_list .p-special-box01_list_item::before {
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/assets/images/common/icon-check_01.svg");
  background-color: #004e7b;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 901px) {
  .p-special-box01 .p-special-box01_list .p-special-box01_list_item::before {
    width: min(2.285714285714286vw, 32px);
    height: min(2.285714285714286vw, 32px);
    border-radius: min(0.428571428571429vw, 6px);
    background-size: min(1.428571428571429vw, 20px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-box01 .p-special-box01_list .p-special-box01_list_item::before {
    width: 7.466666666666668vw;
    height: 7.466666666666668vw;
    border-radius: 1.6vw;
    background-size: 4.8vw;
  }
}
@media screen and (min-width: 901px) {
  .p-special-box01 .p-special-box01_list .p-special-box01_list_item + .p-special-box01_list_item {
    margin-top: min(1.785714285714286vw, 25px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-box01 .p-special-box01_list .p-special-box01_list_item + .p-special-box01_list_item {
    margin-top: 5.333333333333334vw;
  }
}
.p-special-box01 .p-special-box01_txt01 {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-special-box01 .p-special-box01_txt01 {
    margin-top: min(13.142857142857142vw, 184px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-box01 .p-special-box01_txt01 {
    margin-top: 47.199999999999996vw;
  }
}
.p-special-box01 .p-special-box01_txt01::before {
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/assets/images/common/arrow_06.svg");
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
@media screen and (min-width: 901px) {
  .p-special-box01 .p-special-box01_txt01::before {
    width: min(3.395vw, 47.53px);
    height: min(6.876428571428571vw, 96.27px);
    top: max(-10.142857142857142vw, -142px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-box01 .p-special-box01_txt01::before {
    width: 14.666666666666666vw;
    height: 25.866666666666667vw;
    top: -34.66666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .p-special-box01 .p-special-box01_txt01 .-txtS {
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-special-box01 .p-special-box01_txt01 .-txtS {
    font-size: 4.266666666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .p-special-box01 .p-special-box01_txt01 .-txtM {
    font-size: min(2.142857142857143vw, 30px);
    line-height: 1.333333333333333;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-special-box01 .p-special-box01_txt01 .-txtM {
    font-size: 6.4vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .p-special-box01 .p-special-box01_txt01 .-txtL {
    font-size: min(2.571428571428571vw, 36px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-special-box01 .p-special-box01_txt01 .-txtL {
    font-size: 8vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .p-special-box02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: min(4.285714285714286vw, 60px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-box02 {
    margin-top: 16vw;
  }
}
@media screen and (min-width: 901px) {
  .p-special-box02.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.p-special-box02 .p-special-box02_img {
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-special-box02 .p-special-box02_img {
    width: min(26.285714285714285vw, 368px);
    border-radius: min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-box02 .p-special-box02_img {
    border-radius: 2.133333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .p-special-box02 .p-special-box02_desc {
    width: min(54.57142857142857vw, 764px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-box02 .p-special-box02_desc {
    margin-top: 4.266666666666667vw;
  }
}
.p-special-box02 .p-special-box02_desc .p-special-box02_txt01 {
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .p-special-box02 .p-special-box02_desc .p-special-box02_txt01 {
    margin-bottom: min(2.357142857142857vw, 33px);
    font-size: min(1.714285714285714vw, 24px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-special-box02 .p-special-box02_desc .p-special-box02_txt01 {
    margin-bottom: 2.666666666666667vw;
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-special-box02 .p-special-box02_desc .p-special-box02_txt01 .-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff46));
  background: -webkit-linear-gradient(transparent 60%, #ffff46 60%);
  background: linear-gradient(transparent 60%, #ffff46 60%);
}
@media screen and (min-width: 901px) {
  .p-special-box02 .p-special-box02_desc .p-special-box02_txt02 {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .p-special-box02 .p-special-box02_desc .p-special-box02_txt02 {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.p-special-box03 {
  background-color: #fff;
}
@media screen and (min-width: 901px) {
  .p-special-box03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: min(1.714285714285714vw, 24px) min(2.857142857142857vw, 40px);
    border-radius: min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-box03 {
    padding: 6.4vw 4.266666666666667vw;
    border-radius: 2.133333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .p-special-box03.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 901px) {
  .p-special-box03 + .p-special-box03 {
    margin-top: min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-box03 + .p-special-box03 {
    margin-top: 8vw;
  }
}
.p-special-box03 .p-special-box03_img {
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-special-box03 .p-special-box03_img {
    width: min(32.857142857142854vw, 460px);
    border-radius: min(0.571428571428571vw, 8px);
  }
}
@media screen and (min-width: 901px) {
  .p-special-box03 .p-special-box03_desc {
    width: min(42.57142857142857vw, 596px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-box03 .p-special-box03_desc {
    margin-top: 6.4vw;
  }
}
.p-special-box03 .p-special-box03_desc .p-special-box03_list .p-special-box03_list_item {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 901px) {
  .p-special-box03 .p-special-box03_desc .p-special-box03_list .p-special-box03_list_item {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .p-special-box03 .p-special-box03_desc .p-special-box03_list .p-special-box03_list_item {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .p-special-box03 .p-special-box03_desc .p-special-box03_list .p-special-box03_list_item + .p-special-box03_list_item {
    margin-top: min(0.357142857142857vw, 5px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-box03 .p-special-box03_desc .p-special-box03_list .p-special-box03_list_item + .p-special-box03_list_item {
    margin-top: 1.333333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .p-special-box03 .p-special-box03_desc .p-special-box03_txt01 {
    margin-top: min(1.428571428571429vw, 20px);
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-special-box03 .p-special-box03_desc .p-special-box03_txt01 {
    margin-top: 5.333333333333334vw;
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-special-box03 .p-special-box03_desc .p-special-box03_txt01 .-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff46));
  background: -webkit-linear-gradient(transparent 60%, #ffff46 60%);
  background: linear-gradient(transparent 60%, #ffff46 60%);
}
.p-special-box04 {
  background-color: #f8f8f8;
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-special-box04 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: min(1.714285714285714vw, 24px) min(2.857142857142857vw, 40px);
    border-radius: min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-box04 {
    padding: 6.4vw 4.266666666666667vw;
    border-radius: 2.133333333333333vw;
  }
}
.p-special-box04.-white {
  background-color: #fff;
}
@media screen and (min-width: 901px) {
  .p-special-box04.-col01 .p-special-box04_img,
  .p-special-box04.-col01 .p-special-box04_desc {
    width: auto;
  }
}
@media screen and (min-width: 901px) {
  .p-special-box04 + .p-special-box04 {
    margin-top: min(5.428571428571429vw, 76px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-box04 + .p-special-box04 {
    margin-top: 20.266666666666666vw;
  }
}
.p-special-box04 + .p-special-box04::before {
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/assets/images/common/arrow_07.svg");
  background-size: contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 901px) {
  .p-special-box04 + .p-special-box04::before {
    width: min(3.395vw, 47.53px);
    height: min(1.911428571428571vw, 26.76px);
    top: max(-3.714285714285714vw, -52px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-box04 + .p-special-box04::before {
    width: 14.933333333333335vw;
    height: 7.466666666666668vw;
    top: -13.866666666666665vw;
  }
}
.p-special-box04 .p-special-box04_img {
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-special-box04 .p-special-box04_img {
    width: min(26.285714285714285vw, 368px);
    border-radius: min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-box04 .p-special-box04_img {
    border-radius: 2.133333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .p-special-box04 .p-special-box04_desc {
    width: min(48.857142857142854vw, 684px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-box04 .p-special-box04_desc {
    margin-top: 6.133333333333333vw;
  }
}
.p-special-box04 .p-special-box04_desc .p-special-box04_ttl {
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-special-box04 .p-special-box04_desc .p-special-box04_ttl {
    padding-left: min(2vw, 28px);
    margin-bottom: min(1.071428571428571vw, 15px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-box04 .p-special-box04_desc .p-special-box04_ttl {
    margin-bottom: 4vw;
  }
}
.p-special-box04 .p-special-box04_desc .p-special-box04_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
}
@media screen and (min-width: 901px) {
  .p-special-box04 .p-special-box04_desc .p-special-box04_ttl::before {
    width: min(1.428571428571429vw, 20px);
    height: min(1.428571428571429vw, 20px);
    border-radius: min(0.285714285714286vw, 4px);
    top: min(0.857142857142857vw, 12px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-box04 .p-special-box04_desc .p-special-box04_ttl::before {
    width: 5.333333333333334vw;
    height: 5.333333333333334vw;
    border-radius: 1.066666666666667vw;
    top: 0.8vw;
  }
}
@media screen and (min-width: 901px) {
  .p-special-box04 .p-special-box04_desc .p-special-box04_ttl .-txt01 {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
    margin-right: min(0.285714285714286vw, 4px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-box04 .p-special-box04_desc .p-special-box04_ttl .-txt01 {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 700;
    margin-right: 1.066666666666667vw;
    padding-left: 7.466666666666668vw;
  }
}
.p-special-box04 .p-special-box04_desc .p-special-box04_ttl .-txt02 {
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .p-special-box04 .p-special-box04_desc .p-special-box04_ttl .-txt02 {
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
    margin-right: min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-box04 .p-special-box04_desc .p-special-box04_ttl .-txt02 {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 700;
    margin-right: 1.066666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .p-special-box04 .p-special-box04_desc .p-special-box04_ttl .-txt03 {
    font-size: min(1.714285714285714vw, 24px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-special-box04 .p-special-box04_desc .p-special-box04_ttl .-txt03 {
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .p-special-box04 .p-special-box04_desc .p-special-box04_txt01 {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .p-special-box04 .p-special-box04_desc .p-special-box04_txt01 {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .p-special-box05 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.p-special-box05 .p-special-box05_item {
  overflow: hidden;
  background-color: #fff;
}
@media screen and (min-width: 901px) {
  .p-special-box05 .p-special-box05_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: min(40vw, 560px);
    border-radius: min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-box05 .p-special-box05_item {
    border-radius: 2.133333333333333vw;
  }
}
@media screen and (max-width: 900px) {
  .p-special-box05 .p-special-box05_item + .p-special-box05_item {
    margin-top: 6.4vw;
  }
}
.p-special-box05 .p-special-box05_img {
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-special-box05 .p-special-box05_img {
    width: min(18.857142857142858vw, 264px);
  }
}
@media screen and (min-width: 901px) {
  .p-special-box05 .p-special-box05_desc {
    width: min(21.142857142857142vw, 296px);
    padding: min(1.071428571428571vw, 15px) min(1.714285714285714vw, 24px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-box05 .p-special-box05_desc {
    padding: 6.4vw 4.266666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .p-special-box05 .p-special-box05_desc .p-special-box05_txt01 {
    margin-bottom: min(1.428571428571429vw, 20px);
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-special-box05 .p-special-box05_desc .p-special-box05_txt01 {
    margin-bottom: 5.333333333333334vw;
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    text-align: center;
  }
}
.p-special-box05 .p-special-box05_desc .p-special-box05_txt01 .-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff46));
  background: -webkit-linear-gradient(transparent 60%, #ffff46 60%);
  background: linear-gradient(transparent 60%, #ffff46 60%);
}
@media screen and (min-width: 901px) {
  .p-special-box05 .p-special-box05_desc .p-special-box05_txt02 {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .p-special-box05 .p-special-box05_desc .p-special-box05_txt02 {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .p-special-box06 {
    margin-top: min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-box06 {
    margin-top: 10.666666666666668vw;
  }
}
@media screen and (min-width: 901px) {
  .p-special-box06.-col02 .p-special-box06_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 901px) {
  .p-special-box06.-col02 .p-special-box06_imgBox {
    width: min(35.714285714285715vw, 500px);
  }
}
@media screen and (min-width: 901px) {
  .p-special-box06.-col02 .p-special-box06_imgBox.-col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 901px) {
  .p-special-box06.-col02 .p-special-box06_imgBox.-col2 img {
    width: min(17.285714285714285vw, 242px);
  }
}
@media screen and (min-width: 901px) {
  .p-special-box06.-col02 .p-special-box06_desc {
    width: min(45.14285714285714vw, 632px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-box06.-col02 .p-special-box06_desc {
    margin-bottom: 6.4vw;
  }
}
.p-special-box06 .p-special-box06_ttl {
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 901px) {
  .p-special-box06 .p-special-box06_ttl {
    margin-bottom: min(1.142857142857143vw, 16px);
    padding-bottom: min(1.142857142857143vw, 16px);
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-special-box06 .p-special-box06_ttl {
    margin-bottom: 4.266666666666667vw;
    padding-bottom: 4.266666666666667vw;
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .p-special-box06 .p-special-box06_txt {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .p-special-box06 .p-special-box06_txt {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .p-special-box06 .p-special-box06_txt + .p-special-box06_list {
    margin-top: min(1.142857142857143vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-box06 .p-special-box06_txt + .p-special-box06_list {
    margin-top: 4.266666666666667vw;
  }
}
.p-special-box06 .p-special-box06_list li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 901px) {
  .p-special-box06 .p-special-box06_list li + li {
    margin-top: min(0.357142857142857vw, 5px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-box06 .p-special-box06_list li + li {
    margin-top: 1.333333333333333vw;
  }
}
.p-special-box06_imgBox.splide .p-special-box06_imgBox_inner {
  display: block;
}
@media screen and (max-width: 900px) {
  .p-special-box06_imgBox.splide .p-special-box06_imgBox_inner {
    width: 90.93333333333334vw;
    padding: 0 2.133333333333333vw;
  }
}
.p-special-box07 {
  background-color: #f8f8f8;
}
@media screen and (min-width: 901px) {
  .p-special-box07 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: min(1.714285714285714vw, 24px) min(2.857142857142857vw, 40px);
    border-radius: min(0.571428571428571vw, 8px);
    position: relative;
  }
}
@media screen and (max-width: 900px) {
  .p-special-box07 {
    padding: 6.4vw 4.266666666666667vw;
    border-radius: 2.133333333333333vw;
  }
}
.p-special-box07.-white {
  background-color: #fff;
}
@media screen and (min-width: 901px) {
  .p-special-box07 + .p-special-box07 {
    margin-top: min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-box07 + .p-special-box07 {
    margin-top: 6.4vw;
  }
}
.p-special-box07 .p-special-box07_img {
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-special-box07 .p-special-box07_img {
    width: min(32.857142857142854vw, 460px);
    border-radius: min(0.571428571428571vw, 8px);
  }
}
@media screen and (min-width: 901px) {
  .p-special-box07 .p-special-box07_desc {
    width: min(42.57142857142857vw, 596px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-box07 .p-special-box07_desc {
    margin-top: 4.266666666666667vw;
  }
}
.p-special-box07 .p-special-box07_desc .p-special-box07_ttl {
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-special-box07 .p-special-box07_desc .p-special-box07_ttl {
    padding-left: min(2vw, 28px);
    margin-bottom: min(1.071428571428571vw, 15px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-box07 .p-special-box07_desc .p-special-box07_ttl {
    margin-bottom: 4vw;
  }
}
.p-special-box07 .p-special-box07_desc .p-special-box07_ttl::before {
  content: "";
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
}
@media screen and (min-width: 901px) {
  .p-special-box07 .p-special-box07_desc .p-special-box07_ttl::before {
    width: min(1.428571428571429vw, 20px);
    height: min(1.428571428571429vw, 20px);
    border-radius: min(0.285714285714286vw, 4px);
    top: min(0.857142857142857vw, 12px);
    position: absolute;
    left: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-special-box07 .p-special-box07_desc .p-special-box07_ttl::before {
    width: 5.333333333333334vw;
    height: 5.333333333333334vw;
    margin-right: 2.133333333333333vw;
    border-radius: 1.066666666666667vw;
    -webkit-transform: translateY(0.8vw);
    transform: translateY(0.8vw);
  }
}
@media screen and (min-width: 901px) {
  .p-special-box07 .p-special-box07_desc .p-special-box07_ttl .-txt01 {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
    margin-right: min(0.285714285714286vw, 4px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-box07 .p-special-box07_desc .p-special-box07_ttl .-txt01 {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 700;
    margin-right: 1.066666666666667vw;
  }
}
.p-special-box07 .p-special-box07_desc .p-special-box07_ttl .-txt02 {
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .p-special-box07 .p-special-box07_desc .p-special-box07_ttl .-txt02 {
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
    margin-right: min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-box07 .p-special-box07_desc .p-special-box07_ttl .-txt02 {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 700;
    margin-right: 1.066666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .p-special-box07 .p-special-box07_desc .p-special-box07_ttl .-txt03 {
    font-size: min(1.714285714285714vw, 24px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-special-box07 .p-special-box07_desc .p-special-box07_ttl .-txt03 {
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .p-special-box07 .p-special-box07_desc .p-special-box07_txt01 {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .p-special-box07 .p-special-box07_desc .p-special-box07_txt01 {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .p-special-box08 {
    position: relative;
    padding-top: min(11.428571428571429vw, 160px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-box08 {
    background-color: #fff;
    border-radius: 2.133333333333333vw;
    overflow: hidden;
  }
}
@media screen and (min-width: 901px) {
  .p-special-box08 + .p-special-box08 {
    margin-top: min(5.714285714285714vw, 80px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-box08 + .p-special-box08 {
    margin-top: 6.4vw;
  }
}
@media screen and (min-width: 901px) {
  .p-special-box08.-odd .p-special-box08_img {
    left: 0;
  }
}
@media screen and (min-width: 901px) {
  .p-special-box08.-odd .p-special-box08_desc {
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 901px) {
  .p-special-box08.-odd .p-special-box08_desc .p-special-box08_ttl .-no {
    right: min(2.857142857142857vw, 40px);
  }
}
@media screen and (min-width: 901px) {
  .p-special-box08.-even .p-special-box08_img {
    right: 0;
  }
}
@media screen and (min-width: 901px) {
  .p-special-box08.-even .p-special-box08_desc {
    margin: 0 auto 0 0;
  }
}
@media screen and (min-width: 901px) {
  .p-special-box08.-even .p-special-box08_desc .p-special-box08_ttl .-no {
    left: min(2.857142857142857vw, 40px);
  }
}
.p-special-box08 .p-special-box08_img {
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-special-box08 .p-special-box08_img {
    width: min(56.57142857142857vw, 792px);
    border-radius: min(0.571428571428571vw, 8px);
    position: absolute;
    top: 0;
  }
}
.p-special-box08 .p-special-box08_desc {
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-special-box08 .p-special-box08_desc {
    width: min(40.57142857142857vw, 568px);
    padding: min(4.285714285714286vw, 60px) min(2.857142857142857vw, 40px);
    border-radius: min(0.571428571428571vw, 8px);
    background-color: #fff;
  }
}
@media screen and (max-width: 900px) {
  .p-special-box08 .p-special-box08_desc {
    padding: 4.266666666666667vw 4.266666666666667vw 6.4vw;
  }
}
@media screen and (min-width: 901px) {
  .p-special-box08 .p-special-box08_desc .p-special-box08_ttl {
    margin-bottom: min(1.071428571428571vw, 15px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-box08 .p-special-box08_desc .p-special-box08_ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4.266666666666667vw;
  }
}
.p-special-box08 .p-special-box08_desc .p-special-box08_ttl .-no {
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .p-special-box08 .p-special-box08_desc .p-special-box08_ttl .-no {
    position: absolute;
    top: max(-2.857142857142857vw, -40px);
    font-size: min(5.714285714285714vw, 80px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-special-box08 .p-special-box08_desc .p-special-box08_ttl .-no {
    width: 13.866666666666665vw;
    font-size: 10.666666666666668vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .p-special-box08 .p-special-box08_desc .p-special-box08_ttl .-txt {
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-special-box08 .p-special-box08_desc .p-special-box08_ttl .-txt {
    width: 66.93333333333334vw;
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .p-special-box08 .p-special-box08_desc .p-special-box08_txt01 {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .p-special-box08 .p-special-box08_desc .p-special-box08_txt01 {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .p-special-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: min(4.285714285714286vw, 60px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-list {
    margin-top: 16vw;
  }
}
@media screen and (min-width: 901px) {
  .p-special-list.-point {
    margin-top: min(6.571428571428571vw, 92px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-list.-point {
    margin-top: 22.400000000000002vw;
  }
}
.p-special-list.-point .p-special-list_item {
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-special-list.-point .p-special-list_item + .p-special-list_item {
    margin-top: 20.266666666666666vw;
  }
}
.p-special-list.-point .p-special-list_item .p-special-list_point {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  background: -webkit-linear-gradient(50deg, #004e7b, #4895c6);
  background: linear-gradient(40deg, #004e7b, #4895c6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 901px) {
  .p-special-list.-point .p-special-list_item .p-special-list_point {
    width: min(7.428571428571429vw, 104px);
    height: min(7.428571428571429vw, 104px);
    top: max(-3.714285714285714vw, -52px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-list.-point .p-special-list_item .p-special-list_point {
    width: 21.333333333333336vw;
    height: 21.333333333333336vw;
    top: -13.866666666666665vw;
  }
}
@media screen and (min-width: 901px) {
  .p-special-list.-point .p-special-list_item .p-special-list_point .-txt {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-special-list.-point .p-special-list_item .p-special-list_point .-txt {
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .p-special-list.-point .p-special-list_item .p-special-list_point .-no {
    font-size: min(2.857142857142857vw, 40px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-special-list.-point .p-special-list_item .p-special-list_point .-no {
    font-size: 8vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .p-special-list .p-special-list_item {
    width: min(26.285714285714285vw, 368px);
  }
}
@media screen and (min-width: 901px) {
  .p-special-list .p-special-list_item:nth-of-type(3n),
  .p-special-list .p-special-list_item:nth-of-type(3n - 1) {
    margin-left: min(2vw, 28px);
  }
}
@media screen and (min-width: 901px) {
  .p-special-list .p-special-list_item:nth-of-type(n + 4) {
    margin-top: min(2vw, 28px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-list .p-special-list_item + .p-special-list_item {
    margin-top: 6.4vw;
  }
}
.p-special-list .p-special-list_item_inner {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
@media screen and (min-width: 901px) {
  .p-special-list .p-special-list_item_inner {
    border-radius: min(1.142857142857143vw, 16px);
    -webkit-box-shadow: 0 min(0.071428571428571vw, 1px) min(1.428571428571429vw, 20px) rgba(0,78,123,0.1);
    box-shadow: 0 min(0.071428571428571vw, 1px) min(1.428571428571429vw, 20px) rgba(0,78,123,0.1);
  }
}
@media screen and (max-width: 900px) {
  .p-special-list .p-special-list_item_inner {
    border-radius: 4.266666666666667vw;
    -webkit-box-shadow: 0 0.266666666666667vw 5.333333333333334vw rgba(0,78,123,0.1);
    box-shadow: 0 0.266666666666667vw 5.333333333333334vw rgba(0,78,123,0.1);
  }
}
@media screen and (min-width: 901px) {
  .p-special-list .p-special-list_item_desc {
    padding: min(1.714285714285714vw, 24px) min(1.714285714285714vw, 24px) min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-list .p-special-list_item_desc {
    padding: 6.4vw 4.266666666666667vw;
  }
}
.p-special-list .p-special-list_item_desc .p-special-list_item_ttl {
  text-align: center;
}
@media screen and (min-width: 901px) {
  .p-special-list .p-special-list_item_desc .p-special-list_item_ttl {
    margin-bottom: min(0.642857142857143vw, 9px);
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-special-list .p-special-list_item_desc .p-special-list_item_ttl {
    margin-bottom: 2.4vw;
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .p-special-list .p-special-list_item_desc .p-special-list_item_txt {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .p-special-list .p-special-list_item_desc .p-special-list_item_txt {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 901px) {
  .p-special-contact {
    padding: min(4.5vw, 63px) 0 min(4.285714285714286vw, 60px);
    background: -webkit-linear-gradient(50deg, #004e7b, #4895c6);
    background: linear-gradient(40deg, #004e7b, #4895c6);
  }
}
@media screen and (max-width: 900px) {
  .p-special-contact {
    padding: 10.666666666666668vw 0;
    background: -webkit-linear-gradient(50deg, #004e7b, #4895c6);
    background: linear-gradient(40deg, #004e7b, #4895c6);
  }
}
@media screen and (min-width: 901px) {
  .p-special-contact .p-special-contact_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-special-contact .p-special-contact_inner .p-special-contact_img {
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-special-contact .p-special-contact_inner .p-special-contact_img {
    width: min(32.857142857142854vw, 460px);
    border-radius: min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-contact .p-special-contact_inner .p-special-contact_img {
    border-radius: 2.133333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .p-special-contact .p-special-contact_inner .p-special-contact_desc {
    width: min(47.14285714285714vw, 660px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-contact .p-special-contact_inner .p-special-contact_desc {
    margin-top: 6.4vw;
  }
}
.p-special-contact .p-special-contact_inner .p-special-contact_txt01 {
  color: #fff;
}
@media screen and (min-width: 901px) {
  .p-special-contact .p-special-contact_inner .p-special-contact_txt01 {
    margin-bottom: min(0.857142857142857vw, 12px);
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-special-contact .p-special-contact_inner .p-special-contact_txt01 {
    margin-bottom: 3.2vw;
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    text-align: center;
  }
}
.p-special-contact .p-special-contact_inner .p-special-contact_txt02 {
  color: #fff;
}
@media screen and (min-width: 901px) {
  .p-special-contact .p-special-contact_inner .p-special-contact_txt02 {
    margin-bottom: min(0.857142857142857vw, 12px);
    font-size: min(2.285714285714286vw, 32px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-special-contact .p-special-contact_inner .p-special-contact_txt02 {
    margin-bottom: 3.2vw;
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .p-special-contact .p-special-contact_inner .p-special-contact_txt02 .-txtS {
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-special-contact .p-special-contact_inner .p-special-contact_txt02 .-txtL {
    font-size: 8.533333333333333vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-special-contact .p-special-contact_inner .p-special-contact_txt03 {
  color: #fff;
}
@media screen and (min-width: 901px) {
  .p-special-contact .p-special-contact_inner .p-special-contact_txt03 {
    margin-bottom: min(0.857142857142857vw, 12px);
    font-size: min(1vw, 14px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-special-contact .p-special-contact_inner .p-special-contact_txt03 {
    margin-bottom: 3.2vw;
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    text-align: center;
  }
}
.p-special-contact .p-special-contact_inner .p-special-contact_tell {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 901px) {
  .p-special-contact .p-special-contact_inner .p-special-contact_tell {
    margin-top: min(1.714285714285714vw, 24px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-contact .p-special-contact_inner .p-special-contact_tell {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-special-contact .p-special-contact_inner .p-special-contact_tell .-deco {
  background-color: #fff;
  position: relative;
  border-radius: 50%;
}
@media screen and (min-width: 901px) {
  .p-special-contact .p-special-contact_inner .p-special-contact_tell .-deco {
    width: min(3.428571428571429vw, 48px);
    height: min(3.428571428571429vw, 48px);
    margin-right: min(1.428571428571429vw, 20px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-contact .p-special-contact_inner .p-special-contact_tell .-deco {
    width: 10.666666666666668vw;
    height: 10.666666666666668vw;
    margin-right: 3.2vw;
  }
}
.p-special-contact .p-special-contact_inner .p-special-contact_tell .-deco::before {
  content: "";
  display: block;
  -webkit-mask-image: url("/assets/images/common/icon-tel_01.svg");
  mask-image: url("/assets/images/common/icon-tel_01.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #004e7b;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}
@media screen and (min-width: 901px) {
  .p-special-contact .p-special-contact_inner .p-special-contact_tell .-deco::before {
    width: min(1.752857142857143vw, 24.54px);
    height: min(2.285714285714286vw, 32px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-contact .p-special-contact_inner .p-special-contact_tell .-deco::before {
    width: 5.271999999999999vw;
    height: 6.877333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .p-special-contact .p-special-contact_inner .p-special-contact_tell .-txtL {
    margin-right: min(0.642857142857143vw, 9px);
    font-size: min(2.857142857142857vw, 40px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-special-contact .p-special-contact_inner .p-special-contact_tell .-txtL {
    font-size: 8vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .p-special-contact .p-special-contact_inner .p-special-contact_tell .-txtS {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-special-contact .p-special-contact_inner .p-special-contact_tell .-txtS {
    margin-top: 3.733333333333334vw;
    font-size: 4.266666666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-special-contact .p-special-contact-link_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-special-contact .p-special-contact-link_btn {
    width: min(26.285714285714285vw, 368px);
    height: min(5.142857142857142vw, 72px);
    margin-top: min(2.857142857142857vw, 40px);
    padding: min(0.5vw, 7px) 0 min(0.642857142857143vw, 9px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-contact .p-special-contact-link_btn {
    width: 89.33333333333333vw;
    height: 17.066666666666666vw;
    margin-top: 6.4vw;
    padding: 1.866666666666667vw 0 2.4vw;
  }
}
@media screen and (min-width: 901px) {
  .p-special-contact .p-special-contact-link_btn::before {
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
    background: -webkit-linear-gradient(left, #004e7b, #4895c6);
    background: linear-gradient(90deg, #004e7b, #4895c6);
    border: 2px solid #fff;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.p-special-contact .p-special-contact-link_btn::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #004e7b;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 901px) {
  .p-special-contact .p-special-contact-link_btn:hover::before {
    opacity: 1;
  }
  .p-special-contact .p-special-contact-link_btn:hover .-txtL,
  .p-special-contact .p-special-contact-link_btn:hover .-txtS {
    color: #fff;
  }
  .p-special-contact .p-special-contact-link_btn:hover .-deco {
    border: 1px solid #fff;
  }
  .p-special-contact .p-special-contact-link_btn:hover .-deco::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .p-special-contact .p-special-contact-link_btn:hover .-deco::after {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
  }
  .p-special-contact .p-special-contact-link_btn:hover::after {
    background-color: #fff;
  }
}
.p-special-contact .p-special-contact-link_btn.-tel::after {
  -webkit-mask-image: url("/assets/images/common/icon-tel_01.svg");
  mask-image: url("/assets/images/common/icon-tel_01.svg");
}
@media screen and (min-width: 901px) {
  .p-special-contact .p-special-contact-link_btn.-tel::after {
    width: min(1.752857142857143vw, 24.54px);
    height: min(2.285714285714286vw, 32px);
    left: min(4.785714285714286vw, 67px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-contact .p-special-contact-link_btn.-tel::after {
    width: 6.544vw;
    height: 8.533333333333333vw;
    left: 11.733333333333333vw;
  }
}
.p-special-contact .p-special-contact-link_btn.-mail::after {
  -webkit-mask-image: url("/assets/images/common/icon-mail_01.svg");
  mask-image: url("/assets/images/common/icon-mail_01.svg");
}
@media screen and (min-width: 901px) {
  .p-special-contact .p-special-contact-link_btn.-mail::after {
    width: min(2.141428571428571vw, 29.98px);
    height: min(1.671428571428571vw, 23.4px);
    left: min(5vw, 70px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-contact .p-special-contact-link_btn.-mail::after {
    width: 7.994666666666666vw;
    height: 6.239999999999999vw;
    left: 10.933333333333334vw;
  }
}
.p-special-contact .p-special-contact-link_btn.-form::after {
  -webkit-mask-image: url("/assets/images/common/icon-doc_01.svg");
  mask-image: url("/assets/images/common/icon-doc_01.svg");
}
@media screen and (min-width: 901px) {
  .p-special-contact .p-special-contact-link_btn.-form::after {
    width: min(1.805vw, 25.27px);
    height: min(2.285714285714286vw, 32px);
    left: min(3.571428571428571vw, 50px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-contact .p-special-contact-link_btn.-form::after {
    width: 6.738666666666666vw;
    height: 8.533333333333333vw;
    left: 11.733333333333333vw;
  }
}
.p-special-contact .p-special-contact-link_btn .-txtL,
.p-special-contact .p-special-contact-link_btn .-txtS {
  position: relative;
  z-index: 1;
}
.p-special-contact .p-special-contact-link_btn .-txtL {
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .p-special-contact .p-special-contact-link_btn .-txtL {
    font-size: min(1.714285714285714vw, 24px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-special-contact .p-special-contact-link_btn .-txtL {
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-special-contact .p-special-contact-link_btn .-txtS {
  color: #333;
}
@media screen and (min-width: 901px) {
  .p-special-contact .p-special-contact-link_btn .-txtS {
    font-size: min(1vw, 14px);
    line-height: 1.285714285714286;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-special-contact .p-special-contact-link_btn .-txtS {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-special-contact .p-special-contact-link_btn .-deco {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #004e7b;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-special-contact .p-special-contact-link_btn .-deco {
    width: min(2.285714285714286vw, 32px);
    height: min(2.285714285714286vw, 32px);
    right: min(1.428571428571429vw, 20px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-contact .p-special-contact-link_btn .-deco {
    width: 8.533333333333333vw;
    height: 8.533333333333333vw;
    right: 4.266666666666667vw;
  }
}
.p-special-contact .p-special-contact-link_btn .-deco::before,
.p-special-contact .p-special-contact-link_btn .-deco::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/images/common/arrow_02.svg");
  mask-image: url("/assets/images/common/arrow_02.svg");
  background-color: #004e7b;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .p-special-contact .p-special-contact-link_btn .-deco::before,
  .p-special-contact .p-special-contact-link_btn .-deco::after {
    -webkit-mask-size: min(1vw, 14px);
    mask-size: min(1vw, 14px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .p-special-contact .p-special-contact-link_btn .-deco::before,
  .p-special-contact .p-special-contact-link_btn .-deco::after {
    -webkit-mask-size: 3.733333333333334vw;
    mask-size: 3.733333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .p-special-contact .p-special-contact-link_btn .-deco::before {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}
@media screen and (max-width: 900px) {
  .p-special-contact .p-special-contact-link_btn .-deco::before {
    content: none;
  }
}
@media screen and (max-width: 900px) {
  .p-special-table_wrapper {
    overflow: scroll;
  }
}
.p-special-table_wrapper .p-special-table {
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-special-table_wrapper .p-special-table {
    width: 196.26666666666665vw;
    padding: 0 5.333333333333334vw;
  }
}
.p-special-table_wrapper .p-special-table table {
  border: 1px solid #b2c2cb;
}
@media screen and (max-width: 900px) {
  .p-special-table_wrapper .p-special-table table {
    width: 185.60000000000002vw;
  }
}
@media screen and (min-width: 901px) {
  .p-special-table_wrapper .p-special-table col.-col01 {
    width: min(26.285714285714285vw, 368px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-table_wrapper .p-special-table col.-col01 {
    width: 51.2vw;
  }
}
@media screen and (min-width: 901px) {
  .p-special-table_wrapper .p-special-table col.-col02 {
    width: min(20.857142857142858vw, 292px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-table_wrapper .p-special-table col.-col02 {
    width: 51.2vw;
  }
}
@media screen and (min-width: 901px) {
  .p-special-table_wrapper .p-special-table col.-col03 {
    width: min(35.714285714285715vw, 500px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-table_wrapper .p-special-table col.-col03 {
    width: 83.2vw;
  }
}
.p-special-table_wrapper .p-special-table thead {
  background-color: #2975a4;
}
.p-special-table_wrapper .p-special-table thead th {
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 901px) {
  .p-special-table_wrapper .p-special-table thead th {
    padding: min(1.142857142857143vw, 16px) min(0.357142857142857vw, 5px);
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-special-table_wrapper .p-special-table thead th {
    padding: 4.266666666666667vw 1.333333333333333vw;
    font-size: 4.266666666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-special-table_wrapper .p-special-table thead th + th {
  border-left: 1px solid #b2c2cb;
}
.p-special-table_wrapper .p-special-table tr {
  position: relative;
}
.p-special-table_wrapper .p-special-table tr.-ttl {
  font-weight: 700;
  background-color: #ecf0f2;
}
@media screen and (max-width: 900px) {
  .p-special-table_wrapper .p-special-table tr.-ttl td {
    font-size: 4.266666666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-special-table_wrapper .p-special-table tr td {
  text-align: left;
}
@media screen and (min-width: 901px) {
  .p-special-table_wrapper .p-special-table tr td {
    padding: min(1.142857142857143vw, 16px) min(1.714285714285714vw, 24px);
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .p-special-table_wrapper .p-special-table tr td {
    padding: 3.2vw 4.266666666666667vw;
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.p-special-table_wrapper .p-special-table tr td + td {
  border-left: 1px solid #b2c2cb;
}
@media screen and (min-width: 901px) {
  .p-special-img-box01 {
    margin-top: min(4.285714285714286vw, 60px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-img-box01 {
    margin-top: 16vw;
  }
}
.p-special-img-box01.-col01 .p-special-img-box01_img {
  width: 100%;
}
@media screen and (min-width: 901px) {
  .p-special-img-box01.-col02,
  .p-special-img-box01.splide.-col02 .splide__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 901px) {
  .p-special-img-box01.-col02 .p-special-img-box01_img,
  .p-special-img-box01.splide.-col02 .splide__list .p-special-img-box01_img {
    width: min(40.42857142857143vw, 566px);
  }
}
@media screen and (min-width: 901px) {
  .p-special-img-box01.-col02 .p-special-img-box01_img:nth-of-type(2n),
  .p-special-img-box01.splide.-col02 .splide__list .p-special-img-box01_img:nth-of-type(2n) {
    margin-left: min(2vw, 28px);
  }
}
@media screen and (min-width: 901px) {
  .p-special-img-box01.-col02 .p-special-img-box01_img:nth-of-type(n+3),
  .p-special-img-box01.splide.-col02 .splide__list .p-special-img-box01_img:nth-of-type(n+3) {
    margin-top: min(2vw, 28px);
  }
}
@media screen and (min-width: 901px) {
  .p-special-img-box01.-col03,
  .p-special-img-box01.splide.-col03 .splide__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 901px) {
  .p-special-img-box01.-col03 .p-special-img-box01_img,
  .p-special-img-box01.splide.-col03 .splide__list .p-special-img-box01_img {
    width: min(26.285714285714285vw, 368px);
  }
}
@media screen and (min-width: 901px) {
  .p-special-img-box01.-col03 .p-special-img-box01_img:nth-of-type(3n+1),
  .p-special-img-box01.splide.-col03 .splide__list .p-special-img-box01_img:nth-of-type(3n+1),
  .p-special-img-box01.-col03 .p-special-img-box01_img:nth-of-type(3n+2),
  .p-special-img-box01.splide.-col03 .splide__list .p-special-img-box01_img:nth-of-type(3n+2) {
    margin-right: min(2vw, 28px);
  }
}
@media screen and (min-width: 901px) {
  .p-special-img-box01.-col03 .p-special-img-box01_img:nth-of-type(n+4),
  .p-special-img-box01.splide.-col03 .splide__list .p-special-img-box01_img:nth-of-type(n+4) {
    margin-top: min(2vw, 28px);
  }
}
.p-special-img-box01.splide .p-special-img-box01_img {
  display: block;
}
@media screen and (max-width: 900px) {
  .p-special-img-box01.splide .p-special-img-box01_img {
    width: 90.93333333333334vw;
    padding: 0 2.133333333333333vw;
  }
}
.p-special-img-box01 .p-special-img-box01_img {
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-special-img-box01 .p-special-img-box01_img {
    border-radius: min(0.571428571428571vw, 8px);
  }
}
@media screen and (max-width: 900px) {
  .p-special-img-box01 .p-special-img-box01_img {
    border-radius: 2.133333333333333vw;
  }
}
.p-special-img-box01 .p-special-img-box01_img.-radius0 {
  border-radius: 0;
}
.p-special-img-box01 .p-special-img-box01_caption {
  display: block;
  text-align: center;
}
@media screen and (min-width: 901px) {
  .p-special-img-box01 .p-special-img-box01_caption {
    margin-top: min(1.142857142857143vw, 16px);
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .p-special-img-box01 .p-special-img-box01_caption {
    margin-top: 3.2vw;
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.p-top-kv {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-top-kv {
    padding-top: min(6.857142857142858vw, 96px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv {
    padding-top: 18.666666666666668vw;
  }
}
.p-top-kv.is-anim .p-top-kv_inner .p-top-kv_hdg span {
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
  translate: 0;
  opacity: 1;
  background-color: #333;
}
.p-top-kv.is-anim .p-top-kv_inner .p-top-kv_lead {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.p-top-kv .p-top-kv_inner {
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner {
    width: min(100vw, 1400px);
    height: min(56.85714285714286vw, 796px);
    margin: 0 auto;
    padding: min(3.428571428571429vw, 48px) min(5.714285714285714vw, 80px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner {
    width: 100%;
    height: 156.8vw;
    padding: 13.066666666666665vw 5.333333333333334vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg {
    width: min(51.42857142857142vw, 720px);
    height: min(13.737142857142857vw, 192.32px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg {
    width: 89.33333333333333vw;
    height: 23.733333333333334vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span {
  display: block;
  position: absolute;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #004e7b;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  translate: 130% 22%;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear, translate 0.5s ease-out, background-color 0.5s linear, -webkit-transform 0.3s ease-in;
  transition: opacity 0.5s linear, translate 0.5s ease-out, background-color 0.5s linear, -webkit-transform 0.3s ease-in;
  transition: opacity 0.5s linear, translate 0.5s ease-out, transform 0.3s ease-in, background-color 0.5s linear;
  transition: opacity 0.5s linear, translate 0.5s ease-out, transform 0.3s ease-in, background-color 0.5s linear, -webkit-transform 0.3s ease-in;
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-cL {
  -webkit-mask-image: url("/assets/images/top/kv/txt-cL.svg");
  mask-image: url("/assets/images/top/kv/txt-cL.svg");
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-cL {
    width: min(4.841428571428572vw, 67.78px);
    height: min(5.552857142857142vw, 77.74px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-cL {
    width: 8.330666666666668vw;
    height: 9.554666666666666vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-r {
  -webkit-mask-image: url("/assets/images/top/kv/txt-r.svg");
  mask-image: url("/assets/images/top/kv/txt-r.svg");
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-r {
    width: min(2.427857142857143vw, 33.99px);
    height: min(4.112142857142858vw, 57.57px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-r {
    width: 4.178666666666667vw;
    height: 7.074666666666666vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-e {
  -webkit-mask-image: url("/assets/images/top/kv/txt-e.svg");
  mask-image: url("/assets/images/top/kv/txt-e.svg");
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-e {
    width: min(3.854285714285714vw, 53.96px);
    height: min(4.188571428571429vw, 58.64px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-e {
    width: 6.632000000000001vw;
    height: 7.205333333333333vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-a {
  -webkit-mask-image: url("/assets/images/top/kv/txt-a.svg");
  mask-image: url("/assets/images/top/kv/txt-a.svg");
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-a {
    width: min(3.604285714285714vw, 50.46px);
    height: min(4.188571428571429vw, 58.64px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-a {
    width: 6.2vw;
    height: 7.205333333333333vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-t {
  -webkit-mask-image: url("/assets/images/top/kv/txt-t.svg");
  mask-image: url("/assets/images/top/kv/txt-t.svg");
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-t {
    width: min(2.518571428571428vw, 35.26px);
    height: min(5.081428571428572vw, 71.14px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-t {
    width: 4.333333333333334vw;
    height: 8.744vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-oL {
  -webkit-mask-image: url("/assets/images/top/kv/txt-oL.svg");
  mask-image: url("/assets/images/top/kv/txt-oL.svg");
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-oL {
    width: min(5.045vw, 70.63px);
    height: min(5.552857142857142vw, 77.74px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-oL {
    width: 8.68vw;
    height: 9.554666666666666vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-fL {
  -webkit-mask-image: url("/assets/images/top/kv/txt-fL.svg");
  mask-image: url("/assets/images/top/kv/txt-fL.svg");
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-fL {
    width: min(3.557142857142856vw, 49.8px);
    height: min(5.407857142857143vw, 75.71px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-fL {
    width: 6.12vw;
    height: 9.304vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-iL {
  -webkit-mask-image: url("/assets/images/top/kv/txt-iL.svg");
  mask-image: url("/assets/images/top/kv/txt-iL.svg");
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-iL {
    width: min(1.107142857142857vw, 15.5px);
    height: min(5.407857142857143vw, 75.71px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-iL {
    width: 1.904vw;
    height: 9.304vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-eL {
  -webkit-mask-image: url("/assets/images/top/kv/txt-eL.svg");
  mask-image: url("/assets/images/top/kv/txt-eL.svg");
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-eL {
    width: min(3.625714285714285vw, 50.76px);
    height: min(5.407857142857143vw, 75.71px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-eL {
    width: 6.237333333333334vw;
    height: 9.304vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-comma {
  -webkit-mask-image: url("/assets/images/top/kv/txt-comma.svg");
  mask-image: url("/assets/images/top/kv/txt-comma.svg");
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-comma {
    width: min(1.407857142857143vw, 19.71px);
    height: min(2.25vw, 31.5px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-comma {
    width: 1.733333333333333vw;
    height: 2.770666666666667vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-sL {
  -webkit-mask-image: url("/assets/images/top/kv/txt-sL.svg");
  mask-image: url("/assets/images/top/kv/txt-sL.svg");
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-sL {
    width: min(4.25vw, 59.5px);
    height: min(5.560714285714285vw, 77.85px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-sL {
    width: 7.312vw;
    height: 9.568vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-m {
  -webkit-mask-image: url("/assets/images/top/kv/txt-m.svg");
  mask-image: url("/assets/images/top/kv/txt-m.svg");
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-m {
    width: min(5.854285714285714vw, 81.96px);
    height: min(4.119285714285715vw, 57.67px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-m {
    width: 10.072000000000001vw;
    height: 7.088vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-wL {
  -webkit-mask-image: url("/assets/images/top/kv/txt-wL.svg");
  mask-image: url("/assets/images/top/kv/txt-wL.svg");
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-wL {
    width: min(7.357142857142857vw, 103px);
    height: min(5.407857142857143vw, 75.71px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-wL {
    width: 12.658666666666665vw;
    height: 9.304vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-rL {
  -webkit-mask-image: url("/assets/images/top/kv/txt-rL.svg");
  mask-image: url("/assets/images/top/kv/txt-rL.svg");
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-rL {
    width: min(4.235714285714286vw, 59.3px);
    height: min(5.407857142857143vw, 75.71px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-rL {
    width: 7.288vw;
    height: 9.304vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-kL {
  -webkit-mask-image: url("/assets/images/top/kv/txt-kL.svg");
  mask-image: url("/assets/images/top/kv/txt-kL.svg");
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-kL {
    width: min(4.671428571428572vw, 65.4px);
    height: min(5.407857142857143vw, 75.71px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-kL {
    width: 8.037333333333335vw;
    height: 9.304vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-dot {
  -webkit-mask-image: url("/assets/images/top/kv/txt-dot.svg");
  mask-image: url("/assets/images/top/kv/txt-dot.svg");
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-dot {
    width: min(1.255714285714286vw, 17.58px);
    height: min(1.248571428571429vw, 17.48px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span.-dot {
    width: 1.653333333333333vw;
    height: 1.642666666666666vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(1) {
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(1) {
    top: min(0.028571428571429vw, 0.4px);
    left: min(0.035714285714286vw, 0.5px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(1) {
    top: 0.08vw;
    left: 0vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(2) {
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(2) {
    top: min(1.471428571428572vw, 20.6px);
    left: min(5.350000000000001vw, 74.9px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(2) {
    top: 2.586666666666666vw;
    left: 9.146666666666665vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(3) {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(3) {
    top: min(1.4vw, 19.6px);
    left: min(8.042857142857143vw, 112.6px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(3) {
    top: 2.453333333333333vw;
    left: 14.053333333333335vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(4) {
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(4) {
    top: min(1.4vw, 19.6px);
    left: min(12.25vw, 171.5px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(4) {
    top: 2.453333333333333vw;
    left: 21.573333333333338vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(5) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(5) {
    top: min(0.485714285714286vw, 6.8px);
    left: min(16.150000000000002vw, 226.1px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(5) {
    top: 0.88vw;
    left: 28.53333333333333vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(6) {
  -webkit-transition-delay: 0.48s;
  transition-delay: 0.48s;
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(6) {
    top: min(1.4vw, 19.6px);
    left: min(18.964285714285715vw, 265.5px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(6) {
    top: 2.453333333333333vw;
    left: 33.653333333333336vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(7) {
  -webkit-transition-delay: 0.56s;
  transition-delay: 0.56s;
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(7) {
    top: min(0.028571428571429vw, 0.4px);
    left: min(24.87142857142857vw, 348.2px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(7) {
    top: 0.08vw;
    left: 44.32vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(8) {
  -webkit-transition-delay: 0.64s;
  transition-delay: 0.64s;
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(8) {
    top: min(0.1vw, 1.4px);
    left: min(30.464285714285715vw, 426.5px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(8) {
    top: 0.213333333333333vw;
    left: 53.946666666666665vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(9) {
  -webkit-transition-delay: 0.72s;
  transition-delay: 0.72s;
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(9) {
    top: min(0.1vw, 1.4px);
    left: min(34.55vw, 483.7px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(9) {
    top: 0.213333333333333vw;
    left: 60.96vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(10) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(10) {
    top: min(0.1vw, 1.4px);
    left: min(38.728571428571435vw, 542.2px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(10) {
    top: 0.213333333333333vw;
    left: 68.16vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(11) {
  -webkit-transition-delay: 0.88s;
  transition-delay: 0.88s;
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(11) {
    top: min(0.028571428571429vw, 0.4px);
    left: min(40.47857142857143vw, 566.7px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(11) {
    top: 0.08vw;
    left: 71.17333333333332vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(12) {
  -webkit-transition-delay: 0.96s;
  transition-delay: 0.96s;
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(12) {
    top: min(0.1vw, 1.4px);
    left: min(45.849999999999994vw, 641.9px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(12) {
    top: 0.213333333333333vw;
    left: 80.4vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(13) {
  -webkit-transition-delay: 1.04s;
  transition-delay: 1.04s;
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(13) {
    top: min(4.685714285714285vw, 65.6px);
    left: min(50.02142857142857vw, 700.3px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(13) {
    top: 8.666666666666668vw;
    left: 87.57333333333332vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(14) {
  -webkit-transition-delay: 1.12s;
  transition-delay: 1.12s;
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(14) {
    top: min(8.200000000000001vw, 114.8px);
    left: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(14) {
    top: 14.293333333333333vw;
    left: 0;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(15) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(15) {
    top: min(9.564285714285713vw, 133.9px);
    left: min(4.928571428571429vw, 69px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(15) {
    top: 16.613333333333333vw;
    left: 8.48vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(16) {
  -webkit-transition-delay: 1.28s;
  transition-delay: 1.28s;
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(16) {
    top: min(9.571428571428571vw, 134px);
    left: min(11.492857142857144vw, 160.9px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(16) {
    top: 16.64vw;
    left: 19.759999999999998vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(17) {
  -webkit-transition-delay: 1.36s;
  transition-delay: 1.36s;
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(17) {
    top: min(9.571428571428571vw, 134px);
    left: min(15.935714285714287vw, 223.1px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(17) {
    top: 16.64vw;
    left: 27.546666666666663vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(18) {
  -webkit-transition-delay: 1.44s;
  transition-delay: 1.44s;
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(18) {
    top: min(8.657142857142858vw, 121.2px);
    left: min(18.87857142857143vw, 264.3px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(18) {
    top: 15.066666666666666vw;
    left: 32.586666666666666vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(19) {
  -webkit-transition-delay: 1.52s;
  transition-delay: 1.52s;
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(19) {
    top: min(8.27142857142857vw, 115.8px);
    left: min(25.94285714285714vw, 363.2px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(19) {
    top: 14.399999999999999vw;
    left: 46.266666666666666vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(20) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(20) {
    top: min(8.200000000000001vw, 114.8px);
    left: min(33.614285714285714vw, 470.6px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(20) {
    top: 14.293333333333333vw;
    left: 59.46666666666667vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(21) {
  -webkit-transition-delay: 1.68s;
  transition-delay: 1.68s;
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(21) {
    top: min(8.27142857142857vw, 115.8px);
    left: min(39.57857142857143vw, 554.1px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(21) {
    top: 14.399999999999999vw;
    left: 69.46666666666667vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(22) {
  -webkit-transition-delay: 1.76s;
  transition-delay: 1.76s;
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(22) {
    top: min(8.27142857142857vw, 115.8px);
    left: min(44.699999999999996vw, 625.8px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(22) {
    top: 14.399999999999999vw;
    left: 78.26666666666667vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(23) {
  -webkit-transition-delay: 1.84s;
  transition-delay: 1.84s;
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(23) {
    top: min(12.5vw, 175px);
    left: min(50.171428571428564vw, 702.4px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_hdg > span:nth-of-type(23) {
    top: 22.133333333333333vw;
    left: 87.68vw;
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_hdg .-txt {
  opacity: 0;
}
.p-top-kv .p-top-kv_inner .p-top-kv_lead {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.8s 2s ease-out, -webkit-transform 0.8s 2s ease-out;
  transition: opacity 0.8s 2s ease-out, -webkit-transform 0.8s 2s ease-out;
  transition: opacity 0.8s 2s ease-out, transform 0.8s 2s ease-out;
  transition: opacity 0.8s 2s ease-out, transform 0.8s 2s ease-out, -webkit-transform 0.8s 2s ease-out;
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_lead {
    width: min(51.30642857142856vw, 718.29px);
    margin-top: min(2.857142857142857vw, 40px);
    -webkit-transform: translateY(min(1.071428571428571vw, 15px));
    transform: translateY(min(1.071428571428571vw, 15px));
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_lead {
    width: 88.75466666666667vw;
    margin-top: 8.533333333333333vw;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
  }
}
.p-top-kv .p-top-kv_inner .p-top-kv_logo {
  position: absolute;
  z-index: 0;
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_logo {
    width: min(37.714285714285715vw, 528px);
    top: 0;
    right: min(6.071428571428571vw, 85px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv_inner .p-top-kv_logo {
    width: 72vw;
    top: 38.666666666666664vw;
    right: 14.133333333333335vw;
  }
}
.p-top-kv .p-top-kv-slider {
  position: absolute;
  left: 0;
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv-slider {
    bottom: min(7.142857142857142vw, 100px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv-slider {
    bottom: 10.666666666666668vw;
  }
}
@media screen and (min-width: 901px) {
  .p-top-kv .p-top-kv-slider_item {
    width: min(35.714285714285715vw, 500px);
    padding: 0 min(1.428571428571429vw, 20px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-kv .p-top-kv-slider_item {
    width: 94.66666666666667vw;
    padding: 0 2.666666666666667vw;
  }
}
.p-top-news {
  background-color: #fff;
}
@media screen and (min-width: 901px) {
  .p-top-news {
    padding: min(7.357142857142857vw, 103px) 0 min(7.142857142857142vw, 100px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-news {
    padding: 16.8vw 0 16vw;
  }
}
@media screen and (min-width: 901px) {
  .p-top-news .p-top-news-list {
    margin-top: min(4.214285714285714vw, 59px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-news .p-top-news-list {
    margin-top: 9.6vw;
  }
}
.p-top-news .p-top-news-list .p-top-news-list-item {
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-top-news .p-top-news-list .p-top-news-list-item + .p-top-news-list-item {
    margin-top: min(1.142857142857143vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-news .p-top-news-list .p-top-news-list-item + .p-top-news-list-item {
    margin-top: 5.333333333333334vw;
  }
}
.p-top-news .p-top-news-list .p-top-news-list-item a {
  display: block;
  background-color: #f8f8f8;
}
@media screen and (min-width: 901px) {
  .p-top-news .p-top-news-list .p-top-news-list-item a {
    padding: min(1.571428571428572vw, 22px) min(2.714285714285714vw, 38px) min(1.571428571428572vw, 22px);
    border: min(0.142857142857143vw, 2px) solid #f8f8f8;
    border-radius: min(0.571428571428571vw, 8px);
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .p-top-news .p-top-news-list .p-top-news-list-item a {
    padding: 3.2vw 13.333333333333334vw 2.666666666666667vw 4.266666666666667vw;
    border-radius: 2.133333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .p-top-news .p-top-news-list .p-top-news-list-item a:hover {
    border: min(0.142857142857143vw, 2px) solid #004e7b;
  }
  .p-top-news .p-top-news-list .p-top-news-list-item a:hover .p-top-news-list-item_tag::before {
    opacity: 1;
  }
  .p-top-news .p-top-news-list .p-top-news-list-item a:hover .p-top-news-list-item_tag .-inner {
    color: #fff;
  }
  .p-top-news .p-top-news-list .p-top-news-list-item a:hover .p-top-news-list-item_date {
    color: #004e7b;
  }
  .p-top-news .p-top-news-list .p-top-news-list-item a:hover .p-top-news-list-item_txt {
    color: #004e7b;
  }
  .p-top-news .p-top-news-list .p-top-news-list-item a:hover .p-top-news-list-item_arrow .-deco {
    background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
    background: -webkit-linear-gradient(left, #004e7b, #4895c6);
    background: linear-gradient(90deg, #004e7b, #4895c6);
  }
  .p-top-news .p-top-news-list .p-top-news-list-item a:hover .p-top-news-list-item_arrow .-deco::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .p-top-news .p-top-news-list .p-top-news-list-item a:hover .p-top-news-list-item_arrow .-deco::after {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
  }
}
.p-top-news .p-top-news-list .p-top-news-list-item_desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 901px) {
  .p-top-news .p-top-news-list .p-top-news-list-item_date {
    width: min(6.642857142857143vw, 93px);
    font-size: min(1.285714285714286vw, 18px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .p-top-news .p-top-news-list .p-top-news-list-item_date {
    width: 24vw;
    font-size: 4.266666666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.p-top-news .p-top-news-list .p-top-news-list-item_tag {
  background-color: #eff6ff;
  border: 1px solid #004e7b;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-top-news .p-top-news-list .p-top-news-list-item_tag {
    width: min(8.285714285714285vw, 116px);
    margin-left: min(2.214285714285714vw, 31px);
    padding: min(0.571428571428571vw, 8px);
    border-radius: min(0.571428571428571vw, 8px);
    font-size: min(1vw, 14px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-top-news .p-top-news-list .p-top-news-list-item_tag {
    width: 23.466666666666665vw;
    margin-left: 3.2vw;
    padding: 2.133333333333333vw;
    border-radius: 2.133333333333333vw;
    font-size: 2.666666666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .p-top-news .p-top-news-list .p-top-news-list-item_tag::before {
    content: "";
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: min(0.571428571428571vw, 8px);
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 0;
    background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
    background: -webkit-linear-gradient(left, #004e7b, #4895c6);
    background: linear-gradient(90deg, #004e7b, #4895c6);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
.p-top-news .p-top-news-list .p-top-news-list-item_tag .-inner {
  position: relative;
  z-index: 1;
  color: #004e7b;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.p-top-news .p-top-news-list .p-top-news-list-item_txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-top-news .p-top-news-list .p-top-news-list-item_txt {
    width: min(42.142857142857146vw, 590px);
    margin-left: min(1.714285714285714vw, 24px);
    -webkit-line-clamp: 1;
    font-size: min(1.285714285714286vw, 18px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-top-news .p-top-news-list .p-top-news-list-item_txt {
    margin-top: 1.6vw;
    -webkit-line-clamp: 2;
    font-size: 4.266666666666667vw;
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-top-news .p-top-news-list .p-top-news-list-item_arrow {
  position: absolute;
}
@media screen and (min-width: 901px) {
  .p-top-news .p-top-news-list .p-top-news-list-item_arrow {
    padding-right: min(2.571428571428571vw, 36px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: min(2.857142857142857vw, 40px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-news .p-top-news-list .p-top-news-list-item_arrow {
    top: 50%;
    right: 4.266666666666667vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 901px) {
  .p-top-news .p-top-news-list .p-top-news-list-item_arrow .-txt {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-top-news .p-top-news-list .p-top-news-list-item_arrow .-txt {
    display: none;
  }
}
.p-top-news .p-top-news-list .p-top-news-list-item_arrow .-deco {
  display: block;
  background-color: #333;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-top-news .p-top-news-list .p-top-news-list-item_arrow .-deco {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: min(1.714285714285714vw, 24px);
    height: min(1.714285714285714vw, 24px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-news .p-top-news-list .p-top-news-list-item_arrow .-deco {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.p-top-news .p-top-news-list .p-top-news-list-item_arrow .-deco::before,
.p-top-news .p-top-news-list .p-top-news-list-item_arrow .-deco::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/images/common/arrow_02.svg");
  mask-image: url("/assets/images/common/arrow_02.svg");
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .p-top-news .p-top-news-list .p-top-news-list-item_arrow .-deco::before,
  .p-top-news .p-top-news-list .p-top-news-list-item_arrow .-deco::after {
    -webkit-mask-size: min(1vw, 14px);
    mask-size: min(1vw, 14px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .p-top-news .p-top-news-list .p-top-news-list-item_arrow .-deco::before,
  .p-top-news .p-top-news-list .p-top-news-list-item_arrow .-deco::after {
    -webkit-mask-size: 3.733333333333334vw;
    mask-size: 3.733333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .p-top-news .p-top-news-list .p-top-news-list-item_arrow .-deco::before {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}
@media screen and (max-width: 900px) {
  .p-top-news .p-top-news-list .p-top-news-list-item_arrow .-deco::before {
    content: none;
  }
}
.p-top-news .l-inner {
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-top-news .l-btn-01_wrapper {
    position: absolute;
    top: min(2vw, 28px);
    right: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-top-news .l-btn-01_wrapper {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .p-top-message {
    padding: min(7.357142857142857vw, 103px) 0 min(6.428571428571428vw, 90px);
    background: -webkit-linear-gradient(50deg, #004e7b, #4895c6);
    background: linear-gradient(40deg, #004e7b, #4895c6);
  }
}
@media screen and (max-width: 900px) {
  .p-top-message {
    padding: 16.8vw 0 0;
    background: -webkit-linear-gradient(50deg, #004e7b, #4895c6);
    background: linear-gradient(40deg, #004e7b, #4895c6);
  }
}
.p-top-message .l-inner {
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-top-message .l-inner {
    padding-bottom: 104.26666666666667vw;
  }
}
.p-top-message .p-top-message_lead {
  color: #fff;
}
@media screen and (min-width: 901px) {
  .p-top-message .p-top-message_lead {
    margin-top: min(4.214285714285714vw, 59px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-message .p-top-message_lead {
    margin-top: 9.333333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .p-top-message .p-top-message_lead .-txt {
    font-size: min(1.714285714285714vw, 24px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-top-message .p-top-message_lead .-txt {
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-top-message .p-top-message_txt {
  color: #fff;
}
@media screen and (min-width: 901px) {
  .p-top-message .p-top-message_txt {
    margin-top: min(2.142857142857143vw, 30px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-message .p-top-message_txt {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 901px) {
  .p-top-message .p-top-message_txt .-txt {
    font-size: min(1.285714285714286vw, 18px);
    line-height: 2.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-top-message .p-top-message_txt .-txt {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 901px) {
  .p-top-message .p-top-message_txt .-txt + .-txt {
    margin-top: min(0.928571428571429vw, 13px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-message .p-top-message_txt .-txt + .-txt {
    margin-top: 5.066666666666666vw;
  }
}
.p-top-message .p-top-message_deco {
  position: absolute;
  background-image: url("/assets/images/common/logo_04.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 901px) {
  .p-top-message .p-top-message_deco {
    width: min(43.214285714285715vw, 605px);
    height: min(46.64285714285714vw, 653px);
    top: min(1.071428571428571vw, 15px);
    right: max(-4.928571428571429vw, -69px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-message .p-top-message_deco {
    width: 82.13333333333334vw;
    height: 88.53333333333333vw;
    bottom: 6.666666666666667vw;
    left: 7.466666666666668vw;
  }
}
.p-top-service {
  background-color: #f8f8f8;
}
@media screen and (min-width: 901px) {
  .p-top-service {
    padding: min(7.357142857142857vw, 103px) 0 min(7.142857142857142vw, 100px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-service {
    padding: 16.8vw 0 16vw;
  }
}
@media screen and (min-width: 901px) {
  .p-top-service .p-top-service-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (min(40vw, 560px))[2];
    grid-template-columns: repeat(2, min(40vw, 560px));
    -webkit-column-gap: min(2.857142857142857vw, 40px);
    -moz-column-gap: min(2.857142857142857vw, 40px);
    column-gap: min(2.857142857142857vw, 40px);
    margin-top: min(4.214285714285714vw, 59px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-service .p-top-service-list {
    margin-top: 9.6vw;
  }
}
.p-top-service .p-top-service-list .p-top-service-list-item {
  display: block;
  position: relative;
  background-color: #fff;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}
@media screen and (min-width: 901px) {
  .p-top-service .p-top-service-list .p-top-service-list-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: subgrid;
    grid-template-rows: subgrid;
    -ms-grid-row-span: 5;
    grid-row: span 5;
    padding: min(1.642857142857143vw, 23px) min(2.642857142857143vw, 37px) min(4vw, 56px);
    border: min(0.214285714285714vw, 3px) solid #fff;
    border-radius: min(1.142857142857143vw, 16px);
    -webkit-box-shadow: 0 min(0.071428571428571vw, 1px) min(1.428571428571429vw, 20px) rgba(0,78,123,0.1);
    box-shadow: 0 min(0.071428571428571vw, 1px) min(1.428571428571429vw, 20px) rgba(0,78,123,0.1);
    -webkit-transition: border 0.3s, opacity 1.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: border 0.3s, opacity 1.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: border 0.3s, opacity 1.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: border 0.3s, opacity 1.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media screen and (max-width: 900px) {
  .p-top-service .p-top-service-list .p-top-service-list-item {
    padding: 5.866666666666666vw 4.266666666666667vw 14.666666666666666vw;
    border-radius: 4.266666666666667vw;
    -webkit-box-shadow: 0 0.266666666666667vw 5.333333333333334vw rgba(0,78,123,0.1);
    box-shadow: 0 0.266666666666667vw 5.333333333333334vw rgba(0,78,123,0.1);
    -webkit-transition: opacity 1.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 1.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 1.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 1.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media screen and (min-width: 901px) {
  .p-top-service .p-top-service-list .p-top-service-list-item:hover {
    border: min(0.214285714285714vw, 3px) solid #004e7b;
  }
  .p-top-service .p-top-service-list .p-top-service-list-item:hover .p-top-service-list-item_ttl .-ttl {
    color: #004e7b;
  }
  .p-top-service .p-top-service-list .p-top-service-list-item:hover .p-top-service-list-item_arrow .-deco::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .p-top-service .p-top-service-list .p-top-service-list-item:hover .p-top-service-list-item_arrow .-deco::after {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
  }
}
@media screen and (max-width: 900px) {
  .p-top-service .p-top-service-list .p-top-service-list-item + .p-top-service-list-item {
    margin-top: 8.533333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .p-top-service .p-top-service-list .p-top-service-list-item:nth-of-type(n+3) {
    margin-top: min(5.714285714285714vw, 80px);
  }
}
@media screen and (min-width: 901px) {
  .p-top-service .p-top-service-list .p-top-service-list-item:nth-of-type(even) {
    -webkit-transform: translateY(calc(min(2.857142857142857vw, 40px) + 50px));
    transform: translateY(calc(min(2.857142857142857vw, 40px) + 50px));
  }
}
.p-top-service .p-top-service-list .p-top-service-list-item.is-show {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
@media screen and (min-width: 901px) {
  .p-top-service .p-top-service-list .p-top-service-list-item.is-show:nth-of-type(even) {
    -webkit-transform: translateY(min(2.857142857142857vw, 40px));
    transform: translateY(min(2.857142857142857vw, 40px));
  }
}
.p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_ttl .-deco {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_ttl .-deco {
    padding-left: min(2vw, 28px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_ttl .-deco {
    padding-left: 6.4vw;
  }
}
.p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_ttl .-deco::before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(top, #004e7b, #4895c6);
  background: linear-gradient(180deg, #004e7b, #4895c6);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 901px) {
  .p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_ttl .-deco::before {
    width: min(1.428571428571429vw, 20px);
    height: min(1.428571428571429vw, 20px);
    border-radius: min(0.285714285714286vw, 4px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_ttl .-deco::before {
    width: 4.266666666666667vw;
    height: 4.266666666666667vw;
    border-radius: 1.066666666666667vw;
  }
}
.p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_ttl .-ttl {
  display: block;
}
@media screen and (min-width: 901px) {
  .p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_ttl .-ttl {
    margin-top: min(0.785714285714286vw, 11px);
    font-size: min(1.714285714285714vw, 24px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_ttl .-ttl {
    margin-top: 0.8vw;
    font-size: 5.333333333333334vw;
    line-height: 1.8;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_ttl .-txt {
  display: block;
  text-align: center;
}
@media screen and (min-width: 901px) {
  .p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_ttl .-txt {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_ttl .-txt {
    font-size: 3.733333333333334vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_ttl .-no {
  display: block;
  color: #004e7b;
}
@media screen and (min-width: 901px) {
  .p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_ttl .-no {
    margin-left: min(0.571428571428571vw, 8px);
    font-size: min(1.428571428571429vw, 20px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_ttl .-no {
    margin-left: 2.133333333333333vw;
    font-size: 4.8vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_img {
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_img {
    width: min(34.285714285714285vw, 480px);
    height: min(19.28571428571429vw, 270px);
    margin-top: min(1.357142857142857vw, 19px);
    border-radius: min(0.857142857142857vw, 12px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_img {
    width: 80.80000000000001vw;
    height: 45.33333333333333vw;
    margin-top: 3.2vw;
    border-radius: 4.266666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_txt {
    display: -webkit-box;
    margin-top: min(1.571428571428572vw, 22px);
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 500;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media screen and (max-width: 900px) {
  .p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_txt {
    margin-top: 3.733333333333334vw;
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_tagList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-linear-gradient(left, #333 2px, transparent 2px);
  background-image: linear-gradient(to right, #333 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (min-width: 901px) {
  .p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_tagList {
    min-height: min(6.357142857142857vw, 89px);
    margin-top: min(1.571428571428572vw, 22px);
    padding-bottom: min(0.642857142857143vw, 9px);
    background-size: 4px 2px;
  }
}
@media screen and (max-width: 900px) {
  .p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_tagList {
    margin-top: 4.533333333333333vw;
    padding-bottom: 2.4vw;
    background-size: 4px 1px;
  }
}
.p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_tagList .p-top-service-list-item_tag {
  border: 1px solid #b2c2cb;
}
@media screen and (min-width: 901px) {
  .p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_tagList .p-top-service-list-item_tag {
    margin: 0 min(0.571428571428571vw, 8px) min(0.571428571428571vw, 8px) 0;
    padding: min(0.357142857142857vw, 5px) min(0.785714285714286vw, 11px) min(0.285714285714286vw, 4px);
    border-radius: min(0.571428571428571vw, 8px);
    font-size: min(1vw, 14px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 900px) {
  .p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_tagList .p-top-service-list-item_tag {
    margin: 0 2.133333333333333vw 2.133333333333333vw 0;
    padding: 1.333333333333333vw 2.933333333333333vw;
    border-radius: 2.133333333333333vw;
    font-size: 2.666666666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_arrow {
  position: absolute;
}
@media screen and (min-width: 901px) {
  .p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_arrow {
    padding-right: min(2.571428571428571vw, 36px);
    right: min(2.642857142857143vw, 37px);
    bottom: min(1.5vw, 21px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_arrow {
    padding-right: 9.6vw;
    right: 4.266666666666667vw;
    bottom: 5.333333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_arrow .-txt {
    font-size: min(1.142857142857143vw, 16px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_arrow .-txt {
    font-size: 4.266666666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_arrow .-deco {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
  background: -webkit-linear-gradient(left, #004e7b, #4895c6);
  background: linear-gradient(90deg, #004e7b, #4895c6);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_arrow .-deco {
    width: min(1.714285714285714vw, 24px);
    height: min(1.714285714285714vw, 24px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_arrow .-deco {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_arrow .-deco::before,
.p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_arrow .-deco::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/images/common/arrow_02.svg");
  mask-image: url("/assets/images/common/arrow_02.svg");
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_arrow .-deco::before,
  .p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_arrow .-deco::after {
    -webkit-mask-size: min(1vw, 14px);
    mask-size: min(1vw, 14px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_arrow .-deco::before,
  .p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_arrow .-deco::after {
    -webkit-mask-size: 3.733333333333334vw;
    mask-size: 3.733333333333334vw;
  }
}
@media screen and (min-width: 901px) {
  .p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_arrow .-deco::before {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}
@media screen and (max-width: 900px) {
  .p-top-service .p-top-service-list .p-top-service-list-item .p-top-service-list-item_arrow .-deco::before {
    content: none;
  }
}
.p-top-column {
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-top-column {
    padding: min(7.357142857142857vw, 103px) 0 min(49.214285714285715vw, 689px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-column {
    padding: 16.8vw 0 16vw;
  }
}
.p-top-column .p-top-column_wrapper {
  background-color: #f8f8f8;
  position: absolute;
}
@media screen and (min-width: 901px) {
  .p-top-column .p-top-column_wrapper {
    width: calc(100vw - ((100vw - min(91.42857142857143vw, 1280px)) / 2));
    padding: min(2.857142857142857vw, 40px) 0 min(7.142857142857142vw, 100px) min(2.857142857142857vw, 40px);
    border-radius: min(1.142857142857143vw, 16px) 0 0 min(1.142857142857143vw, 16px);
    top: min(9.642857142857144vw, 135px);
    left: 50%;
    -webkit-transform: translateX(max(-41.42857142857143vw, -580px));
    transform: translateX(max(-41.42857142857143vw, -580px));
  }
}
@media screen and (max-width: 900px) {
  .p-top-column .p-top-column_wrapper {
    width: 94.66666666666667vw;
    padding: 10.666666666666668vw 0 25.6vw 4.266666666666667vw;
    border-radius: 4.266666666666667vw 0 0 4.266666666666667vw;
    top: 27.46666666666667vw;
  }
}
.p-top-column .p-top-column_wrapper .splide__arrows {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 0;
}
@media screen and (min-width: 901px) {
  .p-top-column .p-top-column_wrapper .splide__arrows {
    width: min(6.857142857142858vw, 96px);
    bottom: max(-4.285714285714286vw, -60px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-column .p-top-column_wrapper .splide__arrows {
    width: 25.6vw;
    bottom: -14.933333333333335vw;
  }
}
.p-top-column .p-top-column_wrapper .splide__arrow--prev,
.p-top-column .p-top-column_wrapper .splide__arrow--next {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border: 1px solid #004e7b;
  background-color: #fff;
  opacity: 1;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-top-column .p-top-column_wrapper .splide__arrow--prev,
  .p-top-column .p-top-column_wrapper .splide__arrow--next {
    width: min(2.857142857142857vw, 40px);
    height: min(2.857142857142857vw, 40px);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .p-top-column .p-top-column_wrapper .splide__arrow--prev,
  .p-top-column .p-top-column_wrapper .splide__arrow--next {
    width: 10.666666666666668vw;
    height: 10.666666666666668vw;
  }
}
.p-top-column .p-top-column_wrapper .splide__arrow--prev::before,
.p-top-column .p-top-column_wrapper .splide__arrow--next::before,
.p-top-column .p-top-column_wrapper .splide__arrow--prev::after,
.p-top-column .p-top-column_wrapper .splide__arrow--next::after {
  content: "";
  display: block;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/images/common/arrow_02.svg");
  mask-image: url("/assets/images/common/arrow_02.svg");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .p-top-column .p-top-column_wrapper .splide__arrow--prev::before,
  .p-top-column .p-top-column_wrapper .splide__arrow--next::before,
  .p-top-column .p-top-column_wrapper .splide__arrow--prev::after,
  .p-top-column .p-top-column_wrapper .splide__arrow--next::after {
    -webkit-mask-size: min(1.142857142857143vw, 16px);
    mask-size: min(1.142857142857143vw, 16px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .p-top-column .p-top-column_wrapper .splide__arrow--prev::before,
  .p-top-column .p-top-column_wrapper .splide__arrow--next::before,
  .p-top-column .p-top-column_wrapper .splide__arrow--prev::after,
  .p-top-column .p-top-column_wrapper .splide__arrow--next::after {
    -webkit-mask-size: 4.266666666666667vw;
    mask-size: 4.266666666666667vw;
  }
}
.p-top-column .p-top-column_wrapper .splide__arrow--prev::before,
.p-top-column .p-top-column_wrapper .splide__arrow--next::before {
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .p-top-column .p-top-column_wrapper .splide__arrow--prev::before,
  .p-top-column .p-top-column_wrapper .splide__arrow--next::before {
    content: none;
  }
}
.p-top-column .p-top-column_wrapper .splide__arrow--prev::after,
.p-top-column .p-top-column_wrapper .splide__arrow--next::after {
  background-color: #004e7b;
}
@media screen and (min-width: 901px) {
  .p-top-column .p-top-column_wrapper .splide__arrow--prev:hover,
  .p-top-column .p-top-column_wrapper .splide__arrow--next:hover {
    background: -webkit-gradient(linear, left top, right top, from(#004e7b), to(#4895c6));
    background: -webkit-linear-gradient(left, #004e7b, #4895c6);
    background: linear-gradient(90deg, #004e7b, #4895c6);
  }
}
.p-top-column .p-top-column_wrapper .splide__arrow--prev svg,
.p-top-column .p-top-column_wrapper .splide__arrow--next svg {
  display: none;
}
@media screen and (min-width: 901px) {
  .p-top-column .p-top-column_wrapper .splide__arrow--prev::before {
    -webkit-transform: translateX(120%) rotate(180deg);
    transform: translateX(120%) rotate(180deg);
  }
}
.p-top-column .p-top-column_wrapper .splide__arrow--prev::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (min-width: 901px) {
  .p-top-column .p-top-column_wrapper .splide__arrow--prev:hover::before {
    -webkit-transform: translateX(0%) rotate(180deg);
    transform: translateX(0%) rotate(180deg);
  }
  .p-top-column .p-top-column_wrapper .splide__arrow--prev:hover::after {
    -webkit-transform: translateX(-120%) rotate(180deg);
    transform: translateX(-120%) rotate(180deg);
  }
}
@media screen and (min-width: 901px) {
  .p-top-column .p-top-column_wrapper .splide__arrow--next::before {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}
@media screen and (min-width: 901px) {
  .p-top-column .p-top-column_wrapper .splide__arrow--next:hover::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .p-top-column .p-top-column_wrapper .splide__arrow--next:hover::after {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
  }
}
.p-top-column .l-inner {
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-top-column .l-btn-01_wrapper {
    position: absolute;
    top: min(2vw, 28px);
    right: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-top-column .l-btn-01_wrapper {
    margin-top: 153.06666666666666vw;
  }
}
.p-top-recruit {
  width: 100%;
  position: relative;
  background-color: #f8f8f8;
}
.p-top-recruit .p-top-recruit_inner {
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-top-recruit .p-top-recruit_inner {
    width: min(100vw, 1400px);
    height: min(47.5vw, 665px);
    margin: 0 auto;
    padding-top: min(12.214285714285714vw, 171px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-recruit .p-top-recruit_inner {
    width: 100%;
    height: 173.33333333333334vw;
    padding-top: 16vw;
  }
}
.p-top-recruit .p-top-recruit_inner .p-top-recruit_hdg {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .p-top-recruit .p-top-recruit_inner .p-top-recruit_hdg {
    width: min(31.143571428571427vw, 436.01px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-recruit .p-top-recruit_inner .p-top-recruit_hdg {
    width: 89.06666666666668vw;
    margin-top: 8.533333333333333vw;
  }
}
.p-top-recruit .p-top-recruit_inner .p-top-recruit_img {
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .p-top-recruit .p-top-recruit_inner .p-top-recruit_img {
    width: min(97.14285714285714vw, 1360px);
    position: absolute;
    top: min(4.285714285714286vw, 60px);
    left: min(1.428571428571429vw, 20px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-recruit .p-top-recruit_inner .p-top-recruit_img {
    width: 89.33333333333333vw;
  }
}
@media screen and (min-width: 901px) {
  .p-top-recruit .l-btn-04_wrapper {
    margin-top: min(1.428571428571429vw, 20px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-recruit .l-btn-04_wrapper {
    margin-top: 8.533333333333333vw;
  }
}
.p-works-list .l-works-list {
  background-color: #f8f8f8;
}
@media screen and (min-width: 901px) {
  .p-works-list .l-works-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: min(2.857142857142857vw, 40px);
    border-radius: min(1.142857142857143vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .p-works-list .l-works-list {
    padding: 6.4vw 4.266666666666667vw;
    border-radius: 4.266666666666667vw;
  }
}
@media screen and (min-width: 901px) {
  .p-works-list .l-works-list .l-works-item {
    margin: min(2.857142857142857vw, 40px) min(1.714285714285714vw, 24px) 0 0;
  }
}
@media screen and (min-width: 901px) {
  .p-works-list .l-works-list .l-works-item:nth-of-type(1),
  .p-works-list .l-works-list .l-works-item:nth-of-type(2),
  .p-works-list .l-works-list .l-works-item:nth-of-type(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 901px) {
  .p-works-list .l-works-list .l-works-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-works-list .l-works-list .l-works-item + .l-works-item {
    margin-top: 4.266666666666667vw;
  }
}
.p-works-list .l-works-button {
  border: none;
}
