@charset "UTF-8";


.ornament {
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -240px;
}

.ornament img {
    width: 480px;
    height: auto;
}

section.fv {
	height: auto;
	width: 100%;
	display: -webkit-flex;
	padding: 10px 0 0;
	-webkit-flex-direction: column;
	overflow: hidden;
	-webkit-justify-content: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.fv_inner {
    background-image: url("../img/aboutus/fv01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 98%;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
}

h1.fv_title {
    font-family: "Poppins", serif;
    color: #fff;
    font-size: 52px;
    padding: 200px 0 150px;
    font-weight: bold;
    text-align: center;
}

h1.fv_title span {
    display: block;
    font-size: 28px;
}

.profile {
	position: relative;
}

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

h2.prof_head {
    font-size: 80px;
    font-weight: 900;
    line-height: 82px;
    margin-bottom: 50px;
    font-family: "Poppins", serif;
    position: relative;
    width: max-content;
    overflow: hidden;
}

.profile_cap {
    width: 48%;
    word-break: break-word;
    line-height: 30px;
    font-size: 20px;
    font-weight: 500;
}

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

.profile_cap span {
    width: 340px;
    display: block;
    margin-top: 50px;
}

.profile_cap span img {
    width: 100%;
    height: auto;
}

.prof_box_member {
    width: 46%;
}

.prof_box {
    display: flex;
    width: 44%;
    justify-content: space-between;
}

.prof_box_member_pic {
    width: 100%;
    border-radius: 8px;
    height: 280px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.member_k {
    background-image: url("../img/aboutus/t_kenji.png");
    background-repeat: no-repeat;
	background-size: 115%;
}

.member_y {
    background-image: url("../img/aboutus/t_yuki.png");
    background-repeat: no-repeat;
	background-size: 108%;
}

.pink_mask {
	display: block;
	width: 100%;
	height: 100%;
	background: #E4007F;
	left: 0;
	top: 0;
	position: absolute;
}

.prof_box_member h3 span {
    display: block;
    font-size: 13px;
    font-weight: 300;
    margin-top: 2px;
}

.prof_box_member h3 {
    font-size: 20px;
    font-weight: 500;
}

section.profile {
    padding: 100px 0;
    position: relative;
}

section.\33 c {
    padding: 100px 0;
	position: relative;
}

.\33 c_inenr {
    max-width: 1100px;
    margin: 0 auto;
    border-top: 1px solid #ccc;
    padding-top: 100px;
}

ul.\33 c_list {
    display: flex;
    justify-content: space-between;
}

ul.\33 c_list li {
    width: 30%;
}

ul.\33 c_list h3 {
    font-size: 30px;
    font-weight: bold;
    font-family: "Poppins", serif;
    text-align: center;
}

ul.\33 c_list h3 span {
    font-size: 60px;
    display: inline-block;
    color: #E4007F;
}

ul.\33 c_list li p {
    word-break: break-word;
    line-height: 22px;
    font-size: 15px;
}

.\33 c_inenr h2 {
    text-align: center;
    font-size: 38px;
    font-family: "Poppins", serif;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 50px;
}

.\33 c_inenr h2 span {
    display: block;
    font-size: 80px;
    color: #E4007F;
    font-weight: bold;
    width: max-content;
    margin: 0 auto;
}

ul.\33 c_list h3:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    margin: 0 auto 20px;
}

section.policy {
    padding: 100px 0;
    background: #f5f5f5;
}

.policy_box h2 span {
    display: block;
    color: #E4007F;
    font-size: 40px;
    margin-bottom: 5px;
}

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

.policy_box {
    width: 48%;
    background: #fff;
    padding: 40px;
    border-radius: 8px;
}

.policy_box h2 {
    font-size: 30px;
    font-weight: bold;
    font-family: "Poppins", serif;
    line-height: 34px;
    margin-bottom: 30px;
}

ul.policy_list li {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
	display: flex;
	align-items: center;
}

ul.policy_list li img {
    width: 14px;
    margin-right: 5px;
}

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

section.company {
    padding: 100px 0;
	position: relative;
}

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

.company_inner h2 {
    font-family: "Poppins", serif;
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 50px;
}

table.company_overview th {
    padding: 30px 0;
    width: 22%;
    align-content: baseline;
    font-size: 15px;
}

table.company_overview td {
    padding: 30px 0;
    font-size: 15px;
    line-height: 24px;
    width: 78%;
}

ul.overview_list li {
    margin-bottom: 10px;
    position: relative;
    line-height: 20px;
    margin-left: 10px;
}

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

ul.overview_list li:before {
    width: 4px;
    height: 4px;
    content: "";
    display: block;
    border: 1px solid #E4007F;
    border-radius: 100px;
    left: -12px;
    position: absolute;
    top: 7px;
}

ul.overview_list li span {
    font-weight: 500;
}

a.overview_tel {
    color: #E4007F;
    font-weight: 500;
}

.company_overview td h3 {
    font-size: 20px;
    color: #E4007F;
    font-weight: 600;
    margin-bottom: 5px;
}
/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	
.fv_inner {
    width: 100%;
}

section.fv {
    padding: 2% 2% 0;
}
	
h1.fv_title {
    font-size: 28px;
    padding: 90px 0;
}
	
.ornament {
    width: 90%;
    left: 5%;
    margin-left: inherit;
    top: -18px;
}

section.profile {
    padding: 40px 5%;
}
	
.member_k {
    background-size: 112%;
}

.member_y {
    background-size: 130%;
}

h2.prof_head {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
}

.prof_contents {
    display: block;
}

.profile_cap {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
}

.profile_cap span {
    width: 40%;
    margin-left: 60%;
    margin-top: 10px;
}

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

.prof_box_member {
    width: 48%;
}

.prof_box_member_pic {
    height: 200px;
}

.prof_box_member h3 {
    font-size: 16px;
}

.prof_box_member h3 span {
    font-size: 11px;
}
	
section.\33 c .ornament {
    display: none;
}
	
section.\33 c {
    padding: 0;
}

.\33 c_inenr {
    padding: 40px 5%;
    background: #FFF3FA;
    border-bottom: 1px solid #ddd;
}

.\33 c_inenr h2 {
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 30px;
}

.\33 c_inenr h2 span {
    font-size: 50px;
    margin-bottom: 10px;
}

ul.\33 c_list {
    display: block;
}

ul.\33 c_list li {
    width: 100%;
    margin-bottom: 10px;
}

ul.\33 c_list h3 {
    font-size: 22px;
}

ul.\33 c_list h3 span {
    font-size: 35px;
}

ul.\33 c_list li p {
    font-size: 13px;
    line-height: 20px;
}

ul.\33 c_list h3:after {
    margin-bottom: 14px;
}

section.policy {
    padding: 40px 5%;
}

.policy_inner {
    display: block;
}

.policy_box {
    width: 100%;
    padding: 30px;
    margin-bottom: 10px;
}

.policy_box h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.policy_box h2 span {
    font-size: 30px;
    margin-bottom: 0;
}

ul.policy_list li {
}

section.company {
    padding: 40px 5%;
}

.company_inner h2 {
    font-size: 25px;
    margin-bottom: 30px;
}

table.company_overview th {
    font-size: 13px;
    padding: 20px 0;
}

table.company_overview td {
    padding: 20px 0;
    font-size: 13px;
}

ul.overview_list li {
    font-size: 13px;
    margin-bottom: 5px;
}

}