.hover {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.hover:hover {
  opacity: 0.5;
}
.one {
  padding: 80px 10px;
}
.one > .max-width-contents {
  max-width: 1100px;
}
body {
  font-size: 14px;
  color: rgba(47, 47, 47, 1);
  font-weight: 400;
}
.footer-top {
  background-color: rgba(29, 29, 29, 1);
}
.contact-title,
.contact-text {
  color: rgba(47, 47, 47, 1);
}
.tel-box h2 {
  color: rgba(255, 255, 255, 1);
}
.contact-ul .contact-link {
  background-color: rgba(26, 40, 114, 1);
}
.contact-ul .contact-item-title,
.contact-ul .contact-item-text {
  color: rgba(255, 255, 255, 1);
}
.contact-ul .contact-btn {
  color: rgba(26, 40, 114, 1);
  background: rgba(255, 255, 255, 1);
}
footer.footer {
  background-color: rgba(255, 255, 255, 1);
}
.common-pc > ul li a {
  color: rgba(255, 255, 255, 1);
}
.common-pc > ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.common-pc > ul > li > ul > li > ul {
  border-color: rgba(255, 255, 255, 1);
}
.common-pc > ul > li > ul > li > ul > li:before,
.common-pc > ul > li > ul > li > ul > li:after,
.common-pc > ul > li > ul > li > ul > li > ul > li:before,
.common-pc > ul > li > ul > li > ul > li > ul > li:after {
  background: rgba(255, 255, 255, 1);
}

.footer-section {
  background-position: 50%;
  background-size: cover;
  display: block;
  margin: 0 0 50px;
  padding: 75px 10px 60px;
}
.footer-section .inner-contents {
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
  width: 100%;
}
.footer-section .contact-title {
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px;
  text-align: center;
}
.footer-section .contact-text {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 50px;
  text-align: center;
}
.footer-section .contact-ul {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-section #tel {
  margin-top: 30px;
}
.footer-section .contact-ul .contact-item {
  margin: 0 25px;
  width: 430px;
}
.footer-section .contact-ul .contact-link {
  height: 100%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-section .contact-ul .contact-inner {
  border: 1px solid #fff;
  height: 100%;
  line-height: 1;
  padding: 30px 15px;
}
.contact-ul .contact-inner--tel {
  align-items: center;
  display: flex;
  justify-content: center;
}
.footer-section .contact-ul .contact-item-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 25px;
  text-align: center;
}
.footer-section .contact-ul .contact-icon {
  display: block;
  margin: 0 auto 20px;
  width: 70px;
}
.footer-section .contact-ul .contact-item-text {
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 20px;
  text-align: center;
}
.footer-section .contact-ul .contact-item-text-in {
  display: block;
  font-size: 13px;
  margin: 10px 0 0;
}
.footer-section .contact-ul .contact-btn {
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  max-width: 280px;
  text-align: center;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.footer-section .contact-ul .contact-btn:hover {
  opacity: 0.7;
}
.footer-section .contact-tel a:hover {
  opacity: 1 !important;
  text-decoration: none;
}
.footer-section .contact-ul .contact-link {
  display: block;
  padding: 10px;
  text-decoration: none;
  width: 100%;
}
.footer-section .tel-box {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 90%;
}
.footer-section .tel-box h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 20px 0 0 !important;
  text-align: center;
}
.footer-section .tel-icon {
  margin: 0 20px 0 0 !important;
}
.footer-section .tel-txt {
  font-size: 31px !important;
  font-weight: 700 !important;
  margin: 0 !important;
}
.footer-section .tel-box h2 span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

.span-p {
  color: #2f2f2f;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.5;
  margin: 0 0 30px;
  text-align: center;
}
.two {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  padding-left: 0;
}
.two li {
  align-items: center;
  background-color: #fff;
  border: 1px solid #1a2872;
  display: flex;
  flex-wrap: nowrap;
  font-size: 13px;
  height: 160px;
  justify-content: center;
  line-height: 1.6;
  padding: 20px 10px;
  position: relative;
  text-align: center;
  width: 30%;
}
@media screen and (max-width: 980px) {
  .two li {
    margin: auto;
    width: 47%;
  }
}
@media screen and (max-width: 639px) {
  .two {
    flex-direction: column;
  }
  .two li {
    margin: auto;
    width: 80%;
  }
}
.two li img {
  margin-bottom: 10px;
  margin-left: 30px;
  width: 70px;
}
.two li span {
  width: 100%;
}
.two li em {
  color: #1a2872;
  font-size: 180%;
  font-style: normal;
  font-weight: 700;
}
.solution-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1100px;
  padding-left: 0;
  width: 100%;
}
.solution-item {
  display: block;
  margin: 10px 2%;
  width: 25%;
}
.solution-link {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 10px 0 0;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
}
.solution-icon {
  display: block;
  margin: 0 auto 10px;
  max-height: 70px;
  width: 70px;
}
.solution-title {
  color: #484848;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.three {
  font-size: 20px;
  line-height: 1.8;
  margin: 0 0 40px;
}
.span-p02,
.three {
  color: #2f2f2f;
  font-weight: 700;
  text-align: center;
}
.span-p02 {
  font-size: 28px;
  letter-spacing: 2px;
  line-height: 1.5;
  margin: 0 0 30px;
  position: relative;
}
.span-p02:before {
  border-left: 2px dotted #919191;
  content: "";
  height: 50px;
  left: 50%;
  position: absolute;
  top: -60px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
}
.span-p02-sub {
  color: #919191;
  display: block;
  font-size: 14px !important;
  letter-spacing: 2px;
  margin-top: -20px !important;
  text-align: center;
}
.common-text {
  color: #2f2f2f;
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 40px;
  text-align: center;
}
.common-contents-list {
  display: flex !important;
  padding-left: 0;
}
.common-contents-list .common-contents-item {
  margin: 0 10px 65px;
  width: calc(25% - 20px);
}
.common-contents-list .common-contents-date {
  color: #2f2f2f;
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
}
.common-contents-list .common-contents-title {
  color: #2f2f2f;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 12px;
}
.common-contents-list .common-contents-btn {
  background: #1a2872;
  border: none;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.common-contents-list .common-contents-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.common-contents-list .common-contents-pic {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 180px;
  margin: 0 0 13px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .br-block {
    display: block;
  }
  .br-block2 {
    display: none;
  }
}
.solution-btn {
  margin-top: 30px;
}
.detail-btn {
  background: #1a2872;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  width: 320px;
}
@media screen and (max-width: 639px) {
  .br-block {
    display: none;
  }
  .br-block2 {
    display: block;
  }
  .three {
    font-size: 14px;
    margin: 0 0 20px;
  }
  .solution-link {
    flex-direction: column;
  }
  .solution-item {
    width: 80%;
  }
  .detail-btn {
    height: 60px;
    line-height: 60px;
    width: 276px;
  }
  .span-p02 {
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 18px;
  }
  .span-p02-sub {
    color: #919191;
    display: block;
    font-size: 14px !important;
    letter-spacing: 2px;
    margin-top: 20px !important;
    text-align: center;
  }
  .common-text {
    font-size: 14px;
    margin: 0 0 15px;
  }
  .common-contents-list {
    -js-display: flex;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  .common-contents-list .common-contents-item {
    margin: 0 0 45px;
    width: 100%;
  }
  .common-contents-list .common-contents-pic {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px !important;
    height: 180px;
    margin: 0 0 13px;
    position: relative;
    width: 100%;
  }
}
.post-edit-link {
  display: none;
}
#wpadminbar {
  display: none;
}
.entry-title {
  display: none;
}
.fv-height {
  height: 100vh;
}
.bg-new-blue {
  background-color: #1a2872;
}
.text-new-blue {
  color: #1a2872;
}
.bg-blue {
  background-color: #1d1f3f;
}
.text-blue {
  color: #1d1f3f;
}
.text-link {
  color: #0000ff;
}
.bg-gray {
  background-color: #f5f5f5;
}
.bg-secondary-info {
  background-color: #f1eee5;
}
.none {
  text-decoration: none;
}
.hover {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.hover:hover {
  opacity: 0.5;
}
.fv {
  height: 100vh;
}
.maru {
  border-radius: 100%;
}
.small-maru {
  border-radius: 10px;
}
.info-font {
  font-size: 14px;
}
.access-font {
  font-size: 16px;
}
.zyusho-font {
  font-size: 16px;
}
.zyuusho-header {
  width: 80px;
}
.margin-center {
  margin: 0 auto;
  text-align: center;
}
.service-bottom-p {
  font-size: 10px;
}
.service-center-img {
  width: 300px;
}
.service-center-right {
  font-size: 10px;
  line-height: 28px;
}
.ya-maru-size {
  padding: 4px 6px;
}
.ya-maru-position {
  transform: translateX(5px);
}
.recruit-card-width-p {
  font-size: 13px;
}
.triangle {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 10px solid black;
}
.procese-title {
  font-size: 20px;
}
.contact-small-p {
  font-size: 13px;
}
.contact-header {
  width: 190px;
}
.kome-mark {
  transform: translateY(-2px);
}
.textarea-height {
  height: 300px;
}
.bg-fv {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.service-three-big-title {
  font-size: 20px;
}
.service-three-small-title {
  font-size: 14px;
}
.triangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid black;
}
.vertical-line {
  width: 1px;
  background-color: black;
  border: none;
}
.fv-100 {
  height: 100vh;
}
.right-border {
  border-right: 1px solid #000;
  height: 100%;
}
.left-border {
  border-left: 1px solid #000;
  height: 100%;
}
.bottom-border {
  border-bottom: 1px solid #000;
  height: 100%;
}
.senko-title {
  font-size: 20px;
}
.senko-text {
  font-size: 14px;
}
.triangle-recruit {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 12px solid black;
}
.form-btn-width {
  width: 250px;
}
.check {
  width: 10px;
  height: 10px;
}
#privacyCheck {
  transform: translateY(72px) translateX(-20px);
}
.service-mini-btn {
  padding: 2.5px 5px 2.5px 5px;
}
.service-p-15 {
  font-size: 15px;
}
.service-p-10 {
  font-size: 16px;
}
.textarea-height {
  height: 184px;
}
.submit-btn-margin-center {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.bg-black-kon {
  background-color: rgb(12, 39, 82);
}
.text-blue {
  color: #1a2872;
}
.bg-blue {
  background-color: #1a2872;
}
.form {
  font-size: 14px;
}
.background {
  transform: rotate(90deg);
}
.media {
  width: 100%;
  font-size: 15px;
}
.nav {
  font-size: 16px;
}
.corporation-title {
  font-size: 26px;
}
.midle-title {
  font-size: 20px;
}
.text-title {
  font-size: 16px;
}
.corporation-font-type {
  font-family: "Yu Gothic Medium", "YuGothic Medium", "Yu Gothic", YuGothic,
    sans-serif;
}
.contact-icon {
  font-size: 40px;
}
.three-business-img {
  width: 100%;
  height: 110px;
  overflow: hidden;
  position: relative;
}
.three-business-img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
