@charset "UTF-8";
/* CSS Document */
.flex_box {
    display: flex;
}
.page_width {
    max-width: 1280px;
    margin: auto;
}
main #section03 h2,main #section04 h2,main #section04 h2,main #section01 h2,main #section01 h3 {
    color: #071746;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 35px;
    letter-spacing: .4rem;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
}
main #section01 h2,main #section01 h3 {
    color: #fff;
    margin-bottom: 20px;
}
main #section04 h2 {
    color: #fff;
}
main #section01 {
    height: auto;
}
main #section01 #about-movie {
    height: auto;
    width: 100%;
    margin: auto;
    margin-top: auto;
    position: relative;
    z-index: 10;
    background-color: transparent;
    padding-bottom: 200px;
}
main #section01 h2 {
    margin-bottom: 11vw;
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 800;
	font-style: normal;
}
/* main #section01 h2 {
    color: #fff;
    letter-spacing: .4rem;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 700;
    font-style: normal;
}
main #section01 h3{
	color: #fff;
	letter-spacing: .4rem;
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 700;
	font-style: normal;
    /* margin-top: 325px; */
    
main #section01 p {
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.1rem;
    line-height: 1.5;
    margin: 16px auto 0;
    padding: 0;
}
main #section01 #about-text-Area {
    position: absolute;
    top: 26vw;
    width: 100%;
    height: auto;
    z-index: 100;
    text-align: center;
}
main #section01 img {
    filter: brightness(65%);
}
main #section02 {
    padding: 50px 20px 50px;
}
#section02 .profilebox1 img {
    width: 100%;
}
#section02 .profilebox2 img {
    width: 100%;
}
#section02 p {
    font-size: 14px;
    line-height: 1.7;
}
#section02 .text-area1,
#section02 .text-area2 { 
    background: #fff;
    width: 100%;
    padding: 24px;
	text-align: justify;
}
.about-movie {
    margin-bottom: 100px;
}
.about-top-mp4 { 
	width: 405px; 
}
.profilebox1 {
    height: auto;
    /* position: relative; */
	margin-bottom: 100px;
}
#section02 .name {
	font-size: 20px;
	font-weight: bold;
    color: #fff;
    margin: 10px 0 24px;
	line-height: 1.2;
}
.profilebox2 {
    height: auto;
}
.profilebox2 h3 {
    font-size: 20px;
    margin-top: 30px;
    font-weight: bold;
	line-height: 1.5;
}

.sect01flex{
	display: block;
	margin-top: 100px;
}
.sect01flex img{
	width: 100%;
}
.profilebox1 h3 {
    font-size: 20px;
    margin-top: 30px;
    font-weight: bold;
    line-height: 1.5;
    text-align: initial;
}
.sect01flex img:nth-child(2) {
    width: calc((100%) / 2 );
}
.sect01flex img:nth-child(3) {
    width: calc(100% / 2 );
}
main #section03 {
    position: relative;
    background-color: #fff;
    padding: 50px 20px ;
}
#section03 img {
    width: 100%;
    display: block;
    margin: auto;
}
.history_list {
    color: #071746;
    font-size: 20px;
    margin: auto;
    max-width: 960px;
    border-top: 2px solid #071746;
}
.history_list li {
    border-bottom: 1px solid #071746;
    position: relative;
    padding: 16px 0 16px 0;
    font-size: 14px;
	line-height: 1.6;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
}
.history_list li p::before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #071746;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.history_list li .list_head {
    position: relative;
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 18px;
}
.history_list li p {
    position: relative;
    padding-left: 30px;
    text-align: justify;
    font-size: 1.6rem;
	margin: 0;
}
.profile_sec {
    color: #fff;
    font-size: 14px;
    margin: auto;
    max-width: 960px;
    border-top: 2px solid #fff;
}
.profile_sec table {
    width: 100%;
}
.profile_sec table th,
.profile_sec table td {
    padding: 16px;
    border-bottom: 1px solid #fff;
}
.profile_sec table th {
    border-right: 1px solid #fff;
    text-align: center;
	min-width: 100px;
	vertical-align: middle;
}
/* 事業部 */
.sales_office_sec .title {
    text-align: left;
    position: relative;
    color: #fff;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 700;
    font-style: normal;
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding: 12px 0;
    font-size: 1.5rem;
    letter-spacing: 1.52px;
    margin-top: 35px;
	line-height: 1.4;
}
.sales_office_sec .map {
    width: 100%;
    /* background-color: gray;
    height: 300px; */
    margin: 0 auto 30px;
}
.sales_office_sec .map iframe {
    width: 100%;
    height: 60vw;
    max-height: 340px;
}
.office_info,
.office_info .desc_tell span {
    font-size: 14px;
}
.office_info p {
    font-size: 14px;
    margin-bottom: 15px;
	line-height: 1.2;
}
.office_info .desc_tell {
    font-size: 20px;
	font-weight: bold;
}
.sales_office_inner {
    padding: 35px 0;
}
.sales_office_sec .button {
    height: 45px;
    background: #000;
}
.sales_office_sec .button a {
    font-size: 14px;
    padding: 13px;
}
.sales_office_sec .button a span {
    width: 100%;
}
.sales_office_sec .button a span::after {
    right: 0%;
}
main #section04 {
    position: relative;
    padding: 50px 20px;
    background-color: #1a1a1a;
}
#section04 img {
    width: 100%;
    /* display: block;
    margin: auto; */
}
.sales_office_inner.flex_box {
    flex-direction: column;
    justify-content: center;
}

@media only screen and (min-width: 600px) {
    .flex_box {
        display: flex;
    }
	.about-movie { margin-bottom: 200px;}
    .about-top-mp4 { width: 645px; }
    main #section03 h2,main #section04 h2,main #section04 h2,main #section01 h2,main #section01 h3 {
        color: #071746;
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 35px;
        letter-spacing: .4rem;
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 700;
        font-style: normal;
    }
    main #section01 h2,main #section01 h3 {
        color: #fff;
        margin-bottom: 20px;
    }
    main #section04 h2 {
        color: #fff;
    }
    main #section01 {
        height: auto;
    }
    main #section01 #about-movie {
        height: auto;
        width: 100%;
        margin: auto;
        margin-top: auto;
        position: relative;
        z-index: 10;
        background-color: transparent;
    }
    main #section01 h2 {
        margin-bottom: 10vw;
    }
    /* main #section01 h2 {
        color: #fff;
        letter-spacing: .4rem;
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 700;
        font-style: normal;
    }
    main #section01 h3{
        color: #fff;
        letter-spacing: .4rem;
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 700;
        font-style: normal;
        /* margin-top: 325px; */
        
    main #section01 p {
        color: #fff;
        font-size: 14px;
        letter-spacing: 0.1rem;
        line-height: 2;
        margin: 20px auto 0;
        padding: 0;
    }
    main #section01 #about-text-Area {
        /* position: absolute; */
        top: 20%;
        width: 100%;
        height: auto;
        z-index: 100;
        text-align: center;
    }
    main #section01 img {
        filter: brightness(65%);
    }
    main #section02 {
        padding: 50px 20px 50px;
    }
    #section02 .profilebox1 img {
        width: 100%;
    }
    #section02 .profilebox2 img {
        width: 100%;
    }
    #section02 p {
        font-size: 14px;
        line-height: 1.7;
    }
    #section02 .text-area1,
    #section02 .text-area2 { 
        background: #fff;
        width: 100%;
        padding: 24px;
    }
    .profilebox1 {
        height: auto;
        /* position: relative; */
        margin-bottom: 100px;
    }
    #section02 .name {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        margin: 0 0 24px;
    }
    .profilebox2 {
        height: auto;
    }
    .profilebox2 h3 {
        font-size: 20px;
        margin-top: 30px;
        font-weight: bold;
        line-height: 1.5;
    }
.profilebox1 h3 {
  font-size: 34px;
  margin-top: 30px;
  font-weight: bold;
  line-height: 1.5;
}
    .sect01flex{
        display: block;
        margin-top: 100px;
    }
    .sect01flex img{
        width: 100%;
    }
	.sect01flex img:first-child {
    width: calc(100% / 3);
	}
    .sect01flex img:nth-child(2) {
    width: calc(100% / 3);
    }
    .sect01flex img:nth-child(3) {
     width: calc(100% / 3);
    }
    main #section03 {
        position: relative;
        background-color: #fff;
        padding: 50px 20px ;
    }
    #section03 img {
        width: 100%;
        display: block;
        margin: auto;
    }
    .history_list {
        color: #071746;
        font-size: 20px;
        margin: auto;
        max-width: 960px;
        border-top: 2px solid #071746;
    }
    .history_list li {
        border-bottom: 1px solid #071746;
        position: relative;
        padding: 16px 0 16px 0;
        font-size: 14px;
		flex-flow: row nowrap;
		align-items: center;
    }
    .history_list li .list_head {
		margin-right: 10px;
		min-width: 100px;
	}	
    .profile_sec {
        color: #fff;
        font-size: 14px;
        margin: auto;
        max-width: 960px;
        border-top: 2px solid #fff;
    }
    .profile_sec table {
        width: 100%;
    }
    .profile_sec table th,
    .profile_sec table td {
        padding: 16px;
        border-bottom: 1px solid #fff;
    }
    .profile_sec table th {
        border-right: 1px solid #fff;
        text-align: center;
    }
    /* 事業部 */
    .sales_office_sec .title {
        text-align: left;
        position: relative;
        color: #fff;
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 700;
        font-style: normal;
        border-top: 2px solid;
        border-bottom: 2px solid;
        padding: 12px 0;
        font-size: 1.5rem;
        letter-spacing: 1.52px;
        margin-top: 35px;
    }
    .sales_office_sec .map {
        width: 100%;
        /* background-color: gray;
        height: 300px; */
        margin: 0 auto 30px;
    }
    .office_info,
    .office_info .desc_tell span {
        font-size: 14px;
        margin: auto;
        width: 100%;
    }
    .office_info p {
        font-size: 14px;
        margin-bottom: 15px;
		padding-left: 0;
    }
    .office_info .desc_tell {
        font-size: 20px;
    }
    .sales_office_inner {
        padding: 35px 0;
    }
    .sales_office_sec .button {
        height: 45px;
    }
    .sales_office_sec .button a {
        font-size: 14px;
        padding: 13px;
    }
    .sales_office_sec .button a span {
        width: 100%;
    }
    .sales_office_sec .button a span::after {
        right: 0%;
    }
    main #section04 {
        position: relative;
        padding: 50px 20px;
        background-color: #1a1a1a;
    }
    #section04 img {
        width: 100%;
        /* display: block;
        margin: auto; */
    }
    .sales_office_inner.flex_box {
        flex-direction: column;
        justify-content: center;
    }
    _:-ms-fullscreen, :root .sales_office_sec .map {
        max-height: 330px;
      }
}

@media only screen and (min-width: 1024px) {

    main #section03 h2,main #section04 h2 {
        color: #071746;
        font-size: 50px;
        line-height: 0.8;
        margin-bottom: 70px;
    }
    h2 span {
        font-size: 25px;
    }

    main #section01 #about-movie {
        height: auto;
        width: 100%;
        margin: auto;
        margin-top: auto;
        position: relative;
        z-index: 10;
        background-color: transparent;
    }
    main #section01 h2 {
        color: #fff;
        font-size: 50px;
        letter-spacing: .4rem;
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 700;
        font-style: normal;
        margin: 10vw auto;
    }
    main #section01 h3{
        color: #fff;
        font-size: 40px;
        letter-spacing: .4rem;
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 700;
        font-style: normal;
        /* margin-top: 125px; */
    }
    main #section01 p {
        color: #fff;
        font-size: 18px;
        letter-spacing: 0.1rem;
        line-height: 2;
        margin: 20px auto 0;
        padding: 0;
    }
    main #section01 #about-text-Area {
        position: absolute;
        top: 20%;
        width: 100%;
        height: auto;
        z-index: 100;
        text-align: center;
    }
    main #section01 img {
        filter: brightness(65%);
    }
	.about-top-mp4 { width: 960px; }
    main #section02 {
        padding: 0px 50px 110px;
    }
    #section02 .profilebox1 img {
        position: absolute;
        width: 780px;
        top: 0;
        right: 0;
    }
    #section02 .profilebox2 img {
        position: absolute;
        width: 780px;
        top: 0;
        left: 0;
    }
    #section02 .text-area1 {
        background: #fff;
        width: 500px;
        position: absolute;
        padding: 50px;
        left: 0;
        bottom: -10%;
    }
    #section02 .text-area2 {
        background: #fff;
        width: 685px;
        position: absolute;
        padding: 50px;
        right: 0;
        bottom: 5%;
    }
    #section02 p {
        font-size: 16px;
        line-height: 1.3;
    }
    .profilebox1 {
        height: 800px;
        position: relative;
        margin-bottom: 100px;
    }
    #section02 .name {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        right: 0;
        position: absolute;
        bottom: 60px;
        line-height: 1.3;
    }
    #section02 .name span {
        font-size: 30px;
    }
    .profilebox2 {
        height: 640px;
        position: relative;
    }
    .profilebox2 h3 {
        font-size: 34px;
        margin-top: 30px;
        font-weight: bold;
        line-height: 1.5;
    }
    .sect01flex{
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        margin-top: 100px;
    }
    .sect01flex img{
        width: 100%;
        max-width: 340px;
    }
    .sect01flex img:nth-child(2),
    .sect01flex img:nth-child(3) {
        width: 100%;
        max-width: 340px;
    }
    main #section03 {
        position: relative;
        background-color: #fff;
        padding: 150px 50px 150px 50px;
    }
    #section03 img {
        width: 60%;
        display: block;
        margin: auto;
    }

    .history_list {
        color: #071746;
        font-size: 20px;
        margin: auto;
        max-width: 960px;
        border-top: 2px solid #071746;
    }
    .history_list li {
        border-bottom: 1px solid #071746;
        position: relative;
        font-size: 20px;
    }
    .history_list li .list_head {
    	font-size: 24px;
	}
    .profile_sec {
        color: #fff;
        font-size: 20px;
        margin: auto;
        max-width: 960px;
        border-top: 2px solid #fff;
    }
    .profile_sec table {
        width: 100%;
    }
    .profile_sec table th,
    .profile_sec table td {
        padding: 20px;
        border-bottom: 1px solid #fff;
    }
    .profile_sec table th {
        border-right: 1px solid #fff;
        text-align: center;
    }
    /* 事業部 */
   .sales_office_sec .title {
        text-align: left;
        position: relative;
        color: #fff;
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 700;
        font-style: normal;
        border-top: 2px solid;
        border-bottom: 2px solid;
        padding: 12px 0;
        font-size: 1.9rem;
        letter-spacing: 1.52px;
        margin-top: 70px;
    }
    .sales_office_sec .map {
        max-width: 550px;
        width: 100%;
        /* background-color: gray;
        height: 300px; */
        margin-right: 53px;
        margin: 0 40px 0 0;
    }
    .office_info {
        width: auto;
        position: relative;
    }
    .office_info,
    .office_info .desc_tell span {
        font-size: 20px;
        margin: 0;
    }
    .office_info p {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .office_info .desc_tell {
        font-size: 30px;
    }
    .sales_office_inner {
        padding: 35px 0;
    }
    .sales_office_sec .button {
        position: absolute;
        bottom: 0;
        max-width: 240px;
    }
    .sales_office_sec .button a span {
        width: 100%;
    }
    .sales_office_sec .button a span::after {
        right: 0%;
    }
    main #section04 {
        position: relative;
        padding: 100px 50px 150px 50px;
        background-color: #1a1a1a;
    }
    main #section04 h2 {
        color: #fff;
    } 
    #section04 img {
        /* width: 70%; */
        display: block;
        margin: auto;
    }
    .sales_office_inner.flex_box {
        flex-direction: row;
        justify-content: flex-start;
    }
    _:-ms-fullscreen, :root .sales_office_sec .map {
        max-height: 330px;
      }
      .sales_office_sec .map iframe {
        width: 100%;
        height: 340px;
    }
}


@media only screen and (min-width: 1281px) {
    main #section01 #about-movie {
        height: auto;
        width: 100%;
        margin: auto;
        margin-top: auto;
        position: relative;
        z-index: 10;
        background-color: transparent;
    }
    main #section01 h2 {
        color: #fff;
        font-size: 50px;
        letter-spacing: .4rem;
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 700;
        font-style: normal;
    }
    main #section01 h3{
        color: #fff;
        font-size: 40px;
        letter-spacing: .4rem;
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 700;
        font-style: normal;
        /* margin-top: 325px; */
    }
    main #section01 p {
        color: #fff;
        font-size: 18px;
        letter-spacing: 0.1rem;
        line-height: 2;
        margin: 20px auto 0;
        padding: 0;
    }
    main #section01 #about-text-Area {
        position: absolute;
        top: 20%;
        width: 100%;
        height: auto;
        z-index: 100;
        text-align: center;
    }
    main #section01 img {
        filter: brightness(65%);
    }
	.about-top-mp4 { width: 1280px; }
    main #section02 {
        padding: 100px 50px 110px;
    }
    #section02 .profilebox1 img {
        position: absolute;
        width: 780px;
        top: 0;
        right: 0;
    }
    #section02 .profilebox2 img {
        position: absolute;
        width: 780px;
        top: 0;
        left: 0;
    }
    #section02 .text-area1 {
        background: #fff;
        width: 685px;
        position: absolute;
        padding: 50px;
        left: 0;
        bottom: -10%;
    }
    #section02 .text-area2 {
        background: #fff;
        width: 685px;
        position: absolute;
        padding: 50px;
        right: 0;
        bottom: 5%;
    }
    #section02 p {
        font-size: 16px;
        line-height: 1.3;
    }
    .profilebox1 {
        height: 690px;
        position: relative;
        margin-bottom: 100px;
    }
    #section02 .name {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        right: 0;
        position: absolute;
        bottom: -50px;	
    }
    .profilebox2 {
        height: 640px;
        position: relative;
    }
    .profilebox2 h3 {
        font-size: 34px;
        margin-top: 30px;
        font-weight: bold;
        line-height: 1.5;
    }
    .sect01flex{
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        margin-top: 100px;
    }
    .sect01flex img{
        width: 100%;
        max-width: 340px;
    }
    main #section03 {
        position: relative;
        background-color: #fff;
        padding: 150px 50px 150px 50px;
    }
    #section03 img {
        width: 60%;
        display: block;
        margin: auto;
    }
    main #section04 {
        position: relative;
        padding: 100px 50px 150px 50px;
        background-color: #1a1a1a;
    }
    #section04 img {
        /* width: 70%; */
        display: block;
        margin: auto;
    }
    _:-ms-fullscreen, :root .sales_office_sec .map {
        max-height: none;
      }
} 