body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #333;
  min-width: 320px;
  background-color: #fff;
  padding: 0 300px 0 0;
}
body.is-fixed {
  overflow: hidden;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  width: calc(100% - 50px);
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
img {
  margin: 0 auto;
}
.u-sp {
  display: none !important;
}
.menu, .navmn {
  display: none;
}
#header {
  position: relative;
}
.header_content {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
}
.header_inner {
  padding: 20px 30px;
  max-width: 1366px;
  margin: 0 auto;
}
.header_inner > .flex {
  align-items: center;
  flex-wrap: nowrap;
  gap:20px;
}
.header_logo {
  width: 40%;
}
.header_logo img {
  margin-left: 0;
}
.header_main a {
  font-size: 14px;
  color: #1d386b;
}
.header_main .flex {
  gap: 5px 20px;
}
.header_main {
  margin-right: 10px;
}
.mainvs {
  position: relative;
  z-index: 6;
  overflow: hidden;
}
.mainvs_bg {
  position: absolute;
  z-index: -1;
  width: 100%;
}
.mainvs_bg img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.mainvs_contain {
  max-width: 1400px;
  margin: 0 auto;
  padding: 91px 40px 0 28px;
}
.mainvs_img {
  width: 35%;
}
.mainvs_text {
  width: 45%;
  padding:30px 0;
  text-align: center;
}
.mainvs_contain .mainvs_form {
  width: calc(29% - 27px);
  margin-left: 27px;
  margin-top: 29px;
}
.mainvs_title {
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  color: #1D386B;
  text-align: center;
  margin-bottom: 25px;
}
.u-clred {
  color: #FF0708;
}
.mainvs_title span.u-clred {
  font-family: "Bebas Neue", sans-serif;
  font-size: 40px;
  font-weight: 400;
}
.mainvs_cap img {
  margin: 0 auto;
}
.mainvs_cap {
  border-bottom: 4px solid #F3C517;
  padding-bottom: 9px;
  display: inline-block;
}
.mainvs_text h2 {
  font-size: 18px;
  color: #1D386B;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.mainvs_text h2 span {
  position: relative;
  z-index: 1;
}
.mainvs_text h2 span::before, .mainvs_text h2 span::after {
  content: "";
  width: 1px;
  height: 25px;
  display: inline-block;
  background-color: #1D386B;
}
.mainvs_text h2 span::before {
  transform: translateY(7px) rotate(-30deg);
  margin-right: 14px;
}
.mainvs_text h2 span::after {
  transform: translateY(7px) rotate(30deg);
  margin-left: 14px;
}
.mainvs_item h3 {
  background-color: #6485C4;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  text-align: center;
  padding: 6px 0 8px;
}
.mainvs_item ul {
  background-color: #fff;
  padding: 18px 5px;
  min-height: 163px;
}
.mainvs_item ul li {
  text-align: center;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 10px;
}
.mainvs_slide .slick-slide {
  padding-right: 10px;
}
.mainvs_item {
  border-radius: 10px;
  overflow: hidden;
}
.tel_fv {
  margin: 15px 0 25px;
}
.tel_sp {
  padding: 6% 0;
}
.mainvs_form_wrap {
  position: fixed;
  width: 300px;
  top: 0;
  right: 0;
}

.mainvs_form {
  background-color: #F7F7F7;
  overflow: auto;
  box-shadow: 6px 6px 12px hsl(0deg 0% 0% / 25%);
  padding: 26px 24px 30px;
  height: 100vh;
}
.mainvs_form > p {
  color: #1D386B;
  font-size: 13px;
  font-weight: bold;
  line-height: 21px;
  text-align: center;
}
.mainvs_form > p span.u-clred {
  font-size: 15px;
  padding: 0 1px 0 4px;
}
.mainvs_ftitle {
  color: #1D386B;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: center;
}
.mainvsF_radio p {
  width: 28%;
}
.mainvsF_control {
  width: 72%;
}
.mainvsF_control input[type="checkbox"] {
  border: 1px solid #CCCCCC !important;
  background-color: #fff;
  width: 20px;
  height: 20px;
  outline: none;
}
.mainvsF label {
  font-size: 13px;
  font-weight: 400;
}
.mainvsF_control > div {
  display: flex;
  align-items: center;
}
.flex.mainvsF_radio {
  margin-bottom: 9px;
}
.mainvsF_textarea p {
  font-size: 13px;
}
.mainvsF p {
  font-size: 13px;
  line-height: 20px;
}
.mainvsF_textarea textarea {
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  background-color: #fff;
  width: 100%;
  margin-top: 7px;
  height: 76px;
  font-size: 13px;
  line-height: 20px;
  padding: 10px;
}
.mainvsF_textarea {
  margin-bottom: 6px;
}
.flex.mainvsF_txt {
  align-items: center;
  margin-bottom: 4px;
}
.mainvsF_txt label {
  width: 24%;
}
.mainvsF_txt input {
  width: 75%;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  outline: none;
  height: 31px;
  font-size: 13px;
}
.mainvsF_pri {
  margin-top: 20px;
}
.mainvsF_pri p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-right: -5px;
  margin-bottom: 19px;
}
.mainvsF_pri a.btn_submit {
  width: 280px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  background: linear-gradient(to right, #86B3E0, #6485C4);
  border-radius: 25px;
  padding: 14px 5px 15px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  text-align: center;
}
.mainvsF_pri p a {
  color: #6485C4;
  text-decoration: underline;
  text-underline-offset: 1px;
}
.mainvsF_pri a.btn_submit img {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
}
.mainvs_contain > .flex {
  align-items: center;
  justify-content: center;
  gap:19px;
}
.partner {
  background-color: #E0ECF9;
  text-align: center;
  padding: 70px 0 54px;
}
.partner_title {
  font-size: 24px;
  font-weight: bold;
  color: #1D386B;
  line-height: 36px;
  margin-bottom: 36px;
}
.partner_title span {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #FF0708;
}
.partner_wrap {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.partner_wrap .partner_item {
  max-width: 232px;
  margin: 0 0 10px;
}
/*
.partner_slide .slick-slide {
    padding: 0 5px;
}

.partner_slide {
    overflow: hidden;
}

.partner_slide .slick-list {
    padding: 0 9%;
    overflow: visible !important;
    max-width: 1366px;
    margin: 0 auto;
}
*/
.partner_item img {
  width: 100%;
}
@media only screen and (max-width: 1500px) {
  .partner_wrap {
    margin: 0 2%;
  }
  .partner_wrap .partner_item {
    max-width: 19%;
    margin: 0 0.5% 10px;
  }
}
@media only screen and (max-width: 1068px) {
  .partner_wrap {
    margin: 0 4%;
  }
  .partner_wrap .partner_item {
    max-width: 32%;
    margin: 0 0 2%;
  }
}
.worries {
  padding-top: 101px
}
.worries_title {
  color: #1D386B;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 32px;
  position: relative;
  margin-bottom: 48px;
}
.worries_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  max-width: 100%;
  transform: translateX(-50%);
  height: 20px;
  width: 494px;
  background: url(../img/worries_bg.svg) no-repeat center;
}
.worries_text li {
  color: #1D386B;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 16px;
  justify-content: flex-start;
  align-items: self-end;
  flex-wrap: nowrap;
}
.worries_check {
  display: inline-block;
  margin-right: 26px;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 3px;
  border: 1px solid #CCC;
  vertical-align: sub;
}
.worries_check::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 15px;
  border-bottom: 4px solid #FF0708;
  border-right: 4px solid #FF0708;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.customer-head {
  background-color: #6485C4;
  color: #fff;
  padding: 79px 0 83px;
  position: relative;
}
.customer-head_title {
  font-size: 32px;
  line-height: 48px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.customer-head_title span {
  border-bottom: 1px solid #F3C517;
  padding-bottom: 2px;
}
.customer-head::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 28px;
  height: 28px;
  background-color: #6485C4;
}
.customer_review {
  background-color: #E0ECF9;
  padding: 100px 0 86px;
}
.customer_title {
  font-size: 28px;
  font-weight: bold;
  color: #1D386B;
  text-align: center;
  margin-bottom: 56px;
}
.customer_text {
  width: 48.4%;
}
.customer_top {
  color: #1D386B;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 35px;
  padding: 22px 25px;
}
.customer_top::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.customer_info h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  margin-bottom: 15px;
}
.customer_info {
  margin-top: 25px;
}
.customer_info .flex {
  justify-content: flex-start;
  margin-bottom: 6px;
  align-items: flex-start;
}
.customer_tag {
  text-align: center;
  background-color: #6485C4;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  width: 112px;
  padding: 4px 5px 5px;
  margin-right: 13px;
}
.customer_info p {
  font-size: 14px;
  font-weight: 400;
}
.customer_item {
  margin-bottom: 54px;
}
.customer_item .flex.flex-rev {
  flex-direction: row-reverse;
}
.customer_img {
  width: 48.3%;
}
.customer_item .flex.flex-rev .customer_top::after {
  left: auto;
  right: 100%;
  border-right: 20px solid #fff;
  border-left: 0;
}
.customer_contain {
  position: relative;
  z-index: 1;
  max-height: 1033px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.customer_contain.is-active {
  max-height: max-content;
  transition: max-height 0.3s ease-out;
  padding-bottom: 80px;
}
.customer_contain.is-active::after {
  opacity: 0;
}
.customer_contain::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 165px;
  background: linear-gradient(to bottom, transparent, #E0ECF9 80%, #E0ECF9 100%);
  z-index: 1;
}
@media only screen and (max-width: 1068px) {
  .customer_contain::after {
    display: none;
  }
}
.customer_btn {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  max-width: 100%;
  text-align: center;
  color: #1D386B;
  border: 1px solid;
  background-color: #fff;
  border-radius: 30px;
  z-index: 3;
  font-size: 16px;
  font-weight: bold;
  padding: 11px 0 14px;
  cursor: pointer;
}
.customer_btn span.customer_btn-close {
  display: none;
}
.customer_btn.is-active span.customer_btn-open {
  display: none;
}
.customer_btn.is-active span.customer_btn-close {
  display: block;
}
.customer_plus {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
}
.customer_plus::before, .customer_plus::after {
  content: "";
  position: absolute;
  background-color: #1D386B;
}
.customer_plus::before {
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
}
.customer_plus::after {
  top: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 1px;
}
.customer_btn.is-active .customer_plus::after {
  display: none;
}
.feature-01 {
  padding: 81px 0 38px;
}
.feature_head {
  text-align: center;
}
.feature_title {
  margin-bottom: 33px;
  color: #1D386B;
}
.feature_title-en {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  font-weight: 400;
  margin-bottom: 11px;
}
.feature_title-en span {
  font-size: 30px;
}
.feature_title-jp {
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 4px;
  border-bottom: 2px solid #F3C517;
}
.feature_head p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.feature-01_content h3 {
  color: #1D386B;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 40px;
}
.feature-01_content h3 span.u-clred {
  font-size: 26px;
  padding: 0 2px;
}
.feature-01_content h3 > span::before, .feature-01_content h3 > span::after {
  content: "";
  width: 1px;
  height: 50px;
  display: inline-block;
  background-color: #1D386B;
}
.feature-01_content h3 > span::before {
  transform: translateY(13px) rotate(-30deg);
  margin-right: 20px;
}
.feature-01 .feature_head {
  margin-bottom: 41px;
}
.feature-01_content h3 > span::after {
  transform: translateY(13px) rotate(30deg);
  margin-left: 20px;
}
.feature-01_img img {
  margin: 0 auto;
}
.feature-01_img {
  margin-bottom: 62px;
}
.feature-02 {
  background-color: #F7F7F7;
  padding: 81px 0 89px;
}
.feature-02 .feature_head {
  margin-bottom: 64px;
}
.feature-02_item {
  position: relative;
  width: calc(50% - 20px);
  background-color: #fff;
  text-align: center;
}
.feature-02_head {
  position: relative;
  background-color: #6485C4;
  font-size: 26px;
  font-weight: bold;
  line-height: 39px;
  color: #fff;
  padding: 19px 0 23px;
}
.feature-02_head img {
  position: absolute;
  left: 20px;
  top: -23px;
}
.feature-02_img img {
  margin: 0 auto;
}
.feature-02_img {
  margin-top: 33px;
}
.feature-02_item h3 {
  color: #1D386B;
  font-size: 24px;
  font-weight: bold;
  margin-top: 44px;
  line-height: 1.5;
}
.feature-02_item p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 63px;
  margin-bottom: 49px;
}
.feature-02_item p a {
  color: #6485C4;
  text-decoration: underline;
}
.feature-02_item:last-child h3 {
  margin-top: 21px;
}
.chart {
  padding-top: 90px;
}
.chart_head p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 16px;
}
.chart_head h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
}
.chart_head h2 span.u-clred {
  font-size: 50px;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
}
.chart_head {
  text-align: center;
  color: #1D386B;
}
.chart-tri_contain {
  position: relative;
  z-index: 1;
  margin-top: 36px;
}
.chart-tri_img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  width: 100%;
}
.chart-tri_text {
  width: 41%;
  margin-left: auto;
}
.chart-tri_box {
  background-color: rgb(255 255 255 / 80%);
  border: 1px solid #1D386B;
  padding: 20px 26px 10px 25px;
  margin-bottom: 10px;
  position: relative;
}
.chart-tri_box h3 {
  color: #1D386B;
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
  margin-bottom: 4px;
}
.chart-tri_box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 8px;
}
.chart-tri_box p span {
  font-size: 17px;
  line-height: 25.5px;
  font-weight: bold;
}
.chart-tri_box h3 span {
  font-size: 20px;
}
.chart-tri_img img {
  margin: 0 auto;
}
.chart-tri_box::after {
  content: "";
  position: absolute;
  right: 97%;
  z-index: 1;
  width: 75px;
  height: 1px;
  background-color: #1D386B;
}
.chart-tri_box.chart-tri_box-top::after {
  bottom: 15px;
}
.chart-tri_box.chart-tri_box-center::after {
  top: 55%;
}
.chart-tri_box.chart-tri_box-bot::after {
  width: 50px;
  top: 62px;
}
.chart-tri_box.chart-tri_box-bot {
  padding: 26px 26px 13px 25px;
}
.chart-tri_box.chart-tri_box-bot p {
  margin-bottom: 20px;
}
.chart-tri {
  margin-bottom: 91px;
}
.chart_head h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 28px;
}
.chart_head h3 span.u-clred {
  font-size: 26px;
}
.chart_head h3 > span::before, .chart_head h3 > span::after, .feature-03_titlec > span::before, .feature-03_titlec > span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 45px;
  background-color: #1D386B;
}
.chart_head h3 > span::before, .feature-03_titlec > span::before {
  transform: translateY(12px) rotate(-30deg);
  margin-right: 24px;
}
.chart_head h3 > span::after, .feature-03_titlec > span::after {
  transform: translateY(12px) rotate(30deg);
  margin-left: 24px;
}
.chart-tbl .chart_head {
  margin-bottom: 20px;
}
.chart-tbl_box th {
  background-color: #6485C4;
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  width: calc(100%/3);
  padding: 47px 0;
  vertical-align: middle;
}
.chart-tbl_box table {
  width: 100%;
  border-spacing: 10px;
  border-collapse: separate;
}
.chart-tbl_box td img {
  position: absolute;
  left: 19px;
  top: 20px;
}
.chart-tbl_box td {
  position: relative;
  width: 33%;
  background-color: #fff;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  vertical-align: middle;
}
.chart-tbl_box {
  margin-right: -10px;
  margin-left: -10px;
}
.chart-tbl_box td span.u-clred {
  font-size: 26px;
  font-weight: bold;
}
.chart-tbl_box td span.u-f50 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
}
.chart-tbl_box td span.u-f60 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 40px;
}
.chart-tbl_box td p {
  margin-bottom: 14px;
}
.chart-tbl_box td p:last-child {
  margin-bottom: 0;
}
.feature-03 {
  padding: 80px 0 100px;
}
.feature-03_level {
  margin-top: 44px;
}
.feature-03_titlec {
  text-align: center;
  font-size: 24px;
  color: #1D386B;
  margin-bottom: 40px;
  line-height: 1.5;
}
.feature-03_titlec span.u-clred {
  font-size: 26px;
  margin: 0 2px;
}
.feature-03_level .flex {
  gap: 10px;
}
.feature-03_lvItem {
  width: calc(20% - 8px);
}
.feature-03_timeHead {
  font-size: 28px;
  color: #1D386B;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.feature-03_time {
  margin-top: 98px;
}
.feature-03_time p {
  margin: 1em 0 0;
}
.feature-03_timeIt {
  text-align: center;
  width: calc(100% / 3 - 14px);
}
.feature-03_timeIt h3 {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 29px;
}
.feature-03_time .flex {
  gap: 40px 21px;
}
.feature-03_timeIt.is-full {
  width: 100%;
}
.feature-03_timeIt.is-full h3 {
  margin-bottom: 21px;
}
.feature-03_titlec span.u-clred.u-fbb {
  font-size: 40px;
  font-weight: 400;
}
.u-fbb {
  font-family: 'Bebas Neue', sans-serif;
}
.feature-03_prob h4 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: -28px;
  color: #1D386B;
  margin-bottom: 20px;
}
.feature-03_prob {
  margin-top: 92px;
}
.feature-03_prob p {
  font-size: 18px;
  color: #1D386B;
  text-align: center;
  margin-top: 8px;
}
.UseUs {
  background-color: #1D386B;
  color: #fff;
  text-align: center;
  padding: 50px 0 53px;
}
.UseUs_top {
  line-height: 30px;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 18px;
}
.UseUs_title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 29px;
}
.UseUs_top > span::before, .UseUs_top > span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #fff;
  margin: 0 22px;
}
.UseUs_top span.u-fbb {
  font-size: 42px;
  font-weight: 400;
  padding: 0 6px;
}
.UseUs_top > span::before {
  transform: translateY(7px) rotate(-30deg);
}
.UseUs_top > span::after {
  transform: translateY(7px) rotate(30deg);
}
.u-clyell {
  color: #F3C517;
}
a.UseUs_btn {
  display: block;
  margin: 0 auto 29px;
  width: 600px;
  border-radius: 55px;
  max-width: 100%;
  color: #1D386B;
  text-align: center;
  background-color: #F3C517;
  box-shadow: 6px 6px 12px rgb(0 0 0 / 50%);
  position: relative;
  padding: 19px 0 26px;
}
a.UseUs_btn span {
  font-size: 17px;
  font-weight: bold;
  line-height: 27px;
}
a.UseUs_btn div {
  line-height: 1.5;
  font-size: 24px;
  font-weight: bold;
  margin-top: 3px;
}
a.UseUs_btn img {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}
a.UseUs_down {
  border-radius: 32px;
  background-color: #fff;
  width: 300px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  color: #1D386B;
  text-align: center;
  position: relative;
  padding: 20px 0 17px;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
}
a.UseUs_down img {
  position: absolute;
  top: 50%;
  right: 39px;
  transform: translateY(-50%);
}
.UseUs .flex {
  max-width: 470px;
  margin: 27px auto 0;
  align-items: center;
}
.UseUs_text h3 {
  font-size: 17px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 2px;
}
.UseUs_text p {
  font-size: 16px;
  font-weight: 400;
}
a.UseUs_phone img {
  display: inline-block;
  margin-right: 14px;
  width: 30px;
}
a.UseUs_phone {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1;
}
.regitStaff {
  background-color: #F7F7F7;
  padding: 98px 0 60px;
}
.regitStaff_top {
  font-size: 28px;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
  color: #1D386B;
  margin-bottom: 39px;
}
.regitStaff_box > h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  color: #1D386B;
  margin-bottom: 31px;
}
.regitStaff_item {
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 10px;
  padding: 28px;
  display: flex !important;
}
.regitStaff_slide .slick-list {
  padding: 0 20%;
}
.regitStaff_slide .slick-slide {
  padding: 0 10px;
}
.regitStaff_img {
  width: 47%;
}
.regitStaff_text {
  width: 47%;
  padding-top: 14px;
}
.regitStaff_text h3 {
  font-size: 18px;
  font-weight: bold;
  color: #1D386B;
  line-height: 27px;
  margin-bottom: 18px;
}
.regitStaff_text h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 7px;
}
.regitStaff_text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 21px;
}
.regitStaff_text p:last-child {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
  overflow: hidden;
}
.regitStaff_pos {
  color: #1D386B;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  border: 1px solid #1D386B;
  margin-top: 16px;
  padding: 8px 0 10px;
}
.regitStaff_box {
  margin-bottom: 83px;
}
button.slick-arrow {
  background-color: #6485C4 !important;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  z-index: 10;
}
button.slick-arrow::before {
  display: none;
}
button.slick-arrow::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
button.slick-prev.slick-arrow::after {
  border-left: 2px solid #fff;
  left: 55%;
}
button.slick-next.slick-arrow::after {
  transform: translate(-50%, -50%) rotate(-45deg);
  border-right: 2px solid #fff;
  left: 47%;
}
.regitStaff_box:last-child {
  margin-bottom: 0;
}
.process {
  padding: 100px 0 119px;
}
.process h2 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #1D386B;
  margin-bottom: 40px;
}
.process_list > h3 {
  background-color: #6485C4;
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  padding: 13px 0 20px;
}
.process_list {
  width: calc(50% - 20px);
}
.process_content.flex {
  gap: 20px;
}
.process_box {
  background-color: #E0ECF9;
  padding: 40px 39px 30px;
}
.process_step {
  width: 78px;
  height: 88px;
  color: #fff;
  text-align: center;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  padding-top: 6px;
  position: relative;
  z-index: 1;
  background: url(../img/process_step.png) no-repeat top center/contain;
}
.process_text {
  width: calc(100% - 108px);
  padding-top: 5px;
}
.process_step div {
  font-size: 25px;
  letter-spacing: 0.1em;
  margin-bottom: -8px;
}
.process_step span {
  font-size: 40px;
}
.process_item.flex {
  margin-bottom: 20px;
}
.process_text h4 {
  color: #1D386B;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
}
.process_text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.process_item:last-child .process_step {
  height: 80px;
  background: #F3C517;
}
.process_note {
  margin-top: 11px;
  border: 4px solid #1D386B;
  text-align: center;
  background-color: #fff;
  padding: 14px 57px 20px;
}
.process_note h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px solid #1D386B;
  color: #1D386B;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.process_note p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.review {
  background-color: #E0ECF9;
  padding: 78px 0 75px;
}
.review h2 {
  color: #1D386B;
  font-size: 28px;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
  margin-bottom: 38px;
}
.review_slide .slick-slide {
  padding: 0 9px;
}
.review_slide .slick-list {
  margin: 0 -9px;
}
.review_item {
  padding: 14px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  min-height: 420px;
}
.review_text {
  padding: 25px 6px 10px 11px;
}
.review_text h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  margin-bottom: 13px;
}
.review_text h4 {
  font-size: 15px;
  font-weight: bold;
  margin-right: 6px;
}
.review_text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  width: 70%;
}
.review_text .flex {
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
.review_text .flex:nth-child(2) h4 {
  width: 30%;
}
.review_text .flex:nth-child(3) h4 {
  margin-right: 15px;
}
.review_text h3.u-clblue {
  margin-top: 20px;
}
.u-clblue {
  color: #1D386B;
}
.timeWork {
  padding: 86px 0 99px;
}
.timeWork_head h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #1D386B;
  margin-bottom: 15px;
}
.timeWork_head h3 > span::before, .timeWork_head h3 > span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 45px;
  background-color: #1D386B;
}
.timeWork_head h3 > span::before {
  transform: translateY(9px) rotate(-30deg);
  margin-right: 22px;
}
.timeWork_head h3 > span::after {
  transform: translateY(9px) rotate(30deg);
  margin-left: 22px;
}
.timeWork_head h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #1D386B;
}
.timeWork_head {
  margin-bottom: 40px;
}
.timeWork .flex {
  gap: 40px;
}
.timeWork_item {
  width: calc(50% - 20px);
}
.timeWork_item h3 {
  background-color: #6485C4;
  color: #fff;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  padding: 6px 0 4px;
}
.timeWork_box {
  padding: 30px 40px 40px;
  background-color: #F7F7F7;
  min-height: calc(100% - 70px);
}
.timeWork_box p {
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}
.timeWork_award {
  margin-top: 14px;
}
.timeWork_award p {
  line-height: 21px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin-top: 6px;
}
.feelsEase {
  background-color: #E0ECF9;
  padding: 70px 0 55px;
}
.feelsEase h2 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #1d386b;
  margin-bottom: 40px;
}
.feelsEase .tel_ft {
  margin-top: 55px;
  text-align: center;
  width: 100%;
}
.feelsEase h2 span {
  padding: 0 5px 26px;
  display: inline-block;
  background: url(../img/worries_bg.svg) no-repeat bottom center/contain;
}
.feelsEase_qna {
  width:100%;
  max-width: 710px;
  margin: auto;
}
.feelsEase_contact {
  width: 33%;
}
.feelsEase_qna h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: #1d386b;
  margin-bottom: 26px;
}
.feelsEase_qna h3 img {
  display: inline-block;
  padding: 0 3px;
}
.feelsEase_box {
  background-color: #fff;
  padding: 18px 26px 15px;
  margin-bottom: 10px;
}
.feelsEase_box .flex {
  justify-content: flex-start;
  align-items: center;
}
.feelsEase_tag {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #1D386B;
  margin-right: 20px;
}
.feelsEase_ques h4 {
  color: #1D386B;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
}
.feelsEase_ans .feelsEase_tag {
  color: #86B3E0;
  padding-left: 13px;
}
.feelsEase_ans.flex {
  margin-top: -6px;
}
.feelsEase_ans p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  width: calc(100% - 47px);
  padding-top: 9px;
}
.feelsEase_ans.flex {
  align-items: flex-start;
}
.feelsEase_contact h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 30px;
  color: #1D386B;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 23px;
}
.feelsEase_contact > p {
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
}
.feelsEase_contact p.feelsEase_desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-top: 13px;
  margin-bottom: 19px;
}
.footer_main.flex {
  align-items: center;
  padding: 11px 0;
}
.footer_main p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.footer_list a {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.footer_list {
  width: 80%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer_logo {
  margin-left: 56px;
}
.footer_list ul {
  gap: 40px;
}
.floatbanner {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  opacity: 0;
  transition: .3s;
  cursor: pointer;
  visibility: hidden;
  display: none;
}
.floatbanner.is-active {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1650px) {
  .header_main {
    width: 50%;
  }
  .header_main .flex {
    gap:10px 20px;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 1324px) {
  .header_logo {
    width: 30%;
  }
  .header_main .flex {
    gap: 2px 15px;
  }
  .header_main a {
    font-size: 12px;
  }
  .mainvs_contain {
    padding: 80px 20px 0px;
  }
  .mainvs_img {

  }
  .mainvs_text {
 
  }
  .mainvs_contain .mainvs_form {
    display: none;
    margin-left: 0;
  }
  .mainvs_cap {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .mainvs_title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .mainvs_text h2 {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .mainvs_bg {
    height: 100%;
  }
  .mainvs_bg img {
    height: 100%;
  }
  .customer-head_title {
    font-size: 28px;
  }
  .customer_top {
    font-size: 18px;
    line-height: 30px;
    padding: 22px 15px;
  }
  .feature_title-jp {
    font-size: 25px;
  }
  .feature-02_head {
    font-size: 22px;
    line-height: 32px;
  }
  .feature-02_item h3 {
    font-size: 17px;
  }
  .feature-02_item p {
    font-size: 10px;
  }
  .chart_head h2 {
    font-size: 26px;
  }
  .chart_head h2 span.u-clred {
    font-size: 40px;
  }
  .chart-tri_box h3 {
    font-size: 14px;
  }
  .chart-tri_box h3 span {
    font-size: 16px;
  }
  .chart-tri_box p {
    font-size: 12px;
    line-height: 18px;
  }
  .chart-tri_box, .chart-tri_box.chart-tri_box-bot {
    padding: 20px 15px 10px;
  }
  .chart-tbl_box td img {
    left: 10px;
    top: -14px;
  }
  .chart-tbl_box td span.u-clred {
    font-size: 24px;
  }
  .feature-03_timeIt h3 {
    font-size: 16px;
  }
  .feature-03_titlec {
    font-size: 20px;
  }
  .UseUs_title {
    font-size: 29px;
  }
  .regitStaff_slide .slick-list {
    padding: 0 10%;
  }
  .regitStaff_pos {
    font-size: 17px;
  }
  .regitStaff_text p {
    font-size: 14px;
    line-height: 21px;
  }
  .process_box {
    padding: 30px 15px 20px;
  }
  .process_note {
    padding: 14px 25px 20px;
  }
  .review_text h3 {
    font-size: 16px;
  }
  .timeWork_box p {
    font-size: 16px;
  }
  .feelsEase_contact {
    width: 37%;
  }
  .footer_list ul {
    gap: 20px;
  }
  .footer_list a {
    font-size: 12px;
  }
  .footer_main p {
    font-size: 10px;
  }
  .footer_logo {
    margin-left: 20px;
    width: 10%;
  }
}
@media only screen and (max-width: 1068px) {
  .u-sp {
    display: inline-block !important;
  }
  .u-hidsp {
    display: none !important;
  }
  .header_main {
    width: auto;
  }
  .header_main .flex {
    display: none;
  }
  .header_logo {
    width: 88%;
  }
  .header_inner {
    padding: 16px 14px 16px 16px;
  }
  .header_main {
    margin-right: 0;
  }
  .menu {
    display: block !important;
    width: 25px;
    height: 18px;
    position: relative;
    z-index: 20;
    cursor: pointer;
    transform: translateY(-7px);
  }
  .menu span {
    height: 1px;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #1D386B;
    transition: .3s;
  }
  .menu span:nth-child(1) {
    top: 0;
  }
  .menu span:nth-child(3) {
    bottom: 1px;
  }
  .menu span:nth-child(2) {
    top: 49%;
    transform: translateY(-50%);
  }
  .clearfix {
    overflow: hidden;
  }
  .navmn {
    display: block !important;
    position: fixed;
    top: 0;
    height: auto;
    left: 0;
    width: 100%;
    z-index: 19;
    visibility: hidden;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .navmn_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333;
    opacity: 0.5;
  }
  .navmn_box {
    background-color: #E0ECF9;
    color: #fff;
    position: absolute;
    transform: translateY(-100%);
    right: 0;
    width: 100%;
    max-width: 100%;
    top: 0;
    z-index: 102;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
  }
  .navmn_inner {
    width: 100%;
    overflow-y: auto;
    padding: 72px 40px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  .navmn.is-open {
    visibility: visible;
  }
  .navmn .is-open {
    transform: translateY(0);
    transition: 0.5s ease-out 0.1s;
  }
  .menu.is-active span:nth-child(2) {
    opacity: 0;
  }
  .menu.is-active span:nth-child(1) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .menu.is-active span:nth-child(3) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .navmn_list a {
    font-size: 14px;
    color: #1D386B;
    font-weight: 500;
  }
  .navmn_list li {
    margin-bottom: 27px;
  }
  .mainvs_img {
    width: 108%;
  }
  .mainvs_bg {
    width: 100%;
  }
  .mainvs_text {
    width: 100%;
    padding: 11px 0 0;
  }
  .mainvs_title span.u-clred {
    font-size: 22px;
  }
  .mainvs_title {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 9px;
  }
  .mainvs_cap {
    width: 86%;
  }
  .mainvs_cap {
    border-bottom-width: 2px;
    padding-bottom: 6px;
    margin-bottom: 3%;
  }
  .mainvs_text h2 span::before, .mainvs_text h2 span::after {
    height: 15px;
  }
  .mainvs_text h2 span::before {
    transform: translateY(3px) rotate(-30deg);
    margin-right: 7px;
  }
  .mainvs_text h2 span::after {
    transform: translateY(3px) rotate(30deg);
    margin-left: 7px;
  }
  .mainvs_text h2 {
    font-size: 13px;
    margin-top: 16px;
    margin-bottom: 64.8%;
  }
  .mainvs_contain {
    padding: 80px 0 0px;
  }
  .mainvs_slide .slick-list {
    padding: 0 26%;
  }
  .mainvs_slide .slick-slide {
    padding: 0 5px;
  }
  .mainvs_item ul {
    padding: 15px 5px;
    min-height: 134px;
  }
  .mainvs_item ul li {
    margin-bottom: 5px;
  }
  .floatbanner {
    top: auto;
    bottom: 0;
    width: 100%;
    transform: none;
    z-index: 7;
    background: linear-gradient(to right, #F5C200, #FDDC5D);
  }
  .partner {
    padding: 38px 0 45px;
  }
  .partner_title {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .partner_title span {
    margin: 0 3px;
  }
  .partner_slide .slick-list {
    padding: 0 4%;
  }
  .partner_slide .slick-slide {
    padding: 0 3px;
  }
  .worries {
    padding-top: 50px;
  }
  .worries_title {
    font-size: 22px;
    margin-bottom: 19px;
  }
  .worries_text li {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px;
    align-items: flex-start;
  }
  .worries_check {
    margin-right: 9px;
    width: 28px;
    height: 28px;
  }
  .worries_text li div {
    max-width: calc(100% - 37px);
  }
  .worries_check::before {
    width: 7px;
    height: 12px;
    border-bottom: 3px solid #FF0708;
    border-right: 3px solid #FF0708;
    top: 41%;
  }
  .worries_img {
    width: 74%;
    margin: -5px auto 0;
  }
  .customer-head {
    padding: 30px 0 35px;
    background-color: #86B3E0;
  }
  .customer-head::after {
    top: 96%;
    background-color: #86B3E0;
  }
  .customer-head_title {
    font-size: 20px;
    line-height: 30px;
  }
  .customer-head_title::after {
    max-width: 80%;
  }
  .customer_review {
    padding: 45px 0 60px;
  }
  .customer_title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .customer_top {
    font-size: 16px;
    line-height: 24px;
    padding: 20px 20px 25px;
    border-radius: 15px;
  }
  .customer_text {
    width: 100%;
  }
  .customer_top::after, .customer_item .flex.flex-rev .customer_top::after {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border-left: 9px solid transparent;
    border-top: 13px solid #fff;
    border-bottom: 0;
    border-right: 9px solid transparent;
  }
  .customer_img.u-sp {
    display: block;
    width: 100%;
    margin-top: 24px;
  }
  .customer_info {
    margin-top: 8px;
  }
  .customer_info h3 {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .customer_tag {
    background-color: #86B3E0;
    font-size: 12px;
    width: 93px;
    margin-right: 10px;
  }
  .customer_item {
    margin-bottom: 33px;
  }
  .customer_info p {
    width: calc(100% - 105px);
  }
  .customer_contain {
    max-height: max-content;
  }
  .customer_btn {
    width: 252px;
    font-size: 15px;
    padding: 14px 0 17px;
  }
  .feature_title-en span {
    font-size: 23px;
  }
  .feature_title-en {
    margin-bottom: 0;
  }
  .feature-01 {
    padding: 44px 0 18px;
  }
  .feature_title-jp {
    font-size: 20px;
    line-height: 35px;
    padding: 0 6px;
  }
  .feature_title {
    margin-bottom: 18px;
  }
  .feature_head p {
    font-size: 14px;
    line-height: 21px;
  }
  .feature-01 .feature_head {
    margin-bottom: 29px;
  }
  .feature-01_content h3 {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .feature-01_content h3 span.u-clred {
    font-size: 18px;
  }
  .feature-01_content h3 > span {
    position: relative;
    display: inline-block;
  }
  .feature-01_content h3 > span::before, .feature-01_content h3 > span::after {
    height: 40px;
    position: absolute;
  }
  .feature-01_content h3 > span::before {
    transform: translate(-11px, 17px) rotate(-30deg);
    margin-right: 0;
  }
  .feature-01_content h3 > span::after {
    transform: translate(-11px, -10px) rotate(30deg);
    left: 100%;
  }
  .feature-01_img {
    margin-bottom: 41px;
  }
  .feature-02 {
    padding: 40px 0;
  }
  .feature-02 .feature_head p {
    font-size: 15px;
    line-height: 26px;
  }
  .feature-02 .feature_head {
    margin-bottom: 49px;
  }
  .feature-02_item {
    width: 100%;
    margin-bottom: 28px;
  }
  .feature-02_head {
    font-size: 18px;
    line-height: 30px;
    padding: 15px 0 11px;
  }
  .feature-02_head img {
    left: 12px;
    top: -12px;
    width: 57px;
  }
  .feature-02_img {
    width: 92%;
    margin: 25px auto 0;
  }
  .feature-02_item h3 {
    font-size: 16px;
    margin-top: 21px;
  }
  .feature-02_item p {
    font-size: 11px;
    padding: 0 13px;
    line-height: 18px;
    margin-top: 19px;
    margin-bottom: 28px;
  }
  .feature-02_item:last-child h3 {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .chart {
    padding-top: 22px;
  }
  .chart_head h2 span.u-clred {
    font-size: 35px;
  }
  .chart_head h2 {
    font-size: 20px;
  }
  .chart_head p {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .chart-tri_contain {
    margin-top: 8px;
  }
  .chart-tri_img {
    position: unset;
    width: 77%;
    margin: 0 auto;
    transform: none;
  }
  .chart-tri_text {
    width: 100%;
    margin-top: 10px;
  }
  .chart-tri_box, .chart-tri_box.chart-tri_box-bot {
    padding: 20px 19px 18px;
  }
  .chart-tri_box h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .chart-tri_box h3 span {
    font-size: 18px;
  }
  .chart-tri_box p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 15px;
  }
  .chart-tri_box p:last-child {
    margin-bottom: 0;
  }
  .chart-tri_box::after {
    display: none;
  }
  .chart-tri {
    margin-bottom: 50px;
  }
  .chart_head h3 {
    font-size: 16px;
    margin-top: 5px;
  }
  .chart_head h3 span.u-clred {
    font-size: 18px;
    padding: 0 2px;
  }
  .chart-tbl_box table, .chart-tbl_box th, .chart-tbl_box td, .chart-tbl_box tbody {
    display: block;
  }
  .chart_head h3 > span::before, .chart_head h3 > span::after, .feature-03_titlec > span::before, .feature-03_titlec > span::after {
    height: 32px;
  }
  .chart_head h3 > span::before, .feature-03_titlec > span::before {
    margin-right: 14px;
  }
  .chart_head h3 > span::after, .feature-03_titlec > span::after {
    margin-left: 14px;
  }
  .chart-tbl_box {
    margin-right: 0;
    margin-left: 0;
  }
  .chart-tbl_box tr {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
  }
  .chart-tbl_box th {
    font-size: 18px;
    width: 100%;
    padding: 9px 0;
  }
  .chart-tbl_box td span.u-clred {
    font-size: 18px;
  }
  .chart-tbl_box td span.u-f50 {
    font-size: 26px;
  }
  .chart-tbl_box td {
    width: calc(50% - 5px / 2);
    font-size: 12px;
    line-height: 21px;
    padding: 7px 0 18px;
  }
  .chart-tbl_box td img {
    position: unset;
    width: 43px;
    margin-left: 12px;
    margin-bottom: 6px;
  }
  .chart-tbl_box td p {
    margin-bottom: 8px;
  }
  .chart-tbl_box tr:nth-child(n + 2) td {
    padding: 9px 0 13px;
  }
  .chart-tbl_box tr:nth-child(n + 2) td span.u-clred {
    font-size: 15px;
  }
  .chart-tbl_box td span.u-f60 {
    font-size: 32px;
  }
  .feature-03 {
    padding: 50px 0 70px;
  }
  .feature_title-jp {
    padding: 0;
  }
  .feature-03_titlec > span::before, .feature-03_titlec > span::after {
    display: none;
  }
  .feature-03_level {
    margin-top: 40px;
  }
  .feature-03_titlec {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 18px;
  }
  .feature-03_titlec span.u-clred {
    font-size: 18px;
    display: inline-block;
    width: 100%;
  }
  .feature-03_level .flex {
    gap: 7px;
    justify-content: center;
  }
  .feature-03_lvItem {
    width: calc(50% - 7px / 2);
  }
  .feature-03_lvItem img {
    width: 100%;
  }
  .feature-03_time {
    margin-top: 69px;
  }
  .feature-03_timeHead {
    font-size: 20px;
    margin-bottom: 19px;
  }
  .feature-03_timeIt {
    width: 100%;
  }
  .feature-03_timeIt img {
    width: 100%;
  }
  .feature-03_timeIt h3 {
    font-size: 17px;
    margin-bottom: 14px;
  }
  .feature-03_titlec span.u-clred.u-fbb {
    font-size: 26px;
    display: inline;
  }
  .feature-03_prob {
    margin-top: 57px;
  }
  .feature-03_prob .feature-03_titlec {
    line-height: 1.3;
  }
  .feature-03_prob h4 {
    font-size: 20px;
    margin-top: -15px;
    margin-bottom: 30px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .feature-03_prob p {
    font-size: 13px;
    margin-top: 19px;
  }
  .UseUs_top {
    font-size: 15px;
    margin-bottom: 13px;
  }
  .UseUs_top span.u-fbb {
    font-size: 33px;
    padding: 0 8px;
  }
  .UseUs {
    padding: 38px 0 54px;
  }
  .UseUs_title {
    font-size: 23px;
    margin-bottom: 10px;
  }
  a.UseUs_btn {
    margin-bottom: 18px;
    padding: 8px 0 20px;
  }
  a.UseUs_btn span {
    font-size: 11px;
    line-height: 15px;
  }
  a.UseUs_btn div {
    line-height: 1;
    font-size: 16px;
  }
  a.UseUs_btn img {
    right: 10px;
    width: 20px;
  }
  a.UseUs_down {
    width: 190px;
    padding: 6px 0 7px;
    font-size: 12px;
  }
  a.UseUs_down img {
    right: 18px;
    width: 14px;
  }
  .UseUs .flex {
    margin-top: 25px;
  }
  .UseUs_text {
    text-align: left;
    width: 45%;
  }
  .UseUs_text h3 {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 6px;
  }
  .UseUs_text p {
    font-size: 12px;
  }
  a.UseUs_phone {
    font-size: 31px;
    width: 55%;
  }
  a.UseUs_phone img {
    margin-right: 5px;
    width: 20px;
  }
  .regitStaff {
    padding: 56px 0 17px;
  }
  .regitStaff_top {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .regitStaff_box > h3 {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .regitStaff_slide .slick-list {
    padding: 0;
    margin: 0 -10px;
  }
  .regitStaff_item {
    padding: 20px 20px 30px;
  }
  .regitStaff_img {
    width: 100%;
  }
  .regitStaff_text {
    width: 100%;
    padding-top: 16px;
  }
  .regitStaff_pos {
    font-size: 19px;
    margin-top: 9px;
    padding: 7px 0 7px;
  }
  .regitStaff_text h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 9px;
  }
  .regitStaff_text h4 {
    margin-bottom: 5px;
  }
  .regitStaff_text p {
    margin-bottom: 8px;
  }
  button.slick-arrow {
    width: 36px;
    height: 36px;
    top: 45%;
  }
  .slick-prev {
    left: -20px;
  }
  .slick-next {
    right: -20px;
  }
  .regitStaff_box {
    margin-bottom: 39px;
  }
  .process {
    padding: 49px 0 59px;
  }
  .process h2 {
    font-size: 20px;
  }
  .process_content.flex {
    gap: 29px;
  }
  .process_box {
    padding: 23px 15px 10px;
  }
  .process_list {
    width: 100%;
  }
  .process_list > h3 {
    font-size: 17px;
    padding: 6px 0 9px;
  }
  .process_step {
    width: 44px;
    height: 49px;
    padding-top: 4px;
  }
  .process_step div {
    font-size: 13px;
    margin-bottom: -5px;
  }
  .process_step span {
    font-size: 21px;
  }
  .process_item.flex {
    align-items: flex-start;
  }
  .process_text {
    width: calc(100% - 58px);
    padding-top: 0;
  }
  .process_text h4 {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 7px;
  }
  .process_text p {
    font-size: 13px;
    line-height: 19px;
  }
  .process_item:last-child .process_step {
    height: auto;
  }
  .process_note {
    padding: 16px 17px 17px 16px;
    margin-top: 30px;
  }
  .process_note h3 {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 16px;
  }
  .process_note p {
    font-size: 13px;
    line-height: 19px;
    text-align: left;
  }
  .process_note:last-child {
    margin-top: 9px;
  }
  .review {
    padding: 43px 0 31px;
  }
  .review h2 {
    font-size: 20px;
    margin-bottom: 22px;
  }
  .review_item {
    padding: 20px;
  }
  .review_text {
    padding: 11px 0 0;
  }
  .review_text .flex {
    flex-wrap: wrap;
    margin-bottom: 9px;
  }
  .review_text h3 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 24px;
  }
  .review_text h4 {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 5px;
  }
  .review_text h3.u-clblue {
    margin-top: 9px;
    font-size: 16px;
    margin-bottom: 0;
  }
  .timeWork {
    padding: 51px 0 60px;
  }
  .timeWork_head h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .timeWork_head h3 > span::before, .timeWork_head h3 > span::after {
    position: absolute;
  }
  .timeWork_head h3 > span::before {
    left: -5px;
  }
  .timeWork_head h3 > span::after {
    right: -10px;
    top: 0;
  }
  .timeWork_head h2 {
    font-size: 20px;
  }
  .timeWork_head {
    margin-bottom: 29px;
  }
  .timeWork_item {
    width: 100%;
  }
  .timeWork_item h3 {
    font-size: 20px;
    padding: 9px 0 6px;
  }
  .timeWork .flex {
    gap: 20px;
  }
  .timeWork_box {
    padding: 17px 20px 27px;
    min-height: auto;
  }
  .timeWork_box p {
    font-size: 12px;
    line-height: 21px;
    text-align: center;
  }
  .timeWork_award {
    margin-top: 20px;
  }
  .timeWork_award p {
    line-height: 19px;
    text-align: left;
    font-size: 13px;
    margin-top: 12px;
  }
  .feelsEase {
    padding: 52px 0 59px;
  }
  .feelsEase h2 {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .feelsEase h2 span {
    padding-bottom: 19px;
  }
  .flex.feelsEase_content {
    margin: 0 -10px;
  }
  .feelsEase_qna {
    width: 100%;
    padding: 0 10px;
  }
  .feelsEase_qna h3 img {
    padding: 0 2px;
  }
  .feelsEase_qna h3 {
    font-size: 30px;
    margin-bottom: 9px;
  }
  .feelsEase h2 {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .feelsEase_box {
    padding: 13px 15px 14px;
    margin-bottom: 8px;
  }
  .feelsEase_ques h4 {
    font-size: 16px;
    line-height: 24px;
    width: calc(100% - 31px);
  }
  .feelsEase_tag {
    font-size: 25px;
    margin-right: 5px;
  }
  .feelsEase_ans .feelsEase_tag {
    padding-left: 9px;
  }
  .feelsEase_ans.flex {
    margin-top: 2px;
  }
  .feelsEase_ans p {
    width: calc(100% - 40px);
    padding-top: 2px;
  }
  .feelsEase_contact {
    width: 100%;
    margin-top: 40px;
  }
  .feelsEase_contact h3 {
    margin-bottom: 12px;
  }
  .feelsEase_contact > p {
    font-size: 15px;
    line-height: 24px;
  }
  .feelsEase_contact p.feelsEase_desc {
    margin-top: 9px;
    margin-bottom: 14px;
  }
  .pgLP {
    position: relative;
    z-index: 5;
  }
  .footer {
    position: relative;
    z-index: 10;
    background-color: #fff;
  }
  .footer_list a {
    font-size: 15px;
  }
  .footer_list {
    width: 100%;
    flex-wrap: wrap;
  }
  .footer_list ul {
    gap: 18px;
    justify-content: center;
  }
  .footer_main.flex {
    padding: 33px 0 21px;
  }
  .footer_logo {
    margin-left: 0;
    width: 100%;
    margin-top: 29px;
  }
  .footer_main p {
    font-size: 12px;
    order: 2;
    margin-top: -11px;
    text-align: center;
    width: 100%;
  }
}
/* Script form */
.mainvs_form .mktoForm {
  padding: 0;
}
.mainvs_form .mktoForm .mktoFormCol, .mainvs_form .mktoForm .mktoFieldWrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.mainvs_form .mktoForm .mktoRequiredField label.mktoLabel {
  width: 40% !important;
}
.mainvs_form .mktoForm .mktoRequiredField .mktoAsterix {
  display: none;
}
.mainvs_form .mktoForm input[type=text], .mainvs_form .mktoForm input[type=url], .mainvs_form .mktoForm input[type=email], .mainvs_form .mktoForm input[type=tel], .mainvs_form .mktoForm input[type=number], .mainvs_form .mktoForm input[type=date], .mainvs_form .mktoForm select.mktoField {
  width: 58% !important;
}
.mainvs_form .mktoForm textarea.mktoField {
  width: 100% !important;
  margin: 4px 0 0;
}
.mainvs_form .mktoForm .mktoOffset {
  height: 2px;
}
.mainvs_form .mktoForm span {
  font-size: 11px;
}
.mainvs_form .mktoForm button.mktoButton {
  width: 280px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  background: linear-gradient(to right, #F5C200, #FDDC5D);
  border-radius: 25px;
  padding: 14px 5px 15px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  text-align: center;
}
.mainvs_form .mktoForm button.mktoButton::after {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  content: "";
  background-image: url(../img/icon_arrow.png);
  background-size: 100%;
}
.mainvs_form .mktoForm .mktoRadioList > label, .mainvs_form .mktoForm .mktoCheckboxList > label {
  margin-top: 0em;
  line-height: 1em;
  min-height: 20px;
}
.mainvs_form form .mktoFormRow:nth-of-type(9) {
  display: flex;
  justify-content: center;
}
.mainvs_form form .mktoFormRow:nth-of-type(9) .mktoFieldWrap.mktoRequiredField {
  width: auto;
}
.mainvs_form form.mktoForm .mktoFormRow:nth-of-type(9) .mktoFormCol {
  width:auto;
}
.mainvs_form form.mktoForm .mktoFormRow:nth-of-type(9) .mktoCheckboxList {
  width: 16px !important;
}
@media only screen and (max-width: 780px), only screen and (max-device-width: 780px), only screen and (max-device-height: 780px) {
  .mainvs_form .mktoMobileShow .mktoForm, .mainvs_form .mktoForm * {
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
body {
  padding:0;
}
  .mainvs_form_wrap {
    display: none;
  }
  .floatbanner {
    display: block;
}
}



.form_page {
  padding: 0;
  background-color: #F7F7F7;
}
.form_page .mainvs_form_wrap {
  position: relative;
  width: 100%;
  max-width: 350px;
  margin: auto;
  display: block;
}
.form_page .mainvs_form_wrap .mainvs_form {
  box-shadow: none;
}


/*20250828追記-----------------------------------------------------------------------------------*/
.achieve{
  margin-top: 6%;
  margin-bottom: 5%;
}

@media only screen and (max-width: 1068px) {
  .achieve{
    margin-top: 2%;
    margin-bottom: 0%;
    width: 95%;
  }

  .mv-flex{
    display: none !important;
  }

}

.mv-flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  gap:33px;
  margin-left: 8%;

}

@media only screen and (min-width: 1068px){
.mv-flex-sp{
  display: none !important;
}
}

.mv-flex-sp{
  display: block;
}

.mainvs-f-sp{
  display: flex;
  margin: 4% 1% 0 7%;
}