@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0
}
html {
  font-size: 62.5%;
}
body {
  background: url("../img/body-bg.jpg") repeat center top/100% auto;
  font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  color: #333333;
  font-size: 2rem;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
ul {
  list-style: none;
}
.txt {
  line-height: 2;
}
.h3-ttl {
  margin-bottom: 50px;
  font-family: "Montserrat Underline", sans-serif;
}
.h3-ttl span {
  color: #FF7F00;
}
.h3-ttl .en {
  font-size: clamp(5.5rem, 8vw, 9.5rem);
  font-weight: 500;
}
.h3-ttl .ja {
  font-size: clamp(2rem, 3vw, 3.6rem);
  margin-top: 20px;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dtl-btn {
  max-width: 408px;
}
.btn-item {
  background: #FF7F00;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  display: block;
  padding: 29px 0;
  position: relative;
  margin: auto;
  width: 100%;
  text-align: center;
  text-decoration: none;
  border-radius: 56px;
}
.btn-item::before, .btn-item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  vertical-align: middle;
}
.btn-item::before {
  width: 52px;
  height: 52px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.btn-item::after {
  right: 60px;
  width: 12px;
  height: 12px;
  border-top: 5px solid #FF7F00;
  border-right: 5px solid #FF7F00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.5s;
}
#l-header {
  width: 100%;
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  transition: all .2s ease-in;
  background-color: #0F2757;
}
#l-header .inner {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto;
  padding: 35px 0 16px;
  align-items: center;
  justify-content: space-between
}
#l-header .head-right {
  margin-left: auto;
  padding-top: 5px;
  /*width: 50%;*/
  width: 60%;
}
#l-header .head-right_contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto
}
#l-header .head-right_tel {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600;
  font-size: 3.8rem;
  line-height: 1.1;
  position: relative
}
#l-header .head-right_tel img {
  margin-right: 10px;
}
.nav-menu {
  position: relative;
}
.nav-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.nav-menu ul li {
  position: relative
}
.nav-menu ul li.btn-contact {
  margin-top: 15px
}
.nav-menu ul li.btn-contact a {
  padding: 7px 20px 7px 40px;
  border-radius: 30px;
  background: #e40000;
  color: #fff;
  display: inline-block;
  position: relative
}
.nav-menu ul li.btn-contact a:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  margin-right: 5px;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px
}
.nav-menu ul li.btn-contact a:after {
  display: none
}
.nav-menu ul li.btn-contact a:hover {
  background: #b00
}
.nav-menu ul li a {
  display: block;
  color: #fff;
  position: relative;
  line-height: 1.5;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
.nav-menu ul li a span {
  display: block;
  font-size: 1.8rem;
  font-family: "Montserrat Underline", sans-serif;
  font-weight: 400;
  color: #A2A2A2;
  position: relative
}
.nav-menu ul li a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  background: #FF7F00;
  left: 0;
  bottom: -2px;
  transition: .2s width ease-in
}
.nav-menu ul li a:hover span, .nav-menu ul li a.active span {
  color: #FF7F00;
}
.nav-menu ul li a:hover:after, .nav-menu ul li a.active:after {
  width: 20px
}
.main {
  position: relative;
  line-height: 0;
  margin-top: 177px;
}
.main .ttl {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(2.8rem, 4vw, 4.8rem);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
}
.news {
  padding: 0 20px;
}
.news .inner {
  height: 320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}
.news .title {
  font-family: "Montserrat Underline", sans-serif;
  text-align: center;
  color: #FF7F00;
}
.news .title h3 {
  font-size: 3.5rem;
}
.subtitle {
  font-size: 2.2rem;
  font-weight: 700;
  color: #333333;
}
.box-l {
  width: 20%;
}
.box-r {
  width: 75%;
  /*
  全件表示の場合はコメントアウト外す
  max-height: 300px;
  overflow-y: scroll;
  */
}
.box-r dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 2.4rem;
}
.box-r dl dt {
  width: 20%;
  color: #FF7F00;
  font-weight: bold;
}
.box-r dl dd {
  width: 80%;
  font-size: 2rem;
  color: #000;
}
.trust {
  position: relative;
  height: 731px;
  background-image: url("../img/zenshin02.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.trust::before {
  content: url("../img/zenshin01.png");
  position: absolute;
  top: 15%;
  left: 0;
}
.trust .inner {
  width: 70%;
  padding: 0 5%;
  height: 100%;
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
}
.trust .box {
  max-width: 1160px;
}
.trust .lead {
  font-size: clamp(3.2rem, 4.5vw, 5.7rem);
  font-weight: 700;
  letter-spacing: 5px;
  margin-bottom: 20px;
}
.trust .txt {
  line-height: 2.5;
}
.trust .dtl-btn {
  margin: 30px 0 0 auto;
}
.movie {
  padding: 5% 0;
}
.movie .box {
  /*max-width: 900px;*/
  margin: 80px auto;
  /*padding: 220px 0;*/
  text-align: center;
  max-width: 1000px;
  /*background-color: #D9D9D9;
  font-size: 3.2rem;
  font-weight: 900;*/
}
.movie .box video {
  width: 90%;
  height: auto;
  margin: 0 auto;
}
.service {
  position: relative;
  padding: 100px 0 50px;
}
.service::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 45%;
  top: 0;
  right: 0;
  background: url("../img/service.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.service::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0f2757;
  -webkit-clip-path: polygon(63% 0%, 82% 45%, 56% 100%, 0 100%, 0 0);
  clip-path: polygon(63% 0%, 82% 45%, 56% 100%, 0 100%, 0 0)
}
.service .inner {
  padding: 0 20px;
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-catch {
  position: relative;
  z-index: 1;
  width: 45%;
  color: #ffffff;
}
.service-ttl {
  line-height: 1;
}
.service-subttl {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.top-service {
  width: 50%;
  font-weight: bold;
  font-size: 2.5rem;
  position: relative;
  z-index: 1
}
.tp-sv_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 240px auto 0;
}
.tp-sv_list li {
  width: 50%;
  transition: .4s;
  margin-bottom: 30px;
}
.tp-sv_list li:nth-child(2n) {
  margin: 20px 0 0 -1%
}
.tp-sv_list li a {
  display: block;
  word-wrap: 100%;
  padding: 50px 20px;
  transform: skewX(-10deg);
  transition: .4s;
  position: relative;
  overflow: hidden;
  z-index: 1
}
.tp-sv_list li a:before {
  transition: .4s;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(-21deg, #E47200 50%, #FF7F00 50%);
}
.tp-sv_list li:hover {
  transition: .4s;
  transform: translateY(-6px)
}
.tp-sv_list li:hover a {
  transition: .4s;
  background: #0f2757;
  background: linear-gradient(132deg, #0043a9 0%, #0F2757 100%)
}
.tp-sv_list li:hover a:before {
  transition: .4s;
  width: 0%
}
.tp-sv_list .list_title {
  text-align: center;
  color: #fff;
  transform: skewX(10deg);
  font-weight: bold
}
.area {
  position: relative;
  padding: 100px 20px;
}
.area::before {
  content: url("../img/area-line.png");
  position: absolute;
  bottom: 0;
  right: 0;
}
.area .inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.area .img {
  position: relative;
  width: 80%;
}
.area .ttl {
  position: relative;
  width: 20%;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.area .h3-ttl .en {
  letter-spacing: -35px;
}
.area .h3-ttl .ja {
  margin-top: 50px;
}
.works {
  background-image: url("../img/works-line.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 100px 0 70px;
  text-align: center;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  width: 100%;
  margin: 50px 0 30px;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 50s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 4);
  margin-left: 40px;
}
.scroll-infinity__item > img {
  width: 100%;
}
.works .dtl-btn {
  margin: 0 auto;
}
.works .btn-item {
  background: #333333;
}
.works .btn-item::after {
  border-top: 5px solid #333333;
  border-right: 5px solid #333333;
}
.save {
  padding: 100px 20px;
  background-color: #EEEEEE;
}
.save .inner {
  max-width: 1400px;
  margin: 0 auto;
}
.save .h3-ttl {
  text-align: center;
}
.save .h3-ttl span {
  color: #D82314;
}
.save .txt {
  width: 55%;
}
.save .btn {
  width: 40%;
}
.save-btn {
  max-width: 345px;
  margin: 50px auto 0;
  text-align: center;
}
.save-btn a {
  display: block;
  width: 100%;
  padding: 17px 0;
  font-size: 3rem;
  font-weight: 700;
  background-color: #DA2A1C;
  color: #FFFFFF;
}
.recruit {
  padding: 50px 20px;
  background-image: url("../img/recruit.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 517px;
  text-align: center;
  color: #ffffff;
}
.recruit .dtl-btn {
  margin: 50px auto 0;
}
.recruit .btn-item {
  background: #ffffff;
  color: #0F2757;
}
.recruit .btn-item::before {
  background: #0F2757;
}
.recruit .btn-item::after {
  border-top: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
}
.contact {
  background-image: url("../img/contact-bg.jpg");
  background-repeat: no-repeat;
  padding: 80px 20px;
  height: 716px;
  text-align: center;
  color: #ffffff;
}
.contact .inner {
  max-width: 1400px;
  margin: 0 auto;
}
.contact .left {
  width: 50%;
  color: #BCBCBC;
}
.contact .txt02 {
  margin: 30px 0;
}
.contact .right {
  width: 46%;
  padding: 0 2%;
}
.contact .right .map {
  max-width: 560px;
  height: 400px;
  margin: 50px auto 0;
}
.contact-flex {
  max-width: 1015px;
  width: 95%;
  margin: 140px auto 0;
  display: flex;
  justify-content: space-between;
}
.contact_tel {
  max-width: 460px;
  margin: 0 auto 30px;
}
.contact_tel a {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: .1rem;
  width: 100%;
  padding: 22px 0;
  background: #FF9000;
  color: #fefefe;
  text-align: center;
}
.contact_tel a::before {
  content: url("../img/tel.png");
  position: absolute;
  left: 70px;
  top: 26px;
}
.contact_mail {
  max-width: 460px;
  margin: 0 auto;
}
.contact_mail a {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: .1rem;
  width: 100%;
  padding: 22px 0;
  background: #ED0B07;
  color: #fefefe;
  text-align: center;
}
.contact_mail a::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  position: absolute;
  left: 70px;
  top: 30px;
  font-size: 3rem;
}
.footer-nav {
  background-color: #0F2757;
  padding: 50px 20px 30px;
}
.footer-nav .inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-nav .nav-menu {
  width: 70%;
}
.copyright {
  text-align: center;
  font-size: 1.8rem;
  color: #ffffff;
  margin-top: 50px;
}
#page_top {
  position: fixed;
  right: 45px;
  bottom: 85px;
  z-index: 9;
}
#page_top a {
  position: relative;
  display: block;
}
.sp {
  display: none;
}
/*==================================================
下層デザイン
===================================*/
.page-title {
  position: relative;
  z-index: 3;
  background: url("../img/sub/mv.jpg") no-repeat center 70%/cover;
  margin-top: 176px;
}
.page-title .inner {
  margin: 0 auto;
  height: 350px;
  display: flex;
  align-items: flex-end;
  max-width: 1400px;
  width: 95%;
  position: relative;
  z-index: 3
}
.page-title .inner .page-lead {
  font-size: 3rem;
  position: relative;
  transform: translateY(13px)
}
.page-title .inner .page-lead.on .eng {
  transform: translateX(0);
  opacity: 1
}
.page-title .inner .page-lead.on .ja {
  opacity: 1;
  transform: translateY(0)
}
.page-title .inner .page-lead .eng {
  display: block;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  font-size: 8rem;
  color: #fff;
  line-height: 1;
  text-shadow: 4px 4px 20px rgba(73, 45, 24, .1);
  margin-top: 50px;
  opacity: 0;
  transform: translateX(-20%);
  transition: .5s all cubic-bezier(0.55, 0.05, 0.22, 0.99)
}
.page-title .inner .page-lead .ja {
  font-size: 3.1rem;
  opacity: 0;
  transform: translateY(20px);
  position: relative;
  z-index: 4;
  transition: .5s all cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition-delay: .6s;
  display: inline-block;
  color: #fff;
  letter-spacing: .15em;
  text-shadow: 0 1px 8px rgba(16, 39, 119, .8)
}
.h4-ttl {
  font-size: 3.6rem;
  font-weight: 700;
  color: #0F2757;
}
.info-ttl {
  position: relative;
  font-size: 3.2rem;
  font-weight: 400;
  font-family: "Montserrat Underline", sans-serif;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.info-ttl::before {
  content: '';
  width: 34px;
  height: 1px;
  background: #333333;
  position: absolute;
  left: 190px;
}
.info-ttl span {
  display: block;
  margin-left: 70px;
  font-size: 3.6rem;
  font-weight: 700;
}
.sec01 {
  padding: 100px 20px;
  text-align: center;
}
.sec01 .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.sec01 .txt {
  margin: 50px 0;
}
.sec01 .name {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0F2757;
}
.sec01 .name span {
  font-size: 1.6rem;
}
.philosophy {
  background-image: url("../img/sub/company.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 470px;
}
.philosophy .inner {
  width: 70%;
  padding: 120px 5% 0;
  height: 100%;
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.8);
}
.philosophy .txt {
  margin-top: 30px;
  font-size: 4.8rem;
  font-weight: 700;
}
.about-us {
  padding: 50px 20px;
}
.about-us .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.summary {
  margin-top: 50px;
}
.summary dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 18px;
}
.summary dt {
  position: relative;
  display: inline-block;
  width: 20%;
  height: 50px;
  font-weight: bold;
  padding: 10px;
  background-color: #FF7F00;
  color: #ffffff;
  box-sizing: border-box;
}
.summary dt:before {
  content: "";
  position: absolute;
  left: 95%;
  bottom: -8px;
  border: 12px solid transparent;
  border-left: 40px solid #FF7F00;
  transform: rotate(17deg);
}
.summary dd {
  width: 80%;
  padding: 10px 100px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  margin: 2% 0 2% -2%;
  box-sizing: border-box;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.4);
}
.location {
  padding: 80px 20px;
  background-color: #ffffff;
  text-align: center;
}
.location .inner {
  max-width: 1000px;
  margin: 100px auto;
}
.location .map {
  margin-top: 50px;
  height: 580px;
}
.sub-works {
  padding: 100px 20px;
  text-align: center;
}
.sub-works .inner {
  max-width: 1400px;
  margin: 0 auto;
}
.sub-works .box {
  width: 30%;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #F5F5F5;
  border-radius: 8px;
  font-size: 16px;
  box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.2);
}
.sub-works .box .img {
  position: relative;
  background-color: #D9D9D9;
  border-radius: 8px;
  height: 200px;
}
.sub-works .box .name {
  position: absolute;
  left: 15px;
  bottom: 15px;
  color: #5068A9;
  background-color: #ffffff;
  padding: 5px 20px;
}
.sub-works .box ul {
  display: flex;
  flex-wrap: wrap;
  color: #5068A9;
  width: 100%;
  text-align: left;
  margin-top: 10px;
}
.sub-works .box li {
  width: 50%;
}
.sub-works .box .explan {
  background-color: #ffffff;
  padding: 10px;
  margin-top: 15px;
  text-align: left;
}
.works-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.works-link:hover .box {
  opacity: 0.9;
}
.single-works .works-image {
  max-width: 100%;
  height: auto;
  margin: 20px auto 40px auto;
}

.works-detail {
  max-width: 900px;
  margin: 0 auto;
}

.single-works h3 {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 30px;
    color: #0F2757;
}

.single-works .back-btn a {
  color: #000;
}

.single-works .works-meta {
  margin-bottom: 20px;
  text-align: left;
}

.single-works .works-meta li {
  margin-bottom: 8px;
}

.single-works .works-content {
  text-align: left;
  line-height: 1.8;
}

.single-works .single-nav {
    margin-top: 40px;
}

.single-works .nav-links {
  display: flex;
  justify-content: space-around;
  border-top: 1px solid #333;
  padding-top: 50px;
}

.single-works .single-nav .nav-prev a,
.single-works .single-nav .nav-next a,
.single-works .back-to-archive a {
  font-size: 18px;
  color: inherit;
}

.single-works .back-to-archive {
  padding: 10px 15px;
  text-align: center;
}

@media screen and (max-width: 768px) {
.single-works .single-nav .nav-prev a,
.single-works .single-nav .nav-next a,
.single-works .back-to-archive a {
    font-size: 16px;
    }
  }

.sub-news {
  padding: 100px 20px;
  text-align: center;
  color: #ffffff;
  background-color: #ffffff;
}
.sub-news .inner {
  display: block;
  max-width: 1280px;
  background-image: url("../img/sub/news.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  padding-top: 80px;
  margin: 0 auto;
  height: 332px;
}
.sub-news .h3-ttl .en {
  font-size: clamp(4rem, 5.5vw, 6rem);
}
.sub-news .h3-ttl .ja {
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  margin-top: 10px;
}
.sub-contact {
  padding: 100px 20px;
  text-align: center;
}
.sub-contact .inner {
  max-width: 1400px;
  margin: 50px auto;
}
.sub-contact form {
  padding: 50px;
  background-color: #F5F5F5;
  margin-bottom: 100px;
}
.sub-contact form table {
  width: 100%;
}
.sub-contact form table tr th {
  width: 90%;
  padding: 1.5em .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  justify-content: left;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sub-contact form table tr th {
    text-align: center;
    width: 100%;
    display: flex;
    background: #0F2757;
    padding: .8em 0.1em;
    color: #fff;
  }
}
@media only screen and (max-width: 400px) {
  .sub-contact form table tr th {
    font-size: 15px;
  }
}
.sub-contact form table tr th span {
  background: #FF0000;
  padding: 0 2em;
  color: #fff;
  margin-left: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  margin-right: 28px;
}
@media only screen and (max-width: 768px) {
  .sub-contact form table tr th span {
  margin-right: 10px;
}
}
.sub-contact form table tr td {
  width: 60%;
  text-align: left;
  padding: 1.5em .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1420px) {
  .sub-contact form table tr td {
  width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .sub-contact form table tr td {
    padding: 1.5em .5em;
    display: block;
    width: 100%;
  }
}
.sub-contact form table tr select {
  border: 1px solid #97ae88;
}
.sub-contact form table tr label input {
  cursor: pointer;
  vertical-align: middle;
}
.sub-contact form table tr select, .sub-contact form table tr input, .sub-contact form table tr textarea {
  width: 100%;
  height: 4em;
  padding: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #B9B9B9;
}
.sub-contact form table tr .radio02-input {
  width: 10%;
  height: 1.6em;
}
.sub-contact form table tr textarea {
  height: 20em;
}
.sub-contact .btn {
  text-align: center;
}
.sub-contact .btn input {
  display: inline-block;
  background: #FF7F00;
  padding: 1em 4em;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  border: none;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 20px;
}
.sub-contact .btn input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.privacy-consent {
  margin: 50px 0;
}

.privacy-consent label {
  display: inline-block;
  line-height: 1.6;
  padding-left: 30px;   /* ← 改行時のインデント幅 */
  text-indent: -25px;   /* ← 最初の行だけ戻す */
  cursor: pointer;
  text-align: left;
}

.privacy-consent input[type="checkbox"] {
  transform: scale(1.5);
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.privacy-button-wrap {
  margin-top: 10px;
  text-align: center;
}

.privacy-btn {
  display: inline-block;
  background-color: #333333;
  color: #fff;
  padding: 1em;
  text-decoration: none;
  transition: 0.3s;
  font-size: 20px;
}

.privacy-btn:hover {
  opacity: 0.8;
}

/*プライバシーのデザインcss↓*/
.privacy {
  max-width: 800px;
  margin: 50px auto;
  text-align: left;
  padding: 20px;
  background-color: #F5F5F5;
}
.privacy .txt-box {
  height: 300px;
  overflow-y: scroll;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  padding: 10px;
  scrollbar-color: #0F2757 #F5F5F5;
}
.business {
  padding: 150px 0;
}
.business .box {
  padding-top: 200px;
  margin-top: -200px;
}
.business .box .inner {
  max-width: 1650px;
  height: 350px;
  margin-bottom: 70px;
  margin-left: auto;
  padding: 50px 0;
  position: relative;
}
.business .box .inner::before {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: 100%;
  height: 373px;
}
.business .h4-ttl {
  margin: -75px 0 20px 30px;
}
.business .box:nth-child(even) .h4-ttl {
  color: #FF7F00;
}
.business .box:nth-child(even) .inner {
  margin-right: auto;
  margin-left: 0;
}
.business .txt-item {
  max-width: 845px;
  padding: 50px;
  background: rgb(255 255 255 / 80%);
  box-shadow: 0px 0px 11px 10px rgba(181, 181, 181, 0.25);
  position: relative;
  z-index: 2;
}
.business .box:nth-child(even) .txt-item {
  margin-left: auto;
}
.business .box-01::before {
  background-image: url("../img/sub/business01.jpg");
  background-position: right;
  right: 0;
}
.business .box-02::before {
  background-image: url("../img/sub/business02.jpg");
  background-position: left;
  left: 0;
}
.business .box-03::before {
  background-image: url("../img/sub/business03.jpg");
  background-position: right;
  right: 0;
}
.business .box-04::before {
  background-image: url("../img/sub/business04.jpg");
  background-position: left;
  left: 0;
}
.business .box-05::before {
  background-image: url("../img/sub/business05.jpg");
  background-position: right;
  right: 0;
}
.business .box-06::before {
  background-image: url("../img/sub/business06.jpg");
  background-position: left;
  left: 0;
}
.business .box-07::before {
  background-image: url("../img/sub/business07.jpg");
  background-position: right;
  right: 0;
}
.business .box-08::before {
  background-image: url("../img/sub/business08.jpg");
  background-position: left;
  left: 0;
}

/*プライバシーポリシー*/
.policy_inner{
    max-width: 1400px;
    margin: 50px auto;
	padding: 50px;
	background-color: #F5F5F5;
	margin-bottom: 100px;
}
.policy_inner .h4-ttl{
    text-align: left;
	margin: 70px 0 15px;
}
.policy_inner .h5-ttl{
	text-align: left;
	font-size: 2.6rem;
	font-weight: 700;
	color: #0F2757;
	margin: 50px 0 15px;
}
.policy_inner .h6-ttl{
	text-align: left;
	font-size: 2.2rem;
	font-weight: 600;
	color: #0F2757;
	margin: 30px 0 10px;
}
.policy_inner .txt{
	text-align: left;
}
.policy_inner .txt_right{
	text-align: right!important;
}
.policy_table{
	border-collapse:  collapse!important;
	width: 100%;
	text-align: left;
	margin: 0 auto 70px;
}
.policy_table th,td{
	 border: solid 1px #333!important;
	 padding: 10px;
}
.policy_table th{
	background-color: #FF7F00;
	color: #fff;
}
.policy_table td{
	background-color: #FFF;
}
@media (max-width: 820px) {
	.policy_inner{
		padding: 20px;
	}
	.policy_table th,td{
		 display: block;
	}
}

/*==================================================
レスポンシブ用デザイン
===================================*/
@media (max-width: 1024px) {
  body {
    font-size: 1.8rem;
  }
  .nav-menu ul li a {
    font-size: 1.6rem;
  }
  .nav-menu ul li a span {
    font-size: 1.4rem;
  }
  #l-header .head-right {
    width: 64%;
    margin-top: -75px;
  }
  .main {
    margin-top: 190px;
  }
  .box-l {
    width: 16%;
  }
  .box-r dl {
    font-size: 1.8rem;
  }
  .scroll-infinity__item {
    width: calc(100vw / 3);
  }
  .top-service {
    font-size: 2rem;
  }
  .footer-nav .nav-menu {
    margin: 50px auto 0;
  }
  .sub-works .box {
    width: 29%;
  }
}
@media (max-width: 820px) {
  .en {
    font-size: 6rem;
  }
  #logo {
    width: 360px;
  }
  #l-header .head-right {
    margin-top: -65px;
  }
  .main {
    margin-top: 175px;
  }
  .box-r dl dt {
    width: 100%;
    margin-bottom: 20px;
  }
  .box-r dl dd {
    width: 100%;
    font-size: inherit;
    margin-bottom: 20px;
  }
  .main-catch {
    width: 100%;
  }
  .top-service {
    width: 100%;
  }
  .tp-sv_list {
    margin-top: 50px;
  }
  .area .h3-ttl .en {
    letter-spacing: -25px;
  }
  .contact {
    height: auto;
    background-size: cover;
  }
  .contact .left {
    width: 100%;
  }
  .contact .right {
    width: 100%;
  }
  .sub-works .box {
    width: 44%;
  }
}
@media (max-width: 428px) {
  body {
    font-size: 1.6rem;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header {
    position: absolute;
  }
  .logo {
    padding: 10px;
  }
  .main {
    margin-top: 0;
  }
  .hamb {
    position: fixed;
    cursor: pointer;
    z-index: 300;
    right: 10px;
    top: 10px;
    width: 64px;
    height: 64px;
    background: #0F2757;
  }
  .black-bg ul {
    width: 80%;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .black-bg ul li {
    text-align: center;
    padding: 45px 0 0;
  }
  .black-bg ul li:last-child {
    border-bottom: none;
  }
  .black-bg ul li a {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: bold;
    display: block;
    text-decoration: none;
  }
  .black-bg ul li a span {
    display: block;
    font-family: "Montserrat Underline", sans-serif;
    font-weight: 400;
    color: #A2A2A2;
    font-size: 1.3rem;
  }
  .black-bg .contact_mail {
    padding-top: 15px;
  }
  .line {
    position: absolute;
    top: 35%;
    left: 25%;
    width: 30px;
    height: 3px;
    background-color: #ffffff;
  }
  .line:nth-child(2) {
    top: 50%;
    left: 25%;
  }
  .line:nth-child(3) {
    top: 65%;
    left: 25%;
  }
  .hamb-text {
    position: absolute;
    left: 30%;
    bottom: 15%;
    font-size: 20px;
    color: #ffffff;
  }
  .black-bg {
    position: fixed;
    background: #4F6AA1;
    top: 0;
    right: -450px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
  }
  .black-bg.open {
    opacity: 1;
    visibility: visible;
    right: 0;
  }
  #hamb.active .line {
    background-color: #ffffff;
  }
  /*アニメーション*/
  .black-bg {
    transition: opacity 0.35s, visibility 0.35s, width 0.35s;
  }
  #hamb.active .line:nth-child(1) {
    transform: translateY(10px) translateX(0) rotate(45deg);
  }
  #hamb.active .line:nth-child(2) {
    opacity: 0;
    background: #FFF;
  }
  #hamb.active .line:nth-child(3) {
    transform: translateY(-10px) translateX(0) rotate(-45deg);
  }
  .animation {
    transition: all .6s;
  }
  .black-bg ul li .sp-tel {
    position: relative;
    font-size: 2.8rem;
    text-align: center;
  }
  .black-bg ul li .sp-tel:before {
    content: url("../img/sp/tel.png");
    margin-right: 10px;
  }
  .sp-tel {
    margin-bottom: 0;
  }
  .black-bg ul .sp-mail {
    padding-top: 10px;
  }
  .news {
    padding: 50px 20px;
  }
  .box-l {
    width: 100%;
  }
  .box-r dl dt {
    width: 100%;
  }
  .box-r {
    width: 100%;
  }
  .box-r dl dd {
    width: 95%;
  }
  .box-r dl {
    font-size: 1.6rem;
  }
  .trust {
    height: auto;
  }
  .trust .inner {
    width: 80%;
    padding: 5%;
    position: relative;
  }
  .trust::before {
    content: url("../img/sp/zenshin01.png");
    top: auto;
    bottom: 0;
  }
  .trust .txt {
    line-height: 2;
  }
  .btn-item {
    font-size: 2rem;
    padding: 20px 0;
  }
  .btn-item::before {
    width: 31px;
    height: 31px;
  }
  .btn-item::after {
    right: 50px;
    width: 8px;
    height: 8px;
  }
  .service-ttl {
    color: #ffffff;
    position: relative;
    z-index: 2;
    padding-left: 5%;
    margin-bottom: 0;
  }
  .en {
    font-size: 5rem;
  }
  .ja {
    font-size: 2rem;
  }
  .main-sp_catch {
    margin: 0px auto 0;
    position: relative;
    padding: 50px 0;
  }
  .main-sp_catch::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 195px;
    top: 0;
    right: 0;
    background: url("../img/sp/service.jpg") no-repeat;
    background-size: contain;
    background-position: right;
  }
  .main-sp_catch::after {
    position: absolute;
    content: "";
    width: 95%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0f2757;
    -webkit-clip-path: polygon(63% 0%, 82% 45%, 56% 100%, 0 100%, 0 0);
    clip-path: polygon(63% 0%, 82% 45%, 56% 100%, 0 100%, 0 0)
  }
  .service-inner {
    background-color: #0f2757;
    color: #ffffff;
    padding: 20px;
  }
  .service-subttl {
    font-size: 2.8rem;
  }
  .top-service {
    font-size: 1.8rem;
  }
  .tp-sv_list {
    padding-right: 0;
    margin-top: 10px;
  }
  .tp-sv_list li a {
    padding: 25px 0;
  }
  .tp-sv_list li {
    width: 50%;
  }
  .area::before {
    content: url("../img/sp/area-line.png");
  }
  .works {
    padding: 50px 0;
  }
  .works {
    background-image: url("../img/sp/works-line.png");
    background-position: bottom;
  }
  .scroll-infinity__item {
    width: calc(100vw / 1);
  }
  .btn-item {
    width: 95%;
  }
  .contact_tel {
    width: 95%;
    margin-bottom: 30px;
  }
  .contact_tel a {
    font-size: 2rem;
  }
  .contact_tel a::before {
    top: 22px;
    left: 40px;
  }
  .contact_mail {
    width: 95%;
  }
  .contact_mail a {
    font-size: 2rem;
  }
  .contact_mail a::before {
    font-size: 2.6rem;
    top: 25px;
    left: 40px;
  }
  .summary .summary_list {
    flex-wrap: wrap;
  }
  .summary .summary_list dt {
    width: 100%;
    border-bottom: none;
    text-align: left;
  }
  .summary .summary_list dd {
    width: 100%;
    border-bottom: solid 2px #4F6AA1;
  }
  #page_top {
    right: 10px;
    bottom: 5px;
  }
  .save .txt {
    width: 100%;
    margin-bottom: 50px;
  }
  .save .btn {
    width: 90%;
    margin: 0 auto;
  }
  .recruit {
    height: auto;
  }
  .save-btn a {
    font-size: 2.2rem;
  }
  .summary dt {
    width: 100%;
  }
  .summary dt:before {
    content: none;
  }
  .summary dd {
    width: 100%;
    margin-left: 0;
    padding: 20px;
  }
  .page-title {
    margin-top: 0;
  }
  .page-title .inner .page-lead .eng {
    font-size: 6rem;
  }
  .philosophy .txt {
    font-size: 3.4rem;
  }
  .info-ttl {
    text-align: center;
    justify-content: center;
  }
  .info-ttl::before {
    content: none;
  }
  .info-ttl span {
    width: 100%;
    margin-left: 0;
  }
  .location .map {
    height: 400px;
  }
  .sub-works .box {
    width: 100%;
  }
  .sub-news .inner {
    padding: 20px;
  }
  .sub-contact form {
    padding: 20px;
  }
  .privacy .txt-box {
    padding: 20px;
  }
  .business {
    padding: 50px 0;
  }
  .business .box .inner {
    height: auto;
  }
  .business .box .inner::before {
    background-size: contain;
  }
  .business .txt-item {
    padding: 20px;
    width: 80%;
  }
  .business .h4-ttl {
    margin: 0;
    font-size: 2.8rem;
  }
  .business .box {
    padding-top: 80px;
    margin-top: -80px;
  }
}
@media (max-width: 375px) {
  .main .ttl {
    font-size: 2.4rem;
  }
  .trust .lead {
    font-size: 2.2rem;
  }
  .h3-ttl .en {
    font-size: 5rem;
  }
  .contact_tel a::before {
    left: 18px;
  }
  .contact_mail a::before {
    left: 18px;
  }
  .sub-contact .btn input {
    padding: 1em 2.6em;
  }
}

/*==================================================
お知らせ（個別・一覧）
===================================*/
#single .container {
    margin-top: 50px;
    margin-bottom: 100px;
    padding: 0 15px;
}

#single .s-ttl h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
    color: #0F2757;
}

#single .s-ttl,
#single .single-box {
    max-width: 1000px;
    margin: auto;
}

.single-box .single-date {
    max-width: 900px;
    margin: auto;
    padding-bottom: 15px;
    text-align: left;
    font-size: 20px;
}

.single-box .single-body {
    max-width: 900px;
    margin: auto;
    text-align: left;
    font-size: 20px;
}

#single .single-nav {
    margin-top: 40px;
}

#single .nav-links {
  display: flex;
  justify-content: space-around;
  border-top: 1px solid #333;
  padding-top: 50px;
}

#single .single-nav .nav-prev a,
#single .single-nav .nav-next a,
#single .back-to-archive a {
  font-size: 18px;
  color: inherit;
}

#single .back-to-archive {
  padding: 10px 15px;
  text-align: center;
}

#archive .container {
  margin: 0 auto;
  padding: 15px;
  max-width: 1000px;
}

.archive-box {
  margin: 50px auto;
  border-bottom: 1px solid #333;
  color: #000;
}

#archive .ttl h3 a {
  color: #0F2757;
  text-decoration: none;
}

#archive .read-more a {
  color: inherit;
}

.container article:first-of-type .archive-box {
    border-top: 1px solid #333;
    padding-top: 50px;
}

.read-more {
  margin-top: 15px;
  margin-bottom: 50px;
  text-align: left;
}

.read-more a {
  font-size: 18px;
  text-decoration: underline;
  line-height: 1.4;
}

.archive-date {
  text-align: left;
}

.archive-box .ttl {
  text-align: left;
  font-size: 24px;
  margin: 10px 0;
  text-align: left;
}

.archive-box .archive-body {
  text-align: left;
}

.pagination-wrapper {
  margin-bottom: 10rem;
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
  gap: 0.5em;
  flex-wrap: wrap;
}

.pagination-wrapper .nav-links {
  display: flex;
  justify-content: center;
  gap: 0.5em;
  flex-wrap: wrap;
}

.pagination-wrapper .nav-links > * {
  display: inline-flex;
  padding: 0.3em 0.6em;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.pagination-wrapper .nav-links .current {
  background: #2c2622;
  color: #fff;
}

@media screen and (max-width: 768px) {
    #single .s-ttl h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    }

    .single-box .single-date,
    .single-box .single-body {
    font-size: 16px;
    }

    #single .single-nav .nav-prev a,
#single .single-nav .nav-next a,
#single .back-to-archive a {
    font-size: 16px;
    }

    .archive-box h3 {
    font-size: 20px;
    }
}