@charset "UTF-8";
br.sp {
  display: none;
}

br.pc {
  display: block;
}

@media screen and (max-width: 750px) {
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
}
.wrapper {
  width: 100%;
  margin: 0 auto;
}

.inner {
  width: 100%;
  max-width: 1100px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .inner {
    width: 100%;
    max-width: 100;
  }
}

.main-inner {
  border: none !important;
}

@media screen and (max-width: 1280px) {
  .wrapper {
    width: 100%;
    max-width: 100%;
    padding: 100px 0;
  }
  .bg_light_grey .wrapper {
    background-color: #efefef;
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .common-section {
    width: 100%;
    min-width: 1px;
  }
  .wrapper {
    width: 92%;
    min-width: auto;
    padding: 3vw 0;
    margin: 0 auto;
  }
  .inner {
    width: 100%;
    padding: 0;
  }
  .bg_light_grey .wrapper {
    padding: 2vw 0;
  }
}
/* FV */
#main_v {
  margin-top: 80px;
  height: 500px;
  background-image: url(../images/mv-bg.png);
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  #main_v {
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  #main_v {
    background-image: url(../images/mv-bg-sp.png);
  }
}
#main_v .inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
#main_v .inner {
  width: 1170px;
  max-width: 1170px;
  position: relative;
  overflow: hidden;
  border: none !important;
  padding: 96px 20px 87px 36px;
  height: 500px;
}
@media screen and (max-width: 1300px) {
  #main_v .inner {
    width: 100%;
    max-width: 100%;
    padding: 84px 10px 20px 10px;
    height: 600px;
  }
}
@media screen and (max-width: 750px) {
  #main_v .inner {
    padding: 34px 0 20px 0;
  }
}
#main_v .inner .main-text {
  position: relative;
  z-index: 10;
}
#main_v .inner .main-text h3.sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  #main_v .inner .main-text h3.sub {
    font-size: 17px;
    line-height: 25.5px;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
#main_v .inner .main-text h2 {
  font-size: 56px;
  line-height: 84px;
  color: #fff;
  font-size: 56px;
  color: rgb(255, 255, 255);
  line-height: 1.5;
  text-align: left;
  margin-bottom: 100px;
}
#main_v .inner .main-text h2 .main02 {
  letter-spacing: 0.015em;
}
#main_v .right {
  height: 100%;
  width: 370px;
  display: block;
}
@media screen and (max-width: 750px) {
  #main_v .right {
    width: 183px;
  }
}
#main_v .right .product-image {
  position: absolute;
  right: 0;
  top: 80px;
}
@media screen and (max-width: 750px) {
  #main_v .right .product-image {
    width: 183px;
    left: 0;
    right: 0;
    margin: auto;
    top: 231px;
  }
  #main_v .right .product-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
@media screen and (max-width: 750px) {
  #main_v .left .main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #main_v .left .main .main01 {
    font-size: 35px;
    margin-bottom: -4px;
  }
  #main_v .left .main .main02 {
    font-size: 25px;
  }
  #main_v .left .buttons {
    flex-direction: column;
    row-gap: 23px;
    bottom: 27px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  #main_v .left .buttons .btn-contact,
  #main_v .left .buttons .btn-download {
    width: 247px;
    height: 52.5px;
    font-size: 15px;
    margin: 0 auto;
    justify-content: start;
    padding-left: 30px;
  }
  #main_v .left .buttons .btn-contact::after,
  #main_v .left .buttons .btn-download::after {
    right: 15px;
  }
  #main_v .left .buttons .note {
    padding: 10px 0 0;
    text-align: center;
    color: #29417a;
    letter-spacing: 0.02em;
    font-weight: 500;
    text-shadow: 0 0 4px #fff;
  }
}

#main_v h3 {
  display: flex;
  align-items: center;
  font-size: 34.5px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  #main_v h3 {
    display: block;
  }
}
#main_v p {
  font-size: 21.5px;
  line-height: 2.2;
}
#main_v .underline {
  position: relative;
  z-index: 1;
}
#main_v .underline::after {
  content: "";
  position: absolute;
  bottom: -0.1em;
  left: 0;
  width: 100%;
  height: 0.7em;
  background-color: rgba(244, 120, 54, 0.3);
  z-index: -1;
}

.buttons {
  display: flex;
  gap: 25px;
  z-index: 10;
  position: relative;
}
.buttons .btn-contact {
  border-width: 1px;
  border-color: rgb(12, 122, 232);
  border-style: solid;
  border-radius: 6px;
  background-color: rgb(0, 51, 153);
  width: 330px;
  height: 70px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-right: 8%;
}
@media screen and (max-width: 750px) {
  .buttons .btn-contact {
    font-size: 15px;
    width: 100%;
  }
}
.buttons .btn-contact::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  display: block;
  background-image: url(../images/btn-arrow.png);
  width: 14px;
  height: 18px;
}
@media screen and (max-width: 750px) {
  .buttons .btn-contact::after {
    width: 9px;
    height: 12px;
    right: 16px;
    background-size: contain;
  }
}
.buttons .btn-download {
  border-width: 1px;
  border-color: rgb(12, 122, 232);
  border-style: solid;
  border-radius: 6px;
  background-color: rgb(11, 9, 77);
  width: 330px;
  height: 70px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
  padding-right: 8%;
}
@media screen and (max-width: 750px) {
  .buttons .btn-download {
    font-size: 15px;
    width: 100%;
  }
}
.buttons .btn-download::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  display: block;
  background-image: url(../images/btn-arrow.png);
  width: 14px;
  height: 18px;
}
@media screen and (max-width: 750px) {
  .buttons .btn-download::after {
    width: 9px;
    height: 12px;
    right: 16px;
    background-size: contain;
  }
}
.buttons .note {
  padding: 10px 0 0;
  text-align: center;
  color: #29417a;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-shadow: 0 0 4px #fff;
}

.conteiner {
  max-width: 1170px;
}

.menu {
  background: #01a0eb;
  height: 70px;
}
@media screen and (max-width: 750px) {
  .menu {
    height: 90px;
  }
}
.menu .container {
  display: flex;
  justify-content: space-between;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .menu .container {
    height: 90px;
    flex-wrap: wrap;
  }
}
.menu .container a.target-link {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 34px;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .menu .container a.target-link {
    height: 45px;
    width: 50%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-right: 0;
  }
}
.menu .container a.target-link:hover {
  background: rgb(11, 9, 77);
}
.menu .container a.target-link .text {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 750px) {
  .menu .container a.target-link .text {
    font-size: 15px;
  }
}
.menu .container a.target-link .text::after {
  width: 16px;
  height: 12px;
  display: block;
  content: "";
  background-image: url(../images/link-btn-arrow.png);
  top: 0;
  bottom: 0;
  margin: auto;
  right: -30px;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .menu .container a.target-link .text::after {
    right: -32px;
    width: 13px;
    height: 10px;
    background-size: contain;
  }
}

@media screen and (max-width: 767px) {
  #main_v {
    width: 100%;
    margin-top: 40px;
  }
  #main_v .wrapper {
    padding: 8vw 0;
  }
  #main_v h3 {
    font-size: 20px;
    word-break: keep-all;
  }
  #main_v p {
    font-size: 15px;
  }
}
.intro .wrapper {
  width: 100%;
  padding: 0 0 40px;
}
@media screen and (max-width: 1280px) {
  .intro .wrapper {
    height: auto;
    padding: 0 0 10px;
  }
}
.intro .wrapper .inner {
  max-width: 870px;
  padding: 82px 0 32px;
}
@media screen and (max-width: 750px) {
  .intro .wrapper .inner {
    padding: 48px 15px 30px;
  }
}
.intro .wrapper .inner h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .intro .wrapper .inner h2 {
    margin-bottom: 14px;
  }
}
.intro .wrapper .inner h2 .catch {
  font-size: 38px;
  color: rgb(0, 51, 102);
  font-weight: 600;
  line-height: 1;
  text-align: center;
  display: block;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 30px;
  letter-spacing: 0.008em;
}
@media screen and (max-width: 750px) {
  .intro .wrapper .inner h2 .catch {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 1.2;
    padding-bottom: 17px;
  }
}
@media screen and (max-width: 500px) {
  .intro .wrapper .inner h2 .catch {
    font-size: 20px;
  }
}
.intro .wrapper .inner h2 .catch::after {
  content: "";
  width: 100%;
  max-width: 970px;
  height: 6px;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  position: absolute;
  background-image: url(../images/line-grade.png);
  background-size: contain;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .intro .wrapper .inner h2 .catch::after {
    width: 90%;
  }
}
@media screen and (max-width: 750px) {
  .intro .wrapper .inner h2 .catch::after {
    width: 325px;
    height: 3px;
  }
}
.intro .wrapper .inner .main .text {
  font-size: 18px;
  color: rgb(0, 51, 102);
  line-height: 2;
  font-weight: 500;
  margin-bottom: 38px;
}
@media screen and (max-width: 500px) {
  .intro .wrapper .inner .main .text {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 40px;
  }
}
.intro .wrapper .inner .image {
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 500px) {
  .intro .wrapper .inner .image {
    max-width: 270px;
    margin: 0 auto;
    margin-bottom: 27px;
  }
}
.intro .wrapper .inner .desc {
  margin: 0 auto;
}
.intro .wrapper .inner .desc h3 {
  display: inline-block;
  background-color: #003366;
  color: #fff;
  font-size: 20px;
  padding: 8px 16px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 13px;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .intro .wrapper .inner .desc h3 {
    margin-bottom: 32px;
    height: auto;
    padding: 12px 16px;
    font-size: 15px;
    line-height: 19.5px;
    margin-bottom: 7px;
  }
}
.intro .wrapper .inner .desc h3 .in {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .intro .wrapper .inner .desc h3.last-child {
    padding: 5px 16px;
  }
}
.intro .wrapper .inner .desc .text-main {
  font-size: 16px;
  line-height: 24px;
  color: #3c3c3c;
  font-weight: 400;
  margin-bottom: 38px;
}
@media screen and (max-width: 500px) {
  .intro .wrapper .inner .desc .text-main {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

.siyou {
  background: #f2f2f2;
  padding: 110px 0 62px;
}
@media screen and (max-width: 1024px) {
  .siyou {
    padding: 50px 12.5px 50px;
  }
}
.siyou .bg-box {
  background: #fff;
  max-width: 1290px;
  width: 100%;
  padding: 50px 60px 40px 60px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .siyou .bg-box {
    padding: 30px 12.5px;
    margin-bottom: 53px;
  }
}
.siyou .bg-box .section-ttl {
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .siyou .bg-box .section-ttl {
    margin-bottom: 8px;
  }
}
.siyou .wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .siyou .wrapper {
    flex-direction: column;
    padding-top: 0;
    padding-left: 0;
    width: 100%;
  }
}
.siyou .wrapper h3 {
  font-size: 22px;
  color: rgb(0, 51, 102);
  line-height: 1.5;
  text-align: left;
  margin-bottom: 14px;
}
@media screen and (max-width: 1024px) {
  .siyou .wrapper h3 {
    font-size: 13px;
    margin-bottom: 12px;
  }
}
.siyou .wrapper .table {
  padding-top: 10px;
  max-width: 570px;
}
@media screen and (max-width: 750px) {
  .siyou .wrapper .table {
    overflow-x: scroll;
  }
}
.siyou .wrapper table {
  margin-bottom: 6px;
  width: 570px;
}
@media screen and (max-width: 1024px) {
  .siyou .wrapper table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }
}
.siyou .wrapper table tr {
  border-left: #336699 solid 1px;
  box-sizing: border-box;
}
.siyou .wrapper table tr th {
  background: #6292ba;
  border-top: #336699 solid 1px;
  border-right: #336699 solid 1px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  height: 36px;
  line-height: 36px;
}
@media screen and (max-width: 500px) {
  .siyou .wrapper table tr th {
    height: 26px;
    line-height: 26px;
    font-size: 13px;
  }
}
.siyou .wrapper table tr th:nth-child(1) {
  width: 145px;
}
.siyou .wrapper table tr:nth-child(odd) td {
  background: #dbecf6;
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  padding-left: 16px;
  height: 36px;
  line-height: 36px;
  border-bottom: #336699 solid 1px;
  border-right: #336699 solid 1px;
}
@media screen and (max-width: 1024px) {
  .siyou .wrapper table tr:nth-child(odd) td {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media screen and (max-width: 500px) {
  .siyou .wrapper table tr:nth-child(odd) td {
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.siyou .wrapper table tr:nth-child(even) td {
  background: #fff;
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  padding-left: 16px;
  height: 36px;
  line-height: 36px;
  border-bottom: #336699 solid 1px;
  border-right: #336699 solid 1px;
}
@media screen and (max-width: 1024px) {
  .siyou .wrapper table tr:nth-child(even) td {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media screen and (max-width: 500px) {
  .siyou .wrapper table tr:nth-child(even) td {
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.siyou .wrapper .image {
  padding-top: 10px;
}
@media screen and (max-width: 1024px) {
  .siyou .wrapper .image {
    padding-top: 25px;
    width: 290px;
    margin: 0 auto;
  }
}
.siyou .wrapper .note {
  font-size: 15px;
  color: rgb(60, 60, 60);
  line-height: 1.5;
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .siyou .wrapper .note {
    font-size: 13px;
  }
}
.siyou .cta {
  max-width: 970px;
  background-image: url(../images/btn-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 36px 40px 45px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .siyou .cta {
    padding: 31.5px 39px 31.5px;
  }
}
@media screen and (max-width: 750px) {
  .siyou .cta {
    padding: 15px 39px 31.5px;
  }
}
.siyou .cta .buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 750px) {
  .siyou .cta .buttons {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.siyou .cta .buttons .btn-contact,
.siyou .cta .buttons .btn-download {
  height: 70px;
  border-radius: 6px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .siyou .cta .buttons .btn-contact,
  .siyou .cta .buttons .btn-download {
    height: 51.5px;
  }
}
@media screen and (max-width: 500px) {
  .siyou .cta .buttons .btn-contact,
  .siyou .cta .buttons .btn-download {
    justify-content: start;
    padding-left: 30px;
  }
}
.siyou .cta .buttons .btn-wrapper {
  width: 330px;
}
.siyou .cta .buttons .btn-wrapper .note {
  padding: 10px 0 0;
  text-align: center;
  color: #29417a;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-shadow: 0 0 4px #fff;
}
.siyou .cta .cta-ttl {
  color: #fff;
  font-size: 28px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 18px;
}
@media screen and (max-width: 750px) {
  .siyou .cta .cta-ttl {
    font-size: 17px;
    margin-bottom: 15px;
  }
}

.riten {
  background: #f2f2f2;
  padding-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .riten {
    padding: 0 12.5px 32px;
  }
}
.riten .bg-box {
  background: #fff;
  max-width: 1290px;
  width: 100%;
  padding: 46px 60px 50px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .riten .bg-box {
    padding: 32px 12.5px 22px;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 500px) {
  .riten .bg-box {
    padding: 28px 12.5px 40px;
  }
}
@media screen and (max-width: 500px) {
  .riten .bg-box .section-ttl {
    margin-bottom: 14px;
  }
}
.riten .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 750px) {
  .riten .wrapper {
    flex-direction: column;
    padding: 0 0;
    width: 100%;
  }
}
.riten .wrapper .card {
  width: 370px;
  min-width: 370px;
}
@media screen and (max-width: 750px) {
  .riten .wrapper .card {
    width: 100%;
    min-width: 100%;
  }
}
.riten .wrapper .card .ttl-sub {
  font-size: 22px;
  color: rgb(0, 51, 102);
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  position: relative;
  width: 100%;
  height: 80px;
  align-items: center;
  display: flex;
  padding-left: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .riten .wrapper .card .ttl-sub {
    font-size: 17px;
    margin-bottom: 17px;
    padding-left: 15.5px;
    height: 60px;
  }
}
@media screen and (max-width: 500px) {
  .riten .wrapper .card .ttl-sub {
    line-height: 1.3;
  }
}
.riten .wrapper .card .ttl-sub::before {
  position: absolute;
  width: 3px;
  height: 80px;
  display: block;
  content: "";
  background: #336699;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .riten .wrapper .card .ttl-sub::before {
    height: 60px;
  }
}
.riten .wrapper .card .image {
  margin-bottom: 24px;
}
@media screen and (max-width: 750px) {
  .riten .wrapper .card .image {
    margin-bottom: 15px;
  }
}
.riten .wrapper .card .text {
  font-size: 16px;
  color: rgb(60, 60, 60);
  line-height: 24px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .riten .wrapper .card .text {
    font-size: 13px;
    line-height: 26px;
  }
}
@media screen and (max-width: 500px) {
  .riten .wrapper .card .text {
    line-height: 20px;
  }
}
.riten .wrapper .note {
  font-size: 15px;
  color: rgb(60, 60, 60);
  line-height: 1.5;
  text-align: left;
  font-weight: 500;
}

.genri {
  background: #f2f2f2;
  padding: 30px 0 90px;
}
@media screen and (max-width: 1024px) {
  .genri {
    padding: 0 12.5px 32px;
  }
}
@media screen and (max-width: 750px) {
  .genri {
    padding: 0 12.5px 52px;
  }
}
.genri .bg-box {
  background: #fff;
  max-width: 1290px;
  width: 100%;
  padding: 50px 40px 96px 60px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .genri .bg-box {
    padding: 32px 13px 22px;
  }
}
@media screen and (max-width: 750px) {
  .genri .bg-box {
    padding: 24px 13px 45px;
  }
}
@media screen and (max-width: 750px) {
  .genri .bg-box .section-ttl {
    padding-bottom: 0;
    margin-bottom: -8px;
  }
}
.genri .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .genri .wrapper {
    flex-direction: column;
    width: 100%;
    padding: 0 0 0;
  }
}
@media screen and (max-width: 750px) {
  .genri .wrapper {
    gap: 0;
  }
}
.genri .wrapper .image {
  min-width: 470px;
  padding-top: 25px;
}
@media screen and (max-width: 1024px) {
  .genri .wrapper .image {
    min-width: 100%;
  }
}
.genri .wrapper .text {
  font-size: 16px;
  color: rgb(60, 60, 60);
  line-height: 24px;
  text-align: left;
  width: 690px;
  padding-top: 10px;
}
@media screen and (max-width: 1024px) {
  .genri .wrapper .text {
    width: 100%;
    font-size: 13px;
    line-height: 26.5px;
  }
}
@media screen and (max-width: 750px) {
  .genri .wrapper .text {
    line-height: 19.5px;
  }
}
.genri .wrapper .card {
  width: 370px;
  min-width: 370px;
}
.genri .wrapper .card .ttl-sub {
  font-size: 22px;
  color: rgb(0, 51, 102);
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  position: relative;
  width: 100%;
  height: 80px;
  align-items: center;
  display: flex;
  padding-left: 24px;
  margin-bottom: 32px;
}
.genri .wrapper .card .ttl-sub::before {
  position: absolute;
  width: 3px;
  height: 80px;
  display: block;
  content: "";
  background: #336699;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.genri .wrapper .card .image {
  margin-bottom: 30px;
}
.genri .wrapper .card .text {
  font-size: 16px;
  color: rgb(60, 60, 60);
  line-height: 2;
  text-align: left;
}
.genri .wrapper .note {
  font-size: 15px;
  color: rgb(60, 60, 60);
  line-height: 1.5;
  text-align: left;
  font-weight: 500;
}

.youto {
  background: #fff;
  padding: 108px 0 90px;
  /* 左右に横線 */
}
@media screen and (max-width: 1024px) {
  .youto {
    padding: 50px 0 30px;
  }
}
@media screen and (max-width: 750px) {
  .youto {
    padding: 50px 0 50px;
  }
}
.youto .heading {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
  text-align: center;
  font-size: 32px;
  color: #003366;
  font-weight: 700;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .youto .heading {
    font-size: 19px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  .youto .heading {
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 22px;
  }
}
.youto .heading::before,
.youto .heading::after {
  background-color: #01a0eb; /* 横線の色 */
  content: "";
  height: 3px; /* 横線の高さ */
  width: 25px; /* 横線の長さ */
}
@media screen and (max-width: 750px) {
  .youto .heading::before,
  .youto .heading::after {
    width: 23px; /* 横線の長さ */
  }
}
.youto .heading::before {
  margin-right: 16px; /* 文字との余白 */
}
.youto .heading::after {
  margin-left: 16px; /* 文字との余白 */
}
.youto .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 40px;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
}
@media screen and (max-width: 1024px) {
  .youto .wrapper {
    max-width: 100%;
    padding: 0 25px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  .youto .wrapper {
    row-gap: 22px;
  }
}
.youto .wrapper .card {
  width: calc((100% - 30px) / 2);
  padding: 50px 50px 60px;
  border-width: 1px;
  border-color: rgb(51, 102, 153);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 5px 2px rgba(217, 227, 237, 0.4784313725);
  height: 940px;
}
@media screen and (max-width: 1024px) {
  .youto .wrapper .card {
    width: 100%;
    padding: 16.5px 28px;
  }
}
@media screen and (max-width: 750px) {
  .youto .wrapper .card {
    padding: 25px 28px;
  }
}
@media screen and (max-width: 500px) {
  .youto .wrapper .card {
    height: auto;
  }
}
.youto .wrapper .card .ttl-number {
  display: flex;
  background: #ebf0f6;
  height: 110px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .youto .wrapper .card .ttl-number {
    height: 60px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 750px) {
  .youto .wrapper .card .ttl-number {
    height: 80px;
  }
}
.youto .wrapper .card .ttl-number .num {
  font-size: 50px;
  color: rgb(1, 160, 235);
  line-height: 1.2;
  display: flex;
  align-items: start;
  justify-content: center;
  border-bottom: 8px #003366 solid;
  width: 86px;
  min-width: 86px;
  font-weight: 400;
  padding-top: 8px;
}
@media screen and (max-width: 1024px) {
  .youto .wrapper .card .ttl-number .num {
    font-size: 28.5px;
    width: 50px;
    min-width: 50px;
  }
}
.youto .wrapper .card .ttl-number .ttl {
  font-size: 21.86px;
  font-weight: 500;
  color: rgb(0, 51, 102);
  line-height: 28.6px;
  text-align: left;
  padding-left: 20px;
  padding: 12px 10px 16px 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .youto .wrapper .card .ttl-number .ttl {
    font-size: 15px;
    padding: 16px 0 16px 10px;
  }
}
@media screen and (max-width: 750px) {
  .youto .wrapper .card .ttl-number .ttl {
    height: 80px;
    padding: 5px 0 16px 7px;
    line-height: 24px;
  }
}
.youto .wrapper .card .ttl-number .ttl .ttl-small {
  font-size: 18px;
  color: rgb(0, 51, 102);
  text-align: left;
  font-weight: 500;
  line-height: 27px;
}
@media screen and (max-width: 750px) {
  .youto .wrapper .card .ttl-number .ttl .ttl-small {
    font-size: 14px;
    line-height: 20px;
  }
}
.youto .wrapper .card .ttl-sub {
  font-size: 22px;
  color: rgb(0, 51, 102);
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  position: relative;
  width: 100%;
  height: 80px;
  align-items: center;
  display: flex;
  padding-left: 24px;
  margin-bottom: 32px;
}
.youto .wrapper .card .ttl-sub::before {
  position: absolute;
  width: 3px;
  height: 80px;
  display: block;
  content: "";
  background: #336699;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.youto .wrapper .card .image {
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .youto .wrapper .card .image {
    margin-bottom: 17px;
  }
}
.youto .wrapper .card .text .text-main {
  font-size: 16px;
  color: rgb(60, 60, 60);
  line-height: 24px;
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .youto .wrapper .card .text .text-main {
    font-size: 13px;
    line-height: 25.5px;
  }
}
@media screen and (max-width: 750px) {
  .youto .wrapper .card .text .text-main {
    line-height: 20px;
    margin-bottom: 12px;
  }
}
.youto .wrapper .card .text .merit-ttl {
  font-size: 18px;
  color: rgb(1, 160, 235);
  line-height: 1.5;
  text-align: left;
  margin-bottom: 7px;
}
@media screen and (max-width: 1024px) {
  .youto .wrapper .card .text .merit-ttl {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .youto .wrapper .card .text .merit-ttl {
    margin-bottom: 4px;
  }
}
.youto .wrapper .card .text .merit-list li {
  position: relative;
  font-size: 16px;
  color: #003366;
  line-height: 2;
  text-align: left;
  padding-left: 31px;
  font-weight: 500;
  line-height: 25px;
  padding-bottom: 7px;
}
@media screen and (max-width: 1024px) {
  .youto .wrapper .card .text .merit-list li {
    font-size: 13px;
    padding-left: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 750px) {
  .youto .wrapper .card .text .merit-list li {
    line-height: 19px;
  }
}
.youto .wrapper .card .text .merit-list li::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background-image: url(../images/list-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 4px;
  margin: auto;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .youto .wrapper .card .text .merit-list li::before {
    width: 9.2px;
    height: 9.2px;
    top: 5px;
    bottom: auto;
  }
}
@media screen and (max-width: 500px) {
  .youto .wrapper .card:nth-child(1) {
    height: 750px;
  }
  .youto .wrapper .card:nth-child(2) {
    height: 700px;
  }
}
.youto .wrapper .card:nth-child(3),
.youto .wrapper .card:nth-child(4) {
  height: 830px;
}
@media screen and (max-width: 750px) {
  .youto .wrapper .card:nth-child(3),
  .youto .wrapper .card:nth-child(4) {
    height: auto;
  }
}
.youto .wrapper .card:nth-child(3) .ttl-number,
.youto .wrapper .card:nth-child(4) .ttl-number {
  height: 86px;
}
@media screen and (max-width: 750px) {
  .youto .wrapper .card:nth-child(3) .ttl-number,
  .youto .wrapper .card:nth-child(4) .ttl-number {
    height: 60px;
  }
}
.youto .wrapper .card:nth-child(3) .text .text-main,
.youto .wrapper .card:nth-child(4) .text .text-main {
  margin-bottom: 22px;
}
.youto .wrapper .note {
  font-size: 15px;
  color: rgb(60, 60, 60);
  line-height: 1.5;
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .youto .wrapper .note {
    font-size: 12px;
  }
}

.section-ttl {
  font-size: 34px;
  color: rgb(0, 51, 153);
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  position: relative;
  padding-left: 24px;
  margin-bottom: 26px;
}
@media screen and (max-width: 1024px) {
  .section-ttl {
    font-size: 20px;
    margin-bottom: 32px;
    padding-left: 14px;
  }
}
.section-ttl::before {
  content: "";
  display: block;
  background-image: -moz-linear-gradient(90deg, rgb(15, 192, 73) 0%, rgb(12, 122, 232) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(15, 192, 73) 0%, rgb(12, 122, 232) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(15, 192, 73) 0%, rgb(12, 122, 232) 100%);
  position: absolute;
  width: 8px;
  height: 30px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .section-ttl::before {
    width: 5px;
    height: 20px;
  }
}

.newtab {
  padding-left: 8px;
}

footer .footer-contact {
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8px 0 62px;
}
@media screen and (max-width: 750px) {
  footer .footer-contact {
    background-image: url(../images/footer-bg-sp.png);
    padding: 8px 0 35px;
    background-position: center;
  }
}
footer .footer-contact .touch {
  text-align: center;
  font-size: 100px;
  color: rgba(195, 219, 230, 0.302);
  line-height: 0.8;
  margin-bottom: 50px;
  letter-spacing: 0.2em;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  footer .footer-contact .touch {
    font-size: 30px;
    letter-spacing: 0.2em;
    margin-bottom: 44px;
  }
}
footer .footer-contact .text {
  color: #fff;
  font-size: 24px;
  color: rgb(255, 255, 255);
  line-height: 2;
  text-align: center;
  font-weight: 500;
  margin-bottom: 28px;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  footer .footer-contact .text {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 37px;
    font-size: 15px;
    line-height: 30px;
  }
}
@media screen and (max-width: 500px) {
  footer .footer-contact .text {
    line-height: 22px;
    margin-bottom: 20px;
  }
}
footer .footer-contact .category {
  max-width: 950px;
  display: flex;
  margin: 0 auto;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 40px;
  row-gap: 25px;
}
@media screen and (max-width: 750px) {
  footer .footer-contact .category {
    padding-bottom: 16px;
    gap: 13px;
    row-gap: 13px;
  }
}
footer .footer-contact .category .cate {
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-radius: 4px;
  height: 38px;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  padding: 9px 10px;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  footer .footer-contact .category .cate {
    font-size: 13px;
    height: auto;
    padding: 6px 6px;
  }
}
footer .footer-contact .buttons {
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  footer .footer-contact .buttons {
    flex-direction: column;
    padding: 0 25px;
  }
}
footer .footer-contact .buttons .btn-contact,
footer .footer-contact .buttons .btn-download {
  height: 105px;
  width: 495px;
  padding-left: 40px;
  font-size: 22px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 750px) {
  footer .footer-contact .buttons .btn-contact,
  footer .footer-contact .buttons .btn-download {
    height: 52.5px;
    padding-left: 30px;
    justify-content: flex-start;
    font-size: 12px;
    max-width: 247.5px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  footer .footer-contact .buttons .btn-contact,
  footer .footer-contact .buttons .btn-download {
    height: 70px;
    padding-left: 30px;
    justify-content: flex-start;
    font-size: 17px;
    max-width: 100%;
  }
}
footer .footer-contact .buttons .btn-contact::after,
footer .footer-contact .buttons .btn-download::after {
  right: 80px;
}
@media screen and (max-width: 750px) {
  footer .footer-contact .buttons .btn-contact::after,
  footer .footer-contact .buttons .btn-download::after {
    right: 14px !important;
    width: 10.5px;
    height: 13.5px;
  }
}
footer .footer-contact .buttons .btn-contact {
  padding-left: 70px;
}
@media screen and (max-width: 750px) {
  footer .footer-contact .buttons .btn-contact {
    padding-left: 45px;
  }
}
@media screen and (max-width: 750px) {
  footer .footer-contact .buttons .btn-download {
    padding-left: 45px;
  }
}
footer .footer-contact .buttons .note {
  padding: 10px 0 0;
  text-align: center;
  color: #29417a;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-shadow: 0 0 4px #fff;
}
footer .footer-menu {
  background-image: url(../images/footer-bg-bottom.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 54px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  footer .footer-menu {
    background-image: url(../images/footer-bg-bottom-sp.png);
    padding: 42px 0 20px;
    background-position: center;
  }
}
@media screen and (max-width: 750px) {
  footer .footer-menu {
    padding: 30px 0 20px;
  }
}
footer .footer-menu .pagetop {
  position: absolute;
  height: 50px;
  width: 50px;
  right: 30px;
  top: -25px;
  background: #fff;
  border: solid 1px #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
footer .footer-menu .pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg);
}
footer .footer-menu .menu-wrapper {
  max-width: 1070px;
  margin: 0 auto;
  background: transparent;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #bdc3c4;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  footer .footer-menu .menu-wrapper {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
    gap: 20px;
    padding-bottom: 185px;
    justify-content: space-around;
  }
}
@media screen and (max-width: 500px) {
  footer .footer-menu .menu-wrapper {
    justify-content: space-between;
    padding-bottom: 250px;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer-menu .menu-wrapper .menu01,
  footer .footer-menu .menu-wrapper .menu02,
  footer .footer-menu .menu-wrapper .menu03,
  footer .footer-menu .menu-wrapper .menu04 {
    width: 100%;
  }
}
footer .footer-menu .menu-wrapper .menu01 ul.menu,
footer .footer-menu .menu-wrapper .menu02 ul.menu,
footer .footer-menu .menu-wrapper .menu03 ul.menu,
footer .footer-menu .menu-wrapper .menu04 ul.menu {
  background: transparent;
  height: auto;
}
footer .footer-menu .menu-wrapper .menu01 ul.menu li,
footer .footer-menu .menu-wrapper .menu02 ul.menu li,
footer .footer-menu .menu-wrapper .menu03 ul.menu li,
footer .footer-menu .menu-wrapper .menu04 ul.menu li {
  display: flex;
  align-items: center;
  color: #cfd6d7;
  font-weight: 500;
  font-size: 16px;
  padding: 12px 0 12px;
}
@media screen and (max-width: 1024px) {
  footer .footer-menu .menu-wrapper .menu01 ul.menu li,
  footer .footer-menu .menu-wrapper .menu02 ul.menu li,
  footer .footer-menu .menu-wrapper .menu03 ul.menu li,
  footer .footer-menu .menu-wrapper .menu04 ul.menu li {
    font-size: 13px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 750px) {
  footer .footer-menu .menu-wrapper .menu01 ul.menu li,
  footer .footer-menu .menu-wrapper .menu02 ul.menu li,
  footer .footer-menu .menu-wrapper .menu03 ul.menu li,
  footer .footer-menu .menu-wrapper .menu04 ul.menu li {
    padding: 12.5px 0 13px;
  }
}
footer .footer-menu .menu-wrapper .menu01 ul.menu li a,
footer .footer-menu .menu-wrapper .menu02 ul.menu li a,
footer .footer-menu .menu-wrapper .menu03 ul.menu li a,
footer .footer-menu .menu-wrapper .menu04 ul.menu li a {
  color: #cfd6d7;
}
footer .footer-menu .menu-wrapper .menu01 ul.menu .menu-title,
footer .footer-menu .menu-wrapper .menu02 ul.menu .menu-title,
footer .footer-menu .menu-wrapper .menu03 ul.menu .menu-title,
footer .footer-menu .menu-wrapper .menu04 ul.menu .menu-title {
  border-bottom: 1px solid #bdc3c4;
}
@media screen and (max-width: 1024px) {
  footer .footer-menu .menu-wrapper .menu02 ul.menu li {
    width: 175px;
    white-space: nowrap;
    letter-spacing: 0;
  }
}
footer .footer-menu .menu-wrapper .menu04 {
  padding-top: 10px;
}
footer .footer-menu .menu-wrapper .menu04 .menu {
  margin-bottom: 60px;
}
footer .footer-menu .menu-wrapper .menu04 .company {
  padding-bottom: 30px;
  border-bottom: 1px solid #bdc3c4;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  footer .footer-menu .menu-wrapper .menu04 .company {
    border-bottom: 0;
  }
}
footer .footer-menu .menu-wrapper .menu04 .company .sub {
  color: #bdc3c4;
  margin-bottom: 16px;
  font-weight: 600;
}
footer .footer-menu .menu-wrapper .menu04 .company .name {
  padding-left: 20px;
  color: #bdc3c4;
  font-weight: 600;
}
footer .footer-menu .menu-wrapper .menu04 .company .name a {
  color: #bdc3c4;
}
footer .footer-menu .menu-wrapper .menu04 .group-logo a {
  display: flex;
  align-items: center;
}
footer .footer-menu .menu-wrapper .menu04 .group-logo a .text {
  color: #bdc3c4;
  font-weight: 600;
  padding-left: 12px;
}
@media screen and (max-width: 1024px) {
  footer .footer-menu .company-group {
    position: absolute;
    left: 25px;
    width: calc(100% - 50px);
    border-top: 1px solid #ccc;
    padding-top: 150px;
  }
}
@media screen and (max-width: 750px) {
  footer .footer-menu .company-group {
    margin-top: 100px;
    padding-top: 40px;
  }
}
footer .footer-menu .company-info {
  padding: 36px 0 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  footer .footer-menu .company-info {
    padding: 30px 0 0;
  }
}
footer .footer-menu .company-info .company-name {
  font-size: 22px;
  color: rgb(207, 214, 215);
  line-height: 2.273;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  footer .footer-menu .company-info .company-name {
    font-size: 17px;
    line-height: 34px;
    margin-bottom: 30px;
  }
}
footer .footer-menu .company-info .zip,
footer .footer-menu .company-info .tel {
  font-size: 18px;
  color: rgb(207, 214, 215);
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  footer .footer-menu .company-info .zip,
  footer .footer-menu .company-info .tel {
    font-size: 13px;
  }
}
footer .footer-menu .company-info .tel {
  margin-bottom: 46px;
}
@media screen and (max-width: 1024px) {
  footer .footer-menu .company-info .tel {
    margin-bottom: 25px;
  }
}
footer .footer-menu .company-info .tel a {
  color: rgb(207, 214, 215);
}
footer .footer-menu .copyright {
  font-size: 15px;
  color: rgb(207, 214, 215);
  line-height: 2.133;
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  footer .footer-menu .copyright {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
footer .left-wrap {
  display: flex;
  width: 50%;
  justify-content: space-around;
}
footer .right-wrap {
  display: flex;
  width: 50%;
  justify-content: space-around;
}
@media screen and (max-width: 1024px) {
  footer .left-wrap {
    width: 175px;
    display: block;
  }
  footer .right-wrap {
    width: auto;
    display: block;
  }
}

/* アニメーション fadeIn */
.fadeIn li::before {
  animation-name: fadeInAnime;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.fadeIn li.delay1::before {
  animation-delay: 0.6s;
}
.fadeIn li.delay2::before {
  animation-delay: 0.9s;
}
.fadeIn li.delay3::before {
  animation-delay: 1.2s;
}
.fadeIn li.delay4::before {
  animation-delay: 1.5s;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeInTrigger li::before {
  opacity: 0;
}

.hvr-sweep-to-right:before {
  background: #fff !important; /* ホバー時に流れる色 */
  opacity: 1 !important;
  border-radius: 6px;
}

.hvr-sweep-to-right:hover {
  color: #003366 !important;
}

a:hover {
  opacity: 1 !important;
}/*# sourceMappingURL=main.css.map */