@charset "UTF-8";
@import url(../../assets/css/style_class.css);

/* 当法人の紹介 - 基本スタイル */

/* 私たちのVISION */
.vision {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    margin-top: 50px;
}
@media screen and (max-width : 640px){
    .vision {
        margin-top: 20px;
        flex-direction: column;
    }
}
.vision_l {
    width: 46%;
    aspect-ratio: 3/2;
}
.vision_r {
    width: 54%;
    padding: 0 4% 0 0;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width : 900px){
    .vision_l {
        aspect-ratio: 4/3;
    }
}
@media screen and (max-width : 640px){
    .vision_l {
        width: 100%;
        aspect-ratio: 3/2;
        height: 250px;
        margin: 20px 0 0 0;
    }
    .vision_r {
        width: 100%;
        padding: 0;
    }
}
.vision_comment {
    font-size: 20px;
    line-height: 1.6em;
    margin-top: 15px;
    font-weight: 500;
}
.vision_comment p {
    padding-bottom: 10px;
}
@media screen and (max-width : 767px){
    .vision_comment {
        font-size: 16px;
        margin-top: 10px;
    }
}
.vision p {
    width: 100%;
    color: #04144d;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.6em;
    text-align: justify;text-justify: inter-ideograph;
}
@media screen and (max-width : 767px){
    .vision p {
        margin-top: 5px;
        font-size: 14px;
    }
}

.vision img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 当法人の特徴 */
.touhou h4 {
    margin: 40px 0 20px 0;
    line-height: 2.0em;
    background-color: #eaeaea;
}
@media screen and (max-width : 640px){
    .touhou h4 {
        margin: 20px 0 10px 0;
    }  
}

/* 数字で見る名古屋国際弁理士法人 */
.key_figures {
    padding: 20px;
    margin-top: 10px;
}
@media screen and (max-width : 640px){
	.key_figures {
		padding: 10px;
        margin-top: 5px;
	}
}
.key_figures .details {
    margin-top: 0px;
}

.touhou_graph {
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	width: 100%;
    list-style: none;
    text-align: center;
}
.touhou_graph li {
    background-color: #FBFBFB;
    margin: 3px;
    width: -webkit-calc((100% / 3) - 6px);
    width: calc((100% / 3) - 6px);
}
.touhou_graph li .img01 {
    padding-top: 20px;
}
.touhou_graph li .img02, .touhou_graph li .img03 {
    margin: 10px;
}
@media screen and (max-width : 640px){
    .touhou_graph li {
        margin: 2px;
        width: 100%;
    }
    .touhou_graph li .img02, .touhou_graph li .img03 {
        margin: auto 20% auto 20%;
    }
}


/* 私たちの一員になりませんか？ */
.touhou_block_img {
    position: relative;
    max-width: 1060px;
    width: 100%;
    max-height: 424px;
    height: 35vw;
    margin-top: 20px;
}
.touhou_block_img > .img01 {
	position: relative;
	top: 0px;
    left: 0px;
	width: 55%;
	height: 100%;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    z-index: 1;
}
.touhou_block_img > .img02 {
	position: absolute;
	bottom: 0px;
    right: 0px;
	width: 55%;
	height: 100%;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.touhou_block_img img{
    display: block;
	object-fit: contain;
    object-position: bottom;
}
.touhou_block_img > .img01 img{
    position: absolute;
    top: 0px;
}
.touhou_block_img > .img02 img{
    position: absolute;
    bottom: 0px;
}

@media screen and (max-width : 640px){
    .touhou_block_img {
        height: 100%;
    }
    .touhou_block_img > .img01  {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .touhou_block_img > .img02 {
        display: none;
    }
    .touhou_block_img > .img01 img{
        position: inherit;
        width: 100%;
        aspect-ratio: 3/2;
        height: 250px;
        object-fit: cover;
        object-position: center bottom;
    }
}
/* スローガン */
.slogans .block_l_img {
	width: 38%;
    aspect-ratio: 7/9;
    overflow: hidden;
}
.slogans .block_l_img img {
    width: 100%;
    height: 100%;
	object-fit: cover;
    object-position: center;
}
.slogans .block_l_comment {
	width: 61%;
    float: right;
    padding: 0 0 0 4%;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width : 900px){
    .slogans .block_l_img {
        aspect-ratio: 5/8;
    }
}
@media screen and (max-width : 640px){
    .slogans .block_l_img {
        width: 100%;
        aspect-ratio: 3/2;
        height: 250px;
        padding: 20px 0 0 0;
    }
    .slogans .block_l_img img {
        object-position: center top;
    }
    .slogans .block_l_comment {
        width: 100%;
        padding: 0;
    }
}