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

/*--------------------cmn--------------------*/
.cmn_ttl {
  font-size: 46px;
  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: 40px;
}
.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: 16px;
  line-height: 1.75em;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #333333;
}

/*--------------------cmn--------------------*/
/*--------------------header--------------------*/
.header {
  width: 100%;
  background: #fff;
  padding: 29px 240px 29px 40px;
  position: relative;
  z-index: 2;
}
.header_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header_nav_list {
  display: flex;
  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 a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header_fixed {
  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;
  display: flex;
  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: 100px;
}
.footer_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.footer_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 60px;
  margin-bottom: 50px;
}
.footer_sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.footer_sns li {
  width: 30px;
  height: 30px;
}
.footer_sns li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer_dl {
  width: 460px;
  border-radius: 10px;
  overflow: hidden;
}
.footer_dl_box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.footer_dl_box dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 230px;
  color: #fff;
  padding: 13px;
  background: #3d9df1;
}
.footer_dl_box dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 230px;
  color: #333333;
  background: #fff;
  padding: 13px;
}
.footer_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 40px;
}
.footer_nav_list {
  padding-left: 20px;
  border-left: 1px dashed #9e9e9e;
}
.footer_nav_item {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.footer_nav_item:not(:last-child) {
  margin-bottom: 20px;
}

.copy_right {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #9e9e9e;
  margin-top: 30px;
  display: block;
}
.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: max(83.3333333333%, 1280px);
  background: url(/img/top/bgadd.png) no-repeat center center/cover;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
  padding: 100px 100px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.con_flex::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px solid #fff;
  border-radius: 16px;
  transform: translate(-50%, -50%);
}
.con_left {
  width: 520px;
}
.con_ttl {
  font-size: 46px;
  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: 50px;
}
.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: 460px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  padding: 18.5px;
  background: url(/img/top/bgnokori.png) no-repeat center center/cover;
}
.con_nokori_l {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
  margin-right: 14px;
}
.con_nokori_m {
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin-bottom: -7px;
  margin-right: 10px;
}
.con_nokori_m_mini {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.con_nokori_b {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #fff;
}
.con_nokori_b_mini {
  font-size: 20px;
}
.con_right {
  width: 540px;
  padding: 50px;
  border-radius: 20px;
  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: 20px;
  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: 20px;
}
.con_btn:nth-child(2) {
  background: #fff;
  border: 2px solid #3d9df1;
  padding: 26px;
}
.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: 28px;
  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: clamp(473.33px, 36.9791666667vw, 710px);
  position: relative;
  z-index: 1;
}
.mv_box {
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}
.mv_catch {
  width: 41.5104166667%;
  margin-bottom: 12px;
}
.mv_btn {
  width: 440px;
  padding: 28px 10px;
  border-radius: 999px;
  text-align: center;
  box-shadow: 6px 6px 12px rgba(33, 70, 107, 0.16);
  margin-left: 4.4791666667%;
  background: linear-gradient(90deg, rgb(255, 151, 28) 0%, rgb(255, 204, 28) 100%);
}
@media screen and (max-width: 1500px) {
  .mv_btn {
    width: 360px;
  }
}
.mv_btn p {
  font-size: 20px;
  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;
}

/*--------------------swiper--------------------*/
/*--------------------mv--------------------*/
/*--------------------sv--------------------*/
.sv {
  width: 100%;
  height: 280px;
  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;
}
.sv_catch {
  width: 1080px;
  font-size: 50px;
  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: 60px;
}
.success_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 30px;
}
.success_post {
  width: 340px;
  background: #fff;
  box-shadow: 6px 6px 12px rgba(33, 70, 107, 0.16);
  padding-bottom: 20px;
  overflow: hidden;
  border-radius: 10px;
}
.success_img {
  width: 100%;
  height: 240px;
  margin-bottom: 14px;
}
.success_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.success_ttl {
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 14px;
  padding: 0 20px;
}
.success_tag_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 0 20px;
}
.success_tag_list li {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #9e9e9e;
}

.insuccess {
  width: 100%;
}
.insuccess .page-btn {
  margin-top: 50px;
}
.insuccess_box {
  width: 100%;
  background: #dcefff;
  padding: 40px 50px;
  border-radius: 10px;
}
.insuccess_tag_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.insuccess_tag_list li {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #5cadf5;
}
.insuccess_ttl {
  font-size: 26px;
  line-height: 1.3846153846em;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding-bottom: 0.5769230769em;
  border-bottom: 2px dashed #9e9e9e;
  margin-bottom: 40px;
}
.insuccess_img {
  width: 100%;
  height: 700px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
}
.insuccess_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------------------success--------------------*/
/*--------------------support--------------------*/
.slink {
  width: 990px;
  padding-top: 100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.slink_btn {
  width: 480px;
  position: relative;
  z-index: 1;
  padding: 27px 35px;
  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: 20px;
  width: 30px;
  height: 30px;
  transform: translate(-50%, 0%);
  rotate: 90deg;
  background: url(/img/common/arw02.png) no-repeat center center/contain;
}
.slink_btn p {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
}

.support {
  width: 100%;
}
.support_inner {
  background: #dcefff;
  border-radius: 20px;
  padding: 80px 100px;
}
.support_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
  gap: 30px;
  padding: 40px;
  background: #fff;
  border-radius: 10px;
}
.support_flex:not(:last-child) {
  margin-bottom: 30px;
}
.support_img {
  width: 340px;
  height: 240px;
  border-radius: 10px;
  overflow: hidden;
}
.support_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.support_box {
  width: calc(100% - 370px);
}
.support_box_ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 17px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 204, 28, 0.2) 100%);
  margin-bottom: 15px;
}
.support_box_ttl_ttl {
  font-size: 26px;
  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 {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 300;
  color: #ffcc1c;
  position: absolute;
  z-index: -1;
  top: 47%;
  left: 15px;
  transform: translate(0%, -50%);
}
.support_box_sub {
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.carrer {
  width: 100%;
  padding-top: 0;
}
.carrer_inner {
  background: #dcefff;
  border-radius: 20px;
  padding: 80px 100px;
}
.carrer_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  padding: 40px;
  background: #fff;
  border-radius: 10px;
}
.carrer_flex:not(:last-child) {
  margin-bottom: 30px;
}
.carrer_img {
  width: 340px;
  height: 240px;
  border-radius: 10px;
  overflow: hidden;
}
.carrer_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carrer_box {
  width: calc(100% - 370px);
}
.carrer_box_ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 17px;
  border-radius: 10px;
  margin-bottom: 15px;
  background: #5cadf5;
  overflow: hidden;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
}
.carrer_box_ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0%;
  left: 50%;
  width: 100%;
  height: 30px;
  background: #3d9df1;
  transform: translate(-50%, 0%);
}
.carrer_box_ttl span {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 300;
  position: absolute;
  z-index: -1;
  top: 47%;
  left: 15px;
  transform: translate(0%, -50%);
}
.carrer_box_sub {
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.need {
  padding-top: 0;
  width: 100%;
}
.need_inner {
  padding: 80px 100px;
  border-radius: 20px;
  background: #dcefff;
}
.need_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 30px;
}
.need_box {
  width: 525px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 35px;
}
.need_box_ttl {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 15px;
  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: 30%;
  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: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.need_dl {
  padding: 0 30px;
}
.need_dl_box:not(:last-child) {
  margin-bottom: 15px;
}
.need_dl_box dt {
  color: #3d9df1;
  font-weight: 700;
}

.flow {
  padding-top: 0;
  width: 100%;
}
.flow_inner {
  padding: 80px 100px;
  border-radius: 20px;
  background: #dcefff;
}
.flow_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 35px;
  border: 4px solid #fff;
  border-radius: 10px;
  padding: 50px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(85, 162, 236, 0.2) 100%);
}
.flow_flex:not(:last-child) {
  margin-bottom: 30px;
}
.flow_num {
  width: 135px;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 300;
  color: #3d9df1;
  padding-bottom: 1.4444444444em;
}
.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: calc(100% - 170px);
}
.flow_box_ttl {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 24px;
}

/*--------------------support--------------------*/
/*--------------------top--------------------*/
.top_info {
  padding-bottom: 0;
  width: 100%;
}
.top_info_inner {
  padding: 60px 100px;
  background: #dcefff;
  border-radius: 20px;
}
.top_info_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
.top_info_box {
  position: relative;
  box-shadow: 6px 6px 12px rgba(33, 70, 107, 0.16);
  z-index: 1;
  padding: 25px;
  width: 520px;
  border-radius: 10px;
}
.top_info_box:nth-child(1) {
  background: url(/img/top/deco01.png) no-repeat left 40px center/auto, url(/img/top/deco02.png) no-repeat right 20px center/auto, 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/auto, 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% - 10px);
  height: calc(100% - 10px);
  transform: translate(-50%, -50%);
  border: 1px solid #dcefff;
  border-radius: 8px;
}
.top_info_box_txt {
  font-size: 18px;
  line-height: 1.4444444444em;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.top_info_box figure {
  text-align: center;
  margin-bottom: 20px;
}
.top_info_btn {
  width: 150px;
  border: 2px solid #ffcc1c;
  border-radius: 999px;
  padding: 3px;
  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;
  gap: 80px;
}
.top_news_box {
  width: 200px;
}
.top_news_ttl {
  margin-bottom: 30px;
}
.top_news_ttl_main {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.top_news_ttl_sub {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 200;
  color: #5cadf5;
}
.top_news_btn p {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 400;
  display: inline-block;
  position: relative;
  z-index: 1;
  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: calc(100% - 280px);
}

.about {
  width: 100%;
  background: url(/img/top/bgcarrer.png) no-repeat center center/cover;
}
.about_inner {
  padding: 80px;
  border: 4px 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: 6px 6px 12px rgba(33, 70, 107, 0.16);
  border-radius: 26px;
}
.about_ttl {
  text-align: center;
  margin-bottom: 45px;
}
.about_txt {
  text-align: center;
}
.about_txt p {
  font-weight: 500;
}
.about_txt p:not(:last-child) {
  margin-bottom: 28px;
}

.top_carrer {
  padding-top: 240px;
  background: url(/img/top/deco04.png) no-repeat right 11.4583333333% bottom/auto, url(/img/top/bgdeco.png) no-repeat left top 130px/auto;
}
.top_carrer_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 60px;
}
.top_carrer_right {
  width: 540px;
}
.top_carrer_right_sub {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
.top_carrer_ttl {
  font-size: 56px;
  position: relative;
  z-index: 1;
}
.top_carrer_ttl::after {
  width: 100%;
  content: "Support";
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 50%;
  font-size: 140px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 200;
  color: #dcefff;
  transform: translate(-50%, -140%);
}
.top_carrer_left {
  width: 480px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.top_carrer_txt {
  margin-bottom: 35px;
}
.top_carrer_txt p:not(:last-child) {
  margin-bottom: 28px;
}
.top_carrer_item {
  width: 230px;
  padding: 30px 20px;
  border-radius: 10px;
  border: 2px solid #fff;
  box-shadow: 6px 6px 12px 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: 26px;
  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: 120px;
  height: 120px;
  margin: 0 auto 20px;
}
.top_carrer_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cmn_btn {
  padding: 27px 35px;
  border-radius: 999px;
  width: 480px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  box-shadow: 6px 6px 12px 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: 20px;
  width: 30px;
  height: 30px;
  background: url(/img/top/arw03.png) no-repeat center center/contain;
  transform: translate(0%, -50%);
}
.cmn_btn p {
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

.top_success {
  position: relative;
  z-index: 1;
  padding-bottom: 65px;
  margin-bottom: 120px;
}
.top_success::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0%;
  left: 50%;
  width: max(72.9166666667%, 1280px);
  height: 380px;
  transform: translate(-50%, 0%);
  background: #dcefff;
  border-radius: 20px;
}
.top_success_sub {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
.top_success_ttl {
  font-size: 56px;
  position: relative;
  z-index: 1;
}
.top_success_ttl::after {
  width: 100%;
  content: "Cases";
  position: absolute;
  z-index: -1;
  bottom: 0%;
  left: 0%;
  font-size: 140px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 200;
  color: #dcefff;
  transform: translate(-16%, -30%);
}
.top_success_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 30px;
}
.top_success_btn {
  margin-top: 10px;
}
.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: 10px;
  overflow: hidden;
}

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

.course {
  scroll-margin-top: 100px;
}

.result_inbox {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  border: 2px solid #3d9df1;
  padding: 15px 30px;
  margin-bottom: 30px;
}
.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: 50%;
  right: -46px;
  width: 126px;
  height: 143px;
  background: url(/img/top/deco03b.png) no-repeat center center/contain;
  transform: translate(0%, -50%);
}/*# sourceMappingURL=style.css.map */