@charset "utf-8";
@import url('https://googleapis.com');

html{
	scroll-behavior: smooth;
	scroll-padding-top: 90px;
	}

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;}

.f12{font-size:12px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}


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;
	}







body{
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro","ヒラギノ角ゴシック Pro", "メイリオ", Meiryo, Osaka, sans-serif;
    font-style: normal;
    font-weight: 400;
	font-size: 16px;
	line-height: 2;
	color: #000;
	margin: 0 auto;
	padding: 0;
	}



.page_title{
	display: none;
	}




header{
	padding: 0px 20px;
	width: 100%;
	height: 90px;
	min-width: 1200px;
	text-align: left;
	border-bottom: solid 1px #cecece;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: sticky;
	top: 0px;
	z-index: 9999;
	}
header h1{
	margin: 0;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	}
header h1 p:first-child{
	font-size: 16px;
	}
header h1 span{
	font-size: 18px;
	color: #17a7cb;
	margin: 0 0 0 15px;
	}

header ul{
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin: 0;
	}
header ul li{
	font-weight: 900;
	font-size: 15px;
	}
header ul li a{
	transition: 0.2s;
	}
header ul li a:hover{
	transition: 0.2s;
	color: #17a7cb;
	}

header .entry_btn a{
	background: #17a7cb;
	color: #fff;
	display: block;
	padding: 10px 60px;
	border-radius: 50px;
	transition: 0.2s;
	}
header .entry_btn a:hover{
	background: #30bcdf;
	transition: 0.2s;
	}

h2{
	font-size: 48px;
	text-align: center;
	margin: 0 0 70px 0;
	line-height: 1.4;
	}
h2 span{
	display: block;
	font-size: 20px;
	color: #17a7cb;
	}


#fv{
	background: url('https://tu-legal.jp/wp-content/themes/tu-legal_theme/img/fv.jpg') no-repeat center center;
	height: 641px;
	display: flex;
	align-items: center;
	}
#fv div{
	width: 1200px;
	margin: 0 auto;
	}
#fv p{
	font-family: 'Noto Serif JP', serif;
	font-size: 60px;
	line-height: 1.6;
	}
#fv p span{
	color: #17a7cb;
	}
#fv p:last-child{
	font-size: 26px;
	margin: 30px auto 0;
	}
	






#message{
	padding: 100px 0;
	width: 1200px;
	margin: 0 auto;
	}
#message h3{
	text-align: center;
	font-size: 30px;
	margin: 0;
	}
#message h4{
	text-align: center;
	font-size: 24px;
	color: #17a7cb;
	margin: 0 0 70px 0;
	}
#message .content{
	display: flex;
	gap: 60px;
	justify-content: space-between;
	}
#message .content:last-child{
	margin: 90px 0 0 0;
	}
#message .content div{
	width: 570px;
	line-height: 1.6;
	}
#message .content div p{
	margin: 0 0 20px 0;
	}





#why{
	background: #fafcff;
	min-width: 1200px;
	padding: 100px 0 100px 0;
	}
#why ul{
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 30px;
	}
#why ul li{
	border-radius: 20px;
	border: solid 1px #e2e2e2;
	padding: 110px 50px 30px 50px;
	}
#why ul li:nth-child(1){
	background: #fff url('https://tu-legal.jp/wp-content/themes/tu-legal_theme/img/ico1.png') no-repeat center 30px;
	}
#why ul li:nth-child(2){
	background: #fff url('https://tu-legal.jp/wp-content/themes/tu-legal_theme/img/ico2.png') no-repeat center 30px;
	}
#why ul li:nth-child(3){
	background: #fff url('https://tu-legal.jp/wp-content/themes/tu-legal_theme/img/ico3.png') no-repeat center 30px;
	}
#why ul li h3{
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	margin: 0 0 10px 0;
	}





#recruit{
	width: 1200px;
	margin: 0 auto;
	padding: 100px 0 100px 0;
	}
#recruit table{
	width: 1100px;
	margin: 0 auto 60px;
	font-size: 18px;
	}
#recruit table th{
	background: #606060;
	border: solid 1px #dcdcdc;
	color: #fff;
	padding: 20px 30px 20px 50px;
	}
#recruit table td{
	border: solid 1px #dcdcdc;
	padding: 20px 30px 20px 50px;
	}

#recruit .entry_btn a{
	background: #17a7cb;
	color: #fff;
	display: block;
	padding: 10px 0;
	border-radius: 50px;
	transition: 0.2s;
	width: 350px;
	text-align: center;
	margin: 0 auto;
	}
#recruit .entry_btn a:hover{
	background: #30bcdf;
	transition: 0.2s;
	}




#faq{
	background: #fafcff;
	min-width: 1200px;
	padding: 100px 0 100px 0;
	}
#faq .content{
	background: #fafcff;
	width: 1000px;
	margin: 0 auto;
	}

#faq .content dl.faq {
	text-align: left;
	margin: 0 0 20px 0;
	border: solid 1px #999;
	border-radius: 10px;
	background: #fff;
	}
#faq .content dl.faq dt{
	display:block;
	cursor:pointer;
	padding : 15px 20px 15px 40px;
	font-weight: bold;
	position: relative;
	color: #17a7cb;
	font-size: 20px
	}
#faq .content dl.faq dt:after{
	content: "";
	width: 12px;
	height: 12px;
	border-bottom: solid 2px #000;
	border-right: solid 2px #000;
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top: 26px;
	}

#faq .content dl.faq dt.active:after{
	border-top: solid 2px #000;
	border-left: solid 2px #000;
	border-bottom: none;
	border-right: none;
	transform: rotate(45deg);
	}
#faq .content dl.faq dd{
	display:none;
	padding : 0 40px 30px 50px;
	font-size: 16px;
	}





#about{
	width: 1200px;
	margin: 0 auto;
	padding: 100px 0 100px 0;
	}
#about table{
	width: 1100px;
	margin: 0 auto 80px;
	font-size: 18px;
	}
#about table th{
	background: #606060;
	border: solid 1px #dcdcdc;
	color: #fff;
	padding: 20px 30px 20px 50px;
	}
#about table td{
	border: solid 1px #dcdcdc;
	padding: 20px 30px 20px 50px;
	}




footer{
	}
footer .back{
	background: url('https://tu-legal.jp/wp-content/themes/tu-legal_theme/img/footer.jpg') no-repeat top center;
	height: 322px;
	text-align: center;
	min-width: 1200px;
	padding: 60px 0 0 0;
	}
footer .back h3{
	font-family: 'Noto Serif JP', serif;
	font-size: 32px;
	color: #555;
	font-weight: 400;
	margin: 0;
	}
footer .back h4{
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	color: #555;
	font-weight: 500;
	margin: 0 0 30px 0;
	}

footer .back .entry_btn a{
	background: #17a7cb;
	color: #fff;
	display: block;
	padding: 10px 0;
	border-radius: 50px;
	transition: 0.2s;
	width: 350px;
	text-align: center;
	margin: 0 auto;
	}
footer .back .entry_btn a:hover{
	background: #30bcdf;
	transition: 0.2s;
	}

footer .content{
	width: 1200px;
	margin: 20px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
footer .content h1{
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	}
footer .content h1 p:first-child{
	font-size: 16px;
	}
footer .content h1 span{
	font-size: 18px;
	color: #17a7cb;
	margin: 0 0 0 15px;
	}
footer .content ul{
	display: flex;
	justify-content: space-between;
	gap: 20px;
	font-size: 14px;
	}
footer .copy{
	text-align: right;
	font-size: 12px;
	width: 1200px;
	margin: 10px auto 0;
	}



.scroll-top{
	position: fixed;
	bottom: 14px;
	right: 20px;
	width: 52px;
	height: 52px;
	cursor: pointer;
	display: none;
	z-index: 9999;
	}
.scroll-top:hover{
	bottom: 20px;
	transition: 0.2s;
	}








#entry{
	width: 1200px;
	margin: 0 auto;
	padding: 100px 0 100px 0;
	}
#entry table{
	width: 1100px;
	margin: 0 auto 80px;
	font-size: 18px;
	}
#entry table th{
	background: #606060;
	border: solid 1px #dcdcdc;
	color: #fff;
	padding: 20px 30px 20px 50px;
	width: 250px;
	}
#entry table td{
	border: solid 1px #dcdcdc;
	padding: 20px 30px 20px 50px;
	}

#entry table th span{
	background : #fff;
	padding : 4px 5px;
	font-size : 12px;
	color : #f27399;
	border-radius : 5px;
	margin: 0 0 0 10px;
	}

#entry .privacy_box{
	overflow : auto;
	height : 300px;
	border : solid 1px #c5b98f;
	margin : 0 0 30px 0;
	background : #fff;
	border-radius : 10px 0 0 10px;
	font-size: 14px;
	padding : 25px;
	}
#entry .privacy_box p{
	margin : 0 0 20px 0;
	}
#entry .privacy_box .title{
	font-size : 120%;
	border-bottom : solid 1px #cdcdcd;
	margin : 30px 0 10px 0;
	}
#entry .privacy_box ol{
	padding : 0 0 0 15px;
	margin : 0 0 20px 0;
	}
#entry .privacy_box ol li{
	list-style : numeric !important;
	}
#entry .privacy_box ul{
	padding : 0 0 0 15px;
	margin : 0 0 20px 0;
	}
#entry .privacy_box ul li{
	list-style : disc !important;
	}


#entry input[type=submit],
#entry button{
	padding : 15px 0 12px 0;
	margin: 20px auto 0;
	width : 350px;
	font-size : 18px;
	cursor : pointer;
	border-radius : 5px;
	display: block;
	background: #f3ac27;
	border: none;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro","ヒラギノ角ゴシック Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	}
#entry input[type=submit]:hover,
#entry button:hover{
	background: #ffc04b;
	}
#entry input[type=submit].back{
	padding : 15px 0 12px 0;
	width : 250px;
	font-size : 16px;
	cursor : pointer;
	border-radius : 5px;
	margin: 0 auto 0px;
	display: block;
	background: #ccc;
	border: none;
	}
#entry input[type=submit].back:hover{
	background: #ddd;
	}
	


#entry input,
#entry select,
#entry textarea{
	padding : 1%;
	border : solid 1px #ccc;
	border-radius : 5px;
	background: #fff;
	}
#entry input[type=text],
#entry input[type=email],
#entry input[type=tel],
#entry textarea{
	width : 90%;
	padding: 10px;
	font-size: 16px;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro","ヒラギノ角ゴシック Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	}
#entry input[type=file]{
	border : none;
	}
#entry input[type=checkbox]{
	width: 18px;
	height:  18px;
	-moz-transform:  scale(1.2);
	-webkit-transform:  scale(1.2);
	transform:  scale(1.2);
	}
#entry label{
  position:relative;
  padding-left:1em;
}
#entry label span{
	margin: 0 20px 0 10px;
}
#entry label input[type=checkbox]{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  margin:auto;
}













/********************************************************************************************************************************************************************************/
@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%;
	}


#sp_menu{
	display : block;
	}






/* メニューボタン */

.menu_btn{
    position: fixed;
    top: 10px;
    right: 5px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background: #17a7cb;
    border-radius: 20px;
    z-index: 999999;
	}
.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{
    border: solid 1px #17a7cb;
    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: #17a7cb;
    bottom: 0;
    transform: rotate(495deg);
	}
#menu_btn_check:checked ~ .menu_btn span::after{
    background: #17a7cb;
    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: 15px;
    left: 100%;
    z-index: 2;
    background-color: rgb(23,167,203,0.96);
    transition: all 0.5s;
    color: #fff;
    padding: 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 .content ul:first-child li a::before{
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 20px;
	}

#sp_menu .content .entry_btn a{
	background: #fff;
	color: #17a7cb;
	display: block;
	padding: 10px 0;
	border-radius: 50px;
	transition: 0.2s;
	width: 90%;
	text-align: center;
	margin: 30px auto 0;
	}




header{
	padding: 0px 10px;
	width: 100%;
	height: 60px;
	min-width: 100%;
	}
header h1{
	font-size: 20px;
	}
header h1 p:first-child{
	font-size: 14px;
	}
header h1 span{
	font-size: 14px;
	}

header ul{
	display: none;
	}

header .entry_btn a{
	display: none;
	}





h2{
	font-size: 30px;
	margin: 0 0 40px 0;
	}
h2 span{
	font-size: 14px;
	}






#fv{
	background: url('https://tu-legal.jp/wp-content/themes/tu-legal_theme/img/fv.jpg') no-repeat center center;
	background-size: cover;
	height: auto;
	padding: 100px 20px;
	}
#fv div{
	width: 100%;
	margin: 0 auto;
	}
#fv p{
	font-size: 40px;
	}
#fv p:last-child{
	font-size: 20px;
	}
	






#message{
	padding: 60px 10px 100px 10px;
	width: 100%;
	}
#message h3{
	font-size: 20px;
	line-height: 1.4;
	}
#message h4{
	font-size: 16px;
	margin: 0 0 50px 0;
	}
#message .content{
	display: block;
	width: 90%;
	margin: 0 auto 80px;
	}
#message .content:last-child{
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	}
#message .content div{
	width: 100%;
	line-height: 1.6;
	}
#message .content div p{
	margin: 0 0 20px 0;
	}
	
#message .content:last-child div.text{
	order: 1;
	margin: 0;
	}
#message .content:last-child div.image{
	order: 2;
	margin: -50px 0 0 0;
	}





#why{
	background: #fafcff;
	padding: 60px 10px 60px 10px;
	width: 100%;
	min-width: 100%;
	}
#why ul{
	width: 100%;
	display: block;
	}
#why ul li{
	padding: 110px 50px 30px 50px;
	width: 80%;
	margin: 0 auto 30px;
	}




#recruit{
	width: 100%;
	padding: 60px 10px 100px 10px;
	}
#recruit table{
	width: 100%;
	margin: 0 auto 60px;
	font-size: 14px;
	}
#recruit table th{
	padding: 20px;
	white-space: nowrap;
	}
#recruit table td{
	padding: 20px;
	}

#recruit .entry_btn a{
	padding: 10px 0;
	width: 60%;
	font-size: 12px;
	}




#faq{
	background: #fafcff;
	padding: 60px 10px;
	width: 100%;
	min-width: 100%;
	}
#faq .content{
	width: 100%;
	}

#faq .content dl.faq dt{
	padding : 15px 20px;
	font-size: 16px
	}
#faq .content dl.faq dt:after{
	width: 10px;
	height: 10px;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	right: 20px;
	top: 22px;
	}

#faq .content dl.faq dt.active:after{
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	}
#faq .content dl.faq dd{
	padding : 0 20px 20px 30px;
	font-size: 14px;
	}




#about{
	width: 100%;
	padding: 60px 10px 100px 10px;
	}
#about table{
	margin: 0;
	width: 100%;
	font-size: 14px;
	}
#about table th{
	padding: 20px;
	white-space: nowrap;
	}
#about table td{
	padding: 20px;
	}




footer .back{
	background: url('https://tu-legal.jp/wp-content/themes/tu-legal_theme/img/footer.jpg') no-repeat center center;
	background-size: cover;
	height: auto;
	padding: 40px 0;
	min-width: 100%;
	}
footer .back h3{
	font-size: 20px;
	line-height: 1.6;
	}
footer .back h4{
	font-size: 14px;
	margin: 0 0 10px 0;
	}

footer .back .entry_btn a{
	padding: 10px 0;
	width: 60%;
	font-size: 12px;
	}
	

footer .content{
	display: none;
	}
footer .content h1{
	font-size: 20px;
	}
footer .content h1 p:first-child{
	font-size: 14px;
	}
footer .content h1 span{
	font-size: 14px;
	}
footer .content ul{
	display: none;
	}
footer .copy{
	width: 100%;
	text-align: center;
	}






.scroll-top{
	position: fixed;
	bottom: 5px;
	right: 5px;
	}
.scroll-top:hover{
	bottom: 10px;
	}













#entry{
	width: 100%;
	padding: 60px 10px 100px 10px;
	}
#entry table{
	width: 100%;
	margin: 0 auto 80px;
	font-size: 14px;
	display: block;
	}
#entry table tbody{
	display: block;
	width: 100%;
	box-sizing: border-box;
	}
#entry table tr{
	display: block;
	width: 100%;
	box-sizing: border-box;
	}
#entry table th{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 20px;
	}
#entry table td{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 20px;
	}

#entry table th span{
	background : #fff;
	padding : 4px 5px;
	font-size : 12px;
	color : #f27399;
	border-radius : 5px;
	margin: 0 0 0 10px;
	}
















/********************************************************************************************************************************************************************************/
}
/********************************************************************************************************************************************************************************/

