@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* -----------------------------------------------------------------------------------------------------------
_VARIABLE
------------------------------------------------------------------------------------------------------------ */
@-webkit-keyframes clientList {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes clientList {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes clientList2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes clientList2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
/* Common */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

@media (max-width: 767px) {
  body {
    padding: 0;
  }

  .container {
    width: calc(100% - 40px);
  }
}
p {
  margin: 0;
  line-height: 2;
}

.btn-3D a span {
  width: 70px;
  background: #011b40;
  text-align: center;
  -webkit-box-sizing: initial;
          box-sizing: initial;
}

.btn-3D a span::before,
.btn-3D a:hover span::before,
.btn-3D a:focus span::before {
  background: #1a58b1;
}

@media (max-width: 767px) {
  .gray-bg, .darkgray-bg, .bright-bg {
    margin: 0 !important;
    padding: 20px 0px;
  }

  .iau-gray-bg, .darkgray-bg, .bright-bg {
    margin: 0 !important;
    padding: 0px 0px 20px 0px;
  }

  .White-bg, .darkgray-bg, .bright-bg {
    margin: 0 !important;
    padding: 15px 0px;
  }
}
/*  Black Change Region Link */
@media (max-width: 767px) {
  .black-bg, .navbar-wrapper {
    padding: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/* Switch language */
.switch-language {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.region a {
  font-family: 'Noto Sans JP', sans-serif;
  color: #f4f4f4;
  font-size: 12px;
  line-height: 24px;
}

/* Navigation Menu */
.hero-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 22px;
  z-index: 998;
}

.hero-header .navbar-wrapper {
  height: 74px;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #222;
  margin-bottom: 0;
}

.hero-header .navbar-wrapper .container {
  position: relative;
}

.hero-header .navbar .nav {
  margin-top: 22px !important;
}

.hero-header .navbar .logo {
  position: absolute;
  top: -2px;
  left: 1;
  padding: 21px 0px;
  color: #fff;
  font-size: 13px;
  text-shadow: none;
  z-index: 10;
  line-height: 2;
}

@media (max-width: 979px) {
  .hero-header .navbar .logo {
    margin: 0;
  }
}
.hero-header .navbar .logo span {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  padding-left: 8px;
  padding-bottom: 2px;
  vertical-align: bottom;
  font-weight: 500;
}

@media (max-width: 767px) {
  .hero-header .navbar .logo span {
    display: none;
  }
}
.hero-header .navbar .logo img {
  height: unset;
}

.hero-header .navbar .btn-navbar {
  position: absolute;
  top: 0;
  right: 0;
  margin: 18px 0px 17px;
  padding: 7px 6px;
  background: none;
  z-index: 10;
}

.hero-header .navbar .btn-navbar .icon-bar {
  width: 32px;
  height: 3px;
}

.hero-header .btn-navbar .icon-bar + .icon-bar {
  margin-top: 8px;
}

@media (max-width: 979px) {
  .hero-header .navbar .nav {
    margin-top: 96px !important;
  }
}
.hero-header .nav-pills > li > a {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-shadow: unset;
  background: none;
}

.hero-header .nav-collapse {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  z-index: 1;
  -webkit-box-sizing: initial;
          box-sizing: initial;
}

@media (max-width: 979px) {
  .hero-header .nav-collapse::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 74px;
    background-color: #333;
  }
}
.header_area {
  max-width: 1170px;
  margin: 0 auto;
  width: calc(100% - 80px);
}

.header_area h2 {
  font-size: 20px;
  font-weight: 700;
  color: #094067;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.75;
  text-align: right;
}

/* Footer Catch */
.bright-bg.footer-catch {
  background-color: #333;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}

.bright-bg.footer-catch h3 {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
}

#footer {
  overflow: hidden;
}

/* Footer */
footer {
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}

/* @media (max-width: 767px) {
    footer {
        margin-left: 0!important;
        margin-right: 0!important;
    }
} */
footer a {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
}

/* -----------------------------------------------------------------------------------------------------------
	RESET CSS
------------------------------------------------------------------------------------------------------------ */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Yu Gothic",sans-serif !important;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  body {
    line-height: 1.6;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6, p, a,
li {
  margin: 0;
  color: inherit;
  line-height: inherit;
}

p {
  margin: 0;
  padding: 0;
}
p span {
  margin: 0;
  padding: 0;
  line-height: inherit;
}

@media only screen and (max-width: 1024px) {
  .pc-only {
    display: none;
  }
}

.pc-large {
  display: block;
}
@media only screen and (max-width: 1440px) {
  .pc-large {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .pc-large {
    display: none;
  }
}

.pc-1440 {
  display: none;
}
@media only screen and (max-width: 1440px) {
  .pc-1440 {
    display: initial;
  }
}
@media only screen and (max-width: 1024px) {
  .pc-1440 {
    display: none;
  }
}

.ipad-only {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .ipad-only {
    display: initial;
  }
}
@media only screen and (max-width: 767px) {
  .ipad-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp-only {
    display: initial;
  }
}

ul, li, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

figure {
  line-height: 0;
}
figure img {
  line-height: 0;
}

/* -----------------------------------------------------------------------------------------------------------
	COMMON
------------------------------------------------------------------------------------------------------------ */
.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 280px;
  height: 68px;
  padding-left: 30px;
  padding-right: 25px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  background: #FF5A5F;
  background: -webkit-gradient(linear, left top, right top, from(#FF5A5F), to(#E29828));
  background: linear-gradient(to right, #FF5A5F, #E29828);
  border-radius: 36px;
  border: 3px solid #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
  position: relative;
  color: #fff;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-position: 100% 0;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .c-btn {
    height: 55px;
    border-width: 1px;
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn {
    width: 230px;
    height: 48px;
    font-size: 16px;
    padding-left: 27px;
    border-width: 1px;
  }
}
.c-btn:after {
  content: '';
  width: 20px;
  height: 100%;
  background: url("images/ic_arrow_white.svg") no-repeat center right;
  position: absolute;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .c-btn:after {
    right: 17px;
  }
}
.c-btn::before {
  content: '';
  display: block;
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.16);
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  width: 50px;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.c-btn span {
  position: relative;
  z-index: 2;
}
.c-btn:hover {
  color: #fff;
}
.c-btn:hover:before {
  opacity: 1;
  left: 100%;
}
.c-btn--gray {
  background: #c9c6c6;
  background: -webkit-gradient(linear, left top, right top, from(#c9c6c6), to(#fff));
  background: linear-gradient(to right, #c9c6c6, #fff);
  color: #333333;
}
.c-btn--gray:after {
  content: '';
  width: 20px;
  height: 100%;
  background: url("images/ic_arrow_black.svg") no-repeat center right;
  position: absolute;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .c-btn--gray:after {
    right: 15px;
    width: 7px;
  }
}
.c-btn--gray::before {
  background: rgba(255, 255, 255, 0.7);
}
.c-btn--gray:hover {
  color: #333333;
}
.c-btn--large {
  font-size: 26px;
  width: 418px;
  height: 93px;
  padding-left: 45px;
  border-radius: 47px;
  border-width: 3px;
}
@media only screen and (max-width: 1440px) {
  .c-btn--large {
    width: 280px;
    height: 64px;
    font-size: 20px;
    padding-left: 34px;
  }
}
@media only screen and (max-width: 1024px) {
  .c-btn--large {
    height: 55px;
    border-width: 1px;
    width: 250px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn--large {
    width: 230px;
    height: 48px;
    margin: 0 auto;
    padding-left: 27px;
    font-size: 16px;
    border-radius: 36px;
    border-width: 1px;
  }
}
.c-btn--large::after {
  right: 33px;
}
@media only screen and (max-width: 1440px) {
  .c-btn--large::after {
    right: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn--large::after {
    right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn--large + .c-btn {
    margin-top: 20px;
  }
}

a.c-btn {
  line-height: 1;
}

.c-listVertical {
  display: grid;
  grid-template-columns: repeat(8, 50px);
  grid-gap: 10px;
}
.c-listVertical p {
  text-align: center;
}
.c-listVertical p.num {
  text-align: center;
  margin-bottom: 10px;
}
.c-listVertical p span {
  text-align: left;
}

.u-textVertical {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.u-scrollbarX {
  -webkit-overflow-scrolling: touch;
  /* width */
  /* Track */
  /* Handle */
}
.u-scrollbarX::-webkit-scrollbar {
  height: 10px;
}
@media only screen and (max-width: 767px) {
  .u-scrollbarX::-webkit-scrollbar {
    height: 7px;
  }
}
.u-scrollbarX::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 7px #394355;
          box-shadow: inset 0 0 7px #394355;
  border-radius: 5px;
}
.u-scrollbarX::-webkit-scrollbar-thumb {
  background: #373D5A;
  border-radius: 5px;
}
.u-scrollbarX::-webkit-scrollbar-track {
  border-radius: 10px;
}

.u-scrollbarY {
  -webkit-overflow-scrolling: touch;
  /* width */
  /* Track */
  /* Handle */
}
.u-scrollbarY::-webkit-scrollbar {
  width: 7px;
}
.u-scrollbarY::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 7px #394355;
          box-shadow: inset 0 0 7px #394355;
  border-radius: 5px;
}
.u-scrollbarY::-webkit-scrollbar-thumb {
  background: #373D5A;
  border-radius: 5px;
}
.u-scrollbarY::-webkit-scrollbar-track {
  border-radius: 10px;
}

/* -----------------------------------------------------------------------------------------------------------
	LAYOUT
------------------------------------------------------------------------------------------------------------ */
.l-container {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 50px;
}
@media only screen and (max-width: 1024px) {
  .l-container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .l-container {
    padding: 0 20px;
  }
}

.p-cg {
  color: #111111;
  padding-top: 96px;
  	/* -----------------------------------------------------------------------------------------------------------
    MAINVISUAL
    ------------------------------------------------------------------------------------------------------------ */
  /* -----------------------------------------------------------------------------------------------------------
  CLIENT SLIDE
  ------------------------------------------------------------------------------------------------------------ */
  /*! -----------------------------------------------------------------------------------------------------------
  Section 3 - 平プロモートは単なるCG制作企業ではありません
  ------------------------------------------------------------------------------------------------------------ */
  	/*! -----------------------------------------------------------------------------------------------------------
    Section 4 - 平プロモートはCG制作を通じてお客様のマーケティングをご支援します。
    ------------------------------------------------------------------------------------------------------------ */
  	/*! -----------------------------------------------------------------------------------------------------------
    Section 5 - 導入実績
    ------------------------------------------------------------------------------------------------------------ */
  	/*! -----------------------------------------------------------------------------------------------------------
    Section 6 - Video - Vimeo
    ------------------------------------------------------------------------------------------------------------ */
  	/*! -----------------------------------------------------------------------------------------------------------
    Section 7 - CG静止画の参考料金
    ------------------------------------------------------------------------------------------------------------ */
  	/*! -----------------------------------------------------------------------------------------------------------
    Section 8 - CG動画の参考料金
    ------------------------------------------------------------------------------------------------------------ */
  	/*! -----------------------------------------------------------------------------------------------------------
    Section 9 - 多⾔語化
    ------------------------------------------------------------------------------------------------------------ */
  	/*! -----------------------------------------------------------------------------------------------------------
    Section 10 - 制作の流れ
    ------------------------------------------------------------------------------------------------------------ */
  	/*! -----------------------------------------------------------------------------------------------------------
    Section 11 - 展示会スケジュール
    ------------------------------------------------------------------------------------------------------------ */
  	/*! -----------------------------------------------------------------------------------------------------------
    Section 12 - CG制作に関するご質問
    ------------------------------------------------------------------------------------------------------------ */
  	/*! -----------------------------------------------------------------------------------------------------------
    Section 13 - Contact
    ------------------------------------------------------------------------------------------------------------ */
}
.p-cg .mainVisual {
  position: relative;
}
.p-cg .mainVisual img {
  width: 100%;
}
.p-cg .mainVisual .ttl {
  background: #111111;
  background: -webkit-gradient(linear, left top, right top, from(#111111), to(rgba(0, 0, 0, 0.48)));
  background: linear-gradient(to right, #111111, rgba(0, 0, 0, 0.48));
  position: absolute;
  left: 0;
  bottom: calc(100% / 5);
  width: calc(100% / 6 * 2);
  height: calc(100% / 5 * 2);
  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;
  padding-left: 37px;
}
@media only screen and (max-width: 1440px) {
  .p-cg .mainVisual .ttl {
    width: calc(100% / 6 * 3);
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .mainVisual .ttl {
    padding-left: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .mainVisual .ttl {
    padding: 24px 0px 34px 21px;
    bottom: 0;
    height: 62.5%;
    width: 75%;
  }
}
.p-cg .mainVisual .ttl h1 span {
  font-size: 31px;
  font-weight: bold;
  line-height: 1.7;
  color: #fff;
  text-shadow: none;
  display: block;
}
@media only screen and (max-width: 1962px) {
  .p-cg .mainVisual .ttl h1 span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1895px) {
  .p-cg .mainVisual .ttl h1 span {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1710px) {
  .p-cg .mainVisual .ttl h1 span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1440px) {
  .p-cg .mainVisual .ttl h1 span {
    font-size: 26px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 1200px) {
  .p-cg .mainVisual .ttl h1 span {
    font-size: 22px;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .mainVisual .ttl h1 span {
    font-size: 17px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .mainVisual .ttl h1 span {
    font-size: 18px;
    line-height: 1.6;
  }
  .p-cg .mainVisual .ttl h1 span + span {
    margin-top: 7px;
  }
}
@media only screen and (max-width: 365px) {
  .p-cg .mainVisual .ttl h1 span {
    font-size: 16px;
  }
}
.p-cg .mainVisual .ttl .act {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}
@media only screen and (max-width: 1440px) {
  .p-cg .mainVisual .ttl .act {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .p-cg .mainVisual .ttl .act {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .mainVisual .ttl .act {
    display: block;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 365px) {
  .p-cg .mainVisual .ttl .act {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1440px) {
  .p-cg .mainVisual .ttl .act .c-btn {
    height: 64px;
  }
}
@media only screen and (max-width: 1200px) {
  .p-cg .mainVisual .ttl .act .c-btn {
    height: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .mainVisual .ttl .act .c-btn {
    font-size: 16px;
    height: 48px;
    border-width: 1px;
  }
}
@media only screen and (max-width: 365px) {
  .p-cg .mainVisual .ttl .act .c-btn {
    width: 200px;
  }
}
.p-cg .mainVisual .ttl .act .c-btn + .c-btn {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .p-cg .mainVisual .ttl .act .c-btn + .c-btn {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 365px) {
  .p-cg .mainVisual .ttl .act .c-btn + .c-btn {
    margin-top: 10px;
  }
}
.p-cg .sec2 {
  padding-top: 20px;
  padding-bottom: 25px;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec2 {
    padding-top: 50px;
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec2 {
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.p-cg .sec2 h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec2 h2 {
    font-size: 26px;
    margin-bottom: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec2 h2 {
    display: none;
  }
}
.p-cg .sec2-carousel {
  max-width: 100%;
  padding: 0;
  overflow: hidden;
}
.p-cg .sec2-carousel__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 96px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-cg .sec2-carousel__slider {
    height: 77px;
  }
}
.p-cg .sec2 .company_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding-left: 50px;
  will-change: transform;
}
@media only screen and (max-width: 767px) {
  .p-cg .sec2 .company_list {
    padding-left: 10px;
  }
}
.p-cg .sec2 .company_list:nth-child(1) {
  -webkit-animation: clientList 120s -60s linear infinite;
          animation: clientList 120s -60s linear infinite;
}
.p-cg .sec2 .company_list:nth-child(2) {
  -webkit-animation: clientList2 120s linear infinite;
          animation: clientList2 120s linear infinite;
}
.p-cg .sec2 .company_list div + div {
  margin-left: 93px;
}
@media only screen and (max-width: 767px) {
  .p-cg .sec2 .company_list div + div {
    margin-left: 25px;
  }
}
.p-cg .sec2 .company_list div img {
  width: initial;
  max-width: initial;
  height: 96px;
}
@media only screen and (max-width: 767px) {
  .p-cg .sec2 .company_list div img {
    height: 55px;
  }
}
.p-cg .sec3 .l-container {
  max-width: calc(1844px + 100px);
}
.p-cg .sec3__head {
  padding-top: 83px;
  padding-bottom: 83px;
  background: #222222;
  background: -webkit-gradient(linear, left top, right top, from(#222222), to(#192453));
  background: linear-gradient(to right, #222222, #192453);
  color: #fff;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec3__head {
    padding-top: 78px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec3__head {
    padding: 26px 0;
  }
}
.p-cg .sec3__head .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec3__head .l-container {
    max-width: calc(1066px + 100px);
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec3__head .l-container {
    display: block;
  }
}
.p-cg .sec3__head h2 {
  font-size: 46px;
  line-height: 1.4;
  font-weight: bold;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-left: 6.6%;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec3__head h2 {
    font-size: 26px;
    line-height: 1.6;
    padding-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec3__head h2 {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec3__head h2 {
    font-size: 18px;
    line-height: 1.4;
  }
}
.p-cg .sec3__head p {
  font-size: 22px;
  line-height: 1.8;
  font-weight: bold;
  padding-left: 64px;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec3__head p {
    font-size: 18px;
    line-height: 1.8;
    padding-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56%;
            flex: 0 0 56%;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec3__head p {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
    padding-left: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec3__head p {
    display: none;
  }
}
.p-cg .sec3__content {
  padding-top: 74px;
  padding-bottom: 74px;
  margin-top: -74px;
  margin-bottom: -74px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec3__content {
    padding: 79px 50px 81px;
    margin: 0;
  }
}
@media only screen and (max-width: 992px) {
  .p-cg .sec3__content {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec3__content {
    padding: 0;
  }
}
.p-cg .sec3__content .l-container {
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec3__content .l-container {
    max-width: 1340px;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec3__content .l-container {
    padding: 0 20px;
  }
}
.p-cg .sec3__content .sec3__txt {
  padding-top: 126px;
  padding-bottom: 114px;
  padding-left: 6.6%;
  max-width: 70%;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec3__content .sec3__txt {
    padding: 0;
    max-width: calc(100% - 245px);
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec3__content .sec3__txt {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 992px) {
  .p-cg .sec3__content .sec3__txt {
    padding-left: 0;
    max-width: initial;
    padding-bottom: 50px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec3__content .sec3__txt {
    padding-top: 22px;
    padding-bottom: 20px;
  }
}
.p-cg .sec3__content h3 {
  font-size: 39px;
  line-height: 1.4;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec3__content h3 {
    font-size: 26px;
    line-height: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec3__content h3 {
    font-size: 30px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec3__content h3 {
    font-size: 16px;
    line-height: 1.5;
  }
}
.p-cg .sec3__content ul {
  margin-top: 42px;
  list-style-type: none;
  counter-reset: list-counter;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec3__content ul {
    margin-top: 52px;
  }
}
@media only screen and (max-width: 992px) {
  .p-cg .sec3__content ul {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec3__content ul {
    margin-top: 10px;
  }
}
.p-cg .sec3__content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  line-height: 1.7;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec3__content li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec3__content li {
    font-size: 14px;
    line-height: 1.7;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec3__content li {
    font-size: 12px;
    line-height: 1.7;
    padding-left: 0;
  }
  .p-cg .sec3__content li::before {
    top: 0;
  }
}
.p-cg .sec3__content li + li {
  margin-top: 21px;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec3__content li + li {
    margin-top: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec3__content li + li {
    margin-top: 12px;
  }
}
.p-cg .sec3__content li:before {
  counter-increment: list-counter;
  content: counter(list-counter,decimal-leading-zero) ". ";
  margin-right: 13px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  position: relative;
  top: -3px;
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec3__content li:before {
    top: 0;
  }
}
.p-cg .sec3__content .sec3__img {
  background-color: #F5F5F5;
  border-radius: 25px;
  position: absolute;
  left: 72%;
  top: -28px;
  bottom: -28px;
  width: 37%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec3__content .sec3__img {
    width: 245px;
    background-color: transparent;
    border-radius: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
  }
}
@media only screen and (max-width: 992px) {
  .p-cg .sec3__content .sec3__img {
    text-align: center;
    padding-bottom: 20px;
    background-color: #fff;
    position: static;
    width: auto;
    display: block;
  }
}
.p-cg .sec3__content .sec3__img img {
  max-width: 408px;
  width: 60%;
  margin-left: 16%;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec3__content .sec3__img img {
    margin: 0;
    width: 100%;
    max-width: 245px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec3__content .sec3__img img {
    width: 38.5%;
    max-width: 129px;
  }
}
.p-cg .sec4 {
  background: #222222;
  background: -webkit-gradient(linear, left top, right top, from(#222222), to(#192453));
  background: linear-gradient(to right, #222222, #192453);
  color: #fff;
  padding-top: 124px;
  padding-bottom: 122px;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec4 {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.p-cg .sec4 h2 {
  max-width: fit-content;
  margin: 0 auto;
  font-size: 39px;
  line-height: 1.4;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec4 h2 {
    font-size: 26px;
    line-height: 1.6;
    max-width: 650px;
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec4 h2 {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec4 h2 {
    font-size: 18px;
    line-height: 1.4;
    max-width: initial;
  }
}
.p-cg .sec4 .article {
  max-width: 1277px;
  margin: 0 auto;
  margin-top: 111px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec4 .article {
    font-size: 26px;
    line-height: 1.6;
    margin-top: 55px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec4 .article {
    display: block;
    margin-top: 32px;
  }
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec4 .article:nth-of-type(1) {
    margin-top: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec4 .article:nth-of-type(1) {
    margin-top: 23px;
  }
}
.p-cg .sec4 .article h3 {
  -webkit-box-flex: 100%;
      -ms-flex: 100% 0 0px;
          flex: 100% 0 0;
  margin-bottom: 33px;
  font-size: 34px;
  line-height: 1.6;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec4 .article h3 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec4 .article h3 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec4 .article h3 {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.p-cg .sec4 .article figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38.5%;
          flex: 0 0 38.5%;
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec4 .article figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}
.p-cg .sec4 .article figure img {
  border-radius: 12px;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec4 .article figure img {
    max-width: 491px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec4 .article figure img {
    border-radius: 8px;
    max-width: initial;
  }
}
.p-cg .sec4 .article figure video {
  width: 100%;
  border-radius: 12px;
}
@media only screen and (max-width: 767px) {
  .p-cg .sec4 .article figure video {
    border-radius: 8px;
  }
}
.p-cg .sec4 .article__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec4 .article__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55.5%;
            flex: 0 0 55.5%;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec4 .article__text {
    margin-top: 12px;
    position: relative;
    height: 85px;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .p-cg .sec4 .article__text .action {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(34, 34, 34, 0.9);
    background: -webkit-gradient(linear, left top, right top, from(rgba(34, 34, 34, 0.9)), to(rgba(25, 36, 83, 0.9)));
    background: linear-gradient(to right, rgba(34, 34, 34, 0.9), rgba(25, 36, 83, 0.9));
    padding: 15px 0 0px;
    opacity: 1;
    -webkit-transform: all .3s;
            transform: all .3s;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-cg .sec4 .article__text .action span {
    font-size: 16px;
    color: #2A53A3;
    font-weight: bold;
  }
  .p-cg .sec4 .article__text .action span:before {
    content: url("images/ic_arrow_down.svg");
    display: inline-block;
    margin-right: 8px;
  }
}

.p-cg .sec4 .article p {
  font-size: 19px;
  line-height: 2;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec4 .article p {
    font-size: 18px;
    line-height: 1.8;
    max-width: 680px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec4 .article p {
    font-size: 14px;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec4 .article p {
    font-size: 12px;
    line-height: 1.7;
  }
}
.p-cg .sec4 .act {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 65px;
  margin-top: 120px;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec4 .act {
    margin-top: 84px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec4 .act {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec4 .act {
    display: block;
    margin-top: 25px;
  }
}
.p-cg .sec5 {
  padding-top: 117px;
  padding-bottom: 82px;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec5 {
    padding-top: 82px;
    padding-bottom: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec5 {
    padding-top: 29px;
    padding-bottom: 22px;
  }
}
.p-cg .sec5 h2 {
  margin-bottom: 52px;
  font-size: 39px;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec5 h2 {
    font-size: 26px;
    margin-bottom: 47px;
    line-height: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec5 h2 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec5 h2 {
    margin-bottom: 9px;
    font-size: 18px;
    line-height: 1.3;
  }
}
.p-cg .sec_client {
  background-color: #fff;
  max-width: 1170px;
  margin: 0 auto;
}
.p-cg .sec_client .clients {
  width: calc(100% - 10px);
  margin: 12px 5px;
}
@media (max-width: 979px) {
  .p-cg .sec_client .clients {
    width: calc(100% - 80px);
    margin: 12px 40px;
  }
}
@media (max-width: 767px) {
  .p-cg .sec_client .clients {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.p-cg .sec_client .company_list {
  max-width: 100%;
  margin: 0px auto 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 979px) {
  .p-cg .sec_client .company_list {
    max-width: 100%;
  }
}
.p-cg .sec_client .Corporate_performance {
  padding: 8px 0 8px 0;
  width: 16%;
  margin: auto;
}
@media (max-width: 979px) {
  .p-cg .sec_client .Corporate_performance {
    width: 30%;
  }
}
.p-cg .sec_client .Corporate_performance01 {
  padding: 8px 0 8px 0;
  width: 16.65%;
}
@media (max-width: 979px) {
  .p-cg .sec_client .Corporate_performance01 {
    width: 30%;
    margin: auto;
  }
}
.p-cg .sec6__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-column-gap: 4.0625%;
          column-gap: 4.0625%;
  row-gap: 2.62vw;
  counter-reset: list-counter;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec6__list {
    row-gap: 3.7vw;
  }
}
@media only screen and (max-width: 1090px) {
  .p-cg .sec6__list {
    -webkit-column-gap: initial;
            column-gap: initial;
    row-gap: 4vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-cg .sec6__list .box-media {
  width: 30.625%;
}
@media only screen and (max-width: 1090px) {
  .p-cg .sec6__list .box-media {
    width: 47.3%;
  }
}
.p-cg .sec6__list .box-media__img {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-cg .sec6__list .box-media__img figure {
  width: 100%;
  height: 100%;
  position: relative;
}
.p-cg .sec6__list .box-media__img figure video, .p-cg .sec6__list .box-media__img figure iframe {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  background-color: #000;
  height: 100%;
}
.p-cg .sec6__list .box-media__img button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 0;
  background: transparent;
  width: 21%;
  max-width: 97px;
}
.p-cg .sec6__list .box-media__title {
  position: relative;
  padding-left: 75px;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec6__list .box-media__title {
    padding-left: 73px;
  }
}
@media only screen and (max-width: 1436px) {
  .p-cg .sec6__list .box-media__title {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1215px) {
  .p-cg .sec6__list .box-media__title {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec6__list .box-media__title {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec6__list .box-media__title {
    padding-left: 25px;
  }
}
.p-cg .sec6__list .box-media__title:before {
  counter-increment: list-counter;
  content: counter(list-counter,decimal-leading-zero) ". ";
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 38px;
  position: absolute;
  top: -18px;
  left: 0;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec6__list .box-media__title:before {
    top: -12px;
  }
}
@media only screen and (max-width: 1436px) {
  .p-cg .sec6__list .box-media__title:before {
    font-size: 30px;
    top: -15px;
  }
}
@media only screen and (max-width: 1230px) {
  .p-cg .sec6__list .box-media__title:before {
    font-size: 24px;
    top: -10px;
  }
}
@media only screen and (max-width: 1215px) {
  .p-cg .sec6__list .box-media__title:before {
    font-size: 18px;
    top: -5px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec6__list .box-media__title:before {
    font-size: 24px;
    top: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec6__list .box-media__title:before {
    font-size: 14px;
    margin-right: 5px;
    top: -3px;
  }
}
.p-cg .sec6__list .box-media h3 {
  margin-top: 24px;
  position: relative;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec6__list .box-media h3 {
    font-size: 16px;
    margin-top: 12px;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 1436px) {
  .p-cg .sec6__list .box-media h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1215px) {
  .p-cg .sec6__list .box-media h3 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec6__list .box-media h3 {
    font-size: 14px;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec6__list .box-media h3 {
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.5;
  }
}
.p-cg .sec6__list .box-media p {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec6__list .box-media p {
    font-size: 16px;
  }
  .p-cg .sec6__list .box-media p.font15 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1436px) {
  .p-cg .sec6__list .box-media p {
    font-size: 13px;
    margin-top: 5px;
  }
  .p-cg .sec6__list .box-media p.font15 {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1215px) {
  .p-cg .sec6__list .box-media p {
    font-size: 12px;
  }
  .p-cg .sec6__list .box-media p.font15 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec6__list .box-media p {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 0;
  }
  .p-cg .sec6__list .box-media p.font15 {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec6__list .box-media p {
    margin-bottom: 6px;
    font-size: 11px;
    line-height: 1.5;
  }
  .p-cg .sec6__list .box-media p.font15 {
    font-size: 11px;
  }
}
.p-cg .sec6__list .box-media span {
  display: inline-block;
  padding: 5px 8px;
  background-color: #2A53A3;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec6__list .box-media span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec6__list .box-media span {
    font-size: 10px;
  }
}
.p-cg .sec6__note {
  margin-top: 118px;
  margin-bottom: 120px;
  font-size: 19px;
  line-height: 1.7;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec6__note {
    margin-top: 53px;
    margin-bottom: 76px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec6__note {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 60px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec6__note {
    text-align: left;
    font-size: 12px;
    line-height: 1.7;
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .p-cg .sec6__note br {
    display: none;
  }
  .p-cg .sec6__note p {
    max-width: 220px;
    margin: 0 auto;
  }
}
.p-cg .sec6 .groupBtn {
  background: #222222;
  background: -webkit-gradient(linear, left top, right top, from(#222222), to(#192453));
  background: linear-gradient(to right, #222222, #192453);
  padding-top: 126px;
  padding-bottom: 126px;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec6 .groupBtn {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec6 .groupBtn {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.p-cg .sec6 .groupBtn .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 65px;
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec6 .groupBtn .l-container {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec6 .groupBtn .l-container {
    display: block;
  }
  .p-cg .sec6 .groupBtn .l-container .c-btn + .c-btn {
    margin-top: 20px;
  }
}
.p-cg .card {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 767px) {
  .p-cg .card {
    padding-bottom: 10px;
    border-radius: 10px;
  }
}
.p-cg .card__title {
  height: 97px;
  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-color: #2A53A3;
  color: #fff;
}
@media only screen and (max-width: 1440px) {
  .p-cg .card__title {
    height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .card__title {
    height: 48px;
    text-align: center;
  }
}
.p-cg .card__subTitle {
  color: #fff;
  background-color: #1B366A;
  font-size: 25px;
  line-height: 2.2;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 1440px) {
  .p-cg .card__subTitle {
    font-size: 20px;
    line-height: 2.5;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .card__subTitle {
    font-size: 16px;
    line-height: 1.8;
    padding: 3px 10px;
  }
}
.p-cg .card__text {
  padding: 44px 28px 46px;
}
@media only screen and (max-width: 1440px) {
  .p-cg .card__text {
    padding: 13px 10px 20px 22px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .card__text {
    position: relative;
    padding: 15px 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .card__text .txt {
    height: 0px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}
.p-cg .card__text .txt p {
  font-size: 19px;
  line-height: 2.4;
  font-weight: 500;
  padding-left: 28px;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .p-cg .card__text .txt p {
    font-size: 16px;
    line-height: 2.8;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .card__text .txt p {
    line-height: 1.7;
    font-size: 14px;
  }
  .p-cg .card__text .txt p + p {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .card__text .txt p {
    line-height: 1.7;
    font-size: 12px;
  }
}
.p-cg .card__text .txt p:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url("images/ic_check.png") no-repeat top center;
  background-size: 19px auto;
  position: absolute;
  left: 0;
  top: 12px;
}
@media only screen and (max-width: 1440px) {
  .p-cg .card__text .txt p:before {
    left: -6px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .card__text .txt p:before {
    background-size: 15px auto;
    top: 3px;
    left: 0;
  }
}
.p-cg .card span.small {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .p-cg .card span.small {
    font-size: 18px;
  }
}
.p-cg .card span.large {
  font-size: 55px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 1440px) {
  .p-cg .card span.large {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .card span.large {
    font-size: 30px;
  }
}
.p-cg .card span.medium {
  font-size: 30px;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 1440px) {
  .p-cg .card span.medium {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .card span.medium {
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
.p-cg .card .action {
  background-color: #fff;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-cg .card .action span {
    font-size: 16px;
    color: #2A53A3;
    font-weight: bold;
  }
  .p-cg .card .action span:before {
    content: url("images/ic_arrow_down.svg");
    display: inline-block;
    margin-right: 8px;
  }
}
.p-cg .sec7 {
  background-color: #F5F5F5;
  padding-top: 123px;
  padding-bottom: 87px;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec7 {
    padding-top: 82px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec7 {
    padding-top: 34px;
    padding-bottom: 31px;
  }
}
.p-cg .sec7 h2 {
  font-size: 39px;
  text-align: center;
  margin-bottom: 39px;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec7 h2 {
    font-size: 26px;
    margin-bottom: 35px;
    line-height: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec7 h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec7 h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.p-cg .sec7 .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-cg .sec7 .card {
    display: block;
  }
}
.p-cg .sec7 .card__title {
  -webkit-box-flex: 360px;
      -ms-flex: 360px 0 0px;
          flex: 360px 0 0;
  border-radius: 0;
  height: initial;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec7 .card__title {
    -webkit-box-flex: 274px;
        -ms-flex: 274px 0 0px;
            flex: 274px 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec7 .card__title {
    min-height: initial;
  }
}
@media only screen and (max-width: 992px) {
  .p-cg .sec7 .card__title {
    max-width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec7 .card__title {
    max-width: 100%;
  }
}
.p-cg .sec7 .card__title .large {
  margin-left: 10px;
  margin-right: 7px;
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec7 .card__title .large {
    font-size: 30px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
.p-cg .sec7 .card__title .medium {
  margin-left: 16px;
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec7 .card__title .medium {
    font-size: 18px;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec7 .card__title .small {
    font-size: 18px;
  }
}
.p-cg .sec7 .card__text {
  padding: 25px 53px 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec7 .card__text {
    padding-left: 30px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec7 .card__text {
    padding: 15px 10px 26px 20px;
  }
}
.p-cg .sec8 {
  background-color: #F5F5F5;
  padding-bottom: 81px;
}
@media only screen and (max-width: 767px) {
  .p-cg .sec8 {
    padding-bottom: 29px;
  }
}
.p-cg .sec8 h2 {
  font-size: 39px;
  text-align: center;
  margin-bottom: 44px;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec8 h2 {
    font-size: 26px;
    margin-bottom: 35px;
    line-height: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec8 h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec8 h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.p-cg .sec8__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 53px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec8__list {
    gap: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec8__list {
    display: block;
  }
}
.p-cg .sec8__list .card {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 360px;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec8__list .card {
    min-width: 306px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec8__list .card {
    border-radius: 0;
    min-width: auto;
  }
  .p-cg .sec8__list .card:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec8__list .card:nth-of-type(1) {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
.p-cg .sec9 {
  background-color: #F5F5F5;
  padding-bottom: 126px;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec9 {
    padding-bottom: 82px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec9 {
    padding-bottom: 31px;
  }
}
.p-cg .sec9 h2 {
  font-size: 39px;
  text-align: center;
  margin-bottom: 39px;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec9 h2 {
    font-size: 26px;
    margin-bottom: 30px;
    line-height: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec9 h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec9 h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.p-cg .sec9 .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-cg .sec9 .card {
    display: block;
  }
}
.p-cg .sec9 .card__title {
  -webkit-box-flex: 360px;
      -ms-flex: 360px 0 0px;
          flex: 360px 0 0;
  border-radius: 0;
  height: initial;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec9 .card__title {
    -webkit-box-flex: 274px;
        -ms-flex: 274px 0 0px;
            flex: 274px 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec9 .card__title {
    min-height: initial;
  }
}
@media only screen and (max-width: 992px) {
  .p-cg .sec9 .card__title {
    max-width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec9 .card__title {
    max-width: 100%;
  }
}
.p-cg .sec9 .card__title .large {
  margin-right: 7px;
}
.p-cg .sec9 .card__text {
  padding: 25px 53px 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec9 .card__text {
    padding-left: 30px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec9 .card__text {
    padding: 15px 10px 26px 20px;
  }
}
.p-cg .sec10 {
  padding-top: 124px;
  color: #fff;
  background: #222222;
  background: -webkit-gradient(linear, left top, right top, from(#222222), to(#192453));
  background: linear-gradient(to right, #222222, #192453);
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec10 {
    padding-top: 82px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec10 {
    padding-top: 31px;
  }
}
.p-cg .sec10 h2 {
  font-size: 39px;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec10 h2 {
    font-size: 26px;
    line-height: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec10 h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec10 h2 {
    font-size: 18px;
  }
}
.p-cg .sec10__inner {
  display: grid;
  grid-template-columns: repeat(2, calc(100% / 2));
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec10__inner {
    grid-template-columns: repeat(2, 60% 40%);
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec10__inner {
    display: block;
    overflow: hidden;
  }
}
.p-cg .sec10__item:nth-child(1) {
  padding-right: 70px;
  padding-bottom: 125px;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec10__item:nth-child(1) {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec10__item:nth-child(1) {
    padding-right: 0;
    padding-bottom: 0;
  }
}
.p-cg .sec10-nav-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  padding-top: 97px;
  padding-bottom: 125px;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec10-nav-wrap {
    padding-top: 50px;
    padding-bottom: 83px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec10-nav-wrap {
    padding-top: 13px;
    padding-bottom: 15px;
    position: static;
  }
}
.p-cg .sec10-nav-inner {
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .p-cg .sec10-nav-inner {
    overflow-x: auto;
  }
}
.p-cg .sec10__note {
  font-size: 19px;
  line-height: 1.7;
  margin-bottom: 43px;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec10__note {
    font-size: 19px;
    margin-bottom: 43px;
  }
}
@media only screen and (max-width: 1360px) {
  .p-cg .sec10__note {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) {
  .p-cg .sec10__note {
    font-size: 14px;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec10__note {
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 15px;
  }
}
.p-cg .sec10__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  counter-reset: list-counter;
  width: 650px;
}
@media only screen and (max-width: 1360px) {
  .p-cg .sec10__nav {
    width: 580px;
  }
}
@media only screen and (max-width: 1200px) {
  .p-cg .sec10__nav {
    width: 510px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec10__nav {
    width: 500px;
  }
}
@media only screen and (max-width: 992px) {
  .p-cg .sec10__nav {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec10__nav {
    width: 532px;
  }
}
.p-cg .sec10__nav li {
  position: relative;
  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;
  min-width: 45px;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .p-cg .sec10__nav li {
    pointer-events: all;
    min-width: 33px;
  }
  .p-cg .sec10__nav li.is-active {
    color: #2a53a3;
  }
}
.p-cg .sec10__nav li:before {
  counter-increment: list-counter;
  content: counter(list-counter,decimal-leading-zero);
  font-size: 34px;
  font-weight: 500;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec10__nav li:before {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1360px) {
  .p-cg .sec10__nav li:before {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec10__nav li:before {
    font-size: 24px;
  }
}
@media only screen and (max-width: 992px) {
  .p-cg .sec10__nav li:before {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec10__nav li:before {
    font-size: 24px;
  }
}
.p-cg .sec10__nav li:after {
  content: '';
  display: inline-block;
  width: 26px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: -34px;
  top: 20px;
}
@media only screen and (max-width: 1360px) {
  .p-cg .sec10__nav li:after {
    width: 20px;
    right: -20px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec10__nav li:after {
    top: 15px;
    right: -20px;
    width: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .p-cg .sec10__nav li:after {
    top: 12px;
    right: -10px;
    width: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec10__nav li:after {
    width: 26px;
    right: -34px;
    top: 15px;
  }
}
.p-cg .sec10__nav li:last-child:after {
  display: none;
}
.p-cg .sec10__nav li p {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.1;
}
@media only screen and (max-width: 1530px) {
  .p-cg .sec10__nav li p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec10__nav li p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1360px) {
  .p-cg .sec10__nav li p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec10__nav li p {
    font-size: 14px;
    line-height: 1.2;
  }
}
.p-cg .sec10__cont {
  padding-top: 97px;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec10__cont {
    padding-top: 175px;
  }
}
@media only screen and (max-width: 1360px) {
  .p-cg .sec10__cont {
    padding-top: 170px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec10__cont {
    padding-top: 195px;
  }
}
@media only screen and (max-width: 992px) {
  .p-cg .sec10__cont {
    padding-top: 145px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec10__cont {
    padding-top: 17px;
  }
}
.p-cg .sec10__navItem {
  margin-bottom: 125px;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec10__navItem {
    margin-bottom: 88px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec10__navItem {
    margin-bottom: 30px;
    display: none;
  }
  .p-cg .sec10__navItem:first-child {
    display: block;
  }
}
.p-cg .sec10__navItem h3 {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 21px;
  padding-left: 120px;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec10__navItem h3 {
    padding-left: 153px;
    font-size: 22px;
    margin-bottom: 11px;
  }
}
@media only screen and (max-width: 1360px) {
  .p-cg .sec10__navItem h3 {
    padding-left: 140px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec10__navItem h3 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
    padding-left: 50px;
  }
}
.p-cg .sec10__navItem h3 span {
  font-size: 60px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  position: absolute;
  left: 15px;
  top: -13px;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec10__navItem h3 span {
    font-size: 50px;
    left: 70px;
    top: -10px;
  }
}
@media only screen and (max-width: 1360px) {
  .p-cg .sec10__navItem h3 span {
    font-size: 40px;
    top: -8px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec10__navItem h3 span {
    font-size: 30px;
    left: 0;
    top: -5px;
  }
}
.p-cg .sec10__navItem p {
  font-size: 19px;
  line-height: 1.8;
  font-weight: 500;
  padding-left: 120px;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec10__navItem p {
    padding-left: 153px;
    font-size: 18px;
    line-height: 1.8;
    max-width: 667px;
  }
}
@media only screen and (max-width: 1360px) {
  .p-cg .sec10__navItem p {
    padding-left: 140px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec10__navItem p {
    font-size: 14px;
    line-height: 1.7;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec10__navItem p {
    padding-left: 50px;
    font-size: 12px;
    line-height: 1.7;
    max-width: initial;
  }
}
.p-cg .sec10__navItem p.txt-note {
  padding-left: 145px;
  margin-top: 21px;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec10__navItem p.txt-note {
    padding-left: 175px;
  }
}
@media only screen and (max-width: 1360px) {
  .p-cg .sec10__navItem p.txt-note {
    padding-left: 165px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec10__navItem p.txt-note {
    font-size: 14px;
    line-height: 1.7;
    padding-left: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec10__navItem p.txt-note {
    font-size: 12px;
    line-height: 1.7;
    margin-top: 13px;
    padding-left: 65px;
  }
}
.p-cg .sec10__navItem p.txt-note::before {
  content: "※";
  display: inline-block;
  position: absolute;
  left: 120px;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec10__navItem p.txt-note::before {
    left: 153px;
  }
}
@media only screen and (max-width: 1360px) {
  .p-cg .sec10__navItem p.txt-note::before {
    left: 140px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec10__navItem p.txt-note::before {
    left: 50px;
  }
}
.p-cg .sec11 {
  padding-top: 125px;
  padding-bottom: 128px;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec11 {
    padding-top: 76px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec11 {
    padding-top: 27px;
    padding-bottom: 30px;
  }
}
.p-cg .sec11__inner {
  max-width: 1273px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec11__inner {
    max-width: 1096px;
  }
}
.p-cg .sec11 h2 {
  font-size: 39px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 54px;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec11 h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec11 h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec11 h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.p-cg .sec11__note {
  font-size: 19px;
  line-height: 1.7;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec11__note {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec11__note {
    font-size: 14px;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec11__note {
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec11__table {
    height: 422px;
    overflow: auto;
  }
}
.p-cg .sec11 table {
  width: 100%;
  border-collapse: collapse;
}
@media only screen and (max-width: 767px) {
  .p-cg .sec11 table thead {
    display: none;
  }
}
.p-cg .sec11 table thead td {
  background-color: #333333;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  padding-left: 58px;
  height: 60px;
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec11 table thead td {
    font-size: 14px;
    line-height: 1.7;
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec11 table tbody tr {
    display: block;
    padding: 19px 10px 15px;
  }
}
.p-cg .sec11 table tbody tr:nth-child(even) {
  background-color: #EEEEEE;
}
.p-cg .sec11 table tbody tr span {
  display: none;
}
@media only screen and (max-width: 767px) {
  .p-cg .sec11 table tbody tr span {
    display: inline-block;
    width: 56px;
    margin-right: 18px;
    font-weight: bold;
  }
}
.p-cg .sec11 table tbody td {
  padding-left: 58px;
  height: 60px;
  font-size: 19px;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec11 table tbody td {
    font-size: 14px;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec11 table tbody td {
    display: block;
    height: initial;
    padding-left: 0;
    font-size: 12px;
    line-height: 1.7;
  }
  .p-cg .sec11 table tbody td + td {
    margin-top: 5px;
  }
}
.p-cg .sec12 {
  padding-top: 138px;
  padding-bottom: 68px;
  background-color: #F5F5F5;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec12 {
    padding-top: 77px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec12 {
    padding-top: 29px;
    padding-bottom: 30px;
  }
}
.p-cg .sec12__inner {
  max-width: 1273px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec12__inner {
    max-width: 1126px;
  }
}
.p-cg .sec12 h2 {
  margin-bottom: 72px;
  font-size: 39px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec12 h2 {
    font-size: 26px;
    margin-bottom: 43px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec12 h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec12 h2 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1;
  }
}
.p-cg .sec12 .question-list {
  counter-reset: list-counter;
}
.p-cg .sec12 article {
  margin-bottom: 55px;
  padding-top: 49px;
  padding-bottom: 55px;
  padding-left: 161px;
  padding-right: 58px;
  background-color: #fff;
  border-radius: 12px;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec12 article {
    margin-bottom: 50px;
    padding-top: 47px;
    padding-left: 134px;
    padding-right: 30px;
    padding-bottom: 41px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec12 article {
    padding-left: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec12 article {
    margin-bottom: 15px;
    padding-top: 11px;
    padding-bottom: 17px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .p-cg .sec12 article:last-child {
    margin-bottom: 0;
  }
}
.p-cg .sec12 article h3 {
  font-size: 25px;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec12 article h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec12 article h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec12 article h3 {
    max-width: 305px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding-top: 43px;
    font-size: 12px;
    line-height: 1.7;
  }
}
.p-cg .sec12 article h3:before {
  counter-increment: list-counter;
  content: "Q" counter(list-counter) ". ";
  margin-right: 13px;
  font-size: 60px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  left: -131px;
  line-height: 1;
  top: -13px;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec12 article h3:before {
    font-size: 50px;
    top: -8px;
    left: -105px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec12 article h3:before {
    font-size: 30px;
    left: -70px;
    top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec12 article h3:before {
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec12 article .txt {
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 0px;
    overflow: hidden;
  }
}
.p-cg .sec12 article .txt p {
  font-size: 19px;
  line-height: 1.8;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec12 article .txt p {
    font-size: 18px;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec12 article .txt p {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec12 article .txt p {
    font-size: 12px;
    line-height: 1.7;
  }
}
.p-cg .sec12 article .action {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-cg .sec12 article .action {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec12 article .action span {
    font-size: 16px;
    color: #2A53A3;
    font-weight: bold;
  }
  .p-cg .sec12 article .action span:before {
    content: url("images/ic_arrow_down.svg");
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: -2px;
  }
}
.p-cg .sec13 {
  padding-top: 140px;
  padding-bottom: 293px;
  background: url("images/bg_contact.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec13 {
    padding-top: 76px;
    padding-bottom: 87px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec13 {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec13 {
    padding-top: 30px;
    padding-bottom: 32px;
    background: url("images/bg_contact_sp.png") no-repeat top center;
    background-size: cover;
  }
}
.p-cg .sec13 .l-container {
  max-width: 1380px;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec13 .l-container {
    max-width: 1166px;
    position: relative;
  }
}
.p-cg .sec13 h2 {
  margin-bottom: 90px;
  padding-bottom: 28px;
  border-bottom: 1px solid #707070;
  font-size: 45px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec13 h2 {
    font-family: "Montserrat", sans-serif;
    padding-bottom: 24px;
    margin-bottom: 26px;
    line-height: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec13 h2 {
    font-size: 39px;
    margin-bottom: 50px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec13 h2 {
    margin-bottom: 15px;
    font-size: 18px;
    padding-bottom: 12px;
  }
}
.p-cg .sec13 h3 {
  font-size: 39px;
  text-align: center;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec13 h3 {
    font-size: 26px;
    margin-bottom: 7px;
    text-align: left;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec13 h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec13 h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.p-cg .sec13 p {
  font-size: 19px;
  line-height: 1.8;
  margin-bottom: 89px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec13 p {
    font-size: 18px;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec13 p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec13 p {
    margin-bottom: 28px;
    font-size: 12px;
    line-height: 1.7;
    font-weight: 400;
  }
}
.p-cg .sec13 .groupBtn {
  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;
}
@media only screen and (max-width: 1440px) {
  .p-cg .sec13 .groupBtn {
    position: absolute;
    right: 50px;
    bottom: 27px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec13 .groupBtn {
    right: 30px;
    bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec13 .groupBtn {
    display: block;
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec13 .groupBtn .c-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-cg .sec13 .groupBtn .c-btn + .c-btn {
  margin-left: 65px;
}
@media only screen and (max-width: 1024px) {
  .p-cg .sec13 .groupBtn .c-btn + .c-btn {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cg .sec13 .groupBtn .c-btn + .c-btn {
    margin-top: 20px;
  }
}
