@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Marck+Script&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-block {
  display: block;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
@media (max-width: 1920px) {
  html {
    font-size: 0.521vw;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 0.083vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 0.267vw;
  }
}

body {
  position: relative;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  color: #2E2624;
  overflow-x: hidden;
  z-index: 0;
  background-color: white;
  letter-spacing: 0;
  line-height: 1.6;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

button {
  letter-spacing: 0;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}

figure,
picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a {
  text-decoration: none;
  color: #2E2624;
}

#owners .slick-prev:before,
#customer .slick-prev:before,
.works .slick-prev:before {
  content: "";
  background: url(../img/common/icon_work_arrow_left.svg) no-repeat;
  width: 41px;
  height: 41px;
  display: block;
}
#owners .slick-next:before,
#customer .slick-next:before,
.works .slick-next:before {
  content: "";
  background: url(../img/common/icon_work_arrow_right.svg) no-repeat;
  width: 41px;
  height: 41px;
  display: block;
}
#owners .slick-prev,
#owners .slick-next,
#customer .slick-prev,
#customer .slick-next,
.works .slick-prev,
.works .slick-next {
  top: unset;
  bottom: -126px;
}
#owners .slick-prev,
#customer .slick-prev,
.works .slick-prev {
  left: 0;
}
#owners .slick-next,
#customer .slick-next,
.works .slick-next {
  right: unset;
  left: 53px;
}
#owners .slick-prev,
#owners .slick-next,
#customer .slick-prev,
#customer .slick-next,
.works .slick-prev,
.works .slick-next {
  width: 41px;
  height: 41px;
}

.information .slick-prev:before {
  content: "";
  background: url(../img/common/icon_information_arrow_left.svg) no-repeat;
  width: 45px;
  height: 45px;
  display: block;
}
.information .slick-next:before {
  content: "";
  background: url(../img/common/icon_information_arrow_right.svg) no-repeat;
  width: 45px;
  height: 45px;
  display: block;
}
.information .slick-prev,
.information .slick-next {
  top: 47px;
  bottom: unset;
}
.information .slick-prev {
  left: 30px;
}
.information .slick-next {
  right: unset;
  left: 83px;
}
.information .slick-prev,
.information .slick-next {
  width: 45px;
  height: 45px;
}

@media (max-width: 767px) {
  .works .slick-prev,
  .works .slick-next {
    top: 33%;
    bottom: unset;
  }
  .works .slick-next {
    right: 20rem;
    left: unset;
  }
  .works .slick-prev {
    left: 20rem;
    z-index: 2;
  }
  .information .slick-list {
    padding-left: 50px !important;
  }
  .information .slick-prev {
    z-index: 2;
    top: 48%;
    left: 34rem;
  }
  .information .slick-next {
    top: 48%;
    left: unset;
    right: 34rem;
  }
}
.l-header {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  padding: 11px 0;
  background-color: white;
  z-index: 100;
}
.l-header__inner {
  max-width: 1440px;
  margin: 0 auto;
}
.l-header__menu li {
  margin-right: 45px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
}
.l-header__menu li::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 0%;
  height: 1.5px;
  background: #21272A;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-header__menu li:hover::after {
  left: 0;
  width: 100%;
}
.l-header__menu li:last-child {
  margin-right: unset;
}
.l-header__menu li:last-child::after {
  content: unset;
}
.l-header__contact {
  background: -webkit-gradient(linear, left top, right top, from(rgb(3, 84, 187)), to(rgb(0, 158, 232)));
  background: linear-gradient(90deg, rgb(3, 84, 187) 0%, rgb(0, 158, 232) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  border-radius: 50px;
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.l-header__contact span {
  line-height: 1;
}
.l-header__contact span:first-child {
  margin-right: 5px;
}
.l-header__contact:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 158, 232)), to(rgb(3, 84, 187)));
  background: linear-gradient(90deg, rgb(0, 158, 232) 0%, rgb(3, 84, 187) 100%);
}

.footer {
  background: -webkit-gradient(linear, left top, right top, from(rgb(3, 84, 187)), to(rgb(0, 158, 232)));
  background: linear-gradient(90deg, rgb(3, 84, 187) 0%, rgb(0, 158, 232) 100%);
  padding: 75px 0 20px;
}
.footer-menu {
justify-contents: flex-between;
}
.footer-inner {
  max-width: 1440px;
  margin: 0 auto;
}
.footer-logo {
  min-width: 153px;
  margin-right: 50px;
}
.footer-menu__lead {
  color: white;
  font-size: 20px;
  font-weight: bold;
}
.footer-menu__group {
  width: 25%;
  margin-bottom: 30px;
}
.footer-menu__group.reset-width1 {
  min-width: 304.55px;
}
.footer-menu__group.reset-width2 {
  min-width: 223.95px;
}
.footer-menu__group:last-child {
  margin-right: unset;
}
.footer-menu__group a {
  color: white;
  font-weight: 500;
  margin-top: 11px;
}
.footer-menu__group li {
  display: flex;
}
.footer-menu__group a span:first-child {
  margin-right: 5px;
}
.footer-copy {
  color: white;
  font-size: 14px;
  margin-top: 50px;
}
@media(max-width: 1461px){
 .footer-menu__group.reset-width {
  min-width: 304.55px;
 }
 .footer-menu__group.reset-width1 {
  min-width: 223.95px;
 }
 .footer-menu__group.reset-width2 {
  min-width: 125px;
 }
}
@media(max-width: 1213px){
 .footer-menu__group {
    width: 30%;
    margin-right: unset;
 }
}
@media(max-width: 1024px){
 .footer-menu__group {
    width: 50%;
    margin-right: unset;
 }
}
.l-inner {
  max-width: 1024px;
  margin: 0 auto;
}

.c-sub-ttl {
  font-size: 28px;
  font-weight: bold;
  color: #0356BC;
}

.sub-fv {
  position: relative;
  height: 337px;
  min-height: 337px;
}
#recruit .sub-fv {
    height: unset;
    min-height: unset;
}
.sub-fv__img {
  width: 100%;
}
.sub-fv__img img {
  width: 100%;
  min-height: 337px;
  height: 337px;
}
.sub-fv__inner {
  width: 1170px;
  position: absolute;
  top: 30%;
  left: calc(50% - 585px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sub-fv__en {
  font-size: 56px;
  font-weight: 900;
  text-shadow: rgba(149, 157, 165, 0.25) 0px 8px 24px;
  color: #0357BD;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #0357BD), color-stop(65%, #019AE6));
    background-image: linear-gradient(90deg, #0357BD 20%, #019AE6 65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sub-fv__jp {
  font-size: 22px;
  font-weight: 500;
  text-shadow: rgba(149, 157, 165, 0.25) 0px 8px 24px;
  color: #0357BD;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #0357BD), color-stop(65%, #019AE6));
    background-image: linear-gradient(90deg, #0357BD 20%, #019AE6 65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.c-list-item__page a {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.c-list-item__page a:hover {
  opacity: 0.6;
}
.c-list-item__prev {
  margin-right: 20px;
}
.c-list-item__num {
  font-size: 18px;
  margin-right: 20px;
}

.c-btn {
  width: 200px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 16px;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, right top, from(rgb(3, 84, 187)), to(rgb(0, 158, 232)));
  background: linear-gradient(90deg, rgb(3, 84, 187) 0%, rgb(0, 158, 232) 100%);
  position: relative;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.c-btn span {
  line-height: 1;
}
.c-btn span:nth-child(4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: calc(50% - 6px);
  right: 18px;
}
.c-btn:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 158, 232)), to(rgb(3, 84, 187)));
  background: linear-gradient(90deg, rgb(0, 158, 232) 0%, rgb(3, 84, 187) 100%);
}

.c-ttl__en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 38px;
  font-weight: 900;
}
.c-ttl__en span {
  color: #0357BD;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #0357BD), color-stop(65%, #019AE6));
  background-image: linear-gradient(90deg, #0357BD 20%, #019AE6 65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-ttl__jp {
  line-height: 1;
  font-weight: bold;
}

.c-bredcarm {
  max-width: 1170px;
  margin: 11px auto 0;
}
.c-bredcarm-sl {
  margin-left: 3px;
  margin-right: 3px;
}

.c-detail {
  max-width: 782px;
  margin: 34px auto 70px;
}
.c-detail-ttl {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  color: black;
}
.c-detail-lead {
  margin: 20px 0;
}
.c-detail-lead__date {
  font-size: 16px;
}
.c-detail-lead__date span:first-child {
  margin-right: 5px;
}
.c-detail__category span {
  font-size: 14px;
  color: white;
  font-weight: 500;
  line-height: 1;
  background-color: #0271CD;
  padding: 3px 20px;
  border-radius: 20px;
}
.c-detail-img {
  border-radius: 12px;
  max-width: 782px;
  /* max-height: 410px; */
}
.c-detail-img img {
  border-radius: 12px;
}
.c-detail-contents__ttl {
  font-size: 20px;
  font-weight: 500;
  margin-top: 35px;
}
.c-detail-contents__txt {
  margin-top: 22px;
  font-size: 16px;
}
.c-detail-contents__txt:first-child {
  margin-top: 32px;
}
.c-detail-compare {
  margin-top: 35px;
}
.c-detail-compare__before {
  max-width: 378px;
}
.c-detail-compare__txt {
  margin-top: 10px;
}
.c-detail-compare__img {
  border-radius: 12px;
}
.c-detail-compare__img img {
  border-radius: 12px;
}
.c-detail-btn {
  margin-top: 40px;
}
.c-detail-btn__prev, .c-detail-btn__next {
  width: 153px;
  height: 35px;
  border: 1px solid black;
  border-radius: 50px;
  font-size: 16px;
  color: black;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.c-detail-btn__prev:hover, .c-detail-btn__next:hover {
  opacity: 0.7;
}
.c-detail-btn__prev span:first-child, .c-detail-btn__next span:first-child {
  margin-right: 8px;
}

@media (max-width: 1460px) {
  .l-header__inner {
    margin-left: 30px;
    margin-right: 30px;
  }
  .footer-inner {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 1200px) {
  .l-header__menu li {
    margin-right: 45rem;
  }
  .c-ttl__en {
    font-size: 38rem;
  }
  .c-ttl__jp {
    font-size: 16rem;
  }
  .c-bredcarm {
    margin-left: 30px;
  }
  .sub-fv__inner {
    width: unset;
    left: 30px;
  }
}
@media (max-width: 767px) {
  .c-ttl {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-ttl__en {
    font-size: 38px;
  }
  .c-ttl__jp {
    font-size: 20px;
  }
  .c-sub-ttl {
    font-size: 24px;
  }
  .c-bredcarm {
    font-size: 14px;
  }
  .sub-fv {
    position: relative;
    height: 200px;
    min-height: 200px;
  }
  .sub-fv__en {
    font-size: 38px !important;
  }
  .sub-fv__jp {
    font-size: 24px;
  }
  .c-detail {
    margin: 40px 25px 80px;
  }
  .c-detail-ttl {
    font-size: 20px;
  }
  .c-detail-img {
    height: 250px;
  }
  .c-detail-contents__txt {
    line-height: 2;
  }
  .c-detail-compare__before {
    width: 49%;
  }
  .c-detail-compare__img {
    height: 120px;
  }
  .c-detail-compare__img img {
    height: 120px;
    border-radius: 10px;
  }
  .footer {
    padding: 80px 0 20px;
  }
  .footer-inner {
    margin-left: 20rem;
    margin-right: 20rem;
    max-width: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-logo {
    margin-right: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
  .footer-menu__lead {
    font-size: 16px;
  }
  .footer-menu__group {
    margin-right: unset;
    min-width: 270px;
  }
  .footer-menu__group a {
    font-size: 16px;
  }
  .footer-copy {
    margin-top: 10px;
    font-size: 12px;
  }
}
.fv {
  background: url(../img/top/fv_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
  /* padding: 220px 0 320px; */
  height: calc(100vh - 72px);
  position: relative;
  overflow: hidden;
}
.fv-item {
    position: absolute;
    bottom: 120px;
    right: 100px;
    z-index: 1;
}
.fv-abs1 {
    width: 110%;
    height: 100%;
    background: url("../img/top/fv_abs1.png") no-repeat center/100% 100%;
    animation: mv-line-01 40s ease-in-out infinite;
    position: absolute;
    bottom: -100px;
    left: -10%;
    z-index: 1;
    transform: translate(0, 0);
}
.fv-abs2 {
    width: 100%;
    height: 100%;
    background: url("../img/top/fv_abs2.png") no-repeat top center/100% 100%;
    animation: mv-line-02 30s ease-in-out infinite;
    position: absolute;
    bottom: -50px;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, 0);
}
@keyframes mv-line-01 {
    0% {
      transform: translate(0, 50px);
    }
    50% {
      transform: translate(10%, 50px);
    }
    100% {
      transform: translate(0, 50px);
    }
  }
@keyframes mv-line-02 {
    0% {
        transform: translate(-50%, 0);
    }
    50% {
        transform: translate(-50%, 70px);
    }
    100% {
        transform: translate(-50%, 0);
    }
}
@media(max-width: 767px) {
        
    .fv-item {
        position: absolute;
        bottom: 72px;
        right: unset;
        left: 20px;
        z-index: 1;
    }
    .fv-abs1 {
        width: 110%;
        height: 100%;
        background: url("../img/top/fv_abs1_sp.png") no-repeat center/100% 100%;
        animation: mv-line-01 40s ease-in-out infinite;
        position: absolute;
        bottom: -100px;
        left: -10%;
        z-index: 1;
        transform: translate(0, 0);
    }
    .fv-abs2 {
        width: 100%;
        height: 100%;
        background: url("../img/top/fv_abs2_sp.png") no-repeat top center/100% 100%;
        animation: mv-line-02 30s ease-in-out infinite;
        position: absolute;
        bottom: unset;
        top: -100px;
        left: 50%;
        z-index: 1;
        transform: translate(-50%, 0);
    }
}
.fv-ttl {
  font-size: 60px;
  font-weight: 500;
  color: white;
  /* max-width: 1440px; */
  margin: 0 auto;
  /* padding-left: 120px; */
  line-height: 1.8;
}
.fv-ttl__sm {
    font-size: 26px;
    color: white;
    margin-top: 20px;
}
.company {
  padding-top: 100px;
  position: relative;
}
.company-bg {
  position: absolute;
  top: 25px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
}
.company-inner {
  max-width: 1024px;
  margin: 0 auto;
}
.company-contents {
  max-width: 516px;
  margin-bottom: 46px;
}
.company-contents__txt {
  font-size: 18px;
  line-height: 1.6;
}
.company-contents__btn {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company-imgs {
  position: relative;
}
.company-img2 {
  position: absolute;
  bottom: -70px;
  left: -120px;
}

.service {
  padding-top: 120px;
  position: relative;
}
.service-bg {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 195px;
  left: 0;
  z-index: -1;
}
.service-inner {
  max-width: 1024px;
  margin: 0 auto;
}
.service-txt {
  line-height: 1.6;
  margin-top: 21px;
}
.service-item {
  margin-top: 35px;
}
.service-item__box {
  background-color: #F4F7FF;
  width: 474px;
  height: 388px;
  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;
  position: relative;
  border-radius: 13px;
}
.service-item__num {
  position: absolute;
  top: -25px;
  left: -10px;
  font-size: 32px;
  font-weight: 900;
  color: #0357BD;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #0357BD), color-stop(65%, #019AE6));
  background-image: linear-gradient(90deg, #0357BD 20%, #019AE6 65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-item__bottom {
  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;
  z-index: 1;
  margin-top: -28px;
  position: relative;
}
.service-item__btn {
  width: 380px;
  height: 56px;
  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;
  border-radius: 30px;
  background-color: white;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.082);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.082);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.service-item__btn span {
  font-size: 18px;
  font-weight: bold;
  color: #0271CD;
}
.service-item__btn:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.service-item__txt {
  margin-top: 23px;
  text-align: center;
}
.service-school {
  max-width: 705px;
  margin: 65px auto 0;
}
.service-school .service-item__box {
    width: 100%;
}
.service-school .service-item__box .service-item__img {
    justify-content: center;
}
.service-school .service-item__box .service-item__img img {
    width: 432px;
    height: auto;
}
.service-school__list {
  margin-top: 50px;
}

.works {
  background-color: #F4F7FF;
  margin-top: 78px;
  padding: 65px 0;
}
.works-inner {
  max-width: 1472px;
  margin-right: 0;
  margin-left: auto;
}
.works-slider {
  margin-top: 30px;
  position: relative;
}
.works-slider__card {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.works-slider__card:hover {
  opacity: 0.7;
}
.works-slider__card:hover .works-slider__img img {
  scale: 1.1;
}
.works-slider__img {
  width: 265px;
  height: 197px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.works-slider__img img {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.works-slider__txt {
  font-weight: 600;
  font-size: 18px;
  margin: 26px 0 5px;
}
.works-slider__content {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
}
.works-slider__btn span:first-child {
  margin-right: 8px;
}
.works-slider__btn span:last-child {
  font-size: 18px;
  color: #0271CD;
}
.works-list__btn {
  margin-top: 61px;
}

.strength {
  padding: 70px 0 0;
  position: relative;
}
.strength-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.strength-inner {
  max-width: 1024px;
  margin: 0 auto;
}
.strength-row {
  position: relative;
  z-index: 0;
  margin-bottom: 53px;
}
.strength-row__inner {
  max-width: 888px;
  margin: 0 auto;
}
.strength-row__contents {
  max-width: 448px;
}
.strength-row__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 51px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
}
.strength-row__num span {
  color: #0357BD;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #0357BD), color-stop(65%, #019AE6));
  background-image: linear-gradient(90deg, #0357BD 20%, #019AE6 65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.strength-row__ttl {
  font-size: 22px;
  font-weight: bold;
}
.strength-row__txt {
  font-size: 18px;
  margin-top: 18px;
}
.strength-row.left .strength-row__img {
  margin-right: 22px;
}
.strength-row.left::before {
  content: "";
  background-color: #F4F7FF;
  width: 73.3%;
  height: 230px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: -1;
}
.strength-row.right .strength-row__img {
  margin-left: 22px;
}
.strength-row.right::before {
  content: "";
  background-color: #F4F7FF;
  width: 73.3%;
  height: 230px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  position: absolute;
  right: 0;
  bottom: -20px;
  z-index: -1;
}
.strength-list {
  margin-top: 100px;
}
.strength-list .c-btn {
  width: 240px;
}

.information {
  padding-top: 85px;
  padding-bottom: 106px;
}
.information-inner {
  max-width: 1472px;
  margin-right: 0;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.information-list {
  margin-top: 35px;
}
.information-left {
  margin-right: 20px;
}
.information-slider {
  background-color: #F4F7FF;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  position: relative;
  padding: 83px 0 30px 30px;
}
.information-slider__card {
  background-color: white;
  padding: 7px 7px 20px;
  border-radius: 16px;
  max-width: 238px;
  cursor: pointer;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.information-slider__card:hover {
  opacity: 0.7;
}
.information-slider__card:hover .information-slider__img {
  overflow: hidden;
}
.information-slider__card:hover .information-slider__img img {
  scale: 1.1;
}
.information-slider__img {
  border-radius: 6px;
  width: 224px;
  height: 133px;
  overflow: hidden;
}
.information-slider__img img {
  overflow: hidden;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  width: 223px;
}
.information-slider__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin: 15px 0;
}
.information-slider__category span {
  color: white;
  background-color: #0271CD;
  border-radius: 25px;
  font-size: 12px;
  padding: 2px 13px;
  line-height: 1;
}

.recruit {
  background: url(../img/top/recruit_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 112px 0;
  position: relative;
}
.recruit-bg {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: -250px;
  left: 0;
  z-index: -1;
}
.recruit-item__jp {
  font-size: 18px;
  font-weight: bold;
  color: white;
}
.recruit-item__en {
  font-size: 60px;
  font-weight: bold;
  color: white;
  margin: 9px 0 20px;
}
.recruit-item__btn {
  color: white;
  font-size: 18px;
}
.recruit-item__btn span:first-child {
  margin-right: 7px;
}

.community {
  padding: 95px 0 65px;
  background-color: #F4F7FF;
}
.community-inner {
  max-width: 1024px;
  margin: 0 auto;
}
.community-item {
  margin-top: 60px;
}
.community-item__card {
  background-color: white;
  max-width: 318px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.community-item__card:hover {
  opacity: 0.7;
}
.community-item__card:hover .community-item__img img {
  scale: 1.1;
}
.community-item__img {
  width: 318px;
  height: 197px;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.community-item__img img {
  overflow: hidden;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  width: 100%;
}
.community-item__area {
  padding: 25px 20px;
}
.community-item__lead {
  margin-bottom: 6px;
}
.community-item__ttl {
  font-size: 20px;
  font-weight: 500;
}
.community-list {
  margin-top: 65px;
}

.cta {
  background: url(../img/common/contact_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 75px 0;
}
.cta-inner {
  max-width: 1024px;
  margin: 0 auto;
}
.cta-ttl {
  font-size: 42px;
  font-weight: bold;
  color: white;
  text-align: center;
}
.cta-btns a {
  width: 490px;
  height: 70px;
  background-color: white;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 26px;
  font-weight: 500;
  color: #0271CD;
  margin: 40px 0;
}
.cta-btns a span:first-child {
  margin-right: 15px;
}
.cta-txt {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: white;
}
.cta.reset {
  background: url(../img/recruit/cta.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 75px 0;
}

@media (max-width: 1502px) {
  .works-inner {
    margin-left: 30px;
  }
  .information-inner {
    margin-left: 30px;
  }
}
@media (max-width: 1200px) {
  .fv {
    padding: 220rem 0 320rem;
  }
  .fv-ttl {
    font-size: 49rem;
  }
  .company-inner {
    max-width: 1024rem;
  }
  .company-contents {
    max-width: 516rem;
  }
  .company-contents__txt {
    font-size: 18rem;
  }
  .company-img1 img {
    width: 373rem;
    height: 441rem;
  }
  .company-img2 {
    bottom: -70rem;
    left: -120rem;
  }
  .company-img2 img {
    width: 199rem;
    height: 248rem;
  }
  .service-item__card {
    width: 48%;
  }
  .service-item__box {
    width: 100%;
    height: 388rem;
  }
  .service-item__num {
    font-size: 32rem;
    top: -25rem;
    left: -10rem;
  }
  .service-item__img img {
    width: 354rem;
    height: 240rem;
  }
  .service-item__bottom {
    margin-top: -28rem;
  }
  .service-item__btn {
    width: 380rem;
    height: 56rem;
  }
  .service-item__btn span {
    font-size: 18rem;
  }
  .service-item__txt {
    margin-top: 23rem;
    font-size: 16rem;
  }
  .service-school {
    max-width: 705rem;
  }
  .service-school__img img {
    width: 705rem;
    height: 364rem;
  }
  
.service-school .service-item__box .service-item__img img {
    width: 432rem;
    height: auto;
}
  .strength-row__inner {
    max-width: 888rem;
  }
  .strength-row__contents {
    max-width: 448rem;
  }
  .strength-row__num {
    font-size: 51rem;
  }
  .strength-row__ttl {
    font-size: 22rem;
  }
  .strength-row__txt {
    font-size: 18rem;
  }
  .strength-row__img img {
    width: 348rem;
    height: 258rem;
  }
  .strength-row.left::before {
    height: 230rem;
    bottom: -20rem;
  }
  .strength-row.right::before {
    height: 230rem;
    bottom: -20rem;
  }
  .recruit {
    padding: 112rem 0;
  }
  .recruit-item__en {
    font-size: 60rem;
  }
  .community-inner {
    max-width: 1024rem;
  }
  .community-item__card {
    max-width: 318rem;
  }
  .community-item__img {
    width: 318rem;
    height: 197rem;
  }
  .community-item__img img {
    width: 318rem;
    height: 197rem;
  }
  .community-item__area {
    padding: 25rem 20rem;
  }
  .community-item__ttl {
    font-size: 20rem;
  }
  .community-item__date {
    font-size: 16rem;
  }
  .cta {
    padding: 75rem 0;
  }
  .cta-inner {
    max-width: 1024rem;
  }
  .cta-ttl {
    font-size: 42rem;
  }
  .cta-txt {
    font-size: 26rem;
  }
  .cta-btns a {
    width: 490rem;
    height: 70rem;
    font-size: 26rem;
  }
}
@media (max-width: 1084px) {
  .service-inner {
    margin-left: 30px;
    margin-right: 30px;
  }
  .strength-inner {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .fv {
    background: url(../img/top/fv_sp.jpg) no-repeat;
    height: calc(100vh - 57px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-size: cover;
    background-position: center;
  }
  .fv-ttl {
    font-size: 35px;
    padding-left: unset;
  }
  .company {
    padding-top: 80px;
  }
  .company-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    padding-bottom: 140px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .company-contents {
    width: 100%;
    max-width: 100%;
  }
  .company-contents__txt {
    font-size: 16px;
    line-height: 2;
  }
  .company-contents__btn {
    margin-top: unset;
    position: absolute;
    bottom: 0;
    left: calc(50% - 96.5px);
  }
  .company-imgs {
    margin-left: 86px;
  }
  .company-img1 img {
    width: 256px;
    height: 245px;
    border-radius: 10px;
  }
  .company-img2 {
    bottom: -35px;
    left: -90px;
  }
  .company-img2 img {
    width: 139px;
    height: 173px;
  }
  .service {
    padding: 80px 25px 0;
  }
  .service-inner {
    margin-left: unset;
    margin-right: unset;
  }
  .service-item__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service-item__card {
    width: 100%;
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .service-item__card:nth-child(2) {
    margin-top: 42rem;
  }
  .service-item__img img {
    width: 243px;
    height: auto;
  }
  .service-item__box {
    height: 297px;
  }
  .service-item__bottom {
    margin-top: -21.5px;
  }
  .service-item__btn {
    width: 262px;
    height: 43px;
  }
  .service-item__btn span {
    font-size: 16px;
  }
  .service-item__txt {
    margin-top: 17px;
    font-size: 16px;
  }
  .service-item__num {
    font-size: 22px;
    top: -17px;
    left: -7px;
  }
  .service-school {
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .service-school__img img {
    width: 100%;
    height: 297px;
    border-radius: 18px;
  }
  .service-school .service-item__box .service-item__img img {
    width: 230px;
    height: auto;
}
  .works {
    margin-top: 60px;
    padding: 40px 0 60px;
  }
  .works-inner {
    margin-left: unset;
    overflow: hidden;
  }
  .works-list__btn {
    margin-top: 35rem;
  }
  .strength {
    padding: 60px 0 0;
  }
  .strength-inner {
    margin-left: 25px;
    margin-right: 25px;
  }
  .strength-row {
    margin-bottom: unset;
    margin-top: 50px;
  }
  .strength-row__inner {
    max-width: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .strength-row__contents {
    padding-left: 30rem;
    padding-right: 30rem;
  }
  .strength-row__num {
    font-size: 28px;
    margin-top: 15px;
  }
  .strength-row__ttl {
    font-size: 18px;
  }
  .strength-row__txt {
    font-size: 16px;
    margin-top: 11px;
    line-height: 2;
  }
  .strength-row.left .strength-row__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .strength-row.left::before {
    top: 15%;
    height: 75%;
    bottom: unset;
  }
  .strength-row.left .strength-row__img {
    margin-right: unset;
    padding-left: 30rem;
    padding-right: 30rem;
  }
  .strength-row.left .strength-row__img img {
    width: 100%;
    height: 250px;
    border-radius: 12px;
  }
  .strength-row.right .strength-row__img {
    margin-left: unset;
    padding-left: 30rem;
    padding-right: 30rem;
  }
  .strength-row.right .strength-row__img img {
    width: 100%;
    height: 250px;
    border-radius: 12px;
  }
  .strength-row.right::before {
    top: 15%;
    bottom: unset;
    height: 74%;
  }
  .strength-list {
    margin-top: 30rem;
  }
  .information {
    background-color: #F4F7FF;
    margin-top: 60px;
    padding: 45px 0 150px;
    position: relative;
  }
  .information-left {
    margin-right: unset;
  }
  .information-inner {
    margin-left: unset;
    max-width: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .information-slider {
    padding: 0;
    margin-top: 35px;
    overflow: hidden;
  }
  .information-list {
    margin-top: unset;
    position: absolute;
    bottom: 60px;
    left: calc(50% - 100px);
  }
  .recruit {
    padding: 100px 0;
    background: url(../img/top/recruit_sp_bg.png) no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .recruit-bg {
    display: none;
  }
  .recruit-item__en {
    font-size: 40px;
  }
  .recruit-item__jp {
    font-size: 18px;
  }
  .recruit-item__btn {
    font-size: 18px;
    margin-right: 10px;
  }
  .recruit-item__btn span:last-child img {
    width: 41px;
    height: 41px;
  }
  .community {
    padding: 60px 0 60px;
  }
  .community .c-ttl__en {
    font-size: 28px;
  }
  .community-list {
    margin-top: 40px;
  }
  .community-item {
    margin-top: 40px;
    overflow: hidden;
  }
  .community-item__ttl {
    font-size: 16px;
  }
  .community-item__date {
    font-size: 14px;
  }
  .community-item__card {
    max-width: 300px;
  }
  .community-item__img {
    height: 200px;
  }
  .community-item__img img {
    height: 200px;
    width: 300px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .cta {
    padding: 80px 0 60px;
  }
  .cta-ttl {
    font-size: 24px;
  }
  .cta-btns {
    -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;
  }
  .cta-btns a {
    margin: 20px 0 0 0;
    width: 336px;
    height: 46px;
    font-size: 18px;
  }
  .cta-btns a span img {
    width: 28px;
    height: auto;
  }
  .cta-txt {
    font-size: 18px;
    margin-top: 25px;
    font-weight: 400;
  }
}
#information .sub-fv__inner {
  max-width: 1170px;
  margin: 0 auto;
}
#information .sub-fv__en {
  font-size: 56px;
  font-weight: 900;
  color: white;
}
#information .sub-fv__jp {
  font-size: 22px;
  font-weight: 500;
  color: white;
}
#information .list-item {
  max-width: 1200px;
  padding: 80px 0 110px;
  margin: 0 auto;
}
#information .list-item__btn {
  width: 157px;
  height: 44px;
  border-radius: 10px;
  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;
  border: 1px solid #0198E5;
  margin-right: 38px;
  margin-bottom: 45px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
#information .list-item__btn:hover {
  background-color: #0198E5;
  color: white;
}
#information .list-item__btn.active {
  background-color: #0198E5;
  color: white;
}
#information .list-item__btn:last-child {
  margin-right: unset;
}
#information .list-item__row {
  padding: 20px 25px;
  border-bottom: 1px solid #E3E4E4;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  justify-content: space-between;
}
#information .list-item__row:hover {
  opacity: 0.8;
}
#information .list-item__row:hover .list-item__img img {
  scale: 1.05;
}
#information .list-item__row:first-child {
  border-top: 1px solid #E3E4E4;
}
#information .list-item__row .arrow {
  min-width: 34px;
  min-height: 34px;
  margin-left: 20px;
}
#information .list-item__img {
  min-width: 258px;
  min-height: 191px;
  border-radius: 12px;
  overflow: hidden;
  margin-right: 25px;
}
#information .list-item__img img {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  overflow: hidden;
  max-width: 258px;
  max-height: 191px;
  border-radius: 12px;
  width: 100%;
}
#information .list-item__date {
  color: #5C5C5C;
  font-size: 16px;
}
#information .list-item__category {
  margin: 5px 0 16px;
  color: white;
}
#information .list-item__category span {
  font-size: 14px;
  line-height: 1;
  border-radius: 20px;
  background-color: #0271CD;
  padding: 2px 20px;
}
#information .list-item__txt {
  color: black;
  font-size: 16px;
  line-height: 1.6;
}
#information .list-item .c-list-item__page {
  margin-top: 60px;
}
/* 
#works .sub-fv {
  background: url(../img/works/fv_works_img.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
} */
#works .works-item {
  max-width: 1144px;
  margin: 60px auto 110px;
}
#works .works-item .works-slider__card {
  margin-bottom: 70px;
}

#service {
  background-color: #F0F2F4;
  padding-bottom: 80px;
}
#service .item__right {
  max-width: 861px;
}
#service .item__row {
  margin-top: 100px;
  position: relative;
  z-index: 0;
}
#service .item__row:first-child {
  margin-top: 35px;
}
#service .item__row.right::before {
  content: "";
  background-color: white;
  z-index: -1;
  width: 90%;
  height: 90%;
  position: absolute;
  right: 0;
  top: 15%;
}
#service .item__row.left::before {
  content: "";
  background-color: white;
  z-index: -1;
  width: 90%;
  height: 90%;
  position: absolute;
  left: 0;
  top: 15%;
}
#service .item__row.left .item__img {
  margin-left: auto;
}
#service .item__img {
  width: 90%;
}
#service .item__img img {
  width: 100%;
  height: 500px;
}
#service .item__lead {
  margin-top: -100px;
}
#service .item__card {
  margin-top: unset;
  width: 1208px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
#service .item__num {
  font-size: 65px;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #0357BD), color-stop(65%, #019AE6));
  background-image: linear-gradient(90deg, #0357BD 20%, #019AE6 65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#service .item__category {
  font-size: 20px;
  font-weight: 500;
  color: #0359BE;
}
#service .item__ttl {
  font-size: 24px;
  font-weight: 500;
  color: #1C2660;
}
#service .item__txt {
  font-size: 16px;
  margin: 35px 0 25px;
}
#service .item__col {
  width: 427px;
  height: 41px;
  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;
  font-size: 14px;
  color: #1F83D3;
  background-color: #E5F5FD;
  border-radius: 3px;
  margin-bottom: 8px;
}
#service .item__right {
  width: 861px;
}

#owners .ttl,
#customer .ttl {
  font-size: 28px;
  font-weight: bold;
  color: #0356BC;
  text-align: center;
  margin-bottom: 40px;
}
#owners .txt,
#customer .txt {
  margin-top: 27px;
  text-align: center;
}
#owners .item,
#customer .item {
  max-width: 1103px;
  margin: 70px auto 0;
}
#owners .item-img,
#customer .item-img {
  margin-top: 48px;
}
#owners .renovation,
#customer .renovation {
  margin-top: 105px;
}
#owners .renovation-wrap__card,
#customer .renovation-wrap__card {
  background-color: #E5F5FD;
  border-radius: 10px;
  width: 540px;
  height: 150px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 28px;
}
#owners .renovation-wrap__ttl,
#customer .renovation-wrap__ttl {
  font-size: 20px;
  font-weight: bold;
  color: #026BC9;
}
#owners .renovation-wrap__txt,
#customer .renovation-wrap__txt {
  margin-top: 14px;
  font-size: 18px;
  text-align: center;
}
#owners .corres,
#customer .corres {
  margin-top: 80px;
}
#owners .corres-card,
#customer .corres-card {
  margin-top: 35px;
}
#owners .corres-card__item,
#customer .corres-card__item {
  margin-top: 20px;
}
#owners .corres-card__item:first-child,
#customer .corres-card__item:first-child {
  margin-top: unset;
}
#owners .corres-card__item:nth-child(1) .collapsible, #owners .corres-card__item:nth-child(5) .collapsible,
#customer .corres-card__item:nth-child(1) .collapsible,
#customer .corres-card__item:nth-child(5) .collapsible {
  padding-left: 30px;
}
#owners .owners-works,
#customer .owners-works {
  max-width: 1144px;
  margin: 110px auto 0;
}
#owners .owners-flow,
#customer .owners-flow {
  max-width: 1144px;
  margin: 90px auto;
}
#owners .owners-flow__card,
#customer .owners-flow__card {
  width: 210px;
  border: 1px solid #0356BC;
  border-radius: 10px;
  padding: 20px 15px;
  position: relative;
}
#owners .owners-flow__card:nth-child(3),
#customer .owners-flow__card:nth-child(3) {
  margin-top: 4px;
}
#owners .owners-flow__card::before,
#customer .owners-flow__card::before {
  content: "";
  border-top: 49px solid transparent;
  border-bottom: 49px solid transparent;
  border-right: unset;
  border-left: 19px solid #D6F0FF;
  position: absolute;
  top: calc(50% - 49px);
  left: -22px;
}
#owners .owners-flow__card:first-child::before,
#customer .owners-flow__card:first-child::before {
  content: unset;
}
#owners .owners-flow__step,
#customer .owners-flow__step {
  position: absolute;
  top: -14px;
  left: calc(50% - 67px);
}
#owners .owners-flow__step span,
#customer .owners-flow__step span {
  width: 134px;
  height: 28px;
  color: white;
  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;
  color: white;
  font-size: 16px;
  background-color: #0356BC;
  border-radius: 20px;
}
#owners .owners-flow__ttl,
#customer .owners-flow__ttl {
  font-size: 16px;
  font-weight: bold;
  color: #0356BC;
  margin: 8px 0 10px;
}

#customer .construction {
  max-width: 1144px;
  margin: 105px auto 0;
}
#customer .construction-wrap__card {
  width: 265px;
  background-color: #E5F5FD;
  border-radius: 10px;
}
#customer .construction-wrap__card:nth-child(1) .construction-wrap__img {
  margin-top: 28px;
}
#customer .construction-wrap__card:nth-child(2) .construction-wrap__img {
  margin-top: 19px;
}
#customer .construction-wrap__card:nth-child(4) .construction-wrap__img {
  margin-top: 31px;
}
#customer .construction-wrap__ttl {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(3, 90, 191)), to(rgb(1, 152, 229)));
  background: linear-gradient(180deg, rgb(3, 90, 191) 0%, rgb(1, 152, 229) 100%);
  padding: 5px 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: 500;
}
#customer .construction-wrap__img {
  margin: 18px 0 20px;
}
#customer .construction-wrap__txt {
  padding: 0 10px 30px;
  font-size: 16px;
}
#customer .construction-flow {
  margin-top: 85px;
  width: 1030px;
  margin: 85px auto 120px;
}
#customer .construction-flow__row {
  margin-top: 34px;
}
#customer .construction-flow__row .construction-flow__contents {
  padding-bottom: 75px;
}
#customer .construction-flow__row:nth-child(2) .construction-flow__contents, #customer .construction-flow__row:nth-child(8) .construction-flow__contents {
  padding-bottom: 30px;
}
#customer .construction-flow__row:nth-child(4) .construction-flow__contents {
  padding-bottom: 55px;
}
#customer .construction-flow__row:nth-child(9) .construction-flow__contents {
  padding-bottom: unset;
  border-bottom: unset;
}
#customer .construction-flow__row:nth-child(9) .construction-flow__step::after {
  content: unset;
}
#customer .construction-flow__step {
  width: 120px;
  height: 120px;
  background-color: #0198E5;
  border-radius: 50%;
  position: relative;
  font-family: "Roboto", serif;
}
#customer .construction-flow__step::after {
  content: "";
  border-right: 18.5px solid transparent;
  border-left: 18.5px solid transparent;
  border-bottom: unset;
  border-top: 21.5px solid #0198E5;
  position: absolute;
  bottom: -55px;
  left: calc(50% - 18.5px);
}
#customer .construction-flow__en {
  font-size: 18px;
  font-weight: 500;
  color: white;
  line-height: 1;
  margin-top: 10px;
}
#customer .construction-flow__num {
  font-size: 54px;
  font-weight: bold;
  color: white;
  line-height: 1;
}
#customer .construction-flow__contents {
  padding-left: 20px;
  padding-right: 40px;
  width: 882px;
  padding-bottom: 30px;
  border-bottom: 2px solid #0198E5;
}
#customer .construction-flow__area {
  max-width: 690px;
}
#customer .construction-flow__ttl {
  font-size: 24px;
  font-weight: bold;
}
#customer .construction-flow__txt {
  font-size: 16px;
  margin-top: 15px;
}
#customer .construction-flow__txt a {
  text-decoration: underline;
}
#customer .facilities-inner {
  max-width: 996px;
  margin: 62px auto 0;
}
#customer .facilities-txt {
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
}
#customer .facilities .owners-works {
  margin-bottom: 120px;
}
#customer .facilities-wrap__card {
  position: relative;
}
#customer .facilities-wrap__img {
  max-width: 288px;
}
#customer .facilities-wrap__txt {
  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;
  width: 170px;
  height: 35px;
  border-radius: 22px;
  background-color: white;
  position: absolute;
  bottom: -17.5px;
  left: calc(50% - 85px);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.075);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.075);
  font-size: 14px;
  font-weight: bold;
  color: #1F83D3;
}

.safetyItem {
  max-width: 1105px;
  margin: 84px auto 105px;
}
.safetyItem-head {
  background-color: #E5F5FD;
  border-radius: 15px;
  padding: 60px 65px 40px;
  position: relative;
}
.safetyItem-head__ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 10px 50px;
  background-color: white;
  border-radius: 40px;
  position: absolute;
  top: -22px;
  left: calc(50% - 325.1px);
  color: #0356BC;
}
.safetyItem-head__txt {
  line-height: 2;
  font-size: 16px;
}
.safetyItem-row {
  margin-top: 36px;
}
.safetyItem-row:nth-child(2) {
  margin-top: 50px;
}
.safetyItem-row__img {
  min-width: 315px;
  max-width: 315px;
}
.safetyItem-row__ttl {
  font-size: 24px;
  font-weight: bold;
  color: #0356BC;
  padding: 20px 0 24px 15px;
}
.safetyItem-row__txt {
  font-size: 16px;
  line-height: 1.8;
  border-top: 1px solid #0356BC;
  padding: 25px 23px 0 15px;
}

.form {
  max-width: 973px;
  margin: 30px auto 104px;
}
.form-item {
  border-bottom: 1px solid #EBEBEB;
  padding: 20px 30px;
}
.form-item__ttl {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.form-item__ttl .need {
  font-size: 14px;
  background-color: #EE1414;
  padding: 3px 10px;
  border-radius: 5px;
  color: white;
  margin-left: 20px;
}
.form-item input[type=text],
.form-item input[type=tel],
.form-item input[type=email] {
  width: 100%;
  height: 62px;
  background-color: #FBFAF7;
  border: 1px solid #CCCCCC;
  padding: 10px 30px;
  border-radius: 13px;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
}
.form-item input[type=text]::-webkit-input-placeholder, .form-item input[type=tel]::-webkit-input-placeholder, .form-item input[type=email]::-webkit-input-placeholder {
  color: #DCDCDC;
}
.form-item input[type=text]::-moz-placeholder, .form-item input[type=tel]::-moz-placeholder, .form-item input[type=email]::-moz-placeholder {
  color: #DCDCDC;
}
.form-item input[type=text]:-ms-input-placeholder, .form-item input[type=tel]:-ms-input-placeholder, .form-item input[type=email]:-ms-input-placeholder {
  color: #DCDCDC;
}
.form-item input[type=text]::-ms-input-placeholder, .form-item input[type=tel]::-ms-input-placeholder, .form-item input[type=email]::-ms-input-placeholder {
  color: #DCDCDC;
}
.form-item input[type=text]::placeholder,
.form-item input[type=tel]::placeholder,
.form-item input[type=email]::placeholder {
  color: #DCDCDC;
}
.form-item input[type=text]:focus,
.form-item input[type=tel]:focus,
.form-item input[type=email]:focus {
  outline: unset;
}
.form-item textarea {
  width: 100%;
  background-color: #FBFAF7;
  border: 1px solid #CCCCCC;
  padding: 30px;
  border-radius: 13px;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
}
.form-item textarea::-webkit-input-placeholder {
  color: #DCDCDC;
}
.form-item textarea::-moz-placeholder {
  color: #DCDCDC;
}
.form-item textarea:-ms-input-placeholder {
  color: #DCDCDC;
}
.form-item textarea::-ms-input-placeholder {
  color: #DCDCDC;
}
.form-item textarea::placeholder {
  color: #DCDCDC;
}
.form-item textarea:focus {
  outline: unset;
}
.form-item__check {
  padding-left: 30px;
}
.form-item__checkRow {
  margin-top: 10px;
}
.form-item__confirm {
  padding-left: 30px;
  margin-top: 20px;
  font-size: 16px;
}
.form-submit {
  margin-top: 65px;
}

.thanks {
  margin: 130px auto 200px;
}
.thanks-ttl {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.thanks-txt {
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
}

.privacy-item {
  max-width: 1154px;
  margin: 40px auto 85px;
}
.privacy-item__group {
  margin-top: 40px;
}
.privacy-item__ttl {
  font-size: 18px;
  font-weight: bold;
}
.privacy-item__txt {
  font-size: 16px;
  line-height: 1.8;
}

.reason-item {
  margin-bottom: 120px;
}
.reason-item .strength-row__contents {
  max-width: 476px;
}
.reason-item .add-en {
  font-size: 51px;
  font-weight: bold;
  margin-left: 23px;
  background-image: unset;
  color: rgba(2, 114, 205, 0.1294117647);
  -webkit-background-clip: rgba(2, 114, 205, 0.1294117647);
  -webkit-text-fill-color: rgba(2, 114, 205, 0.1294117647);
}
.reason-list {
  max-width: 919px;
  margin: 87px auto 0;
  background-color: #F1FAFF;
  border-radius: 15px;
  padding: 21px 30px 35px;
}
.reason-list__ttl {
  font-size: 20px;
  font-weight: bold;
  color: #0271CD;
  margin-bottom: 15px;
}
.reason-list__view:first-child {
  margin-right: 80px;
}
.reason-list__view li {
  list-style: outside;
}
.reason-right {
  margin-top: 66px;
}
.reason-left {
  margin-top: 77px;
}
.reason-left.reset .strength-row__txt {
  margin-top: unset;
}
.reason-left.reset .strength-row__ttl {
  margin-top: -8px;
}

.company .c-sub-ttl {
  margin-bottom: 40px;
}
.company .company-contents__ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.company .company-contents.reset {
  margin-bottom: -50px;
}

.course {
  margin-top: 155px;
}
.course .c-sub-ttl {
  margin-bottom: 25px;
}
.course-ttl {
  font-size: 28px;
  font-weight: bold;
  color: #0356BC;
  margin-bottom: 40px;
}
.course-area__txt {
  font-size: 16px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.course-area__txt span:first-child {
  font-weight: bold;
  margin-right: 20px;
  color: #0356bcd5;
  font-size: 18px;
}
.course-area__txt span:first-child small {
    font-size: 13px;
    margin-left: 15px;
}
.course-contain {
  max-width: 801px;
  margin: 53px auto 0;
}
.course-contain__ttl {
  margin: 20px 0;
  font-size: 18px;
}

.message {
  max-width: 1024px;
  margin: 97px auto 0;
}
.message-item__lead {
  margin: 39px 0;
  font-size: 27px;
  font-weight: bold;
}
.message-item__area {
  max-width: 516px;
}
.message-item__txt {
  font-size: 16px;
  line-height: 1.6;
}
.message-item__name {
  margin-top: 43px;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.message-item__name span:first-child {
  font-size: 18px;
  font-weight: 300;
  margin-right: 20px;
}

.history {
  max-width: 970px;
  margin: 97px auto 0;
}
.history-item {
  margin-top: 45px;
}
.history-item__row {
  padding-bottom: 45px;
}
.history-item__row:last-child .history-item__year::after {
  height: 100%;
}
.history-item__year {
  margin-right: 68px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  min-width: 68px;
}
.history-item__year::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #0198E5;
  position: absolute;
  right: -34px;
  top: 10px;
}
.history-item__year::after {
  content: "";
  width: 1px;
  height: 240%;
  background-color: #0198E5;
  position: absolute;
  right: -28px;
  top: 16px;
}
.history-item__month {
  min-width: 54px;
  font-size: 18px;
  font-weight: 500;
  color: #0198E5;
}
.history-item__col:nth-child(2) {
  margin-top: 20px;
}
.history-item__txt {
  max-width: 780px;
}

.profile {
  margin: 82px auto 0;
  max-width: 973px;
}
.profile-item {
  margin-top: 48px;
}
.profile-item__row {
  width: 100%;
  border-bottom: 1px solid #EBEBEB;
}
.profile-item__category {
  width: 160px;
  font-size: 18px;
  font-weight: bold;
  background-color: #F1FAFF;
  padding: 20px;
}
.profile-item__txt {
  font-size: 16px;
  padding: 20px;
}

.partner {
  margin: 90px auto;
}
.partner-item {
  max-width: 1040px;
  margin: 40px auto 0;
}
.partner-item__logo {
  margin-bottom: 22px;
  margin-right: 35px;
  width: 315px;
}
.partner-item__logo:last-child {
  margin-bottom: unset;
  margin-right: unset;
  width: 400px;
}
.partner-item__logo img {
  object-fit: contain;
}
.partner-item__logo:nth-child(3) {
  margin-right: unset;
}

#recruit .sub-fv {
  position: relative;
  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;
}
#recruit .sub-fv__recruit {
  position: absolute;
}
#recruit .sub-fv__area {
  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;
  position: relative;
}
#recruit .sub-fv__area h3 {
  font-size: 120px;
  font-weight: 900;
  color: white;
}
#recruit .sub-fv__area p {
  font-size: 35px;
  font-weight: 900;
  line-height: 1;
  color: white;
}
#recruit .sub-fv__area .hy {
  font-family: "Marck Script", serif;
  font-size: 80px;
  font-weight: 300;
  color: #FFFACE;
  position: absolute;
  left: -50px;
  top: -30px;
  -webkit-transform: rotate(-26deg);
          transform: rotate(-26deg);
}
#recruit .sub-fv__img img {
  min-height: unset;
  height: auto;
}
#recruit .recruit-ttl {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#recruit .recruit-ttl h3 {
  font-size: 48px;
  font-weight: bold;
  color: #0356BC;
}
#recruit .recruit-ttl p {
  font-size: 20px;
  font-weight: 500;
}
#recruit .recruit-message {
  max-width: 735px;
  margin: 66px auto 55px;
}
#recruit .recruit-message-txt {
  text-align: center;
  margin-top: 24px;
}
#recruit .recruit-works {
  background-color: #F5F5F5;
  padding: 62px 0 53px;
}
#recruit .recruit-works__inner {
  max-width: 996px;
  margin: 34px auto 0;
}
#recruit .recruit-works__ttl {
  margin: 11px 0 7px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #0356BC;
}
#recruit .recruit-works__txt {
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
}
#recruit .recruit-works__img {
  border-radius: 7px;
}
#recruit .recruit-works__img img {
  border-radius: 7px;
}
#recruit .initiative {
  padding: 44px;
}
#recruit .initiative .recruit-ttl {
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  margin-bottom: 57px;
}
#recruit .initiative .recruit-ttl h3 {
  color: white;
}
#recruit .initiative .recruit-ttl p {
  color: white;
}
#recruit .initiative-item {
  max-width: 1353px;
  margin: 0 auto;
  border-radius: 185px 20px 20px 20px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #0357BD), color-stop(65%, #019AE6));
  background-image: linear-gradient(90deg, #0357BD 20%, #019AE6 65%);
  padding: 79px 180px 60px 159px;
}
#recruit .initiative-item__group {
  background-color: rgba(255, 255, 255, 0.185);
  border-radius: 50px;
  padding: 30px;
  margin-top: 35px;
}
#recruit .initiative-item__ttl {
  font-size: 27px;
  font-weight: 500;
  color: white;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.123);
}
#recruit .initiative-item__row {
  margin-top: 25px;
}
#recruit .initiative-item__col {
  max-width: 325px;
  background-color: white;
  padding: 10px 10px 23px;
  border-radius: 7px;
  margin-right: 40px;
}
#recruit .initiative-item__col:last-child {
  margin-right: unset;
}
#recruit .initiative-item__subTtl {
  font-size: 20px;
  font-weight: 500;
  color: #0356BC;
  margin: 12px 0 9px;
  text-align: center;
}
#recruit .initiative-item__txt {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
#recruit .recruitment {
  margin-top: 66px;
  position: relative;
}
#recruit .recruitment-item {
  background-color: #C3E5F6;
  border-radius: 27px;
  padding: 65px;
  max-width: 1014px;
  margin: 42px auto 92px;
  position: relative;
}
#recruit .recruitment-item__ttl {
  position: absolute;
  top: -40px;
  left: calc(50% - 256px);
}
#recruit .recruitment-item__ttl span {
  font-size: 25px;
  font-weight: bold;
  color: #21272A;
  background-color: white;
  padding: 17px 31px;
  border-radius: 80px;
}
#recruit .recruitment-item__box {
  background-color: white;
  border-radius: 13px;
  padding: 40px;
}
#recruit .recruitment-item__row {
  margin-top: 35px;
  font-size: 20px;
}
#recruit .recruitment-item__row:first-child {
  margin-top: unset;
}
#recruit .recruitment-item__category {
  min-width: 86px;
}

@media (max-width: 1268px) {
  #service .item__card {
    width: unset;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 1200px) {
  #works .works-item {
    margin: 60px 30px 100px;
  }
  #owners .owners-flow {
    margin: 90px 30px;
  }
  #owners .owners-flow__card {
    margin-bottom: 30px;
  }
  #customer .construction {
    margin-left: 30px;
    margin-right: 30px;
  }
  #customer .construction-wrap__card {
    margin-bottom: 30px;
  }
  #privacy .privacy-item {
    margin: 40px 30px 85px;
  }
  #reason .reason-item .strength-row__contents {
    max-width: 476rem;
  }
  #reason .reason-item .add-en {
    font-size: 51rem;
    margin-left: 23rem;
  }
  #company .company-img1 img {
    width: 373rem;
    height: 306rem;
  }
  #company .company-img2 img {
    width: 199rem;
    height: 211rem;
  }
  #recruit .initiative-item {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1163px) {
  #owners .item,
  #customer .item {
    margin-left: 30px;
    margin-right: 30px;
  }
  #owners .renovation-wrap__card,
  #customer .renovation-wrap__card {
    width: 100%;
  }
  .safetyItem {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 1140px) {
  #service .item__col {
    width: 49%;
  }
  #service .item__row.right::before {
    width: 100%;
  }
  #service .item__row.left::before {
    width: 100%;
  }
  #service .item__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #service .item__right {
    margin-top: 30px;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1090px) {
  #customer .construction-flow {
    width: unset;
    margin: 80px 30px 120px;
  }
  #customer .construction-flow__step {
    min-width: 120px;
    min-height: 120px;
  }
  #customer .construction-flow__img {
    min-width: 107px;
    margin-left: 15px;
  }
  #customer .facilities-inner {
    margin-left: 30px;
    margin-right: 30px;
  }
  #customer .facilities-wrap__card {
    margin-bottom: 40px;
  }
  #customer .owners-works {
    margin-top: 70px;
  }
  #company .message {
    margin: 80px 30px 0;
  }
  #company .message-item__img {
    min-width: 407px;
    margin-left: 20px;
  }
  .history {
    margin-left: 30px;
    margin-right: 30px;
  }
  #recruit .recruit-works__inner {
    margin-left: 30px;
    margin-right: 30px;
  }
  #recruit .recruit-works__card {
    margin-bottom: 30px;
  }
  #recruit .recruitment {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 980px) {
  #recruit .initiative-item__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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #recruit .initiative-item__col:first-child {
    margin-right: unset;
    margin-bottom: 30px;
  }
}
@media (max-width: 810px) {
  .course {
    margin-left: 30px;
    margin-right: 30px;
  }
  .course-contain {
    -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;
  }
}
@media (max-width: 767px) {
  #information .list-item {
    padding: 60px 0 80px;
  }
  #information .list-item__row {
    padding: 40px 25px;
    position: relative;
  }
  #information .list-item__row .arrow {
    display: none;
    position: absolute;
    top: 250px;
    right: 25px;
  }
  #information .list-item__img {
    margin-right: unset;
    width: 100%;
    height: 200px;
    min-width: unset;
  }
  #information .list-item__img img {
    width: 100%;
    max-width: unset;
  }
  #information .list-item__left {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #information .list-item__contents {
    margin-top: 20px;
  }
  #information .list-item__txt {
    line-height: 2;
  }
  #information .list-item__head {
    margin-left: 15px;
    margin-right: 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #information .list-item__btn {
    width: 49%;
    margin-right: unset;
    margin-bottom: 15px;
  }
  #information .list-item .c-list-item__page {
    margin-top: 40px;
  }
  #works .works-item {
    margin: 60px 15px;
  }
  #works .works-item .works-slider__card {
    width: 49%;
    margin-bottom: 30px;
  }
  #works .works-item .works-slider__img {
    width: 100%;
    height: 120px;
    border-radius: 10px;
  }
  #works .works-item .works-slider__img img {
    width: 100%;
    height: 120px;
    border-radius: 10px;
  }
  #works .works-item .works-slider__txt {
    font-size: 14px;
    margin: 10px 0 0;
  }
  #works .works-item .works-slider__content {
    font-size: 12px;
    font-weight: 400;
  }
  #works .works-item .works-slider__btn span:first-child img {
    width: 20px;
    height: 20px;
  }
  #works .works-item .works-slider__btn span:last-child {
    font-size: 12px;
  }
  #service .item__img {
    height: 350px;
  }
  #service .item__img img {
    height: 350px;
  }
  #service .item__ttl {
    font-size: 20px;
  }
  #service .item__txt {
    margin: 20px 0;
  }
  #service .item__card {
    margin-left: 15px;
    margin-right: 15px;
  }
  #service .item__row {
    padding-bottom: 100px;
    position: relative;
  }
  #service .item__row .c-btn {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 100px);
  }
  #owners .item,
  #customer .item {
    margin: 40px 15px 0;
  }
  #owners .ttl,
  #customer .ttl {
    font-size: 22px;
  }
  #owners .txt,
  #customer .txt {
    text-align: left;
    line-height: 2;
    margin-top: unset;
  }
  #owners .renovation,
  #customer .renovation {
    margin-top: 60px;
  }
  #owners .renovation-wrap__card,
  #customer .renovation-wrap__card {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
  }
  #owners .renovation-wrap__ttl,
  #customer .renovation-wrap__ttl {
    font-size: 18px;
  }
  #owners .renovation-wrap__txt,
  #customer .renovation-wrap__txt {
    font-size: 16px;
  }
  #owners .corres,
  #customer .corres {
    margin-top: 60px;
  }
  #owners .owners-works,
  #customer .owners-works {
    margin: 60px 0 0 0;
  }
  #owners .owners-works .slick-prev,
  #owners .owners-works .slick-next,
  #customer .owners-works .slick-prev,
  #customer .owners-works .slick-next {
    display: none !important;
  }
  #owners .owners-flow,
  #customer .owners-flow {
    margin: 60px 30px 30px;
  }
  #owners .owners-flow__card,
  #customer .owners-flow__card {
    width: 100%;
  }
  #owners .owners-flow__card::before,
  #customer .owners-flow__card::before {
    content: unset;
  }
  #owners .owners-flow__txt,
  #customer .owners-flow__txt {
    line-height: 2;
  }
  #owners .construction,
  #customer .construction {
    margin: 60px 15px 0;
  }
  #owners .construction-wrap__card,
  #customer .construction-wrap__card {
    width: 100%;
    margin-bottom: 15px;
  }
  #owners .construction-flow,
  #customer .construction-flow {
    margin: 60px 0;
  }
  #owners .construction-flow__row,
  #customer .construction-flow__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #owners .construction-flow__step,
  #customer .construction-flow__step {
    min-width: unset;
    min-height: unset;
    width: 100%;
    height: unset;
    border-radius: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 10px 0;
  }
  #owners .construction-flow__step::after,
  #customer .construction-flow__step::after {
    content: unset;
  }
  #owners .construction-flow__en,
  #customer .construction-flow__en {
    font-size: 18px;
    margin-top: unset;
    margin-right: 10px;
  }
  #owners .construction-flow__num,
  #customer .construction-flow__num {
    font-size: 32px;
  }
  #owners .construction-flow__contents,
  #customer .construction-flow__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-right: 20px;
    padding-bottom: 20px !important;
    border-bottom: unset;
  }
  #owners .construction-flow__img,
  #customer .construction-flow__img {
    margin: 30px 0 30px;
  }
  #owners .construction-flow__ttl,
  #customer .construction-flow__ttl {
    font-size: 20px;
  }
  #owners .construction-flow__txt,
  #customer .construction-flow__txt {
    line-height: 2;
  }
  #owners .facilities-inner,
  #customer .facilities-inner {
    margin: 40px 15px 0;
  }
  #owners .facilities-txt,
  #customer .facilities-txt {
    line-height: 2;
    text-align: left;
  }
  #owners .facilities-wrap,
  #customer .facilities-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  #owners .facilities-wrap__card,
  #customer .facilities-wrap__card {
    width: 100%;
  }
  #owners .facilities-wrap__img,
  #customer .facilities-wrap__img {
    width: 100%;
    max-width: unset;
  }
  #owners .facilities-wrap__img img,
  #customer .facilities-wrap__img img {
    width: 100%;
    height: 250px;
    border-radius: 10px;
  }
  #owners .facilities .owners-works,
  #customer .facilities .owners-works {
    margin: 60px 0;
  }
  #owners .facilities .owners-works .slick-prev,
  #owners .facilities .owners-works .slick-next,
  #customer .facilities .owners-works .slick-prev,
  #customer .facilities .owners-works .slick-next {
    display: none !important;
  }
  .safetyItem {
    margin: 40px 15px 60px;
  }
  .safetyItem-head {
    padding: 20px 15px;
  }
  .safetyItem-head__ttl {
    font-size: 18px;
    position: relative;
    background-color: unset;
    top: unset;
    left: unset;
    text-align: center;
    line-height: 2;
    margin-bottom: 10px;
    padding: unset;
  }
  .safetyItem-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .safetyItem-row__img {
    min-width: unset;
    max-width: unset;
    width: 100%;
    height: 200px;
  }
  .safetyItem-row__img img {
    width: 100%;
    height: 200px;
    border-radius: 10px;
  }
  .safetyItem-row__ttl {
    font-size: 18px;
    padding: 20px 0 15px;
  }
  .safetyItem-row__txt {
    padding: 15px 0;
  }
  #contact .form {
    margin: 40px auto 60px;
  }
  #contact .form-item {
    padding: 15px;
  }
  #contact .form-item__ttl {
    font-size: 16px;
  }
  #contact .form-item__ttl .need {
    font-size: 12px;
  }
  #contact .form-item input[type=text],
  #contact .form-item input[type=tel],
  #contact .form-item input[type=email] {
    font-size: 16px;
    padding: 10px 15px;
    height: 55px;
  }
  #contact .form-item textarea {
    font-size: 16px;
    padding: 15px;
  }
  #contact .form-submit {
    margin-top: 40px;
  }
  #contact .thanks {
    margin: 40px 25px 100px;
  }
  #contact .thanks-ttl {
    font-size: 20px;
  }
  #contact .thanks-txt {
    font-size: 16px;
    line-height: 2;
    text-align: left;
  }
  #privacy .privacy-item {
    margin: 40px 25px 60px;
  }
  #privacy .privacy-txt {
    line-height: 2;
    margin-top: 10px;
    display: unset;
  }
  #reason .reason-item .strength-row__contents {
    max-width: unset;
  }
  #reason .reason-item .add-en {
    font-size: 28px;
    margin-left: 15px;
  }
  #reason .reason-list {
    margin: 60px auto 0;
    padding: 25px 30px 25px 40px;
  }
  #reason .reason-list__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #reason .reason-left.reset .strength-row__txt {
    margin-top: 11px;
  }
  #reason .reason-left.reset .strength-row__ttl {
    margin-top: unset;
  }
  #company .company {
    padding-top: 40px;
  }
  #company .company-img1 img {
    width: 256px;
    height: 245px;
  }
  #company .company-img2 img {
    width: 139px;
    height: 173px;
    border-radius: 10px;
    border: 2px solid white;
  }
  #company .company-contents.reset {
    margin-bottom: unset;
    margin-top: 80px;
  }
  #company .company-contents__ttl {
    font-size: 20px;
  }
  #company .company-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: unset;
  }
  #company .message {
    margin: 80px 25px 0;
  }
  #company .message-item__lead {
    font-size: 20px;
    margin: 20px 0;
  }
  #company .message-item__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #company .message-item__img {
    margin-left: unset;
    min-width: unset;
    width: 100%;
    margin-bottom: 20px;
  }
  #company .message-item__img img {
    width: 100%;
    height: 300px;
    border-radius: 10px;
  }
  #company .message-item__txt {
    line-height: 1.8;
  }
  #company .message-item__name {
    margin-top: 30px;
  }
  .course {
    margin: 60px 25px 0;
  }
  .course-area__txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .course-area__txt:first-child {
    margin-top: unset;
  }
  .course-area__txt span:first-child {
    margin-right: unset;
  }
  .course-area__txt span:last-child {
    margin-top: 10px;
    font-size: 16px;
  }
  .course-contain__col {
    margin-bottom: 40px;
  }
  .course-contain__col:last-child {
    margin-bottom: unset;
  }
  .history {
    margin: 80px 15px 0;
  }
  .history-item__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .history-item__row:last-child .history-item__year::after {
    height: 1px;
  }
  .history-item__year {
    margin-right: unset;
    padding-left: 80px;
  }
  .history-item__year::before {
    right: unset;
    left: 0;
  }
  .history-item__year::after {
    width: 70px;
    height: 1px;
    right: unset;
    left: 0;
    top: 15px;
  }
  .profile {
    margin: 40px 0;
  }
  .profile-item {
    margin-top: 30px;
  }
  .profile-item__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .profile-item__category {
    margin-bottom: unset;
    width: 100%;
  }
  .partner {
    margin: 90px 0 60px;
  }
  .partner-item {
    margin: 30px 15px 0;
  }
  .partner-item__logo {
    margin-right: unset;
    width: 49%;
  }
  .partner-item__logo:last-child {
    margin-right: unset;
    width: 49%;
  }
  #recruit .recruit-ttl h3 {
    font-size: 32px;
  }
  #recruit .recruit-ttl p {
    font-size: 18px;
  }
  #recruit .sub-fv__area h3 {
    font-size: 60px;
  }
  #recruit .sub-fv__area p {
    font-size: 18px;
  }
  #recruit .sub-fv__area .hy {
    font-size: 38px;
    left: -22px;
    top: -7px;
  }
  #recruit .recruit-message {
    max-width: unset;
    margin: 60px 25px;
  }
  #recruit .recruit-message-txt {
    text-align: left;
    line-height: 2;
  }
  #recruit .recruit-works {
    padding: 60px 0;
  }
  #recruit .recruit-works__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #recruit .initiative {
    padding: unset;
  }
  #recruit .initiative-item {
    border-radius: unset;
    padding-left: 15px;
    padding: 60px 15px;
  }
  #recruit .initiative-item__group {
    padding: 30px 15px;
    border-radius: 20px;
  }
  #recruit .initiative-item__ttl {
    font-size: 20px;
  }
  #recruit .initiative-item__subTtl {
    font-size: 18px;
  }
  #recruit .initiative .recruit-ttl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  #recruit .recruitment {
    margin: unset;
    padding: 60px 15px;
    background-color: #C3E5F6;
  }
  #recruit .recruitment-item {
    padding: 30px 0;
    margin-bottom: unset;
    border-radius: 20px;
  }
  #recruit .recruitment-item__ttl {
    left: calc(50% - 90px);
    text-align: center;
  }
  #recruit .recruitment-item__ttl span {
    font-size: 18px;
    background-color: unset;
    text-align: center;
    padding: unset;
    border-radius: unset;
  }
  #recruit .recruitment-item__box {
    padding: 30px 15px;
    margin-top: 30px;
  }
  #recruit .recruitment-item__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 16px;
    margin-top: 20px;
  }
}
.slick-initialized .slick-slide {
  margin-right: 29px;
}

.information .slick-list {
  padding-left: unset !important;
}

.information .slick-initialized .slick-slide {
  margin-right: 22px;
}

@media (max-width: 767px) {
  .information .slick-list {
    padding-left: 50px !important;
  }
}
.sp-menu {
  display: none;
  -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;
  cursor: pointer;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.sp-menu-item span {
  border-bottom: 2rem solid #0265C5;
  width: 28rem;
  display: block;
  margin-bottom: 6rem;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.sp-menu-item span:last-child {
  margin-bottom: unset;
  width: 28rem;
}

.sp-menu-item.change span:first-child {
  -webkit-transform: rotate(-45deg) translate(-2rem, 4rem);
  transform: rotate(-45deg) translate(-2rem, 4rem);
}

.sp-menu-item.change span:nth-child(2) {
  display: none;
}

.sp-menu-item.change span:last-child {
  width: 28rem;
  -webkit-transform: rotate(45deg) translate(-3rem, -4rem);
  transform: rotate(45deg) translate(-3rem, -4rem);
}

.menu-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: calc(100% - 56px);
  z-index: 20;
  margin-top: 56px;
  padding: 60px 36px;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  z-index: 105;
  overflow: auto;
}

.menu-overlay.change {
  -webkit-transform: none;
  transform: none;
}

.menu-overlay .overlay-links {
  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;
}
.menu-overlay .overlay-links .overlay-links__contact {
  width: 100%;
}
.menu-overlay .overlay-links .l-header__contact {
  margin-top: unset;
  margin-left: unset;
  width: 100% !important;
  color: white;
  font-size: 16px;
  height: 60px;
}

.overlay-links__group {
  margin-bottom: 25px;
}

.menu-overlay .overlay-links a {
  margin-top: 10px;
  margin-left: 15px;
  font-size: 15px;
  font-weight: bold;
  color: #0265C5;
}
.menu-overlay .overlay-links a span:first-child {
  margin-right: 10px;
}

.overlay-links__lead {
  color: #0265C5;
  font-weight: bold;
  font-size: 16px !important;
  margin-left: unset !important;
  margin-top: unset !important;
}
.overlay-links__lead a {
    margin-left: unset !important;
    font-size: 16px !important;
}
.collapsible {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(3, 90, 191)), to(rgb(1, 152, 229)));
  background: linear-gradient(180deg, rgb(3 90 191 / 80%) 0%, rgb(1, 152, 229) 100%);
  color: white;
  cursor: pointer;
  padding: 10px 30px 10px 30px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  letter-spacing: 0;
  font-size: 22px;
  font-weight: 500;
}

.collapsible::after {
  content: "";
  background: url("../img/service/owner/arrow_dump.svg") top center/cover;
  display: inline-block;
  width: 21px;
  height: 12px;
  position: absolute;
  top: calc(50% - 6px);
  right: 30px;
}

.collapsible.active::after {
  content: "";
  background: url("../img/service/owner/arrow_pump.svg") top center/cover;
  display: inline-block;
  width: 21px;
  height: 12px;
  position: absolute;
  top: calc(50% - 6px);
  right: 30px;
}

.content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #F1FAFF;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.content__item {
  margin: 50px auto;
  width: 920px;
  background-color: white;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.062);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.062);
  border-radius: 10px;
  padding: 10px;
}

.content__img {
  border-radius: 7px;
  margin-right: 10px;
}
.content__img img {
  border-radius: 7px;
}

.content__txt {
  max-width: 630px;
  font-size: 18px;
  margin-top: 15px;
}

@media (max-width: 1150px) {
  .menu-overlay {
    display: block;
    width: 100%;
  }
  .sp-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sp-menu-item span {
    border-bottom: 2px solid #0265C5;
    width: 22px;
    margin-bottom: 5px;
  }
  .sp-menu-item span:last-child {
    width: 22px;
  }
  .sp-menu-item.change span:first-child {
    -webkit-transform: rotate(-45deg) translate(-2px, 4px);
            transform: rotate(-45deg) translate(-2px, 4px);
  }
  .sp-menu-item.change span:last-child {
    width: 22px;
    -webkit-transform: rotate(45deg) translate(-1px, -3px);
            transform: rotate(45deg) translate(-1px, -3px);
  }
  .l-header__menu {
    display: none;
  }
  .l-header__inner {
    margin-left: 15rem;
    margin-right: 15rem;
  }
  .content__item {
    margin: 50px 30px;
    width: 100%;
  }
  .content__img {
    min-width: 229px;
  }
}
@media (max-width: 767px) {
  .content__item {
    margin: 30px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .collapsible {
    font-size: 18px;
  }
  .content__img {
    width: 100%;
    margin-right: unset;
  }
  .content__img img {
    width: 100%;
    height: 120px;
  }
  .content__txt {
    margin-top: 20px;
    font-size: 16px;
    line-height: 2;
  }
}
.u-sp-block {
  display: none;
}

.u-pc-block {
  display: block;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-30 {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .u-sp-block {
    display: block;
  }
  .u-pc-block {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */


/* page navigation start*/
.page-numbers {
  font-size: 18px;
  margin-right: 20px;
}

/* .prev {
  background-image: url('../img/information/icon_info_pagination_left.svg');
  width: 100%;
  height: auto;
  padding-right: 12px;
  margin-bottom: -1px;
}

.next {
  background-image: url('../img/information/icon_info_pagination_right.svg');
  width: 100%;
  height: auto;
  padding-left: 12px;
  margin-bottom: -1px;
}

.pagination {
  display: flex;
} */


/* contact page reset css */

.form-submit p .c-btn br {
  display: none !important;
}
.wpcf7-spinner {
  display: none !important;
}
.wpcf7-spinner::before {
  display: none;
}
.form-submit__reset p, .form-submit__first p {
  position: relative;
}
.form-submit__reset p input, .form-submit__first p input {
  width: 200px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  font-size: 16px;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, right top, from(rgb(3, 84, 187)), to(rgb(0, 158, 232)));
  background: linear-gradient(90deg, rgb(3, 84, 187) 0%, rgb(0, 158, 232) 100%);
  position: relative;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  border: unset;
  cursor: pointer;
}
.wpcf7 form .wpcf7-response-output {
  display: none !important;
}
.contact-icon__reset {
  display: flex;
  position: absolute;
  width: 17px;
  height: 12px;
  top: calc(50% - 6px);
  right: 18px;
}
.c-btn:nth-child(3) span:nth-child(5) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: calc(50% - 6px);
  right: 18px;
}
.c-btn:nth-child(3) input {
  background-color: unset;
  color: white;
  font-size: 16px;
  font-weight: 500;
  border: unset;
  outline: unset;
}
.form-submit p .c-btn:first-child {
  margin-right: 20px;
}
.form-submit p .c-btn.reset span:nth-child(4) {
  right: unset;
  left: 18px;  
}
.form-submit__reset p br, .form-submit__first p br {
  display: none !important;
}
.form-submit__reset {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.form-submit__reset p:first-child {
  margin-right: 30px;
}
.form-submit__reset p:first-child span:last-child {
  display: flex;
  position: absolute;
  width: 17px;
  height: 12px;
  top: calc(50% - 6px);
  left: 18px;
}
.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.wpcf7-list-item {
  margin-left: unset;
  margin-top: 10px !important;
}
/* end contact page reset css */

/* page nation reset css */
.smaller {
  font-size: 18px !important;
  margin-right: 20px !important;
}

.current {
  font-size: 18px !important;
  margin-right: 20px !important;
}

.larger {
  font-size: 18px !important;
  margin-right: 20px !important;
}

.previouspostslink {
  margin-right: 20px !important;
}

.wp-pagenavi {
  display: flex;
}

.noticeItem-pagination {
  margin-top: 60px;
  text-align: center;
}
.works-slider__card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/* end page nation reset css */
/* slider wrap reset css */
.works-slider .slick-track {
    display: flex;
    flex-wrap: wrap;
}
.works-slider__boxItem.slick-slide {
    height: unset;
}
.works-slider__boxItem .works-slider__card {
    height: 100%;
}
.information-slider .slick-track {
    display: flex;
    flex-wrap: wrap;
}
.information-slider .slick-slide {
    height: unset;
}
.ft-bg {
    font-size: 18px;
}
.ft-bg1 {
    font-size: 22px;
}
@media(max-width: 768px) {
    .ft-bg1 {
        font-size: 18px;
    }
}
/* end slider wrap reset css */