/* 
font-family: "Poppins", sans-serif;
font-family: "Noto Sans JP", sans-serif;
*/
body {
  font-size: 4vw;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin: 0 auto;
  position: relative;
  color: #333333;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

/*--------------------cmn--------------------*/
.cmn_btn {
  padding: 4vw 12vw 4vw 5.3333333333vw;
  text-align: left;
  border-radius: 999px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  box-shadow: 1.6vw 1.6vw 3.2vw rgba(33, 70, 107, 0.16);
  background: linear-gradient(270deg, rgb(92, 173, 245) 0%, rgb(67, 117, 255) 100%);
}
.cmn_btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 4vw;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  background: url(/img/top/arw03.png) no-repeat center center/contain;
  transform: translate(0%, -50%);
}
.cmn_btn p {
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
}

.cmn_ttl {
  font-size: 7.4666666667vw;
  line-height: 1.3913043478em;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #333333;
  position: relative;
  z-index: 1;
  padding-bottom: 0.652173913em;
  text-align: center;
  margin-bottom: 8vw;
}
.cmn_ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0%;
  left: 50%;
  width: 0.9565217391em;
  height: 0.1739130435em;
  transform: translate(-50%, 0%);
  background: url(/img/support/decodot02.png) no-repeat center center/contain;
}

.cmn_txt {
  font-size: 4vw;
  line-height: 1.75em;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #333333;
}

/*--------------------cmn--------------------*/
/*--------------------header--------------------*/
.header {
  width: 100%;
  background: #fff;
  padding: 5.3333333333vw;
  position: relative;
  z-index: 2;
}
.header_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header_nav_list {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
}
.header_nav_item {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #333333;
}
.header_nav_item .hover_hover {
  transition: 0.3s;
}
.header_nav_item .hover_hover:hover {
  color: #3d9df1;
  opacity: 1;
}
.header_nav_item .current {
  color: #3d9df1;
}
.header_logo {
  width: 40%;
}
.header_logo a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header_fixed {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0%;
  right: 0%;
  transform: translate(0%, 0%);
  background: url(/img/common/bgline.png) no-repeat center center/contain;
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2));
  width: 210px;
  height: 190px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 35px;
}
.header_fixed figure {
  width: 30px;
  height: 30px;
}
.header_fixed figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header_fixed p {
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

/*--------------------header--------------------*/
/*--------------------footer--------------------*/
.footer {
  width: 100%;
  background: #dcefff;
  padding: 8vw 0 4vw;
}
.footer_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.footer_logo {
  width: 50%;
}
.footer_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8vw;
}
.footer_sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4vw;
}
.footer_sns li {
  width: 8vw;
  height: 8vw;
}
.footer_sns li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer_dl {
  width: 100%;
  border-radius: 2.6666666667vw;
  overflow: hidden;
  margin-bottom: 8vw;
}
.footer_dl_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  font-size: 3.7333333333vw;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 400;
  text-align: center;
}
.footer_dl_box dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  color: #fff;
  padding: 3.4666666667vw;
  background: #3d9df1;
}
.footer_dl_box dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  color: #333333;
  background: #fff;
  padding: 3.4666666667vw;
}
.footer_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 4%;
  width: 100%;
}
.footer_nav_list {
  width: 48%;
  padding-left: 2.6666666667vw;
  border-left: 0.2666666667vw dashed #9e9e9e;
}
.footer_nav_item {
  font-size: 3.7333333333vw;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #333333;
}
.footer_nav_item a {
  color: #333333;
}
.footer_nav_item:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}

.copy_right {
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #9e9e9e;
  margin-top: 30px;
  display: block;
  text-align: center;
}
.copy_right a {
  color: #9e9e9e;
}

.con {
  width: 100%;
  position: relative;
  z-index: 1;
}
.con::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0%;
  left: 50%;
  width: 100%;
  height: 370px;
  transform: translate(-50%, 0%);
  background: #dcefff;
}
.con_flex {
  width: 90%;
  background: url(/img/top/bgadd.png) no-repeat center center/cover;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8vw;
  margin: 0 auto;
  padding: 8vw 4vw;
  overflow: hidden;
  border-radius: 5.3333333333vw;
  position: relative;
  z-index: 1;
}
.con_flex::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: calc(100% - 2.6666666667vw);
  height: calc(100% - 2.6666666667vw);
  border: 0.5333333333vw solid #fff;
  border-radius: 4.2666666667vw;
  transform: translate(-50%, -50%);
}
.con_left {
  width: 100%;
}
.con_ttl {
  font-size: 6.9333333333vw;
  line-height: 1.4347826087em;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-left: 1.8043478261em;
  padding-right: 1.8043478261em;
  margin-bottom: 8vw;
}
.con_ttl img {
  margin-top: 2.6666666667vw;
}
.con_ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 2.2173913043em;
  height: 5.4347826087em;
  transform: translate(0%, -50%);
  background: url(/img/top/leftge.png) no-repeat center center/contain;
}
.con_ttl::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0%;
  width: 2.2173913043em;
  height: 5.4347826087em;
  transform: translate(0%, -50%);
  background: url(/img/top/rightge.png) no-repeat center center/contain;
}
.con_nokori {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  padding: 4vw;
  border: 2px solid #fff;
}
.con_nokori_l {
  font-size: 5.3333333333vw;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2.6666666667vw;
}
.con_nokori_m {
  font-size: 13.3333333333vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin-bottom: -1.8666666667vw;
  margin-right: 2.6666666667vw;
}
.con_nokori_m_mini {
  font-size: 8vw;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.con_nokori_b {
  font-size: 8vw;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #fff;
}
.con_nokori_b_mini {
  font-size: 5.3333333333vw;
}
.con_right {
  width: 100%;
  padding: 8vw 4vw;
  border-radius: 5.3333333333vw;
  background: url(/img/top/bgccon.png) no-repeat center center/cover;
}
.con_btn {
  width: 100%;
  text-align: center;
  border-radius: 999px;
}
.con_btn p {
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.con_btn:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
.con_btn:nth-child(2) {
  background: #fff;
  border: 0.5333333333vw solid #3d9df1;
  padding: 4vw;
}
.con_btn:nth-child(2) p {
  padding-left: 1.85em;
  background: linear-gradient(180deg, rgb(92, 173, 245) 0%, rgb(67, 117, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.con_btn:nth-child(2) p::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 1.35em;
  height: 1.1em;
  transform: translate(0%, -50%);
  background: url(/img/common/mail.png) no-repeat center center/contain;
}
.con_btn:nth-child(1) {
  padding: 4.5333333333vw;
  background: linear-gradient(90deg, rgb(255, 151, 28) 0%, rgb(255, 204, 28) 100%);
}
.con_btn:nth-child(1) p {
  padding-left: 1.85em;
  color: #fff;
}
.con_btn:nth-child(1) p::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 1.2em;
  height: 1.2em;
  transform: translate(0%, -50%);
  background: url(/img/common/line.png) no-repeat center center/contain;
}

/*--------------------footer--------------------*/
/*--------------------mv--------------------*/
.mv {
  width: 100%;
  height: 112vw;
  position: relative;
  z-index: 1;
}
.mv_box {
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 70%;
  left: 0%;
  transform: translate(0%, -50%);
}
.mv_catch {
  width: 75%;
  margin-bottom: 2.6666666667vw;
}
.mv_btn {
  width: 70%;
  padding: 4.2666666667vw 2.6666666667vw;
  border-radius: 999px;
  text-align: center;
  box-shadow: 1.6vw 1.6vw 3.2vw rgba(33, 70, 107, 0.16);
  margin-left: 4.4791666667%;
  background: linear-gradient(90deg, rgb(255, 151, 28) 0%, rgb(255, 204, 28) 100%);
}
.mv_btn p {
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 1.65em;
}
.mv_btn p::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 1.2em;
  height: 1.2em;
  transform: translate(0%, -50%);
  background: url(/img/common/line.png) no-repeat center center/contain;
}

/*--------------------swiper--------------------*/
.swiper {
  position: absolute;
  z-index: -5;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 70%;
     object-position: 70%;
}

/*--------------------swiper--------------------*/
/*--------------------mv--------------------*/
/*--------------------sv--------------------*/
.sv {
  width: 100%;
  height: 66.6666666667vw;
  position: relative;
  z-index: 0;
}
.sv_img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 90%;
     object-position: 90%;
}
.sv_catch {
  width: 100%;
  text-align: center;
  font-size: 8vw;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*--------------------sv--------------------*/
/*--------------------success--------------------*/
.success {
  width: 100%;
}
.success .tag-change {
  justify-content: center;
  margin-bottom: 16vw;
}
.success_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 8vw;
}
.success_post {
  width: 100%;
  background: #fff;
  box-shadow: 1.6vw 1.6vw 3.2vw rgba(33, 70, 107, 0.16);
  padding-bottom: 5.3333333333vw;
  overflow: hidden;
  border-radius: 2.6666666667vw;
}
.success_img {
  width: 100%;
  height: 64vw;
  margin-bottom: 3.7333333333vw;
}
.success_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.success_ttl {
  font-size: 4.2666666667vw;
  line-height: 1.75em;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 3.7333333333vw;
  padding: 0 5.3333333333vw;
  color: #333333;
}
.success_tag_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 2.6666666667vw;
  padding: 0 5.3333333333vw;
}
.success_tag_list li {
  font-size: 3.7333333333vw;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #9e9e9e;
}

.insuccess {
  width: 100%;
}
.insuccess .page-btn {
  margin-top: 13.3333333333vw;
}
.insuccess_box {
  width: 100%;
  background: #dcefff;
  padding: 8vw 4vw;
  border-radius: 2.6666666667vw;
}
.insuccess_tag_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.6666666667vw;
  margin-bottom: 4vw;
}
.insuccess_tag_list li {
  font-size: 3.7333333333vw;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #5cadf5;
}
.insuccess_ttl {
  font-size: 5.8666666667vw;
  line-height: 1.3846153846em;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding-bottom: 0.5769230769em;
  border-bottom: 0.5333333333vw dashed #9e9e9e;
  margin-bottom: 8vw;
}
.insuccess_img {
  width: 100%;
  height: 66.6666666667vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
  margin-bottom: 8vw;
}
.insuccess_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------------------success--------------------*/
/*--------------------support--------------------*/
.slink {
  width: 90%;
  margin: 0 auto;
  padding-top: 20vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4vw;
}
.slink_btn {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 5.3333333333vw 5.3333333333vw;
  border-radius: 999px;
  background: linear-gradient(270deg, rgb(92, 173, 245) 0%, rgb(67, 117, 255) 100%);
}
.slink_btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 5.3333333333vw;
  width: 8vw;
  height: 8vw;
  transform: translate(-50%, 0%);
  rotate: 90deg;
  background: url(/img/common/arw02.png) no-repeat center center/contain;
}
.slink_btn p {
  font-size: 3.4666666667vw;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
}

.support {
  width: 90%;
  margin: 0 auto;
}
.support_inner {
  background: #dcefff;
  border-radius: 5.3333333333vw;
  padding: 8vw 4vw;
}
.support_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
  gap: 5.3333333333vw;
  padding: 4vw;
  background: #fff;
  border-radius: 2.6666666667vw;
}
.support_flex:not(:last-child) {
  margin-bottom: 8vw;
}
.support_img {
  width: 100%;
  height: 40vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}
.support_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.support_box {
  width: 100%;
}
.support_box_ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  padding: 2.1333333333vw;
  border-radius: 2.6666666667vw;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 204, 28, 0.2) 100%);
  margin-bottom: 4vw;
}
.support_box_ttl_ttl {
  font-size: 6.6666666667vw;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  background: linear-gradient(0deg, rgb(255, 151, 28) 0%, rgb(255, 204, 28) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.support_box_ttl_num {
  display: block;
  font-size: 5.3333333333vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 300;
  margin-bottom: 1.8666666667vw;
  color: #ffcc1c;
}
.support_box_sub {
  font-size: 4.5333333333vw;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4vw;
}

.carrer {
  width: 100%;
  padding-top: 0;
}
.carrer_inner {
  background: #dcefff;
  border-radius: 5.3333333333vw;
  padding: 8vw 4vw;
}
.carrer_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5.3333333333vw;
  padding: 4vw;
  background: #fff;
  border-radius: 2.6666666667vw;
}
.carrer_flex:not(:last-child) {
  margin-bottom: 8vw;
}
.carrer_img {
  width: 100%;
  height: 40vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}
.carrer_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carrer_box {
  width: 100%;
}
.carrer_box_ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
  z-index: 1;
  padding: 2.1333333333vw;
  border-radius: 2.6666666667vw;
  margin-bottom: 4vw;
  background: #5cadf5;
  overflow: hidden;
  font-size: 5.3333333333vw;
  line-height: 1.3;
  letter-spacing: 0em;
  font-weight: 700;
  color: #fff;
}
.carrer_box_ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0%;
  left: 50%;
  width: 100%;
  height: 50%;
  background: #3d9df1;
  transform: translate(-50%, 0%);
}
.carrer_box_ttl span {
  font-size: 5.0666666667vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 300;
  display: block;
  margin-bottom: 1.8666666667vw;
}
.carrer_box_sub {
  font-size: 4.5333333333vw;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4vw;
}

.need {
  padding-top: 0;
  width: 90%;
  margin: 0 auto;
}
.need_inner {
  padding: 8vw 4vw;
  border-radius: 5.3333333333vw;
  background: #dcefff;
}
.need_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 8vw;
}
.need_box {
  width: 100%;
  background: #fff;
  border-radius: 2.6666666667vw;
  overflow: hidden;
  padding-bottom: 8vw;
}
.need_box_ttl {
  font-size: 5.8666666667vw;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 4vw;
  margin-bottom: 4vw;
  background: linear-gradient(270deg, rgb(92, 173, 245) 0%, rgb(67, 117, 255) 100%);
  position: relative;
  z-index: 1;
}
.need_box_ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0%;
  left: 20%;
  width: 2.1153846154em;
  height: 1.9230769231em;
  transform: translate(0%, 0%);
  background: url(/img/support/decohito.png) no-repeat center center/contain;
}
.need_box_sub {
  font-size: 3.7333333333vw;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 5.3333333333vw;
  text-align: center;
}
.need_dl {
  padding: 0 4vw;
}
.need_dl_box:not(:last-child) {
  margin-bottom: 4vw;
}
.need_dl_box dt {
  color: #3d9df1;
  font-weight: 700;
}

.flow {
  padding-top: 0;
  width: 100%;
}
.flow_inner {
  padding: 8vw 4vw;
  border-radius: 5.3333333333vw;
  background: #dcefff;
}
.flow_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 5.3333333333vw;
  border: 1.0666666667vw solid #fff;
  border-radius: 2.6666666667vw;
  padding: 8vw 4vw;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(85, 162, 236, 0.2) 100%);
}
.flow_flex:not(:last-child) {
  margin-bottom: 8vw;
}
.flow_num {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 8vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 300;
  color: #3d9df1;
  padding-bottom: 1.1666666667em;
}
.flow_num::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0%;
  left: 50%;
  width: 0.1111111111em;
  height: 0.6111111111em;
  transform: translate(-50%, 0%);
  background: url(/img/support/decodot01.png) no-repeat center center/contain;
}
.flow_box {
  width: 100%;
}
.flow_box_ttl {
  text-align: center;
  font-size: 6.4vw;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 5.3333333333vw;
}

/*--------------------support--------------------*/
/*--------------------top--------------------*/
.top_info {
  padding-bottom: 0;
  width: 90%;
  margin: 0 auto;
}
.top_info_inner {
  padding: 8vw 4vw;
  background: #dcefff;
  border-radius: 5.3333333333vw;
}
.top_info_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8vw;
}
.top_info_box {
  position: relative;
  box-shadow: 1.6vw 1.6vw 3.2vw rgba(33, 70, 107, 0.16);
  z-index: 1;
  padding: 6.6666666667vw;
  width: 100%;
  border-radius: 2.6666666667vw;
}
.top_info_box:nth-child(1) {
  background: url(/img/top/deco01.png) no-repeat left 2.6666666667vw center/30%, url(/img/top/deco02.png) no-repeat right 2.6666666667vw center/30%, linear-gradient(270deg, rgb(92, 173, 245) 0%, rgb(4, 37, 130) 100%);
}
.top_info_box:nth-child(2) {
  background: url(/img/top/deco03.png) no-repeat right center/30%, linear-gradient(270deg, rgb(92, 173, 245) 0%, rgb(4, 37, 130) 100%);
}
.top_info_box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: calc(100% - 2.6666666667vw);
  height: calc(100% - 2.6666666667vw);
  transform: translate(-50%, -50%);
  border: 0.2666666667vw solid #dcefff;
  border-radius: 2.1333333333vw;
}
.top_info_box_txt {
  font-size: 4vw;
  line-height: 1.4444444444em;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 2.6666666667vw;
}
.top_info_box figure {
  text-align: center;
  margin-bottom: 5.3333333333vw;
}
.top_info_btn {
  width: 40vw;
  border: 0.5333333333vw solid #ffcc1c;
  border-radius: 999px;
  padding: 0.8vw;
  margin: 0 auto;
  text-align: center;
}
.top_info_btn span {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 1;
  padding-right: 1.75em;
  color: #fff;
}
.top_info_btn span::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0%;
  width: 1.25em;
  height: 0.75em;
  transform: translate(0%, -50%);
  background: url(/img/top/arwtriple.png) no-repeat center center/contain;
}

.top_news {
  width: 100%;
}
.top_news_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 8vw;
}
.top_news_box {
  width: 100%;
}
.top_news_ttl_main {
  font-size: 8vw;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.top_news_ttl_sub {
  font-size: 5.3333333333vw;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 200;
  color: #5cadf5;
}
.top_news_btn {
  text-align: center;
}
.top_news_btn p {
  font-size: 4.2666666667vw;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 400;
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #333333;
  padding-right: 2.5625em;
}
.top_news_btn p::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0%;
  width: 1.875em;
  height: 1.875em;
  transform: translate(0%, -50%);
  background: url(/img/common/arw01.png) no-repeat center center/contain;
}
.top_news_post {
  width: 100%;
}

.about {
  width: 100%;
  background: url(/img/top/bgcarrer.png) no-repeat center center/cover;
}
.about_inner {
  padding: 8vw 4vw;
  border: 1.0666666667vw solid #fff;
  background: url(/img/top/map.png) no-repeat right 80px bottom/auto, linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(195, 226, 255) 100%);
  box-shadow: 1.6vw 1.6vw 3.2vw rgba(33, 70, 107, 0.16);
  border-radius: 5.3333333333vw;
}
.about_ttl {
  text-align: center;
  margin-bottom: 8vw;
}
.about_txt p {
  font-weight: 500;
}
.about_txt p:not(:last-child) {
  margin-bottom: 6.6666666667vw;
}

.top_carrer {
  background: url(/img/top/bgdeco.png) no-repeat left top 15%/90%;
  margin: 0 auto;
}
.top_carrer_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 8vw;
  margin: 0 auto;
}
.top_carrer_right {
  width: 100%;
}
.top_carrer_right_sub {
  font-size: 5.3333333333vw;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 2.6666666667vw;
  text-align: center;
}
.top_carrer_ttl {
  font-size: 10.6666666667vw;
  position: relative;
  z-index: 1;
}
.top_carrer_left {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4vw 4%;
}
.top_carrer_txt {
  margin-bottom: 5.3333333333vw;
}
.top_carrer_txt p:not(:last-child) {
  margin-bottom: 28px;
}
.top_carrer_item {
  width: 48%;
  padding: 5.3333333333vw 4vw;
  border-radius: 2.6666666667vw;
  border: 0.5333333333vw solid #fff;
  box-shadow: 1.6vw 1.6vw 3.2vw rgba(33, 70, 107, 0.16);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 246, 215) 100%);
}
.top_carrer_item_txt {
  font-size: 4.8vw;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(0deg, rgb(255, 151, 28) 0%, rgb(255, 204, 28) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top_carrer_icon {
  width: 26.6666666667vw;
  height: 26.6666666667vw;
  margin: 0 auto 5.3333333333vw;
}
.top_carrer_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_success {
  position: relative;
  z-index: 1;
  padding-bottom: 0vw;
  padding-top: 0;
  margin-bottom: 20vw;
}
.top_success_sub {
  font-size: 5.3333333333vw;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 2.6666666667vw;
  text-align: center;
}
.top_success_ttl {
  font-size: 10.6666666667vw;
  position: relative;
  z-index: 1;
}
.top_success_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 8vw;
}
.top_success_btn {
  margin-top: 2.6666666667vw;
}
.top_success .success_post {
  background: none;
  box-shadow: none;
  padding: 0;
}
.top_success .success_ttl {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
}
.top_success .success_img {
  border-radius: 2.6666666667vw;
  overflow: hidden;
}

/*--------------------top--------------------*/
.linebtn p::before {
  display: none;
}
.linebtn p::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 6.4vw;
  height: 6.4vw;
  transform: translate(0%, -50%);
}

.fixed {
  position: fixed;
  z-index: 2;
  bottom: 0;
  text-align: center;
  padding: 4vw;
  width: 100%;
  background: linear-gradient(90deg, rgb(255, 151, 28) 0%, rgb(255, 204, 28) 100%);
}
.fixed p {
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 9.0666666667vw;
}
.fixed p::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0%;
  width: 6.4vw;
  height: 6.4vw;
  transform: translate(0%, -50%);
  background: url(/img/common/line.png) no-repeat center center/contain;
}

.result_inbox {
  width: 100%;
  background: #fff;
  border-radius: 5.3333333333vw;
  border: 0.5333333333vw solid #3d9df1;
  padding: 4vw;
  margin-bottom: 8vw;
}
.result_inbox_intxt {
  font-size: 3.7333333333vw;
}
.result_inbox_txt {
  font-weight: 600;
}
.result_inbox_txt span {
  color: #3d9df1;
}

.result_title {
  position: relative;
  z-index: 1;
}
.result_title::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 30%;
  right: -4vw;
  width: 16.8vw;
  height: 18.9333333333vw;
  background: url(/img/top/deco03b.png) no-repeat center center/contain;
  transform: translate(0%, -50%);
}/*# sourceMappingURL=style_sp.css.map */