/*
Theme Name: spjwp
Theme URI: https://nakamura-wm.com
Description: spjwp記事
Version: 1.0
Author: spjwp
Author URI: https://nakamura-wm.com
*/

body{
  line-height: 180%;
  font-size: 17px;
}

#header {
  background: #ffffff;
  width: 100%;
  z-index: 10;
  position: relative;
}

#header .con1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#logo {
  box-sizing: border-box;
  width: 330px;
  position: relative;
  z-index: 2;
  margin: 20px 20px 20px 0;
}

#logo1ft{
  width: 330px;
}

#logo img,
#logo1ft img{
  height: auto;
  width: 100%;
  padding: 0;
  display: block;
  vertical-align: bottom;
}

#header.m_fixed {
  width: 100%;
  position: fixed;
  z-index: 9;
}

/*メインビジュアル
トップスライダー*/

#mainvl {
  width: 100%;
  position: relative;
  background: url(images/main.jpg) no-repeat center top;
  background-size: cover;
}

.bg_filter{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 25%,rgba(0,0,0,0.7) 80%,rgba(0,0,0,0.7) 100%);
  /*background: rgba(0,0,0,0.7);*/
}

.mainbox,
.subbox{
  text-align: center;
  position: relative;
  padding: 120px 0;
  z-index: 2;
  color: #fff;
  width: 90%;
  margin: 0 auto;
}

.mainbox{
  padding: 120px 0;
}

.subbox{
  padding: 100px 0;
}

.mainbox .txt_b{
  text-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}

.mainbox h2{
  font-size: 55px;
  line-height: 90px;
  font-weight: 700;
  letter-spacing: 5px;
  padding-top: 20px;
}

.subbox h2{
  font-size: 40px;
  line-height: 70px;
  font-weight: 700;
  letter-spacing: 5px;
}

.cv{
  padding-bottom: 50px;
}

.bg_b{
  background: url(images/bg_b.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 250px;
}

.ttl{
  padding-bottom: 10px;
}

.ttl h2{
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.ttl h3{
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 2px;
}

.t_style1,
.t_style2{
  font-style: italic;
  position: relative;
  padding-bottom: 3px;
  margin-bottom: 5px;
  display: inline-block;
}

.t_style1::before{
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #333333;
}

.txt_white .t_style1::before{
  background: #ffffff;
}

.mailmag{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  margin-top: -200px;
  z-index: 2;
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
}

.cv_img{
  background: url(images/cv.jpg) no-repeat center center;
  background-size: cover;
  width: 47%;
}

.cv_form{
  padding: 40px 40px 15px;
  flex: 1;
  box-sizing: border-box;
}

#performance{
  background: url(images/bg2.jpg) no-repeat center center;
  background-size: cover;
}

.en_ttl{
  font-size: 58px;
  line-height: 70px;
  font-family: "Poltawski Nowy", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

#performance .en_ttl{
  font-size: 52px;
  line-height: 70px;
}

#performance .ttl{
  width: 340px;
  float: left;
}

.per_flex ul {
  margin-left: 350px;
  display:flex;
  justify-content: space-between;
}

.per_flex li{
  width: 32%;
  position: relative;
  background: #ffffff;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.per_txt{
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.per_txt h4{
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
}

.value{
  font-size: 20px;
  padding-top: 10px;
}

.value span{
  font-size: 62px;
  line-height: 62px;
  padding-right: 5px;
  font-family: "Poltawski Nowy", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  background: linear-gradient(to bottom, #bba94d, #715f06);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.flex_1{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.p-img{
  width: 330px;
}

.p-txt{
  flex: .85;
}

.p-txt h3 span{
  font-size: 15px!important;
}

.flex_2{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ttl2{
  width: 230px;
  height: 230px;
  border-radius: 50%;
  position: relative;
}

.ttl2 h3{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
}

.bg_i1{
  background: url(images/bg_icon1.jpg) no-repeat left top;
  background-size: cover;
}

.bg_i2{
  background: url(images/bg_icon1.jpg) no-repeat right top;
  background-size: cover;
}

.bg_i3{
  background: url(images/bg_icon1.jpg) no-repeat center bottom;
  background-size: cover;
}

.check1{
  flex: .9;
}

.check1 li,
.check4 li{
  padding: 5px 0 5px 30px;
  background: url(images/check.png) no-repeat left 10px;
  background-size: 20px;
  font-size: 17px;
}

.p-img2{
  width: 380px;
}

#solution{
  background: url(images/bg3.jpg) no-repeat center center;
  background-size: cover;
}

.solu_list ul{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content: center;
}

.solu_list li {
  background: #ffffff;
  width: 31%;
  box-sizing: border-box;
  padding: 30px 25px;
  margin: 10px 1%;
  flex-grow: 1;
  position: relative;
}

.solu_list li:nth-last-child(2),
.solu_list li:last-child {
  width: 48%;
  margin: 10px 1%;
}

.count{
  font-family: "Poltawski Nowy", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 70px;
  border-bottom: 1px solid #333333;
  margin-bottom: 20px;
  width: 75px;
  text-align: center;
}

.ad_img{
  position: absolute;
  width: 100px;
  right: 20px;
  bottom: 20px;
}

.ad_img2{
  position: absolute;
  width: 120px;
  right: 30px;
  bottom: 30px;
}

.co_r{
  padding-right: 140px;
}

.clm_l{
  float: left;
  width: 200px;
}

.clm_r{
  padding-left: 220px;
}

.risk_list ul{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content: center;
}

.risk_list li{
  width: 46%;
  margin: 0 2% 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}

.risk_list li:nth-last-child(2),
.risk_list li:last-child {
  margin: 0 2% 0px;
  padding: 0 0 0px;
  border-bottom: none;
}

.flex_3,
.flex_4{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex_3{
  flex-direction : row-reverse;
}

.w-img{
  width: 400px;
}

.check2,
.check3{
  flex: .94;
}

.check2 li,
.check3 li{
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  position: relative;
}

.check2 li{
  padding: 18px 0 18px 42px;
  background: url(images/check.png) no-repeat left 18px;
  background-size: 32px;
}

.check3 li{
  background: url(images/check.png) no-repeat left 8px;
  background-size: 32px;
  padding: 8px 0 8px 42px;
}

.check2 li::before{
  content: "";
  width: 100%;
  height: 1px;
  background-image: radial-gradient(circle, #c3c3c3 1px, transparent 1px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  top: 0;
}

.case_post li{
  position: relative;
  padding: 40px 20px;
}

.case_post li::before,
.postbtn::before{
  content: "";
  width: 100%;
  height: 1px;
  background-image: radial-gradient(circle, #c3c3c3 1px, transparent 1px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  top: 0;
}

.case_post li:first-child::before{
  display: none;
}

.case_post li:last-child{
  padding-bottom: 0;
}

.thumbimg{
  width: 230px;
  height: 230px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  float: left;
}

.thumbimg img{
  height: auto;
	width: 100%;
	max-width: inherit;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.case_txt{
  padding-left: 300px;
}

.s-img{
  width: 460px;
}

/*フッタ*/


footer{
  
}

.ft_flex{
  display: flex;
  justify-content:space-between;
  align-items: center;
}

#copyright{
  color: #a8a8a8;
  text-align: right;
  flex: 1;
  font-size: 13px;
  line-height: 30px;
}

#copyright a,
#copyright span{
  display: inline-block;
  font-size: 13px;
  line-height: 30px;
  color: #a8a8a8;
}

#copyright span{
  padding: 0 15px;
}

.cv_form dl{
}

.cv_form dt,
.con_form dt{
  padding-bottom: 5px;
  font-weight: bold;
}

.cv_form dt p{
  font-size: 15px;
  font-weight: bold;
}

.cv_form dd,
.con_form dd{
  padding-bottom: 30px;
}

.hissu{
	font-size: 13px;
	color: #bba94d;
	font-weight: bold;
	padding-left: 5px;
}


/*タイトル*/

.txt_s{
  font-size: 13px;
  line-height: 20px;
}

.txt_ns{
  font-size: 15px;
  line-height: 27px;
}

.txt_n{
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
}

.txt_m{
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.txt_b{
  font-size: 30px;
  line-height: 50px;
  letter-spacing: 1px;
  font-weight: 700;
}

.t_inline{
  display: inline-block;
  vertical-align: middle;
  padding: 0 3px;
}

.co_l{
  margin-left: 30px;
}

.co_r2{
  margin-right: 30px;
}

.txt_c{
  text-align: center;
}

.txt_r{
  text-align: right;
}

.mgat{
  margin: 0 auto;
}

.wid_1{
  width: 300px;
}

.wid_2{
  width: 300px;
}


.postbtn{
  margin-top: 40px;
  padding-top: 30px;
  position: relative;
}

.leftbtn,
.rightbtn{
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  vertical-align: middle;
  display: inline-block;
  padding: 4px 0;
  width: 140px;
  border-radius: 5px;
  background: #333333;
  color: #fff;
  margin-left: 20px;
  text-align: center;
  -webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.leftbtn:hover,
.rightbtn:hover{
  background: #000000;
}

.table_list dt,
.table_list dd{
  border-top: 1px solid #333333;
  padding: 20px;
  box-sizing: border-box;
  font-size: 17px;
  line-height: 30px;
}

.table_list dt{
  width: 320px;
  font-weight: 700;
  float: left;
  clear: left;
}

.table_list dd{
  margin-left: 320px;
}

.table_list dl{
  border-bottom: 1px solid #333333;
}

.who_list ul {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content: center;
  align-items:stretch;
}

.who_list li {
  background: #ffffff;
  width: 48%;
  box-sizing: border-box;
  padding: 30px 40px;
  margin-top: 40px;
}

.who_list li:nth-child(odd) {
  margin-right: 2%;
}

.who_list li:nth-child(even) {
  margin-left: 2%;
}

.who_list li h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}

.who_list li h4 span {
  font-weight: 700;
}

#terms{
  background: url(images/bg4.jpg) no-repeat center center;
  background-size: cover;
}

.dl_list dl{
  border-bottom: 1px solid #ffffff;
}

.dl_list dt,
.dl_list dd{
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
  color: #ffffff;
  border-top: 1px solid #ffffff;
  padding: 20px 20px;
  box-sizing: border-box;
}

.dl_list dt{
  width: 340px;
  float: left;
  clear: left;
}

.dl_list dd{
  margin-left: 340px;
  border-left: 1px solid #ffffff;
}

.flex_5{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.p-txt2{
  flex: .9;
  padding-top: 20px;
}

.steptxt{
  font-family: "Poltawski Nowy", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 70px;
  width: 120px;
  text-align: center;
}

.steptxt span{
  font-family: "Poltawski Nowy", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  display: block;
}

.check4 {
  margin: 10px 0;
}

.check4 li {
  font-weight: 700;
}

/********************************************
 * 共通要素
 ********************************************/

.dot-line {
  height: 1px;
  background-image: radial-gradient(circle, #c3c3c3 1px, transparent 1px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
}

.pc_none{
	display:none;
}

.pdl_no{
  padding-bottom: 0;
}

@media screen and (max-width: 1250px) {
.clm_r{
  padding-left: 200px;
}
 
.per_txt h4{
  font-size: 20px;
  letter-spacing: 0px;
}
  
.value{
  font-size: 16px;
}

.value span{
  font-size: 45px;
  line-height: 45px;
}

.ttl2{
  width: 200px;
  height: 200px;
}

.ttl2 h3{
  font-size: 21px;
  line-height: 34px;
}
  
.p-img2{
  width: 300px;
}
  
.pc_t{
  padding-top: 20px;
}
}
