body {
  background: #ffffff;
}

.site-wrap {
  margin-top: 90px;
}
@media screen and (max-width: 999px) {
  .site-wrap {
    margin-top: 67px;
  }
}

header.site-head {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 10px 35px -5px #cccccc;
  z-index: 9999;
}
@media screen and (max-width: 999px) {
  header.site-head {
    display: none;
  }
}
header.site-head::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  width: calc((100% - 160px) / 2);
  height: 2px;
  background: #ffffff;
}
header.site-head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: calc((100% - 160px) / 2);
  height: 2px;
  background: #ffffff;
}
header.site-head .head-inner {
  display: flex;
  align-items: center;
  position: relative;
}
header.site-head .head-inner::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -40px;
  margin-left: -80px;
  background: #ffffff;
  height: calc(80px / 2);
  width: 160px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(180deg);
}
header.site-head .head-inner .left-navigation {
  width: calc((100% - 160px) / 2);
  display: flex;
  align-items: center;
}
header.site-head .head-inner .left-navigation .tel-info {
  width: 165px;
  padding: 10px 20px;
  box-sizing: border-box;
}
header.site-head .head-inner .left-navigation .tel-info p {
  line-height: 1.5;
  font-size: 10px;
}
header.site-head .head-inner .left-navigation .tel-info p.lg {
  font-size: 17px;
  font-family: "ADLaM Display", system-ui;
  color: #0066cc;
  font-weight: 900;
}
header.site-head .head-inner .left-navigation .global-nav__l {
  width: calc(100% - 165px);
}
header.site-head .head-inner .center-navigation {
  width: 160px;
}
header.site-head .head-inner .center-navigation .logo-block {
  padding: 10px 20px;
}
header.site-head .head-inner .center-navigation .logo-block h1 a img {
  width: 100%;
}
header.site-head .head-inner .right-navigation {
  width: calc((100% - 160px) / 2);
  display: flex;
  align-items: center;
}
header.site-head .head-inner .right-navigation .global-nav__r {
  width: calc(100% - 90px);
}
header.site-head .head-inner .right-navigation .contact-btn {
  width: 90px;
}
header.site-head .head-inner .right-navigation .contact-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 90px;
  background: #0066cc;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.site-head .head-inner .right-navigation .contact-btn a:hover {
  opacity: 0.7;
}
header.site-head .head-inner .right-navigation .contact-btn a span {
  display: block;
}
header.site-head .head-inner .right-navigation .contact-btn a span.icon {
  font-size: 30px;
  margin-bottom: 7px;
}
header.site-head .head-inner .right-navigation .contact-btn a span.text {
  font-size: 12px;
}

#dropmenu {
  display: flex;
  justify-content: flex-end;
}

#dropmenu.right-nav {
  display: flex;
  justify-content: flex-start;
}

#dropmenu li {
  position: relative;
}
#dropmenu li > a {
  padding: 10px 25px;
  display: block;
  text-decoration: none;
  color: #000000;
  font-size: 16px;
  text-align: center;
  font-family: "Kaisei Decol", serif;
}
#dropmenu li > a .icon {
  margin-bottom: 6px;
}
#dropmenu li > a .icon img {
  max-width: 45%;
}
#dropmenu li > a .en {
  font-size: 14px;
  font-family: "ADLaM Display", system-ui;
  color: #1769c5;
  font-weight: 600;
  margin-bottom: 3px;
}
#dropmenu li > a .text {
  font-size: 14px;
}

#dropmenu li ul li a {
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
}

#dropmenu li:hover > a {
  opacity: 0.7;
}

#dropmenu li ul {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 99;
}

#dropmenu li:last-child ul {
  left: -100%;
  width: 100%;
}

#dropmenu li ul li {
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #000000;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}

#dropmenu li ul li a {
  padding: 13px 10px;
  background: #ffffff;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}

#dropmenu li ul li a:hover {
  opacity: 1;
  background: #cccccc;
}

#dropmenu li:hover ul li {
  overflow: visible;
  height: 38px;
}

#dropmenu li:hover ul li:first-child {
  border-top: 0;
}

#dropmenu li:hover ul li:last-child {
  border-bottom: 0;
}

.site-head-sp {
  display: block;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}
@media screen and (min-width: 1000px) {
  .site-head-sp {
    display: none;
  }
}
.site-head-sp .header-innner-sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  padding: 15px;
  background: #ffffff;
  border-bottom: 1px solid #dddddd;
}
.site-head-sp .header-innner-sp .site-logo-sp img {
  width: 100%;
  max-width: 80px;
}
.site-head-sp .header-innner-sp .site-navi-icon {
  width: 30px;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 26px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1769c5;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span:nth-of-type(1) {
  top: 0px;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span:nth-of-type(3) {
  bottom: 0px;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}
.site-head-sp .site-nav-sp {
  display: none;
  width: 100%;
  height: calc(100vh - 66px);
  background: rgba(255, 255, 255, 0.95);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  font-family: "Hind", sans-serif;
}
.site-head-sp .site-nav-sp .sns-list {
  padding: 10px;
}
.site-head-sp .site-nav-sp .sns-list ul {
  display: flex;
  justify-content: center;
}
.site-head-sp .site-nav-sp .sns-list ul li a {
  text-decoration: none;
}
.site-head-sp .site-nav-sp .navi-global-sp {
  display: block;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li {
  display: block;
  border-bottom: 1px solid #dddddd;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li:first-of-type {
  border-top: 1px solid #dddddd;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 100%;
  font-weight: 200;
  color: #333333;
  padding: 20px;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list-sp {
  margin: 25px 0 0 0;
  text-align: center;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list-sp li {
  display: inline-block;
  margin: 0 15px;
}

.page-title-block {
  padding: 100px 20px 100px 20px;
}
@media screen and (max-width: 768px) {
  .page-title-block {
    padding: 50px 20px 50px 20px;
  }
}
.page-title-block.bg-type-access {
  background: url("../images/access/title_bg.jpg") no-repeat center center;
  background-size: cover;
}
.page-title-block.bg-type-recruit {
  background: url("../images/recruit/title_bg.jpg") no-repeat center center;
  background-size: cover;
}
.page-title-block.bg-type-contact {
  background: url("../images/contact/title_bg.jpg") no-repeat center center;
  background-size: cover;
}
.page-title-block.bg-type-privacy {
  background: url("../images/privacy/title_bg.jpg") no-repeat center center;
  background-size: cover;
}
.page-title-block.bg-type-works {
  background: url("../images/works/title_bg.jpg") no-repeat center center;
  background-size: cover;
}
.page-title-block h2 {
  display: block;
  text-align: center;
  color: #ffffff;
  line-height: 1.25;
}
.page-title-block h2 span {
  display: block;
}
.page-title-block h2 span.en {
  font-size: 16px;
  font-family: "ADLaM Display", system-ui;
}
.page-title-block h2 span.jp {
  font-size: 20px;
  font-family: "Kaisei Decol", serif;
}

.main-page-content__wrap {
  padding: 0 0 50px 0;
}
.main-page-content__wrap .content-each__block {
  padding: 110px 20px 50px 20px;
}
.main-page-content__wrap .content-each__block .content-inner--block {
  max-width: 1000px;
  margin: 0 auto;
}

footer.site-footer.dir2-view {
  padding: 12% 0 0 0;
  background: url("../images/footer_bg01.jpg") no-repeat center top;
  background-size: 100% auto;
}
footer.site-footer .fooer-inner__wrap {
  padding: 15% 0 0 0;
  background: url("../images/footer_bg02.png") no-repeat center top;
  background-size: 100% auto;
}
footer.site-footer .fooer-inner__wrap .content-base {
  padding: 13% 0 0 0;
  background: url("../images/footer_bg03.png") no-repeat center top;
  background-size: 100% auto;
}
footer.site-footer .fooer-inner__wrap .content-base .footer-content {
  padding: 0 20px 20px 20px;
  display: flex;
}
@media screen and (max-width: 999px) {
  footer.site-footer .fooer-inner__wrap .content-base .footer-content {
    display: block;
  }
}
footer.site-footer .fooer-inner__wrap .content-base .footer-content .site-information {
  width: 255px;
}
@media screen and (max-width: 999px) {
  footer.site-footer .fooer-inner__wrap .content-base .footer-content .site-information {
    width: 100%;
  }
}
footer.site-footer .fooer-inner__wrap .content-base .footer-content .site-information .upper {
  margin-bottom: 20px;
}
footer.site-footer .fooer-inner__wrap .content-base .footer-content .site-information .upper h6 {
  margin-bottom: 10px;
}
footer.site-footer .fooer-inner__wrap .content-base .footer-content .site-information .upper h6 a img {
  max-width: 100%;
}
footer.site-footer .fooer-inner__wrap .content-base .footer-content .site-information .upper p {
  font-size: 14px;
  line-height: 1.75;
  color: #ffffff;
}
footer.site-footer .fooer-inner__wrap .content-base .footer-content .site-information .upper p a {
  color: #ffffff;
  text-decoration: none;
}
footer.site-footer .fooer-inner__wrap .content-base .footer-content .site-information .upper p a:hover {
  text-decoration: underline;
}
footer.site-footer .fooer-inner__wrap .content-base .footer-content .site-information .bottom p {
  font-size: 14px;
  line-height: 1.75;
  color: #ffffff;
}
footer.site-footer .fooer-inner__wrap .content-base .footer-content .site-information .bottom p.num {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
footer.site-footer .fooer-inner__wrap .content-base .footer-content .footer-nav {
  width: calc(100% - 255px);
  padding: 0 0 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  footer.site-footer .fooer-inner__wrap .content-base .footer-content .footer-nav {
    width: 100%;
    padding: 0;
  }
}
footer.site-footer .fooer-inner__wrap .content-base .footer-content .footer-nav .copyright {
  padding: 20px 0 0 0;
  text-align: right;
}
footer.site-footer .fooer-inner__wrap .content-base .footer-content .footer-nav .copyright p {
  font-size: 12px;
  line-height: 1.25;
  color: #ffffff;
}
footer.site-footer .fooer-inner__wrap .content-base .footer-content .footer-nav nav.nav-footer > ul {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 999px) {
  footer.site-footer .fooer-inner__wrap .content-base .footer-content .footer-nav nav.nav-footer > ul {
    justify-content: center;
    padding: 30px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  footer.site-footer .fooer-inner__wrap .content-base .footer-content .footer-nav nav.nav-footer > ul {
    display: block;
  }
}
footer.site-footer .fooer-inner__wrap .content-base .footer-content .footer-nav nav.nav-footer > ul > li {
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer.site-footer .fooer-inner__wrap .content-base .footer-content .footer-nav nav.nav-footer > ul > li {
    padding: 0 0 5px 0;
  }
}
footer.site-footer .fooer-inner__wrap .content-base .footer-content .footer-nav nav.nav-footer > ul > li::after {
  content: "";
  width: 1px;
  height: 20px;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  footer.site-footer .fooer-inner__wrap .content-base .footer-content .footer-nav nav.nav-footer > ul > li::after {
    display: none;
  }
}
footer.site-footer .fooer-inner__wrap .content-base .footer-content .footer-nav nav.nav-footer > ul > li:last-of-type::after {
  display: none;
}
footer.site-footer .fooer-inner__wrap .content-base .footer-content .footer-nav nav.nav-footer > ul > li > a {
  font-size: 13px;
  line-height: 1.5;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer.site-footer .fooer-inner__wrap .content-base .footer-content .footer-nav nav.nav-footer > ul > li > a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  footer.site-footer .fooer-inner__wrap .content-base .footer-content .footer-nav nav.nav-footer > ul > li > ul {
    text-indent: 1em;
  }
}
footer.site-footer .fooer-inner__wrap .content-base .footer-content .footer-nav nav.nav-footer > ul > li > ul > li > a {
  font-size: 13px;
  line-height: 1.75;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer.site-footer .fooer-inner__wrap .content-base .footer-content .footer-nav nav.nav-footer > ul > li > ul > li > a:hover {
  opacity: 0.7;
}

.tp-main-visual-wrap {
  position: relative;
  line-height: 1;
  font-size: 0px;
}
.tp-main-visual-wrap > video {
  width: 100%;
}
.tp-main-visual-wrap .inner-block {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tp-main-visual-wrap .inner-block .set {
  width: 100%;
  max-width: 480px;
  text-shadow: 0px 0px 7px rgba(38, 32, 32, 0.9);
}
.tp-main-visual-wrap .inner-block .set h2 {
  font-size: 55px;
  line-height: 1.2;
  color: #ffffff;
  font-family: "ADLaM Display", system-ui;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .tp-main-visual-wrap .inner-block .set h2 {
    font-size: 25px;
  }
}
.tp-main-visual-wrap .inner-block .set p.catch {
  font-size: 28px;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .tp-main-visual-wrap .inner-block .set p.catch {
    font-size: 18px;
  }
}
.tp-main-visual-wrap .inner-block .set p.txt {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
}
@media screen and (max-width: 999px) {
  .tp-main-visual-wrap .inner-block .set p.txt {
    display: none;
  }
}

.tp-about-content__wrap {
  position: relative;
  padding: 30px 20px 30px 20px;
}
.tp-about-content__wrap::before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  top: -100px;
  background: url("../images/top/halfcircle.svg") no-repeat center top;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .tp-about-content__wrap::before {
    height: 20px;
    top: -20px;
  }
}
.tp-about-content__wrap .tl-block {
  margin-bottom: 45px;
}
.tp-about-content__wrap .tl-block h3 {
  display: block;
  text-align: center;
  line-height: 1.25;
  font-weight: 400;
}
.tp-about-content__wrap .tl-block h3 span {
  display: block;
}
.tp-about-content__wrap .tl-block h3 span.en {
  font-size: 16px;
  font-family: "ADLaM Display", system-ui;
  color: #1769c5;
}
.tp-about-content__wrap .tl-block h3 span.jp {
  font-size: 20px;
  font-family: "Kaisei Decol", serif;
  color: #000000;
}
.tp-about-content__wrap .content-inner-block {
  max-width: 870px;
  margin: 0 auto;
}
.tp-about-content__wrap .content-inner-block .catch-text {
  margin-bottom: 40px;
}
.tp-about-content__wrap .content-inner-block .catch-text p {
  font-size: 32px;
  line-height: 1.25;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 999px) {
  .tp-about-content__wrap .content-inner-block .catch-text p {
    font-size: 18px;
  }
}
.tp-about-content__wrap .content-inner-block .clm2-block {
  display: flex;
  margin-bottom: 55px;
  justify-content: center
}
@media screen and (max-width: 768px) {
  .tp-about-content__wrap .content-inner-block .clm2-block {
    display: block;
  }
}
.tp-about-content__wrap .content-inner-block .clm2-block .photo {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .tp-about-content__wrap .content-inner-block .clm2-block .photo {
    width: 100%;
    padding-bottom: 15px;
  }
}
.tp-about-content__wrap .content-inner-block .clm2-block .photo img {
  width: 100%;
}
.tp-about-content__wrap .content-inner-block .clm2-block .text {
  width: 40%;
  padding: 0 0 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .tp-about-content__wrap .content-inner-block .clm2-block .text {
    width: 100%;
    padding: 0px;
  }
}
.tp-about-content__wrap .content-inner-block .clm2-block .text p {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .tp-about-content__wrap .content-inner-block .clm2-block .text p {
    font-size: 14px;
  }
}
.tp-about-content__wrap .content-inner-block .btn-block {
  text-align: center;
}
.tp-about-content__wrap .content-inner-block .btn-block a {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  box-sizing: border-box;
  padding: 5px 10px;
  border-radius: 50px;
  border: 4px solid #1769c5;
  color: #1769c5;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
  .tp-about-content__wrap .content-inner-block .btn-block a {
    font-size: 16px;
  }
}
.tp-about-content__wrap .content-inner-block .btn-block a:hover {
  color: #ffffff;
  background: #1769c5;
}

.top-whole-content__wrap {
  background: url("../images/top/top_whole_bg.png") no-repeat center top;
  background-size: cover;
}

.tp-works-content__wrap {
  padding: 11% 20px 60px 20px;
}
@media screen and (max-width: 999px) {
  .tp-works-content__wrap {
    padding: 20% 20px 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  .tp-works-content__wrap {
    padding: 40% 20px 60px 20px;
  }
}
.tp-works-content__wrap .tl-block {
  margin-bottom: 45px;
}
.tp-works-content__wrap .tl-block h3 {
  display: block;
  text-align: center;
  line-height: 1.25;
  font-weight: 400;
}
.tp-works-content__wrap .tl-block h3 span {
  display: block;
}
.tp-works-content__wrap .tl-block h3 span.en {
  font-size: 16px;
  font-family: "ADLaM Display", system-ui;
  color: #1769c5;
}
.tp-works-content__wrap .tl-block h3 span.jp {
  font-size: 20px;
  font-family: "Kaisei Decol", serif;
  color: #000000;
}
.tp-works-content__wrap .content-inner-block {
  max-width: 1000px;
  margin: 0 auto;
}
.tp-works-content__wrap .content-inner-block .catch-text {
  margin-bottom: 40px;
}
.tp-works-content__wrap .content-inner-block .catch-text p {
  font-size: 32px;
  line-height: 1.25;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 999px) {
  .tp-works-content__wrap .content-inner-block .catch-text p {
    font-size: 18px;
  }
}
.tp-works-content__wrap .content-inner-block .pre-text {
  margin-bottom: 20px;
  text-align: center;
}
.tp-works-content__wrap .content-inner-block .pre-text p {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #000000;
}
@media screen and (max-width: 999px) {
  .tp-works-content__wrap .content-inner-block .pre-text p {
    font-size: 14px;
  }
}
.tp-works-content__wrap .content-inner-block .works-chart {
  margin-bottom: 50px;
}
.tp-works-content__wrap .content-inner-block .works-chart img {
  width: 100%;
}
.tp-works-content__wrap .content-inner-block .btn-block {
  text-align: center;
}
.tp-works-content__wrap .content-inner-block .btn-block a {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  box-sizing: border-box;
  padding: 5px 10px;
  border-radius: 50px;
  border: 4px solid #1769c5;
  color: #1769c5;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
  .tp-works-content__wrap .content-inner-block .btn-block a {
    font-size: 16px;
  }
}
.tp-works-content__wrap .content-inner-block .btn-block a:hover {
  color: #ffffff;
  background: #1769c5;
}

.tp-support-content__wrap {
  padding: 10px 20px 60px 20px;
}
.tp-support-content__wrap .content-inner-block {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 20px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 10px;
}
.tp-support-content__wrap .content-inner-block .tl-block {
  margin-bottom: 45px;
}
.tp-support-content__wrap .content-inner-block .tl-block h3 {
  display: block;
  text-align: center;
  line-height: 1.25;
  font-weight: 400;
}
.tp-support-content__wrap .content-inner-block .tl-block h3 span {
  display: block;
}
.tp-support-content__wrap .content-inner-block .tl-block h3 span.en {
  font-size: 16px;
  font-family: "ADLaM Display", system-ui;
  color: #1769c5;
}
.tp-support-content__wrap .content-inner-block .tl-block h3 span.jp {
  font-size: 20px;
  font-family: "Kaisei Decol", serif;
  color: #000000;
}
.tp-support-content__wrap .content-inner-block .catch-text {
  margin-bottom: 40px;
}
.tp-support-content__wrap .content-inner-block .catch-text p {
  font-size: 32px;
  line-height: 1.25;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 999px) {
  .tp-support-content__wrap .content-inner-block .catch-text p {
    font-size: 18px;
  }
}
.tp-support-content__wrap .content-inner-block .pre-text {
  margin-bottom: 35px;
  text-align: center;
}
.tp-support-content__wrap .content-inner-block .pre-text p {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #000000;
}
@media screen and (max-width: 999px) {
  .tp-support-content__wrap .content-inner-block .pre-text p {
    font-size: 14px;
  }
}
.tp-support-content__wrap .content-inner-block .works-cat {
  margin-bottom: 35px;
}
.tp-support-content__wrap .content-inner-block .works-cat ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tp-support-content__wrap .content-inner-block .works-cat ul li {
  margin: 10px;
}
.tp-support-content__wrap .content-inner-block .works-cat ul li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  border-radius: 100px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  background: linear-gradient(to bottom, #00bcfa 0%, #0064eb 100%);
}
@media screen and (max-width: 999px) {
  .tp-support-content__wrap .content-inner-block .works-cat ul li span {
    font-size: 14px;
  }
}
.tp-support-content__wrap .content-inner-block .btn-block {
  text-align: center;
  margin-bottom: 40px;
}
.tp-support-content__wrap .content-inner-block .btn-block a {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  box-sizing: border-box;
  padding: 5px 10px;
  border-radius: 50px;
  border: 4px solid #1769c5;
  color: #1769c5;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
  .tp-support-content__wrap .content-inner-block .btn-block a {
    font-size: 16px;
  }
}
.tp-support-content__wrap .content-inner-block .btn-block a:hover {
  color: #ffffff;
  background: #1769c5;
}
.tp-support-content__wrap .content-inner-block .tel-info p.sub-tl {
  font-size: 25px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .tp-support-content__wrap .content-inner-block .tel-info p.sub-tl {
    font-size: 16px;
  }
}
.tp-support-content__wrap .content-inner-block .tel-info p.num {
  font-size: 28px;
  font-weight: 600;
  color: #0066cc;
  text-align: center;
  line-height: 1.25;
}
@media screen and (max-width: 999px) {
  .tp-support-content__wrap .content-inner-block .tel-info p.num {
    font-size: 18px;
  }
}
.tp-support-content__wrap .content-inner-block .tel-info p.num span {
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .tp-support-content__wrap .content-inner-block .tel-info p.num span {
    display: block;
    margin: 0;
  }
}

.tp-othermenu-content__wrap {
  padding: 10px 20px 80px 20px;
}
.tp-othermenu-content__wrap .content-inner-block {
  max-width: 1000px;
  margin: 0 auto;
}
.tp-othermenu-content__wrap .content-inner-block nav.other-menu ul {
  display: flex;
  flex-wrap: wrap;
}
.tp-othermenu-content__wrap .content-inner-block nav.other-menu ul li {
  width: calc(100% / 3);
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .tp-othermenu-content__wrap .content-inner-block nav.other-menu ul li {
    width: 100%;
  }
}
.tp-othermenu-content__wrap .content-inner-block nav.other-menu ul li a {
  display: block;
  width: 100%;
  position: relative;
  text-decoration: none;
  line-height: 1;
  font-size: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tp-othermenu-content__wrap .content-inner-block nav.other-menu ul li a:hover {
  opacity: 0.7;
}
.tp-othermenu-content__wrap .content-inner-block nav.other-menu ul li a > img {
  width: 100%;
}
.tp-othermenu-content__wrap .content-inner-block nav.other-menu ul li a .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 8px;
}
.tp-othermenu-content__wrap .content-inner-block nav.other-menu ul li a .inner .set {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  border-radius: 5px;
}
.tp-othermenu-content__wrap .content-inner-block nav.other-menu ul li a .inner .set .in p {
  text-align: center;
}
.tp-othermenu-content__wrap .content-inner-block nav.other-menu ul li a .inner .set .in p.en {
  font-size: 16px;
  font-family: "ADLaM Display", system-ui;
  color: #ffffff;
}
.tp-othermenu-content__wrap .content-inner-block nav.other-menu ul li a .inner .set .in p.jp {
  font-size: 20px;
  font-family: "Kaisei Decol", serif;
  color: #ffffff;
}

.page-type-access .map-list-each {
  margin-bottom: 60px;
}
.page-type-access .map-list-each .meta-block {
  margin-bottom: 20px;
}
.page-type-access .map-list-each .meta-block h4 {
  font-size: 25px;
  line-height: 1.25;
  font-weight: 500;
  color: #1769c5;
  margin-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .page-type-access .map-list-each .meta-block h4 {
    font-size: 18px;
  }
}
.page-type-access .map-list-each .meta-block p.address {
  display: flex;
  align-items: center;
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .page-type-access .map-list-each .meta-block p.address {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .page-type-access .map-list-each .meta-block p.address {
    display: block;
  }
}
.page-type-access .map-list-each .meta-block p.address span {
  display: block;
  margin-left: 15px;
}
@media screen and (max-width: 999px) {
  .page-type-access .map-list-each .meta-block p.address span {
    margin: 15px 0 0 0;
  }
}
.page-type-access .map-list-each .meta-block p.address span a {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 50px;
  border: 2px solid #1769c5;
  color: #1769c5;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-type-access .map-list-each .meta-block p.address span a:hover {
  color: #ffffff;
  background: #1769c5;
}
.page-type-access .map-list-each .gmap {
  display: block;
}
.page-type-access .map-list-each .notes {
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .page-type-access .map-list-each .notes {
    font-size: 14px;
  }
}
.page-type-access .map-list-each .notes span {
  color: #1769c5;
}
.page-type-access .map-list-each2 {
  margin-bottom: 60px;
}
.page-type-access .map-list-each2 .map-ill {
  margin-bottom: 40px;
}
.page-type-access .map-list-each2 .map-ill img {
  width: 100%;
}
.page-type-access .map-list-each2 .howto {
  margin-bottom: 30px;
}
.page-type-access .map-list-each2 .howto h6 {
  margin-bottom: 15px;
}
.page-type-access .map-list-each2 .howto h6 span {
  display: inline-block;
  padding: 5px 10px;
  color: #ffffff;
  background: #1769c5;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .page-type-access .map-list-each2 .howto h6 span {
    font-size: 16px;
  }
}
.page-type-access .map-list-each2 .howto .text p {
  font-size: 16px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 999px) {
  .page-type-access .map-list-each2 .howto .text p {
    font-size: 14px;
  }
}
.page-type-access .map-list-each2 .howto .text p span.t01 {
  color: #01b4ed;
}
.page-type-access .map-list-each2 .howto .text p span.t02 {
  color: #f3cc6a;
}
.page-type-access .map-list-each2 .howto .text p span.t03 {
  color: #19763b;
}
.page-type-access .pdf-btn {
  text-align: center;
}
.page-type-access .pdf-btn a {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  box-sizing: border-box;
  padding: 5px 10px;
  border-radius: 50px;
  border: 4px solid #1769c5;
  color: #1769c5;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
  .page-type-access .pdf-btn a {
    font-size: 16px;
  }
}
.page-type-access .pdf-btn a:hover {
  color: #ffffff;
  background: #1769c5;
}

.page-type-recruit .pre-text-block {
  margin-bottom: 50px;
}
.page-type-recruit .pre-text-block h3 {
  font-size: 24px;
  font-weight: 500;
  color: #1769c5;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .page-type-recruit .pre-text-block h3 {
    font-size: 18px;
  }
}
.page-type-recruit .pre-text-block p {
  font-size: 16px;
  text-align: center;
  line-height: 1.75;
}
@media screen and (max-width: 999px) {
  .page-type-recruit .pre-text-block p {
    font-size: 14px;
  }
}
.page-type-recruit .recruit-type .sub-tl {
  margin-bottom: 40px;
  text-align: center;
}
.page-type-recruit .recruit-type .sub-tl span {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 20px;
  color: #1769c5;
  font-weight: 500;
  border-radius: 100px;
  background: #b9e4f3;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .page-type-recruit .recruit-type .sub-tl span {
    font-size: 18px;
  }
}
.page-type-recruit .recruit-type .type-information {
  max-width: 600px;
  margin: 0 auto;
}
.page-type-recruit .recruit-type .type-information .row {
  margin-bottom: 50px;
}
.page-type-recruit .recruit-type .type-information .row .list {
  margin-bottom: 20px;
}
.page-type-recruit .recruit-type .type-information .row .list ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .page-type-recruit .recruit-type .type-information .row .list ul {
    display: block;
  }
}
.page-type-recruit .recruit-type .type-information .row .list ul li {
  width: 48%;
  margin: 0 1%;
  border: 1px solid #1769c5;
  font-size: 24px;
  font-weight: 500;
  color: #1769c5;
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .page-type-recruit .recruit-type .type-information .row .list ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .page-type-recruit .recruit-type .type-information .row .list ul li {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.page-type-recruit .recruit-type .type-information .row .text p {
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 999px) {
  .page-type-recruit .recruit-type .type-information .row .text p {
    font-size: 14px;
  }
}
.page-type-recruit .contact-information {
  padding: 50px 20px;
  background: #c0e7f4;
  border-radius: 15px;
}
.page-type-recruit .contact-information .info-text {
  margin-bottom: 50px;
}
.page-type-recruit .contact-information .info-text p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .page-type-recruit .contact-information .info-text p {
    font-size: 14px;
  }
}
.page-type-recruit .contact-information .c-btn {
  margin-bottom: 40px;
  text-align: center;
}
.page-type-recruit .contact-information .c-btn a {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  padding: 10px;
  box-sizing: border-box;
  text-decoration: none;
  color: #1769c5;
  font-size: 20px;
  font-weight: 500;
  border: 3px solid #1769c5;
  border-radius: 100px;
  line-height: 1.5;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
  .page-type-recruit .contact-information .c-btn a {
    font-size: 16px;
  }
}
.page-type-recruit .contact-information .c-btn a:hover {
  background: #1769c5;
  color: #ffffff;
}
.page-type-recruit .contact-information .tel-info p.tl {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .page-type-recruit .contact-information .tel-info p.tl {
    font-size: 18px;
  }
}
.page-type-recruit .contact-information .tel-info p.num {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #1769c5;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .page-type-recruit .contact-information .tel-info p.num {
    font-size: 18px;
  }
}
.page-type-recruit .contact-information .tel-info p.num span {
  font-size: 20px;
}
@media screen and (max-width: 999px) {
  .page-type-recruit .contact-information .tel-info p.num span {
    font-size: 14px;
  }
}

.page-type-contact .form-text {
  line-height: 1.5;
  text-align: center;
  margin-bottom: 35px;
}
.page-type-contact .form-text h6 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #1769c5;
}
@media screen and (max-width: 999px) {
  .page-type-contact .form-text h6 {
    font-size: 18px;
  }
}
.page-type-contact .form-text p {
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .page-type-contact .form-text p {
    font-size: 14px;
  }
}
.page-type-contact .form-text p.notes {
  padding-top: 1em;
  font-size: 14px;
}
@media screen and (max-width: 999px) {
  .page-type-contact .form-text p.notes {
    font-size: 12px;
  }
}
.page-type-contact .form-text p.notes span {
  color: #ff0000;
}
.page-type-contact .form__wrap .submit-btn {
  text-align: center;
}
.page-type-contact .form__wrap .submit-btn input {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  max-width: 330px;
  padding: 16px 20px;
  line-height: 1.5;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  text-decoration: none;
  color: #0066cc;
  background: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 40px;
  border: 3px solid #0066cc;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-type-contact .form__wrap .submit-btn input:hover {
  background: #0066cc;
  color: #ffffff;
}
.page-type-contact .form__wrap .agreement {
  text-align: center;
  line-height: 1.2;
  font-size: 16px;
  margin-bottom: 50px;
}
@media screen and (max-width: 999px) {
  .page-type-contact .form__wrap .agreement {
    font-size: 14px;
  }
}
.page-type-contact .form__wrap .agreement a {
  color: #333333;
}
.page-type-contact .form__wrap .agreement span {
  color: #ff0000;
}
.page-type-contact .form__wrap .term-block {
  margin-bottom: 30px;
}
.page-type-contact .form__wrap .term-block .app-title-block {
  margin-bottom: 20px;
  border-bottom: 1px solid #000000;
}
.page-type-contact .form__wrap .term-block .app-title-block h6 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}
.page-type-contact .form__wrap .term-block .app-title-block h6 span {
  font-size: 35px;
  color: #000000;
  font-weight: 200;
}
.page-type-contact .form__wrap .term-block .term-row {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .page-type-contact .form__wrap .term-block .term-row {
    display: block;
    border-bottom: 1px solid #dddddd;
  }
}
.page-type-contact .form__wrap .term-block .term-row .term-name {
  width: 220px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .page-type-contact .form__wrap .term-block .term-row .term-name {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .page-type-contact .form__wrap .term-block .term-row .term-name {
    width: 100%;
    font-weight: bold;
    margin-bottom: 8px;
  }
}
.page-type-contact .form__wrap .term-block .term-row .term-name span {
  color: #ff0000;
}
.page-type-contact .form__wrap .term-block .term-row .term-field {
  width: calc(100% - 220px);
  padding: 0 0 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-type-contact .form__wrap .term-block .term-row .term-field {
    width: 100%;
    padding: 0;
  }
}
.page-type-contact .form__wrap .term-block .term-row .term-field dl {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .page-type-contact .form__wrap .term-block .term-row .term-field dl {
    display: block;
  }
}
.page-type-contact .form__wrap .term-block .term-row .term-field dl dt {
  width: 100px;
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .page-type-contact .form__wrap .term-block .term-row .term-field dl dt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .page-type-contact .form__wrap .term-block .term-row .term-field dl dt {
    width: 100%;
    margin-bottom: 8px;
  }
}
.page-type-contact .form__wrap .term-block .term-row .term-field dl dd {
  width: calc(100% - 100px);
}
@media screen and (max-width: 768px) {
  .page-type-contact .form__wrap .term-block .term-row .term-field dl dd {
    width: 100%;
  }
}
.page-type-contact .form__wrap .term-block .term-row .term-field .term-checkbox {
  display: flex;
  flex-wrap: wrap;
}
.page-type-contact .form__wrap .term-block .term-row .term-field .term-checkbox > span {
  width: calc(100% / 3);
  padding: 10px;
  box-sizing: border-box;
  margin: 0;
}
.page-type-contact .form__wrap .term-block .term-row .term-field .term-input input[type="text"] {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 15px 10px;
  line-height: 1.5;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #999999;
  background: rgba(255, 255, 255, 0.5);
}
.page-type-contact .form__wrap .term-block .term-row .term-field .term-input input[type="text"].short {
  width: 60%;
}
.page-type-contact .form__wrap .term-block .term-row .term-field .term-input select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 15px 10px;
  line-height: 1.5;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #999999;
  background: rgba(255, 255, 255, 0.5);
}
.page-type-contact .form__wrap .term-block .term-row .term-field .term-input select.short {
  width: 60%;
}
.page-type-contact .form__wrap .term-block .term-row .term-field .term-input .btn {
  margin-left: 10px;
}
.page-type-contact .form__wrap .term-block .term-row .term-field .term-input .btn input[type="button"] {
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  line-height: 1.5;
  padding: 5px 10px;
  background: #000000;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-type-contact .form__wrap .term-block .term-row .term-field .term-input textarea {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 15px 10px;
  line-height: 1.5;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #999999;
  background: rgba(255, 255, 255, 0.5);
}

.page-type-privacy .page-anker-btn {
  max-width: 800px;
  margin: 0 auto 50px auto;
}
.page-type-privacy .page-anker-btn ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .page-type-privacy .page-anker-btn ul {
    display: block;
  }
}
.page-type-privacy .page-anker-btn ul li {
  width: 50%;
  padding: 10px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-type-privacy .page-anker-btn ul li {
    width: 100%;
    padding: 7px 0;
  }
}
.page-type-privacy .page-anker-btn ul li a {
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  text-decoration: none;
  color: #1769c5;
  font-size: 20px;
  font-weight: 500;
  border: 3px solid #1769c5;
  border-radius: 100px;
  line-height: 1.5;
  background: #ffffff;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
  .page-type-privacy .page-anker-btn ul li a {
    font-size: 16px;
  }
}
.page-type-privacy .page-anker-btn ul li a:hover {
  background: #1769c5;
  color: #ffffff;
}
.page-type-privacy .privacypolicy__wrap {
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: 2px dashed #1769c5;
}
.page-type-privacy .privacypolicy__wrap .sub-tl {
  margin-bottom: 20px;
}
.page-type-privacy .privacypolicy__wrap .sub-tl h3 {
  font-size: 24px;
  font-weight: 500;
  color: #1769c5;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .page-type-privacy .privacypolicy__wrap .sub-tl h3 {
    font-size: 20px;
  }
}
.page-type-privacy .privacypolicy__wrap .pre-read {
  margin-bottom: 50px;
}
.page-type-privacy .privacypolicy__wrap .pre-read p {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 999px) {
  .page-type-privacy .privacypolicy__wrap .pre-read p {
    font-size: 14px;
  }
}
.page-type-privacy .privacypolicy__wrap .term-block dl {
  display: block;
  margin-bottom: 30px;
}
.page-type-privacy .privacypolicy__wrap .term-block dl dt {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #1769c5;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .page-type-privacy .privacypolicy__wrap .term-block dl dt {
    font-size: 16px;
  }
}
.page-type-privacy .privacypolicy__wrap .term-block dl dd {
  display: block;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 999px) {
  .page-type-privacy .privacypolicy__wrap .term-block dl dd {
    font-size: 14px;
  }
}
.page-type-privacy .privacypolicy__wrap .contact-info {
  margin-bottom: 30px;
}
.page-type-privacy .privacypolicy__wrap .contact-info p {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 999px) {
  .page-type-privacy .privacypolicy__wrap .contact-info p {
    font-size: 14px;
  }
}
.page-type-privacy .privacypolicy__wrap .signiture p {
  font-size: 16px;
  line-height: 1.75;
  text-align: right;
}
@media screen and (max-width: 999px) {
  .page-type-privacy .privacypolicy__wrap .signiture p {
    font-size: 14px;
  }
}
.page-type-privacy .privacyrule__wrap .sub-tl {
  margin-bottom: 20px;
}
.page-type-privacy .privacyrule__wrap .sub-tl h3 {
  font-size: 24px;
  font-weight: 500;
  color: #1769c5;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .page-type-privacy .privacyrule__wrap .sub-tl h3 {
    font-size: 20px;
  }
}
.page-type-privacy .privacyrule__wrap .pre-read {
  margin-bottom: 50px;
}
.page-type-privacy .privacyrule__wrap .pre-read p {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 999px) {
  .page-type-privacy .privacyrule__wrap .pre-read p {
    font-size: 14px;
  }
}
.page-type-privacy .privacyrule__wrap .term-block dl {
  display: block;
  margin-bottom: 30px;
}
.page-type-privacy .privacyrule__wrap .term-block dl dt {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #1769c5;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .page-type-privacy .privacyrule__wrap .term-block dl dt {
    font-size: 16px;
  }
}
.page-type-privacy .privacyrule__wrap .term-block dl dd {
  display: block;
}
.page-type-privacy .privacyrule__wrap .term-block dl dd .text {
  margin-bottom: 30px;
}
.page-type-privacy .privacyrule__wrap .term-block dl dd .text p {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 999px) {
  .page-type-privacy .privacyrule__wrap .term-block dl dd .text p {
    font-size: 14px;
  }
}
.page-type-privacy .privacyrule__wrap .term-block dl dd .indent-block .sub-t {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 999px) {
  .page-type-privacy .privacyrule__wrap .term-block dl dd .indent-block .sub-t {
    font-size: 14px;
  }
}
.page-type-privacy .privacyrule__wrap .term-block dl dd .indent-block ul {
  padding: 0 0 0 2em;
}
.page-type-privacy .privacyrule__wrap .term-block dl dd .indent-block ul li {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 999px) {
  .page-type-privacy .privacyrule__wrap .term-block dl dd .indent-block ul li {
    font-size: 14px;
  }
}
.page-type-privacy .privacyrule__wrap .term-block dl dd .indent-block ul li p.detail {
  padding: 0 0 0 2em;
}
.page-type-privacy .privacyrule__wrap .term-block dl dd .list-ind .h-t {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 999px) {
  .page-type-privacy .privacyrule__wrap .term-block dl dd .list-ind .h-t {
    font-size: 14px;
  }
}
.page-type-privacy .privacyrule__wrap .term-block dl dd .list-ind ul {
  padding: 0 0 0 2em;
}
.page-type-privacy .privacyrule__wrap .term-block dl dd .list-ind ul li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 999px) {
  .page-type-privacy .privacyrule__wrap .term-block dl dd .list-ind ul li {
    font-size: 14px;
  }
}
.page-type-privacy .privacyrule__wrap .signiture p {
  font-size: 16px;
  line-height: 1.75;
  text-align: right;
}
@media screen and (max-width: 999px) {
  .page-type-privacy .privacyrule__wrap .signiture p {
    font-size: 14px;
  }
}

.page-type-works .each-works__wrap {
  max-width: 750px;
  margin: 0 auto 70px auto;
}
.page-type-works .each-works__wrap .sub-tl {
  margin-bottom: 30px;
  text-align: center;
}
.page-type-works .each-works__wrap .sub-tl h3 {
  display: inline-block;
  width: 100%;
  max-width: 550px;
  padding: 5px 10px;
  box-sizing: border-box;
  color: #1769c5;
  font-size: 24px;
  font-weight: 500;
  background: #b9e4f3;
  border-radius: 100px;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .page-type-works .each-works__wrap .sub-tl h3 {
    font-size: 20px;
  }
}
.page-type-works .each-works__wrap .information-block .photo {
  margin-bottom: 25px;
}
.page-type-works .each-works__wrap .information-block .photo img {
  width: 100%;
}
.page-type-works .each-works__wrap .information-block .text-block {
  max-width: 680px;
  margin: 0 auto;
}
.page-type-works .each-works__wrap .information-block .text-block h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #1769c5;
}
@media screen and (max-width: 999px) {
  .page-type-works .each-works__wrap .information-block .text-block h4 {
    font-size: 16px;
  }
}
.page-type-works .each-works__wrap .information-block .text-block p {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 999px) {
  .page-type-works .each-works__wrap .information-block .text-block p {
    font-size: 14px;
  }
}

.page-type-about .page-anchor-nav {
  margin-bottom: 100px;
}
.page-type-about .page-anchor-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.page-type-about .page-anchor-nav ul li {
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-type-about .page-anchor-nav ul li {
    width: 50%;
    padding: 4px;
  }
}
.page-type-about .page-anchor-nav ul li a {
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 500;
  color: #0066cc;
  border: 3px solid #0066cc;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
  .page-type-about .page-anchor-nav ul li a {
    font-size: 14px;
  }
}
.page-type-about .page-anchor-nav ul li a:hover {
  background: #0066cc;
  color: #ffffff;
}
.page-type-about .about-greeting {
  margin-bottom: 100px;
}
.page-type-about .about-greeting .inner-block h3 {
  color: #0066cc;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 25px;
}
@media screen and (max-width: 999px) {
  .page-type-about .about-greeting .inner-block h3 {
    font-size: 20px;
  }
}
.page-type-about .about-greeting .inner-block .clm2 {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .page-type-about .about-greeting .inner-block .clm2 {
    display: block;
  }
}
.page-type-about .about-greeting .inner-block .clm2 .photo {
  width: 200px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-type-about .about-greeting .inner-block .clm2 .photo {
    width: 100%;
    padding: 0 0 30px 0;
    text-align: center;
  }
}
.page-type-about .about-greeting .inner-block .clm2 .photo img {
  max-width: 100%;
}
.page-type-about .about-greeting .inner-block .sub-tl {
  margin-bottom: 30px;
  text-align: center;
}
.page-type-about .about-greeting .inner-block .sub-tl h3 {
  display: inline-block;
  width: 100%;
  max-width: 550px;
  padding: 5px 10px;
  box-sizing: border-box;
  color: #1769c5;
  font-size: 24px;
  font-weight: 500;
  background: #b9e4f3;
  border-radius: 100px;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .page-type-about .about-greeting .inner-block .sub-tl h3 {
    font-size: 20px;
  }
}
.page-type-about .about-greeting .inner-block .text h4 {
  color: #0066cc;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 25px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 999px) {
  .page-type-about .about-greeting .inner-block .text h4 {
    font-size: 20px;
  }
}
.page-type-about .about-greeting .inner-block .clm2 .text {
  width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  .page-type-about .about-greeting .inner-block .clm2 .text {
    width: 100%;
  }
}
.page-type-about .about-greeting .inner-block .clm2 .text p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 999px) {
  .page-type-about .about-greeting .inner-block .clm2 .text p {
    font-size: 14px;
  }
}
.page-type-about .about-greeting .inner-block .clm2 .text p.signiture {
  text-align: right;
}
.page-type-about .about-greeting .inner-block .clm2 .text p.signiture img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .page-type-about .about-greeting .inner-block .clm2 .text p.signiture img {
    max-width: 50%;
  }
}
.page-type-about .about-philosophy {
  margin-bottom: 100px;
}
.page-type-about .about-philosophy .sub-tl {
  margin-bottom: 30px;
  text-align: center;
}
.page-type-about .about-philosophy .sub-tl h3 {
  display: inline-block;
  width: 100%;
  max-width: 550px;
  padding: 5px 10px;
  box-sizing: border-box;
  color: #1769c5;
  font-size: 24px;
  font-weight: 500;
  background: #b9e4f3;
  border-radius: 100px;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .page-type-about .about-philosophy .sub-tl h3 {
    font-size: 20px;
  }
}
.page-type-about .about-philosophy .clm2 {
  display: flex;
}
@media screen and (max-width: 768px) {
  .page-type-about .about-philosophy .clm2 {
    display: block;
  }
}
.page-type-about .about-philosophy .clm2 .text {
  width: 60%;
  padding: 0 70px 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-type-about .about-philosophy .clm2 .text {
    width: 100%;
    padding: 0 0 30px 0;
  }
}
.page-type-about .about-philosophy .clm2 .text h4 {
  color: #0066cc;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 25px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 999px) {
  .page-type-about .about-philosophy .clm2 .text h4 {
    font-size: 20px;
  }
}
.page-type-about .about-philosophy .clm2 .text p {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 999px) {
  .page-type-about .about-philosophy .clm2 .text p {
    font-size: 14px;
  }
}
.page-type-about .about-philosophy .clm2 .chart {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .page-type-about .about-philosophy .clm2 .chart {
    width: 100%;
  }
}
.page-type-about .about-philosophy .clm2 .chart img {
  width: 100%;
}
.page-type-about .about-skill {
  margin-bottom: 100px;
}
.page-type-about .about-skill .sub-tl {
  margin-bottom: 30px;
  text-align: center;
}
.page-type-about .about-skill .sub-tl h3 {
  display: inline-block;
  width: 100%;
  max-width: 550px;
  padding: 5px 10px;
  box-sizing: border-box;
  color: #1769c5;
  font-size: 24px;
  font-weight: 500;
  background: #b9e4f3;
  border-radius: 100px;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .page-type-about .about-skill .sub-tl h3 {
    font-size: 20px;
  }
}
.page-type-about .about-skill .inner-block .pre-text {
  margin-bottom: 40px;
}
.page-type-about .about-skill .inner-block .pre-text p {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .page-type-about .about-skill .inner-block .pre-text p {
    font-size: 14px;
  }
}
.page-type-about .about-skill .inner-block .skill-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-type-about .about-skill .inner-block .skill-list ul li {
  width: 20%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-type-about .about-skill .inner-block .skill-list ul li {
    width: 50%;
  }
}
.page-type-about .about-skill .inner-block .skill-list ul li img {
  width: 100%;
}
.page-type-about .about-basicway {
  margin-bottom: 100px;
}
.page-type-about .about-basicway .sub-tl {
  margin-bottom: 30px;
  text-align: center;
}
.page-type-about .about-basicway .sub-tl h3 {
  display: inline-block;
  width: 100%;
  max-width: 550px;
  padding: 5px 10px;
  box-sizing: border-box;
  color: #1769c5;
  font-size: 24px;
  font-weight: 500;
  background: #b9e4f3;
  border-radius: 100px;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .page-type-about .about-basicway .sub-tl h3 {
    font-size: 20px;
  }
}
.page-type-about .about-basicway .inner-block .pre-text {
  margin-bottom: 40px;
}
.page-type-about .about-basicway .inner-block .pre-text p {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .page-type-about .about-basicway .inner-block .pre-text p {
    font-size: 14px;
  }
}
.page-type-about .about-basicway .inner-block .skill-list ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page-type-about .about-basicway .inner-block .skill-list ul {
    display: block;
  }
}
.page-type-about .about-basicway .inner-block .skill-list ul li {
  width: 50%;
  padding: 7px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-type-about .about-basicway .inner-block .skill-list ul li {
    width: 100%;
    padding: 5px 0;
  }
}
.page-type-about .about-basicway .inner-block .skill-list ul li .inner {
  display: flex;
  width: 100%;
  text-decoration: none;
}
.page-type-about .about-basicway .inner-block .skill-list ul li .inner .num {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0066cc;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .page-type-about .about-basicway .inner-block .skill-list ul li .inner .num {
    height: 80px;
  }
}
.page-type-about .about-basicway .inner-block .skill-list ul li .inner .txt {
  width: calc(100% - 50px);
  padding: 5px 10px;
  box-sizing: border-box;
  background: #f2f2f2;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
@media screen and (max-width: 999px) {
  .page-type-about .about-basicway .inner-block .skill-list ul li .inner .txt {
    font-size: 14px;
  }
}
.page-type-about .about-company {
  margin-bottom: 100px;
}
.page-type-about .about-company .sub-tl {
  margin-bottom: 30px;
  text-align: center;
}
.page-type-about .about-company .sub-tl h3 {
  display: inline-block;
  width: 100%;
  max-width: 550px;
  padding: 5px 10px;
  box-sizing: border-box;
  color: #1769c5;
  font-size: 24px;
  font-weight: 500;
  background: #b9e4f3;
  border-radius: 100px;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .page-type-about .about-company .sub-tl h3 {
    font-size: 20px;
  }
}
.page-type-about .about-company .inner-block dl {
  display: flex;
  border-bottom: 1px dashed #aaaaaa;
}
.page-type-about .about-company .inner-block dl:first-of-type {
  border-top: 1px dashed #aaaaaa;
}
@media screen and (max-width: 768px) {
  .page-type-about .about-company .inner-block dl {
    display: block;
    border: none !important;
    padding-bottom: 15px;
  }
}
.page-type-about .about-company .inner-block dl dt {
  width: 200px;
  padding: 20px 20px;
  background: #e9f9fe;
  color: #1769c5;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .page-type-about .about-company .inner-block dl dt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .page-type-about .about-company .inner-block dl dt {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
  }
}
.page-type-about .about-company .inner-block dl dd {
  width: calc(100% - 200px);
  padding: 20px 20px;
  font-size: 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .page-type-about .about-company .inner-block dl dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .page-type-about .about-company .inner-block dl dd {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
}
.page-type-about .about-history {
  margin-bottom: 100px;
}
.page-type-about .about-history .sub-tl {
  margin-bottom: 30px;
  text-align: center;
}
.page-type-about .about-history .sub-tl h3 {
  display: inline-block;
  width: 100%;
  max-width: 550px;
  padding: 5px 10px;
  box-sizing: border-box;
  color: #1769c5;
  font-size: 24px;
  font-weight: 500;
  background: #b9e4f3;
  border-radius: 100px;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .page-type-about .about-history .sub-tl h3 {
    font-size: 20px;
  }
}
.page-type-about .about-history .inner-block dl {
  display: flex;
  border-bottom: 1px dashed #aaaaaa;
}
.page-type-about .about-history .inner-block dl:first-of-type {
  border-top: 1px dashed #aaaaaa;
}
@media screen and (max-width: 768px) {
  .page-type-about .about-history .inner-block dl {
    display: block;
    border: none !important;
    padding-bottom: 15px;
  }
}
.page-type-about .about-history .inner-block dl dt {
  width: 200px;
  padding: 20px 20px;
  background: #e9f9fe;
  color: #1769c5;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .page-type-about .about-history .inner-block dl dt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .page-type-about .about-history .inner-block dl dt {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
  }
}
.page-type-about .about-history .inner-block dl dd {
  width: calc(100% - 200px);
  padding: 20px 20px;
  font-size: 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .page-type-about .about-history .inner-block dl dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .page-type-about .about-history .inner-block dl dd {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
}

.modal-wrap {
  padding: 20px;
}
.modal-wrap .modal-inner {
  margin: 50px auto;
  max-width: 650px;
  padding: 20px;
  border: 4px solid #b9e4f3;
  border-radius: 10px;
  box-sizing: border-box;
}
.modal-wrap .modal-inner .set-block .text-title {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 40px;
  color: #0066cc;
}
.modal-wrap .modal-inner .set-block .icon {
  text-align: center;
  margin-bottom: 40px;
}
.modal-wrap .modal-inner .set-block .icon img {
  max-width: 100%;
}
.modal-wrap .modal-inner .set-block .text p {
  font-size: 16px;
  line-height: 1.5;
}


/*add*/
header.site-head .head-inner .right-navigation {
  width: calc((100% - 160px) / 2);
  display: flex;
  align-items: center;
}
header.site-head .head-inner .right-navigation .global-nav__r {
  width: calc(100% - 165px);
}
header.site-head .head-inner .right-navigation .tel-info {
  width: 165px;
  padding: 10px 20px;
  box-sizing: border-box;
}
header.site-head .head-inner .right-navigation .tel-info p {
  line-height: 1.5;
  font-size: 10px;
}
header.site-head .head-inner .right-navigation .tel-info p.lg {
  font-size: 20px;
  font-family: "Hind", sans-serif;
  color: #0066cc;
  font-weight: 900;
}


/*# sourceMappingURL=style.css.map */
