/* ===============================================================================
Common
=============================================================================== */
#public-serv {
  color: #000;
}

@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .tbOnly {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .pcOnly {
    display: none !important;
  }
}
/* ===============================================================================
Common
=============================================================================== */
/* cmn-section
========================= */
/* cmn-sec-1 */
.cmn-sec-1 .blks-1 .pageHeading {
  position: relative;
  height: 397px;
}
.cmn-sec-1 .blks-1 .pageHeading__mv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cmn-sec-1 .blks-1 .pageHeading__mv img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}
.cmn-sec-1 .blks-1 .pageHeading__mv::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.cmn-sec-1 .blks-1 .pageHeading__group {
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.cmn-sec-1 .blks-1 .pageHeading__group__inner {
  width: 50%;
  box-sizing: border-box;
  padding-right: 20px;
}
.cmn-sec-1 .blks-1 .pageHeading__group__inner > *:last-child {
  margin-bottom: 0;
}
.cmn-sec-1 .blks-1 .pageHeading__logo {
  margin-bottom: 15px;
}
.cmn-sec-1 .blks-1 .pageHeading__logo img {
  width: auto;
  height: 32px;
}
.cmn-sec-1 .blks-1 .pageHeading__logo + .pageHeading__main {
  margin-bottom: 24px;
}
.cmn-sec-1 .blks-1 .pageHeading__main {
  font-size: 6rem;
  line-height: 1.48;
  font-weight: 700;
  margin-bottom: 31px;
}
.cmn-sec-1 .blks-1 .pageHeading__main span {
  font-size: 3.4rem;
}
.cmn-sec-1 .blks-1 .pageHeading__sub {
  font-size: 2.2rem;
  line-height: 1.67;
  font-weight: 500;
}
.cmn-sec-1 .blks-1 .mainNav {
  background: #0f1c50;
  padding: 0 20px;
}
.cmn-sec-1 .blks-1 .mainNav__list {
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cmn-sec-1 .blks-1 .mainNav__list__item a {
  display: block;
  padding: 23px 26px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}
.cmn-sec-1 .blks-1 .mainNav__list__item a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.cmn-sec-1 .blks-1 .mainNav__list__item:first-child a {
  padding-left: 0;
}
.cmn-sec-1 .blks-1 .mainNav__list__item._active a {
  background: #fff;
  color: #000;
}
.cmn-sec-1 .blks-1 .subNav {
  background: #6785c1;
  padding: 0 20px;
}
.cmn-sec-1 .blks-1 .subNav__list {
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cmn-sec-1 .blks-1 .subNav__list__item {
  padding: 23px 0;
}
.cmn-sec-1 .blks-1 .subNav__list__item:not(:last-child) {
  margin-right: 50px;
}
.cmn-sec-1 .blks-1 .subNav__list__item a {
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}
.cmn-sec-1 .blks-1 .subNav__list__item a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.cmn-sec-1 .blks-1 .subNav__list__item._active a {
  position: relative;
}
.cmn-sec-1 .blks-1 .subNav__list__item._active a::after {
  position: absolute;
  content: "";
  display: block;
  bottom: -8px;
  left: 0;
  right: 0;
  height: 3px;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .cmn-sec-1 .blks-1 .pageHeading {
    height: auto;
  }
  .cmn-sec-1 .blks-1 .pageHeading__mv {
    position: static;
    height: 200px;
  }
  .cmn-sec-1 .blks-1 .pageHeading__mv::after {
    content: none;
  }
  .cmn-sec-1 .blks-1 .pageHeading__group {
    position: relative;
    height: auto;
    padding: 40px 0 30px;
  }
  .cmn-sec-1 .blks-1 .pageHeading__group__inner {
    width: auto;
    padding: 0 20px;
  }
  .cmn-sec-1 .blks-1 .mainNav__list__item {
    text-align: center;
    width: 33.333%;
  }
  .cmn-sec-1 .blks-1 .mainNav__list__item:first-child a {
    padding-left: 26px;
  }
  .cmn-sec-1 .blks-1 .subNav__list__item {
    text-align: center;
    width: 33.333%;
    position: relative;
  }
  .cmn-sec-1 .blks-1 .subNav__list__item::after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    height: 20px;
    width: 1px;
    background: #fff;
  }
  .cmn-sec-1 .blks-1 .subNav__list__item:not(:last-child) {
    margin-right: 0;
  }
  .cmn-sec-1 .blks-1 .subNav__list__item:nth-child(4), .cmn-sec-1 .blks-1 .subNav__list__item:nth-child(5) {
    width: 50%;
  }
  .cmn-sec-1 .blks-1 .subNav__list__item:nth-child(3)::after, .cmn-sec-1 .blks-1 .subNav__list__item:nth-child(5)::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .cmn-sec-1 .blks-1 .pageHeading__mv {
    height: 100px;
  }
  .cmn-sec-1 .blks-1 .pageHeading__group {
    padding: 30px 0 25px;
  }
  .cmn-sec-1 .blks-1 .pageHeading__group__inner {
    padding: 0 16px;
  }
  .cmn-sec-1 .blks-1 .pageHeading__logo {
    margin-bottom: 10px;
  }
  .cmn-sec-1 .blks-1 .pageHeading__logo img {
    height: 20px;
  }
  .cmn-sec-1 .blks-1 .pageHeading__logo + .pageHeading__main {
    margin-bottom: 15px;
  }
  .cmn-sec-1 .blks-1 .pageHeading__main {
    font-size: 3.42rem;
    margin-bottom: 15px;
  }
  .cmn-sec-1 .blks-1 .pageHeading__main span {
    font-size: 2.46rem;
  }
  .cmn-sec-1 .blks-1 .pageHeading__sub {
    font-size: 2.22rem;
  }
  .cmn-sec-1 .blks-1 .mainNav {
    padding: 0 8px;
  }
  .cmn-sec-1 .blks-1 .mainNav__list {
    padding: 8px 0;
  }
  .cmn-sec-1 .blks-1 .mainNav__list__item {
    width: 50%;
  }
  .cmn-sec-1 .blks-1 .mainNav__list__item a {
    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;
    padding: 5px;
    font-size: 1.38rem;
    height: 60px;
  }
  .cmn-sec-1 .blks-1 .mainNav__list__item:first-child a {
    padding-left: 5px;
  }
  .cmn-sec-1 .blks-1 .subNav {
    padding: 8px;
  }
  .cmn-sec-1 .blks-1 .subNav__list {
    border-top: solid #fff 1px;
    border-left: solid #fff 1px;
  }
  .cmn-sec-1 .blks-1 .subNav__list__item {
    width: 50%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: solid #fff 1px;
    border-bottom: solid #fff 1px;
  }
  .cmn-sec-1 .blks-1 .subNav__list__item::after {
    content: none;
  }
  .cmn-sec-1 .blks-1 .subNav__list__item:nth-child(5) {
    width: 100%;
  }
  .cmn-sec-1 .blks-1 .subNav__list__item a {
    font-size: 1.38rem;
  }
}

/* cmn-sec-2 */
.cmn-sec-2 {
  background: url("../img/cmn_bg01.png") no-repeat center center/cover;
  color: #FFF;
  padding: 63px 20px 55px;
  margin-bottom: 90px;
}
.cmn-sec-2 .blks-1 .heading {
  margin-bottom: 10px;
  color: #fff;
}
.cmn-sec-2 .blks-1 .heading__main {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 8px;
  text-align: center;
}
.cmn-sec-2 .blks-1 .heading__sub {
  text-align: center;
}
.cmn-sec-2 .blks-1 .txt {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 46px;
}
.cmn-sec-2 .blks-1 .btn a {
  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;
  width: 396px;
  height: 81px;
  border: solid 2px #fff;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  font-size: 2rem;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cmn-sec-2 .blks-1 .btn a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.cmn-sec-2 .blks-1 .btn a span {
  display: block;
  padding-left: 72px;
  position: relative;
}
.cmn-sec-2 .blks-1 .btn a span::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 41px;
  height: 37px;
  background: url("../img/cmn_ico01.png") no-repeat 0 0/100% 100%;
}
@media screen and (max-width: 767px) {
  .cmn-sec-2 {
    padding: 48px 16px;
    margin-bottom: 60px;
  }
  .cmn-sec-2 .blks-1 .heading {
    margin-bottom: 8px;
  }
  .cmn-sec-2 .blks-1 .heading__main {
    font-size: 1.86rem;
    margin-bottom: 6px;
  }
  .cmn-sec-2 .blks-1 .txt {
    font-size: 1.38rem;
    margin-bottom: 30px;
  }
  .cmn-sec-2 .blks-1 .btn a {
    width: auto;
    height: 60px;
    border: solid 1px #fff;
    font-size: 1.62rem;
  }
  .cmn-sec-2 .blks-1 .btn a span {
    padding-left: 50px;
  }
  .cmn-sec-2 .blks-1 .btn a span::before {
    width: 29px;
    height: 26px;
  }
}

/* ===============================================================================
Top
=============================================================================== */
/* top-section
========================= */
/* top-sec-1 */
/* top-sec-2 */
.top-sec-2 {
  background: url("/assets/img/public-serv/top/top_bg01.jpg") no-repeat center center/cover;
  padding: 74px 0 123px;
}
.top-sec-2__inner {
  padding: 0 20px;
}
.top-sec-2 .blks-1 {
  margin-bottom: 75px;
}
.top-sec-2 .blks-2 .heading {
  margin-bottom: 64px;
}
.top-sec-2 .blks-2 .txt {
  margin-bottom: 56px;
}
.top-sec-2 .blks-2 .txt-2 {
  text-align: center;
  margin-bottom: 92px;
}
@media screen and (max-width: 767px) {
  .top-sec-2 {
    padding: 40px 0 64px;
  }
  .top-sec-2__inner {
    padding: 0 16px;
  }
  .top-sec-2 .blks-1 {
    margin-bottom: 40px;
  }
  .top-sec-2 .blks-2 .heading {
    margin-bottom: 32px;
  }
  .top-sec-2 .blks-2 .txt {
    text-align: left;
    margin-bottom: 32px;
  }
  .top-sec-2 .blks-2 .txt-2 {
    text-align: left;
    margin-bottom: 32px;
  }
}

/* top-sec-3 */
.top-sec-3 {
  padding: 107px 0 97px;
}
.top-sec-3__inner {
  padding: 0 20px;
}
.top-sec-3 .blks-1 .heading {
  margin-bottom: 57px;
}
.top-sec-3 .blks-1 .txt {
  margin-bottom: 37px;
}
.top-sec-3 .blks-1 .slider {
  max-width: 1162px;
}
.top-sec-3 .blks-1 .slider .swiper-container {
  padding: 10px;
}
.top-sec-3 .blks-1 .slider .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.top-sec-3 .blks-1 .slider .slider__item {
  height: auto;
}
@media screen and (max-width: 767px) {
  .top-sec-3 {
    padding: 64px 0;
  }
  .top-sec-3__inner {
    padding: 0 16px;
  }
  .top-sec-3 .blks-1 .heading {
    margin-bottom: 32px;
  }
  .top-sec-3 .blks-1 .txt {
    margin-bottom: 32px;
  }
  .top-sec-3 .blks-1 .sliderWrap {
    margin: 0 -10px;
  }
  .top-sec-3 .blks-1 .slider {
    margin-bottom: 32px;
  }
}

/* top-sec-4 */
.top-sec-4 {
  padding: 65px 0 50px;
  background: #F8F8F8;
}
.top-sec-4__inner {
  padding: 0 20px;
}
.top-sec-4 .blks-1 .heading {
  margin-bottom: 61px;
}
.top-sec-4 .blks-1 .qa {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .top-sec-4 {
    padding: 48px 0;
  }
  .top-sec-4__inner {
    padding: 0 16px;
  }
  .top-sec-4 .blks-1 .heading {
    margin-bottom: 32px;
  }
  .top-sec-4 .blks-1 .qa {
    margin-bottom: 32px;
  }
}

/* top-sec-5 */
.top-sec-5 {
  padding: 115px 0 80px;
}
.top-sec-5__inner {
  padding: 0 20px;
}
.top-sec-5 .blks-1 .heading {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top-sec-5 {
    padding: 64px 0 48px;
  }
  .top-sec-5__inner {
    padding: 0 16px;
  }
  .top-sec-5 .blks-1 .heading {
    margin-bottom: 32px;
  }
}

/* ===============================================================================
Feature
=============================================================================== */
/* feature-section
========================= */
/* feature-sec-1 */
.feature-sec-1 {
  padding-top: 115px;
  margin-bottom: 140px;
}
.feature-sec-1__inner {
  padding: 0 20px;
}
.feature-sec-1 .blks-1 {
  margin-bottom: 95px;
}
.feature-sec-1 .blks-1 .heading {
  margin-bottom: 66px;
}
@media screen and (max-width: 767px) {
  .feature-sec-1 {
    padding-top: 64px;
    margin-bottom: 48px;
  }
  .feature-sec-1__inner {
    padding: 0 16px;
  }
  .feature-sec-1 .blks-1 {
    margin-bottom: 32px;
  }
  .feature-sec-1 .blks-1 .heading {
    margin-bottom: 32px;
  }
  .feature-sec-1 .blks-1 .txt {
    text-align: left;
  }
}

/* feature-sec-2 */
.feature-sec-2 {
  padding: 65px 0 70px;
  background: #F8F8F8;
}
.feature-sec-2__inner {
  padding: 0 20px;
}
.feature-sec-2 .blks-1 .heading {
  margin-bottom: 66px;
}
.feature-sec-2 .blks-1 .txt {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .feature-sec-2 {
    padding: 48px 0;
  }
  .feature-sec-2__inner {
    padding: 0 16px;
  }
  .feature-sec-2 .blks-1 .heading {
    margin-bottom: 32px;
  }
  .feature-sec-2 .blks-1 .txt {
    text-align: left;
    margin-bottom: 32px;
  }
}

/* ===============================================================================
Servise
=============================================================================== */
/* service-section
========================= */
/* service-sec-1 */
.service-sec-1 {
  padding-top: 115px;
  margin-bottom: 100px;
}
.service-sec-1__inner {
  padding: 0 20px;
}
.service-sec-1 .blks-1 .heading {
  margin-bottom: 66px;
}
.service-sec-1 .blks-1 .txt {
  margin-bottom: 66px;
}
@media screen and (max-width: 767px) {
  .service-sec-1 {
    padding-top: 64px;
    margin-bottom: 48px;
  }
  .service-sec-1__inner {
    padding: 0 16px;
  }
  .service-sec-1 .blks-1 .heading {
    margin-bottom: 32px;
  }
  .service-sec-1 .blks-1 .txt {
    text-align: left;
    margin-bottom: 32px;
  }
}

/* ===============================================================================
Service Detail
=============================================================================== */
/* serviceDtl-section
========================= */
/* serviceDtl-sec-1 */
.serviceDtl-sec-1 {
  margin-bottom: 50px;
}

.serviceDtl-sec-1 .divcolor {
}
.serviceDtl-sec-1 .divcolor:nth-child(odd) {
	background: #F8F8F8;
}

.serviceDtl-sec-1 .blks-1 {
  padding: 115px 0 100px;
}
.serviceDtl-sec-1 .blks-1__inner {
  padding: 0 20px;
}
.serviceDtl-sec-1 .blks-1 .heading {
  margin-bottom: 82px;
}
.serviceDtl-sec-1 .blks-1 .heading-2 {
  margin-bottom: 43px;
}
.serviceDtl-sec-1 .blks-1 .media {
  margin-bottom: 91px;
}
.serviceDtl-sec-1 .blks-1 .movie {
  max-width: 1300px;
  margin: 0 auto;
}
.serviceDtl-sec-1 .blks-2 {
  padding: 65px 0 50px;
}
.serviceDtl-sec-1 .blks-2__inner {
  padding: 0 20px;
}
.serviceDtl-sec-1 .blks-2 .heading {
  margin-bottom: 52px;
}
.serviceDtl-sec-1 .blks-2 .heading-2 {
  margin-bottom: 57px;
}
.serviceDtl-sec-1 .blks-2 .txt {
  margin-bottom: 52px;
}
.serviceDtl-sec-1 .blks-2 .box {
  max-width: 462px;
  width: 100%;
}
.serviceDtl-sec-1 .blks-3 {
  padding: 65px 0 45px;
}
.serviceDtl-sec-1 .blks-3__inner {
  padding: 0 20px;
}
.serviceDtl-sec-1 .blks-3 .heading {
  margin-bottom: 45px;
}
.serviceDtl-sec-1 .blks-3 .txt {
  margin-bottom: 52px;
}
.serviceDtl-sec-1 .blks-3 .boxs {
  margin-bottom: 58px;
}
.serviceDtl-sec-1 .blks-4 {
  padding: 115px 0 130px;
}
.serviceDtl-sec-1 .blks-4__inner {
  padding: 0 20px;
}
.serviceDtl-sec-1 .blks-4__inner-2 {
  padding: 0 40px;
}
.serviceDtl-sec-1 .blks-4 .heading {
  margin-bottom: 123px;
}
.serviceDtl-sec-1 .blks-5 {
  padding: 115px 0 100px;
}
.serviceDtl-sec-1 .blks-5__inner {
  padding: 0 20px;
}
.serviceDtl-sec-1 .blks-5 .heading {
  margin-bottom: 58px;
}
.serviceDtl-sec-1 .blks-5 .txt {
  text-align: center;
  margin-bottom: 65px;
}
.serviceDtl-sec-1 .blks-5 .col2 {
  margin-bottom: 30px;
}
.serviceDtl-sec-1 .blks-5 .col3 {
  margin-bottom: 30px;
}
.serviceDtl-sec-1 .blks-5 .txt-2 {
  text-align: center;
}
.serviceDtl-sec-1 .blks-5 .box-2 {
  margin-bottom: 30px;
}
.serviceDtl-sec-1 .blks-5 .txt-3 {
  margin-bottom: 20px;
}
.serviceDtl-sec-1 .blks-6 {
  padding: 65px 0 50px;
}
.serviceDtl-sec-1 .blks-6.bfff {
  background: #FFF;
}
.serviceDtl-sec-1 .blks-6__inner {
  padding: 0 20px;
}
.serviceDtl-sec-1 .blks-6 .heading {
  margin-bottom: 70px;
}
.serviceDtl-sec-1 .blks-6 .qa {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .serviceDtl-sec-1 {
    margin-bottom: 48px;
  }
  .serviceDtl-sec-1 .blks-1 {
    padding: 64px 0;
  }
  .serviceDtl-sec-1 .blks-1__inner {
    padding: 0 16px;
  }
  .serviceDtl-sec-1 .blks-1 .heading {
    margin-bottom: 32px;
  }
  .serviceDtl-sec-1 .blks-1 .heading-2 {
    margin-bottom: 32px;
  }
  .serviceDtl-sec-1 .blks-1 .media {
    margin-bottom: 32px;
  }
  .serviceDtl-sec-1 .blks-2 {
    padding: 48px 0;
  }
  .serviceDtl-sec-1 .blks-2__inner {
    padding: 0 16px;
  }
  .serviceDtl-sec-1 .blks-2 .heading {
    margin-bottom: 32px;
  }
  .serviceDtl-sec-1 .blks-2 .heading-2 {
    margin-bottom: 32px;
  }
  .serviceDtl-sec-1 .blks-3 {
    padding: 48px 0;
  }
  .serviceDtl-sec-1 .blks-3__inner {
    padding: 0 16px;
  }
  .serviceDtl-sec-1 .blks-3 .heading {
    margin-bottom: 32px;
  }
  .serviceDtl-sec-1 .blks-3 .txt {
    text-align: left;
    margin-bottom: 32px;
  }
  .serviceDtl-sec-1 .blks-3 .boxs {
    margin-bottom: 32px;
  }
  .serviceDtl-sec-1 .blks-4 {
    padding: 64px 0;
  }
  .serviceDtl-sec-1 .blks-4__inner {
    padding: 0 16px;
  }
  .serviceDtl-sec-1 .blks-4__inner-2 {
    padding: 0 32px;
  }
  .serviceDtl-sec-1 .blks-4 .heading {
    margin-bottom: 32px;
  }
  .serviceDtl-sec-1 .blks-5 {
    padding: 64px 0;
  }
  .serviceDtl-sec-1 .blks-5__inner {
    padding: 0 16px;
  }
  .serviceDtl-sec-1 .blks-5 .heading {
    margin-bottom: 32px;
  }
  .serviceDtl-sec-1 .blks-5 .txt {
    text-align: left;
    margin-bottom: 32px;
  }
  .serviceDtl-sec-1 .blks-5 .col2 {
    margin-bottom: 24px;
  }
  .serviceDtl-sec-1 .blks-5 .col3 {
    margin-bottom: 24px;
  }
  .serviceDtl-sec-1 .blks-5 .txt-2 {
    text-align: left;
  }
  .serviceDtl-sec-1 .blks-5 .box-2 {
    margin-bottom: 24px;
  }
  .serviceDtl-sec-1 .blks-5 .txt-3 {
    margin-bottom: 16px;
  }
  .serviceDtl-sec-1 .blks-6 {
    padding: 48px 0;
  }
  .serviceDtl-sec-1 .blks-6__inner {
    padding: 0 16px;
  }
  .serviceDtl-sec-1 .blks-6 .heading {
    margin-bottom: 32px;
  }
  .serviceDtl-sec-1 .blks-6 .qa {
    margin-bottom: 32px;
  }
}

/* ===============================================================================
Case
=============================================================================== */
/* case-section
========================= */
/* case-sec-1 */
.case-sec-1 {
  padding-top: 90px;
  margin-bottom: 160px;
}
.case-sec-1__inner {
  padding: 0 20px;
}
.case-sec-1 .blks-1 .tab {
  max-width: 1320px;
  margin: 0 auto 103px;
}
@media screen and (max-width: 767px) {
  .case-sec-1 {
    padding-top: 32px;
    margin-bottom: 48px;
  }
  .case-sec-1__inner {
    padding: 0 16px;
  }
  .case-sec-1 .blks-1 .tab {
    margin-bottom: 32px;
  }
}

/* ===============================================================================
QA
=============================================================================== */
/* qa-section
========================= */
/* qa-sec-1 */
.qa-sec-1 {
  padding-top: 90px;
  margin-bottom: 140px;
}
.qa-sec-1__inner {
  padding: 0 20px;
}
.qa-sec-1 .blks-1 .tab {
  max-width: 1101px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .qa-sec-1 {
    padding-top: 32px;
    margin-bottom: 48px;
  }
  .qa-sec-1__inner {
    padding: 0 16px;
  }
  .qa-sec-1 .blks-1 .tab {
    margin-bottom: 32px;
  }
}

/* ===============================================================================
Module
=============================================================================== */
/* hedinag module
========================= */
/* m-heading-1 */
.m-heading-1 {
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.m-heading-1__main {
  color: #6785C1;
  font-size: 6rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 8px;
}
.m-heading-1__main span {
  position: relative;
  display: inline-block;
  padding: 0 35px;
}
.m-heading-1__main span::before, .m-heading-1__main span::after {
  position: absolute;
  content: "";
  display: block;
  top: 26px;
  bottom: 0;
  height: 1px;
  width: 1000px;
  margin: auto 0;
  background: #6785C1;
}
.m-heading-1__main span::before {
  right: 100%;
}
.m-heading-1__main span::after {
  left: 100%;
}
.m-heading-1__sub {
  font-size: 1.7rem;
  font-weight: 700;
  background: -webkit-linear-gradient(top, transparent 0, transparent 60%, #EE7700 60.1%, #EE7700 100%);
  background: linear-gradient(180deg, transparent 0, transparent 60%, #EE7700 60.1%, #EE7700 100%);
  display: inline;
}
@media screen and (min-width: 768px) {
  .m-heading-1.m-heading-1_type-2 {
    display: inline-block;
  }
  .m-heading-1.m-heading-1_type-2 .m-heading-1__main span {
    padding: 0;
  }
  .m-heading-1.m-heading-1_type-2 .m-heading-1__main span::before, .m-heading-1.m-heading-1_type-2 .m-heading-1__main span::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .m-heading-1__main {
    font-size: 4.02rem;
    margin-bottom: 6px;
  }
  .m-heading-1__main span {
    padding: 0 20px;
  }
  .m-heading-1__main span::before, .m-heading-1__main span::after {
    top: 6px;
  }
  .m-heading-1__sub {
    font-size: 1.44rem;
  }
}

/* m-heading-2 */
.m-heading-2 {
  font-size: 3.0rem;
  line-height: 1.74;
  font-weight: 700;
  color: #0f1c50;
}
.m-heading-2 span {
  background: -webkit-linear-gradient(top, transparent 0, transparent 67%, #EE7700 67.1%, #EE7700 93%, transparent 93.1%);
  background: linear-gradient(180deg, transparent 0, transparent 67%, #EE7700 67.1%, #EE7700 93%, transparent 93.1%);
}
@media screen and (max-width: 767px) {
  .m-heading-2 {
    font-size: 1.98rem;
  }
}

/* text module
========================= */
/* m-txt-1 */
.m-txt-1 {
  font-size: 1.6rem;
  line-height: 2.19;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .m-txt-1 {
    font-size: 1.38rem;
  }
}

/* m-txt-2 */
.m-txt-2 {
  font-size: 3.0rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .m-txt-2 {
    font-size: 3.84vw;
  }
}

/* m-txt-3 */
.m-txt-3 {
  font-size: 3.0rem;
  line-height: 1.47;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .m-txt-3 {
    font-size: 1.98rem;
  }
}

/* m-txt-4 */
.m-txt-4 {
  font-size: 3.0rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .m-txt-4 {
    font-size: 2.22rem;
  }
}

/* m-txt-5 */
.m-txt-5 {
  font-size: 2.2rem;
  line-height: 1.48;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .m-txt-5 {
    font-size: 1.44rem;
  }
}

/* m-caution-1 */
.m-caution-1 {
  font-size: 1.4rem;
  line-height: 1.5;
}
.m-caution-1__item {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .m-caution-1 {
    font-size: 1.26rem;
  }
}

/* button module
========================= */
/* m-btn-1 */
.m-btn-1 a {
  width: 254px;
  height: 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;
  box-sizing: border-box;
  padding: 5px 45px;
  position: relative;
  background: #0f1c50;
  border: solid 1px #0f1c50;
  color: #fff;
  border-radius: 23px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-transition-property: background-color, color, opacity;
  transition-property: background-color, color, opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.m-btn-1 a::before, .m-btn-1 a::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 21px;
  bottom: 0;
  margin: auto 0;
  width: 19px;
  height: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.m-btn-1 a::before {
  background: url("/assets/img/public-serv/cmn/cmn_arr01.svg") no-repeat 0 0/100% 100%;
  opacity: 1;
}
.m-btn-1 a::after {
  background: url("/assets/img/public-serv/cmn/cmn_arr02.svg") no-repeat 0 0/100% 100%;
  opacity: 0;
}
.m-btn-1.m-btn-1_ctr a {
  margin: 0 auto;
}
.m-btn-1.m-btn-1_color-2 a {
  background: #fff;
  color: #0f1c50;
}
.m-btn-1.m-btn-1_color-2 a::before {
  opacity: 0;
}
.m-btn-1.m-btn-1_color-2 a::after {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .m-btn-1 a:hover {
    background: #fff;
    color: #0f1c50;
    text-decoration: none;
  }
  .m-btn-1 a:hover::before {
    opacity: 0;
  }
  .m-btn-1 a:hover::after {
    opacity: 1;
  }
  .m-btn-1.m-btn-1_color-2 a:hover {
    background: #0f1c50;
    color: #fff;
  }
  .m-btn-1.m-btn-1_color-2 a:hover::before {
    opacity: 1;
  }
  .m-btn-1.m-btn-1_color-2 a:hover::after {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .m-btn-1 a {
    width: 100%;
  }
}

/* m-btns-1 */
.m-btns-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-btns-1__item {
  margin: 10px 36px;
}
@media screen and (max-width: 767px) {
  .m-btns-1 {
    display: block;
  }
  .m-btns-1__item {
    margin: 0;
  }
  .m-btns-1__item:not(:last-child) {
    margin-bottom: 16px;
  }
}

/* list module
========================= */
/* m-list-1 */
.m-list-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
	.m-list-1.overtext {
		justify-content: space-between;
	}
	.m-list-1.overtext .m-list-1__group:not(:last-child) {
		margin-right: 0 !important;
	}
}
.m-list-1__group {
  margin: 8px 35px 7px 0;
}
.m-list-1__group:last-child {
  margin-right: 0;
}
.m-list-1__item {
  padding: 0 10px 0 30px;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
}
.m-list-1__item:not(:last-child) {
  margin-bottom: 15px;
}
.m-list-1__item::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 100%;
  background: #0f1c50;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .m-list-1.m-list-1_type-2 .m-list-1__group:not(:last-child) {
    margin-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .m-list-1__group {
    margin: 6px 24px 6px 0;
  }
  .m-list-1__item {
    padding: 0 10px 0 20px;
    font-size: 1.3rem;
  }
  .m-list-1__item:not(:last-child) {
    margin-bottom: 12px;
  }
  .m-list-1__item::before {
    width: 15px;
    height: 15px;
    top: 3px;
  }
}

/* column module
========================= */
/* m-col2-1 */
.m-col2-1 {
  max-width: 1732px;
  margin: 0 auto;
}
.m-col2-1__inner {
  max-width: 1536px;
  margin-left: auto;
  position: relative;
}
.m-col2-1__lt {
  position: absolute;
  top: 0;
  left: 0;
  width: 331px;
  margin-top: 70px;
}
.m-col2-1__rt {
  margin-left: 361px;
}
@media screen and (max-width: 1279px) {
  .m-col2-1__inner {
    display: block;
  }
  .m-col2-1__lt {
    position: static;
    width: auto;
    margin: 0 0 50px;
  }
  .m-col2-1__rt {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .m-col2-1__lt {
    width: auto;
    margin: 0 0 32px;
  }
}

/* m-col2-2 */
.m-col2-2 {
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-col2-2__col {
  width: 48.077%;
}
@media screen and (max-width: 991px) {
  .m-col2-2 {
    display: block;
  }
  .m-col2-2__col {
    width: auto;
  }
  .m-col2-2__col:first-child {
    margin-bottom: 50px;
  }
}

/* m-col2-3 */
.m-col2-3 {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
.m-col2-3__lt {
  width: 48.077%;
}
.m-col2-3__rt {
  position: absolute;
  width: 48.077%;
  height: 100%;
  right: 0;
}
.m-col2-3__rt img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .m-col2-3__lt {
    width: auto;
  }
  .m-col2-3__rt {
    width: auto;
    position: static;
    height: 192px;
    margin-bottom: 24px;
  }
}

/* m-col3-1 */
.m-col3-1 {
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-col3-1__col {
  width: 30.769%;
}
@media screen and (max-width: 991px) {
  .m-col3-1 {
    display: block;
  }
  .m-col3-1__col {
    width: auto;
  }
  .m-col3-1__col:not(:last-child) {
    margin-bottom: 50px;
  }
}

/* m-col5-1 */
.m-col5-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-col5-1__col {
  margin: 8px 8px 9px 9px;
}

/* box module
========================= */
/* m-box-1 */
.m-box-1 {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 300px;
  max-width: 100%;
}
.m-box-1__body {
  padding: 16px 11px 16px 17px;
  position: relative;
  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;
}
.m-box-1__txt {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  min-height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}
.m-box-1__logo {
  line-height: 1;
}
.m-box-1__logo img {
  width: auto;
  height: 29px;
}
@media screen and (max-width: 1624px) {
  .m-box-1 {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    width: 400px;
  }
}
@media screen and (max-width: 1290px) {
  .m-box-1 {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .m-box-1__body {
    padding: 12px 18px;
  }
  .m-box-1__txt {
    font-size: 1.38rem;
  }
}

a.m-box-1:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* m-box-2 */
.m-box-2 {
  display: block;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.m-box-2::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 17px;
  right: 30px;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  background: #6785c1 url("/assets/img/public-serv/cmn/cmn_arr03.svg") no-repeat 9px 7px;
  background-size: 5px 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}
.m-box-2__image {
  padding-top: 67.647%;
  position: relative;
}
.m-box-2__image img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.m-box-2__body {
  padding: 20px 30px 50px;
}
.m-box-2__cat {
  display: inline-block;
  padding: 4px 25px;
  border: solid 1px #6785c1;
  color: #6785c1;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 500;
  border-radius: 30px;
  margin-bottom: 25px;
}
.m-box-2__heading {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 12px;
  color: #000;
}
.m-box-2__txt {
  font-size: 1.7rem;
  line-height: 1.79;
  color: #000;
}
.m-box-2.m-box-2_type-2::after {
  content: none;
}
.m-box-2.m-box-2_type-2 .m-box-2__body {
  padding: 23px 30px 36px;
}
.m-box-2.m-box-2_type-2 .m-box-2__heading {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
	.f17rem {
		font-size: 1.7rem !important;
	}
}
@media screen and (max-width: 767px) {
  .m-box-2::after {
    bottom: 16px;
    right: 16px;
  }
  .m-box-2__body {
    padding: 16px 16px 48px;
  }
  .m-box-2__cat {
    margin-bottom: 16px;
  }
  .m-box-2__heading {
    font-size: 1.38rem;
    margin-bottom: 12px;
  }
  .m-box-2__txt {
    font-size: 1.26rem;
  }
  .m-box-2.m-box-2_type-2 .m-box-2__body {
    padding: 16px 16px 20px;
  }
  .m-box-2.m-box-2_type-2 .m-box-2__heading {
    margin-bottom: 12px;
  }
}

a.m-box-2:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* m-box-3 */
.m-box-3__image {
  padding-top: 58.334%;
  position: relative;
  margin-bottom: 30px;
}
.m-box-3__image img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.m-box-3__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 3.0%;
  margin-bottom: 15px;
}
.m-box-3__heading {
  font-size: 3.0rem;
  line-height: 1.47;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 2.94em;
  font-weight: 700;
  color: #0F1C50;
  margin-right: 20px;
}
.m-box-3__heading__inner span {
  background: -webkit-linear-gradient(top, transparent 0, transparent 70%, #EE7700 70.1%, #EE7700 90%, transparent 90.1%);
  background: linear-gradient(180deg, transparent 0, transparent 70%, #EE7700 70.1%, #EE7700 90%, transparent 90.1%);
}
.m-box-3__logo img {
  width: auto;
  height: 65px;
}
.m-box-3__txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.95;
  min-height: 5.85em;
  font-weight: 500;
  margin-bottom: 47px;
}
@media screen and (max-width: 991px) {
  .m-box-3__group {
    display: block;
  }
  .m-box-3__heading {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-bottom: 30px;
  }
  .m-box-3__logo {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .m-box-3__group {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 32px;
  }
  .m-box-3__heading {
    font-size: 1.98rem;
    min-height: 1px;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 16px 0 0;
  }
  .m-box-3__logo img {
    height: 30px;
  }
  .m-box-3__txt {
    text-align: left;
    min-height: 1px;
    font-size: 1.5rem;
    margin-bottom: 32px;
  }
}

/* m-box-4 */
.m-box-4 {
  box-sizing: border-box;
  border: solid #CFCFCF 5px;
  background: #fff;
  padding: 9px 35px;
}
@media screen and (max-width: 767px) {
  .m-box-4 {
    border-width: 4px;
    padding: 16px;
  }
}

/* m-box-5 */
.m-box-5 {
  position: relative;
}
.m-box-5__image {
  padding-top: 70%;
  position: relative;
  margin-bottom: 23px;
}
.m-box-5__image img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.m-box-5__num {
  position: absolute;
  font-size: 10rem;
  line-height: 1;
  font-weight: 700;
  color: #6785c1;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 1;
  top: -50px;
  left: -34px;
}
.m-box-5__heading {
  text-align: center;
  font-size: 3.0rem;
  line-height: 1.47;
  font-weight: 700;
  color: #0f1c50;
  margin-bottom: 15px;
}
.m-box-5__heading span {
  background: -webkit-linear-gradient(top, transparent 0, transparent 70%, #EE7700 70.1%, #EE7700 92%, transparent 92.1%);
  background: linear-gradient(180deg, transparent 0, transparent 70%, #EE7700 70.1%, #EE7700 92%, transparent 92.1%);
}
.m-box-5__txt {
  font-size: 1.5rem;
  line-height: 2.19;
  font-weight: 500;
  text-align: center;
}
.m-box-5__caution {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 20px;
}
.m-box-5__caution__item {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .m-box-5__image {
    margin-bottom: 16px;
  }
  .m-box-5__num {
    font-size: 5.22rem;
    top: -32px;
    left: -16px;
  }
  .m-box-5__heading {
    font-size: 2.1rem;
    margin-bottom: 16px;
  }
  .m-box-5__txt {
    font-size: 1.38rem;
    text-align: left;
  }
  .m-box-5__caution {
    font-size: 1.2rem;
    margin-top: 16px;
  }
}

/* m-box-6 */
.m-box-6__heading {
  background: #6785c1;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  font-size: 1.6rem;
  font-weight: 700;
}
.m-box-6__body {
  background: #F8F8F8;
  padding: 15px 34px 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-box-6__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 200px;
}
.m-box-6__image + .m-box-6__detail {
  margin-top: 6px;
}
.m-box-6__detail {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 991px) {
  .m-box-6__image {
    width: 40%;
  }
  .m-box-6__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .m-box-6__heading {
    font-size: 1.38rem;
  }
  .m-box-6__body {
    padding: 24px;
    display: block;
  }
  .m-box-6__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: auto;
    text-align: center;
    margin-bottom: 24px;
  }
  .m-box-6__image + .m-box-6__detail {
    margin-top: 0;
  }
  .m-box-6__detail {
    display: block;
  }
}

/* m-boxs-1 */
.m-boxs-1 {
  max-width: 1142px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-boxs-1__item {
  width: 29.772%;
  margin: 50px 5.342% 0 0;
}
.m-boxs-1__item:nth-child(3n) {
  margin-right: 0;
}
.m-boxs-1__item:nth-child(-n+3) {
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .m-boxs-1.m-boxs-1_ctr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-boxs-1.m-boxs-1_ctr .m-boxs-1__item {
    margin: 0 2.671%;
  }
}
@media screen and (max-width: 991px) {
  .m-boxs-1__item {
    width: 47.329%;
  }
  .m-boxs-1__item:nth-child(3n) {
    margin-right: 5.342%;
  }
  .m-boxs-1__item:nth-child(-n+3) {
    margin-top: 50px;
  }
  .m-boxs-1__item:nth-child(2n) {
    margin-right: 0;
  }
  .m-boxs-1__item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .m-boxs-1 {
    display: block;
  }
  .m-boxs-1__item {
    width: auto;
    margin: 0;
  }
  .m-boxs-1__item:nth-child(3n) {
    margin-right: 0;
  }
  .m-boxs-1__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .m-boxs-1__item:not(:last-child) {
    margin-bottom: 32px;
  }
}

/* m-boxs-2 */
.m-boxs-2 {
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-boxs-2__item {
  width: 46.154%;
  margin: 100px 7.692% 0 0;
}
.m-boxs-2__item:nth-child(2n) {
  margin-right: 0;
}
.m-boxs-2__item:nth-child(-n+2) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .m-boxs-2 {
    display: block;
  }
  .m-boxs-2__item {
    width: auto;
    margin: 0;
  }
  .m-boxs-2__item:not(:last-child) {
    margin-bottom: 48px;
  }
}

/* m-boxs-3 */
.m-boxs-3 {
  max-width: 1141px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-boxs-3__item {
  width: 43.821%;
  margin: 123px 12.358% 0 0;
}
.m-boxs-3__item:nth-child(2n) {
  margin-right: 0;
}
.m-boxs-3__item:nth-child(-n+2) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .m-boxs-3 {
    display: block;
  }
  .m-boxs-3__item {
    width: auto;
    margin: 0;
  }
  .m-boxs-3__item:not(:last-child) {
    margin-bottom: 48px;
  }
}

/* media module
========================= */
/* m-media-1 */
.m-media-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 430px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-media-1 + .m-media-1 {
  margin-top: 92px;
}
.m-media-1__image {
  width: 50%;
  height: 430px;
}
.m-media-1__image img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}
.m-media-1__detail {
  width: 50%;
  box-sizing: border-box;
  padding-right: 20px;
}
.m-media-1__detail__inner {
  max-width: 650px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
}
.m-media-1__detail__inner__inner {
  /*max-width: 505px;*/
  max-width: 530px;
  margin-left: auto;
}
.m-media-1__detail__inner__inner > *:last-child {
  margin-bottom: 0;
}
.m-media-1__logo {
  margin-bottom: 17px;
}
.m-media-1__logo img {
  width: auto;
  height: 42px;
}
.m-media-1__heading {
  font-size: 3.0rem;
  line-height: 1.48;
  font-weight: 700;
  color: #0f1c50;
  margin-bottom: 42px;
  word-break: break-all;
}
.m-media-1__heading span {
  background: -webkit-linear-gradient(top, transparent 0, transparent 70%, #EE7700 70.1%, #EE7700 90%, transparent 90.1%);
  background: linear-gradient(180deg, transparent 0, transparent 70%, #EE7700 70.1%, #EE7700 90%, transparent 90.1%);
}
.m-media-1__txt {
  font-size: 1.6rem;
  line-height: 1.95;
  font-weight: 500;
  margin-bottom: 39px;
}
@media screen and (min-width: 992px) {
  .m-media-1.m-media-1_type-2 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .m-media-1.m-media-1_type-2 .m-media-1__detail {
    margin-top: 65px;
  }
  .m-media-1.m-media-1_rev .m-media-1__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .m-media-1.m-media-1_rev .m-media-1__detail {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding: 0 0 0 20px;
  }
  .m-media-1.m-media-1_rev .m-media-1__detail__inner {
    margin-left: auto;
    padding: 0 20px 0 0;
  }
  .m-media-1.m-media-1_rev .m-media-1__detail__inner__inner {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .m-media-1 {
    display: block;
    min-height: 1px;
  }
  .m-media-1__image {
    width: auto;
    margin-bottom: 30px;
  }
  .m-media-1__detail {
    width: auto;
  }
  .m-media-1__detail__inner {
    margin: 0 auto;
  }
  .m-media-1__detail__inner__inner {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .m-media-1 + .m-media-1 {
    margin-top: 48px;
  }
  .m-media-1__image {
    height: 192px;
    margin-bottom: 32px;
  }
  .m-media-1__logo {
    margin-bottom: 12px;
  }
  .m-media-1__logo img {
    height: 30px;
  }
  .m-media-1__heading {
    font-size: 2.82rem;
    margin-bottom: 24px;
  }
  .m-media-1__txt {
    font-size: 1.5rem;
    margin-bottom: 28px;
  }
}

/* m-media-2 */
.m-media-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-media-2__image {
  width: 50%;
  max-width: 660px;
  height: 430px;
  padding: 0 0 0 20px;
  margin: 0 0 0 auto;
}
.m-media-2__image img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}
.m-media-2__detail {
  width: 50%;
  box-sizing: border-box;
  padding-right: 20px;
}
.m-media-2__detail__inner {
  max-width: 650px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
}
.m-media-2__detail__inner__inner {
  max-width: 600px;
  margin-left: auto;
}
@media screen and (min-width: 992px) {
  .m-media-2.m-media-2_rev .m-media-2__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 20px 0 0;
    margin: 0 auto 0 0;
  }
  .m-media-2.m-media-2_rev .m-media-2__detail {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    order: 0;
    padding: 0 0 0 20px;
  }
  .m-media-2.m-media-2_rev .m-media-2__detail__inner {
    margin-left: auto;
    padding: 0 20px 0 0;
  }
  .m-media-2.m-media-2_rev .m-media-2__detail__inner__inner {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .m-media-2 {
    display: block;
    min-height: 1px;
  }
  .m-media-2__image {
    width: auto;
    max-width: 100%;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .m-media-2__detail {
    width: auto;
  }
  .m-media-2__detail__inner {
    margin: 0 auto;
  }
  .m-media-2__detail__inner__inner {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .m-media-2 + .m-media-2 {
    margin-top: 48px;
  }
  .m-media-2__image {
    height: 192px;
    margin-bottom: 32px;
  }
}

/* mv module
========================= */
/* m-mv-1 */
.m-mv-1 {
  /*height: 911px;*/
  height: 600px;
  position: relative;
}
.m-mv-1__image {
  /*position: absolute;
  top: 0;
  left: 0;*/
  width: 100%;
  height: 100%;
}
.m-mv-1__image img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}
.m-mv-1__body {
  position: absolute;
  z-index: 1;
  max-width: 1340px;
  padding: 0 2.0rem;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 3.2%;
}
.m-mv-1__copy {
  font-size: 4rem;
  line-height: 1.49;
  font-weight: 700;
  margin-bottom: 1.16rem;
}
.m-mv-1__copy__item {
  display: block;
}
.m-mv-1__copy__item + .m-mv-1__copy__item {
  margin-top: 20px;
}
.m-mv-1__copy__item span {
  display: inline-block;
  background: #fff;
  padding: 8px 20px 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.m-mv-1__heading {
  display: inline-block;
  background: #fff;
  padding: 20px 30px 16px;
}
.m-mv-1__heading__sub {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
}
.m-mv-1__heading__main {
  font-size: 5rem;
  line-height: 1.49;
  color: #6785c1;
  font-weight: 700;
}
.m-mv-1__heading__main img {
	max-height: 40px;
	display: inline-block;
	margin-left: 20px;
	margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .m-mv-1 {
    height: 100vw;
  }
  .m-mv-1__body {
    padding: 0 4.27vw;
  }
  .m-mv-1__copy {
    font-size: 6.4vw;
    line-height: 1.49;
    margin-bottom: 12.37vw;
  }
  .m-mv-1__copy__item {
    display: block;
  }
  .m-mv-1__copy__item + .m-mv-1__copy__item {
    margin-top: 2.13vw;
  }
  .m-mv-1__copy__item span {
    padding: 0.85vw 2.13vw 1.07vw;
    box-shadow: 0 0.32vw 0.64vw rgba(0, 0, 0, 0.16);
  }
  .m-mv-1__heading {
    padding: 2.13vw 3.2vw 1.71vw;
  }
  .m-mv-1__heading__sub {
    font-size: 3.84vw;
  }
  .m-mv-1__heading__main {
    font-size: 5.1vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  .m-mv-1__heading__main img {
  	margin-top: 0;
  	margin-left: 10px;
	max-height: 25px;
  }
}

/* tab module
========================= */
/* m-tab-1 */
.m-tab-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-tab-1__item {
  margin: 10px;
  cursor: pointer;
  cursor: hand;
}
.m-tab-1__item a, .m-tab-1__item span, .m-tab-1__item strong {
  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;
  width: 200px;
  padding: 5px;
  height: 50px;
  border: solid 1px #6785c1;
  border-radius: 20px;
  text-align: center;
}
.m-tab-1__item a {
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
}
.m-tab-1__item a:hover, .m-tab-1__item strong:hover {
  opacity: 0.8;
  text-decoration: none;
}
.m-tab-1__item span, .m-tab-1__item.active strong{
  background: #6785c1;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .m-tab-1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .m-tab-1 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .m-tab-1__item {
    width: 50%;
    box-sizing: border-box;
    margin: 0;
    padding: 4px;
  }
  .m-tab-1__item a, .m-tab-1__item span, .m-tab-1__item strong {
    padding: 5px;
    width: auto;
    height: 48px;
    border-radius: 10px;
  }
  .m-tab-1__item a {
    font-size: 1.26rem;
  }
  .m-tab-1__item span {
    font-size: 1.38rem;
  }
}

/* qa module
========================= */
/* m-qa-1 */
.m-qa-1 {
  max-width: 1300px;
  margin: 0 auto;
}
.m-qa-1__item {
  font-size: 1.6rem;
  line-height: 2.19;
  font-weight: 500;
}
.m-qa-1__item:not(:last-child) {
  margin-bottom: 20px;
}
.m-qa-1__item__heading {
  position: relative;
  background: #fff;
  color: #000;
  border: solid 1px #6785c1;
  border-radius: 15px;
  padding: 23px 100px 19px 99px;
  -webkit-transition-property: color, background-color, border-radius;
  transition-property: color, background-color, border-radius;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  cursor: pointer;
}
.m-qa-1__item__heading strong {
    display: inline-block;
    color: #6785C1;
    font-weight: normal;
    padding: 2px 5px;
    border: 1px solid #6785C1;
    font-size: 1.4rem;
    margin-right: 5px;
    border-radius: 5px;
}
.m-qa-1__item__heading.is-active strong {
    color: #FFF;
    border: 1px solid #FFF;
}
@media screen and (min-width: 992px) {
	.m-qa-1__item__heading strong + br {
		display: none;
	}
}
.m-qa-1__item__heading::before {
  position: absolute;
  content: "Q";
  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;
  background: #6785c1;
  width: 35px;
  height: 35px;
  top: 14px;
  left: 29px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.m-qa-1__item__heading__btn {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 30px;
  top: 14px;
  border-radius: 18px;
  background: #6785c1;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: transform, background-color;
  transition-property: transform, background-color, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.m-qa-1__item__heading__btn::before, .m-qa-1__item__heading__btn::after {
  width: 18px;
  height: 1px;
  background: #fff;
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.m-qa-1__item__heading__btn::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.m-qa-1__item__heading.is-active {
  background: #6785c1;
  color: #fff;
  border-radius: 15px 15px 0 0;
}
.m-qa-1__item__heading.is-active::before {
  background: #fff;
  color: #000;
}
.m-qa-1__item__heading.is-active .m-qa-1__item__heading__btn {
  background: #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.m-qa-1__item__heading.is-active .m-qa-1__item__heading__btn::before, .m-qa-1__item__heading.is-active .m-qa-1__item__heading__btn::after {
  background: #000;
}
.m-qa-1__item__detail {
  border: solid #707070;
  border-width: 0 1px 1px;
  border-radius: 0 0 15px 15px;
  background: #fff;
  padding: 26px 60px;
  display: none;
}
.m-qa-1.m-qa-1_color-2 .m-qa-1__item__detail {
  background: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .m-qa-1__item {
    font-size: 1.38rem;
  }
  .m-qa-1__item:not(:last-child) {
    margin-bottom: 16px;
  }
  .m-qa-1__item__heading {
    border-radius: 10px;
    padding: 16px 56px 14px 58px;
    cursor: pointer;
  }
  .m-qa-1__item__heading::before {
    width: 26px;
    height: 26px;
    top: 12px;
    left: 16px;
    font-size: 1.32rem;
  }
  .m-qa-1__item__heading__btn {
    width: 24px;
    height: 24px;
    right: 16px;
    top: 15px;
  }
  .m-qa-1__item__heading__btn::before, .m-qa-1__item__heading__btn::after {
    width: 12px;
  }
  .m-qa-1__item__heading.is-active {
    border-radius: 10px 10px 0 0;
  }
  .m-qa-1__item__detail {
    border: solid #707070;
    border-width: 0 1px 1px;
    border-radius: 0 0 15px 15px;
    background: #fff;
    padding: 26px 60px;
    display: none;
  }
}


.m-box-6{
  background-color: #F8F8F8;
}
.m-qa-1__item{
  max-width: 1300px;
  margin: 0 auto;
}
.mb40{
  margin-top: -30px;
  margin-bottom: 20px;
}

/*ä¿®æ­£*/


@media screen and (max-width: 1056px) {
	.br-wide {
		display: none;
	}
}