@charset "UTF-8";
* {
  --width1: 1080px;
  --color1: #003262;
  --color2: #00AAAD;
  --color3: #4385B8;
  --color4: #DD533A;
  --color5: #F5F5F5;
  --shadow: 0 3px 20px rgb(0 0 0 / .1);
  --hx-fontfamily: "din-2014", "游ゴシック", "游ゴシック体", "YuGothic", "Yu-Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  --oswald: "Oswald", sans-serif;
  --din: "din-2014", sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body {
  font-family: "游ゴシック", "游ゴシック体", "YuGothic", "Yu-Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", Osaka, sans-serif;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

ul, li {
  list-style: none;
}

section {
  padding: 100px 0;
}
@media screen and (max-width: 1080px) {
  section {
    padding: 80px 20px;
  }
}

h1, h2 {
  font-family: var(--hx-fontfamily);
  color: #003262;
  font-weight: bold;
}

h1 {
  font-size: 64px;
}
@media screen and (max-width: 1640px) {
  h1 {
    font-size: 52px;
  }
}
@media screen and (max-width: 1360px) {
  h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1260px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 960px) {
  h1 {
    font-size: 56px;
  }
}
@media screen and (max-width: 520px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 40px;
  text-align: center;
}
h2 + p {
  margin-top: 30px;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 520px) {
  h2 {
    font-size: 28px;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 834px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.cv {
  display: flex;
  gap: 15px;
  justify-content: center;
  padding: 80px 0 100px;
}
.cv .btn {
  position: relative;
  border-radius: 3px;
}
.cv .btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 80px;
  padding: 20px 30px;
  font-size: 24px;
  font-weight: bold;
  transition: color 0.5s ease;
}
.cv .btn a::after {
  content: "";
  position: absolute;
  top: 48%;
  right: 30px;
  width: 14px;
  height: 14px;
  transform: rotate(45deg) translateY(-50%);
  transition: border 0.3s ease;
}
.cv .btn a:hover {
  text-decoration: none;
}
.cv .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease;
}
.cv .btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.cv .btn.entry {
  background: var(--color1);
}
.cv .btn.entry a {
  color: #fff;
}
.cv .btn.entry a::after {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}
.cv .btn.entry::before {
  background: #00AFDD;
}
.cv .btn.contact {
  border: solid 3px var(--color1);
}
.cv .btn.contact a {
  color: var(--color1);
}
.cv .btn.contact a::before {
  background: var(--color1);
}
.cv .btn.contact a::after {
  border-top: solid 3px var(--color1);
  border-right: solid 3px var(--color1);
}
.cv .btn.contact a:hover {
  color: #fff;
}
.cv .btn.contact a:hover::after {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}
.cv .btn.contact::before {
  background: #00AFDD;
}
.cv .btn.contact:hover {
  border: solid 3px #00AFDD;
}
@media screen and (max-width: 1080px) {
  .cv {
    padding: 80px 20px 100px;
  }
  .cv .btn {
    width: 50%;
  }
  .cv .btn a {
    width: auto;
  }
}
@media screen and (max-width: 960px) {
  .cv .btn a {
    justify-content: flex-start;
    height: 72px;
    padding: 15px 20px;
    font-size: 22px;
  }
}
@media screen and (max-width: 520px) {
  .cv {
    flex-direction: column;
    gap: 10px;
    padding: 40px 20px 60px;
  }
  .cv .btn {
    width: 100%;
  }
  .cv .btn a {
    width: 100%;
    height: 52px;
    font-size: 18px;
  }
  .cv .btn a::after {
    right: 24px;
    width: 10px;
    height: 10px;
  }
}

main {
  overflow-x: hidden;
}

.footstepBox {
  font-size: 10px;
}

.fv .inner {
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: repeat(3, 240px);
  gap: 20px;
  height: 100%;
  padding: 20px;
}
.fv_img {
  transform: scale(0.5);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.fv_img.animate {
  transform: scale(1);
  opacity: 1;
}
.fv_img img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv .left {
  grid-column-start: 1;
  grid-column-end: 4;
}
.fv .left.group-a.a-1 {
  grid-row-start: 1;
  grid-row-end: 2;
}
.fv .left.group-a.a-2 {
  grid-row-start: 2;
  grid-row-end: 4;
}
.fv .left.group-b.b-1 {
  grid-row-start: 1;
  grid-row-end: 2;
}
.fv .left.group-b.b-2 {
  grid-row-start: 2;
  grid-row-end: 3;
}
.fv .left.group-b.b-3 {
  grid-row-start: 3;
  grid-row-end: 4;
}
.fv .left.group-c.c-1 {
  grid-row-start: 1;
  grid-row-end: 3;
}
.fv .left.group-c.c-2 {
  grid-row-start: 3;
  grid-row-end: 4;
}
.fv .right.group-a.a-1 {
  grid-column-start: 8;
  grid-column-end: 12;
  grid-row-start: 1;
  grid-row-end: 3;
}
.fv .right.group-a.a-2 {
  grid-column-start: 8;
  grid-column-end: 10;
  grid-row-start: 3;
  grid-row-end: 4;
}
.fv .right.group-a.a-3 {
  grid-column-start: 10;
  grid-column-end: 12;
  grid-row-start: 3;
  grid-row-end: 4;
}
.fv .right.group-a.a-4 {
  grid-column-start: 12;
  grid-column-end: 16;
  grid-row-start: 1;
  grid-row-end: 2;
}
.fv .right.group-a.a-5 {
  grid-column-start: 12;
  grid-column-end: 16;
  grid-row-start: 2;
  grid-row-end: 4;
}
.fv .right.group-b.b-1 {
  grid-column-start: 8;
  grid-column-end: 12;
  grid-row-start: 1;
  grid-row-end: 2;
}
.fv .right.group-b.b-2 {
  grid-column-start: 8;
  grid-column-end: 12;
  grid-row-start: 2;
  grid-row-end: 4;
}
.fv .right.group-b.b-3 {
  grid-column-start: 12;
  grid-column-end: 14;
  grid-row-start: 1;
  grid-row-end: 2;
}
.fv .right.group-b.b-4 {
  grid-column-start: 14;
  grid-column-end: 16;
  grid-row-start: 1;
  grid-row-end: 2;
}
.fv .right.group-b.b-5 {
  grid-column-start: 12;
  grid-column-end: 16;
  grid-row-start: 2;
  grid-row-end: 4;
}
.fv .right.group-c.c-1 {
  grid-column-start: 8;
  grid-column-end: 10;
  grid-row-start: 1;
  grid-row-end: 2;
}
.fv .right.group-c.c-2 {
  grid-column-start: 10;
  grid-column-end: 12;
  grid-row-start: 1;
  grid-row-end: 2;
}
.fv .right.group-c.c-3 {
  grid-column-start: 8;
  grid-column-end: 12;
  grid-row-start: 2;
  grid-row-end: 4;
}
.fv .right.group-c.c-4 {
  grid-column-start: 12;
  grid-column-end: 16;
  grid-row-start: 1;
  grid-row-end: 2;
}
.fv .right.group-c.c-5 {
  grid-column-start: 12;
  grid-column-end: 16;
  grid-row-start: 2;
  grid-row-end: 4;
}
.fv_txt {
  grid-column-start: 4;
  grid-column-end: 8;
  padding: 180px 0 0;
}
.fv_txt p {
  margin: 20px 0 60px;
  font-size: 26px;
  color: var(--color1);
  font-weight: 600;
  line-height: 1.3;
}
.fv_txt .cv {
  flex-direction: column;
  padding: 0;
}
.fv_txt .cv .btn a {
  justify-content: left;
  width: auto;
}
@media screen and (max-width: 1600px) {
  .fv .inner {
    grid-template-rows: repeat(3, 180px);
  }
  .fv_txt {
    padding: 100px 0 0;
  }
  .fv_txt p {
    font-size: 22px;
  }
  .fv_txt .cv .btn a {
    height: 70px;
    padding: 10px 30px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1260px) {
  .fv_txt p {
    font-size: 20px;
  }
  .fv_txt .cv .btn a {
    padding: 10px 15px;
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .fv .inner {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(5, 150px);
    gap: 10px;
  }
  .fv .left.group-a.a-1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .fv .left.group-a.a-2 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .fv .left.group-b.b-1 {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .fv .left.group-b.b-2 {
    display: none;
  }
  .fv .left.group-b.b-3 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .fv .left.group-c.c-1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 5;
    grid-row-end: 6;
  }
  .fv .left.group-c.c-1 img {
    -o-object-position: center -140px;
       object-position: center -140px;
  }
  .fv .left.group-c.c-2 {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .fv .right.group-a.a-1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 6;
  }
  .fv .right.group-a.a-2 {
    display: none;
  }
  .fv .right.group-a.a-3 {
    display: none;
  }
  .fv .right.group-a.a-4 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 5;
    grid-row-end: 6;
  }
  .fv .right.group-a.a-5 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 5;
  }
  .fv .right.group-b.b-1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 5;
    grid-row-end: 6;
  }
  .fv .right.group-b.b-2 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 4;
    grid-row-end: 6;
  }
  .fv .right.group-b.b-3 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 5;
  }
  .fv .right.group-b.b-4 {
    display: none;
  }
  .fv .right.group-b.b-5 {
    display: none;
  }
  .fv .right.group-c.c-1 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 5;
    grid-row-end: 6;
  }
  .fv .right.group-c.c-2 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .fv .right.group-c.c-3 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 5;
  }
  .fv .right.group-c.c-4 {
    display: none;
  }
  .fv .right.group-c.c-5 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 4;
    grid-row-end: 6;
  }
  .fv_txt {
    display: grid;
    grid-template-areas: "a c" "b c";
    grid-auto-rows: minmax(130px, auto);
    -moz-column-gap: 20px;
         column-gap: 20px;
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
    padding: 40px 40px 0;
  }
  .fv_txt h1 {
    grid-area: a;
  }
  .fv_txt p {
    grid-area: b;
    margin: 30px 0 0;
    font-size: 24px;
  }
  .fv_txt .cv {
    grid-area: c;
  }
  .fv_txt .cv .btn {
    width: auto;
  }
}
@media screen and (max-width: 520px) {
  .fv .inner {
    grid-template-rows: repeat(7, auto);
  }
  .fv .left.group-a.a-1 {
    grid-row-start: 5;
    grid-row-end: 6;
  }
  .fv .left.group-a.a-2 {
    grid-row-start: 5;
    grid-row-end: 6;
  }
  .fv .left.group-b.b-1 {
    grid-row-start: 5;
    grid-row-end: 6;
  }
  .fv .left.group-b.b-3 {
    grid-row-start: 5;
    grid-row-end: 6;
  }
  .fv .left.group-c.c-1 {
    grid-row-start: 7;
    grid-row-end: 8;
  }
  .fv .left.group-c.c-1 img {
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  .fv .left.group-c.c-2 {
    grid-row-start: 5;
    grid-row-end: 6;
  }
  .fv .right.group-a.a-1 {
    grid-row-start: 6;
    grid-row-end: 8;
  }
  .fv .right.group-a.a-4 {
    grid-row-start: 7;
    grid-row-end: 8;
  }
  .fv .right.group-a.a-5 {
    grid-row-start: 5;
    grid-row-end: 7;
  }
  .fv .right.group-b.b-1 {
    grid-row-start: 7;
    grid-row-end: 8;
  }
  .fv .right.group-b.b-2 {
    grid-row-start: 6;
    grid-row-end: 8;
  }
  .fv .right.group-b.b-3 {
    grid-row-start: 5;
    grid-row-end: 7;
  }
  .fv .right.group-c.c-1 {
    grid-row-start: 7;
    grid-row-end: 8;
  }
  .fv .right.group-c.c-2 {
    grid-row-start: 5;
    grid-row-end: 6;
  }
  .fv .right.group-c.c-3 {
    grid-row-start: 5;
    grid-row-end: 7;
  }
  .fv .right.group-c.c-5 {
    grid-row-start: 6;
    grid-row-end: 8;
  }
  .fv_txt {
    display: flex;
    flex-direction: column;
    gap: 20px;
    grid-row-end: 5;
    padding: 20px 0 0;
  }
  .fv_txt p {
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
  }
  .fv_txt .cv {
    gap: 10px;
    margin-bottom: 20px;
  }
  .fv_txt .cv .btn a {
    height: 52px;
  }
}

.system {
  background: var(--color5);
}
.system h2 {
  line-height: 1.5;
}
.system h2 span {
  display: block;
  font-size: 28px;
}
.system .box {
  display: flex;
  max-width: 1080px;
  padding: 50px 40px;
  margin: 40px auto 0;
  background: #fff;
  box-shadow: var(--shadow);
  border-radius: 3px;
}
.system .box .contents .ttl {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}
.system .box .contents .ttl .img {
  width: 72px;
  height: 72px;
  padding: 10px 0;
}
.system .box .contents .ttl .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.system .box .contents .ttl .txt {
  width: calc(100% - 72px - 20px);
  font-weight: bold;
  font-size: 28px;
}
.system .box .contents .ttl .txt span {
  display: block;
  font-size: 20px;
}
.system .box .contents p {
  margin-bottom: 10px;
  line-height: 1.7;
}
.system .box .contents .point {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.system .box .contents .point div {
  padding: 14px 0;
  margin-bottom: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.system .box .contents a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  text-align: right;
  font-weight: bold;
  text-decoration: underline;
}
.system .box .contents a span {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 8px;
  border-radius: 50%;
  background-image: url(../images/arrow_01.svg);
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: -5px;
  transition: 0.15s transform ease-in-out;
}
.system .box .contents a:hover {
  text-decoration: none;
}
.system .box .contents a:hover span {
  transform: translateX(3px);
}
.system .box .contents.left {
  padding: 20px 42px 20px 0;
  background: url(../images/dashedline_v.svg) repeat-Y right top;
}
.system .box .contents.left .ttl .img {
  background: var(--color2);
}
.system .box .contents.left .ttl .txt {
  color: var(--color2);
}
.system .box .contents.left .point div {
  width: 100%;
  max-width: 300px;
  background: var(--color2);
}
.system .box .contents.left a {
  color: var(--color2);
}
.system .box .contents.left a span {
  background-color: var(--color2);
}
.system .box .contents.right {
  padding: 20px 0 20px 42px;
}
.system .box .contents.right .ttl .img {
  background: var(--color3);
}
.system .box .contents.right .ttl .txt {
  color: var(--color3);
}
.system .box .contents.right .point div {
  width: 50%;
  background: var(--color3);
}
.system .box .contents.right a {
  color: var(--color3);
}
.system .box .contents.right a span {
  background-color: var(--color3);
}
.system .topMerit {
  margin-top: 100px;
}
.system .topMerit .box {
  gap: 64px;
  align-items: center;
  padding: 64px 80px;
  margin: 32px auto 0;
}
.system .topMerit .box .left {
  width: 420px;
  padding: 0;
  background: none;
}
.system .topMerit .box .left h3 {
  margin-bottom: 32px;
}
.system .topMerit .box .left h3 span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 6px;
  background: var(--color1);
  color: #fff;
  font-size: 20px;
}
.system .topMerit .box .left h3 span:not(:last-of-type) {
  margin-bottom: 4px;
}
.system .topMerit .box .left > p {
  margin-bottom: 32px;
  line-height: 2;
}
.system .topMerit .box .left .point {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background: #f5f5f5;
  border-radius: 5px;
}
.system .topMerit .box .left .point p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}
.system .topMerit .box .right {
  width: calc(100% - 410px - 64px);
}
.system .topMerit .box .right img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .system .topMerit .box {
    gap: 24px;
    padding: 48px;
  }
  .system .topMerit .box .left h3 {
    margin-bottom: 16px;
  }
  .system .topMerit .box .left > p {
    margin-bottom: 16px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 900px) {
  .system .topMerit .box {
    flex-direction: column;
    gap: 40px;
    padding: 40px 100px;
  }
  .system .topMerit .box .left {
    width: 100%;
  }
  .system .topMerit .box .right {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .system .topMerit .box {
    gap: 24px;
    padding: 20px 25px;
  }
  .system .topMerit .box .left {
    background: none;
  }
}
@media screen and (max-width: 520px) {
  .system h2 span {
    font-size: 17px;
  }
  .system .box {
    flex-direction: column;
    padding: 20px 25px;
  }
  .system .box .contents .ttl {
    gap: 16px;
  }
  .system .box .contents .ttl .img {
    width: 56px;
    height: 56px;
    padding: 10px 0;
  }
  .system .box .contents .ttl .txt {
    width: calc(100% - 56px - 16px);
    font-size: 18px;
  }
  .system .box .contents .ttl .txt span {
    font-size: 16px;
  }
  .system .box .contents .point div {
    font-size: 14px;
  }
  .system .box .contents.left {
    padding: 0 0 30px;
    background: url(../images/dashedline_h.svg) repeat-x left bottom;
  }
  .system .box .contents.right {
    padding: 30px 0 0;
  }
  .system .box .contents.right .point {
    gap: 5px;
  }
  .system .box .contents.right .point div:nth-of-type(1) {
    width: 55%;
  }
  .system .box .contents.right .point div:nth-of-type(2) {
    width: 45%;
  }
  .system .topMerit .box .left {
    padding-bottom: 0;
    background: none;
  }
}

.problem .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 45px;
       column-gap: 45px;
  row-gap: 50px;
  max-width: 1080px;
  margin: 60px auto 0;
}
.problem .container .contents {
  width: calc(33.3333333333% - 30px);
  text-align: center;
}
.problem .container .contents img {
  height: 150px;
}
.problem .container .contents > p {
  margin-top: 20px;
  padding-bottom: 54px;
  background: url(../images/arrow_02.svg) no-repeat center bottom 10px;
  font-size: 18px;
  line-height: 1.3;
}
.problem .container .contents .txt {
  position: relative;
  padding: 20px;
  background: var(--color5);
  border-radius: 2px;
  text-align: left;
}
.problem .container .contents .txt h3 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
}
.problem .container .contents .txt p {
  line-height: 1.5;
}
.problem .container .contents .txt::after {
  content: "";
  position: absolute;
  top: -10px;
  right: 20px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: var(--color4);
  background-repeat: no-repeat;
  background-position: center;
}
.problem .container .contents:nth-of-type(1) .txt::after {
  background-image: url(../images/icon_04.png);
  background-size: 45%;
}
.problem .container .contents:nth-of-type(2) .txt::after {
  background-image: url(../images/icon_05.png);
  background-size: 65%;
}
.problem .container .contents:nth-of-type(3) .txt::after {
  background-image: url(../images/icon_06.png);
  background-size: 55%;
}
.problem .container .contents:nth-of-type(4) .txt::after {
  background-image: url(../images/icon_07.png);
  background-size: 70%;
  background-position: center top 7px;
}
.problem .container .contents:nth-of-type(5) .txt::after {
  background-image: url(../images/icon_08.png);
  background-size: 60%;
}
@media screen and (max-width: 960px) {
  .problem .container .contents {
    width: calc(50% - 22.5px);
  }
}
@media screen and (max-width: 520px) {
  .problem .container {
    row-gap: 35px;
    margin: 40px auto 0;
  }
  .problem .container .contents {
    width: 100%;
  }
  .problem .container .contents img {
    height: 135px;
  }
  .problem .container .contents > p {
    padding-bottom: 46px;
    margin-top: 10px;
  }
}

.case {
  background: url(../images/bg_dots.svg);
}
.case .container {
  max-width: 1400px;
  margin: 0 auto;
}
.case .slider {
  position: relative;
}
.case .slider li {
  margin: 60px 15px 30px;
  border-radius: 3px;
  box-shadow: var(--shadow);
}
.case .slider li .img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.case .slider li .img img {
  width: 100%;
  transition: 0.3s all ease-in-out;
}
.case .slider li .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  transition: 0.3s all ease-in-out;
  opacity: 0;
}
.case .slider li .img::after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 18px;
  height: 18px;
  background: url(../images/icon_10.png) no-repeat;
  background-size: 100%;
}
.case .slider li .img:hover img {
  transform: scale(1.05);
}
.case .slider li .img:hover::before {
  opacity: 1;
}
.case .slider li .txt {
  padding: 30px;
  background: #fff;
}
.case .slider li .txt h3 {
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: solid 1px var(--color1);
  font-size: 18px;
  color: var(--color1);
}
.case .slider li .txt p {
  line-height: 1.5;
}
.case .slider li .txt h4 {
  margin: 16px 0 4px;
}
.case .slider .slick-prev, .case .slider .slick-next {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(0, 50, 98, 0.1);
  background-image: url(../images/arrow_03.svg);
  background-repeat: no-repeat;
  background-position: left 22px center;
  transform: transformY(-50%);
  transition: 0.15s background-color ease-in-out;
  cursor: pointer;
}
.case .slider .slick-prev:hover, .case .slider .slick-next:hover {
  background-color: rgba(0, 34, 66, 0.3);
}
.case .slider .slick-prev {
  left: calc(50% - 770px);
}
.case .slider .slick-next {
  right: calc(50% - 770px);
  transform: scale(-1, 1);
}
.case .slider .slick-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  list-style: none !important;
}
.case .slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0;
  border-radius: 50%;
  background: #C5C5C5;
}
.case .slider .slick-dots li.slick-active {
  background: var(--color1);
}
.case .slider .slick-dots li button {
  display: none;
}
@media screen and (max-width: 1600px) {
  .case .container {
    padding: 0 100px;
    max-width: none;
    width: 100%;
  }
  .case .slider .slick-prev {
    left: -65px;
  }
  .case .slider .slick-next {
    right: -65px;
  }
}
@media screen and (max-width: 520px) {
  .case .container {
    padding: 0;
  }
  .case .slider li {
    margin: 40px 15px 20px;
  }
  .case .slider .slick-prev, .case .slider .slick-next {
    display: none !important;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: white;
  cursor: pointer;
  transition: opacity 0.2s;
}
.modal-close:hover {
  opacity: 0.6;
}

.m-slider {
  position: relative;
  max-width: 800px;
  margin: auto;
}
.m-slider > div {
  padding-bottom: 20px;
}
.m-slider img {
  width: 100%;
}
.m-slider .slick-prev, .m-slider .slick-next {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  border-top: solid 3px #fff;
  cursor: pointer;
}
.m-slider .slick-prev {
  left: calc(50% - 450px);
  border-left: solid 3px #fff;
  transform: rotate(-45deg) translateY(-50%);
}
.m-slider .slick-next {
  right: calc(50% - 450px);
  border-right: solid 3px #fff;
  transform: rotate(45deg) translateY(-50%);
}
.m-slider .slick-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  list-style: none !important;
}
.m-slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0;
  border-radius: 50%;
  background: #8e8e8e;
}
.m-slider .slick-dots li.slick-active {
  background: #fff;
}
.m-slider .slick-dots li button {
  display: none;
}
@media screen and (max-width: 960px) {
  .m-slider {
    max-width: none;
    width: 80%;
  }
  .m-slider .slick-prev {
    left: -20px;
  }
  .m-slider .slick-next {
    right: -20px;
  }
}
@media screen and (max-width: 520px) {
  .m-slider {
    width: 90%;
  }
  .m-slider .slick-prev, .m-slider .slick-next {
    display: none !important;
  }
}

.about {
  padding: 100px 0 0;
}
.about .inner {
  max-width: 960px;
  margin: 0 auto;
}
.about .container {
  margin-top: 60px;
}
.about .container .ttl {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.about .container .ttl .img {
  width: 72px;
  height: 72px;
  padding: 10px 0;
}
.about .container .ttl .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about .container .ttl h3 {
  font-size: 28px;
}
.about .container .ttl h3 span {
  display: block;
  font-size: 20px;
}
.about .container .contents {
  display: flex;
  gap: 50px;
}
.about .container .contents h4 {
  margin-bottom: 10px;
  font-size: 18px;
}
.about .container .contents .left {
  width: calc(100% - 500px);
}
.about .container .contents .left > div:nth-of-type(1) {
  margin-bottom: 40px;
}
.about .container .contents .left img {
  width: 100%;
}
.about .container .contents .left ul {
  padding: 20px 0;
}
.about .container .contents .left ul li {
  padding-left: 28px;
}
.about .container .contents .left ul li:not(:last-child) {
  margin-bottom: 15px;
}
.about .container .contents .left ul li sup {
  font-size: 10px;
}
.about .container .contents .left p {
  margin-top: 8px;
  font-size: 12px;
}
.about .container .contents .right {
  max-width: 500px;
}
.about .container .contents .right h4 {
  padding: 12px 0;
  margin-bottom: 0;
  border-radius: 5px 5px 0 0;
  color: #fff;
  text-align: center;
}
.about .container .contents .right ul {
  padding: 20px 25px 25px;
  border-radius: 0 0 5px 5px;
}
.about .container .contents .right ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.about .container .contents .right ul li:not(:last-child) {
  margin-bottom: 25px;
}
.about .container .contents .right ul li .txt {
  width: calc(100% - 135px);
}
.about .container .contents .right ul li h5 {
  padding-bottom: 8px;
  margin-bottom: 6px;
  background: url(../images/dashedline_h.svg) repeat-x left bottom;
  font-size: 18px;
}
.about .container .contents .right ul li h5 span {
  margin-right: 12px;
  font-family: var(--oswald);
  font-style: italic;
  font-size: 24px;
  font-weight: 400;
  vertical-align: -2px;
}
.about .container .contents .right ul li p {
  font-size: 13px;
  line-height: 1.7;
}
.about .container .contents .right ul li img {
  width: 135px;
}
.about .container.a .ttl .img {
  background: var(--color2);
}
.about .container.a .ttl h3 {
  color: var(--color2);
}
.about .container.a .contents .left ul {
  border-top: solid 1px var(--color2);
  border-bottom: solid 1px var(--color2);
}
.about .container.a .contents .left ul li {
  background: url(../images/check_g.svg) no-repeat left center;
}
.about .container.a .contents .right h4 {
  background: var(--color2);
}
.about .container.a .contents .right ul {
  background: #DDF2F3;
}
.about .container.a .contents .right ul li h5 span {
  color: var(--color2);
}
.about .container.b .ttl .img {
  background: var(--color3);
}
.about .container.b .ttl h3 {
  color: var(--color3);
}
.about .container.b .contents .left ul {
  border-top: solid 1px var(--color3);
  border-bottom: solid 1px var(--color3);
}
.about .container.b .contents .left ul li {
  background: url(../images/check_b.svg) no-repeat left center;
}
.about .container.b .contents .left ul li span {
  margin-left: 8px;
  font-weight: bold;
}
.about .container.b .contents .right h4 {
  background: var(--color3);
}
.about .container.b .contents .right .top {
  margin-bottom: 10px;
}
.about .container.b .contents .right ul {
  background: #E5ECF5;
}
.about .container.b .contents .right ul li:not(:last-child) {
  margin-bottom: 15px;
}
.about .container.b .contents .right ul li h5 span {
  color: var(--color3);
}
.about .container.b .contents .right .bottom {
  display: flex;
  margin-bottom: 5px;
}
.about .container.b .contents .right .bottom h4 {
  width: 100px;
  padding: 20px 10px;
  border-radius: 5px 0 0 5px;
}
.about .container.b .contents .right .bottom ul {
  width: calc(100% - 100px);
  padding: 10px;
  border-radius: 0 5px 5px 0;
}
.about .container.b .contents .right .bottom ul li {
  display: block;
  text-align: center;
}
.about .container.b .contents .right .bottom ul li span {
  margin-left: 10px;
  color: var(--color4);
  font-family: var(--oswald);
  font-weight: 400;
  font-size: 32px;
}
.about .container.b .contents .right .bottom ul li span span {
  margin-left: 0;
  font-size: 22px;
}
.about .container.b .contents .right .note p {
  font-size: 12px;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .about {
    padding: 80px 20px 0;
  }
  .about .container .contents {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  .about .container .contents .left, .about .container .contents .right {
    width: 70%;
  }
  .about .container .contents .left img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .about .container .contents .right {
    max-width: none;
  }
}
@media screen and (max-width: 520px) {
  .about .container {
    margin-top: 40px;
  }
  .about .container .ttl .img {
    width: 56px;
    height: 56px;
  }
  .about .container .ttl h3 {
    font-size: 20px;
  }
  .about .container .contents .left, .about .container .contents .right {
    width: 100%;
  }
  .about .container .contents .left img {
    width: 95%;
  }
  .about .container .contents .right ul {
    padding: 20px 20px 25px;
  }
  .about .container .contents .right ul li {
    align-items: flex-end;
  }
  .about .container .contents .right ul li .txt {
    width: calc(100% - 120px);
  }
  .about .container .contents .right ul li h5 {
    margin-right: -130px;
    font-size: 16px;
  }
  .about .container .contents .right ul li p {
    line-height: 1.5;
    height: 72px;
  }
  .about .container .contents .right ul li img {
    width: 120px;
  }
  .about .container .contents .right ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .about .container .contents .right .bottom {
    margin-bottom: 8px;
  }
}

.flow {
  background: var(--color5);
}
.flow .inner {
  max-width: 1080px;
  margin: 0 auto;
}
.flow img {
  display: block;
  max-width: 840px;
  margin: 60px auto 0;
}
.flow img.sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .flow img {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .flow img {
    width: 90%;
    margin: 40px auto 0;
  }
  .flow img.pc {
    display: none;
  }
  .flow img.sp {
    display: block;
  }
}

.faq {
  padding: 100px 0 0;
}
.faq .container {
  max-width: 960px;
  margin: 60px auto 0;
}
.faq .container dl {
  padding: 40px 60px;
  background: var(--color5);
}
.faq .container dl:not(:last-child) {
  margin-bottom: 15px;
}
.faq .container dl dt, .faq .container dl dd {
  position: relative;
  padding-left: 40px;
}
.faq .container dl dt::before, .faq .container dl dd::before {
  position: absolute;
  top: -7px;
  left: 0;
  font-family: var(--oswald);
  font-weight: 400;
  font-size: 24px;
}
.faq .container dl dt {
  padding-bottom: 24px;
  margin-bottom: 18px;
  background: url(../images/dashedline_h.svg) repeat-x left bottom;
}
.faq .container dl dt::before {
  content: "Q";
  color: var(--color1);
}
.faq .container dl dd {
  line-height: 1.5;
}
.faq .container dl dd::before {
  content: "A";
  color: var(--color4);
}
@media screen and (max-width: 960px) {
  .faq {
    padding: 80px 20px 0;
  }
}
@media screen and (max-width: 520px) {
  .faq .container dl {
    padding: 30px;
  }
  .faq .container dl dt, .faq .container dl dd {
    padding-left: 25px;
    font-size: 14px;
  }
  .faq .container dl dt::before, .faq .container dl dd::before {
    font-size: 22px;
  }
}

#inquiry .container {
  padding-top: 40px 0 60px;
}/*# sourceMappingURL=style.css.map */