@charset "utf-8";
/*****
事務所一覧
*****/

.office-list li {
    margin-bottom: 40px;
    background-color: #fff;
    width: 100%;
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.1));
    padding: 50px 0 50px 50px;
    position: relative;
    display: flex;
}
.office-list li .office-img {
    max-width: 300px;
}
.office-list li .office-img img {
    max-width: 100%;
    display: block;
    width: 100%;
}
.office-list .office-content {
    width: 100%;
    padding-left: 40px;
    letter-spacing: 0.08em;
    padding-bottom: 10px;
    margin-top: 0;
    padding-top: 3px;
}
.office-list li .office-name {
    font-family: "Shippori Mincho", serif;
    font-size: 29px;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: block;
    border-bottom: 1px solid #000;
}
.office-list li.bangkok-office .office-name {
    font-size: 20px;
}
.office-list li.bangkok-office .office-name .small{
    font-size: 16px;
    letter-spacing: 0.04em;
}
.office-list li .office-zip {
    font-family: "Shippori Mincho", serif;
    font-size: 18px;
    line-height: 1.6;
    margin-left: -3px;
    display: block;
    margin-bottom: 15px;
}
.office-list li.bangkok-office .office-zip{
    font-size: 15px;
}
.office-list li a {
    background-color: #253365;
    color: #fff;
    font-size: 16px;
    width: 320px;
    height: 40px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.office-list li a::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 52%;
    right: 24px;
    transform: translateY(-50%) rotate(-45deg);
}
section.office-page{
    margin-bottom: 100px;
}
@media screen and (max-width: 1199px){
    .office-list li .office-img {
        width: 35%;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1023px){
    .office-list li{
        /*padding: 50px 0 50px 15vw;*/
        max-width: 780px;
        margin: 0 auto 40px;
    }
    .office-list li .office-img {
        width: 300px;
    }
}
@media screen and (max-width: 767px){
    .office-list li{
        padding: 40px 0 50px 20px;
    }
    .office-list li .office-name{
        font-size: 22px;
    }
    .office-list li .office-zip{
        font-size: 16px;
    }
    .office-list li a{
        width: 280px;
    }
    .office-list li.bangkok-office .office-name {
        font-size: 18px;
    }
    .office-list li.bangkok-office .office-name .small{
        font-size: 14px;
    }
    .office-list li.bangkok-office .office-zip{
        font-size: 13px;
    }
    section.office-page{
        margin-bottom: 80px;
    }
}
@media screen and (max-width: 599px){
    .office-list li {
        display: block;
        padding: 30px 40px 30px;
    }
    .office-list .office-content{
        text-align: center;
        padding-left: 0;
    }
    .office-list li .office-name{
        margin-top: 20px;
    }
    .office-list li a{
        margin: 0 auto;
    }
}
@media screen and (max-width: 399px){
    .office-list li {
        padding: 25px 20px 30px;
    }
    .office-list li .office-name{
        margin-bottom: 15px;
    }
    .office-list li .office-zip {
        font-size: 14px;
    }
}


/*** 事務所個別 ***/
.office-top-imgbox {
    width: 100%;
    margin-bottom: 110px;
}
h2.office-title {
    font-size: 26px;
    font-weight: 500;
    font-family: "Shippori Mincho", serif;
    color: #253365;
    line-height: 1.2;
    margin-bottom: 60px;
    border-bottom: none;
    padding-left: 20px;
    border-left:5px solid #990000;
}
h2.office-title::after{
    display: none;
}
h2.office-title .small {
    font-size: 19px;
    display: block;
}
ul.office-data-list {
    /*border-top: 3px solid #e2e2e3;*/
    position: relative;
    margin-bottom: 90px;
}
/*
ul.office-data-list::before {
    content: "";
    width: 220px;
    height: 3px;
    background-color: #2c211b;
    position: absolute;
    top: -3px;
    left: 0;
}
*/
ul.office-data-list li {
    border-bottom: 2px solid #e2e2e3;
    position: relative;
    padding: 30px 20px;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.08em;
}
ul.office-data-list li::before {
    content: "";
    width: 120px;
    height: 2px;
    background-color: #990000;
    position: absolute;
    bottom: -2px;
    left: 0;
}
ul.office-data-list li .data-th {
    max-width: 200px;
    width: 26%;
    display: flex;
    align-items: center;
}
ul.office-data-list li .data-td {
    padding-left: 20px;
}
.gmap {
    position: relative;
    width: 100%;
}
.gmap iframe {
    width: 100%;
    height: 400px;
}
.map_btn {
    background: #151d5b;
    color: #fff;
    width: 124px;
    height: 30px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
}
@media screen and (max-width: 1023px){
    .office-top-imgbox {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 767px){
    .office-top-imgbox {
        margin-bottom: 30px;
    }
    h2.office-title {
        font-size: 22px;
    }
    h2.office-title .small {
        font-size: 18px;
    }
    ul.office-data-list {
        margin-bottom: 80px;
    }
    ul.office-data-list::before {
        width: 10px;
    }
    ul.office-data-list li {
        padding: 25px 15px;
        font-size: 16px;
    }
    ul.office-data-list li .data-th {
        max-width: 160px;
        width: 26%;
    }
    ul.office-data-list li::before {
        width: 160px;
    }
    ul.office-data-list li .data-td {
        padding-left: 15px;
    }
    .map_btn {
        width: 110px;
        height: 26px;
        font-size: 12px;
    }
    .gmap iframe {
        height: 300px;
    }
}
@media screen and (max-width: 699px){
    ul.office-data-list li {
        display: block;
        padding: 20px 15px;
    }
    ul.office-data-list li .data-th {
        max-width: none;
        width: 100%;
        margin-bottom: 10px;
    }
    ul.office-data-list li .data-td {
        padding-left: 0;
        line-height: 1.8;
    }
}
@media screen and (max-width: 399px){
    h2.office-title {
        font-size: 20px;
    }
    h2.office-title .small {
        font-size: 16px;
    }
    ul.office-data-list li {
        font-size: 14px;
    }
    .gmap iframe {
        height: 240px;
    }
}



/*札幌_バナー（事務所一覧）*/
.sapporo-banner {
	/*background:url(../koutsujiko/office/images/sapporo.png) center / cover no-repeat;*/
	background:url(../images/lower/office/office_list_sapporo.png);
	background-repeat: no-repeat;
    background-size: 75%;
    background-position: left;
	background-color: #e7eff6!important;
	min-height: 200px;
	width: 100%;
	display: flex!important;
    align-items: center;
    justify-content: right;
	box-shadow: none!important;
}
.sapporo-banner .sapporo-inner {
	text-align: center;
}
.sapporo-banner p {
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
}
.sapporo-banner .title {
	font-size: 30px;
	line-height: 1.2;
	padding-top: 0;
}
.sapporo-banner .title span {
	font-size: 18px;
	line-height: 1.5;
	display: block;
}
.sapporo-banner .color {
	padding: 0 10px;
    font-size: 18px;
    color: #fff;
    background: #b33440;
	margin-top: 10px;
}
.sapporo-banner .text-wrap {
	/*display: flex;
	flex-direction: column;*/
}
.sapporo-banner .eye_catch{
	opacity: 0.5;
}

.office-list li.sapporo{
    padding: 0px 0px 0px 0px;
}


@media screen and (max-width:767px) {
	.sapporo-banner {
		background-size: cover;
		background-position: -80px;
	}
}
@media screen and (max-width:530px) {
.sapporo-banner {
		justify-content: center;
		background-position: 0px;
	    display: block!important;
	}
	.sapporo-banner .sapporo-inner {
		padding-right: 0;
		padding-top: 12%;
	}
	.sapporo-banner p {
		font-size: 24px;
	}
	.sapporo-banner .color {
		width: 230px;
        margin: 5px auto;
	}
}

@media screen and (max-width:424px) {
	.sapporo-banner .sapporo-inner {
		padding-top: 16%;
	}
	
		.sapporo-banner .color {
		width: 250px;
	}
	
}




