/* --------------------------------- list-office */
.office section {
	position: relative;
	width: 100%;
	margin: 90px 0 0;
}
.office section h1.title-page {
	margin-bottom: 6px;
}
.office section p.update {
	text-align: center;
	padding: 0 20px;
	margin: 0 0 30px;
}

.office section div.bg-container {
	padding: 50px 20px;
}

.office section div.scroll-box {
	position: relative;
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
	z-index: 5;
}
.office section table tr {
	background-color: rgb(246, 244, 239, 0.8);
}
.office section table tr:not(:first-child) {
	border-bottom: 2px dotted #9ec855;
}
.office section table tr:nth-child(even) {
	background-color: rgba(158, 200, 85, 0.3);
}
.office section table tr th {
	font-weight: 500;
	background-color: #9ec855;
	color: #ffffff;
	padding: 20px 10px;
}
.office section table tr th + th {
	border-left: 1px solid #fff;
}
.office section table tr td {
	padding: 20px 6px;
	text-align: center;
	vertical-align: middle;
}
.office section table tr td:first-child {
	width: 55px;
}
.office section table tr td:nth-child(2) {
	width: 24%;
}
.office section table tr td:nth-child(3) {
	width: 13%;
}
.office section table tr td:nth-child(4) {
	text-align: left;
}
.office section table tr td:nth-child(5) {
	width: 15%;
}
.office section table tr td a {
	color: #0000ff;
	text-decoration: underline;
}


@media screen and (max-width: 768px) {
	.office section {
		margin: 50px 0 0;
	}
	.office section div.bg-container {
		padding: 50px 20px;
	}
}
@media screen and (max-width: 520px) {
	.office section div.scroll-box {
		overflow-x: scroll;
	}
	.office section table {
		min-width: 700px;
		margin: 0 auto 10px;
	}
	.office section div.scroll-box::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 15px;
		border: 1px solid #9ec855;
		border-radius: 10px;
  }
	.office section div.scroll-box::-webkit-scrollbar-thumb {
    background: #9ec855;
    border-radius: 10px;
  }

	.office section table tr td:first-child {
		width: 40px;
	}
	.office section table tr td:nth-child(2) {
		width: 30%;
	}
	.office section table tr td:nth-child(3) {
		width: 13%;
	}
	.office section table tr td:nth-child(4) {
		text-align: left;
	}
	.office section table tr td:nth-child(5) {
		width: 15%;
	}
}

/* --------------------------------- list-total */
.total section {
	position: relative;
	width: 100%;
	margin: 90px 0 0;
}
.total section h1.title-page {
	margin-bottom: 6px;
}
.total section p.update {
	text-align: center;
	padding: 0 20px;
	margin: 0 0 30px;
}

.total section div.bg-container {
	padding: 50px 20px;
}

.total section div.scroll-box {
	position: relative;
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
	z-index: 5;
}
.total section table.group tr {
	background-color: #ffffff;
}
.total section table.group tr th {
	font-weight: 500;
	background-color: #9ec855;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	padding: 4px 10px;
}
.total section table.group tr th + th {
	border-left: 1px solid #fff;
}
.total section table.group tr td {
	text-align: center;
	vertical-align: middle;
	padding: 12px 6px;
}
.total section table.group tr:not(:first-child) td {
	border-bottom: 2px dotted #9ec855;
}
.total section table.group tr td:first-child {
	width: 6%;
	background-color: #9ec855;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.total section table.group tr td:nth-child(2) {
	width: 20%;
}
.total section table.group tr td:nth-child(3) {
	width: 20%;
}
.total section table.group tr td:nth-child(4) {
	width: 54%;
}

.total section table.group tr.label td {
	background-color: rgba(158, 200, 85, .3);
	color: #4d4d4d;
}

.total section table.town {
	margin: 0 0 30px;
}

.total section table.small {
	width: 90%;
	max-width: 420px;
	border-top: 3px solid #9ec855;
	border-bottom: 3px solid #9ec855;
	margin: 0 0 60px auto;
}
.total section table.small caption {
	text-align: right;
	padding: 0 0 5px;
}
.total section table.small tr th {
	width: 50%;
	vertical-align: middle;
	color: #fff;
	border: 1px solid #fff;
	background-color: #9ec855;
	padding: 4px 0;
}
.total section table.small tr td {
	vertical-align: middle;
	text-align: center;
	border-bottom: 2px dotted #9ec855;
	background-color: #fff;
	padding: 12px;
}

.total section div.pdf {
	position: relative;
	width: 100%;
	z-index: 5;
}
.total section div.pdf p {
	text-align: center;
	margin: 0 0 20px;
}
.total section div.pdf a {
	max-width: 250px;
	margin: 0 auto;
}

.total section .orange {
	left: 30%;
	bottom: 2%;
}

@media screen and (max-width: 768px) {
	.total section {
		margin: 50px 0 0;
	}
	.total section div.bg-container {
		padding: 50px 20px;
	}
}
@media screen and (max-width: 520px) {
	.total section table.group tr td:first-child {
		width: 40px;
	}
	.total section table.group tr td:nth-child(2) {
		width: auto;
	}
	.total section table.group tr td:nth-child(3) {
		width: auto;
	}
	.total section table.group tr td:nth-child(4) {
		width: auto;
	}
}

/* --------------------------------- summary */
.summary section.intro {
	width: 100%;
	max-width: 1090px;
	padding: 0 20px 0;
	margin: 70px auto 0;
}
.summary section.intro figure {
	width: 100%;
}
.summary section.intro div.text {
	position: relative;
	background-color: #ffffff;
	border-radius: 30px;
	padding: 35px 40px;
	margin: -100px 8% 0;
}

.summary section.about {
	width: 100%;
	position: relative;
}
.summary section.about div.bg-container {
	padding: 30px 20px;
}
.summary section.about div.box-num {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	
	width: 100%;
	max-width: 1050px;
	margin: 0 auto 60px;
}
.summary section.about div.box-num h2.title-border {
	width: 100%;
	position: relative;
	z-index: 5;
}
.summary section.about div.box-num div.left-item {
	width: 58%;
	position: relative;
	z-index: 5;
}
.summary section.about div.box-num:nth-of-type(odd) div.left-item {
	margin-right: 5%;
}
.summary section.about div.box-num:nth-of-type(odd) figure {
	order: 2;
}
.summary section.about div.box-num:nth-of-type(even) div.left-item {
	margin-left: 5%;
}
.summary section.about div.box-num figure {
	width: calc(100% - 63%);
	position: relative;
	z-index: 5;
}
.summary section.about div.box-num p span {
	color: #f89a71;
}

.summary section.about div.member div.left-item,
.summary section.about div.operation div.left-item {
	width: 40%;
}

.summary section.about div.purpose ol {
	width: 100%;
	counter-reset: num;
	list-style: none;
	margin: 20px 0;
}
.summary section.about div.purpose ol li {
	display: flex;
	align-items: stretch;

	width: 100%;
	font-size: 1.3em;
	line-height: 1.5em;
	background-color: #ffffff;
	border: 1px solid #f89a71;
	border-radius: 20px;
	overflow: hidden;
	margin: 0 0 10px;
}
.summary section.about div.purpose ol li::before {
	counter-increment: num;
	content: counter(num);
	
	flex-shrink: 0;
	width: 40px;
	align-content: center;
	color: #ffffff;
	text-align: center;
	background-color: #f89a71;
	padding-bottom: 3px;
}
.summary section.about div.purpose ol li span {
	padding: 10px 10px;
}

.summary section.about div.personality ol {
	list-style: none;
}
.summary section.about div.personality ol li:not(:last-child) {
	margin: 0 0 25px;
}
.summary section.about div.personality ol li span {
	display: block;
	font-size: 1.25em;
	color: #f89a71;
	margin: 0 0 10px;
}

.summary section.about div.overview {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
}
.summary section.about div.overview h2 {
	width: 100%;
	text-align: center;
	font-size: 1.87em;
	color: #fff;
	background-color: #9ec855;
	padding: 15px 15px;
	margin: 0 0 30px;
}
.summary section.about div.overview div {
	width: 48%;
	background-color: #fff;
	border-radius: 30px;
	overflow: hidden;
}
.summary section.about div.overview h3 {
	text-align: center;
	color: #fff;
	padding: 10px 10px;
	font-size: 1.5em;
}
.summary section.about div.overview dl {
	width: 100%;
	padding: 20px 30px;
}
.summary section.about div.overview dl dt {
	font-size: 1.25em;
	margin: 0 0 5px;
}
.summary section.about div.overview dl dd {
	margin: 0 0 15px;
}
.summary section.about div.overview div.life {
	border: 1px solid #f5a500;
}
.summary section.about div.overview div.area {
	border: 1px solid #76c8cc;
}
.summary section.about div.overview div.life h3 {
	background-color: #f5a500;
}
.summary section.about div.overview div.area h3 {
	background-color: #76c8cc;
}
.summary section.about div.overview div.life dl dt {
	color: #f5a500;
}
.summary section.about div.overview div.area dl dt {
	color: #76c8cc;
}

@media screen and (max-width: 768px) {
	.summary section.intro {
		margin: 30px 0 0;
	}
	.summary section.intro figure {
		width: 100%;
	}
	.summary section.intro div.text {
		padding: 20px 20px;
		margin: -10% 4% 0;
	}
	.summary section.intro div.text h1.title-page {
		margin: 0 0 15px;
	}

	.summary section.about div.box-num {
		width: 96%;
		margin: 0 auto 50px;
	}
	.summary section.about div.box-num div.left-item {
		width: 100%;
	}
	.summary section.about div.box-num:nth-of-type(odd) div.left-item {
		margin-right: unset;
	}
	.summary section.about div.box-num:nth-of-type(odd) figure {
		order: 0;
	}
	.summary section.about div.box-num:nth-of-type(even) div.left-item {
		margin-left: unset;
	}
	.summary section.about div.box-num figure {
		width: 40%;
		margin: 0 auto 20px;
	}
	.summary section.about div.member div.left-item,
	.summary section.about div.operation div.left-item {
		width: 100%;
	}

	.summary section.about div.box-num p {
		padding: 0 6px;
	}

	.summary section.about div.purpose ol li span {
		padding: 5px 10px;
	}
	.summary section.about div.overview h2 {
		font-size: min(6.88vw, 1.87em);
		margin: 0 0 15px;
	}
	.summary section.about div.overview h3 {
		font-size: min(5.63vw, 1.5em);
	}
	.summary section.about div.overview dl {
		padding: 20px 20px;
	}
}

@media screen and (max-width: 520px) {
	.summary section.about div.overview div {
		width: 100%;
	}
	.summary section.about div.overview div.life {
		margin: 0 0 15px;
	}
}

/* --------------------------------- member */

.member section.symbol {
	position: relative;
	width: 100%;
	margin: 70px auto 0;
	z-index: 5;
}
.member section.symbol figure.image {
	position: absolute;
	content: "";
	width: 30%;
	max-width: 320px;
	display: block;
	right: 3%;
	top: -180px;
}
.member section.application svg.wave-top .col-01 {
	fill: #f6f4ef;
}
.member section.application svg.wave-top .col-02,
.member section.application svg.wave-bottom {
	fill: #fffde5;
}

.member section.symbol div.bg-container {
	padding: 30px 20px;
}
.member section.symbol h2.title-border {
	margin: 0 0 70px;
}
.member section.symbol h2.title-border br {
	display: block;
}
.member section.symbol div.badge {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	max-width: 1050px;
	margin: 0 auto 40px;
}
.member section.symbol div.badge figure {
	width: 100%;
	max-width: 200px;
}
.member section.symbol div.badge p {
	width: calc(100% - 260px);
	max-width: fit-content;
}

.member section.symbol div.motif {
	position: relative;
	width: 100%;
	max-width: 1050px;
	text-align: center;
	border-radius: 30px;
	border: 1px solid #f89a71;
	background: #ffffff;
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
	padding: 20px 40px;
	margin: 0 auto;
	z-index: 5;
}
.member section.symbol div.motif h3 {
	color: #f89a71;
	font-size: 1.87em;
	margin: 0 0 20px;
}
.member section.symbol div.motif p {
	text-align: center;
	line-height: 1.75em;
}
.member section.symbol div.motif::before {
	position: absolute;
	content: '';
	width: 92px;
	height: 88px;
	display: block;
	left: 40px;
	top: 50px;
	background: url(../images/about/member-illustrat-01.webp) center no-repeat;
	background-size: contain;
}
.member section.symbol div.motif::after {
	position: absolute;
	content: '';
	width: 125px;
	height: 82px;
	display: block;
	right: 40px;
	top: 50px;
	background: url(../images/about/member-illustrat-02.webp) center no-repeat;
	background-size: contain;
}

.member section.application {
	position: relative;
	width: 100%;
	margin-top: -1px;
}
.member section.application div.bg-container {
	position: relative;
	width: 100%;
	background-color: #fffde5;
	padding: 30px 20px;
}
.member section.application div.inner {
	width: 100%;
	max-width: 1050px;
	background-color: #ffffff;
	border-radius: 30px;
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
	text-align: center;
	padding: 25px 40px;
	margin: 0 auto;
}
.member section.application h2 {
	font-size: 1.87em;
	border-bottom: 1px solid #b3b3b3;
	padding: 0 0 10px;
	margin: 0 0 20px;
}
.member section.application dl {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 0 20px;
}
.member section.application dt {
	color: #9ec855;
	border: 1px solid #9ec855;
	padding: 10px 20px;
	margin-right: 30px;
}
.member section.application a {
	max-width: 250px;
	margin: 0 auto;
}

@media screen and (max-width: 1050px) {
	.member section.symbol figure.image {
		width: 24%;
		top: -110px;
	}
	.member section.symbol div.motif::before {
		width: 46px;
		height: 44px;
		left: 7%;
		top: 20px;
		background-size: 100% auto;
	}
	.member section.symbol div.motif::after {
		width: 62px;
		height: 41px;
		right: 4%;
		top: 20px;
		background-size: 100% auto;
	}
}
@media screen and (max-width: 768px) {
	.member section.symbol {
		margin: 50px auto 0;
	}
	
	.member section.symbol h2.title-border {
    margin: 0 0 30px;
	}
	.member section.symbol figure.image {
		position: static;
		width: 40%;
		margin: 0 auto 30px;
	}
	.member section.symbol div.badge {
		flex-direction: column-reverse;
	}
	.member section.symbol div.badge figure {
		margin: 0 auto;
	}
	.member section.symbol div.badge p {
		width: 100%;
		margin: 0 0 20px;
	}
	.member section.symbol div.motif {
		padding: 20px 20px;
	}
	.member section.symbol div.motif h3 {
		font-size: min(7.5vw, 1.87em);
	}
	.member section.symbol div.motif p {
		width: 100%;
		max-width: 430px;
		margin: 0 auto;
	}
	
	.member section.application div.inner {
		padding: 25px 20px;
	}
	.member section.application dt {
		width: 100%;
		margin: 0 0 10px;
	}
	.member section.application h2 {
		font-size: min(7.5vw, 1.87em);
	}
}
@media screen and (max-width: 520px) {
	.member section.symbol div.motif::before {
		width: 12%;
	}
	.member section.symbol div.motif::after {
		width: 14%;
	}
}

/* --------------------------------- insurance */

.insurance section.charm {
	position: relative;
	width: 100%;
	margin: 70px auto 0;
	z-index: 5;
}
.insurance section.charm figure.image {
	position: absolute;
	content: "";
	width: 30%;
	max-width: 320px;
	display: block;
	right: 3%;
	top: -180px;
}
.insurance section.charm svg.wave-top,
.insurance section.charm svg.wave-bottom {
	fill: #f6f4ef;
}
.insurance section.application svg.wave-top,
.insurance section.application svg.wave-bottom {
}
.insurance section.application svg.wave-top .col-01 {
	fill: #f6f4ef;
}
.insurance section.application svg.wave-top .col-02,
.insurance section.application svg.wave-bottom {
	fill: #fffde5;
}

.insurance section.charm div.bg-container {
	padding: 30px 20px;
}
.insurance section.charm div.inner {
	position: relative;
	width: 100%;
	max-width: 790px;
	margin: 0 auto;
	z-index: 5;
}
.insurance section.charm ol {
	width: 100%;
	counter-reset: num;
	list-style: none;
	margin: 20px 0 30px;
}
.insurance section.charm ol li {
	display: flex;
	align-items: stretch;

	width: 100%;
	font-size: 1.3em;
	line-height: 1.5em;
	background-color: #ffffff;
	border: 1px solid #f89a71;
	border-radius: 20px;
	overflow: hidden;
	margin: 0 0 10px;
}
.insurance section.charm ol li::before {
	counter-increment: num;
	content: counter(num);
	
	flex-shrink: 0;
	width: 40px;
	align-content: center;
	color: #ffffff;
	text-align: center;
	background-color: #f89a71;
	padding-bottom: 3px;
}
.insurance section.charm ol li span {
	padding: 10px 10px;
}
.insurance section.charm p.detail {
	text-align: center;
	margin: 0 0 10px;
}
.insurance section.charm a.btn-arrow {
	max-width: 250px;
	margin: 0 auto;
}

.insurance section.application {
	position: relative;
	width: 100%;
	margin-top: -1px;
	z-index: 5;
}
.insurance section.application div.bg-container {
	position: relative;
	width: 100%;
	background-color: #fffde5;
	padding: 30px 20px;
}
.insurance section.application div.inner {
	width: 100%;
	max-width: 1050px;
	background-color: #ffffff;
	border-radius: 30px;
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
	text-align: center;
	padding: 25px 40px;
	margin: 0 auto;
}
.insurance section.application h2 {
	font-size: 1.87em;
	margin: 0 0 20px;
}
.insurance section.application p.piif {
	font-size: 1.25em;
	margin: 0 0 6px;
}
.insurance section.application p.addr {
	margin: 0 0 15px;
}
.insurance section.application p.addr span:nth-child(-n + 2) {
	margin-right: 1em;
}
.insurance section.application a {
	display: flex;
	text-align: center;
	justify-content: center;
	font-family: 'M PLUS 1p', sans-serif;
	transform: rotate(0.05deg);
	color: #f89a71;
	font-size: 1.5em;
	transition: opacity 0.3s;
}
.insurance section.application a img {
	width: 30px;
	margin: 0 10px 0 0;
}
.insurance section.application a:hover {
	opacity: 0.6;
}

@media screen and (max-width: 1050px) {
	.insurance section.charm figure.image {
		width: 24%;
		top: -110px;
	}
}
@media screen and (max-width: 768px) {
	.insurance section.charm {
		margin: 50px auto 0;
	}
	.insurance section.charm div.inner {
		width: 96%;
	}
	.insurance section.charm figure.image {
		position: static;
		width: 60%;
		max-width: 230px;
		margin: 0 auto 30px;
	}
	.insurance section.charm ol li span {
		padding: 5px 10px;
	}
		
	.insurance section.application div.inner {
		padding: 25px 20px;
	}
	.insurance section.application h2 {
		font-size: min(7.5vw, 1.87em);
	}
	.insurance section.application p.piif {
		font-size: 1.12em;
		margin: 0 0 6px;
	}
	.insurance section.application p.addr span:nth-child(-n + 2) {
		margin-right: unset;
		display: block;
	}
}