@charset "utf-8";

/*---------------------------------------------------------
h1タイトルのフォント指定
---------------------------------------------------------*/
/*h1,
h2,
h3 {
	font-family: "kan415typos-std";
}*/


/*---------------------------------------------------------
h1タイトルのフォント指定
---------------------------------------------------------*/
.colorfilter-base {
	background-color: black;
	/* カラーフィルタ効果の色を指定 */
	/* display: inline-block;    (任意：インラインブロック化したい場合) */
}

.colorfilter-image {
	/*opacity: 0.6;     カラーフィルタ効果の度合いを指定 */
	background: rgba(0, 0, 0, .6);
	display: block;
}


/*---------------------------------------------------------
Hero 第2階層
---------------------------------------------------------*/
/*.visual-banner-c-hero-company01 {
	background-image: url('../images/hero-company01.jpg');
}*/
.visual-banner-c-hero-company01 {
	background-image: url('../images/hero-company01.jpg');
}

.visual-banner-c-hero-news {
	background-image: url('../images/hero-news.jpg');
}

.visual-banner-c-hero-contact {
	background-image: url('../images/hero-contact.jpg');
}

.visual-banner-c-hero-product01 {
	background-image: url('../images/hero-company01.jpg');
}

.visual-banner-c-hero-product02 {
	background-image: url('../images/hero-product02.jpg');
}


/*---------------------------------------------------------
タイトル 第3階層
---------------------------------------------------------*/
.visual-title-c {
	font-size: 1.875rem;
	line-height: 1.2;
	font-family: "kan415typos-std", 'Josefin Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #fff;
	display: block;
	font-weight: 300;
	/*margin-bottom: 1.25rem;*/
}

@media screen and (min-width: 576px) {
	.visual-title-c {
		font-size: 2.25rem;
	}
}

@media screen and (min-width: 767px) {
	.visual-title-c {
		font-size: 2.625rem;
	}
}

@media screen and (min-width: 991px) {
	.visual-title-c {
		font-size: 3rem;
	}
}

@media screen and (min-width: 1230px) {
	.visual-title-c {
		font-size: 3.375rem;
	}
}

@media screen and (min-width: 1600px) {
	.visual-title-c {
		font-size: 3.75rem;
	}
}



/*---------------------------------------------------------
ヒーロー
---------------------------------------------------------*/
.hero-c {
	/*親div*/
	position: relative;
	/*相対配置*/
}

.hero-c .hero-txt-c {
	position: absolute;
	/*絶対配置*/
	top: 45%;
	left: 40%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0;
}

.hero-c .hero-txt-c h4 {
	color: white;
	/*文字は白に*/
	font-weight: 100;
	/*太字に*/
	font-family: kan415typos-std;
	/*Font*/
}

.hero-c .hero-txt-c h1 {
	color: white;
	/*文字は白に*/
	font-weight: 200;
	/*太字に*/
	font-family: kan415typos-std;
	/*Font*/
}

.hero-c img {
	/*width: 100%;*/
	height: 100vh;
}


@media(max-width:1030px) {
	body#tsuku_Purodactpage div.content-slot .text-wrap {
		margin-left: 0;
	}

	body#tsuku_Purodactpage div#product01 img,
	body#tsuku_Purodactpage div#product02 img {
		width: 100% !important;
		height: auto !important;
		margin-left: 0 !important;
	}

	body#tsuku_Purodactpage .bg-stretch.img-wrap.wow.slideInLeft,
	body#tsuku_Purodactpage .bg-stretch.img-wrap.wow.slideInRight {
		display: flex;
		justify-content: center;
		align-items: center !important;
	}


	body#tsuku_Purodactpage .alternate-block .row:nth-child(even) .text-wrap {
		margin-right: 0;
	}
}

@media(max-width:975px) {
	p.product_txt {
		margin-bottom: 0;
	}

	.last-wrap {
		padding-bottom: 42px !important;
	}

	img.server_img {
		height: 375px !important;
		object-fit: cover;
	}
}

/**2021-11-29 katsumata modify**/
/**個人情報保護方針**/
.divider.privacy_divider {
	margin-bottom: 4rem;
}

h2.privacyTop,
.divider,
.cp_ttl p,
h3.purpose_top,
h3.aboutInfo {
	text-align: center;
}

.privacy_area {
	padding: 25px;
	box-shadow: 0 1px 15px 1px rgb(52 40 104 / 8%);
	font-size: 15px;
	margin-bottom: 5rem;
}

.privacyTtl p {
	text-align: left;
	margin-bottom: 2em;
	font-size: 13px;
}

.privacy_area ul {
	padding-left: 0;
}

.privacy_area li {
	list-style: none;
	font-size: 13px;
}

.rightTxt p {
	text-align: right;
	font-size: 13px;
	margin-bottom: 0;
}

p.area_end {
	padding: 40px 0 0px;
}

.contact_privacy {
	border: 1px solid #23273f;
	padding: 15px;
}

.cp_ttl p,
.purposeSub p {
	font-weight: 600;
	font-size: 14px;
}

.cp_dtail {
	width: 50%;
	margin: 0 auto;
}

h3.purpose_top,
h3.aboutInfo {
	margin-bottom: 2rem;
	font-size: 20px;
}

ul.purposeList {
	padding-left: 30px;
	margin-bottom: 20px;
}

.purposeTtl p {
	margin-bottom: 2em;
	font-size: 13px;
	line-height: 1.8;
}

.dataInner {
	margin-bottom: 20px;
}

.data_ttl p,
.info_list p {
	margin-bottom: 0px;
	font-weight: 600;
	font-size: 14px;
}

.dataInner p {
	font-weight: 300;
	padding-left: 30px;
	font-size: 13px;
}

p.purpose_detail {
	font-weight: 300;
	margin-bottom: 5px;
	font-size: 13px;
}

ul.itemDtail {
	padding-left: 30px;
}

ul.itemDtail li {
	margin-bottom: 5px;
}

.infoTtl p {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

ul.purposeList li {
	list-style: none;
	font-size: 13px;
}

p.markTtl {
	font-weight: 600;
	color: #23273f;
	margin-bottom: 5px;
	font-size: 17px;
}

.about_privacyMark p {
	color: #23273f;
	font-size: 13px;
	line-height: 1.8;
}


span.boldTxt {
	font-weight: 600;
}

p.purpose_detail.list_ttl {
	margin-bottom: 5px;
}

.privacyInfo_area {
	padding: 25px;
	box-shadow: 0 1px 15px 1px rgb(52 40 104 / 8%);
	font-size: 15px;
	margin-bottom: 1rem;
	height: 550px;
	overflow-y: scroll;
}

.privacyAgreement label {
	font-size: 16px;
}

label.checkBtn:hover {
    cursor: pointer;
}

.privacyAgreement {
	text-align: center;
	margin-bottom: 1.5rem;
}

.privacyAgreement input {
	margin-right: 10px;
	font-size: 20px !importat;
}

.data_infoInner {
	margin-bottom: 15px;
}

.data_infoInner p {
	font-weight: 300;
	padding-left: 30px;
	font-size: 13px;
}

p.privacyDate {
	margin-bottom: 0;
}

.btnArea {
    position: relative;
}
.btnArea input[type="submit"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
    background: rgba(255, 255, 255, 0);
    padding: 0;
    z-index: -1;
    transition-duration: 0.3s;
    box-sizing: border-box;
    -webkit-appearance: none;
}
.btnArea input[type="submit"] {
    cursor: default;
    z-index: +1;
    outline: none;
}
.btnArea._check input[type="submit"] {
    z-index: -1;
}
a.btn_one {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #CCC;
    box-sizing: border-box;
    width: 40%;
    padding: 8px;
    color: #ffffff;
    font-size: 1.063rem;
    font-weight: bold;
    position: relative;
    transition-duration: 0.2s;
    margin-left: auto;
	border: 2px solid #CCC;
}
._check a.btn_one._a {
    background: #000;
	border: 2px solid #000;
}
a.btn_one._a:hover {
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
}

.pc_only {
	display: block;
}

.sp_only {
	display: none;
}

.form_btn {
    background: #000;
    border: 1px solid #fff;
    color: #fff;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: all .5s ease-out;
    position: relative;
}



.submit_btnarea {
    width: 35%;
    margin: 0 auto;
    margin-bottom: 2rem;
}

button[type="submit"][disabled] {
    background-color: #CCC;
    color: #fff;
    border-color: #ccc;
    cursor: default;
}

.p-mark {
    display: flex;
    width: 100%;
	gap: 3%;
}

.p-mark-txt {
    width: 88%;
}

.p-mark-img {
    width: 12%;
}

.footer_p_img {
    width: 35%;
}

figure.privacy_mark {
    width: 25%;
    margin: 4.5% auto 0;
}



@media print,
screen and (max-width: 599px) {
	.pc_only {
		display: none;
	}

	.sp_only {
		display: block;
	}

	.divider.privacy_divider {
		margin-bottom: 2rem;
	}

	.privacy_area li {
		font-size: 12px;
	}

	.cp_ttl p,
	.purposeSub p {
		font-size: 12px;
	}

	.cp_dtail p {
		text-align: left;
		font-size: 12px;
	}

	h3.purpose_top,
	h3.aboutInfo {
		margin-bottom: 1rem;
	}

	p.purpose_detail {
		margin-bottom: 5px;
		font-size: 12px;
	}

	ul.purposeList {
		padding-left: 10px;
	}

	h3.purpose_top {
		line-height: 1.8;
	}

	.data_ttl {
		font-size: 12px;
	}

	.dataInner {
		margin-bottom: 5px;
	}

	.contant_data {
		padding: 5px 0;
		width: 100%;
	}

	.infoTtl p {
		font-size: 18px;
		line-height: 1.4;
	}

	.privacy_area {
		margin-bottom: 2.5rem;
	}

	.privacyInfo_area {
		font-size: 14px;
		padding: 15px;
	}

	.data_infoInner p {
		padding-left: 0px;
	}

	.privacyAgreement label {
		font-size: 14px;
	}

	.top_ttl {
		text-align: left;
	}

	.purposeTtl p {
		font-size: 12px;
	}

	.data_ttl p,
	.info_list p {
		font-size: 12px;
	}

	h3.purpose_top,
	h3.aboutInfo {
		font-size: 18px;
	}

	.privacyInfo_area {
		height: 450px;
	}

	.privacyTtl p {
		font-size: 12px;
		line-height: 1.8;
	}

	ul.purposeList li {
		font-size: 12px;
	}

	.cp_dtail p,
	.subTtl p {
		font-size: 12px;
	}

	.about_privacyMark p {
		font-size: 12px;
	}
	
	.service_detail {
		padding-bottom: 2.625rem;
	}

	ul.service_list {
		padding: 0;
		display: flex;
		width: 90%;
		margin: 0 auto;
		justify-content: space-between;
	}

	.blue_circle p {
		margin-bottom: 0;
		font-size: 15px;
		font-family: serif;
	}

	ul.service_list li {
		list-style-type: none;
		background-color: #154188;
		color: #fff;
		text-align: center;
		width: 80px;
		height: 80px;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 1rem;
	}
	
	p.service_ttl {
		color: #154188;
		text-align: center;
		font-size: 13px;
    	font-weight: 600;
		margin-top: 15px;
		font-family: serif;
	}
	
	a.btn_one {
		width: 60%;
		font-size: 14px;
		margin: 0 auto;
	}
	
	.cp_dtail {
		width: 85%;
	}
	
	.submit_btnarea {
		width: 65%;
	}
	
	.p-mark-txt {
		font-size: 12px;
		width: 70%;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	
	.p-mark-img {
		width: 30%;
	}
}
/**個人情報保護方針**/
/**2021-11-29 katsumata modify**/

@media print,
screen and (max-width: 599px) {
	.last-wrap {
		padding-bottom: 42px !important;
	}
	
	.p-mark {
		flex-direction: column;
	}
	
	.p-mark-txt {
		width: 100%;
	}
	
	.p-mark-img {
		width: 25%;
		margin-left: auto;
	}
	
	.footer_p_mark {
		width: 30%;
	}
}
