@charset "UTF-8";
/*=============================================*/
/*Sass import */
/*=============================================*/
/*=============================================*/
/*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;
}

a:visited,
a:active {
  color: #353535;
}

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;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  margin: auto;
  width: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  color: #353535;
  font-size: 1.6rem;
  line-height: 1;
  word-break: break-word;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0.05em;
  }
}

@media (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .pc2_only {
    display: none !important;
  }
}
@media (min-width: 481px) {
  .sp2_only {
    display: none !important;
  }
}
.center {
  margin: auto;
  text-align: center;
  line-height: 180%;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.txt_base p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media (max-width: 767px) {
  .txt_base p {
    font-size: 1.4rem;
  }
}
.txt_base p + p {
  padding-top: 12px;
}

.more_btn div, .more_btn a {
  position: relative;
  padding: 12px 48px 12px 20px;
  width: 300px;
  color: #FFF;
  background: #59C2E1;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  display: inline-block;
  border-radius: 5px;
}
.more_btn div::after, .more_btn a::after {
  position: absolute;
  content: "";
  margin-right: 13px;
  margin-left: 13px;
  width: 22px;
  height: 22px;
  background: url(../img/common/arrow-01-w.svg) no-repeat center center/7px 13px;
  top: calc(50% - 11px);
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.more_btn div span, .more_btn a span {
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 1px solid #FFF;
  display: block;
}
.more_btn div:hover, .more_btn a:hover {
  background: #606060;
}
.more_btn div.white, .more_btn a.white {
  color: #353535;
  background: #FFF;
}
.more_btn div.white::after, .more_btn a.white::after {
  background: url(../img/common/arrow-01-bk.svg) no-repeat center center/7px 13px;
}
.more_btn div.white span, .more_btn a.white span {
  border-right: 1px solid #353535;
}
.more_btn div.white:hover, .more_btn a.white:hover {
  color: #FFF;
  background: #606060;
}
.more_btn div.white:hover::after, .more_btn a.white:hover::after {
  background: url(../img/common/arrow-01-w.svg) no-repeat center center/7px 13px;
}
.more_btn div.white:hover span, .more_btn a.white:hover span {
  border-right: 1px solid #FFF;
}

a.external {
  position: relative;
  padding-right: 20px;
  color: #59C2E1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.external::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/common/icn-external.svg) no-repeat 0 0/contain;
  top: 2px;
  right: 0;
}
a.external:hover {
  color: #606060;
}
a.external:hover::after {
  background: url(../img/common/icn-external-bk.svg) no-repeat 0 0/contain;
}

a.external02 {
  position: relative;
  padding: 5px 40px 0px 20px;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  background: #59C2E1;
  border-radius: 35px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  a.external02 {
    padding: 6px 40px 5px 20px;
    font-size: 1.4rem;
  }
}
a.external02::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: url(../img/common/icn-external02.svg) no-repeat 0 0/contain;
  top: calc(50% - 4px);
  right: 20px;
}
a.external02:hover {
  background: #606060;
}

.gmap {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .gmap {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
  }
}
.gmap iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 767px) {
  .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
main {
  margin-top: 80px;
}
@media (max-width: 1023px) {
  main {
    margin-top: 65px;
  }
}

.main_width {
  margin: 0 auto;
  width: 96%;
  max-width: 1200px;
}
@media (max-width: 767px) {
  .main_width {
    width: calc(100% - 40px);
  }
}

/*=============================================*/
/*  layout                               */
/*=============================================*/
/*=============================================*/
/*  top     */
/*=============================================*/
main.top .sec h2 {
  margin-bottom: 50px;
  font-size: 5rem;
  font-size: clamp(2.5rem, 4.2vw, 5rem);
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 767px) {
  main.top .sec h2 {
    margin-bottom: 40px;
    font-size: 3.2rem;
  }
}
main.top .sec h2 span {
  padding-top: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
}
@media (max-width: 767px) {
  main.top .sec h2 span {
    padding-top: 10px;
    font-size: 1.5rem;
  }
}

/*=============================================*/
/*  top_fv_block     */
/*=============================================*/
.top_fv_block {
  position: relative;
  padding-top: 30px;
  height: calc(100dvh - 110px);
  overflow: hidden;
  background: url(../img/top/fv-bg.webp) no-repeat left top 43px/100% auto;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .top_fv_block {
    padding-top: 20px;
    height: calc(100dvh - 65px);
    background: url(../img/top/fv-bg.webp) no-repeat right center/auto 100%;
  }
}
@media (max-width: 768px) {
  .top_fv_block {
    padding-bottom: 20px;
    height: calc(100dvh - 130px);
    background: url(../img/top/fv-bg-sp.webp) no-repeat right center/cover;
  }
}
.top_fv_block .top_fv_img {
  height: 250px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top_fv_block .top_fv_img {
    height: 120px;
  }
}
.top_fv_block .top_fv_img {
  /*
      .img {
        height: 100%;
        flex-shrink: 0;
        img {
          width: auto;
          height: 100%;
          border-radius: 8px;
          @include breakpoint__max (device_sp) {
            border-radius: 5px;
          }
        }
      }
  */
  /*
      .swiper-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0 20px;
        transition-timing-function: linear;
      }
  */
}
.top_fv_block .top_fv_img .top_fv_img_inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: marquee 60s linear infinite;
          animation: marquee 60s linear infinite;
  gap: 0 20px;
}
.top_fv_block .top_fv_img .top_fv_img_inner.img02 {
  -webkit-animation: marquee_reverse 60s linear infinite;
          animation: marquee_reverse 60s linear infinite;
}
.top_fv_block .top_fv_img .top_fv_img_content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
.top_fv_block .top_fv_img .img {
  width: auto;
  height: 100%;
}
.top_fv_block .top_fv_img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .top_fv_block .top_fv_img .img img {
    border-radius: 5px;
  }
}
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes marquee_reverse {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes marquee_reverse {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.top_fv_block .fv_txt {
  padding-top: 3%;
  padding-bottom: 3%;
}
@media (max-width: 600px) {
  .top_fv_block .fv_txt {
    padding-top: 4%;
    padding-bottom: 4%;
  }
}
.top_fv_block .fv_txt .txt01 {
  font-size: 4.751rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .top_fv_block .fv_txt .txt01 {
    font-size: 2.2rem;
  }
}
.top_fv_block .fv_txt .txt01 span {
  color: #59C2E1;
}
.top_fv_block .fv_txt .txt01 span.block {
  margin-right: 10px;
  padding-left: 10px;
  padding-bottom: 8px;
  color: #FFF;
  font-size: 5.7rem;
  font-weight: 600;
  line-height: 1.2;
  background: #59C2E1;
  border-radius: 4.75px;
  display: inline-block;
}
@media (max-width: 767px) {
  .top_fv_block .fv_txt .txt01 span.block {
    margin-right: 5px;
    padding-left: 5px;
    padding-bottom: 4px;
    font-size: 2.782rem;
  }
}
@media (min-width: 820px) {
  .top_fv_block .fv_txt .txt01 .br {
    display: none !important;
  }
}
.top_fv_block .fv_txt p {
  margin-top: 40px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.9;
  text-align: center;
}
@media (max-width: 767px) {
  .top_fv_block .fv_txt p {
    margin-top: 20px;
  }
}

/*=============================================*/
/*  top_aboutus_block     */
/*=============================================*/
.top_aboutus_block {
  padding-top: 140px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .top_aboutus_block {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
.top_aboutus_block .top_aboutus_wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .top_aboutus_block .top_aboutus_wrap {
    width: calc(100% - 40px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 0;
  }
}
.top_aboutus_block figure {
  margin-right: 60px;
  width: 46%;
  max-width: 660px;
  aspect-ratio: 659/836;
}
@media (max-width: 767px) {
  .top_aboutus_block figure {
    margin-right: 35px;
    width: calc(100% - 35px);
  }
}
.top_aboutus_block .top_aboutus_txt {
  padding-top: 10px;
  width: 42%;
  max-width: 600px;
}
@media (max-width: 767px) {
  .top_aboutus_block .top_aboutus_txt {
    width: 100%;
  }
}
.top_aboutus_block .top_aboutus_txt .catch {
  margin-bottom: 40px;
  font-size: clamp(2.2rem, 2.2vw, 4.2rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .top_aboutus_block .top_aboutus_txt .catch {
    margin-bottom: 20px;
  }
}
.top_aboutus_block .top_aboutus_txt .catch span {
  margin-right: 7px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  color: #FFF;
  line-height: 1.4;
  background: #808080;
  display: inline-block;
}
.top_aboutus_block .top_aboutus_txt .txt_base {
  margin-bottom: 50px;
}
.top_aboutus_block .top_aboutus_txt .txt_base p {
  color: #606060;
}
.top_aboutus_block .top_aboutus_txt .txt_base p span {
  font-weight: 700;
}
.top_aboutus_block .top_aboutus_txt .txt_base p + p {
  padding-top: 2em;
}

/*=============================================*/
/*  top_feature_block     */
/*=============================================*/
.top_feature_block {
  padding-top: 130px;
  padding-bottom: 120px;
  background: #E6F2F6;
}
@media (max-width: 767px) {
  .top_feature_block {
    padding-top: 65px;
    padding-bottom: 60px;
  }
}
.top_feature_block .main_width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 4.1vw;
}
@media (max-width: 1023px) {
  .top_feature_block .main_width {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.top_feature_block h2 {
  white-space: nowrap;
}
.top_feature_block .top_feature_inner .top_feature_box {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .top_feature_block .top_feature_inner .top_feature_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
  }
}
.top_feature_block .top_feature_inner .top_feature_box .num {
  width: 41px;
  color: #FFF;
  font-size: 2rem;
  font-weight: 500;
  background: #59C2E1;
  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;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .top_feature_block .top_feature_inner .top_feature_box .num {
    width: 100%;
    height: 30px;
  }
}
.top_feature_block .top_feature_inner .top_feature_box figure {
  margin-left: 7px;
  margin-right: 50px;
  max-width: 270px;
  width: 100%;
  aspect-ratio: 270/190;
}
@media (max-width: 767px) {
  .top_feature_block .top_feature_inner .top_feature_box figure {
    margin-left: 0;
    margin-right: 0;
    max-width: inherit;
  }
}
.top_feature_block .top_feature_inner .top_feature_box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.top_feature_block .top_feature_inner .top_feature_box .txt_base {
  width: 58%;
}
@media (max-width: 767px) {
  .top_feature_block .top_feature_inner .top_feature_box .txt_base {
    padding-top: 10px;
    width: 100%;
  }
}
.top_feature_block .top_feature_inner .top_feature_box .txt_base h3 {
  margin-bottom: 15px;
  font-size: 2.5rem;
  font-size: clamp(1.8rem, 2.6vw, 2.5rem);
  font-weight: 600;
  line-height: 1.6;
}
.top_feature_block .top_feature_inner .top_feature_box .txt_base p {
  color: #606060;
}
.top_feature_block .top_feature_inner .more_btn {
  margin: 56px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*=============================================*/
/*  top_service_block     */
/*=============================================*/
.top_service_block {
  padding-top: 120px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .top_service_block {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.top_service_block h2 {
  margin-bottom: 60px;
}
.top_service_block figure img {
  border-radius: 8px;
}
.top_service_block .catch {
  margin-bottom: 40px;
  padding-top: 40px;
  font-size: clamp(2.2rem, 3.2vw, 4.2rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.top_service_block .catch span {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  color: #FFF;
  line-height: 1.4;
  background: #59C2E1;
  display: inline-block;
}
.top_service_block .txt_base {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .top_service_block .txt_base {
    margin-bottom: 40px;
  }
}
.top_service_block .txt_base p {
  color: #606060;
}
.top_service_block .service_item_inner {
  margin-bottom: 80px;
  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: 0 8.8vw;
}
@media (max-width: 820px) {
  .top_service_block .service_item_inner {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
}
.top_service_block .service_item_inner h3 {
  padding-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  font-weight: 600;
  line-height: 1.6;
  white-space: nowrap;
  border-bottom: 1px solid #353535;
  display: block;
}
@media (max-width: 767px) {
  .top_service_block .service_item_inner h3 {
    font-size: 1.8rem;
  }
}
.top_service_block .service_item_inner .txt {
  width: 72.5vw;
}
@media (max-width: 820px) {
  .top_service_block .service_item_inner .txt {
    width: 100%;
  }
}
.top_service_block .service_item_inner .txt .srevice_item_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}
@media (max-width: 767px) {
  .top_service_block .service_item_inner .txt .srevice_item_wrap {
    grid-template-columns: 1fr;
    gap: 10px 0;
  }
}
.top_service_block .service_item_inner .txt .srevice_item_wrap .item_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 24px;
}
@media (max-width: 767px) {
  .top_service_block .service_item_inner .txt .srevice_item_wrap .item_box {
    gap: 0 12px;
  }
}
.top_service_block .service_item_inner .txt .srevice_item_wrap .item_box figure {
  max-width: 160px;
}
.top_service_block .service_item_inner .txt .srevice_item_wrap .item_box figure img {
  border-radius: 8px;
}
@media (max-width: 767px) {
  .top_service_block .service_item_inner .txt .srevice_item_wrap .item_box figure img {
    border-radius: 5px;
  }
}
.top_service_block .service_item_inner .txt .srevice_item_wrap .item_box p {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .top_service_block .service_item_inner .txt .srevice_item_wrap .item_box p {
    font-size: 1.6rem;
  }
}
.top_service_block .service_item_inner .txt p.note {
  padding-top: 20px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: right;
}
@media (max-width: 767px) {
  .top_service_block .service_item_inner .txt p.note {
    font-size: 1.4rem;
  }
}
.top_service_block .service_link_inner {
  width: 100%;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
@media (max-width: 767px) {
  .top_service_block .service_link_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
}
.top_service_block .service_link_inner a {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  width: 50%;
  height: 100%;
  color: #59C2E1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px 0;
}
@media (max-width: 767px) {
  .top_service_block .service_link_inner a {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
  }
}
.top_service_block .service_link_inner a span {
  font-size: clamp(1.8rem, 2.2vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .top_service_block .service_link_inner a span {
    font-size: 1.8rem;
  }
}
.top_service_block .service_link_inner a span.en {
  font-size: clamp(1.1rem, 1.6vw, 1.5rem);
  font-weight: 500;
}
@media (max-width: 767px) {
  .top_service_block .service_link_inner a span.en {
    font-size: 1.1rem;
  }
}
.top_service_block .service_link_inner a::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 24px;
  background: url(../img/common/arrow-01-primary.svg) no-repeat 0 0/contain;
  top: calc(50% - 12px);
  right: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .top_service_block .service_link_inner a::after {
    width: 8px;
    height: 15px;
    top: calc(50% - 7px);
    right: 10px;
  }
}
.top_service_block .service_link_inner a:hover {
  background: #E6F2F6;
}

/*=============================================*/
/*  top_works_block     */
/*=============================================*/
.top_works_block {
  padding-top: 130px;
  padding-bottom: 100px;
  background: #E6F2F6;
}
@media (max-width: 767px) {
  .top_works_block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.top_works_block .top_works_slider_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .top_works_block .top_works_slider_wrap {
    display: block;
  }
}
.top_works_block .txt {
  padding-left: 8.4vw;
  padding-right: 8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .top_works_block .txt {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.top_works_block .txt h2 {
  margin-bottom: 60px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .top_works_block .txt h2 {
    margin-bottom: 25px !important;
  }
}
.top_works_block .txt .swiper-button {
  width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
.top_works_block .txt .swiper-button .swiper-button-prev,
.top_works_block .txt .swiper-button .swiper-button-next {
  position: static;
  margin-top: 10px;
  width: 50px;
  height: 50px;
}
.top_works_block .txt .swiper-button .swiper-button-prev::after,
.top_works_block .txt .swiper-button .swiper-button-next::after {
  content: none;
}
.top_works_block .txt .swiper-button .swiper-button-next {
  background: url(../img/common/btn-next.svg) no-repeat 0 0/contain;
}
.top_works_block .txt .swiper-button .swiper-button-prev {
  background: url(../img/common/btn-prev.svg) no-repeat 0 0/contain;
}
.top_works_block .slide_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.top_works_block #top_works_slider {
  padding-right: 20vw;
}
@media (max-width: 767px) {
  .top_works_block #top_works_slider {
    margin-left: 20px;
    padding-right: 41vw;
  }
}
.top_works_block .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .top_works_block .swiper-slide img {
    border-radius: 5px;
  }
}
.top_works_block .swiper-slide span {
  padding-top: 15px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: block;
}
@media (max-width: 767px) {
  .top_works_block .swiper-slide span {
    font-size: 1.5rem;
  }
}
.top_works_block .more_btn {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .top_works_block .more_btn {
    margin-top: 40px;
    text-align: center;
  }
}

/*=============================================*/
/*  top_news_block     */
/*=============================================*/
.top_news_block {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .top_news_block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.top_news_block .main_width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 5.2vw;
}
@media (max-width: 1023px) {
  .top_news_block .main_width {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0l;
  }
}
.top_news_block h2 {
  white-space: nowrap;
}
.top_news_block .more_btn.pc {
  display: block;
}
@media (max-width: 1023px) {
  .top_news_block .more_btn.pc {
    display: none;
  }
}
.top_news_block .more_btn.sp {
  display: none;
}
@media (max-width: 1023px) {
  .top_news_block .more_btn.sp {
    margin-top: 40px;
    text-align: center;
    display: block;
  }
}

/*=============================================*/
/*  news_list     */
/*=============================================*/
ul.news_list {
  margin: 0 auto;
}
ul.news_list li {
  border-bottom: 1px solid #606060;
}
ul.news_list li a {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  ul.news_list li a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
ul.news_list li a:hover {
  background: #E6F2F6;
}
ul.news_list li a .date {
  width: 6em;
  color: #606060;
  letter-spacing: 0.05em;
}
ul.news_list li a .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 767px) {
  ul.news_list li a .cat {
    width: inherit;
  }
}
ul.news_list li a .cat span {
  padding: 6px 20px;
  color: #FFF;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  background: #59C2E1;
  border-radius: 30px;
  display: inline-block;
}
@media (max-width: 767px) {
  ul.news_list li a .cat span {
    padding: 3px 10px 5px;
    font-size: 1.3rem;
  }
}
ul.news_list li a p {
  width: 100%;
  color: #353535;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media (max-width: 767px) {
  ul.news_list li a p {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

/*=============================================*/
/*  top_recruit_block     */
/*=============================================*/
.top_recruit_block {
  padding-bottom: 75px;
}
@media (max-width: 767px) {
  .top_recruit_block {
    padding-bottom: 40px;
  }
}
.top_recruit_block .main_width {
  padding: 80px 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 85px;
  background: #59C2E1;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .top_recruit_block .main_width {
    padding: 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
}
.top_recruit_block .main_width figure {
  max-width: 515px;
}
@media (max-width: 767px) {
  .top_recruit_block .main_width figure {
    max-width: inherit;
  }
}
.top_recruit_block .main_width figure img {
  border-radius: 8px;
}
.top_recruit_block .main_width .txt_base {
  color: #FFF;
}
.top_recruit_block .main_width .txt_base p {
  margin-bottom: 50px;
}

/*=============================================*/
/*  swiper-wrapper     */
/*=============================================*/
.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.swiper-slide a {
  display: block;
}

/*=============================================*/
/*  form_block     */
/*=============================================*/
.form_block dl {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
}
@media (max-width: 767px) {
  .form_block dl {
    padding: 10px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 0;
  }
}
.form_block dl:first-of-type {
  padding: 0 0 15px;
}
.form_block dl.row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form_block dl dt {
  width: 28%;
  max-width: 200px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .form_block dl dt {
    width: 42%;
  }
}
@media (max-width: 767px) {
  .form_block dl dt {
    margin-right: 10px;
    width: 100%;
    font-size: 1.5rem;
  }
}
.form_block dl dd {
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .form_block dl dd {
    width: 100%;
    font-size: 1.5rem;
  }
}
.form_block ::-webkit-input-placeholder {
  color: #ADADAD;
}
.form_block ::-moz-placeholder {
  color: #ADADAD;
}
.form_block :-ms-input-placeholder {
  color: #ADADAD;
}
.form_block ::-ms-input-placeholder {
  color: #ADADAD;
}
.form_block ::placeholder {
  color: #ADADAD;
}
.form_block input[type=text],
.form_block input[type=email],
.form_block input[type=tel],
.form_block textarea,
.form_block select {
  padding: 10px 20px;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  background: #E6F2F6;
  letter-spacing: 0.05em;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .form_block input[type=text],
  .form_block input[type=email],
  .form_block input[type=tel],
  .form_block textarea,
  .form_block select {
    padding: 10px 20px;
    font-size: 1.5rem;
  }
}
.form_block input.short {
  margin-bottom: 15px;
  width: 108px;
}
.form_block textarea {
  min-height: 260px;
}
.form_block .select_wrap {
  position: relative;
}
.form_block .select_wrap:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #003A91 transparent transparent transparent;
  right: 10px;
  top: calc(50% - 5px);
  pointer-events: none;
}
.form_block .agree_txt {
  margin-top: 50px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 820px) {
  .form_block .agree_txt {
    margin-top: 40px;
    text-align: left;
  }
}
.form_block .agree_wrap {
  margin: 40px auto 70px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
}
@media (max-width: 767px) {
  .form_block .agree_wrap {
    width: calc(100% - 20px);
    margin-left: 20px;
  }
}
.form_block .privacy {
  margin: 25px auto 35px;
  padding: 30px 15px 30px 40px;
  width: 100%;
  height: 226px;
  color: #606060;
  background: #E6F2F6;
}
@media (max-width: 767px) {
  .form_block .privacy {
    padding: 15px 10px 15px 20px;
  }
}
.form_block .privacy .privacy_inner {
  padding-right: 15px;
  height: 100%;
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 0;
}
.form_block .privacy .privacy_inner .ttl {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.form_block .privacy .privacy_inner p {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}
.form_block .privacy .privacy_inner p.sign {
  text-align: right;
}
.form_block .privacy .privacy_inner dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
.form_block .privacy .privacy_inner dl dt {
  width: 100%;
  max-width: inherit;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
}
.form_block .privacy .privacy_inner dl dd {
  width: 100%;
  max-width: inherit;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}
.form_block .privacy .privacy_inner ol {
  margin-top: 0.5em;
  counter-reset: item;
  list-style-type: none;
}
.form_block .privacy .privacy_inner ol ol {
  margin-left: -1em;
}
.form_block .privacy .privacy_inner ol li {
  position: relative;
  padding-left: 2.2em;
}
.form_block .privacy .privacy_inner ol li:before {
  position: absolute;
  padding-right: 1em;
  counter-increment: item;
  content: counter(item) ".";
  font-weight: 500;
  width: 2em;
  text-align: right;
  top: 0;
  left: 0;
}
.form_block .noinvitation_wrap {
  margin: 40px auto 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
}
.form_block .submit--container {
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 40px;
}
@media (max-width: 767px) {
  .form_block .submit--container {
    gap: 0 20px;
  }
}
.form_block .submit--container .form_btn_entry {
  position: relative;
  width: 300px;
  height: 60px;
}
.form_block .submit--container .form_btn_entry::after {
  position: absolute;
  content: "";
  margin-left: 13px;
  padding-left: 13px;
  width: 32px;
  height: 42px;
  background: url(../img/common/arrow-01-w.svg) no-repeat center center/7px 13px;
  top: calc(50% - 21px);
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-left: 1px solid #FFF;
}
.form_block .submit--container .form_btn_entry input {
  position: relative;
  padding: 12px 20px 12px 20px;
  width: 300px;
  height: 60px;
  line-height: 1;
  letter-spacing: 0.1em;
  background: #59C2E1;
  display: inline-block;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form_block .submit--container .form_btn_entry input:not(:disabled):hover {
  background: #606060;
  cursor: pointer;
}
.form_block .submit--container .submit {
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
}
.form_block.confirm p.lead {
  margin-bottom: 40px;
}
.form_block.confirm dl.row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form_block.confirm dl.row dt {
  padding-top: 0;
}
.form_block.confirm dl.row dd:first-of-type {
  padding-top: 0;
}
.form_block.confirm .submit--container {
  margin-top: 50px;
  display: block;
}
.form_block.confirm .submit--container p {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 40px;
}
@media (max-width: 767px) {
  .form_block.confirm .submit--container p {
    gap: 0 20px;
  }
}
.form_block.confirm .submit--container p br {
  display: none;
}
.form_block.confirm .submit--container .back_btn {
  position: relative;
  margin: 0;
  display: inline-block;
  min-width: 420px;
  padding: 1em 2.5em;
  color: #353535;
  background: #808080;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .form_block.confirm .submit--container .back_btn {
    min-width: 160px;
    font-size: 1.6rem;
  }
}
.form_block.confirm .submit--container .back_btn:hover {
  opacity: 0.7;
}
.form_block.confirm .submit--container .submit {
  margin: 0;
}
.form_block.thanks h3 {
  margin-bottom: 50px;
  text-align: center;
}
.form_block.thanks .submit--container {
  margin-top: 50px;
}
.form_block.thanks .submit--container .back_link a {
  position: relative;
  margin: 0;
  display: inline-block;
  min-width: 420px;
  padding: 1em 2.5em;
  color: #FFF;
  background: #000;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .form_block.thanks .submit--container .back_link a {
    min-width: 160px;
    font-size: 1.6rem;
  }
}
.form_block.thanks .submit--container .back_link a:hover {
  opacity: 0.7;
}

/*=============================================*/
/*  contact form 7   */
/*=============================================*/
.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-form p {
  margin: 0;
  padding: 0;
  line-height: inherit;
}

/* radio */
.wpcf7-radio.flex {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px 0;
}
.wpcf7-radio.flex .wpcf7-list-item {
  margin: 0;
}
.wpcf7-radio .wpcf7-list-item.first {
  margin: 0;
}
.wpcf7-radio input[type=radio] {
  opacity: 0;
  position: absolute;
}
.wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  width: 100%;
  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;
  cursor: pointer;
}
.wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  background: #E6F2F6;
  border-radius: 100%;
  width: 23px;
  height: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.wpcf7-radio .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background-color: #59C2E1;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

/* acceptance */
.wpcf7-acceptance .form-acceptance {
  text-align: center;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  padding-left: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: inline-block;
}
@media (max-width: 767px) {
  .wpcf7-acceptance .wpcf7-list-item-label {
    padding-top: 7px;
  }
}
.wpcf7-acceptance input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  margin: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  opacity: 0;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 52%;
  left: -1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: #59C2E1;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .wpcf7-acceptance .wpcf7-list-item-label::before {
    top: 14px;
  }
}
.wpcf7-acceptance .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 52%;
  left: -1.2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: transparent url(../img/common/ico-form-check.svg) no-repeat center center/17px 13px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
@media (max-width: 767px) {
  .wpcf7-acceptance .wpcf7-list-item-label::after {
    top: 14px;
  }
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

/* submit */
.wpcf7-submit {
  margin: 0 auto;
  display: inline-block;
}

/* エラーメッセージ */
.wpcf7-not-valid-tip {
  padding-top: 5px;
}

/* スピナーはレイアウトから外す */
.submit--container .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}

/* 送信中だけ表示 */
.wpcf7-form.submitting .submit--container .wpcf7-spinner {
  display: block;
}

.wpcf7-submit:not(:disabled):hover {
  opacity: 0.7;
}