@charset "utf-8";
/*----------------------------------
	body
-----------------------------------*/
html{
		overflow-x: hidden;
}
body{
	font-family: -apple-system, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", Osaka, " ＭＳ Ｐゴシック", MS PGothic, sans-serif;
	font-size: 1.6rem;
	line-height: 1.8;
	color: #373737;
	background: #fff;
}
.block {
	width: 1000px;
	margin: 0 auto;
}
.hamburger, .globalMenuSp {
	display: none;
}
.center {
	text-align: center;
}
/*----------------------------------
	br 
-----------------------------------*/
.br-sp {
	display: none;
}
.sp-block {
	display: none;
}
.br-tablet {
	display: none;
}
/*----------------------------------
	a link button
-----------------------------------*/

/*----------------------------------
	wrapper
-----------------------------------*/

/*----------------------------------
	header
-----------------------------------*/
header{
	position: relative;
	width: 100%;
	height: 180px;
}
header .header-inner {
	width: 100%;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}
header .header-inner h1{
	width: 100px;
}
header .header-inner h2{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	background: #333;
	font-size: 1.2rem;
	font-weight: 400;
	padding: 0 5.0rem;
}
/*----------------------------------
	nav
-----------------------------------*/

/*----------------------------------
	footer
-----------------------------------*/
footer{
	padding: 10.0rem;
	text-align: center;
}
.footer-sign {
	font-size: 1.2rem;
}
/*----------------------------------
	title
-----------------------------------*/

/*----------------------------------
	index
-----------------------------------*/
#keyv {
	position: relative;
	background: url("/common/images/keyv/keyv.jpg") no-repeat center top;
	background-size: cover;
	height: 550px;
	width: 100%;	
	margin: 0 auto;
}
#keyv h2{
	position: absolute;
	top: 50%;
	left: 5.0rem;
	font-size: 5.0rem;
	font-weight: bold;
	color: #e40065;
}
.logo-slider {
	width: 100%;
	margin: 0 auto;
}
#search {
	background: #222;
	position: relative;
}
#search article{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 5.0rem;
}
#search article .search-form{
	width: 100%;
}
#search article .search-form .search-form-cover {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 3.0rem 0;
}
#search article .search-form .search-form-cover select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #333;
    background-size: 10px 6px;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    color: #9b9b9b;
    cursor: pointer;
    padding: 0.5rem 1.0rem;
    width: 180px;
}
#search article .search-form .search-form-cover input{
    background-color: #333;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    padding: 0.5rem 1.0rem;
    width: 300px;
}
#search article .search-form .search-form-cover button{
    -webkit-appearance: none;
    appearance: none;
    background-color: #e40065;
    border: none;
    color: #fff;
    font-weight: 700;
    letter-spacing: .4em;
    overflow: hidden;
    padding: 0.5rem 1.0rem;
    position: relative;
    z-index: 1;
    width: 100px;
}
#search article .search-form .search-form-cover button svg{
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    fill: #fff;
}
#intro {
	padding: 10.0rem 0;
}
#intro article{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#intro article .intro-left {
	background: url("/common/images/pht/pht_intro01.jpg") no-repeat center center;
	background-size: cover;
	height: 300px;
	width: 45%;
}
#intro article .intro-right {
	width: 50%;
}
#intro article .intro-right h2{
	font-size: 3.5rem;
	margin-bottom: 3.0rem;
}
#intro article .intro-right .index-txt {
	font-size: 2.0rem;
}

#logo-content {
	position: relative;
	background: #eff1f2;
	padding: 5.0rem 5.0rem 0;
	margin-bottom: 5.0rem;
}
.logo-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.logo-list li{
	width: 12%;
	margin: 0 2.65% 5.0rem 0;
	background: #fff;	
}
.logo-list li:nth-child(7n){
	margin-right: 0;
}
#area-content {
	position: relative;
}
#area-content h2{
	text-align: center;
	margin-bottom: 5.0rem;
	font-size: 3.0rem;
}
#area-content ul.logo-list {
	width: 80%;
	margin: 0 auto;
	padding: 5.0rem 5.0rem 3.0rem;
	background: #eff1f2;
}
#area-content ul.logo-list li{
	text-align: center;
	padding: 1.0rem 0;
	margin-bottom: 2.0rem;
}
#area-content ul.logo-list li a{
	color: #333;
}
/*----------------------------------
	single
-----------------------------------*/
#single-block {
	padding-top: 10.0rem;
}
.single-inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.single-inner {
	border: 1px rgb(221, 221, 221) solid;
	padding: 15.0rem 5.0rem 5.0rem;
}
.single-section {
	padding-bottom: 5.0rem;
	margin-bottom: 5.0rem;
	border-bottom: 1px rgb(221, 221, 221) solid;
}
.single-brand-logo {
	position: absolute;
	top: -75px;
	left: 50%;
	transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
	width: 150px;
	background: #fff;
	border: 1px rgb(221, 221, 221) solid;
}
.single-ttl h2{
	font-size: 2.4rem;
	border-bottom: 1px rgb(221, 221, 221) solid;
	margin-bottom: 0.5rem;
}
.single-date {
	text-align: right;
	margin-bottom: 5.0rem;
	font-size: 1.4rem;
}
.single-section h3.single-subttl {
	border-left: 4px solid #e40065;
	font-size: 2.1rem;
	padding-left: 1.0rem;
	margin-bottom: 3.0rem;
}
.single-section h4{
	font-size: 1.8rem;
	margin-bottom: 1.0rem;
}
.single-txt {
	margin-bottom: 2.0rem;
}
.single-img {
	width: 80%;
	margin: 3.0rem auto 5.0rem;
}
.single-line {
	padding-bottom: 1.0rem;
	margin-bottom: 3.0rem;
	border-bottom: 1px rgb(221, 221, 221) solid;
}
.brand-txt {
	padding: 3.0rem;
	background:	#eff1f2;
}
.contact-btn {
	padding-top: 1.0rem;
}
.contact-btn button{
	background-color: #e40065;
	color: #fff;
	width: 300px;
	padding: 2.0rem 0;
	margin: 0 auto 1.0rem;
	display: block;
}
.contact-btn .rubi{
	font-size: 1.4rem;
	text-align: center;
}
/*----------------------------------
	page
-----------------------------------*/
.page-header-contact {
	background: #222;
	padding: 1.0rem 0;
	color: #fff;
	text-align: center;
	font-size: 2.1rem;
}
#contact-block {
	padding-top: 10.0rem;
}
#contact-block .single-inner {
	background:	#eff1f2;
}
.contact-form h4{
	font-size: 1.8rem;
	font-weight: 400;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 2.0rem;
}
.contact-form h4 .required {
	background: #b10000;
	color: #fff;
	font-weight: 400;
	font-size: 1.2rem;
	padding: 0.5rem 1.0rem;
	display: inline-block;
	margin-right: 1.0rem;
}
.contact-input {
	margin-bottom: 5.0rem;
}
input, textarea{
	background: #fff;
	padding: 2.0rem;
	width: 100%;
}
.contact-input.flex-box {
	display: flex;
	justify-content: flex-start;
}
#contact-sex-1 {
	margin-right: 5.0rem;
}
#contact-sex-1, #contact-sex-2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: rgba(0,0,0,0);
    outline: none;
    cursor: pointer;
}
.mwform-radio-field-text {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1rem 1.8rem;
    color: #000;
    display: block;
    width: 200px;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
}
#contact-sex-1:checked+.mwform-radio-field-text, #contact-sex-2:checked+.mwform-radio-field-text {
    background-color: #e40065;
    border: 1px solid #e40065;
    color: #fff;
    position: relative;
}
.btn-submit {
	background: #e40065;
	border: 1px solid #e40065;
	color: #fff;
	width: 350px;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.contact-txt02 {
	margin-bottom: 3.0rem;
}
.contact-txt02 a{
	color: #e40065;
}
