@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

html,
body {
  font-size: 62.5%;
  width: 100%;
  margin: 0;
  padding: 0;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

body {
  background-color: #fff;
  color: #171717;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2.16;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
	overflow-x:hidden;
}
ul,
li {
  list-style-type: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #171717;
  transition: .3s;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.en {
  font-family: "Montserrat", sans-serif;
}

.sp-only {
  display: none;
}

.scroll {
height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
}

.section {
scroll-snap-align: start;
	scroll-margin-top: 79px;
}

.scroll::-webkit-scrollbar {
  display: none;
}

/* header --------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.4);
  height: 79px;
}

.page-width {
  margin: 0 auto;
  max-width: 1740px;
  width: 90.62%;
  height: 100%;
}

.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 79px;
}

.header-logo {
  max-width: 232px;
  width: 100%;
}

.header-logo a {
  display: block;
}

.header-logo a:hover {
  opacity: .7;
}

.header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 4.6rem;
}

.nav-link {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.nav-en {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.nav-ja {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}

.nav-link:hover {
  color: #FCCC27;
}

.hamburger {
  display: none;
}

.menu-banner {
  display: flex;
  gap: 1rem;
}
.menu-banner{
	max-width:390px;
	margin:0 auto;
}
.menu-banner .banner-link {
  width: calc((100% - 1rem)/2);
}

/* kv -------------------------------------------------*/
.kv {
  position: relative;
	height: 100vh;
	min-height:860px;
	overflow-x:hidden;
}

.kv-back {
  width: 100%;
	height: 100%;
  position: relative;
}

.kv-back video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.kv-content {
  position: absolute;
  left: 0;
  top: 37%;
  width: 100%;
  z-index: 10;
}

.kv-ttl {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.64;
  color: #fff;
}

.kv-works {
  position: absolute;
  bottom: 6.3rem;
  z-index: 10;
  right: 0;
  width: 51.7vw;
}

.kv-works-flex {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.kv-works-head {
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1;
  color: #FCCC27;
}

.btn,
.content-btn a{
  background-color: #FCCC27;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  width: 100%;
  max-width: 217px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #171717;
  position: relative;
  text-align: center;
}

.btn:after,
.content-btn a:after{
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url('../images/icon-arrow.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
  z-index: 1;
}

.kv-works .btn {
  height: 27px;
  max-width: 109px;
}

.kv-works .btn:after {
  width: 7px;
  height: 7px;
  right: 12px;
}

.kv-works .card-list {
  display: flex !important;
  margin-top: 2rem;
  margin-right: -9.5vw;
}
.kv-works .card-img {
    margin-bottom: 0;
}
.kv-works .card-ttl {
	color:#fff;
	line-height:1.43;
    margin: 1.5rem 0 1rem;
}
.kv-works .tag-list {
    margin-top: 0;
}
.kv-works .tag-item {
	color:#fff;
}
.kv-works-slider .slick-list {
  margin: 0 -20px;
}

.kv-works-slider .slick-slide {
  margin: 0 20px;
}

/*  concept-------------------------------------------------*/
.concept {
  height: 100vh;
	min-height:800px;
	position:relative;
}
.concept-content{
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	left:0;
	width:100%;
}
.cocept-flex {
  display: flex;
  align-items: center;
}

.cocept-info {
  width: 54.8%;
}

.section-ttl {
  margin-bottom: 3.8rem;
}

.section-ttl .en {
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1;
  color: #FCCC27;
  margin-bottom: 3.8rem;
}

.section-ttl h2 {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.64;
}

.cocept-img {
  width: 45.2%;
}

/* service -------------------------------------------------*/
.service {
  position: relative;
}

.service-back {
  width: 100%;
  height: 100vh;
	min-height: 727px;
  position: relative;
}

.service-back video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.service-content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 10;
}

.service-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service-info {
  width: 56.4%;
}

.back-ttl {
  display: inline;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.64;
  background: linear-gradient(transparent 0%, #fff 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 5px 10px;
}

.back-txt {
  margin-top: 2rem;
}

.back-txt p {
  display: inline;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  background: linear-gradient(transparent 0%, #fff 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 7px 10px;
}

.section-btn {
  margin-top: 7rem;
}

.service-img {
  width: 43.6%;
}

/*  banner-------------------------------------------------*/
.banner {
  padding: 11.9rem 0 12rem;
}

.center {
  text-align: center;
}

.banner-flex {
  display: flex;
  gap: 5.4rem;
  margin: 5.4rem auto 0;
  max-width: 922px;
}

.banner-link {
  width: calc((100% - 5.4rem)/2);
}

.banner-img {
  border-radius: 10px;
  overflow: hidden;
}

/*  member-------------------------------------------------*/
.member {
  position: relative;
	height:100vh;
	min-height:559px;
}

.member-bg div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
	min-height:559px;
  margin: 0;
}

.member-bg01 {
  background-image: url(../images/member-bg01.jpg);
}

.member-bg02 {
  background-image: url(../images/member-bg02.jpg);
}

.member-bg03 {
  background-image: url(../images/member-bg03.jpg);
}

.member-content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 10;
}

.member-content .back-ttl,
.member-content .back-txt p {
  background: linear-gradient(transparent 0%, #000 0%);
  color: #fff;
}

/*  column-------------------------------------------------*/
.column {
  background-color: #EDE8D8;
	height:100vh;
	min-height:986px;
	position:relative;
}
.column-content{
	position:absolute;
	width:100%;
	top:50%;
	transform:translateY(-50%);
}
.column-head {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  margin: 6.3rem 0 2rem;
}

.card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8rem 5.3%;
}
.card-item {
  width: calc((100% - 15.9%)/4);
}

.card-item a {
  display: block;
}

.card-img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2.6rem;
}

.card-img img {
  aspect-ratio: 73 / 39;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-out;
}

.card-item a:hover .card-img img {
  transform: scale(1.04);
}

.date {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: #767676;
}

.card-ttl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  margin: 0.7rem 0 1.5rem;
}

.card-txt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.92;
  color: #767676;
}
.tag-list{
	display:flex;
	flex-wrap:wrap;
	gap:0.8rem 0.5rem;
	margin-top:1.5rem;
}

.tag-item{
	font-size:1rem;
	font-weight:400;
	line-height:1;	
}
/*  company-------------------------------------------------*/
.company {
	height:100vh;
	min-height:952px;
	position:relative;
}
.company-content{
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	width:100%;
}
.company-flex {
  display: flex;
  gap: 9.3%;
}

.company-info {
  width: 43.4%;
}

.company-detail {
  width: 47.3%;
}

.company-logo {
  max-width: 578px;
  margin-bottom: 6rem;
}

.company-table {
  margin: 0 auto;
  width: 100%;
  border-bottom: solid 1px #E0E0E0;
}

.company-table table {
  width: 100%;
  border-collapse: collapse;
}

.company-table table tr {
  border-top: solid 1px #E0E0E0;
}

.company-table table th {
  width: 122px;
}

.company-table table td {
  width: calc(100% - 122px);
}

.company-table table th,
.company-table table td {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  padding: 2.5rem 0;
  vertical-align: top;
}

/*  map-------------------------------------------------*/
.map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 320 / 111;
  vertical-align: bottom;
}

/*  footer-------------------------------------------------*/
.footer {
  background-color: #171717;
  padding: 3rem 0 2rem;
  scroll-snap-align: none;
}

.footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo {
  max-width: 79px;
}

.footer-link {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}

.footer-copy {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}

/*  page-------------------------------------------------*/
/*  service-------------------------------------------------*/
.page {
  margin-bottom: 12rem;
}

.page-ttl {
  margin: 14.5rem 0 10rem;
}

.page-ttl h1 {
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1;
  color: #FCCC27;
  margin-bottom: 4rem;
}

.service-main {
  margin-bottom: 6rem;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8.5rem 4.4%;
}

.service-item {
  width: calc((100% - 8.8%)/3);
  background-color: #F2F2F2;
  border-radius: 19px;
  padding: 4rem 4.8rem 4.9rem;
  display: flex;
  flex-direction: column;
}

.service-point {
  background-color: #FCCC27;
}

.service-point-inner {
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.3rem;
  margin: 0 auto;
  height: 100%;
}

.service-point-ttl {
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.78;
  display: inline-block;
}

.service-point-txt {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2;
  display: inline-block;
  align-self: flex-start;
}

.service-about {
  flex: 1;
}

.service-head {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}

.service-icon {
  width: 7.2rem;
}

.service-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-ttl {
  width: calc(100% - 8.4rem);
  font-size: 2.9rem;
  font-weight: 500;
  line-height: 1.44;
}

.service-summary {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 2rem 0;
}

.service-txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  color: #767676;
}

.service-case {
    margin:0 auto;
  padding: 4rem 0;
  width: 84.3%;
}

.service-case-ttl {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1;
  color: #FCCC27;
  margin-bottom: 1.2rem;
}
.service-case .card-item{
	width:100%;	
}
.servide-btn .btn {
  margin: 0 auto;
  height: 65px;
  max-width: 297px;
  line-height: 1.42;
}
/*  member-------------------------------------------------*/
.member-list{
  display: flex;
  flex-wrap: wrap;
  gap:12.4rem 5.3%;
  position: relative;
}
.member-item{
  width: calc((100% - 15.9%) / 4);
  perspective: 1000px;
  cursor: pointer;
}

.member-inner{
  position: relative;
  width: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  will-change: transform;
}

.member-card{
  width: 100%;
  backface-visibility: hidden;
	background-color:#fff;
}

.member-back{
  position: absolute;
  inset: 0;
  transform: rotateY(180deg);
}

.is-flipped .member-inner{
  transform: rotateY(180deg);
}

/* hoverできるPCだけ */
@media (hover: hover) and (pointer: fine) {
  .member-item:hover .member-inner{
    transform: rotateY(180deg);
  }
}
.member-img{
  margin-bottom: 2.6rem;
  position:relative;
}
.member-img:before {
  content: '';
  width: 31px;
  height: 31px;
  background: #FCCC27;
  border-radius: 999px;
  position: absolute;
  right: 0;
  bottom: -11px;
  margin: auto;
}
.member-back .member-img:before {
  background: #279AFC;
}
.member-img:after {
  content: '';
  width: 9px;
  height: 9px;
  border: 0;
  border-top: solid 1px #171717;
  border-right: solid 1px #171717;
  transform: rotate(45deg);
  position: absolute;
  right: 12px;
  bottom: 0;
  margin: auto;
}
.member-back .member-img:after {
  border-right:none ;
  border-left: solid 1px #171717;
transform: rotate(-45deg);
  right: 9px;
}
.member-img img{
    border-radius: 19px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.member-post{
  font-size: 1.2rem;
  font-weight: 400;
    color:#767676;
    line-height: 1;
}
.member-name{
    font-size: 1.6rem;
  font-weight: 500;
  margin:0.7rem 0 1rem;
}
.member-txt{
   font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.92;
  color:#767676;
}
/*  konwledge-------------------------------------------------*/
.category{
  margin-bottom: 16.3rem;
}
.category-flex{
  display: flex;
  justify-content: space-between;
  gap:9.2rem;
}
.category-all{
  width: 14rem;
  text-align: center;
}
.category-list{
  display: flex;
  gap:1rem;
  width: calc(100% - 23.2rem);
    flex-wrap: wrap;
}
.category-list li{
  width: calc((100% - 6rem)/7);
}
@media screen and (max-width: 1650px) {
.category-list li{
  width: calc((100% - 5rem)/6);
}
}
@media screen and (max-width: 1449px) {
.category-list li{
  width: calc((100% - 4rem)/5);
}
}
@media screen and (max-width: 1249px) {
.category-list li{
  width: calc((100% - 3rem)/4);
}
}
.category-item a{
  display: block;
  background-color: #F2F2F2;
  border-radius: 999px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  color:#B1B1B1;
  padding:0.8rem 2rem;
}
.current.category-item a{
background-color:#FCCC27;
color: #171717;
}
/*  works-------------------------------------------------*/
.works .category{
  margin-bottom: 12.5rem;
}
.works .category-flex{
  gap:10rem;
}
.works .category-all{
  width: 20.5rem;
}
.works .category-list{
  gap:1.3rem 1.5rem;
  width: calc(100% - 30.5rem);
}
.works .category-list li{
  width: calc((100% - 6rem)/5);
}
@media screen and (max-width: 1566px) {
.works .category-list li{
  width: calc((100% - 4.5rem)/4);
}
}
@media screen and (max-width: 1317px) {
.works .category-list li{
  width: calc((100% - 3rem)/3);
}
}
.works .category-list li a{
	padding:0.8rem 1.5rem 0.8rem 1.4rem;
}
.works .category-all a{
	padding:1.4rem 2rem;
}
.works .category-list li a{
	display:flex;
	gap:0.8rem;
	align-items:center;	
}
.works .category-icon{
	width:3rem;	
}
.works .category-list li a span{
	width:calc(100% - 3.8rem);	
}
.works .card-list{
	gap:6rem 7.3%;
}
.works .card-item{
	width:calc((100% - 14.6%)/3);
}
.works .tag-list{
	margin-top:2.4rem;
}
/*  konwledge-single------------------------------------------------*/
.single{
	margin-top:13.9rem;
}
.single-flex{
	display:flex;
	gap:9%;
}
.article{
	width:69.9%;
}
.single-ttl{
	font-size:3rem;
	font-weight:500;
	line-height:1.6;
	margin-bottom:1.5rem;
}
.single .date{
	color:#171717;
	font-size:1.2rem;
	font-weight:400;
	line-height:1;
}
.single .tag-list{
	margin-top: 1rem;
}
.single .tag-item{
	font-size:1.2rem;
}
.thumbnail{
	margin:2rem 0 6rem;
	border-radius:10px;
	overflow:hidden;
}
.thumbnail img{
	width:100%;
	height:100%;	
}
div#ez-toc-container {
    margin: 6rem 0 0 0;
    padding: 3rem;
    border-radius: 10px;
}
#ez-toc-container a:hover {
    text-decoration: none!important;
}
.article .content h2{
	font-size:2.4rem;
	font-weight:700;
	line-height:1.41;
	background-color:#F2F2F2;
	border-radius:10px;
	padding:1.4rem 3.2rem;
	margin:7.7rem 0 2.5rem;
}
.article .content h3{
	font-size:2.4rem;
	font-weight:700;
	line-height:1.41;
	margin:6rem 0 1.4rem;
}
.article .content p{
	font-size:2rem;
	font-weight:500;
	line-height:1.7;
}
.article .content ul,
.article .content ol{
	font-size:2rem;
	font-weight:500;
	line-height:1.7;
	margin:1.4rem 0;
}
.article .content hr{
	margin:3rem 0;
}
.single-btn{
	margin-top:10rem;
}
.single-btn .btn{
	margin:0 auto;	
}
.back-btn:after {
    top: 50%;
    right: auto;
	left:20px;
    transform: translateY(-50%) rotate(180deg);
}
.recommend{
	width:21.1%;
}
.recommend-ttl{
	font-size:2rem;
	font-weight:500;
	line-height:1;
	margin-bottom:3rem;
}
.recommend-list{
	display:flex;
	flex-direction:column;
	gap:9.6rem;
}
.recommend-item{
	width:100%;	
}
/*  works-single------------------------------------------------*/
.works-single .thumbnail{
	margin:2rem 0 11rem;
}
.works-flex{
display:flex;
	gap:8.4%;
}
.heading{
	width:30.9%;
}
.heading p{
	font-size:3rem;
	font-weight:500;
	line-height:1.6;
}
.project{
	width:60.7%;
}
.project .content h2{
font-size:2.4rem;
	font-weight:500;
	margin-bottom:1.5rem;
	line-height:1.6;
}
.project .content h2:not(:first-of-type){
	margin-top:11rem;
}
.project .content p{
font-size:1.6rem;
	font-weight:400;
	line-height:1.87;
	margin-top:11rem;
}
.project .content h2 + p{
	margin-top:0;
}
.project .content figure{
	margin:1.5rem 0 8rem 0;
}
.project .content .wp-block-embed-youtube iframe{
	width:100%;
	height:100%;
	aspect-ratio:16 / 9;
}
.wp-block-buttons{
	margin-top:2.6rem;
}
 .content-btn a {
	 height:27px;
    max-width: none;
	 padding:0 2.8rem;
}
.content-btn a:after {
    width: 6px;
    height: 6px;
    right: 11px;
}
.credit{
	background-color:#F2F2F2;
	border-radius:10px;
	padding:3.4rem;
	margin-top:12rem;
}
.credit-table{
	width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
}
.credit-table th,
.credit-table td {
    font-size: 1.2rem;
    font-weight: 400;
	line-height:1.91;
    vertical-align: top;
	text-align:left;
}
.credit-table th{
	font-weight: 500;
	width:62px;
}
.credit-table td{
	width:calc(100% - 62px);
}
/*  policy-------------------------------------------------*/
.post .content h2{
	font-size:2.4rem;
	font-weight:500;
	margin:5rem 0 2rem;
	line-height:1.6;
}
/*  contact-------------------------------------------------*/
.form{
	margin-top:1rem;
}
.form-flex{
	display:flex;
	gap:5.5%;
}
.form-info{
	width:44.5%;
	margin-top: 2rem;
}
.form-info p{
	font-weight:400;	
}
.form-area{
width:50%;
}
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

span.wpcf7-spinner {
  display: none;
}
.form-ttl {
  font-size: 1.4rem;
	font-weight:400;
  margin-top: 2rem;
}

.form-ttl span {
  font-size: 1.4rem;
  color: #B70000;
  padding-left: 1rem;
}
.form-txt{
	font-size:1.4rem;
	font-weight:400;
}
.form-txt span{
color: #B70000;
}
.select-wrapper {
  position: relative;
  width: 100%;
}

.select-wrapper::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 16px;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  transform: rotate(45deg);
}

select {
  -webkit-appearance: none;
  appearance: none;
}

select.wpcf7-form-control.wpcf7-select,
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 8px 15px;
  margin-top: 0.5rem;
  border: 1px solid #777777;
  font-size: 1.4rem;
  font-weight: 500;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  height: 300px;
}

span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  color: #B70000;
  font-size: 1.4rem;
  line-height: 1.5;
}

.form-policy {
	display:flex;
	gap:1rem;
  padding-top: 2rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 20px;
}

.form-policy a {
  text-decoration: underline;
}

.form-btn[disabled],
.form-btn-inner:has(.form-btn[disabled]):after {
  opacity: 0.3;
  cursor: not-allowed;
}

input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #777777;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

 .form-btn-block {
  text-align: center;
	 margin:6.2rem auto 0;
}
.form-btn-inner{
position: relative;
    max-width: 270px;
    margin: 0 auto;
}
.form-btn-inner:after {
    content: '';
    width: 9px;
    height: 9px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 22px;
    bottom: 0;
    margin: auto;
}
.form-btn {
	margin:0 auto;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(50deg);
  width: 7px;
  height: 11px;
  border-right: 2px solid #171717;
  border-bottom: 2px solid #171717;
  content: '';
}

.screen-reader-response {
  text-align: center;
  font-size: 1.4rem;
}

.screen-reader-response ul {
  display: none;
}

.wpcf7-response-output {
  font-size: 1.4rem;
  text-align: center;
  padding-top: 2rem;
  color: #B70000;
}

input:-internal-autofill-selected {
  box-shadow: 0 0 0 1000px rgb(255, 255, 255) inset !important;
  -webkit-text-fill-color: #171717 !important;
}

input:-webkit-autofill:focus {
  caret-color: #171717 !important;
}

:focus-visible {
  outline: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0 1em !important;
  padding: 0 !important;
  border: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none !important;
}

.contact-thanks-inner h2 {
  text-align: center;
  font-size: 3rem;
  margin: 3rem 0;
}

.contact-thanks-inner .btn-block {
  margin-top: 12rem;
}

.contact-thanks-inner p {
  font-size: 1.6rem;
}
.thanks {
  text-align: center;
  margin-top: 5rem;
}

.thanks .btn-block {
  margin-top: 5rem;
}
/*  sp-------------------------------------------------*/

@media screen and (max-width: 1439px) {
	.kv-works {
  bottom: 3rem;
}
  /*  page-------------------------------------------------*/
/*  service-------------------------------------------------*/
.service-item {
  width: calc((100% - 4.4%)/2);
}
/*  knowledge-------------------------------------------------*/
.knowledge-item {
  width: calc((100% - 10.6%)/3);
}
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 1.2rem;
    line-height: 2.08;
  }

  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block;
  }
.section {
	scroll-margin-top: 49px;
}
  /* header --------------------------------------------*/
  .header {
    height: 49px;
  }

  .page-width {
    width: 100%;
    padding: 0 20px;
  }

  .header-flex {
    height: 49px;
  }

  .header-logo {
    max-width: 143px;
  }

  .hamburger {
    display: flex;
    z-index: 999;
  }

  .header-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: 0.3s;
    z-index: 10;
    opacity: 0;
    padding: 0 20px;
    display: none;
  }

  .header-nav.active {
    opacity: 1;
    display: block;
  }

  .nav-list {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 4rem 0;
    margin: 13.3rem auto 9.8rem;
    max-width: 400px;
  }

  .nav-item {
    width: 50%;
  }

  .nav-item:nth-of-type(1) {
    order: 1;
  }

  .nav-item:nth-of-type(2) {
    order: 3;
  }

  .nav-item:nth-of-type(3) {
    order: 5;
  }

  .nav-item:nth-of-type(4) {
    order: 2;
  }

  .nav-item:nth-of-type(5) {
    order: 4;
  }

  .nav-item:nth-of-type(6) {
    order: 6;
  }

  .nav-link {
    gap: 1rem;
  }

  .nav-en {
    font-size: 2.8rem;
  }

  .hamburger {
    display: block;
    position: relative;
    height: 49px;
    width: 49px;
  }

  .hamburger span {
    position: absolute;
    right: 0;
    width: 100%;
    transition: 0.3s;
    width: 41px;
    height: 1px;
    background: #171717;
  }

  .hamburger span:nth-child(1) {
    top: 20px;
  }

  .hamburger span:nth-child(2) {
    top: 30px;
  }

  .hamburger.active span:nth-child(1) {
    transform: rotate(30deg);
    top: 25px;
  }

  .hamburger.active span:nth-child(2) {
    transform: rotate(-30deg);
    top: 25px;
  }

  /* kv -------------------------------------------------*/
	.kv {
	min-height:667px;
}
  .kv-content {
    top: 27%;
  }

  .kv-ttl {
    font-size: 3rem;
    line-height: 1.73;
  }

  .kv-works {
    bottom: 2.2rem;
    right: auto;
    left: 20px;
    width: calc(100% - 20px);
  }

  .kv-works-head {
    font-size: 2.6rem;
  }

  .kv-works .btn {
    height: 23px;
    width: 94px;
    font-size: 1.1rem;
  }

  .kv-works .btn:after {
    width: 6px;
    height: 6px;
    right: 10px;
  }

  .kv-works .card-list {
    margin-top: 1.5rem;
    margin-right: -59vw;
  }

  .kv-works-slider .slick-list {
    margin: 0 -17px;
  }

  .kv-works-slider .slick-slide {
    margin: 0 17px;
  }

  /*  concept-------------------------------------------------*/
  .concept {
    min-height: 932px;
  }

  .cocept-flex {
    flex-direction: column;
    justify-content: center;
    gap: 4.6rem;
  }

  .cocept-info {
    width: fit-content;
  }

  .section-ttl {
    margin-bottom: 1.7rem;
  }

  .section-ttl .en {
    font-size: 2.6rem;
    margin-bottom: 1rem;
  }

  .section-ttl h2 {
    font-size: 2.4rem;
  }

  .cocept-img {
    width: calc(100% + 40px);
    max-width: 430px;
  }

  /* service -------------------------------------------------*/
  .service-back {
    min-height: 873px;
  }

  .service-flex {
    flex-direction: column;
    gap: 8.5rem;
  }

  .service-info {
    width: fit-content;
  }

  .back-ttl {
    font-size: 2.4rem;
    padding: 3px 6px;
  }

  .back-txt p {
    font-size: 1.2rem;
    padding: 4px 6px;
  }

  .section-btn {
    margin-top: 2rem;
  }

  .service-img {
    width: 100%;
    max-width: 390px;
  }

  /*  banner-------------------------------------------------*/
  .banner {
    padding: 5.9rem 0 7.3rem;
  }

  .banner-flex {
    flex-direction: column;
    gap: 3.6rem;
    margin: 3.6rem auto 0;
    max-width: 310px;
  }

  .banner-link {
    width: 100%;
  }

  /*  member-------------------------------------------------*/
.member-content {
    top: 6rem;
    transform: none;
}
  /*  column-------------------------------------------------*/
	.column {
	min-height:821px;
}
  .card-list {
  gap: 4.6rem 5.3%;
}

  .card-img {
    margin-bottom: 2rem;
  }
  .card-txt {
    font-size: 1.2rem;
    line-height: 1.83;
  }
  .tag-list {
  margin-top: 0.7rem;
}

	.column .card-list {
		display: flex !important;
    margin-right: -62.79vw;
  }

  .knowledge-slider .slick-list {
    margin: 0 -25px;
  }

  .knowledge-slider .slick-slide {
    margin: 0 25px;
  }
	/*  company-------------------------------------------------*/
.company {
	height:auto;
	min-height:auto;
	max-height:none;
				padding:6rem 0;
}
	.company-content{
		position:relative;
		top:auto;
		transform:none;
}
.company-flex {
	flex-direction:column;
  gap: 4.4rem;
}

.company-info {
  width: 100%;
}

.company-detail {
  width: 100%;
}

.company-logo {
  max-width: 304px;
  margin-bottom: 2.6rem;
}
.company-table table th,
.company-table table td {
  font-size: 1.2rem;
  line-height: 1.66;
  padding: 1.5rem 0;
}
	/*  map-------------------------------------------------*/
.map iframe {
aspect-ratio: 215 / 234;
}

/*  footer-------------------------------------------------*/
.footer {
  padding: 2rem 0 1.8rem;
	}

.footer-copy {
	margin-top:2rem;
}
  /*  page-------------------------------------------------*/
/*  service-------------------------------------------------*/
.page-ttl {
  margin: 7.1rem 0 4.1rem;
}

.page-ttl h1 {
  font-size: 2.6rem;
  margin-bottom: 1rem;
}

.service-main {
  margin-bottom: 7.9rem;
}
.service-point-inner {
  gap: 1.9rem;
}

.service-point-ttl {
  font-size: 2.7rem;
}

.service-point-txt {
  font-size: 1.7rem;
}
.service-head {
  gap: 0.9rem;
}

.service-icon {
  width: 5.4rem;
}

.service-ttl {
  width: calc(100% - 6.3rem);
  font-size: 2rem;
}

.service-summary {
  font-size: 2rem;
  margin: 1rem 0 0.5rem;
}

.service-txt {
  font-size: 1.2rem;
}

.service-case {
  width: 76.5%;
  padding: 1.7rem 0 3.1rem;
}

.service-case-ttl {
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}

.servide-btn .btn {
  height: 48px;
  max-width: 217px;
  font-size: 1.2rem;
}
.servide-btn .btn:after {
  width: 7px;
  height: 7px;
  right: 10px;
}
/*  member-------------------------------------------------*/
.member-item{
  width: calc((100% - 10.6%) / 3);
}
/*  knowledge-------------------------------------------------*/
.category{
  margin-bottom: 5.2rem;
}
.category-flex{
  flex-direction: column;
  gap:1rem;
}
.category-all{
  width: 12rem;
}
.category-list{
  gap:1rem 0.6rem;
  width:100%;
}
.category-list li{
  width: calc((100% - 1.8rem)/4);
}
.category-item a{
  font-size: 1rem;
}
	.card-item {
    width: calc((100% - 5.3%) / 2);
}
	/*  works-------------------------------------------------*/
.works .category{
  margin-bottom: 3.1rem;
}
.works .category-flex{
  gap:1rem;
}
.works .category-all{
  width: 12.1rem;
}
.works .category-list{
  gap:1rem 0.6rem;
  width: 100%;
}
.works .category-list li{
  width: calc((100% - 1.8rem)/4);
}
.works .category-list li a{
	padding:0.6rem 1rem 0.6rem 1.1rem;
}
.works .category-all a{
	padding:1rem 1.5rem;
}
.works .category-list li a{
	gap:0.6rem;
}
.works .category-icon{
	width:2.4rem;	
}
.works .category-list li a span{
	width:calc(100% - 3rem);	
}
	.works .card-item {
    width: calc((100% - 7.3%) / 2);
}
	.works .tag-list {
    margin-top: 0.9rem;
}
	/*  konwledge-single------------------------------------------------*/
.single{
	margin-top:7.1rem;
}
.single-flex{
	flex-direction:column;
	gap:10rem;
}
.article{
	width:100%;
}
.single-ttl{
	font-size:1.6rem;
	line-height:1.75;
	margin-bottom:1.7rem;
}
	.single .date{
	font-size:1rem;
}
.single .tag-list{
	margin-top: 1rem;
}
	.single .tag-item{
	font-size:1rem;
}
.thumbnail{
	margin:2.2rem 0;
}
div#ez-toc-container {
    margin: 2.2rem 0 0 0;
    padding: 2.3rem;
}
.article .content h2{
	font-size:1.6rem;
	padding:0.8rem 1.6rem;
	margin:4.3rem 0 1.5rem;
}
.article .content h3{
	font-size:1.6rem;
	margin:3rem 0 0.8rem;
}
.article .content p{
	font-size:1.2rem;
	line-height:2;
}
.article .content hr{
	margin:1.5rem 0;
}
.recommend{
	width:100%;
}
.recommend-ttl{
	margin-bottom:2.2rem;
}
.recommend-list{
	gap:4.6rem;
}
	.single-btn {
    margin-top: 6rem;
}
	/*  works-single------------------------------------------------*/
.works-single .thumbnail{
	margin:1.7rem 0 2rem;
}
.works-flex{
	flex-direction:column;
	gap:3rem;
}
.heading{
	width:100%;
}
.heading p{
	font-size:1.6rem;
	line-height:1.43;
}
.project{
	width:100%;
}
.project .content h2{
font-size:1.6rem;
	margin-bottom:0.8rem;
}
.project .content h2:not(:first-of-type){
	margin-top:4.1rem;
}
.project .content p{
font-size:1.2rem;
	line-height:2.08;
	margin-top:4.1rem;
}
.project .content h2 + p{
	margin-top:0;
}
.project .content figure{
	margin:1rem 0 4.1rem 0;
}
.credit{
	padding:2.4rem 1.8rem;
	margin-top:4.1rem;
}
	/*  policy-------------------------------------------------*/
.post .content h2{
	font-size:1.6rem;
	margin:3rem 0 1.5rem;
}
	/*  contact-------------------------------------------------*/
	.form-flex{
	flex-direction:column;
	gap:3rem;
}
.form-info{
	width:100%;
	margin-top:0;
}
.form-area{
width:100%;
}
	.form-policy {
    line-height: 14px;
}
  input[type="checkbox"] {
    width: 14px;
    height: 14px;
  }

  input[type="checkbox"]:checked:before {
    top: 0;
    left: 3px;
    width: 6px;
    height: 10px;
  }
.form-btn-block {
    margin: 5rem auto 0;
}
  .contact-thanks-inner h2 {
    font-size: 1.9rem;
    margin-bottom: 3rem;
  }

  .contact-thanks-inner p {
    font-size: 1.2rem;
  }

  .contact-thanks-inner .btn-block {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 767px) {
  /*  page-------------------------------------------------*/
/*  service-------------------------------------------------*/
.service-list {
  gap: 3rem;
}

.service-item {
  width: 100%;
  min-height: 594px;
  padding: 3rem 2rem ;
}
/*  member-------------------------------------------------*/
.member-list{
  max-width: 365px;
  margin:0 auto;
  gap:7rem;
}
.member-item{
  width: 100%;
}
/*  knowledge-------------------------------------------------*/
.category-list li{
  width: calc((100% - 0.6rem)/2);
}
	.card-list{
		gap:4rem;
	}
.card-item {
  width: 100%;
}
/*  works-------------------------------------------------*/
	.works .category-list li{
  width: calc((100% - 0.6rem)/2);
}
	.works .card-list {
    gap: 4rem;
}
	.works .card-item {
    width: 100%;
}
}
