@charset "UTF-8";


.block-title {
	text-align: center;
}


.block {
	margin-top: 90px;
}

@media screen and (max-width: 768px) {
	.block {
		margin-top: 75px;
	}
}
@media screen and (max-width: 559px) {
	.block {
		margin-top: 60px;
	}
}
@media screen and (max-width: 380px) {
	.block {
		margin-top: 45px;
	}
}



/* メインビジュアル
 * ***************************************************/

.mv {
	padding: 0;
	margin: 0 18px 18px;
	position: relative;
}
.mv .mv-box {
	width: 100%;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mv .mv-box .mv-text {
	text-align: left;
    width: 620px;
    margin-left: auto;
}
.mv .mv-box .mv-text p.mv-copy {
	font-family: "Shippori Mincho B1", serif;
    font-size: 8rem;
    line-height: 1.2;
    margin-bottom: 2.4vw;
}
.mv .mv-box .mv-text p.mv-copy span.mv-copy-top {
	display: block;
	color: #3775CC;
}
.mv .mv-box .mv-text p.mv-copy span.mv-copy-bottom {
	display: block;
	color: #3775CC;
}
.mv .mv-box .mv-text .site-title {
	text-align: left;
	font-size: 2.2rem;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	margin-top: -18px;
	line-height: 1;
}
.mv .mv-box .mv-text p.mv-bg {
	margin: 0;
	font-size: 3rem;
	font-family: "Shippori Mincho B1", serif;
}
.mv .mv-box .mv-text .bg-wrap {
	position: relative;
	margin-top: 18px;
	display: inline-block;
}
.mv .mv-box .mv-text.is-animated .bg-wrap::before {
	animation: bg 3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	background: linear-gradient(to right, #047FCC 0%,#0A6EFA 50%,#0457CC 100%);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform-origin: left center;
}
.mv .mv-box .mv-text .bg-wrap .inn {
	display: inline-block;
	color: #fff;
	padding: 12px 18px;
	line-height: 1;
	position: relative;
	z-index: 1;
}

@keyframes bg {
	0% {
		opacity: 0;
		transform: scaleX(0) translateX(-5%);
	}
	30% {
		transform: scaleX(1) translateX(0);
	}
	100% {
		transform: scaleX(1) translateX(0);
	}
	30%, 100% {
		opacity: 1;
	}
}

@media screen and (max-width: 1320px) {
	.mv .mv-box .mv-text {
		max-width: 620px;
		width: 58%;
	}
	.mv .mv-box .mv-text p.mv-copy {
		font-size: 4vw;
	}
	.mv .mv-box .mv-text .site-title {
		font-size: 1.6vw;
		margin-top: -12px;
	}
	.mv .mv-box .mv-text p.mv-bg {
		font-size: 2.2vw;
	}
	.mv .mv-box .mv-text .bg-wrap {
		margin-top: 12px;
	}
}
@media screen and (max-width: 768px) {
	.mv .mv-box {
		top: auto;
		bottom: 14%;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.mv .mv-box .mv-text {
		width: 66%;
	}
	.mv .mv-box .mv-text .bg-wrap {
		margin-top: 6px;
	}
	.mv .mv-box .mv-text .site-title {
		color: #0457CC;
		text-align: center;
		line-height: 1.6;
		font-size: 2vw;
	}
	.mv .mv-box .mv-text .bg-wrap .inn {
		line-height: 1.6;
		color: #0457CC;
	}
}
@media screen and (max-width: 559px) {
	.mv {
		margin: 0 0 18px 0;
	}
	.mv .mv-box {
		top: auto;
		bottom: 18%;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.mv .mv-box .mv-text {
		max-width: 100%;
		width: 100%;
	}
	.mv .mv-box .mv-text .site-title {
		color: #0457CC;
		line-height: 1.6;
		font-size: 4vw;
	}
	.mv .mv-box .mv-text .bg-wrap .inn {
		line-height: 1.6;
		color: #0457CC;
	}
}



/* 私たちについて
*****************************************/

.service {
	padding-top: 0;
}
.service .service-title-area {
	position: relative;
}
.service .service-title-area .service-title {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-bottom: 0;
}
.service .service-title-area img.aboutus-photo {
	width: 100%;
}
.service .service-text-area {
	position: relative;
	padding-bottom: 90px;
}
.service .service-text-area:before {
	content: "";
    display: inline-block;
    position: absolute;
    top: -6vw;
    right: 0;
    background: #F7FEEB;
    width: 30vw;
    height: calc(100% + 6vw);
    z-index: -1;
}
.service .service-text-area .service-text {
	padding: 60px;
}
.service .service-text-area .service-items {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.service .service-text-area .service-item {
	width: calc(100% / 3 - 20px);
	background: #FFF;
	box-shadow: 0 0 14px rgb(0 0 0 / 8%);
}
.service .service-text-area .service-item.wide {
	width: 100%;
	display: flex;
}
.service .service-text-area .service-item.wide .service04-img {
	width: 380px
}
.service .service-text-area .service-item.wide .service04-img img.service04 {
	display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.service .service-text-area .service-item.wide .inbox {
	width: calc(100% - 380px);
	height: 100%;
}
.service .service-text-area .service-item .inbox {
	padding: 42px;
	display: flex;
    flex-direction: column;
    height: 580px;
}
.service .service-text-area .service-item .service-item-title {
	font-size: 2.6rem;
	margin-bottom: 12px;
}
.service .service-text-area .service-item .inbox > div {
	
}
.service .service-text-area .service-item .inbox p.service-more {
	text-align: center;
	margin-top: auto;
}
.service .service-text-area .service-item .inbox p.service-more a {
	    margin-top: 18px;
}

@media screen and (max-width: 1300px) {
	.service .service-text-area .service-item .inbox {
		height: 680px;
	}
}
@media screen and (max-width: 1194px) {
	.service .service-text-area .service-item .inbox {
		padding: 32px;
		height: 620px;
	}
}
@media screen and (max-width: 1024px) {
	.service .service-text-area .service-items {
		flex-direction: column;
	}
	.service .service-text-area .service-item {
		width: 100%;
	}
	.service .service-text-area .service-item.wide {
		flex-direction: column;
	}
	.service .service-text-area .service-item.wide .service04-img,
	.service .service-text-area .service-item.wide .inbox {
		width: 100%;
	}
	.service .service-text-area .service-item .inbox {
		height: 100%;
	}
}
@media screen and (max-width: 559px) {
	.service .service-text-area .service-text {
		padding: 45px 30px;
	}
}
@media screen and (max-width: 430px) {
	.service .service-text-area .service-text {
		padding: 30px 0;
	}
}



/* 私たちについて
*****************************************/

.aboutus {
	padding: 0;
	background-color: #f4fbfd;
	background-image: linear-gradient(45deg, #f4fbfd, #FFFFFF);
}
.aboutus .aboutus-flex {
	display: flex;
    align-items: stretch;
    gap: 60px;
}
.aboutus .aboutus-flex .aboutus-flex___image {
  overflow: hidden;
	width: 45%;
	max-width: 532px;
  border-radius: 0;
}
.aboutus .aboutus-flex .aboutus-flex___main {
	width: 55%;
    max-width: 620px;
	padding: 90px 0;
}
.aboutus .aboutus-flex .aboutus-flex___image img {
display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.aboutus .aboutus-flex .aboutus-flex___main .aboutus-title {
	font-size: 3rem;
	text-align: left;
}
.aboutus .aboutus-flex .aboutus-flex___main .aboutus-feature {
	
}
.aboutus .aboutus-flex .aboutus-flex___main ul.aboutus-feature-list {
	
}
.aboutus .aboutus-flex .aboutus-flex___main ul.aboutus-feature-list li {
	padding-left: 42px;
	position: relative;
}
.aboutus .aboutus-flex .aboutus-flex___main ul.aboutus-feature-list li:not(:first-child) {
	margin-top: 18px;
}
.aboutus .aboutus-flex .aboutus-flex___main ul.aboutus-feature-list li:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url(../images/icon/check.svg) no-repeat;
	background-size: 100%;
	width: 28px;
	height: 28px;
}
.aboutus .aboutus-flex .aboutus-flex___main ul.aboutus-feature-list li span {
	display: block;
	font-size: .9em;
}

@media screen and (max-width: 768px) {
	.aboutus {
		padding-bottom: 60px;
	}
	.aboutus .aboutus-flex {
		flex-direction: column;
		gap: 0;
	}
	.aboutus .aboutus-flex .aboutus-flex___image {
		width: 100%;
		max-width: 100%;
	}
	.aboutus .aboutus-flex .aboutus-flex___main {
		width: 100%;
		max-width: 100%;
		padding: 45px 0 0;
	}
}



/*
.aboutus {
	padding-top: 0;
}
.aboutus .aboutus-title-area {
	position: relative;
}
.aboutus .aboutus-title-area .aboutus-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
}
.aboutus .aboutus-title-area img.aboutus_title_image {
	width: 83.4375%;
}
.aboutus .aboutus-text-area {
	position: relative;
}
.aboutus .aboutus-text-area:before {
	    content: "";
    display: inline-block;
    position: absolute;
    top: -6vw;
    right: 0;
    background: #ededed;
    width: 64vw;
    height: calc(100% + 6vw);
    z-index: -1;
}
.aboutus .aboutus-text-area .aboutus-text {
	padding: 60px;
}

*/


.aboutus .aboutus_wrapper {
	position: relative;
	margin: 0 8.5625% 0 9.84375%;
	padding: 0 0 90px;
	
}
.aboutus .aboutus_wrapper:before {
	content: "";
	display: block;
	position: absolute;
	top: -95px;
	left: 10.5%;
	background: #fafafa;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.aboutus .aboutus_wrapper .main_title {
	position: absolute;
	left: 50%;
	top: auto;
	bottom: 100%;
	transform: translateX(-50%);
	color: #FFF;
	z-index: 3;
}
.aboutus .aboutus_wrapper .aboutus_article {
	padding: 90px 0 90px 22%;
}








/* 選ばれる理由
 * ***************************************************/

.reasons {
	    background-image: repeating-linear-gradient(to bottom, #FFF, #E0E0E0 1px, transparent 0, transparent 320px), repeating-linear-gradient(to right, #FFF, #E0E0E0 1px, transparent 0, transparent 320px);
}
.reasons .reasons-text {
	text-align: center;
	font-weight: 600;
	font-size: 2.2rem;
}
.reasons .reasons-text span {
    display: inline-block;
    background: #f4fbfd;
	font-size: 2.8rem;
    font-style: italic;
	padding: 6px 0;
	margin-right: 6px;
}
.reasons .reasons-text span ruby > rt {
	padding-top: 9px;
}
.reasons ul.reasons-list {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 60px;
}
.reasons ul.reasons-list li {
	width: calc(100% / 2 - 12px);
	padding: 30px;
	background: #FFF;
	border-left: 4px solid #0457CC;
	box-shadow: 0 0 14px rgb(0 0 0 / 8%);
}
.reasons ul.reasons-list li p.num {
	margin-bottom: 0;
	color: #0457CC;
	font-size: 1.2rem;
	line-height: 1;
}
.reasons ul.reasons-list li p.num span {
	display: inline-block;
	font-size: 3rem;
    margin-left: 9px;
}
.reasons ul.reasons-list li p.text {
	font-weight: 600;
    font-size: 2rem;
	margin-top: 18px;
    margin-left: 22px;
	padding-left: 72px;
	position: relative;
}
.reasons ul.reasons-list li p.text:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
}
.reasons ul.reasons-list li p.text.text01:before {
	background: url(../images/icon/reason01.webp) no-repeat;
	background-size: 100%;
}
.reasons ul.reasons-list li p.text.text02:before {
	background: url(../images/icon/reason02.webp) no-repeat;
	background-size: 100%;
}
.reasons ul.reasons-list li p.text.text03:before {
	background: url(../images/icon/reason03.webp) no-repeat;
	background-size: 100%;
}
.reasons ul.reasons-list li p.text.text04:before {
	background: url(../images/icon/reason04.webp) no-repeat;
	background-size: 100%;
}
.reasons ul.reasons-list li p.text.text05:before {
	background: url(../images/icon/reason05.webp) no-repeat;
	background-size: 100%;
}

@media screen and (max-width: 768px) {
	.reasons ul.reasons-list li {
		padding: 20px;
	}
	.reasons ul.reasons-list li p.num {
		line-height: 1.2;
	}
	.reasons ul.reasons-list li p.text {
		line-height: 1.6;
	}
	
}
@media screen and (max-width: 559px) {
	.reasons ul.reasons-list li {
		width: 100%;
		padding: 18px 18px 18px;
	}
	.reasons ul.reasons-list li p.num span {
		font-size: 2.2rem;
	}
	.reasons ul.reasons-list li p.text {
		font-size: 1.8rem;
		margin-left: 0;
	}
}



/* 選ばれる理由
 * ***************************************************/

.philosophy {
	overflow: hidden;
	position: relative;
}
.philosophy .philosophy-block {

}
.philosophy .philosophy-text {
	max-width: 62rem;
}
.philosophy .philosophy-text .philosophy-title {
	text-align: left;
	font-size: 3.8rem;
}
.philosophy img.philosophy-img {
	max-width: 100%;
	width: 62%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.philosophy p.philosophy-more {
	text-align: center;
}



/* 強み
 * ***************************************************/

.strength {

}
.strength {
	box-shadow: 0 0 14px rgb(0 0 0 / 8%);
}
.strength ul.strength-items {

}
.strength ul.strength-items li.strength-item {
	padding: 40px 50px;
	background: #fafafa;
}
.strength ul.strength-items li.strength-item:not(:first-child) {
	margin-top: 4px;
}
.strength ul.strength-items .strength-item-flex {
	display: flex;
	gap: 50px;
}
.strength ul.strength-items .strength-item-flex .strength-item-flex___main {
	width: 60%;
	max-width: 620px;
}
.strength ul.strength-items .strength-item-flex .strength-item-flex___img {
	width: 40%;
	max-width: 430px;
}
.strength ul.strength-items .strength-item-flex .strength-item-flex___main .strength-main {

}
.strength ul.strength-items .strength-item-flex .strength-item-flex___main .strength-main .strength-main-flex {
	display: flex;
	padding-bottom: 22px;
	border-bottom: 1px dotted #BBC2CC;
	position: relative;
}
.strength ul.strength-items .strength-item-flex .strength-item-flex___main .strength-main .strength-main-flex img.strength-num {
	position: absolute;
	left: -12px;
	top: -50px;
}
.strength ul.strength-items .strength-item-flex .strength-item-flex___main .strength-main-flex___title {
	margin-left: 132px;
}
.strength ul.strength-items .strength-item-flex .strength-item-flex___main .strength-main-flex___title .strength-main-title {
	text-align: left;
	font-size: 2.6rem;
}
.strength ul.strength-items .strength-item-flex .strength-item-flex___main .strength-text {
	padding-top: 22px;
}
.strength ul.strength-items .strength-item-flex .strength-item-flex___main .strength-text span {
	font-weight: 600;
	background-image: linear-gradient(0deg, #fbf85580 0.7em, transparent 0.7em);
}

@media screen and (max-width: 1194px) {
	.strength ul.strength-items .strength-item-flex {
		gap: 30px;
	}
}
@media screen and (max-width: 768px) {
	.strength ul.strength-items .strength-item-flex {
		flex-direction: column;
	}
	.strength ul.strength-items .strength-item-flex .strength-item-flex___main {
	width: 100%;
	max-width: 100%;
}
.strength ul.strength-items .strength-item-flex .strength-item-flex___img {
	width: 100%;
	max-width: 100%;
}
}
@media screen and (max-width: 559px) {
	.strength ul.strength-items {
		width: calc(100% + 60px);
		margin-left: -30px;
	}
	.strength ul.strength-items li.strength-item {
		padding: 30px 30px;
	}
}


/* 障害年金について
 * ***************************************************/

.disability-pension {
	padding-bottom: 15vw;
	position: relative;
}
.disability-pension:before {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/front-page/disability-pensionBg.webp) no-repeat;
	background-size: cover;
	background-position: bottom center;
	width: 100%;
	height: calc(100% - 16vw);
	z-index: -1;
}
.disability-pension .disability-pension-outline {
	position: relative;
	background: #f4fbfd;
	width: calc(100% - clamp(8rem,4rem + 3.13vw,10rem));
	margin: 0 auto;
	padding: 60px 0;
	border-radius: 4px;
	box-shadow: 0 0 14px rgb(0 0 0 / 8%);
	z-index: 1;
}
.disability-pension .disability-pension-title {
	text-align: left;
}
.disability-pension .disability-pension-summary {
	margin-top: 18px;
}
.disability-pension .disability-pension-flex {
	display: flex;
	align-items: flex-end;
	gap: 60px;
}
.disability-pension .disability-pension-flex .disability-pension-flex___main {
	max-width: 780px;
    width: 70%;
	padding-right: 60px;
	border-right: 1px solid #ededed;
}
.disability-pension .disability-pension-flex .disability-pension-flex___link {
	max-width: 420px;
    width: 30%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.disability-pension .eligibility {
	margin-top: 18px;
	font-size: .8em;
}
.disability-pension .eligibility dl {
	display: flex;
	padding: 9px;
	border-bottom: 2px dotted #ccc;
}
.disability-pension .eligibility dl dt {
	max-width: 220px;
	width: 35%;
}
.disability-pension .eligibility dl dd {
	max-width: 480px;
	width: 65%;
}
.disability-pension .eligibility dl dd ul {
	list-style: disc;
	    margin: 0 0 0 1em;
}
.disability-pension .eligibility dl dd ul li {
	
}
.disability-pension p.external-link {
	margin-top: 30px;
}
.disability-pension p.external-link a.btnExternal {
	display: inline-block;
	width: 100%;
    min-width: 280px;
    padding: 18px 30px;
	text-align: center;
    background: #0457CC;
	background: linear-gradient(45deg, #047FCC 35%, #0457CC);
	border-radius: 2px;
}
.disability-pension p.external-link a.btnExternal span {
	display: inline-block;
	color: #FFF;
	padding-right: 38px;
	position: relative;
}
.disability-pension p.external-link a.btnExternal span:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url(../images/icon/tab-FFF.webp) no-repeat;
	background-size: 100%;
	width: 12px;
	height: 12px;
}



@media screen and (max-width: 1194px) {
	.disability-pension .disability-pension-flex {
		gap: 45px;
	}
	.disability-pension .disability-pension-flex .disability-pension-flex___main {
		padding-right: 45px;
	}
}
@media screen and (max-width: 1024px) {
	.disability-pension .disability-pension-flex {
		flex-direction: column;
	}
	.disability-pension .disability-pension-flex .disability-pension-flex___main,
	.disability-pension .disability-pension-flex .disability-pension-flex___link {
		max-width: 100%;
		width: 100%;
		padding-right: 0;
		border: none;
	}

}
@media screen and (max-width: 768px) {
	.disability-pension {
		padding-bottom: 25vw;
	}
	.disability-pension .disability-pension-outline {
		width: calc(100% - 90px);
	}
}
@media screen and (max-width: 559px) {
	.disability-pension .disability-pension-outline {
		width: calc(100% - 60px);
	}
	.disability-pension .eligibility dl {
		flex-direction: column;
	}
	.disability-pension .eligibility dl dt,
	.disability-pension .eligibility dl dd {
		max-width: 100%;
		width: 100%;
	}
}
@media screen and (max-width: 380px) {
	.disability-pension .disability-pension-outline {
		width: calc(100% - 40px);
	}
	.disability-pension .eligibility dl {
		flex-direction: column;
	}
	.disability-pension .eligibility dl dt,
	.disability-pension .eligibility dl dd {
		max-width: 100%;
		width: 100%;
	}
}


/* ご相談の流れ
*****************************************/

.flow {
	background: url(../images/front-page/flowBg.webp) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.flow .flow-first {
	width: 920px;
    margin: 30px auto 0;
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
	background: linear-gradient(135deg, #047fcc 0%, #0457cc 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.flow .flow-first p.flow-first-title {
	margin-bottom: 12px;
}
.flow .flow-items {
	width: calc(100% - 30px);
	margin-left: 30px;
	margin-top: 90px;
}
.flow .flow-item {
	width: 100%;
	margin-top: 60px;
}
.flow .flow-item .flow-box {
	padding: 6px;
	margin: 18px auto 0;
	background: #047FCC;
	background-image: linear-gradient(to right, #047FCC 0%, #0457CC 100%);
	position: relative;
}
.flow .flow-item .flow-box img.flow-img {
	position: absolute;
	left: -30px;
	top: -30px;
	z-index: 1;
}
.flow .flow-item .flow-image-flex___title {
	display: none;
}
.flow .flow-item .flow-box .flow-inbox {
	background: #FFF;
	padding: 45px 45px 45px 340px;
	min-height: 300px;
}
.flow .flow-item .flow-item-title {
	text-align: left;
	line-height: 1;
	position: relative;
}
.flow .flow-item .flow-item-title:before {
	content: "";
	position: absolute;
	left: -90px;
	top: 50%;
	transform: translateY(-50%);
	background: #0457CC;
	width: 75px;
	height: 1px;
}
.flow .flow-item .flow-item-title span {
	display: block;
    font-size: .6em;
    margin-top: 12px;
}
.flow .flow-item .flow-box .flow-inbox span.num {
	display: inline-block;
	font-size: 2.6rem;
	margin-left: 1px;
	line-height: 1;
	background: linear-gradient(135deg, #047fcc 0%, #0457cc 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}
.flow .flow-item .flow-box .flow-inbox div {
	margin-top: 30px;
}
.flow .flow-item .flow-box .flow-inbox div ul {
	list-style: disc;
    margin: 12px 0 12px 1em;
    padding: 0;
}
.flow .flow-item .flow-box .flow-inbox div ul li {
	
}



@media screen and (max-width: 1320px) {
	.flow .flow-wrapper .flow_item {
		padding: 0 60px;
	}
	.flow .flow-wrapper .flow_item .flow_box {
		width: 100%;
	}
}
@media screen and (max-width: 1194px) {
	.flow .flow-first {
	width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.flow .flow-item .flow-image-flex {
		display: flex;
		align-items: flex-end;
		background: #FFF;
	}
	.flow .flow-item .flow-box img.flow-img {
		width: 280px;
		position: relative;
        z-index: 1;
	}
	.flow .flow-item .flow-image-flex .flow-image-flex___title {
		display: block;
        width: calc(100% - 250px);
        padding: 0 30px 0 0;
	}
	.flow .flow-item .flow-box .flow-inbox {
		padding: 45px;
	}
	.flow .flow-item .flow-box .flow-inbox .flow-inbox-title {
		display: none;
	}
	.flow .flow-item .flow-box .flow-inbox div {
		margin: 0;
	}

}
@media screen and (max-width: 559px) {
	.flow .flow-items {
		width: calc(100% + 60px);
		margin-left: -30px;
	}
	.flow .flow-item .flow-box {
		padding: 0;
		background-image: none;
		background: none;
		border-top: 6px solid #0457CC;
	}
	.flow .flow-item .flow-box img.flow-img {
		width: 320px;
		top: -45px;
	}
	.flow .flow-item .flow-image-flex .flow-image-flex___title {
		display: none;
	}
	.flow .flow-item .flow-box .flow-inbox {
		padding: 0 30px 30px;
		margin-top: -12px;
	}
	.flow .flow-item .flow-box .flow-inbox .flow-inbox-title {
		display: block;
		margin-bottom: 18px;
	}
	.flow .flow-item .flow-item-title:before {
		content: "";
		position: absolute;
		left: 16px;
		top: -95px;
		transform: translate(0, 0);
		background: #0457CC;
		width: 1px;
		height: 51px;
	}

}	


/* ブログ
 * ***************************************************/

.update {
	padding-bottom: 0;
}
.update-items {
	display: flex;
	flex-wrap: wrap;
	gap: 38px;
}
.update-item {
	width: calc(100% / 3 - 26px);
}
.update-item a.update-item-thumb {
	overflow: hidden;
	line-height: 1;
}
.update-item a.update-item-thumb,
.update-item a.update-item-thumb img {
	opacity: 1;
}
.update-item a.update-item-thumb:hover img {
	transform: scale(1.05);
}
.update-item .update-item-main {
	margin-top: 12px;
}
.update-item .update-item-main time.update-item-date {
	font-style: italic;
	font-size: 1.2rem;
	margin-bottom: 12px;
	display: block;
}
.update-item .update-item-main .update-item-title {
	font-size: 2rem;
	text-align: left;
}
.update-item .update-item-main .update-item-title a:hover {
	opacity: 1;
	color: #0457CC;
}
.update-item .update-item-main .update-item-excerpt {
	margin-top: 12px;
	font-size: 1.4rem;
}
.update-item .update-item-main p.update-item-category {
	    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #ededed;
    line-height: 1;
}
.update-item .update-item-main p.update-item-category span {
	display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
	padding-left: 26px;
	position: relative;
}
.update-item .update-item-main p.update-item-category span:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../images/icon/folder.svg) no-repeat;
    background-size: 100%;
    width: 16px;
    height: 16px;
}


@media screen and (max-width: 1194px) {
	.update-items {
		gap: 42px;
	}
	.update-item {
		width: calc(100% / 2 - 21px);
	}
}
@media screen and (max-width: 768px) {
	.update-items {
		gap: 32px;
	}
	.update-item {
		width: 100%;
		
	}
}
@media screen and (max-width: 559px) {
	.update-items {
		gap: 32px;
	}
	.update-item {
		width: 100%;
	}
	.update-item .update-item-main {
	padding: 0 30px;
	}
	.update-item .update-item-main .update-item-excerpt {
	line-height: 1.8;
	}
}
@media screen and (max-width: 430px) {
	.update-item .update-item-main {
	padding: 0 18px;
	}
}






/*タブ*/
.update_box ul.tab_group {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}
.update_box ul.tab_group li.tab{
	width: calc(100%/3);
	line-height: 66px;
	display: block;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.update_box ul.tab_group li.tab:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: #ededed;
	width: 100%;
	height: 1px;
	transition: all .3s;
}
.update_box ul.tab_group li.tab span {
	font-weight: bold;
	transition: all .3s;
}

/* タブコンテンツ */
.update_box .panel_group {
	padding: 30px 0 0;
	background: #FFF;
}
.update_box .panel {
  display:none;
}
.update_box ul.tab_group li.tab.is-active {
	transition: all .3s ease-out;
}
.update_box ul.tab_group li.tab.is-active:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: #0457CC;
	width: 100%;
	height: 1px;
}
.update_box ul.tab_group li.tab.is-active span {
	display: inline-block;
	color: #0457CC;
	transform: translateY(-6px);
}
.update_box ul.tab_group li.tab.tab1.is-active {
	
}
.update_box ul.tab_group li.tab.tab2.is-active {
	
}
.update_box ul.tab_group li.tab.tab3.is-active {
	
}
.update_box .panel.is-show {
	display:block;
	width: 100%;
	animation: show2 .7s linear 0s;
}
@keyframes show2 {
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}

/*投稿*/
ul.blogs {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	margin-top: -30px;
}
ul.blogs li {
	width: calc(100%/3 - 20px);
	margin: 30px 30px 0 0;
}
ul.blogs li:nth-child(3),
ul.blogs li:nth-child(6) {
	margin-right: 0;
}
ul.blogs li a {
	display: block;
}
ul.blogs li .post_image {
	position: relative;
}
ul.blogs li .post_image span.single_cat {
	position: absolute;
}
ul.blogs li .post_meta {
	margin: 12px 0 0;
	padding: 0 12px;
}
ul.blogs li .post_meta .post_title {
	font-size: 1em;
	margin: 0;
}
ul.blogs li .post_meta p.single_cat {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 6px auto;
	font-size: .8em;
	font-weight: bold;
	color: #1FB4FF;
}
ul.blogs li .post_meta p.single_cat:before {
	content: "";
	height: 1px;
	flex-grow: 1;
	border-top: 1px solid #1FB4FF;
	margin-right: 1rem;
}
ul.blogs li .post_meta p.single_cat:after{
	content: "";
	height: 1px;
	flex-grow: 1;
	border-top: 1px solid #1FB4FF;
	margin-left: 1rem;
}




/******************************************************
 * 労務相談
 * ***************************************************/

#labor-consulting #examples {
	
}
#labor-consulting #examples .examples-items {
	display: flex;
	flex-wrap: wrap;
}
#labor-consulting #examples .examples-item {
	width: 100%;
	background: #EBF3FE;
    border: 1px solid #0457CC;
    padding: 30px 30px 30px 30px;
	border-radius: 8px;
	position: relative;
}
#labor-consulting #examples .examples-item:not(:first-child) {
	margin-top: 30px;
}
#labor-consulting #examples .examples-item .examples-title {
	text-align: left;
	font-size: 2.6rem;
}
#labor-consulting #examples .examples-item .examples-title span {
	display: inline-block;
	padding-left: 32px;
	position: relative;
}
#labor-consulting #examples .examples-item .examples-title span:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url(../images/icon/icon-square.webp) no-repeat;
	background-size: 100%;
	width: 18px;
	height: 18px;
}
#labor-consulting #examples .examples-item .examples-item-text {
	background: #FFF;
	padding: 60px;
	margin-top: 18px;
	border-radius: 8px;
}
#labor-consulting #examples .examples-item .examples-item-text ul.examples-list {
	margin-top: -12px;
}
#labor-consulting #examples .examples-item .examples-item-text ul.examples-list li {
	line-height: 1.6;
	padding-left: 22px;
	margin-top: 12px;
	position: relative;
}
#labor-consulting #examples .examples-item .examples-item-text ul.examples-list li:before {
	content: "■";
	display: block;
	font-size: 1rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #0457CC;
}

#labor-consulting #summary {
	padding: 90px 0;
	margin-top: 150px;
	background: #EBF3FE;
}
#labor-consulting #summary .labor-consulting-summary {

}
#labor-consulting #summary .labor-consulting-summary img.labor-consulting-img {
	width: 42%;
	max-width: 500px;
	float: left;
	margin: -150px 60px 60px 0;
}

@media screen and (max-width: 768px) {
	#labor-consulting #examples .examples-item .examples-title {
		font-size: 3.6vw;
	}
	#labor-consulting #examples .examples-item .examples-item-text {
		padding: 45px;
	}
	
	#labor-consulting #summary {
		padding: 75px 0;
	}
	#labor-consulting #summary .labor-consulting-summary img.labor-consulting-img {
		float: none;
		margin: -150px 45px 45px -45px;
		margin-left: -45px;
		width: calc(100% + 45px);
		max-width: 723px;
	}
}
@media screen and (max-width: 559px) {
	#labor-consulting #examples .examples-item {
		padding: 1em;
	}
	#social-insurance #examples .examples-item .examples-item-text {
		padding: 30px;
	}
	
	#labor-consulting #summary {
		padding: 60px 0;
	}
	#labor-consulting #summary .labor-consulting-summary img.labor-consulting-img {
		float: none;
		margin: -150px 45px 45px -30px;
		margin-left: -30px;
		width: calc(100% + 30px);
		max-width: 723px;
	}
}
@media screen and (max-width: 430px) {
	#labor-consulting #examples .examples-item {
		padding: 1em;
	}
	#labor-consulting #examples .examples-item .examples-item-text {
		padding: 30px 20px;
	}
	#labor-consulting #examples .examples-item .examples-title {
		font-size: 4.6vw;
	}
	#labor-consulting #examples .examples-item .examples-title span {
		padding-left: 22px;
	}
	#labor-consulting #examples .examples-item .examples-title span:before {
		width: 12px;
		height: 12px;
	}
}
@media screen and (max-width: 320px) {
	#labor-consulting #summary {
		padding: 45px 0;
	}
}






/******************************************************
 * 社会保険等手続き
 * ***************************************************/

#social-insurance #examples {
	
}
#social-insurance #examples .examples-items {
	display: flex;
	flex-wrap: wrap;
}
#social-insurance #examples .examples-item {
	width: 100%;
	background: #EBF3FE;
    border: 1px solid #0457CC;
    padding: 30px 30px 30px 30px;
	border-radius: 8px;
	position: relative;
}
#social-insurance #examples .examples-item:not(:first-child) {
	margin-top: 30px;
}
#social-insurance #examples .examples-item .examples-title {
	text-align: left;
	font-size: 2.6rem;
}
#social-insurance #examples .examples-item .examples-title span {
	display: inline-block;
	padding-left: 32px;
	position: relative;
}
#social-insurance #examples .examples-item .examples-title span:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url(../images/icon/icon-square.webp) no-repeat;
	background-size: 100%;
	width: 18px;
	height: 18px;
}
#social-insurance #examples .examples-item .examples-item-text {
	background: #FFF;
	padding: 60px;
	margin-top: 18px;
	border-radius: 8px;
}
#social-insurance #examples .examples-item .examples-item-text ul.examples-list {
	margin-top: -12px;
}
#social-insurance #examples .examples-item .examples-item-text ul.examples-list li {
	line-height: 1.6;
	padding-left: 22px;
	margin-top: 12px;
	position: relative;
}
#social-insurance #examples .examples-item .examples-item-text ul.examples-list li:before {
	content: "■";
	display: block;
	font-size: 1rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #0457CC;
}

#social-insurance #summary {
	padding: 90px 0;
	margin-top: 150px;
	background: #EBF3FE;
}
#social-insurance #summary .social-insurance-summary {

}
#social-insurance #summary .social-insurance-summary img.social-insurance-img {
	width: 42%;
	max-width: 500px;
	float: left;
	margin: -150px 60px 60px 0;
}

@media screen and (max-width: 768px) {
	#social-insurance #examples .examples-item .examples-title {
		font-size: 3.6vw;
	}
	#social-insurance #examples .examples-item .examples-item-text {
		padding: 45px;
	}
	
	#social-insurance #summary {
		padding: 75px 0;
	}
	#social-insurance #summary .social-insurance-summary img.social-insurance-img {
		float: none;
		margin: -150px 45px 45px -45px;
		margin-left: -45px;
		width: calc(100% + 45px);
		max-width: 723px;
	}
}
@media screen and (max-width: 559px) {
	#social-insurance #examples .examples-item {
		padding: 1em;
	}
	#social-insurance #examples .examples-item .examples-item-text {
		padding: 30px;
	}
	
	#social-insurance #summary {
		padding: 60px 0;
	}
	#social-insurance #summary .social-insurance-summary img.social-insurance-img {
		float: none;
		margin: -150px 45px 45px -30px;
		margin-left: -30px;
		width: calc(100% + 30px);
		max-width: 723px;
	}
}
@media screen and (max-width: 430px) {
	#social-insurance #examples .examples-item {
		padding: 1em;
	}
	#social-insurance #examples .examples-item .examples-item-text {
		padding: 30px 20px;
	}
	#social-insurance #examples .examples-item .examples-title {
		font-size: 4.6vw;
	}
	#social-insurance #examples .examples-item .examples-title span {
		padding-left: 22px;
	}
	#social-insurance #examples .examples-item .examples-title span:before {
		width: 12px;
		height: 12px;
	}
}
@media screen and (max-width: 320px) {
	#social-insurance #summary {
		padding: 45px 0;
	}
}


/******************************************************
 * 給与計算
 * ***************************************************/

#payroll #process {
	
}
#payroll #process .payrollprocess-items {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
#payroll #process .payrollprocess-item {
	width: calc(100% / 2 - 15px);
	background: #FFFFFF;
    padding: 45px 45px 45px 75px;
	border: 1px solid #D2E4FE;
	position: relative;
}
#payroll #process .payrollprocess-item:first-child,
#payroll #process .payrollprocess-item:nth-child(2) {
	margin-top: 30px;
}
#payroll #process .payrollprocess-flex {
	width: 100%;
}
#payroll #process .payrollprocess-item img.payroll-num {
	position: absolute;
    left: -22px;
    top: -22px;
}
#payroll #process .payrollprocess-item-text .payrollprocess-title {
	text-align: left;
	font-size: 2.6rem;
}
#payroll #process .payrollprocess-item-text > div {
	margin-top: 18px;
}
#payroll #process .payrollprocess-item-text ul.payrollprocess-list li {
	line-height: 1.6;
	padding-left: 22px;
	margin-top: 12px;
	position: relative;
}
#payroll #process .payrollprocess-item-text ul.payrollprocess-list li:before {
	content: "■";
	display: block;
	font-size: 1rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #0457CC;
}

#payroll #summary {
	padding: 90px 0;
	margin-top: 150px;
	background: #EBF3FE;
}
#payroll #summary .payrollprocess-summary {

}
#payroll #summary .payrollprocess-summary img.payroll-img {
	width: 42%;
	max-width: 500px;
	float: left;
	margin: -150px 60px 60px 0;
}


@media screen and (max-width: 1194px) {
	#payroll #process .payrollprocess-items {
		flex-direction: column;
		gap: 18px;
	}
	#payroll #process .payrollprocess-item {
		width: 100%;
	}
	#payroll #process .payrollprocess-item:first-child,
	#payroll #process .payrollprocess-item:nth-child(2) {
		margin-top: 0;
	}
}
@media screen and (max-width: 768px) {
	#payroll #process .payrollprocess-item-text .payrollprocess-title {
		font-size: 3.6vw;
	}
	#payroll #summary {
		padding: 75px 0;
	}
	#payroll #summary .payrollprocess-summary img.payroll-img {
		float: none;
		margin: -150px 45px 45px -45px;
		margin-left: -45px;
		width: calc(100% + 45px);
		max-width: 723px;
	}
}
@media screen and (max-width: 559px) {
	#payroll #process .payrollprocess-item {
		padding: 30px 30px 30px 62px;
	}
	#payroll #process .payrollprocess-item img.payroll-num {
		width: 75px;
	}
	#payroll #summary {
		padding: 60px 0;
	}
	#payroll #summary .payrollprocess-summary img.payroll-img {
		float: none;
		margin: -150px 45px 45px -30px;
		margin-left: -30px;
		width: calc(100% + 30px);
		max-width: 723px;
	}
	
}
@media screen and (max-width: 430px) {
	#payroll #process .payrollprocess-item {
		padding: 38px 20px 30px 20px;
		margin-top: 18px !important;
	}
	#payroll #process .payrollprocess-item img.payroll-num {
		width: 60px;
		left: 18px;
		top: -30px;
	}
	#payroll #process .payrollprocess-item-text .payrollprocess-title {
		text-align: center;
		font-size: 4.6vw;
	}
}
@media screen and (max-width: 320px) {
	#payroll #summary {
		padding: 45px 0;
	}
}



/******************************************************
 * 料金表
 * ***************************************************/
















/******************************************************
 * 事務所紹介
 * ***************************************************/

#office #summary {
	
}
#office #summary .office-summary-flex {
	display: flex;
	align-items: center;
	gap: 60px;
}
#office #summary .office-summary-flex .office-summary-flex___photo {
	width: 100%;
	max-width: 100%;
	margin-left: calc(50% - 50vw) !important;
}
#office #summary .office-summary-flex .office-summary-flex___main {
	width: 60%;
	max-width: 700px;
}
#office #summary .bestopia {
	margin-left: -120px;
}
#office #summary .bestopia dl {
	display: flex;
	align-items: stretch;
	background: #FFF;
	margin-top: 30px;
	box-shadow: 0 0 14px rgb(0 0 0 / 8%);
}
#office #summary .bestopia dl dt {
	width: 25%;
	max-width: 180px;
	background: #0457CC;
	background-image: linear-gradient(to right, #047FCC 0%, #0457CC 73%);
	color: #FFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#office #summary .bestopia dl dt p.bestopia-word {
	display: flex;
	flex-direction: column;
}
#office #summary .bestopia dl dt span.josefin {
	font-size: 2.2rem;
	line-height: 1;
}
#office #summary .bestopia dl dt span.jp {
	font-size: 1.2rem;
	line-height: 1;
	margin-top: 6px;
}
#office #summary .bestopia dl dd {
	width: 75%;
	max-width: 520px;
	padding: 30px;
}



/* 理念 */
#office #philosophy {
	background: #EBF3FE;
	/*background: linear-gradient(90deg, #FFF 0%, #FFF 30%, #EBF3FE 30%, #EBF3FE 100%); */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 90px 0;
	margin: -30px 0 0 0;
}
#office #philosophy .philosophy-flex {
	display: flex;
	    gap: 60px;
}
#office #philosophy .philosophy-flex .philosophy-flex___title {
	width: 15%;
	max-width: 180px;
}
#office #philosophy .philosophy-flex .philosophy-flex___main {
	width: 85%;
	max-width: 1020px;
}


/* 特徴 */
#office #feature {
	
}
#office #feature .feature-items {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
#office #feature .feature-item {
	width: calc(100% / 2 - 15px);
	background: #EBF3FE;
	border: 1px solid #0457CC;
    padding: 42px 42px 42px 82px;
	    border-radius: 8px;
	position: relative;
  z-index: 1;
}
#office #feature .feature-item:before {
content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background-color: #fff;
  inset: 1em;
  z-index: -1;
  opacity: 0.95;
  border-radius: 8px;
}
#office #feature .feature-item img.feature-num {
	    position: absolute;
    left: -20px;
    top: -20px;
}


#office #vision {
	position: relative;
}
#office #vision:before {
	content: '';
	position: absolute;
	top: 90px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #EBF3FE;
	transform: skewY(-5deg);
	height: 80%;
	z-index: -1;
}
#office #vision .vision-item {
	display: flex;
	gap: 60px;
	margin-top: 60px;
}
#office #vision .vision-item .vision-item___main {
	    width: 60%;
    max-width: 720px;
	position: relative;
}
#office #vision .vision-item .vision-item___main.left {
    margin-left: 60px;
}
#office #vision .vision-item .vision-item___main.left:before {
	content: "";
	border: 1px solid #0457CC;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -60px;
    top: 60px;
}
#office #vision .vision-item .vision-item___main.right {
	margin-left: auto;
	    padding-left: 60px;
}
#office #vision .vision-item .vision-item___main.right:before {
	content: "";
	border: 1px solid #0457CC;
    position: absolute;
    width: 100%;
    height: 100%;
        left: 0;
    top: 60px;
}
#office #vision .vision-item .vision-item___img {
	    width: 40%;
    max-width: 500px;

}
#office #vision .vision-title {
	text-align: left;
	font-size: 8rem;
	line-height: 1;
}
#office #vision p.vision-subtitle {
	color: #0457CC;
    font-family: "Shippori Mincho B1", serif;
    font-size: 2.6rem;
    line-height: 1;
	margin-top: 12px;
    margin-left: 30px;
}
#office #vision .vision-item .inbox {
	margin-top: 60px;
}
#office #vision .vision-item ul.value-list {
	
}
#office #vision .vision-item ul.value-list li {
	padding-left: 22px;
	margin-top: 6px;
	position: relative;
}
#office #vision .vision-item ul.value-list li:before {
	content: "■";
	display: block;
	font-size: 1rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #0457CC;
}
#office #vision .vision-bottom {
	margin-top: 260px;
	padding: 60px;
	color: #FFF;
	background: #0457CC;
	background-image: linear-gradient(to right, #047FCC 0%, #0457CC 100%);
}
#office #vision .vision-bottom img.photos {
	margin-top: -180px;
}
#office #vision .vision-bottom .vision-bottom-text {
	margin-top: 30px;
}
#office #vision .vision-bottom .vision-bottom-text span {
	display: inline;
	color: #FFF605;
	font-weight: 600;
}



#office table.office-overview {
	width: 100%;
}
#office table.office-overview tr {
	border-top: 1px solid #ededed;
}
#office table.office-overview tr:last-child {
	border-bottom: 1px solid #ededed;
}
#office table.office-overview th {
	max-width: 320px;
	width: 26%;
	padding: 30px;
	text-align: left;
	font-weight: normal;
	position: relative;
}
#office table.office-overview th:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	top: -1px;
	left: 0;
	background: #0457CC;
}
#office table.office-overview tr:last-child th:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -1px;
	left: 0;
	background: #0457CC;
}
#office table.office-overview td {
	max-width: 880px;
	width: 74%;
	padding: 30px;
}
#office table.office-overview td.hour span {
	margin-left: 20px;
}
#office table.office-overview td .button_box_right {
	margin: 12px 0 0;
}

#office p.googlemap {
	
}
#office p.googlemap span {
	display: inline-block;
	padding-left: 28px;
	margin: 12px 0 0;
	position: relative;
}
#office p.googlemap span:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url(../images/icon/pin.svg) no-repeat;
	background-size: 100%;
	width: 18px;
	height: 18px;
}


#office ul.office_member,
#office ul.office_contact,
#office ul.office_works {
	list-style: none;
	padding: 0;
	margin: 0;
}
#office ul.office_works {
	list-style: inside;
}
#office ul.office_works li {
	width: 100%;
}
#office ul.office_contact li.phone {
	display: block;
}
#office ul.office_contact li.fax {
	display: block;
}
#office ul.office_contact span {
	margin-right: 8px;
}
#office .freee_box {
	
}
#office .freee_box .freee_flex {
	width: 880px;
	margin: 45px auto 0;
	display: flex;
	align-items: center;
}
#office .freee_box .freee_flex .freee_flex___img {
	width: 200px;
}
#office .freee_box .freee_flex .freee_flex___text {
	width: calc(100% - 200px);
	padding-left: 45px;
}


@media screen and (max-width: 1694px) {
	#office #summary .office-summary-flex .office-summary-flex___main {
		width: 80%;
	}
}
@media screen and (max-width: 1194px) {
	
	#office #philosophy .philosophy-title {
		font-size: 4vw;
	}

	/* ビジョン *****************************/
	#office #vision .vision-item .vision-item___main {
		width: 80%;
		max-width: 780px;
	}

	#office #summary .office-summary-flex {
		align-items: flex-start;
		gap: 45px;
	}
	#office #summary .office-summary-flex .office-summary-flex___photo {
		width: 60%;
		max-width: 500px;
	}
	#office #summary .office-summary-flex .office-summary-flex___main {
		margin-top: 30px;
	}
}
@media screen and (max-width: 768px) {
	
	
	
	
	#office #summary .office-summary-flex {
		flex-direction: column;
		gap: 0;
	}
	#office #summary .office-summary-flex .office-summary-flex___photo {
		        width: calc(100% + 45px);
        max-width: 780px;
	}
	#office #summary .office-summary-flex .office-summary-flex___main {
		width: 100%;
	}
	#office #summary .bestopia {
		margin-left: 0;
	}
	
	/* 理念 */
	#office #philosophy .philosophy-title {
		font-size: 5vw;
	}
	#office #philosophy .philosophy-flex .philosophy-flex___title {
		width: 20%;
		max-width: 150px;
	}
	#office #philosophy .philosophy-flex .philosophy-flex___main {
		width: 80%;
        max-width: 520px;
	}

	/* ビジョン *****************************/
	#office #vision .vision-item .vision-item___main {
		width: 100%;
		max-width: 100%;
	}
	#office #vision .vision-item .vision-item___main.left:before,
	#office #vision .vision-item .vision-item___main.right:before {
		left: -60px;
		width: calc(100% + 60px);
	}
	#office #vision .vision-item .vision-item___main.right {
		margin-right: 0;
		margin-left: 60px;
		padding-left: 0;
	}
	#office #vision .vision-bottom {
		padding: 45px;
	}
	
	
	#office #feature .feature-item {
		width: 100%;
	}
	
	#office table.office-overview th {
		display: block;
		width: 100%;
		max-width: 100%;
		padding: 18px 18px 0 18px;
		font-size: 1.4rem;
	}
	#office table.office-overview th:after {
		width: 30%;
	}
	#office table.office-overview tr:last-child th:before {
		content: none;
	}
	#office table.office-overview td {
		display: block;
		width: 100%;
		max-width: 100%;
		padding: 9px 18px 18px 18px;
		position: relative;
	}
	#office table.office-overview tr:last-child td:after {
		content: '';
		position: absolute;
		width: 30%;
		height: 1px;
		bottom: -1px;
		left: 0;
		background: #0457CC;
	}
	
	#office table.office-overview td .td_flex {
		flex-direction: column;
		align-items: stretch;
	}
	#office table.office-overview td .td_flex .td_flex_right {
		text-align: right;
		margin: 12px 0 0;
	}
	#office table.office-overview td .td_flex .td_flex_right a {
		text-align: left;
		width: 220px;
	}
	
}
@media screen and (max-width: 559px) {
	
	#office #summary .office-summary-flex .office-summary-flex___photo {
		width: calc(100% + 30px);
		max-width: 780px;
	}
	#office #summary .bestopia dl dt {
		width: 30%;
		max-width: 180px;
	}
	#office #summary .bestopia dl dd {
		width: 70%;
		max-width: 360px;
		padding: 20px;
	}
	
	/* 理念 *****************************/
	#office #philosophy .philosophy-title {
		font-size: 7vw;
	}
	#office #philosophy .philosophy-flex {
		flex-direction: column;
		gap: 0
	}
	#office #philosophy .philosophy-flex .philosophy-flex___title {
		width: 100%;
		max-width: 100%;
	}
	#office #philosophy .philosophy-flex .philosophy-flex___main {
		width: 100%;
        max-width: 100%;
		margin-top: 30px;
	}
	
	/* 特徴 *****************************/
	#office #feature .feature-item {
		padding: 38px;
	}
	#office #feature .feature-item img.feature-num {
		width: 75px;
		left: -10px;
    top: -28px;
	}
	
	
	/* ビジョン *****************************/
	#office #vision:before {
		top: 120px;
		height: 70%;
	}
	#office #vision .vision-item {
		margin-top: 0;
	}
	#office #vision .vision-item .vision-item___main {
		width: 100%;
		max-width: 100%;
	}
	#office #vision .vision-item .vision-item___main.left,
	#office #vision .vision-item .vision-item___main.right {
		margin-left: 0;
		padding: 30px;
	}
	#office #vision .vision-item .vision-item___main.left:before,
	#office #vision .vision-item .vision-item___main.right:before {
		top: 90px;
		left: 0;
		width: 100%;
		height: calc(100% - 90px);
	}
	#office #vision .vision-title {
		font-size: 7rem;
		margin-left: -30px;
	}
	#office #vision p.vision-subtitle {
		font-size: 2.2rem;
		margin-top: 0;
		margin-left: 0;
	}
	#office #vision .vision-item .inbox {
		margin-top: 7vw;
	}
	#office #vision .vision-bottom {
		margin-top: 38vw;
		padding: 30px;
	}
	
	#office table.office-overview th:after,
	#office table.office-overview tr:last-child td:after {
		width: 50%;
	}
}
@media screen and (max-width: 430px) {
	
	
	
	/* ビジョン *****************************/
	#office #vision:before {
		top: 90px;
		height: 70%;
	}
	#office #vision .vision-title {
		font-size: 13vw;
	}
	#office #vision .vision-item .vision-item___main.left:before,
	#office #vision .vision-item .vision-item___main.right:before {
		top: 78px;
		left: 0;
		width: 100%;
		height: calc(100% - 78px);
	}
	#office #vision .vision-bottom {
		margin-top: 45vw;
		width: calc(100% + 60px);
        margin-left: -30px;
		padding: 30px 30px 60px 30px;
	}
	
	
	
	
	#office table.office-overview th {
		padding: 18px 0 0 0;
	}
	#office table.office-overview td {
		        padding: 9px 0 18px 0;
	}
	
}
@media screen and (max-width: 380px) {
	
	
}


/******************************************************
 * アクセス
 * ***************************************************/

#access #map .access-address {
	text-align: center;
}
#access #map .access-address p.access-address-name {
	margin: 0;
}
#access #map .access-address p.access-address-add {
	margin: 0;
}
#access #map .access-address p.access-address-tel {
	margin: 0;
}
#access #map .access-address p.access-address-tel span {
	display: inline-block;
}
#access #map .access-googlemap {
	margin-top: 30px;
}
#access #map .access-map {
	margin-top: 30px;
	display: flex;
	align-items: center;
}
#access #map .access-map .access-map___map {
	width: 60%;
	max-width: 720px;
}
#access #map .access-map .access-map___text {
	width: 40%;
	max-width: 480px;
	padding: 0 0 0 60px;
}
#access #map .access-map .access-map___text p.access-map-phone {
	text-align: center;
	line-height: 1.6;
	font-size: 1.4rem;
	padding: 3px 0;
    border: 1px solid #0457CC;
	border-radius: 3px;
}
#access #map .access-map .access-map___text p.access-map-phone span {
	display: inline-block;
    padding: 0 0 0 12px;
    font-size: 2.2rem;
	vertical-align: middle;
}


/* 道順 */
#access #route {
	
}
#access #route .route-items {
	overflow: hidden;
	border-radius: 8px;
}
#access #route .route-item {
	background: #EBF3FE;
}
#access #route .route-item:not(:first-child) {
	border-top: 1px solid #ddd;
}
#access #route .route-item .route-flex {
	display: flex;
	align-items: center;
}
#access #route .route-item .route-flex .route-flex___photo {
	width: 27%;
	max-width: 320px;
}
#access #route .route-item .route-flex .route-flex___photo img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
#access #route .route-item .route-flex .route-flex___text {
	width: 73%;
	max-width: 880px;
	padding: 0 60px;
}


@media screen and (max-width: 1194px) {
	#access #map .access-map .access-map___map {
		width: 50%;
	}
	#access #map .access-map .access-map___text {
		width: 50%;
		padding: 0 0 0 45px;
	}
	
	/* 道順 */
	#access #route .route-item .route-flex .route-flex___photo {
		width: 35%;
		max-width: 340px;
	}
	#access #route .route-item .route-flex .route-flex___text {
		width: 65%;
		max-width: 720px;
		padding: 0 45px;
		line-height: 1.6;
	}
}
@media screen and (max-width: 768px) {
	#access #map .access-googlemap iframe {
		        height: 65vw;
		max-height: 494px;
	}
	
	
	#access #map .access-map {
		flex-direction: column;
	}
	#access #map .access-map .access-map___map {
		width: 100%;
		max-width: 100%;
	}
	#access #map .access-map .access-map___text {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin-top: 18px;
		        text-align: center;
	}
	#access #map .access-map .access-map___text p.access-map-phone a {
		display: block;
	}
	#access #map .access-map .access-map___text p.access-map-phone span {
		padding: 0;
	}
	
	/* 道順 */
	#access #route .route-item .route-flex .route-flex___photo {
		width: 40%;
	}
	#access #route .route-item .route-flex .route-flex___text {
		width: 60%;
		padding: 0 30px;
	}
}
@media screen and (max-width: 559px) {
	#access #map .access-address p.access-address-name {
		margin-bottom: 6px;
	}
	#access #map .access-address p.access-address-add {
		margin-bottom: 6px;
	}
	
	/* 道順 */
	#access #route .route-item .route-flex {
		flex-direction: column;
	}
	#access #route .route-item .route-flex .route-flex___photo {
		width: 100%;
		max-width: 100%;
	}
	#access #route .route-item .route-flex .route-flex___text {
		width: 100%;
		max-width: 100%;
		padding: 30px;
	}

	
}

/******************************************************
 * 代表者紹介
 * ***************************************************/

#aboutme {
	
}
#aboutme .aboutme-greeting-flex {
	display: flex;
	align-items: flex-end;
}
#aboutme .aboutme-greeting-flex .aboutme-greeting-flex___msg {
	max-width: 1000px;
	width: 75%;
	padding-right: 60px;
}
#aboutme .aboutme-greeting-flex .aboutme-greeting-flex___photo {
	max-width: 300px;
	width: 25%;
	margin-bottom: 90px;
}

#aboutme .aboutme-greeting-bottom {
	margin-top: 32px;
    text-align: right;
}
#aboutme .aboutme-greeting-bottom p.office-name {
	font-size: .8em;
}
#aboutme .aboutme-greeting-bottom p.name {
	text-align: right;
}


#aboutme #representative {
	    padding: 90px 0;
	background: #fafafa;
}
#aboutme #representative .representative-msg {
	
}
#aboutme #representative .representative-flex {
	margin-top: 180px;
	display: flex;
}

#aboutme #representative .representative-flex .representative-flex___photo {
	max-width: 480px;
	width: 40%;
	padding-right: 60px;
	position: relative;
    z-index: 2;
}
#aboutme #representative .representative-flex .representative-flex___profile {
	max-width: 720px;
	width: 60%;
	position: relative;
	z-index: 1;
}
#aboutme #representative .representative-flex .representative-flex___profile:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: -90px;
	top: -90px;
	background: #FFF;
	width: calc(100% + 180px);
	height: calc(100% + 180px);
	z-index: -1;
}

#aboutme #representative .profile-professional p.name {
	    font-size: 3rem;
}
#aboutme #representative .profile-professional p.name ruby {
	    margin-right: 12px;
}
#aboutme #representative .profile-professional p.name ruby rt {
	font-size: .4em;
    margin-bottom: 3px;
}
#aboutme #representative .profile-professional p.name span {
	display: inline-block;
	margin-right: 12px;
	font-size: .8em;
}
#aboutme #representative .profile-professional > div {
	margin-top: 45px;
}
#aboutme #representative .profile-professional > div dl {
	display: flex;
}
#aboutme #representative .profile-professional > div dl:not(:first-child) {
	margin-top: 18px;
}
#aboutme #representative .profile-professional > div dl dt {
	max-width: 75px;
	width: 10%;
}
#aboutme #representative .profile-professional > div dl dt span {
	display: inline-block;
	background: #ededed;
	padding: 1px 6px;
	font-size: .8em;
	border-radius: 1px;
}
#aboutme #representative .profile-professional > div dl dd {
	max-width: 650px;
	width: 90%;
}

#aboutme #representative .profile-personal {
	margin-top: 45px;
}
#aboutme #representative .profile-personal table.profile {
	    width: 100%;
}
#aboutme #representative .profile-personal table.profile tr {
	    margin-top: 18px;
    display: block;
}
#aboutme #representative .profile-personal table.profile th {
	display: block;
	width: 100%;
	padding: 0 0 0 26px;
	text-align: left;
	font-weight: normal;
	font-size: .9em;
	position: relative;
}
#aboutme #representative .profile-personal table.profile th:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: calc(50%);
    left: 0;
    transform: translateY(-50%);
    background: url(../images/icon/question-CCC.webp) no-repeat;
    background-size: 100%;
    width: 16px;
    height: 16px;
}
#aboutme #representative .profile-personal table.profile td {
	display: block;
	width: 100%;
	text-align: left;
	padding: 0;
}

#aboutme #representative .representative-youtube {
	margin: 180px auto 0;
    position: relative;
    z-index: 1;
}
#aboutme #representative .representative-youtube .


/******************************************************
 * プライバシーポリシー
 * ***************************************************/

#privacy-policy {
	
}
#privacy-policy .privacy-policy-box {
	margin-top: 30px;
}
#privacy-policy .privacy-policy-title {
	text-align: left;
	color: #000;
    font-size: 2rem;
}
#privacy-policy .privacy-policy-box > div {
	margin-top: 18px;
}




/******************************************************
 * サイトマップ
 * ***************************************************/

#sitemaps {
	
}
#sitemaps ul.sitemaps-items {
	
}
#sitemaps ul.sitemaps-items li:not(:first-child) {
	margin-top: 18px;
}
#sitemaps ul.sitemaps-items li span {
	display: inline-block;
	padding-left: 28px;
	font-weight: 500;
	transition: all .3s;
	position: relative;
}
#sitemaps ul.sitemaps-items li span:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url(../images/icon/arrow-circle.svg) no-repeat;
	background-size: 100%;
	width: 16px;
	height: 16px;
}
#sitemaps ul.sitemaps-items li a:hover {
	opacity: 1;
}
#sitemaps ul.sitemaps-items li a:hover span {
	color: #0457CC;
}

@media screen and (max-width: 1194px) {
	
}
