@charset "UTF-8";

section.page_title {
    padding: 130px 0 80px;
    text-align: center;
    border-bottom: 1px solid #333;
}

.cover_contact {
	background-image: url("../img/contact/cover_contact.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.cover_full {
	background-image: url("../img/contact/cover_full.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.cover_ensemble {
	background-image: url("../img/contact/cover_ensemble.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.cover_produce {
	background-image: url("../img/contact/cover_produce.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.cover_lesson {
	background-image: url("../img/contact/cover_lesson.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.page_title_inner h2 {
    font-size: 4rem;
    font-family: "Libre Caslon Display", serif;
}

.page_title_inner h2 span {
    display: block;
    margin-top: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
}

.page_title_inner h2 span:before {
    display: block;
    content: "";
    width: 50px;
    height: 0.5px;
    background: #fff;
    margin: 0 auto 20px;
}

section.contents_wrapper {
	padding: 0;
}

a.contact_btn_head {
    display: block;
    width: max-content;
    margin: 50px auto 0;
    border: 1px solid #fff;
    padding: 12px 100px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 300;
	position: relative;
    transition: all 0.5s ease-in-out 0s;
}

.contact_btn_head:after {
    display: block;
    content: "";
    position: absolute;
    width: 24px;
    height: 0.5px;
    background: #fff;
    right: 0;
    top: 50%;
    transition: all 0.5s ease-in-out 0s;
}

.contact_btn_head:hover:after {
    width: 0;
}

.contact_btn_head:hover {
    background: #fff;
    color: #101010;
}


.request_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.request_title:before {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    display: block;
    content: "";
    width: 70px;
    height: 70px;
    left: 0;
    top: 0;
    transition: all 1s ease-in-out 0s;
}

.request_title:after {
    border-bottom: 0.5px solid #fff;
    border-right: 0.5px solid #fff;
    position: absolute;
    display: block;
    content: "";
    width: 70px;
    height: 70px;
    right: 0;
    bottom: 0;
    transition: all 1s ease-in-out 0s;
}

.request_odd {
    width: 50%;
    position: relative;
    background: #222;
    padding: 2%;
}

.request_even {
    width: 50%;
    padding: 2%;
    background: #333;
	position: relative;
}

.request_title span {
    font-size: 5rem;
    display: block;
    line-height: 50px;
    font-family: "Libre Caslon Display", serif;
    margin-bottom: 20px;
}

.request_title {
    font-weight: 500;
    font-size: 1.6rem;
    color: #fff;
    padding: 15% 8%;
    background: rgba(0,0,0,0.6);
    transition: all 1s ease-in-out 0s;
}

.request_odd:before,
.request_even:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    left: 0;
    backdrop-filter: blur(5px);
    top: 0;
    transition: all 1s ease-in-out 0s;
}

.request_odd:hover .request_title,
.request_even:hover .request_title {
    background: rgba(0,0,0,0.4);
}

.request_odd:hover .request_title:before,
.request_odd:hover .request_title:after,
.request_even:hover .request_title:before,
.request_even:hover .request_title:after {
    width: 100%;
    height: 100%;
}

.request_box {
    z-index: 999;
    position: relative;
}

.rq_1_bg_blur {
	background-image: url("../img/home/req_full.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.rq_1_bg {
	background-image: url("../img/home/req_full.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.rq_2_bg_blur {
	background-image: url("../img/home/req_ensemble.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.rq_2_bg {
	background-image: url("../img/home/req_ensemble.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.rq_3_bg_blur {
	background-image: url("../img/home/req_produce.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.rq_3_bg {
	background-image: url("../img/home/req_produce.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.rq_4_bg_blur {
	background-image: url("../img/home/req_lesson.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.rq_4_bg {
	background-image: url("../img/home/req_lesson.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.req_full_01 {
	background-image: url("../img/contact/full_01.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.req_full_02 {
	background-image: url("../img/contact/full_02.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.req_full_03 {
	background-image: url("../img/contact/full_03.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.req_en_01 {
	background-image: url("../img/contact/en_01.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.req_en_02 {
	background-image: url("../img/contact/en_02.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.req_en_03 {
	background-image: url("../img/contact/en_03.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.req_pro_01 {
	background-image: url("../img/contact/pro_01.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.req_pro_02 {
	background-image: url("../img/contact/pro_02.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.req_pro_03 {
	background-image: url("../img/contact/pro_03.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

p.request_produce_ps {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 20px;
    margin: 30px 0 0;
}

p.request_produce_ps span {
    display: block;
    font-size: 1.8rem;
    margin-bottom: 20px;
    border-left: 1px solid #fff;
    padding: 8px 0 8px 15px;
}

section.contents_wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.request_concept {
    display: flex;
    justify-content: space-between;
    padding: 100px 0 50px;
}

.request_concept_image {
    width: 50%;
	background-image: url("../img/contact/contact_mv.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    position: relative;
}

.request_concetp_cap {
    width: 44%;
    padding: 100px 0;
}

.request_concetp_cap h3 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 30px;
}

.request_concetp_cap p {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 28px;
    color: #ccc;
}

.request_message {
    padding: 50px 0 0;
    text-align: center;
    overflow: hidden;
    border: 0.5px solid #444;
    border-radius: 8px;
    background: #1b1b1b;
}

.request_message_main {
    line-height: 38px;
    font-weight: 400;
    font-size: 1.8rem;
    margin-bottom: 50px;
    letter-spacing: 0.5px;
}

.request_message_ps {
    font-size: 1.4rem;
    font-weight: 300;
    padding: 20px 0;
    background: #333;
    color: #ccc;
}

.request_message_ps a {
    text-decoration: underline;
    color: #fff;
    font-weight: 500;
    padding: 0 5px;
}

.request_concept_image:after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 76%;
    right: 0;
    top: 12%;
    background: #101010;
}

.request_example {
    padding: 150px 0 100px;
    max-width: 800px;
    margin: 0 auto;
}

.request_example_odd {
    display: flex;
    align-items: center;
    margin-top: -50px;
    width: 90%;
    justify-content: space-between;
}

.request_example_image {
    width: 40%;
    height: 400px;
}

.request_example_odd h3 {
    font-size: 1.6rem;
    width: 50%;
    font-weight: 300;
    line-height: 36px;
}

.request_example_even {
    display: flex;
    width: 90%;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin-top: -50px;
    margin-left: 10%;
}

.request_example_even h3 {
    width: 50%;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 38px;
}

.request_example_odd h3 span {
    display: block;
    font-size: 12rem;
    margin-left: 15%;
    opacity: 0.1;
    font-family: "Libre Caslon Display", serif;
}

.request_example_even h3 span {
    display: block;
    font-size: 12rem;
    margin-left: -15%;
    opacity: 0.1;
    font-family: "Libre Caslon Display", serif;
}

.request_faq h3 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 50px;
}

.request_faq {
    border-top: 0.5px solid #444;
    padding-top: 100px;
    padding-bottom: 100px;
}

.request_odd:hover .request_arrow,
.request_even:hover .request_arrow {
    background: rgba(255,255,255,0.25);
	transform: rotate(360deg);
}

.request_arrow {
    position: absolute;
    right: 8%;
    top: 50%;
    width: 70px;
    margin-top: -35px;
    transition: all 0.75s ease-in-out 0s;
	border-radius: 100%;
	overflow: hidden;
	transform: rotate(0deg);
}

ul.faq_list li {
    margin-bottom: 40px;
    border: 0.5px solid #444;
    overflow: hidden;
    border-radius: 7px;
}

.faq_q {
    padding: 30px 40px;
    border-bottom: 0.5px solid #444;
    display: flex;
    align-items: center;
    background: #1b1b1b;
}

.faq_q h4 {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.faq_a {
    padding: 30px 50px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #ccc;
    font-size: 1.4rem;
}

.faq_q span {
    margin-right: 15px;
    display: block;
    background: #888;
    padding: 2px 10px 5px;
    font-weight: 300;
    font-size: 2rem;
    border-radius: 3px;
    color: #101010;
}

.request_flow {
    border-top: 0.5px solid #444;
    padding: 100px 0;
}

.request_flow h3 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 50px;
}

p.flow_text {
    font-weight: 300;
    font-size: 1.4rem;
    margin-bottom: 50px;
}

ul.flow_chart {
    display: flex;
    justify-content: space-between;
}

ul.flow_chart li {
    width: 25%;
    text-align: center;
    display: flex;
    padding: 25px 0;
    justify-content: center;
    position: relative;
    align-items: center;
}

ul.flow_chart li:nth-child(1) {
    background: #1a1a1a;
}

.chart_inner {
    font-size: 1.8rem;
    font-weight: 300;
}

ul.flow_chart li:nth-child(2) {
    background: #222;
}

ul.flow_chart li:nth-child(3) {
    background: #333;
}

ul.flow_chart li:nth-child(4) {
    background: #444;
}

ul.flow_chart li span {
    width: 80px;
    height: 80px;
    font-size: 1.1rem;
    line-height: 14px;
    color: #fff;
    border-radius: 100%;
    margin-left: 15px;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 6px;
    border: 0.5px solid #fff;
}

ul.flow_chart li:nth-child(1):after {
    position: absolute;
    right: -10px;
    top: 50px;
    width: 20px;
    z-index: 99;
    height: 20px;
    margin-top: 5px;
    display: block;
    content: "";
    background: #1a1a1a;
    transform: rotate(45deg);
}
ul.flow_chart li:nth-child(2):after {
    position: absolute;
    right: -10px;
    top: 50px;
    width: 20px;
    z-index: 99;
    height: 20px;
    margin-top: 5px;
    display: block;
    content: "";
    background: #222;
    transform: rotate(45deg);
}

ul.flow_chart li:nth-child(3):after {
    position: absolute;
    right: -10px;
    top: 50px;
    width: 20px;
    z-index: 99;
    height: 20px;
    margin-top: 5px;
    display: block;
    content: "";
    background: #333;
    transform: rotate(45deg);
}

section#request_anchor {
    padding: 100px 0;
    background: #1a1a1a;
}

.request_form_inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.request_form_inner h3 {
    font-size: 3rem;
    font-weight: 300;
}

section.contact_float {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: rgba(0,0,0,0.75);
    padding: 10px 0;
}

.contact_float_btn {
    display: block;
    padding: 10px 0;
    background: #7a6446;
    margin: 0 auto;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 300;
    max-width: 400px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
}

.contact_float_btn:hover {
	background: #fff;
	color: #101010;
}

table.formTable th {
    font-size: 1.5rem;
    font-weight: 300;
    padding: 10px 0;
    width: 34%;
}

table.formTable td {
    width: 55%;
    padding: 10px 0;
}

.form_area {
    width: 60%;
}

td.contact_td input {
    border: none;
    padding: 10px;
    border-radius: 3px;
    font-size: 1.5rem;
}

.pp_agree {
    display: flex;
    justify-content: center;
    margin: 40px 0;
    font-size: 1.5rem;
    background: #222;
    padding: 15px;
    border-radius: 3px;
}

.pp_agree a {
    color: #fff;
    text-decoration: underline;
    font-size: 1.5rem;
}

.pp_agree input {
    margin-right: 8px;
}

table.formTable th span {
    padding: 2px 7px;
    background: #fff;
    color: #000;
    border-radius: 2px;
    font-weight: 400;
    font-size: 1.2rem;
    margin-right: 8px;
}

table.formTable td textarea {
    border-radius: 3px;
    border: none;
    width: 100%;
    padding: 10px;
    font-size: 1.5rem;
}

input.submit {
    padding: 10px;
    border-radius: 4px;
    border: none;
    width: 50%;
    background: #7a6446;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 1px;
    transition: all 0.5s ease-in-out 0s;
}

input.submit:hover {
	background: #fff;
	color: #101010;
}

footer {
    padding-top: 0!important;
}

.thanks .note {
    padding: 40px 20px;
    font-size: 1.7rem;
    font-weight: 300;
    text-align: center;
    line-height: 2em;
    margin: 60px auto 60px;
}
.thanks .note a {
    text-decoration: underline;
    color: #fff;
    font-size: inherit;
}
input.hidden {
    display: none;
}
.form_area .wpcf7-spinner {
    position: absolute;
}
/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {


.page_title_inner h2 {
    font-size: 2.8rem;
}

.page_title_inner h2 span {
    font-size: 1.5rem;
}

section.page_title {
    padding: 100px 0 50px;
}

.request_concept {
    padding: 0;
    display: block;
}

.request_concetp_cap h3 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.request_concetp_cap p {
    font-size: 1.2rem;
    line-height: 21px;
}

.request_concetp_cap {
    padding: 30px 8%;
    width: 100%;
}

.request_concept_image {
    width: 100%;
    display: block;
    height: 180px;
}

.request_concept_image:after {
    height: 88%;
    top: 6%;
    width: 40px;
}

.request_message {
    padding: 30px 5%;
}

.request_message_main {
    font-size: 1.3rem;
    line-height: 24px;
    text-align: left;
    padding: 0 6%;
    font-weight: 300;
    margin-bottom: 30px;
}

.request_message_ps {
    padding: 5%;
    font-size: 1.3rem;
    line-height: 24px;
}

.request_message_ps a {
    font-size: 1.3rem;
}

.request_message_main br {
    display: none;
}

.request_example {
    padding: 40px 0;
}

.request_example_odd h3 {
    font-size: 1.3rem;
    line-height: 24px;
}

.request_example_even h3 {
    font-size: 1.3rem;
    line-height: 24px;
}

.request_example_image {
    height: 220px;
}

.request_example_even {
    margin-top: 0;
}

.request_example_odd {
    margin-top: 0;
}

.request_example_odd h3 span {
    font-size: 4.5rem;
    margin-left: 10%;
}

.request_example_even h3 span {
    font-size: 5rem;
    margin-left: -10%;
}

a.contact_btn_head {
    font-size: 1.4rem;
    width: 90%;
    margin: 30px auto 0;
}

.request_faq {
    padding: 40px 0 0;
}

.request_faq h3 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
}

.faq_q h4 {
    font-size: 1.5rem;
}

.faq_q {
    padding: 15px 5%;
}

.faq_q span {
    font-size: 1.5rem;
    margin-right: 10px;
}

.faq_a {
    padding: 5%;
    font-size: 1.2rem;
    line-height: 22px;
}

ul.faq_list li {
    margin-bottom: 0;
}

.request_flow {
    padding: 40px 5%;
}

.request_flow h3 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
}

.request_odd {
    width: 100%;
    display: block;
}

.request_even {
    width: 100%;
    display: block;
}

.request_title {
    padding: 8% 5%;
    font-size: 1.4rem;
}

.request_title span {
    font-size: 3.4rem;
    line-height: 34px;
    margin-bottom: 15px;
}

.request_arrow {
    width: 40px;
    margin-top: -20px;
    right: 5%;
}

p.flow_text {
    font-size: 1.2rem;
    line-height: 22px;
    margin-bottom: 20px;
}

.chart_inner {
    font-size: 1.5rem;
}

ul.flow_chart li {
    width: 100%;
}

ul.flow_chart {
    display: block;
}

ul.flow_chart li:nth-child(2):after {
    right: 50%;
    bottom: -6px;
    margin-right: -10px;
    top: inherit;
}

ul.flow_chart li span br {
    display: none;
}

ul.flow_chart li span {
    width: max-content;
    border-radius: 100px;
    padding: 5px 20px;
    font-size: 1.2rem;
    height: inherit;
}

ul.flow_chart li:nth-child(3):after {
    right: 50%;
    margin-right: -10px;
    bottom: -6px;
    top: inherit;
}

ul.flow_chart li:nth-child(1):after {
    right: 50%;
    margin-right: -10px;
    top: inherit;
    bottom: -6px;
}
	
section#request_anchor {
    padding: 40px 5%;
}

.request_form_inner h3 {
    text-align: center;
    font-size: 2rem;
}

.request_form_inner {
    display: block;
}

.form_area {
    width: 100%;
    margin-top: 30px;
}

table.formTable th {
    width: 100%;
    display: block;
}

table.formTable td {
    display: block;
    width: 100%;
}

.pp_agree {
    margin: 20px 0;
    font-size: 1.3rem;
}

.pp_agree a {
    font-size: 1.3rem;
}

.form_area table {
    width: 100%;
}

table.formTable th {
    font-size: 1.4rem;
    padding: 15px 0 5px;
}

table.formTable td textarea {
    font-size: 1.3rem;
}

td.contact_td input {
    font-size: 1.3rem;
    width: 100%;
}

a.contact_float_btn {
    display: block;
    width: 95%;
}
}