@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  color: #000;
  font-size: 13px;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
}

.l-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 6.25vw;
  z-index: 1000;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header_inner {
  display: contents;
}
.l-header_logo a img {
  width: 24.21875vw;
  margin-left: 10%;
}
.l-header_ul {
  display: flex;
  justify-content: space-between;
  margin-right: 8%;
}

@media (max-aspect-ratio: 7/10) {
  .l-header {
    height: 22.65625vw;
    width: 100vw;
  }
  .l-header_inner {
    display: block;
    width: 100%;
  }
  .l-header_logo a img {
    width: 40%;
    padding-top: 5%;
    padding-bottom: 4%;
    margin-left: 7%;
  }
  .l-header_ul {
    width: 100%;
    display: flex;
    margin-right: 0;
  }
  .l-header_ul li {
    width: 49.8%;
  }
}
.ml {
  margin-left: 8%;
}

@media (max-aspect-ratio: 7/10) {
  .ml {
    margin-left: 0;
  }
}
.footer {
  border-top: 1px solid #ccc;
  padding: 5% 10%;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
}
.footer-logo {
  margin-bottom: 10%;
}
.footer-logo a img {
  width: 24.21875vw;
}
.footer-text {
  font-size: 1.015625vw;
  margin-bottom: 2%;
}
.footer-ul {
  font-size: 1.015625vw;
  width: 27.34375vw;
  display: flex;
}
.footer-ul li {
  margin-left: 6%;
  width: 100%;
}
.footer-ul li a {
  align-items: center;
  color: #000;
  display: flex;
}
.footer-ul li img {
  width: 1.25vw;
  margin-left: 3%;
}
.footer-li_1 {
  width: 10.9375vw;
}

@media (max-aspect-ratio: 7/10) {
  .footer {
    padding: 10% 8%;
  }
  .footer-inner {
    flex-wrap: wrap;
  }
  .footer-logo a img {
    width: 55.46875vw;
  }
  .footer-text {
    font-size: 2.8125vw;
    line-height: 150%;
  }
  .footer-list_1 {
    order: 2;
  }
  .footer-list_2 {
    width: 55.46875vw;
    order: 1;
    font-size: 2.8125vw;
    margin-bottom: 10%;
  }
  .footer-list_2 ul li a {
    font-size: 3.28125vw;
    display: contents;
  }
  .footer-ul {
    display: block;
  }
  .footer-ul li {
    width: 37.5vw;
    margin-bottom: 10%;
  }
  .footer-ul li img {
    width: 3.125vw;
  }
}
body {
  color: #555;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

.br-sp {
  display: none;
}

@media (max-aspect-ratio: 7/10) {
  .br-sp {
    display: block;
  }
}
.br-pc {
  display: block;
}

@media (max-aspect-ratio: 7/10) {
  .br-pc {
    display: none;
  }
}
.mv {
  display: flex;
  text-align: center;
  padding: 3% 20% 8%;
  justify-content: center;
  width: 60%;
  height: auto;
}
.mv-left {
  margin: auto;
  width: 50%;
}
.mv-left img {
  display: block;
  margin: 2% auto 0;
  width: 100%;
}
.mv-right {
  width: 40%;
  padding-left: 5%;
  padding-right: 5%;
}
.mv-right_img img {
  width: 100%;
}
.mv-title {
  font-size: 1.0vw;
  margin-top: 5%;
  color: #438aba;
}
.mv-text0 {
  font-size: 1.0vw;
  margin-left: 10%;
}
.mv-text1 {
  color: #438aba;
  margin-top: 3%;
  font-size: 1.7vw;
  font-weight: bold;
}
.mv-text1_sub {
  font-size: 3.0vw;
}
.mv-text2 {
  line-height: 150%;
  font-weight: bold;
  margin-top: 4%;
  font-size: 1.0vw;
}
.mv-links {
  display: flex;
  justify-content: center;
  margin-top: 5%;
}
.mv-text3 {
  margin-top: 7%;
  font-size: 0.8vw;
  text-align: left;
  line-height: 130%;
}
.mv-text4 {
  margin-top: -4.3%;
  margin-left: 5%;
  font-size: 0.8vw;
  text-align: left;
  line-height: 130%;
}
.mv-text5 {
  margin-top: 0%;
  margin-left: 5%;
  font-size: 0.8vw;
  text-align: left;
  line-height: 130%;
}
.mv::before {
  background-color: #d0e2ee;
  content: "";
  width: 100%;
  height: 30.0vw;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.mv::after {
  content: "";
  width: 100%;
  height: 43.75vw;
  display: block;
  background: url(../img/bg_slash.png) repeat center top;
  background-size: 1360px 540px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.bg-yellow {
  background-color: #f4ea31;
  padding: 0.5% 1%;
  border-radius: 4px;
}

.underline {
  display: inline-block;
  position: relative;
}

.underline::before {
  content: "";
  display: block;
  background-color: rgba(244, 234, 49, 0.8);
  width: 25.0vw;
  height: 18%;
  position: absolute;
  left: -10px;
  bottom: 0.7em;
  margin: auto;
  z-index: -1;
  top: 87%;
}

sup {
  font-size: 1.171875vw;
  top: -0.8em;
  position: relative;
}

.satisfaction {
  background-color: #ecf3f8;
}

@media (max-aspect-ratio: 7/10) {
  .mv {
    display: block;
    height: 195.3125vw;
    width: 100%;
    position: relative;
    padding: 0;
  }
  .mv-left {
    width: 100%;
    position: absolute;
    top: 42%;
  }
  .mv-right {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    position: absolute;
    top: 12%;
  }
  .mv-right_img img {
    width: 85%;
  }
  .mv-title {
    font-size: 3.4375vw;
  }
  .mv-text0 {
    font-size: 3.125vw;
  }
  .mv-text1 {
    font-size: 4.6875vw;
  }
  .mv-text1_sub {
    font-size: 8.4375vw;
  }
  .mv-text2 {
    font-size: 3.28125vw;
  }
  .mv-links {
    margin-top: 85%;
  }
  .mv-text3 {
    font-size: 2.96875vw;
    width: 90%;
    margin: 5% auto 0;
  }
  .mv-text4 {
    font-size: 2.96875vw;
    width: 90%;
    margin-top: -4.3%;
    margin-left: 10%;
  }
  .mv-text5 {
    font-size: 2.96875vw;
    width: 90%;
    margin-top:  0%;
    margin-left: 10%;
  }
  .mv::before {
    height: 100%;
  }
  .mv::after {
    height: 100%;
  }
  .underline::before {
    width: 64.84375vw;
  }
  sup {
    font-size: 2.34375vw;
  }
}
.mv-bottom-text {
  text-align: center;
  font-size: 1.8vw;
  font-weight: 300;
  line-height: 130%;
  margin: 3.0% 0;
}
.mv-bottom-text_bg {
  background-color: #476fb9;
  border-radius: 6px;
  color: #fff;
  padding: 1.5% 2%;
  font-size: 1.4vw;
  font-weight: 100;
  width: 30%;
  text-align: center;
}
.mv-bottom-text_l {
  font-size: 2.3vw;
  font-weight: 600;
}

@media (max-aspect-ratio: 7/10) {
  .mv-bottom-text {
    font-size: 3.90625vw;
  }
  .mv-bottom-text_bg {
    font-size: 3.4375vw;
    line-height: 130%;
  }
  .mv-bottom-text_l {
    font-size: 4.6875vw;
  }
}
.introduction {
  background-color: #ECF3F8;
}
.introduction-title {
  text-align: center;
  font-size: 2.34375vw;
  line-height: 160%;
  margin-top: 5%;
}
.introduction-inner {
  margin: 0 10% 0 10%;
  padding: 3% 0 5%;
}
.introduction-inner h3 {
  text-align: center;
  padding: 3% 3% 1%;
  border-radius: 6px;
  position: relative;
}
.introduction-head {
  color: #438aba;
  margin: 0 auto 2%;
  font-size: 2.34375vw;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.introduction-head::before {
  content: "";
  display: block;
  background-color: rgba(244, 234, 49, 0.8);
  width: calc(100% + 20px);
  height: 35%;
  position: absolute;
  left: -10px;
  bottom: 0.7em;
  margin: auto;
  z-index: -1;
  top: 85%;
}
.introduction-title {
  font-size: 1.875vw;
  margin: auto;
}
.introduction-inner ul li {
  font-size: 2.34375vw;
  margin-bottom: 3%;
  font-weight: bold;
}
.introduction-lists {
  display: flex;
  justify-content: space-around;
}
.introduction-list {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background-color: #fff;
  width: 44%;
}
.introduction-list_head {
  align-items: center;
  background-color: #476fb9;
  border-radius: 10px 10px 0 0;
  color: #fff;
  display: inline-grid;
  font-size: 1.484375vw;
  height: 6.25vw;
  line-height: 130%;
  text-align: center;
  width: 100%;
  font-weight: 500;
}
.introduction-list_img img {
  display: block;
  margin: 1% auto 0;
  width: 48%;
}
.introduction-list_text {
  align-items: center;
  color: #476fb9;
  display: grid;
  font-weight: bold;
  line-height: 130%;
  text-align: center;
  font-size: 1.484375vw;
  height: 6.25vw;
  font-weight: bold;
}
.introduction-list_text2 {
  font-size: 1.0vw;
  margin: 0 4% 2%;
  line-height: 140%;
}
.introduction-manager {
  display: flex;
  margin-top: 3%;
  width: 100%;
}
.introduction-manager-left {
  display: flex;
  margin-right: 8%;
  width: 42%;
}
.introduction-manager-left img {
  width: 14.0625vw;
}
.introduction-manager-left p {
  align-items: center;
  color: #438aba;
  display: inline-flex;
  font-size: 1.953125vw;
  font-weight: bold;
  line-height: 130%;
  margin-right: 3%;
}
.introduction-manager-right {
  display: flex;
  position: relative;
}
.introduction-manager-right p {
  background-color: #f5f5f5;
  border: 1px solid #555;
  border-radius: 10px;
  font-size: 1.5625vw;
  line-height: 130%;
  margin: auto;
  height: 7.8125vw;
  padding: 5% 10%;
  width: 34.375vw;
}
.introduction-manager-right img {
  position: absolute;
  top: 23%;
  left: 88%;
  width: 11.71875vw;
}

@media (max-aspect-ratio: 7/10) {
  .introduction {
    padding: 2% 0;
  }
  .introduction-title {
    font-size: 3.515625vw;
  }
  .introduction-title_l {
    font-size: 4.6875vw;
  }
  .introduction-underline::before {
    width: calc(100% + 5px);
    left: -5px;
  }
  .introduction-inner {
    padding: 0;
    margin: 5% 5% 9% 5%;
  }
  .introduction-inner h3 {
    display: block;
    font-size: 3.90625vw;
    margin-bottom: 6%;
  }
  .introduction-inner h3 span {
    font-size: 4.53125vw;
  }
  .introduction-inner ul li {
    font-size: 3.515625vw;
  }
  .introduction-head {
    margin-bottom: 3%;
  }
  .introduction-head::before {
    width: calc(100% + 5px);
    left: -4px;
  }
  .introduction-lists {
    display: block;
  }
  .introduction-list {
    width: 100%;
    margin: 5% auto;
    padding-bottom: 1%;
  }
  .introduction-list_img img {
    height: auto;
  }
  .introduction-list_head {
    font-size: 3.90625vw;
    height: 14.0625vw;
  }
  .introduction-list_text {
    font-size: 3.75vw;
    height: 14.0625vw;
    margin-top: 2%;
  }
  .introduction-list_text2 {
    font-size: 3.28125vw;
  }
  .introduction-manager {
    display: block;
  }
  .introduction-manager-left {
    margin: 5% auto;
    justify-content: center;
    width: 100%;
  }
  .introduction-manager-left img {
    width: 23.4375vw;
  }
  .introduction-manager-left p {
    font-size: 4.6875vw;
  }
  .introduction-manager-right p {
    font-size: 3.4375vw;
    height: 17.1875vw;
    width: 62.5vw;
    margin-right: 10%;
    padding: 4% 7%;
  }
  .introduction-manager-right img {
    top: 23%;
    left: 82%;
    width: 19.53125vw;
  }
}
.operation {
  background-color: #fff;
  position: relative;
}
.operation-inner {
  margin: 5% 10%;
  padding: 7% 0 2%;
}
.operation-title {
  font-size: 2.0vw;
  margin: auto;
  line-height: 150%;
}
.operation-title_l {
  font-size: 2.4vw;
  color: #438aba;
}
.operation-bottom {
  background-color: #eef1f8;
  padding: 1% 5% 1%;
  position: relative;
}
.operation-bottom h3 {
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  text-align: center;
  margin: 3% 5%;
  padding: 3%;
  border-radius: 6px;
  border: 1px solid #438aba;
}
.operation-bottom-cycle {
  display: flex;
  margin-top: 3%;
}
.operation-bottom-cycle_left {
  margin: auto 0;
  position: absolute;
  left: 72%;
  top: 37%;
}
.operation-bottom-cycle_left img {
  display: block;
  width: 18.0vw;
}
.operation-bottom-cycle_right {
  font-size: 1.2vw;
  display: flex;
  margin-left: 5%;
  justify-content: space-between;
  width: 64%;
}
.operation-bottom-cycle_right img {
  width: 1.5625vw;
  margin-left: 2%;
}
.operation-bottom-explain {
  display: flex;
  margin: 3% 7%;
}
.operation-bottom-explain_text {
  font-size: 1.1vw;
  line-height: 130%;
  height: 3vw;
  position: relative;
  display: inline-block;
  margin-left: 2%;
  padding: 1%;
  border-radius: 12px;
  text-align: left;
}
.operation-bottom-person {
  margin-right: 3%;
}
.operation-bottom-person p {
  font-size: 1.171875vw;
  line-height: 130%;
}
.operation-bottom-person img {
  width: 19.53125vw;
  margin-bottom: 3%;
  border-radius: 6px;
}
.operation-bottom-cycle_text img {
  width: 20px;
}

@media (max-aspect-ratio: 7/10) {
  .operation-inner {
    padding: 10% 4%;
    margin: 5% 1%;
  }
  .operation-inner h3 {
    display: block;
    font-size: 3.90625vw;
    text-align: center;
    margin-bottom: 5%;
  }
  .operation-head {
    font-size: 6.25vw;
    margin-left: 0;
  }
  .operation-title {
    font-size: 3.90625vw;
    margin-top: 3%;
    line-height: 130%;
  }
  .operation-title_l {
    font-size: 4.296875vw;
  }
  .operation-inner h4 {
    font-size: 3.515625vw;
    margin-top: 10%;
    margin-bottom: 4%;
    text-align: left;
  }
  .operation-inner ul li {
    font-size: 3.515625vw;
  }
  .operation-wrap {
    display: block;
  }
  .operation-wrap-left {
    width: 100%;
    margin-bottom: 10%;
  }
  .operation-wrap-left p {
    font-size: 3.4375vw;
    width: 50.78125vw;
    height: 32.8125vw;
  }
  .operation-wrap-left p::before {
    border-width: 9px 0 9px 18px;
  }
  .operation-wrap-left img {
    width: 18.75vw;
    height: 28.125vw;
    margin: auto 0 auto 7%;
  }
  .operation-wrap-right {
    margin-bottom: 3%;
    width: 100%;
  }
  .operation-wrap-right p {
    font-size: 3.515625vw;
  }
  .operation-bottom h3 {
    display: block;
    font-size: 3.90625vw;
    margin-top: 9%;
    padding: 3% 0;
    width: 92%;
  }
  .operation-bottom img {
    width: 62.5vw;
  }
  .operation-bottom-explain {
    display: block;
    margin: 4%;
  }
  .operation-bottom-explain_text {
    font-size: 3.4375vw;
    height: 26.5625vw;
    margin-top: 4%;
    padding: 3%;
  }
  .operation-bottom-person {
    display: flex;
    margin-top: 6%;
    margin-bottom: 3%;
  }
  .operation-bottom-person img {
    width: 27.34375vw;
    height: 23.4375vw;
  }
  .operation-bottom-person p {
    align-items: center;
    display: inline-flex;
    font-size: 3.4375vw;
    margin: auto;
    width: 60%;
  }
  .operation-bottom-cycle {
    display: block;
  }
  .operation-bottom-cycle_left {
    margin: auto;
    width: 100%;
    left: 0;
    top: 11%;
  }
  .operation-bottom-cycle_left img {
    width: 70.3125vw;
    margin: 5% auto;
  }
  .operation-bottom-cycle_right {
    display: block;
    font-size: 3.59375vw;
    margin: 85% auto 5%;
    width: 90%;
  }
  .operation-bottom-cycle_right img {
    width: 3.515625vw;
  }
  .operation-bottom-cycle_right table {
    margin: 3% 0;
  }
  strong {
    font-size: 4.375vw;
  }
  .operation::before {
    height: 296.875vw;
  }
  .operation::after {
    height: 296.875vw;
  }
}
.operation-middle {
  font-size: 1.2vw;
}
.operation-middle-explain {
  background-color: #f5f5f5;
  padding: 2% 4%;
  width: 80.0%;
}
.operation-middle-bullet {
  display: flex;
  width: 100%;
  margin-left: 2%;
}
.operation-middle-bullet ul {
  margin-right: 6%;
}
.operation-middle-bullet li {
  position: relative;
  margin-bottom: 4%;
}
.operation-middle-bullet li::before {
  content: "";
  display: block;
  background-color: #476fb9;
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 100%;
  position: absolute;
  top: 25%;
  left: -6%;
}
.operation-middle-bullet_li {
  margin-bottom: 2% !important;
}
.operation-middle-bullet_li::before {
  left: -3% !important;
}
.operation-middle-top {
  display: flex;
  margin: 0 auto;
  width: 90%;
}
.operation-middle-top-img {
  width: 25%;
  margin-right: 3%;
  margin-left: 4%;
}
.operation-middle-top-img img {
  width: 80%;
}
.operation-middle-top-text {
  color: #438ABA;
  line-height: 150%;
  margin-bottom: 3%;
  width: 88%;
  font-weight: bold;
}
.operation-middle-bottom {
  border: 1px solid #438aba;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  display: flex;
  margin: 3% auto;
  padding: 1% 2% 2% 0;
  width: 73%;
}
.operation-middle-bottom-img {
  width: 50%;
  margin-right: 1%;
}
.operation-middle-bottom-img2 {
  width: 50%;
  margin: auto;
}
.operation-middle-bottom-img img {
  width: 100%;
}

@media (max-aspect-ratio: 7/10) {
  .operation-middle {
    font-size: 2.8vw;
  }
  .operation-middle-explain {
    margin: auto;
  }
  .operation-middle-bullet {
    display: block;
  }
  .operation-middle-bullet li {
    margin-bottom: 2%;
  }
  .operation-middle-bullet li::before {
    left: -3%;
  }
  .operation-middle-top {
    display: block;
    position: relative;
  }
  .operation-middle-top-img {
    margin-bottom: 4%;
  }
  .operation-middle-top-text {
    position: absolute;
    right: 4%;
    top: 0;
    width: 60%;
  }
  .operation-middle-bottom {
    display: block;
    padding: 2% 0 2% 0;
  }
  .operation-middle-bottom-img {
    width: 100%;
    margin-bottom: 4%;
  }
  .operation-middle-bottom-img2 {
    width: 90%;
    margin-bottom: 4%;
  }
}
.download {
  margin: 6% 0;
}
.download-underline {
  display: inline-block;
  position: relative;
}
.download-underline::before {
  content: "";
  display: block;
  background-color: rgba(244, 234, 49, 0.8);
  width: 65.5vw;
  height: 36%;
  position: absolute;
  left: -10px;
  bottom: 0.7em;
  margin: auto;
  z-index: -1;
  top: 87%;
}
.download-links {
  display: flex;
  justify-content: center;
  margin-top: 4%;
}

.download h2 {
  font-size: 2.96875vw;
  text-align: center;
  margin-bottom: 3%;
}

.download p {
  text-align: center;
  font-size: 1.875vw;
  line-height: 180%;
}

.download-span {
  font-size: 2.1875vw;
  font-weight: bold;
}

.blue {
  color: #1d4288;
}

@media (max-aspect-ratio: 7/10) {
  .download {
    margin: 15% 0;
  }
  .download-underline {
    line-height: 150%;
  }
  .download-underline::before {
    height: 14%;
    top: 91%;
    width: 53.125vw;
  }
  .download-links {
    display: block;
  }
  .download h2 {
    font-size: 6.25vw;
  }
  .download p {
    font-size: 3.90625vw;
  }
  .download-span {
    font-size: 4.6875vw;
  }
}
.customer {
  padding: 1% 0 1% 0;
  position: relative;
  background-color: #e3e4ef;
  overflow: hidden;
}
.customer-title {
  font-size: 2.734375vw;
  text-align: center;
  margin-bottom: 3%;
  position: relative;
  z-index: 5;
}
.customer-title-span {
  color: #424993;
  font-size: 1.5625vw;
  line-height: 3;
}

.customer::before {
  background-color: #d0e2ee;
  content: "";
  width: 100%;
  height: 39.0625vw;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.customer::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/bg_slash.png) repeat center top;
  background-size: 1360px 540px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-aspect-ratio: 7/10) {
  .customer {
    height: 78.125vw;
  }
  .customer-title {
    font-size: 6.25vw;
    margin-bottom: 10%;
  }
  .customer-title-span {
    font-size: 3.75vw;
  }
  .customer::before {
    height: 72.65625vw;
  }
  .customer::after {
    height: 100%;
  }
}
.container {
  position: relative;
  width: 84%;
  overflow: hidden;
  margin: auto;
  z-index: 1;
}

.box-container {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: transform 800ms ease 0s;
  transform: translateX(-743px);
}
.box-container-img {
  margin-right: 2%;
  width: 47.65625vw;
}
.box-container-img img {
  width: 100%;
}

.Arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.Arrow.left {
  left: 3%;
  top: 63%;
  z-index: 1;
}

.Arrow.left img {
  width: 150%;
}

.Arrow.right {
  right: 3%;
  top: 63%;
  z-index: 1;
}

.Arrow.right img {
  width: 150%;
}

.Hide {
  display: none;
}

@media (max-aspect-ratio: 7/10) {
  .box-container {
    transform: translateX(-290px);
  }
  .box-container-img {
    width: 85.9375vw;
  }
}
.function {
  background-color: #edf1f8;
  padding: 7% 0;
}
.function-inner {
  padding: 0 5%;
}
.function-title {
  font-size: 2.734375vw;
  text-align: center;
  margin-bottom: 3%;
  position: relative;
  z-index: 5;
}
.function-title-span {
  color: #424993;
  font-size: 1.5625vw;
  line-height: 3;
}
.function-wrap ul {
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
}
.function-wrap ul li {
  margin: 0.7%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}
.function-wrap ul li img {
  width: 14.0625vw;
}
.function-subtitle {
  position: relative;
  line-height: 1;
  font-size: 1.5625vw;
  color: #476fb9;
  text-align: center;
  margin-bottom: 20px;
  z-index: 1;
}
.function-subtitle::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: -1;
  background-color: #438aba;
}
.function-subtitle::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #edf1f8;
  width: 10.15625vw;
  height: 1em;
  left: 0;
  right: 0;
  z-index: -1;
  margin: auto;
}
.function-subtitle2::after {
  width: 21.875vw;
}
.function-subtitle3::after {
  width: 16.40625vw;
}
.function-subtitle4::after {
  width: 12.5vw;
}

@media (max-aspect-ratio: 7/10) {
  .function-title {
    font-size: 6.25vw;
    margin-bottom: 10%;
  }
  .function-title-span {
    font-size: 3.75vw;
  }
  .function-subtitle {
    font-size: 4.296875vw;
  }
  .function-subtitle::after {
    width: 23.4375vw;
  }
  .function-subtitle2::after {
    width: 47.65625vw;
  }
  .function-subtitle3::after {
    width: 35.9375vw;
  }
  .function-subtitle4::after {
    width: 28.125vw;
  }
  .function-wrap {
    margin-top: 12%;
  }
  .function-wrap ul {
    flex-wrap: wrap;
  }
  .function-wrap ul li {
    margin: 2.5%;
  }
  .function-wrap ul li img {
    width: 35.15625vw;
  }
}
.faq {
  background-color: #d0e2ee;
  padding: 7% 0;
  position: relative;
}
.faq-inner {
  padding: 0 5%;
}
.faq-title {
  font-size: 2.734375vw;
  text-align: center;
  margin-bottom: 3%;
  position: relative;
  z-index: 5;
}
.faq-title-span {
  color: #424993;
  font-size: 1.5625vw;
  line-height: 3;
}

@media (max-aspect-ratio: 7/10) {
  .faq-title {
    font-size: 6.25vw;
    margin-bottom: 10%;
  }
  .faq-title-span {
    font-size: 3.75vw;
  }
}
.faq::before {
  background-color: #d0e2ee;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.faq::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/bg_slash.png) repeat center top;
  background-size: 1360px 540px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.faq-list {
  margin: auto;
  width: 85%;
}

.faq-list li {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

.faq-list li dl dt::before {
  content: "";
  display: block;
  width: 1.953125vw;
  height: 1.71875vw;
  background: url(../img/icon_q.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 36%;
  left: 3%;
}

.faq-list li dl dt {
  border-radius: 20px;
  background-color: #fff;
  font-size: 1.5625vw;
  padding: 3% 7%;
  position: relative;
  z-index: 2;
}

.faq-list li dl dt::after {
  content: "";
  display: block;
  width: 2.34375vw;
  height: 2.34375vw;
  background: url(../img/icon_plus.png) no-repeat;
  background-size: cover;
  transition: 0.3s;
  position: absolute;
  top: 30%;
  right: 3%;
  z-index: 2;
}

.open dt {
  position: relative;
  border-radius: 20px 20px 0 0 !important;
}

.open dt::after {
  background: url(../img/icon_minus.png) no-repeat !important;
  background-size: cover !important;
}

@media (max-aspect-ratio: 7/10) {
  .faq-list {
    width: 94%;
  }
  .faq-list li dl dt::before {
    width: 4.21875vw;
    height: 3.59375vw;
    top: 23%;
  }
  .faq-list li dl dt {
    border-radius: 10px;
    font-size: 3.75vw;
    padding: 4% 10%;
    line-height: 130%;
  }
  .faq-list li dl dt::after {
    width: 5.15625vw;
    height: 5.15625vw;
    top: 30%;
    right: 3%;
  }
}
.accordions {
  width: 90%;
  margin: 0 auto;
}

.accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.accordion__menu {
  margin-bottom: 2%;
}

.accordion__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: inherit;
  cursor: pointer;
}

.accordion__body {
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  border-radius: 0 0 20px 20px;
  position: relative;
  z-index: 11;
}

.accordion__text {
  padding: 3% 7%;
  font-size: 1.40625vw;
  font-weight: bold;
  background-color: #ecf3f8;
  line-height: 140%;
}

.accordion__text::before {
  content: "";
  display: block;
  width: 1.953125vw;
  height: 1.4453125vw;
  background: url(../img/icon_a.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 30px;
  left: 3%;
}

@media (max-aspect-ratio: 7/10) {
  .accordion__menu {
    margin-bottom: 4%;
  }
  .accordion__text {
    font-size: 3.515625vw;
    padding: 4% 9% 4% 11%;
  }
  .accordion__text::before {
    width: 3.90625vw;
    height: 2.890625vw;
    top: 16px;
  }
}
.d-flex {
  display: flex;
}

@media (max-aspect-ratio: 7/10) {
  .d-flex {
    display: block;
  }
}
.table-margin {
  margin: 0 auto 5%;
}

@media (max-aspect-ratio: 7/10) {
  .table-margin {
    margin: 0 !important;
  }
}
.table-margin2 {
  margin: auto auto 0;
}

@media (max-aspect-ratio: 7/10) {
  .table-margin2 {
    margin: 0 !important;
  }
}
.table-margin3 {
  margin-top: 20%;
}

@media (max-aspect-ratio: 7/10) {
  .table-margin2 {
    margin-top: 3%;
  }
}
.opreration-strong {
  margin-left: -2%;
}

.slider { 
  width: 60%; /* スライダー内の画像の横幅 */
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-aspect-ratio: 7/10) {
  .slider { 
    width: 94%;
  } 
}

.slider img {
  width: 90%; /* スライダー内の１画像を余白以外の幅 */
  height: auto;
  margin: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute; /*絶対配置にする*/
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666; /*矢印の色*/
  border-right: 2px solid #666; /*矢印の色*/
  height: 15px;
  width: 15px;
}

.slick-prev { /*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}

.slick-next { /*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 13% 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  width: 0.625vw;
  height: 1.25vw;
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
  border: none;
}
@media (max-aspect-ratio: 7/10) {
  .slick-dots button {
    height: 3.25vw;
  }
}

.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}

.arrow_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* margin: 80px 0 0; */
  margin: 6% 0 0;
  position: relative;
}

.prev-arrow,
.next-arrow {
  display: block;
  width: 4.6875vw;
  height: 4.6875vw;
  /* background: coral; */
  /* border-radius: 50%; */
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  top: -100%;
}

.prev-arrow {
  background-image: url(../../assets/img/icon_slide_prev.png);
  background-size: contain;
  position: absolute;
  left: 17%;
  transform: translateY(-430%);
  z-index: 3;
}

.next-arrow {
  background-image: url(../../assets/img/icon_slide_next.png);
  background-size: contain;
  position: absolute;
  right: 17%;
  transform: translateY(-430%);
  z-index: 3;
}

.slider-wraper {
  width: 65%;
  margin: 0 auto;
}

.slick-list {
  overflow: visible !important;
}

.slick-slide {
  height: auto !important;
}

@media (max-aspect-ratio: 7/10) {
  .slider img {
    width: 95%;
  }
  .slider-wraper {
    width: 94%;
    margin: 0 auto 0 3%;
  }
  .prev-arrow,
.next-arrow {
    width: 5.859375vw;
    height: 5.859375vw;
  }
  .prev-arrow {
    transform: translateY(-180%);
    z-index: 3;
    left: 29.5%;
  }
  .next-arrow {
    transform: translateY(-180%);
    right: 29.5%;
  }
}
/*# sourceMappingURL=style.css.map */