﻿@charset "utf-8";
body {
	font-family: "Noto sans jp", "Yu Gothic", "游ゴシック体", "Hiragino Kaku Gothic", "Meiryo UI", "メイリオ", Meiryo , sans-serif;
	color: #d8f1ff;
    font-size: 16px;
    font-weight: 100;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.pege-home {
    background-image: url("../images/top/top_back.jpg");
	background-size: cover;           
	background-position: left top;    
	background-repeat: no-repeat;
	min-height: 100vh;               
	width: 100%
}

#page-top a{
	position: fixed;
	bottom: 200px;
	right: 50px;
	animation: pukapuka2 5s ease-in-out infinite alternate;
	z-index: 100000000;
}
.gnav { 
	position: sticky;
  	top: 0; 
  	z-index: 100; 
    width: 100%;
    height: 100px;
    background-color: #0d1b2a;
}

.logo {
    position:absolute;
    top: 25px;
    left: 3%;
    display: flex;
    align-items: center; 
	z-index: 10000;
}

.page-title {
	position: absolute;
	top: 150px;
	left: 5%;
}

nav ul {
    position: absolute;
    top: 35%;
    left: 40%;
}

nav ul li {
    font-size: 18px;
    display: inline-block;
    position: relative;
}

nav ul li a {
    text-decoration: none;
    color:#d8f1ff;
    padding: 10px 40px;
	text-align: center;
}

nav ul li a:hover {
	background: linear-gradient(90deg, #d8f1ff, #cbc0d3);
	border-radius: 8px;
}

.gnav> nav > ul > li:hover > a {
	color: #0d1b2a;             
}

.toggle,
.rpMenu {
	display: none;
}
 
/******* profile *******/

.introduction {
	background-image: url("../images/top/profileback.png");
	background-size: cover;
	background-position: -20% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.category {
    font-size: 60px;
    text-align: center;
    padding-top: 30%;
    padding-bottom: 100px; 
}

.introduction {
    text-align: center;
    height: 500px;
}

.icon-row {
    display: flex;
    justify-content: center; 
    align-items: center;    
}

.icon-row img {
    cursor: pointer; 
}

.image-stack {
    position: relative; 
}

.icon2-bubble {
	position: absolute;
    top: 20px;  
    right: 50px;
    z-index: 2;
}

.back {
    position: absolute;
    top: -25%;
    left: 0;
    width: 100%;
    z-index: -5;
    filter: contrast(10);
    filter: saturate(10);
}

.modal {
  display: none;
  position: fixed;
  z-index: 99999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
}

.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  max-width: 500px;
  text-align: center;
  position: relative;
  border-radius: 10px;
  z-index: 100000;
}

#modal-img {
	z-index: 10000001;
}

.close {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 30px;
	cursor: pointer;
	color: rgba(0,0,0,0.7);
	z-index: 10000000;
	transition: opacity 0.3s ease;
}

.close[style*="display: none"] {
  opacity: 0;
}

.close:hover {
  	color: #cbc0d3;    
}

.icon1 {
    filter: contrast(.8);
    filter: saturate(.5);
	animation: pukapuka 3s ease-in-out infinite alternate;
	display: inline-block;
	transition: 3s ease-in-out;
	width: 232px;
	height: 250px;
	margin-top: 15px;
}

.image-stack {
    filter: contrast(.8);
    filter: saturate(.5);
	animation: pukapuka2 5s ease-in-out infinite alternate;
	display: inline-block;
	transition: 5s ease-in-out;
	width: 667px;
	height: 367px;
	margin-top: 15px;
}

.icon3 {
    filter: contrast(.8);
    filter: saturate(.5);
	animation: pukapuka 3s ease-in-out infinite alternate;
	display: inline-block;
	transition: 3s ease-in-out;
	width: 253px;
	height: 227px;
	margin-top: 15px;
}

@keyframes pukapuka {
  0% {
    transform:translateY(0);
  }
  50% {
    transform:translateY(-10px);
  }
  100% {
    transform:translateY(0);
  }
}

@keyframes pukapuka2 {
  0% {
    transform:translateY(0);
  }
  50% {
    transform:translateY(-30px);
  }
  100% {
    transform:translateY(0);
  }
}

.icon2 {
    z-index: 90000;
    filter: contrast(.8);
    filter: saturate(.5);
}

.icon3 {
    z-index: 90;
    filter: contrast(.8);
    filter: saturate(.5);
}

/***************.skill ***************/

.skill {
    margin-top: 100px;    
    position: relative;
    z-index: 0;
}

.category2 {
    font-size: 60px;
    padding-top: 100px;
    padding-bottom: 100px;
	text-align: center;
}

.skill-content {
    display: flex;               
    justify-content: center;     
    gap: 100px;                 
    width: 100%;
    flex-wrap: wrap;             

}

.title {
    font-size: 20pt;
	text-align: center;
	margin: 25px auto 0;
    padding: 25px 0;
}

.detail {
    width: 400px;
    margin-bottom: 10px;
    line-height: 2;
    padding-left: 50px;
}

.about1 {
    width: 500px;
    height: 400px;
	background-image: url("../images/back_500_350.png");
	background-size: 500px 400px;
  	background-position: top center;
  	background-repeat: no-repeat;
    backdrop-filter: saturate(1.5);
	backdrop-filter: contrast(1.5);
}

.title2 {
    font-size: 20pt;
	text-align: center;
    margin-top: 25px;
    padding-bottom: 25px;
}

.about2 {
    width: 500px;
    height: 400px;
	background-image: url("../images/back_500_350.png");
	background-size: 500px 400px;
  	background-position: top center;
  	background-repeat: no-repeat;
    backdrop-filter: saturate(1.5);
	backdrop-filter: contrast(1.5);
}

.detail2 {
    width: 400px;
    margin-bottom: 10px;
    line-height: 2;
	padding-left: 50px;
}


/*************** .future **************/

.future {
    height: 785px;
    background-image: url("../images/top/profileback.png");
    background-size: 100%;
    background-position: 100% 70%;
    background-repeat: no-repeat;
}

.future div {
    height: 523px;
}

.detail3 {
    width: 800px;
    line-height: 3;
    text-align: center;
    margin: 0 auto;
}

/****** footer *****/

div footer {
    position: relative;
    height: 200px;
    background-image: url("../images/footer_back.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

div footer p {
    font-size: 20px;
    position: absolute;
    left: 40%;
    bottom: 60px;
}

div footer small {
    position: absolute;
    right: 50px;
    bottom: 20px;
}



/*********************************** webdesign.html ***********************************/

.category3 {
	font-size: 60px;
    text-align: center;
    padding-top: 550px;
    padding-bottom: 100px;
}

.site1 {
	height: auto;
	width: 1200px;
	margin: 0 auto;
}

.page-web {
    background-image: url("../images/web/web_back.jpg");
	background-size: cover;           
	background-position: left top;    
	background-repeat: no-repeat;
	min-height: 100vh;                
	width: 100%
}

.page-title-web {
	position: absolute;
	top: 150px;
	left: 5%;
}

.title-web {
	font-size: 20pt;
    padding: 25px 0 25px 50px;
	line-height: 2;
}

.detail-web {
	width: 500px;
    margin-bottom: 20px;
    line-height: 2;
	padding-left: 50px;
	padding-right: 50px; 
}

.text-web {
	margin-left: 50%;
	width: 600px;
	height: 500px;
	background-image: url("../images/web/web_backs.png");
	background-size: 100%;
	background-position: top 90%;
  	background-repeat: no-repeat;
    backdrop-filter: saturate(1.2);
	backdrop-filter: contrast(1.2);
	margin-bottom: 550px;
}	

.top {
	position: absolute;
	top: 0;
	left: -100%;
	height: 1050px;
}

.mock1 {
	margin-top: 100px;
}

.list {
	width: 1200px;
  	margin: 0 auto; 
  	padding: 100px 0;
  	height: auto; 
}

.list-row {
	display: flex;
  	justify-content: space-between; 
  	align-items: center; 
  	flex-wrap: wrap; 
  	gap: 20px; 
}

.list-row img {
  	width: 150px; 
  	height: auto;
  	cursor: pointer;
}

.site2 {
	height: 1450px;
}

.text-web2 {
	margin-left: 50%;
	width: 600px;
	height: 500px;
	background-image: url("../images/web/web_backs.png");
	background-size: 100%;
	background-position: top 90%;
  	background-repeat: no-repeat;
    backdrop-filter: saturate(1.2);
	backdrop-filter: contrast(1.2);
	margin-bottom: 400px;
}	

.top2 {
	position: absolute;
	top: 0;
	left: -100%;
	height: 900px;
}

.list-row2 {
	display: flex;
  	justify-content: space-between; 
  	align-items: center; 
  	flex-wrap: wrap; 
  	gap: 20px; 
}

.list-row2 img {
  	width: 200px; 
  	height: auto;
  	cursor: pointer;
}






/*********************************** visual.html ***********************************/


.page-visual {
    background-image: url("../images/visual/visualcontens_back.jpg");
	background-size: cover;          
	background-position: left top;    
	background-repeat: no-repeat;
	min-height: 100vh;                
	width: 100%
}

.page-title-grahic {
	position: absolute;
	top: 150px;
	left: 5%;
}

.text-visual {
    margin: 0 auto;
	width: 1200px;
	height: 550px;
    position: relative;
}

.title-visual {
	font-size: 30px;
    padding: 25px 50px;
	line-height: 2;
}

.text-visual img {
    position: absolute;
    top: 0;
    left: 650px;
	width: 500px;
	height: 500px;
}

.detail-visual {
    width: 500px;
    margin-bottom: 20px;
    line-height: 2;
	padding-left: 50px;
	padding-right: 50px;
}

.swiper-container {
  max-width: 100%;
  margin: 0 auto;
}

/* スライダーのwrapper */
.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
  height: 250px;
}

/* スライド */
.infinite-slider .swiper-slide {
  height: 150px !important; 
  width: auto !important;
  margin-left: 30px;
}

/* スライド内の画像 */
.infinite-slider .swiper-slide img {
  width: auto;
  filter: brightness(1);
  transition: filter 0.3s;
}

.swiper-slide img:hover {
	filter: brightness(1.15);
}

.swiper-slide img:active {
	filter: brightness(0.85);
} 

/************ banner ***************/

.text-banner {
    margin: 0 auto;
	width: 1200px;
	height: 550px;
    position: relative;
}

.mock-banner {
    position: absolute;
    top: 120px;
    left: 600px;
}

.detail-banner {
	width: 500px;
    line-height: 2;
	padding: 10% 0 50px 630px;
}

.banner {
	width: 1200px;
	height: 500px;
	margin: 100px auto;
	background-image: url("../images/visual/visual_back.png");
	background-size: 100%;
	background-position: center;
  	background-repeat: no-repeat;
	position: relative;
    backdrop-filter: saturate(1.2);
	backdrop-filter: contrast(1.2);
}

.banner img{
	position: absolute;
	top: 25%;
	left: 50px;
}


/*********************************** graphic.html ***********************************/


.page-graphic {
    background-image: url("../images/graphic/Graphicdesign_back.jpg");
	background-size:  cover;       
	background-position: left top;    
	background-repeat: no-repeat;
}

.page-title-grahic {
	position: absolute;

}

.Btn {
	width: 1275px;
	margin: 0 auto;
}

.Btn a img {
	padding: 0 25px 25px 25px;
	filter: brightness(1);
	transition: filter 0.3s
}

.Btn a img:hover {
	filter: brightness(5);
}

.Btn a img:active {
	filter: brightness(1);
} 


/****************** #package　******************/

.text-package {
	width: 1200px;
	height: 550px;
	background-image: url("../images/graphic/package_beside.png");
	background-size: 100%;
	background-position: center;
  	background-repeat: no-repeat;
	position: relative;
    backdrop-filter: saturate(1.2);
	backdrop-filter: contrast(1.2);
	margin: 0 auto;
}

.title-package {
	font-size: 30px;
    padding: 50px 50px 0 50px;
	line-height: 2;
}

.detail-pakage {
	margin: 50px;
	line-height: 2;
	width: 500px;
}

.mockpakage {
	position: absolute;
	top: 50px;
	right: 50px;
}

.container {
	text-align: center;
}

.text-package2 {
	width: 575px;
	height: 900px;
	background-image: url("../images/graphic/package_vertical.png");
	background-size: 100%;
	background-position: top;
  	background-repeat: no-repeat;
    backdrop-filter: saturate(1.2);
	backdrop-filter: contrast(1.2);
	display: inline-block; 
	margin: 100px 20px 0 20px;
	vertical-align: top;
}

.text-package2 img {
	margin: 50px 0 35px 0;
}

.detail-pakage2 {
	line-height: 2;
	width: 475px;
	margin: 15px 50px 0 50px;
	text-align: left;
}

.text-package3 {
	width: 1200px;
	height: 550px;
	background-image: url("../images/graphic/package_beside.png");
	background-size: 100%;
	background-position: center;
  	background-repeat: no-repeat;
	position: relative;
    backdrop-filter: saturate(1.2);
	backdrop-filter: contrast(1.2);
	margin: 100px auto;
	display: flex;
	align-items: center;
}

.text-package3 img {
	margin-left: 50px;
}

.detail-pakage3 {
	margin-top: 20px;
	margin-left: 50px;
	line-height: 2;
	width: 750px;
	height: 400px;
}

.detail-pakage3 p {
	margin-top: 20px;
}

.detail-pakage4 {
	margin-left: 50px;
	line-height: 2;
	width: 550px;
}

.detail-pakage4 p {
	margin-bottom: 20px;
}


/****************** #leaflet ******************/


.container2 {
	width: 1200px;
	height: 900px;
	background-image: url("../images/graphic/leaflet_back.png");
	background-size: 100%;
	background-position: center;
  	background-repeat: no-repeat;
	position: relative;
    backdrop-filter: saturate(1.2);
	backdrop-filter: contrast(1.2);
	margin: 0 auto;
	display: flex;
}

.leafletmock1 {
	width: 500px;
	height: 400px;
	margin: 50px 0 50px 50px;
}

.title-leaflet {
	font-size: 30px;
	line-height: 2;
	margin: 50px 0 50px 50px;
}

.detail-leaflet {
	margin: 50px;
	line-height: 2;
	width: 500px;
}

.detail-leaflet2 {
	margin: 0 50px;
	line-height: 2;
	width: 500px;
	position: absolute;
	top: 470px;
	left: 10px;
}

.detail-leaflet2 p {
	margin-top: 20px
}

.leafletmock2 {
	width: 550px;
	height: 300px;
	position: absolute;
	top: 530px;
	right: 50px;
}

/******** flier **********/

.container3 {
	width: 1200px;
	height: 1380px;
	margin: 0 auto;
	display: flex;
	position: relative;
}

.container3 div {
	width: 650px;
	height: auto;
	position: relative;
}

.fliermock1 {
	width: 650px;
	height: 650px;
}

.title-flier,
.title-flier2 {
	font-size: 30px;
	line-height: 2;
	margin: 50px 0 30px 50px;
}

.detail-flier {
	margin: 0 0 20px 50px;
	line-height: 2;
	width: 500px;
}

.text-flier2 {
	position: absolute;
	top: 0;
	right: 700px;
}

.fliermock2 {
	width: 650px;
	height: 650px;
	position: absolute;
	top: 50px;
	right: 0;
}

/********* #businesscard **********/

.text-businesscard {
	width: 1200px;
	height: 500px;
	background-image: url("../images/graphic/businesscard_back.png");
	background-size: 100%;
	background-position: top center;
  	background-repeat: no-repeat;
	position: relative;
    backdrop-filter: saturate(1.2);
	backdrop-filter: brightness(1.2);
	backdrop-filter: contrast(1.5);
	margin: 0  auto 100px;
	display: flex;
}

.text-businesscard img {
	width: 400px;
	height: 400px;
	margin: 50px 50px 0;
}

.title-businesscard {
	font-size: 30px;
	line-height: 2;
	margin: 50px 0 30px 50px;
}

.detail-businesscard {
	margin: 0 0 20px 50px;
	line-height: 2;
	width: 600px;
}


/*************** #badge ******************/

.container4 {
	width: 1200px;
	height: 500px;
	display: flex;
	margin: 0 auto;
	padding-bottom: 100px;
}

.text-badge {
	width: 350px;
	height: 500px;
	background-image: url("../images/graphic/badge_back.png");
	background-size: 100%;
	background-position: top center;
  	background-repeat: no-repeat;
	position: relative;
}

.text-badge2 {
	width: 350px;
	height: 500px;
	background-image: url("../images/graphic/badge_back.png");
	background-size: 100%;
	background-position: top center;
  	background-repeat: no-repeat;
	position: relative;

	margin: 0 75px;
}

.text-badge img {
	margin: 50px 75px 45px 75px;
}

.text-badge2 img {
	margin: 50px 75px 45px 75px;
}

.text-badge p {
	margin: 0 auto;
	width: 270px;
	line-height: 2.2;
}

.text-badge2 p {
	margin: 0 auto;
	width: 270px;
	line-height: 2.2;
}


/*********************************** contact.html ***********************************/

.page-contact {
    background-image: url("../images/contact/contact_back.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.contact {
	width: 1200px;
	height: 950px;
	background-image: url("../images/contact/contact_back.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto 200px;
	mix-blend-mode: hard-light;
}

.page-title-contact {
	position: absolute;
	top: 150px;
	left: 5%;
}

.contact form {
	width: 800px;
	height: 670px;
	margin: 0 auto;
	padding-top: 40px;

}

.contact form label {
	font-size: 21pt;
	display: block;
	height: 40px;
}

.form-example {
	margin-bottom: 40px;
}

.form-example input {
	width: 800px;
	height: 50px;
	background-color: rgba(255,255,255,0.6);
	border-radius: 5px;
	font-size: 16px;
}

.form-example textarea {
	width: 800px;
	height: 200px;
	background-color: rgba(255,255,255,0.6);
	border-radius: 5px;
	font-size: 16px;
	resize: none;
}

.form-example .send {
	width: 100px;
	height: 50px;
	font-size: 18pt;
	font-weight: 100;
	color:  #d8f1ff;
	background-color: rgba(11,30,45,0.8);
	border-radius: 5px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}

/*************************************************** responsiive **********************************************************/

@media (min-width: 768px) {
  .toggler,
  .hamburger,
  .menu,
  .page-title-webrp,
  .site2-topS,
  .text-mobile,
  .page-title-grahicrp,
  .title-flier-rp,
  .page-title-contactrp  {
    display: none;
  }

  
}

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

	html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
	}

	.pege-home {
	min-height: 100dvh;
    background-image: url("../images/top/top_back.jpg");
	background-size: cover;
	background-position: top ;
	background-repeat: no-repeat;
  	}

    nav {
        display: none;
    }

	#page-top {
		display: none;
	}

	.gnav {
		position: fixed;
	}

	.toggler{
		/* ALWAYS KEEPING THE TOGGLER OR THE CHECKBOX ON TOP OF EVERYTHING :  */
		z-index:2;
		height: 50px;
		width: 50px;
		position: fixed;
		top: 25px;
		right: 25px;
		cursor: pointer;
		opacity: 0;
	}

	.hamburger{
		position: fixed;
		top: 25px;
		right: 25px;
		height: 50px;
		width: 50px;
	
	/* FOR DISPLAYING EVERY ELEMENT IN THE CENTER : */
	
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#page-top-rp {
		position: fixed;
		right: 25px;
		bottom: 50px;
		z-index: 100000000000;
	}

	#page-top-rp a img {
		width: 50px;
		height: 50px;
	}

	/* CREATING THE MIDDLE LINE OF THE HAMBURGER : */

	.hamburger > div{
		position: relative;
		top: 0;
		left: 0;
		background: #d8f1ff;
		height: 3px;
		width: 100%;
		transition: all  0.4s ease;
	}

	/* CREATING THE TOP AND BOTTOM LINES : 
	TOP AT -10PX ABOVE THE MIDDLE ONE AND BOTTOM ONE IS 10PX BELOW THE MIDDLE: */

	.hamburger > div::before,
	.hamburger > div::after{
		content: '';
		position: absolute;
		top: -15px;
		background: #d8f1ff;
		width: 100%;
		height: 3px;
		transition: all  0.4s ease;
	}

	.hamburger > div::after{
		top: 15px;
	}

	/* IF THE TOGGLER IS IN ITS CHECKED STATE, THEN SETTING THE BACKGROUND OF THE MIDDLE LAYER TO COMPLETE BLACK AND OPAQUE :  */

	.toggler:checked + .hamburger > div {
	background: transparent; /* ← 真ん中の線を消す */
	}

	.toggler:checked + .hamburger > div::before{
		top: 0;
		transform: rotate(45deg);
		z-index: 10000000;
		background: #d8f1ff;
	}

	/* AND ROTATING THE TOP AND BOTTOM LINES :  */

	.toggler:checked + .hamburger > div::after{
		top: 0;
		transform: rotate(135deg);
		z-index: 1000000;
		background: #d8f1ff;
	}


	/* MAIN MENU WITH THE WHITE BACKGROUND AND THE TEXT :  */

	.menu{
		background: #0d1b2a;
		width: 0%;
		height: 100vh;
		position: fixed; /* 追加 */
		top: 100px;
		right: 0;
		z-index: 2000;
		pointer-events: none;           
	
	/* APPLYING TRANSITION TO THE MENU :  */
	
		transition: all 0.4s ease;
	}

	/* IF THE TOGGLER IS CHECKED, THEN INCREASE THE WIDTH OF THE MENU TO 30% , CREATING A SMOOTH EFFECT :  */

	.toggler:checked ~ .menu{
		width: 80%;
		transition-delay: 0s;
		pointer-events: auto;
	}


	/* STYLING THE LIST :  */

	.menu >  div > ul{
		display: flex;
		flex-direction: column;
		position: fixed;
		top: 120px;
		padding-left: 10px;
		opacity: 0;               /* 非表示 */
		transform: translateX(20px); /* 少し右にずらして隠す */
		transition: opacity 0.4s ease 0.4s, transform 0.4s ease 0.4s;
	}

	.menu > div > ul > li{
		list-style: none;
		margin-bottom: 15px;
		/* 箱型の背景 */
		background-color: #0d1b2a;  /* メニュー背景と揃える */
		border-radius: 8px;          /* 角丸 */
		padding: 10px 15px;          /* 内側の余白 */
		transition: all 0.3s ease;
	}

	.menu > div > ul > li > a{
		color: #d8f1ff;
		text-decoration: none;
		font-size: 2rem;
		font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
		display: block;
	}

	/* WHEN THE TOGGLER IS CHECKED, CHANGE THE VISIBILITY TO VISIBLE :  */

	.toggler:checked ~ .menu > div > ul{
		opacity: 1;               /* 表示 */
		transform: translateX(0);
	}

	.menu > div > ul > li:hover {
		background: linear-gradient(90deg, #d8f1ff, #cbc0d3);   /* 背景を文字色に */
	}

	.menu > div > ul > li:hover > a {
		color: #0d1b2a;             /* 文字色を背景色に */
	}


 	/*************** .profile **************/

	.profile {
		height: auto;
		padding-bottom: 100px;
	}

	.introduction {
		position: relative;    /* 親要素として高さを確保 */
		padding-bottom: 100px; /* 下に余白を作って次のセクションと間を開ける */
		z-index: 1;            /* 念のため重なり順を調整 */
	}

	.category {
		padding-top: 500px;
	}

	.back {
		display: none;
	}
	.icon-row {
		flex-direction: column; /* 縦並びに変更 */
		gap: 1.5rem;            /* スマホ用に間隔を少し調整 */
	}

  	.image-stack {
		height: 230px;
  	}

  	.image-stack .icon2-bubble {
		width: 150px;
		padding: 23% 20% 0 0;
  	}

	.icon-row .icon1,
	.icon-row .icon3 {
		width: 60%;
		max-width: 200px;
	}

	.icon-row .icon2 {
		width: 100%;
		max-width: 350px;

	}

	.modal-content {
		position: relative;
		margin: 20% auto; /* ← これで上下の位置をずらせる */
		padding: 20px;
		background: #fff;
		max-width: 600px;
		border-radius: 8px;
	}

	/*************** .skill ****************/

	.skill {
  		position: relative;
		z-index: 0;
		margin-top: 100px;
	}

	.skill-content {
        flex-direction: column;  /* 縦並び */
        gap: 2rem;               /* 上下の余白 */
        align-items: center;      /* 子要素中央寄せ */
		height: auto;
    }


	/************* .future ************/

	.future {
        background: none; /* 背景画像を消す */
        height: auto;     /* 高さはコンテンツに合わせる */
        padding: 20px 0;  /* 上下に少し余白を追加 */
    }

    .future div {
        height: auto;     /* 高さも自動 */
    }

    .detail3 {
        width: calc(100% - 20px); /* 画面幅から左右10pxずつ余白を作る */
        margin: 0 10px;
    }


	/******* .footer ******/

	div footer {
		width: 100%;
        height: auto;
		margin-top: 100px;
		padding-top: 100px;                    
        background-size: cover;
		text-align: center;
    }

	div footer p,
	div footer small {
		position: static;
	}

	div footer p {
		padding-bottom: 30px;
	}

	div footer small {
		display: block;
  		padding-bottom: 1em;
	}



	/***************************** webdesign.html **************************/

	.page-web {
		display: flex;
		flex-direction: column;
		min-height: 100vh;
		background-image: url("../images/web/WEB_back.jpg");
		background-size: cover;
		background-position: top ;
		background-repeat: no-repeat;
  	}
	
	.wrapper {
		position: relative;
	}

	.page-title-web {
		display: none;
	}

	.page-title-webrp {
		position: absolute;
		top: 150px;
		left: 5%;
		width: 357px;
		height: 56px;
	}

	.site1 {
		width: 90%;
		height: auto;
	}

	.category3 {
		width: 100%;
		height: auto; 
		text-align: center;
	}

	.site1-content {
		width: 100%;
		height: auto;
	}

	.text-web,
	.text-web2  {
		width: 90%;
		height: auto;
		margin: 0 auto;
		display: flex;          /* 親をflexに */
		flex-direction: column;
		background-image: none; 
	}

	.top,
	.top2 {
		display: none;
	}

	.mock1 {
		height: auto;
		background-image: none;
		filter: none;
	}

	.text-web dl,
	.text-web2 dl {
		height: auto;
		background-image: url("../images/web/web_backs.png");
		background-size: cover;
		background-position: bottom;
		background-repeat: no-repeat;
		backdrop-filter: saturate(1.2) contrast(1.2);
	}

	.title-web {
		width: 100%;
		height: auto;
		margin: auto;
		padding-left: 15px;
	}

	.detail-web {
		margin: 0 auto 25px;
		padding-left: 15px;
		width: 90%;
		height: auto;
	}

	.List {
		width: 100%;
		padding: 0;
		min-height: calc(100dvh - 200px);
		flex: 1; /* これでfooterの分以外を占める */
		overflow-y: auto;
		flex-direction: column;
		align-items: center;
		justify-content: center; /* 画面中央に配置 */
		overflow-y: auto; /* 下にスクロールできるようにする */
		margin: 0;
    }

	.list-row,
	.list-row2 {
		display: flex;
		justify-content: center;
		align-items: stretch; /* ← 子要素を縦方向に揃える */
		gap: 20px;
		min-height: 200px; 
	}

	.list-row {
		margin-bottom: 100px;
	}

	.list-row2 {
		flex: 1;
		padding-top: 100px;
		min-height: 200px;
	}

    .site2 {
		margin: 0 auto;
		width: 90%; 
    }

    .list-row img,
	.list-row2 img {
        width: 120px;
		height: auto;
    }

	.mock2 {
		margin-top: 50px;
		background-image: none;
		filter: none;
	}

	.site2-topS {
		display: block;
		width: 120px;
  	}


	/************************************* visual.html ************************************/

	div article section {
		width: 100%;
	}

	.text-visual,
	.text-banner {
		width: 90%;
		margin: 0 auto;
	}

	.visual-content {
		width: 100%;
		/*height: auto;*/
	}

	.text-visual dl {
		height: auto;
		display: block;
		margin-bottom: 20px; /* dlと画像の間に余白 */
	}

	.title-visual {
		padding: 0 5%;
		display: block;
	}

	.detail-visual,
	.detail-banner {
		width: 90%;
		padding: 0 5%;
	}
	
	.mock-visual {
		display: none;
	}

	/*********************** .banner *******************/

	.banner-container {
		width: 100%;
		height: auto;
	}

	.text-banner {
		width: 90%;
		height: 416px;
	}

	.banner {
		background-image: none;
		backdrop-filter: none;
		width: 90%;
		height: auto;
		margin: 50px auto;
	}

	.banner img {
		position: static;
		width: 80%;
		height: auto;
		display: block;
		margin: 50px auto;
	}

	.text-desktop {
		display: none;
	}

	/**************************** graphic.html *********************************/

	.page-graphic {
		background-image: url(../images/graphic/graphic_back_mobile.jpg);
		background-size: 100% 100%;           
		background-repeat: no-repeat;
	}

	.page-title-grahic {
		display: none;
	}

	.page-title-grahicrp {
		position: absolute;
		top: 150px;
		left: 5%;
		width: 357px;
		height: 56px;
	}

	.list-Btn {
		width: 90%;
		margin: 0 auto;
	}

	.Btn {
		width: 90%;
		display: flex;
		flex-direction: column; /* 縦方向に並べる */
		align-items: center;    /* 横方向を中央揃え */
		gap: 10px; 
	}

	.Btn a img {
		width: 100%;
		padding: 0;
	}

	.package {
		width: 100%;
		display: block;
		margin: 0 auto;
	}

	.text-package,
	.text-package2,
	.detail-pakage,
	.detail-pakage2 {
		width: 90%;
		height: auto;
		background-image: none;
	}

	.text-package {
		background-image: url(../images/graphic/package_beside.png);
		background-position: top ;
		background-size: auto;
	}

	.title-package {
		width: 90%;
		padding: 0;
		margin: 0 auto;
	}

	.detail-pakage {
		margin: 25px auto 0;
		padding-bottom: 25px;
	}

	.mockpakage {
		display: none;
	}

	.container {
		width: 100%;
	}

	.text-package2 img {
		margin: 0 auto 50px;
	}

	.detail-pakage2 {
		margin: 0 auto 20px;
	}

	.text-package3 {
		display: block;       /* 親をブロック表示 */
		width: 80%;
		margin: 100px auto 0;
		height: auto;
		background-image: none;
	} 

	.text-package3 img{
		display: block;       /* 画像をブロック化して下に要素を置く */
		width: 80%;          /* 必要に応じてサイズ調整 */
		height: auto;
		margin:20px auto 20px;
	}
	
	.detail-pakage3,
	.detail-pakage4 {
		display: flex;
		flex-direction: column;  /* 縦並び */
		align-items: center;     /* 子要素を中央揃え */
		width: 90%;
		margin: 0 auto 100px;
		height: auto;
	}

	.detail-pakage3 p {
		width: 100%;
		display: flex;
		height: auto;
	}

	.deployment {
		display: block;       /* 画像をブロック化して下に要素を置く */
		width: 80%;          /* 必要に応じてサイズ調整 */
		height: auto;
		padding-top: 30px;
		margin:20px auto 20px;
	}

	.bulletpoints {
		width: 100%;
		text-align: left;
	}

	/**************** leaflet　*********************/

	.container2 {
		width: 90%;
		height: auto;
		background-image: none;
		backdrop-filter: none;
		display: block;
	}

	.leafletmock1 {
		width: 430px;
		height: 215px;
		display: flex;
		margin: 0 auto;
	}

	.title-leaflet {
		margin: 0 auto;
	}

	.detail-leaflet,
	.detail-leaflet2 {
		width: 90%;
		margin: 0 auto;
	}

	.detail-leaflet2,
	.leafletmock2 {
		position: static;
	}

	.leafletmock2 {
		width: 385px;
		height: 210px;
		display: block;
		margin: 20px auto 0;
	}

	/******** flier　*******/

	#flier {
		position: relative;
		overflow: visible; /* 高さを切らないように */
	}

	.container3 {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column; /* 縦並びにする */
		align-items: center; /* 中央揃え（任意） */
		gap: 20px; /* 画像とテキストの間隔（任意） */
	}

	.fliermock1 {
		width: 350px;
		height: auto;
		display: block;
	}

	.container3 div {
		width: 90%;
		height: auto;
	}

	.title-flier,
	.detail-flier {
		width: 100%;
		height: auto;
		margin: 0;
	}

	.flier-block {
		display: flex;
		flex-direction: column; /* 縦並び */
		align-items: center;    /* 中央揃え（不要なら削除） */
		gap: 20px;
		margin: 0 auto;
		height: auto;
	}

	.fliermock2 {
		position: static;
		width: 350px;
		height: auto;
		display: block;
	}

	.text-flier2 {
		position: static;
		height: auto;
	} 

	.title-flier2 {
		display: none;
	}

	.title-flier-rp {
		font-size: 30px;
		line-height: 2;
	}

	/********************** #businesscard *****************/
	#businesscard {
		clear: both;
		position: relative;
		z-index: 1; 
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column; /* 縦並びにする */
		align-items: center; /* 中央揃え（任意） */
		gap: 0; 
	}

	.text-businesscard {
		display: block;
		width: 90%;
		height: auto;
		margin: 0 auto 50px;
		background-image: none;
		backdrop-filter: none;
		padding: 0;
	}

	.text-businesscard:last-child {
		margin: 0 auto;
	}

	.text-businesscard dl {
		display: block;
	}

	.text-businesscard img {
		display: block;
		margin: 0 auto;
	}

	.title-businesscard,
	.detail-businesscard {
		margin: 0;
	}

	.detail-businesscard {
		width: 100%;
	}

	/*************** badge *************/

	.badge1 {
		padding-bottom: 50px;
	}

	.container4 {
		display: flex;
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column; /* 縦並びにする */
		align-items: center; /* 中央揃え（任意） */
	}

	.text-badge,
	.text-badge2{
		padding-bottom: 50px;
	}

	.text-badge:last-child {
		padding: 0;
	}

	/*********** contact.html ***********/

	.page-title-contact {
		display: none;
	}

	.page-title-contactrp {
		position: absolute;
		top: 150px;
		left: 5%;
		width: 357px;
		height: 56px;
	}

	div article section {
		width: 100%;
	}

	.contact {
		width: 100%;
		height: 850px;
		margin: 0;
	}

	.contact form {
		width: 90%;
		margin: 0 auto;
		padding: 20px 0 0;
	}

	.form-example {
		width: 90%;
		margin: 0 auto;
	}

	.form-example label {
		margin: 10px;
	}

	.form-example input,
	.form-example textarea {
		width: 100%;
	}

	.form-example:last-child {
		padding-top: 50px;
	}

}

