/***********************************************
  Header Container
************************************************/
.templateB .headerCnt {
  height: 100px;
  background-color: #2b3136;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 1279px) {
  .templateB .headerCnt {
    height: 70px; } }

@media screen and (max-width: 767.5px) {
  .templateB .headerCnt {
    height: 65px; } }

.templateB .headerCnt:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-image: -webkit-linear-gradient(-90deg, black 0%, rgba(47, 60, 36, 0) 100%);
  background-image: -ms-linear-gradient(-90deg, black 0%, rgba(47, 60, 36, 0) 100%); }

.templateB .headerCnt .headerCnt__top {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
  width: 380px; }

@media screen and (max-width: 1279px) {
  .templateB .headerCnt .headerCnt__top {
    width: 100%;
    background-color: #2b3136;
    z-index: 99; }
  .templateB .headerCnt .headerCnt__top:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-image: -webkit-linear-gradient(-90deg, black 0%, rgba(47, 60, 36, 0) 100%);
    background-image: -ms-linear-gradient(-90deg, black 0%, rgba(47, 60, 36, 0) 100%); } }

.templateB .headerCnt__logo {
  padding: 1rem 3.5rem;
  padding-right: 1.5rem;
  z-index: 999; }

@media screen and (min-width: 1279px) {
  .templateB .headerCnt__logo {
    font-size: 1.8rem; } }

@media screen and (max-width: 1279px) {
  .templateB .headerCnt__logo {
    width: 50%; } }

@media screen and (max-width: 767.5px) {
  .templateB .headerCnt__logo {
    padding: 1rem 1.5rem; } }

.templateB .headerCnt__logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 767.5px) {
  .templateB .headerCnt__logo a {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.templateB .headerCnt__logo img {
  max-width: 120px; }

@media screen and (max-width: 767.5px) {
  .templateB .headerCnt__logo img {
    max-width: 100px; } }

@media screen and (max-width: 767.5px) {
  .templateB .headerCnt__logo img {
    max-width: 85px; } }

.templateB .headerCnt__logo .headerCnt__name {
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding-left: 1.5rem; }

@media screen and (max-width: 767.5px) {
  .templateB .headerCnt__logo .headerCnt__name {
    width: 100%;
    padding-left: 0;
    font-size: 1.2rem;
    padding-top: 0.2rem;
    letter-spacing: 0.05em;
    margin-bottom: -2px; } }

.templateB .headerCnt .headerCnt__responsive {
  display: none;
  height: 100%; }

@media screen and (max-width: 1279px) {
  .templateB .headerCnt .headerCnt__responsive {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 999;
    width: 50%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

.templateB .headerCnt .headerCnt__responsive .responsiveList {
  height: 100%; }

.templateB .headerCnt .headerCnt__responsive .responsiveList__phone {
  padding-right: 4rem; }

@media screen and (max-width: 767.5px) {
  .templateB .headerCnt .headerCnt__responsive .responsiveList__phone {
    padding-right: 3rem; } }

@media screen and (max-width: 374px) {
  .templateB .headerCnt .headerCnt__responsive .responsiveList__phone {
    padding-right: 1.5rem; } }

.templateB .headerCnt .headerCnt__responsive .responsiveList__phone img {
  max-height: 30px; }

@media screen and (max-width: 767.5px) {
  .templateB .headerCnt .headerCnt__responsive .responsiveList__phone img {
    max-height: 20px; } }

.templateB .headerCnt .headerCnt__responsive .responsiveList__mail {
  padding-right: 3rem; }

@media screen and (max-width: 767.5px) {
  .templateB .headerCnt .headerCnt__responsive .responsiveList__mail {
    padding-right: 2rem; } }

@media screen and (max-width: 374px) {
  .templateB .headerCnt .headerCnt__responsive .responsiveList__mail {
    padding-right: 1.5rem; } }

.templateB .headerCnt .headerCnt__responsive .responsiveList__mail a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.templateB .headerCnt .headerCnt__responsive .responsiveList__mail a img {
  max-height: 20px; }

@media screen and (max-width: 767.5px) {
  .templateB .headerCnt .headerCnt__responsive .responsiveList__mail a img {
    max-height: 15px; } }

.templateB .headerCnt .headerCnt__responsive .responsiveList__hamburger {
  width: 70px;
  cursor: pointer;
  height: 100%; }

@media screen and (max-width: 767.5px) {
  .templateB .headerCnt .headerCnt__responsive .responsiveList__hamburger {
    width: 50px; } }

.templateB .headerCnt .headerCnt__responsive .responsiveList__hamburger.active {
  background-color: #1f2125; }

.templateB .headerCnt .headerCnt__responsive .responsiveList__hamburger.active .open {
  display: none; }

.templateB .headerCnt .headerCnt__responsive .responsiveList__hamburger.active .close {
  display: block; }

.templateB .headerCnt .headerCnt__responsive .responsiveList__hamburger .open {
  max-height: 30px; }

@media screen and (max-width: 767.5px) {
  .templateB .headerCnt .headerCnt__responsive .responsiveList__hamburger .open {
    max-height: 20px; } }

.templateB .headerCnt .headerCnt__responsive .responsiveList__hamburger .close {
  display: none;
  max-height: 25px; }

@media screen and (max-width: 767.5px) {
  .templateB .headerCnt .headerCnt__responsive .responsiveList__hamburger .close {
    max-height: 20px; } }

.templateB .headerCnt .headerCnt__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  z-index: 9;
  width: calc(100% - 380px);
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

@media screen and (min-width: 1279.5px) {
  .templateB .headerCnt .headerCnt__right {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media screen and (max-width: 1279px) {
  .templateB .headerCnt .headerCnt__right {
    display: none;
    background: #2b3136;
    margin-top: 7rem;
    position: fixed;
    height: 100vh;
    left: 0;
    top: 0;
    width: 100%; } }

@media screen and (max-width: 767.5px) {
  .templateB .headerCnt .headerCnt__right {
    margin-top: 5rem; } }

.templateB .headerCnt .headerCnt__right .headerCnt__navbar {
  padding-right: 3rem; }

@media screen and (max-width: 1279px) {
  .templateB .headerCnt .headerCnt__right .headerCnt__navbar {
    padding-right: 2rem; } }

@media screen and (max-width: 1279px) {
  .templateB .headerCnt .headerCnt__right .headerCnt__navbar {
    padding-right: 0; } }

.templateB .headerCnt .headerCnt__right .headerCnt__navbar .navbarList {
  margin-bottom: 0; }

@media screen and (max-width: 1279px) {
  .templateB .headerCnt .headerCnt__right .headerCnt__navbar .navbarList {
    padding: 6rem 3rem; } }

@media screen and (max-width: 480px) {
  .templateB .headerCnt .headerCnt__right .headerCnt__navbar .navbarList {
    padding: 4rem 3rem; } }

@media screen and (max-height: 500px) and (max-width: 900px) {
  .templateB .headerCnt .headerCnt__right .headerCnt__navbar .navbarList {
    overflow-y: scroll;
    height: 500px;
    padding-bottom: 25rem;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ } }

.templateB .headerCnt .headerCnt__right .headerCnt__navbar .navbarList::-webkit-scrollbar {
  display: none; }

@media screen and (max-width: 1279px) {
  .templateB .headerCnt .headerCnt__right .headerCnt__navbar .navbarList__item {
    width: 100%; } }

.templateB .headerCnt .headerCnt__right .headerCnt__navbar .navbarList__item:last-child a {
  border-bottom: 0; }

.templateB .headerCnt .headerCnt__right .headerCnt__navbar .navbarList__item.active a {
  color: #698161; }

@media screen and (max-width: 1279px) {
  .templateB .headerCnt .headerCnt__right .headerCnt__navbar .navbarList__item.active a {
    color: #ffffff;
    position: relative; } }

@media screen and (max-width: 1279px) {
  .templateB .headerCnt .headerCnt__right .headerCnt__navbar .navbarList__item.active a:after {
    content: '';
    height: 1px;
    width: 42px;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    position: absolute;
    background-color: #ffffff; } }

.templateB .headerCnt .headerCnt__right .headerCnt__navbar .navbarList__item a {
  color: #ffffff;
  padding: 0 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  display: block; }

@media screen and (max-width: 1384px) {
  .templateB .headerCnt .headerCnt__right .headerCnt__navbar .navbarList__item a {
    padding: 0 1.5rem; } }

@media screen and (max-width: 1279px) {
  .templateB .headerCnt .headerCnt__right .headerCnt__navbar .navbarList__item a {
    padding: 0 1.5rem; } }

@media screen and (max-width: 1279px) {
  .templateB .headerCnt .headerCnt__right .headerCnt__navbar .navbarList__item a {
    padding: 2.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }

@media screen and (max-width: 480px) {
  .templateB .headerCnt .headerCnt__right .headerCnt__navbar .navbarList__item a {
    padding: 2rem 0; } }

.templateB .headerCnt .headerCnt__right .headerCnt__navbar .navbarList__item a:hover {
  color: #698161; }

@media screen and (max-width: 1279px) {
  .templateB .headerCnt .headerCnt__right .headerCnt__info {
    display: none; } }

.templateB .headerCnt .headerCnt__right .headerCnt__info .infoList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff; }

@media screen and (max-width: 1375px) {
  .templateB .headerCnt .headerCnt__right .headerCnt__info .infoList {
    display: block; } }

.templateB .headerCnt .headerCnt__right .headerCnt__info .infoList__phone {
  padding-right: 2rem; }

@media screen and (max-width: 1375px) {
  .templateB .headerCnt .headerCnt__right .headerCnt__info .infoList__phone {
    padding-right: 0; } }

.templateB .headerCnt .headerCnt__right .headerCnt__info .infoList__phone a {
  position: relative;
  padding-left: 2rem;
  font-size: 2.2rem;
  letter-spacing: 0.05em; }

@media screen and (max-width: 1279px) {
  .templateB .headerCnt .headerCnt__right .headerCnt__info .infoList__phone a {
    font-size: 2rem; } }

.templateB .headerCnt .headerCnt__right .headerCnt__info .infoList__phone a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/icon/icon_call_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.templateB .headerCnt .headerCnt__right .headerCnt__info .infoList__time {
  font-size: 1.2rem;
  letter-spacing: 0.1em; }

.templateB .headerCnt .headerCnt__right .headerCnt__info .infoList__time p {
  margin-bottom: 0; }

.templateB .headerCnt .headerCnt__right .headerCnt__inquiry {
  height: 100%;
  width: 180px;
  margin-left: 3rem; }

@media screen and (max-width: 1384px) {
  .templateB .headerCnt .headerCnt__right .headerCnt__inquiry {
    width: 160px; } }

@media screen and (max-width: 1279px) {
  .templateB .headerCnt .headerCnt__right .headerCnt__inquiry {
    display: none; } }

.templateB .headerCnt .headerCnt__right .headerCnt__inquiry a {
  background-color: #698161;
  border: 1px solid #698161;
  color: #ffffff;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }

@media screen and (min-width: 1279.5px) {
  #edittingNowOnTheOurCms .headerCnt .headerCnt__logo {
    padding: 1rem 1.5rem; }
  #edittingNowOnTheOurCms .headerCnt .headerCnt__name {
    font-size: 1.4rem; }
  #edittingNowOnTheOurCms .headerCnt .headerCnt__top {
    width: 310px; }
  #edittingNowOnTheOurCms .headerCnt .headerCnt__right {
    width: calc(100% - 310px); }
  #edittingNowOnTheOurCms .headerCnt .headerCnt__right .headerCnt__navbar {
    padding-right: 3rem; }
  #edittingNowOnTheOurCms .headerCnt .headerCnt__right .headerCnt__navbar .navbarList__item a {
    padding: 0px 1.5rem; }
  #edittingNowOnTheOurCms .headerCnt .headerCnt__right .headerCnt__inquiry {
    width: 140px;
    margin-left: 4rem; }
  #edittingNowOnTheOurCms .headerCnt .headerCnt__info .infoList {
    display: block; }
  #edittingNowOnTheOurCms .headerCnt .headerCnt__info .infoList__phone {
    padding-right: 0; }
  #edittingNowOnTheOurCms .headerCnt .headerCnt__info .infoList__phone .tel {
    font-size: 1.8rem; }
  #edittingNowOnTheOurCms .headerCnt .headerCnt__info .infoList__time {
    font-size: 1rem; } }

@media screen and (min-width: 1437px) {
  #edittingNowOnTheOurCms .headerCnt .headerCnt__name {
    font-size: 1.4rem; }
  #edittingNowOnTheOurCms .headerCnt .headerCnt__top {
    width: 330px; }
  #edittingNowOnTheOurCms .headerCnt .headerCnt__right {
    width: calc(100% - 330px); }
  #edittingNowOnTheOurCms .headerCnt .headerCnt__right .headerCnt__navbar {
    padding-right: 2rem; }
  #edittingNowOnTheOurCms .headerCnt .headerCnt__right .headerCnt__navbar .navbarList__item a {
    padding: 0px 1.2rem; }
  #edittingNowOnTheOurCms .headerCnt .headerCnt__right .headerCnt__inquiry {
    width: 160px;
    margin-left: 2rem; }
  #edittingNowOnTheOurCms .headerCnt .headerCnt__info .infoList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  #edittingNowOnTheOurCms .headerCnt .headerCnt__info .infoList__phone {
    padding-right: 1rem; }
  #edittingNowOnTheOurCms .headerCnt .headerCnt__info .infoList__phone .tel {
    font-size: 2rem; }
  #edittingNowOnTheOurCms .headerCnt .headerCnt__info .infoList__time {
    font-size: 1rem; } }

/***********************************************
  Footer Container
************************************************/
.contactCnt {
  background-color: #698161;
  padding: 7rem 0 10rem; }

@media screen and (max-width: 1279px) {
  .contactCnt {
    padding: 5rem 0 6rem; } }

@media screen and (max-width: 767.5px) {
  .contactCnt {
    padding: 4rem 0 3rem; } }

@media screen and (max-width: 1279px) {
  .contactCnt .title_page {
    margin-bottom: 3rem; } }

@media screen and (max-width: 767.5px) {
  .contactCnt .title_page {
    margin-bottom: 2.5rem; } }

.contactCnt .lineFooter {
  position: relative; }

.contactCnt .lineFooter:after {
  content: '';
  right: 0;
  top: 50%;
  height: 80px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media screen and (max-width: 1279px) {
  .contactCnt .lineFooter:after {
    height: 70px; } }

@media screen and (max-width: 767.5px) {
  .contactCnt .lineFooter:after {
    display: none; } }

.contactCnt .inner {
  max-width: 820px; }

@media screen and (max-width: 1279px) {
  .contactCnt .inner {
    max-width: 690px; } }

.contactCnt__desc {
  letter-spacing: 0.08em;
  padding-bottom: 5rem; }

@media screen and (max-width: 1279px) {
  .contactCnt__desc {
    padding-bottom: 4rem; } }

@media screen and (max-width: 767.5px) {
  .contactCnt__desc {
    padding-bottom: 3rem; } }

@media screen and (max-width: 374px) {
  .contactCnt__desc {
    letter-spacing: 0; } }

.contactCnt .infoList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff; }

@media screen and (max-width: 767.5px) {
  .contactCnt .infoList {
    padding-bottom: 4rem; } }

.contactCnt .infoList__phone {
  text-align: center;
  width: 100%;
  line-height: 1;
  padding-bottom: 1rem; }

.contactCnt .infoList__phone a {
  position: relative;
  padding-left: 3rem;
  font-size: 3.8rem;
  letter-spacing: 0.03em; }

@media screen and (max-width: 1279px) {
  .contactCnt .infoList__phone a {
    font-size: 3.4rem;
    padding-left: 2.5rem; } }

.contactCnt .infoList__phone a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 27px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/icon/icon_call_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.contactCnt .infoList__time {
  letter-spacing: 0.1em;
  line-height: 1; }

.contactCnt .btnArea {
  text-align: right; }

@media screen and (max-width: 767.5px) {
  .contactCnt .btnArea {
    text-align: center; } }

.footer {
  position: relative; }

.footer .backtotopCnt {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #889783;
  z-index: 9; }

@media screen and (max-width: 767.5px) {
  .footer .backtotopCnt {
    position: static;
    text-align: center;
    display: block; } }

.footer .backtotopCnt a {
  font-size: 1.2rem;
  font-weight: 600;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (max-width: 1279px) {
  .footer .backtotopCnt a {
    width: 45px;
    height: 45px; } }

@media screen and (max-width: 767.5px) {
  .footer .backtotopCnt a {
    width: 100%;
    font-size: 1.4rem;
    height: 60px; } }

.footer .backtotopCnt a span {
  position: relative;
  padding-top: 1rem; }

@media screen and (max-width: 767.5px) {
  .footer .backtotopCnt a span {
    padding-top: 1.5rem; } }

.footer .backtotopCnt a span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background-image: url(../img/icon/icon_backtotop.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

@media screen and (max-width: 767.5px) {
  .footer .backtotopCnt a span:after {
    background-image: url(../img/icon/icon_backtotop_sp.png);
    width: 15px;
    height: 15px; } }

.footer .footerCnt {
  background-color: #282828;
  padding: 6rem 0 5rem; }

@media screen and (max-width: 767.5px) {
  .footer .footerCnt {
    padding: 3.5rem 0 4rem; } }

.footer .footerCnt .footerCnt__logo {
  padding-bottom: 2.5rem; }

.footer .footerCnt .footerCnt__logo img {
  max-width: 140px; }

@media screen and (max-width: 1279px) {
  .footer .footerCnt .footerCnt__logo img {
    max-width: 120px; } }

@media screen and (max-width: 767.5px) {
  .footer .footerCnt .footerCnt__logo img {
    max-width: 100px; } }

.footer .footerCnt .footerCnt__txt {
  padding-left: 3.5rem;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.08em; }

@media screen and (max-width: 1279px) {
  .footer .footerCnt .footerCnt__txt {
    font-size: 1.6rem; } }

@media screen and (max-width: 767.5px) {
  .footer .footerCnt .footerCnt__txt {
    font-size: 1.4rem;
    letter-spacing: 0.025em;
    padding-left: 0;
    padding-top: 3rem;
    width: 100%; } }

.footer .footerCnt .footerCnt__info p {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 2; }

@media screen and (max-width: 1279px) {
  .footer .footerCnt .footerCnt__info p {
    font-size: 1.3rem; } }

@media screen and (max-width: 767.5px) {
  .footer .footerCnt .footerCnt__info p {
    font-size: 1.2rem;
    letter-spacing: 0.025em; } }

@media screen and (max-width: 374px) {
  .footer .footerCnt .footerCnt__info p {
    font-size: 1rem; } }

@media screen and (max-width: 767.5px) {
  .footer .footerCnt .container__bottom {
    padding: 0; } }

.footer .footerCnt .footerCnt__bottom {
  margin-top: 4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 3rem; }

@media screen and (max-width: 767.5px) {
  .footer .footerCnt .footerCnt__bottom {
    margin-top: 3rem;
    padding-top: 0;
    border: 0; } }

.footer .footerCnt .footerCnt__bottom .navFooter {
  margin: -1.7rem; }

@media screen and (max-width: 1279px) {
  .footer .footerCnt .footerCnt__bottom .navFooter {
    margin: -1.2rem; } }

@media screen and (max-width: 767.5px) {
  .footer .footerCnt .footerCnt__bottom .navFooter {
    margin: 0;
    padding: 2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%; } }

.footer .footerCnt .footerCnt__bottom .navFooter__item:last-child a:after {
  display: none; }

.footer .footerCnt .footerCnt__bottom .navFooter__item a {
  color: #ffffff;
  padding: 1.7rem;
  position: relative;
  line-height: 1;
  display: block;
  font-size: 1.4rem; }

@media screen and (max-width: 1279px) {
  .footer .footerCnt .footerCnt__bottom .navFooter__item a {
    font-size: 1.3rem;
    padding: 1.2rem; } }

@media screen and (max-width: 767.5px) {
  .footer .footerCnt .footerCnt__bottom .navFooter__item a {
    font-size: 1.2rem;
    padding: 1rem 2rem; } }

.footer .footerCnt .footerCnt__bottom .navFooter__item a:after {
  content: '';
  top: 50%;
  right: 0;
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media screen and (max-width: 1279px) {
  .footer .footerCnt .footerCnt__bottom .navFooter__item a:after {
    height: 15px; } }

@media screen and (max-width: 767.5px) {
  .footer .footerCnt .footerCnt__bottom .navFooter__item a:after {
    height: 10px; } }

.footer .footerCnt .footerCnt__bottom .copyright {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8); }

@media screen and (max-width: 767.5px) {
  .footer .footerCnt .footerCnt__bottom .copyright {
    font-size: 1.1rem;
    padding: 3rem 2rem 0; } }

@media screen and (max-width: 767.5px) {
  .templateB .topPage {
    background: #f5f4f3; } }

.templateB .topPage .bannerCnt {
  background-color: #2b3136;
  position: relative;
  margin-bottom: 17rem; }

@media screen and (max-width: 1279px) {
  .templateB .topPage .bannerCnt {
    padding-bottom: 3rem;
    margin-bottom: 8rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .topPage .bannerCnt {
    padding-bottom: 0;
    margin-bottom: 9rem; } }

.templateB .topPage .bannerCnt:after {
  content: '';
  position: absolute;
  height: 400px;
  width: 35%;
  bottom: -17rem;
  right: 0;
  background-color: #698161; }

@media screen and (max-width: 1279px) {
  .templateB .topPage .bannerCnt:after {
    height: 250px;
    bottom: -8rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .topPage .bannerCnt:after {
    height: 200px;
    bottom: -9rem;
    width: 65%; } }

.templateB .topPage .bannerCnt__top {
  padding-top: 9rem;
  padding-bottom: 6.5rem; }

@media screen and (max-width: 1279px) {
  .templateB .topPage .bannerCnt__top {
    padding-top: 7rem;
    padding-bottom: 3.5rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .topPage .bannerCnt__top {
    margin: 4rem 0 3rem;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 1; } }

.templateB .topPage .bannerCnt__btn {
  color: #ffffff;
  font-size: 2.3rem;
  font-weight: 600;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  word-break: keep-all;
  letter-spacing: 0.05em;
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 5rem 2rem;
  position: relative;
  margin-right: 7rem;
  -webkit-transform: translateY(6.5rem);
  transform: translateY(6.5rem);
  margin-bottom: 4rem; }

@media screen and (max-width: 1279px) {
  .templateB .topPage .bannerCnt__btn {
    font-size: 1.8rem;
    margin-right: 4rem;
    -webkit-transform: translateY(3.5rem);
    transform: translateY(3.5rem); } }

@media screen and (max-width: 767.5px) {
  .templateB .topPage .bannerCnt__btn {
    font-size: 1.4rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-right: 3.5rem;
    padding: 1.5rem 1rem 2.5rem;
    margin-bottom: 0; } }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .templateB .topPage .bannerCnt__btn {
    font-weight: 500; } }

.templateB .topPage .bannerCnt__btn:hover {
  background-color: #ffffff;
  color: #222222;
  opacity: 1; }

.templateB .topPage .bannerCnt__btn:hover:after {
  background-color: #222222; }

.templateB .topPage .bannerCnt__btn:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ffffff;
  width: 2px;
  height: 30px; }

@media screen and (max-width: 767.5px) {
  .templateB .topPage .bannerCnt__btn:after {
    width: 1px;
    height: 15px; } }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .templateB .topPage .bannerCnt__btn:after {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.templateB .topPage .bannerCnt__txt {
  color: #ffffff;
  font-size: 3.4rem;
  font-weight: 600;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  word-break: keep-all;
  letter-spacing: 0.12em;
  line-height: 1.65; }

@media screen and (max-width: 1279px) {
  .templateB .topPage .bannerCnt__txt {
    font-size: 2.4rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .topPage .bannerCnt__txt {
    font-size: 1.8rem; } }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .templateB .topPage .bannerCnt__txt {
    font-weight: 500; } }

.templateB .topPage .bannerCnt__img {
  -webkit-transform: translateY(10rem);
  transform: translateY(10rem);
  z-index: 2; }

@media screen and (max-width: 1279px) {
  .templateB .topPage .bannerCnt__img {
    -webkit-transform: translateY(7rem);
    transform: translateY(7rem);
    margin-top: -3rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .topPage .bannerCnt__img {
    padding: 0 3.5rem;
    margin-top: -5rem;
    -webkit-transform: translateY(5rem);
    transform: translateY(5rem); } }

.templateB .topPage .bannerCnt__img img {
  width: 100%; }

.templateB .topPage .serviceCnt {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(76%, #f5f4f3), color-stop(76%, #ffffff));
  background: -webkit-linear-gradient(bottom, #f5f4f3 76%, #ffffff 76%);
  background: linear-gradient(360deg, #f5f4f3 76%, #ffffff 76%);
  padding-bottom: 11rem;
  position: relative; }

@media screen and (max-width: 1279px) {
  .templateB .topPage .serviceCnt {
    padding-bottom: 8rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .topPage .serviceCnt {
    padding-top: 5rem;
    padding-bottom: 7rem;
    background: #f5f4f3; } }

.templateB .topPage .serviceCnt:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 28%;
  top: 0;
  right: 0;
  background-color: #f5f4f3;
  z-index: 1; }

@media screen and (max-width: 1279px) {
  .templateB .topPage .serviceCnt:after {
    width: 25%; } }

@media screen and (max-width: 767.5px) {
  .templateB .topPage .serviceCnt:after {
    display: none; } }

.templateB .topPage .serviceCnt .serviceCnt__row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  padding-bottom: 6rem;
  z-index: 2;
  position: relative; }

@media screen and (max-width: 1279px) {
  .templateB .topPage .serviceCnt .serviceCnt__row {
    padding-bottom: 4rem; } }

.templateB .topPage .serviceCnt .serviceCnt__row .col-md-4 {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

@media screen and (max-width: 767.5px) {
  .templateB .topPage .serviceCnt .serviceCnt__row .col-md-4 {
    padding-bottom: 3rem; } }

.templateB .topPage .serviceCnt .serviceCnt__row .col-md-4:last-child {
  padding-bottom: 0; }

.templateB .topPage .serviceCnt .serviceCnt__img {
  position: relative;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden; }

@media screen and (max-width: 1279px) {
  .templateB .topPage .serviceCnt .serviceCnt__img {
    margin-bottom: 2rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .topPage .serviceCnt .serviceCnt__img {
    margin-bottom: 1.5rem; } }

@media screen and (max-width: 480px) {
  .templateB .topPage .serviceCnt .serviceCnt__img {
    max-height: 250px; } }

.templateB .topPage .serviceCnt .serviceCnt__img img {
  width: 100%; }

.templateB .topPage .serviceCnt .serviceCnt__title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25); }

.templateB .topPage .serviceCnt .serviceCnt__title p {
  color: white;
  font-size: 2.8rem;
  border: 2px solid #ffffff;
  width: 200px;
  height: 200px;
  letter-spacing: 0.12em; }

@media screen and (max-width: 1279px) {
  .templateB .topPage .serviceCnt .serviceCnt__title p {
    width: 150px;
    height: 150px; } }

@media screen and (max-width: 767.5px) {
  .templateB .topPage .serviceCnt .serviceCnt__title p {
    width: 170px;
    height: 120px;
    border: 1px solid #ffffff;
    font-size: 2.7rem; } }

.templateB .topPage .serviceCnt .serviceCnt__txt h3 {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.06em; }

@media screen and (max-width: 1279px) {
  .templateB .topPage .serviceCnt .serviceCnt__txt h3 {
    font-size: 1.6rem;
    letter-spacing: 0; } }

@media screen and (max-width: 1023px) {
  .templateB .topPage .serviceCnt .serviceCnt__txt h3 {
    font-size: 1.4rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .topPage .serviceCnt .serviceCnt__txt h3 {
    letter-spacing: 0.03em; } }

.templateB .topPage .achievementCnt {
  background-color: #f5f4f3;
  position: relative;
  padding: 8rem 0 12rem; }

@media screen and (max-width: 1279px) {
  .templateB .topPage .achievementCnt {
    padding: 6rem 0 8rem; } }

@media screen and (max-width: 1023px) {
  .templateB .topPage .achievementCnt {
    padding: 4rem 0 6rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .topPage .achievementCnt {
    padding: 0; } }

.templateB .topPage .achievementCnt:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 1; }

@media screen and (max-width: 767.5px) {
  .templateB .topPage .achievementCnt:after {
    display: none; } }

.templateB .topPage .achievementCnt .title_page {
  margin-top: -8rem; }

@media screen and (max-width: 1279px) {
  .templateB .topPage .achievementCnt .title_page {
    margin-top: -6rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .topPage .achievementCnt .title_page {
    margin-top: 0; } }

.templateB .topPage .achievementCnt .achievementCnt__txt {
  padding: 0 4rem 0 8rem;
  z-index: 2; }

@media screen and (max-width: 1279px) {
  .templateB .topPage .achievementCnt .achievementCnt__txt {
    padding: 0 4rem 0 6rem; } }

@media screen and (max-width: 1023px) {
  .templateB .topPage .achievementCnt .achievementCnt__txt {
    padding: 0 4rem 0 4rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .topPage .achievementCnt .achievementCnt__txt {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    padding: 0 2rem;
    z-index: 3;
    position: relative; } }

@media screen and (max-width: 767.5px) {
  .templateB .topPage .achievementCnt .achievementCnt__boxwhite {
    background-color: #ffffff;
    padding: 4rem 3rem;
    -webkit-transform: translateY(-4rem);
    transform: translateY(-4rem); } }

.templateB .topPage .achievementCnt .achievementCnt__desc {
  padding-bottom: 3rem;
  font-size: 1.8rem;
  line-height: 2; }

@media screen and (max-width: 1279px) {
  .templateB .topPage .achievementCnt .achievementCnt__desc {
    font-size: 1.6rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .topPage .achievementCnt .achievementCnt__desc {
    font-size: 1.4rem; } }

.templateB .topPage .achievementCnt .achievementCnt__img {
  z-index: 2;
  padding-top: 8rem; }

@media screen and (max-width: 1279px) {
  .templateB .topPage .achievementCnt .achievementCnt__img {
    padding-top: 6rem; } }

@media screen and (max-width: 1023px) {
  .templateB .topPage .achievementCnt .achievementCnt__img {
    padding-top: 5rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .topPage .achievementCnt .achievementCnt__img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 0; } }

.templateB .topPage .achievementCnt .achievementCnt__img img {
  width: 100%; }

.templateB .topPage .newCnt {
  background-color: #f5f4f3;
  position: relative; }

.templateB .topPage .newCnt:after {
  content: '';
  position: absolute;
  height: calc(100% - 5rem);
  width: 24%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 1; }

@media screen and (max-width: 1279px) {
  .templateB .topPage .newCnt:after {
    width: 10%; } }

@media screen and (max-width: 767.5px) {
  .templateB .topPage .newCnt:after {
    display: none; } }

.templateB .topPage .newCnt .newCnt__title {
  background-color: #ffffff;
  margin-top: 5rem;
  width: 220px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 220px;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  max-width: 220px; }

@media screen and (max-width: 1279px) {
  .templateB .topPage .newCnt .newCnt__title {
    width: 180px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 180px;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px; } }

@media screen and (max-width: 767.5px) {
  .templateB .topPage .newCnt .newCnt__title {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background-color: transparent;
    margin-top: 0; } }

.templateB .topPage .newCnt .newCnt__title .title_page {
  z-index: 2;
  position: relative;
  padding-top: 16rem; }

@media screen and (max-width: 1279px) {
  .templateB .topPage .newCnt .newCnt__title .title_page {
    padding-top: 10rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .topPage .newCnt .newCnt__title .title_page {
    padding-top: 2rem; } }

.templateB .topPage .newCnt .newCnt__box {
  padding: 16rem 2rem 8rem 8rem;
  width: calc(100% - 220px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% - 220px);
  -ms-flex: 0 0 calc(100% - 220px);
  flex: 0 0 calc(100% - 220px);
  max-width: calc(100% - 220px); }

@media screen and (max-width: 1279px) {
  .templateB .topPage .newCnt .newCnt__box {
    padding: 10rem 2rem 5rem 6rem;
    width: calc(100% - 180px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 180px);
    -ms-flex: 0 0 calc(100% - 180px);
    flex: 0 0 calc(100% - 180px);
    max-width: calc(100% - 180px); } }

@media screen and (max-width: 767.5px) {
  .templateB .topPage .newCnt .newCnt__box {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 2rem 7rem; } }

.templateB .topPage .newCnt .newCnt__box .btnArea {
  text-align: right; }

@media screen and (max-width: 767.5px) {
  .templateB .topPage .newCnt .newCnt__box .btnArea {
    text-align: center; } }

.templateB .servicePage .serviceCnt .box__wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10rem 0; }

@media screen and (max-width: 1279px) {
  .templateB .servicePage .serviceCnt .box__wrapper {
    padding: 8rem 0; } }

@media screen and (max-width: 1023px) {
  .templateB .servicePage .serviceCnt .box__wrapper {
    padding: 5rem 0 8rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .servicePage .serviceCnt .box__wrapper {
    padding: 2rem 0 8rem; } }

.templateB .servicePage .serviceCnt .box__wrapper .row {
  margin-right: 0;
  margin-left: 0; }

@media screen and (min-width: 1279px) {
  .templateB .servicePage .serviceCnt .box__wrapper .row {
    min-height: 400px; } }

.templateB .servicePage .serviceCnt .box__wrapper .row .inner {
  margin: 0;
  width: 100%; }

@media screen and (max-width: 767.5px) {
  .templateB .servicePage .serviceCnt .box__wrapper .row .inner .row {
    min-height: unset !important;
    min-height: none !important; } }

.templateB .servicePage .serviceCnt .box__left {
  padding-top: 2rem;
  padding-left: 0;
  padding-right: 12rem; }

@media screen and (max-width: 1279px) {
  .templateB .servicePage .serviceCnt .box__left {
    padding-right: 6rem;
    padding-top: 1rem; } }

@media screen and (max-width: 1023px) {
  .templateB .servicePage .serviceCnt .box__left {
    padding-right: 4rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .servicePage .serviceCnt .box__left {
    padding: 0 3rem 4rem; } }

@media screen and (max-width: 374px) {
  .templateB .servicePage .serviceCnt .box__left {
    padding: 0 2rem 4rem; } }

.templateB .servicePage .serviceCnt .box__left .title {
  padding-bottom: 5rem;
  margin-bottom: 0; }

@media screen and (max-width: 1279px) {
  .templateB .servicePage .serviceCnt .box__left .title {
    padding-bottom: 3rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .servicePage .serviceCnt .box__left .title {
    padding-bottom: 2.5rem; } }

.templateB .servicePage .serviceCnt .box__left .title__jp {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.78;
  letter-spacing: 0.2rem; }

@media screen and (max-width: 1279px) {
  .templateB .servicePage .serviceCnt .box__left .title__jp {
    font-size: 2rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .servicePage .serviceCnt .box__left .title__jp {
    font-size: 1.6rem;
    letter-spacing: 0.2rem; } }

.templateB .servicePage .serviceCnt .box__txt {
  line-height: 2;
  margin-bottom: 0; }

@media screen and (max-width: 767.5px) {
  .templateB .servicePage .serviceCnt .box__txt {
    line-height: 1.7;
    letter-spacing: 0.15rem; } }

.templateB .servicePage .serviceCnt .box__right {
  right: 0;
  padding: 0; }

@media screen and (max-width: 767.5px) {
  .templateB .servicePage .serviceCnt .box__right {
    position: inherit !important;
    display: block;
    padding: 0 2rem; } }

@media screen and (max-width: 480px) {
  .templateB .servicePage .serviceCnt .box__right {
    padding: 0 2rem; } }

.templateB .servicePage .serviceCnt .box__right img {
  width: 100%;
  max-width: 600px; }

@media screen and (max-width: 767.5px) {
  .templateB .servicePage .serviceCnt .box__right img {
    max-width: 100%; } }

.templateB .servicePage .blockEditorContainer {
  padding: 0 0 8rem; }

@media screen and (max-width: 1024px) {
  .templateB .servicePage .blockEditorContainer {
    padding: 0 0 6rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .servicePage .blockEditorContainer {
    padding: 0 0 4rem; } }

@media screen and (max-width: 480px) {
  .templateB .servicePage .blockEditorContainer {
    padding: 0 0 3rem; } }

.templateB .newsPage .newsCnt {
  padding: 6rem 0 12rem;
  max-width: 800px;
  margin: 0 auto; }

@media screen and (max-width: 1279px) {
  .templateB .newsPage .newsCnt {
    padding: 5rem 0 8rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .newsPage .newsCnt {
    padding: 2rem 0 6rem; } }

.templateB .newsPage .newsCnt .newsList {
  padding-bottom: 0; }

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

.templateB .newsPage .pagination .page-item {
  margin-top: 6rem; }

@media screen and (max-width: 1279px) {
  .templateB .newsPage .pagination .page-item {
    margin-top: 4rem; } }

.templateB .newsPage .pagination .page-item:focus {
  outline: none; }

.templateB .newsPage .pagination .page-item.active .page-link {
  color: #698161 !important;
  background-color: transparent; }

.templateB .newsPage .pagination .page-item .label {
  color: #698161; }

@media screen and (max-width: 767.5px) {
  .templateB .newsPage .pagination .page-item .label {
    display: none; } }

.templateB .newsPage .pagination .page-item:first-child .label {
  padding-right: 2.5rem;
  border-right: 1px solid #e8e8e8; }

@media screen and (max-width: 1279px) {
  .templateB .newsPage .pagination .page-item:first-child .label {
    padding-right: 1.5rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .newsPage .pagination .page-item:first-child .label {
    padding-right: 1rem; } }

.templateB .newsPage .pagination .page-item:first-child .icon-arrow-right {
  position: relative;
  padding-left: 2rem; }

@media screen and (max-width: 1279px) {
  .templateB .newsPage .pagination .page-item:first-child .icon-arrow-right {
    margin-right: 1.5rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .newsPage .pagination .page-item:first-child .icon-arrow-right {
    padding-left: 3rem;
    margin-right: 0.5rem;
    border-right: 1px solid #e8e8e8; } }

.templateB .newsPage .pagination .page-item:first-child .icon-arrow-right::before {
  content: '';
  position: absolute;
  background: url(../img/icon/icon_left.png) no-repeat;
  background-size: contain;
  width: 7px;
  height: 10px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.templateB .newsPage .pagination .page-item:last-child .icon-arrow-right {
  position: relative;
  padding-right: 2rem; }

@media screen and (max-width: 1279px) {
  .templateB .newsPage .pagination .page-item:last-child .icon-arrow-right {
    margin-left: 1.5rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .newsPage .pagination .page-item:last-child .icon-arrow-right {
    padding-right: 3rem;
    margin-left: 0.5rem;
    border-left: 1px solid #e8e8e8; } }

.templateB .newsPage .pagination .page-item:last-child .icon-arrow-right::before {
  content: '';
  position: absolute;
  background: url(../img/icon/icon_right.png) no-repeat;
  background-size: contain;
  width: 7px;
  height: 10px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.templateB .newsPage .pagination .page-item:last-child .label {
  padding-left: 2.5rem;
  border-left: 1px solid #e8e8e8; }

@media screen and (max-width: 1279px) {
  .templateB .newsPage .pagination .page-item:last-child .label {
    padding-left: 1.5rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .newsPage .pagination .page-item:last-child .label {
    padding-left: 1rem; } }

.templateB .newsPage .pagination .page-item .page-link {
  padding: 0 1rem;
  border: none;
  color: #222222;
  font-size: 1.6rem; }

@media screen and (max-width: 480px) {
  .templateB .newsPage .pagination .page-item .page-link {
    font-size: 1.4rem; } }

.templateB .newsPage .pagination .page-item .page-link:hover {
  background-color: #ffffff; }

.templateB .newsPage .pagination .page-item .page-link:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.templateB .article {
  padding: 5rem 0 8rem; }

@media screen and (max-width: 1024px) {
  .templateB .article {
    padding: 5rem 0 6rem; } }

@media screen and (max-width: 480px) {
  .templateB .article {
    padding: 2rem 0 5rem; } }

.templateB .article .title {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.25rem;
  padding-bottom: 2rem;
  line-height: 1.6; }

@media screen and (max-width: 767.5px) {
  .templateB .article .title {
    font-size: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }

@media screen and (max-width: 480px) {
  .templateB .article .title {
    font-size: 1.6rem;
    padding-bottom: 1.5rem; } }

.templateB .article .info {
  margin-bottom: 3rem; }

@media screen and (max-width: 767.5px) {
  .templateB .article .info {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }

@media screen and (max-width: 480px) {
  .templateB .article .info {
    margin-bottom: 2.5rem; } }

.templateB .article .info__tag {
  color: #698161;
  letter-spacing: 0.2rem;
  margin-left: 2rem;
  font-weight: 600; }

@media screen and (max-width: 480px) {
  .templateB .article .info__tag {
    margin-left: 1.5rem; } }

.templateB .article__detail {
  padding: 2.5rem 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 3.5rem; }

@media screen and (max-width: 480px) {
  .templateB .article__detail {
    padding: 2rem 0;
    margin-bottom: 2.5rem; } }

.templateB .article__detail .contentEdit {
  padding-bottom: 3rem; }

@media screen and (max-width: 767.5px) {
  .templateB .article__detail .contentEdit {
    padding: 0 1.5rem 3rem 1.5rem; } }

.templateB .article__detail .contentEdit p {
  margin-bottom: 1rem; }

.templateB .article__text {
  font-size: 1.6rem;
  line-height: 2;
  padding-bottom: 4rem; }

@media screen and (max-width: 767.5px) {
  .templateB .article__text {
    font-size: 1.5rem;
    padding: 0 1rem 3rem 1rem; } }

@media screen and (max-width: 480px) {
  .templateB .article__text {
    font-size: 1.4rem;
    padding: 0 1rem 2.5rem 1rem; } }

@media screen and (max-width: 374px) {
  .templateB .article__text {
    font-size: 1.2rem; } }

.templateB .article__image {
  padding-bottom: 4rem; }

.templateB .article__image img {
  width: 100%; }

@media screen and (max-width: 767.5px) {
  .templateB .article__image {
    padding: 0 1rem 3rem 1rem; } }

@media screen and (max-width: 480px) {
  .templateB .article__image {
    padding: 0 1rem 2.5rem 1rem; } }

.templateB .article__share {
  margin-left: 0;
  margin-right: 0; }

.templateB .article__share .txt {
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  padding-left: 0;
  padding-right: 2rem;
  margin-bottom: 0; }

@media screen and (max-width: 767.5px) {
  .templateB .article__share .txt {
    padding-right: 0; } }

@media screen and (max-width: 480px) {
  .templateB .article__share .txt {
    font-size: 1.2rem;
    padding-right: 0;
    margin-right: -3rem; } }

@media screen and (max-width: 480px) {
  .templateB .article__share .txt {
    font-size: 1rem; } }

.templateB .article__share .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 767.5px) {
  .templateB .article__share .sns {
    padding-left: 3rem; } }

@media screen and (max-width: 480px) {
  .templateB .article__share .sns {
    padding-left: 4rem; } }

@media screen and (max-width: 374px) {
  .templateB .article__share .sns {
    padding-right: 0;
    padding-left: 3rem; } }

.templateB .article__share .sns .link__twitter,
.templateB .article__share .sns .link {
  height: 20px;
  width: 184px; }

.templateB .article__share .sns iframe {
  width: 184px !important; }

.templateB .article__share .link__twitter {
  padding-left: 0.3rem;
  height: 20px; }

.templateB .article .fb-like.fb_iframe_widget.fb_iframe_widget_fluid {
  height: 20px; }

.templateB .article .btn {
  text-align: center; }

.templateB .article .btn .back {
  color: #698161;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.5rem; }

@media screen and (max-width: 767.5px) {
  .templateB .article .btn .back {
    font-size: 1.5rem; } }

@media screen and (max-width: 480px) {
  .templateB .article .btn .back {
    font-size: 1.4rem; } }

@media screen and (max-width: 480px) {
  .templateB .article .btn .back {
    font-size: 1.2rem; } }

.templateB .article .btn .back span {
  padding-left: 2rem;
  position: relative; }

.templateB .article .btn .back span::before {
  content: '';
  position: absolute;
  background: url(../img/icon/icon_left.png) no-repeat;
  background-size: contain;
  width: 7px;
  height: 10px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

#edittingNowOnTheOurCms.templateB .blockEditorContainer .richTextBoxCss,
#edittingNowOnTheOurCms.templateB .modalTsukuruCms,
#edittingNowOnTheOurCms.templateB .TsukuruCmsHeadingCss,
.templateB .blockEditorContainer .richTextBoxCss,
.templateB .blockEditorContainer .TsukuruCmsHeadingCss {
  margin: 1rem 0 !important; }

#edittingNowOnTheOurCms.templateB .blockEditorContainer .richTextBoxCss h1,
#edittingNowOnTheOurCms.templateB .modalTsukuruCms h1,
#edittingNowOnTheOurCms.templateB .TsukuruCmsHeadingCss h1,
.templateB .blockEditorContainer .richTextBoxCss h1,
.templateB .blockEditorContainer .TsukuruCmsHeadingCss h1 {
  margin: 1rem 0 !important; }

#edittingNowOnTheOurCms.templateB .blockEditorContainer .richTextBoxCss h2,
#edittingNowOnTheOurCms.templateB .modalTsukuruCms h2,
#edittingNowOnTheOurCms.templateB .TsukuruCmsHeadingCss h2,
.templateB .blockEditorContainer .richTextBoxCss h2,
.templateB .blockEditorContainer .TsukuruCmsHeadingCss h2 {
  font-weight: 600 !important;
  letter-spacing: 0.25rem !important;
  color: #698161 !important;
  border-bottom: 1px solid #e8e8e8 !important;
  padding-bottom: 1.5rem !important;
  margin: 1rem 0 !important;
  line-height: 1.6 !important;
  font-size: 22px !important; }

@media screen and (max-width: 767.5px) {
  #edittingNowOnTheOurCms.templateB .blockEditorContainer .richTextBoxCss h2,
  #edittingNowOnTheOurCms.templateB .modalTsukuruCms h2,
  #edittingNowOnTheOurCms.templateB .TsukuruCmsHeadingCss h2,
  .templateB .blockEditorContainer .richTextBoxCss h2,
  .templateB .blockEditorContainer .TsukuruCmsHeadingCss h2 {
    padding-bottom: 1.2rem !important;
    font-size: 20px !important; } }

#edittingNowOnTheOurCms.templateB .blockEditorContainer .richTextBoxCss h2 .public-DraftStyleDefault-block,
#edittingNowOnTheOurCms.templateB .modalTsukuruCms h2 .public-DraftStyleDefault-block,
#edittingNowOnTheOurCms.templateB .TsukuruCmsHeadingCss h2 .public-DraftStyleDefault-block,
.templateB .blockEditorContainer .richTextBoxCss h2 .public-DraftStyleDefault-block,
.templateB .blockEditorContainer .TsukuruCmsHeadingCss h2 .public-DraftStyleDefault-block {
  margin: 0; }

#edittingNowOnTheOurCms.templateB .blockEditorContainer .richTextBoxCss h3,
#edittingNowOnTheOurCms.templateB .modalTsukuruCms h3,
#edittingNowOnTheOurCms.templateB .TsukuruCmsHeadingCss h3,
.templateB .blockEditorContainer .richTextBoxCss h3,
.templateB .blockEditorContainer .TsukuruCmsHeadingCss h3 {
  font-weight: 600 !important;
  letter-spacing: 0.25rem !important;
  color: #698161 !important;
  margin: 1rem 0 !important;
  line-height: 1.6 !important;
  position: relative !important;
  padding: 1rem 2.5rem 1rem !important;
  background-color: #f5f5f5 !important;
  font-size: 20px !important; }

@media screen and (max-width: 767.5px) {
  #edittingNowOnTheOurCms.templateB .blockEditorContainer .richTextBoxCss h3,
  #edittingNowOnTheOurCms.templateB .modalTsukuruCms h3,
  #edittingNowOnTheOurCms.templateB .TsukuruCmsHeadingCss h3,
  .templateB .blockEditorContainer .richTextBoxCss h3,
  .templateB .blockEditorContainer .TsukuruCmsHeadingCss h3 {
    font-size: 18px !important; } }

#edittingNowOnTheOurCms.templateB .blockEditorContainer .richTextBoxCss h3:before,
#edittingNowOnTheOurCms.templateB .modalTsukuruCms h3:before,
#edittingNowOnTheOurCms.templateB .TsukuruCmsHeadingCss h3:before,
.templateB .blockEditorContainer .richTextBoxCss h3:before,
.templateB .blockEditorContainer .TsukuruCmsHeadingCss h3:before {
  content: '' !important;
  position: absolute !important;
  width: 3px !important;
  height: 100% !important;
  background-color: #698161 !important;
  left: 0 !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important; }

#edittingNowOnTheOurCms.templateB .blockEditorContainer .richTextBoxCss h3 .public-DraftStyleDefault-block,
#edittingNowOnTheOurCms.templateB .modalTsukuruCms h3 .public-DraftStyleDefault-block,
#edittingNowOnTheOurCms.templateB .TsukuruCmsHeadingCss h3 .public-DraftStyleDefault-block,
.templateB .blockEditorContainer .richTextBoxCss h3 .public-DraftStyleDefault-block,
.templateB .blockEditorContainer .TsukuruCmsHeadingCss h3 .public-DraftStyleDefault-block {
  margin: 0; }

#edittingNowOnTheOurCms.templateB .blockEditorContainer .richTextBoxCss h4,
#edittingNowOnTheOurCms.templateB .modalTsukuruCms h4,
#edittingNowOnTheOurCms.templateB .TsukuruCmsHeadingCss h4,
.templateB .blockEditorContainer .richTextBoxCss h4,
.templateB .blockEditorContainer .TsukuruCmsHeadingCss h4 {
  font-weight: 600 !important;
  letter-spacing: 0.25rem !important;
  color: #698161 !important;
  margin: 1rem 0 !important;
  line-height: 1.6 !important;
  position: relative;
  font-size: 18px !important; }

@media screen and (max-width: 480px) {
  #edittingNowOnTheOurCms.templateB .blockEditorContainer .richTextBoxCss h4,
  #edittingNowOnTheOurCms.templateB .modalTsukuruCms h4,
  #edittingNowOnTheOurCms.templateB .TsukuruCmsHeadingCss h4,
  .templateB .blockEditorContainer .richTextBoxCss h4,
  .templateB .blockEditorContainer .TsukuruCmsHeadingCss h4 {
    font-size: 16px !important; } }

#edittingNowOnTheOurCms.templateB .blockEditorContainer .richTextBoxCss h5,
#edittingNowOnTheOurCms.templateB .modalTsukuruCms h5,
#edittingNowOnTheOurCms.templateB .TsukuruCmsHeadingCss h5,
.templateB .blockEditorContainer .richTextBoxCss h5,
.templateB .blockEditorContainer .TsukuruCmsHeadingCss h5 {
  font-weight: bold !important;
  letter-spacing: 0.25rem !important;
  color: #698161 !important;
  margin: 1rem 0 !important;
  line-height: 1.6 !important;
  position: relative;
  font-size: 16px !important; }

@media screen and (max-width: 480px) {
  #edittingNowOnTheOurCms.templateB .blockEditorContainer .richTextBoxCss h5,
  #edittingNowOnTheOurCms.templateB .modalTsukuruCms h5,
  #edittingNowOnTheOurCms.templateB .TsukuruCmsHeadingCss h5,
  .templateB .blockEditorContainer .richTextBoxCss h5,
  .templateB .blockEditorContainer .TsukuruCmsHeadingCss h5 {
    font-size: 15px !important; } }

#edittingNowOnTheOurCms.templateB .blockEditorContainer .richTextBoxCss h6,
#edittingNowOnTheOurCms.templateB .modalTsukuruCms h6,
#edittingNowOnTheOurCms.templateB .TsukuruCmsHeadingCss h6,
.templateB .blockEditorContainer .richTextBoxCss h6,
.templateB .blockEditorContainer .TsukuruCmsHeadingCss h6 {
  margin: 1rem 0 !important;
  font-size: 15px !important; }

@media screen and (max-width: 480px) {
  #edittingNowOnTheOurCms.templateB .blockEditorContainer .richTextBoxCss h6,
  #edittingNowOnTheOurCms.templateB .modalTsukuruCms h6,
  #edittingNowOnTheOurCms.templateB .TsukuruCmsHeadingCss h6,
  .templateB .blockEditorContainer .richTextBoxCss h6,
  .templateB .blockEditorContainer .TsukuruCmsHeadingCss h6 {
    font-size: 14px !important; } }

#edittingNowOnTheOurCms.templateB .blockEditorContainer .richTextBoxCss .ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected,
#edittingNowOnTheOurCms.templateB .modalTsukuruCms .ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected,
#edittingNowOnTheOurCms.templateB .TsukuruCmsHeadingCss .ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected,
.templateB .blockEditorContainer .richTextBoxCss .ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected,
.templateB .blockEditorContainer .TsukuruCmsHeadingCss .ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected {
  outline-color: transparent; }

.templateB .blockEditorContainer .TsukuruCmsButtonCss,
#edittingNowOnTheOurCms.templateB .TsukuruCmsButtonCss {
  margin: 1rem 0 !important; }

.templateB .blockEditorContainer .TsukuruCmsButtonCss .btnElement,
#edittingNowOnTheOurCms.templateB .TsukuruCmsButtonCss .btnElement {
  margin: 1rem 0 !important; }

.templateB .blockEditorContainer .TsukuruCmsImageCss img,
#edittingNowOnTheOurCms.templateB .TsukuruCmsImageCss img {
  padding: 1rem 0 !important;
  margin: 0 !important; }

.templateB .blockEditorContainer .richTableBoxCss.table,
#edittingNowOnTheOurCms.templateB
#edittingNowOnTheOurCms
.richTextBoxCss
figure.table
table.table,
.blockEditorContainer .richTextBoxCss figure.table {
  padding: 1rem 0 0 !important; }

.templateB .blockEditorContainer .richTableBoxCss .table,
#edittingNowOnTheOurCms.templateB
#edittingNowOnTheOurCms
.richTextBoxCss
figure.table
table .table,
.blockEditorContainer .richTextBoxCss figure .table {
  padding: 1rem 0 !important;
  margin: 0 !important; }

.templateB .policyPage .policy {
  padding: 5rem 0 12rem; }

@media screen and (max-width: 1279px) {
  .templateB .policyPage .policy {
    padding: 5rem 0 8rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .policyPage .policy {
    padding: 2rem 0 5rem; } }

.templateB .policyPage .policy__item {
  padding-bottom: 5rem; }

.templateB .policyPage .policy__item:last-child {
  padding-bottom: 0; }

@media screen and (max-width: 767.5px) {
  .templateB .policyPage .policy__item {
    padding-bottom: 4rem; } }

@media screen and (max-width: 480px) {
  .templateB .policyPage .policy__item {
    padding-bottom: 3rem; } }

.templateB .policyPage .policy h1, .templateB .policyPage .policy h2, .templateB .policyPage .policy h3, .templateB .policyPage .policy h4, .templateB .policyPage .policy h5, .templateB .policyPage .policy h6 {
  font-weight: 600 !important;
  letter-spacing: 0.25rem !important;
  color: #698161 !important;
  border-bottom: 1px solid #e8e8e8 !important;
  padding-bottom: 1.8rem !important;
  margin-bottom: 2.5rem !important;
  line-height: 1.6 !important; }

@media screen and (max-width: 480px) {
  .templateB .policyPage .policy h1, .templateB .policyPage .policy h2, .templateB .policyPage .policy h3, .templateB .policyPage .policy h4, .templateB .policyPage .policy h5, .templateB .policyPage .policy h6 {
    padding-bottom: 1.5rem !important;
    margin-bottom: 1.5rem !important; } }

.templateB .policyPage .policy p {
  font-size: 1.6rem;
  line-height: 2 !important; }

@media screen and (max-width: 480px) {
  .templateB .policyPage .policy p {
    font-size: 1.4rem; } }

#edittingNowOnTheOurCms.templateB .policy__list .blockEditorContainer .TsukuruCmsHeadingCss h1, #edittingNowOnTheOurCms.templateB .policy__list .blockEditorContainer .TsukuruCmsHeadingCss h2, #edittingNowOnTheOurCms.templateB .policy__list .blockEditorContainer .TsukuruCmsHeadingCss h3, #edittingNowOnTheOurCms.templateB .policy__list .blockEditorContainer .TsukuruCmsHeadingCss h4, #edittingNowOnTheOurCms.templateB .policy__list .blockEditorContainer .TsukuruCmsHeadingCss h5, #edittingNowOnTheOurCms.templateB .policy__list .blockEditorContainer .TsukuruCmsHeadingCss h6 {
  font-weight: 600 !important;
  letter-spacing: 0.25rem !important;
  color: #698161 !important;
  border-bottom: 1px solid #e8e8e8 !important;
  padding-bottom: 1.8rem !important;
  margin-bottom: 2.5rem !important;
  line-height: 1.6 !important; }

@media screen and (max-width: 480px) {
  #edittingNowOnTheOurCms.templateB .policy__list .blockEditorContainer .TsukuruCmsHeadingCss h1, #edittingNowOnTheOurCms.templateB .policy__list .blockEditorContainer .TsukuruCmsHeadingCss h2, #edittingNowOnTheOurCms.templateB .policy__list .blockEditorContainer .TsukuruCmsHeadingCss h3, #edittingNowOnTheOurCms.templateB .policy__list .blockEditorContainer .TsukuruCmsHeadingCss h4, #edittingNowOnTheOurCms.templateB .policy__list .blockEditorContainer .TsukuruCmsHeadingCss h5, #edittingNowOnTheOurCms.templateB .policy__list .blockEditorContainer .TsukuruCmsHeadingCss h6 {
    padding-bottom: 1.5rem !important;
    margin-bottom: 1.5rem !important; } }

.templateB .aboutPage .companyCnt {
  padding: 5rem 0 8rem; }

@media screen and (max-width: 1024px) {
  .templateB .aboutPage .companyCnt {
    padding: 4rem 0 6rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .aboutPage .companyCnt {
    padding: 4rem 0 4rem; } }

@media screen and (max-width: 480px) {
  .templateB .aboutPage .companyCnt {
    padding: 2rem 0 3rem; } }

.templateB .aboutPage .companyCnt .title {
  margin-bottom: 2.5rem;
  position: relative; }

@media screen and (max-width: 1279px) {
  .templateB .aboutPage .companyCnt .title {
    margin-bottom: 2rem; } }

@media screen and (max-width: 1023px) {
  .templateB .aboutPage .companyCnt .title {
    margin-bottom: 1.5rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .aboutPage .companyCnt .title {
    text-align: center;
    margin-bottom: 0.5rem; } }

.templateB .aboutPage .companyCnt .title__jp {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2.4;
  letter-spacing: 0.25rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #222222; }

@media screen and (max-width: 1023px) {
  .templateB .aboutPage .companyCnt .title__jp {
    font-size: 1.8rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .aboutPage .companyCnt .title__jp {
    font-size: 2rem;
    padding-bottom: 1rem; } }

@media screen and (max-width: 480px) {
  .templateB .aboutPage .companyCnt .title__jp {
    font-size: 1.6rem;
    letter-spacing: 0.2rem; } }

@media screen and (max-width: 374px) {
  .templateB .aboutPage .companyCnt .title__jp {
    font-size: 1.4rem; } }

.templateB .aboutPage .companyCnt .list-group .list-group-item {
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  background-color: transparent;
  padding: 0;
  padding: 2.5rem 0;
  color: #222222; }

@media screen and (max-width: 768px) {
  .templateB .aboutPage .companyCnt .list-group .list-group-item {
    display: block;
    padding: 1.5rem 0; } }

.templateB .aboutPage .companyCnt .list-group .list-group-item .label {
  letter-spacing: 0.4rem;
  font-weight: 400;
  line-height: 1.6; }

@media screen and (min-width: 768px) {
  .templateB .aboutPage .companyCnt .list-group .list-group-item .label {
    padding: 0; } }

@media screen and (max-width: 767.5px) {
  .templateB .aboutPage .companyCnt .list-group .list-group-item .label {
    padding: 0 1rem 1rem 1rem; } }

@media screen and (min-width: 768px) {
  .templateB .aboutPage .companyCnt .list-group .list-group-item .txt {
    padding: 0; } }

@media screen and (max-width: 767.5px) {
  .templateB .aboutPage .companyCnt .list-group .list-group-item .txt {
    padding: 0 1rem 0 1rem; } }

.templateB .aboutPage .companyCnt .list-group .list-group-item .txt.-email {
  color: #698161;
  text-decoration: underline; }

.templateB .aboutPage .companyCnt .list-group .list-group-item .txt a {
  color: #222222; }

.templateB .aboutPage .visionCnt .mission {
  background: url(../img/about/pic_bg_vision.jpg) no-repeat center center/cover;
  padding: 8rem 0 23rem; }

@media screen and (max-width: 1279px) {
  .templateB .aboutPage .visionCnt .mission {
    padding: 6rem 0 20rem; } }

@media screen and (max-width: 1023px) {
  .templateB .aboutPage .visionCnt .mission {
    padding: 5rem 0 16rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .aboutPage .visionCnt .mission {
    background: url(../img/about/pic_bg_vision_sp.jpg) no-repeat center center/cover;
    padding: 4rem 0 13rem; } }

.templateB .aboutPage .visionCnt .mission .title {
  margin-bottom: 2.5rem;
  position: relative;
  text-align: center; }

@media screen and (max-width: 1279px) {
  .templateB .aboutPage .visionCnt .mission .title {
    margin-bottom: 2rem; } }

@media screen and (max-width: 1023px) {
  .templateB .aboutPage .visionCnt .mission .title {
    margin-bottom: 1.5rem; } }

.templateB .aboutPage .visionCnt .mission .title__jp {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2.4;
  letter-spacing: 0.25rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #222222; }

@media screen and (max-width: 1023px) {
  .templateB .aboutPage .visionCnt .mission .title__jp {
    font-size: 1.8rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .aboutPage .visionCnt .mission .title__jp {
    font-size: 2rem;
    padding-bottom: 1rem; } }

@media screen and (max-width: 480px) {
  .templateB .aboutPage .visionCnt .mission .title__jp {
    font-size: 1.6rem;
    letter-spacing: 0.2rem; } }

@media screen and (max-width: 374px) {
  .templateB .aboutPage .visionCnt .mission .title__jp {
    font-size: 1.4rem; } }

.templateB .aboutPage .visionCnt .mission__head {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.25rem;
  text-align: center;
  padding: 3rem 0; }

@media screen and (max-width: 1279px) {
  .templateB .aboutPage .visionCnt .mission__head {
    font-size: 2.8rem; } }

@media screen and (max-width: 1023px) {
  .templateB .aboutPage .visionCnt .mission__head {
    font-size: 2.4rem;
    padding: 2rem 0; } }

@media screen and (max-width: 480px) {
  .templateB .aboutPage .visionCnt .mission__head {
    font-size: 2rem; } }

.templateB .aboutPage .visionCnt .mission__smallTxt {
  font-size: 1.6rem;
  letter-spacing: 0.25rem;
  text-align: center; }

@media screen and (max-width: 1023px) {
  .templateB .aboutPage .visionCnt .mission__smallTxt {
    font-size: 1.4rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .aboutPage .visionCnt .mission__smallTxt {
    font-size: 1.6rem;
    padding: 0 7rem; } }

@media screen and (max-width: 480px) {
  .templateB .aboutPage .visionCnt .mission__smallTxt {
    padding: 0 2.5rem;
    font-size: 1.4rem; } }

@media screen and (max-width: 374px) {
  .templateB .aboutPage .visionCnt .mission__smallTxt {
    font-size: 1.3rem; } }

.templateB .aboutPage .visionCnt .director {
  padding-bottom: 16rem; }

@media screen and (max-width: 1279px) {
  .templateB .aboutPage .visionCnt .director {
    padding-bottom: 14rem; } }

@media screen and (max-width: 1023px) {
  .templateB .aboutPage .visionCnt .director {
    padding-bottom: 8rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .aboutPage .visionCnt .director {
    padding-bottom: 6rem; } }

.templateB .aboutPage .visionCnt .director__wrapper {
  background-color: #ffffff;
  padding-top: 8rem;
  margin-top: -17rem; }

@media screen and (max-width: 1279px) {
  .templateB .aboutPage .visionCnt .director__wrapper {
    padding-top: 6rem;
    margin-top: -15.5rem; } }

@media screen and (max-width: 1023px) {
  .templateB .aboutPage .visionCnt .director__wrapper {
    padding: 5rem 5rem 0 5rem;
    margin-top: -11rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .aboutPage .visionCnt .director__wrapper {
    padding: 4rem 3rem 0 3rem;
    margin: -8rem 0 0 0; } }

@media screen and (max-width: 374px) {
  .templateB .aboutPage .visionCnt .director__wrapper {
    padding: 4rem 2rem 0 2rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .aboutPage .visionCnt .director__wrapper .row {
    margin: 0; } }

.templateB .aboutPage .visionCnt .director__left {
  padding: 0; }

@media screen and (max-width: 767.5px) {
  .templateB .aboutPage .visionCnt .director__left {
    padding-bottom: 4rem; } }

@media screen and (max-width: 374px) {
  .templateB .aboutPage .visionCnt .director__left {
    padding-bottom: 3rem; } }

.templateB .aboutPage .visionCnt .director__left .label {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.4rem;
  padding-bottom: 3rem; }

@media screen and (max-width: 1023px) {
  .templateB .aboutPage .visionCnt .director__left .label {
    font-size: 1.8rem;
    padding-bottom: 1.5rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .aboutPage .visionCnt .director__left .label {
    font-size: 1.6rem;
    letter-spacing: 0.2rem; } }

@media screen and (max-width: 480px) {
  .templateB .aboutPage .visionCnt .director__left .label {
    font-size: 1.4rem; } }

.templateB .aboutPage .visionCnt .director__left .info {
  line-height: 2;
  font-size: 1.6rem;
  font-weight: 400; }

@media screen and (max-width: 1023px) {
  .templateB .aboutPage .visionCnt .director__left .info {
    font-size: 1.3rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .aboutPage .visionCnt .director__left .info {
    line-height: 1.7;
    letter-spacing: 0.15rem; } }

@media screen and (max-width: 480px) {
  .templateB .aboutPage .visionCnt .director__left .info {
    font-size: 1.4rem; } }

.templateB .aboutPage .visionCnt .director__right {
  padding-right: 0;
  padding-left: 6rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

@media screen and (max-width: 1279px) {
  .templateB .aboutPage .visionCnt .director__right {
    padding-left: 5rem; } }

@media screen and (max-width: 1024px) {
  .templateB .aboutPage .visionCnt .director__right {
    padding-left: 3rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .aboutPage .visionCnt .director__right {
    padding-left: 0; } }

@media screen and (max-width: 767.5px) {
  .templateB .aboutPage .visionCnt .director__right img {
    width: 100%; } }

.templateB .contactPage .formCnt {
  padding: 5rem 0 12rem; }

@media screen and (max-width: 1279px) {
  .templateB .contactPage .formCnt {
    padding: 5rem 0 8rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .contactPage .formCnt {
    padding: 2rem 0 5rem; } }

.templateB .contactPage .formCnt .headingPage {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 600 !important;
  margin-bottom: 20px; }

@media screen and (max-width: 1279px) {
  .templateB .contactPage .formCnt .headingPage {
    margin-bottom: 15px;
    font-size: 2.2rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .contactPage .formCnt .headingPage {
    margin-bottom: 15px;
    font-size: 1.8rem; } }

.templateB .contactPage .formCnt .descPage {
  text-align: center;
  margin-bottom: 5rem;
  font-size: 1.6rem; }

@media screen and (max-width: 1279px) {
  .templateB .contactPage .formCnt .descPage {
    margin-bottom: 3rem;
    font-size: 1.4rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .contactPage .formCnt .descPage {
    font-size: 1.2rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .contactPage .formCnt .descPage.thanks {
    margin-bottom: 2rem; } }

.templateB .contactPage .formCnt .subTitle {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem; }

@media screen and (max-width: 1279px) {
  .templateB .contactPage .formCnt .subTitle {
    margin-bottom: 1.5rem;
    font-size: 1.8rem; } }

.templateB .contactPage .formCnt .basicText {
  text-align: center;
  margin-bottom: 5rem;
  font-size: 1.6rem; }

@media screen and (max-width: 1279px) {
  .templateB .contactPage .formCnt .basicText {
    margin-bottom: 3rem;
    font-size: 1.4rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .contactPage .formCnt .basicText {
    font-size: 1.2rem; } }

.templateB .contactPage .formCnt .danger {
  font-size: 1.6rem;
  color: #ce2121;
  padding-left: 0;
  padding-top: 0;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 30px; }

@media screen and (max-width: 767.5px) {
  .templateB .contactPage .formCnt .danger {
    font-size: 1.4rem;
    padding-right: 30px;
    margin-bottom: 15px; } }

.templateB .contactPage .formCnt .danger strong {
  color: #212121; }

.templateB .contactPage .formCnt .danger .close {
  color: #212121;
  font-size: 1.6rem;
  top: 5px; }

.templateB .contactPage .formCnt .red,
.templateB .contactPage .formCnt .necessary_input {
  color: #ce2121; }

.templateB .contactPage .formCnt .form-group-privacy-policy {
  margin-bottom: 40px; }

@media screen and (max-width: 1279px) {
  .templateB .contactPage .formCnt .form-group-privacy-policy {
    margin-bottom: 25px; } }

@media screen and (max-width: 767.5px) {
  .templateB .contactPage .formCnt .form-group-privacy-policy {
    margin-bottom: 10px; } }

.templateB .contactPage .formCnt .form-group-privacy-policy .form-check {
  text-align: center;
  margin-top: 20px; }

@media screen and (max-width: 767.5px) {
  .templateB .contactPage .formCnt .form-group-privacy-policy .form-check {
    margin-top: 15px; } }

.templateB .contactPage .formCnt .form-group-privacy-policy .form-check .form-check-input {
  margin-top: 6px; }

@media screen and (max-width: 767.5px) {
  .templateB .contactPage .formCnt .form-group-privacy-policy .form-check .form-check-input {
    margin-top: 5px; } }

.templateB .contactPage .formCnt .form-group-privacy-policy .form-check .form-check-label {
  padding-left: 5px; }

.templateB .contactPage .formCnt form {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }

.templateB .contactPage .formCnt form .form-group {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (max-width: 1279px) {
  .templateB .contactPage .formCnt form .form-group {
    margin-bottom: 25px; } }

@media screen and (max-width: 767.5px) {
  .templateB .contactPage .formCnt form .form-group {
    margin-bottom: 15px; } }

.templateB .contactPage .formCnt form .form-group label {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 600;
  margin-bottom: 7px;
  width: 270px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 12px; }

@media screen and (max-width: 767.5px) {
  .templateB .contactPage .formCnt form .form-group label {
    font-size: 1.4rem;
    margin-bottom: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 0;
    padding-top: 0;
    width: 100%; } }

.templateB .contactPage .formCnt form .form-group label .necessary_input {
  margin-left: 15px;
  width: 50px;
  height: 25px;
  margin-left: 10px;
  padding: 0 0 1px;
  background: #ce2121;
  border-radius: 5px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.2rem;
  text-align: center;
  vertical-align: middle;
  position: relative;
  top: 0px; }

@media screen and (max-width: 767.5px) {
  .templateB .contactPage .formCnt form .form-group label .necessary_input {
    width: 42px;
    height: 20px;
    top: 2px; } }

.templateB .contactPage .formCnt form .form-group .form-control {
  min-height: 50px;
  padding: 15px;
  border: 1px solid #ced4da;
  font-size: 1.6rem;
  width: calc(100% - 270px);
  white-space: pre-wrap; }

@media screen and (max-width: 767.5px) {
  .templateB .contactPage .formCnt form .form-group .form-control {
    width: 100%;
    height: 40px;
    padding: 10px;
    font-size: 1.4rem; } }

.templateB .contactPage .formCnt form .form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.templateB .contactPage .formCnt form .form-group textarea {
  height: 200px !important; }

@media screen and (max-width: 767.5px) {
  .templateB .contactPage .formCnt form .form-group textarea {
    height: 100px !important; } }

.templateB .contactPage .formCnt form .form-group .form-check {
  cursor: pointer; }

.templateB .contactPage .formCnt form .form-group .form-check .form-check-input {
  height: 18px;
  width: 18px;
  text-align: left;
  margin-left: 0;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer; }

@media screen and (max-width: 767.5px) {
  .templateB .contactPage .formCnt form .form-group .form-check .form-check-input {
    top: 0;
    -webkit-transform: inherit;
    transform: inherit; } }

.templateB .contactPage .formCnt form .form-group .form-check .form-check-label {
  padding-left: 20px;
  width: auto;
  font-weight: normal;
  cursor: pointer; }

.templateB .contactPage .formCnt .btnArea {
  text-align: center; }

@media screen and (max-width: 767.5px) {
  .templateB .contactPage .formCnt .btnArea {
    padding-top: 1rem; } }

.templateB .contactPage .formCnt .btnArea .btn {
  color: #ffffff;
  display: inline-block;
  letter-spacing: 0.08em;
  background-color: #698161;
  border: 1px solid #698161;
  padding: 2rem 6.5rem;
  position: relative;
  min-width: 300px;
  text-align: center;
  border-radius: 0;
  font-size: inherit; }

@media screen and (max-width: 1279px) {
  .templateB .contactPage .formCnt .btnArea .btn {
    min-width: 270px;
    padding: 1.6rem 6.5rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .contactPage .formCnt .btnArea .btn {
    padding: 1.3rem 5rem;
    min-width: 250px;
    display: block; } }

@media screen and (max-width: 374px) {
  .templateB .contactPage .formCnt .btnArea .btn {
    min-width: 215px; } }

.templateB .contactPage .formCnt .btnArea .btn:hover {
  color: #698161;
  opacity: 1;
  background-color: #ffffff; }

.templateB .contactPage .formCnt .btnArea .btn:hover:after {
  background-color: #698161; }

.templateB .contactPage .formCnt .btnArea .btn:after {
  content: '';
  position: absolute;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ffffff;
  width: 30px;
  height: 2px; }

@media screen and (max-width: 767.5px) {
  .templateB .contactPage .formCnt .btnArea .btn:after {
    height: 1px; } }

.templateB .contactPage .formCnt .btnArea .btn:last-child {
  margin-right: 0; }

@media screen and (max-width: 767.5px) {
  .templateB .contactPage .formCnt .btnArea .btn:last-child {
    margin-bottom: 0;
    margin: 0 auto; } }

.templateB .contactPage .formCnt .btnArea .btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.templateB .contactPage .formCnt .btnArea .btn.-bgBack {
  margin-right: 1.5rem; }

@media screen and (max-width: 767.5px) {
  .templateB .contactPage .formCnt .btnArea .btn.-bgBack {
    margin: 0 auto;
    margin-bottom: 1.5rem; } }

/* ======================================= Form Editor css ==================================== */
.templateB .contactPage .formCnt .inner {
  max-width: 1000px; }

.templateB .contactPage .formCnt h1,
.templateB .contactPage .formCnt h2,
.templateB .contactPage .formCnt h3,
.templateB .contactPage .formCnt h4,
.templateB .contactPage .formCnt h5,
.templateB .contactPage .formCnt h6 {
  font-weight: 600;
  letter-spacing: inherit;
  margin-bottom: 2rem; }

@media screen and (max-width: 767.5px) {
  .templateB .contactPage .formCnt h1,
  .templateB .contactPage .formCnt h2,
  .templateB .contactPage .formCnt h3,
  .templateB .contactPage .formCnt h4,
  .templateB .contactPage .formCnt h5,
  .templateB .contactPage .formCnt h6 {
    margin-bottom: 1.5rem; } }

.templateB .contactPage .formCnt hr {
  border: 0px;
  border-top: 1px solid #ccc; }

.templateB .contactPage .formCnt img {
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
  display: block; }

.templateB .contactPage .formCnt h1 {
  font-size: 2.6rem; }

@media screen and (max-width: 1023px) {
  .templateB .contactPage .formCnt h1 {
    font-size: 2.4rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .contactPage .formCnt h1 {
    font-size: 2.2rem; } }

.templateB .contactPage .formCnt h2 {
  font-size: 2.4rem; }

@media screen and (max-width: 1023px) {
  .templateB .contactPage .formCnt h2 {
    font-size: 2.2rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .contactPage .formCnt h2 {
    font-size: 2rem; } }

.templateB .contactPage .formCnt h3 {
  font-size: 2rem; }

@media screen and (max-width: 1023px) {
  .templateB .contactPage .formCnt h3 {
    font-size: 1.8rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .contactPage .formCnt h3 {
    font-size: 1.6rem; } }

.templateB .contactPage .formCnt h4 {
  font-size: 1.8rem; }

@media screen and (max-width: 1023px) {
  .templateB .contactPage .formCnt h4 {
    font-size: 1.6rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .contactPage .formCnt h4 {
    font-size: 1.4rem; } }

.templateB .contactPage .formCnt h5 {
  font-size: 1.6rem; }

@media screen and (max-width: 1023px) {
  .templateB .contactPage .formCnt h5 {
    font-size: 1.5rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .contactPage .formCnt h5 {
    font-size: 1.3rem; } }

.templateB .contactPage .formCnt h6 {
  font-size: 1.4rem; }

@media screen and (max-width: 1023px) {
  .templateB .contactPage .formCnt h6 {
    font-size: 1.3rem; } }

@media screen and (max-width: 767.5px) {
  .templateB .contactPage .formCnt h6 {
    font-size: 1.2rem; } }

.templateB .contactPage .formCnt h2 + p,
.templateB .contactPage .formCnt h2 + ol,
.templateB .contactPage .formCnt h2 + ul,
.templateB .contactPage .formCnt h3 + p,
.templateB .contactPage .formCnt h3 + ol,
.templateB .contactPage .formCnt h3 + ul {
  margin-top: 0; }

.templateB .contactPage .formCnt blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  border-left: 5px solid #f1f1f1;
  padding-left: 5px; }

.templateB .contactPage .formCnt pre {
  white-space: pre-wrap;
  /* CSS 2.1 */
  word-wrap: break-word;
  /* IE7 */
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  background: #f1f1f1;
  border-radius: 3px;
  padding: 1px 10px; }

.templateB .contactPage .formCnt figure,
.templateB .contactPage .formCnt ol,
.templateB .contactPage .formCnt ul,
.templateB .contactPage .formCnt blockquote {
  display: block;
  margin-bottom: 2.5rem; }

@media screen and (max-width: 767.5px) {
  .templateB .contactPage .formCnt figure,
  .templateB .contactPage .formCnt ol,
  .templateB .contactPage .formCnt ul,
  .templateB .contactPage .formCnt blockquote {
    margin-bottom: 1.5rem; } }

.templateB .contactPage .formCnt code {
  color: #222222;
  background: #f1f1f1;
  font-size: 11px;
  font-family: monospace;
  overflow-wrap: break-word;
  border-radius: 3px;
  padding: 1px 3px; }

.templateB .contactPage .formCnt ul {
  list-style-type: disc;
  margin-left: 1.5rem; }

.templateB .contactPage .formCnt ul .descPage, .templateB .contactPage .formCnt ul .subTitle, .templateB .contactPage .formCnt ul .headingPage {
  text-align: left;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: inherit; }

.templateB .contactPage .formCnt ol {
  list-style: decimal;
  margin-left: 2rem; }

.templateB .contactPage .formCnt ol .descPage, .templateB .contactPage .formCnt ol .subTitle, .templateB .contactPage .formCnt ol .headingPage {
  text-align: left;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: inherit; }

.templateB .contactPage .formCnt a {
  color: #1890ff;
  text-decoration: none;
  white-space: pre-wrap; }

.templateB .contactPage .formCnt table {
  width: 100% !important;
  margin-bottom: 3rem; }

.templateB .contactPage .formCnt table th {
  border: 1px solid #ced4da;
  padding: 5px; }

.templateB .contactPage .formCnt table td {
  border: 1px solid #ced4da;
  padding: 5px; }

.mce-item-table, .mce-item-table td, .mce-item-table th, .mce-item-table caption {
  border: 1px solid #f1f1f1;
  border-collapse: collapse;
  padding: 5px;
  width: 100%; }
