@charset "UTF-8";
/*------------------------
後続ページタイトル
------------------------*/
/*--------共通--------*/
/*--------pc--------*/
@media screen and (min-width:768px) {
#top-ttl{
	background: url(/file/img/contents/contact/pagettl_contact_pc.jpg) no-repeat;
	background-size: cover;
}
}
/*--------sp--------*/
@media screen and (max-width:767px) {
#top-ttl{
	background: url(/file/img/contents/contact/pagettl_contact_pc.jpg) no-repeat;
	background-size: cover;
	background-position: -141.33vw;
}
}
/*------------------------
お問い合わせ
------------------------*/
/*--------共通--------*/
#contact-form .inner h3.message{
	line-height: 1;
	font-weight: 600;
}
#contact-form .inner .FormTableRow{
    display: flex;
    border-bottom: 1px solid #d9d9d9;
}
#contact-form .inner .FormTableRow:first-of-type{
    border-top: 1px solid #d9d9d9;
}
#contact-form .inner span.FormRequired{
	color: #fff;
	background: #ea5427;
	border-radius: 5px;
}
#contact-form .inner span.FormOptional{
	color: #fff;
	background: #999;
	border-radius: 5px;
}
#contact-form .FormKoumoku {
	font-weight: 600;
}
#contact-form .btn-wrapper{
	width: 100%;
	text-align: center;
}
#contact-form .form_button{
    background-color: var(--green);
    border-radius: 50px;
    text-align: center;
    color: #fff;
    display: block;
    font-weight: 600;
    border: none;
    position: relative;
    display: inline-block;
}
.form_button::before,
.form_button::after {
	content: '';
	position: absolute;
	transform: translateY(-50%);
}
.form_button::before {
    background-color: #fff;
    border-radius: 50%;
}
.form_button::after {
    background: url(/file/img/common/arrow-green.svg) no-repeat center / contain;
}
/*--------pc--------*/
@media screen and (min-width:768px) {
#contact-form .inner{
	padding: 65px 110px;
	width: 1000px;
}
#contact-form .inner h3.message{
	font-size: 24px;
	margin-bottom: 40px;
}
#contact-form .inner .FormKoumoku{
	width: 30%;
}
#contact-form .inner .FormValue{
	flex: 1;
}
#contact-form .inner .FormTableRow{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#contact-form .inner .FormTableRow:first-of-type{
    padding-top: 20px;
}
#contact-form .inner span.FormRequired,#contact-form .inner span.FormOptional{
	padding: 2px 7px;
	border-radius: 5px;
	font-size: 14px;
    margin-left: 6px;
}
#contact-form .inner .FormValue40 textarea{
	height: 300px;
}
#contact-form .btn-wrapper{
	width: 100%;
	text-align: center;
}
#contact-form .form_button{
	width: 300px;
    height: 60px;
    line-height: 60px;
    font-size: 17px;
    cursor: pointer;
}
.form_button::before,
.form_button::after {
	content: '';
	position: absolute;
	transition: 0.3s all;
	transform: scale(1);
}
.form_button:hover::before,
.form_button:hover::after {
	transform: scale(0.8);
}
.form_button::before {
	right: 6px;
    width: 45px;
    height: 45px;
    top: 7px;
}
.form_button::after {
	right: 22px;
    width: 12px;
    height: 10px;
    top: 24px;
}
}
/*--------sp--------*/
@media screen and (max-width:767px) {
#contact-form .inner{
    padding: 10.67vw 4vw 12.27vw;
}
#contact-form .inner h3.message{
	font-size: 5.33vw;
	line-height: 1.4;
	margin-bottom: 5.33vw;
}
#contact-form .inner .FormValue{
	flex: 1;
}
#contact-form .inner .FormTableRow{
    display: flex;
	flex-direction: column;
    align-items: left;
    margin-bottom: 4vw;
    padding-bottom: 4vw;
}
#contact-form .inner .FormTableRow:first-of-type{
    padding-top: 4vw;
}
#contact-form .inner span.FormRequired,#contact-form .inner span.FormOptional{
	padding: 0.53vw 1.87vw;
	border-radius: 5px;
	font-size: 3.2vw;
	margin-left: 1.6vw;
}
#contact-form .FormKoumoku{
	margin-bottom: 2.67vw;
    font-size: 3.73vw;
}
#contact-form .FormKoumoku span.hankaku{
	display: inline-block;
}
#contact-form .inner .FormValue40 textarea{
	height: 300px;
}
#contact-form .btn-wrapper{
	width: 100%;
	text-align: center;
}
#contact-form .form_button{
	width: 74.67vw;
	height: 13.33vw;
	padding: 0 4.8vw 0 4.8vw;
	font-size: 4vw;
}
.form_button::before,
.form_button::after {
	content: '';
	position: absolute;
}
.form_button::before {
	width: 9.87vw;
	height: 9.87vw;
	border-radius: 50%;
	flex-shrink: 0;
	right: 1.5vw;
	top: 50%;
}
.form_button::after {
	width: 3.2vw;
	height: 2.67vw;
	z-index: 1;
	right: 4.8vw;
	top: 50%;
}
#contact-form  input[type="submit"] {
	width: 100%;
	padding: 6.5%;
	font-size: 4.8vw;
}
}
/* プライバシーポリシーのポップアップ表示 */
.policy {
	position: relative;
    z-index: 10;
    background: var(--bg-green);
}
.modaal-container h3{
    border-bottom: 2px solid var(--green);
	font-weight: 600;
}
.modaal-container p{
	margin-bottom: 0;
}
.policy a{
	text-decoration: underline;
}
#policy .hide-area{
    display: none;
}
.modaal-container {
    border-radius: 10px;
}
.modaal-wrapper .modaal-close {
    background: var(--txtcolor);
	position: absolute;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
    background: #fff;
}
/*--------pc--------*/
@media screen and (min-width:768px) {
.policy {
    padding: 15px;
    margin-bottom: 30px;
}
.modaal-container .item:not(:last-child){
	margin-bottom: 20px;
}
.modaal-container h3{
	font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 9px;
}
.modaal-container p{
	font-size: 15px;
}
.modaal-container p.intro{
	margin-bottom: 20px;
}
.policy a{
	transition: 0.3s all;
}
.policy a:hover{
	opacity: 0.8;
}
.policy-list{
    margin-bottom: 15px;
}
.modaal-container {
    border-radius: 10px;
}
.modaal-wrapper .modaal-close {
    right: -25px;
    top: -25px;
    width: 53px;
    height: 53px;
}
.modaal-close:before, .modaal-close:after {
    top: 16px;
    left: 25px;
}
.modaal-close:hover, .modaal-close:hover {
	background: #999;
}
.modaal-close:hover::before, .modaal-close:hover::after {
	background: #fff;
}
}
/*--------sp--------*/
@media screen and (max-width:767px) {
.policy {
    padding: 15px;
    margin-bottom: 30px;
}
.policy > p{
    font-size: 3.73vw;
	line-height: 1.6;
}
.modaal-content-container {
	padding: 6vw 4vw;
}
.modaal-container .item:not(:last-child){
	margin-bottom: 4vw;
}
.modaal-container h3{
	font-size: 4.8vw;
    padding-bottom: 1.33vw;
    margin-bottom: 2.4vw;
}
.modaal-container p{
	font-size: 4vw;
}
.modaal-container p.intro{
	margin-bottom: 4vw;
}
.policy-list{
    margin-bottom: 4vw;
}
.modaal-container {
    border-radius: 10px;
}
.modaal-wrapper .modaal-close {
    right: -4.27vw;
    top: -4.27vw;
    width: 12vw;
    height: 12vw;
}
.modaal-close:before, .modaal-close:after {
    top: 3.2vw;
    left: 5.6vw;
}
}