@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

html{
	scroll-behavior: smooth;
	}

div,p,li,header,footer{
	box-sizing: border-box;
	}
img{
	border : 0px;
	vertical-align: bottom;
	}

/* リンク */
a:link { color: #353535; text-decoration : none;} 
a:visited { color: #353535; text-decoration : none;} 
a:hover { color: #353535; text-decoration : none;} 
a:active { color: #353535; text-decoration : none;} 
a:focus{ outline:none;}

.ce{
	text-align : center;
	}
.rr{
	text-align : right;
	}
.ll{
	text-align : left;
	}

p{
	margin : 0;
	}

.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}


form{
	margin : 0;
	}
input,select,button{
	margin : 0 0 10px 0;
	}
table{
	text-align: left;
	border-collapse: collapse;
	width: 100%;
	}
ul,ol,li,dl,dt,dd,td,tr{
	margin : 0;
	padding : 0;
	list-style: none;
	}



.fade-up {
  opacity: 0;
  transform: translateY(140px);
  transition: opacity 1.8s ease, transform 1.8s ease;
}
.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}






body{
	font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-style: normal;
    font-weight: 400;
	font-size: 14px;
	line-height: 2;
	color: #000;
	margin: 0 auto;
	padding: 0;
	}


header{
	position: fixed;
	background: #fff;
	width: 100%;
	z-index: 99999;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 30px;
	border-bottom: solid 1px #ccc;
	margin: 0;
	}
header .logo{
	background: url('https://mast-consultant.co.jp/wp-content/themes/mast_theme/img/common/logom.png') no-repeat left center;
	background-size: 30px;
	padding: 10px 0 10px 40px;
	}
header h1{
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	}
header ul{
	display: flex;
	gap: 20px;
	}
header ul li a{
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro","ヒラギノ角ゴシック Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	font-weight: 900;
	color: #000;
	transition: 0.2s;
	}
header ul li a:hover{
	transition: 0.2s;
	color: #ff5a00;
	}
header ul li a.current{
	color: #ff5a00;
	}





footer{
	padding: 30px 0;
	text-align: center;
	border-top: solid 1px #dedede;
	margin: 200px 0 0 0;
	}
footer .content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 600px;
	margin: 0 auto;
	text-align: left;
	}
footer .content .data h2{
	margin: 0;
	background: url('https://mast-consultant.co.jp/wp-content/themes/mast_theme/img/common/logom.png') no-repeat left center;
	background-size: 20px;
	padding: 10px 0 10px 30px;
	}

#copy{
	padding: 5px 0;
	text-align: center;
	border-top: solid 1px #dedede;
	}



.btn a{
	border-radius: 50px;
	color: #fff;
	display: block;
	padding: 5px 0;
	width: 180px;
	text-align: center;
	background: #13addf;
	margin-left: auto;
	transition: 0.2s;
	font-size: 16px;
	font-weight: bold;
	}
.btn a:hover{
	background: #45c8f3;
	transition: 0.2s;
	}


.scroll-top{
	position: fixed;
	bottom: 14px;
	right: 20px;
	width: 38px;
	height: 38px;
	cursor: pointer;
	display: none;
	z-index: 9999;
	}
.scroll-top:hover{
	bottom: 30px;
	transition: 0.2s;
	}


#wrapper .page_title{
	display: none;
	}




/* index */


#index_head{
	background: #fff;
	padding: 5px 20px 5px 20px;
	text-align: center;
	display: flex;
	justify-content: space-between;
	position: fixed;
	width: 100%;
	z-index: 9999;
	}
#index_head h1{
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	background: url('https://mast-consultant.co.jp/wp-content/themes/mast_theme/img/common/logom.png') no-repeat left center;
	background-size: 20px;
	padding: 0px 0 0px 30px;
	}
#index_head ul{
	display: flex;
	gap: 20px;
	}
#index_head ul li a{
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro","ヒラギノ角ゴシック Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	font-weight: 900;
	color: #000;
	transition: 0.2s;
	}
#index_head ul li a:hover{
	transition: 0.2s;
	color: #ff5a00;
	}
#index_head2{
	background: #de7043;
	color: #fff;
	padding: 40px 20px 180px 20px;
	text-align: center;
	}
#index_head2 h2{
	font-weight: 500;
	font-size: 48px;
	margin: 150px 0 0 0;
	}
#index_head2 h3{
	font-weight: 500;
	font-size: 32px;
	margin: 0;
	}


#index_main{
	background: url('https://mast-consultant.co.jp/wp-content/themes/mast_theme/img/index/main.png') no-repeat;
	width: 100%;
	aspect-ratio: 19 / 12;
	background-size: cover;
	position: relative;
	}
#index_main .logo{
	position: absolute;
	top: 20%;
	left: 12%;
	}
#index_main .logo img{
	width: 16vw;
	}
#index_main .lead{
	position: absolute;
	top: 70%;
	left: 10%;
	color: #fff;
	font-size: 2vw;
	text-indent: -6em;
	padding-left: 6em;
	line-height: 1.4;
	}
#index_main .text{
	writing-mode: vertical-rl;
	position: absolute;
	top: 63%;
	right: 3%;
	}
#index_main .text .title{
	font-size: 1.8vw;
	}
#index_main .text .child{
	font-size: 1.1vw;
	line-height: 4;
	margin: 5vw 2vw 0 0;
	}







#index_service{
	background-image: url('https://mast-consultant.co.jp/wp-content/themes/mast_theme/img/index/logo2.png'),linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 70%, white 30%, white 100%);
	background-repeat: no-repeat,repeat;
	background-position: 50px 400px,0 0;
	padding: 200px 0 0 0;
	margin: 0 0 200px 0;
	}
#index_service .wrapper{
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
	}
#index_service .wrapper .content{
	padding: 0 10% 0 0;
	text-align: right;
	}
#index_service .wrapper .content h2{
	font-size: 50px;
	font-weight: 300;
	line-height: 1.4;
	margin: 0;
	}
#index_service .wrapper .content h3{
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
	margin: 0;
	}
#index_service .wrapper ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
#index_service .wrapper ul li{
	width: 50%;
	margin: 0 0 50px 0;
	font-size: 18px;
	font-weight: bold;
	}
#index_service .wrapper .content .btn{
	margin: 30px 0 0 0;
	}





#index_about{
	margin: 100px 0 200px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
#index_about .content{
	width: 30%;
	margin: 100px 0;
	text-align: right;
	padding: 0 5% 0 0;
	}
#index_about .content h2{
	font-size: 50px;
	font-weight: 300;
	line-height: 1.4;
	margin: 0;
	}
#index_about .content h3{
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
	margin: 0;
	}
#index_about .content .btn{
	margin: 30px 0 0 0;
	}
#index_about .image{
	width: 70%;
	text-align: right;
	}
#index_about .image img{
	width: 100%;
	}





#index_news{
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
	}
#index_news .content{
	width: 30%;
	padding: 0 10% 0 0;
	text-align: right;
	}
#index_news .content h2{
	font-size: 50px;
	font-weight: 300;
	line-height: 1.4;
	margin: 0;
	}
#index_news .content h3{
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
	margin: 0;
	}
#index_news ul{
	width: 70%;
	border-top: solid 1px #ccc;
	}
#index_news ul li{
	padding: 30px 0;
	border-bottom: solid 1px #ccc;
	}
#index_news ul li .date{
	font-size: 18px;
	font-weight: bold;
	}
#index_news .content .btn{
	margin: 30px 0 0 0;
	}






/* company */


#companypage_title{
	border-bottom: solid 1px #ccc;
	padding: 60px 0 0 20px;
	}
#companypage_title h2{
	width: 1200px;
	margin: 0 auto;
	font-size: 50px;
	line-height: 1.4;
	font-weight: normal;
	padding: 30px 0;
	}
#companypage_title h2 span{
	display: block;
	font-size: 18px;
	font-weight: normal;
	}

#company_philosophy{
	padding: 150px 0 0 0;
	background: url('https://mast-consultant.co.jp/wp-content/themes/mast_theme/img/common/all_bg.png') no-repeat;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 250px 0;
	}
#company_philosophy .image{
	width: 40%;
	text-align: left;
	}
#company_philosophy .image img{
	width: 100%;
	}
#company_philosophy .content{
	width: 60%;
	padding: 0 0 0 5%;
	}
#company_philosophy .content h3{
	font-size: 46px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 10px 0;
	}
#company_philosophy .content h3 span:first-child{
	color: #13addf;
	}
#company_philosophy .content h3 span.small{
	font-size: 16px;
	display: block;
	}
#company_philosophy .content .text{
	font-size: 24px;
	margin: 0 0 50px 0;
	}
#company_philosophy .content .text2{
	font-size: 16px;
	}





#company_origin{
	margin: 0 0 150px 0;
	}
#company_origin .image{
	width: 100%;
	margin: 0 0 80px 0;
	}
#company_origin .image img{
	width: 100%;
	}
#company_origin h3{
	font-size: 46px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 30px 0;
	text-align: center;
	}
#company_origin h3 span:first-child{
	color: #13addf;
	}
#company_origin h3 span.small{
	font-size: 16px;
	display: block;
	}
#company_origin .text{
	width: 1200px;
	margin: 0 auto;
	font-size: 16px;
	padding: 0 10px;
	}
#company_origin .text p{
	margin: 0 0 20px 0;
	}

#company_profile{
	background: #f4f4f4;
	clip-path: polygon(0 50px, 100% 0, 100% 100%, 0 100%);
	padding: 150px 0;
	}
#company_profile .content{
	width: 1000px;
	margin: 0 auto;
	}
#company_profile .content h3{
	font-size: 50px;
	margin: 0;
	font-weight: 400;
	line-height: 1.2;
	}
#company_profile .content h4{
	font-size: 18px;
	margin: 0 0 50px 0;
	font-weight: 400;
	}

#company_profile .content h3{
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 0 100px 0 0;
	}

#company_profile .content h3::after {
	content: "";
	position: absolute;
	display: block;
	width: 80px;
	height: 3px;
	background-color: #13addf;
	bottom: 40%;
	right: 10px;
	}
#company_profile table{
	width: 100%;
	}
#company_profile table th{
	width: 20%;
	background: #ccc;
	border: solid 1px #111;
	padding: 20px;
	}
#company_profile table td{
	background: #fff;
	border: solid 1px #111;
	padding: 20px;
	}

#company_access{
	width: 1000px;
	margin: 0 auto;
	padding: 100px 0 0 0;
	}
#company_access h3{
	font-size: 50px;
	margin: 0;
	font-weight: 400;
	line-height: 1.2;
	}
#company_access h4{
	font-size: 18px;
	margin: 0 0 50px 0;
	font-weight: 400;
	}
#company_access h3{
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 0 100px 0 0;
	}

#company_access h3::after {
	content: "";
	position: absolute;
	display: block;
	width: 80px;
	height: 3px;
	background-color: #13addf;
	bottom: 40%;
	right: 10px;
	}
#company_access iframe{
	width: 100%;
	}




/* service */

h2.service{
	font-size: 50px;
	margin: 0;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
	}
h2.service span:first-child{
	color: #13addf;
	}
h2.service span.small{
	font-size: 16px;
	display: block;
	}

#service_main{
	background: url('https://mast-consultant.co.jp/wp-content/themes/mast_theme/img/service/main.jpg') no-repeat center;
	padding: 210px 0 180px 0;
	min-width: 1200px;
	}
#service_main ul{
	width: 1200px;
	margin: 100px auto 0;
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	gap: 1%;
	}
#service_main ul li{
	width: 24%;
	background: rgba(255,255,255,0.8);
	margin: 0 0 1% 0;
	border-radius: 10px;
	text-align: center;
	padding: 10px 0;
	color: #0099cc;
	font-size: 16px;
	}
#service_main ul li:nth-child(1) span{
	background: url('https://mast-consultant.co.jp/wp-content/themes/mast_theme/img/service/icon01.png') no-repeat left center;
	padding: 0 0 0 25px;
	}
#service_main ul li:nth-child(2) span{
	background: url('https://mast-consultant.co.jp/wp-content/themes/mast_theme/img/service/icon02.png') no-repeat left center;
	padding: 0 0 0 35px;
	}
#service_main ul li:nth-child(3) span{
	background: url('https://mast-consultant.co.jp/wp-content/themes/mast_theme/img/service/icon03.png') no-repeat left center;
	padding: 0 0 0 30px;
	}
#service_main ul li:nth-child(4) span{
	background: url('https://mast-consultant.co.jp/wp-content/themes/mast_theme/img/service/icon04.png') no-repeat left center;
	padding: 0 0 0 25px;
	}
#service_main ul li:nth-child(5) span{
	background: url('https://mast-consultant.co.jp/wp-content/themes/mast_theme/img/service/icon05.png') no-repeat left center;
	padding: 0 0 0 35px;
	}
#service_main ul li:nth-child(6) span{
	background: url('https://mast-consultant.co.jp/wp-content/themes/mast_theme/img/service/icon06.png') no-repeat left center;
	padding: 0 0 0 25px;
	}
#service_main ul li:nth-child(7) span{
	background: url('https://mast-consultant.co.jp/wp-content/themes/mast_theme/img/service/icon07.png') no-repeat left center;
	padding: 0 0 0 25px;
	}
#service_main ul li:nth-child(8) span{
	background: url('https://mast-consultant.co.jp/wp-content/themes/mast_theme/img/service/icon08.png') no-repeat left center;
	padding: 0 0 0 25px;
	}
#service_main ul li:nth-child(9) span{
	background: url('https://mast-consultant.co.jp/wp-content/themes/mast_theme/img/service/icon09.png') no-repeat left center;
	padding: 0 0 0 35px;
	}
#service_main ul li:nth-child(10) span{
	background: url('https://mast-consultant.co.jp/wp-content/themes/mast_theme/img/service/icon10.png') no-repeat left center;
	padding: 0 0 0 25px;
	}


#service_strength{
	background: #eee;
	padding: 120px 0;
	min-width: 1200px;
	}
#service_strength ul{
	width: 1200px;
	min-width: 1200px;
	margin: 50px auto 0;
	display: flex;
	justify-content: center;
	gap: 1%;
	}
#service_strength ul li{
	width: 33%;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	padding: 10px 0 30px 0;
	color: #0099cc;
	font-size: 16px;
	line-height: 1;
	}
#service_strength ul li span{
	display: block;
	font-size: 36px;
	font-weight: 900;
	margin: -50px 0 0 0;
	line-height: 2;
	}


#service_fee{
	padding: 120px 0 180px 0;
	min-width: 1200px;
	}
#service_fee .fee{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 80px 0 0 0;
	}
#service_fee .fee .content{
	width: 35%;
	margin: 100px 0;
	text-align: left;
	padding: 0 0 0 0;
	margin: 0 auto;
	}
#service_fee .fee .content h3{
	font-size: 26px;
	text-align: center;
	color: #fff;
	background: #13addf;
	border-radius: 10px;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
	font-weight: 400;
	line-height: 1.4;
	}
#service_fee .fee .content h3 span{
	font-size: 40px;
	}
#service_fee .fee .content p{
	font-size: 24px;
	padding: 0 20px;
	}
#service_fee .fee .image{
	width: 48%;
	text-align: right;
	}
#service_fee .fee .image img{
	width: 100%;
	}


#service_merit{
	padding: 0;
	min-width: 1200px;
	}
#service_merit .content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 80px 0 0 0;
	}
#service_merit .content .image{
	width: 50%;
	text-align: left;
	}
#service_merit .content .image img{
	width: 100%;
	}
#service_merit .content ul{
	width: 50%;
	text-align: left;
	margin: 0 0 0 15%;
	}
#service_merit .content ul li{
	font-size: 20px;
	margin: 0 0 5% 0;
	font-weight: 500;
	line-height: 1.4;
	color: #13addf;
	padding: 10px 0;
	}
#service_merit .content ul li span{
	padding: 10px 0;
	}
#service_merit .content ul li:last-child{
	margin: 0;
	}
#service_merit .content ul li:nth-child(1) span{
	background: url('https://mast-consultant.co.jp/wp-content/themes/mast_theme/img/service/icon11.png') no-repeat left center;
	padding-left: 50px;
	}
#service_merit .content ul li:nth-child(2) span{
	background: url('https://mast-consultant.co.jp/wp-content/themes/mast_theme/img/service/icon12.png') no-repeat left center;
	padding-left: 50px;
	}
#service_merit .content ul li:nth-child(3) span{
	background: url('https://mast-consultant.co.jp/wp-content/themes/mast_theme/img/service/icon13.png') no-repeat left center;
	padding-left: 50px;
	}
#service_merit .content ul li:nth-child(4) span{
	background: url('https://mast-consultant.co.jp/wp-content/themes/mast_theme/img/service/icon14.png') no-repeat left center;
	padding-left: 50px;
	}











/* ページネーション */
/* ページネーション全体を中央寄せ */
.pagination {
  text-align: center;
  margin-top: 40px;
}

/* ナビゲーション内部のリンクリスト */
.pagination .nav-links {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* 各ページ番号ボタンのスタイル */
.pagination .page-numbers {
  display: inline-block;
  padding: 5px 14px;
  background-color: #f0f0f0;
  color: #333;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.2s, color 0.2s;
}

/* 現在のページ */
.pagination .current {
  background-color: #13addf;
  color: #fff;
  pointer-events: none;
}

/* ホバーエフェクト */
.pagination .page-numbers:hover:not(.current) {
  background-color: #13addf;
  color: #fff;
}

/* 「次へ」や「前へ」ボタン */
.pagination .next,
.pagination .prev {
  font-weight: bold;
    border-top: none !important;
    padding: 5px 14px !important;
}



/* contact */



form table{
	margin: 0 0 50px 0;
	}
form table th{
	width: 30% !important;
	}
.contact_text{
	margin: 50px 0;
	}


form table .mark {
	background: #ff6600;
	padding: 2px 5px;
	font-size: 10px;
	color: #fff;
	border-radius: 3px;
	-webkit-radius: 3px;
	-moz-border-radius: 3px;
	}
form table input[type=text],
form table input[type=tel],
form table input[type=email],
form table textarea{
	margin : 5px 0;
	padding : 10px;
	border-radius : 5px;
	border: solid 1px #ccc;
	width : 500px;
	}
form table select{
	margin : 5px 0;
	padding : 10px;
	}
	.wpcf7-submit{
		background : #ff811b;
		border : none;
		color : #fff;
		padding : 10px 0;
		width : 300px;
		font-size : 16px;
		cursor : pointer;
		margin: 0 auto;
		display: block;
		border-radius: 10px;
		}
	.wpcf7-submit:hover{
		background : #ffad6a;
		}
	.btn02{
		background : #a4a4a4;
		border : none;
		color : #fff;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
		padding : 10px 0;
		width : 200px;
		font-size : 12px;
		cursor : pointer;
		border-radius: 10px;
		}
	.btn02:hover{
		background : #cecece;
		}





/* NEWS */

.news{
	width: 1000px;
	margin: 0 auto;
	padding: 100px 0;
	}
.news a{
	color: #13addf;
	}
.news .title{
	font-size: 24px;
	font-weight: bold;
	border-bottom: solid 1px #ccc;
	margin: 0 0 40px 0;
	}
.news .prev{
	font-weight: bold;
	border-top: solid 1px #ccc;
	margin: 40px 0 0 0;
	text-align: center;
	padding: 10px 0 0 0;
	}
.news .prev a{
	color: #13addf;
	}



.news .info_list{
	width: 800px;
	margin: 0 auto;
	}
.news .info_list li{
	border-bottom: solid 1px #ccc;
	padding: 20px;
	}
.news .info_list li .date{
	font-size: 20px;
	font-weight: bold;
	}



/********************************************************************************************************************************************************************************/
@media screen and (min-width: 950px) {
/********************************************************************************************************************************************************************************/

a[href^="tel:"] { pointer-events: none; color:#000;}



	.sp{
		display : none;
		}

#sp_menu{
	display : none;
	}








/********************************************************************************************************************************************************************************/
}
@media screen and (max-width: 949px) {
/********************************************************************************************************************************************************************************/


	.pc{
		display : none;
		}

img{
	max-width: 100%;
	}

body{
	color : #353535;
	font-size : 16px;
	padding: 0;
	margin: 0;
	}


#sp_menu{
	display : block;
	}






/* メニューボタン */

.menu_btn{
    position: fixed;
    top: 8px;
    right: 5px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    background: #13addf;
    border-radius: 5px;
	}
.menu_btn span,
.menu_btn span:before,
.menu_btn span:after{
	transition: all .4s;
    content: '';
    display: block;
    height: 2px;
    width: 20px;
    border-radius: 3px;
    background: #ffffff;
    position: absolute;
	}
.menu_btn span:before{
    bottom: 6px;
	}
.menu_btn span:after{
    top: 6px;
	}


#menu_btn_check:checked ~ .menu_btn{
    background: #fff;
	}

#menu_btn_check:checked ~ .menu_btn span{
    background-color: rgba(255, 255, 255, 0);
	}
#menu_btn_check:checked ~ .menu_btn span::before{
    background: #13addf;
    bottom: 0;
    transform: rotate(495deg);
	}
#menu_btn_check:checked ~ .menu_btn span::after{
    background: #13addf;
    top: 0;
    transform: rotate(-495deg);
	}

#menu_btn_check{
    display: none;
	}

#menu_btn_check:checked ~ .content{
    left: 0;
	}



#sp_menu .content {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 100%;
    z-index: 2;
    background-color: rgb(19,173,223,0.96);
    transition: all 0.5s;
    color: #fff;
    padding: 100px 20px 0 20px;
	}
#sp_menu .content ul {
    padding: 50px 0 0 0;
	}
#sp_menu .content ul:first-child li {
    border-bottom: solid 1px #fff;
    list-style: none;
	}
#sp_menu .content ul:first-child li a{
    display: block;
    width: 100%;
    font-size: 18px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
	}

#sp_menu #font-size-controls{
	font-size: 16px;
	display: flex;
	justify-content: center;
	margin: 20px 0 0 0;
	}
#sp_menu #font-size-controls button{
	border: solid 1px #000;
	background: #fff;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	margin: 0 0 0 5px;
	}
#sp_menu #font-size-controls button:first-child{
	margin: 0 0 0 5px;
	}
#sp_menu #font-size-controls button.active {
	background: #000;
	color: #fff;
	border-color: #000;
	}


/* デフォルト（中） */
body.font-medium{
	font-size: 14px;
	}
body.font-medium #sp_menu .content ul:first-child li a{
	font-size: 16px;
	}

/* 小 */
body.font-small{
	font-size: 12px;
	}
body.font-small #sp_menu .content ul:first-child li a{
	font-size: 14px;
	}

/* 大 */
body.font-large{
	font-size: 18px;
	}
body.font-large #sp_menu .content ul:first-child li a{
	font-size: 18px;
	}



.scroll-top{
	bottom: 10px;
	right: 10px;
	width: 38px;
	height: 38px;
	}
.scroll-top:hover{
	bottom: 10px;
	}








header{
	padding: 10px;
	justify-content: left;
	gap: 10px;
	}
header img{
	width: 80px;
	}
header h1{
	line-height: 1.2;
	font-size: 12px;
	}
header ul{
	display: none;
	}

header .logo{
	background-size: 20px;
	padding: 10px 0 10px 25px;
	line-height: 1;
	}




footer{
	padding: 15px 10px;
	text-align: center;
	border-top: solid 1px #dedede;
	margin: 100px 0 0 0;
	}
footer .content{
	width: 100%;
	}
footer .content .data{
	line-height: 1.2;
	font-size: 12px;
	}
footer .content .data h2{
	margin: 0 0 10px 0;
	font-size: 20px;
	}

#copy{
	font-size: 12px;
	}



.btn a{
	width: 120px;
	font-size: 12px;
	display: inline-block;
	}


.scroll-top{
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 38px;
	height: 38px;
	cursor: pointer;
	display: none;
	z-index: 9999;
	}
.scroll-top:hover{
	bottom: 30px;
	transition: 0.2s;
	}







/* index */


#index_head{
	width: 100%;
	}
#index_head h1{
	text-align: left;
	font-size: 12px;
	background-size: 30px;
	padding: 0px 0 0px 40px;
	}
#index_head ul{
	display: none;
	}
#index_head2{
	background: #de7043;
	color: #fff;
	padding: 80px 20px;
	text-align: center;
	}
#index_head2 h2{
	font-size: 22px;
	margin: 40px 0 0 0;
	}
#index_head2 h3{
	font-size: 14px;
	margin: 20px 0 0 0;
	}




#index_main{
	}
#index_main .logo{
	top: 15%;
	left: 6%;
	}
#index_main .logo img{
	width: 26vw;
	}
#index_main .lead{
	position: absolute;
	top: 65%;
	left: 2%;
	color: #fff;
	font-size: 3.4vw;
	text-indent: -3em;
	padding-left: 3em;
	}
#index_main .text{
	writing-mode: vertical-rl;
	position: absolute;
	top: 15%;
	right: 2%;
	color: #000;
	}
#index_main .text .title{
	font-size: 3.8vw;
	}
#index_main .text .child{
	font-size: 3.1vw;
	line-height: 1.4;
	margin: 5vw 2vw 0 0;
	}







#index_service{
	background-position: 10px 200px,0 0;
	background-size: 100%,100%;
	padding: 50px 0 0 0;
	margin: 0 0 80px 0;
	}
#index_service .wrapper{
	display: block;
	width: 100%;
	padding: 0 20px;
	}
#index_service .wrapper .content{
	padding: 0;
	text-align: center;
	}
#index_service .wrapper .content h2{
	font-size: 36px;
	}
#index_service .wrapper .content h3{
	font-size: 18px;
	}
#index_service .wrapper ul{
	margin: 20px 0 0 0;
	}
#index_service .wrapper ul li{
	width: 49%;
	margin: 0 0 20px 0;
	font-size: 12px;
	text-align: center;
	}


#index_service .wrapper .content .btn{
	margin: 10px 0 0 0;
	}





#index_about{
	margin: 80px 0;
	display: block;
	}
#index_about .content{
	width: 100%;
	margin: 100px auto 20px;
	text-align: center;
	padding: 0;
	
	}
#index_about .content h2{
	font-size: 36px;
	}
#index_about .content .btn{
	margin: 10px auto 0;
	display: block;
	text-align: center;
	}
#index_about .image{
	width: 95%;
	margin-left: auto;
	}





#index_news{
	display: block;
	width: 100%;
	padding: 0 20px;
	}
#index_news .content{
	width: 100%;
	text-align: left;
	padding: 0;
	}
#index_news .content h2{
	font-size: 36px;
	}
#index_news ul{
	width: 100%;
	margin: 20px 0 0 0;
	}
#index_news ul li{
	padding: 10px 0;
	}
#index_news ul li .date{
	font-size: 16px;
	}
#index_news .content .btn{
	margin: 10px 0;
	text-align: left;
	}






/* company */


#companypage_title{
	border-bottom: solid 1px #ccc;
	padding: 60px 0 0 20px;
	}
#companypage_title h2{
	width: 100%;
	font-size: 30px;
	padding: 20px 0;
	}
#companypage_title h2 span{
	font-size: 14px;
	}


#company_philosophy{
	padding: 0px 0 0 0;
	display: block;
	background-position: center center;
	margin: 0 0 100px 0;
	}
#company_philosophy .image{
	width: 100%;
	margin: 0 0 30px 0;
	}
#company_philosophy .content{
	width: 100%;
	padding: 0 5%;
	}
#company_philosophy .content h3{
	font-size: 30px;
	}
#company_philosophy .content .text{
	margin: 0 0 30px 0;
	}

#company_origin{
	margin: 0 0 100px 0;
	}
#company_origin .image{
	margin: 0 0 30px 0;
	}
#company_origin h3{
	font-size: 26px;
	}
#company_origin h3 span.small{
	font-size: 14px;
	}
#company_origin .text{
	width: 100%;
	font-size: 16px;
	}

#company_profile{
	padding: 80px 10px;
	}
#company_profile .content{
	width: 100%;
	}
#company_profile .content h3{
	font-size: 26px;
	}
#company_profile .content h4{
	font-size: 14px;
	margin: 0 0 30px 0;
	}

#company_profile table th{
	white-space: nowrap;
	}

#company_access{
	width: 100%;
	margin: 0 auto;
	padding: 50px 10px;
	}
#company_access h3{
	font-size: 26px;
	}
#company_access h4{
	font-size: 14px;
	margin: 0 0 30px 0;
	}






/* service */

h2.service{
	font-size: 30px;
	}

#service_main{
	padding: 120px 20px 60px 20px;
	min-width: 100%;
	}
#service_main ul{
	width: 100%;
	margin: 30px auto 0;
	display: block;
	}
#service_main ul li{
	width: 100%;
	margin: 0 0 10px 0;
	}


#service_strength{
	padding: 60px 20px;
	min-width: 100%;
	}
#service_strength ul{
	width: 100%;
	min-width: 100%;
	display: block;
	}
#service_strength ul li{
	width: 100%;
	padding: 5px 0 25px 0;
	margin: 0 0 40px 0;
	}
#service_strength ul li:last-child{
	margin: 0;
	}


#service_fee{
	padding: 60px 0;
	min-width: 100%;
	}
#service_fee .fee{
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0 0 0;
	}
#service_fee .fee .content{
	width: 90%;
	margin: 50px auto;
	order: 2;
	}
#service_fee .fee .content h3{
	font-size: 18px;
	}
#service_fee .fee .content h3 span{
	font-size: 30px;
	}
#service_fee .fee .content p{
	font-size: 18px;
	padding: 0 20px;
	}
#service_fee .fee .image{
	width: 95%;
	margin-left: auto;
	order: 1;
	}


#service_merit{
	padding: 0;
	min-width: 100%;
	}
#service_merit .content{
	display: block;
	margin: 30px 0 0 0;
	}
#service_merit .content .image{
	width: 95%;
	}
#service_merit .content ul{
	width: 100%;
	margin: 30px auto 0;
	text-align: center;
	}
#service_merit .content ul li{
	font-size: 18px;
	margin: 0 0 20px 0;
	}













/* contact */



form table tr{
	display: flex;
	flex-wrap: wrap;
	}
form table th,
form table td{
	width: 100% !important;
	}
form table td{
	border-top: none !important;
	border-bottom: none !important;
	}
form table td:last-child{
	border-bottom: solid 1px #111 !important;
	}
.contact_text{
	margin: 30px 0;
	}
form table input[type=text],
form table input[type=tel],
form table input[type=email],
form table textarea{
	margin : 5px 0;
	padding : 10px;
	border-radius : 5px;
	border: solid 1px #ccc;
	width : 90%;
	}








/* NEWS */

.news{
	width: 100%;
	padding: 50px 20px;
	}
.news .title{
	font-size: 18px;
	margin: 0 0 40px 0;
	}

.news .info_list{
	width: 100%;
	}
.news .info_list li .date{
	font-size: 18px;
	}



























/********************************************************************************************************************************************************************************/
}
/********************************************************************************************************************************************************************************/

