@charset "UTF-8";

/*--------------------------
  Basic style
--------------------------*/
@import url("http://fonts.googleapis.com/earlyaccess/notosansjp.css");

*{
  margin: 0;
  padding: 0;
}
html{
  background: #000;
}
body{
  color: #dcdcdc;
  font-size: clamp(14px, 3.73vw, 14px);
  font-family: "Noto Sans Japanese", sans-serif;
  background: #000;
  -webkit-text-size-adjust: 100%;
}
body p{
  line-height: 1.65;
}
.inner{
/*  width: 100%;*/
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
input[type="submit"]{
  appearance: none;
}
a{
  text-decoration: none;
}
a[href^="tel:"]{
  color: inherit;
}
a.textlink{
  color: #9dfce4;
  margin: 0 .2em;
  text-decoration: underline;
}
a.disableGray{
  opacity: .5;
  pointer-events: none;
}
a.disable{
  pointer-events: none;
}
li{
	list-style-type: none;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border-style: none;
}
section p a,
section ol.decimal a,
section ul.disc a,
table a,
section dl a{
  display: inline;
  text-decoration: underline;
}
.t_left{
  text-align: left;
}
.t_right{
  text-align: right;
}
.t_center{
  text-align: center;
}
.spNone{
  display: none !important;
}
.spBr{
  display: block !important;
}
.pcBr{
  display: none !important;
}
sup{
  line-height: 0;
  margin-right: .2em;
}
.red{
  color: #c3443f;
}

/* 共通 Button */
.btn a{
  position: relative;
  display: block;
  color: #fff;
  line-height: 1;
  padding: 1.15em .65em 1.2em;
  font-weight: 600;
  text-align: center;
  border-radius: 999px;
  text-decoration: none;
  letter-spacing: .05em;
  box-sizing: border-box;
  font-size: clamp(15px, 4.53vw, 17px);
}
.btn a::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 1.25em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #115a9a;
  border: 3px solid #65b2f4;
  transform: translateY(-50%);
}
.btn.red a{
  background: #c20e23;
}
.btn.blue a{
  background: #0e7dc2;
}
.btn a.disable{
  opacity: .45;
  pointer-events: none;
}
.btn a.disable::after{
  opacity: .45;
}

/* pageTopへ Button */
.pagetop{
  width: 74px;
  height: 74px;
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  cursor: pointer;
}
.pagetop::before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 74px 74px;
  border-color: transparent transparent #5c6ecc transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: .65;
}
.pagetop a{
  display: inline-block;
  vertical-align: middle;
  color: #dcdcdc;
  line-height: 1;
  position: absolute;
  top: 53%;
  left: 70%;
  width: .12em;
  height: 1.5em;
  background: currentColor;
  transition: .3s;
}
.pagetop a::before{
  content: '';
  width: 1em;
  height: 1em;
  border: .12em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
  position: absolute;
  top: -.05em;
  right: 50%;
  box-sizing: border-box;
}

/* padding-bottom Control */
.pb1em{
  padding-bottom: .75em;
}
.pb2em{
  padding-bottom: 1.5em;
}
.pb3em{
  padding-bottom: 2em;
}
.pb4em{
  padding-bottom: 3em;
}
.pb5em{
  padding-bottom: 3.75em;
}
.pb6em{
  padding-bottom: 6em;
}
.pb7em{
  padding-bottom: 5.25em;
}
.pb8em{
  padding-bottom: 6em;
}

/*--------------------------
  header
--------------------------*/
#header{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 15px 0;
  z-index: 100;
  transition: .3s;
  background: transparent;
}
#header.scrolled{
  background: rgba(0, 0, 0, .7);
  box-shadow: 0 5px 15px 0 rgba(255, 255, 255, .35);
}
/*
#header.change-color{
  background: rgba(0, 0, 0, .8);
  box-shadow: 0 5px 15px 0 rgba(255, 255, 255, .35);
  transition: .3s;
}*/
#header .inner{
  position: relative;
  display: flex;
  align-items: center;
}
#header h1{
  width: 30%;
  line-height: 1;
  padding-top: .15em;
  margin-right: auto;
}
@media (min-width: 441px) and (max-width: 756px){
  #header h1{
    width: 20%;
  }
}
#header h1 a{
  display: block;
}

/*--------------------------
  Global Navi
--------------------------*/
.drawer-nav{
  background: url(../images/common/bg_drawer-nav.jpg);
  background-size: contain;
}
#globalnav{
/*  background: #292c33;*/
}
#globalnav{
  width: 100%;
  padding: 6em 0 1.5em;
}
#globalnav li{
}
#globalnav li a{
  display: block;
  color: #dcdcdc;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
  padding: .75em 0;
  margin: 0 3.5em;
  border-bottom: .5px solid #1a639c;
  font-size: clamp(12px, 4vw, 15px);
}
#globalnav > li > a{
  letter-spacing: .05em;
  font-weight: 600;
}

#globalnav ul.sub-menu{
  width: 100%;
}
#globalnav ul.sub-menu li a{
  display: block;
  color: #dcdcdc;
  text-align: left;
  padding: .8em 1em;
  background: #3a3e46;
  font-size: clamp(11px, 3.73vw, 14px);
}
#globalnav ul.sub-menu li a::before{
  content: '';
  display: inline-block;
  width: .75em;
  height: 1px;
  margin: 0 .5em .25em 1.25em;
  background: #f8f8f8;
}
.privacy{
  text-align: center;
  padding-top: 1em;
  font-size: clamp(13px, 3.87vw, 14.5px);
}
.privacy a{
  color: #ccc;
}
.gnav_contact{
  display: block;
  width: 70%;
  margin: 2em auto 3em;
  padding: 1.2em 1em 1em;
  text-align: center;
  box-sizing: border-box;
  background: #08152e;
  pointer-events: none;
  border-radius: 6px;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, .6);
}
.gnav_contact a{
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: fill;
}
.gnav_contact img{
  width: 85%;
  margin-bottom: .65em;/*第1フェーズのみ*/
/*  pointer-events: none;*/
}
.gnav_contact .subBtn{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gnav_contact .subBtn p{
  width: 50%;
  margin-top: .75em;
}
.gnav_contact .subBtn p:first-child{
  border-right: 1px solid #999;
}
.gnav_contact .subBtn p a{
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  box-sizing: border-box;
  pointer-events: fill;
  font-size: clamp(13px, 4.27vw, 16px);
}

/*--------------------------
  breadcrumb
--------------------------*/
#breadcrumb{
/*  margin-top: 4.75em;
  margin-top: 0;*/
  padding: .4em 0;
  border-top: 1px solid #1d1f29;
  border-bottom: 1px solid #1d1f29;
}
/*
#contact #breadcrumb,
#contact_intro #breadcrumb,
#information #breadcrumb{
  margin-top: 0;
}
#details #breadcrumb{
  margin-top: 7.25em;
}*/
#information #breadcrumb .inner{
/*  padding-left: 10px;
  padding-right: 10px;*/
}
#breadcrumb ol{
  display: flex;
  flex-wrap: wrap;
/*  margin: 0 3px;*/
}
#breadcrumb li{
  color: #b8bcd4;
  line-height: 1.6;
  letter-spacing: .03em;
  font-size: 12px;
}
#breadcrumb li::after{
  content: "/";
  color: #878787;
  margin: 0 .25em;
  font-weight: 200;
}
#breadcrumb li:last-child::after{
  content: none;
}
#breadcrumb li a{
  color: #5c6ecc;
  display: inline;
  text-decoration: underline;
}
#breadcrumb li a:hover{
  color: #aeb7e6;
  opacity: 1;
}
#breadcrumb li a,
#breadcrumb li span,
#breadcrumb li strong{
  word-wrap: break-word;
  word-break: break-all;
}

.wrap{
  background: url(../images/common/bg_bottom_sp.jpg) no-repeat bottom center;
  background-size: contain;
}
@media (min-width: 441px) and (max-width: 756px){
  .wrap{
    background: url(../images/common/bg_bottom_441-756.jpg) no-repeat bottom center;
    background-size: contain;
  }
}

/*--------------------------
  Common Footer Contents
--------------------------*/
#cmn_footer{
}

/*--- Page Navi ---*/
.pageNavi{
}
.pageNavi .inner{
  padding: 50px 0 40px;
}
.pageNavi ul{
  display: grid;
  padding: 0 40px;
  grid-template-columns: repeat(7, 1fr);
  grid-template-areas: "a a b b c c ." ". d d e e f f" "g g h h i i ." ". j j k k l l";
}
.pageNavi li{
  position: relative;
  min-width: 109px;
  min-height: 94.38px;
  background: rgba(255, 255, 255, .8);
  text-align: center;
  transform: rotate(-90deg);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.pageNavi li p{
  min-width: 104px;
  min-height: 90.03px;
  position: absolute;
  top: 2.5px;
  left: 2.175px;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.pageNavi li:nth-child(1){
  grid-area: a;
  margin-left: -27px;
  margin-right: 27px;
}
.pageNavi li:nth-child(1) p{
  background: url(../images/common/p_nav01.png) no-repeat center center;
  background-size: cover;
}
.pageNavi li:nth-child(2){
  grid-area: b;
  margin-left: -36px;
  margin-right: 36px;
}
.pageNavi li:nth-child(2) p{
  background: url(../images/common/p_nav02.png) no-repeat center center;
  background-size: cover;
}
.pageNavi li:nth-child(3){
  grid-area: c;
  margin-left: -45px;
  margin-right: 45px;
}
.pageNavi li:nth-child(3) p{
  background: url(../images/common/p_nav10.png) no-repeat center center;
  background-size: cover;
}
.pageNavi li:nth-child(4){
  grid-area: d;
  margin-top: -8px;
  margin-bottom: 8px;
  margin-left: -32px;
  margin-right: 32px;
}
.pageNavi li:nth-child(4) p{
  background: url(../images/common/p_nav11.png) no-repeat center center;
  background-size: cover;
}
.pageNavi li:nth-child(5){
  grid-area: e;
  margin-top: -8px;
  margin-bottom: 8px;
  margin-left: -41px;
  margin-right: 41px;
}
.pageNavi li:nth-child(5) p{
  background: url(../images/common/p_nav12.png) no-repeat center center;
  background-size: cover;
}
.pageNavi li:nth-child(6){
  grid-area: f;
  margin-top: -8px;
  margin-bottom: 8px;
  margin-left: -50px;
  margin-right: 50px;
}
.pageNavi li:nth-child(6) p{
  background: url(../images/common/p_nav04.png) no-repeat center center;
  background-size: cover;
}
.pageNavi li:nth-child(7){
  grid-area: g;
  margin-top: -15px;
  margin-bottom: 15px;
  margin-left: -27px;
  margin-right: 27px;
}
.pageNavi li:nth-child(7) p{
  background: url(../images/common/p_nav05.png) no-repeat center center;
  background-size: cover;
}
.pageNavi li:nth-child(8){
  grid-area: h;
  margin-top: -15px;
  margin-bottom: 15px;
  margin-left: -36px;
  margin-right: 36px;
}
.pageNavi li:nth-child(8) p{
  background: url(../images/common/p_nav06.png) no-repeat center center;
  background-size: cover;
}
.pageNavi li:nth-child(9){
  grid-area: i;
  margin-top: -15px;
  margin-bottom: 15px;
  margin-left: -45px;
  margin-right: 45px;
}
.pageNavi li:nth-child(9) p{
  background: url(../images/common/p_nav07.png) no-repeat center center;
  background-size: cover;
}
.pageNavi li:nth-child(10){
  grid-area: j;
  margin-top: -23px;
  margin-bottom: 23px;
  margin-left: -32px;
  margin-right: 32px;
}
.pageNavi li:nth-child(10) p{
  background: url(../images/common/p_nav08.png) no-repeat center center;
  background-size: cover;
}
.pageNavi li:nth-child(11){
  grid-area: k;
  margin-top: -23px;
  margin-bottom: 23px;
  margin-left: -41px;
  margin-right: 41px;
}
.pageNavi li:nth-child(11) p{
  background: url(../images/common/p_nav03.png) no-repeat center center;
  background-size: cover;
}
.pageNavi li:nth-child(12){
  grid-area: l;
  margin-top: -23px;
  margin-bottom: 23px;
  margin-left: -50px;
  margin-right: 50px;
}
.pageNavi li:nth-child(12) p{
  background: url(../images/common/p_nav09.png) no-repeat center center;
  background-size: cover;
}
.pageNavi li a{
  min-width: 104px;
  min-height: 90.03px;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-180deg);
  background: rgba(0, 0, 0, .6);
  z-index: 9;
}
.pageNavi li a span{
  display: block;
  width: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: .05em;
  position: absolute;
  left: calc((100% - 6em) / 2);
  bottom: calc((100% - 2.5em) / 2);
  text-align: center;
  transform: rotate(-90deg);
  font-size: clamp(12.5px, 1.67vw, 14px);
}
.pageNavi li p.disable{
}
.pageNavi li p.disable a{
  z-index: 8;
  pointer-events: none;
  background: rgba(0, 0, 0, .85);
}
.pageNavi li p.disable::before{
  content: 'Coming Soon';
  color: #5e6dc4;
  font-weight: bold;
  position: absolute;
  left: calc((100% - 7em) / 2);
  bottom: calc((100% - 1.5em) / 2);
  width: 100%;
  line-height: 1.4;
  text-align: center;
  transform: rotate(90deg);
  z-index: 10;
  font-size: 11px;
}
.pageNavi li p.disable span{
  color: #5a5a65;
}
@media (min-width: 516px) and (max-width: 756px){
  .pageNavi .inner{
    max-width: 560px;
    margin: 0 auto;
    padding: 50px 0 70px;
    transition: .3s;
  }
  .pageNavi ul{
    place-items: center;
    grid-template-columns: repeat(9, 58px);
    grid-template-rows: repeat(3, 100px);
    grid-template-areas: "a a b b c c d d ." ". e e f f g g h h" "i i j j k k l l .";
  }
  .pageNavi li{
    min-width: 127.91px;
    min-height: 110.75px;
  }
  .pageNavi li p{
    min-width: 121.72px;
    min-height: 105.41px;
    top: 3.095px;
    left: 3.87px;
  }
  .pageNavi li:nth-child(1){
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .pageNavi li:nth-child(2){
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .pageNavi li:nth-child(3){
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .pageNavi li:nth-child(4){
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .pageNavi li:nth-child(5){
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .pageNavi li:nth-child(6){
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .pageNavi li:nth-child(7){
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .pageNavi li:nth-child(8){
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .pageNavi li:nth-child(9){
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .pageNavi li:nth-child(10){
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .pageNavi li:nth-child(11){
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .pageNavi li:nth-child(12){
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .pageNavi li a{
    min-width: 141.25px;
    min-height: 122.31px;
  }
  .pageNavi li a span{
    left: calc((100% - 6.5em) / 2);
    bottom: calc((100% - 4em) / 2);
    font-size: 11.5px;
  }
}
@media (min-width: 441px) and (max-width: 515px){
  .pageNavi .inner{
    max-width: 430px;
    margin: 0 auto;
    padding: 50px 0 70px;
    transition: .3s;
  }
  .pageNavi ul{
    place-items: center;
    grid-template-columns: repeat(7, 63px);
    grid-template-rows: repeat(4, 110px);
    grid-template-areas: "a a b b c c ." ". d d e e f f" "g g h h i i ." ". j j k k l l";
  }
  .pageNavi li{
    min-width: 127.91px;
    min-height: 110.75px;
  }
  .pageNavi li p{
    min-width: 121.72px;
    min-height: 105.41px;
    top: 3.095px;
    left: 3.87px;
  }
  /*
  .pageNavi li:nth-child(1){
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .pageNavi li:nth-child(2){
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .pageNavi li:nth-child(3){
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .pageNavi li:nth-child(4){
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .pageNavi li:nth-child(5){
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .pageNavi li:nth-child(6){
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .pageNavi li:nth-child(7){
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .pageNavi li:nth-child(8){
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .pageNavi li:nth-child(9){
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .pageNavi li:nth-child(10){
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .pageNavi li:nth-child(11){
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .pageNavi li:nth-child(12){
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  */
  .pageNavi li a{
    min-width: 141.25px;
    min-height: 122.31px;
  }
  .pageNavi li a span{
    left: calc((100% - 6.5em) / 2);
    bottom: calc((100% - 4em) / 2);
    font-size: 11.5px;
  }
}

/*--- Two Link ---*/
.twolink{
  width: 100%;
}
.twolink .inner{
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 10em;
}
.twolink ul{
}
.twolink ul li{
  position: relative;
  width: 100%;
  margin-bottom: 1.5em;
  padding: 2em 1.5em 7em;
  box-sizing: border-box;
  background: rgba(0, 0, 0, .7);
  border-radius: 6px;
  box-shadow: 0 3px 20px 0 rgba(255, 255, 255, .4);
}
.twolink ul li::before{
  content: '';
  position: absolute;
  top: 0;
  left: calc((100% - 80px) / 2);
  width: 80px;
  height: 3px;
  z-index: 2;
  background: #c20e23;
}
.twolink ul li:first-child{/*導入をご検討の方へ ボタン入り次第無効*/
  padding: 2em 1.5em 2em;
}
.twolink ul li h4{
  text-align: center;
  font-size: clamp(14px, 4.8vw, 18px);
}
.twolink ul li h4 img{
  width: 90px;
  margin-bottom: 1em;
}
.twolink ul li h4 span{
  display: block;
}
.twolink ul li p{
  margin: 1.5em auto;
  text-align: justify;
}
.twolink .btn{
  position: absolute;
  bottom: 1em;
  left: calc((100% - 260px) / 2);
  width: 260px;
}
.twolink .btn a{
  font-size: clamp(13px, 4vw, 15px)
}
@media (min-width: 441px) and (max-width: 756px){
  .twolink .inner{
    max-width: 90%;
  }
  .twolink ul li{
    margin-bottom: 3em;
    padding: 3.5em 3em 9em;
  }
  .twolink ul li h4{
    font-size: clamp(25px, 3.7vw, 28px);
  }
  .twolink ul li h4 img{
    width: 110px;
  }
  .twolink ul li p{
    margin: 1.75em auto;
    font-size: clamp(14px, 2.12vw, 16px);
  }
  .twolink .btn{
    bottom: 1.25em;
  }
}

/*--------------------------
  Footer
--------------------------*/
footer{
  width: 100%;
  background: #000;
}
footer .inner{
}
footer .btn_area{
  width: 210px;
  margin: 0 auto 3em;
  text-align: center;
}
footer .btn_area img{
  width: 85%;
  padding-bottom: 1em;
}
footer .btn_area .btn a{
  width: 100%;
  margin-top: .5em;
  box-sizing: border-box;
  padding: 1.15em 1.5em 1.15em .5em;
  font-size: clamp(13.5px, 1.17vw, 15px);
}
footer .copyright{
  width: 100%;
  color: #8b8d92;
  text-align: center;
  padding: 1em 0 2.5em;
  letter-spacing: .05em;
}

/*--------------------------
  404
--------------------------*/
body.nf{
  background: url(../images/common/bg_bottom.jpg) no-repeat;
  background-position: center bottom 43%;
  background-size: 100%;
}
body.nf .wrap{
  background: none;
}
body.nf #header{
  background: rgba(0, 0, 0, .8);
  box-shadow: 0 5px 15px 0 rgba(255, 255, 255, .35);
  transition: .3s;
}
#page404{
    text-align: center;
    padding-top: 80px;
    background: url(../images/home/bg_hytila.png) no-repeat top 100px center;
    background-size: contain;
}
#page404 .text_404{
    color: #cccccc;
    font-size: 128px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
}
#page404 .text_notfount_en{
    color: #cccccc;
    font-size: 200%;
    font-weight: bold;
    margin-bottom: 16px;
}
#page404 .text_notfount_ja{
    color: #999999;
    font-size: 115%;
    font-weight: bold;
    margin-bottom: 28px;
}
#page404 .text_notfount_ja+p,
#page404 .renewal{
    font-weight: 500;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 2.5em;
}
#page404 p.ask{
    font-size: 125%;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0.3em;
}
#page404 p.ask+p{
    line-height: 1.8;
    text-align: left;
    margin-bottom: 2.5em;
}

/*--------------------------
  Home
--------------------------*/
#home{
  width: 100%;
  padding: 0 0;
}

/*--- Main Visual ---*/
#mv{
  background: url(../images/home/mv.jpg) no-repeat center center;
  background-size: 160%;
  aspect-ratio: 2800 / 1786;
  padding: 9.25em 20px 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  opacity: 0;
  transition: opacity 1s ease-out;
}
#mv h2{
}
#mv h2 img{
  width: 100%;
}
#mv h2 span{
  display: block;
  margin: 1em 0 6em;
  line-height: 1.45;
  letter-spacing: -.03em;
  font-size: clamp(13px, 4vw, 15px);
}
@media (min-width: 441px) and (max-width: 756px){
  #mv h2{
    padding: 0 20px;
    margin-top: 3em;
  }
  #mv h2 span{
    margin: 2em 0 13em;
    line-height: 1.65;
    letter-spacing: 0;
    font-size: clamp(20px, 3.17vw, 24px);
  }
}
#mv .btn{
}
#mv .btn a{
  width: 260px;
  font-size: clamp(13px, 4vw, 15px)
}

/*--- Information and HyTILA Corporationとは ---*/
#info_hytila{
  background: url(../images/home/bg_hytila_sp.jpg) no-repeat top center;
  background-size: cover;
  aspect-ratio: 860 / 1539;
  padding: 0 20px;
}
#info_hytila .paddle{
  width: 100%;
  position: relative;
}
#info_hytila .paddle::before{
  content: '';
  position: absolute;
  top: 0;
  left: 1.5em;
  width: 65px;
  height: 3px;
  z-index: 2;
  background: #c20e23;
}
#info_hytila .info{
  width: 100%;
  padding: 2em 1.5em 2.25em;
  border: 1px solid #a38484;
  background: #030303;
  box-sizing: border-box;
  position: relative;
}
#info_hytila .info h3{
  width: 100%;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
}
#info_hytila .info h3 img{
  width: 40%;
  margin-right: 1em;
}
#info_hytila .info h3 span{
  line-height: 1;
  font-size: clamp(12px, 3.73vw, 14px);
}
#info_hytila .info .info_list{
  width: 100%;
}
#info_hytila .info .info_list li{
  line-height: 1.6;
  padding: .25em 0 .5em;
  border-top: 1px solid #1d2d3d;
}
#info_hytila .info .info_list span{
  display: block;
/*  color: #a38484;*/
  padding: .35em 0;
  vertical-align: middle;
}
#info_hytila .info .info_list a:not(.title){
  display: inline-block;
  color: #dcdcdc;
  margin-right: .2em;
  padding: .15em .5em;
  background: #c20e23;
  border-radius: 999px;
  font-size: 11.5px;
}
#info_hytila .info .info_list a.title{
  display: block;
  width: 100%;
  color: #dcdcdc;
  line-height: 1.5;
  padding: .5em 0;
  opacity: 1;
}
@media (min-width: 441px) and (max-width: 756px){
  #info_hytila .paddle::before{
    left: 4em;
  }
  #info_hytila .info{
    width: 92%;
    margin: 3em auto;
    padding: 2.5em 2em 4em;
  }
  #info_hytila .info h3 img{
    width: 30%;
    margin-right: 1em;
  }
  #info_hytila .info h3 span{
    line-height: 1;
    font-size: clamp(14px, 2.12vw, 16px);
  }
}
#info_hytila .info .btn_square a{
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  width: 120px;
  padding: .15em .55em;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  letter-spacing: .05em;
  box-sizing: border-box;
  font-size: 15px;
  background: #c20e23;
  font-size: clamp(11px, 3.47vw, 13px);
}
#info_hytila .info .btn_square a::after{
  content: '';
  width: 4px;
  height: 4px;
  border: 0;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
}
#info_hytila .hytila{
  margin-top: 6em;
}
#info_hytila .hytila h3{
  width: 47%;
  margin: 0 auto 1.4em;
}
#info_hytila .hytila h4{
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1.5em;
  font-size: clamp(13px, 4.27vw, 16px);
}
#info_hytila .hytila p.text{
  text-align: justify;
  word-break: break-all;
}
#info_hytila .hytila .btn_area{
  display: flex;
  margin-top: 1.65em;
/*  justify-content: space-between;*//*第2フェーズ（ボタン２個横並び）*/
  justify-content: center;/*第1フェーズ*/
}
#info_hytila .hytila .btn_area p{
  width: 49%;
}
#info_hytila .hytila .btn_area p.btn a{
  width: 96%;
  padding: 1.2em 1em 1.2em .5em;
  box-sizing: border-box;
  font-size: clamp(11px, 3.47vw, 13px);
}
#info_hytila .hytila .btn_area p.btn a::after{
  width: 8px;
  height: 8px;
  border: 2.5px solid #65b2f4;
}
#info_hytila .hytila .btn_area p.btn img{
  width: 48%;
}
@media (min-width: 441px) and (max-width: 756px){
  #info_hytila .hytila{
/*    margin-top: 15em;*/
  padding-bottom: 4em;
  }
  #info_hytila .hytila h3{
    width: 45%;
    margin: 0 auto 2.25em;
  }
  #info_hytila .hytila h4{
    margin-bottom: 2em;
    font-size: clamp(13px, 2.12vw, 16px);
  }
  #info_hytila .hytila p.text{
    width: 73%;
    margin: 0 auto 3em;
  }
  #info_hytila .hytila .btn_area{
    margin-top: 0;
    justify-content: center;
  }
  #info_hytila .hytila .btn_area p.btn a{
    display: block;
    width: 95%;
    padding: 1.25em 1em 1.25em .5em;
    font-size: clamp(12px, 4vw, 15px);
  }
  #info_hytila .hytila .btn_area p.btn img{
    width: 40%;
  }
}

/*--- SPACE TECHNOLOGY ---*/
#spacetech .inner{
  padding-top: 8em;
  background: url(../images/home/bg_stis_top_sp.jpg) no-repeat top center;
  background-size: contain;
}
#spacetech h3{
  width: 68%;
  margin-bottom: 1.75em;
  font-size: clamp(15px, 4.53vw, 17px);
}
#spacetech h3 img{
  margin-bottom: .6em;
}
#spacetech .perform{
  background: url(../images/home/bg_stis_sp.jpg) no-repeat top center;
  background-size: cover;
  aspect-ratio: 860 / 2914;
}
/* FOR BUSINESS */
#spacetech .area{
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px 30px;
}
#spacetech .area figure{
  width: 100%;
  margin-bottom: 1.75em;
}
#spacetech .area figure img{
  border-radius: 10px;
  border: .6px solid #fff;
}
#spacetech .area .text_area{
  width: 100%;
  text-align: justify;
  box-sizing: border-box;
}
#spacetech .area .text_area h4 img{
  width: 100px;
  margin-bottom: 1em;
}
#spacetech .area .text_area h4 span{
  display: block;
  line-height: 1.65;
  margin-bottom: 1em;
  font-size: clamp(16px, 4.53vw, 17px);
}
#spacetech .area .text_area h4 span.en{
  text-align: left;
  font-size: clamp(13px, 4vw, 15px);
}
#spacetech .area.society .text_area h4 span{
  letter-spacing: -.03em;
}
#spacetech .area.society .text_area h4 span.kng{
  display: inline;
  letter-spacing: -.05em;
}
#spacetech .area .text_area p.btn{
  width: 260px;
  margin: 2em auto;
}
#spacetech .area .text_area p.btn a{
  font-size: clamp(13px, 4vw, 15px)
}

/* FOR SOCIETY */
#spacetech .area.society{
  padding: 0 20px 0;
}
@media (min-width: 441px) and (max-width: 756px){
  #spacetech .area.society{
    padding: 0 20px 6em;
  }
}
#spacetech .area.society figure{
  order: 0;
}
#spacetech .area.society .text_area{
  margin-left: 0;
  order: 1;
}
#spacetech .area.society .text_area h4 span{
  margin-bottom: .5em;
}
#spacetech .area.society .text_area p{
  padding-top: 1em;
}
#spacetech .area.society .text_area p.btn{
  margin: 1em auto 0;
}
@media (min-width: 441px) and (max-width: 756px){
  #spacetech .inner{
    padding: 0 40px;
  }
  #spacetech h3{
    font-size: clamp(20px, 3.17vw, 24px);
  }
  #spacetech .perform{
    padding: 0 20px;
    background: url(../images/home/bg_stis_sp.jpg) no-repeat bottom center;
    background-size: cover;
    aspect-ratio: 4 / 9;
  }
  #spacetech .area{
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px 30px;
  }
  #spacetech .area figure{
    margin-bottom: 2.75em;
  }
  #spacetech .area .text_area h4 img{
    width: 160px;
    margin-bottom: 1em;
  }
  #spacetech .area .text_area h4 span{
    margin-bottom: 1.5em;
    font-size: clamp(20px, 3.17vw, 24px);
  }
  #spacetech .area .text_area h4 span.en{
    padding-bottom: 1em;
    font-size: clamp(16px, 2.65vw, 20px);
  }
  #spacetech .area .text_area p.btn{
    margin: 3em auto 6em;
  }
}

/*--- MAIN WORKS ---*/
#mainworks{
  background: url(../images/home/bg_mainworks_sp.png) no-repeat top center;
  background-size: cover;
  aspect-ratio: 860 / 2820;
}
#mainworks .inner{
  padding-top: 10px;
}
#mainworks h3{
  width: 47%;
  margin-bottom: 2em;
  font-size: clamp(16px, 4.8vw, 18px);
}
#mainworks ul{
  padding-bottom: 2em;
}
#mainworks ul li{
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  margin-bottom: 2.5em;
}
#mainworks ul li > p{
  width: 18%;
}
#mainworks ul li p{
  text-align: justify;
}
#mainworks ul li .text_area{
  width: 80%;
}
#mainworks ul li .text_area h4 img{
  width: 100%;
  margin-bottom: .4em;
}
#mainworks ul li .text_area h4 span{
  display: block;
  margin-bottom: 1em;
  line-height: 1.4;
  font-size: clamp(16px, 1.15vw, 18px);
}
#mainworks ul li .text_area p{
  text-align: justify;
}
#mainworks .btn_area{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 2em;
}
#mainworks .btn_area p.btn{
  width: 260px;
  margin-bottom: 8px;
}
@media (min-width: 441px) and (max-width: 756px){
  #mainworks{
    background: url(../images/home/bg_mainworks_sp.png) no-repeat top center;
    background-size: cover;
    aspect-ratio: 0;
/*    padding: 4em 20px;*/
  }
  #mainworks h3{
    width: 50%;
    margin-bottom: 3em;
    font-size: clamp(20px, 3.17vw, 24px);
  }
  #mainworks ul li{
    margin-bottom: 5em;
  }
  #mainworks ul li > p{
    width: 13%;
  }
  #mainworks ul li p{
    text-align: justify;
  }
  #mainworks ul li .text_area{
    width: 80%;
  }
  #mainworks ul li .text_area h4 img{
    width: 300px;
    margin-bottom: .5em;
  }
  #mainworks ul li .text_area h4 span{
    font-size: clamp(16px, 2.65vw, 20px);
  }
  #mainworks .btn_area{
    display: block;
    width: 260px;
    margin: 2em auto 0;
  }
  #mainworks .btn_area p.btn{
  }
}
#mainworks .btn_area p.btn:last-child{
  margin-bottom: 0;
}
#mainworks .btn_area p.btn a{
  font-size: clamp(13px, 4vw, 15px)
}
@media (min-width: 401px) and (max-width: 440px){
  #mainworks .btn_area p.btn{
    width: 300px;
    margin-bottom: 10px;
  }
}
@media (max-width: 412px){
  #mainworks .inner{
/*    padding-top: 8em;*/
  }
}

/*--------------------------
  Common (TOP以外)
--------------------------*/
/*--- Page Head ---*/
#pagehead{
  width: 100%;
  padding-top: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
/*  aspect-ratio: 375 / 225;*/
}
#pagehead::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  z-index: 0;
}
/* #pagehead 各画像 */
#about #pagehead{
  background: url(../images/about/main.jpg) no-repeat bottom left -30px;
  background-size: cover;
}
#information #pagehead{
  background: url(../images/information/main.jpg) no-repeat bottom center;
  background-size: cover;
}
#contact #pagehead,
#contact_intro #pagehead{
  background: url(../images/contact/main.jpg) no-repeat center center;
  background-size: cover;
}
#details #pagehead{
  background: url(../images/details/main.jpg) no-repeat bottom center;
  background-size: cover;
}

#pagehead h2 img{
}
/* #pagehead 各タイトル画像サイズ（ デザイン時の大きさ / 2 / 375 * ） */
#about #pagehead h2 img{
  width: 21.6%;
  margin-top: 1em;
}
#about.company #pagehead h2 img{
  width: 32%;
  margin-top: 1em;
}
#about.member_results #pagehead h2 img{
  width: 62%;
  margin-top: 0;
}
#about.nins #pagehead h2 img{
  width: 54.6%;
  margin-top: 1em;
}
#details #pagehead h2 img{
  width: 60%;
  margin-top: 1em;
}
#information #pagehead h2 img{
  width: 44.6666%;
  margin-top: 1em;
}
#contact #pagehead h2 img,
#contact_intro #pagehead h2 img{
  width: 28.8%;
  margin-top: 1em;
}
#privacypolicy #pagehead h2 img{
  width: 53.3333%;
  margin-top: 1em;
}

#pagehead .title_area{
  width: 100%;
  margin: -56% 20px 0;
  box-sizing: border-box;
  z-index: 1;
}
#pagehead .title_area h2 span{
  display: block;
  margin-top: .4em;
  font-size: clamp(11px, 3.73vw, 14px);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .8);
}

/*--------------------------
  About
--------------------------*/
#about{
/*  background: url(../images/about/bg.jpg) no-repeat right 35.8%;*//*代表写真入り次第有効*/
  background: url(../images/about/bg.jpg) no-repeat right 46%;
  background-size: 150%;
  transition: .3s;
  padding-bottom: 8%;
}
@media (min-width: 441px) and (max-width: 756px){
  #about{
    background: url(../images/about/bg.jpg) no-repeat right 50%;
    background-size: 135%;
/*    padding-bottom: 25%;*/
  }
}
#about section:not(#pagehead){
  margin: 0 20px;
}
#about #intro{
/*  background: url(../images/common/bg_free_right.jpg) no-repeat right center;
  background-size: contain;*/
}

/* tab button */
#about #tabs .area{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#about #tabs ul{
  width: 100%;
  transition: .3s;
  padding: 1.5em 0 3em;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-between;
  gap: 8px;
}
@media (min-width: 441px) and (max-width: 756px){
  #about #tabs ul{
    padding: 1.5em 20px 4em;
  }
}
#about #tabs ul li{
  width: calc((100% - 8px) / 2);
}
#about #tabs ul li.btn a{
  padding: 0 2em 0 1.35em;
  display: flex;
  font-size: 13px;
  padding: 0 1.9em 0 .5em;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  aspect-ratio: 280 / 68;
}
#about #tabs ul li.btn a::after{
  right: .9em;
  width: 7px;
  height: 7px;
  border: 2px solid #65b2f4;
}
#about #tabs ul li.btn a:hover,
#about #tabs ul li.btn a.current{
  background: #000;
  opacity: 1;
  box-sizing: border-box;
  box-shadow: 0 0 1px 1.5px rgba(255, 255, 255, .5);
}
#about #tabs ul li.btn a:hover::after,
#about #tabs ul li.btn a.current::after{
  border: 2px solid #fff;
  background: #c20e23;
}

#about #intro .area{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#about #intro .area figure{
  width: 80%;
  margin: 2em auto 0;
  order: 1;
}
#about #intro .area figure img{
  border-radius: 12px;
}
#about #intro .area figure figcaption{
  padding: 1em 0;
  text-align: right;
}
#about #intro .area figure figcaption span{
  font-weight: bold;
  font-family: serif;
  margin-left: .5em;
  font-size: clamp(20px, 5.87vw, 22px);
}
#about #intro .area .text_area{
  width: 100%;
  padding-bottom: 3em;
  order: 0;
}
#about #intro .area .text_area .logo{
  width: 60%;
  margin: 0 auto;
  padding-bottom: 1.3em;
}
#about #intro .area .text_area h3{
  line-height: 1.4;
  text-align: center;
  position: relative;
  padding: 1.25em 34px 1.75em;
  font-size: clamp(16px, 4.8vw, 18px);
}
#about #intro .area .text_area h3::before{
  content: '';
  position: absolute;
  top: 0;
  left: calc((100% - 20px) / 2);
  width: 20px;
  height: 3px;
  background: #c20e23;
  display: inline-block;
}
#about #intro .area .text_area h3 span{
  font-size: clamp(12px, 3.73vw, 14px);
}
#about #intro .area .text_area p{
  text-align: justify;
  padding: 0 20px;
}
#about .vis_area{
/*  background: url(../images/common/bg_free_left.jpg) no-repeat left center;
  background-size: contain;*/
}
#about .box{
  padding: 8% 0 0 3px;
}
#about .box .title_catch{
}
#about .box .title_catch h3{
  width: 28.8%;
  margin-bottom: 1em;
}
#about .box .title_catch p{
  font-weight: bold;
  font-size: clamp(14px, 4.27vw, 16px);
}
#about .box .text{
  line-height: 1.75;
  padding: 1.5em 0 3em;
}
#about .pic_area{
  display: flex;
  overflow: hidden;
}
@keyframes picScroll{
  from{
    transform: translateX(0);
	}
	to{
    transform: translateX(-100%);
	}
}
#about .pic_area ul{
  display: flex;
  animation: picScroll 16s infinite linear .5s both;
}
#about .pic_area ul li{
  width: calc(100vw / 2);
  margin-left: 2.5%;
}
#about .pic_area ul li img{
  width: 100%;
  border-radius: 16px;
  border: 1px solid #000;
}
#about .pic_area ul li span{
  display: block;
  padding-top: .5em;
  text-align: center;
}
@media (min-width: 441px) and (max-width: 756px){
  #about .box{
    margin: 0 35px;
  }
}

/* 会社概要 */
#about.company{
  background: none;
}
#about.company #lists{
  margin: 0 20px;
}
@media (min-width: 441px) and (max-width: 756px){
  #about.company #lists{
    margin: 0 40px;
  }
}
#about.company #lists ul{
  display: grid;
  grid-template-columns: repeat(1, auto);
  grid-template-rows: repeat(11, auto);
  margin: 0 4px;
}
#about.company #lists ul li{
  padding: .5em;
  letter-spacing: .03em;
  line-height: 1.5em;
  text-align: justify;
  border-bottom: 1px dotted #414a53;
}
#about.company #lists ul li:first-child{
  border-top: 2px solid #1a639c;
}
#about.company #lists ul li:nth-child(2n){
  border-bottom: 2px solid #1a639c;
}

/* 主要メンバーと実績 */
#about.member_results{
  background: none;
}
#about.member_results section:not(#pagehead, #tabs){
  border-bottom: 1px dotted #414a53;
}
#about.member_results .mem{
  padding-bottom: 3em;
}
#about.member_results .mem .area{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 10px;
}
#about.member_results .mem .area h3{
  width: 100%;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
  font-size: clamp(18px, 5.87vw, 22px);
}
#about.member_results .mem .area .text_area{
  width: 100%;
  order: 1;
  padding-bottom: 1em;
}

/*顔写真ない場合に追加、ある場合は削除 ↓*/
#about.member_results .mem.v2 .area .text_area,
#about.member_results .mem.v3 .area .text_area{
  padding-top: 3em;
}
/*顔写真ない場合に追加、ある場合は削除 ↑*/

#about.member_results .mem .area .text_area h4{
  margin: 0 0 1.35em .15em;
  padding: .15em 1em .25em;
  border-left: 6px solid #c20e23;
}
#about.member_results .mem .area .text_area h4 span{
  line-height: 1.6;
}
#about.member_results .mem .area .text_area h4 span.tit{
  display: block;
  letter-spacing: .05em;
  font-weight: normal;
  font-size: 13px;
}
#about.member_results .mem .area .text_area h4 span:not(.tit){
  font-size: clamp(16px, 5.33vw, 20px);
  font-family: serif;
}
#about.member_results .mem .area .text_area p{
  text-align: justify;
}
#about.member_results .mem .area figure{
  width: 50%;
  margin: 0 auto 1.5em;
  padding-top: 3em;
  order: 0;
}
#about.member_results .mem .area figure.pic1{
  padding-top: 0;
}
#about.member_results .mem.v2 .area figure{
}
#about.member_results .mem .area figure img{
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 0 1px 5px rgba(255, 255, 255, .5);
}
#about.member_results .mem .lists{
  margin: 0 10px;
  padding-bottom: 1em;
}
#about.member_results .mem .lists.mb{
  padding-bottom: 1em;
}
#about.member_results .mem .lists h5{
  margin-top: 1.5em;
  padding-bottom: .5em;
  font-size: clamp(14px, 4.27vw, 16px);
}
#about.member_results .mem .lists h5 span{
  font-size: clamp(11px, 3.47vw, 13px);
}
#about.member_results .mem .lists h5::before{
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: .25em;
  background: url(../images/common/arw_s.png) no-repeat;
  background-size: contain;
}
#about.member_results .mem .lists ul{
  display: grid;
  gap: 3px;
  grid-template-columns: 1.5fr 3.5fr;
  grid-template-rows: repeat(4, auto);
  padding-bottom: 1.5em;
}
#about.member_results .mem .lists ul li{
  padding: .35em .35em .5em;
  line-height: 1.3;
  letter-spacing: .03em;
  border-bottom: 2px solid #1a639c;
}
#about.member_results .mem .lists ul li:nth-child(2n){
  border-bottom: 2px solid #1d2d3d;
}
#about.member_results .mem .lists ol{
  padding-bottom: 1em;
}
#about.member_results .mem .lists ol li{
  margin-left: 18px;
  line-height: 1.4;
  padding: .35em .35em .35em .25em;
  list-style: decimal;
  border-bottom: none;
  word-break: break-all;
}
#about.member_results .ctg_area{
margin: 0 10px;
}
#about.member_results .ctg_area h4{
  text-align: center;
  margin: 2em 0 1em;
  font-size: clamp(18px, 5.87vw, 22px);
}
#about.member_results .ctg_area ul{
  display: flex;
  justify-content: space-between;
}
#about.member_results .ctg_area ul li{
  width: 31.4%;
}

/* NINSベンチャー */
#about.nins{
  background: none;
}
#about.nins #vent{
  margin: 0 20px;
}
#about.nins #vent .area{
  padding: 2em 18px 3em;
  background: rgba(0, 0, 0, .75);
  box-shadow: 0 3px 20px 0 rgba(255, 255, 255, .4);
}
#about.nins #vent h3{
  padding: 0 0 .1em .75em;
  margin-bottom: 1em;
  line-height: 1.5;
  border-left: 6px solid #c20e23;
  font-size: clamp(14px, 4.27vw, 16px);
}
#about.nins #vent p{
  text-align: justify;
  padding-bottom: 2em;
}
@media (min-width: 441px) and (max-width: 756px){
  #about.nins #vent .area{
    margin: 0 30px;
    padding: 3em 25px 4em;
    background: rgba(0, 0, 0, .75);
    box-shadow: 0 3px 20px 0 rgba(255, 255, 255, .4);
  }
  #about.nins #vent h3{
    margin-bottom: 2em;
    line-height: 1.75;
  }
  #about.nins #vent p{
    line-height: 1.75;
    padding-bottom: 3em;
  }
}

#about.nins #pagehead figure{
  width: 9%;
  margin: 0 0 -1em .2em;
}
#about.nins #logo_area{
  margin: 0 20px;
}
#about.nins .area #logo_area{
  margin-bottom: 1.25em;
}
#about.nins #logo_area figure{
  width: 22%;
  margin: 3em auto 0;
}
#about.nins .area #logo_area figure{
  width: 16%;
  margin: 1em auto 0;
}

/*--------------------------
  Information お知らせ
--------------------------*/
#information #info_list{
  margin: 0 20px;
  padding-bottom: 3em;
}
/* sort button */
#information #info_list a.alldisp{
  display: inline-block;
  color: #3f3f3f;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2em;
  padding: .5em 1.25em;
  background: #c0c0cf;
  border-radius: 999px;
  border: 1.5px solid #3f3f3f;
}
#information #info_list .sort_area{
  padding: 2em 0 1em;
  display: flex;
}
#information .sort_area ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
#information .sort_area ul li.btn{
  margin: 0 .25em .25em 0;
}
#information .sort_area ul li.btn a{
  padding: .5em 1em;
  background: #c20e23;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: clamp(12px, 3.47vw, 13px);
}
#information .sort_area ul li.btn a::after{
  content: none;
/*  right: .4em;
  width: 5px;
  height: 5px;
  background: #fff;
  border: 4px solid #020202;*/
}
#information .sort_area ul li.btn a:hover,
#information .sort_area ul li.btn a.current{
  background: #000;
  opacity: 1;
  box-sizing: border-box;
  box-shadow: 0 0 1px 1.5px rgba(255, 255, 255, .5);
}
#information .sort_area ul li.btn a:hover::after,
#information .sort_area ul li.btn a.current::after{
  border: 3px solid #fff;
  background: #c20e23;
}
#information #info_list h3{
  width: 100%;
  font-weight: bold;
  line-height: 1.6;
  padding-top: 1.5em;
  font-size: clamp(18px, 5.87vw, 22px);
}
#information #info_list ul.lists li{
  display: flex;
  flex-wrap: wrap;
  padding: 1em .35em .35em;
  letter-spacing: .03em;
  border-bottom: 1px solid #1a639c;
}
#information #info_list ul.lists li:first-child{
  border-top: 1px solid #1a639c;
}
#information #info_list ul.lists li a:not(.ctg){
  display: block;
  color: #dcdcdc;
  width: 100%;
  line-height: 1.45;
  padding-top: .65em;
  padding-bottom: .5em;
}
#information #info_list ul.lists li span{
  width: 100%;
/*  color: #a38484;*/
  display: block;
  margin-bottom: .6em;
}
#information #info_list ul.lists li a{
  font-size: clamp(13px, 4vw, 15px);
}
#information #info_list ul.lists li a.ctg{
  display: block;
  color: #dcdcdc;
  margin-right: .25em;
  padding: .25em .65em;
  background: #c20e23;
  border-radius: 999px;
  font-size: 12px;
}
#information #infoDetail header{
  display: flex;
  flex-wrap: wrap;
  padding: 1em .35em .35em;
  letter-spacing: .03em;
  border-bottom: 2px solid #1a639c;
}
}
#information #infoDetail header::after{
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: #0075C1;
  z-index: 2;
}

/* ページ送り */
.pagination{
  margin-top: 3em;
  text-align: center;
}
.pagination a,
.pagination span{
  display: inline-block;
  padding: .65em;
  color: #2c2c2d;
  margin-left: .5em;
  font-weight: bold;
  border-radius: 8px;
  background: #afafb2;
  border: 1px solid #2c2c2d;
}
.pagination a:last-child{
  margin-right: .5em;
}
.pagination .current{
  display: inline-block;
  padding: .65em;
  color: #afafb2;
  margin-left: .5em;
  font-weight: bold;
  border-radius: 8px;
  background: #2c2c2d;
  border: 1px solid #afafb2;
}

/*------------------------------
  お知らせ個別ページ（single-info）
------------------------------*/
#contents.singleInfo{
}
#contents.singleInfo .inner{
  padding-bottom: 5em;
}
#contents.singleInfo .date{
  color: #7b82ab;
}
#infoDetail{
  padding: 1.5em 0 4em;
}
#infoDetail #infoHeader{
  padding-bottom: .5em;
  border-bottom: 2px solid #1a639c;
}
#infoDetail #infoHeader a{
  display: block;
  color: #dcdcdc;
  margin-right: .25em;
  padding: .25em .65em;
  background: #c20e23;
  border-radius: 999px;
  font-size: 12px;
}
#infoDetail #infoHeader h3{
  display: block;
  width: 100%;
  line-height: 1.45;
  padding-top: .65em;
  padding-bottom: .5em;
  font-size: clamp(13px, 4.27vw, 16px);
}
#infoDetail #infoHeader .date{
  width: 100%;
/*  color: #7b82ab;*/
  display: block;
  margin-bottom: .6em;
}
#infoDetail .letterbody{
  padding-top: .5em;
  line-height: 1.65;
}
#infoDetail nav{
  padding-top: 4em;
}
/*
#infoDetail nav h2{
  display: none;
}
*/
.post-navigation{
  display: flex;
  flex-wrap: wrap;
}
.post-navigation div{
  width: 100%;
  border: 1px solid #1a639c;
  box-sizing: border-box;
}
.post-navigation div.next-post{
  text-align: right !important;
}
.post-navigation div a{
  display: block;
  color: #dcdcdc;
  line-height: 1.4;
  padding: 1em .5em;
  text-decoration: none;
}
.post-navigation div:first-child{
  border-bottom: none;
}
#same-category-post h4{
  padding-bottom: .5em;
  border-bottom: 1px solid #1a639c;
  font-size: clamp(15px, 1.84vw, 18px);
}
#same-category-post h4::before{
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: .35em;
  margin-bottom: .1em;
  background: url(../images/common/arw_s.png) no-repeat;
  background-size: contain;
}
#same-category-post ul{
  padding-bottom: 2em;
}
#same-category-post ul li{
  border-bottom: 1px solid #1a639c;
}
#same-category-post ul li a{
  display: block;
  color: #dcdcdc;
  padding: .5em .25em;
  line-height: 1.6;
}
#same-category-post ul li a h5{
  font-weight: normal;
  font-size: clamp(13px, 1.63vw, 16px);
}
#same-category-post ul li a:hover{
  background: rgba(1, 7, 92, .7);
}
#same-category-post ul li span.ctg{
  color: #dcdcdc;
  margin-right: .25em;
  padding: .25em .65em;
  background: #c20e23;
  border-radius: 999px;
  font-size: 12px;
}

/*--------------------------
  Contact お問い合わせ
--------------------------*/
#contact .inner,
#contact_intro .inner{
  width: 100%;
  padding-top: 2em;
  color: #f8f8f8 !important;
}
#contact #breadcrumb .inner,
#contact_intro #breadcrumb .inner{
  padding-top: 0;
}
#contact .inner.compMsg,
#contact_intro .inner.compMsg{
  padding: 3.5em 0;
}
#contact .inner.compMsg p,
#contact_intro .inner.compMsg p{
  text-align: center;
  line-height: 2.2;
  font-size: clamp(14px, 4.27vw, 16px);
  font-weight: bold;
}
#contact .inner.compMsg p.name,
#contact_intro .inner.compMsg p.name{
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  padding-top: 2em;
}
#contact .inner .btn,
#contact_intro .inner .btn{
  padding-top: 2em;
}
#contact .inner .btn a,
#contact_intro .inner .btn a{
  width: 75%;
  margin: 0 auto;
}

#contact .box{
  margin: 0 20px;
  padding: 3em 0;
}
#contact .box h3{
  width: 100%;
  color: #eee;
  line-height: 1.4;
  padding-bottom: .85em;
  margin-bottom: .85em;
  letter-spacing: .05em;
  box-sizing: border-box;
  border-bottom: 2px solid #1a639c;
  font-size: clamp(13px, 4.27vw, 16px);
}
#contact .box p{
  text-align: justify;
  padding-bottom: .85em;
}

input,
textarea{
  color: #afafb2 !important;
  background: #2c2c2d !important;
}
label{
  color: #f8f8f8 !important;
}

/* wpforms setting */
.wpforms-container{
  margin: 0 0 2em !important;
}
.wpforms-field-medium{
  max-width: 100% !important;
}
div.wpforms-container-full button[type=submit]{
  width: 100%;
  letter-spacing: .5em;
  height: auto !important;
  padding: 1em !important;
  margin-top: .5em;
  box-sizing: border-box !important;
}
div.wpforms-container-full button[type=submit]:not(:hover):not(:active){
  background-color: #332B99 !important;
}


.wpforms-container .wpforms-field{
  padding: 15px 0 !important;
}
.wpforms-container .wpforms-field.wpforms-field-textarea{
  padding: 15px 0 25px !important;
}
div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form textarea,
div.wpforms-container-full .wpforms-form button[type=submit]{
  border: none !important;
  padding: 10px 15px !important;
  height: auto !important;
  line-height: 1.5 !important;
  border-radius: 4px !important;
}
div.wpforms-container-full .wpforms-form textarea{
  min-height: 150px !important;
}
div.wpforms-container-full .wpforms-form button[type=submit]{
  color: #fff !important;
  font-size: 16px !important;
}
.wpforms-form .wpforms-field-label{
  margin: 0 0 .5em 0 !important;
}

/*------------------------------
  事業内容
------------------------------*/
#details #contents{
  margin: 0 20px;
}
/* tab button */
#details #tabs .area{
/*  position: relative;
  padding-top: 10%;*/
  display: flex;
  justify-content: space-between;
}
#details #tabs ul{
/*  position: absolute;
  top: -13em;
  left: 0;*/
  padding: 1.5em 0 2.5em;
  width: 100%;
}
#details #tabs ul li{
  width: 90%;
  margin: 0 auto .35em;
}
#details #tabs ul li.btn a{
  display: flex;
  font-size: 13px;
  padding: 0 1.9em 0 .5em;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  aspect-ratio: 540 / 68;
}
#details #tabs ul li.btn a:hover,
#details #tabs ul li.btn a.current{
  background: #000;
  opacity: 1;
  box-sizing: border-box;
  box-shadow: 0 0 1px 4px rgba(255, 255, 255, .5);
}
#details #tabs ul li.btn a:hover::after,
#details #tabs ul li.btn a.current::after{
  border: 4px solid #fff;
  background: #c20e23;
}

#details .box{
  padding: 0 0 2.5em;
}
#details #detail1.box{
  padding: 0 0 2.5em;
}
#details .box .area{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
  justify-content: space-between;
}
#details .box .area .inner{
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 1.25em;
}
#details .box .area figure{
  width: 100%;
}
#details .box .area p{
  text-align: justify;
}
#details .box .area .inner h3{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
#details .box .area .inner span{
  display: block;
}
#details .box .area .inner span.num{
  width: 14.5%;
  margin-right: 1.25em;
}
#details .box .area .inner span.num img{
  width: 100%;
}
#details .box .area .inner span.title{
  width: 78%;
  line-height: 1.2;
  padding: 0 0 .7em 0;
  box-sizing: border-box;
  font-size: clamp(14px, 4.53vw, 17px);
}
#details #detail3.box .area .inner span.title{
  line-height: 1.2;
  padding-bottom: .45em;
}
#details .box .area .inner span.sub_title{
  width: 100%;
  color: #5c6ecc;
  padding: .58em .65em .53em;
  margin: 0 0 1em;
  background: #1d2d3d;
  border-radius: 4px;
  letter-spacing: .05em;
  box-sizing: border-box;
  font-size: clamp(12px, 3.73vw, 14px);
}
#details .box .area .inner p{
  line-height: 1.8;
}
#details .box figure img{
  border-radius: 12px;
}
#details .ex h4{
  padding: .5em;
  margin-bottom: 1.25em;
  border-bottom: 4px solid #1d2d3d;
  letter-spacing: .07em;
  box-sizing: border-box;
  font-size: clamp(14px, 4.53vw, 17px);
}
#details .ex ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#details .ex ul li{
  width: 100%;
  padding-bottom: 2em;
}
#details .ex ul li h5{
  padding: 1em 0 .75em;
  line-height: 1.5;
  text-align: justify;
  font-size: clamp(15px, 4.8vw, 18px);
}
#details .ex ul li p{
  line-height: 1.65;
}
#details #custom.box{
  padding: 0 0 0;
}
#details #custom.box .area .inner{
  width: 100%;
}
#details #custom.box .area .inner h4{
  color: #fff;
  padding: .5em .65em;
  margin-bottom: 1.25em;
  border-radius: 4px;
  background: #c20e23;
/*  background: #1d2d3d;*/
  letter-spacing: .07em;
  box-sizing: border-box;
  font-size: clamp(15px, 4.8vw, 18px);
}
#details #custom.box .area .inner p{
}

/*--------------------------
  スムーズ アンカーリンク
--------------------------*/

#about.member_results #patent{
  scroll-margin-top: 75px;
}
#details section{
  scroll-margin-top: 75px;
}




/* ----- 2025/11/14 各ページ共通テンプレート ----- */

*.mb-0{
	margin-bottom: 0 !important;
}
*.mb-1{
	margin-bottom: 0.25rem !important;
}
*.mb-2{
	margin-bottom: 0.5rem !important;
}
*.mb-3{
	margin-bottom: 0.75rem !important;
}
*.mb-4{
	margin-bottom: 1rem !important;
}
*.mb-5{
	margin-bottom: 1.25rem !important;
}
*.mb-6{
	margin-bottom: 1.5rem !important;
}
*.pb-0{
	padding-bottom: 0 !important;
}
*.pb-1{
	padding-bottom: 0.25rem !important;
}
*.pb-2{
	padding-bottom: 0.5rem !important;
}
*.pb-3{
	padding-bottom: 0.75rem !important;
}
*.pb-4{
	padding-bottom: 1rem !important;
}
*.pb-5{
	padding-bottom: 1.25rem !important;
}
*.pb-6{
	padding-bottom: 1.5rem !important;
}

.commonPages{
        padding-top: 3em;
        padding-bottom: 3em;
        position: relative;
}
.commonPages section{
        padding-left: 20px;
        padding-right: 20px;
}
.commonPages section *.right-angle-title{
        margin-top: 1.5em;
        padding-bottom: .5em;
        font-size: clamp(14px, 4.27vw, 16px);
}
.commonPages section *.right-angle-title:before{
	content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-right: .25em;
        background: url(../images/common/arw_s.png) no-repeat;
        background-size: contain;
}
.commonPages section *.red-title{
        color: #fff;
        padding: .5em .65em;
        margin-bottom: 1.25em;
        border-radius: 4px;
        background: #c20e23;
        /* background: #1d2d3d; */
        letter-spacing: .07em;
        box-sizing: border-box;
        font-size: clamp(15px, 4.8vw, 18px);
}
.commonPages section *.text{
	margin-bottom: 3em;
}
.commonPages section ul:not([class]){
        display: grid;
        gap: 0.4em;
	list-style-position: outside;
        margin-bottom: 3em;
        margin-left: 1.5em;
}
.commonPages section ul:not([class])>li{
        line-height: 1.65;
        list-style-type: disc;
}
.commonPages section ol:not([class]){
        padding: .75em 0 1.5em;
}
.commonPages section ol:not([class])>li{
        margin-left: 26px;
        line-height: 1.65;
        padding: .35em .35em .35em .75em;
        list-style: decimal;
        border-bottom: none;
        word-break: break-all;
}

/* ----- privacy policy ----- */
#privacypolicy #pagehead {
        background: url(../images/about/main.jpg) no-repeat bottom left -30px;
        background-size: cover;
}
#wpforms-73-field_11 a{
  color: #fff;
  text-decoration: underline;
}
#wpforms-73-field_11 label{
  font-size: clamp(12px, 3.6vw, 13.5px);
}
