/* CSS Document */


/* Commons */
/* -----------------------------------------*/

@media (max-width: 767px) {
  .lead {
	text-align: left;
  }
.main-lead {
	text-align: left;
  }
}

/* Buttons */
/* -----------------------------------------*/

/* カスタムデフォルトボタン */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* `body`からの継承を防ぐ */
}

/* overwride */

.btn.btn-dark{
	background-color: #002b4d;
}

/* Font */
/* -----------------------------------------*/

body {
	font-family: "Noto Sans JP";
	font-weight: 400;
}


h2{
	font-family: "Noto Sans JP";
	font-weight: 400;
}



/* Layout */
/* -----------------------------------------*/

body {
	background: url("../images/bg2.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
	transition: opacity 0.5s ease;
	opacity: 1;
}
@media screen and (min-width:568px){
	body{
		background-attachment: fixed;
	}
}

.cover-container {
  max-width: 42em;
}

.chill-side-margin{
	padding-right: var(--bs-gutter-x,1.5rem);
	padding-left: var(--bs-gutter-x,1.5rem);
}

#service,
#about,
#portfolio,
#contact{
	background-color: white;
	padding-top:50px;
	padding-bottom:50px;
}

#about,
#contact{
	background-Image: linear-gradient(to right,#dee2e7,#efe7f9);
}

/*
 * フッダ
 */


footer{
	/*background-color: #002b4d;*/
	background-color: #002b4d;
	background-image: linear-gradient(to right,#001b4d,#003040);
}

/*
 * ヘッダ
 */

.nav-masthead .nav-link {
  color: rgba(255, 255, 255, .5);
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media screen and (max-width:575px){
	.nav-link{
		font-size: 12px;

		margin: 10px 0;
		padding: 0;
	}
}


header h3{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 4rem;
  letter-spacing: 0.08rem;
  text-shadow: 0 0 0 transparent; /* 最初は透明のシャドウを設定 */
  animation: textshadow 3s ease-out 3s forwards; /* アニメーションを設定 */
	white-space: nowrap;
}

@keyframes textshadow {
  to {
	text-shadow: 0 0.4rem .25rem rgba(0, 0, 0, .4);
  }
}


h2{	
	margin-bottom: 48px;
	letter-spacing: 0.0;
	color: #002b4d;
	font-size: 3.3rem;
}
h2 span{
	color:#00508f;
	font-size: 4.3rem;
	animation: colorchange 20s infinite;
}

@keyframes colorchange {
  0% { color: #00508f; }
  50% { color: #d6a0cc; }
  100% { color: #b3daef; }
  100% { color: #00508f; }

}
h3{
	padding: 20px 0;
	letter-spacing: 0.08rem;
	color:#002b4d;
}
h3::after{
	content:'';
	display: block;
	height: 7px;
	width: 200px;
	background: url("../images/bg_line_dotted.png") repeat-x;
	margin:30px auto 0 auto;
}
h4{
	color: #002b4d;
}

.main-lead{
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: 0.15rem;
	margin-bottom: 80px;

	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.lead{
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: 0.15rem;
	margin-bottom: 80px;

	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;

	line-height: 180%;
}

@media screen and (max-width:575px){
	h1{
		font-size: 2rem;
		text-align: left;
	}
	h2{
		font-size: 2rem;
	}
	h2 span{
		font-size: 3rem;
	}
	.main-lead{
		font-size: 12px;
	}
}




/* section Main Visual */
#arrowToBottom{
	font-size: 2rem;
	font-weight: bold;
}

.svgCircleWrap{
	width:110px;
	position: relative;
}

.floattext{
	position: absolute;
	top:44px;
	left:0;
	width: 110px;
	text-align: center;
	font-size: 15px;
}

@media screen and (max-width:575px){
	.svgCircleWrap{
		width:80px;
		position: relative;
	}
	.floattext{
		top:32px;
		width: 80px;
		font-size: 12px;
	}
}






/* section Services */

.komidashi{
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
	color: #002b4d;
}

.card{
	box-shadow: 0 0 50px 10px rgba(0,0,0,0.1);
	border: none;
}

.card-title{
	color:#002b4d;
	margin-top:   1rem;
	margin-bottom:1.2rem;
	font-weight: bold;
}
.card-text{
	font-size: 0.9rem;
	line-height: 1.68rem;
	text-align: left;
}

#threePoint .rounded-circle{
	width: 100px;
	height: 100px;
}
#threePoint p{
	font-size: 14px;
}




@media screen and (max-width:575px){
	.komidashi{
		font-size: 1.0rem;
		font-weight: bold;
		margin-bottom: 1.5rem;
		color: #002b4d;
	}
	#threePoint .rounded-circle{
		width:  70px;
		height: 70px;
	}
	#threePoint p{
		font-size: 8px;
	}
}
.serviceMenuWrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 40px;
	margin-bottom: 40px;
}
.serviceMenuWrap>div.titleDiv{
	width: 350px;
	border-right:1px solid rgba(0,0,0,.125);
	font-size: 28px;
}
.serviceMenuWrap>div.titleDiv span{
	display: block;
	font-size: 13px;
	color: rgba(0,0,0,0.25);
	font-weight: normal;
}
.serviceMenuWrap>div.cont{
	flex: 1;
	padding-left: 80px;
}

@media screen and (min-width:992px) and (max-width:1200px){
	.serviceMenuWrap>div.titleDiv{
		width: 250px;
	}
}

@media screen and (min-width:768px) and (max-width:991px){
	.serviceMenuWrap>div.titleDiv{
		width: 230px;
	}
	.serviceMenuWrap>div.cont{
		padding-left: 40px;
	}
}

@media screen and (max-width:767px){
	
	.serviceMenuWrap>div.titleDiv{
		width: 100%;
		margin-bottom: 30px;
		
		border-left: 1px solid rgba(0,0,0,.125);
		border-right:1px solid rgba(0,0,0,.125);
	}
	.serviceMenuWrap>div.cont{
		padding-left:0;
	}
	
	.serviceMenu li{
		width: 100%;
	}
	
}

#service h4{
	
}
#service h4 span{
	display: block;
	padding: 12px;
	font-size: 12px;
	color: rgba(0,0,0 ,.25);
}

.serviceMenu{
	padding:0;
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	margin:auto auto 25px auto;
}
.serviceMenu li{
	list-style: none;
	background-color: #F3F6FA;
	/*border:1px solid rgba(0,0,0,.125);*/
	border:none;
	border-radius: 12px;
	width: 150px;
	margin-bottom: 15px;
	margin-right:  15px;
	padding:0.25rem 0;
	font-size: 0.8rem;
	color: #002b4d;
	font-family: "Noto Sans JP";
	font-weight: 700;
}
@media screen and (max-width:575px){
	.serviceMenu{
		justify-content: space-between;
	}
}

.flowWrap{
	margin-top:80px;
}

.serviceFlow{
	padding:0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.serviceFlow li{
	position: relative;
	list-style: none;
	width: 280px;
	max-width: 100%;
	padding-bottom: 35px;
	margin: auto;
}
.serviceFlow li div{
	background-color:white;
	border:1px solid rgba(0,0,0,.125);
	border-radius: 12px;
	margin: 10px auto;
	padding:12px;
	font-size: 0.9rem;
	box-shadow: 0 0 10px 10px #fff;
}

.serviceFlow li::after {
	content: "▼";
	position: absolute;
	bottom: 10px;
	left: 50%; /* centers the arrow */
	transform: translateX(-50%); /* corrects the centering */
	font-size: 10px;
}

.serviceFlow li:last-child::after {
	content: ""; /* removes the arrow from the last item */
}
#flows{
	background: url("../images/flow.jpg") no-repeat center center;
	background-size:contain;
}

@media screen and (max-width:767px){
	.serviceFlow li div{
		box-shadow: 0 0 20px 2px #fff;
	}

	#flows{
		background: url("../images/flow.jpg") no-repeat center center;
		background-size:cover;
	}
}


/* sectionAbout */

#dataTable{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#dataTable th{
	padding-top:   25px;
	padding-bottom:25px;
	padding-right: 80px;
	padding-left: 15px;
	white-space: nowrap;
	border-top: 2px solid #002b4d;
	color:#002b4d;
	text-align: left;
	font-size: 14px;
	background-color:white;
}
#dataTable td{
	padding-top:   25px;
	padding-bottom:25px;
	padding-left:15px;
	text-align: left;
	border-top: 1px solid rgba(0,0,0,.125);
	background-color:white;
}

@media screen and (min-width:576px){
	#dataTable tr:last-child th{
		border-bottom-left-radius: 0.5rem;
	}

	#dataTable tr:last-child td{
		border-bottom-right-radius: 0.5rem;
	}
}
@media screen and (max-width:575px){

	#dataTable tr:last-child td{
		border-bottom-right-radius: 0.5rem;
		border-bottom-left-radius:  0.5rem;
	}
}

@media screen and (max-width:575px){
	#dataTable tr{
		width: 100%;
		display: block;
	}
	#dataTable tr th{
		padding-top:   15px;
		padding-bottom:15px;
		width: 100%;
		display: block;
		padding-right: 20px;
		padding-left: 15px;
	}
	#dataTable tr td{
		width: 100%;
		display: block;
	}
}


.deskImage{
	border-radius: 10px;
	max-width: 800px;
	margin:auto auto 40px auto;
}
.deskImage img{
	border-radius: 6px;
}

/* section ContactForm */


#contanctForm div{
	margin-bottom: 20px;
}





/* Parts */

.max-md{
	max-width:900px;
}

.max-sm{
	max-width:720px;
}

.max-xs{
	max-width:575px;
}


/* portfolios */

.result-list li a{
	position: relative;
}
.result-list li a span{
	position: absolute;
	right: 0.2rem;
	top:   0.3rem;
	font-size: 0.5rem;
}

.result-list li a{
	cursor: pointer;
	border:none;
	background-color:white;
	display: block;
	text-decoration: none;
	color:black;
}

.kakomi{
	border:1px solid rgba(0,0,0,.125);
	border-radius: 4px;
	padding: 1rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
}
.kakomi p{
	text-align: left;
	font-size: 0.8rem;
	margin-bottom: 0;
}


.mc{
	margin:15px;
}

.mc .title{
	border-left: 5px solid black;
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 1.2rem;
	margin-bottom: 1rem;
}

.mc .area{
	font-size: 12px;
	text-align: right;
}

.mc .icons ul{
	padding:0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.mc .icons li{
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 12px;
	margin-right: 2px;
	margin-bottom: 2px;
	list-style: none;
	padding: 4px 8px;
	font-size: 0.6rem;
}

.mc .budget{
	padding-top: 15px;
	border-top: 1px dotted rgba(0,0,0,.125);
}
.mc .budget>div{
	margin-bottom: 15px;
}
.mc .budget span{
	border: 1px solid rgba(0,0,0,.125);
	margin-right: 1px;
	border-radius: 2px;
	padding: 3px;
	color: rgba(0,0,0,.125);
	font-size: 0.85rem;
}
.mc .budget span.active{
	color: #D51B1E;
	border-color: #D51B1E;
	font-weight: bold;
}

.modal-title{
	color:white;
	letter-spacing: 0.15em;
}
.btn-close{
	color:white;
}