@charset "UTF-8";

section.mv {
    width: 100%;
    min-height: 700px;
	background-image: url("../img/home/mv_bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    position: relative;
    height: 90vh;
	overflow: hidden;
}

section.mv:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.3);
}

section.mv:before {
    content: "";
    display: block;
    width: 100%;
    height: 24%;
    position: absolute;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7035014689469538) 100%);
}

.mv_fade {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.mv_fade_change1 {
    background: rgba(0, 0, 0, 0.25);
}

.mv_fade_change2 {
    background: rgba(0, 0, 0, 0.5)!important;
}

.mv_fade_change3 {
    background: rgba(0, 0, 0, 0.75)!important;
}

.mv_fade_change4 {
    background: rgba(0, 0, 0, 1)!important;
}

.mv_inner {
    max-width: 1100px;
    position: absolute;
    bottom: 200px;
    z-index: 99;
    left: 50%;
    margin-left: -550px;
}

.mv_label {
    width: 100%;
    position: absolute;
    align-items: center;
    z-index: 99;
    left: 0;
    background: rgba(0,0,0,0.6);
    bottom: 0;
    display: flex;
    justify-content: space-between;
}

.mv_label_last {
    display: flex;
    align-items: center;
}

a.mv_contact {
    display: block;
    background: #675523;
    padding: 20px 40px;
    color: #fff;
    font-size: 1.3rem;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

a.mv_contact:hover {
	background: #8c773d;
}

.mv_label_tel {
    margin-right: 30px;
}

.mv_label_language {
    display: flex;
    align-items: center;
    border-radius: 100px;
    background: #000;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.mv_label_language:hover {
	background: #333;
}

.mv_label_first {
    padding-left: 5%;
}

span.mv_label_language_active {
    background: #fff;
    padding: 3px 15px;
    color: #000;
    border-radius: 100px;
}

span.mv_label_language_passive {
    color: #fff;
    padding: 5px 10px;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.mv_label_language a {
    display: flex;
    align-items: center;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.mv_label_tel_hour {
    font-size: 1.1rem;
    border-top: 0.5px solid;
    padding-top: 3px;
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.mv_label_tel_number a {
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 2rem;
    letter-spacing: 0.3px;
}

.mv_scroll {
    position: absolute;
    right: 0;
    transform: rotate(90deg);
    top: 50%;
    width: max-content;
    z-index: 99;
    font-size: 1.2rem;
    font-family: "Noto Serif Display", serif;
    letter-spacing: 2px;
}

.mv_title_en_1 span, .mv_title_en_2 span, .mv_title_en_3 span {
    font-family: "Noto Serif Display", serif;
    font-size: 6rem;
    line-height: 62px;
    text-shadow: 0 6px 15px rgba(0,0,0,0.25), 0 4px 7px rgba(0,0,0,0.3);
    font-weight: 300;
	display: block;
}

.mv_title_en_1,
.mv_title_en_2,
.mv_title_en_3 {
    height: 70px;
    width: 100%;
    overflow: hidden;
}

.mv_title_jp {
    margin-top: 20px;
	width: 100%;
	height: 62px;
	overflow: hidden;
}
.mv_title_jp span {
    font-family: "Zen Old Mincho", serif;
    font-size: 2.2rem;
    line-height: 62px;
	display: block;
    text-shadow: 0 6px 15px rgba(0,0,0,0.25), 0 4px 7px rgba(0,0,0,0.3);
}

section.about {
    padding: 150px 0;
}

.about_inner {
    margin: 0 auto;
}

.about_inner_title {
    position: relative;
}

.about_inner h2 {
    position: relative;
    display: flex;
    overflow: hidden;
    max-width: 1100px;
    font-family: "Noto Serif Display", serif;
    justify-content: end;
    margin: 0 auto 75px;
}

.about_inner h2 span {
    display: block;
    font-size: 5rem;
    max-width: max-content;
    font-weight: 300;
    width: 100%;
    padding: 0 15px;
    background: #000;
    position: relative;
}

.about_inner_title:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    height: 0.5px;
    background: #444;
    width: 100%;
    top: 34px;
}

.about_contents {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about_image {
    width: 43%;
	position: relative
}

.about_image:after {
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7035014689469538) 100%);
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.mask_black {
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	z-index: 9999;
	top: 0;
}

.about_image img {
    width: 100%;
    height: auto;
}

.services_flow_step_image img {
    width: 100%;
    height: auto;
}

.about_cap h3 {
    font-size: 2.8rem;
    margin-bottom: 40px;
    line-height: 42px;
    position: relative;
}

.about_cap p {
    font-size: 1.3rem;
    line-height: 28px;
    position: relative;
    margin-bottom: 50px;
}

.about_cap {
    width: 49%;
    position: relative;
}

.about_cap_bg {
    color: #333;
    font-size: 4rem;
    display: flex;
    position: relative;
    align-items: center;
    font-family: "Noto Serif Display", serif;
}

.about_cap_bg span {
    display: block;
    font-size: 1.5rem;
    margin-left: 8px;
    line-height: 18px;
}

.about_cap:before {
    content: "";
    position: absolute;
    display: block;
    width: 85%;
    top: -8%;
    left: 15%;
	background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(31,31,31,1) 100%);
    height: 116%;
}

.services_inner h2 {
    text-align: center;
    font-size: 5rem;
    font-family: "Noto Serif Display", serif;
    font-weight: 300;
    width: max-content;
    margin: 0 auto;
    line-height: 55px;
}

.services_inner h2 span {
    display: block;
    font-size: 1.8rem;
    border-top: 1px solid #555;
    padding-top: 20px;
    line-height: 30px;
}

.services_flow {
    margin: 80px auto;
}

.services_flow h3 {
    padding: 10px 0;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-size: 1.8rem;
}

section.services h2 {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    height: 40px;
    overflow: hidden;
}

section.services h2 span {
    font-size: 5rem;
    font-family: "Noto Serif Display", serif;
    font-weight: 300;
    display: block;
    line-height: 40px;
}

.services_title_jp {
    display: block;
    padding-top: 20px;
    border-top: 1px solid #444;
    font-size: 1.8rem;
    width: max-content;
    margin: 10px auto 0;
}

.service_flow_title {
background: rgb(255,255,255);
background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(31,31,31,1) 100%); 
}

.services_flow h3 span {
    font-size: 2.4rem;
    margin-right: 15px;
    font-family: "Noto Serif Display", serif;
    letter-spacing: 1px;
    font-weight: 300;
}

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

.services_flow_step {
    width: 32%;
}

.services_flow_step_last {
    width: 32%;
    position: relative;
}

.services_flow_step_last img {
    width: 100%;
    margin-left: -6%;
    height: auto;
    padding-top: 18%;
}

.services_flow_step h4 {
    font-size: 1.8rem;
    margin: 20px 0 12px;
    padding: 0 5%;
}

.services_flow_step p {
    font-size: 1.25rem;
    padding: 0 5%;
    line-height: 22px;
}

.services_flow_step_image {
    width: 100%;
    background: #333;
    position: relative;
    overflow: hidden;
}

.services_flow_step_image:after {
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7035014689469538) 100%);
    content: "";
    display: block;
    width: 45%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

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

.services_howto h3 {
    font-size: 1.8rem;
    margin-bottom: 40px;
    padding-left: 14px;
    border-left: 1px solid;
}

ul.services_howto_list li a {
    display: flex;
    align-items: center;
    background: linear-gradient(45deg, rgba(255,255,255,0.05) 0%, rgba(31,31,31,1) 100%);
    color: #fff;
}
ul.services_howto_list li a:hover .services_howto_thumb img {
	opacity: 1;
	transform: scale(1.1);
}

ul.services_howto_list li {
    margin: 20px 0;
}

.services_howto_cap {
    padding: 50px 0 50px 50px;
    width: 50%;
}

.services_howto_thumb {
    width: 30%;
    height: 270px;
    overflow: hidden;
    position: relative;
}

.services_howto_thumb img {
    width: 100%;
    height: auto;
    position: absolute;
    opacity: 0.5;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.services_howto_thumb:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    z-index: 9999;
    height: 100%;
    background: linear-gradient(45deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 60%);
}

.services_howto_cap h4 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.services_howto_cap h4 span {
    display: block;
    font-size: 1.5rem;
    padding: 1px 15px;
    background: #888;
    color: #000;
    width: max-content;
    margin-bottom: 12px;
}

.services_howto_cap p {
    font-size: 1.25rem;
    line-height: 22px;
    color: #aaa;
}

.services_howto_more {
    text-align: center;
    width: 20%;
}

.services_howto_more span {
    font-size: 1.3rem;
    display: block;
    position: relative;
}

.services_howto_more:after {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    top: 0;
    content: "";
    display: block;
    border: 0.5px solid #999;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    margin-top: -40px;
	transform: scale(0);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

ul.services_howto_list li a:hover .services_howto_more:after {
	transform: scale(1);
}

ul.services_contents_list li {
    background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, rgba(31,31,31,0.7) 100%);
    display: block;
    border-radius: 2px;
    padding: 5px 14px;
    border-top: 1px solid #444;
    margin: 5px;
    border-right: 1px solid #444;
}

ul.services_contents_list {
    display: flex;
    padding: 30px;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 8px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #444;
    border-left: 1px solid #444;
}

.services_contents_list_area {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 0 50px 0;
}

p.services_contents_cap {
    font-size: 1.3rem;
    margin: 20px 0;
    line-height: 22px;
}

.services_contents h3 {
    padding-left: 14px;
    border-left: 1px solid #fff;
    font-size: 1.8rem;
    max-width: 1100px;
    margin: 0 auto 40px;
}

.services_contents {
    padding: 80px 0;
}

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

.quality_inner h2 {
    font-size: 5rem;
    font-weight: 300;
    margin-bottom: 150px;
    font-family: "Noto Serif Display", serif;
}

.quality_inner h2 span {
    font-size: 1.8rem;
    display: block;
    font-family: "Zen Old Mincho", serif;
    margin-top: 5px;
    border-top: 1px solid #444;
    width: max-content;
    padding-top: 30px;
}

.quality_chief {
    display: flex;
    padding-left: 15%;
    margin-bottom: 150px;
    align-items: center;
    justify-content: space-between;
}

.quality_chief_thumb {
    width: 40%;
    background: #222;
    position: relative;
}

.quality_chief_thumb img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 99;
}

.quality_chief_thumb:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 500px;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(31,31,31,1) 100%);
    left: -40%;
    top: 17%;
}

.quality_chief_cap {
    width: 50%;
}

.quality_chief_cap h3 {
    font-size: 3rem;
    margin-bottom: 30px;
}

.quality_chief_cap h3 span {
    display: block;
    margin-bottom: 10px;
}

.quality_chief_cap h4 {
    font-size: 1.3rem;
    line-height: 24px;
    padding-left: 10%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 30px 0 0;
    border-left: 0.5px solid #C6AF5D;
}

.quality_chief_cap h4 span {
    display: block;
    font-size: 1.3rem;
    position: relative;
    padding-left: 15px;
}

.quality_chief_cap h4 span:before {
    position: absolute;
    width: 5px;
    height: 5px;
    border: 1px solid #C6AF5D;
    content: "";
    display: block;
    border-radius: 100%;
    top: 50%;
    margin-top: -2.5px;
    left: 0;
}

.quality_chief_cap p {
    font-size: 1.3rem;
    line-height: 28px;
    padding-left: 10%;
    padding-top: 30px;
    border-left: 0.5px solid #555;
    padding-bottom: 30px;
}

.quality_staff h3 {
    font-size: 2.6rem;
    width: 35%;
    line-height: 45px;
}

.quality_staff {
    display: flex;
    padding-right: 10%;
    position: relative;
    margin-bottom: 200px;
}

.quality_career_cap {
    width: 42%;
    padding-top: 110px;
}

.quality_career {
    display: flex;
    padding-right: 10%;
    justify-content: space-between;
}

.quality_career h3 {font-size: 2.4rem;line-height: 40px;margin-bottom: 40px;}

.quality_career_cap p {
    line-height: 24px;
    font-size: 1.3rem;
    margin: 30px 0;
}

.quality_career_image {
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.quality_career_image_first {
    width: 32%;
    margin-top: 25px;
    height: 350px;
    background-image: url("../img/home/career1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
	overflow: hidden;
}

.quality_career_image_second {
    width: 32%;
    height: 350px;
    margin-top: 120px;
    background-image: url("../img/home/career2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
	overflow: hidden;
}

.quality_career_image_third {
    width: 32%;
    height: 350px;
	background-image: url("../img/home/career3.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

.quality_career_image_first:after,
.quality_career_image_second:after,
.quality_career_image_third:after {
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	display: block;
}

.quality_staff_graph img {
    width: 100%;
    height: auto;
}

.quality_staff_graph {
    width: 65%;
    margin-top: 50px;
}

.quality_staff:after {
    content: "PROFESSIONAL";
    display: block;
    position: absolute;
    bottom: -131px;
    right: 0;
    letter-spacing: -7px;
    font-size: 12rem;
    opacity: 0.15;
    font-family: "Noto Serif Display", serif;
    font-weight: 300;
}

section.faq {
    padding: 150px 0;
}

.faq_inner ul {
    background: rgba(255,255,255,0.06);
}

.faq_inner ul li {
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
}

.faq_inner ul li h3 {
    padding: 30px;
    background: #000;
    border-top: 1px solid #222;
    font-size: 1.8rem;
    border-bottom: 1px solid #222;
}

.faq_inner ul li p {
    padding: 30px;
    background: linear-gradient(45deg, rgba(255,255,255,0.05) 0%, rgba(31,31,31,1) 100%);
}

.reviews_inner h2 {
    font-size: 5rem;
    max-width: 1100px;
    font-weight: 300;
    font-family: "Noto Serif Display", serif;
    margin: 0 auto 80px;
}

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

ul.reviews_list li {
    width: 33.3%;
    background: linear-gradient(40deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0.1) 60%);
    padding: 40px;
    border-top: 1px solid #444;
    border-right: 1px solid #333;
}

.reviews_cap h3 {
    font-size: 2.2rem;
    line-height: 30px;
    margin-bottom: 10px;
}

.reviews_status {
    font-size: 1.2rem;
    margin-bottom: 25px;
}

.reviews_cap p {font-size: 1.1rem;line-height: 21px;color: #ccc;padding-left: 20px;border-left: 1px solid #444;}

section.faq {
    padding: 150px 0;
}

.faq_inner {
    margin: 0 auto;
}

.faq_inner h2 {
    padding: 150px 0 80px;
    font-weight: 300;
    font-family: "Noto Serif Display", serif;
    font-size: 5rem;
    max-width: 1100px;
    margin: 0 auto;
}

.faq_inner ul li {
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
}

.faq_inner ul li h3 {
    padding: 30px;
    background: #000;
    border-top: 1px solid #222;
    font-size: 1.8rem;
    display: flex;
    border-bottom: 1px solid #222;
    align-items: center;
}

.faq_inner ul li h3 span {
    padding: 10px;
    background: #333;
    margin-right: 10px;
    font-size: 2rem;
    line-height: 12px;
}

.faq_inner ul li p {
    padding: 30px;
    background: linear-gradient(45deg, rgba(255,255,255,0.05) 0%, rgba(31,31,31,1) 100%);
}

section.reviews {
    background: #1b1b1b;
    padding: 150px 0;
}

.price_inenr h2 {
    font-size: 5rem;
    font-family: "Noto Serif Display", serif;
    font-weight: 300;
    margin-bottom: 80px;
}

section.price {
    padding: 150px 0;
}

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

.price_inenr table th {
    font-size: 1.6rem;
    border-bottom: 1px solid #444;
    padding: 40px 0;
    text-align: center;
    width: 25%;
    background: linear-gradient(40deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0.1) 60%);
}

.price_inenr table td {
    padding: 40px;
    font-size: 1.5rem;
    width: 75%;
    border-bottom: 1px solid #444;
}

.price_num {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
}

.price_num span {
    font-size: 3rem;
    font-weight: 300;
    font-family: "Noto Serif Display", serif;
    margin-right: 3px;
}

ul.price_scene li {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

.price_scene_label {
    padding: 5px;
    font-size: 1.5rem;
    width: 30%;
    background: #1b1b1b;
    text-align: center;
}

.price_scene_num {
    font-size: 3rem;
    font-family: "Noto Serif Display", serif;
    margin: 0 2px 0 12px;
    display: flex;
    font-weight: 300;
    align-items: center;
}

.price_scene_num span {
    margin-left: 5px;
    font-size: 1.2rem;
    margin-right: 5px;
}

ul.price_scene li:last-child {
    margin: 0;
}

table.price_table {border-top: 1px solid #444;}

.contact_inner {
    padding: 40px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    border: 0.5px solid;
}

a.contact_tel {
    font-size: 3rem;
    font-family: "Noto Serif Display", serif;
    color: #fff;
    font-weight: 200;
    display: block;
    align-items: center;
}

a.contact_tel span {
    font-size: 3rem;
    margin: 0 0 0 4px;
    font-weight: 400;
}

.contact_tel_hour {
    margin: 10px 0;
}

a.contact_mail {
    display: block;
    padding: 15px;
    font-family: sans-serif;
    margin-top: 20px;
    font-size: 2rem;
    font-family: "Noto Serif Display", serif;
    font-weight: 400;
    background: #1b1b1b;
    color: #fff;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

a.contact_mail:hover {
	background: #fff;
	color: #000;
}

.remodal {
        max-width: 950px!important;
}

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

.modal_image {
    width: 25%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.m_1_bg {
	background-image: url("../img/home/image01.jpg");
}

.m_2_bg {
	background-image: url("../img/home/image02.jpg");
}

.m_3_bg {
	background-image: url("../img/home/image03.jpg");
}

.modal_title {
    width: 70%;
    font-size: 1.5rem;
    text-align: left;
    line-height: 19px;
}

.modal_title_main {
    font-size: 2.6rem;
    margin-bottom: 20px;
    line-height: 35px;
}

.modal_title span {
    font-size: 1.6rem;
    display: block;
    margin-bottom: 14px;
    line-height: 24px;
    border: 1px solid;
    padding: 2px 16px;
    width: max-content;
}

.modal_contents {
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
}

.modal_contents_box {
    width: 32.5%;
    background: linear-gradient(45deg, rgba(255,255,255,0.05) 0%, rgba(31,31,31,1) 100%);
    padding: 20px;
}

.modal_week {
    font-size: 2.4rem;
    margin-bottom: 20px;
}

ul.modal_list {
    text-align: left;
}

ul.modal_list li {
    font-size: 1.3rem;
    line-height: 16px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 12px;
}

ul.modal_list li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border: 1px solid;
    border-radius: 100%;
    left: 0;
    position: absolute;
    top: 6px;
}

.modal_contents_box_multi {
    width: 32.5%;
}

.modal_contents_box_multi .modal_contents_box {
    width: 100%;
    margin-bottom: 4%;
}

.modal_contents_box p {
    text-align: left;
    font-size: 1.3rem;
    line-height: 18px;
}

.modal_contents_box_large {
    width: 100%;
    background: linear-gradient(45deg, rgba(255,255,255,0.05) 0%, rgba(31,31,31,1) 100%);
    padding: 30px;
}

ul.modal_list_large {
    display: flex;
    flex-wrap: wrap;
}

ul.modal_list_large li {
    margin-right: 20px;
    font-size: 1.3rem;
    margin-bottom: 10px;
    padding-left: 10px;
    position: relative;
}

ul.modal_list_large li:before {
    content: "";
    display: block;
    width: 4px;
    left: 0;
    height: 4px;
    border: 1px solid;
    border-radius: 100%;
    position: absolute;
    top: 7px;
}

.pc_disp {
	display: block;
}

.sp_disp {
	display: none;
}

/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {

.pc_disp {
	display: none!important;
}
	
.sp_disp {
	display: block!important;
}
	
header {
    padding: 10px 5%;
}

ul.header_menu {
    display: none;
}

section.mv {
    height: auto;
    min-height: auto;
}

.mv_label_last {
    width: 100%;
}
.mv_inner {
    position: inherit;
    bottom: 0;
    left: 7%;
    margin-left: 0;
    padding: 140px 0 160px;
    margin-bottom: 0;
}

.mv_title_en_1, .mv_title_en_2, .mv_title_en_3 {
    height: 40px;
}

.mv_title_en_1 span, .mv_title_en_2 span, .mv_title_en_3 span {
    font-size: 4rem;
    line-height: 30px;
}
	
.mv_title_jp span {
    line-height: 31px;
}

.mv_label_first {
    display: none;
}

.mv_label_tel {
    padding: 0 10px;
    margin-right: 0;
    width: 45%;
    text-align: center;
}

a.mv_contact {
    width: 60%;
    padding: 20px 0;
    font-size: 1.2rem;
    font-weight: 300;
    text-align: center;
    font-family: "Noto Serif Display", serif;
}

section.about {
    padding: 80px 0;
}

.about_contents {
    flex-wrap: wrap;
}

.about_image {
    width: 85%;
}

.about_cap {
    width: 90%;
    margin: -10% 0 0 15%;
    padding-right: 5%;
}

.about_cap h3 {
    font-size: 2rem;
    line-height: 30px;
    margin-bottom: 20px;
}

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

.about_inner h2 {justify-content: center;margin: 0 auto 30px;width: 100%;}

.about_inner h2 span {
    font-size: 3rem;
    padding: 0;
    text-align: center;
    justify-content: center;
    padding-right: 10px;
}

.about_inner_title:before {
    top: 23px;
    display: none;
}

section.services h2 span {
    font-size: 3rem;
    text-align: center;
}

section.services h2 {
    text-align: left;
    padding: 0 6%;
}

.services_flow {
    margin: 30px 0;
}

.services_flow h3 {
    font-size: 1.5rem;
    padding: 5px 6%;
    text-align: center;
    justify-content: center;
}
	
.flow_cap {
    width: 70%;
}

.services_flow_step h4 {
    margin: 0 0 7px;
    line-height: 22px;
    font-size: 1.5rem;
}

.services_flow_step p {
    font-size: 1.1rem;
    line-height: 16px;
    padding: 0 0 0 5%;
}

.service_flow_title {
    background: linear-gradient(270deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.25) 100%);
}

.about_cap_bg {
    font-size: 3rem;
    justify-content: end;
    padding-right: 1%;
}

.about_cap_bg span {
    font-size: 1.2rem;
    line-height: 14px;
}

.services_inner {
    display: block;
}

.services_flow h3 span {
    font-size: 2rem;
}

.services_flow_step {
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 15px;
}

.services_flow_step_image {width: 28%;background: none;}

.mv_scroll {
    display: none;
}
	
ul.services_howto_list li {
    margin: 0;
}

ul.services_howto_list li a {
    display: block;
    padding-bottom: 40px;
}

.services_howto_thumb {
    width: 100%;
    height: 170px;
}

.services_howto_cap {
    width: 100%;
    padding: 6% 8%;
}

.services_flow_step_last {
    width: 100%;
}

.services_flow_step_last img {
    margin: 0 auto;
    width: 80%;
    padding-top: 0;
}

.services_howto h3 {
    text-align: center;
    font-size: 2.2rem;
    font-family: "Noto Serif Display", serif;
    margin-bottom: 20px;
    font-weight: 300;
}

.services_howto_cap h4 {
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.services_howto_cap h4 span {margin-bottom: 10px;font-size: 1.3rem;}

.services_howto_cap p {
    line-height: 19px;
    font-size: 1.2rem;
}

.services_howto_more {
    margin: 0 auto;
    border: 1px solid;
    width: 40%;
    padding: 6px 0;
    border-radius: 100px;
}

.services_howto_more:after {
    display: none;
}

.services_howto_thumb img {
    margin-top: -22%;
}

.services_howto_thumb:after {
    display: none;
}

.services_contents h3 {
    text-align: center;
    padding: 0;
    margin: 0 auto 20px;
}

ul.services_contents_list {
    padding: 2%;
    width: 92%;
    margin: 0 auto;
}

ul.services_contents_list li {
    padding: 3px 10px;
    margin: 3px;
    font-size: 1.2rem;
}

.services_contents {
    padding: 40px 0 80px;
}

p.services_contents_cap {
    width: 84%;
    margin: 10px auto 0;
    line-height: 20px;
    font-size: 1.2rem;
}

.quality_inner h2 {
    font-size: 3rem;
    padding: 0 6%;
    margin-bottom: 40px;
    text-align: center;
}
	
.quality_inner h2 span {
    margin: 10px auto 0;
    padding-top: 10px;
}

.services_contents_list_area {
    padding: 0;
}

.quality_chief {
    display: block;
    padding-left: 0;
    margin-bottom: 40px;
}

.quality_chief_thumb {
    width: 86%;
    height: 200px;
    overflow: hidden;
}

.quality_chief_cap {
    width: 88%;
    margin: 30px 0 0 14%;
    padding-right: 8%;
}

.quality_chief_cap h3 {
    font-size: 2.4rem;
}

.quality_chief_cap h3 span {
    font-size: 1.3rem;
    line-height: 20px;
    margin-bottom: 5px;
}

.quality_chief_cap h4 {
    padding: 0px 5%;
    margin: 10px 0;
}

.quality_chief_cap p {
    padding: 10px 0 10px 6%;
    line-height: 22px;
    font-size: 1.2rem;
}

.quality_chief_cap h4 span {
    line-height: 18px;
    margin: 10px 0;
}

.quality_staff {
    display: block;
    padding: 0;
    margin-bottom: 100px;
}

.quality_staff h3 {
    width: 100%;
    font-size: 2rem;
    line-height: 30px;
    padding: 0 6%;
}

.quality_staff h3 span {
    line-height: 20px;
    display: block;
    margin-top: 10px;
}

.quality_staff_graph {
    width: 90%;
    margin: 30px auto;
}

.quality_staff:after {
    font-size: 3rem;
    letter-spacing: 0;
    bottom: -60px;
    right: 5%;
}

.quality_career {
    display: block;
    padding-right: 0;
}

.quality_career_image {
    width: 88%;
}

.quality_career_image_first {
    height: 200px;
    margin-top: 0;
}

.quality_career_image_second {
    height: 200px;
    margin-top: 50px;
}

.quality_career_image_third {
    height: 200px;
}

.quality_career_cap {
    width: 86%;
    padding: 0 0 0 10%;
    margin: 0 auto;
}

.quality_career h3 {
    line-height: 24px;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

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

section.faq {
    padding: 0;
}

.faq_inner h2 {
    font-size: 3rem;
    padding: 40px 6%;
    background: none;
    text-align: center;
}

.faq_inner h2 span {
    display: block;
}

.faq_inner ul {
    width: 100%;
    margin: 0 auto;
}

.faq_inner ul li h3 {
    padding: 15px;
    font-size: 1.5rem;
    line-height: 18px;
}

.faq_inner ul li p {
    padding: 20px;
    line-height: 20px;
    font-size: 1.2rem;
}

.faq_inner ul li h3 span {
    font-size: 1.8rem;
    line-height: 10px;
}

section.reviews {
    padding: 80px 0;
}

.reviews_inner h2 {
    font-size: 3rem;
    margin-bottom: 40px;
    text-align: center;
    padding: 0 6%;
}
	
.reviews_inner h2 span {
    display: block;
}

ul.reviews_list {
    display: block;
    padding: 0 6%;
}

ul.reviews_list li {
    width: 100%;
    padding: 30px 8%;
}

.reviews_cap h3 {
    font-size: 1.8rem;
    line-height: 26px;
    margin-bottom: 10px;
}

.reviews_status {
    margin-bottom: 15px;
}

section.price {padding: 80px 0 40px;}

.price_inenr h2 {
    padding: 0 6%;
    font-size: 3rem;
    margin-bottom: 40px;
    text-align: center;
}
	
.price_inenr h2 span {
    display: block;
}

.price_inenr table th {
    padding: 11px 6%;
    font-size: 1.5rem;
    width: 100%;
    display: block;
    background: linear-gradient(40deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0.15) 60%);
}

.price_inenr table td {
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 6% 30px;
}

.price_scene_label {
    width: 100%;
    line-height: 17px;
    padding: 8px 5%;
}

ul.price_scene li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.price_scene_num {
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    font-size: 3rem;
}

.price_num {
    justify-content: center;
}

.price_scene_num span {
    font-size: 1.4rem;
}

ul.price_others li {
    text-align: left;
    margin: 0 0 11px 0;
}

.price_inenr table td p {
    text-align: center;
    line-height: 22px;
}

.contact_inner {
    max-width: 90%;
    padding: 5%;
    border-radius: 8px;
}

a.contact_tel {
    font-size: 2rem;
}

a.contact_tel span {
    font-size: 2.4rem;
}

a.contact_mail {
    font-size: 1.5rem;
    padding: 10px;
}

.contact_tel_hour {
    margin: 0px 0 10px;
}
	
.modal_head {
    display: block;
}

.modal_image {
    width: 100%;
    height: 170px;
    margin-bottom: 20px;
}

.modal_title {
    width: 100%;
}

.modal_title_main {
    font-size: 1.7rem;
    line-height: 24px;
    margin-bottom: 10px;
}

.modal_contents {
    display: block;
    margin-top: 20px;
}

.modal_contents_box {
    width: 100%;
}

.modal_week {
    font-size: 1.7rem;
    line-height: 15px;
    margin-bottom: 15px;
}

.modal_title span {
    font-size: 1.2rem;
    padding: 0 12px;
    margin-bottom: 10px;
}

.remodal {
    padding: 55px 5% 0;
}
	
.modal_contents_box_multi {
    width: 100%;
}

}