@charset "utf-8";
/*----------------------------------
	keyv
-----------------------------------*/
#keyv {
  position: relative;
  width: 100%;
  height: 100vh;
  background: linear-gradient(180deg, #E5F4F7 0%, #F7FBFC 100%);
}
.slider {
  position: absolute;
  top: 18.5%;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
.slider .slide-track {
  display: flex;
  width: calc(200%); /* 2周分 */
  animation: scroll 30s linear infinite;
}
.slider img {
  object-fit: cover;
  margin-right: 20px;
  border-radius: 10px;
}
.slider img.img01 {
  width: 250px;
  height: 350px;
}
.slider img.img02 {
  width: 350px;
  height: 350px;
}
.slider img.img03 {
  width: 200px;
  height: 350px;
}
.slider img.img04 {
  width: 450px;
  height: 350px;
}
.slider img.img05 {
  width: 300px;
  height: 350px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.keyv-box {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 100vh;
  margin: 0 auto;
  padding: 0 2.0rem;
}
.keyv-txt {
  width: 100%;
  position: absolute;
  bottom: 5%;
  left: 0;
  z-index: 10;
}
.keyv-txt h2{
  font-size: 5.0rem;
  font-weight: 900;
  display: inline-block;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1.2s ease-out forwards;
  animation-delay: 0.2s;
}
.keyv-txt h3{
  font-size: 3.0rem;
  font-weight: 900;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1.2s ease-out forwards;
  animation-delay: 1s;
}
.keyv-list {
	display: flex;
	flex-wrap: wrap;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1.2s ease-out forwards;
  animation-delay: 1.8s;
}
@media screen and (max-height: 768px) {
  .slider {
    top: 10.0rem;
  }
  .keyv-txt {
	bottom: 1.5rem;  
  }
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.keyv-list li{
	width: 32%;
	margin-right: 2%;
}
.keyv-list li:last-child{
	margin-right: 0;
}
.keyv-list li h4 {
 position: relative;
  margin: 30px;
  text-align: center;
}
.keyv-list li h4:before,
.keyv-list li h4:after {
  position: absolute;
  z-index: 0;
  bottom: -10px;
  display: block;
  content: '';
  border: 1em solid #d90606;
}
.keyv-list li h4:before {
  left: -30px;
  border-left-width: 15px;
  border-left-color: transparent;
}
.keyv-list li h4:after {
  right: -30px;
  border-right-width: 15px;
  border-right-color: transparent;
}
.keyv-list li h4 span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1rem 2rem;
  color: #fff;
  background: #fa4141;
}
.keyv-list li h4 span:before,
.keyv-list li h4 span:after {
  position: absolute;
  bottom: -10px;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  border-style: solid;
  border-color: #b70505 transparent transparent transparent;
}
.keyv-list li h4 span:before {
  left: 0;
  border-width: 10px 0 0 10px;
}
.keyv-list li h4 span:after {
  right: 0;
  border-width: 10px 10px 0 0;
}
/*----------------------------------
	about
-----------------------------------*/
#about {
	position: relative;
	background: url(/wp-content/themes/design-corporate-2025/assets/images/bg/bg_about.webp) no-repeat center center / cover;
	width: 100%;
	height: 650px;
}
#about:after{
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(30px);
	pointer-events: none;
}
#about .about-inner {
	position: relative;
	width: 100%;
	max-width: 1200px;
	padding: 0 2.0rem;
	margin: 0 auto;
	height: 100%;
}
#about .about-inner:after{
	content: "";
	position: absolute;
	right: 5.0rem;
	bottom: 0;
	background: url(/wp-content/themes/design-corporate-2025/assets/images/pht/pht_about.webp) no-repeat center center / cover;
	width: 420px;
	height: 600px;
	z-index: 10;
}
.about-box {
	position: absolute;
	top: 50%;
	left: 5.0rem;
	transform: translateY(-50%);
	z-index: 10;
	width: 50%;
	color: #fff;
}
.about-txt h3{
	font-size: 3.0rem;
	font-weight: 900;
	margin-bottom: 2.0rem;
}
.about-txt .txt {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 5.0rem;
}
.about-txt a.link-btn {
	margin: 0 auto;
}
/*----------------------------------
	service
-----------------------------------*/
#service {
	position: relative;
	padding: 10.0rem 0;
	z-index: 0;
}
.fit-txt {
	font-family: 'Poppins';
	font-weight: 900;
	display: inline-block;
	font-size: 10vw;
	color: #f8f8f8;
	position: absolute;
	bottom: -4.0rem;
	left: 0;
	line-height: 1;
	z-index: -1;
}
#service .service-box {
	position: relative;
	width: 100%;
	max-width: 1200px;
	padding: 0 2.0rem;
	margin: 0 auto;
}
.service-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3.0rem;
}
.service-list li{
	width: 30%;
	padding: 3.0rem 0;
	background: #4682B4;
	border-radius: 0.8rem;
	color: #fff;
	text-align: center;
	margin: 0 5% 2.0rem 0;
}
.service-list li:nth-child(3n){
	margin-right: 0;
}
.service-list li h3{
	margin-bottom: 0.5rem;
}
.service-list li .txt{
	font-size: 1.6rem;
}
#service .service-box h4{
	font-size: 2.4rem;
	margin-bottom: 3.0rem;
}
/*----------------------------------
	faq
-----------------------------------*/
#faq {
	background: #f8f8f8;
	padding: 10.0rem 0;
}
.faq-box {
	background: #4682B4;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2.0rem;
	border-radius: 0.8rem;
}
.faq-list {
	padding: 5.0rem 3.0rem;
}
.faq-list li{
	background: #fff;
	border-radius: 0.8rem;
}
.faq-list li:last-child{
	margin-bottom: 0;
}
.accordion {
	margin: 4rem auto;
	max-width: 80%;
}
.toggle {
	display: none;
}
.faq {
	position: relative;
	margin-bottom: 2.0rem;
}
.question,.anser {
	transform: translateZ(0);
	transition: all 0.3s;
}
.question {
	padding: 1.5rem 2.2rem 1.5rem 1.5rem;
	display: block;
	color: #333;
}
.question span, .anser span.icon {
	font-family: 'Poppins';
	font-weight: 900;
    font-size: 160%;
    padding-right: 0.6rem;
    color: #c30a01;
    line-height: 1.2;
}
.question span{
	color: #4682B4;
}
.anser div{
	display: flex;
}
.question:after,.question:before {
	content: "";
	position: absolute;
	right: 2.0rem;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 2px;
	height: 1.5rem;
	background-color: #999;
	transition: all 0.3s;
}
.question:after {
	transform: rotate(90deg);
}
.anser {
	max-height: 0;
	overflow: hidden;
}
.anser div {
	margin: 0;
	padding: 0 1.5rem 2.0rem;
	line-height: 1.8;
}
.toggle:checked + .question + .anser {
	max-height: 500px;
	transition: all 1.5s;
}
.toggle:checked + .question:before {
	transform: rotate(90deg) !important;
}
/*----------------------------------
	column
-----------------------------------*/
#column {
	padding: 10.0rem 0;
}
.index-column-box {
	display: grid;
	grid-template-columns: 20vw 1fr;
	margin-bottom: 5.0rem;
}
.index-column-box h3.index-column-box-L {
	writing-mode: vertical-rl;
	font-size: 5.0rem;
	font-weight: 900;
	line-height: 1;
	padding-right: 5vw;
	display: flex;

	justify-content: center;
}
.index-column-list {
	padding-right: 10vw;
	border-left: 1px solid #333;
}
.index-column-list li{
	border-bottom: 1px solid #333;
}
.index-column-list li:last-child{
	border-bottom: none;
}
.index-column-list li a{
	padding: 5.0rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #333;
}
.index-column-list li .image {
	width: 300px;
}
.index-column-list li .detail {
	width: calc(100% - 300px);
	padding-left: 5.0rem;
}
.index-column-list li .detail h3{
	line-height: 1.2;
	margin-bottom: 1.0rem;
}
.post-time-cat {
	display: flex;
	align-items: center;
	font-size: 1.4rem;
}
.post-time-cat time{
	margin-right: 2.0rem;
}
/*----------------------------------
	conv
-----------------------------------*/
#conv {
	background: #4682B4;
}
#conv h2{
	color: #fff;
}
#conv ul.conv-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.conv-list li{
	position: relative;
	width: 50%;
	text-align: center;
}
.conv-list li a{
	display: block;
	color: #fff;
	transition: .5s;
	padding: 10.0rem 0;
}
.conv-list li a:hover{
	color: #4682B4;
	background: #fff;
}
.conv-list li:last-child{
	border-left: 1px solid #fff;
}
.conv-list li h3{
	font-size: 3.0rem;
}
.conv-list li:first-child a:before{
  content: "\e900";
  font-family: 'icomoon';
  font-size: 3.5rem;
}
.conv-list li:last-child a:before{
  content: "\e90a";
  font-family: 'icomoon';
  font-size: 3.5rem;
}
/*----------------------------------
	page common
-----------------------------------*/
main#container {
	background: linear-gradient(180deg, #E5F4F7 0%, #F7FBFC 100%);
}
.page-keyv-detail {
	text-align: center;
	margin: 20.0rem 0 10.0rem;
	font-weight: 900;
}
.page-keyv-ttl-en {
	font-family: Inter, sans-serif;
	font-size: 15.0rem;
	line-height: 1;
	margin-bottom: 2.0rem;
}
.page-content {
	padding: 0 5.0rem;
	margin-bottom: 10.0rem;
}
.page-content .block {
	background: #fff;
	padding: 10.0rem 5.0rem;
}
.page-content .block-second {
	padding: 0 5.0rem 10.0rem;
	background: #fff;
}
.page-catch {
	text-align: center;
	font-size: 5.0rem;
	font-weight: 900;
	margin-bottom: 5.0rem;
}
.page-ttl {
	font-size: 3.0rem;
	margin-bottom: 3.0rem;
	text-align: center;
}
/*----------------------------------
	page about
-----------------------------------*/
.about-txt {
	font-size: 2.1rem;
	text-align: center;
}
.pr-visual {
  width: 80%;
  margin: 0 auto 5.0rem;
  overflow: hidden;
}
.pr-visual img {
  width: 100%;
  height: auto;
  display: block;
}
/* ▼左右を斜めにカット ▼ */
.angle-cut {
  clip-path: polygon(
    12% 0%,   /* 左上：内側へ深くカット */
    100% 0%,  /* 右上 */
    88% 100%, /* 右下：内側へ深くカット */
    0% 100%   /* 左下 */
  );
}
.parallax-hero {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6.0rem 2.0rem;
  overflow: hidden;
}
.parallax-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  filter: grayscale(70%) contrast(1.05);
}
.parallax-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.parallax-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse at center,
      rgba(0,0,0,0.1) 0%,
      rgba(0,0,0,0.7) 100%
    );
  z-index: 1;
  opacity: 0.85;
}
.parallax-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 960px;
}
.parallax-hero-content {
  background: rgba(255,255,255,0.96);
  border-radius: 18px;
  padding: 3.5rem 3.0rem;
  box-shadow: 0 18px 40px rgba(0,0,0,0.4);
  text-align: center;
}
.parallax-hero-title {
  font-size: 3.0rem;
  margin: 0 0 2.5rem;
  color: #1b2d66;
}
.parallax-hero-text {
	padding: 3.0rem 0;
	margin-bottom: 3.0rem;
	font-size: 1.6rem;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.parallax-hero-text p{
  margin-bottom: 2.0rem;
}
.parallax-hero-sign {
	width: 280px;
	margin: 0 auto;
}
.company-info {
	width: 800px;
	margin: 0 auto;
}
.company-info tr th, .company-info tr td{
	text-align: left;
}
.company-info tr th{
	width: 30%;
	padding: 2.0rem 0;
	font-weight: 400;
	border-bottom: 1px solid #4682B4;
}
.company-info tr td{
	width: 70%;
	padding: 1.0rem 0;
	border-bottom: 1px solid #ccc;
}
.factoring-img {
	width: 80%;
	margin: 0 auto;
}
/*----------------------------------
	page service
-----------------------------------*/
.service-step li{
	position: relative;
	background: #E5F4F7;
	padding: 5.0rem;
	margin-bottom: 5.0rem;
	z-index: 1;
}
.service-step li:before {
	font-size: 25.0rem;
	line-height: 1;
	color: #fff;
	position: absolute;
	top: 0.5rem;
	left: 2.5rem;
	z-index: -1;
	font-weight: 900;
	opacity: .6;
}
.service-step li:first-child:before {
	content: "01";
}
.service-step li:nth-child(2):before {
	content: "02";
}
.service-step li:nth-child(3):before {
	content: "03";
}
.service-step li:nth-child(4):before {
	content: "04";
}
.service-step li:nth-child(5):before {
	content: "05";
}
.service-step li:last-child:before {
	content: "06";
}
.service-step li .service-box {
	display: flex;
	flex-wrap: wrap;
}
.service-step li .service-box .service-txt {
	width: 60%;
	margin-right: 5%;
}
.service-step li .service-box .service-txt h3{
	font-size: 2.4rem;
	margin-bottom: 2.0rem;
}
.service-step li .service-box .service-txt p{
	margin-bottom: 1.0rem;
}
.service-step li .service-box .service-img {
	width: 35%;
}
.service-point {
	width: 800px;
	background: #4682B4;
	padding: 5.0rem;
	margin: 0 auto;
}
.service-point li{
	margin-bottom: 2.5rem;
	padding-bottom: 1.0rem;
	border-bottom: 1px solid #fff;
}
.service-point li:last-child{
	margin-bottom: 0;
}
.service-point li h3{
	position: relative;
	font-size: 2.4rem;
	padding-left: 13.0rem;
	color: #fff;
}
.service-point li h3:before{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: #fff;
	color: #4682B4;
	padding: 0.5rem 1.5rem 0.7rem;
	font-size: 1.8rem;
}
.service-point li:first-child h3:before{
	content: "POINT 01";
}
.service-point li:nth-child(2) h3:before{
	content: "POINT 02";
}
.service-point li:nth-child(3) h3:before{
	content: "POINT 03";
}
.service-point li:nth-child(4) h3:before{
	content: "POINT 04";
}
.service-point li:nth-child(5) h3:before{
	content: "POINT 05";
}
.service-point li:last-child h3:before{
	content: "POINT 06";
}
.service-flow{
	background: #E5F4F7;
	padding: 5.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.service-flow li{
	width: 32%;
	background: #fff;
	padding: 5.0rem;
	font-size: 1.6rem;
}
.service-flow li .no {
	font-size: 3.0rem;
	text-align: center;
	color: #4682B4;
	font-weight: 900;
	margin-bottom: 2.0rem;
}
.service-flow li h3{
	background: #4682B4;
	padding: 1.0rem 0 1.1rem;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	margin-bottom: 2.0rem;
    clip-path: polygon(0 0, calc(100% - .86vw) 0, 100% 50%, calc(100% - .86vw) 100%, 0 100%);
}
/*----------------------------------
	page contact
-----------------------------------*/
.page-contact-box {
	display: flex;
	flex-wrap: wrap;
}
.page-contact-box .page-contact-L {
	width: 40%;
	margin-right: 5%;
	font-size: 1.6rem;
}
.page-contact-box .page-contact-L h3{
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.5rem;
	margin-bottom: 2.0rem;
	font-size: 2.1rem;
	font-weight: 400;
}
.page-contact-box .page-contact-L .rubi{
	font-size: 1.4rem;
	text-indent: -1.8rem;
	margin-left: 1.8rem;
}
.page-contact-box .page-contact-L .tel-no {
	font-family: inter;
	position: relative;
	font-size: 4.5rem;
	color: #4682B4;
	letter-spacing: 0.2rem;
	line-height: 1;
	padding-left: 4.5rem;
}
.page-contact-box .page-contact-L .tel-no:before{
	content: "";
	background: url(/wp-content/themes/design-corporate-2025/assets/common/icon/icon_tel.svg) no-repeat center center;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.page-contact-box .page-contact-L .small {
	font-size: 1.4rem;
}
.page-contact-box .page-contact-R {
	width: 55%;
}
.form-box label{
	display: flex;
	margin-bottom: 1.0rem;
	align-items: center;
}
.form-box label .required {
	background: #E35C5C;
	font-size: 1.2rem;
	padding: 0.25rem 1.0rem 0.5rem;
	color: #fff;
	margin-left: 2.0rem;
}
.form-box select, .form-box input, .form-box textarea{
	background: #f1f1f1;
	padding: 1.0rem;
	width: 100%;
}
.wpcf7-form-control-wrap {
	margin-bottom: 3.5rem;
	display: block;
}
.wpcf7-not-valid-tip {
	font-size: 1.4rem !important;
}
.wpcf7-list-item {
	margin-left: 5.0rem !important;
}
.wpcf7-list-item.first {
	margin-left: 0 !important;
}
.form-box .wpcf7-list-item input{
	width: auto !important;
}
.privacy-title {
	margin-bottom: 1.0rem;
	font-size: 1.8rem;
	font-weight: 400;
}
.privacy-text {
    max-height: 250px;
    overflow-y: auto;
    border: 1px solid #ddd;
    padding: 10px 12px;
    background: #fafafa;
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 2.0rem;
}
.agree-txt {
	font-size: 1.6rem;
	text-align: center;
}
.contact-submit {
	font-size: 1.6rem;
    color: #fff;
    background: #4682B4;
    display: block;
    padding: 1.5rem 0;
    width: 300px;
    margin: 0 auto;
    border: 1px solid #4682B4;
    line-height: 1;
    transition: .3s;
}
.contact-submit:hover {
	color: #4682B4;
	background: #fff;
}
/*----------------------------------
	category
-----------------------------------*/
.cat-list-nav {
	padding: 0 5.0rem;
	margin-bottom: 5.0rem;
}
.cat-list-nav nav ul{
	display: flex;
	justify-content: space-between;
}
.cat-list-nav nav ul li{
	line-height: 1;
	width: 23%;
}
.cat-list-nav nav ul li a{
	color: #fff;
	background: #4682B4;
	padding: 2.0rem;
	text-align: center;
	display: block;
	border: 1px solid #4682B4;
	border-radius: 5.0rem;
	transition: .3s;
}
.cat-list-nav nav ul li a:hover{
	background: #fff;
	color: #4682B4;
}
.cat-list {
	padding: 0 5.0rem;
	margin-bottom: 10.0rem;
}
.cat-list ul{
	display: flex;
	flex-wrap: wrap;
}
.cat-list ul li{
	width: 32%;
	margin: 0 2% 3.0rem 0;
}
.cat-list ul li:nth-child(3n) {
	margin-right: 0;
}
.cat-list ul li a{
	color: #333;
	display: block;
	background: #fff;
    transition: transform .25s ease, box-shadow .25s ease;
}
.cat-list li a:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.12);
}
.cat-list-detail {
	padding: 3.0rem 1.5rem;
}
.cat-list-date {
	font-size: 1.4rem;
	margin-bottom: 1.0rem;
}
.cat-list-image {
    width: 100%;
    height: 300px; /* ← お好みの高さに変更 */
    overflow: hidden;
}
.cat-list-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 画像を中央でトリミング */
    display: block;
}
.cat-list-ttl {
	font-size: 1.8rem;
	margin-bottom: 2.0rem;
}
/*----------------------------------
	post
-----------------------------------*/
.single-container {
	padding: 0 5.0rem;
	margin-bottom: 10.0rem;
}
.single-container .block {
	background: #fff;
	padding: 5.0rem;
	display: grid;
	grid-template-columns: 75% 23%; /* ← 左70%・右30% */
	gap: 50px;
}
.single-date {
	font-size: 1.6rem;
}
.single-ttl {
	font-size: 3.0rem;
	margin-bottom: 5.0rem;
}
.lead {
	margin-bottom: 5.0rem;
}
.single-content #toc {
	margin-bottom: 5.0rem;
	background: #4682B4;
	padding: 3.0rem;
}
.single-content #toc ul{
	list-style: none;
	background: none;
	padding: 0;
	margin: 0;
}
.single-content #toc ul li:first-child{
	border-top: 1px solid #fff;
}
.single-content #toc ul li{
	position: relative;
	padding: 1.5rem 0.5rem 1.5rem 2.8rem;
	margin-left: 0;
	border-bottom: 1px solid #fff;
}
.single-content #toc ul li:before{
	content: "●";
	position: absolute;
	top: 50%;
	left: 0.5rem;
	transform: translateY(-50%);
	color: #fff;
}
.single-content #toc ul li:last-child{
	margin-bottom: 0;
}
.single-content #toc ul li a{
	color: #fff;
}
.single-content {
	font-size: 1.6rem;
}
.single-content p{
	margin-bottom: 2.0rem;
}
.single-content h2{
	border-bottom: 1px solid #4682B4;
	margin: 5.0rem 0 2.0rem;
	padding-bottom: 0.5rem;
}
.single-content h3{
    border-left: 6px solid #0A74A3; /* ブルーのライン */
    padding: 12px 16px;
    background: #E5F4F7; /* 薄い青背景で読みやすい */
    font-size: 1.8rem;
    font-weight: 700;
    margin: 40px 0 20px;
}
.single-content ol, .single-content ul{
	background: #f1f1f1;
	padding: 2.0rem;
	margin-bottom: 2.0rem;
	font-weight: 600;
}
.single-content ul{
	list-style: outside square;
}
.single-content ol{
	list-style: none;
	counter-reset: custom-counter;
}
.single-content ol li, .single-content ul li{
	margin-bottom: 1.5rem;
}
.single-content ol li:last-child, .single-content ul li:last-child{
	margin-bottom: 0;
}
.single-content ul li{
	margin-left: 2.0rem;
}
.single-content ol li {
  position: relative;
  padding-left: 2.0rem; 
  margin-bottom: .5rem;
}
.single-content ol li::before {
  counter-increment: custom-counter; 
  content: counter(custom-counter) "."; 
  position: absolute;
  left: 0; 
  top: 0; 
  font-weight: bold;
  color: #333;
  width: 15px;
  text-align: right;
}
.sidebar{
	
}
.side-ttl {
	font-size: 1.8rem;
	background: #4682B4;
	color: #fff;
	padding: 0.5rem 1.5rem;
	font-weight: 600;
	margin-bottom: 2.0rem;
}
.sidebar-list li{
	margin-bottom: 3.0rem;
}
.sidebar-list li a{
	color: #333;
}
.side-latest-thumb {
	margin-bottom: .5rem;
	overflow: hidden;
}
.side-latest-thumb img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform .35s ease;
}
.sidebar-list li a:hover .side-latest-thumb img {
    transform: scale(1.06);
}
/*--------------------------------
  SP (スマホ 〜576px)
--------------------------------*/
@media (max-width: 576px) {
  .hamburger {
	  right: 3.5rem !important;  
  }
  a.link-btn {
	  width: 215px;
  }
  header{
	  width: 95%;
	  top: 1.5rem;
	  left: 50%;
	  transform: translateX(-50%);
  }
  header .header-inner {
	  padding: 1.0rem 2.0rem;
  }
  header .header-inner h1{
	  width: 150px;
  }
  header .header-inner nav {
	  display: none;
  }
  .slider {
	  top: 10.0rem;
  }
  .slider img.img01, .slider img.img02, .slider img.img03, .slider img.img04, .slider img.img05 {
  	  height: 300px;
  }
  #keyv {
	  height: 900px;
  }
  .keyv-box {
      height: 100%;
  }
  .keyv-txt {
	  width: 95%;
	  left: 50%;
	  bottom: 4%;
	  transform: translateX(-50%);
  }
  .keyv-txt h2{
	  font-size: 3.0rem;
  }
  .keyv-txt h3{
	  font-size: 2.0rem;
	  margin-bottom: 2.0rem;
  }
  .keyv-list li, .keyv-list li:last-child{
	  width: 100%;
	  margin-right: 0;
  }
  .keyv-list li h4 {
	  margin: 10px 30px;
  }
  h2.section-ttl {
	  font-size: 3.2rem;
  }
  h2.section-ttl span{
	  font-size: 2.0rem;
	  padding-left: 0;
  }
  .about-box {
	  width: 95%;
	  top: 45%;
	  left: 50%;
	  transform: translate(-50%, -50%);
  }
  #about .about-inner:after{
	  right: 0;
	  width: 180px;
	  height: 260px;
  }
  .about-txt h3{
	  font-size: 1.8rem;
  }
  .about-txt .txt {
	  font-size: 1.6rem;
  }
  #service .service-box {
	  padding: 0 1.0rem;
  }
  .service-list {
	  justify-content: space-between;
  }
  .service-list li{
	  width: 49%;
	  margin-right: 0;
  }
  .service-list li h3{
	  font-size: 1.7rem;
  }
  .service-list li .txt {
	  font-size: 1.4rem;
  }
  .fit-txt {
      bottom: -1.25rem;
  }
  .accordion {
	  max-width: 100%;
  }
  .faq-list {
	  padding: 5.0rem 0;
  }
  .faq-list li{
	  font-size: 1.4rem;
  }
  .index-column-box {
	  display: block;
  }
  .index-column-box h3.index-column-box-L {
	  writing-mode: horizontal-tb;
	  padding-right: 0;
	  text-align: center;
	  font-size: 2.5rem;
	  line-height: 1.4;
  }
  .index-column-list {
	  border-left: none;
	  padding-right: 0;
  }
  .index-column-list li a{
	  display: block;
  }
  .index-column-list li .image {
	  width: 100%;
	  margin-bottom: 2.0rem;
  }
  .index-column-list li .detail{
	  width: 100%;
	  padding-left: 0;
  }
  .index-column-list li .detail h3{
	  font-size: 1.6rem;
  }
  #conv ul.conv-list {
	  display: block;
  }
  .conv-list li{
	  width: 100%;
  }
  .conv-list li:last-child{
	  border-left: 0;
	  border-top: 1px solid #fff;
  }
  .page-keyv-detail {
	  margin: 15.0rem 0 7.5rem;
  }
  .page-keyv-ttl-en {
	  font-size: 6.5rem;
  }
  .page-keyv-ttl {
	  font-size: 2.8rem;
  }
  .cat-list-nav nav ul{
	  display: block;  
  }
  .cat-list-nav nav ul li{
	  width: 100%;
	  margin-bottom: 2.0rem;
  }
  .cat-list-nav nav ul li a{
	  padding: 1.0rem 0 1.5rem;
  }
  .single-container {
	  padding: 0 1.0rem;
	  font-size: 1.5rem;
  }
  .single-container .block {
	  display: block;
	  padding: 2.0rem 1.5rem;
  }
  .single-ttl {
	  font-size: 2.4rem;
	  margin-bottom: 2.0rem;
  }
  .single-content {
	  margin-bottom: 7.5rem;
  }
  .single-content #toc {
	  margin-top: 5.0rem;
	  padding: 3.0rem 1.5rem;
  }
  .single-content #toc ul li{
	  font-size: 1.6rem;
	  padding-left: 0.5rem;
  }
  .single-content #toc ul li:before{
	  display: none;
  }
  .single-content h2{
	  font-size: 2.1rem;
	  line-height: 1.2;
	  padding-bottom: 1.0rem;
  }
  .single-content h3{
	  line-height: 1.4;
  }
  .conv-list li a{
	  padding: 5.0rem 0;
  }
  .conv-list li h3{
	  font-size: 2.4rem;
  }
}

@media (min-width: 577px) and (max-width: 1024px) {
  .tablet {
	  display: block;
  }
  h2.section-ttl {
      font-size: 3.7rem;
  }
  .slider {
	  top: 15%;
  }
  .slider img.img01, .slider img.img02, .slider img.img03, .slider img.img04, .slider img.img05 {
  	  height: 450px;
  }
  .slider img.img03 {
	  width: 280px;
  }
  .keyv-box {
	  width: 95%;
  }
  .keyv-list li h4 span{
	  font-size: 1.6rem;  
  }
  .keyv-txt {
	  bottom: 7.5%;
  }
  .about-txt h3{
	  font-size: 2.4rem;
  }
  #about .about-inner:after {
      width: 300px;
      height: 430px;
      right: 2.5rem;
  }
  .index-column-list li a{
	  display: block;
  }
  .index-column-list li .image {
	  width: 100%;
	  margin-bottom: 2.0rem;
  }
  .index-column-list li .detail {
	  width: 100%;
	  padding-left: 0;
  }
  .single-container .block {
	  display: block;
	  padding: 2.5rem;
  }
}



/* --------------------
   タブレット・スマホメニュー
-------------------- */
@media (max-width: 1024px) {
header{
	width: 95%;
	top: 1.5rem;
	left: 50%;
	transform: translateX(-50%);
}
header .header-inner nav{
	display: none;
}
/* --------------------
   ハンバーガーボタン
-------------------- */
.hamburger {
  position: absolute;
  right: 5.0rem;
  width: 26px;
  height: 20px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  display: none; /* PCでは非表示 */
  z-index: 10001;
}
.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: #4682B4;
  transition: transform 0.25s ease, top 0.25s ease, opacity 0.2s ease;
}
.hamburger span:nth-child(1) { top: 0; }
.hamburger span:nth-child(2) { top: 9px; }
.hamburger span:nth-child(3) { top: 18px; }

/* X へのアニメーション */
.hamburger.is-active span:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
}
.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active span:nth-child(3) {
  top: 9px;
  transform: rotate(-45deg);
}

/* --------------------
   スマホ用フルスクリーンメニュー
-------------------- */
.global-nav-sp {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(6px);
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  display: block;
}
.global-nav-sp__inner {
  position: absolute;
  inset-block: 0;
  right: 0;
  width: 78%;
  max-width: 320px;
  background: #ffffff;
  padding: 80px 24px 32px;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  box-shadow: -8px 0 16px rgba(0, 0, 0, 0.08);
}

/* メニュー項目 */
.global-nav-sp__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.global-nav-sp__list li {
  opacity: 0;
  transform: translateX(12px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2.0rem;
}
.global-nav-sp__list li + li {
  margin-top: 18px;
}
.global-nav-sp__list a {
  display: block;
  text-decoration: none;
  color: #4682B4;
  font-size: 1.6rem;
  font-weight: 700;
}

/* 開いたときの状態 */
body.nav-open .global-nav-sp {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
body.nav-open .global-nav-sp__inner {
  transform: translateX(0);
}

/* リストのディレイアニメーション */
body.nav-open .global-nav-sp__list li {
  opacity: 1;
  transform: translateX(0);
}
body.nav-open .global-nav-sp__list li:nth-child(1) { transition-delay: 0.10s; }
body.nav-open .global-nav-sp__list li:nth-child(2) { transition-delay: 0.25s; }
body.nav-open .global-nav-sp__list li:nth-child(3) { transition-delay: 0.40s; }
body.nav-open .global-nav-sp__list li:nth-child(4) { transition-delay: 0.55s; }
body.nav-open .global-nav-sp__list li:nth-child(5) { transition-delay: 0.70s; }

  .global-nav--pc { display: none; }     /* PCナビ非表示 */
  .hamburger { display: block; }         /* ハンバーガー表示 */
}

/* 余談：SPでbodyスクロールを止めたいとき */
body.nav-open {
  overflow: hidden;
}











