@media screen and (max-width: 1023px) {
  img {
    display: block;
    width: 100%;
	height: auto;
  }

  body.active .largeFont,
  body.active .smallFont,
  body.active footer,
  body.active #cont {
    display: none;
  }
.logo{
  width:100%;
  margin:0 auto;
  text-align:center;
}
.logo img{
  /* width:50%; */
  width:64%;
  display:block;
  margin:0 auto;
}
  .more {
    display: block;
    text-align: center;
    margin: 50px auto 60px;
  }

  .more a {
    display: block;
	  border-bottom: solid 1px rgb(90, 93, 97);
    font-weight: 100;
    font-size: 14px;
    color: #5a5d61;
    padding: 0 0 10px;
    font-family: 'Viga';
    width: 70px;
    margin: 0 auto;
    text-align: center;
  }

  /* .more a:after {
    content: ">";
    float: right;
  } */
   
  /* 20250908 事例名表示について */
  .bxslider.works_title li a p {
    font-size: 12px;
  }



  /**
  * header
  ----------------------------------------------------*/
  .index header {
    text-align: center;
    display: block;
    height: 70vh;
    position: relative;
    z-index: 10000;
    margin:0 auto 50px;
  }
  .page header {
    text-align: center;
    display: block;
    height: 50vh;
	height: 22vh;
    position: relative;
    z-index: 10000;
    margin:0 auto 60px;
  }
  header h1{
    display:block;
    margin:0 auto 0;
    width:100%;
    text-align:center;
    font-weight: 100;
	font-family: 'Viga' !important;
	font-size: 24px;
  }
  header .inner {
    position: absolute;
    width:100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    padding:110px 0 0;
  }
  header .inner .largeFont ul {
    display: block;
    text-align: center;
  }
  header .inner .largeFont ul li {
    width: 30px;
    display: inline-block;
    margin: 0 2px 0 0;
    position: relative;
    top: 2px;
  }
  header .inner .largeFont ul li:nth-child(1), header .inner .largeFont ul li:nth-child(3), header .inner .largeFont ul li:nth-child(5) {
    width: 30px;
    animation: animateA .3s normal, fadeA 3s normal;
  }
  header .inner .largeFont ul li:nth-child(2), header .inner .largeFont ul li:nth-child(4) {
    width: 30px;
    animation: animateB .4s normal, fadeB 3s normal;
  }
  header .inner .largeFont ul li:nth-child(5) {
    margin: 0;
  }
  header .inner .largeFont ul li img {
    width: 100%;
    display: block;
  }
  header .inner .smallFont {
    letter-spacing: -.4em;
    position: relative;
    padding: 0;
    text-align: center;
    height: 50px;
    padding: 10px 0 0;
  }
  header .inner .smallFont ul {
    display: block;
    text-align: center;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
  }
  header .inner .smallFont ul li {
    display: block;
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    padding: 0 2px;
  }
  header .inner .smallFont ul li:nth-child(1) {
    width: 11px;
    animation: animateA .7s normal, fadeB 3s normal;
  }
  header .inner .smallFont ul li:nth-child(2) {
    width: 11px;
    animation: animateB .8s normal, fadeB 3s normal;
  }
  header .inner .smallFont ul li:nth-child(3) {
    width: 11px;
    animation: animateA .7s normal, fadeB 3s normal;
  }
  header .inner .smallFont ul li:nth-child(4) {
    width: 11px;
    animation: animateB .8s normal, fadeB 3s normal;
  }
  header .inner .smallFont ul li:nth-child(5) {
    width: 11px;
    animation: animateA .7s normal, fadeB 3s normal;
    margin: 0 10px 0 0;
  }
  header .inner .smallFont ul li:nth-child(6) {
    width: 11px;
    animation: animateB .8s normal, fadeA 3s normal;
  }
  header .inner .smallFont ul li:nth-child(7) {
    width: 11px;
    animation: animateA .7s normal, fadeA 3s normal;
  }
  header .inner .smallFont ul li:nth-child(8) {
    width: 11px;
    animation: animateB .8s normal, fadeA 3s normal;
  }
  header .inner .smallFont ul li:nth-child(9) {
    width: 11px;
    animation: animateA .7s normal, fadeA 3s normal;
    left: -3px;
  }
  header .inner .smallFont ul li:nth-child(10) {
    width: 11px;
    animation: animateB .8s normal, fadeA 3s normal;
    left: -5px;
  }
  header .inner .smallFont ul li:nth-child(11) {
    width: 11px;
    animation: animateA .7s normal, fadeA 3s normal;
    left: -4px;
  }
  header .inner .smallFont ul li img {
    width: 100%;
    display: block;
  }
  header .scroll {
	  display: none;
    width: 47px;
    height: 30px;
    background: url(../image/border_icon.png) no-repeat center center;
    background-size: 96%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  header .scroll a {
    display: block;
    width: 100%;
    height: 100%;
  }

  /**
  * snav
  ----------------------------------------------------*/
  .snav {
    width: 100%;
    position:absolute;
  }
  .snav .btn {
	background-color: rgba(255,255,255,0.9);
    position: fixed;
    left: 15px;
    top: 15px;
	padding: 15px 10px 10px;
    z-index:9999;
  }
  .snav .btn .menu-trigger.active {
    -webkit-transform: rotate(630deg);
    transform: rotate(630deg);
  }
  .snav .btn .menu-trigger.active span:nth-of-type(1), .snav .btn .menu-trigger.active span:nth-of-type(3) {
    opacity: 0;
    animation: fadeC .5s normal;
  }
  .snav .btn .menu-trigger,
  .snav .btn .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .snav .btn .menu-trigger {
    position: relative;
    width: 45px;
    height: 28px;
  }
  .snav .btn .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #5a5d61;
    border-radius: 1px;
	font-family: 'Viga';
  }
  .snav .btn .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .snav .btn .menu-trigger span:nth-of-type(2) {
    top: 14px;
  }
  .snav .btn .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
.snav .text_logo{
	position: fixed;
	top: 39px;
	left: 98px;
	width: 120px;
	z-index: 9999;
}
  /**
  * gnav
  ----------------------------------------------------*/
  .gnav {
    position: fixed;
    left: 0;
    top: 64px;
  }
  .gnav ul {
    display: block;
    position: relative;
  }
  .gnav ul li {
    display: none;
    width: 100%;
  }
  .gnav ul li a {
    display: block;
    text-align: center;
    padding: 6px 0;
    font-size: 16px;
    position: relative;
    margin: 0 0 10px;
    color: #5a5d61;
    font-weight: 100;
	font-family: 'Viga' !important;
  }
  .gnav ul li a span {
    display: none;
    align-items: center;
    padding: 0 0 0 43px;
    position: relative;
    font-weight: normal;
    font-family: "Sawarabi Mincho";
  }
  .gnav p {
    display: none;
  }
  .gnav.active {
    z-index:1;
    display: block;
    width: 100%;
    height: 100vh;
    padding:115px 0 0;
    background: #fff;
    position:fixed;
    top:0;
  }
  .gnav.active ul li {
    display: block;
    animation: fadeB 3s normal;
  }
  .gnav.active p {
    position: absolute;
    left: -63px;
    bottom: -150px;
    transform: rotate(90deg);
    color: #5a5d61;
    font-size: 10px;
    letter-spacing: 1px;
    display: none;
  }
  .gnav.active p.active {
    animation: fadeB 2s normal;
    display: block;
  }


.clearfix:after {
	content: "."; /* 新しい要素を作る */
	display: block; /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}

.gnav_sns{
	display: block;
	padding: 40px 0 0;
}
.gnav_sns ul{
	text-align: center;
	/* width: 80%; */
	width: max-content;
	margin: 0 auto;
}
.gnav_sns li{
	float: left;
	text-align: center;
	/* width: 11% !important; */
	width: 20px !important;
	height: 40px;
	margin: 0 15px;
	vertical-align: middle;
}
.gnav_sns li a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
.gnav_sns img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	vertical-align: middle;
}

/* .gnav_sns li:nth-child(1) img,
.footer_gnav_sns li:nth-child(1) img {
	width: 10px;
	height: 20px;
} */
.gnav_sns li:nth-child(1) img,
.footer_gnav_sns li:nth-child(1) img {
	width: 20px;
	height: auto;
}
.gnav_sns li:nth-child(2) img,
.footer_gnav_sns li:nth-child(2) img {
	width: 20px;
	height: auto;
}
.gnav_sns li:nth-child(3) img,
.footer_gnav_sns li:nth-child(3) img {
	width: 14px;
	height: auto;
}
.gnav_sns li:nth-child(4) img,
.footer_gnav_sns li:nth-child(4) img {
	width: 20px;
	height: auto;
}


.footer_gnav_sns{
	display: block;
	padding: 70px 0 0;
}
.footer_gnav_sns ul{
	width: 72%;
	margin: 0 auto;
}
.footer_gnav_sns li{
	float: left;
	text-align: center;
	width: 16% !important;
	height: 40px;
	margin: 0 4.5%;
	vertical-align: middle;
}
.footer_gnav_sns li a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
.footer_gnav_sns img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	vertical-align: middle;
}

  /**
  * sns
  ----------------------------------------------------*/
  .sns {
    display: none;
  }

  /**
  * section
  ----------------------------------------------------*/
  section .inner {
    margin: 0 auto;
    position: relative;
  }

  section .inner .middle > h2,
  section .inner > h2{
    display: block;
    font-size: 14px;
    line-height: 1em;
    margin: 100px auto 30px;
    background: #5a5d61;
    color: #fff;
    padding: 4%;
    text-align: center;
    font-weight: 100;
	font-family: 'Viga' !important;
  }

 /**
  * archive
  ----------------------------------------------------*/
	.cat_name{
		width: 100%;
		text-align: center;
		margin: 0 0 40px;
	}
    .archive_cont{
      width:92%;
      margin:0 auto;
    }
    .archive_cont p img{
      display:block;
      width:100%;
      height:auto!important;
    }
    .archive_cont a{
      color:#000;
    }
    .archive_cont dt{
      display:block;
      text-align:center;
      font-size:16px;
      line-height:1.6em;
      font-weight:normal;
      margin:10px auto 80px;
	  font-family: "Sawarabi Mincho";
    }
    .archive_cont dd{
      display:block;
      line-height:1.9em;
      margin:0 auto 60px;
    }
	.archives_cat{
		background-color: #f1f1f1;
		width: 92%;
		margin: 40px auto 0;
		padding: 15px;
		font-size: 12px;
	}
	.archives_cat span{
		font-weight: bold;
	}
	.archives_cat a{
		padding: 0;
		color: #000;
		font-size: 12px;
	}
	.archives_cat a:hover{
		color: #000;
		text-decoration: none;
	}


/**
 * single
-------------------------------------------------------------------------------------*/
.single_content{
  width:92%;
  margin:0 auto;
}
.single_content .inner{
}
.single_content .inner > h2{
  display:block;
  border-bottom:1px solid #ccc;
  padding:0 0 10px;
  font-size: 18px;
}
.single_content .inner .cont{
  display:block;
  margin:20px auto 0;
  line-height:1.8em;
  font-size: 14px;
}
.single_content .inner .bottom{
  position:relative;
  padding:40px 0 0;
}
.single_content .inner .bottom ul{
  display:block;
  position:absolute;
  bottom:-45px;
  right:0;
}
.single_content .inner .bottom ul li{
  display:block;
  text-align:right;
  font-size:13px;
}
.single_content .pager{
}
.single_content .pager ul{
  display:block;
  overflow:hidden;
  margin:120px auto 140px;
}
.single_content .pager ul li{
  float:left;
  width:48%;
}
.single_content .pager ul li a{
  display:block;
  text-align:center;
  background:#000;
  color:#fff;
  padding:10px;
}
.single_content .pager ul li:nth-child(even){
  float:right;
}
.single_content .pager ul li a:after{
  content:"<";
  float:left;
  font-size:12px;
  position:relative;
  top:3px;
}
.single_content .pager ul li:nth-child(even) a:after{
  content:">";
  float:right;
  font-size:12px;
  position:relative;
  top:3px;
}
  /**
  * top
  ----------------------------------------------------*/
  .index {
    /*width: 92%;*/
    margin: 30px auto 0;
    overflow: hidden;
    /*animation: fadeIn 5s ease 0s 1 normal;
    -webkit-animation: fadeIn 5s ease 0s 1 normal;*/
  }
  .index section{
    width: 92%;
    margin:0 auto 0;
  }
  .index section.performance .slide .inner {
    margin: 0 auto;
    padding:30px 0 0;
  }
  .index section.performance .slide .inner ul {
    display: flex;
  }
  .index section.performance .slide .inner ul li {
    display: block;
  }
  .index section.performance .slide .inner ul li img{
    height:auto!important;
  }
  .index section.thinkAbout .inner ul {
    /* display: block; */
    display: flex;
	flex-wrap: wrap;
    /* overflow: hidden; */
  }
  .index section.thinkAbout .inner ul li {
    display: block;
    overflow: hidden;
    width: 50%;
	margin-bottom: 20px;
    float: left;
  }
  .index section.thinkAbout .inner ul li img {
    display: block;
    width: 96%;
    height:auto!important;
    margin: 0 auto 4%;
  }
  .index section.thinkAbout .inner ul li:nth-last-child(-n+2) {
    margin: 0 auto;
  }
  .index section.thinkAbout .inner ul li h3{
		display: block;
		text-align: center;
		font-size: 14px;
		line-height: 1.6em;
		font-weight: normal;
		margin: 0 auto;
		color: #000;
  }
  .index section.thinkAbout .inner ul li h3 a{
		font-size: 14px;
		font-family: "Sawarabi Mincho";
  }
	.index section.thinkAbout .inner ul li a,
	.index section.thinkAbout .inner ul li a:hover,
	.index section.thinkAbout .inner ul li a:visited{
	  color: #000;
  }
  .index section.news .inner {
    margin: 0 auto;
  }
  .index section.news .inner ul {
    border: 1px solid #fff;
    font-size: 14px;
  }
  .index section.news .inner ul li {
    display: block;
    border-bottom: 1px solid #5a5d61;
    margin: 0 auto 20px;
    padding: 0 0 20px;
    width: 92%;
  }
  .index section.news .inner ul li:last-child {
    margin: 0 auto;
    padding: 0;
    border: none;
  }
  .index section.news .inner ul li time {
    padding: 0;
    display: block;
    font-weight: bold;
    padding: 4px 0;
  }
  .index section.news .inner ul li a {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    position: relative;
    color: #5a5d61;
    font-size: 14px;
  }
  .index section.concept {
	position: relative;
    /* background: url(../image/concept_bg.png) no-repeat center bottom;
    background-size: cover; */
  }

  .index section.concept .inner {
    margin: 0 auto 46vw;
    position: relative;
  }
  .index section.concept .inner p {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    display: block;
    font-size: 15px;
    position: relative;
    margin: 0 0 20px;
  }
  .index section.concept .inner p:last-child {
    margin: 0;
  }
 .index section.concept .inner p a{
    color:#5a5d61;
 }
  .index section.concept p::after {
	display: block;
	background: url(../image/concept_bg.png) no-repeat center bottom;
	background-size: cover;
	position: absolute;
	bottom: -36vw;
	width: 100%;
	height: 30vw;
	content: "";
  }
  .index section.nudgeInc:before {
    content: "";
    height: 32px;
    display: block;
    background: url(../image/border_icon.png) no-repeat center top;
    background-size: 47px 30px;
  }
  .index section.nudgeInc .inner {
    margin: 0 auto;
  }
  .index section.nudgeInc .inner .company dl dt img {
    display: block;
    margin:0 auto 30px;
  }
  .index section.nudgeInc .inner .company dl dd ul li {
    display: block;
  }
  .index section.nudgeInc .inner .company ul li {
    font-size: 14px;
    display: block;
    text-align: center;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }
  .index section.nudgeInc .inner .company ul li:first-child img {
    display: block;
    width: 100%;
    border: 5px solid #f00;
  }
  .index section.nudgeInc .inner .accessMap ul{
	  padding-top: 60px;
  }
  .index section.nudgeInc .inner .accessMap ul li img {
    display: block;
  }
  /* .index section.nudgeInc .inner .accessMap ul li:last-child{
    border-top: 1px solid #5a5d61;
    padding:100px 0 0;
    margin:-29px auto 0;
   }
  */
  .index section.nudgeInc .inner .accessMap ul .more a {
    width: 106px;
    display:block;
  }
  .index section.flow .inner .middle ul li:first-child img {
    display: block;
    margin: 0 auto 30px;
  }
  .index section.flow .inner .middle ul li:last-child img {
    display: block;
    opacity: .5;
    margin: 20px auto 0;
  }
  .index section.flow .inner .bottom ul{
    display:block;
    margin:0 auto 50px;
    overflow:hidden;
    position:relative;
    z-index:1;
  }
  .index section.flow .inner .bottom ul:before{
    content:"";
    display:block;
	background-color: #333;
	width: 1px;
    height:1000px;
    /* border-left:1px solid #333; */
    position:absolute;
    left:50%;
    right:50%;
    top:0;
    bottom:0;
    margin:auto;
    z-index:-1;
  }
  .index section.flow .inner .bottom ul li{
    border:1px solid #333;
    display:block;
    padding:20px 0 20px;
    margin:20px auto 20px;
    text-align:center;
    background:#fff;
    text-indent:-3em;
  }
  .index section.flow .inner .bottom ul li:last-child{
    margin:20px auto 0;
  }
  .index section.flow .inner .bottom ul li:first-child{
    margin:0 auto 20px;
  }
  .index section.flow .inner .bottom ul li:first-child:before{text-indent:0;
    content:"1";display:block;float:left;width:50px;height:40px;line-height:40px;position:relative;
    top:-7px;border-right:1px solid #333;}
  .index section.flow .inner .bottom ul li:nth-child(2):before{text-indent:0;
    content:"2";display:block;float:left;width:50px;height:40px;line-height:40px;position:relative;
    top:-7px;border-right:1px solid #333;}
  .index section.flow .inner .bottom ul li:nth-child(3):before{text-indent:0;
    content:"3";display:block;float:left;width:50px;height:40px;line-height:40px;position:relative;
    top:-7px;border-right:1px solid #333;}
.index section.flow .inner .bottom ul li:nth-child(4):before{text-indent:0;
    content:"4";display:block;float:left;width:50px;height:40px;line-height:40px;position:relative;
    top:-7px;border-right:1px solid #333;}
.index section.flow .inner .bottom ul li:nth-child(5):before{text-indent:0;
    content:"5";display:block;float:left;width:50px;height:40px;line-height:40px;position:relative;
    top:-7px;border-right:1px solid #333;}
.index section.flow .inner .bottom ul li:nth-child(6):before{text-indent:0;
    content:"6";display:block;float:left;width:50px;height:40px;line-height:40px;position:relative;
    top:-7px;border-right:1px solid #333;}
.index section.flow .inner .bottom ul li:nth-child(7):before{text-indent:0;
    content:"7";display:block;float:left;width:50px;height:40px;line-height:40px;position:relative;
    top:-7px;border-right:1px solid #333;}
.index section.flow .inner .bottom ul li:nth-child(8):before{text-indent:0;
    content:"8";display:block;float:left;width:50px;height:40px;line-height:40px;position:relative;
    top:-7px;border-right:1px solid #333;}
.index section.flow .inner .bottom ul li:nth-child(9):before{text-indent:0;
    content:"9";display:block;float:left;width:50px;height:40px;line-height:40px;position:relative;
    top:-7px;border-right:1px solid #333;}
.index section.flow .inner .bottom ul li:nth-child(10):before{text-indent:0;
    content:"10";display:block;float:left;width:50px;height:40px;line-height:40px;position:relative;
    top:-7px;border-right:1px solid #333;}
  .index section.flow .inner p {
    display: block;
    text-align:center;
    margin:0 auto 100px;
  }
  .index section.flow .inner p span {
    padding: 0 0 0 23px;
    background: url(../image/radius_icon.png) no-repeat left center;
    background-size: 14px 14px;
    color: #5a5d61;
    display: inline-block;
    font-size: 14px;
    font-family: "Sawarabi Mincho";
  }
  .index section.recruit .inner {
    max-width: 1024px;
    margin: 0 auto;
  }
  .index section.recruit .inner .cont h2 {
    display: block;
    text-align: center;
  }
  .index section.recruit .inner .cont h2 img {
    display: block;
    width: 45%;
    margin: 0 auto;
  }
  .index section.recruit .inner .cont p {
    display: block;
    text-align: center;
  }
  .index section.recruit .inner .cont p:before {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    margin: 30px auto 30px;
    border-left: 1px solid #5a5d61;
    position: relative;
    left: 1px;
  }
  .index section.recruit .inner .cont p img {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  /**
  * form
  ----------------------------------------------------*/
  section.contact input[type="email"],
  section.contact input[type="text"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #5a5d61;
  }
  section.contact textarea {
    width: 100%;
    padding: 8px;
    height: 180px;
    border: 1px solid #5a5d61;
  }
  section.contact .inner {
    margin: 0 auto;
  }
  section.contact .inner table {
    margin: 0 auto;
    border-collapse: collapse;
    width: 94%;
  }
  section.contact .inner table tr {
    border-bottom: 21px solid transparent;
  }
  section.contact .inner table tr th {
    font-weight: normal;
    font-size: 14px;
    vertical-align: middle;
    width: 100%;
    display: block;
    margin: 0 auto 5px;
  }
  section.contact .inner table tr td {
    width: 100%;
    display: block;
  }
  section.contact .inner .button {
    margin: 0 auto;
    padding: 0;
  }
  section.contact .inner .button input[type="submit"] {
    border: none;
    background: url(../image/submitBg.png) no-repeat left center;
    background-size: 100%;
    width: 92%;
    margin: 0 auto;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 15px 0;
  }
  section.contact .inner .button input[type="submit"]:hover {
    cursor: pointer;
  }
  section.contact .pri a {
    text-align: center;
    margin: 50px auto;
    font-size: 14px;
    color: #5a5d61;
    position: relative;
    left: -2px;
    display: block;
  }
  section.contact .pri a:after {
    content: ">";
    position: relative;
    left: 4px;
  }

  .reCAPTCHA_txt{
	box-sizing: border-box;
	background-color: #f1f1f1;
	width: 100%;
	margin: 20px auto 40px;
	padding: 15px;
	font-size: 12px;
	color: #5a5d61;
  }
  .reCAPTCHA_txt a{
		font-size: 12px;
		color: #5a5d61;
  }
	.grecaptcha-badge {
		visibility: hidden;
	}

  /**
   * privacy
  -------------------------------------------------------------------------------------*/
  .page_content .center{
      width:92%;
      margin:0 auto;
      overflow:hidden;
  }
  .page_content .center p{
    display:block;
    margin:0 0 18px;
    font-size:14px;
    line-height:1.8em;
  }
  .page_content .center > p{
    display:block;
    padding:0 0 30px;
    margin:0;
  }
  .page_content .center dl dd ul li{
    display:block;
    margin:0 0 10px;
  }
  .page_content .center dl dd ul li:last-child{
    margin:0;
  }
  .page_content .center dt,
  .page_content .center dd,
  .page_content .center dl{
    display:block;
    text-align:left;
  }
  .page_content .center dt{
    display:block;
    background:#000;
    color:#fff;
    margin:0 0 18px;
    padding:6px 4px 3px 15px;
    font-size:17px;
  }
  .page_content .center dd{
    margin:0 0 50px;
    line-height:1.8em;
    font-size:14px;
  }
  .page_content .center dd span{
    display:block;
    padding:6px;
    margin:10px 0 10px;
    font-weight:bold;
    color:#000;
    font-size:15px;
  }
  .page_content .center dd a{
    color:#000;
  }

  /**
   * recruit
  -------------------------------------------------------------------------------------*/
  .page_content .inner{
    width:92%;
    margin:0 auto;
  }
  .page_content .inner table  {
      margin: 30px auto 80px;
      border-collapse: collapse;
    max-width: 1024px;
    width:100%;
  }
  .page_content .inner table th {
    border: 1px solid #ccc;
    background: #F2F2F2;
    max-width: 1024px;
    width: 40%;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    padding: 3px 0 0 31px;
    vertical-align: middle;
  }

  .page_content .inner table td {
    font-size: 14px;
    padding: 19px 19px 19px 20px;
    vertical-align: middle;
    border: 1px solid #ccc;
    font-weight: normal;
    text-align: left;
    max-width: 1024px;
    width: 70%;
  }

	.post_cat{
		padding: 15px 0 0;
	}
	.post_cat,
	.post_cat a{
		font-size: 12px;
		color: #5a5d61;
	}
	.post_cat a:hover{
		text-decoration: none;
	}

  .recruit .page_inner{
    width:100%;
  }
  .page_inner .contact{
    width:100%;
    /* padding:80px 0; */
    /* background:#f2f2f2; */
  }
  .page_inner .contact .inner{
    width:92%;
    max-width:1024px;
    margin:0 auto;
    padding:0;
  }
  .page_content{
	  width: 92%;
	  margin: 0 auto;
  }
   .page-top {
      display:none!important;
      /*
      overflow: hidden;
      width: 53px;
      margin: 0;
      float: right;
      cursor: pointer;
      -webkit-transition: all .2s;
      -moz-transition: all .2s;
      -ms-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      */
    }
    /*
    .page-top img {
      display: block;
      width: 100%;
    }
    .fixed {
      position: fixed;
      bottom: 24px;
      right: 24px;
      z-index:10001;
    }
    .static {
      position: fixed;
      bottom: 54px;
      right: 24px;
      z-index:10001;
    }
    */
  /**
  * footer
  ----------------------------------------------------*/
  /* 20250908 会社情報について */
  .footer_company_information {
    display: block;
    padding: 70px 0 0;
  }
  .footer_company_information p {
    text-align: center;
  }
  /* //20250908 会社情報について */
  footer .copy {
    margin: 60px auto 0;
  }
  footer .copy p {
    font-size: 12px;
    display: block;
    text-align: center;
    background: #5a5d61;
    width:100%;
    margin:0 auto;
    color: #fff;
    line-height: 1em;
    padding: 4% 0;
  }
  /* 20250908 内部リンクについて */
  .copy a.copy_a {
    color: #fff;
  }
  /* //20250908 内部リンクについて */

	/* reCAPTCHA v3　表示位置 */
	.grecaptcha-badge{
		margin-bottom: 40px;
	}

}


.comingsoon{
	text-align:center;
	font-size: 4vw;
	font-weight:bold;
	padding:0;
}


/*THINK ABOUT スマホ用カテゴリ一覧*/
@media screen and (max-width: 1023px){
.archives_cat{
	display: none;/*PC用カテゴリー一覧を非表示*/
}
.think_about_catlist_sp{
	display: block;
	text-align: center;
	margin: 70px auto 0;
}
.think_about_catlist_sp h3{
	position: relative;
	display: inline-block;
	/* padding-left: 34px; */
	margin-bottom: 20px;
	font-size: 22px;
	font-family: 'Viga' !important;
	font-weight: 100;
	font-style: normal;
}
/* .think_about_catlist_sp h3:after {
	display: block;
	border: solid 3px #666;
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 100%;
} */
.think_about_catlist_sp ul{
	margin: 0;
}
.think_about_catlist_sp li{
	text-align: center;
	margin-bottom: 14px;
	font-size: 14px;
	list-style-type: none;
	font-family: "Sawarabi Mincho";
	font-weight: 400;
	font-style: normal;
}
.think_about_catlist_sp li a{
	color: #5a5d61;
}
.think_about_catlist_sp li a:hover{
	color: #5a5d61;
}
}


/*MOVIE*/
@media screen and (max-width: 1023px) {
	section.movie{
		margin-bottom: 100px;
	}
	section.movie h2{
		margin-top: 57vw;
	}
	section.movie .inner{
		padding: 0;  
	}
	section.movie .movie_wrap{
		width: 100%;
	}
}

/*THINK ABOUT*/
@media screen and (max-width: 1023px) {
	.thinkAbout h3.cat_ttl{
		position: relative;
		text-align: center;
		width: 100% !important;
		margin-top: 70px !important;
		font-size: 14px;
		font-family: 'Viga';
		width: 70px;
	}
	.index section.thinkAbout .inner ul.cat_bnr{
		width: 100%;
		margin-top: 0 !important;
	}
	.index section.thinkAbout .inner ul.cat_bnr li{
		width: 100%;
		margin-bottom: 40px;
	}
	.index section.thinkAbout .inner ul.cat_bnr li:nth-last-child(1){
		margin-bottom: 0;
	}
	.index section.thinkAbout .inner ul.cat_bnr li img{
		width: 100%;
		height: auto;
	}
}

/*VOICE*/
@media screen and (max-width: 1023px) {
	#voice{
		width: 100%;
		margin: 100px 0 0;
		padding: 80px 0;
	}
	#voice .inner{
		width: 92%;
		margin: 0 auto;
	}
	#voice h2{
		margin-top: 0;
	}
	.voice_wrap{
		width: 100%;
	}
	.voice_wrap .item{
		width: 100%;
		margin: 0 auto 40px;
	}
	.voice_wrap .item:nth-of-type(odd){
		margin-right: 0;
	}
	.voice_wrap .item:nth-last-of-type(1){
		margin-bottom: 0;
	}
	#voice .more{
		margin-bottom: 0;
	}

}

