@charset "UTF-8";

/************/
/*basic*/
/************/
html {
    width: 100%;
    height: 100%;
    font-size: 10px;
    font-family:"Gotham A", "Gotham B",'SourceHanSansJP',"源ノ角ゴシック JP",Courier;
}

body {
    min-width: 768px;
    height: 100%;
}

/************/
/*contents*/
/************/
header {
    width: 100%;
    height: 100%;
    position: relative;
}

header>div.mainvisual {
    width: 100%;
    height: 100%;
    background: url("../images/main_ipad.png") no-repeat center;
    background-size: contain;
}

header>div.logo {
    width: 15%;
    height: auto;
    aspect-ratio: 1 / 3.5;
    background: url("../images/logo.png") no-repeat center;
    background-size: contain;
    position: absolute;
    left: 40%;
    top: 25%;
}
footer {
    padding-bottom: 10rem;
}

footer>h1 {
    width: 40%;
    height: auto;
    aspect-ratio: 5 / 0.9;
    background: url("../images/logo.png") no-repeat center;
    background-size: contain;
    overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
    margin: 10rem auto 5rem auto;
}

footer>div {
    display: flex;
    justify-content: space-between;
     width: 80%;
    margin: 0 auto;
}

footer>div>div {
    width: 30%;
    letter-spacing: 2px;
}
footer>div>div>h2 {
    font-weight: normal;
    margin-bottom: 1rem;
}

/************/
/*contact*/
/************/
section#contact {
	width: calc(90vw - 8rem);
	margin: 0 auto 0 auto;
	padding-top:5rem;
}

section#contact>h1 {
	font-family: "Gotham A", "Gotham B";
	font-size: 2rem;
	font-style:normal;
	font-weight:normal;
	line-height:0.7;
	letter-spacing:0.2rem;
	margin: 0 auto;
	text-align: center;
}

section#contact>span {
	display: block;
	width: 3.6rem;
	height: 0.1rem;
	background-color: #000;
	margin: 3rem auto 2.5rem auto;
}

section#contact>div {
	width: 100%;
	margin: 0 auto;
}

section#contact>div>p {
    width: 100%;
    font-weight: normal;
    font-size:1.4rem;
    letter-spacing: 0.3rem;
    text-align: center;
    margin-bottom: 5rem;
}

div.contact-form {
}

.contact_cell{
	display: flex;
    height: 5.4rem;
    box-sizing: border-box;
	margin-bottom: 20px;
    justify-content: space-between;
}

.contact_cell input[type="text"]{
	background-color: #F7F8F8;
	width: 100%;
    height: 5.4rem;
	border: none;
	box-sizing: border-box;
	margin-top: 0px;
	padding: 0 20px;
	font-size: 1.4rem;
}

.contact_cell select{
	background-color: #F7F8F8;
	width: 100%;
    height: 5.4rem;
	border: none;
	box-sizing: border-box;
	padding: 0 60px 0 20px;
	font-size: 1.4rem;
    -moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.contact_cell-top{
	width: 200px;
	display: grid;
	align-content:center;
}

.contact_cell-top p{
	line-height: 1;
	width: 200px;
}

.contact_cell-top p span.required{
	color: #E60012;
	padding-left: 5px;
}

.contact_cell-top p:nth-child(1){
	font-family: "Gotham A", "Gotham B";
    font-size: 1.4rem;
	padding-bottom: 0.2rem;
}

.contact_cell-top p:nth-child(2){
	font-size: 1rem;
	letter-spacing: 0.1rem;
	margin-top: 0.5rem;
}

.contact_cell-bottom{
	width: calc( 100% - 230px );
}

.contact_cell-bottom.long{
	width: calc( 100% - 230px );
	align-items: center;
	justify-content: center;
	display: flex;
	padding: 10px 0;
	margin-top: 0;
	box-sizing: border-box;
}

.contact_cell-bottom.middle{
	width: calc( 80% - 230px );
    margin-right: 20%;
}

.contact_cell-bottom.short{
	width: calc( 65% - 230px );
    margin-right: 35%;
}

.contact_cell-bottom-postal{
	display: grid;
	grid-template-columns: calc( 45% - 10px ) calc( 45% - 10px );
	gap:20px;
}

.select_box-select{
	width: 90%;
    height: 54px;
	background: #F7F8F8;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.select_box-select:before{
	position: absolute;
	content: "▼";
	right: 0;
	height: 54px;
	width: 54px;
	background: #DCDDDD;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.select_box-select option {
  color: #333333;
}

.contact_cell-textarea{
	display: flex;
    height: auto;
    box-sizing: border-box;
	margin-bottom: 20px;
    justify-content: space-between;
}

.contact_cell-textarea textarea{
	background: #F7F8F8;
	padding: 10px;
	width: 100%;
	height: 160px;
    box-sizing: border-box;
	border: none;
	resize: vertical;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    font-size: 1.4rem;
    
}

.contact_cell-privacy{
	border: 1px solid #231815;
	padding: 20px;
	margin-top: 10px;
	background: #F7F8F8;
	font-weight: normal;
	height: 10rem;
	overflow: scroll;
}

.contact_cell-privacy p {
	font-size: 1rem;
	line-height: 1.7;
}

.contact-btn-area input{
	display: block;
	width: fit-content;
	padding: 1.4rem 2rem;
	height: 4rem;
	color: #000;
	border: 1px #000 solid;
	background-color: #ffffff;
	outline: none;
	margin: 5rem auto 0 auto;
	font-family: "Gotham A", "Gotham B";
	font-size: 1.2rem;
	font-style:normal;
	font-weight:normal;
	line-height:1;
	letter-spacing:0.12rem;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.contact-btn-area.back input{
	margin: 3rem auto 0 auto;
	border-radius: 0;
}

.contact-btn-area input:hover {
	color: #ffffff;
	border: 1px #000 solid;
	background-color: #000000;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.contact-btn-area input[type="submit"]{
	appearance: none;
  -webkit-appearance: none;
	background-color: none;
}












input[value] {
	background-color: none;
}



.check_box-check{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-left: 20px;
	gap:40px;
}

.check_box-check.square{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-left: 20px;
	gap:25px;
}

.contact_cell-checkbox:nth-child(1){
	margin-left: 0;
}
.contact_cell-checkbox{
	display: flex;
	align-items: center;
}
.contact_cell-checkbox p{
	padding-left: 4px;
}






/*リセット */
input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact_cell input[type="radio"],.contact_cell input[type="checkbox"]{
	margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	width: 27px;
	height: 27px;
}

/* チェックボックスデザイン */
.contact_cell input[type="radio"],.contact_cell input[type="checkbox"] {
    cursor: pointer;
    padding-left: 30px;/*label手前にチェックボックス用の余白を開ける*/
    position: relative;
}

.contact_cell input[type="radio"]:before,.contact_cell input[type="radio"]:after{
	content: "";
    display: block; 
    position: absolute;
}

.contact_cell input[type="checkbox"]:before,.contact_cell input[type="checkbox"]:after{
	content: "";
    display: block; 
    position: absolute;
}

.contact_cell.circle input[type="radio"]::before {
    border-radius: 50%;
    border:1px solid #666464;
	border-spacing: 5px 1rem;
    width:24px;/*チェックボックスの横幅*/
    height: 24px;/*チェックボックスの縦幅*/
    transform: translateY(-50%);
    top: 14px;
    left: 0;
  }

.contact_cell.circle input[type="radio"]::after {
	width:16px;/*チェックボックスの横幅*/
    height: 16px;/*チェックボックスの縦幅*/
    top: 5px;/*チェック時の位置調整*/
    left: 4px;/*チェック時の位置調整*/
	border-radius: 50%;
	border:1px solid #666464;
  }

.contact_cell.circle input[type="radio"]:checked::after {
	background: #000000;
}

.contact_cell.square input[type="checkbox"]::before {
    border-radius: 0;
    border:1px solid #666464;
	border-spacing: 5px 1rem;
    width:24px;
    height: 24px;
    transform: translateY(-50%);
    top: 14px;
    left: 0;
  }

.contact_cell.square input[type="checkbox"]::after {
	width:24px;
    height: 24px;
	background: #000000;
    opacity: 0.01;
    top: 2px;
    left: 1px;
	border-radius:0;
	content:"\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
  }
.contact_cell.square input[type="checkbox"]:checked::after {
	opacity: 1;
}
/****** チェックボックスデザイン　setting end ******/

.contact_cell:first-child{
	margin-top: 40px;
}

.contact-area-001-01{
	text-align: center;
	margin-bottom: 40px;
}
.contact-area-001{
	padding: 150px 5% 70px 5%;
	right: 0;
	left: 0;
	margin: auto;
	box-sizing: border-box;
}

/****** エラーページ　setting start ******/
.er h4 {
    font-weight: normal;
    font-size: 1.4rem;
    margin-bottom: 3rem;
}

.er p.error_messe {
    font-weight: normal;
    font-size: 1.4rem;
    margin-bottom: 2rem;
    color: #BE1114;
}
/****** エラーページ　setting end ******/

/*/////////////   ここまで   ///////////////////
//　コンタクトページ
////////////////////////////////////////////*/


/*/////////////////////////////////////////////
//　サンクスページ
///////////////   ここから   /////////////////*/ 
.thanks-area-001{
	margin: 60px 0;
	text-align: center;
}

.thanks-area-001-01 p:nth-child(1){
	font-size: 30px;
	margin-bottom: 40px;
	font-family: 'Brother-1816-Bold';
}

.thanks-area-001-01 p{
	font-size: 1.4rem;
    line-height: 26px;
}

.thanks-area-001-02 p{
	font-size: 1.4rem;
}
.thanks-area-001-02{
	margin-top: 40px;
}




@media screen and (min-width: 768px){
	.thanks-area-001{
		margin: 130px 0;
	}
}
/*/////////////   ここまで   ///////////////////
//　サンクスページ
////////////////////////////////////////////*/

