html,
body {
  scroll-behavior: smooth;
}

html.is-open,
body.is-open {
  overflow: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.show-tab {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 880px) {
  .show-tab {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .hide-pc {
    display: none;
  }
}
.button {
  display: inline-block;
  text-align: center;
  color: #F6F7F7;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 27px;
  padding: 9px 53px;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.75%, #2188DE), color-stop(97.75%, #2BCBC6));
  background: linear-gradient(90deg, #2188DE 1.75%, #2BCBC6 97.75%);
  -webkit-box-shadow: 4px 3px 26px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 4px 3px 26px 0px rgba(0, 0, 0, 0.16);
}

.button--type2 {
  border-radius: 50px;
  border: 2px solid #FFF;
  -webkit-box-shadow: 4px 3px 26px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 4px 3px 26px 0px rgba(0, 0, 0, 0.16);
  background: none;
}

@media screen and (min-width: 768px) {
  .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    gap: 30px;
    margin-left: 0;
  }
}
.heading-main {
  display: block;
  color: #228DDD;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3.6px;
}

.heading-sub {
  display: block;
  margin-top: 2px;
  color: #228BDE;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2.66px;
}

@media screen and (min-width: 768px) {
  .heading-sub {
    margin-top: 0;
  }
}
.header {
  background: -webkit-gradient(linear, left top, left bottom, from(#EAF4F7), to(#FFF));
  background: linear-gradient(180deg, #EAF4F7 0%, #FFF 100%);
  position: relative;
  overflow: hidden;
}

.header__inner {
  height: 80px;
  padding-right: 15px;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .header__inner {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}
.header__logo {
  width: 160px;
}

.header__nav {
  display: none;
}

@media screen and (min-width: 768px) {
  .header__nav {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .header__link {
    padding: 24px 22px 26px;
    font-weight: 500;
  }
  .header__link.is-active {
    border-top: 5px solid #2082DF;
  }
}
@media screen and (min-width: 768px) and (max-width: 880px) {
  .header__link {
    padding: 24px 8px 26px;
  }
}
.header__button {
  display: none;
}

@media screen and (min-width: 768px) {
  .header__button {
    display: block;
  }
}
.drawer-icon {
  width: 40px;
  height: 20px;
  position: relative;
  z-index: 101;
}

.drawer-icon.is-open .drawer-icon__bar {
  background-color: #fff;
}

.drawer-icon.is-open .drawer-icon__bar:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-icon.is-open .drawer-icon__bar:nth-child(2) {
  opacity: 0;
}

.drawer-icon.is-open .drawer-icon__bar:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon__bar {
  background: #2082E0;
  position: absolute;
  left: 0;
  z-index: 10;
  border-radius: 3px;
  -webkit-transition: top 0.5s, background-color 0.5s, display 0.5s, -webkit-transform 0.5s;
  transition: top 0.5s, background-color 0.5s, display 0.5s, -webkit-transform 0.5s;
  transition: top 0.5s, transform 0.5s, background-color 0.5s, display 0.5s;
  transition: top 0.5s, transform 0.5s, background-color 0.5s, display 0.5s, -webkit-transform 0.5s;
}

.drawer-icon__bar:nth-child(1) {
  top: 2px;
  width: 100%;
  height: 3px;
}

.drawer-icon__bar:nth-child(2) {
  top: 10px;
  width: 100%;
  height: 3px;
}

.drawer-icon__bar:nth-child(3) {
  top: 18px;
  width: 100%;
  height: 3px;
}

.drawer__menu {
  position: fixed;
  top: 0;
  right: -100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 142, 221, 0.9)), to(rgba(43, 198, 201, 0.9)));
  background: linear-gradient(180deg, rgba(34, 142, 221, 0.9) 0%, rgba(43, 198, 201, 0.9) 100%);
  width: 100%;
  height: 100vh;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  z-index: 100;
}

.drawer__menu.is-open {
  right: 0;
}

@media screen and (min-width: 768px) {
  .drawer__menu {
    display: none;
  }
}
.drawer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 130px;
}

.drawer__logo img {
  width: 180px;
}

.drawer__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: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.drawer__link {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.fv {
  padding-top: 20px;
  padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .fv {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.fv__inner {
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  .fv__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .fv__contents {
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 20px;
  }
}
.fv__image {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .fv__image {
    width: 50.78125%;
    min-width: 450px;
  }
}
.fv__image img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .fv__image img {
    width: 100%;
  }
}
.fv__texts {
  margin-top: 40px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .fv__texts {
    text-align: left;
  }
}
.fv__logo img {
  width: 250px;
}

.fv-head {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .fv-head {
    margin-top: 25px;
  }
}
.fv-head__text {
  color: #2B2B2B;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .fv-head__text {
    font-size: 26px;
  }
}
.fv__text {
  margin-top: 20px;
  font-weight: 400;
  line-height: 2;
}

.fv__button {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .fv__button {
    margin-right: 0;
    margin-left: 0;
  }
}
.news {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .news {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.news__inner {
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  .news__inner {
    max-width: 1010px;
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
  }
}
.news__heading {
  text-align: center;
  color: #238FDC;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 3px;
  position: relative;
}

.news__heading::after {
  content: "";
  position: absolute;
  top: 57px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #2BC8C8;
}

.news__contents {
  margin-top: 55px;
  display: none;
}

@media screen and (min-width: 768px) {
  .news__contents {
    margin-top: 65px;
  }
}
.news__content {
  padding-top: 10px;
  padding-bottom: 13px;
  border-bottom: 1px solid #E3E3E3;
}

@media screen and (min-width: 768px) {
  .news__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.news__date {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .news__date {
    font-size: 16px;
    width: 149px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.news__title {
  display: block;
  margin-top: 8px;
  color: #111;
  font-size: 15px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .news__title {
    font-size: 16px;
    margin: 0;
    max-width: 781px;
    margin-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  .news__function {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 26px;
  }
}
.pagination {
  margin-top: 46px;
  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;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .pagination {
    margin-top: 0;
  }
}
.page-item {
  width: 36px;
  height: 36px;
  border: 1px solid #828282;
  background: #fff;
  color: #707070;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.44px;
  position: relative;
}

.page-link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-link img {
  width: 13px;
  vertical-align: baseline;
}

.news__button {
  margin-top: 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .news__button {
    margin-top: 0;
  }
}
.news__button-link {
  display: inline-block;
  padding: 5px 24px;
  border-radius: 2px;
  border: 1px solid #2392DB;
  -webkit-box-shadow: 4px 3px 26px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 4px 3px 26px 0px rgba(0, 0, 0, 0.16);
  color: #2392DB;
  font-weight: 700;
  letter-spacing: 3px;
}

.active {
  border: none;
  background: #228DDD;
  color: #FFF;
}

.concept {
  background: #F4FBFF;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .concept {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.concept__inner {
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 768px) {
  .concept__inner {
    padding-right: 40px;
    padding-left: 40px;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .concept__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
}
.concept__image {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .concept__image {
    width: 50%;
    max-width: 450px;
  }
}
.concept__image img {
  width: 310px;
}

@media screen and (min-width: 768px) {
  .concept__image img {
    width: 100%;
  }
}
.concept__texts {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .concept__texts {
    margin-top: 0;
    width: 50%;
    max-width: 450px;
  }
}
.concept__title {
  color: #228DDD;
  font-size: 24px;
  font-weight: 700;
}

.concept__desc {
  margin-top: 30px;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
}

.concept__button {
  margin-top: 42px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .concept__button {
    margin-top: 36px;
    text-align: left;
  }
}
.casestudy {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .casestudy {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .casestudy__inner {
    max-width: 1200px;
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
  }
}
.casestudy__heading {
  margin-left: 30px;
}

@media screen and (min-width: 768px) {
  .casestudy__heading {
    margin-left: 0;
  }
}
.casestudy__swiper {
  margin-top: 50px;
  margin-left: 20px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .casestudy__swiper {
    margin-top: 40px;
    margin-left: 62px;
    margin-right: 62px;
  }
}
.swiper-slide {
  border-radius: 4px;
  background: #fff;
}

.swiper__image img {
  width: 100%;
}

.swiper__text {
  padding: 14px 10px;
}

.swiper__title {
  color: #228DDD;
  font-size: 15px;
  font-weight: 700;
}

.swiper__name {
  margin-top: 10px;
}

.swiper__name-first {
  font-size: 12px;
  font-weight: 700;
}

.swiper__name-second {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 700;
}

.swiper__label {
  margin-top: 10px;
  color: #9D9D9D;
  font-size: 12px;
  font-weight: 400;
}

.swiper-pagination {
  position: absolute;
  padding-right: 20px;
  bottom: -24px !important;
}

@media screen and (min-width: 768px) {
  .swiper-pagination {
    bottom: -39px !important;
  }
}
.swiper-button-prev {
  left: -8px !important;
  width: 44px !important;
  border: 3px solid #2392db;
  border-radius: 22px;
  background: #fff;
}

.swiper-button-prev img {
  width: 13px;
}

.swiper-button-prev::after {
  display: none;
}

@media screen and (min-width: 768px) {
  .swiper-button-prev {
    left: -62px !important;
  }
}
.swiper-button-next {
  right: 12px !important;
  width: 44px !important;
  border: 3px solid #2392db;
  border-radius: 22px;
  background: #fff;
}

.swiper-button-next img {
  width: 13px;
}

.swiper-button-next::after {
  display: none;
}

@media screen and (min-width: 768px) {
  .swiper-button-next {
    right: -62px !important;
  }
}
.casestudy__button {
  margin-top: 52px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .casestudy__button {
    margin-top: 81px;
  }
}
.casestudy__button-link {
  display: inline-block;
  padding: 9px 54px;
  color: #2392DB;
  font-weight: 700;
  border-radius: 2px;
  border: 1px solid #2392DB;
}

.price {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #F4FBFF;
}

@media screen and (min-width: 768px) {
  .price {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.price__inner {
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  .price__inner {
    max-width: 1060px;
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
  }
}
.price__heading {
  margin-left: 15px;
}

.price__content {
  margin-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

@media screen and (min-width: 768px) {
  .price__content {
    -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;
    gap: 15px;
  }
}
.price__card {
  padding: 30px 20px;
  text-align: center;
  border-radius: 10px;
  border: 0px solid #707070;
  background: #fff;
  width: 100%;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) and (max-width: 880px) {
  .price__card {
    padding: 30px 10px;
  }
}
.price__name {
  color: #2392DB;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.price__price {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
}

.price__num {
  padding-right: 4px;
  padding: 4px;
  color: #2392DB;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 3.6px;
}

.price__table {
  margin-top: 30px;
  width: 100%;
  max-width: 260px;
  margin-right: auto;
  margin-left: auto;
}

.price__row {
  position: relative;
}

.price__row::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #C2C2C2;
}

.price__head {
  text-align: left;
  padding: 6px 2px 6px 5px;
}

.price__data {
  text-align: right;
  padding: 6px 5px 6px 2px;
}

.price__button {
  margin-top: 30px;
}

@media screen and (min-width: 768px) and (max-width: 880px) {
  .price__button-link {
    padding: 9px 42px;
  }
}
.company {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .company {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.company__inner {
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  .company__inner {
    padding-right: 40px;
    padding-left: 40px;
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
  }
}
.company__heading {
  margin-left: 15px;
}

@media screen and (min-width: 768px) {
  .company__heading {
    margin-left: 0;
  }
}
.company__content-wrap {
  position: relative;
  margin-top: 68px;
  border: 2px solid #2392DB;
  background: #FFF;
  width: 100%;
}

.company__pagination {
  position: absolute;
  top: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .company__pagination {
    top: -40px;
  }
}
.company__page-item a {
  display: grid;
  place-items: center;
  width: 122px;
  height: 46px;
}

@media screen and (max-width: 399px) {
  .company__page-item a {
    width: 80px;
  }
}
@media screen and (min-width: 768px) {
  .company__page-item a {
    width: 200px;
    height: 80px;
  }
}
.company__curr-page {
  position: relative;
  background: #FFF;
  color: #2392DB;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .company__curr-page {
    padding-left: 26px;
  }
}
.company__curr-page:nth-child(2) {
  border-right: 1px solid #2392DB;
  border-left: 1px solid #2392DB;
}

@media screen and (min-width: 768px) {
  .company__curr-page:nth-child(2) {
    padding-right: 16px;
  }
}
.company__curr-page::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 3px solid #2392db;
  border-left: 3px solid #2392db;
  top: 42%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 399px) {
  .company__curr-page::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .company__curr-page::before {
    top: 45%;
    left: 55px;
  }
}
.company__curr-page.is-active {
  background: #2392DB;
  color: #fff;
}

.company__curr-page.is-active::before {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
}

.company__card {
  display: none;
  opacity: 0;
}

.company__card.is-active {
  display: block;
  -webkit-animation-name: displayAnime;
  animation-name: displayAnime;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.company__card:nth-child(1) {
  padding: 60px 39px 50px 39px;
}

@media screen and (max-width: 399px) {
  .company__card:nth-child(1) {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .company__card:nth-child(1) {
    padding: 90px 50px 97px;
  }
}
.company__card:nth-child(2) {
  padding: 44px 30px 50px 30px;
}

@media screen and (min-width: 768px) {
  .company__card:nth-child(2) {
    padding-top: 80px;
    padding-bottom: 46px;
  }
}
.company__card:nth-child(3) {
  padding: 58px 30px 50px 30px;
}

@media screen and (min-width: 768px) {
  .company__card:nth-child(3) {
    padding: 80px 150px 50px 150px;
  }
}
.company__card-head {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}

.company__card-desc {
  text-align: center;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .company__card-desc {
    margin-top: 17px;
  }
}
.company__table {
  margin-top: 20px;
  border: 1px solid #DBDBDB;
  border-collapse: collapse;
}

@media screen and (min-width: 768px) {
  .company__table {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .company__table--sp {
    display: none;
  }
}
.company__table--sp .company__table-head {
  width: 600px;
  height: 54px;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  background: #F2F2F2;
  border: 1px solid #DBDBDB;
}

.company__table--sp .company__table-data {
  width: 50%;
  padding: 13px 0 13px 10px;
  border: 1px solid #DBDBDB;
}

.company__table--pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .company__table--pc {
    display: block;
  }
  .company__table--pc .company__table-head {
    width: 25%;
    height: 54px;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    background: #F2F2F2;
    border: 1px solid #DBDBDB;
  }
  .company__table--pc .company__table-data {
    width: 200px;
    padding: 13px 0 13px 10px;
    border: 1px solid #DBDBDB;
  }
}
.company__list {
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .company__list {
    width: 200px;
  }
}
.company__item:nth-child(n+2) {
  margin-top: 16px;
}

.company__item-head {
  position: relative;
  padding-left: 17px;
  color: #2392DB;
  font-weight: 700;
}

.company__item-head::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #2bcbc6;
}

.company__item-desc {
  padding-left: 17px;
  color: #000;
  margin-top: 2px;
}

.company__card-title {
  color: #2392DB;
  font-weight: 700;
}

.company__card-text {
  margin-top: 14px;
}

@media screen and (min-width: 768px) {
  .company__card-text {
    margin-top: 16px;
  }
}
.cv {
  padding-top: 60px;
  padding-bottom: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#2390DC), to(#2BC8C8));
  background: linear-gradient(90deg, #2390DC 0%, #2BC8C8 100%);
}

@media screen and (min-width: 768px) {
  .cv {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.cv__inner {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.cv__text-main {
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 2.6px;
}

.cv__text-sub {
  margin-top: 8px;
  color: #FFF;
  font-weight: 400;
  letter-spacing: 1.6px;
}

.cv__button {
  margin-top: 17px;
}

.blog {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .blog {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.blog__inner {
  padding-right: 38px;
  padding-left: 30px;
}

@media screen and (min-width: 768px) {
  .blog__inner {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 880px) {
  .blog__inner {
    padding-right: 47px;
    padding-left: 47px;
  }
}
@media screen and (min-width: 768px) and (max-width: 880px) {
  .blog__heading {
    margin-left: 33px;
  }
}
.blog__cords {
  display: grid;
  grid-column: repeat(1, 1fr);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-top: 46px;
}

@media screen and (min-width: 768px) {
  .blog__cords {
    margin-top: 60px;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 880px) {
  .blog__cords {
    grid-template-columns: repeat(2, 1fr);
  }
}
.blog__card {
  border-radius: 4px;
  -webkit-box-shadow: 5px 7px 34px 0px #F1F1F1;
  box-shadow: 5px 7px 34px 0px #F1F1F1;
  padding: 12px 15px 16px;
}

.blog__image {
  position: relative;
}

.blog__image img {
  width: 100%;
}

.blog__image-label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 32px;
  background: #2392DB;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
}

.blog__title {
  margin-top: 6px;
  font-size: 15px;
  font-weight: 700;
}

.blog__desc {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 400;
}

.blog__button {
  margin-top: 46px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .blog__button {
    margin-top: 60px;
  }
}
.seminar {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .seminar {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.seminar__inner {
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  .seminar__inner {
    padding-right: 50px;
    padding-left: 50px;
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
  }
}
.seminar__content {
  margin-top: 46px;
}

@media screen and (min-width: 768px) {
  .seminar__content {
    margin-top: 38px;
  }
}
.seminar__card {
  padding: 24px 12px 30px;
  border-radius: 6px;
  border: 0px solid #707070;
  background: #fff;
  -webkit-box-shadow: 5px 7px 34px 0px #F1F1F1;
  box-shadow: 5px 7px 34px 0px #F1F1F1;
}

@media screen and (min-width: 768px) {
  .seminar__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    padding: 24px;
  }
}
.seminar__card:nth-child(n+2) {
  margin-top: 36px;
}

@media screen and (min-width: 768px) {
  .seminar__card:nth-child(n+2) {
    margin-top: 40px;
  }
}
.seminar__image {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .seminar__image {
    width: 324px;
    min-width: 240px;
  }
}
.seminar__image img {
  width: 324px;
}

@media screen and (min-width: 768px) {
  .seminar__image img {
    width: 100%;
  }
}
.seminar__text-content {
  margin-top: 22px;
}

@media screen and (min-width: 768px) {
  .seminar__text-content {
    max-width: 678px;
  }
}
.seminar__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.seminar__label {
  padding: 6px 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  border-radius: 2px;
  background: #2392DB;
}

.seminar__time {
  font-weight: 500;
  line-height: normal;
}

.seminar__title {
  margin-top: 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.seminar__desc {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 500;
}

.seminar__card-button {
  margin-top: 22px;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .seminar__card-button {
    margin-top: 20px;
  }
}
.seminar__card-button-link {
  display: inline-block;
  padding: 8px 44px;
  color: #2392DB;
  font-size: 14px;
  font-weight: 500;
  border-radius: 2px;
  border: 1px solid #2392DB;
}

.seminar__button {
  margin-top: 46px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .seminar__button {
    margin-top: 40px;
  }
}
.qanda {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #F4FBFF;
}

@media screen and (min-width: 768px) {
  .qanda {
    padding-top: 100px;
    padding-bottom: 121px;
  }
}
.qanda__inner {
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  .qanda__inner {
    max-width: 880px;
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
  }
}
.qanda__heading {
  text-align: center;
  color: #238FDC;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 3px;
  position: relative;
}

.qanda__heading::after {
  content: "";
  position: absolute;
  top: 57px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #2BC8C8;
}

.qanda__content {
  margin-top: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .qanda__content {
    margin-top: 48px;
    gap: 20px;
  }
}
.qanda__card[open] .qanda__question .qanda__text::before {
  opacity: 0;
}

.qanda__question {
  position: relative;
  width: 100%;
  list-style: none;
}

.qanda__q {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 50px;
  height: 100%;
  padding: 7px 15px 13px 14px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #238FDC;
  border-radius: 10px 0px 0px 10px;
}

@media screen and (min-width: 768px) {
  .qanda__q {
    width: 71px;
    padding: 10px 25px 15px 25px;
  }
}
.qanda__text {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 42px 10px 60px;
  width: 100%;
  border-radius: 10px;
  font-size: 15px;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .qanda__text {
    padding: 12px 55px 12px 85px;
    font-size: 16px;
  }
}
.qanda__text::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 18px;
  background: #2392db;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 19px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media screen and (min-width: 768px) {
  .qanda__text::before {
    right: 24px;
  }
}
.qanda__text::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background: #2392db;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}

@media screen and (min-width: 768px) {
  .qanda__text::after {
    right: 15px;
  }
}
.qanda__answer {
  overflow: hidden;
  margin-top: 12px;
  margin-left: 20px;
}

@media screen and (min-width: 768px) {
  .qanda__answer {
    margin-top: 6px;
    margin-left: 41px;
  }
}
.qanda__answer-text {
  padding: 10px;
  font-size: 14px;
  border-radius: 10px;
  background: #FFF;
}

@media screen and (min-width: 768px) {
  .qanda__answer-text {
    padding: 12px 14px;
    font-size: 16px;
  }
}
.footer {
  background: -webkit-gradient(linear, left top, right top, from(#2390DC), to(#2BC8C8));
  background: linear-gradient(90deg, #2390DC 0%, #2BC8C8 100%);
  padding-top: 46px;
}

@media screen and (min-width: 768px) {
  .footer {
    padding-top: 60px;
  }
}
.footer__inner {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer__inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .footer__company {
    text-align: left;
  }
}
.footer__logo img {
  width: 160px;
}

.footer__desc {
  margin-top: 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .footer__desc {
    margin-top: 16px;
  }
}
.footer__tel {
  margin-top: 4px;
}

.footer__fax {
  margin-top: 4px;
}

.footer__links {
  margin-top: 36px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

@media screen and (min-width: 768px) {
  .footer__links {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 880px) {
  .footer__links {
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .footer__link {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .footer__link:nth-child(n+2)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 16px;
    background: #FFF;
    top: 50%;
    left: -25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 880px) {
  .footer__link:nth-child(n+2)::before {
    left: -15px;
  }
}
.footer__sns-links {
  margin-top: 36px;
  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;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .footer__sns-links {
    margin-top: 0;
  }
}
.footer__sns-link img {
  width: 30px;
}

.copyright {
  display: block;
  padding-top: 11px;
  padding-bottom: 11px;
  margin-top: 36px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}

@media screen and (min-width: 768px) {
  .copyright {
    margin-top: 58px;
  }
}