@charset "UTF-8";

header {
    background: none;
}

ul.header_menu li a span {
	background: #fff;
}

a.headercontact {
}

section.contents_wrapper {
    padding: 100px 0 0;
    box-shadow: 0 -60px 160px rgba(0,0,0,0.045);
    border-bottom: 0.5px solid #AAA;
}

.header_logo a {
    color: #fff;
}

section.page_head_about {
    height: 70vh;
    background-image: url("../img/about/cover.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.page_head_about h1 {
	color: #fff;
	text-align: center;
	font-size: 3rem;
	font-weight: 500;
	margin-top: 20px;
}

section.page_head_about h1 span {
    display: block;
    font-size: 1.5rem;
    border-bottom: 0.5px solid;
    width: max-content;
    margin: 10px auto 0;
    font-family: "aileron", sans-serif;
    letter-spacing: 1px;
}

.about_inner {
    margin: 0 auto;
}

.about_area_grey {
    background: #f5f5f5;
}

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

.about_main_image {
    width: 44%;
    background-image: url("../img/about/shimada.jpg");
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    background-repeat: no-repeat;
}

p.about_main_cap {
    width: 50%;
    font-size: 1.3rem;
    line-height: 25px;
}

.about_sub_cap {
    padding: 40px 0 100px;
    line-height: 26px;
    font-size: 1.3rem;
    max-width: 1000px;
    margin: 0 auto;
}

span.about_sub_cap_position {
    display: block;
    text-align: right;
    margin-top: 30px;
    font-size: 1.3rem;
    font-weight: 500;
}

span.about_sub_cap_name {
    text-align: right;
    display: block;
    font-size: 2rem;
    margin-top: 8px;
}

.about_workation h2 {
    font-size: 2.4rem;
    width: 40%;
    font-weight: 500;
    margin-bottom: 30px;
}

.about_workation p {
    font-size: 1.3rem;
    line-height: 26px;
    width: 60%;
}

.about_workation {
    display: flex;
    justify-content: space-between;
    padding: 100px 0;
    max-width: 1000px;
    margin: 0 auto;
	position: relative;
}

.about_workation:before {
    content: "ABOUT WORKATION";
    display: block;
    position: absolute;
    top: -74px;
    left: 0;
    font-family: "aileron", sans-serif;
    font-size: 8rem;
    opacity: 0.05;
}

.about_ichiji_graph {
    margin-bottom: 30px;
}

.about_ichiji_content p {
    font-size: 1.3rem;
    line-height: 26px;
}

.about_ichiji_workation {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1000px;
    padding: 100px 0;
}

.about_ichiji_workation h2 {
    width: 40%;
    font-size: 2.4rem;
    font-weight: 500;
}

.about_ichiji_content {
    width: 60%;
}

.about_rule {
    padding: 100px 0;
    max-width: 1000px;
    margin: 0 auto;
}

.about_rule h2 {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 50px;
}

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

ul.about_rule_list li {
    width: 32%;
    border: 0.5px solid;
    padding: 4%;
    /* background: #fff; */
    border-radius: 8px;
}

ul.about_rule_list li h3 img {
    width: 30px;
    margin: 0 auto 10px;
}

ul.about_rule_list li h3 {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
    margin-bottom: 30px;
}

ul.about_rule_list li p {
    font-size: 1.3rem;
    line-height: 24px;
}

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

section.contents_wrapper {
    padding: 50px 0 0;
}

section.page_head_about {
    height: 50vh;
    background-attachment: inherit;
    min-height: 300px;
}

section.page_head_about h1 {
    font-size: 2rem;
    margin-top: 40px;
}

.about_main {
    padding: 0 5%;
    display: block;
}

.about_main_image {
    width: 90%;
    height: 210px;
    margin: 0 auto;
}

p.about_main_cap {
    width: 100%;
    margin: 30px 0;
}

.about_sub_cap {
    font-size: 1.2rem;
    padding: 0 5%;
}

.about_workation:before {
    font-size: 4rem;
    text-align: center;
    width: 100%;
    top: -37px;
}

.about_workation {
    margin: 100px 0 0;
    padding: 50px 5%;
    display: block;
}

span.about_sub_cap_name {
    font-size: 1.6rem;
    margin-top: 0;
}

span.about_sub_cap_position {
    font-size: 1.2rem;
    margin-top: 10px;
}

.about_workation h2 {
    width: 100%;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 30px;
}

.about_workation p {
    width: 100%;
    font-size: 1.2rem;
    line-height: 22px;
}

.about_ichiji_workation {
    display: block;
    padding: 50px 5%;
}

.about_ichiji_workation h2 {
    width: 100%;
    font-size: 1.8rem;
    margin-bottom: 30px;
    text-align: center;
}

.about_ichiji_content {
    width: 100%;
}

.about_ichiji_graph {
    width: 90%;
    margin: 0 auto 20px;
}

.about_ichiji_content p {
    font-size: 1.2rem;
    line-height: 24px;
}

.about_rule {
    padding: 50px 5%;
}

.about_rule h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
    text-align: center;
}

ul.about_rule_list {
    display: block;
}

ul.about_rule_list li {
    width: 100%;
    margin-bottom: 20px;
    padding: 30px 6%;
}

ul.about_rule_list li h3 {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 22px;
    margin-bottom: 20px;
    justify-content: center;
    text-align: left;
}

ul.about_rule_list li h3 img {
    width: 40px;
    margin: 0 10px 0 0;
}

ul.about_rule_list li p {
    font-size: 1.2rem;
    line-height: 22px;
}

}