/*
Theme Name:original child
Theme URI:
Template:original
Author URI:https://design-plus1.com/tcd-w/
Version:0.0.8
*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html{
	margin-top: 0  !important;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Raleway', sans-serif;
}


body{
	font-family: "Hiragino Kaku Gothic ProN","YuGothic",Meiryo,"メイリオ",sans-serif;
}

@font-face {
    font-family: "NotoSansCJKjp";
    font-style: normal;
    font-weight: normal;
    src: url('../font/web/NotoSansCJKjp.eot');
    src: url('../font/web/NotoSansCJKjp.eot?#iefix') format('embedded-opentype'),
         url('../font/web/NotoSansCJKjp.woff') format('woff'),
         url('../font/web/NotoSansCJKjp.otf') format('opentype')
}

h1{
	color: #fff;
	font-weight: 700;
	letter-spacing: 3px;
}

h2{
	text-align: left;
	color: #7b7b7b;
	font-size: 24px;
	padding-left:10px; 
}

h1:not(.site-title):before,h2:before {
    content: none;
}

h2{
	font-family: 'Roboto Condensed', sans-serif !important;
	letter-spacing: 5px;
}

h2 span{
	display: block;
	font-size: 16px;
}

ul{
	padding: 0;
	list-style: none;
}

p{
	margin: 0;
}

section{
	padding: 35px 0;
}

img{
	width: 100%;
}

.page-contentBox{
	max-width: 100%;
	width: 100%;
	padding: 0 10px;
	margin: auto;
}




/*-------------------------------------

 --------------------------------------*/

header{
	position: relative;
	background-position: center top !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	min-height: 500px;
    width: 100%;
}

header::after {
  content: '';
  background-color: rgba(255,255,255,.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

header h1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: 0;
  z-index: 3;
}

/*-------------------------------------

 --------------------------------------*/
 #companyPhilosophyBox {
 	background: url(./images/bg.jpg);
 	font-weight: bold;
 }

 #companyPhilosophyBox .page-contentBox{
 	max-width: 100% !important;
 	width: 100%;
 }



 #companyPhilosophyBox h2{
 	font-family: "NotoSansCJKjp" !important;
 	font-weight:lighter;
 	font-size: 40px;
 	text-align: center;
 	color: black;
 	padding-bottom: 10px;
 	border-bottom: 1px solid #fff;
 	margin: 0;
 }

#companyPhilosophyBox h3{
	font-family: "NotoSansCJKjp";
	font-size: 24px;
	display: flex;
	align-items: center;
}


#companyPhilosophyBox h3:after{
	display: #000000;
	content: "";
	height: 2px;
	max-width: 65%; 
	width: 100%;
	background: #000;
	margin-left: auto;
}


#companyPhilosophyBox p{
 font-size: 13px;
 font-weight: normal;
 color: black;
}

#companyPhilosophyBox ul{
	font-size: 13px;
	text-align: center;
	color: #fff;
}

#companyPhilosophyBox ul li{
	padding:5px 0;
}

/*-------------------------------------

 --------------------------------------*/

#companyInfoBox ul{
}

#companyInfoBox ul li{
	font-size: 13px;
	max-width: 100%;
	width: 100%;
	padding: 20px 3%;
	border-top: 1px solid #eeeeee;
}

#companyInfoBox ul li:last-child{
	border-bottom: 1px solid #eeeeee;
}

#companyInfoBox ul li span{
	display:block;
	font-size: 15px;
	font-weight: bold;
}

#companyInfoBox .page-contentBox > p{
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #7b7b7b;
    letter-spacing: 1px;
}

#companyInfoBox .page-contentBox > p span{
	display: block;
	color: black;
}


/*-------------------------------------

 --------------------------------------*/

#categoryIntroductionBox{
	background: black;
}

#categoryIntroductionBox h2{
	text-align: left;
	color: #fff;
}


#categoryIntroductionBox img{
	vertical-align: bottom;
}

#categoryIntroductionBox ul{

}

#categoryIntroductionBox ul li{
	
}

#categoryIntroductionBox ul li{
	
}

.categoryBg{
	height: 250px;
}


.row{
	position: relative;
	height: 200px;
	width: 100%;
}

#categoryIntroductionBox .categoryBox{
	position: absolute;
	top: -40px;
	  left: 50%;
	  transform:  translateX(-50%);
	  -webkit- transform:  translateX(-50%);
	box-sizing: border-box;
	padding: 20px;
	max-width: 90%;
	width: 100%;
	background: #fff;
}

#categoryIntroductionBox .categoryBox h3{
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0 0 1rem;
	font-size: 18px;
	letter-spacing: 5px;
	color: #32538a;
}

#categoryIntroductionBox .categoryBox h3 span{
	font-size: 12px;
	display: block;
	padding-top: 5px;
}

#categoryIntroductionBox .categoryBox p{
	font-size: 10px;
}





/*-------------------------------------

 --------------------------------------*/
 #formBox{
 	background: url(./images/bg.jpg);
 }

 #formBox .page-contentBox{
 	max-width: 100%;
 }

 #formBox h2{
 	color: #000 !important;
 }

 #formBox input ,#formBox textarea{
 	max-width: 100%;
 	width: 100%;
 	border-radius: 5px;
 }

 #formBox p{
	font-size: 12px;
	font-weight: bold;
	margin: 1rem 0 5px;
	font-family: 'Roboto Condensed', sans-serif !important;
	text-align: center;
}



#formBox .formbtn{
	font-size: 16px;
	max-width: 200px;
	background: #00bcd4;
	text-align: center;

}

/*-------------------------------------

 --------------------------------------*/

#footerEndbox{
	text-align: center;
	padding: 10px 0 !important;
	font-size: 8px;
	color: #fff;
	background: black;
}

#footerEndbox p{
	margin: 0;
}



/*-------------------------------------
 ▼中型画面向けデザイン（タブレットなど）
 --------------------------------------*/
@media screen and (min-width: 768px) {

.page-contentBox{
	max-width: 1200px;
	width: 100%;
}

h2{
	font-size: 40px;
}


/*-------------------------------------

 --------------------------------------*/
 .categoryBg{
 	height: 380px;
 	max-width: 70%;
 }

 .row{
 	position: absolute;
 	top: 50%;
 	transform: translateY(-50%);
 	-webkit- transform: translateY(-50%);
 	height: auto;
 	width: 80%;
 }

#categoryIntroductionBox .page-contentBox{
	max-width: 1200px;
	width: 100%;
	padding: 0 ;
}


#categoryIntroductionBox ul li{
	position: relative;
	margin: 0 0;
	padding: 30px 0;
}

 #categoryIntroductionBox ul li:nth-of-type(even) .categoryBg{
 		margin-left: auto;
 }

 #categoryIntroductionBox ul li:nth-of-type(odd) .categoryBg{
 		margin-right: auto;
 }


#categoryIntroductionBox .categoryBox{
	position: static !important;
	width: 350px;
	box-sizing: content-box;
	padding: 60px;
	left: 0;
	transform: translateX(0);
	-webkit- transform: translateX(0);
}

#categoryIntroductionBox ul li:nth-of-type(odd) .categoryBox{
	margin-left: auto;
	float: left;
}

#categoryIntroductionBox ul li:nth-of-type(odd) .categoryBox{
	margin-right: auto;
	float: right;
}

#categoryIntroductionBox ul li:nth-of-type(even) .row{
	right: 0 !important;
}


#categoryIntroductionBox .categoryBox h3{
	font-size: 28px;
}


/*-------------------------------------

 --------------------------------------*/

#companyInfoBox .page-contentBox > p{
	display: line-block;
}


#companyInfoBox ul{
	max-width: 700px;
	margin: auto;
}

#companyInfoBox ul li{
	display: flex;
	padding: 20px 10%;
}

#companyInfoBox ul li span{
	max-width: 30%;
	width: 100%;
}


/*-------------------------------------

 --------------------------------------*/

#companyPhilosophyBox{
	padding:80px 0;
}

#companyPhilosophyBox .page-contentBox{
	max-width: 100%;
}

#companyPhilosophyBox .page-contentBox:nth-of-type(2){
	max-width: 700px;
}

 #companyPhilosophyBox h2{
 	font-size: 64px;
 }

#companyPhilosophyBox h3{
	font-size: 32px;
	display: flex;
}


#companyPhilosophyBox h3:after{
	max-width: 75%; 
}

#companyPhilosophyBox p{
	text-align: left;
	font-size: 18px;
	max-width: 80%;
}

#companyPhilosophyBox ul{
	font-size: 20px;
	
}


#contentBox .page-contentBox span{
	display: block;
}


/*-------------------------------------

 --------------------------------------*/

#formBox .page-contentBox{
	max-width: 1200px;
}

#formBox .page-contentBox > div{
	max-width: 700px;
	margin: auto;
}

#formBox input,#formBox textarea{
	max-width: 100%;
}



}

/*-------------------------------
 ▼大型画面向けデザイン（PCなど）
 --------------------------------*/
@media screen and (min-width: 1100px) {
	#companyPhilosophyBox .page-contentBox{
	max-width: 100%;
	display: flex;
	}

	#companyPhilosophyBox .page-contentBox .left{
	max-width: 40%;
	width: 100%;
}

#companyPhilosophyBox .page-contentBox .right {
	max-width: 60%;
	width: 100%;
}
	
}