/***********************************************
  Header Container
************************************************/
.templateA {
  /* logo */
  /* js_hamburger */
  /* header */ }

.templateA .logo {
  margin-left: 15px;
  display: inline-block;
  position: relative;
  z-index: 1000;
  padding-top: 10px;
  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: 1165px) {
  .templateA .logo {
    margin-left: 9px;
    height: 50px;
    max-width: 30rem;
    padding: 1rem 0px; } }

@media screen and (max-width: 767.5px) {
  .templateA .logo {
    width: 50%;
    height: 50px;
    padding: .4rem 0; } }

.templateA .logo a {
  height: 100%;
  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: #222222;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.templateA .logo a:hover {
  opacity: 0.7; }

@media screen and (max-width: 767.5px) {
  .templateA .logo a {
    display: block; } }

.templateA .logo a .logo__txt {
  padding-left: 1.5rem;
  font-size: 1.8rem;
  font-weight: bold; }

@media screen and (max-width: 767.5px) {
  .templateA .logo a .logo__txt {
    padding-left: 0;
    font-size: 1.2rem;
    padding-top: 0.3rem;
    display: block; } }

.templateA .logo img {
  width: 160px;
  height: auto; }

@media screen and (max-width: 1165px) {
  .templateA .logo img {
    max-width: 100px;
    width: auto; } }

@media screen and (max-width: 767.5px) {
  .templateA .logo img {
    max-width: 8rem; } }

.templateA .tel__sp {
  display: none; }

@media screen and (max-width: 1165px) {
  .templateA .tel__sp {
    display: block;
    position: absolute;
    right: 100px;
    top: 0;
    max-width: 50px; } }

.templateA .contact__sp {
  display: none; }

@media screen and (max-width: 1165px) {
  .templateA .contact__sp {
    display: block;
    position: absolute;
    right: 50px;
    top: 0;
    max-width: 50px; } }

.templateA .js__hamburger,
.templateA .js__hamburger span {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.templateA .js__hamburger {
  display: none; }

@media screen and (max-width: 1165px) {
  .templateA .js__hamburger {
    width: 50px;
    height: 50px;
    background: #fff;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 200;
    display: block; } }

.templateA .js__hamburger span {
  width: 25px;
  height: 2px;
  background: #000;
  position: absolute;
  right: 13px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.templateA .js__hamburger span:nth-of-type(1) {
  top: 17px; }

.templateA .js__hamburger span:nth-of-type(2) {
  top: 25px; }

.templateA .js__hamburger span:nth-of-type(3) {
  top: 33px; }

.templateA .js__hamburger.active span:nth-of-type(1) {
  top: 20px;
  -webkit-transform: translateY(3px) rotate(-45deg);
  transform: translateY(3px) rotate(-45deg); }

.templateA .js__hamburger.active span:nth-of-type(2) {
  opacity: 0; }

.templateA .js__hamburger.active span:nth-of-type(3) {
  top: 32px;
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg); }

.templateA .js__hamburger.active + .globalNavi {
  display: block; }

.templateA .header {
  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;
  position: relative; }

@media screen and (max-width: 1165px) {
  .templateA .header.nav-header {
    display: block; } }

@media screen and (max-width: 1165px) {
  .templateA .header .globalNavi {
    display: none;
    padding: 0px 30px;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: none;
    position: fixed;
    top: 5rem;
    left: 0;
    z-index: 100; } }

.templateA .header .globalNavi .globalNavi__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 1165px) {
  .templateA .header .globalNavi .globalNavi__wrap {
    display: block;
    margin-top: 2rem; } }

.templateA .header .globalNavi .globalNavi__wrap .globalNavi__inner .globalNavi__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 1165px) {
  .templateA .header .globalNavi .globalNavi__wrap .globalNavi__inner .globalNavi__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media screen and (max-height: 500px) and (max-width: 900px) {
  .templateA .header .globalNavi .globalNavi__wrap .globalNavi__inner .globalNavi__list {
    overflow-y: auto;
    height: 500px;
    padding-bottom: 270px;
    -ms-overflow-style: none;
    scrollbar-width: none; }
  .templateA .header .globalNavi .globalNavi__wrap .globalNavi__inner .globalNavi__list::-webkit-scrollbar {
    display: none; } }

@media screen and (max-width: 1165px) {
  .templateA .header .globalNavi .globalNavi__wrap .globalNavi__inner .globalNavi__list li {
    border-top: 0;
    border-bottom: 1px solid #ededed;
    position: relative;
    padding: 0; }
  .templateA .header .globalNavi .globalNavi__wrap .globalNavi__inner .globalNavi__list li:last-child {
    border-bottom: 0; }
  .templateA .header .globalNavi .globalNavi__wrap .globalNavi__inner .globalNavi__list li::after {
    content: "";
    background: url(../img/common/icon_next.png) no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px;
    height: 12px;
    background-size: 100%; } }

.templateA .header .globalNavi .globalNavi__wrap .globalNavi__inner .globalNavi__list li.only__sp {
  display: none; }

@media screen and (max-width: 1165px) {
  .templateA .header .globalNavi .globalNavi__wrap .globalNavi__inner .globalNavi__list li.only__sp {
    display: block; } }

.templateA .header .globalNavi .globalNavi__wrap .globalNavi__inner .globalNavi__list li a {
  border-top: 3px solid #fff;
  font-size: 1.4rem;
  display: block;
  color: #0f0f0f;
  padding: 2.6rem 2.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  position: relative; }

@media screen and (max-width: 1165px) {
  .templateA .header .globalNavi .globalNavi__wrap .globalNavi__inner .globalNavi__list li a {
    border-top: none;
    border-right: none;
    padding: 2rem 0; } }

.templateA .header .globalNavi .globalNavi__wrap .globalNavi__inner .globalNavi__list li a::after {
  content: "";
  position: absolute;
  height: 5rem;
  width: .1rem;
  background: #e7e7e7;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media screen and (max-width: 1165px) {
  .templateA .header .globalNavi .globalNavi__wrap .globalNavi__inner .globalNavi__list li a::after {
    display: none; } }

.templateA .header .globalNavi .globalNavi__wrap .globalNavi__inner .globalNavi__list li a.active {
  color: #3163a6; }

@media screen and (max-width: 1165px) {
  .templateA .header .globalNavi .globalNavi__wrap .globalNavi__inner .globalNavi__list li a.active {
    color: #222222; } }

.templateA .header .globalNavi .globalNavi__wrap .globalNavi__inner .globalNavi__list li a:hover, .templateA .header .globalNavi .globalNavi__wrap .globalNavi__inner .globalNavi__list li a.active {
  border-top: 3px solid #3163a6;
  position: relative;
  color: #3163a6;
  text-decoration: none; }

@media screen and (max-width: 1165px) {
  .templateA .header .globalNavi .globalNavi__wrap .globalNavi__inner .globalNavi__list li a:hover, .templateA .header .globalNavi .globalNavi__wrap .globalNavi__inner .globalNavi__list li a.active {
    border-top: 0;
    color: #222222; }
  .templateA .header .globalNavi .globalNavi__wrap .globalNavi__inner .globalNavi__list li a:hover::before, .templateA .header .globalNavi .globalNavi__wrap .globalNavi__inner .globalNavi__list li a.active::before {
    content: "";
    position: absolute;
    width: 8rem;
    height: 0.1rem;
    background: #3163a6;
    bottom: -1px;
    left: 0; } }

.templateA .header .globalNavi .globalNavi__wrap .contactList {
  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: 1165px) {
  .templateA .header .globalNavi .globalNavi__wrap .contactList {
    display: none; } }

.templateA .header .globalNavi .globalNavi__wrap .contactList .contactList__tel {
  padding: 0 2rem 0 3rem; }

.templateA .header .globalNavi .globalNavi__wrap .contactList .contactList__tel a {
  color: #0f0f0f;
  text-decoration: none;
  pointer-events: none; }

@media screen and (max-width: 1165px) {
  .templateA .header .globalNavi .globalNavi__wrap .contactList .contactList__tel a {
    pointer-events: auto; } }

.templateA .header .globalNavi .globalNavi__wrap .contactList .contactList__tel a .contactList__txt em {
  display: block;
  color: #3163a6;
  font-size: 2.3rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  padding-left: 2rem;
  letter-spacing: 0.2rem; }

.templateA .header .globalNavi .globalNavi__wrap .contactList .contactList__tel a .contactList__txt em::before {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.6rem;
  background: url(../img/common/icon_tel.png) no-repeat;
  left: 0;
  bottom: .8rem; }

.templateA .header .globalNavi .globalNavi__wrap .contactList .contactList__tel a .contactList__txt span {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1rem; }

.templateA .header .globalNavi .globalNavi__wrap .contactList .contactList__btn {
  background: #35958f;
  padding: 0px 2rem;
  height: 8rem;
  width: 16rem;
  border: 2px solid #35958f; }

.templateA .header .globalNavi .globalNavi__wrap .contactList .contactList__btn:hover {
  background: #ffffff; }

.templateA .header .globalNavi .globalNavi__wrap .contactList .contactList__btn:hover a {
  color: #35958f; }

.templateA .header .globalNavi .globalNavi__wrap .contactList .contactList__btn a {
  text-decoration: none;
  color: #ffffff;
  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;
  height: 100%;
  letter-spacing: 0.2rem; }

/***********************************************
  Footer Container
************************************************/
.templateA .footer__contact {
  background: #35958f;
  padding: 5.5rem 0 6rem 0; }

@media screen and (max-width: 767.5px) {
  .templateA .footer__contact {
    padding: 3.5rem 0 5rem 0; } }

.templateA .footer__contact .footer__contact-title {
  text-align: center;
  color: #ffffff;
  margin-bottom: 2.5rem; }

.templateA .footer__contact .footer__contact-title span {
  font-size: 1.2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  display: block;
  padding-bottom: 1.7rem;
  letter-spacing: .15rem; }

@media screen and (max-width: 767.5px) {
  .templateA .footer__contact .footer__contact-title span {
    font-size: 1.1rem;
    padding-bottom: 1rem; } }

.templateA .footer__contact .footer__contact-title em {
  font-size: 2.4rem;
  font-weight: bold;
  font-style: normal;
  display: block;
  letter-spacing: .15rem; }

@media screen and (max-width: 767.5px) {
  .templateA .footer__contact .footer__contact-title em {
    font-size: 2rem; } }

.templateA .footer__contact .footer__contact-txt {
  color: #ffffff;
  text-align: center;
  margin-bottom: 2.5rem;
  line-height: 1.8;
  letter-spacing: .15rem; }

@media screen and (max-width: 767.5px) {
  .templateA .footer__contact .footer__contact-txt {
    margin-bottom: 1.5rem; } }

.templateA .footer__contact .footer__contactList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 640px;
  -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;
  margin: 0 auto; }

@media screen and (max-width: 767.5px) {
  .templateA .footer__contact .footer__contactList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }

.templateA .footer__contact .footer__contactList li {
  width: 50%; }

@media screen and (max-width: 767.5px) {
  .templateA .footer__contact .footer__contactList li {
    width: 100%;
    text-align: center; } }

@media screen and (max-width: 767.5px) {
  .templateA .footer__contact .footer__contactList li.footer__contactList-tel {
    margin-bottom: 2.5rem; } }

.templateA .footer__contact .footer__contactList li.footer__contactList-tel a {
  color: #ffffff;
  pointer-events: none; }

@media screen and (max-width: 1023px) {
  .templateA .footer__contact .footer__contactList li.footer__contactList-tel a {
    pointer-events: auto; } }

@media screen and (max-width: 767.5px) {
  .templateA .footer__contact .footer__contactList li.footer__contactList-tel a {
    display: inline-block; } }

.templateA .footer__contact .footer__contactList li.footer__contactList-tel a em {
  font-family: "Oswald", sans-serif;
  font-size: 3.8rem;
  font-style: normal;
  display: block;
  position: relative;
  padding-left: 30px;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: .15rem; }

@media screen and (max-width: 767.5px) {
  .templateA .footer__contact .footer__contactList li.footer__contactList-tel a em {
    font-family: "Oswald", sans-serif; } }

.templateA .footer__contact .footer__contactList li.footer__contactList-tel a em::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon_tel_white.png) no-repeat;
  top: .6rem;
  left: 0;
  width: 22px;
  height: 30px;
  background-size: 100%; }

.templateA .footer__contact .footer__contactList li.footer__contactList-tel a span {
  display: block;
  padding-left: 2.5rem;
  letter-spacing: .15rem; }

.templateA .footer__contact .footer__contactList li.footer__contactList-form {
  padding-left: 4rem; }

@media screen and (max-width: 767.5px) {
  .templateA .footer__contact .footer__contactList li.footer__contactList-form {
    text-align: center;
    padding-left: 0; } }

.templateA .footer__contact .footer__contactList li.footer__contactList-form a {
  max-width: 28rem;
  background: #ffffff;
  color: #222222;
  display: block;
  padding: 1.7rem 0.5rem;
  text-align: center;
  position: relative;
  border: 1px solid #35958f; }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .templateA .footer__contact .footer__contactList li.footer__contactList-form a {
    font-family: "Noto Sans JP", sans-serif; } }

@media screen and (max-width: 767.5px) {
  .templateA .footer__contact .footer__contactList li.footer__contactList-form a {
    margin: 0 auto;
    max-width: 27.5rem; } }

.templateA .footer__contact .footer__contactList li.footer__contactList-form a:hover {
  color: #ffffff;
  background: #35958f;
  border: 1px solid #ffffff; }

.templateA .footer__contact .footer__contactList li.footer__contactList-form a:hover::after {
  background: url(../img/common/arrow_right_white.png) no-repeat; }

.templateA .footer__contact .footer__contactList li.footer__contactList-form a::after {
  content: "";
  position: absolute;
  background: url(../img/common/arrow_right.png) no-repeat;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.8rem;
  height: 0.7rem; }

.templateA .footerContent {
  background: #203b5e;
  padding: 5rem 0 6rem 0;
  position: relative; }

@media screen and (max-width: 1023px) {
  .templateA .footerContent {
    padding: 4rem 0; } }

@media screen and (max-width: 1023px) {
  .templateA .footerContent .inner {
    padding: 0px 2rem; } }

.templateA .footerContent .footerContent__company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 1023px) {
  .templateA .footerContent .footerContent__company {
    border-bottom: 1px solid #374f6e;
    padding-bottom: 2rem;
    margin-bottom: 2rem; } }

@media screen and (max-width: 767.5px) {
  .templateA .footerContent .footerContent__company {
    display: block;
    border-bottom: 1px solid #374f6e;
    padding-bottom: 2rem;
    margin-bottom: 2rem; } }

.templateA .footerContent .footerContent__company .footerContent__logo {
  padding-right: 4rem;
  max-width: 30rem; }

@media screen and (max-width: 767.5px) {
  .templateA .footerContent .footerContent__company .footerContent__logo {
    padding: 0 0 2.5rem 0;
    max-width: 18rem; } }

@media screen and (max-width: 374px) {
  .templateA .footerContent .footerContent__company .footerContent__logo {
    max-width: 18rem; } }

.templateA .footerContent .footerContent__company .footerContent__logo img {
  max-width: 16rem; }

@media screen and (max-width: 767.5px) {
  .templateA .footerContent .footerContent__company .footerContent__logo img {
    max-width: 12rem; } }

.templateA .footerContent .footerContent__company .footerContent__add .footerContent__add-title {
  font-size: 1.3rem;
  margin-bottom: 0.7rem;
  color: #ffffff;
  letter-spacing: .15rem; }

@media screen and (max-width: 1023px) {
  .templateA .footerContent .footerContent__company .footerContent__add .footerContent__add-title {
    font-size: 1.4rem; } }

.templateA .footerContent .footerContent__company .footerContent__add .footerContent__add-address {
  font-size: 1.2rem;
  color: #ffffff;
  line-height: 2;
  letter-spacing: .15rem; }

@media screen and (max-width: 1023px) {
  .templateA .footerContent .footerContent__company .footerContent__add .footerContent__add-address {
    letter-spacing: .1rem; } }

@media screen and (max-width: 767.5px) {
  .templateA .footerContent .footerContent__company .footerContent__add .footerContent__add-address {
    font-size: 1.2rem;
    letter-spacing: 0.5px; } }

@media screen and (max-width: 374px) {
  .templateA .footerContent .footerContent__company .footerContent__add .footerContent__add-address {
    font-size: 1rem;
    letter-spacing: 0.5px; } }

.templateA .footerContent .footerContent__company .footerContent__add .footerContent__add-address a {
  color: #ffffff;
  pointer-events: none;
  display: inline-block; }

@media screen and (max-width: 1023px) {
  .templateA .footerContent .footerContent__company .footerContent__add .footerContent__add-address a {
    pointer-events: auto; } }

.templateA .footerContent .footerContent__company .footerContent__add .footerContent__add-address a.event-none {
  pointer-events: none; }

.templateA .footerContent .footerNavi__wrap {
  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: 1023px) {
  .templateA .footerContent .footerNavi__wrap {
    display: block; } }

.templateA .footerContent .footerNavi__wrap .footerNavi__list {
  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: 1023px) {
  .templateA .footerContent .footerNavi__wrap .footerNavi__list li {
    margin-bottom: .5rem; } }

.templateA .footerContent .footerNavi__wrap .footerNavi__list li a {
  color: #ffffff;
  border-right: 1px solid #4d627e;
  padding: 0.5rem 2rem;
  font-size: 1.2rem;
  letter-spacing: .15rem;
  font-weight: bold; }

@media screen and (max-width: 1023px) {
  .templateA .footerContent .footerNavi__wrap .footerNavi__list li a {
    padding: 0 1rem; } }

.templateA .footerContent .footerNavi__wrap .footerNavi__list li:first-child a {
  padding-left: 0; }

.templateA .footerContent .footerNavi__wrap .footerNavi__list li:last-child a {
  border-right: 0; }

@media screen and (max-width: 767.5px) {
  .templateA .footerContent .footerNavi__wrap .footerNavi__list li:nth-child(4) a {
    border-right: none; } }

@media screen and (max-width: 767.5px) {
  .templateA .footerContent .footerNavi__wrap .footerNavi__list li.only__pc {
    display: none; } }

.templateA .footerContent .footerNavi__wrap .footerNavi__list.footerNavi__list-sp {
  display: none; }

@media screen and (max-width: 767.5px) {
  .templateA .footerContent .footerNavi__wrap .footerNavi__list.footerNavi__list-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.templateA .footerContent .footerNavi__wrap .copyright {
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: .1px; }

@media screen and (max-width: 1023px) {
  .templateA .footerContent .footerNavi__wrap .copyright {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 1px solid #374f6e; } }

.templateA .scroll__top {
  position: absolute;
  bottom: 0;
  right: 0; }

@media screen and (max-width: 767.5px) {
  .templateA .scroll__top {
    top: 0;
    bottom: auto; } }

.templateA .scroll__top .scroll__btn {
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  width: 60px;
  height: 60px;
  bottom: 0px;
  right: 0;
  background: #2c4f7c;
  color: #ffffff;
  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;
  padding-top: 2.5rem;
  letter-spacing: 1px;
  padding-left: .5rem;
  overflow: hidden;
  z-index: 100; }

@media screen and (max-width: 1023px) {
  .templateA .scroll__top .scroll__btn {
    font-size: 1.4rem; } }

.templateA .scroll__top .scroll__btn::before {
  content: "";
  position: absolute;
  background: url(../img/common/arrow_top.png) no-repeat;
  top: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 5px;
  height: 30px; }

.templateA .bannerTop {
  height: 66rem;
  position: relative;
  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: 1023px) {
  .templateA .bannerTop {
    height: 60rem; } }

@media screen and (max-width: 767.5px) {
  .templateA .bannerTop {
    height: 32rem; } }

.templateA .bannerTop::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 84%;
  height: 100%;
  display: block;
  background-size: cover; }

@media screen and (max-width: 1023px) {
  .templateA .bannerTop::before {
    width: 90%; } }

@media screen and (max-width: 600px) {
  .templateA .bannerTop::before {
    width: 84%; } }

.templateA .bannerTop .inner {
  width: 100%;
  max-width: 100%;
  padding-left: 10%; }

@media screen and (max-width: 1440px) {
  .templateA .bannerTop .inner {
    padding-left: 10rem; } }

@media screen and (max-width: 1279px) {
  .templateA .bannerTop .inner {
    max-width: 108rem;
    padding: 0 2rem; } }

@media screen and (max-width: 1023px) {
  .templateA .bannerTop .inner .bannerTop__ctn {
    padding-top: 5rem; } }

.templateA .bannerTop .inner .bannerTop__ctn .bannerTop__txt {
  font-size: 2.8rem;
  font-weight: bold;
  display: inline;
  position: relative;
  z-index: 1;
  background: #ffffff;
  margin-bottom: 1rem;
  padding: .6rem 0;
  line-height: 1.8; }

@media screen and (max-width: 1023px) {
  .templateA .bannerTop .inner .bannerTop__ctn .bannerTop__txt {
    font-size: 1.6rem;
    margin-bottom: .3rem;
    padding: 0.4rem 0; } }

.templateA .bannerTop .inner .bannerTop__ctn .bannerTop__btn {
  background: #35958f;
  color: #ffffff;
  border: 1px solid #35958f;
  max-width: 33rem;
  width: 100%;
  padding: 2rem .5rem;
  text-align: center;
  display: block;
  position: relative;
  z-index: 10;
  margin-top: 3rem; }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .templateA .bannerTop .inner .bannerTop__ctn .bannerTop__btn {
    font-family: "Noto Sans JP", sans-serif; } }

@media screen and (max-width: 1023px) {
  .templateA .bannerTop .inner .bannerTop__ctn .bannerTop__btn {
    max-width: 22rem;
    padding: 1.5rem .5rem; } }

@media screen and (max-width: 767.5px) {
  .templateA .bannerTop .inner .bannerTop__ctn .bannerTop__btn {
    margin-top: 2rem;
    font-size: 1.4rem;
    max-width: 18rem;
    padding-right: 5.5rem;
    padding: 1rem 5.5rem 1rem .5rem; } }

.templateA .bannerTop .inner .bannerTop__ctn .bannerTop__btn:hover {
  background: #ffffff;
  color: #35958f; }

.templateA .bannerTop .inner .bannerTop__ctn .bannerTop__btn:hover::after {
  background: url(../img/common/arrow_right.png) no-repeat; }

.templateA .bannerTop .inner .bannerTop__ctn .bannerTop__btn::after {
  content: "";
  position: absolute;
  background: url(../img/common/arrow_right_white.png) no-repeat;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.8rem;
  height: .7rem;
  margin-top: -0.1rem; }

.templateA .main__content {
  background: #ebeff2;
  padding-top: 18.5rem;
  margin-top: -8.5rem; }

@media screen and (max-width: 1023px) {
  .templateA .main__content {
    padding-top: 14.5rem;
    margin-top: -6.5rem; } }

@media screen and (max-width: 767.5px) {
  .templateA .main__content {
    padding-top: 11.5rem;
    margin-top: -5.5rem; } }

.templateA .main__content .service {
  padding-bottom: 10rem; }

@media screen and (max-width: 1023px) {
  .templateA .main__content .service {
    padding-bottom: 6rem; } }

@media screen and (max-width: 767.5px) {
  .templateA .main__content .service .inner {
    padding: 0 2rem; } }

.templateA .main__content .service .service__title {
  text-align: center;
  margin-bottom: 7rem; }

@media screen and (max-width: 1023px) {
  .templateA .main__content .service .service__title {
    margin-bottom: 4rem; } }

@media screen and (max-width: 767.5px) {
  .templateA .main__content .service .service__title {
    margin-bottom: 3.5rem; } }

.templateA .main__content .service .service__title span {
  font-size: 1.2rem;
  font-family: "Oswald", sans-serif;
  color: #3163a6;
  display: block;
  padding-bottom: 1.5rem;
  letter-spacing: 0.15rem; }

@media screen and (max-width: 767.5px) {
  .templateA .main__content .service .service__title span {
    padding-bottom: 1rem;
    font-size: 1.1rem; } }

.templateA .main__content .service .service__title em {
  font-style: normal;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .1rem; }

@media screen and (max-width: 767.5px) {
  .templateA .main__content .service .service__title em {
    font-size: 2rem; } }

.templateA .main__content .service .serviceBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 767.5px) {
  .templateA .main__content .service .serviceBox {
    display: block; } }

.templateA .main__content .service .serviceBox .serviceBox__item {
  width: calc(100% / 3);
  padding: 6rem 4rem 3.5rem 4rem;
  background-size: cover; }

@media screen and (max-width: 1023px) {
  .templateA .main__content .service .serviceBox .serviceBox__item {
    padding: 4rem 2rem 3.5rem 2rem; } }

@media screen and (max-width: 767.5px) {
  .templateA .main__content .service .serviceBox .serviceBox__item {
    width: 100%;
    padding: 5rem;
    margin-bottom: 2rem;
    background-size: cover; }
  .templateA .main__content .service .serviceBox .serviceBox__item:last-child {
    margin-bottom: 0; } }

@media screen and (max-width: 374px) {
  .templateA .main__content .service .serviceBox .serviceBox__item {
    padding: 4.5rem; } }

.templateA .main__content .service .serviceBox .serviceBox__item .serviceBox__ctn {
  background: rgba(255, 255, 255, 0.9);
  padding: 5rem 4.5rem;
  min-height: 26rem; }

@media screen and (max-width: 1279px) {
  .templateA .main__content .service .serviceBox .serviceBox__item .serviceBox__ctn {
    padding: 5rem 4rem; } }

@media screen and (max-width: 1023px) {
  .templateA .main__content .service .serviceBox .serviceBox__item .serviceBox__ctn {
    padding: 3rem 1.5rem;
    min-height: 23rem; } }

@media screen and (max-width: 767.5px) {
  .templateA .main__content .service .serviceBox .serviceBox__item .serviceBox__ctn {
    padding: 3.5rem 1.5rem;
    min-height: 22.4rem;
    max-width: 22.5rem;
    margin: 0 auto; } }

@media screen and (max-width: 374px) {
  .templateA .main__content .service .serviceBox .serviceBox__item .serviceBox__ctn {
    padding: 3.5rem 1.5rem; } }

.templateA .main__content .service .serviceBox .serviceBox__item .serviceBox__ctn .serviceBox__title {
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  color: #3163a6;
  text-align: center;
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem; }

@media screen and (max-width: 1023px) {
  .templateA .main__content .service .serviceBox .serviceBox__item .serviceBox__ctn .serviceBox__title {
    font-size: 2.2rem; } }

@media screen and (max-width: 767.5px) {
  .templateA .main__content .service .serviceBox .serviceBox__item .serviceBox__ctn .serviceBox__title {
    font-size: 2rem; } }

.templateA .main__content .service .serviceBox .serviceBox__item .serviceBox__ctn .serviceBox__title::before {
  content: "";
  position: absolute;
  background: #3163a6;
  width: 6rem;
  height: .2rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.templateA .main__content .service .serviceBox .serviceBox__item .serviceBox__ctn .serviceBox__txt {
  text-align: center;
  line-height: 2; }

@media screen and (max-width: 767.5px) {
  .templateA .main__content .service .serviceBox .serviceBox__item .serviceBox__ctn .serviceBox__txt {
    font-size: 1.5rem; } }

.templateA .main__content .service .serviceBox .serviceBox__item.serviceBox__item-two {
  background-size: cover; }

@media screen and (max-width: 767.5px) {
  .templateA .main__content .service .serviceBox .serviceBox__item.serviceBox__item-two {
    background-size: cover; } }

.templateA .main__content .service .serviceBox .serviceBox__item.serviceBox__item-three {
  background-size: cover; }

.templateA .main__content .service .service__btn {
  text-align: center;
  margin-top: 5rem;
  letter-spacing: .1rem; }

@media screen and (max-width: 767.5px) {
  .templateA .main__content .service .service__btn.only__pc {
    display: none; } }

.templateA .main__content .service .service__btn a {
  max-width: 30rem;
  padding: 1.8rem 0;
  text-align: center;
  background: #3163a6;
  font-size: 1.4rem;
  color: #ffffff;
  display: block;
  margin: 0 auto;
  position: relative;
  border: 1px solid #3163a6;
  padding-right: 2.8rem; }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .templateA .main__content .service .service__btn a {
    font-family: "Noto Sans JP", sans-serif; } }

.templateA .main__content .service .service__btn a::after {
  content: "";
  position: absolute;
  background: url(../img/common/arrow_right_white.png) no-repeat;
  height: .7rem;
  width: 2.8rem;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.templateA .main__content .service .service__btn a:hover {
  background: #ffffff;
  color: #3163a6; }

.templateA .main__content .service .service__btn a:hover::after {
  background: url(../img/common/arrow_right_blue.png) no-repeat; }

.templateA .main__content .achievement {
  background: #ffffff;
  padding: 6rem 0 4.5rem 0;
  position: relative;
  margin-top: 7rem; }

@media screen and (max-width: 767.5px) {
  .templateA .main__content .achievement {
    padding: 0;
    margin-top: 0; } }

.templateA .main__content .achievement::before {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
  z-index: 10; }

@media screen and (max-width: 767.5px) {
  .templateA .main__content .achievement::before {
    display: none; } }

.templateA .main__content .achievement .achievement__img {
  width: 100%; }

.templateA .main__content .achievement .achievement__img::after {
  content: "";
  position: absolute;
  width: 55%;
  height: 116%;
  right: 0;
  top: -7rem;
  background-size: cover; }

@media screen and (max-width: 767.5px) {
  .templateA .main__content .achievement .achievement__img::after {
    display: none; } }

.templateA .main__content .achievement .achievement__img .only__sp {
  display: none; }

@media screen and (max-width: 767.5px) {
  .templateA .main__content .achievement .achievement__img .only__sp {
    display: block;
    width: 100%; } }

@media screen and (max-width: 1279px) {
  .templateA .main__content .achievement .inner {
    padding: 0 2rem; } }

.templateA .main__content .achievement .achievement__infor {
  width: 50%;
  background: #ffffff;
  position: relative;
  z-index: 10; }

@media screen and (max-width: 767.5px) {
  .templateA .main__content .achievement .achievement__infor {
    width: 100%;
    padding: 3.5rem 3rem;
    margin-top: -4rem; } }

.templateA .main__content .achievement .achievement__infor .achievement__title {
  padding-bottom: 4.5rem; }

@media screen and (max-width: 767.5px) {
  .templateA .main__content .achievement .achievement__infor .achievement__title {
    padding-bottom: 2rem; } }

.templateA .main__content .achievement .achievement__infor .achievement__title span {
  color: #3163a6;
  font-size: 1.2rem;
  font-family: "Oswald", sans-serif;
  display: block;
  margin-bottom: 1.5rem;
  letter-spacing: 1.5px; }

@media screen and (max-width: 767.5px) {
  .templateA .main__content .achievement .achievement__infor .achievement__title span {
    font-size: 1.1rem;
    margin-bottom: 1rem; } }

.templateA .main__content .achievement .achievement__infor .achievement__title em {
  font-size: 2.8rem;
  font-weight: bold;
  font-style: normal;
  letter-spacing: .15rem; }

@media screen and (max-width: 1023px) {
  .templateA .main__content .achievement .achievement__infor .achievement__title em {
    font-size: 2.4rem; } }

@media screen and (max-width: 767.5px) {
  .templateA .main__content .achievement .achievement__infor .achievement__title em {
    font-size: 2rem;
    letter-spacing: .1rem; } }

.templateA .main__content .achievement .achievement__infor .achievement__txt {
  margin-bottom: 2.5rem;
  line-height: 2;
  padding-right: 2rem; }

@media screen and (max-width: 767.5px) {
  .templateA .main__content .achievement .achievement__infor .achievement__txt {
    line-height: 1.6;
    padding-right: 0; } }

.templateA .main__content .achievement .achievement__infor .achievement__btn a {
  max-width: 26rem;
  padding: 2rem 0;
  text-align: center;
  background: #3163a6;
  font-size: 1.4rem;
  color: #ffffff;
  display: block;
  position: relative;
  border: 1px solid #3163a6;
  padding-right: 2.8rem; }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .templateA .main__content .achievement .achievement__infor .achievement__btn a {
    font-family: "Noto Sans JP", sans-serif; } }

@media screen and (max-width: 767.5px) {
  .templateA .main__content .achievement .achievement__infor .achievement__btn a {
    padding: 1.5rem 0;
    margin: 0 auto; } }

.templateA .main__content .achievement .achievement__infor .achievement__btn a::after {
  content: "";
  position: absolute;
  background: url(../img/common/arrow_right_white.png) no-repeat;
  height: .7rem;
  width: 2.8rem;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -0.1rem; }

.templateA .main__content .achievement .achievement__infor .achievement__btn a:hover {
  background: #ffffff;
  color: #3163a6; }

.templateA .main__content .achievement .achievement__infor .achievement__btn a:hover::after {
  background: url(../img/common/arrow_right_blue.png) no-repeat; }

.templateA .main__content .news {
  background: #ffffff;
  padding: 11rem 0 8rem 0; }

@media screen and (max-width: 767.5px) {
  .templateA .main__content .news {
    padding: 3rem 0rem 6rem 0rem; } }

.templateA .news .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 1279px) {
  .templateA .news .inner {
    padding: 0 2rem; } }

@media screen and (max-width: 767.5px) {
  .templateA .news .inner {
    display: block; } }

.templateA .news .newsMain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 767.5px) {
  .templateA .news .newsMain {
    display: block; } }

.templateA .news .news__title {
  width: 25%; }

@media screen and (max-width: 767.5px) {
  .templateA .news .news__title {
    margin-bottom: 3.5rem;
    width: 100%;
    text-align: center; } }

.templateA .news .news__title span {
  font-size: 1.2rem;
  font-family: "Oswald", sans-serif;
  color: #3163a6;
  display: block;
  padding-bottom: 1.5rem;
  letter-spacing: .15rem; }

@media screen and (max-width: 767.5px) {
  .templateA .news .news__title span {
    padding-bottom: 1rem;
    font-size: 1.1rem; } }

.templateA .news .news__title em {
  font-style: normal;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .15rem; }

@media screen and (max-width: 767.5px) {
  .templateA .news .news__title em {
    font-size: 2rem; } }

.templateA .news .news__ctn {
  width: 75%; }

@media screen and (max-width: 767.5px) {
  .templateA .news .news__ctn {
    width: 100%; } }

.templateA .news .news__ctn .newsList .newsList__item {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 1.8rem;
  margin-bottom: 1.8rem; }

@media screen and (max-width: 767.5px) {
  .templateA .news .news__ctn .newsList .newsList__item {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem; } }

.templateA .news .news__ctn .newsList .newsList__item 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;
  color: #222222;
  position: relative; }

@media screen and (max-width: 767.5px) {
  .templateA .news .news__ctn .newsList .newsList__item a {
    display: block; } }

.templateA .news .news__ctn .newsList .newsList__item a::after {
  content: "";
  position: absolute;
  background: url(../img/common/icon_next.png) no-repeat;
  width: .7rem;
  height: 1.2rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 100%; }

@media screen and (max-width: 767.5px) {
  .templateA .news .news__ctn .newsList .newsList__item a::after {
    top: auto;
    bottom: 0; } }

.templateA .news .news__ctn .newsList .newsList__item a .newsList__infor {
  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;
  width: 250px; }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .templateA .news .news__ctn .newsList .newsList__item a .newsList__infor {
    font-family: "Noto Sans JP", sans-serif; } }

@media screen and (max-width: 767.5px) {
  .templateA .news .news__ctn .newsList .newsList__item a .newsList__infor {
    margin-bottom: 1rem;
    width: 100%; } }

.templateA .news .news__ctn .newsList .newsList__item a .newsList__infor .newsList__day {
  font-size: 1.3rem;
  margin-right: 2rem;
  letter-spacing: .15rem; }

@media screen and (max-width: 767.5px) {
  .templateA .news .news__ctn .newsList .newsList__item a .newsList__infor .newsList__day {
    font-size: 1.2rem; } }

.templateA .news .news__ctn .newsList .newsList__item a .newsList__infor .newsList__tag {
  font-size: 1.1rem;
  color: #3163a6;
  border: 1px solid #3163a6;
  margin-right: 2rem;
  padding: .15rem 2rem .1rem 2rem;
  font-weight: bold; }

@media screen and (max-width: 767.5px) {
  .templateA .news .news__ctn .newsList .newsList__item a .newsList__infor .newsList__tag {
    font-weight: 500; } }

.templateA .news .news__ctn .newsList .newsList__item a .newsList__title {
  font-size: 1.4rem;
  width: calc(100% - 250px);
  padding-right: 2rem; }

@media screen and (max-width: 767.5px) {
  .templateA .news .news__ctn .newsList .newsList__item a .newsList__title {
    width: 100%; } }

.templateA .news .news__ctn .news__btn {
  text-align: right;
  padding-top: 2.5rem; }

.templateA .news .news__ctn .news__btn a {
  color: #3163a6;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  padding-right: 3.5rem; }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .templateA .news .news__ctn .news__btn a {
    font-family: "Noto Sans JP", sans-serif; } }

.templateA .news .news__ctn .news__btn a::after {
  content: "";
  position: absolute;
  background: url(../img/common/arrow_right_blue.png) no-repeat;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.8rem;
  height: .7rem;
  background-size: 100%;
  margin-top: -0.1rem; }

.templateA .news .news__ctn .news__btn a:hover {
  opacity: 0.8; }

.templateA .company {
  padding: 5rem 0 8rem; }

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

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

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

.templateA .company .title {
  margin-bottom: 2.5rem;
  position: relative; }

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

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

@media screen and (max-width: 767.5px) {
  .templateA .company .title {
    text-align: center; } }

.templateA .company .title__jp {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 0.25rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #222222; }

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

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

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

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

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

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

.templateA .company .list-group .list-group-item .label {
  font-size: 1.6rem;
  letter-spacing: 0.4rem;
  font-weight: 400; }

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

@media screen and (max-width: 767.5px) {
  .templateA .company .list-group .list-group-item .label {
    padding-bottom: 1rem;
    padding-left: 1rem; } }

@media screen and (max-width: 480px) {
  .templateA .company .list-group .list-group-item .label {
    font-size: 1.4rem; } }

.templateA .company .list-group .list-group-item .txt {
  font-size: 1.6rem; }

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

@media screen and (max-width: 767.5px) {
  .templateA .company .list-group .list-group-item .txt {
    padding-left: 1rem; } }

@media screen and (max-width: 480px) {
  .templateA .company .list-group .list-group-item .txt {
    font-size: 1.4rem; } }

.templateA .company .list-group .list-group-item .txt.-email {
  color: #3163a6;
  text-decoration: underline; }

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

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

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

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

.templateA .vision .mission .title {
  margin-bottom: 2.5rem;
  position: relative;
  text-align: center; }

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

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

.templateA .vision .mission .title__jp {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 0.25rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #222222; }

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

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

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

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

.templateA .vision .mission__head {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.25rem;
  text-align: center;
  padding: 3rem 0; }

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

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

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

.templateA .vision .mission__smallTxt {
  font-size: 1.6rem;
  letter-spacing: 0.25rem;
  text-align: center; }

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

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

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

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

.templateA .vision .director {
  padding-bottom: 16rem; }

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

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

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

.templateA .vision .director__wrapper {
  background-color: #fff;
  padding-top: 8rem;
  margin-top: -17rem; }

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

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

@media screen and (max-width: 767.5px) {
  .templateA .vision .director__wrapper {
    padding: 4rem 5rem 0 5rem;
    margin-top: -8rem; } }

@media screen and (max-width: 480px) {
  .templateA .vision .director__wrapper {
    padding: 4rem 3rem 0 3rem; } }

.templateA .vision .director__left {
  padding: 0; }

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

.templateA .vision .director__left .label {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.4rem;
  padding-bottom: 3rem; }

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

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

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

.templateA .vision .director__left .info {
  line-height: 2;
  font-size: 1.6rem;
  font-weight: 400; }

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

@media screen and (max-width: 767.5px) {
  .templateA .vision .director__left .info {
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 0.15rem; } }

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

.templateA .vision .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) {
  .templateA .vision .director__right {
    padding-left: 5rem; } }

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

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

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

.templateA .page__service .blockEditorContainer, .templateA .page__achievement .blockEditorContainer {
  padding-bottom: 5rem; }

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

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

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

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

@media screen and (max-width: 480px) {
  .templateA .box__wrapper {
    padding: 3rem 0 6rem; } }

.templateA .box__wrapper .row1 {
  margin: 0; }

.templateA .box .inner {
  width: 100%; }

.templateA .box__left {
  padding-top: 2rem;
  padding-left: 0;
  padding-right: 12rem; }

@media screen and (max-width: 1279px) {
  .templateA .box__left {
    padding-right: 9rem; } }

@media screen and (max-width: 1024px) {
  .templateA .box__left {
    padding-top: 1rem; } }

@media screen and (max-width: 768px) {
  .templateA .box__left {
    padding-right: 4rem; } }

@media screen and (max-width: 767.5px) {
  .templateA .box__left {
    padding: 0 6rem 6rem 6rem; } }

@media screen and (max-width: 480px) {
  .templateA .box__left {
    padding: 0 3rem 5rem 3rem; } }

@media screen and (max-width: 374px) {
  .templateA .box__left {
    padding: 0 2rem 3rem 2rem; } }

.templateA .box__left .title {
  padding-bottom: 5rem; }

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

@media screen and (max-width: 1023px) {
  .templateA .box__left .title {
    padding-bottom: 2rem; } }

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

@media screen and (max-width: 480px) {
  .templateA .box__left .title {
    padding-bottom: 2.5rem; } }

@media screen and (max-width: 374px) {
  .templateA .box__left .title {
    padding-bottom: 2rem; } }

.templateA .box__left .title__jp {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.78;
  letter-spacing: 0.2rem; }

@media screen and (max-width: 1279px) {
  .templateA .box__left .title__jp {
    font-size: 2.2rem; } }

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

@media screen and (max-width: 850px) {
  .templateA .box__left .title__jp {
    font-size: 1.6rem; } }

@media screen and (max-width: 800px) {
  .templateA .box__left .title__jp {
    font-size: 1.5rem; } }

@media screen and (max-width: 767.5px) {
  .templateA .box__left .title__jp {
    font-size: 2rem; } }

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

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

.templateA .box__txt {
  line-height: 2;
  font-size: 1.6rem; }

@media screen and (max-width: 1023px) {
  .templateA .box__txt {
    font-size: 1.3rem; } }

@media screen and (max-width: 767.5px) {
  .templateA .box__txt {
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.15rem; } }

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

.templateA .box__right {
  right: 0;
  padding: 0; }

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

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

.templateA .box__right img {
  width: 100%;
  max-width: 600px; }

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

.templateA .policy {
  padding: 5rem 0 10rem; }

@media screen and (max-width: 1024px) {
  .templateA .policy {
    padding: 4rem 0 8rem; } }

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

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

.templateA .policy__item {
  padding-bottom: 5rem; }

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

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

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

.templateA .policy__title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.25rem;
  color: #3163a6;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 2rem;
  margin-bottom: 2.5rem; }

@media screen and (max-width: 480px) {
  .templateA .policy__title {
    font-size: 1.6rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem; } }

.templateA .policy__txt {
  font-size: 1.6rem;
  line-height: 2; }

@media screen and (max-width: 480px) {
  .templateA .policy__txt {
    font-size: 1.4rem; } }

.templateA .news {
  padding: 5rem 0 10rem; }

@media screen and (max-width: 1024px) {
  .templateA .news {
    padding: 4rem 0 8rem; } }

@media screen and (max-width: 480px) {
  .templateA .news {
    padding: 3rem 0 6rem; } }

.templateA .news .inner {
  display: block; }

.templateA .news__list {
  padding-bottom: 5rem; }

@media screen and (max-width: 480px) {
  .templateA .news__list {
    padding-bottom: 3.5rem; } }

.templateA .news__item {
  border-bottom: 1px solid #e8e8e8; }

@media screen and (max-width: 767.5px) {
  .templateA .news__item {
    padding: 0 0.5rem; } }

.templateA .news__item a {
  color: #222222;
  padding: 2.5rem 0; }

@media screen and (max-width: 767.5px) {
  .templateA .news__item a {
    display: block !important;
    padding: 1.5rem 0; } }

.templateA .news__item a .info {
  width: 230px; }

@media screen and (max-width: 767.5px) {
  .templateA .news__item a .info {
    margin-bottom: 1rem;
    width: 100%; } }

.templateA .news__item a .info__date {
  font-size: 1.3rem;
  margin-right: 2rem; }

@media screen and (max-width: 767.5px) {
  .templateA .news__item a .info__date {
    font-size: 1.2rem; } }

.templateA .news__item a .info__tag {
  font-size: 1.1rem;
  color: #3163a6;
  border: 1px solid #3163a6;
  margin-right: 2rem;
  padding: 0.05rem 2rem 0 2rem;
  font-weight: 700; }

@media screen and (max-width: 767.5px) {
  .templateA .news__item a .info__tag {
    font-weight: 500; } }

.templateA .news__txt {
  font-size: 1.4rem;
  padding-right: 2rem;
  width: calc(100% - 230px); }

@media screen and (max-width: 767.5px) {
  .templateA .news__txt {
    width: 100%; } }

.templateA .news__txt::after {
  content: '';
  position: absolute;
  background: url(../img/common/icon_next.png) no-repeat;
  width: 0.7rem;
  height: 1.2rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 100%; }

.templateA .news .pagination {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.templateA .news .pagination .page-item:first-child {
  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; }

.templateA .news .pagination .page-item:first-child .page-link .label {
  color: #3163a6;
  position: relative;
  padding-left: 2rem;
  margin-right: 2.5rem;
  padding-right: 3rem;
  border-right: 1px solid #e8e8e8; }

@media screen and (max-width: 767.5px) {
  .templateA .news .pagination .page-item:first-child .page-link .label {
    display: none; } }

.templateA .news .pagination .page-item:first-child .page-link .icon-arrow-right {
  position: relative; }

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

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

.templateA .news .pagination .page-item:last-child {
  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; }

.templateA .news .pagination .page-item:last-child .page-link .label {
  color: #3163a6;
  position: relative;
  padding-right: 2rem;
  border-left: 1px solid #e8e8e8;
  padding-left: 3rem;
  margin-left: 2.5rem; }

@media screen and (max-width: 767.5px) {
  .templateA .news .pagination .page-item:last-child .page-link .label {
    display: none; } }

.templateA .news .pagination .page-item:last-child .page-link .icon-arrow-right {
  position: relative; }

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

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

.templateA .news .pagination .page-item .page-link {
  border: none;
  color: #222222;
  font-size: 1.6rem; }

@media screen and (min-width: 480px) {
  .templateA .news .pagination .page-item .page-link {
    padding: 0 1rem; } }

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

.templateA .news .pagination .page-item .page-link:hover {
  background-color: #fff; }

.templateA .news .pagination .active .page-link {
  color: #3163a6 !important;
  background-color: #fff; }

.templateA .sns .link {
  height: 20px;
  width: 184px; }

.templateA .sns .link iframe {
  width: 184px !important; }

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

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

#edittingNowOnTheOurCms.templateA .blockEditorContainer .richTextBoxCss h2,
#edittingNowOnTheOurCms.templateA .modalTsukuruCms h2,
#edittingNowOnTheOurCms.templateA .TsukuruCmsHeadingCss h2,
.templateA .blockEditorContainer .richTextBoxCss h2,
.templateA .blockEditorContainer .TsukuruCmsHeadingCss h2 {
  font-weight: 600 !important;
  letter-spacing: 0.25rem !important;
  color: #3163a6 !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.templateA .blockEditorContainer .richTextBoxCss h2,
  #edittingNowOnTheOurCms.templateA .modalTsukuruCms h2,
  #edittingNowOnTheOurCms.templateA .TsukuruCmsHeadingCss h2,
  .templateA .blockEditorContainer .richTextBoxCss h2,
  .templateA .blockEditorContainer .TsukuruCmsHeadingCss h2 {
    padding-bottom: 1.2rem !important;
    font-size: 20px !important; } }

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

#edittingNowOnTheOurCms.templateA .blockEditorContainer .richTextBoxCss h3,
#edittingNowOnTheOurCms.templateA .modalTsukuruCms h3,
#edittingNowOnTheOurCms.templateA .TsukuruCmsHeadingCss h3,
.templateA .blockEditorContainer .richTextBoxCss h3,
.templateA .blockEditorContainer .TsukuruCmsHeadingCss h3 {
  font-weight: 600 !important;
  letter-spacing: 0.25rem !important;
  color: #3163a6 !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.templateA .blockEditorContainer .richTextBoxCss h3,
  #edittingNowOnTheOurCms.templateA .modalTsukuruCms h3,
  #edittingNowOnTheOurCms.templateA .TsukuruCmsHeadingCss h3,
  .templateA .blockEditorContainer .richTextBoxCss h3,
  .templateA .blockEditorContainer .TsukuruCmsHeadingCss h3 {
    font-size: 18px !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.templateA .box__top .breadcrumb .iconArrow.-prev {
  font-weight: 500;
  color: #222222; }

.templateA .article {
  padding: 5rem 0 7rem; }

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

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

.templateA .article .title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.25rem;
  padding-bottom: 2rem; }

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

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

@media screen and (max-width: 374px) {
  .templateA .article .title {
    font-size: 1.4rem; } }

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

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

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

.templateA .article .info__date {
  font-size: 1.6rem;
  color: #979797; }

@media screen and (max-width: 767.5px) {
  .templateA .article .info__date {
    font-size: 1.4rem; } }

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

.templateA .article .info__tag {
  color: #3163a6;
  border: 1px solid #3163a6;
  font-size: 1.1rem;
  padding: 0.3rem 2rem 0.2rem 2rem;
  letter-spacing: 0.2rem;
  margin-left: 2rem;
  font-weight: 700; }

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

.templateA .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) {
  .templateA .article__detail {
    padding: 2rem 0;
    margin-bottom: 2.5rem; } }

.templateA .article__detail .block {
  padding-bottom: 4rem; }

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

.templateA .article__detail .block p {
  letter-spacing: 0.15rem; }

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

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

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

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

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

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

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

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

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

.templateA .article__share .link {
  height: 2rem; }

.templateA .article__share .link__twitter {
  height: 2rem;
  padding-left: 0.3rem; }

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

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

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

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

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

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

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

.templateA .page__contact .formContact {
  margin-bottom: 9rem;
  margin-top: 5rem; }

@media screen and (max-width: 1279px) {
  .templateA .page__contact .formContact {
    margin-bottom: 5rem; } }

@media screen and (max-width: 767.5px) {
  .templateA .page__contact .formContact {
    margin-bottom: 3rem;
    margin-top: 3rem; } }

.templateA .page__contact .subTitle {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem; }

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

.templateA .page__contact .basicText {
  text-align: center;
  margin-bottom: 5rem;
  font-size: 1.6rem; }

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

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

.templateA .page__contact .danger {
  font-size: 1.6rem;
  color: #ce2121;
  padding-left: 0;
  padding-top: 0;
  max-width: 100rem;
  margin: 0 auto;
  margin-bottom: 3rem; }

@media screen and (max-width: 767.5px) {
  .templateA .page__contact .danger {
    font-size: 1.4rem;
    padding-right: 3rem;
    margin-bottom: 1.5rem; } }

.templateA .page__contact .danger strong {
  color: #212121; }

.templateA .page__contact .danger .close {
  color: #212121;
  font-size: 1.6rem;
  top: 5px; }

.templateA .page__contact .red, .templateA .page__contact .necessary_input {
  color: #ce2121; }

.templateA .page__contact .form-group-privacy-policy {
  margin-bottom: 40px; }

@media screen and (max-width: 767.5px) {
  .templateA .page__contact .form-group-privacy-policy {
    margin-bottom: 20px; } }

.templateA .page__contact .form-group-privacy-policy .form-check {
  text-align: center;
  margin-top: 20px; }

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

.templateA .page__contact .form-group-privacy-policy .form-check .form-check-input {
  margin-top: 6px; }

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

.templateA .page__contact .form-group-privacy-policy .form-check .form-check-label {
  padding-left: 5px; }

.templateA .page__contact form {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto; }

.templateA .page__contact form .form-group {
  margin-bottom: 2.5rem;
  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: 767.5px) {
  .templateA .page__contact form .form-group {
    margin-bottom: 1.5rem; } }

.templateA .page__contact 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: bold;
  margin-bottom: .7rem;
  width: 27rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 3rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 1.2rem; }

@media screen and (max-width: 767.5px) {
  .templateA .page__contact form .form-group label {
    font-size: 1.4rem;
    margin-bottom: .5rem;
    -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%; } }

.templateA .page__contact form .form-group label .necessary_input {
  margin-left: 1.5rem;
  width: 5rem;
  height: 2.5rem;
  margin-left: 1rem;
  padding: 0 0;
  background: #ce2121;
  border-radius: .5rem;
  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) {
  .templateA .page__contact form .form-group label .necessary_input {
    width: 4.2rem;
    height: 2rem;
    top: 2px; } }

.templateA .page__contact form .form-group input.form-control {
  border: 1px solid #ced4da; }

.templateA .page__contact form .form-group textarea {
  height: 20rem !important; }

@media screen and (max-width: 767.5px) {
  .templateA .page__contact form .form-group textarea {
    height: 10rem !important; } }

.templateA .page__contact form .form-group textarea.form-control {
  border: 1px solid #ced4da; }

.templateA .page__contact form .form-group .form-control {
  height: 5rem;
  padding: 1.5rem;
  border: 1px solid #ced4da;
  font-size: 1.6rem;
  width: calc(100% - 270px);
  line-height: 1;
  white-space: pre-line;
  display: inline-table; }

@media screen and (max-width: 767.5px) {
  .templateA .page__contact form .form-group .form-control {
    width: 100%;
    height: 4rem;
    padding: 1rem;
    font-size: 1.4rem; } }

.templateA .page__contact form .form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.templateA .page__contact .btnArea {
  text-align: center; }

.templateA .page__contact .btnArea .btn {
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  color: #fff;
  display: inline-block;
  border-radius: 0;
  background: #3163a6;
  font-size: 2.4rem;
  line-height: 1;
  padding: 1.5rem;
  font-weight: 500;
  width: 25rem;
  margin-right: 15px;
  border: 1px solid #3163a6; }

@media screen and (max-width: 767.5px) {
  .templateA .page__contact .btnArea .btn {
    font-size: 1.8rem;
    display: block;
    padding: 1rem 1.5rem;
    margin: 0 auto;
    margin-bottom: 1.5rem;
    border: 1px solid #3163a6; } }

.templateA .page__contact .btnArea .btn:last-child {
  margin-right: 0; }

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

.templateA .page__contact .btnArea .btn:hover {
  color: #3163a6;
  background: #ffffff;
  border: 1px solid #3163a6; }

@media screen and (max-width: 767.5px) {
  .templateA .page__contact .btnArea .btn:hover {
    border: 1px solid #3163a6; } }

.templateA .page__contact .btnArea .btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

/* ======================================= Form Editor css ==================================== */
.templateA .page__contact .formContact .inner {
  max-width: 1000px; }

.templateA .page__contact .formContact h1,
.templateA .page__contact .formContact h2,
.templateA .page__contact .formContact h3,
.templateA .page__contact .formContact h4,
.templateA .page__contact .formContact h5,
.templateA .page__contact .formContact h6 {
  font-weight: 600;
  letter-spacing: inherit;
  margin-bottom: 2rem; }

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

.templateA .page__contact .formContact hr {
  border: 0px;
  border-top: 1px solid #ccc; }

.templateA .page__contact .formContact img {
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
  display: block; }

.templateA .page__contact .formContact h1 {
  font-size: 2.6rem; }

@media screen and (max-width: 1023px) {
  .templateA .page__contact .formContact h1 {
    font-size: 2.4rem; } }

@media screen and (max-width: 767.5px) {
  .templateA .page__contact .formContact h1 {
    font-size: 2.2rem; } }

.templateA .page__contact .formContact h2 {
  font-size: 2.4rem; }

@media screen and (max-width: 1023px) {
  .templateA .page__contact .formContact h2 {
    font-size: 2.2rem; } }

@media screen and (max-width: 767.5px) {
  .templateA .page__contact .formContact h2 {
    font-size: 2rem; } }

.templateA .page__contact .formContact h3 {
  font-size: 2rem; }

@media screen and (max-width: 1023px) {
  .templateA .page__contact .formContact h3 {
    font-size: 1.8rem; } }

@media screen and (max-width: 767.5px) {
  .templateA .page__contact .formContact h3 {
    font-size: 1.6rem; } }

.templateA .page__contact .formContact h4 {
  font-size: 1.8rem; }

@media screen and (max-width: 1023px) {
  .templateA .page__contact .formContact h4 {
    font-size: 1.6rem; } }

@media screen and (max-width: 767.5px) {
  .templateA .page__contact .formContact h4 {
    font-size: 1.4rem; } }

.templateA .page__contact .formContact h5 {
  font-size: 1.6rem; }

@media screen and (max-width: 1023px) {
  .templateA .page__contact .formContact h5 {
    font-size: 1.5rem; } }

@media screen and (max-width: 767.5px) {
  .templateA .page__contact .formContact h5 {
    font-size: 1.3rem; } }

.templateA .page__contact .formContact h6 {
  font-size: 1.4rem; }

@media screen and (max-width: 1023px) {
  .templateA .page__contact .formContact h6 {
    font-size: 1.3rem; } }

@media screen and (max-width: 767.5px) {
  .templateA .page__contact .formContact h6 {
    font-size: 1.2rem; } }

.templateA .page__contact .formContact h2 + p,
.templateA .page__contact .formContact h2 + ol,
.templateA .page__contact .formContact h2 + ul,
.templateA .page__contact .formContact h3 + p,
.templateA .page__contact .formContact h3 + ol,
.templateA .page__contact .formContact h3 + ul {
  margin-top: 0; }

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

.templateA .page__contact .formContact 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; }

.templateA .page__contact .formContact figure,
.templateA .page__contact .formContact ol,
.templateA .page__contact .formContact ul,
.templateA .page__contact .formContact blockquote {
  display: block;
  margin-bottom: 2.5rem; }

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

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

.templateA .page__contact .formContact ul {
  list-style-type: disc;
  margin-left: 1.5rem; }

.templateA .page__contact .formContact ul .descPage, .templateA .page__contact .formContact ul .subTitle, .templateA .page__contact .formContact ul .headingPage {
  text-align: left;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: inherit; }

.templateA .page__contact .formContact ol {
  list-style: decimal;
  margin-left: 2rem; }

.templateA .page__contact .formContact ol .descPage, .templateA .page__contact .formContact ol .subTitle, .templateA .page__contact .formContact ol .headingPage {
  text-align: left;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: inherit; }

.templateA .page__contact .formContact a {
  color: #1890ff;
  text-decoration: none;
  white-space: pre-wrap; }

.templateA .page__contact .formContact table {
  width: 100% !important;
  margin-bottom: 3rem; }

.templateA .page__contact .formContact table th {
  border: 1px solid #ced4da;
  padding: 5px; }

.templateA .page__contact .formContact 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%; }
