@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 12px;
	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: #FFF;
        background: #0457CC;
        padding: 0;
        border-radius: 3px;
	}
}




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

ul.jump-list {
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	background: #ededed;
	align-items: stretch;
	border-radius: 4px;
}
#contactus ul.jump-list {
	max-width: 800px;
    width: 65%;
	margin: 0 auto;
}
ul.jump-list li {
	width: 100%;
	text-align: center;
}
ul.jump-list li:not(:first-child) {
	border-left: 1px solid #ccc;
}
ul.jump-list li:nth-child(3),
ul.jump-list li:nth-child(5) {
	width: calc(100% + 20vw);
}
ul.jump-list li a {
	display: block;
	line-height: 1;
	width: 100%;
	height: 100%;
	padding: 18px 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.jump-list li a:hover {
	opacity: 1;
	background: #0457CC;
	color: #FFF;
}
ul.jump-list li a span {
	font-size: 1.4rem;
	line-height: 1.4;
	display: inline-block;
	text-align: center;
}


@media screen and (max-width: 1194px) {
	ul.jump-list {
		flex-wrap: wrap;
	}
	ul.jump-list li,
	ul.jump-list li:nth-child(3) {
		width: calc(100% / 4);
	}
	ul.jump-list li:nth-child(5),
	ul.jump-list li:nth-child(6),
	ul.jump-list li:nth-child(7) {
		width: calc(100% / 3);
		border-top: 1px solid #ccc;
	}
	ul.jump-list li:nth-child(5) {
		border-left: none;
	}
	
	#contactus ul.jump-list {
		max-width: 800px;
    width: 80%;
	}
	#contactus ul.jump-list li {
		width: calc(100% / 2);
	}
}
@media screen and (max-width: 768px) {
	select.jump-select {
		-webkit-appearance: none;
		appearance: none;
		display: block;
		width: 100%;
		background: #ededed url(../images/icon/select-arrow.svg) no-repeat;
        background-size: 12px, 100%;
        background-position: center right 1em;
		font-size: 100%;
		color: #000;
		padding: 18px;
		margin: 0 auto;
		border: none;
		border-radius: 3px; 
	}
}



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

.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 .service-title .sec-title.tb {
	display: none;
}
.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;
	font-weight: 600;
}
.service .service-text-area .service-items {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.service .service-text-area .service-item {
	overflow: hidden;
	width: calc(100% / 3 - 20px);
	background: #FFF;
	box-shadow: 0 0 14px rgb(0 0 0 / 8%);
	border-radius: 3px;
}
.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.wide .service-item-title.pc-only {
	display: block;
}
.service .service-text-area .service-item.wide .service-item-title.sp-only {
	display: none;
}
.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: 768px) {
	.service .service-text-area {
		padding-bottom: 60px;
	}
	.service .service-title-area .service-title .sec-title.tb {
		display: block;
		font-size: 3rem;
	}
	.service .service-title-area .service-title .sec-title.tb span {
		display: inline-block;
		font-size: 1.3em;
		background-image: linear-gradient(0deg, #fbbf2480 0.5em, transparent 0.5em);
	}
	.service .service-title-area .service-title .sec-title.sp {
		display: none !important;
	}
	.service .service-title-area .service-title .sec-title span {

	}
}
@media screen and (max-width: 559px) {
	.service .service-title-area .service-title .sec-title.tb {
		display: none;
	}
	.service .service-title-area .service-title .sec-title.sp {
		display: block !important;
		font-family: sans-serif;
		font-size: 5.2vw;
	}
	.service .service-title-area .service-title .sec-title.sp span {
		display: inline-block;
		font-size: 1.3em;
		background-image: linear-gradient(0deg, #fbbf2480 0.5em, transparent 0.5em);
	}
	.service .service-text-area .service-text {
		padding: 45px 30px;
	}
	.service .service-text-area .service-item.wide .service-item-title {
		font-size: 2.2rem;
	}
	.service .service-text-area .service-item .inbox {
		padding: 30px;
	}
}
@media screen and (max-width: 430px) {
	.service .service-title-area .service-title .sec-title.sp {
		font-size: 6.2vw;
	}
	.service .service-text-area .service-text {
		padding: 30px 0;
	}
	.service .service-text-area .service-item .inbox {
		padding: 20px;
	}
	.service .service-text-area .service-item .service-item-title {
		font-size: 6.2vw;
	}
	.service .service-text-area .service-item.wide .service-item-title {
		font-size: 5.4vw;
	}
	.service .service-text-area .service-item.wide .service-item-title.pc-only {
		display: none;
	}
	.service .service-text-area .service-item.wide .service-item-title.sp-only {
		display: block;
	}
}
@media screen and (max-width: 380px) {
	.service .service-text-area {
		padding-bottom: 45px;
	}
	.service .service-text-area .service-item .service-item-title {
		font-size: 2.2rem;
	}
	.service .service-text-area .service-item.wide .service-item-title {
		font-size: 2.2rem;
	}
}



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

.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 {
	line-height: 1.6;
	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 .aboutus-flex .aboutus-flex___main .aboutus-title {
		font-size: 3.8vw;
	}
}
@media screen and (max-width: 559px) {
	.aboutus .aboutus-flex .aboutus-flex___main .aboutus-title {
		font-size: 4.2vw;
		margin-bottom: 30px;
		text-align: center;
	}
	.aboutus .aboutus-flex .aboutus-flex___main ul.aboutus-feature-list li {
		padding-left: 32px;
	}
	.aboutus .aboutus-flex .aboutus-flex___main ul.aboutus-feature-list li:before {
		width: 20px;
		height: 20px;
	}
}
@media screen and (max-width: 430px) {
	.aboutus .aboutus-flex .aboutus-flex___main .aboutus-title {
		font-size: 6.2vw;
	}
	
}




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

.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;
	border-radius: 3px;
	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 .reasons-text {
		    font-size: 1.8rem;
	}
	.reasons ul.reasons-list li {
		width: 100%;
		padding: 30px 30px 30px;
	}
	.reasons ul.reasons-list li p.text {
		margin-left: 0;
		margin-top: 9px;
		line-height: 1.4;
	}
	
}
@media screen and (max-width: 559px) {
	.reasons .reasons-text {
		          font-size: 100%;
	}
	.reasons .reasons-text span {
		font-size: 1.4em;
	}
	.reasons ul.reasons-list {
		gap: 12px;
		margin-top: 30px;
	}
	.reasons ul.reasons-list li {
		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;
	}
}
@media screen and (max-width: 430px) {
	.reasons .reasons-text span {
		font-size: 1.1em;
	}
}




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

.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;
}

@media screen and (max-width: 768px) {
	.philosophy .philosophy-text .philosophy-title {
		font-size: 3.8vw;
	}
}
@media screen and (max-width: 559px) {
	.philosophy .philosophy-text .philosophy-title {
		font-size: 4.2vw;
		text-align: center;
	}
}
@media screen and (max-width: 430px) {
	.philosophy .philosophy-text .philosophy-title {
		font-size: 6.2vw;
	}
	
}



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

.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;
	border-radius: 3px;
	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___img img {
	border-radius: 3px;
}
.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;
	}
	.strength ul.strength-items .strength-item-flex .strength-item-flex___main .strength-main .strength-main-flex {
		display: block;
	}
	.strength ul.strength-items .strength-item-flex .strength-item-flex___main .strength-main .strength-main-flex img.strength-num {
		width: 75px;
	}
	.strength ul.strength-items .strength-item-flex .strength-item-flex___main .strength-main-flex___title {
		margin-left: 0;
	}
	.strength ul.strength-items .strength-item-flex .strength-item-flex___main .strength-main-flex___title .strength-main-title {
		font-size: 2.2rem;
		text-align: center;
	}
}
@media screen and (max-width: 430px) {
	
	.strength ul.strength-items li.strength-item {
		padding: 60px 30px 30px;
	}
	.strength ul.strength-items .strength-item-flex .strength-item-flex___main .strength-main .strength-main-flex img.strength-num {
		width: 60px;
		left: 50%;
		top: -72px;
		transform: translateX(-50%);
	}
	.strength ul.strength-items .strength-item-flex .strength-item-flex___main .strength-main-flex___title {
		margin-left: 0;
	}
}
@media screen and (max-width: 380px) {
	.strength ul.strength-items {
		width: calc(100% + 40px);
		margin-left: -20px;
	}
}


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

.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%);
	border-radius: 3px;
	position: relative;
}
.flow .flow-item .flow-box img.flow-img {
	border-radius: 3px;
	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;
	border-radius: 3px;
}
.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-first {
		line-height: 1.6;
		font-size: 1.8rem;
	}
	.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;
		position: relative;
		top: -8vw;
	}
	.flow .flow-item .flow-box .flow-inbox {
		padding: 45px;
		margin-top: -5vw;
	}
	.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 {
		background: none;
		padding-bottom: 0;
	}
	.flow .flow-items {
		width: calc(100% + 60px);
		margin-left: -30px;
	}
	.flow .flow-item .flow-box {
		padding: 0;
		background-image: none;
		background: none;
		border-radius: 0;
		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;
		min-height: auto;
	}
	.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;
	}

}
@media screen and (max-width: 380px) {
	.flow .flow-items {
		width: calc(100% + 40px);
		margin-left: -20px;
	}
	.flow .flow-item .flow-box .flow-inbox {
		padding: 0 20px 30px;
	}
}



/* 紙芝居型講師とは
 * ***************************************************/

#kamishibai {
}
#kamishibai #houjin {
	
}
#kamishibai #houjin .houjin-outline {
	border-radius: 12px;
    overflow: hidden;
    border: 3px solid #049944;
	position: relative;
}
#kamishibai #houjin .houjin-outline img.houjinBg-bottom {
	display: none;
}
#kamishibai #houjin .houjin-outline img.kamishibaikoushi {
	position: absolute;
    width: 250px;
    right: 3vw;
    top: 2vw;
}
#kamishibai #houjin .houjin-box {
	padding: 3vw 15vw 9vw 60px;
	background: #F9F3EA;
	position: relative;
	z-index: -2;
}
#kamishibai #houjin .houjin-box:before {
	content: "";
	display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../images/kamishibai/houjin-bg.webp) no-repeat;
    background-size: 100%;
	background-position: bottom center;
    width: 100%;
    height: 100%;
	z-index: -1;
}
#kamishibai #houjin .houjin-title {
	text-align: left;
    font-size: 100%;
}
#kamishibai #houjin .houjin-title span {
	font-size: 3rem;
	display: inline-block;
	background: #049944;
	color: #FFF;
}
#kamishibai #houjin .houjin-text {
	margin-top: 18px;
	font-weight: 600;
}
#kamishibai #houjin .houjin-text span {
	    font-size: 1.2em;
}
#kamishibai #houjin .houjin-policy-flex {
	display: flex;
	gap: 18px;
	margin-top: 30px;
}
#kamishibai #houjin .houjin-policy-flex dl.rinen {
	width: 48%;
	background: #049944;
    border-radius: 3px;
    padding: 30px;
    color: #FFF;
	position: relative;
}
#kamishibai #houjin .houjin-policy-flex dl.rinen img.icon-hana {
	    position: absolute;
    left: 1vw;
    top: -.4vw;
}
#kamishibai #houjin .houjin-policy-flex dl.rinen img.icon-ougi {
	position: absolute;
    right: -1vw;
    bottom: -.8vw;
}
#kamishibai #houjin .houjin-policy-flex dl.rinen dt {
	font-weight: 600;
	font-size: 2rem;
}
#kamishibai #houjin .houjin-policy-flex dl.rinen dd {
	font-weight: 600;
}
#kamishibai #houjin .houjin-policy-flex dl.vision {
	width: 52%;
	background: #f39801;
    border-radius: 3px;
    padding: 30px;
    color: #FFF;
	position: relative;
}
#kamishibai #houjin .houjin-policy-flex dl.vision img.icon-kumo {
	    position: absolute;
    left: 1vw;
    top: -0.43vw;
}
#kamishibai #houjin .houjin-policy-flex dl.vision img.icon-matsu {
	position: absolute;
    right: -1vw;
    bottom: -.8vw;
}
#kamishibai #houjin .houjin-policy-flex dl.vision dt {
	font-weight: 600;
	font-size: 2rem;
}
#kamishibai #houjin .houjin-policy-flex dl.vision dd {
	font-weight: 600;
}

#kamishibai #houjin .houjin-msg {
	display: flex;
	align-items: center;
	margin-top: 30px;
}
#kamishibai #houjin .houjin-msg img {
	margin-top: 30px;
}
#kamishibai #houjin .houjin-msg .houjin-msg-text {
	    background: #FFF;
    margin-left: 40px;
    padding: 30px;
    border-radius: 3px;
	position: relative;
}
#kamishibai #houjin .houjin-msg .houjin-msg-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #ffffff transparent transparent;
  translate: -100% -50%;
}

#kamishibai .houjin-movie {
	background: #049944 url(../images/kamishibai/houjin-movieBg.webp) no-repeat;
	background-position: center;
    background-size: cover;
    margin-top: 60px;
}
#kamishibai .houjin-movie .houjin-movie-title {
	text-align: center;
	margin-bottom: 30px;
}
#kamishibai .houjin-movie .houjin-movie-title span {
	display: inline-block;
	padding: 30px 0 0;
	font-family: "Noto Sans JP", verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
}
#kamishibai .houjin-movie .houjin-movie-title span:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url(../images/icon/icon-square-FFF.webp) no-repeat;
	background-size: 100%;
	width: 18px;
	height: 18px;
}
#kamishibai .houjin-movie .houjin-movie-flex {
	display: flex;
	gap: 30px;
}
#kamishibai .houjin-movie figure.youtube-figure {
	background: none;
	padding: 0;
	border: none;
    border-radius: 3px;
}
#kamishibai .houjin-movie figure.youtube-figure figcaption span {
	color: #FFF;
}


@media screen and (max-width: 1194px) {
	#kamishibai #houjin .houjin-title span {
        font-size: 2.4vw;
    }
}
@media screen and (max-width: 960px) {
	#kamishibai #houjin .houjin-outline img.kamishibaikoushi {
		width: 220px;
	}
	#kamishibai #houjin .houjin-title span {
        font-size: 2.8vw;
    }
	#kamishibai #houjin .houjin-box {
		padding: 3vw 45px 9vw 45px;
	}
	
}
@media screen and (max-width: 768px) {
	#kamishibai #houjin .houjin-outline img.kamishibaikoushi {
		position: static;
		width: 280px;
		margin: 18px auto 0;
	}
	#kamishibai #houjin .houjin-title span {
        font-size: 2.2rem;
    }
	#kamishibai #houjin .houjin-box {
		
	}
	#kamishibai #houjin .houjin-policy-flex dl.rinen,
	#kamishibai #houjin .houjin-policy-flex dl.vision {
		width: 50%;
	}
	#kamishibai #houjin .houjin-policy-flex dl.rinen dd,
	#kamishibai #houjin .houjin-policy-flex dl.vision dd {
		line-height: 1.6;
	}
	#kamishibai #houjin .houjin-msg {
		flex-direction: column;
		position: relative;
	}
	#kamishibai #houjin .houjin-msg img {
		position: absolute;
		left: -18px;
		top: -18px;
		width: 120px;
		margin: 0;
		z-index: 1;
	}
	#kamishibai #houjin .houjin-msg .houjin-msg-text {
		margin: 0;
		padding: 30px 30px 30px 120px;
	}
	#kamishibai #houjin .houjin-msg .houjin-msg-text:before,
	#kamishibai #houjin .houjin-msg .houjin-msg-text:after {
		content: none;
	}
	#kamishibai .houjin-movie .houjin-movie-flex {
		flex-direction: column;
	}
	
}
@media screen and (max-width: 559px) {
	#kamishibai #houjin .houjin-outline {
		width: calc(100% + 60px);
		margin-left: -30px;
		border-radius: 0;
		border: none;
		border-top: 3px solid #049944;
		border-bottom: 3px solid #049944;
	}
	#kamishibai #houjin .houjin-outline img.houjinBg-bottom {
		display: block;
	}
	
	#kamishibai #houjin .houjin-title span {
		font-size: 1.8rem;
	}
	#kamishibai #houjin .houjin-box {
		padding: 30px 30px 9vw 30px;
	}
	#kamishibai #houjin .houjin-box:before {
		content: none;
	}
	#kamishibai #houjin .houjin-text span {
		font-size: 1em;
	}
	#kamishibai #houjin .houjin-policy-flex {
		flex-direction: column;
		gap: 30px;
	}
	#kamishibai #houjin .houjin-policy-flex dl.rinen,
	#kamishibai #houjin .houjin-policy-flex dl.vision {
		width: 100%;
		text-align: center;
		padding: 18px 18px 30px;
	}
	#kamishibai #houjin .houjin-policy-flex dl.rinen img.icon-hana {
		left: 10px;
		top: -8px;
	}
	#kamishibai #houjin .houjin-policy-flex dl.vision img.icon-kumo {
		left: 10px;
		top: -8px;
	}
	#kamishibai #houjin .houjin-policy-flex dl.rinen img.icon-ougi,
	#kamishibai #houjin .houjin-policy-flex dl.vision img.icon-matsu {
		right: -2vw;
		bottom: -16px;
	}
	#kamishibai #houjin .houjin-msg img {
		width: 105px;
		left: 50%;
		transform: translateX(-50%);
	}
	#kamishibai #houjin .houjin-msg .houjin-msg-text {
		padding: 60px 30px 30px 30px;
		margin-top: 60px;
	}
	
}
@media screen and (max-width: 430px) {
	#kamishibai #houjin .houjin-policy-flex dl.rinen img.icon-hana,
	#kamishibai #houjin .houjin-policy-flex dl.vision img.icon-kumo {
		width: 40px;
		top: -6px;
	}
	#kamishibai #houjin .houjin-policy-flex dl.rinen img.icon-ougi,
	#kamishibai #houjin .houjin-policy-flex dl.vision img.icon-matsu {
		right: -2vw;
		bottom: -24px;
	}
	
}



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

.update {
	padding-bottom: 0;
}
.update-items {
	display: flex;
	flex-wrap: wrap;
	gap: 38px;
}
.update-item {
	width: calc(100% / 3 - 26px);
}
#archive .update-item {
	width: calc(100% / 2 - 19px);
}
.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;
	border-radius: 3px;
}
.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;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
}
.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: 30px;
	}
	.update-item {
		width: calc(100% / 2 - 15px);
	}
	#archive .update-item {
		width: calc(100% / 2 - 15px);
	}
}
@media screen and (max-width: 768px) {
	.update-items {
		gap: 0;
		border-top: 1px solid #ededed;
	}
	.update-item {
		width: 100%;
		display: flex;
		gap: 30px;
		padding: 30px 0;
		border-bottom: 1px solid #ededed;
	}
	#archive .update-item {
		width: 100%;
	}
	.update-item a.update-item-thumb {
		width: 25%;
		min-width: 150px;
		max-width: 150px;
	}
	.update-item a.update-item-thumb img {
		object-fit: cover;
		aspect-ratio: 1;
	}
	.update-item .update-item-main {
		margin-top: 0;
		width: 75%;
        max-width: 530px;
	}
	.update-item .update-item-main time.update-item-date {
		margin-bottom: 6px;
	}
	.update-item .update-item-main .update-item-excerpt {
		margin-top: 6px;
	}
	.update-item .update-item-main p.update-item-category {
		border: none;
        margin-top: 6px;
        padding-top: 0;
	}
	
}
@media screen and (max-width: 559px) {
	.update-item {
		padding: 18px 0;
	}
	.update-item a.update-item-thumb {
		width: 20%;
		min-width: 105px;
		max-width: 105px;
	}
	.update-item .update-item-main {
		margin-top: 0;
		width: 80%;
        max-width: 530px;
	}
	.update-item .update-item-main .update-item-title {
		font-size: 1.1em;
	}
}
@media screen and (max-width: 430px) {
	.update-item {
		gap: 18px;
		
	}
}
@media screen and (max-width: 320px) {
	.update-item a.update-item-thumb {
		width: 20%;
		min-width: 90px;
		max-width: 90px;
	}
}






/*タブ*/
.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;
}




/******************************************************
 * 労務相談、社保手続き、給与計算のページに共通
 * ***************************************************/

.summary-links {
	clear: both;
	margin-top: 60px;
}
.summary-links ul {
	display: flex;
	justify-content: center;
	gap: 30px;
}
.summary-links ul li {
	text-align: center;
}

@media screen and (max-width: 768px) {
	.summary-links {
		margin-top: 30px;
	}
	.summary-links ul {
		flex-direction: column;
		gap: 3px;
	}
	.summary-links ul li {
		width: calc(100% - 16px);
	}
}


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

#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;
	}
}



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

#pricing p.tax-memo {
	text-align: right;
    margin-top: 30px;
    font-size: .9em;
}
#pricing .pricing-title {
	text-align: left;
	margin-bottom: 18px;
}
#pricing .pricing-title span {
	display: inline-block;
    padding-left: 32px;
    position: relative;
}
#pricing .pricing-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;
}
#pricing p.pricing-title-bottom {
	
}
#pricing .pricing-subtitle {
	text-align: left;
	color: #0457CC;

    font-family: "Noto Sans JP", verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-bottom: 18px;
}
#pricing .pricing-subtitle span {
	display: block;
	font-size: .9em;
}
#pricing .pricing-item:not(:first-child) {
	margin-top: 90px;
}
#pricing span.yen {
	font-size: .8em;
	margin-left: 2px;
}
#pricing span.mul {
	margin: 0 6px;
}


#pricing .pricing-fee-graph {
	width: 70%;
    max-width: 840px;
	margin: 60px auto 0;
}
#pricing .pricing-fee-graph dl.fee-graph {
	overflow: hidden;	    
    margin: 0 auto;
	border: 3px solid #A7CC04;
	border-radius: 12px 12px 3px 3px;
}
#pricing .pricing-fee-graph dl.fee-graph dt {
	display: flex;
    justify-content: space-between;
    align-items: center;
	    padding: 18px;
	   background: #A7CC04;
}
#pricing .pricing-fee-graph dl.fee-graph dt p.product {
	margin: 0;
	color: #FFF;
    font-weight: 600;
}
#pricing .pricing-fee-graph dl.fee-graph dt p.type {
	margin: 0;
}
#pricing .pricing-fee-graph dl.fee-graph dt p.type span {
	display: inline-block;
    background: #FFF;
    color: #A7CC04;
    font-size: 1.4rem;
	font-weight: 600;
    border-radius: 30px;
    padding: 1px 12px;
}
#pricing .pricing-fee-graph dl.fee-graph dt p.type span:not(:first-child) {
	margin-left: 6px;
}
#pricing .pricing-fee-graph dl.fee-graph dd {
	    padding: 30px;
}
#pricing .pricing-fee-graph dl.fee-graph dd .fee-graph-flex {
	display: flex;
	    align-items: center;
}
#pricing .pricing-fee-graph dl.fee-graph dd .fee-graph-flexLong {
display: flex;
	flex-direction: column;
}
#pricing .pricing-fee-graph dl.fee-graph dd .fee-graph-flex .fee-graph-flex___text {
	    width: 60%;
	max-width: 480px;
}
#pricing .pricing-fee-graph dl.fee-graph dd .fee-graph-flex .fee-graph-flex___fee {
	width: 40%;
	max-width: 320px;
	padding-left: 30px;
	text-align: center;
}
#pricing .pricing-fee-graph dl.fee-graph dd .price-row {
	background: #FBD755;
	padding: 12px;
	border-radius: 9px;
	font-size: 2rem;
}
#pricing .pricing-fee-graph dl.fee-graph dd .price-row p.monthly {
	margin: 0;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.4;
}
#pricing .pricing-fee-graph dl.fee-graph dd .price-row p.price,
#pricing .pricing-fee-graph dl.fee-graph dd .price-row p.memo {
	margin: 0;
	font-weight: 600;
	line-height: 1.4;
}
#pricing .pricing-fee-graph dl.fee-graph dd .price-rowL {
	display: flex;
    justify-content: center;
    align-items: center;
	margin: 18px 0;
}
#pricing .pricing-fee-graph dl.fee-graph dd .price-rowL-set {
	display: none;
}
#pricing .pricing-fee-graph dl.fee-graph dd p.price-rowL1,
#pricing .pricing-fee-graph dl.fee-graph dd p.price-rowL2,
#pricing .pricing-fee-graph dl.fee-graph dd p.price-rowL3 {
	    margin: 0 3px;
    font-size: 2rem;
}
#pricing .pricing-fee-graph dl.fee-graph dd p.price-rowL1 span,
#pricing .pricing-fee-graph dl.fee-graph dd p.price-rowL2 span,
#pricing .pricing-fee-graph dl.fee-graph dd p.price-rowL3 span {
	display: inline-flex;
    background: #FBD755;
    padding: 4px 18px;
    border-radius: 9px;
}
#pricing .pricing-fee-graph dl.fee-graph dd .price-rowL img.arrow-red {
	margin: 0 6px;
}
#pricing .pricing-fee-graph dl.fee-graph dd .price-rowL p.price {
	color: #CC0407;
    font-size: 3.2rem;
}
#pricing .pricing-fee-graph p.small {
	font-size: .8em;
}

#pricing .pricing-fee-graph .fee-graph-arrow {
    background: #F6FED2;
	padding: 18px 28px;
	position: relative;
}
#pricing .pricing-fee-graph .fee-graph-arrow img.marunage {
	position: absolute;
	top: -12px;
	right: -12px;
}
#pricing .pricing-fee-graph .fee-graph-arrow ul.check {
}
#pricing .pricing-fee-graph .fee-graph-arrow ul.check li {
	margin-top: 3px;
}
#pricing .pricing-fee-graph .fee-graph-arrow ul.check li span {
	padding-left: 22px;
	position: relative;
}
#pricing .pricing-fee-graph .fee-graph-arrow ul.check li span:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url(../images/icon/check-87a503.svg) no-repeat;
	background-size: 100%;
	width: 18px;
	height: 18px;
}

#pricing .pricing-fee-description {
	width: 70%;
	max-width: 840px;
	margin: 30px auto 0;
}
#pricing .pricing-fee-description .pricing-fee-description-subtitle {
	text-align: left;
	color: #87a503;
    font-size: 2.2rem;
    font-family: "Noto Sans JP", verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-bottom: 12px;
}
#pricing .pricing-fee-description ul.list {
	margin: 0 0 0 1em;
	padding: 0;
	list-style: disc;
}
#pricing .pricing-fee-description ul.list li {
	
}

#pricing .pricing-fee-official {
	width: 70%;
	max-width: 840px;
	margin: 30px auto 0;
}
#pricing .pricing-fee-official dl {
	width: 100%;
	display: flex;
	align-items: stretch;
	border: 1px solid #0457CC;
	border-radius: 3px;
}
#pricing .pricing-fee-official dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0457CC;
	color: #FFF;
	padding: 12px;
	width: 30%;
	text-align: center;
}
#pricing .pricing-fee-official dl dd {
	padding: 12px;
	width: 70%;
	text-align: center;
}


#pricing .pricing-fee-table {
	width: 80%;
    max-width: 960px;
    margin: 60px auto 0;
}
#pricing p.swipe {
	display: none;
}
#pricing table.fee-list {
	width: 100%;
	margin-bottom: 60px;
}
#pricing table.fee-list caption {
	text-align: left;
	margin-bottom: 6px;
}
#pricing table.fee-list.table4 {
	margin-bottom: 30px;
}
#pricing table.fee-list th {
	background: #EBF3FE;
	font-weight: normal;
	padding: 12px;
	line-height: 1.6;
	border: 1px solid #ededed;
}
#pricing table.fee-list td {
	padding: 12px;
	line-height: 1.6;
	border: 1px solid #ededed;
}
#pricing table.fee-list th.titleTH {
	width: 60%;
}
#pricing table.fee-list.table6 th.titleTH,
#pricing table.fee-list.table7 th.titleTH,
#pricing table.fee-list.table8 th.titleTH,
#pricing table.fee-list.table9 th.titleTH,
#pricing table.fee-list.table10 th.titleTH,
#pricing table.fee-list.table11 th.titleTH,
#pricing table.fee-list.table13 th.titleTH,
#pricing table.fee-list.table15 th.titleTH {
	width: 20%;
}
#pricing table.fee-list th.priceTH {
	width: 20%;
}
#pricing table.fee-list th.advisorTH {
	width: 20%;
}
#pricing table.fee-list td.titleTD {
	width: 60%;
}
#pricing table.fee-list td.priceTD {
	width: 20%;
	text-align: center;
}
#pricing table.fee-list.table6 td.priceTD,
#pricing table.fee-list.table7 td.priceTD,
#pricing table.fee-list.table8 td.priceTD,
#pricing table.fee-list.table9 td.priceTD,
#pricing table.fee-list.table10 td.priceTD,
#pricing table.fee-list.table11 td.priceTD,
#pricing table.fee-list.table13 td.priceTD,
#pricing table.fee-list.table14 td.priceTD,
#pricing table.fee-list.table15 td.priceTD {
	width: 80%;
}
#pricing table.fee-list td.advisorTD {
	width: 20%;
	text-align: center;
}
#pricing table.fee-list td.lawsTD,
#pricing table.fee-list td.filingsTD,
#pricing table.fee-list td.ongoing-businessTD,
#pricing table.fee-list td.lump-sum-projectTD,
#pricing table.fee-list td.fixed-term-projectTD {
	text-align: center;
}
#pricing table.fee-list td.priceTD span.tsu {
	margin-right: 6px;
}
#pricing ul.sup {
	margin-top: 18px;
}
#pricing ul.sup li {
}

#pricing ol.number {
	display: inline-block;
	list-style: none;
}
#pricing ol.number li {
	text-align: left;
}

#pricing .pricing-fee-other {
	width: 80%;
    max-width: 960px;
    margin: 60px auto 0;
}
#pricing .pricing-fee-other ul.other-list {
	
}
#pricing .pricing-fee-other ul.other-list li {
	margin-top: 18px;
}
#pricing .pricing-fee-other ul.other-list li p.other-list-title {
	margin-bottom: 0;
}


/* 障害年金相談センター */
#pricing .disability-pension-link {
	text-align: center;
}
#pricing .disability-pension-link p.disability-pension-text a {
	color: #0457CC;
	padding-bottom: 6px;
    border-bottom: 1px solid;
}
#pricing .disability-pension-link a.banner-shogainenkin {
	width: 60%;
	max-width: 580px;
}

#pricing #summary {}
#pricing #summary .summary-text {
    text-align: center;
    color: #87a503;
    font-weight: 600;
    border: 1px solid #87a503;
    padding: 30px;
    border-radius: 3px;
}


@media screen and (max-width: 1194px) {
	#pricing .pricing-fee-graph,
	#pricing .pricing-fee-description,
	#pricing .pricing-fee-official {
		width: 100%;
        max-width: 840px;
	}
	#pricing .pricing-fee-table,
	#pricing .pricing-fee-other {
		width: 100%;
        max-width: 100%;
	}
	#pricing .pricing-fee-graph .fee-graph-arrow img.marunage {
		width: 120px;
	}
}
@media screen and (max-width: 768px) {
	#pricing .pricing-subtitle span {
		font-size: .8em;
	}
	#pricing p.tax-memo {
		margin-top: 18px;
		font-size: .8em;
	}
	#pricing .pricing-fee-graph .fee-graph-arrow img.marunage {
		width: 105px;
	}
	
	#pricing table.fee-list {
		font-size: .9em;
	}
	#pricing table.fee-list td.priceTD span.tsu {
		display: block;
		margin: 0;
		font-size: .8em;
	}

	/* 障害年金相談センター */
	#pricing .disability-pension-link a.banner-shogainenkin {
		width: 70%;
	}
	
}
@media screen and (max-width: 559px) {
	#pricing .pricing-fee-graph dl.fee-graph dt p.type span {
		font-size: 1.2rem;
		padding: 1px 8px;
	}
	#pricing .pricing-fee-graph dl.fee-graph dt p.type span:not(:first-child) {
		margin-left: 3px;
	}
	#pricing .pricing-fee-graph .fee-graph-arrow img.marunage {
		width: 105px;
        top: 50%;
        right: 1em;
        transform: translateY(-50%);
	}
	#pricing .pricing-fee-graph dl.fee-graph dd {
		padding: 18px;
	}
	#pricing .pricing-fee-graph dl.fee-graph dd .price-rowL {
		display: none;
	}
	#pricing .pricing-fee-graph dl.fee-graph dd .price-rowL-set {
		display: block;
		margin: 18px 0;
	}
	#pricing .pricing-fee-graph dl.fee-graph dd .price-rowL-set .price-rowL-set-top {
		display: flex;
        align-items: center;
        justify-content: center;
	}
	#pricing .pricing-fee-graph dl.fee-graph dd .price-rowL-set .price-rowL-set-bottom {
	display: flex;
        align-items: center;
        justify-content: center;
	}
	#pricing .pricing-fee-graph dl.fee-graph dd .price-rowL-set .price-rowL-set-bottom p.price {
		color: #CC0407;
		font-size: 3.2rem;
	}
	#pricing .pricing-fee-graph dl.fee-graph dd .fee-graph-flex {
		flex-direction: column;
	}
	#pricing .pricing-fee-graph dl.fee-graph dd .fee-graph-flex .fee-graph-flex___text {
		width: 100%;
		max-width: 100%;
	}
	#pricing .pricing-fee-graph dl.fee-graph dd .fee-graph-flex .fee-graph-flex___fee {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin-top: 18px;
	}
	#pricing .pricing-fee-official dl {
		flex-direction: column;
	}
	#pricing .pricing-fee-official dl dt,
	#pricing .pricing-fee-official dl dd {
		width: 100%;
		max-width: 100%;
	}
	
	#pricing .scroll {
		overflow-x: scroll;
	}
	#pricing p.swipe {
		display: block;
		text-align: right;
		margin-bottom: 6px;
		font-size: .7em;
		animation: SlideIn 1.6s infinite;
	}
	@keyframes SlideIn {
		0% { opacity: 0; transform: translateX(30px); }
		100% { opacity: 1; transform: translateX(0); }
	}
	#pricing .pricing-fee-table {
		margin-top: 30px;
	}
	#pricing table.fee-list {
		width: 100%;
		min-width: 580px;
	}
	#pricing table.fee-list.table9,
	#pricing table.fee-list.table10,
	#pricing table.fee-list.table11,
	#pricing table.fee-list.table13,
	#pricing table.fee-list.table14,
	#pricing table.fee-list.table15 {
		min-width: auto;
		max-width: 100%;
	}
	#pricing table.fee-list.table6 th.titleTH,
	#pricing table.fee-list.table7 th.titleTH,
	#pricing table.fee-list.table8 th.titleTH,
	#pricing table.fee-list.table9 th.titleTH,
	#pricing table.fee-list.table10 th.titleTH,
	#pricing table.fee-list.table11 th.titleTH,
	#pricing table.fee-list.table13 th.titleTH,
	#pricing table.fee-list.table15 th.titleTH {
		width: 30%;
	}
	#pricing table.fee-list.table6 td.priceTD,
	#pricing table.fee-list.table7 td.priceTD,
	#pricing table.fee-list.table8 td.priceTD,
	#pricing table.fee-list.table9 td.priceTD,
	#pricing table.fee-list.table10 td.priceTD,
	#pricing table.fee-list.table11 td.priceTD,
	#pricing table.fee-list.table13 td.priceTD,
	#pricing table.fee-list.table15 th.priceTD {
		width: 70%;
	}
	
	/* 障害年金相談センター */
	#pricing .disability-pension-link p.disability-pension-text {
		font-size: .9em;
	}
	#pricing .disability-pension-link a.banner-shogainenkin {
		width: 80%;
	}
}
@media screen and (max-width: 430px) {

	#pricing .pricing-fee-graph .fee-graph-arrow {
		padding: 18px;
	}
	#pricing .pricing-fee-graph .fee-graph-arrow img.marunage {
		width: 90px;
		right: -1em;
	}
	
	#pricing table.fee-list {
		width: 100%;
		min-width: 540px;
	}
	#pricing table.fee-list.table5 {
		min-width: 680px;
	}
	#pricing table.fee-list.table6 th.titleTH,
	#pricing table.fee-list.table7 th.titleTH,
	#pricing table.fee-list.table8 th.titleTH,
	#pricing table.fee-list.table9 th.titleTH,
	#pricing table.fee-list.table10 th.titleTH,
	#pricing table.fee-list.table11 th.titleTH,
	#pricing table.fee-list.table13 th.titleTH {
		width: 30%;
	}
	#pricing table.fee-list.table6 td.priceTD,
	#pricing table.fee-list.table7 td.priceTD,
	#pricing table.fee-list.table8 td.priceTD,
	#pricing table.fee-list.table9 td.priceTD,
	#pricing table.fee-list.table10 td.priceTD,
	#pricing table.fee-list.table11 td.priceTD,
	#pricing table.fee-list.table13 td.priceTD {
		width: 70%;
	}
	
	/* 障害年金相談センター */
	#pricing .disability-pension-link a.banner-shogainenkin {
		width: 100%;
	}
	
	#pricing #summary .summary-text {
		padding: 20px;
		line-height: 1.6;
		text-align: left;
	}
}


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

#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 p.googlemap a:hover {
    color: #0457CC;
}


#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 #feature .feature-item img.feature-num {
		width: 60px;
		left: -10px;
		top: -28px;
	}
	
	/* ビジョン *****************************/
	#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-googlemap iframe {
	border-radius: 3px;
}
#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 {
	order: 1;
	max-width: 1000px;
	width: 75%;
	padding-right: 60px;
}
#aboutme .aboutme-greeting-flex .aboutme-greeting-flex___photo {
	order: 2;
	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;
}

@media screen and (max-width: 1396px) {
	#aboutme #representative .representative-flex .representative-flex___profile {
		padding-right: 60px;
	}
	#aboutme #representative .representative-flex .representative-flex___profile:before {
		width: calc(100% + 90px);
		height: calc(100% + 180px);
	}
}
@media screen and (max-width: 1194px) {
	#aboutme .aboutme-greeting-flex {
		align-items: flex-start;
	}
	
	#aboutme #representative .profile-professional > div dl dt {
		max-width: 75px;
		width: 12%;
	}
	#aboutme #representative .profile-professional > div dl dd {
		max-width: 650px;
		width: 88%;
	}
}
@media screen and (max-width: 960px) {
	#aboutme #representative .representative-flex .representative-flex___photo {
		padding-right: 45px;
	}
	#aboutme #representative .representative-flex .representative-flex___profile {
		padding-right: 45px;
	}
	#aboutme #representative .representative-flex .representative-flex___profile:before {
		top: -60px;
	}
	
}
@media screen and (max-width: 768px) {
	#aboutme .aboutme-greeting-flex {
		display: block;
	}
	#aboutme .aboutme-greeting-flex .aboutme-greeting-flex___photo {
		float: right;
        width: 35%;
        max-width: 300px;
		margin: 0 0 30px 30px;
	}
	#aboutme .aboutme-greeting-flex .aboutme-greeting-flex___msg {
		width: 100%;
		padding: 0;
	}
	
	#aboutme #representative {
		padding: 60px 0;
	}
	#aboutme #representative .representative-flex {
        flex-direction: column;
        width: calc(100% + 90px);
        margin-left: -45px;
		margin-top: 60px;
	}
	#aboutme #representative .representative-flex .representative-flex___profile {
		width: 100%;
		max-width: 100%;
        padding: 0 45px;
        margin-top: 30px;
	}
	#aboutme #representative .representative-flex .representative-flex___profile:before {
		top: -30px;
		height: calc(100% + 90px);
	}
	#aboutme #representative .representative-flex .representative-flex___photo {
		width: 100%;
        max-width: 100%;
		padding-right: 0;
	}
	#aboutme #representative .profile-professional p.name {
		text-align: center;
		font-size: 2.2rem;
	}
	#aboutme #representative .profile-professional > div {
		margin-top: 18px;
	}
	#aboutme #representative .profile-professional > div dl dd ul li span {
		font-size: .9em;
	}
	#aboutme #representative .profile-personal {
		margin-top: 18px;
	}
	
	#aboutme #representative .representative-youtube {
		margin-top: 60px;
	}
}
@media screen and (max-width: 559px) {
	#aboutme #representative .representative-flex {
        width: calc(100% + 60px);
        margin-left: -30px;
	}
	#aboutme #representative .representative-flex .representative-flex___profile {
        padding: 0 30px;
	}
	
	#aboutme #representative .profile-professional > div dl dd ul li span {
		font-size: .9em;
	}
}
@media screen and (max-width: 430px) {
	#aboutme #representative .profile-professional > div dl dt {
		max-width: 75px;
		width: 15%;
	}
	#aboutme #representative .profile-professional > div dl dd {
		max-width: 650px;
		width: 85%;
	}
}




/* チャット風 */
#aboutme #chat {
	
}
#aboutme #chat .chat-outline {
	max-width: 840px;
    width: 70%;
    margin: 0 auto;
}


.oneArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.oneArea .onebox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
	align-items: stretch;
}
.oneArea .onebox:not(:first-child) {
	margin-top: 20px;
}
.oneArea .onebox.respondent {
  flex-direction: row-reverse;
}
.oneArea .onebox .imgArea {
	width: 16%;
	max-width: 130px;
	position: relative;
	    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
	padding-right: 30px;
}
.oneArea .onebox.respondent .imgArea {
	padding-left: 30px;
	padding-right: 0;
}
.oneArea .onebox .imgArea img {
  width: 100%;
  max-width: 130px;
}
.oneArea .onebox.respondent .imgArea img {
  padding-left: 30px;
}
.oneArea .onebox.respondent .imgArea img.photo-circle {
	display: block;
	width: 80px;
	border-radius: 80px;
    padding: 0;
    border: 1px solid #ecf3fe;
}
.oneArea .onebox.questioner .imgArea img.photo-circle {
	display: block;
	width: 80px;
	border-radius: 80px;
    padding: 0;
    border: 1px solid #EBFBFE;
}
.oneArea .onebox .imgArea span {
	display: block;
	font-size: .6em;
}
.oneArea .onebox .fukiArea {
  width: 84%;
}
.oneArea .onebox .fukidasi {
	    width: 100%;
    height: 100%;
	position: relative;
	padding: 30px;
	background-color: #EBFBFE;
	color: #231815;
	line-height: 1.6;
	border-radius: 3px;
}
.oneArea .onebox .fukidasi::before {
	content: '';
	position: absolute;
	display: block;
	top: 22px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 30px 15px 0;
	border-color: transparent #EBFBFE transparent transparent;
}
.oneArea .onebox.questioner .fukidasi::before {
	left: -20px;
}
.oneArea .onebox.respondent .fukidasi {
	background-color: #EBF3FE;
}
.oneArea .onebox.respondent .fukidasi::before {
	right: -20px;
	border-color: transparent #EBF3FE transparent transparent;
	transform: rotate(180deg);
}

@media screen and (max-width: 1194px) {
	#aboutme #chat .chat-outline {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 768px) {
	.oneArea .onebox .fukidasi {
		padding: 18px 30px;
	}
	.oneArea .onebox.respondent .imgArea img.photo-circle {
		width: 75px;
	}
}
@media screen and (max-width: 559px) {
	.oneArea {
		margin: 30px auto;
	}
	.oneArea .onebox {
		justify-content: space-between;
	}
	.oneArea .onebox .imgArea {
		width: 25%;
		padding-right: 18px;
	}
	.oneArea .onebox.respondent .imgArea {
		padding-left: 18px;
	}
	.oneArea .onebox .fukiArea {
		width: 72%;
	}
	.oneArea .onebox .fukidasi {
		padding: 18px;
	}
	.oneArea .onebox.questioner .imgArea img.photo-circle {
		width: 75px;
	}
}






/******************************************************
 * お問い合わせ
 * ***************************************************/

#contactus {
	
}

/* 電話 *
 * ***************************************************/

#contactus #contact-phone {
	text-align: center;
}
#contactus #contact-phone .contact-phone-outline {
	background: #066cbb;
	background-image: linear-gradient(to right, #047FCC 0%, #0457CC 73%);
	border-radius: 3px;
	padding: 60px;
	margin-top: 30px;
}
#contactus #contact-phone p.contact-phone-memo {
	color: #FFF;
}
#contactus #contact-phone .contact-phone-number {
	
}
#contactus #contact-phone .contact-phone-number a.phone {
	color: #FFF;
	display: inline-block;
}
#contactus #contact-phone .contact-phone-number a.phone span {
	display: inline-block;
	font-size: 3.2rem;
	padding-left: 36px;
	position: relative;
	z-index: 1;
}
#contactus #contact-phone .contact-phone-number a.phone span:before {
	content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../images/icon/phone-FFF.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 26px;
    height: 26px;
    z-index: -1;
}
#contactus #contact-phone .contact-phone-number p.contact-phone-hour {
	color: #FFF;
}
#contactus #contact-phone .contact-phone-number p.contact-phone-hour span {
	font-size: .8em;
}


@media screen and (max-width: 768px) {
	#contactus #contact-phone .contact-phone-outline {
		padding: 45px;
	}
}
@media screen and (max-width: 559px) {
	#contactus #contact-phone {
		margin-top: 0;
	}
	#contactus #contact-phone .contact-phone-outline {
		padding: 30px;
	}
}



/* フォーム *
 * ***************************************************/

#contactus #contact-form {
	text-align: center;
}
#contactus #contact-form .contact-form-outline {
	margin-top: 30px;
}

#contactus #contact-form form {
	padding: 60px;
	margin-top: 30px;
	border-radius: 3px;
	box-shadow: 0 0 14px rgb(0 0 0 / 8%);
}


fieldset {
	border: none;
    width: 80%;
    max-width: 860px;
    margin: 0 auto;
	padding: 0;
}
fieldset.policy-agreement {
	margin-top: 18px;
	padding-bottom: 18px;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
fieldset legend {
	padding: 0 12px;
	font-weight: 600;
}
fieldset .fieldset-item {
	margin-top: 18px;
	display: flex;
	align-items: center;
}
fieldset .fieldset-item.policy {
	display: block;
	padding: 18px 0 0;
}
fieldset .fieldset-item label.title {
	max-width: 280px;
	width: 32%;
	text-align: left;
	display: flex;
	align-items: center;
}
fieldset .fieldset-item label.title span {
	display: inline-block;
	background: #0457CC;
	color: #FFF;
	font-size: .64em;
	border-radius: 3px;
	padding: 1px 6px;
	margin-right: 6px;
}
fieldset .fieldset-item .wpcf7-form-control-wrap,
fieldset .email-check {
	display: block;
	max-width: 584px;
	width: 68%;
}
fieldset .email-check > .wpcf7-form-control-wrap {
	max-width: 100%;
	width: 100%;
}
fieldset .email-check > .wpcf7-form-control-wrap:not(:first-child) {
	margin-top: 12px;
}
fieldset textarea.your-message {
	height: 220px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
	padding: 12px 18px;
	border: 1px solid #ededed;
	background: #FFF;
	border-radius: 3px;
	transition: .3s;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid #0457CC;
	background: #EBF3FE;
}


/* プライバシーポリシー */
.policy-contents {
	width: 100%;
	height: 150px;
	border: 1px solid #ededed;
	padding: 12px;
	border-radius: 4px;
	font-size: .8em;
	line-height: 1.6;
	overflow-y: scroll;
}
fieldset.policy-agreement a.policy-link {
	    display: inline-block;
    color: #0457CC;
	border-bottom: 1px solid;
}
.policy-consent {
	text-align: center;
	margin-top: 18px;
}
.policy-consent label {
	display: flex;
    align-items: center;
}
.policy-consent input.acceptance {
	width: 20px;
	height: 20px;
	margin: 0;
	vertical-align: middle;
}
.policy-consent .wpcf7-list-item-label {
	font-size: 1.3em;
	margin-left: 12px;
}


#contactus .button-submit {
	margin-top: 30px;
}
#contactus .button-submit input.submit {
	width: 50%;
	max-width: 380px;
	margin: 8px;
	padding: 18px 18px 18px 18px;
	text-align: center;
	background: #0457CC;
	background: linear-gradient(45deg, #047FCC 35%, #0457CC);
	border: 1px solid #0457CC;
	color: #FFF;
	border-radius: 3px;
}
#contactus .button-submit input.submit:hover {
	opacity: 1;
	box-shadow: 4px 4px 12px -1px rgb(19 71 52 / 20%);
	text-decoration: none;
	border: 1px solid #FFF;
}


@media screen and (max-width: 1194px) {
	fieldset {
		width: 100%;
		max-width: 100%;
	}
	fieldset .fieldset-item label.title {
		flex-direction: column;
		align-items: flex-start;
	}
}
@media screen and (max-width: 960px) {
	fieldset .fieldset-item {
		flex-direction: column;
	}
	fieldset .fieldset-item label.title {
		width: 100%;
		max-width: 100%;
        flex-direction: row;
        align-items: center;
	}
	fieldset .fieldset-item .wpcf7-form-control-wrap,
	fieldset .email-check {
		width: 100%;
		max-width: 100%;
		margin-top: 12px;
	}
	fieldset .email-check {
		margin-top: 0;
	}
}
@media screen and (max-width: 768px) {
	#contactus #contact-form form {
		padding: 0;
		border-radius: 0;
    box-shadow: none;
	}
}
@media screen and (max-width: 559px) {
	#contactus #contact-form form {
		padding: 0;
	}
	fieldset {
		padding: 0;
		border: none;
	}
	fieldset .fieldset-item {
		flex-direction: column;
	}
	fieldset .fieldset-item label.title {
		max-width: 100%;
		width: 100%;
	}
	fieldset .fieldset-item .wpcf7-form-control-wrap {
		min-width: 100%;
		width: 100%;
	}
	#contactus .button-submit input.submit {
		width: calc(100% - 16px);
		max-width: calc(100% - 16px);
	}
}
@media screen and (max-width: 430px) {
	form#event-registration-form {
		padding: 30px;
	}
}
@media screen and (max-width: 320px) {
}


/* プラグイン
 * ***************************************************/

.wpcf7-spinner {
	display: none;
}
span.wpcf7-not-valid-tip {
	text-align: left;
    font-weight: 600;
    font-size: .8em;
	color: #CC0407;
}



/******************************************************
 * 送信完了
 * ***************************************************/

#contactus .contact-thanks {
	text-align: center;
}
#contactus .contact-thanks-info {
	max-width: 80%;
    margin: 30px auto 0;
	padding: 30px 0;
	color: #0457CC;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
#contactus .contact-thanks-info p.phone span {
	display: inline-block;
	font-size: .8em;
}
#contactus .contact-thanks-info p.form a.btnWeb {
	display: inline-block;
	color: #0457CC;
	border-bottom: 1px solid;
}

@media screen and (max-width: 1194px) {
	#contactus .contact-thanks-info {
		max-width: 100%;
	}
}



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

#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 .sitemaps-outline {
	max-width: 840px;
    width: 70%;
    margin: 0 auto;
}
#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.webp) 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;
}
#sitemaps ul.sitemaps-blog-categories {
	margin-top: 12px;
}
#sitemaps ul.sitemaps-blog-categories li {
	
}
#sitemaps ul.sitemaps-blog-categories li span:before {
	background: url(../images/icon/arrow-circle-CCC.webp) no-repeat;
	background-size: 100%;
	width: 16px;
	height: 16px;
}


@media screen and (max-width: 559px) {
	#sitemaps .sitemaps-outline {
		max-width: 100%;
		width: 100%;
	}
}


/******************************************************
 * 404
 * ***************************************************/

#error .error-text {
	text-align: center;
	font-size: 1.1em;
}
#error p.error-url span {
	color: #0457CC;
	overflow-wrap: anywhere;
}

@media screen and (max-width: 559px) {
	
}
@media screen and (max-width: 430px) {
	#error .error-text {
		font-size: 1em;
	}
}


