@charset "UTF-8";
/*=============================================*/
/*Font import */
/*=============================================*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap);
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

* {
  box-sizing: border-box;
}

table {
  width: 100%;
  background: none;
  border: none;
  box-shadow: none;
}

/*=============================================*/
/*Common Base*/
/*=============================================*/
html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  margin: auto;
  width: auto;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  letter-spacing: 0.05em;
}

p, span, li, a {
  letter-spacing: 0.05em;
}

.pc_only {
  display: block;
}
@media (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 768px) {
  .sp_only {
    display: block !important;
  }
}

.c-to-l {
  text-align: center;
}
@media (max-width: 1024px) {
  .c-to-l {
    text-align: left;
  }
}
.c-to-l.sp {
  text-align: center;
}
@media (max-width: 768px) {
  .c-to-l.sp {
    text-align: left;
  }
}

/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
.main_width {
  max-width: 1900px;
  width: calc(100% - 40px);
  margin: auto;
}
.main_width.w1500 {
  max-width: 1500px;
}
.main_width.w1200 {
  max-width: 1200px;
}

/*=============================================*/
/*  layout                               */
/*=============================================*/
/********************************************/
/* cta */
/********************************************/
.common_cta.top_pa .bg_image {
  padding-top: 250px;
}
@media (max-width: 1024px) {
  .common_cta.top_pa .bg_image {
    padding-top: 170px;
  }
}
.common_cta .bg_image {
  position: relative;
  padding: 150px 20px;
}
@media (max-width: 768px) {
  .common_cta .bg_image {
    padding: 80px 0;
  }
}
.common_cta .bg_image::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/common/common-cta.webp) no-repeat center/cover;
  z-index: -1;
}
.common_cta .container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3%;
  row-gap: 20px;
}
.common_cta .container .left {
  width: 57%;
}
@media (max-width: 768px) {
  .common_cta .container .left {
    width: 100%;
    text-align: center;
  }
}
.common_cta .container .right {
  width: 40%;
}
@media (max-width: 768px) {
  .common_cta .container .right {
    width: 100%;
  }
}

.common_cta .left .title {
  display: block;
  position: relative;
  margin-bottom: 20px;
  font-size: clamp(2.3rem, 2.7vw, 4rem);
  color: #6CCDF9;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.common_cta .left .title::before {
  position: absolute;
  left: -10%;
  top: -130%;
  content: "CONTACT";
  font-size: clamp(7rem, 12vw, 18rem);
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #FFF;
  letter-spacing: 0.05em;
  line-height: 1;
  z-index: -1;
  opacity: 0.6;
}
@media (max-width: 1440px) {
  .common_cta .left .title::before {
    left: 0;
  }
}
@media (max-width: 768px) {
  .common_cta .left .title::before {
    top: -70%;
    right: 0;
    margin: auto;
  }
}
.common_cta .left .text {
  font-size: clamp(1.5rem, 1.7vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.8;
}

.common_cta .right .js-tel_link {
  font-size: clamp(3.5rem, 4.2vw, 6rem);
  line-height: 1.2;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
.common_cta .right .js-tel_link .small {
  line-height: 1.2;
  font-size: clamp(2rem, 2.6vw, 4rem);
}
.common_cta .right .time {
  font-size: clamp(1.3rem, 1.6vw, 2rem);
  letter-spacing: 0.05em;
}
.common_cta .right .common-btn {
  margin-top: 15px;
  text-align: center;
}
.common_cta .right .common-btn .text {
  display: inline-block;
  max-width: 380px;
  width: 100%;
  border: 3px solid #FFF;
  border-radius: 40px;
  font-size: clamp(1.6rem, 1.8vw, 2.2rem);
  color: #FFF;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .common_cta .right .common-btn .text {
    padding: 15px;
    max-width: 300px;
  }
}

/********************************************/
/* fv */
/********************************************/
.fv_block .bg-primary {
  position: relative;
}
.fv_block .bg-primary::after {
  position: absolute;
  right: 0;
  top: -2px;
  content: "";
  width: 100%;
  height: 130px;
  background: url(../img/top/fv-bg-wave-white.svg) repeat center/contain;
}
@media (max-width: 1440px) {
  .fv_block .bg-primary::after {
    height: 100px;
  }
}
.fv_block .column {
  position: relative;
  background-color: #6CCDF9;
}
.fv_block .fv_container {
  margin-left: calc(50% - 50vw);
}
.fv_block .fv_container img {
  border-radius: 0 80px 80px 0;
}
.fv_block .swiper {
  max-width: 1400px;
  margin-left: 0;
  width: 72%;
  background-color: #FFF;
  border-radius: 0 80px 80px 0;
}
@media (max-width: 768px) {
  .fv_block .swiper {
    width: 90%;
  }
}
.fv_block .swiper .pc {
  display: block;
}
@media (max-width: 768px) {
  .fv_block .swiper .pc {
    display: none;
  }
}
.fv_block .swiper .sp {
  display: none;
}
@media (max-width: 768px) {
  .fv_block .swiper .sp {
    display: block;
  }
}
.fv_block .swiper img {
  display: block;
  width: 100%;
}
.fv_block .fv_text {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 1024px) {
  .fv_block .fv_text {
    right: 20px;
    top: auto;
    bottom: 50px;
    transform: translateY(0);
  }
}
.fv_block .fv_text .title {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.fv_block .fv_text .title .head {
  position: relative;
  padding-right: 270px;
  font-size: clamp(2.3rem, 2.4vw, 4.5rem);
  font-weight: 700;
}
@media (max-width: 1024px) {
  .fv_block .fv_text .title .head {
    padding-right: 100px;
  }
}
@media (max-width: 768px) {
  .fv_block .fv_text .title .head {
    padding-right: 50px;
  }
}
.fv_block .fv_text .title .head::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 30%;
  height: 1px;
  background-color: #FFF;
  transform: translateY(-50%);
}
@media (max-width: 1440px) {
  .fv_block .fv_text .title .head::after {
    width: 35%;
  }
}
@media (max-width: 1024px) {
  .fv_block .fv_text .title .head::after {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .fv_block .fv_text .title .head::after {
    width: 10%;
    background-color: unset;
  }
}
.fv_block .fv_text .title p {
  font-size: clamp(2.3rem, 3.5vw, 6rem);
  font-weight: 700;
}
.fv_block .fv_text .title p .num {
  font-size: clamp(3.5rem, 5vw, 9rem);
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

.fv_block .bottom_content {
  position: relative;
  display: flex;
}
@media (max-width: 768px) {
  .fv_block .bottom_content {
    flex-direction: column;
  }
}
.fv_block .bottom_content::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  content: "";
  background-color: #FFF;
}
@media (max-width: 1440px) {
  .fv_block .bottom_content::before {
    height: 33%;
  }
}
@media (max-width: 1024px) {
  .fv_block .bottom_content::before {
    content: none;
  }
}
.fv_block .bottom_content::after {
  position: absolute;
  right: 0;
  top: 50px;
  content: "";
  width: 285px;
  height: 448px;
  background: url(../img/top/fv-work.webp) no-repeat center/contain;
  border-radius: 30px 0 0 30px;
}
@media (max-width: 1440px) {
  .fv_block .bottom_content::after {
    width: 229px;
    height: 368px;
  }
}
@media (max-width: 1024px) {
  .fv_block .bottom_content::after {
    content: none;
  }
}
.fv_block .bottom_content .container {
  width: 70%;
  padding: 6vw 320px 300px 6vw;
  max-width: 1400px;
  margin-left: auto;
}
@media (max-width: 1440px) {
  .fv_block .bottom_content .container {
    width: 100%;
    padding-right: 250px;
  }
}
@media (max-width: 1024px) {
  .fv_block .bottom_content .container {
    padding-right: 20px;
    padding-bottom: 280px;
  }
}
@media (max-width: 768px) {
  .fv_block .bottom_content .container {
    padding-top: 60px;
    padding-bottom: 170px;
    order: 1;
  }
}
.fv_block .bottom_content .images {
  position: relative;
  top: -18vw;
  z-index: 10;
}
@media (max-width: 768px) {
  .fv_block .bottom_content .images {
    position: absolute;
    order: 2;
    top: unset;
    right: 0;
    bottom: -130px;
    width: 100%;
  }
}
.fv_block .bottom_content .images:before {
  position: absolute;
  left: 0;
  top: 18vw;
  content: "";
  width: calc(100% - 60px);
  height: 100%;
  background-color: #FFF;
  z-index: -1;
}
@media (max-width: 768px) {
  .fv_block .bottom_content .images:before {
    background-color: transparent;
  }
}
.fv_block .bottom_content .images img {
  display: block;
  width: 100%;
}
.fv_block .bottom_content .images .logo {
  position: relative;
  right: 60px;
  width: 100%;
  text-align: right;
  z-index: 3;
}
@media (max-width: 768px) {
  .fv_block .bottom_content .images .logo {
    position: absolute;
    right: auto;
    bottom: -40px;
    width: 180px;
    left: 0;
  }
}
.fv_block .bottom_content .images .logo img {
  display: inline;
  max-width: 576px;
}
.fv_block .bottom_content .images .staff {
  max-width: 716px;
  width: 100%;
}
@media (max-width: 768px) {
  .fv_block .bottom_content .images .staff {
    max-width: 100%;
    text-align: right;
  }
}
.fv_block .bottom_content .images .staff img {
  border-radius: 0 40px 40px 0;
}
@media (max-width: 768px) {
  .fv_block .bottom_content .images .staff img {
    display: inline;
    width: 100%;
    border-radius: 20px 0 0 20px;
    max-width: 307px;
  }
}

.fv_block .bottom_content .text_area .title {
  display: inline-block;
  margin-bottom: 40px;
  padding: 15px 0;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  font-size: clamp(2.2rem, 2.2vw, 4rem);
  font-weight: 700;
  color: #FFF;
}
@media (max-width: 768px) {
  .fv_block .bottom_content .text_area .title {
    display: block;
    width: 90%;
  }
}
.fv_block .bottom_content .text_area .title .num {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
.fv_block .bottom_content .text_area .txt_base p {
  color: #FFF;
  line-height: 2;
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  font-weight: 400;
}

/********************************************/
/* reasons */
/********************************************/
@media (max-width: 768px) {
  .top_reasons_block {
    padding-top: 280px;
  }
}
.top_reasons_block .bg-image {
  position: relative;
  padding-top: 180px;
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .top_reasons_block .bg-image {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.top_reasons_block .bg-image::before, .top_reasons_block .bg-image::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -4;
}
.top_reasons_block .bg-image::before {
  background: url(../img/top/img-reasons.webp) no-repeat top/100%;
}
.top_reasons_block .bg-image::after {
  background-color: #FFF;
  opacity: 0.6;
  z-index: -3;
}
.top_reasons_block .tmp-top_title.reasons {
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .top_reasons_block .tmp-top_title.reasons {
    margin-bottom: 50px;
  }
}
.top_reasons_block .tmp-top_title.reasons .title::before {
  content: "REASONS";
  top: 30px;
}

.top_reasons_block .item {
  position: relative;
  padding: 70px 20px;
  border: 3px solid #32AADF;
  border-radius: 30px 30px 0 30px;
  font-size: clamp(1.8rem, 2.1vw, 3rem);
  color: #32AADF;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .top_reasons_block .item {
    padding: 30px 5px;
  }
}
.top_reasons_block .item::before {
  position: absolute;
  left: 10px;
  top: 20px;
  content: "";
  font-size: clamp(3rem, 5vw, 9rem);
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #FFF;
  z-index: -1;
  line-height: 1;
}
.top_reasons_block .item::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #E5F3FB;
  border-radius: 30px 30px 0 30px;
  z-index: -2;
}

.top_reasons_block .mod-flex.column3 {
  row-gap: 40px;
}
@media (max-width: 768px) {
  .top_reasons_block .mod-flex.column3 {
    row-gap: 20px;
  }
}
@media (max-width: 768px) {
  .top_reasons_block .mod-flex.column3 .item {
    width: 48.5%;
  }
}
@media (max-width: 480px) {
  .top_reasons_block .mod-flex.column3 .item {
    width: 100%;
  }
}

.top_reasons_block .item:nth-child(1)::before {
  content: "01";
}
.top_reasons_block .item:nth-child(2)::before {
  content: "02";
}
.top_reasons_block .item:nth-child(3)::before {
  content: "03";
}
.top_reasons_block .item:nth-child(4)::before {
  content: "04";
}
.top_reasons_block .item:nth-child(5)::before {
  content: "05";
}

.top_reasons_block .common-btn {
  margin-top: 80px;
  text-align: center;
}
.top_reasons_block .common-btn .text {
  max-width: 350px;
  width: 100%;
  font-size: clamp(1.4rem, 1.6vw, 2rem);
  letter-spacing: 0.01em;
}

/********************************************/
/* service */
/********************************************/
.top_service_block .bg-image {
  position: relative;
  padding-top: 180px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .top_service_block .bg-image {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.top_service_block .bg-image::before, .top_service_block .bg-image::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -4;
}
.top_service_block .bg-image::before {
  background: url(../img/top/img-service.webp) no-repeat top/100%;
}
.top_service_block .bg-image::after {
  background-color: #FFF;
  opacity: 0.4;
  z-index: -3;
}
.top_service_block .tmp-top_title.service {
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .top_service_block .tmp-top_title.service {
    margin-bottom: 50px;
  }
}
.top_service_block .tmp-top_title.service .title::before {
  content: "SERVICE";
}

.top_service_block .problem {
  position: relative;
  padding: 50px;
  background-color: #FFF;
  border-radius: 50px;
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.25);
  z-index: 11;
}
@media (max-width: 768px) {
  .top_service_block .problem {
    padding: 20px;
    border-radius: 30px;
  }
}
.top_service_block .problem .inner_title {
  padding-bottom: 45px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .top_service_block .problem .inner_title {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}
.top_service_block .problem .inner_title .small {
  line-height: 1.8;
  font-size: clamp(1.6rem, 2.4vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.015em;
}
.top_service_block .problem .inner_title .text {
  font-size: clamp(2.1rem, 2.9vw, 3.5rem);
  font-weight: 700;
  letter-spacing: 0.015em;
}
.top_service_block .problem_list {
  display: flex;
  align-items: flex-start;
  column-gap: 1%;
}
@media (max-width: 768px) {
  .top_service_block .problem_list {
    display: block;
  }
}
.top_service_block .problem_list .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32.6666666667%;
  text-align: center;
}
@media (max-width: 768px) {
  .top_service_block .problem_list .item {
    display: block;
    width: 100%;
    padding-left: 25px;
    text-align: left;
  }
  .top_service_block .problem_list .item:not(:last-child) {
    margin-bottom: 10px;
  }
  .top_service_block .problem_list .item::before {
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    width: 18px;
    height: 18px;
    background: url(../img/top/ico-checkmark.svg) no-repeat center/contain;
    z-index: 10;
  }
}
.top_service_block .problem_list .img {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .top_service_block .problem_list .img {
    display: none;
  }
}
.top_service_block .problem_list .img img {
  display: block;
  width: 50px;
}
.top_service_block .problem_list .description {
  font-size: clamp(1.4rem, 2.1vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.top_service_block .problem::before {
  position: absolute;
  left: 48%;
  top: 112%;
  content: "";
  border-right: 100px solid transparent;
  border-left: 100px solid transparent;
  border-top: 40px solid #32AADF;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .top_service_block .problem::before {
    left: 50%;
    border-top: 20px solid #32AADF;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
  }
}

.top_service_block .box90 {
  width: calc(100% - 120px);
}
@media (max-width: 1024px) {
  .top_service_block .box90 {
    width: 100%;
  }
}
.top_service_block .content01 {
  position: relative;
  padding: 300px 0 180px 0;
  border-radius: 0 100px 100px 0;
  margin-top: -150px;
}
@media (max-width: 768px) {
  .top_service_block .content01 {
    padding-top: 210px;
    padding-bottom: 80px;
    border-radius: 0;
  }
}
.top_service_block .content01 .inner_title {
  padding-bottom: 20px;
  font-size: clamp(2.1rem, 3vw, 4.5rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
}
@media (max-width: 768px) {
  .top_service_block .content01 .inner_title {
    padding-bottom: 10px;
  }
}
.top_service_block .content01 .txt_base {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .top_service_block .content01 .txt_base {
    margin-bottom: 40px;
  }
}
.top_service_block .content01 .txt_base p {
  line-height: 1.8;
  font-size: clamp(1.4rem, 1.8vw, 2rem);
  font-weight: 400;
  text-align: center;
}
.top_service_block .content01 .mod-flex {
  position: relative;
  row-gap: 10px;
  z-index: 1;
}
.top_service_block .content01 .mod-flex .item {
  padding: 30px;
  background-color: #FFF;
  border-radius: 30px 30px 0 30px;
}
@media (max-width: 768px) {
  .top_service_block .content01 .mod-flex .item {
    padding: 20px;
    border-radius: 20px;
  }
}
.top_service_block .content01 .mod-flex .item .list_title {
  display: block;
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #32AADF;
  border-radius: 10px;
  font-size: clamp(1.6rem, 2vw, 2.5rem);
  font-weight: 600;
  color: #FFF;
}
.top_service_block .content01 .mod-flex .item .desc {
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
  font-weight: 400;
  letter-spacing: 0.01em;
}
.top_service_block .content01 .common-btn {
  margin-top: 80px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 768px) {
  .top_service_block .content01 .common-btn {
    margin-top: 40px;
  }
}

.top_service_block .content01 {
  position: relative;
  z-index: 10;
}
.top_service_block .content01::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 36vw;
  height: 100%;
  background: url(../img/top/img-service-content01.svg) no-repeat bottom/contain;
  z-index: -1;
}

.top_service_block .box90#content02 {
  margin-top: 120px;
  margin-left: auto;
}

.top_service_block .content02 {
  position: relative;
  border-radius: 100px 0 0 100px;
  z-index: 10;
}
@media (max-width: 768px) {
  .top_service_block .content02 {
    border-radius: 0;
  }
}
.top_service_block .content02::before {
  background: url(../img/top/img-service-content02.webp) no-repeat center/cover;
  border-radius: 100px 0 0 100px;
  opacity: 0.2;
  z-index: -3;
}
@media (max-width: 768px) {
  .top_service_block .content02::before {
    border-radius: 0;
  }
}
.top_service_block .content02::after {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #4CCBA7;
  border-radius: 100px 0 0 100px;
  z-index: -2;
}
@media (max-width: 768px) {
  .top_service_block .content02::after {
    border-radius: 0;
  }
}
.top_service_block .content02 .tmp-top_title.case .title {
  color: #32AADF;
}
.top_service_block .content02 .tmp-top_title.case .title::before {
  color: #FFF;
  content: "CASE";
  z-index: -1;
}

.top_service_block .content02 .case_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 50px;
  margin-bottom: 60px;
}
.top_service_block .content02 .item {
  width: calc((100% - 60px) / 3);
}
@media (max-width: 768px) {
  .top_service_block .content02 .item {
    width: 100%;
  }
}
.top_service_block .content02 .item .img {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  padding-top: 72%;
}
.top_service_block .content02 .item .img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .top_service_block .content02 .item .img img {
    width: 100%;
  }
}
.top_service_block .content02 .item .tags {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.top_service_block .content02 .item .tags .tag {
  display: inline-block;
  padding: 1px 20px;
  background-color: #FFF;
  border-radius: 20px;
  font-size: clamp(1.3rem, 1.4vw, 1.6rem);
  color: #32AADF;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.top_service_block .content02 .item .title {
  font-size: clamp(1.6rem, 2vw, 2.3rem);
  font-weight: 700;
  letter-spacing: 0.01em;
}
.top_service_block .content02 .item .detail {
  line-height: 1.8;
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 0.01em;
}
.top_service_block .content02 .common-btn {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.top_service_block .content02 .common-btn .text {
  border: 3px solid #FFF;
  color: #FFF;
}

/********************************************/
/* content_link */
/********************************************/
.content_link_block .page_link {
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
  row-gap: 30px;
}
.content_link_block .page_link .item {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: calc((100% - 60px) / 2);
}
@media (max-width: 768px) {
  .content_link_block .page_link .item {
    width: 100%;
    flex: none;
  }
}
.content_link_block .page_link a {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 40px 40px 100px 40px;
  transition: all 0.3s;
  border-radius: 30px 30px 0 30px;
}
@media (max-width: 768px) {
  .content_link_block .page_link a {
    padding: 20px 20px 70px 20px;
  }
}
.content_link_block .page_link a .title {
  padding-bottom: 0.5em;
  font-size: clamp(1.8rem, 2.3vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.01em;
}
.content_link_block .page_link a p {
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #FFF;
}
.content_link_block .page_link a:hover .btn {
  background: linear-gradient(90deg, rgb(108, 205, 249) 0%, rgb(106, 218, 186) 100%);
  border: 1px solid #FFF;
  color: #FFF;
}
.content_link_block .page_link a:hover .btn::after {
  background: url(../img/ico/ico-arrow-white.svg) no-repeat center/contain;
}
.content_link_block .page_link .btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  max-width: 160px;
  width: 100%;
  margin-top: 30px;
  margin-left: auto;
  padding: 10px 40px 10px 30px;
  background-color: #FFF;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  color: #6ADABA;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  border: 1px solid transparent;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .content_link_block .page_link .btn {
    right: 15px;
    bottom: 15px;
    max-width: 130px;
    padding: 5px 40px 5px 30px;
  }
}
.content_link_block .page_link .btn::after {
  position: absolute;
  right: 30px;
  top: 50%;
  content: "";
  width: 20px;
  height: 15px;
  transform: translateY(-50%);
  transition: all 0.3s;
  background: url(../img/ico/ico-arrow-secondary.svg) no-repeat center/contain;
}
@media (max-width: 768px) {
  .content_link_block .page_link .btn::after {
    right: 15px;
    width: 15px;
  }
}

/********************************************/
/* NEWS */
/********************************************/
.top_news_block {
  margin-top: 250px;
  margin-bottom: 200px;
}
@media (max-width: 768px) {
  .top_news_block {
    margin-top: 120px;
    margin-bottom: 150px;
  }
}
.top_news_block .container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3%;
  row-gap: 80px;
}
@media (max-width: 1024px) {
  .top_news_block .container {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .top_news_block .container {
    row-gap: 40px;
  }
}
.top_news_block .container .left {
  width: 28%;
}
@media (max-width: 1024px) {
  .top_news_block .container .left {
    width: 100%;
  }
}
.top_news_block .container .right {
  width: 69%;
}
@media (max-width: 1024px) {
  .top_news_block .container .right {
    width: 100%;
  }
}
.top_news_block .tmp-top_title.news .title::before {
  left: -5vw;
  top: -20px;
  content: "NEWS";
  font-size: clamp(10rem, 16vw, 26.5rem);
}
@media (max-width: 1440px) {
  .top_news_block .tmp-top_title.news .title::before {
    left: 0;
  }
}
@media (max-width: 768px) {
  .top_news_block .tmp-top_title.news .title::before {
    top: -15px;
  }
}
.top_news_block .tmp-top_title.news .title .text {
  letter-spacing: 0.2em;
}
.top_news_block .only_p {
  display: block;
}
@media (max-width: 1024px) {
  .top_news_block .only_p {
    display: none;
  }
}
.top_news_block .only_s {
  display: none;
}
@media (max-width: 1024px) {
  .top_news_block .only_s {
    display: block;
  }
}

.top_news_block .left .common-btn {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  text-align: center;
}

.top_news_block .right .item:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .top_news_block .right .item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.top_news_block .right .item a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 30px;
  padding-right: 60px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .top_news_block .right .item a {
    display: block;
    padding-right: 40px;
  }
}
.top_news_block .right .item a:hover {
  color: #6ADABA;
}
.top_news_block .right .item a::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 50px;
  height: 50px;
  background: #6ADABA url(../img/ico/ico-arrow-white.svg) no-repeat center/40%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .top_news_block .right .item a::after {
    width: 30px;
    height: 30px;
  }
}
.top_news_block .right .item .date {
  font-size: clamp(1.4rem, 1.6vw, 2rem);
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.top_news_block .right .item .text {
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.1em;
}

.top_news_block .only_s .common-btn {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/********************************************/
/* recruit */
/********************************************/
.top_recruit_block {
  position: relative;
}
.top_recruit_block::before {
  position: absolute;
  left: 0;
  top: -100px;
  content: "";
  max-width: 310px;
  width: 21vw;
  height: 450px;
  background: url(../img/top/img-recruit01.webp) no-repeat center/100%;
}
@media (max-width: 1024px) {
  .top_recruit_block::before {
    top: -230px;
    width: 160px;
  }
}
.top_recruit_block::after {
  position: absolute;
  right: 0;
  bottom: -25%;
  content: "";
  max-width: 620px;
  width: 30vw;
  height: 630px;
  background: url(../img/top/img-recruit02.webp) no-repeat center/100%;
}
@media (max-width: 1024px) {
  .top_recruit_block::after {
    width: 280px;
    height: 300px;
    bottom: -10%;
  }
}
@media (max-width: 768px) {
  .top_recruit_block::after {
    bottom: -21%;
    width: 200px;
    height: 270px;
  }
}
.top_recruit_block .bg-primary {
  padding-top: 200px;
  padding-bottom: 150px;
  padding-left: 340px;
  padding-right: 400px;
}
@media (max-width: 1440px) {
  .top_recruit_block .bg-primary {
    padding-left: 300px;
  }
}
@media (max-width: 1200px) {
  .top_recruit_block .bg-primary {
    padding-left: 260px;
  }
}
@media (max-width: 1024px) {
  .top_recruit_block .bg-primary {
    padding-top: 140px;
    padding-bottom: 180px;
    padding-left: 0;
    padding-right: 0;
  }
}
.top_recruit_block .tmp-top_title.recruit .title {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .top_recruit_block .tmp-top_title.recruit .title {
    margin-bottom: 30px;
  }
}
.top_recruit_block .tmp-top_title.recruit .title::before {
  left: 0;
  top: -50px;
  content: "RECRUIT";
  font-size: clamp(8rem, 16vw, 26.5rem);
  color: #FFF;
}
@media (max-width: 1440px) {
  .top_recruit_block .tmp-top_title.recruit .title::before {
    left: 0;
  }
}
@media (max-width: 1024px) {
  .top_recruit_block .tmp-top_title.recruit .title::before {
    left: 0;
    top: -10px;
  }
}
.top_recruit_block .tmp-top_title.recruit .title .text {
  letter-spacing: 0.2em;
}
.top_recruit_block .common-btn {
  max-width: 350px;
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .top_recruit_block .common-btn {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top_recruit_block .common-btn .text {
  border: 3px solid #FFF;
}

/********************************************/
/* fixed */
/********************************************/
.sp_fixed {
  display: none;
}
@media (max-width: 768px) {
  .sp_fixed {
    position: fixed;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    background-color: #FFF;
    z-index: 100;
  }
  .sp_fixed .container {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
  .sp_fixed .common-btn {
    max-width: 150px;
  }
  .sp_fixed .common-btn .text {
    display: block;
    padding: 10px 20px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #FFF;
    letter-spacing: 0.01em;
  }
  .sp_fixed .text_area .small {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    padding-right: 3px;
  }
  .sp_fixed .text_area p {
    line-height: 1.1;
    font-size: 2.3rem;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
  }
  .sp_fixed .text_area .time {
    font-size: 1rem;
  }
}/*# sourceMappingURL=style.css.map */