#front-page .fv {
  background: #004077;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#front-page .fv .inner {
  position: relative;
}

#front-page .fv .video-tag {
  position: absolute;
  top: 0;
  right: 60px;
  margin: 0;
  padding: 30px;
  border-radius: 0 0 0 20px;
  background: #004077;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 10;
  pointer-events: none;
  -webkit-animation: hide-video-tag 0.45s ease 5s forwards;
  animation: hide-video-tag 0.45s ease 5s forwards;
}

#front-page .fv .video-tag .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#front-page .fv .video-tag .icon img {
  width: 24px;
  height: 24px;
}

#front-page .fv .video-tag .text {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 18px */
  letter-spacing: 0.594px;
  text-transform: uppercase;
  text-align: center;
}

#front-page .fv .video-tag .video-tag-num {
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 32px */
  letter-spacing: 0.594px;
  text-transform: uppercase;
}

#front-page .fv .plyr {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
}

#front-page .fv .plyr .plyr__controls {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}

#front-page .fv .plyr:hover .plyr__controls,
#front-page .fv .plyr:focus-within .plyr__controls {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#front-page .fv iframe {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
}

#front-page .message {
  background: #004077;
  padding: 100px 0;
}

#front-page .message .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 21px;
}

#front-page .message .texts .common-head h2 {
  color: #ffffff;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 48px */
  letter-spacing: 0.8px;
}

#front-page .message .texts .sp-wrap .img {
  display: none;
}

#front-page .message .texts .text {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

#front-page .message .texts .text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1px;
  color: #ffffff;
}

#front-page .message .texts .text p span {
  font-weight: 700;
}

#front-page .message .right {
  max-width: 520px;
}

#front-page .message .right .img {
  width: 100%;
  height: auto;
}

#front-page .message .right .img img {
  width: 100%;
  height: auto;
}

#front-page .issue {
  background: #002b50;
  padding: 60px 0;
}

#front-page .issue .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

#front-page .issue .content .left {
  max-width: 480px;
  width: 100%;
}

#front-page .issue .content .left h2 span {
  color: #002b50;
  background: #ffffff;
}

#front-page .issue .content .left p {
  margin-top: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 1px;
  color: #ffffff;
}

#front-page .issue .content .right {
  margin-top: 131.09px;
  max-width: 560px;
  width: 100%;
}

#front-page .issue .content .right .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

#front-page .issue .content .right .items .item {
  position: relative;
  padding: 24px;
  background: url("../img/front-page/top_issue_noise.webp") repeat, #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 370px;
}

#front-page .issue .content .right .items .item:nth-child(odd)::after {
  content: "";
  position: absolute;
  top: 20px;
  right: -24px;
  width: 24px;
  height: 24px;
  background: url("../img/front-page/top_issue_arrow.svg") no-repeat center/contain;
}

#front-page .issue .content .right .items .item:nth-child(even)::after {
  content: "";
  position: absolute;
  top: 20px;
  left: -24px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 24px;
  height: 24px;
  background: url("../img/front-page/top_issue_arrow.svg") no-repeat center/contain;
}

#front-page .issue .content .right .items .item:nth-child(odd) {
  margin-left: auto;
  margin-right: 24px;
}

#front-page .issue .content .right .items .item:nth-child(even) {
  margin-left: 24px;
  margin-right: auto;
}

#front-page .issue h3 {
  margin-top: 20px;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  /* 250% */
  letter-spacing: 0.72px;
  color: #ffffff;
}

#front-page .issue h3 span {
  color: #0080d9;
}

#front-page .steps {
  background: #ffffff;
  padding: 100px 0;
  position: relative;
}

#front-page .steps .titles .ballon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 20px */
  letter-spacing: 1px;
  color: #002b50;
  gap: 8px;
}

#front-page .steps .titles .ballon::before,
#front-page .steps .titles .ballon::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #002b50;
}

#front-page .steps .titles .ballon::before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  margin-right: 0;
}

#front-page .steps .titles .ballon::after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  margin-left: 0;
}

#front-page .steps .titles .ballon span {
  display: inline-block;
}

#front-page .steps .titles h2 {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

#front-page .steps .titles h2 span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  color: #ffffff;
  background: #002b50;
  font-size: 41.632px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.771px;
  padding: 0 6.71px;
}

#front-page .steps .titles p {
  text-align: center;
  margin-top: 20px;
  color: #474645;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1px;
}

#front-page .steps .chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
  overflow-x: auto;
}

#front-page .steps .chart .top {
  height: 230px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#front-page .steps .chart .middle {
  height: 180px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #eef6ff;
  border-bottom: 1px dashed #8bb3d4;
}

#front-page .steps .chart .bottom {
  height: 180px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff3ef;
}

#front-page .steps .chart .cart {
  width: 300px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #002b50;
}

#front-page .steps .chart .cart .top {
  background: #ffffff;
  text-align: center;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

#front-page .steps .chart .cart .top .pill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2px 9px;
  border-radius: 19px;
  background: #004077;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

#front-page .steps .chart .cart .top .titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

#front-page .steps .chart .cart .top .titles h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
  letter-spacing: 2px;
  color: #002b50;
}

#front-page .steps .chart .cart .top .titles .sub {
  display: block;
  font-family: "Lato", sans-serif;
  color: #474645;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

#front-page .steps .chart .cart .top p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 1px;
  color: #474645;
  text-align: left;
}

#front-page .steps .chart .cart .middle,
#front-page .steps .chart .cart .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}

#front-page .steps .chart .cart .middle .vlabels-sp,
#front-page .steps .chart .cart .bottom .vlabels-sp {
  display: none;
}

#front-page .steps .chart .cart .middle .vlabels-sp.blue,
#front-page .steps .chart .cart .bottom .vlabels-sp.blue {
  color: #0080d9;
}

#front-page .steps .chart .cart .middle .vlabels-sp.orange,
#front-page .steps .chart .cart .bottom .vlabels-sp.orange {
  color: #ff4000;
}

#front-page .steps .chart .cart .middle p,
#front-page .steps .chart .cart .middle li,
#front-page .steps .chart .cart .bottom p,
#front-page .steps .chart .cart .bottom li {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 1px;
  color: #474645;
}

#front-page .steps .chart .cart .middle p strong,
#front-page .steps .chart .cart .middle li strong,
#front-page .steps .chart .cart .bottom p strong,
#front-page .steps .chart .cart .bottom li strong {
  font-weight: 700;
}

#front-page .steps .chart .cart .middle ul,
#front-page .steps .chart .cart .bottom ul {
  padding-left: 1.2em;
  list-style: disc;
}

#front-page .steps .chart .cart .middle ul li::marker,
#front-page .steps .chart .cart .bottom ul li::marker {
  color: #002b50;
}

#front-page .steps .chart .vlabels {
  width: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#front-page .steps .chart .vlabels .middle,
#front-page .steps .chart .vlabels .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#front-page .steps .chart .vlabels .vlabel {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 19.6px */
  letter-spacing: 3px;
}

#front-page .steps .chart .vlabels .vlabel.blue {
  color: #0080d9;
}

#front-page .steps .chart .vlabels .vlabel.orange {
  color: #ff4000;
}

#front-page .steps .chart .arrow {
  width: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#front-page .steps .chart .arrow .icon.left {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

#front-page .steps .chart .cart.center {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 380px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #004077;
  color: #ffffff;
  border: none;
}

#front-page .steps .chart .cart.center .top {
  background: #004077;
  padding: 20px 20px 0 20px;
  height: auto;
}

#front-page .steps .chart .cart.center .top .pill {
  background: #f0f4f8;
  color: #002b50;
}

#front-page .steps .chart .cart.center .top .titles h3 {
  color: #ffffff;
}

#front-page .steps .chart .cart.center .top .titles .sub {
  color: #ffffff;
  opacity: 0.7;
}

#front-page .steps .chart .cart.center .top p,
#front-page .steps .chart .cart.center .top .lead {
  color: #ffffff;
}

#front-page .steps .chart .cart.center .top p strong,
#front-page .steps .chart .cart.center .top .lead strong {
  font-weight: 700;
}

#front-page .steps .chart .cart.center .middle {
  height: auto;
  background: #004077;
  padding: 0 20px 20px;
  border: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

#front-page .steps .chart .cart.center .middle .phase {
  width: 100%;
  background: #eef3f8;
  color: #474645;
  padding: 12px;
  text-align: left;
}

#front-page .steps .chart .cart.center .middle .phase h4 {
  color: #004077;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 1px;
}

#front-page .steps .chart .cart.center .middle .phase p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1px;
  color: #474645;
}

#front-page .steps .system {
  margin-top: 40px;
  position: relative;
  padding: 43px 82px;
  background: linear-gradient(0deg, transparent calc(100% - 2px), rgba(207, 235, 251, 0.7) calc(100% - 2px)), linear-gradient(90deg, transparent calc(100% - 2px), rgba(207, 235, 251, 0.7) calc(100% - 2px)), #e5f2fb;
  background-size: 27px 27px, 27px 27px, auto;
}

#front-page .steps .system .texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

#front-page .steps .system .texts .sub {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.42px;
}

#front-page .steps .system .texts h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 30px */
  letter-spacing: 1.5px;
}

#front-page .steps .system .texts .textLine {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 27px */
  letter-spacing: 0.75px;
}

#front-page .steps .system .texts .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

#front-page .steps .system .img {
  width: 223.64px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 90.33px;
}

#front-page .steps .system .img img {
  width: 100%;
  height: auto;
}

#front-page .steps .system-sp {
  margin-top: 40px;
  padding: 40px 25px;
  background: linear-gradient(0deg, transparent calc(100% - 2px), rgba(207, 235, 251, 0.7) calc(100% - 2px)), linear-gradient(90deg, transparent calc(100% - 2px), rgba(207, 235, 251, 0.7) calc(100% - 2px)), #e5f2fb;
  background-size: 25px 25px, 25px 25px, auto;
  display: none;
}

#front-page .steps .system-sp .texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

#front-page .steps .system-sp .texts .sub {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.42px;
}

#front-page .steps .system-sp .texts h2 {
  color: #002b50;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 24px */
  letter-spacing: 1.2px;
}

#front-page .steps .system-sp .texts .wrap .textLine {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 27px */
  letter-spacing: 0.75px;
  min-height: 193px;
}

#front-page .steps .system-sp .texts .wrap .textLine img {
  float: right;
  width: 146px;
  height: 193px;
  aspect-ratio: 59/78;
  display: block;
}

#front-page .steps .system-sp .texts .wrap .textLine::after {
  content: "";
  display: block;
  clear: both;
}

#front-page .steps .system-sp .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

#front-page .service {
  position: relative;
  background: #004077;
  padding: 100px 0;
  overflow: hidden;
}

#front-page .service::after {
  content: "";
  position: absolute;
  left: 30%;
  bottom: -625px;
  width: 2595px;
  height: 1095px;
  aspect-ratio: 173/73;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../img/front-page/top_service_bg.svg") no-repeat center bottom/2595px 1095px;
  pointer-events: none;
}

#front-page .service .inner {
  position: relative;
  z-index: 1;
}

#front-page .service .common-head {
  margin-bottom: 32px;
}

#front-page .service .common-head h2 {
  margin-top: 24.3px;
  font-size: 41.632px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.771px;
  color: #ffffff;
}

#front-page .service .common-head h2 span {
  background: none;
  color: #ffffff;
  padding: 0 6.71px;
}

#front-page .service .common-head .explain {
  color: #ffffff;
}

#front-page .service .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0px;
  width: 100%;
  margin-top: 40px;
}

#front-page .service .items .item {
  background: #ffffff;
  padding: 32px;
  width: 50%;
  border-top: 1px solid #acc3d7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

#front-page .service .items .item:nth-child(-n+2) {
  border-top: none;
}

#front-page .service .items .item:nth-child(even) {
  border-left: 1px solid #acc3d7;
}

#front-page .service .items .item .upper .pill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 19px;
  color: #004077;
  border: 1px solid #004077;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  /* 120% */
  letter-spacing: 0.7px;
}

#front-page .service .items .item .upper h3 {
  color: #002b50;
  margin-top: 12px;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 41.6px;
  /* 173.333% */
  letter-spacing: 0.52px;
}

#front-page .service .items .item .img {
  width: 100%;
  height: auto;
}

#front-page .service .items .item .img img {
  width: 100%;
  height: auto;
}

#front-page .service .items .item .lower ul {
  list-style: none;
  padding-left: 0;
}

#front-page .service .items .item .lower ul li {
  position: relative;
  margin-top: 12px;
  padding-left: 26.81px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 14px */
  letter-spacing: 0.7px;
  color: #474645;
}

#front-page .service .items .item .lower ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath d='M5.56281 9.9275L0 4.11L0.940625 2.935L5.5475 7.755L12.7378 0L13.6937 1.1575L5.56281 9.9275Z' fill='%23004077'/%3E%3C/svg%3E") no-repeat center/contain;
}

#front-page .advantages {
  position: relative;
  z-index: 999;
  background: #002b50;
  padding: 100px 0;
  overflow: hidden;
}

#front-page .advantages::after {
  content: "";
  position: absolute;
  left: -44%;
  top: 100px;
  width: 2595px;
  height: 1095px;
  aspect-ratio: 173/73;
  -webkit-transform: none;
  transform: none;
  background: url("../img/front-page/top_service_bg.svg") no-repeat center bottom/cover;
  z-index: 0;
  pointer-events: none;
}

#front-page .advantages > * {
  position: relative;
  z-index: 1;
}

#front-page .advantages h2 {
  background: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 24px;
}

#front-page .advantages h2 span {
  font-size: 41.632px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.771px;
  color: #002b50;
  padding: 0 6.71px;
}

#front-page .advantages .explain {
  margin-top: 20px;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1px;
}

#front-page .advantages .item {
  margin-top: 40px;
  background: #ffffff;
  padding: 40px 37px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

#front-page .advantages .item .img {
  width: 960px;
  min-width: 960px;
  height: auto;
  margin: 0 auto;
}

#front-page .advantages .item .img img {
  width: 100%;
  height: auto;
}

#front-page .form {
  padding: 100px 0;
  background: #ffffff;
}

#front-page .form .common-head .with-dot {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#front-page .form .common-head h2 {
  background: #002b50;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 24.3px auto 0;
}

#front-page .form .common-head h2 span {
  color: #ffffff;
}

#front-page .form .texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

#front-page .form .texts p {
  text-align: center;
}

#front-page .form .texts ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  list-style: none;
  padding-left: 0;
}

#front-page .form .texts ul li {
  position: relative;
  padding-left: 28px;
  color: #474645;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 1.12px;
  text-align: left;
}

#front-page .form .texts ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 17px;
  height: 17px;
  background: url("../img/front-page/form-list-bullet.svg") no-repeat left center/contain;
}

#front-page .form .texts ul li + li {
  margin-top: 12px;
}

#front-page .form .texts p {
  text-align: center;
  color: #474645;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 1px;
}

#front-page .form .form-content {
  margin: 40px auto 0;
  width: 100%;
  display: block;
  max-width: 770px;
}

#front-page .form .form-content .wpcf7 {
  width: 100%;
}

#front-page .form .form-content .wpcf7 form {
  width: 100%;
}

#front-page .form .cf7-form {
  width: 100%;
  background: #ffffff;
}

#front-page .form .cf7-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12px;
}

#front-page .form .cf7-form .cf7-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
}

#front-page .form .cf7-form .cf7-row:first-child {
  border-top: none;
}

#front-page .form .cf7-form .cf7-row.full {
  width: 100%;
  display: block;
}

#front-page .form .cf7-form .cf7-col {
  min-width: 0;
}

#front-page .form .cf7-form .cf7-col > p {
  margin: 0;
}

#front-page .form .cf7-form .cf7-col.label {
  color: #474645;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

#front-page .form .cf7-form .cf7-col.label > p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

#front-page .form .cf7-form .cf7-col.label > p > br {
  display: none;
}

#front-page .form .cf7-form .cf7-col.label .cf7-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 36px;
  margin-right: 4px;
  padding: 0 4px;
  border-radius: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #ffffff;
  background: #002b50;
}

#front-page .form .cf7-form .cf7-col.label .cf7-badge.optional {
  background: #ababab;
}

#front-page .form .cf7-form .cf7-col.label .cf7-title {
  display: inline;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.32px;
}

#front-page .form .cf7-form .cf7-col.field {
  max-width: 520px;
  width: 100%;
}

#front-page .form .cf7-form .cf7-col.field > p > br {
  display: none;
}

#front-page .form .cf7-form .cf7-col.field > p > .wpcf7-form-control-wrap,
#front-page .form .cf7-form .cf7-col.field > p > .wpcf7-form-control-wrap > .wpcf7-form-control {
  display: block;
}

#front-page .form .cf7-form .cf7-col.field .wpcf7-form-control-wrap[data-name=contact-method] {
  display: block;
  padding-top: 2px;
}

#front-page .form .cf7-form input[type=text],
#front-page .form .cf7-form input[type=email],
#front-page .form .cf7-form input[type=tel],
#front-page .form .cf7-form select,
#front-page .form .cf7-form textarea {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 8px;
  background: #ffffff;
  color: #474645;
  font-size: 16px;
  font-style: normal;
  line-height: 175%;
  /* 28px */
  outline: none;
}

#front-page .form .cf7-form input[type=text],
#front-page .form .cf7-form input[type=email],
#front-page .form .cf7-form input[type=tel] {
  height: 60px;
  padding: 16px 16.28px;
  font-weight: 400;
  letter-spacing: 0.32px;
}

#front-page .form .cf7-form select {
  height: 60px;
  padding: 16px 36px 16px 16.28px;
  font-weight: 500;
  letter-spacing: 1px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath d='M5.74842 6.53783C5.34817 7.033 4.59323 7.033 4.19299 6.53783L0.224922 1.62862C-0.303652 0.974678 0.161786 -7.86941e-08 1.00264 -5.18465e-09L8.93877 6.88614e-07C9.77962 7.62124e-07 10.2451 0.974679 9.71648 1.62862L5.74842 6.53783Z' fill='%23474645'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px 7px;
}

#front-page .form .cf7-form textarea {
  min-height: 220px;
  padding: 12px 14px;
  font-weight: 400;
  letter-spacing: 0.32px;
  resize: vertical;
}

#front-page .form .cf7-form input::-webkit-input-placeholder, #front-page .form .cf7-form textarea::-webkit-input-placeholder {
  color: #b9bec4;
}

#front-page .form .cf7-form input::-moz-placeholder, #front-page .form .cf7-form textarea::-moz-placeholder {
  color: #b9bec4;
}

#front-page .form .cf7-form input:-ms-input-placeholder, #front-page .form .cf7-form textarea:-ms-input-placeholder {
  color: #b9bec4;
}

#front-page .form .cf7-form input::-ms-input-placeholder, #front-page .form .cf7-form textarea::-ms-input-placeholder {
  color: #b9bec4;
}

#front-page .form .cf7-form input::placeholder,
#front-page .form .cf7-form textarea::placeholder {
  color: #b9bec4;
}

#front-page .form .cf7-form input[type=radio],
#front-page .form .cf7-form input[type=checkbox] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  background: #ffffff;
}

#front-page .form .cf7-form .cf7-col.field .wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

#front-page .form .cf7-form .cf7-col.field .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  display: block;
  margin: 0;
}

#front-page .form .cf7-form .wpcf7-list-item label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  color: #474645;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  /* 28px */
  letter-spacing: 1px;
  cursor: pointer;
}

#front-page .form .cf7-form input[type=radio] {
  width: 20px;
  height: 20px;
  border: 3px solid #dddddd;
  border-radius: 50%;
  display: inline-grid;
  place-content: center;
}

#front-page .form .cf7-form input[type=radio]::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
  background: #0080d9;
}

#front-page .form .cf7-form input[type=radio]:checked {
  border-color: #0080d9;
}

#front-page .form .cf7-form input[type=radio]:checked::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

#front-page .form .cf7-form .cf7-row.full .cf7-consent {
  border-top: 1px solid #e6e8eb;
  padding: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#front-page .form .cf7-form .cf7-row.full .cf7-consent > p {
  display: block;
  margin: 0;
}

#front-page .form .cf7-form .cf7-row.full .cf7-consent > p > .wpcf7-form-control-wrap {
  display: block;
  padding: 0;
}

#front-page .form .cf7-form .cf7-row.full .cf7-consent > p > .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 8px;
}

#front-page .form .cf7-form .cf7-row.full .cf7-consent .wpcf7-list-item label {
  gap: 8px;
  font-weight: 400;
  letter-spacing: 0.32px;
}

#front-page .form .cf7-form input[type=checkbox] {
  width: 24px;
  height: 24px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#front-page .form .cf7-form input[type=checkbox]:checked {
  border-color: #0080d9;
  background: #0080d9;
}

#front-page .form .cf7-form input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#front-page .form .cf7-form .cf7-row.full .cf7-consent a {
  color: #0da8ff;
  text-decoration: underline;
}

#front-page .form .cf7-form .cf7-row.full.cf7-submit {
  display: block;
  padding: 0 14px 18px;
}

#front-page .form .cf7-form .cf7-row.full.cf7-submit > p {
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#front-page .form .cf7-form .cf7-row.full.cf7-submit .wpcf7-spinner {
  display: none;
}

#front-page .form .cf7-form .wpcf7-submit {
  width: 240px;
  border: none;
  border-radius: 999px;
  background: #0080d9;
  color: #ffffff;
  font-size: 19.535px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  cursor: pointer;
  padding: 14px 0;
  text-align: center;
  display: block;
}

.recruit {
  background: #004077;
  padding: 60px 0;
}

.recruit .inner {
  background: url("../img/front-page/top_recruit_bg.webp") no-repeat center/cover;
  border-radius: 48px;
  padding: 100px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}

.recruit .inner .upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 49.3px;
}

.recruit .inner .upper .img {
  max-width: 473px;
  width: 100%;
  height: auto;
}

.recruit .inner .upper .img img {
  width: 100%;
  height: auto;
}

.recruit .inner .upper h2 {
  text-align: center;
  color: #ffffff;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 57.6px;
  /* 160% */
  letter-spacing: 1px;
}

.recruit .inner .lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@-webkit-keyframes hide-video-tag {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(36px);
    transform: translateX(36px);
    visibility: hidden;
  }
}

@keyframes hide-video-tag {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(36px);
    transform: translateX(36px);
    visibility: hidden;
  }
}

@-webkit-keyframes hide-video-tag-sp {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-36px);
    transform: translateX(-36px);
    visibility: hidden;
  }
}

@keyframes hide-video-tag-sp {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-36px);
    transform: translateX(-36px);
    visibility: hidden;
  }
}

@media screen and (max-width: 1360px) {
  #front-page .fv .video-tag {
    right: 20px;
  }
}

@media screen and (max-width: 1280px) {
  #front-page .steps .system {
    padding: 43px 40px;
  }

  #front-page .steps .system .img {
    right: 0%;
  }
}

@media screen and (max-width: 1024px) {
  #front-page .fv {
    height: auto;
    padding: 100px 0 40px;
  }

  #front-page .fv .video-tag {
    top: auto;
    right: auto;
    left: 20px;
    bottom: 0;
    border-radius: 0 20px 0 0;
    padding: 18px 24px;
    -webkit-animation: hide-video-tag-sp 0.45s ease 5s forwards;
    animation: hide-video-tag-sp 0.45s ease 5s forwards;
  }

  #front-page .message .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #front-page .message .texts .common-head h2 {
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 41.6px */
    letter-spacing: 1px;
  }

  #front-page .message .texts .sp-wrap {
    margin-top: 40px;
  }

  #front-page .message .texts .sp-wrap .img {
    display: block;
    width: 100%;
    height: auto;
  }

  #front-page .message .texts .sp-wrap .img img {
    width: 100%;
    height: auto;
  }

  #front-page .message .right {
    display: none;
  }

  #front-page .issue .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #front-page .issue .content .left p {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    /* 27px */
    letter-spacing: 1px;
  }

  #front-page .issue .content .right {
    margin-top: 0;
  }

  #front-page .issue .content .right .items {
    gap: 12px;
  }

  #front-page .issue .content .right .items .item {
    max-width: 350px;
    padding: 16px;
  }

  #front-page .issue .content .right .items p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: 0.7px;
  }

  #front-page .issue h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 32px */
    letter-spacing: 0.6px;
  }

  #front-page .steps .titles .ballon {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 21.6px */
    letter-spacing: 0.9px;
  }

  #front-page .steps .titles h2 span {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 36.4px */
    letter-spacing: 0.771px;
    padding: 6.71px;
  }

  #front-page .steps .titles p {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 24px */
    letter-spacing: 1px;
  }

  #front-page .steps .chart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
  }

  #front-page .steps .chart .top {
    height: auto;
  }

  #front-page .steps .chart .middle {
    height: auto;
  }

  #front-page .steps .chart .bottom {
    height: auto;
  }

  #front-page .steps .chart .cart {
    width: 100%;
    max-width: 350px;
  }

  #front-page .steps .chart .cart .middle,
  #front-page .steps .chart .cart .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
  }

  #front-page .steps .chart .cart .middle .vlabels-sp,
  #front-page .steps .chart .cart .bottom .vlabels-sp {
    display: block;
    width: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 19.6px */
    letter-spacing: 1px;
    text-align: center;
  }

  #front-page .steps .chart .vlabels {
    display: none;
  }

  #front-page .steps .chart .arrow .top {
    display: none;
  }

  #front-page .steps .chart .arrow .icon {
    background-image: url("../img/front-page/top_steps_arrow_sp.svg");
    background-position: center;
    background-size: auto 40px;
    width: 6px;
    height: 40px;
    background-color: transparent;
  }

  #front-page .steps .chart .arrow .bottom {
    display: none;
  }

  #front-page .steps .chart .cart.center {
    max-width: 350px;
    width: 100%;
  }

  #front-page .steps .system {
    display: none;
  }

  #front-page .steps .system-sp {
    display: block;
  }

  #front-page .steps .system-sp .btns {
    border-top: 1px solid rgba(86, 116, 151, 0.3);
    padding-top: 20px;
  }

  #front-page .steps .system-sp .btns a {
    width: 100%;
  }

  #front-page .service .items {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #front-page .service .items .item {
    width: 100%;
  }

  #front-page .service .items .item:nth-child(-n+2) {
    border-top: 1px solid #acc3d7;
  }

  #front-page .service .items .item:nth-child(even) {
    border-left: 1px solid #acc3d7;
  }

  #front-page .service .items .item .upper h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 41.6px;
    /* 189.091% */
    letter-spacing: 0.52px;
  }

  #front-page .advantages h2 {
    margin-top: 20px;
    padding: 6.71px;
  }

  #front-page .advantages h2 span {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 36.4px */
    letter-spacing: 0.771px;
    padding: 0;
  }

  #front-page .advantages .explain {
    font-size: 15px;
    font-weight: 500;
    line-height: 160%;
    /* 24px */
  }

  #front-page .form .texts ul li {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 21px */
    letter-spacing: 1.05px;
  }

  #front-page .form .texts p {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 21px */
    letter-spacing: 1px;
    text-align: left;
  }

  #front-page .form .cf7-form .cf7-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }

  #front-page .form .cf7-form .cf7-col.label {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  #front-page .form .cf7-form .cf7-col.field {
    max-width: 100%;
  }

  .recruit {
    background: #ffffff;
    padding: 60px 20px;
  }

  .recruit .inner {
    padding: 100px 20px;
    height: 600px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .recruit .inner .upper h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 28px */
    letter-spacing: 1px;
  }
}/*# sourceMappingURL=front-page.css.map */
