@charset "UTF-8";

@import url("define.css");

@import url("kv-svg.css");

html{
    font-size: 62.5%;
}
#sp-navigation-menu--right{
  display: none;
}


body {
  font-size:        var(--global--font-size);
  font-family:      var(--global--font-primary);
  line-height:      var(--global--line-height);
}
ul, ol {
  font-family: var(--global--font-primary)!important;
}
.x-hidden{
  overflow-x: hidden;
}
body.whitepaper-form .sul-header,
body.whitepaper-confirm .sul-header,
body.whitepaper-thanks .sul-header,
body.whitepaper-form footer,
body.whitepaper-confirm footer,
body.whitepaper-thanks footer{
  display: none!important;
}

.home .tag{
  border: none;
  padding: 3px 10px;
}
header,.sul-navigation{
  height: 100px;
}

.sul-document {
  padding-top: 100px;
}
.sul-navigation__item{
  height: 100%;
}
.sul-navigation__item.active,
.home .sul-navigation__item.home,
.company .sul-navigation__item.company,
.service .sul-navigation__item.service,
.whitepapers .sul-navigation__item.whitepaper,
.recruit .sul-navigation__item.recruit,
.contactus .sul-navigation__item.contact,
.confirm .sul-navigation__item.contact,
.thanks .sul-navigation__item.contact,
.post-type-archive-works .sul-navigation__item.works,
.post-type-archive-blog .sul-navigation__item.blog {
  border-bottom: 4px solid #FF7167;
}

.whitepaper-form .sul-document,
.whitepaper-confirm .sul-document,
.whitepaper-thanks .sul-document{
  padding-top: 0;
}


.tag.red{
  color: white;
  background: red;
  border: none;
  padding: 3px 5px;
  /* margin-left: 10px; */
}

#btn-top{
  position:fixed;
  bottom: -100px;
  right: 30px;
  transition:0.3s;
}
.header-active #btn-top{
  bottom: 30px;
  transition:0.3s;
}
@media screen and (max-width: 480px)
{
  #btn-top{
    right: 15px;
  }
  .header-active #btn-top{
    bottom: 15px;
  }
}
ol{
  list-style-type:decimal ;
  padding-left: 2rem;
}
ol > li > ol{
  list-style-type:lower-roman ;
}

ol > li > ol > li > ol{
  list-style-type:lower-alpha;
}

.delay300{
  animation-delay: 0.3s;
}
.delay600{
  animation-delay: 0.6s;
}
.delay900{
  animation-delay: 0.9s;
}
.delay1200{
  animation-delay: 1.2s;
}
.delay1500{
  animation-delay: 1.5s;
}
.delay1800{
  animation-delay: 1.8s;
}
.delay2100{
  animation-delay: 2.1s;
}
.delay2400{
  animation-delay: 2.4s;
}
.delay2700{
  animation-delay: 2.7s;
}


@media screen and (max-width: 768px)
{
  html{
    font-size:50%;
  }
}

@media screen and (max-width: 480px)
{
  header,.sul-navigation{
    height: auto;
  }
  .sul-document {
    padding-top: 60px;
  }
}
.font-roboto{
  font-family:'Roboto',sans-serif;
}
/*
.mburger b {
  display: block;
  position: absolute;
  height: 2px!important;
  border-radius: 1px!important;
  background: currentColor;
  color: inherit;
  opacity: 1;
}
*/

/*
.btn.more{
  width: 135px;
}
*/
.section-title.text{
  position: relative;
  display: inline-block;
  font-size:4rem;
  font-weight: bold;
  color: var(--global--color-tertiary);
  width: auto;
}

.section-title.text::before{
  content: "";
  width: 38px;
  height: 38px;
  background: linear-gradient(-45deg, #FF9933, #FF7167);
  position: absolute;
  z-index: -1;
  top: -5px;
  right: -15px;
}
/*
.section-title.text div{
  position: absolute;
  display: fixed;
  z-index: 1;
}

.section-title.mission{
  max-width: 170px;
  height:50px;
}
.section-title.about{
  max-width: 138px;
  height:50px;
}
.section-title.service{
  max-width: 167px;
  height:50px;
}
.section-title.whitepaper{
  max-width: 270px;
  height:50px;
}

.section-title.mission:before{
  top: -5px;
  right: -15px;
}
.section-title.about:before{
  top: -5px;
  right: -15px;
}
.section-title.service:before{
  top: -5px;
  right: -15px;
}
.section-title.whitepaper:before{
  top: -5px;
  right: -15px;
}
*/

@media screen and (max-width: 768px)
{

}
@media screen and (max-width: 480px)
{
  .section-title img{
    height: 40px;
  }
}
/* =================================================================
    KV
  ================================================================*/

  .main-visual-container{
    position: relative;
    height: 220px;
    background: #ccc;
    /*margin-left:100px;*/
    /*margin-left:calc( 100vw / 2 - 550px );*/
  }

  .home .main-visual-container{
    height: 630px;
    /*margin-left:100px;*/
  }

  .main-copy-block {
    position: absolute;
    left: 0px;
    bottom: 30px;
    z-index: 1;
  }
  .main-copy-block h1{
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content:flex-start;
  }
  .main-copy-block h1 img{
    margin: 10px 0;
  }

  #kv-caption-svg{
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 1;
  }
  .kv-mask{
    position: absolute;
    right: 0px;
    left: 0;
    top: 0;
    bottom:0;
    background:url(../img/top/kv_mask.png) ;
    background-size: 100%;
    z-index: 0;
  }
  .kv-movie{
    object-fit:cover;
  }
  @media screen and (max-width: 1300px)
  {
    .main-visual-container{
      margin-left:0px;
    }
    .main-copy-block {
      left: 0px;
    }
  }

  @media screen and (max-width: 480px)
  {
    #kv-caption-svg{
      top: -80px;
      width: 80%;
    }
    .main-copy-block {
      position: absolute;
      left: 0px;
      bottom: 20px;
      z-index: 1;
    }
    .main-copy-block h1 img{
      margin: 6px 0;
      height: 40px;
    }

    .home .main-visual-container{
      height: 400px;
    }

  }



/* =================================================================
    overview
  ================================================================*/
  .overview-container{
    position: relative;
  }
  .overview-container:after{
    content: "";
    display: block;
    width: 800px;
    height: 80%;
    background: #F8F8F7;
    position: absolute;
    bottom: -70px;

    z-index: -1;
  }

  .overview-container.left:after{
    left: -80px;
  }
  .overview-container.right:after{
    right: -150px;
  }
  @media screen and (max-width: 768px)
  {
    .overview-container:after{
      width: 80%;
    }
    .overview-container.left:after{
      left: -15px;
    }
    .overview-container.right:after{
      right: -15px;
    }
  }
  @media screen and (max-width: 480px)
  {
    .overview-container:after{
      bottom: -40px;
    }
  }





/* =================================================================
    service
  ================================================================*/

  #service{
    background:url(../img/top/bg_service.jpg) no-repeat center;
    background-size:cover;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .service-thumbnail{
    background:white;
    box-shadow: 0 0 5px gray;
    padding: 3rem 2rem;
    height: 100%;
  }

  .img-whitepaper{
    width: 100%;
    max-width: 700px;
    position: absolute;
    right: 0;
  }

  .whitepaper-container:after{
    content: "";
    display: block;
    width: 800px;
    height: 90%;
    background: #F8F8F7;
    position: absolute;
    bottom: -130px;
    right: -50px;
    z-index: -1;
  }

  .news-row{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content:flex-start;
    flex-wrap: wrap;
  }
  .news-row .date{
    font-weight: bold;
  }
  .news-list .new-block{
    width: 12%;
    padding: 0 2rem;
    display: inline-block;
  }
  .news-list .description{

  }

  @media screen and (max-width: 480px)
  {
    .img-whitepaper{
      position:relative;
    }
    .whitepaper-container:after{
      width: 80%;
      right: -15px;
    }
    .whitepaper-container:after{
      bottom: -40px;
    }
  }

.news-more{
    display: none;
  }



/* =================================================================
    works
  ================================================================*/

  #works {
  }
	#works .works-lead {

	}
	#works .works-lead .works-lead-title {
		font-size: 2rem;
	}
	#works .works-lead .works-lead-txt {

	}
	#works .works-list {
		display: flex;
		gap: 0 2rem;
  }
	#works .works-list .works-list-item {
		width: calc((100% - 4rem) / 3);
  }
	#works .works-list .works-list-item .works-img {
		aspect-ratio: 16 / 9;
		margin-bottom: 2rem;
	}
	#works .works-list .works-list-item .works-img img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	#works .works-list .works-list-item .works-title {
		font-size: 1.8rem;
		font-weight: 700;
	}

	/* レスポンシブ */
	@media screen and (max-width: 768px)
  {
		#works .works-list {
			flex-direction: column;
			gap: 2rem 0;
		}
		#works .works-list .works-list-item {
			width: 100%;
		}
  }




/* =================================================================
    contact
  ================================================================*/
	#contact-section{
		position:relative;
  	height: 200px;
		overflow:hidden;
		background: linear-gradient(to right, #FF9933, #FF7167);
	}
	#contact-section .container{
		position:absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 1;
	}

	#contact-section:after{
	content: "";
	display: block;
	width: 250px;
	height: 250px;
	background: url(../img/top/logo_bg.svg) no-repeat;
	background-size:cover;
	position:absolute;
	right: 0;
	top: -10px;
	z-index: 0;
	}

	@media screen and (max-width: 480px)
	{
		#contact-section{
			height: 340px;
			}
	}



  /* =================================================================
    company
  ================================================================*/

  .company .main-visual-container{
    background: url(../img/company/kv_company.jpg) no-repeat;
    background-size: cover;
    background-position: 80% center;
  }
  .page-main-copy img{
    margin: 0;
  }
  .page-main-copy{
    position: absolute;
    top: 0;
    bottom: 0;
    height: 60px;
    left: 0px;
    margin: auto;
  }
  @media screen and (max-width: 1300px)
  {
    .page-main-copy{
      left: 0px;
      margin: auto;
    }

  }
  @media screen and (max-width: 480px)
  {
    .page-main-copy{
      height: 40px;
    }
    .page-main-copy img{
      height: 40px;
    }
  }

  .bg-gray{
    background:#F2F2ED;
  }

  table.table.simple th, table.table.simple td {
    border-bottom: 1px solid var(--global--color-light-gray);
    border-left: none;
    padding: 1.5rem;
}

table.table.simple th, table.table.simple td{
  border-right: none;
  border-top: none;
}


  /* =================================================================
    blog
  ================================================================*/

	@media screen and (max-width: 768px)
  {
  }
  @media screen and (max-width: 480px)
  {
  }

	/* アーカイブ */
	/* -------------------------------------------------- */
  .post-type-archive-blog .main-visual-container{
    background: url(../img/blog/kv_blog.jpg) no-repeat;
    background-size: cover;
    background-position: 80% center;
  }

	.post-type-archive-blog .blog-content {
	}
	.post-type-archive-blog .blog-cat {
		margin-bottom: 6rem;
	}
	.post-type-archive-blog .blog-cat ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 1.5rem;
	}
	.post-type-archive-blog .blog-cat ul li {
	}
	.post-type-archive-blog .blog-cat ul li a {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0.8rem 3rem;
		border: 1px solid #FF7167;
		color: #FF7167;
	}
	.post-type-archive-blog .blog-cat ul li a:hover {
		background: #FF7167;
		border: 1px solid #FF7167;
		color: #fff;
		opacity: 1;
	}
	.post-type-archive-blog .blog-list {
		display: flex;
		flex-wrap: wrap;
		gap: 5rem 3rem;
	}
	.post-type-archive-blog .blog-list article {
		width: calc((100% - 6rem) / 3);
	}
	.post-type-archive-blog .blog-list article .blog-img {
		aspect-ratio: 16 / 9;
	}
	.post-type-archive-blog .blog-list article .blog-img img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	.post-type-archive-blog .blog-date {
		font-family:'Roboto',sans-serif;
	}
	.post-type-archive-blog .blog-title {
    position: relative;
    font-size: 1.8rem;
		font-weight: 400;
	}

	/* レスポンシブ */
	@media screen and (max-width: 768px)
	{
		.post-type-archive-blog .blog-cat {
			margin-bottom: 3rem;
		}
		.post-type-archive-blog .blog-cat ul {
			justify-content: flex-start;
			gap: 1rem;
		}
		.post-type-archive-blog .blog-cat ul li {
			flex-grow: 1;
		}
		.post-type-archive-blog .blog-cat ul li a {
			padding: 0.4rem 1.5rem;
		}
		.post-type-archive-blog .blog-list {
			display: block;
		}
		.post-type-archive-blog .blog-list article {
			width: 100%;
		}
		.post-type-archive-blog .blog-list article:not(:last-of-type) {
			margin-bottom: 3rem;
		}
	}


	/* シングル */
	/* -------------------------------------------------- */
	.single-blog .main-visual-container{
    background: url(../img/company/kv_company.jpg) no-repeat;
    background-size: cover;
    background-position: 80% center;
  }
	.single-blog main {
		padding-bottom: 4rem;
	}

	.single-blog h1.text {
		font-size: 2rem;
	}

	/* 要素ごとのスタイルを定義 */
	.single-blog blockquote {
		padding: 2rem 2rem 2rem 3rem;
		border: 1px solid #ddd;
		background: #f5f5f5;
	}
	.single-blog blockquote::before {
		top: 0;
		left: 1rem;
		font-size: 3rem;
		opacity: 0.5;
	}
	.single-blog blockquote p {
		font-size: 2rem;
	}
	.single-blog blockquote cite {
		margin-top: 0.5rem;
		font-size: 1.6rem;
	}


	/* 他 */
	/* -------------------------------------------------- */
	.more-link {
		display: inline-flex;
		align-items: center;
		color: #ff9933;
		margin: 0 0 0 10px;
		padding: 3px 9px;
		border-radius: 10px;
		font-size: 13px;
		border: 1px solid #ff9933;
	}











  /* =================================================================
    works
  ================================================================*/

	@media screen and (max-width: 768px)
  {
  }
  @media screen and (max-width: 480px)
  {
  }

	/* アーカイブ */
	/* -------------------------------------------------- */
  .post-type-archive-works .main-visual-container{
    background: url(../img/works/kv_works.jpg) no-repeat;
    background-size: cover;
    background-position: 80% center;
  }

	.post-type-archive-works .works-content {
	}

	.post-type-archive-works .works-lead {
		text-align: center;
	}
	.post-type-archive-works .works-lead-title {
		font-size: 2rem;
	}
	.post-type-archive-works .works-lead-txt {
	}

	.post-type-archive-works .works-list {
		display: flex;
		flex-wrap: wrap;
		gap: 5rem 3rem;
	}
	.post-type-archive-works .works-list article {
		width: calc((100% - 6rem) / 3);
	}
	.post-type-archive-works .works-list article .works-img {
		aspect-ratio: 16 / 9;
	}
	.post-type-archive-works .works-list article .works-img img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	.post-type-archive-works .works-title {
    position: relative;
    font-size: 1.8rem;
		font-weight: 400;
	}

	/* レスポンシブ */
	@media screen and (max-width: 768px)
	{
		.post-type-archive-works .works-list {
			display: block;
		}
		.post-type-archive-works .works-list article {
			width: 100%;
		}
		.post-type-archive-works .works-list article:not(:last-of-type) {
			margin-bottom: 3rem;
		}
	}


	/* シングル */
	/* -------------------------------------------------- */
	.single-works .main-visual-container {
    background: url(../img/works/kv_works.jpg) no-repeat;
    background-size: cover;
    background-position: 80% center;
  }

	/* .single-works main {
		padding-bottom: 4rem;
	} */
	.single-works h1.text {
		font-size: 2rem;
	}

	/* 要素ごとのスタイルを定義 */
	.single-works .single-works-content blockquote {
		padding: 2rem 2rem 2rem 3rem;
		border: 1px solid #ddd;
		background: #f5f5f5;
	}
	.single-works .single-works-content blockquote::before {
		top: 0;
		left: 1rem;
		font-size: 3rem;
		opacity: 0.5;
	}
	.single-works .single-works-content blockquote p {
		font-size: 2rem;
	}
	.single-works .single-works-content blockquote cite {
		margin-top: 0.5rem;
		font-size: 1.6rem;
	}








  /* =================================================================
    whitepaper
  ================================================================*/

  .whitepapers .main-visual-container, .single-whitepaper .main-visual-container{
    background: url(../img/whitepaper/kv_whitepaper.jpg) no-repeat;
    background-size: cover;
    background-position: right center;
  }
  .whitepaper-thumbnail-block{
    position: relative;
    display: block;
    margin-bottom: 1rem;
  }

  .whitepaper-thumbnail-block .tag-detail{
    position: absolute;
    bottom: 0;
    right: 0;
  }
  @media screen and (max-width: 480px)
  {
    .whitepaper-thumbnail-block .tag-detail{

    }
  }

  #page{
    width: 90vw;
    max-width:1100px;
    height: 90vh;;
    padding:2rem;
  }

  input.readonly{
    pointer-events:none;
  }
  /* =================================================================
    recruit
  ================================================================*/

  .recruit .main-visual-container{
    background: url(../img/recruit/kv_recruit.jpg) no-repeat;
    background-size: cover;
    background-position: 20% top;
  }



  /* =================================================================
    service
  ================================================================*/

  .service .main-visual-container{
    background: url(../img/service/kv_service.jpg) no-repeat;
    background-size: cover;
    background-position: right center;
  }

 .penta-logo{
  width: 35%;
  max-width:380px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin:auto;
  display:none;
 }
 .btn-primary{
  color: white;
  font-weight: bold;
  background: linear-gradient(-45deg, #FF9933, #FF7167);
  line-height:1.3;
 }
 .under-marker{
  position: relative;
 }
 .under-marker::after{
  content:"";
  display: inline-block;
  width: 100%;
  height: 10px;
  background:#FFE767;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
 }
 .case-title{
  color: white;
  font-weight: bold;
  font-family:'Roboto',sans-serif;
  font-size:3rem;
  display: flex;
  align-items:center;
  justify-content: center;
  background:#3B4043;
 }
 .hilight{
  font-weight: bold;
  color: var(--global--color-secondary);
 }
 .case-caption{

 }
 #five-service{
  background: url(../img/service/bg_service.jpg) no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

 }
 .fig-compare{
  width: 100%;
  min-width: 644px;
  position: absolute;
  top: 0;
  right: 5rem;
 }
 @media screen and (max-width: 480px)
  {
    .fig-compare{
      width: 100%;
      min-width: 100%;
      position: relative;
     }
  }
  table.compare{
    width: 100%;
    min-width: 1000px;
    border-collapse: separate;
    border-spacing: 3px;
  }
  table.compare th,
  table.compare td{
    border: none;
    text-align: center;
    padding: 2rem;
    vertical-align: middle;
  }
  table.compare th{
    color: white;
    font-weight:bold;
    background:#212A37;
    text-align:center;
  }
  table.compare th.hilight{
    background:#FF9933;
  }
  table.compare td.hilight{
    background:rgba(255,153,51,0.3)
  }
  table.compare  tr:nth-child(even) td.hilight{
    background:rgba(255,153,51,0.18)
  }
  table.compare td{
    background: #F2F0F0;
  }
  table.compare tr:nth-child(even) td{
    background: white;
  }
  .table-caption{
    font-size: 1.3rem;
    line-height: 1.3;
  }


  /* =================================================================
    contact
  ================================================================*/

  .contactus .main-visual-container{
    background: url(../img/contact/kv_contact.jpg) no-repeat;
    background-size: cover;
    background-position: 50% center;
  }
   .newcontact .main-visual-container{
    background: url(../img/contact/kv_contact.jpg) no-repeat;
    background-size: cover;
    background-position: 50% center;
  } 
     .newcontact-confirm .main-visual-container{
    background: url(../img/contact/kv_contact.jpg) no-repeat;
    background-size: cover;
    background-position: 50% center;
  } 
     .newcontact-complete .main-visual-container{
    background: url(../img/contact/kv_contact.jpg) no-repeat;
    background-size: cover;
    background-position: 50% center;
  } 

  .align-stretch{
    align-items: stretch!important;
  }
  .form-row label{
    font-size:1.4rem;
  }
  input[type=radio] + label {
    margin: 0;
  }
  .form-title{
    font-weight: bold;
  }
  .btn.wire.primary {
    background-color: transparent!important;
    border: solid 2px var(--global--color-primary)!important;
    color: var(--global--color-primary)!important;
  }
  .btn.wire.secondary {
    background-color: transparent!important;
    border: solid 2px var(--global--color-secondary)!important;
    color: var(--global--color-secondary)!important;
  }

  input[type="checkbox"] {
    display: inline-block!important;
  }
  form{
    max-width:900px;
    margin: auto;
  }
  .confirm .check-container{
    display: none;
  }

  .step-block {
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:flex-start;
    text-align: center;
  }
  .sep{
    height: 2px;
    width: 20px;
    background:#ccc;
  }
  .step-no{
    display: flex;
    width: 3.5rem;
    height: 3.5rem;
    line-height:0;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
    background: silver;
    border-radius: 3rem;
    margin-bottom: 5px;
  }
  .step-block.active {
    color: var(--global--color-secondary);
    font-weight: bold;
  }
  .step-block.active .step-no{
    background: var(--global--color-secondary);
  }

  /* =================================================================
    sitemap
  ================================================================*/
  #sitemap{
    background:url(../img/top/bg_service.jpg) no-repeat center;
    background-size:cover;
  }
  .sitemap .main-visual-container{
    background: url(../img/company/kv_company.jpg) no-repeat;
    background-size: cover;
    background-position: right center;
  }




/* =================================================================
    animation
  ================================================================*/
  .fadeUp {
    opacity:0;
  }
  .fadeUp.active {
    animation-name: fadeUpAnime;/*アニメーションの定義名*/
    animation-duration:1s;/*アニメーション変化時間 ※デフォルト*/
    animation-fill-mode:forwards;/*アニメーションの開始と終了時の状態を指定*/
    opacity:0;
  }

  /*アニメーションの開始から終了までを指定する*/
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }

    to {
      opacity: 1;
    transform: translateY(0);
    }
  }

  .fadeLeft {
    opacity:0;
  }
  .fadeLeft.active {
    animation-name: fadeLeftAnime;/*アニメーションの定義名*/
    animation-duration:1s;/*アニメーション変化時間 ※デフォルト*/
    animation-fill-mode:forwards;/*アニメーションの開始と終了時の状態を指定*/
    opacity:0;
  }

  /*アニメーションの開始から終了までを指定する*/
  @keyframes fadeLeftAnime{
    from {
      opacity: 0;
    transform: translateX(-100px);
    }

    to {
      opacity: 1;
    transform: translateX(0);
    }
  }

  .fadeRight {
    opacity:0;
  }
  .fadeRight.active {
    animation-name: fadeRightAnime;/*アニメーションの定義名*/
    animation-duration:1s;/*アニメーション変化時間 ※デフォルト*/
    animation-fill-mode:forwards;/*アニメーションの開始と終了時の状態を指定*/
    opacity:0;
  }

  /*アニメーションの開始から終了までを指定する*/
  @keyframes fadeRightAnime{
    from {
      opacity: 0;
    transform: translateX(100px);
    }

    to {
      opacity: 1;
    transform: translateX(0);
    }
  }

body.post-type-archive main {
	overflow:hidden;
}

#toc_container {
  margin: 0 auto 3rem;
}

.footer-logo {
  margin-left: 5%;
  height: 68px;
  white-space: nowrap;
}

.footer-logo img {
  height: 100%;
}



/* =================================================================
  News edit 02-2025
  ================================================================*/
.u-flex-row-reverse-pc {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .u-flex-row-reverse-sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.u-flex-col-reverse-pc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media screen and (max-width: 767px) {
  .u-flex-col-reverse-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.u-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.u-wrap {
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.u-right {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .u-reverseSP {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.news-list02 {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.news-list02--item {
  width: 32%;
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  .news-list02--item {
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
  }
  .news-list02--item:nth-child(1),
  .news-list02--item:nth-child(2) {
    margin-top: 0;
  }
  .news-list02--item:nth-child(2n) {
    margin-right: 0;
  }
}
.news-list02--item:nth-child(3n),
.news-list02--item:last-child {
  margin-right: 0;
}
.news-list02--item--img {
  width: 100%;
  min-height: 140px;
  background: #eee;
  margin-bottom: 5px;
}
.news-list02--item--img img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .news-list02--item--img {
    min-height: 100px;
  }
  .news-list02--item--img img {
    /* height: 100px; */
  }
}
.news-list02--item--head {
  margin-bottom: 5px;
}
.news-list03 .tag {
  border: none;
  padding: 3px 10px;
}
.news-date-list {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.news-date-list li {
  position: relative;
  width: 23%;
  max-width: calc((100% - 58px) / 2);
}
.news-date-list li a {
  color: #fff;
  -webkit-transition: 0.4scubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: opacity, -webkit-box-shadow;
  -webkit-box-shadow: 5px 6px 10px rgba(0, 0, 0, 0.21), -3px 0 10px #ffffff, 3px 0 10px #ffffff, -3px -2px 12px #ffffff;
  display: block;
  z-index: 1;
  position: relative;
  width: 100%;
  height: calc(100% - 13px);
  margin-bottom: 13px;
  border: solid #ffffff;
  border-width: 1px 0 0 1px;
  border-radius: 10px;
  background-color: #ff9933;
  box-shadow: 5px 6px 10px rgba(0, 0, 0, 0.21), -3px 0 10px #ffffff, 3px 0 10px #ffffff, -3px -2px 12px #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  transition: 0.4scubic-bezier(0.19, 1, 0.22, 1);
  transition-property: opacity, -webkit-box-shadow;
  transition-property: box-shadow, opacity;
  transition-property: box-shadow, opacity, -webkit-box-shadow;
}
.news-date-list li a::before {
  -webkit-transform: rotate(45deg);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  width: 17px;
  height: 17px;
  margin: auto;
  transform: rotate(45deg);
  background-color: #ff9933;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  content: "";
  opacity: 0;
}
.news-date-list li a span {
  -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 13px 10px 15px;
    border-radius: 10px;
    background-color: #ff9933;
    opacity: 0.5;
}
.news-date-list li a.current::before {
  opacity: 1;
}
.news-date-list li a.current span {
  opacity: 1;
}

.news-list03--item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #FF9933;
}
@media screen and (max-width: 768px) {
  .news-list03--item {
    padding: 15px 0;
  }
}
.news-list03--item--img {
  width: 228px;
  margin-right: 20px;
  background: #fff;
  min-height: 120px;
}
@media screen and (max-width: 768px) {
  .news-list03--item--img {
    width: 40%;
    margin-right: 0;
  }
}
.news-list03--item--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list03--item_content {
  width: calc(100% - 248px);
}
@media screen and (max-width: 768px) {
  .news-list03--item_content {
    width: 58%;
  }
}
.news-single {
  padding-bottom: 40px;
}
.news-single .tag.primary {
  border: none;
  padding: 3px 10px;
}
.news-single--date {
  text-align: right;
}
.main-visual-container.news {
  background: url(../img/news/news_banner.jpg) no-repeat;
  background-size: cover;
  background-position: 80% center;
}
/* =================================================================
  whitepaper edit 02-2025
  ================================================================*/
.whitepaper-form  .grecaptcha-badge {
  display: none;
}
.whitepaper-single-cont {
  padding: 80px 0;
}
.whitepaper-single__content {
  border-right: 1px solid #ff9933;
  position: relative;
  z-index: 2;
  min-height: 1.65em;
}
@media screen and (max-width: 768px) {
  .whitepaper-single__content {
    border-right: none;
  }
}
.whitepaper-single--link {
  margin-bottom: 5px;
}
.whitepaper-single--link a {
  color: #FF9933;
  text-decoration: underline;
  font-size: 1.6rem;
}
.whitepaper-single .container {
  position: relative;
}
.whitepaper-single--iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .whitepaper-single--iframe {
    position: static;
  }
}

.wpcf7-form input[type="submit"] {
background-color: transparent !important;
border: solid 2px var(--global--color-secondary) !important;
color: var(--global--color-secondary) !important;
cursor: pointer;
transition: background-color 0.3s ease;
border: none;
padding: 28px 15rem;
line-height: unset;
margin-left: 50px;
}

@media screen and (max-width: 768px) {
.wpcf7-form input[type="submit"] {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    margin-left: 0px;
  }
}

.wpcf7-form input[type="button"] {
background-color: transparent !important;
border: solid 2px var(--global--color-secondary) !important;
color: var(--global--color-secondary) !important;
cursor: pointer;
transition: background-color 0.3s ease;
border: none;
padding: 25px 15rem;

}

@media screen and (max-width: 768px) {
.wpcf7-form input[type="button"] {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
}



.wpcf7-list-item {
      display: block !important;
      margin: 10px 0 0 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: none;
    color: #dc3232;
    margin: 0em 0em 5em;
}

.form-buttons {
  display: flex;
  flex-direction: row; /* PCでは横並び */
  gap: 16px; /* ボタン間のスペース */
}

.form-button {
  padding: 12px 24px;
  font-size: 16px;
  min-width: 120px;
  cursor: pointer;
}

/* スマホサイズでは縦並び */
@media screen and (max-width: 768px) {
  .form-buttons {
    flex-direction: column;
    align-items: stretch;
  }
}

.wpcf7 form .wpcf7-response-output{
border: none;
  }
