.c-btn--navy {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #124F8E;
  border-radius: 35px;
  overflow: hidden;
  background: #124F8E;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-btn--navy > a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  width: 100%;
  padding: 23px 0;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-btn--navy > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 13px;
  background: url("/share/images/common/icon_arrow_right-white.svg") center/contain no-repeat;
}
.c-btn--navy:hover {
  background: #fff;
}
.c-btn--navy:hover > a {
  color: #124F8E;
}
.c-btn--navy:hover > a::after {
  background: url("/share/images/common/icon_arrow_right-navy.svg") center/contain no-repeat;
}

.c-btn--white {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #124F8E;
  border-radius: 35px;
  overflow: hidden;
  background: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-btn--white > a {
  position: relative;
  display: block;
  color: #124F8E;
  font-size: 1.6rem;
  font-weight: bold;
  width: 100%;
  padding: 23px 0;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-btn--white > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 13px;
  background: url("/share/images/common/icon_arrow_right-navy.svg") center/contain no-repeat;
}
.c-btn--white:hover {
  background: #124F8E;
}
.c-btn--white:hover > a {
  color: #fff;
}
.c-btn--white:hover > a::after {
  background: url("/share/images/common/icon_arrow_right-white.svg") center/contain no-repeat;
}

.c-btn--navy[data-btn-size="100"] {
  max-width: 100px;
}

.c-btn--white[data-btn-size="100"] {
  max-width: 100px;
}

.c-btn--navy[data-btn-size="110"] {
  max-width: 110px;
}

.c-btn--white[data-btn-size="110"] {
  max-width: 110px;
}

.c-btn--navy[data-btn-size="120"] {
  max-width: 120px;
}

.c-btn--white[data-btn-size="120"] {
  max-width: 120px;
}

.c-btn--navy[data-btn-size="130"] {
  max-width: 130px;
}

.c-btn--white[data-btn-size="130"] {
  max-width: 130px;
}

.c-btn--navy[data-btn-size="140"] {
  max-width: 140px;
}

.c-btn--white[data-btn-size="140"] {
  max-width: 140px;
}

.c-btn--navy[data-btn-size="150"] {
  max-width: 150px;
}

.c-btn--white[data-btn-size="150"] {
  max-width: 150px;
}

.c-btn--navy[data-btn-size="160"] {
  max-width: 160px;
}

.c-btn--white[data-btn-size="160"] {
  max-width: 160px;
}

.c-btn--navy[data-btn-size="170"] {
  max-width: 170px;
}

.c-btn--white[data-btn-size="170"] {
  max-width: 170px;
}

.c-btn--navy[data-btn-size="180"] {
  max-width: 180px;
}

.c-btn--white[data-btn-size="180"] {
  max-width: 180px;
}

.c-btn--navy[data-btn-size="190"] {
  max-width: 190px;
}

.c-btn--white[data-btn-size="190"] {
  max-width: 190px;
}

.c-btn--navy[data-btn-size="200"] {
  max-width: 200px;
}

.c-btn--white[data-btn-size="200"] {
  max-width: 200px;
}

.c-btn--navy[data-btn-size="210"] {
  max-width: 210px;
}

.c-btn--white[data-btn-size="210"] {
  max-width: 210px;
}

.c-btn--navy[data-btn-size="220"] {
  max-width: 220px;
}

.c-btn--white[data-btn-size="220"] {
  max-width: 220px;
}

.c-btn--navy[data-btn-size="230"] {
  max-width: 230px;
}

.c-btn--white[data-btn-size="230"] {
  max-width: 230px;
}

.c-btn--navy[data-btn-size="240"] {
  max-width: 240px;
}

.c-btn--white[data-btn-size="240"] {
  max-width: 240px;
}

.c-btn--navy[data-btn-size="250"] {
  max-width: 250px;
}

.c-btn--white[data-btn-size="250"] {
  max-width: 250px;
}

.c-btn--navy[data-btn-size="260"] {
  max-width: 260px;
}

.c-btn--white[data-btn-size="260"] {
  max-width: 260px;
}

.c-btn--navy[data-btn-size="270"] {
  max-width: 270px;
}

.c-btn--white[data-btn-size="270"] {
  max-width: 270px;
}

.c-btn--navy[data-btn-size="280"] {
  max-width: 280px;
}

.c-btn--white[data-btn-size="280"] {
  max-width: 280px;
}

.c-btn--navy[data-btn-size="290"] {
  max-width: 290px;
}

.c-btn--white[data-btn-size="290"] {
  max-width: 290px;
}

.c-btn--navy[data-btn-size="300"] {
  max-width: 300px;
}

.c-btn--white[data-btn-size="300"] {
  max-width: 300px;
}

.c-btn--navy[data-btn-size="310"] {
  max-width: 310px;
}

.c-btn--white[data-btn-size="310"] {
  max-width: 310px;
}

.c-btn--navy[data-btn-size="320"] {
  max-width: 320px;
}

.c-btn--white[data-btn-size="320"] {
  max-width: 320px;
}

.c-btn--navy[data-btn-size="330"] {
  max-width: 330px;
}

.c-btn--white[data-btn-size="330"] {
  max-width: 330px;
}

.c-btn--navy[data-btn-size="340"] {
  max-width: 340px;
}

.c-btn--white[data-btn-size="340"] {
  max-width: 340px;
}

.c-btn--navy[data-btn-size="350"] {
  max-width: 350px;
}

.c-btn--white[data-btn-size="350"] {
  max-width: 350px;
}

.c-btn--navy[data-btn-size="360"] {
  max-width: 360px;
}

.c-btn--white[data-btn-size="360"] {
  max-width: 360px;
}

.c-btn--navy[data-btn-size="370"] {
  max-width: 370px;
}

.c-btn--white[data-btn-size="370"] {
  max-width: 370px;
}

.c-btn--navy[data-btn-size="380"] {
  max-width: 380px;
}

.c-btn--white[data-btn-size="380"] {
  max-width: 380px;
}

.c-btn--navy[data-btn-size="390"] {
  max-width: 390px;
}

.c-btn--white[data-btn-size="390"] {
  max-width: 390px;
}

.c-btn--navy[data-btn-size="400"] {
  max-width: 400px;
}

.c-btn--white[data-btn-size="400"] {
  max-width: 400px;
}

.c-btn--navy[data-btn-size="410"] {
  max-width: 410px;
}

.c-btn--white[data-btn-size="410"] {
  max-width: 410px;
}

.c-btn--navy[data-btn-size="420"] {
  max-width: 420px;
}

.c-btn--white[data-btn-size="420"] {
  max-width: 420px;
}

.c-btn--navy[data-btn-size="430"] {
  max-width: 430px;
}

.c-btn--white[data-btn-size="430"] {
  max-width: 430px;
}

.c-btn--navy[data-btn-size="440"] {
  max-width: 440px;
}

.c-btn--white[data-btn-size="440"] {
  max-width: 440px;
}

.c-btn--navy[data-btn-size="450"] {
  max-width: 450px;
}

.c-btn--white[data-btn-size="450"] {
  max-width: 450px;
}

.c-btn--navy[data-btn-size="460"] {
  max-width: 460px;
}

.c-btn--white[data-btn-size="460"] {
  max-width: 460px;
}

.c-btn--navy[data-btn-size="470"] {
  max-width: 470px;
}

.c-btn--white[data-btn-size="470"] {
  max-width: 470px;
}

.c-btn--navy[data-btn-size="480"] {
  max-width: 480px;
}

.c-btn--white[data-btn-size="480"] {
  max-width: 480px;
}

.c-btn--navy[data-btn-size="490"] {
  max-width: 490px;
}

.c-btn--white[data-btn-size="490"] {
  max-width: 490px;
}

.c-btn--navy[data-btn-size="500"] {
  max-width: 500px;
}

.c-btn--white[data-btn-size="500"] {
  max-width: 500px;
}

.c-btn--more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn--more > a {
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.032em;
  padding-right: 40px;
}
.c-btn--more > a::before, .c-btn--more > a::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-btn--more > a::before {
  opacity: 0;
  background: url("/share/images/common/icon_plus-hover.svg") center/contain no-repeat;
}
.c-btn--more > a::after {
  opacity: 1;
  background: url("/share/images/common/icon_plus-default.svg") center/contain no-repeat;
}
.c-btn--more > a:hover::before {
  opacity: 1;
}
.c-btn--more > a:hover::after {
  opacity: 0;
}

.c-btn--detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .c-btn--detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 19px;
  }
}
.c-btn--detail > div {
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .c-btn--detail > div:not(:first-of-type) {
    margin-top: 14px;
  }
}
.c-btn--detail > div > a {
  position: relative;
  padding-right: 40px;
}
.c-btn--detail > div > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #124F8E url("/share/images/common/icon_arrow_right-white.svg") center/10px 8px no-repeat;
  border-radius: 50%;
  border: 1px solid #124F8E;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-btn--detail > div > a:hover::after {
  background-color: #fff;
  background-image: url("/share/images/common/icon_arrow_right-navy.svg");
}

.c-btn--anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .c-btn--anchor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 19px;
  }
}
.c-btn--anchor > div {
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .c-btn--anchor > div:not(:first-of-type) {
    margin-top: 14px;
  }
}
.c-btn--anchor > div > a {
  position: relative;
  padding-right: 40px;
}
.c-btn--anchor > div > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #124F8E url("/share/images/common/icon_triangle_top_white.svg") center/10px 8px no-repeat;
  border-radius: 50%;
  border: 1px solid #124F8E;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-btn--anchor > div > a:hover::after {
  background-color: #fff;
  background-image: url("/share/images/common/icon_triangle_top_navy.svg");
}

.t-main {
  margin-top: 97px;
}
@media only screen and (max-width: 768px) {
  .t-main {
    margin-top: 59px;
  }
}
.t-main__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;
}
.t-main__ttl__head {
  font-size: 4rem;
}
@media only screen and (max-width: 768px) {
  .t-main__ttl__head {
    font-size: 2.6rem;
    letter-spacing: 0.06em;
  }
}
.t-main__ttl__sub {
  position: relative;
  font-size: 1.6rem;
  margin-top: 12px;
  padding-top: 6px;
}
@media only screen and (max-width: 768px) {
  .t-main__ttl__sub {
    font-size: 1.4rem;
  }
}
.t-main__ttl__sub::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 2px;
  border-radius: 1px;
  background: #4ecbb9;
  background: -webkit-gradient(linear, left top, right top, from(#4ecbb9), to(#168ae6));
  background: linear-gradient(90deg, #4ecbb9 0%, #168ae6 100%);
}
@media only screen and (max-width: 768px) {
  .t-main__ttl__sub::before {
    width: 60px;
  }
}
.t-main__lead {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  max-width: 880px;
  margin: 29px auto 0;
}
@media only screen and (max-width: 768px) {
  .t-main__lead {
    font-size: 1.4rem;
    letter-spacing: 0.032em;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .t-main__visual__slide {
    height: 500px;
  }
}
@media only screen and (max-width: 768px) {
  .t-main__visual__slide__content__item > a {
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .t-main__visual__slide__content__item > a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.t-main__visual__slide__controll {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1100px;
  z-index: 1;
}
.t-main__visual__slide__thumb {
  background: #EFF3F5;
}
.t-main__visual__slide__thumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1395px;
  margin: 0 auto;
}
.t-main__visual__slide__thumb__list .swiper-pagination-bullet {
  width: 256px;
  height: 92px;
}
.t-main__visual__thumbnail {
  background: #EFF3F5;
}
.t-main__visual__thumbnail__wrapper {
  width: 100%;
  max-width: 1395px;
  margin: 0 auto;
}
.t-main__visual__thumbnail__content {
  padding: 22px 0;
}
.t-main__visual__thumbnail__content__item {
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.t-main__news__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .t-main__news__inner {
    padding: 39px 20px 80px;
  }
}
.t-main__news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .t-main__news__head {
    display: block;
  }
}
.t-main__news__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 3.2rem;
  line-height: 1;
}
.t-main__news__ttl > span {
  font-size: 1.4rem;
  margin-left: 30px;
}
.t-main__news__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media only screen and (max-width: 768px) {
  .t-main__news__more {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 19px;
  }
}
.t-main__news__more > div {
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .t-main__news__more > div:not(:first-of-type) {
    margin-top: 14px;
  }
}
.t-main__news__more > div > a {
  position: relative;
  padding-right: 40px;
}
.t-main__news__more > div > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #124F8E url("/share/images/common/icon_arrow_right-white.svg") center/10px 8px no-repeat;
  border-radius: 50%;
  border: 1px solid #124F8E;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.t-main__news__more > div > a:hover::after {
  background-color: #fff;
  background-image: url("/share/images/common/icon_arrow_right-navy.svg");
}
.t-main__news__list {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .t-main__news__list {
    margin-bottom: 30px;
  }
}
.t-main__news__list__item {
  border-bottom: 1px solid #E3E3E3;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.t-main__news__list__item:first-child {
  border-top: 1px solid #E3E3E3;
}
.t-main__news__list__item.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.t-main__news__list__item > .t-main__news__list__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  .t-main__news__list__item > .t-main__news__list__item__link {
    display: block;
  }
}
.t-main__news__list__item > .t-main__news__list__item__link .t-main__news__list__item__body a {
  display: inline;
  position: relative;
  color: #124F8E;
  text-decoration: underline;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.t-main__news__list__item > .t-main__news__list__item__link .t-main__news__list__item__body a:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.t-main__news__list__item > .t-main__news__list__item__link .t-main__news__list__item__body a[target="_blank"]::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  padding-right: 22px;
  background: url("/share/images/common/icon_blank-navy.svg") center/contain no-repeat;
}

.t-main__news__list__item__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 54px;
}
.t-main__news__list__item__head__new {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  color: #E35353;
  font-size: 1rem;
  border: 1px solid #D35D58;
  border-radius: 2px;
  padding: 2px 6px;
}
.t-main__news__list__item__head__date {
  color: #124F8E;
  letter-spacing: 0.032em;
}
@media only screen and (max-width: 768px) {
  .t-main__news__list__item__head__date {
    font-size: 1.4rem;
  }
}
.t-main__news__list__item__head__category {
  display: block;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  min-width: 70px;
  padding: 2px 0;
  margin-left: 15px;
  background: #0099CC;
}
.t-main__news__list__item__body {
  font-size: 1.4rem;
  letter-spacing: 0.032em;
  line-height: 1.7;
  margin-left: 15px;
  padding-right: 20px;
}
.t-main__news__list__item__body input[onclick^="window.open().location.href"] {
  padding-right: 15px;
  background-size: 12px;
  background-image: url(../../images/common/icon_blank-navy.svg);
  background-position: right center;
}
@media only screen and (max-width: 768px) {
  .t-main__news__list__item__body {
    margin: 12px 0 0;
    padding: 0 0 0 54px;
  }
}
.t-main__service {
  background: #EFF3F5;
}
.t-main__service__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .t-main__service__inner {
    padding: 60px 20px 80px;
  }
}
.t-main__service__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .t-main__service__menu {
    display: block;
    margin-top: 34px;
  }
}
.t-main__service__menu__item {
  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;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 30px rgba(5, 153, 204, 0.2);
          box-shadow: 10px 10px 30px rgba(5, 153, 204, 0.2);
  background: #fff;
  padding: 30px 20px;
}
@media only screen and (min-width: 769px) {
  .t-main__service__menu__item {
    width: calc((100% - 80px) / 3);
  }
  .t-main__service__menu__item:not(:nth-of-type(3n)) {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .t-main__service__menu__item {
    width: 100%;
  }
  .t-main__service__menu__item:not(:first-of-type) {
    margin-top: 30px;
  }
}
.t-main__service__menu__ttl {
  color: #0099CC;
  font-size: 2.4rem;
  line-height: 1.25;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .t-main__service__menu__ttl {
    font-size: 1.8rem;
  }
}
.t-main__service__menu__image {
  margin-top: 18px;
}
@media only screen and (max-width: 768px) {
  .t-main__service__menu__image {
    margin-top: 2px;
  }
}
.t-main__service__menu__image > img.illust01 {
  height: 176px;
}
.t-main__service__menu__image > img.illust02 {
  height: 176px;
}
.t-main__service__menu__image > img.illust03 {
  height: 176px;
}
.t-main__service__menu__catch {
  font-size: 1.6rem;
  letter-spacing: 0.032em;
  line-height: 1.625;
  text-align: center;
  width: 100%;
  padding: 9px 0;
  margin-top: 19px;
  background: #D7E0E8;
  border-radius: 21px;
}
@media only screen and (max-width: 768px) {
  .t-main__service__menu__catch {
    font-size: 1.4rem;
    padding: 4px 0;
    margin-top: 2px;
  }
}
.t-main__service__menu__lead {
  margin-top: 10px;
  font-size: 1.6rem;
  letter-spacing: 0.032em;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .t-main__service__menu__lead {
    font-size: 1.4rem;
    margin-top: 8px;
  }
}
.t-main__service__point {
  color: #fff;
  background: #176DBE;
  margin-top: 50px;
  padding: 40px 20px 20px;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .t-main__service__point {
    margin-top: 40px;
    padding: 40px 15px 20px;
  }
}
.t-main__service__point__ttl {
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .t-main__service__point__ttl {
    font-size: 2.2rem;
  }
}
.t-main__service__point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 948px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 768px) {
  .t-main__service__point__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.t-main__service__point__list > li {
  position: relative;
  width: calc((100% - 115px) / 4);
}
@media only screen and (max-width: 768px) {
  .t-main__service__point__list > li {
    width: calc((100% - 15px) / 2);
  }
  .t-main__service__point__list > li:not(:nth-of-type(-n+2)) {
    margin-top: 30px;
  }
}
.t-main__service__point__num {
  position: absolute;
  top: 0;
  left: 22px;
  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: 40px;
  height: 40px;
  font-size: 2rem;
  font-weight: 600;
  background: #65C1E0;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .t-main__service__point__num {
    font-size: 1.3rem;
    width: 29px;
    height: 29px;
  }
}
.t-main__service__point__image {
  width: 160px;
  height: 160px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .t-main__service__point__image {
    width: 116px;
    height: 116px;
  }
}
.t-main__service__point__catch {
  font-size: 1.9rem;
  letter-spacing: 0.032em;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .t-main__service__point__catch {
    font-size: 1.3rem;
    margin-top: -8px;
  }
}
.t-main__service__point__catch > sup {
  font-size: 1rem;
}
.t-main__service__point__note {
  text-align: right;
  margin-top: 11px;
}
.t-main__service__point__note > p {
  font-size: 1.2rem;
  letter-spacing: 0.032em;
}
@media only screen and (max-width: 768px) {
  .t-main__service__point__note > p {
    font-size: 1rem;
  }
}
.t-main__service__point__note > p:not(:first-of-type) {
  margin-top: 10px;
}
.t-main__service__btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .t-main__service__btn__wrap {
    display: block;
    margin-top: 50px;
  }
}
.t-main__service__btn__wrap > div {
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 768px) {
  .t-main__service__btn__wrap > div {
    margin: 0 auto;
  }
}
.t-main__service__btn__wrap > div:last-child {
  margin-left: 110px;
}
@media only screen and (max-width: 768px) {
  .t-main__service__btn__wrap > div:last-child {
    margin-left: auto;
    margin-top: 20px;
  }
}
.t-main__solution__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .t-main__solution__inner {
    padding: 80px 20px 80px;
  }
}
.t-main__solution__kaid {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .t-main__solution__kaid {
    margin-top: 40px;
  }
}
.t-main__solution__kaid__ttl {
  background: #0D3663;
  text-align: center;
  border-radius: 20px 20px 0 0;
  padding: 25px 0;
}
.t-main__solution__kaid__ttl > img {
  width: 236px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .t-main__solution__kaid__ttl > img {
    width: 180px;
  }
}
.t-main__solution__kaid__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 30px 28px;
  border-left: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  border-radius: 0 0 20px 20px;
}
@media only screen and (max-width: 768px) {
  .t-main__solution__kaid__box {
    display: block;
    padding: 10px;
  }
}
.t-main__solution__kaid__box__item {
  width: calc((100% - 20px) / 2);
  background: #EFF3F5;
  padding: 23px 30px 30px;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .t-main__solution__kaid__box__item {
    width: 100%;
    padding: 15px 18px;
  }
  .t-main__solution__kaid__box__item:not(:first-of-type) {
    margin-top: 10px;
  }
}
.t-main__solution__kaid__box__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;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .t-main__solution__kaid__box__ttl {
    font-size: 1.6rem;
  }
}
.t-main__solution__kaid__box__ttl > span {
  color: #124F8E;
  font-size: 1.4rem;
  margin-top: 4px;
}
@media only screen and (max-width: 768px) {
  .t-main__solution__kaid__box__ttl > span {
    font-size: 1rem;
  }
}
.t-main__solution__kaid__box__txt {
  font-size: 1.6rem;
  letter-spacing: 0.032em;
  line-height: 1.5;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .t-main__solution__kaid__box__txt {
    font-size: 1.2rem;
    margin-top: 6px;
  }
}
.t-main__solution__btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .t-main__solution__btn__wrap {
    display: block;
    margin-top: 30px;
  }
}
.t-main__solution__btn__wrap > div {
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 768px) {
  .t-main__solution__btn__wrap > div {
    margin: 0 auto;
  }
}
.t-main__solution__btn__wrap > div:last-child {
  margin-left: 110px;
}
@media only screen and (max-width: 768px) {
  .t-main__solution__btn__wrap > div:last-child {
    margin-left: auto;
    margin-top: 20px;
  }
}
.t-main__case {
  background: #EFF3F5;
}
.t-main__case__inner {
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .t-main__case__inner {
    padding: 52px 0 80px;
  }
}
@media only screen and (max-width: 768px) {
  .t-main__case .t-main__ttl {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .t-main__case .t-main__lead {
    padding: 0 20px;
  }
}
.t-main__case__slide {
  overflow-y: auto;
  padding-bottom: 80px;
  margin-top: 55px;
  margin-bottom: 42px;
}
@media only screen and (max-width: 768px) {
  .t-main__case__slide {
    margin-top: 40px;
  }
}
.t-main__case__slide__item {
  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-shadow: 0 3px 20px rgba(51, 51, 51, 0.16);
          box-shadow: 0 3px 20px rgba(51, 51, 51, 0.16);
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  height: auto;
}
.t-main__case__slide__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.t-main__case__slide__item a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.t-main__case__slide__item a:hover {
  opacity: 0.6;
}

.t-main__case__slide__head {
  position: relative;
}
.t-main__case__slide__head::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 79, 142, 0.7);
}
.t-main__case__slide__head__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .t-main__case__slide__head__ttl {
    width: 90%;
    text-align: center;
  }
}
.t-main__case__slide__head__ttl span:first-child {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .t-main__case__slide__head__ttl span:first-child {
    font-size: 1.6rem;
  }
}
.t-main__case__slide__head__ttl span:last-child {
  font-size: 1.3rem;
  margin-top: 30px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .t-main__case__slide__head__ttl span:last-child {
    font-size: 1rem;
    margin-top: 10px;
  }
}
.t-main__case__slide__detail {
  padding: 30px 30px 27px;
}
@media only screen and (max-width: 768px) {
  .t-main__case__slide__detail {
    padding: 17px 22px 22px;
  }
}
.t-main__case__slide__detail > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.t-main__case__slide__detail > div > span {
  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;
  font-size: 1.1rem;
  margin-right: 22px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .t-main__case__slide__detail > div > span {
    font-size: 1rem;
    margin-right: 8px;
  }
}
.t-main__case__slide__detail > div > span img {
  width: 46px;
  height: 46px;
  margin-bottom: 2px;
}
@media only screen and (max-width: 768px) {
  .t-main__case__slide__detail > div > span img {
    width: 36px;
    height: 36px;
  }
}
.t-main__case__slide__detail > div > p {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .t-main__case__slide__detail > div > p {
    font-size: 1.2rem;
  }
}
.t-main__case__slide__detail__solution {
  margin-top: 19px;
}
.t-main__case__slide__detail__issue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.t-main__case__slide__detail__solution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.t-main__case__slide__oss {
  padding: 19px 30px 29px;
  background: #F8F8F8;
  margin-top: auto;
  min-height: 155px;
}
@media only screen and (max-width: 768px) {
  .t-main__case__slide__oss {
    padding: 12px 27px 19px;
    min-height: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .t-main__case__slide__oss__ttl {
    font-size: 1.4rem;
  }
}
.t-main__case__slide__oss__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -4px;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .t-main__case__slide__oss__list {
    margin-top: 2px;
    margin-left: -2px;
  }
}
.t-main__case__slide__oss__list > li {
  color: #fff;
  padding: 4px 10px;
  margin: 4px;
  border-radius: 18px;
  background: #124F8E;
}
@media only screen and (max-width: 768px) {
  .t-main__case__slide__oss__list > li {
    font-size: 1rem;
    margin: 2px;
  }
}
.t-main__case__slide .swiper-controll-wrap {
  position: absolute;
  bottom: 38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1100px;
}
.t-main__case__slide .t-main__case__slide-pagenation {
  bottom: -30px;
}
@media only screen and (max-width: 768px) {
  .t-main__case__slide .t-main__case__slide-pagenation {
    bottom: -16px;
    left: 17px;
    width: auto;
  }
}
.t-main__case__slide .t-main__case__slide-pagenation .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #4198C7;
  opacity: 1;
  margin: 0 5px;
}
.t-main__case__slide .t-main__case__slide-pagenation .swiper-pagination-bullet-active {
  background: #4198C7;
}
.t-main__case__slide .swiper-button-next, .t-main__case__slide .swiper-button-prev {
  width: 56px;
  height: 56px;
  top: auto;
}
.t-main__case__slide .swiper-button-next::after, .t-main__case__slide .swiper-button-prev::after {
  width: 100%;
  height: 100%;
}
.t-main__case__slide .swiper-button-next {
  right: 0;
}
@media only screen and (max-width: 768px) {
  .t-main__case__slide .swiper-button-next {
    right: 17px;
  }
}
.t-main__case__slide .swiper-button-next::after {
  content: "";
  background: url("/share/images/common/icon_slider_arrow_right.png") center/contain no-repeat;
}
.t-main__case__slide .swiper-button-prev {
  left: auto;
  right: 66px;
}
@media only screen and (max-width: 768px) {
  .t-main__case__slide .swiper-button-prev {
    right: 84px;
  }
}
.t-main__case__slide .swiper-button-prev::after {
  content: "";
  background: url("/share/images/common/icon_slider_arrow_left.png") center/contain no-repeat;
}
.t-main__oss__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .t-main__oss__inner {
    padding: 110px 20px 80px;
  }
}
.t-main__oss--large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .t-main__oss--large {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  .t-main__oss--large > div {
    width: calc((100% - 60px) / 3);
  }
  .t-main__oss--large > div:not(:nth-of-type(3n)) {
    margin-right: 30px;
  }
  .t-main__oss--large > div:not(:nth-of-type(-n+3)) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .t-main__oss--large > div {
    width: 100%;
  }
  .t-main__oss--large > div:not(:first-of-type) {
    margin-top: 21px;
  }
}
.t-main__oss--middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px 0 50px;
}
@media only screen and (max-width: 768px) {
  .t-main__oss--middle {
    margin: 20px 0 30px;
  }
}
.t-main__oss--middle > div {
  border: 1px solid #E3E3E3;
}
@media only screen and (min-width: 769px) {
  .t-main__oss--middle > div {
    width: calc((100% - 140px) / 6);
  }
  .t-main__oss--middle > div:not(:nth-of-type(6n)) {
    margin-right: 28px;
  }
  .t-main__oss--middle > div:not(:nth-of-type(-n+6)) {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .t-main__oss--middle > div {
    width: calc((100% - 21px) / 2);
  }
  .t-main__oss--middle > div:not(:nth-of-type(2n)) {
    margin-right: 21px;
  }
  .t-main__oss--middle > div:not(:nth-of-type(-n+2)) {
    margin-top: 21px;
  }
}
.t-main__bnr {
  background: #EFF3F5;
}
.t-main__bnr__inner {
  position: relative;
  padding: 43px 0 42px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .t-main__bnr__inner {
    padding: 40px 0;
  }
}
.t-main__bnr .swiper-button-next, .t-main__bnr .swiper-button-prev {
  width: 56px;
  height: 56px;
}
@media only screen and (max-width: 768px) {
  .t-main__bnr .swiper-button-next, .t-main__bnr .swiper-button-prev {
    width: 42px;
    height: 42px;
  }
}
.t-main__bnr .swiper-button-next::after, .t-main__bnr .swiper-button-prev::after {
  width: 100%;
  height: 100%;
}
.t-main__bnr .swiper-button-next {
  right: -80px;
}
@media only screen and (max-width: 768px) {
  .t-main__bnr .swiper-button-next {
    right: 8px;
  }
}
.t-main__bnr .swiper-button-next::after {
  content: "";
  background: url("/share/images/common/icon_slider_arrow_right.png") center/contain no-repeat;
}
.t-main__bnr .swiper-button-prev {
  left: -80px;
}
@media only screen and (max-width: 768px) {
  .t-main__bnr .swiper-button-prev {
    left: 8px;
  }
}
.t-main__bnr .swiper-button-prev::after {
  content: "";
  background: url("/share/images/common/icon_slider_arrow_left.png") center/contain no-repeat;
}
.t-main__cta {
  background: #4ecbb9;
  background: -webkit-gradient(linear, left top, right top, from(#4ecbb9), to(#168ae6));
  background: linear-gradient(90deg, #4ecbb9 0%, #168ae6 100%);
}
.t-main__cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.t-main__cta__btn {
  width: calc(100% / 2);
}
.t-main__cta__btn:not(:first-of-type) {
  border-left: 1px solid #fff;
}
.t-main__cta__btn a {
  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: #fff;
  padding: 42px 0 46px;
}
@media only screen and (max-width: 768px) {
  .t-main__cta__btn a {
    padding: 15px 0 16px;
  }
}
.t-main__cta__btn a span {
  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;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .t-main__cta__btn a span {
    font-size: 1.4rem;
  }
}
.t-main__cta__btn a span::before {
  content: "";
  width: 74px;
  height: 63px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .t-main__cta__btn a span::before {
    width: 30px;
    height: 23px;
    margin-bottom: 12px;
  }
}
.t-main__cta__btn a span.ico-faq::before {
  background: url("/share/images/common/icon_faq.svg") center/contain no-repeat;
}
.t-main__cta__btn a span.ico-paper::before {
  background: url("/share/images/common/icon_paper.svg") center/contain no-repeat;
}
.t-main__cta__btn a span.ico-mail::before {
  background: url("/share/images/common/icon_mail.svg") center/contain no-repeat;
}