@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-family: 'Noto Sans Japanese', sans-serif;
  background: #000;
}
body p{
  line-height: 1.85;
}
.inner{
/*  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  box-sizing: border-box;*/
}
.w1480{
  max-width: 1480px;
}
.w1280{
  max-width: 1280px;
}
.w1180{
  max-width: 1180px;
}
.w1080{
  max-width: 1080px;
}
.w980{
  max-width: 980px;
}
.w880{
  max-width: 880px;
}
.w780{
  max-width: 780px;
}
input[type="submit"]{
  appearance: none;
}
a{
  opacity: 1;
  transition: .3s;
  text-decoration: none;
}
a:hover{
  opacity: .75;
  transition: .3s;
}
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;
}
.pcNone{
  display: none !important;
}
.spBr{
  display: none !important;
}
.pcBr{
  display: block !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.55em 1.5em 1.65em;
  font-weight: 600;
  text-align: center;
  border-radius: 999px;
  text-decoration: none;
  letter-spacing: .05em;
  box-sizing: border-box;
  font-size: 16px;
}
.btn a::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 1.5em;
  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: 94px;
  height: 94px;
  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 94px 94px;
  border-color: transparent transparent #5c6ecc transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: .45;
}
.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: 1em;
}
.pb2em{
  padding-bottom: 2em;
}
.pb3em{
  padding-bottom: 3em;
}
.pb4em{
  padding-bottom: 4em;
}
.pb5em{
  padding-bottom: 5em;
}
.pb6em{
  padding-bottom: 6em;
}
.pb7em{
  padding-bottom: 7em;
}
.pb8em{
  padding-bottom: 8em;
}

/*--------------------------
  header
--------------------------*/
#header{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: .3s;
  background: transparent;
}
#header.scrolled{
  background: rgba(0, 0, 0, .7);
  box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, .35);
}
/*
#header.change-color{
  background: rgba(0, 0, 0, .8);
  box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, .35);
  transition: .3s;
}*/
#header .inner{
  position: relative;
  display: flex;
  align-items: center;
}
#header h1{
  width: calc(380px / 1740 * 1000);
  padding: 24px 0 17px;
  margin-left: 40px;
  margin-right: auto;
  transition: .3s;
}
@media (max-width: 1260px){
  #header h1{
    width: calc(180px / 1260 * 1000);
    padding: 18px 0 40px;
    transition: .3s;
  }
}
@media (max-width: 840px){
  header.pcNone{
    position: relative;
    display: block !important;
  }
  #header h1{
    width: 20%;
    transition: .3s;
  }
  #header h1 a{
    display: block;
  }
}

/*--------------------------
  Global Navi
--------------------------*/
#globalnav{
  position: absolute;
  top: 0;
  right: 0;
}
#globalnav > ul{
  width: 100%;
  min-height: 52px;
  display: flex;
  gap: 1.8em;
  margin-right: 250px;
  padding-top: 24px;
  box-sizing: border-box;
  align-items: center;
}
#globalnav > ul > li{
  position: relative;
}
#globalnav.spNone ul li:first-child{/*HOMEボタン*/
  display: none;
}
#globalnav > ul > li::after{
  content: '';
  display: block;
  width: 50px;
  height: 5px;
  background: transparent;
}
#globalnav > ul > li > a{
  display: block;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
/*  text-shadow: #000 1px 0 10px;*/
  text-shadow: 1px 0 10px rgba(0, 0, 0, .8);
  text-decoration: none;
  padding: .5em 0;
  font-size: clamp(16px, 0.89vw, 17px);
}
/*#globalnav > ul > li:nth-child(-n+7){
  display: block;
}*/
#globalnav ul.sub-menu{
  display: none;
  width: 100%;
  min-width: 165px;
  position: absolute;
  top: 100%;
  left: 0;
}
#globalnav ul li:last-child ul.sub-menu{
  left: -32px;
}
#globalnav > ul > li:nth-child(2) ul.sub-menu{
  min-width: 200px;
}
#globalnav > ul > li:hover ul.sub-menu{
  display: block;
}
#globalnav ul.sub-menu li{
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, .9);
}
#globalnav ul.sub-menu li a{
  display: block;
  color: #fff;
  font-size: 90%;
  text-align: left;
  padding: .9em;
  line-height: 1.35;
  border-bottom: .5px solid #7d7d7d;
}
#globalnav ul.sub-menu li:last-child a{
  border-bottom: none;
}
#globalnav ul.sub-menu li a:hover{
  background: rgba(27, 20, 121, .95);
}

.gnav_contact{
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  max-width: 210px;
  min-height: 88px;
  padding: 0 1.2em;
  text-align: center;
  box-sizing: border-box;
  background: #08152e;
  pointer-events: none;
  transition: .3s;
  z-index: 101;
  aspect-retio: 210 / 89;
}
.gnav_contact a{
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: fill;
}
.gnav_contact img{
  width: 100%;
  padding: 1.2em .3em 0;
/*  pointer-events: none;*/
  box-sizing: border-box;
}
.gnav_contact .subBtn{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gnav_contact .subBtn p{
  width: 49%;
  margin-top: .5em;
}
.gnav_contact .subBtn p:first-child{
  border-right: 1px solid #ccc;
}
.gnav_contact .subBtn p a{
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  box-sizing: border-box;
  pointer-events: fill;
  font-size: clamp(11px, 0.68vw, 13px);
}
@media (max-width: 1260px){
  #globalnav > ul{
    gap: 1em;
    flex-wrap: wrap;
    margin-left: 2em;
  }
  #globalnav > ul > li:nth-child(-n+7){
    display: block;
    margin-top: 20px;
  }
  .gnav_contact{
    max-width: 170px;
    min-height: 90px;
    padding: 0 1em;
  }
  .gnav_contact img{
    padding: 1.6em .3em 0;
  }
}
@media (max-width: 840px){
  .drawer-nav{
    background: url(../images/common/bg_drawer-nav.jpg);
    background-size: contain;
  }
  #globalnav{
    width: 100%;
    padding: 6em 0 1.5em;
  }
  #globalnav > ul{
    min-height: auto;
    display: block;
    gap: 1.2em;
    padding-top: 24px;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
    align-items: flex-start;
  }
  #globalnav > ul > li:nth-child(-n+7){
    margin-top: 0;
  }
  #globalnav.spNone > ul,
  #globalnav.spNone .gnav_contact{
    display: none;
  }
  #globalnav li a{
    display: block;
    color: #dcdcdc;
    font-weight: 500;
    line-height: 1.6;
    text-decoration: none;
    padding: .65em 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;
  }
  header.pcNone .drawer-nav{
    width: 100%;
  }
  header.pcNone .gnav_contact{
    display: block;
  }
  header.pcNone .gnav_contact{
    /*
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    max-width: 210px;
    min-height: 88px;
    padding: 0 1.2em;
    text-align: center;
    box-sizing: border-box;
    background: #08152e;
    pointer-events: none;
    transition: .3s;
    z-index: 101;
    aspect-retio: 210 / 89;
*/

    top: 500px;
    right: inherit;
    left: calc((100% - 400px) / 2);
    max-width: 400px;
    min-height: 88px;
    margin: 3em auto;
    padding: 1.2em 1em 1em;
    border-radius: 6px;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, .6);
  }
  .gnav_contact img{
    width: 85%;
    pointer-events: none;
    padding: 0 .3em 0;
  }
  .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: 3.65em;
  padding: .75em 0;
  border-top: 1px solid #1d1f29;
  border-bottom: 1px solid #1d1f29;
}
#contact #breadcrumb,
#contact_intro #breadcrumb,
#information #breadcrumb{
  margin-top: 0;
}
#breadcrumb ol{
  display: flex;
  flex-wrap: wrap;
  margin: 0 40px;
  justify-content: center;
}
#breadcrumb li{
  color: #b8bcd4;
  line-height: 1.6;
  text-align: center;
  letter-spacing: .03em;
  font-size: clamp(13px, 0.76vw, 14.5px);
}
#breadcrumb li::after{
  content: "/";
  color: #878787;
  margin: 0 .5em;
  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.jpg) no-repeat bottom center;
  background-size: contain;
}

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

/*--- Page Navi ---*/
.pageNavi{
/*  background: url(../images/common/bg_cmnfooter02.jpg) no-repeat top center;
  background-size: cover;*/
  aspect-ratio: 2800 / 1204;
}
.pageNavi .inner{
  max-width: 1280px;
  margin: 0 auto;
  padding: 166px 0 120px;
  transition: .3s;
}
.pageNavi ul{
  display: grid;
  padding: 0 40px;
  margin-left: -52px;
  grid-template-columns: repeat(10, 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: 278.28px;
  min-height: 241px;
  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: 266.88px;
  min-height: 231.12px;
  position: absolute;
  top: 4.94px;
  left: 5.7px;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.pageNavi li:nth-child(1){
  grid-area: a;
}
.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: -22px;
  margin-right: 22px;
}
.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: -44px;
  margin-right: 44px;
}
.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-left: -66px;
  margin-right: 66px;
}
.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-left: -88px;
  margin-right: 88px;
}
.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: -17px;
  margin-bottom: 17px;
  margin-left: -11px;
  margin-right: 11px;
}
.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: -17px;
  margin-bottom: 17px;
  margin-left: -34px;
  margin-right: 34px;
}
.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: -17px;
  margin-bottom: 17px;
  margin-left: -55px;
  margin-right: 55px;
}
.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: -17px;
  margin-bottom: 17px;
  margin-left: -77px;
  margin-right: 77px;
}
.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: -34px;
  margin-bottom: 34px;
  margin-left: -24px;
  margin-right: 24px;
}
.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: -34px;
  margin-bottom: 34px;
  margin-left: -45px;
  margin-right: 45px;
}
.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: -34px;
  margin-bottom: 34px;
  margin-left: -66px;
  margin-right: 66px;
}
.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: 278.28px;
  min-height: 241px;
  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;
  letter-spacing: .05em;
  position: absolute;
  left: calc((100% - 10em) / 2);
  bottom: calc((100% - 2.5em) / 2);
  text-align: center;
  transform: rotate(-90deg);
}
.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% - 17em) / 2);
  bottom: calc((100% - 1.5em) / 2);
  width: 100%;
  line-height: 1.4;
  text-align: center;
  transform: rotate(90deg);
  z-index: 10;
}
.pageNavi li p.disable span{
  color: #5a5a65;
}

@media (min-width: 1792px){
  .pageNavi .inner{
    max-width: 1580px;
    padding: 150px 0 0;
    transition: .3s;
  }
  .pageNavi ul{
    display: grid;
    padding: 0 40px;
    margin-left: -52px;
    grid-template-columns: repeat(13, 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:nth-child(6){
    grid-area: f;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -111px;
    margin-right: 111px;
  }
  .pageNavi li:nth-child(7){
    grid-area: g;
    margin-top: -15px;
    margin-bottom: 15px;
    margin-left: -12px;
    margin-right: 12px;
  }
  .pageNavi li:nth-child(8){
    grid-area: h;
    margin-top: -15px;
    margin-bottom: 15px;
    margin-left: -34px;
    margin-right: 34px;
  }
  .pageNavi li:nth-child(9){
    grid-area: i;
    margin-top: -15px;
    margin-bottom: 15px;
    margin-left: -55px;
    margin-right: 55px;
  }
  .pageNavi li:nth-child(10){
    grid-area: j;
    margin-top: -15px;
    margin-bottom: 15px;
    margin-left: -77px;
    margin-right: 77px;
  }
  .pageNavi li:nth-child(11){
    grid-area: k;
    margin-top: -15px;
    margin-bottom: 15px;
    margin-left: -99px;
    margin-right: 99px;
  }
  .pageNavi li:nth-child(12){
    grid-area: l;
    margin-top: -15px;
    margin-bottom: 15px;
    margin-left: -120px;
    margin-right: 120px;
  }
}
@media (max-width: 1360px){
  .pageNavi .inner{
    max-width: 1056px;
    padding: 130px 0 75px;
    transition: .3s;
  }
  .pageNavi li{
    min-width: 233.38px;
    min-height: 202.09px;
  }
  .pageNavi li p{
    min-width: 222.75px;
    min-height: 192.94px;
    top: 5.315px;
    left: 4.575px;
  }
  .pageNavi li p.disable::before{
    left: calc((100% - 12em) / 2);
  }
  .pageNavi li a span{
    left: calc((100% - 7em) / 2);
    bottom: calc((100% - 4.5em) / 2);
  }
}
@media (max-width: 1100px){
  .pageNavi .inner{
    max-width: 828px;
    padding: 100px 0 45px;
    transition: .3s;
  }
  .pageNavi li{
    min-width: 184.47px;
    min-height: 159.69px;
  }
  .pageNavi li p{
    min-width: 176.06px;
    min-height: 152.47px;
    top: 4.205px;
    left: 3.61px;
  }
  .pageNavi li p.disable::before{
    left: calc((100% - 11em) / 2);
  }
  .pageNavi li a span{
    left: calc((100% - 8em) / 2);
    bottom: calc((100% - 8em) / 2);
    font-size: 14px;
  }
}

/*--- Two Link ---*/
.twolink{
  width: 100%;
  aspect-ratio: 2800 / 1378;
}
.twolink .inner{
  max-width: 1732px;
  margin: 0 auto;
  padding: 0 40px;
  padding-bottom: 15em;
}
.twolink ul{
  display: flex;
  justify-content: space-between;
}
.twolink ul li{
  position: relative;
  width: 50%;
/*  min-height: 580px;*//*第2フェーズで有効*/
  min-height: 500px;/*第1フェーズ*/
  padding: 4em 3em 3em;
  box-sizing: border-box;
  background: rgba(0, 0, 0, .7);
}
.twolink ul li::before{
  content: '';
  position: absolute;
  top: 0;
  left: calc((100% - 80px) / 2);
  width: 80px;
  height: 4px;
  z-index: 2;
  background: #c20e23;
}
.twolink ul li h4{
  text-align: center;
  font-size: clamp(22px, 1.85vw, 32px);
}
.twolink ul li h4 img{
  width: 120px;
  margin-bottom: 1em;
}
.twolink ul li h4 span{
  display: block;
}
.twolink ul li p{
  width: 33em;
  margin: 2.5em auto 1.5em;
  text-align: justify;
  line-height: 2;
  font-size: clamp(14px, 0.92vw, 16px);
}
.twolink .btn{
  position: absolute;
/*  bottom: 2.5em;*//*第2フェーズで有効*/
  bottom: 7.5em;/*第1フェーズ*/
  left: calc((100% - 280px) / 2);
  width: 280px;
  margin: 0 auto 0;
}

@media (min-width: 1740px){
  .twolink ul li{
    padding: 4em 4em 0;
  }
  .twolink .btn{
    bottom: 3.5em;
  }
}
@media (max-width: 1360px){
  .twolink ul li{
/*    min-height: 520px;*//*第2フェーズで有効*/
    min-height: 450px;/*第1フェーズ*/
    padding: 3em 3em 8em;
  }
  .twolink ul li h4 img{
    width: 105px;
    margin-bottom: .5em;
  }
  .twolink ul li p{
    width: auto;
    font-size: 15px;
  }
  .twolink .btn{
    width: 260px;
    bottom: 9em;/*第1フェーズ*/
    left: calc((100% - 260px) / 2);
  }
}
@media (max-width: 1100px){
  .twolink ul li{
/*    padding: 3.5em 2.5em 7.5em;*//*第2フェーズ*/
    padding: 3.5em 2.5em 3.5em;/*第1フェーズ*/
  }
  .twolink ul li h4 img{
    width: 90px;
    margin-bottom: 0;
  }
  .twolink ul li h4 span{
    padding-top: 1em;
  }
  .twolink ul li p{
    margin-top: 1em;
  }
  .twolink .btn{
/*    bottom: 2.75em;*//*第2フェーズで有効*/
    bottom: 7.25em;/*第1フェーズ*/
  }
}

/*--- Footer ---*/
footer{
  width: 100%;
  background: #000;
}
footer .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
footer .btn_area{
}
footer .btn_area p{
  text-align: center;
}
footer .btn_area img{
  width: 185px;
  padding-bottom: 1em;
}
footer .btn_area .btn a{
  width: 210px;
  margin-top: .5em;
  padding: 1.15em 1.5em 1.15em .5em;
  font-size: clamp(13.5px, 1.17vw, 15px);
}
footer #footernav{
/*  width: 40%;*/
  padding-bottom: 10em;
}
footer #footernav > ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
footer #footernav > ul > li{
  line-height: 2;
  margin-left: 3.5em;
/*  margin-left: 1em;　第２フェーズで OPEN（矢印を付与）*/
  font-size: clamp(13px, 1.17vw, 15px);
}
/*
footer #footernav ul li::before{　第２フェーズで OPEN（矢印を付与）
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: .5em;
  margin-bottom: .1em;
  background: url(../images/common/arw_s.png) no-repeat;
  background-size: contain;
}
*/

footer #footernav ul li a{
  color: #b9bcc3;
}
footer #footernav > ul > li::before{
  content: none;
}
footer #footernav > ul > li > a{
  display: block;
  opacity: 1;
  color: #b9bcc3;
  font-weight: 500;
  letter-spacing: .05em;
/*  margin-bottom: .5em;*/
}
footer #footernav ul li a:hover{
  color: #fff;
  opacity: .4;
}
footer .copyright{
  width: 100%;
  color: #8b8d92;
  text-align: center;
  padding: 1em 0 2.5em;
  letter-spacing: .05em;
}

@media (min-width: 757px) and (max-width: 1040px){
  footer #footernav > ul{
    margin-top: 2em;
  }
  footer #footernav > ul > li:first-child{
    margin-left: 0;
  }
}

/*--------------------------
  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: 0px 5px 15px 0px rgba(255, 255, 255, .35);
  transition: .3s;
}
#page404{
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(../images/home/bg_hytila.png) no-repeat center center;
    background-size: contain;
}
#page404 .text_404{
    color: #cccccc;
    font-size: 200px;
    line-height: 1;
    padding-top: .5em;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
#page404 .text_notfount_en{
    color: #cccccc;
    font-size: 64px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 24px;
}
#page404 .text_notfount_ja{
    color: #999999;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 40px;
}
#page404 .text_notfount_ja+p,
#page404 .renewal{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 2.5em;
}
#page404 p.ask{
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 0.75em;
}
#page404 p.ask+p{
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 2.5em;
}

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

/*--- Main Visual ---*/
#mv{
  position: relative;
  background: url(../images/home/mv.jpg) no-repeat top center;
  background-size: cover;
  aspect-ratio: 2800 / 1786;
  opacity: 0;
  transition: opacity 1s ease-out;
}
#mv h2{
  position: absolute;
  width: 86.2%;
  max-width: 1640px;
  margin: 0 auto;
  top: 60%;
  left: calc((100% - 86.2%) / 2);
  transform: translateY(-60%);
}
#mv h2 span{
  display: block;
  margin-top: 3em;
  font-size: clamp(16px, 1.21vw, 20px);
}
#mv .btn{
  position: absolute;
  width: 86.2%;
  top: 90%;
  left: calc((100% - 86.2%) / 2);
  transform: translateY(-90%);
}
#mv .btn a{
  width: 280px;
}
@media (min-width: 1920px){
  #mv h2{
    width: 1640px;
    max-width: 1640px;
    top: 55%;
    left: calc((100% - 1640px) / 2);
    transform: translateY(-55%);
  }
  #mv .btn{
    width: 1640px;
    top: 84%;
    left: calc((100% - 1640px) / 2);
    transform: translateY(-84%);
  }
}
@media (max-width: 1360px){
  #mv h2 span{
    margin-top: 1em;
  }
  #mv .btn{
    top: 92%;
    left: calc((100% - 86.2%) / 2);
    transform: translateY(-92%);
  }
  #mv .btn a{
    min-width: 210px;
    max-width: 260px;
    padding: 1.25em 1.75em 1.25em 1em;
    transition: .3s;
  }
}

/*--- Information and HyTILA Corporationとは ---*/
#info_hytila{
  background: url(../images/home/bg_hytila.png) no-repeat top center;
  background-size: cover;
  aspect-ratio: 2800 / 2325;
  padding: 0 40px;
}
#info_hytila .paddle{
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
#info_hytila .paddle::before{
  content: '';
  position: absolute;
  top: 0;
  left: 4em;
  width: 80px;
  height: 4px;
  z-index: 2;
  background: #c20e23;
}
#info_hytila .info{
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 4.5em 4em;
  border: 1px solid #a38484;
  background: #030303;
  box-sizing: border-box;
  position: relative;
}
#info_hytila .info h3{
  width: 19.8%;
}
#info_hytila .info .info_list{
  width: 80%;
  margin-top: -.25em;
}
#info_hytila .info .info_list ul{
  padding-left: 15%;
}
#info_hytila .info .info_list li{
  padding: 1em 0 .6em;
  border-bottom: .5px dotted #1d2d3d;
}
#info_hytila .info .info_list li:first-child{
  padding: 0 0 .6em;
}
#info_hytila .info .info_list span{
/*  color: #a38484;*/
  margin-right: .75em;
  vertical-align: middle;
}
#info_hytila .info .info_list a:not(.title){
  display: inline-block;
  color: #dcdcdc;
/*  margin-right: .75em;*/
  padding: .25em .65em;
  background: #c20e23;
  border-radius: 999px;
  font-size: 12px;
}
#info_hytila .info .info_list a.title{
  display: block;
  width: 100%;
  color: #dcdcdc;
  line-height: 1.65;
  padding: .5em 0;
}
#info_hytila .info .info_list a.title:hover{
  opacity: .45;
}
#info_hytila .info .btn_square a{
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  width: 204px;
  padding: .75em 1em;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  letter-spacing: .05em;
  box-sizing: border-box;
  font-size: 16px;
  background: #c20e23;
}
#info_hytila .info .btn_square a::after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1360px){
  #info_hytila .info{
    padding: 2.5em 3em;
  }
  #info_hytila .info .info_list ul{
    padding-left: 10%;
  }
  #info_hytila .info .info_list li{
     padding-bottom: .5em;
  }
  #info_hytila .info .info_list span{
    margin-right: 1.75em;
  }
  #info_hytila .info .btn_square a{
    width: 180px;
    padding: .35em .65em;
    font-size: 15px;
  }
}

#info_hytila .hytila{
/*  position: absolute;
  top: 45%;
  left: calc((100% - 635px) / 2);*/
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70%;
}
#info_hytila .hytila .inner{
  width: 66.6666%;
  max-width: 635px;
  display: grid;
  gap: 42px;
}
#info_hytila .hytila h3{
  width: 66.6425%;
  margin: 0 auto;
}
#info_hytila .hytila h4{
  text-align: center;
  letter-spacing: -.05em;
  font-size: clamp(16px, 3.15vw, 20px);
}
#info_hytila .hytila .btn_area{
  display: flex;
  margin-top: 1.65em;
  align-items: center;
  justify-content: center;
}
#info_hytila .hytila p.text{
  text-align: justify;
  word-break: break-all;
}
#info_hytila .hytila .btn_area p{
  min-width: 280px;
  padding: 0 1.5%;
}
#info_hytila .hytila .btn_area p a{
  width: 100%;
}
/*
#info_hytila .hytila .btn_area p.btn img{
  width: 32%;
}*/
@media (max-width: 1360px){
  #info_hytila .hytila .inner{
    max-width: 540px;
    gap: 32px;
  }
  #info_hytila .hytila h3{
    width: 60%;
  }
  #info_hytila .hytila h4{
    font-size: clamp(15px, 3.15vw, 17px);
  }
  #info_hytila .hytila p{
    font-size: 14.5px;
  }
  #info_hytila .hytila .btn_area{
    margin-top: .5em;
  }
  #info_hytila .hytila .btn_area p.btn a{
    width: 220px;
  }
  #info_hytila .hytila .btn_area p.btn img{
    width: 35%;
  }
}
@media (max-width: 890px){/*第1フェーズのみ*/
  #info_hytila .hytila{
    padding-top: 10em;
  }
}

/*--- SPACE TECHNOLOGY ---*/
#spacetech{
}
#spacetech .inner{
  max-width: 1570px;
  margin: 4em auto 0;
  padding: 0 40px;
  box-sizing: border-box;
}
#spacetech h3{
  width: 40.57%;
  margin-bottom: 130px;
  font-size: clamp(20px, 1.88vw, 24px);
}
@media (max-width: 1360px){
  #spacetech .inner{
    margin: 8em auto 0;
  }
  #spacetech h3{
    margin-bottom: 50px;
  }
}
#spacetech h3 img{
  margin-bottom: .75em;
}
#spacetech .perform{
  background: url(../images/home/bg_stis.jpg) no-repeat top center;
  background-size: cover;
  aspect-ratio: 2800 / 2454;
}
@media (max-width: 1100px){
  #spacetech .perform{
    background: url(../images/home/bg_stis.jpg) no-repeat bottom center;
    background-size: cover;
    aspect-ratio: 2800 / 2454;
  }
}

/* FOR BUSINESS */
#spacetech .area{
  display: flex;
  align-items: center;
/*  max-width: 1634px;*/
  padding-bottom: 110px;
}
#spacetech .area figure{
  width: 50%;
}
#spacetech .area figure img{
  border-radius: 0 60px 60px 0;
/*  max-height: 530px;
  min-height: 440px;
  object-fit: cover;*/
}
#spacetech .area .text_area{
  width: 35%;
  margin-left: 5em;
  line-height: 2;
  text-align: justify;
  box-sizing: border-box;
}
#spacetech .area .text_area h4 img{
  width: 145px;
  margin-bottom: .75em;
}
#spacetech .area .text_area h4 span{
  display: block;
  line-height: 1.45;
  margin-bottom: 1.5em;
  font-size: clamp(20px, 2.07vw, 28px)
}
#spacetech .area .text_area h4 span.en{
  font-size: clamp(15px, 1.1vw, 18px);
}
#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: 280px;
  margin-top: 3em;
}
@media (max-width: 1100px){
  #spacetech .area{
    align-items: flex-start;
    padding-bottom: 50px;
  }
  #spacetech .area figure{
    width: 50%;
  }
  #spacetech .area figure img{
    border-radius: 0 60px 60px 0;
  }
  #spacetech .area .text_area{
    width: 35%;
    margin-left: 5em;
    line-height: 2;
    text-align: justify;
    box-sizing: border-box;
  }
}

/* FOR SOCIETY */
#spacetech .area.society{
  padding-bottom: 195px;
  justify-content: flex-end;
/*  position: relative;*/
}
#spacetech .area.society figure img{
  border-radius: 60px 0 0 60px;
/*  max-height: 530px;
  min-height: 440px;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;*/
}
#spacetech .area.society .text_area{
  margin-left: 0;
  margin-right: 5em;
}
#spacetech .area.society .text_area h4 span{
  margin-bottom: .5em;
}

#spacetech .area.society .text_area p{
  padding-top: 3em;
  margin-right: 1.5em;
}
#spacetech .area.society .text_area p.btn{
  padding-top: 1em;
}
@media (max-width: 1100px){
  #spacetech .area.society{
    padding-bottom: 120px;
  }
}

/*--- MAIN WORKS ---*/
#mainworks{
  background: url(../images/home/bg_mainworks.png) no-repeat top center;
  background-size: cover;
  aspect-ratio: 2800 / 1484;
  padding: 0 40px;
}
#mainworks .inner{
  max-width: 1570px;
  margin: 0 auto;
  padding-top: 10px;
}
#mainworks h3{
  width: 26.88%;
  margin-bottom: 2em;
  font-size: clamp(20px, 1.53vw, 24px);
}
#mainworks ul{
  display: flex;
  justify-content: space-between;
  gap: 45px;
}
#mainworks ul li{
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 30px;
}
#mainworks ul li:nth-child(2){
  margin-top: 7em;
}
#mainworks ul li:nth-child(3){
  margin-top: 14em;
}
#mainworks ul li > p{
  width: 20%;
}
#mainworks ul li .text_area{
  width: 80%;
}
#mainworks ul li .text_area h4 img{
  width: 100%;
}
#mainworks ul li .text_area h4 span{
  display: block;
  line-height: 1.6;
  margin: .25em 0 1em;
  font-size: clamp(16px, 1.27vw, 20px)
}
#mainworks ul li .text_area p{
  text-align: justify;
/*  line-height: 1.8;*/
}
#mainworks .btn_area{
  display: flex;
  justify-content: flex-end;
  margin-top: 130px;
}
#mainworks .btn_area p.btn{
  width: 280px;
}
#mainworks .btn_area p.btn:nth-child(2){
  margin: 0 30px;
}

@media (max-width: 1360px){
  #mainworks .btn_area{
    margin-top: 90px;
  }
}
@media (max-width: 1100px){
  #mainworks .inner{
  }
  #mainworks h3{
  }
  #mainworks ul{
    display: grid;
    justify-content: flex-start;
    gap: 15px;
  }
  #mainworks ul li{
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  #mainworks ul li:nth-child(2){
    margin-top: 0;
  }
  #mainworks ul li:nth-child(3){
    margin-top: 0;
  }
  #mainworks ul li{
    margin-bottom: 2em;
  }
  #mainworks ul li > p{
    width: 10%;
  }
  #mainworks ul li .text_area{
    width: 90%;
  }
  #mainworks ul li .text_area h4 img{
    width: 260px;
  }
  #mainworks ul li .text_area h4 span{
/*    line-height: 1.5;*/
    margin-bottom: .5em;
    font-size: clamp(17px, 2vw, 22px)
  }
  #mainworks .btn_area{
    justify-content: space-between;
    margin-top: 25px;
  }
  #mainworks .btn_area p.btn a{
    font-size: 14px;
  }
  #mainworks .btn_area p.btn:nth-child(2){
    margin: 0 20px;
  }
}

/*--------------------------
  Common (TOP以外)
--------------------------*/

/*--- Page Head ---*/
#pagehead{
  width: 100%;
  padding-top: 36.03571%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#pagehead::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  z-index: 0;
}
/* #pagehead 各画像 */
#about #pagehead{
  background: url(../images/about/main.jpg) no-repeat center center;
  background-size: cover;
}
#information #pagehead{
  background: url(../images/information/main.jpg) no-repeat center 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{
}
/* #pagehead 各タイトル画像サイズ（ デザイン時の大きさ/1280） */
#about #pagehead h2 img{
  width: 12.8125%;
}
#about.company #pagehead h2 img{
  width: 18.75%;
}
#about.member_results #pagehead h2 img{
  width: 67.65625%;
}
#about.nins #pagehead h2 img{
  width: 30.390625%;
}
#details #pagehead h2 img{
  width: 35.859375%;
}
#information #pagehead h2 img{
  width: 26.171875%;
}
#contact #pagehead h2 img,
#contact_intro #pagehead h2 img{
  width: 16.875%;
}
#privacypolicy #pagehead h2 img{
  width: 31.25%;
}

#pagehead .title_area{
  width: 100%;
  margin: -36.03571% 40px 0;
  max-width: 1280px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#pagehead .title_area h2 span{
  display: block;
  margin-top: 1em;
  font-size: clamp(16px, 1.56vw, 20px);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .8);
}
@media (min-width: 1560px){
  #pagehead{
    padding-top: 0;
    height: 560px;
  }
  #pagehead .title_area{
    margin: 0 40px 0;
  }
}
@media (max-width: 1080px){
  #pagehead .title_area h2 span{
    margin-top: .2em;
  }
}

/*--------------------------
  About　私たちについて
--------------------------*/
/* ハイティラについて */
#about{
/*  background: url(../images/about/bg.jpg) no-repeat right 33.9%;*//*代表写真入り次第有効*/
  background: url(../images/about/bg.jpg) no-repeat right 50%;
  background-size: contain;
  transition: .3s;
  padding-bottom: 8%;
}
#about section:not(#pagehead, .mem){
  margin: 0 40px;
}
#about #contents{
  padding-top: 6em;
  position: relative;
}
/* tab button */
#about #tabs .area{
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
/*  padding-top: 10%;*/
  display: flex;
  justify-content: space-between;
}
#about #tabs.about_home .area{
/*  padding-top: 13%;*/
}
#about #tabs ul{
  position: absolute;
  top: -15em;
  left: 0;
  width: 100%;
  transition: .3s;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-between;
}
#about #tabs ul li{
  width: 23.875%;
}
#about #tabs ul li.btn a{
  padding: 0 2em 0 1.35em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  aspect-ratio: 280 / 68;
}
#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 4px rgba(255, 255, 255, .5);
}
#about #tabs ul li.btn a:hover::after,
#about #tabs ul li.btn a.current::after{
  border: 4px solid #fff;
  background: #c20e23;
}
#about #intro .area{
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
/*  justify-content: space-between;*//*代表写真入り次第有効*/
  justify-content: center;
}
@media (max-width: 1360px){
  #about{
/*    background: url(../images/about/bg.jpg) no-repeat right 21%;*//*代表写真入り次第有効*/
    background-size: contain;
    transition: .3s;
  }
  #about #tabs ul{
    top: -14.5em;
  }
}
@media (max-width: 1080px){
  #about #contents{
    padding-top: 4em;
  }
  #about #tabs ul{
    top: -12.15em;
  }
  #about #tabs ul li.btn a{
    padding: 0 3em 0 2em;
    font-size: 13.5px;
    text-align: left;
    line-height: 1.3;
    justify-content: flex-start;
    aspect-ratio: 168 / 48;
  }
  #about #tabs ul li.btn a::after,
  #about #tabs ul li.btn a.current::after{
    right: 1em;
  }
}
@media (max-width: 890px){
  #about #tabs ul{
    top: -11.95em;
  }
}
#about #intro .area figure{
  width: 43%;
}
#about #intro .area figure img{
  border-radius: 16px;
}
#about #intro .area figure figcaption{
  padding: 1.5em 0;
}
#about #intro .area figure figcaption span{
  font-weight: bold;
  font-family: serif;
  margin-left: 1em;
  font-size: clamp(26px, 2.5vw, 32px);
}
#about #intro .area .text_area{
  width: 50%;
/*  padding-top: 3.5em;*//*代表写真入り次第有効*/
  padding-top: 1em;
}
#about #intro .area .text_area .logo{
  width: 43.28125%;
  margin: 0 auto;
}
#about #intro .area .text_area h3{
  line-height: 1.5;
  text-align: center;
  padding: 1.5em 0 2.75em;
  font-size: clamp(17px, 1.56vw, 20px);
}
#about #intro .area .text_area p:not(.logo){
  padding-bottom: 3em;
  text-align: justify;
}
@media (max-width: 1080px){
  #about #intro .area .text_area{
    width: 60%;/*代表写真入り次第無効*/
    padding-top: 1em;
  }
  #about #intro .area .text_area h3{
    padding: 1.5em 0 2.25em;
  }
  #about #intro .area .text_area p:not(.logo){
    padding-bottom: 3em;
  }
}
#about .box{
  max-width: 1180px;
  padding: 5% 0 0;
  margin: 0 auto;
}
#about .box .title_catch{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#about .box .title_catch h3{
  width: 16.953125%;
  padding-top: .5em;
}
#about .box .title_catch p{
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 1px 0 10px rgba(0, 0, 0, .8);
  font-size: clamp(16px, 2.03vw, 24px);
}
#about .box .text{
  padding: 4em 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: 22.4%;*/
  width: calc(100vw / 4);
  margin-left: 3.6%;
  padding-top: 1.5em;
}
#about .pic_area ul li img{
  width: 100%;
  border-radius: 16px;
  border: 1.5px solid #000;
}
#about .pic_area ul li span{
  display: block;
  padding-top: .5em;
  text-align: center;
}
#about .pic_area:hover{
  animation-play-state: paused;
}

/* 会社概要 */
#about.company{
  background: url(../images/common/bg_starsstud3.png) no-repeat top right;
  background-size: contain;
}
#about.company #lists{
  max-width: 980px;
  margin: 0 auto;
}
#about.company #lists ul{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 40px;
}
#about.company #lists ul li{
  width: 24%;
  padding: .75em .75em 1.25em;
  line-height: 1.75;
  letter-spacing: .03em;
  box-sizing: border-box;
  border-bottom: 3px solid #1a639c;
}
#about.company #lists ul li:nth-child(2n){
  width: 70%;
  border-bottom: 3px solid #1d2d3d;
}

/* 主要メンバーと実績 */
#about.member_results{
  background: url(../images/common/bg_starsstud4.png) no-repeat top 300px right;
  background-size: 100%;
}
#about.member_results section:not(#pagehead, #tabs, .ctg_pic, .mem.v3){
  border-bottom: 1px dotted #414a53;
}
#about.member_results .mem{
  max-width: 1180px;
  margin: 0 auto;
  padding-bottom: 5em;
}
#about.member_results .mem .area{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 40px;
}
#about.member_results .mem.v2 .area,
#about.member_results .mem.v3 .area{
  padding-top: 5em;
  margin-bottom: 4em;
}
#about.member_results .mem .area h3{
  width: 100%;
  font-weight: bold;
/*  line-height: 1.6;*/
  margin-bottom: 1.5em;
  font-size: clamp(36px, 3.28vw, 42px);
}
#about.member_results .mem .area .text_area{
  width: 65%;
  padding-bottom: 1em;
}
#about.member_results .mem.v2 .area .text_area{
  order: 1;
  width: 100%;/*顔写真ない場合に追加、ある場合は削除*/
}
#about.member_results .mem.v3 .area .text_area{/*顔写真ない場合に追加、ある場合は削除*/
  width: 100%;
}
#about.member_results .mem .area .text_area h4{
  margin: 0 0 1.35em .2em;
  padding: .25em 1em;
  border-left: 6px solid #c20e23;
}
#about.member_results .mem .area .text_area h4 span.tit{
  display: block;
  font-weight: 400;
  margin-bottom: .85em;
  letter-spacing: .1em;
  font-size: clamp(12px, 1.19vw, 14px);
}
#about.member_results .mem .area .text_area h4 span:not(.tit){
  margin-right: .35em;
  font-size: clamp(30px, 2.81vw, 36px);
  font-family: serif;
}
#about.member_results .mem .area .text_area p{
  text-align: justify;
/*  line-height: 2;*/
}
#about.member_results .mem .area figure{
  width: 25%;
  margin: 0 1%;
}
#about.member_results .mem.v2 .area figure{
  order: 0;
}
#about.member_results .mem .area figure img{
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 0 1px 10px rgba(255, 255, 255, .5);
}
#about.member_results .mem .lists{
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}
#about.member_results .mem .lists.mb{
  padding-bottom: 1em;
}
#about.member_results .mem .lists h5{
  margin-top: 1.25em;
  padding-bottom: .5em;
  font-size: clamp(20px, 2.03vw, 26px);
}
#about.member_results .mem .lists h5 span{
  font-size: clamp(14px, 1.41vw, 18px);
}
#about.member_results .mem .lists h5::before{
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: .35em;
  margin-bottom: .15em;
  background: url(../images/common/arw_s.png) no-repeat;
  background-size: contain;
}
#about.member_results .mem .lists ul{
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 3fr;
  grid-template-rows: repeat(4, auto);
  padding: .75em 0 1.5em;
}
#about.member_results .mem .lists ul li{
  padding: .6em .35em;
  line-height: 1.4;
  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: .75em 0 1.5em;
}
#about.member_results .mem .lists ol li{
  margin-left: 26px;
  line-height: 1.65;
  padding: .35em .35em .35em .75em;
  list-style: decimal;
  border-bottom: none;
  word-break: break-all;
}
#about.member_results .ctg_pic{
  background: url(../images/common/bg_free_left.jpg) no-repeat left top;
  background-size: 40%;
}
#about.member_results .ctg_area{
  max-width: 980px;
  margin: 0 auto;
}
#about.member_results .ctg_area h4{
  text-align: center;
  margin: 2em 0 1em;
  font-size: clamp(24px, 3.06vw, 30px);
}
#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{
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 5em;
}
#about.nins #vent .area{
  margin: 0 40px;
}
#about.nins #vent h3{
  padding: 0 0 .1em .75em;
  margin-bottom: 1.35em;
  line-height: 1.6;
  border-left: 6px solid #c20e23;
  font-size: clamp(20px, 1.53vw, 24px);
}
#about.nins #vent p{
  text-align: justify;
/*  line-height: 2;*/
  padding-bottom: 2.5em;
}

#about.nins #pagehead figure{
  width: 3.5%;
  margin: 0 0 .5em .3em;
}
#about.nins #logo_area{
  max-width: 980px;
  margin: 0 auto;
}
#about.nins .area #logo_area{
  margin-bottom: 2em;
}
#about.nins #logo_area figure{
  width: 12%;
  margin: 0 auto;
}
#about.nins .area #logo_area figure{
  width: 9%;
}

/*--------------------------
  Information お知らせ
--------------------------*/
#information #info_list{
  max-width: 980px;
  margin: 0 auto;
  padding: 3em 0;
}
@media (max-width: 1360px){
  #information #info_list{
    max-width: 100%;
    margin: 0 40px;
    box-sizing: border-box;
  }
}
/* sort button */
#information #info_list a.alldisp{
  display: block;
  width: 25%;
  margin-bottom: 2em;
  padding: .2em 1.25em;
  color: #3f3f3f;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  background: #c0c0cf;
  padding: .5em 1.25em;
  border-radius: 999px;
  border: 1.5px solid #3f3f3f;
}
#information #info_list .sort_area{
  margin: 0 auto 2em;
  padding-top: 1em;
  display: flex;
}
#information .sort_area ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
#information .sort_area ul li.btn{
  width: auto;
  min-width: 160px;
  margin: 0 .5em .5em 0;
}
#information .sort_area ul li.btn a{
  padding: 0 2em 0 1.35em;
  background: #c20e23;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  aspect-ratio: 280 / 68;
}
#information .sort_area ul li.btn a::after{
  right: .8em;
  width: 7px;
  height: 7px;
  background: #fff;
  border: 5px 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 2px 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;
  padding-bottom: 1.5em;
  font-size: clamp(36px, 3.28vw, 42px);
}
#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){
  width: 100%;
  display: block;
  color: #dcdcdc;
  padding: .5em 0;
  line-height: 1.65;
}
#information #info_list ul.lists li span{
/*  color: #a38484;*/
  margin-right: .75em;
  vertical-align: middle;
}
#information #info_list ul.lists li a:hover{
/*  background: rgba(1, 7, 92, .7);*/
  opacity: .45;
  color: #76b7e8;
  background: rgba(1, 7, 92, .7);
}
#information #info_list ul.lists li a.ctg{
  display: block;
  width: auto;
  color: #dcdcdc;
  margin-right: .75em;
  padding: .2em .5em;
  background: #c20e23;
  border-radius: 999px;
  font-size: clamp(12px, 1.33vw, 13px);
}
#information #infoDetail .letterbody{
  line-height: 1.65;
  padding-bottom: 4em;
}
#information #infoDetail header{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding-bottom: .3em;
  margin-bottom: .5em;
}
#information #infoDetail header::after{
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: #1a639c;
  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 a:hover{
  color: #afafb2;
  background: #2c2c2d;
  border: 1px solid #2c2c2d;
}
.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{
  margin: 0 40px;
}
#contents.singleInfo .inner{
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 5em;
}
#contents.singleInfo .date{
/*  color: #7b82ab;*/
  margin-right: .75em;
  vertical-align: middle;
}
#infoDetail{
  padding: 4em 0 6em;
}
#infoDetail #infoHeader{
  padding-bottom: .5em;
  border-bottom: 2px solid #1a639c;
}
#infoDetail #infoHeader a{
  display: inline-block;
  width: auto;
  color: #dcdcdc;
  margin-right: .75em;
  padding: .2em .75em;
  background: #c20e23;
  border-radius: 999px;
  font-size: clamp(12px, 1.33vw, 13px);
}
#infoDetail #infoHeader h3{
  width: 100%;
  line-height: 1.45;
  padding: .65em 0 .35em;
  font-size: clamp(21px, 2.45vw, 24px);
}
#infoDetail #infoHeader .date{
}
#infoDetail .letterbody{
  padding-top: 1em;
}
.post-navigation{
  display: flex;
  margin-top: 5em;
  justify-content: space-between;
}
.post-navigation div{
  width: 50%;
  border: 1px solid #1a639c;
  box-sizing: border-box;
}
.post-navigation div.next-post{
  width: 50%;
}
.post-navigation div a{
/*  display: block;*/
  width: 100%;
  height: 100%;
  color: #dcdcdc;
  padding: 1.5em .5em;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.post-navigation div.prev-post a{
}
.post-navigation div.next-post{
  text-align: right;
}
.post-navigation div.next-post a{
  justify-content: flex-end;
}
.post-navigation div a:hover{
  background: rgba(1, 7, 92, .7);
}
#same-category-post h4{
  padding-bottom: 1em;
  border-bottom: 1px solid #1a639c;
  font-size: clamp(17px, 2.04vw, 20px);
}
#same-category-post h4::before{
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: .5em;
  margin-bottom: .1em;
  background: url(../images/common/arw_s.png) no-repeat;
  background-size: contain;
}
#same-category-post ul li{
  border-bottom: 1px solid #1a639c;
}
#same-category-post ul li a{
  display: block;
  color: #dcdcdc;
  padding: 1em .25em;
  line-height: 1.6;
}
#same-category-post ul li a h5{
  padding-top: .25em;
  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%;
  max-width: 880px;
  margin: 0 auto;
  padding: 2em 40px 0;
  box-sizing: border-box;
  color: #f8f8f8 !important;
}
#contact #breadcrumb .inner,
#contact_intro #breadcrumb .inner{
  padding-top: 0;
}
#contact .inner.compMsg,
#contact_intro .inner.compMsg{
  padding: 6em 0 2em;
}
#contact .inner.compMsg p,
#contact_intro .inner.compMsg p{
  text-align: center;
  font-size: clamp(22px, 2.86vw, 28px);
  font-weight: bold;
}
#contact .inner.compMsg p.name,
#contact_intro .inner.compMsg p.name{
  text-align: center;
  font-size: clamp(15px, 1.84vw, 18px);
  font-weight: normal;
  padding-top: 3em;
}
#contact .inner.compMsg .btn,
#contact_intro .inner.compMsg .btn{
  padding: 2em 0 9em;
}
#contact .inner.compMsg .btn a,
#contact_intro .inner.compMsg .btn a{
  width: 50%;
  margin: 0 auto;
}

#contact .box{
  max-width: 980px;
  margin: 0 auto;
  padding: 3em 40px 0;
}
#contact .box h3{
  width: 100%;
  color: #eee;
  padding-bottom: .85em;
  margin-bottom: .85em;
  letter-spacing: .05em;
  box-sizing: border-box;
  border-bottom: 3px solid #1a639c;
  font-size: clamp(17px, 1.48vw, 19px);
}
#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: 1em 0 5em !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: 1em;
  box-sizing: border-box !important;
}
div.wpforms-container-full button[type=submit]{
  background-color: #332B99 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label{
  margin: 0 0 1em 0 !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: 12px 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: 18px !important;
}

/*------------------------------
  事業内容
------------------------------*/
#details #contents{
  margin: 0 40px;
  padding-top: 6em;
}
/* tab button */
#details #tabs .area{
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#details #tabs ul{
  position: absolute;
  top: -15em;
  left: 0;
  width: 100%;
  transition: .3s;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-between;
}
#details #tabs ul li{
  width: 32.4%;
}
#details #tabs ul li.btn a{
  padding: 0 2.5em 0 1.35em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  line-height: 1.4;
  aspect-ratio: 380 / 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{
  max-width: 1280px;
  margin: 0 auto;
}
#details .box:not(#detail3){
/*  padding-bottom: 10em;*//*実績の一例 入る場合有効*/
  padding-bottom: 4em;/*実績の一例 入る場合無効*/
}
#details #detail3.box{
/*  padding-bottom: 6em;*//*実績の一例 入る場合有効*/
  padding-bottom: 4em;/*実績の一例 入る場合無効*/
}
#details .box .area{
  display: flex;
  margin-bottom: 2em;
  justify-content: space-between;
}
#details .box .area .inner{
  width: 62%;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0;
}
#details .box .area figure{
  width: 30%;
}
#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: 12%;
  margin-right: 1.5em;
}
#details .box .area .inner span.num img{
  width: 100%;
}
#details .box .area .inner span.title{
  width: 80%;
  line-height: 1.2;
  padding-bottom: .7em;
  font-size: clamp(26px, 2.5vw, 32px);
}
@media (max-width: 1260px){
  #details #tabs ul{
    top: -14.5em;
  }
}
@media (max-width: 1080px){
  #details #tabs ul{
    top: -14.15em;
  }
  #details #tabs ul li.btn a{
    padding: 0 2.5em 0 1.35em;
    text-align: left;
    line-height: 1.3;
    justify-content: flex-start;
/*    font-size: clamp(15px, 1.44vw, 17px);*/
    font-size: 13.5px;
    aspect-ratio: 326 / 68;
  }
  #details .box .area .inner span.title{
    font-size: clamp(16px, 2.03vw, 24px);
  }
}
@media (max-width: 756px){
  #details #tabs ul li.btn a{
    aspect-ratio: 32 / 3;
  }
  #details .box .area .inner span.title{
    font-size: clamp(16px, 1.69vw, 20px);
  }
}
@media (max-width: 1024px){
  #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: .63em .65em .55em;
  margin: 0 0 1em;
  background: #1d2d3d;
  border-radius: 4px;
  letter-spacing: .05em;
  box-sizing: border-box;
  font-size: clamp(15px, 1.41vw, 18px);
}
#details .box .area .inner p{
  line-height: 1.8;
}
#details .box .area figure img{
  border-radius: 16px;
}
#details .box .ex figure img{
  border-radius: 14px;
}
#details .ex h4{
  padding: .5em .65em;
  margin-bottom: 1.25em;
  border-bottom: 5px solid #1d2d3d;
  letter-spacing: .07em;
  box-sizing: border-box;
  font-size: clamp(20px, 2.03vw, 26px);
}
#details .ex ul{
  display: flex;
  justify-content: space-between;
}
#details .ex ul li:nth-child(-n + 3){
  margin-right: 1.75em;
}
#details .ex ul li h5{
  padding: .75em 0;
  line-height: 1.4;
  text-align: justify;
  font-size: clamp(15px, 1.41vw, 18px);
}
#details .ex ul li p{
  line-height: 1.65;
}
#details #detail2.box .area .inner{
  order: 1;
}
#details #detail2.box .area figure{
  order: 0;
}
#details #custom.box{
  padding-bottom: 4em;
}
#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(18px, 1.72vw, 22px);
}
#details #custom.box .area .inner p{
  line-height: 1.8;
  font-size: clamp(14px, 1.33vw, 17px);
}
/*--------------------------
  スムーズ アンカーリンク
--------------------------*/

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


/* ----- 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: 6em;
        position: relative;
    margin: 0 40px;
}
.commonPages section{
        max-width: 980px;
        margin: 0 auto;
}
.commonPages section *.right-angle-title{
        margin-top: 1.25em;
        padding-bottom: .5em;
        font-size: clamp(20px, 2.03vw, 26px);
}
.commonPages section *.right-angle-title:before{
        content: '';
        display: inline-block;
        width: 12px;
        height: 12px;
        margin-right: .35em;
        margin-bottom: .15em;
        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(18px, 1.72vw, 22px);
}
.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 center center;
        background-size: cover;
}
#wpforms-73-field_11 a{
  color: #fff;
  text-decoration: underline;
}
#wpforms-73-field_11 label{
  font-size: clamp(13px, 1.13vw, 14.5px);
}
