@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@font-face {
  font-family: "Higure Gothic";
  src: url("../font/HigureGothic-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Higure Gothic Black";
  src: url("../font/HigureGothic-Black.ttf") format("truetype");
}
@font-face {
  font-family: "line-seed";
  src: url("../font/LINESeedJP_OTF_Eb.woff2") format("woff2");
}
:root {
  --viewport: 1920;
}
@media (max-width: 1280px) {
  :root {
    --viewport: 1200;
  }
}
@media (max-width: 768px) {
  :root {
    --viewport: 768;
  }
}

html {
  scroll-behavior: initial;
  width: 100%;
  font-size: 16px;
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: inline-block;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.line-seed {
  font-family: line-seed, sans-serif;
}

img {
  width: 100%;
  max-width: 100%;
}

body {
  min-height: 100%;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

header {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(51, 51, 51, 0.2);
}
header .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  max-width: 1440px;
  padding: 20px;
}
header .navigation {
  background: #f5f5f5;
}
@media (max-width: 1280px) {
  header .navigation {
    display: none;
  }
}
header .navigation nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  max-width: 1440px;
  padding: 20px;
}
header .navigation nav ul {
  display: flex;
}
header .navigation nav ul li {
  padding: 0 30px;
  font-size: 14px;
  font-weight: 700;
  border-right: 1px solid #e9e9e9;
}
header .navigation nav ul li:first-child {
  border-left: 1px solid #e9e9e9;
}
header .navigation nav ul li a#recommended {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .navigation nav ul li a#recommended svg {
  flex-shrink: 0;
  margin-top: 2px;
}
header .main__hmb {
  display: none;
}
@media (max-width: 1280px) {
  header .main__hmb {
    display: flex;
    align-items: center;
  }
  header .main__hmb a {
    display: flex;
  }
}
header .main__logo a {
  display: inline-block;
  width: 200px;
}
@media (max-width: 1280px) {
  header .main__logo a {
    width: 140px;
  }
}
@media (max-width: 1280px) {
  header .main__button {
    display: none;
  }
}
header .main__button a {
  border-radius: 50px;
  background: linear-gradient(90deg, #237ac5 0%, #5fb5ff 100%);
  box-shadow: 0px 4px 20px 0px rgba(51, 51, 51, 0.2);
  display: flex;
  padding: 20px 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.recomended-navigation {
  position: fixed;
  width: 100%;
  padding: 80px 0;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(51, 51, 51, 0.2);
  transform: translateY(-20px);
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 1280px) {
  .recomended-navigation {
    display: none;
  }
}
.recomended-navigation__title {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
.recomended-navigation nav {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.recomended-navigation nav ul {
  display: flex;
}
.recomended-navigation nav ul li {
  border-right: 1px solid #e9e9e9;
}
.recomended-navigation nav ul li:first-child {
  border-left: 1px solid #e9e9e9;
}
.recomended-navigation nav ul li a {
  width: 120px;
  text-align: center;
  display: inline-block;
  margin: 0 40px;
  position: relative;
}
.recomended-navigation nav ul li a .img-wrap {
  width: 60px;
  height: 40px;
}
.recomended-navigation nav ul li a img {
  position: absolute;
  width: 60px;
}
.recomended-navigation nav ul li a p {
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1;
}

.hmb-navigation {
  position: fixed;
  width: 100%;
  overflow: scroll;
  height: calc(100vh - 76px);
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  background-color: #fff;
}
.hmb-navigation nav ul li {
  border-bottom: 1px solid #e9e9e9;
}
.hmb-navigation nav ul li:first-child {
  border-top: 1px solid #e9e9e9;
}
.hmb-navigation nav ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px;
  font-weight: bold;
}
.hmb-navigation nav ul li.has-child ul {
  display: grid;
  grid-template-columns: auto auto;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.hmb-navigation nav ul li.has-child ul li {
  border-right: 1px solid #e9e9e9;
}
.hmb-navigation nav ul li.has-child ul li:nth-child(2) {
  border-top: 1px solid #e9e9e9;
}
.hmb-navigation nav ul li.has-child ul li:last-child {
  border-bottom: none;
}
.hmb-navigation nav ul li.has-child ul li a {
  justify-content: start;
  gap: 10px;
  font-size: 13px;
}
.hmb-navigation .to-contact a {
  border-radius: 50px;
  background: linear-gradient(90deg, #237ac5 0%, #5fb5ff 100%);
  box-shadow: 0px 4px 20px 0px rgba(51, 51, 51, 0.2);
  display: flex;
  padding: 20px 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  width: 295px;
  margin: 30px auto;
}

.inner {
  width: 1200px;
  margin: auto;
}
@media (max-width: 1280px) {
  .inner {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .inner {
    width: 100%;
    padding: 0 20px;
  }
}

.mv {
  background-image: url(../img/top/mv-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1280px) {
  .mv {
    height: auto;
  }
}
@media (max-width: 768px) {
  .mv {
    background-image: url(../img/top/mv-bg-sp.png);
    align-items: end;
  }
}
.mv .inner {
  display: flex;
  align-items: end;
  height: 100%;
}
@media (max-width: 1280px) {
  .mv .inner {
    padding: 50px 0 0;
  }
}
@media (max-width: 768px) {
  .mv .inner {
    padding: 50px 20px 0;
  }
}
@media (max-width: 768px) {
  .mv .inner img {
    max-width: 335px;
  }
}
.mv__contents {
  display: flex;
  align-items: end;
}
@media (max-width: 1280px) {
  .mv__contents {
    display: block;
  }
}
.mv__texts {
  display: flex;
  align-items: center;
}
@media (max-width: 1280px) {
  .mv__texts {
    display: block;
  }
}
.mv__texts h1 {
  font-size: 54px;
  font-family: line-seed;
  color: #fff;
}
@media (max-width: 1280px) {
  .mv__texts h1 {
    font-size: 32px;
  }
}
.mv__texts p {
  font-size: 18px;
  color: #fff;
  line-height: 150%;
  margin: 50px 0;
}
@media (max-width: 1280px) {
  .mv__texts p {
    margin: 30px 0;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .mv__texts p {
    font-size: 12px;
  }
}
.mv__texts-btn {
  border: 2px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .mv__texts-btn {
    width: 100%;
    max-width: 280px;
  }
}
.mv__texts-btn a {
  line-height: 1;
  display: flex;
  padding: 20px 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  width: 250px;
  border-radius: 50px;
  background: linear-gradient(90deg, #237ac5 0%, #5fb5ff 100%);
  box-shadow: 0px 4px 20px 0px rgba(51, 51, 51, 0.2);
}
@media (max-width: 768px) {
  .mv__texts-btn a {
    width: 100%;
    max-width: 280px;
  }
}
.mv__img {
  width: 500px;
}
@media (max-width: 1280px) {
  .mv__img {
    width: 80%;
    max-width: 400px;
    margin: 0 0 0 auto;
  }
}
@media (max-width: 768px) {
  .mv__img {
    width: 100%;
    max-width: 265px;
    margin: 10px auto 0;
  }
}

.reasons {
  background-image: url(../img/top/reasons-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .reasons {
    background-position: center bottom;
    padding: 50px 0;
  }
}
.reasons__title {
  text-align: center;
}
.reasons__title h2 {
  font-size: 48px;
  text-align: center;
  color: #1f2a9f;
  font-family: "Higure Gothic";
  line-height: 1.5;
}
@media (max-width: 1280px) {
  .reasons__title h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .reasons__title h2 {
    font-size: 20px;
  }
}
.reasons__contents .inner {
  display: flex;
  padding: 50px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #dff4fd;
  margin-top: 50px;
  gap: 50px;
}
@media (max-width: 1280px) {
  .reasons__contents .inner {
    margin-top: 30px;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .reasons__contents .inner .img img {
    width: 100%;
    max-width: 225px;
  }
}
.reasons__contents .inner .text-wrap {
  max-width: 550px;
  width: 100%;
  padding: 50px;
  gap: 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 6px 6px 0 0 #9fbee2;
}
@media (max-width: 768px) {
  .reasons__contents .inner .text-wrap {
    padding: 30px 20px;
  }
}
.reasons__contents .inner .text-wrap:last-child {
  margin-top: 15px;
}
.reasons__contents .inner .text-wrap .title {
  color: #0c54af;
  font-family: "Higure Gothic";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 768px) {
  .reasons__contents .inner .text-wrap .title {
    text-align: center;
    font-size: 16px;
  }
}
.reasons__contents .inner .text-wrap .title span {
  color: #ff810e;
}
.reasons__contents .inner .text-wrap .text {
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .reasons__contents .inner .text-wrap .text {
    font-size: 12px;
    font-weight: 400;
  }
}

.check__title {
  padding: 80px 0;
  font-family: "Higure Gothic";
  gap: 10px;
  text-align: center;
  background: linear-gradient(90deg, #4d89d6 0%, #0c54af 100%);
}
@media (max-width: 768px) {
  .check__title {
    padding: 30px 0;
  }
}
.check__title p {
  font-size: 24px;
  color: #fff;
}
@media (max-width: 768px) {
  .check__title p {
    font-size: 16px;
  }
}
.check__title p span {
  color: #ffe551;
}
.check__title h3 {
  font-size: 48px;
  color: #fff;
  margin-top: 10px;
}
@media (max-width: 1280px) {
  .check__title h3 {
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .check__title h3 {
    font-size: 18px;
  }
  .check__title h3 span {
    display: block;
    margin-top: 20px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .check__title h3 span {
    margin-top: 0;
  }
}
@media (max-width: 1280px) {
  .check__title .icon {
    display: block;
    width: 35px;
  }
  .check__title .icon svg {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .check__title .icon {
    width: 27px;
  }
  .check__title .icon svg {
    width: 100%;
    height: auto;
  }
}
.check .check-contents {
  background-image: url(../img/top/check-contents-bg.png);
  padding: 50px 0;
}
.check .check-contents .inner {
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px;
  justify-content: center;
}
@media (max-width: 1280px) {
  .check .check-contents .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .check .check-contents .content {
    width: 100%;
  }
}
.check .check-contents .content a {
  font-weight: 700;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(51, 51, 51, 0.2);
  display: flex;
  background-color: #fff;
  width: 535px;
  height: 100%;
  padding: 40px 35px 40px 0;
  align-items: center;
  justify-content: space-between;
  font-size: 32px;
  color: #0c54af;
}
@media (max-width: 768px) {
  .check .check-contents .content a {
    font-size: 18px;
    width: 100%;
    padding: 22px 22px 22px 0;
  }
}
.check .check-contents .content a img {
  width: 140px;
}
@media (max-width: 768px) {
  .check .check-contents .content a img {
    width: 58px;
  }
}
@media (max-width: 768px) {
  .check .check-contents .content a svg {
    width: 22px;
    height: 22px;
  }
}

.column {
  background-color: #dff4fd;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .column {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .column .button.sp {
    display: flex;
    justify-content: end;
    padding: 0 20px;
  }
}
.column .button a {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #333;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  .column .button a {
    font-size: 12px;
    gap: 10px;
  }
}
.column .button a svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  .column .button a svg {
    width: 20px;
    height: 20px;
  }
}
.column .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.column .topics-title {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.column .topics-title h2 {
  color: #0c54af;
  font-family: "Higure Gothic Black";
  font-size: 46px;
}
@media (max-width: 768px) {
  .column .topics-title h2 {
    font-size: 32px;
  }
}
.column .topics-title p {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: 12px;
}
.column .link {
  display: flex;
  justify-content: center;
}
.column .link a {
  font-weight: 600;
}
.column .slick-slide {
  padding: 0 25px;
}
.column .column-content {
  width: 320px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  overflow: hidden;
}
.column .column-content .text {
  padding: 40px 30px;
}
.column .column-content .text .date {
  color: #0c54af;
  font-weight: 600;
  font-size: 14px;
}
.column .column-content .text .title {
  font-weight: 700;
  padding: 20px 0;
  line-height: 1;
  font-size: 32px;
}
@media (max-width: 768px) {
  .column .column-content .text .title {
    font-size: 20px;
  }
}

.column .column-content .text .categories {
  display: flex;
  font-size: 12px;
  gap: 10px;
  flex-wrap: wrap;
}
.column .column-content .text .categories p {
  display: inline-block;
  padding: 10px;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid #d9d9d9;
  background: #fff;
  line-height: 1;
  color: #999;
}

.column .column-content .content h1 {
}

.column-slider {
  margin: 50px 0;
}
@media (max-width: 768px) {
  .column-slider {
    margin: 50px 0 20px;
  }
}

.section-title {
  font-size: 24px;
  border-left: 3px solid #0c54af;
  padding-left: 20px;
  font-weight: 700;
}

.slick-slide {
  opacity: 0.3;
  transition: opacity 0.5s, transform 0.5s;
}

.slick-active {
  opacity: 1;
}

.slick-slide.slick-current,
.slick-slide.is-active-next {
  opacity: 1;
}

.link {
  border: 2px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  border-radius: 50px;
}
.link a {
  line-height: 1;
  display: flex;
  padding: 20px 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  width: 250px;
  border-radius: 50px;
  background: linear-gradient(90deg, #237ac5 0%, #5fb5ff 100%);
  box-shadow: 0px 4px 20px 0px rgba(51, 51, 51, 0.2);
}
@media (max-width: 768px) {
  .link a {
    width: 100%;
    max-width: 280px;
  }
}

.ranking-bunner {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .ranking-bunner {
    margin-bottom: 50px;
  }
}
.ranking-bunner a {
  display: inline-block;
  margin: auto;
}
@media (max-width: 768px) {
  .ranking-bunner a {
    display: flex;
    max-width: 335px;
  }
}

.case {
  background: #f9f9f9;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .case {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .case .case-title {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .case .case-title img {
    max-width: 240px;
    margin: auto;
  }
}
.case .link {
  display: flex;
  justify-content: center;
  margin-top: 110px;
}
@media (max-width: 768px) {
  .case .link {
    margin-top: 60px;
  }
}
.case .link a {
  width: 280px;
}

.case-slider {
  margin-top: 50px;
}
.case-slider li img {
  width: 780px;
  padding: 0 30px;
}
@media (max-width: 1280px) {
  .case-slider li img {
    padding: 0 15px;
    width: 500px;
  }
}
@media (max-width: 768px) {
  .case-slider li img {
    width: 100%;
    max-width: 335px;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.slick-dots {
  bottom: -50px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px;
}
.slick-dots li {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 12px !important;
  height: 12px !important;
  margin: 0 !important;
}
.slick-dots li button {
  width: 8px !important;
  height: 8px !important;
  background-color: #999999 !important;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  width: 12px !important;
  height: 12px !important;
  background-color: #237ac5 !important;
  border-radius: 50%;
}

.custom-arrows {
  position: relative;
}
.custom-arrows .slick-arrow {
  display: block;
}
.custom-arrows .slick-arrow.slick-prev {
  left: -160px;
  right: 0;
  margin: auto;
  top: 45px;
}
.custom-arrows .slick-arrow.slick-prev::before {
  content: url(../img/top/arrow-prev.png);
}
.custom-arrows .slick-arrow.slick-next {
  left: 0;
  right: -165px;
  margin: auto;
  top: 45px;
}
.custom-arrows .slick-arrow.slick-next::before {
  content: url(../img/top/arrow.png);
}

.slick-controls {
  height: 30px;
}

.buttons-wrap {
  background-color: #0c54af;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .buttons-wrap {
    padding: 50px 0;
  }
}
.buttons-wrap__title {
  text-align: center;
}
.buttons-wrap__title h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  font-family: "Higure Gothic";
}
@media (max-width: 768px) {
  .buttons-wrap__title h3 {
    font-size: 16px;
  }
}
.buttons-wrap__title h3 .yellow {
  color: #f4ea7c;
  font-size: 24px;
  line-height: 1;
}
@media (max-width: 768px) {
  .buttons-wrap__title h3 .yellow {
    font-size: 16px;
  }
}
.buttons-wrap__title p {
  color: #fff;
  margin-top: 30px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .buttons-wrap__title p {
    font-size: 12px;
  }
}
.buttons-wrap .button-wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 1280px) {
  .buttons-wrap .button-wrap {
    display: grid;
    gap: 15px;
  }
}
.buttons-wrap .button-wrap a {
  display: flex;
  width: 485px;
  height: 118px;
  padding: 50px 0;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  border-radius: 100px;
}
@media (max-width: 768px) {
  .buttons-wrap .button-wrap a {
    width: 335px;
    height: 60px;
    padding: 20px 0;
    font-size: 16px;
  }
  .buttons-wrap .button-wrap a svg {
    width: 19px;
  }
}
.buttons-wrap .button-wrap a p {
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.5;
}
.buttons-wrap .button-wrap a.simuration {
  background: #ff810e;
}
.buttons-wrap .button-wrap a.contact {
  background: #1ea1e7;
}

footer {
  padding: 150px 0;
}
@media (max-width: 1280px) {
  footer {
    padding: 50px 0;
  }
}
footer .country-logo {
  width: 150px;
}
footer .inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  footer .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
  }
}
@media (max-width: 768px) {
  footer .inner {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  footer .inner .logo {
    text-align: center;
  }
}
footer .inner .logo img {
  width: 420px;
}
@media (max-width: 768px) {
  footer .inner .logo img {
    width: 335px;
  }
}
footer .inner .text {
  color: #0c54af;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  margin-top: 20px;
}
@media (max-width: 768px) {
  footer .inner .text {
    font-size: 12px;
    margin-top: 20px;
    text-align: center;
  }
}
footer .footer-nav {
  margin-top: 60px;
  width: 100%;
}
@media (max-width: 1280px) {
  footer .footer-nav {
    border: 1px solid #e9e9e9;
    margin-top: 30px;
    padding: 50px 20px;
  }
}
@media (max-width: 768px) {
  footer .footer-nav {
    padding: 50px 10px;
  }
}
footer .footer-nav ul {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1280px) {
  footer .footer-nav ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  footer .footer-nav ul {
    display: grid;
    grid-template-columns: auto auto;
  }
}
footer .footer-nav ul li {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 700;
  border-left: 1px solid #e9e9e9;
  padding: 0 35px;
}
footer .footer-nav ul li:last-child {
  border-right: 1px solid #e9e9e9;
}
@media (max-width: 768px) {
  footer .footer-nav ul li {
    font-size: 12px;
    width: auto;
    padding: 0;
    border: none;
  }
  footer .footer-nav ul li:last-child {
    border-right: none;
  }
}
footer .footer-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
  font-size: 14px;
}
@media (max-width: 768px) {
  footer .footer-nav ul li a {
    gap: 5px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  footer .footer-nav .to-contact {
    display: flex;
    justify-content: center;
  }
}
footer .footer-nav .to-contact.pc {
  display: none;
}
footer .footer-nav .to-contact a {
  display: flex;
  padding: 20px 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: linear-gradient(90deg, #237ac5 0%, #5fb5ff 100%);
  box-shadow: 0 4px 20px 0 rgba(51, 51, 51, 0.2);
  color: #fff;
  font-weight: 700;
}

.sv {
  background-image: url(../img/global/sv.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .sv {
    background-image: url(../img/global/sv-sp.png);
    background-position: center right;
    padding: 60px 0;
  }
}
.sv h1 {
  font-size: 28px;
  color: #fff;
  padding-bottom: 20px;
  border-bottom: 1px solid;
  display: inline-block;
  font-family: line-seed;
}
@media (max-width: 768px) {
  .sv h1 {
    font-size: 20px;
    padding-bottom: 10px;
  }
}

.sv-next {
  background-image: url(../img/global/sv-next.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .sv-next {
    padding: 50px 0;
  }
}
.sv-next.recommend .title {
  display: flex;
  justify-content: center;
}
.sv-next.recommend .title h2 {
  font-size: 36px;
  font-family: line-seed;
}
@media (max-width: 768px) {
  .sv-next.recommend .title h2 {
    font-size: 20px;
  }
}
.sv-next.recommend .title h2 span {
  font-size: 24px;
}
@media (max-width: 768px) {
  .sv-next.recommend .title h2 span {
    font-size: 16px;
  }
}
.sv-next.recommend .glay-contents {
  gap: 70px;
  border-radius: 20px;
  background: #f9f9f9;
  box-shadow: 0 4px 20px 0 rgba(51, 51, 51, 0.2);
  padding: 50px 100px;
  margin-top: 50px;
}
@media (max-width: 1280px) {
  .sv-next.recommend .glay-contents {
    margin-top: 30px;
    padding: 30px 20px 50px;
  }
}
.sv-next.recommend .glay-contents .lists ul {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .sv-next.recommend .glay-contents .lists ul {
    grid-template-columns: auto;
  }
}
.sv-next.recommend .glay-contents .lists ul li {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}
.sv-next.recommend .glay-contents .lists ul li p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 14px;
}
@media (max-width: 768px) {
  .sv-next.recommend .glay-contents .lists ul li p {
    font-size: 12px;
  }
}
.sv-next.recommend .glay-contents .list-title {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .sv-next.recommend .glay-contents .list-title {
    display: block;
  }
}
@media (max-width: 768px) {
  .sv-next.recommend .glay-contents .list-title .section-title {
    font-size: 20px;
  }
}
.sv-next.recommend .glay-contents .list-title .exp p {
  color: #666;
  margin-top: 30px;
  line-height: 1;
}
@media (max-width: 768px) {
  .sv-next.recommend .glay-contents .list-title .exp p {
    font-size: 12px;
    margin-top: 20px;
    line-height: 1.8;
  }
}
.sv-next.recommend .glay-contents .img {
  width: 237px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .sv-next.recommend .glay-contents .img {
    width: 170px;
    margin: 30px auto 0;
  }
}
.sv-next.feature .glay-contents {
  display: flex;
  gap: 70px;
  border-radius: 20px;
  background: #f9f9f9;
  box-shadow: 0 4px 20px 0 rgba(51, 51, 51, 0.2);
  padding: 50px 100px;
  margin-top: 50px;
}
@media (max-width: 1280px) {
  .sv-next.feature .glay-contents {
    margin-top: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .sv-next.feature .glay-contents {
    padding: 30px 20px 50px;
    gap: 30px;
  }
}
.sv-next.feature .glay-contents .img {
  width: 400px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .sv-next.feature .glay-contents .img {
    max-width: 400px;
    width: 100%;
  }
}
.sv-next.feature .glay-contents .text .bold span {
  color: #0c54af;
}
.sv-next.feature .glay-contents .text .bold p {
  font-size: 18px;
  font-weight: 700;
  padding: 10px;
  gap: 10px;
  background-color: #fff;
  margin-top: 20px;
  display: inline-block;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .sv-next.feature .glay-contents .text .bold p {
    font-size: 16px;
  }
}
.sv-next.feature .glay-contents .text .exp {
  color: #666;
  font-size: 14px;
  line-height: 2;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .sv-next.feature .glay-contents .text .exp {
    font-size: 12px;
  }
}
.sv-next.about .title {
  display: flex;
  justify-content: center;
}
.sv-next.about .title img {
  width: 938px;
}
@media (max-width: 1280px) {
  .sv-next.about .title img {
    max-width: 540px;
    width: 100%;
  }
}
.sv-next.about .purpose {
  margin: 100px 0;
}
@media (max-width: 768px) {
  .sv-next.about .purpose {
    margin: 50px 0 0;
  }
}
.sv-next.about .glay-contents {
  display: flex;
  gap: 70px;
  border-radius: 20px;
  background: #f9f9f9;
  box-shadow: 0 4px 20px 0 rgba(51, 51, 51, 0.2);
  padding: 50px 100px;
  margin-top: 50px;
}
@media (max-width: 1280px) {
  .sv-next.about .glay-contents {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .sv-next.about .glay-contents {
    padding: 30px 20px 50px;
    gap: 30px;
  }
}
.sv-next.about .glay-contents .img {
  width: 400px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .sv-next.about .glay-contents .img {
    max-width: 400px;
    width: 100%;
  }
}
.sv-next.about .glay-contents .text .bold span {
  color: #0c54af;
}
.sv-next.about .glay-contents .text .bold p {
  font-size: 18px;
  font-weight: 700;
  padding: 10px;
  gap: 10px;
  background-color: #fff;
  margin-top: 20px;
  display: inline-block;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .sv-next.about .glay-contents .text .bold p {
    font-size: 16px;
  }
}
.sv-next.about .glay-contents .text .exp {
  color: #666;
  font-size: 14px;
  line-height: 2;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .sv-next.about .glay-contents .text .exp {
    font-size: 12px;
  }
}

.purpose__content {
  margin-top: 60px;
  display: flex;
}
@media (max-width: 1280px) {
  .purpose__content {
    flex-wrap: wrap-reverse;
    justify-content: center;
    gap: 30px;
  }
}
.purpose__content .img {
  width: 495px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .purpose__content .img {
    max-width: 495px;
    width: 100%;
  }
}
.purpose__content .text p {
  font-weight: 700;
  margin-top: 10px;
}
.purpose__content .text p.line {
  background: #f9f9f9;
  padding: 10px;
  display: inline-block;
}
.purpose__content .text p.line.orange {
  color: #0c54af;
}
.purpose__content .text .exp {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 25.2px */
  margin-top: 30px;
}
.purpose__content .text .exp span {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
}

.introduce {
  background-color: #f9f9f9;
  padding: 100px 0;
}
.introduce__content {
  margin-top: 60px;
  display: flex;
  gap: 50px;
}
@media (max-width: 1280px) {
  .introduce__content {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
.introduce__content .img {
  width: 495px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .introduce__content .img {
    max-width: 495px;
    width: 100%;
  }
}
.introduce__content .text p {
  font-weight: 700;
  margin-top: 10px;
}
.introduce__content .text p.line {
  background: #fff;
  padding: 10px;
  display: inline-block;
}
.introduce__content .text p.line.orange {
  color: #0c54af;
}
.introduce__content .text .exp {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 25.2px */
  margin-top: 30px;
}
.introduce__content .text .exp span {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
}

.importance {
  margin: 0 0 100px;
}
.importance__contents {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1280px) {
  .importance__contents {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.importance__contents .text p {
  color: #666;
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 768px) {
  .importance__contents .text p {
    font-size: 13px;
  }
}
.importance__contents .img {
  width: 495px;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .importance__contents .img {
    width: 100%;
    max-width: 495px;
  }
}

.bringing-in-case {
  background: #f9f9f9;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .bringing-in-case {
    padding: 50px 0;
  }
}
.bringing-in-case .the-company {
  margin-top: 30px;
  display: flex;
  padding: 50px 100px;
  background-color: #fff;
  gap: 50px;
  align-items: center;
  border-radius: 20px;
}
@media (max-width: 1280px) {
  .bringing-in-case .the-company {
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 20px;
    gap: 30px;
  }
}
.bringing-in-case .the-company .img {
  width: 400px;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .bringing-in-case .the-company .img {
    width: 100%;
    max-width: 400px;
  }
}
.bringing-in-case .the-company .text__title h4 {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .bringing-in-case .the-company .text__title h4 {
    font-size: 16px;
  }
}
.bringing-in-case .the-company .text__small {
  margin-top: 30px;
  padding: 50px 70px;
  background: #f9f9f9;
}
@media (max-width: 768px) {
  .bringing-in-case .the-company .text__small {
    padding: 30px 20px;
  }
}
.bringing-in-case .the-company .text__small p {
  color: #666;
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 768px) {
  .bringing-in-case .the-company .text__small p {
    font-size: 12px;
  }
}

.effect-link {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .effect-link {
    margin-top: 30px;
  }
}

.effect {
  padding: 50px 100px;
  border-radius: 20px;
  background: #dff4fd;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .effect {
    padding: 30px 20px;
  }
}
.effect__title {
  color: #0c54af;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.2px;
}
@media (max-width: 768px) {
  .effect__title {
    font-size: 20px;
    text-align: center;
  }
}
.effect .lists ul {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .effect .lists ul {
    margin-top: 20px;
    grid-template-columns: auto;
  }
}
.effect .lists ul li {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}
.effect .lists ul li p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 14px;
}
@media (max-width: 768px) {
  .effect .lists ul li p {
    font-size: 12px;
  }
}
.effect .lists ul li p span span {
  color: #0c54af;
}

.recommend-links {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .recommend-links {
    padding: 50px 0;
  }
}
.recommend-links__title {
  text-align: center;
}
.recommend-links__title h2 {
  font-size: 36px;
  color: #0c54af;
  font-weight: 700;
}
@media (max-width: 768px) {
  .recommend-links__title h2 {
    font-size: 20px;
  }
}
.recommend-links__title p {
  margin-top: 40px;
  line-height: 200%;
}
@media (max-width: 768px) {
  .recommend-links__title p {
    margin-top: 30px;
    font-size: 12px;
  }
}
.recommend-links__contents {
  margin: 80px 0;
}
.recommend-links__contents .content:not(:first-child) {
  margin-top: 50px;
}
.recommend-links__contents .content .recommend-link a {
  border-radius: 20px;
  background: #f5f5f5;
  padding: 30px;
  display: flex;
  gap: 10px;
}
.recommend-links__contents .content .recommend-link a p {
  font-size: 18px;
  font-weight: 700;
}
.recommend-links__contents .content .recommend-link a p span {
  color: #0c54af;
}
.recommend-links__contents .content .text {
  margin-top: 30px;
  font-size: 14px;
  color: #666;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .recommend-links__contents .content .text {
    margin-left: 20px;
  }
}

.contents-footer .pc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .contents-footer .pc {
    display: none;
  }
}
.contents-footer .sp {
  display: none;
}
@media (max-width: 768px) {
  .contents-footer .sp {
    display: block;
    text-align: center;
  }
}
.contents-footer p {
  font-size: 24px;
  line-height: 2;
  font-weight: 700;
}
@media (max-width: 768px) {
  .contents-footer p {
    font-size: 16px;
  }
}
.contents-footer .man {
  width: 112px;
}
@media (max-width: 768px) {
  .contents-footer .man {
    width: 91px;
    display: inline-block;
    margin-top: 40px;
  }
}
.contents-footer .woman {
  width: 95px;
}
@media (max-width: 768px) {
  .contents-footer .woman {
    width: 76px;
    margin-left: 10px;
    display: inline-block;
    margin-top: 40px;
  }
}

.type-of-cards {
  margin-top: 105px;
}
@media (max-width: 768px) {
  .type-of-cards {
    margin-top: 50px;
  }
}
.type-of-cards__contents {
  display: flex;
  margin-top: 50px;
  gap: 30px;
}
@media (max-width: 1280px) {
  .type-of-cards__contents {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .type-of-cards__contents {
    margin-top: 30px;
  }
}
.type-of-cards__contents .content .name p {
  display: flex;
  font-weight: 700;
  padding: 20px;
  border-radius: 10px;
  background: #f9f9f9;
  font-size: 18px;
}
.type-of-cards__contents .content .name p span {
  color: #0c54af;
}
.type-of-cards__contents .content .img {
  width: 277px;
  margin: 30px 0;
}
@media (max-width: 1280px) {
  .type-of-cards__contents .content .img {
    margin: 30px auto;
  }
}
@media (max-width: 768px) {
  .type-of-cards__contents .content .img {
    width: 100%;
    max-width: 400px;
  }
}
.type-of-cards__contents .content .text {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}

.compare {
  background: #f9f9f9;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .compare {
    padding: 50px 0;
  }
}
.compare__table-wrap {
  border-radius: 20px;
  margin-top: 55px;
  padding: 50px 100px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .compare__table-wrap {
    margin-top: 30px;
    padding: 30px 20px;
  }
}
.compare table {
  min-width: 1000px;
}

.contents-table {
  overflow: scroll;
}
.contents-table table {
  border-collapse: collapse;
  border: 1px solid #e9e9e9;
}
.contents-table table th,
.contents-table table td {
  border: 1px solid #e9e9e9;
  width: 200px;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.contents-table table th {
  background-color: #0c54af;
  color: #fff;
}
.contents-table table td {
  font-size: 14px;
}
.contents-table table td.head {
  background: #f9f9f9;
}
.contents-table table td.total {
  color: #237ac5;
  background: #dff4fd;
  font-weight: 700;
}

.points {
  padding: 100px 0;
}
.points__contents {
  margin-top: 50px;
}
.points__contents .content:not(:first-child) {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .points__contents .content:not(:first-child) {
    margin-top: 50px;
  }
}
.points__contents .content .title p {
  border-radius: 20px;
  background: #f5f5f5;
  font-weight: 700;
  padding: 30px;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.points__contents .content .title p span {
  color: #0c54af;
}
.points__contents .content .text {
  margin-top: 30px;
}
.points__contents .content .text p {
  font-size: 14px;
  color: #666;
  line-height: 180%;
}
@media (max-width: 768px) {
  .points__contents .content .text p {
    font-size: 13px;
  }
}
.points__contents .content .text p span {
  font-weight: 700;
  color: #0c54af;
}

.simuration .contents {
  padding: 80px 0;
  background: #f9f9f9;
}
@media (max-width: 768px) {
  .simuration .contents {
    padding: 50px 0;
  }
}
.simuration .contents .inner {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 1280px) {
  .simuration .contents .inner {
    flex-wrap: wrap;
  }
}
.simuration .contents .results {
  width: 590px;
  background: #0c54af;
  padding: 30px;
}
@media (max-width: 768px) {
  .simuration .contents .results {
    width: 100%;
    padding: 30px 20px;
  }
}
.simuration .contents .results__inner {
  padding: 50px;
  border-radius: 10px;
  background: #fff;
}
@media (max-width: 768px) {
  .simuration .contents .results__inner {
    padding: 30px 20px;
  }
}
.simuration .contents .results__inner .link-wrap {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .simuration .contents .results__inner .link-wrap {
    margin-top: 30px;
  }
}
.simuration .contents .results__inner .link-wrap p {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .simuration .contents .results__inner .link-wrap p {
    font-size: 12px;
  }
}
.simuration .contents .results__inner .link-wrap .link {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.simuration .contents .results__inner .link-wrap .link a {
  padding: 30px 0;
  width: 360px;
}
@media (max-width: 768px) {
  .simuration .contents .results__inner .link-wrap .link a {
    width: 255px;
    font-size: 14px;
  }
}
.simuration .contents .results__inner .small-text {
  display: flex;
  justify-content: center;
}
.simuration .contents .results__inner .small-text p {
  margin-top: 20px;
  color: #999;
  font-size: 12px;
  line-height: 2;
  display: flex;
}
@media (max-width: 768px) {
  .simuration .contents .results__inner .small-text p {
    font-size: 10px;
  }
}
.simuration .contents .results__inner .cal-answer {
  border-radius: 10px;
  background: #dff4fd;
  padding: 30px;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  justify-content: space-between;
  height: auto;
  min-height: 140px;
}
@media (max-width: 768px) {
  .simuration .contents .results__inner .cal-answer {
    padding: 20px;
    display: block;
  }
}
.simuration .contents .results__inner .cal-answer__right {
  height: 100%;
  display: flex;
  align-items: end;
  margin: auto 0 0 auto;
}
@media (max-width: 768px) {
  .simuration .contents .results__inner .cal-answer__right {
    margin-top: -20px;
    justify-content: end;
  }
}
.simuration .contents .results__inner .cal-answer__right span {
  font-size: 24px;
  font-weight: 700;
}
.simuration .contents .results__inner .cal-answer__right span span {
  font-size: 12px;
}
.simuration .contents .results__inner .cal-answer__number {
  font-size: 48px;
  margin-right: 5px;
  color: #0c54af;
  font-family: line-seed;
}
.simuration .contents .results__inner .cal-answer h4 {
  border-radius: 10px;
  background: #0c54af;
  color: #fff;
  display: inline-block;
  padding: 10px;
  line-height: 1;
}
@media (max-width: 768px) {
  .simuration .contents .results__inner .cal-answer h4 {
    font-size: 14px;
  }
}
.simuration .contents .calculator {
  width: 380px;
  background-color: #fff;
  padding: 50px;
}
@media (max-width: 768px) {
  .simuration .contents .calculator {
    width: 100%;
    max-width: 380px;
    padding: 30px 20px;
  }
}
.simuration .contents .calculator .link {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.simuration .contents .calculator .link a {
  width: 280px;
}
.simuration .contents .calculator .input {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dotted #d9d9d9;
}
.simuration .contents .calculator .input__name {
  width: 130px;
  flex-shrink: 0;
  font-size: 12px;
}
@media (max-width: 768px) {
  .simuration .contents .calculator .input__name {
    width: 120px;
  }
}
.simuration .contents .calculator .input__content input {
  width: 122px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  background: #f9f9f9;
  margin-right: 10px;
  padding: 10px;
}
.simuration .contents .calculator .input__content.select {
  position: relative;
}
.simuration .contents .calculator .input__content.select::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  aspect-ratio: 1/2;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.simuration .contents .calculator .input__content select {
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  background: #fff;
  width: 139px;
  height: 52px;
  padding: 10px 20px;
  color: #666;
}
.simuration .contents .calculator .inputs__title {
  padding-bottom: 40px;
  border-bottom: 1px dotted #e9e9e9;
}
.simuration .contents .calculator .inputs__title .first {
  display: flex;
  font-weight: 700;
  align-items: center;
  gap: 10px;
}
.simuration .contents .calculator .inputs__title .first svg {
  width: 24px;
}
.simuration .contents .calculator .inputs__title .second {
  font-size: 12px;
  color: #999;
  margin-top: 22px;
}
.simuration .contents .title {
  text-align: center;
}
.simuration .contents .title h3 {
  font-size: 36px;
  font-weight: 700;
  color: #0c54af;
}
@media (max-width: 768px) {
  .simuration .contents .title h3 {
    font-size: 20px;
  }
}
.simuration .contents-header {
  margin: 100px 0;
}
@media (max-width: 768px) {
  .simuration .contents-header {
    margin: 50px 0;
  }
}
.simuration .contents-header__title {
  text-align: center;
  margin-bottom: 50px;
  display: block;
}
@media (max-width: 768px) {
  .simuration .contents-header__title {
    margin-bottom: 30px;
  }
}
.simuration .contents-header__title h2 {
  font-size: 36px;
  color: #0c54af;
  font-weight: 700;
}
@media (max-width: 768px) {
  .simuration .contents-header__title h2 {
    font-size: 28px;
  }
}
.simuration .contents-header__text {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 10px;
}
@media (max-width: 768px) {
  .simuration .contents-header .pc {
    display: none;
  }
}
.simuration .contents-header .sp {
  display: none;
}
@media (max-width: 768px) {
  .simuration .contents-header .sp {
    display: block;
    text-align: center;
  }
}
.simuration .contents-header p {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  color: #666;
}
@media (max-width: 768px) {
  .simuration .contents-header p {
    font-size: 12px;
  }
}
.simuration .contents-header .man {
  width: 112px;
}
@media (max-width: 768px) {
  .simuration .contents-header .man {
    width: 91px;
    display: inline-block;
    margin-top: 30px;
  }
}
.simuration .contents-header .woman {
  width: 95px;
}
@media (max-width: 768px) {
  .simuration .contents-header .woman {
    width: 76px;
    margin-left: 10px;
    display: inline-block;
    margin-top: 30px;
  }
}

.page-case {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .page-case {
    padding: 50px 0;
  }
}
.page-case__title {
  width: 100%;
  max-width: 963px;
  margin: auto;
}
@media (max-width: 768px) {
  .page-case__title {
    max-width: 500px;
  }
}
.page-case .case-content {
  border-radius: 20px;
  background: #f9f9f9;
  padding: 80px 100px;
  margin-top: 50px;
  gap: 50px;
}
@media (max-width: 768px) {
  .page-case .case-content {
    padding: 30px 20px;
  }
}
.page-case .case-content .down {
  margin: 30px 0;
}
@media (max-width: 768px) {
  .page-case .case-content .down {
    margin: 20px 0;
  }
}
.page-case .case-content .down p {
  display: inline-block;
  color: #fff;
  font-family: line-seed;
  font-size: 32px;
  border-radius: 10px;
  letter-spacing: 1px;
  background: var(--Linear, linear-gradient(90deg, #237ac5 0%, #5fb5ff 100%));
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .page-case .case-content .down p {
    font-size: 20px;
  }
}
.page-case .case-content__third {
  padding: 50px;
  background: #dff4fd;
}
@media (max-width: 768px) {
  .page-case .case-content__third {
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .page-case .case-content__third .comment__title {
    text-align: center;
  }
}
.page-case .case-content__third .comment__title p {
  color: #0c54af;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .page-case .case-content__third .comment__title p {
    font-size: 20px;
  }
}
.page-case .case-content__third .comment__text {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .page-case .case-content__third .comment__text {
    margin-top: 20px;
  }
}
.page-case .case-content__third .comment__text p {
  border-radius: 10px;
  background: #fff;
  padding: 30px;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 768px) {
  .page-case .case-content__third .comment__text p {
    font-size: 12px;
    padding: 30px 20px;
  }
}
.page-case .case-content__second {
  margin: 50px 0;
}
@media (max-width: 768px) {
  .page-case .case-content__second {
    margin: 20px 0 30px;
  }
}
.page-case .case-content__first {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .page-case .case-content__first {
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.page-case .case-content__first .img {
  width: 400px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .page-case .case-content__first .img {
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 1280px) {
  .page-case .case-content__first .text {
    width: 100%;
  }
}
.page-case .case-content__first .text h3 {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .page-case .case-content__first .text h3 {
    font-size: 16px;
  }
}
.page-case .case-content__first .text .small {
  background-color: #fff;
  padding: 30px 40px;
}
@media (max-width: 1280px) {
  .page-case .case-content__first .text .small {
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .page-case .case-content__first .text .small {
    margin-top: 20px;
  }
}
.page-case .case-content__first .text .small p {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 768px) {
  .page-case .case-content__first .text .small p {
    font-size: 12px;
  }
}

.ranking .contents-header {
  margin: 100px 0;
}
@media (max-width: 768px) {
  .ranking .contents-header {
    margin: 50px 0;
  }
}
.ranking .contents-header__title {
  text-align: center;
  display: block;
}
.ranking .contents-header__title h2 {
  font-size: 36px;
  color: #0c54af;
  font-family: line-seed;
}
@media (max-width: 768px) {
  .ranking .contents-header__title h2 {
    font-size: 28px;
  }
}
.ranking .contents-header__text {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 10px;
  margin-top: -80px;
}
@media (max-width: 768px) {
  .ranking .contents-header .pc {
    display: none;
  }
}
.ranking .contents-header .sp {
  display: none;
}
@media (max-width: 768px) {
  .ranking .contents-header .sp {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
}
.ranking .contents-header p {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  color: #666;
}
@media (max-width: 768px) {
  .ranking .contents-header p {
    text-align: left;
    font-size: 12px;
  }
}
.ranking .contents-header .man {
  width: 130px;
}
@media (max-width: 768px) {
  .ranking .contents-header .man {
    width: 80px;
    display: inline-block;
    margin-top: 20px;
  }
}
.ranking .contents-header .woman {
  width: 130px;
}
@media (max-width: 768px) {
  .ranking .contents-header .woman {
    width: 80px;
    margin-left: 10px;
    display: inline-block;
    margin-top: 20px;
  }
}

.page-column {
  padding: 80px 0;
}
.page-column .link {
  display: flex;
  justify-content: center;
}
.page-column .link a {
  font-weight: 600;
}
.page-column .slick-slide {
  padding: 0 25px;
}
.page-column ul {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 50px;
}
@media (max-width: 1280px) {
  .page-column ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-column .inner {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .page-column ul {
    display: block;
  }
}
.page-column ul .column-content {
  width: 320px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  overflow: hidden;
}

@media (max-width: 768px) {
  .page-column ul .column-content {
    width: 335px;
    margin: auto;
  }
  .page-column ul .column-content:not(:first-child) {
    margin: 20px auto 0;
  }
}
@media (max-width: 768px) {
  .page-column ul .column-content a > div {
    display: flex;
  }
}
.page-column .column-content .thumbnail img {
  height: 100%;
  width: auto;
  max-width: auto;
}
@media (max-width: 768px) {
  .page-column ul .column-content .thumbnail {
    display: inline-block;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 120px;
  }
  .page-column ul .column-content .thumbnail img {
    height: 100%;
    width: auto;
    max-width: unset;
  }
}
.page-column ul .column-content .text {
  padding: 40px 30px;
}
@media (max-width: 768px) {
  .page-column ul .column-content .text {
    padding: 15px 20px;
    display: inline-block;
  }
}
.page-column ul .column-content .text .date {
  color: #0c54af;
  font-weight: 600;
  font-size: 14px;
}
.page-column ul .column-content .text .title {
  font-weight: 700;
  padding: 20px 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .page-column ul .column-content .text .title {
    font-size: 14px;
  }
}
.page-column ul .column-content .text .categories {
  display: flex;
  font-size: 12px;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .page-column ul .column-content .text .categories {
    font-size: 9px;
  }
}
.page-column ul .column-content .text .categories p {
  display: inline-block;
  padding: 10px;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid #d9d9d9;
  background: #fff;
  line-height: 1;
  color: #999;
}
@media (max-width: 768px) {
  .page-column ul .column-content .text .categories p {
    padding: 5px;
  }
}

.sub-main {
  margin: 100px 0;
}
.sub-main .sub-text {
  text-align: center;
}
.sub-main .sub-text p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #666;
}
.sub-main .sub-text p span {
  color: #0c54af;
  font-family: line-seed;
  font-size: 20px;
}
.sub-main .contact-wrap {
  padding: 30px 100px 80px;
  border-radius: 20px;
  background: #f9f9f9;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .sub-main .contact-wrap {
    padding: 0 20px 50px;
  }
}
.sub-main .contact-wrap .link {
  gap: 20px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.sub-main .contact-wrap .link button {
  line-height: 1;
  display: flex;
  padding: 20px 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  width: 250px;
  border-radius: 50px;
  background: linear-gradient(90deg, #237ac5 0%, #5fb5ff 100%);
  box-shadow: 0px 4px 20px 0px rgba(51, 51, 51, 0.2);
}
.sub-main .contact-wrap .link button.contact-back {
  background: #fff;
  color: #0c54af;
  border: 1px solid #0c54af;
}
@media (max-width: 768px) {
  .sub-main .contact-wrap .link button {
    width: 100%;
    max-width: 280px;
  }
}
.sub-main .contact-wrap .err {
  font-size: 12px;
  color: #0c54af;
  margin-top: 10px;
  font-weight: 700;
}
.sub-main .contact-wrap table {
  width: 100%;
}
.sub-main .contact-wrap table th,
.sub-main .contact-wrap table td {
  display: block;
}
@media (max-width: 1280px) {
  .sub-main .contact-wrap table th,
  .sub-main .contact-wrap table td {
    width: 100%;
  }
}
.sub-main .contact-wrap table th {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 50px;
}
.sub-main .contact-wrap table th span {
  flex-shrink: 0;
  border-radius: 10px;
  background: #0c54af;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 10px;
  line-height: 1;
}
.sub-main .contact-wrap table th span.tel-or-mail {
  background: none;
  color: #333;
}
@media (max-width: 768px) {
  .sub-main .contact-wrap table th span.tel-or-mail {
    font-size: 12px;
    display: block;
    line-height: 2;
    padding: 0;
  }
}
.sub-main .contact-wrap table th span.contact-to {
  background: none;
  color: #333;
  padding: 0;
}
@media (max-width: 768px) {
  .sub-main .contact-wrap table th.contact-to-wrap {
    display: block;
  }
}
@media (max-width: 768px) {
  .sub-main .contact-wrap table th p {
    display: block;
  }
}
.sub-main .contact-wrap table td {
  margin-top: 10px;
}
.sub-main .contact-wrap table td input {
  display: flex;
  width: 100%;
  padding: 15px 20px;
  border-radius: 10px;
  background: #fff;
}
.sub-main .contact-wrap table td.select {
  display: inline-block;
  position: relative;
}
.sub-main .contact-wrap table td.select::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  aspect-ratio: 1/2;
  right: 20px;
  top: 20px;
  margin: auto;
}
.sub-main .contact-wrap table td select {
  display: flex;
  width: 500px;
  padding: 15px 20px;
  border-radius: 10px;
  color: #999;
  background: #fff;
  line-height: 1;
}
@media (max-width: 1280px) {
  .sub-main .contact-wrap table td select {
    width: 100%;
  }
}
.sub-main .contact-wrap table td textarea {
  display: flex;
  width: 100%;
  padding: 15px 20px;
  border-radius: 10px;
  background: #fff;
}
.sub-main .contact-wrap table td .post-wrap {
  display: inline-block;
  gap: 20px;
  margin-bottom: 20px;
  position: relative;
}
.sub-main .contact-wrap table td .post-wrap > div {
  display: inline-block;
  margin-right: 20px;
}
.sub-main .contact-wrap table td .post-wrap::before {
  content: "-";
  width: 25px;
  height: 20px;
  display: inline-block;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.sub-main .contact-wrap table td .post-wrap input {
  width: 110px;
}

.thankyou-wrap .compleate {
  text-align: center;
}
.thankyou-wrap .compleate p {
  font-size: 36px;
  color: #0c54af;
  font-family: line-seed;
}
.thankyou-wrap .send-mail {
  text-align: center;
  margin: 30px 0;
}
.thankyou-wrap .send-mail p {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
.thankyou-wrap .caution {
  text-align: center;
}
.thankyou-wrap .caution p {
  font-size: 12px;
  color: #999;
}

.union__contents {
  margin: 100px 0;
}
@media (max-width: 768px) {
  .union__contents {
    margin: 50px 0;
  }
}
.union__contents .content:not(:first-child) {
  margin-top: 80px;
}
.union__contents .content .union-link a {
  border-radius: 20px;
  background: #f5f5f5;
  padding: 30px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.union__contents .content .union-link a p {
  font-size: 18px;
  font-weight: 700;
}
.union__contents .content .union-link a p span {
  color: #0c54af;
}
.union__contents .content .union-detail {
  display: flex;
  margin: 30px 0;
  gap: 10px;
}
@media (max-width: 768px) {
  .union__contents .content .union-detail {
    display: grid;
  }
}
.union__contents .content .union-detail > div {
  display: flex;
  align-items: center;
}
.union__contents .content .union-detail > div span:first-child {
  flex-shrink: 0;
  padding: 10px;
  border-radius: 5px;
  background: #f5f5f5;
  font-size: 12px;
  color: #666;
  font-weight: 500;
  line-height: 1;
}
.union__contents .content .union-detail > div span:last-child {
  color: #333;
  font-size: 12px;
  font-weight: 500;
  line-height: 180%;
  margin-left: 10px;
}
.union__contents .content .union-text {
  border-radius: 10px;
  border: 1px solid #f5f5f5;
  background: #fff;
  padding: 30px;
  font-size: 14px;
  line-height: 2;
}

#result {
  margin-top: -150px;
  padding-top: 150px;
}
.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.wp-pagenavi span {
  display: flex;
  width: 32px;
  height: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 50px;
  background: #0c54af;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.wp-pagenavi {
  margin-top: 100px;
  display: flex;
  gap: 10px;
}
.wp-pagenavi a {
  line-height: 1;
  color: #0c54af;
  display: flex;
  width: 32px;
  height: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 50px;
  border: 1px solid #0c54af;
  opacity: 0.5;
  background: #fff;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .wp-pagenavi {
    justify-content: center;
    margin-top: 80px;
  }
}
.column .column-content.single {
  width: 100%;
}
.column .column-content.single .text {
  padding: 100px 100px 50px;
}
@media (max-width: 1280px) {
  .column .column-content.single .text {
    padding: 50px 50px 50px;
  }
}
@media (max-width: 768px) {
  .column .column-content.single .text {
    padding: 50px 20px 0px;
  }
  .page-column .column-content.single .thumbnail {
    height: auto;
  }
}
.column-content-wrap .thumbnail {
  max-width: 320px;
}
.column-content-wrap .thumbnail img {
  height: auto;
}
.column-content-wrap .text {
  background-color: #fff;
}
.page-column .column {
  background-color: #fff;
}
.page-column .column-content.single .content {
  padding: 0 100px 100px;
  line-height: 2;
}
@media (max-width: 768px) {
  .page-column .column-content.single .content {
    padding: 30px 20px 100px;
    line-height: 2;
  }
}
