@charset "UTF-8";

/* 追加コード */
.pageItem__table08-col {
	display: flex;
	gap: 3.2rem;
}

.pageItem__table08 {
	flex: 1;
}

@media (max-width: 940px) {
	.pageItem__table08-col {
		flex-direction: column;
		gap: 0;
	}
}


.fred{
	color: #FF0000 !important;
}
p.insurance_p5 {
    width: 100%;
    margin: 40px 0px 0px;
    padding: 10px;
    background-color: #fff8f8;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 680px) {
	.pageItem__table08 {
		width: 100% !important;
	}
.insurance_div_1, ul.insurance_div_1_ul li  {
		width: 100% !important;
	}
}
ul.insurance_div_1_ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

ul.insurance_div_1_ul li {
    width: 49%;
}

ul.insurance_div_1_ul li:nth-of-type(2) {
    margin-top: 22px;
}
.insurance_div_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.insurance_div{
	margin: 4% 0%;
}
.insurance_div h3{
	margin-bottom: 3%;
}
.insurance_div_1 {
    width: 49%;
    border: 1px solid #484848;
    border-radius: 20px;
    padding: 2%;
    margin: 0% 0% 3%;
}

.insurance_div_1 p:first-child {
    font-weight: bold;
    font-size: 119%;
    color: #5b0a22;
}

.insurance_div_2 {
    border-radius: 20px;
    background-color: #f3f3f3;
    padding: 3% 2%;
    margin-bottom: 3%;
}

p.insurance_div_2_p1 {
    font-weight: bold;
    font-size: 112%;
    margin-bottom: 19px;
}

p.insurance_div_2_p2 {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 26px;
    margin-top: 20px;
}

p.insurance_div_2_p2 span {
    font-weight: bold;
}
.sub_div_5 {
    margin: 50px 0px;
}

.sub_div_5 h3 {
    margin: 49px 0px 10px;
}

.sub_div_5 p {
    font-weight: bold;
    font-size: 110%;
    margin: 30px 0px 18px;
}

.subcommittee_div {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 1px 20px 30px;
    margin: 20px 0px;
}

b.red {
    font-weight: bold;
    color: #a10000;
}

ul.sub_ul {
    display: flex;
    align-items: center;
}

ul.sub_ul li:first-child {
    width: 3%;
    margin-right: 13px;
}
li.sub_ul_txt {
    font-weight: bold;
    color: #a50000;
    font-size: 102%;
}
ul.sub_ul li:last-child {
    width: 3%;
    margin-left: 10px;
}
/*============================
共通
============================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: -apple-system, "Noto Sans JP", YuGothic, Arial, "YuGothic", "Meiryo", sans-serif;
	font-size: 100%;
	line-height: 1.8;
	vertical-align: baseline;
	background: transparent;
}

a {
	text-decoration: none;
}

li {
	list-style-type: none;
}

body {
	overflow-x: hidden;
}

h1 {
	font-size: 170%;
	display: flex;
	align-items: center;
}

h2 {
	font-size: 180%;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 130%;
}

h1,
h2,
h3,
h4 {
	font-weight: bold;
}

img,
svg,
figure,
iframe {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

figure {
	margin: 0;
}

a {
	display: block;
	transition: all 0.2s ease;
}

span {
	display: inline-block;
}

a .img_hover01 {
	transition: all 0.2s ease;
	display: block;
}

a:hover .img_hover01,
a:active .img_hover01 {
	opacity: 0.7;
}

.db {
	display: block;
}

.ib {
	display: inline-block;
}

.center680,
.center800,
.center1100,
.center1200,
.center1300,
.center1920 {
	margin: 0 auto;
	max-width: 94%;
}

.center680 {
	width: 680px;
}

.center800 {
	width: 800px;
}

.center1020 {
	width: 1020px;
}

.center1100 {
	width: 1100px;
}

.center1200 {
	width: 1200px;
}

.center1300 {
	width: 1300px;
}

.center1920 {
	width: 1920px;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.mt1r {
	margin-top: 1rem !important;
}

.mt2r {
	margin-top: 2rem !important;
}

.mt3r {
	margin-top: 3rem !important;
}

.mt4r {
	margin-top: 4rem !important;
}

.mb_100 {
	margin-bottom: -100px;
}

@media (max-width: 680px) {
	.mb_100 {
		margin-bottom: 0;
	}
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb100 {
	margin-bottom: 100px;
}

.ptb80 {
	padding: 80px 0;
}

.ptb100 {
	padding: 100px 0;
}

.fwb {
	font-weight: 700;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.sp {
	display: none;
}

.grid2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.grid3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.grid4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.grid5 {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}

:root {
	--gothi-font: "Noto Sans JP", sans-serif;
	--serif-font: "Noto Serif JP", serif;
	--main-color: #F5E0DC;
	--sub-color: #D1668F;
	--bg-color: #FFFAF8;
	--main-font: "sauna-new", sans-serif;
	--catch-font: "fot-tsukuardgothic-std", sans-serif;
}

.white {
	color: #fff;
}

.color-red {
	color: #ff1212 !important;
}

.tategaki {
	writing-mode: vertical-rl;
}

main {
	padding: 110px 0 0;
	background: url("../images/bg-deco1.svg") no-repeat top center/100%, url("../images/bg-deco3.svg") no-repeat 28% top/40%, url("../images/bg-deco2.svg") no-repeat bottom right/100%;
}

/*============================
ヘッダー
============================*/
.header {
	padding: 30px 2%;
	display: grid;
	grid-template-columns: 320px 1fr;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
}

.gnavi .flex {
	justify-content: flex-end;
	gap: 10px;
}

@media screen and (max-width: 1200px) {
	.gnavi {
		max-width: 460px;
		margin-left: auto;
	}

	.gnavi .flex {
		justify-content: center;
	}
}

.gnavi li {
	position: relative;
}

.gnavi a {
	padding: 4px 10px;
	color: #222;
	white-space: nowrap;
}

.gnavi .subMenu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	background: #fff;
	z-index: 1000;
}

.contactLink a {
	color: #fff;
	border-radius: 50vw;
	padding: 4px 20px;
	border: 1px solid #fff;
	background: var(--sub-color);
}

.gnavi a:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.contactLink a:hover {
	text-decoration: none;
	background: none;
	color: var(--sub-color);
	border: 1px solid var(--sub-color);
}

/*============================
スマホメニュー
============================*/
.spBtn {
	width: 60px;
	height: 60px;
	position: fixed;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	top: 30px;
	right: 70px;
	cursor: pointer;
	z-index: 999;
}

.btn-trigger {
	position: fixed;
	width: 50px;
	height: 44px;
	cursor: pointer;
}

.btn-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #111;
	border-radius: 4px;
}

.btn-trigger,
.btn-trigger span {
	transition: all 0.5s;
	box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
	top: 0;
}

.btn-trigger span:nth-of-type(2) {
	top: 20px;
}

.btn-trigger span:nth-of-type(3) {
	bottom: 0;
}

#btn06.active span:nth-of-type(1) {
	transform: translateY(20px) rotate(-45deg);
}

#btn06.active span:nth-of-type(2) {
	left: 200%;
	opacity: 0;
	transform: translateY(10px);
	-webkit-animation: active-btn06-bar02 0.8s forwards;
	animation: active-btn06-bar02 0.8s forwards;
}

@-webkit-keyframes active-btn06-bar02 {
	100% {
		height: 0;
	}
}

@keyframes active-btn06-bar02 {
	100% {
		height: 0;
	}
}

#btn06.active span:nth-of-type(3) {
	transform: translateY(-20px) rotate(45deg);
}

.mobile-menu {
	position: fixed;
	top: 0;
	right: -450px;
	width: 70%;
	max-width: 450px;
	height: 100vh;
	background-color: var(--bg-color);
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	transition: right 0.3s ease;
	z-index: 10;
}

.menu-list {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	bottom: -140px;
}

.menu-list li {
	padding: 10px 0;
	position: relative;
}

.menu-list li a {
	text-decoration: none;
	color: #333;
	display: block;
}

.submenu {
	display: none;
}

.has-submenu>a {
	cursor: pointer;
}

.show-menu {
	right: 0;
}

.has-submenu a span {
	position: relative;
}

.has-submenu a span::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 10px;
	border-color: transparent transparent transparent var(--main-color);
	margin: 0 0 0 12px;
	vertical-align: -2px;
	transform: rotate(90deg);
}

.submenu>li {
	border-bottom: 1px solid var(--main-color);
}

.submenu>li>a {
	padding: 0 0 0 1rem;
}

/*============================
フッター
============================*/
footer {
	background: url(../images/foot-deco.svg) no-repeat bottom/100% auto;
	padding: 40px 0;
}

.footerIn {
	padding: 0 0 40px;
}

.footerNav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px;
}

.footerParentNav {
	margin: 0 0 16px;
}

.footerNav a {
	padding: 4px 8px;
	color: #fff;
}

.footerChildNav .footerNav a {
	font-size: 90%;
}

.footerNav a:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.footerCopy {
	text-align: center;
	padding: 16px 0;
}

.footerCon2 {
	text-align: center;
	font-size: 20px;
	font-weight: 100;
}

.footerCon1 {
	justify-content: center;
	gap: 24px;
	margin: 0 0 10px;
}

.footerLogo {
	width: 100%;
	max-width: 663px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.footerLogo a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.footerLogo a img {
	max-width: 45%;
}

@media (max-width: 768px) {
	.footerLogo a {
		flex-direction: column;
	}

	.footerLogo a img {
		max-width: 60%;
	}
}

.mapLink a {
	font-family: "Poppins";
	color: #222;
	border: 1px solid #222;
	padding: 2px 16px 2px 8px;
}

.mapLink a::before {
	content: "";
	display: inline-block;
	background: url(../images/map.svg) no-repeat center/contain;
	width: 24px;
	height: 24px;
	vertical-align: -7px;
	margin: 0 2px 0 0;
}

.footerCon1 .address {
	font-weight: bold;
}

/*============================
共通
============================*/
/*============================
トップページ
============================*/
.about3SubTit--about {
	width: 294px;
	max-width: 100%;
	margin: 0 auto;
}

/* mv */
.mv_img {
	gap: 40px;
}

.mv_img_left,
.mv_img_right {
	width: calc(50% - 20px);
	border-bottom: 0;
}

.mv_img_left .mv_img_top {
	background: url(../images/mv1.svg) no-repeat left bottom/100%;
	background-color: #fff;
}

.mv_title {
	text-align: center;
	background: #fff;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto 20px;
	padding: 8px 32px;
}

.mv_text {
	background: #fff;
	text-align: center;
	margin: 0 auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 4px 24px;
}

.mv_img_bottom {
	border-radius: 0 0 40px 40px;
	padding: 16px;
}

.mv_img_top {
	border: 1px solid #707070;
	border-radius: 40px 40px 0 0;
	padding: 110px 0 170px;
}

.mv_img_left .mv_img_bottom {
	background: #044060;
	border: 1px solid #044060;
}

.mv_nav ul {
	justify-content: center;
	gap: 10px;
}

.mv_nav ul a {
	padding: 4px 10px;
	color: #fff;
}

.mv_nav ul a:hover {
	text-decoration: underline;
}

.mv_img_right .mv_img_top {
	background: url(../images/mv2.svg) no-repeat left bottom/65%;
	background-color: #fff;
}

.mv_img_right .mv_img_bottom {
	background: #04451F;
	border: 1px solid #04451F;
}

/* お問い合わせボックス */
.cta {
	background: #4B89AB;
	padding: 0 0 100px;
	position: relative;
}

.waveWrap {
	display: block;
	width: 100%;
}

.ctaTitle {
	color: #fff;
	font-weight: 400;
	padding: 0 0 0 8px;
	border-left: 8px solid #fff;
	font-size: 32px;
}

.ctaTitle::before {
	content: attr(data-en);
	display: block;
	padding: 0 0 0 30px;
}

.ctaConLeft {
	align-items: center;
}

.ctaConMid img {
	background: #fff;
	width: 60px;
	height: 60px;
	padding: 8px;
}

.ctaConMidItem {
	gap: 20px;
	color: #fff;
	align-items: center;
}

.ctaConMidItem .tel {
	font-size: 20px;
}

.cta::before {
	content: "";
	display: block;
	background: url(../images/contact.svg) no-repeat center/contain;
	width: 300px;
	height: 70px;
	position: absolute;
	bottom: 0;
	left: 3%;
}

.map iframe {
	width: 100%;
	aspect-ratio: 16/9;
}

/*============================
サブページ共通
============================*/
.pageMain {
	padding-top: 280px;
	background: url("../images/page_main_bg.svg") no-repeat 100% -20px/103%;
}

.pageHead {
	max-width: 94%;
	width: 1580px;
	margin-inline: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 4rem;
}

.pageHead__links {
	padding: 16px;
	border-radius: 24.5px;
	background: #f8fdff;
	font-family: "Noto Sans CJK JP";
	font-weight: bold;
	text-decoration: underline;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 30px;
	text-align: left;
	color: #333;
	display: inline-block;
	text-align: center;
	margin-top: 16px;
}

.pageHead__links span {
	display: inline-block;
	text-decoration: underline;
}

.pageHead__body {
	max-width: 670px;
	flex: 1;
}

.pageHead__title {
	font-weight: bold;
	font-size: 44px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: left;
	color: #333;
}

.pageHead__subTitle {
	font-weight: bold;
	font-size: 32px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #333;
	margin-top: 32px;
}

.pageHead__subTitle a {
	display: inline;
	text-decoration: underline;
	text-underline-offset: 0.3em;
}

.pageHead__text {
	margin-top: 32px;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.875;
	color: #333;
}

.pageHead__text a {
	display: inline;
	text-decoration: underline;
	text-underline-offset: 0.3em;
}

.pageHead__img {
	position: relative;
	max-width: 47%;
	width: 742px;
	border-radius: 36px;
	border: 1px solid #707070;
	overflow: hidden;
}

.pageHead__img::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 66.6666666%;
}

.pageHead__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	/* background: #ccc; */
}

.pageBody {
	padding-bottom: 300px;
}

.pageBody__w1240 {
	max-width: 94%;
	width: 1240px;
	margin-inline: auto;
	margin-top: 200px;
}

@media (max-width: 940px) {
	.pageBody__w1240 {
		margin-top: 120px;
	}
}

@media (max-width: 680px) {
	.pageBody__w1240 {
		margin-top: 80px;
	}
}

.pageBody__w1020 {
	max-width: 94%;
	width: 1020px;
	margin-inline: auto;
	margin-top: 64px;
}

.infoBody {
	max-width: 94%;
	width: 1540px;
	margin-inline: auto;
	margin-top: 300px;
	display: flex;
	flex-direction: column;
	gap: 200px;
}

.infoContent {
	display: flex;
	flex-direction: column;
	gap: 100px;
}

.infoTitle {
	font-weight: bold;
	font-size: 46px;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #333;
}

.infoTable {
	width: 100%;
}

.infoTable dl {
	display: flex;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1.75;
	text-align: left;
	color: #333;
	padding-bottom: 1.25em;
	border-bottom: 1px solid #707070;
}

.infoTable dl+dl {
	margin-top: 1.2em;
}

.infoTable dl dt {
	max-width: 25%;
	width: 400px;
}

.infoTable dl dd {
	flex: 1;
}

.infoMap {
	position: relative;
	width: 100%;
}

.infoMap::before {
	content: "";
	width: 100%;
	padding-top: 50%;
	display: block;
}

.infoMap iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	top: 0;
	left: 0;
}

.pageTitle {
	font-weight: bold;
	font-size: 32px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #333;
	margin-bottom: 1em;
}

.pageTitle span {
	display: inline-block;
}

.businessBody {
	margin-top: 140px;
	display: flex;
	flex-direction: column;
	gap: 100px;
}

.businessContent {
	max-width: 94%;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	gap: 100px;
}

.businessContent--01 {
	width: 1540px;
}

.businessContent--02 {
	width: 1048px;
}

.businessHead {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 32px;
}

.businessHead .pageTitle {
	margin: 0;
}

.businessText {
	font-weight: bold;
	font-size: 26px;
	letter-spacing: 0.1em;
	line-height: 1.75;
	color: #333;
}

.businessText span {
	display: inline-block;
}

.businessList {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.businessList li {
	width: calc(25% - 12px);
	padding-inline: 0.25rem;
	height: 3.3333333333em;
	border: 1px solid #707070;
	border-radius: 6.25rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	font-weight: bold;
	font-size: 19px;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #333;
	text-align: center;
}

.businessList li span {
	line-height: 1.25;
	display: block;
}

.businessCol {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 32px;
}

.businessItem {
	width: calc(33.3333333333% - 21.3333333333px);
}

.breadcrumb {
	width: 100%;
}

.breadcrumb ul {
	display: flex;
	align-items: center;
}

.breadcrumb li {
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1;
}

.breadcrumb li+li::before {
	content: "＞";
	display: inline-block;
	font-size: 10px;
	margin-inline: 0.25em;
	color: #848484;
}

.breadcrumb li a,
.breadcrumb li span {
	color: #848484;
}

.healthInsuranceBody {
	max-width: 94%;
	width: 1040px;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
}

.healthInsuranceContent h2 {
	font-weight: bold;
	font-size: 32px;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #333;
	margin-top: 16px;
}

.healthInsuranceContent h2+p {
	margin-top: 48px;
}

.healthInsuranceContent h2+h3 {
	margin-top: 72px;
}

.healthInsuranceContent h4+.healthInsuranceBox {
	margin-top: 18px;
}

.healthInsuranceContent h3+.healthInsuranceBox {
	margin-top: 32px;
}

.healthInsuranceContent .healthInsuranceBox+h3 {
	margin-top: 84px;
}

.healthInsuranceContent p+h3 {
	margin-top: 40px;
}

.healthInsuranceContent p+h4 {
	margin-top: 60px;
}

.healthInsuranceContent h3+p {
	margin-top: 30px;
}

.healthInsuranceContent h3 {
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 1.5x;
	color: #333;
}

.healthInsuranceContent h4 {
	font-weight: 900;
	font-size: 20px;
	letter-spacing: 0.09em;
	line-height: 1.5;
	color: #333;
}

.healthInsuranceContent p,
.healthInsuranceContent .healthInsuranceBox ul li {
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0.09em;
	line-height: 1.875;
	color: #333;
}

.healthInsuranceContent p b {
	font-weight: 900;
}

.healthInsuranceContent p+p {
	margin-top: 1em;
}

.healthInsuranceContent .healthInsuranceBox {
	background: #f4f9fc;
	padding: 20px;
}

.healthInsuranceContent .healthInsuranceBox+.healthInsuranceBox {
	margin-top: 18px;
}

.healthInsuranceContent .healthInsuranceBox h5 {
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.66666667;
	color: #333;
}

.healthInsuranceContent .healthInsuranceBox ul {
	margin-top: 12px;
}

.pageTitle+.pageItem__attention {
	margin: 0;
}

.pageItem {
	margin-top: 120px;
}

.pageItem__attention {
	background: #fff8f8;
	padding: 24px;
	width: 100%;
	margin-top: 60px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.pageItem__attention-title {
	font-weight: 900;
	font-size: 28px;
	letter-spacing: 0.1em;
	line-height: 1.54;
	color: #333;
}

.pageItem__attention-list li {
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 2.22222222;
	color: #333;
}

.pageItem__table-scroll {
	width: 100%;
	overflow-x: auto;
}

.pageItem__table .schema-gray .schema-item {
	background: #F7F7F7;
}

.pageItem__table .schema-blue .schema-item {
	background: #DFF7FA;
}

.pageItem__table .schema-yellow .schema-item {
	background: #FAFADF;
}

.pageItem__table-head p:nth-child(1),
.pageItem__table-item-title {
	width: 13.6363636364em;
}

.pageItem__table-head p:nth-child(2),
.pageItem__table-head p:nth-child(3),
.pageItem__table-item-col {
	flex: 1;
}

.pageItem__table p,
.pageItem__table-item-title {
	padding: 0.4545454545em 0.9090909091em;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #333;
}

.pageItem__table-head {
	display: flex;
	align-items: center;
	background: #F0E9E9;
}

.pageItem__table-item {
	display: flex;
}

.pageItem__table-item p {
	padding: 0.9090909091rem;
}

.pageItem__table-item-title {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pageItem__table-item-list {
	flex: 1;
	display: flex;
	align-items: center;
}

.pageItem__table-item-list--02 {
	display: flex;
	align-items: center;
}

.pageItem__table-item-list--02 p {
	flex: 1;
	min-width: -webkit-fit-content;
	min-width: -moz-fit-content;
	min-width: fit-content;
}

.pageItem__table02 {
	min-width: 880px;
}

.pageItem__table02--schema-light-blue .schema-title {
	background: #d6efef;
}

.pageItem__table02--schema-light-blue .schema-item p {
	background: #ecf4f4;
}

.pageItem__table02-head p:nth-child(1),
.pageItem__table02-item:nth-child(1) {
	flex: 3;
}

.pageItem__table02-head p:nth-child(2),
.pageItem__table02-head p:nth-child(3),
.pageItem__table02-item:nth-child(2),
.pageItem__table02-item:nth-child(3) {
	flex: 1;
	text-align: center;
}

.pageItem__table02-head {
	display: flex;
	align-items: center;
	background: #F0E9E9;
}

.pageItem__table02-head p {
	padding: 0.625rem;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.75;
	text-align: center;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pageItem__table02-body {
	display: flex;
}

.pageItem__table02-item p {
	height: auto;
	padding: 0.625rem;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.75;
	color: #333;
	margin-top: 0.3125rem;
}

.pageItem__table02-item-list {
	flex: 1;
	display: flex;
	align-items: center;
}

.pageItem__table02-item-list--02 {
	display: flex;
	align-items: center;
}

.pageItem__table02-item-list--02 p {
	flex: 1;
	min-width: -webkit-fit-content;
	min-width: -moz-fit-content;
	min-width: fit-content;
}

.pageItem__table03 {
	min-width: 880px;
}

.pageItem__table03--schema-light-blue .schema-title {
	background: #d6efef;
}

.pageItem__table03--schema-light-blue .schema-item p {
	background: #ecf4f4;
}

.pageItem__table03-head p:nth-child(1),
.pageItem__table03-item:nth-child(1) {
	flex: 2;
}

.pageItem__table03-head p:nth-child(2),
.pageItem__table03-head p:nth-child(3),
.pageItem__table03-head p:nth-child(4),
.pageItem__table03-item:nth-child(2),
.pageItem__table03-item:nth-child(3),
.pageItem__table03-item:nth-child(4) {
	flex: 1;
	text-align: center;
}

.pageItem__table03-head {
	display: flex;
	align-items: center;
	background: #F0E9E9;
}

.pageItem__table03-head p {
	padding: 0.625rem;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.75;
	text-align: center;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pageItem__table03-body {
	display: flex;
}

.pageItem__table03-item p {
	height: auto;
	padding: 0.625rem;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.75;
	color: #333;
	margin-top: 0.3125rem;
}

.pageItem__table03-item-list {
	flex: 1;
	display: flex;
	align-items: center;
}

.pageItem__table03-item-list--02 {
	display: flex;
	align-items: center;
}

.pageItem__table03-item-list--02 p {
	flex: 1;
	min-width: -webkit-fit-content;
	min-width: -moz-fit-content;
	min-width: fit-content;
}

.pageItem__table04 {
	min-width: 880px;
}

.pageItem__table04--schema-light-blue .schema-title {
	background: #d6efef;
}

.pageItem__table04--schema-light-blue .schema-item p {
	background: #ecf4f4;
}

.pageItem__table04-head p,
.pageItem__table04-item {
	flex: 1;
	text-align: center;
}

.pageItem__table04-head {
	display: flex;
	align-items: center;
	background: #F0E9E9;
}

.pageItem__table04-head p {
	padding: 0.625rem;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.75;
	text-align: center;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pageItem__table04-body {
	display: flex;
}

.pageItem__table04-item p {
	height: auto;
	padding: 0.625rem;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.75;
	color: #333;
	margin-top: 0.3125rem;
}

.pageItem__table04-item-list {
	flex: 1;
	display: flex;
	align-items: center;
}

.pageItem__table04-item-list--02 {
	display: flex;
	align-items: center;
}

.pageItem__table04-item-list--02 p {
	flex: 1;
	min-width: -webkit-fit-content;
	min-width: -moz-fit-content;
	min-width: fit-content;
}

.pageItem__table05 {
	min-width: 720px;
}

.pageItem__table05--schema-orange .schema-title {
	background: #f0e9e9;
}

.pageItem__table05--schema-orange .schema-item p {
	background: #fcf7f7;
}

.pageItem__table05-head p,
.pageItem__table05-item {
	flex: 1;
	min-width: -webkit-fit-content;
	min-width: -moz-fit-content;
	min-width: fit-content;
	font-weight: 600;
	text-align: center;
}

.pageItem__table05-head {
	display: flex;
	align-items: center;
	background: #F0E9E9;
}

.pageItem__table05-head p {
	padding: 0.625rem;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.75;
	text-align: center;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pageItem__table05-body {
	display: flex;
}

.pageItem__table05-item p {
	height: auto;
	padding: 0.625rem;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.75;
	color: #333;
	margin-top: 0.3125rem;
}

.pageItem__table05-item-list {
	flex: 1;
	display: flex;
	align-items: center;
}

.pageItem__table05-item-list--02 {
	display: flex;
	align-items: center;
}

.pageItem__table05-item-list--02 p {
	flex: 1;
	min-width: -webkit-fit-content;
	min-width: -moz-fit-content;
	min-width: fit-content;
}

.pageItem__table06 {
	max-width: 800px;
	min-width: 540px;
	margin-top: 32px;
}

.pageItem__table06--schema-blue .schema-title {
	background: #b8deed;
}

.pageItem__table06--schema-blue .schema-item p {
	background: #e8f5fa;
}

.pageItem__table06-head p:nth-child(1),
.pageItem__table06-item:nth-child(1) {
	flex: 1;
}

.pageItem__table06-item:nth-child(1) p {
/* 	padding-left: 2em; */
	text-align: center;
}

.pageItem__table06-head p:nth-child(2),
.pageItem__table06-item:nth-child(2) {
	flex: 2;
	text-align: center;
}

.pageItem__table06-head {
	display: flex;
	align-items: center;
	background: #F0E9E9;
}

.pageItem__table06-head p {
	padding: 0.625rem;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.75;
	text-align: center;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pageItem__table06-body {
	display: flex;
}

.pageItem__table06-item p {
	height: auto;
	padding: 0.625rem;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.75;
	color: #333;
	margin-top: 0.3125rem;
}

.pageItem__table06-item-list {
	flex: 1;
	display: flex;
	align-items: center;
}

.pageItem__table06-item-list--02 {
	display: flex;
	align-items: center;
}

.pageItem__table06-item-list--02 p {
	flex: 1;
	min-width: -webkit-fit-content;
	min-width: -moz-fit-content;
	min-width: fit-content;
}

.pageItem__table07 {
	min-width: 580px;
}

.pageItem__table07--schema-orange .schema-title {
	background: #f0e9e9;
}

.pageItem__table07--schema-orange .schema-item p {
	background: #fcf7f7;
}

.pageItem__table07-head p,
.pageItem__table07-item {
	flex: 1;
	font-weight: 600;
	text-align: center;
}

.pageItem__table07-head {
	display: flex;
	align-items: center;
	background: #F0E9E9;
}

.pageItem__table07-head p {
	padding: 0.625rem;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.75;
	text-align: center;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pageItem__table07-body {
	display: flex;
}

.pageItem__table07-item p {
	height: auto;
	padding: 0.625rem;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.75;
	color: #333;
	margin-top: 0.3125rem;
}

.pageItem__table07-item-list {
	flex: 1;
	display: flex;
	align-items: center;
}

.pageItem__table07-item-list--02 {
	display: flex;
	align-items: center;
}

.pageItem__table07-item-list--02 p {
	flex: 1;
	min-width: -webkit-fit-content;
	min-width: -moz-fit-content;
	min-width: fit-content;
}

.pageItem__table08 {
	max-width: 800px;
/* 	min-width: 540px; */
	margin-top: 32px;
}

.pageItem__table08--schema-blue .schema-title {
	background: #b8deed;
}

.pageItem__table08--schema-blue .schema-item p {
	background: #e8f5fa;
}

.pageItem__table08-head p,
.pageItem__table08-item {
	flex: 1;
	text-align: center;
}

.pageItem__table08-head {
	display: flex;
	align-items: center;
	background: #F0E9E9;
}

.pageItem__table08-head p {
	padding: 0.625rem;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.75;
	text-align: center;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pageItem__table08-head-psa {
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.75;
	text-align: right;
	color: #333;
}

.pageItem__table08-body {
	display: flex;
}

.pageItem__table08-item p {
	height: auto;
	padding: 0.625rem;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.75;
	color: #333;
	margin-top: 0.3125rem;
}

.pageItem__table08-item-list {
	flex: 1;
	display: flex;
	align-items: center;
}

.pageItem__table08-item-list--02 {
	display: flex;
	align-items: center;
}

.pageItem__table08-item-list--02 p {
	flex: 1;
	min-width: -webkit-fit-content;
	min-width: -moz-fit-content;
	min-width: fit-content;
}

.pageItem__text {
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.875;
	color: #333;
	margin-top: 32px;
}

.pageItem__text--bold {
	font-weight: 600;
}

.pageItem__list-num {
	font-weight: 600;
	font-size: 16px;
	text-align: left;
	color: #fff;
	width: 1.5625em;
	height: 1.5625em;
	background: #18b44e;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	text-align: center;
}

.pageItem__list li {
	display: flex;
	align-items: center;
	gap: 10px;
}

.pageItem__list li p {
	margin: 0;
}

.pageItem__box {
	padding: 24px;
	background: #fff;
	border-radius: 47px;
	background: #fcf7f7;
}

@media (max-width: 1440px) {

	.pageItem__table p,
	.pageItem__table-item-title {
		font-size: 18px;
	}
}

@media (max-width: 1200px) {

	.pageItem__table p,
	.pageItem__table-item-title {
		font-size: 16px;
	}

	.pageItem__table02-head p,
	.pageItem__table03-head p,
	.pageItem__table04-head p,
	.pageItem__table05-head p,
	.pageItem__table06-head p,
	.pageItem__table07-head p,
	.pageItem__table08-head p {
		font-size: 16px;
	}

	.pageItem__table02-item p,
	.pageItem__table03-item p,
	.pageItem__table04-item p,
	.pageItem__table05-item p,
	.pageItem__table06-item p,
	.pageItem__table07-item p,
	.pageItem__table08-item p {
		font-size: 14px;
	}
}

@media (max-width: 940px) {
	.pageItem__table {
		white-space: nowrap;
		width: 820px;
	}

	.pageItem__table p,
	.pageItem__table-item-title {
		font-size: 14px;
	}

	.pageItem__attention-list li {
		font-size: 16px;
	}
}

@media (max-width: 680px) {
	.pageItem {
		margin-top: 40px;
	}

	.pageItem__table {
		width: 800px;
	}

	.pageItem__table-head p:nth-child(1),
	.pageItem__table-item-title {
		width: 200px;
	}

	.pageItem__attention {
		margin-top: 30px;
		gap: 16px;
	}

	.pageItem__attention-title {
		font-size: 20px;
	}

	.pageItem__attention-list li {
		font-size: 14px;
	}

	.pageItem__text {
		font-size: 14px;
	}

	.pageItem__box {
		padding: 16px;
		border-radius: 32px;
	}
}

.pageDownload {
	padding: 40px;
	background: #fff;
	border: 2px solid #b9b3b3;
	display: flex;
	flex-direction: column;
	border-radius: 40px;
}

.pageDownload__title {
	font-size: 28px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #333;
}

.pageDownload__list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 16px;
}

.pageDownload__list a {
	min-width: 13.3em;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 0.6rem 2.4rem;
	border: 1px solid #707070;
	border-radius: 3rem;
	background: #bae1f1;
}

.pageDownload__list a::before {
	content: "";
	background-image: url(../images/fw-pdf-icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 14px;
	height: 19px;
	display: inline-block;
}

@media (max-width: 940px) {
	.pageDownload {
		padding: 24px;
		border-radius: 24px;
	}

	.pageDownload__title {
		font-size: 24px;
	}

	.pageDownload__list {
		gap: 8px;
	}

	.pageDownload__list a {
		font-size: 16px;
		padding: 0.5rem 2rem;
	}
}

@media (max-width: 680px) {
	.pageDownload {
		padding: 16px;
		border-radius: 16px;
		align-items: center;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin-inline: auto;
	}

	.pageDownload__title {
		font-size: 20px;
	}

	.pageDownload__list {
		flex-direction: column;
	}

	.pageDownload__list a {
		max-width: 300px;
		font-size: 14px;
		padding: 0.5714285714rem 2.2857142857rem;
	}
}

.pageDictionalist {
	margin-top: 60px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.pageDictionalist--schema-blue dl dt {
	background: #bae1f1;
}

.pageDictionalist--schema-blue dl dd {
	background: #f4f9fc;
}

.pageDictionalist--schema-light-blue dl dt {
	background: #d6efef;
}

.pageDictionalist--schema-light-blue dl dd {
	background: #f8f8f8;
}

.pageDictionalist--schema-yellow dl dt {
	background: #f7f3c6;
}

.pageDictionalist--schema-yellow dl dd {
	background: #fffde8;
}

.pageDictionalist dl {
	display: flex;
	gap: 6px;
}

.pageDictionalist dl dt {
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #333;
	padding: 1.4rem 1rem;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 9em;
}

.pageDictionalist dl dd {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #333;
	height: auto;
	padding: 1.4rem 1rem;
}

@media (max-width: 680px) {
	.pageDictionalist {
		margin-top: 20px;
	}

	.pageDictionalist dl {
		flex-direction: column;
	}

	.pageDictionalist dl dt {
		font-size: 16px;
		padding: 1rem 1rem;
	}

	.pageDictionalist dl dd {
		font-size: 14px;
		padding: 1rem 1rem;
	}
}

*+.pageItemElement {
	margin-top: 32px;
}

.pageItemElement {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.pageItemElement+.pageItemElement {
	margin-top: 32px;
}

.pageItemElement h4 {
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #333;
}

.pageItemElement>* {
	margin: 0;
}

@media (max-width: 680px) {
	.pageItemElement {
		gap: 10px;
	}

	.pageItemElement+.pageItemElement {
		margin-top: 16px;
	}

	.pageItemElement h4 {
		font-size: 18px;
	}
}

.ct01__col {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px;
}

.ct01__item {
	width: calc(25% - 30px);
}

.ct01__item-img {
	max-width: 240px;
	width: 100%;
	margin-inline: auto;
}

.ct01__item-text {
	font-weight: 900;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.38888889;
	text-align: center;
	color: #333;
	margin-top: 1.1111111111rem;
}

@media (max-width: 1440px) {
	.ct01__item-text {
		font-size: 16px;
	}
}

@media (max-width: 940px) {
	.ct01__col {
		max-width: 600px;
		margin-inline: auto;
	}

	.ct01__item {
		width: calc(50% - 20px);
	}
}

@media (max-width: 680px) {
	..insurance_div_1 {
		padding: 5% 7%;
	}
	.ct01__col {
		gap: 20px;
	}

	.ct01__item {
		width: calc(50% - 10px);
	}

	.ct01__item-text {
		font-size: 14px;
	}
}

.ct02__col {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}

.ct02__item {
	width: calc(33.3333333333% - 16.6666666667px);
	border-radius: 36px;
	background: #fff;
	border: 1px solid #707070;
	padding: 30px 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.ct02__item-title {
	font-weight: 900;
	font-size: 26px;
	letter-spacing: 0.1em;
	line-height: 1.25;
	color: #333;
	text-align: center;
}

.ct02__item-text {
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1.25;
	color: #333;
	text-align: center;
}

.ct02__info {
	margin-top: 52px;
	background: #fff8f8;
	padding: 24px 24px 40px;
}

.ct02__info-title {
	font-size: 28px;
	letter-spacing: 0.1em;
	line-height: 1.25;
	color: #333;
}

.ct02__info-list {
	display: flex;
	flex-direction: column;
}

.ct02__info-item {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 32px;
}

.ct02__info-item-title {
	font-weight: 900;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #333;
}

.ct02__info-item-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.ct02__info-item-links a {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: inline-block;
	font-weight: bold;
	text-decoration: underline;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.6666666667rem;
	text-align: center;
	color: #fff;
	padding: 1rem 2.6666666667rem;
	border-radius: 3rem;
	background: #ff9d9d;
	border: 1px solid #707070;
}

.ct02__info-text {
	font-weight: 900;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 2.1666666667em;
	color: #333;
	margin-top: 1.7777777778em;
}

@media (max-width: 1440px) {
	.ct02__item {
		padding: 24px 16px;
	}

	.ct02__item-title {
		font-size: 22px;
	}

	.ct02__item-text {
		font-size: 18px;
	}

	.ct02__info-item-links a {
		font-size: 16px;
	}
}

@media (max-width: 940px) {
	.ct02__item {
		min-height: 140px;
		width: calc(50% - 12.5px);
	}
}

@media (max-width: 680px) {
	.ct02__col {
		gap: 16px;
	}

	.ct02__item {
		width: calc(50% - 8px);
		min-height: 100px;
		padding: 16px 8px;
	}

	.ct02__item-title {
		font-size: 18px;
	}

	.ct02__item-text {
		font-size: 14px;
	}

	.ct02__info {
		padding: 16px 16px 32px;
	}

	.ct02__info-title {
		font-size: 24px;
	}

	.ct02__info-item {
		margin-top: 16px;
	}

	.ct02__info-item-title {
		font-size: 18px;
	}

	.ct02__info-item-links {
		flex-direction: column;
	}

	.ct02__info-item-links a {
		width: 100%;
		font-size: 14px;
		padding: 0.5rem 1rem;
	}

	.ct02__info-text {
		font-size: 14px;
	}
}

.ct03__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.ct03__item {
	display: flex;
	align-items: center;
	gap: 12px;
}

.ct03__item-num {
	width: 2.8888888889em;
	height: 2.8888888889em;
	font-weight: 900;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.ct03__item-num::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #bae1f1;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: rotate(-5deg);
	border-radius: 0.7222222222em;
}

.ct03__item-text {
	flex: 1;
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #041f2b;
}

@media (max-width: 680px) {
	.ct03__item-num {
		width: 2.8571428571em;
		height: 2.8571428571em;
		font-size: 14px;
	}

	.ct03__item-text {
		font-size: 14px;
	}
}

.ct04__col {
	display: flex;
	justify-content: center;
	gap: 18px;
}

.ct04__item {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 220px;
}

.ct04__box {
	margin-top: 32px;
	border-radius: 31px;
	background: #ebffff;
	padding: 18px 18px 24px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.ct04__box-title {
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #333;
}

.ct04__box-text {
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.875;
	color: #333;
}

.other01 {
	display: flex;
	align-items: center;
	gap: 32px;
}

.other01__img {
	width: 100%;
	max-width: 240px;
}

.other01__text {
	flex: 1;
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.4444444444em;
	color: #333;
}

@media (max-width: 940px) {
	.other01__img {
		max-width: 160px;
	}

	.other01__text {
		font-size: 16px;
	}
}

@media (max-width: 680px) {
	.other01 {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}

	.other01__img {
		max-width: 120px;
	}

	.other01__text {
		font-size: 14px;
	}
}

.coop__list {
	display: flex;
	flex-direction: column;
	gap: 52px;
}

.coop__item {
	border-radius: 57px;
	background: #f4fdff;
	padding: 40px;
}

.coop__item-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.coop__item-head h4 {
	font-weight: bold;
	font-size: 28px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: left;
	color: #333;
}

.coop__item-head a {
	font-weight: 500;
	text-decoration: underline;
	font-size: 22px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: left;
	color: #333;
	position: relative;
	padding-left: 24px;
}

.coop__item-head a::before {
	content: "";
	display: inline-block;
	width: 0.9090909091em;
	height: 0.9090909091em;
	background-image: url(../images/jamIcons-link.svg);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.coop__item-body {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 32px;
}

.coop__item-body p {
	display: flex;
	align-items: center;
}

.coop__item-body p::before {
	content: "";
	display: inline-block;
	width: 2em;
	height: 2em;
	background-image: url(../images/elegantIcons-icon-check.svg);
	background-size: cover;
	background-repeat: no-repeat;
	margin-right: 12px;
	flex-shrink: 0;
}

@media (max-width: 680px) {
	.coop__list {
		gap: 32px;
	}

	.coop__item {
		border-radius: 32px;
		padding: 24px;
	}

	.coop__item-head h4 {
		font-size: 18px;
	}

	.coop__item-head a {
		font-size: 14px;
	}

	.coop__item-body {
		margin-top: 16px;
	}

	.coop__item-body p {
		font-size: 14px;
	}
}

.archiveHead {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 50px;
}

.archiveHead__title {
	font-weight: 600;
	font-size: 44px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: left;
	color: #333;
}

.archiveHead__cat {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.archiveHead__cat li a {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #333;
	padding: 0.6666666667em 1.3333333333em;
	border-radius: 3em;
	background: #fff;
	border: 1px solid #707070;
}

@media (max-width: 940px) {
	.archiveHead {
		gap: 20px !important;
	}

	.archiveHead__cat {
		gap: 8px;
	}

	.archiveHead__cat li a {
		font-size: 14px;
		padding: 0.4285714286em 0.7142857143em;
	}
}

@media (max-width: 680px) {
	.archiveHead {
		gap: 12px !important;
	}

	.archiveHead__title {
		font-size: 32px;
	}
}

.archiveBody {
	margin-top: 60px;
	max-width: 1440px;
	width: 94%;
	margin-inline: auto;
}

.archiveBody__list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.archiveBody__item {
	width: calc(33.3333333333% - 26.6666666667px);
	border-radius: 36px;
	background: #fff;
	border: 1px solid #707070;
	padding: 24px;
}

.archiveBody__item-img {
	position: relative;
	width: 100%;
	border-radius: 25px;
	overflow: hidden;
}

.archiveBody__item-img::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 66.6666666667%;
}

.archiveBody__item-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.archiveBody__item-title {
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: left;
	color: #467689;
	margin-top: 32px;
}

.archiveBody__item-meta {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 12px;
}

.archiveBody__item-meta span,
.archiveBody__item-meta time {
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #467689;
}

@media (max-width: 1200px) {
	.archiveBody__item {
		width: calc(50% - 20px);
	}
}

@media (max-width: 940px) {
	.archiveBody {
		margin-top: 40px;
	}

	.archiveBody__list {
		gap: 20px;
	}

	.archiveBody__item {
		width: calc(50% - 10px);
		padding: 16px;
	}

	.archiveBody__item-title {
		font-size: 20px;
		margin-top: 24px;
	}

	.archiveBody__item-meta {
		margin-top: 8px;
	}
}

@media (max-width: 680px) {
	.archiveBody__item {
		width: 100%;
	}
}

.singleHead {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px !important;
}

.singleHead__title {
	font-weight: 600;
	font-size: 44px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: left;
	color: #333;
}

.singleHead__meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.singleHead__meta time,
.singleHead__meta span {
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #467689;
}

@media (max-width: 940px) {
	.singleHead__meta {
		gap: 8px;
	}
}

@media (max-width: 680px) {
	.singleHead {
		gap: 12px !important;
	}

	.singleHead__title {
		font-size: 24px;
	}
}

.singleBody {
	margin-top: 54px;
	max-width: 1200px;
	width: 94%;
	margin-inline: auto;
}

.singleBody__img {
	width: 100%;
	margin-bottom: 94px;
}

.singleBody__img:empty {
	display: none;
}

.singleBody__content {
	margin-bottom: 120px;
}

.singleBody__content p {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 2;
	color: #333;
	margin-bottom: 2em;
}

.singleBody__content p+figure {
	margin-top: 90px;
}

.singleBody__content figure {
	width: 100%;
	margin-bottom: 70px;
}

.singleBody__content figure:empty {
	display: none;
}

.singleBody__content *:last-child {
	margin-bottom: 0;
}

@media (max-width: 680px) {
	.singleBody {
		margin-top: 40px;
	}

	.singleBody__content {
		margin-bottom: 40px;
	}

	.singleBody__content p {
		font-size: 16px;
	}
}

.relationArchive {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.relationArchive__title {
	font-weight: 600;
	font-size: 44px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: center;
	color: #333;
}

@media (max-width: 680px) {
	.relationArchive {
		gap: 20px;
	}

	.relationArchive__title {
		font-size: 32px;
	}
}

.pageSearch {
	text-align: center;
	padding-bottom: 120px;
}

.pageSearchForm {
	max-width: 750px;
	width: 94%;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.pageSearchForm__item {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.pageSearchForm__item label {
	width: 125px;
	text-align: left;
}

.pageSearchForm__item input {
	flex: 1;
	width: 100%;
	height: 50px;
	border-radius: 3em;
	background: #fff;
	border: 1px solid #707070;
	padding: 0 24px;
	text-align: left;
}

.pageSearchForm button {
	width: 140px;
	height: 50px;
	border-radius: 1.5em;
	background: #298607;
	border: 1px solid #707070;
	font-family: "Noto Sans CJK JP";
	font-weight: bold;
	font-size: 17px;
	letter-spacing: 0.12em;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 940px) {
	.pageSearch {
		padding-bottom: 80px;
	}
}

@media (max-width: 680px) {
	.pageSearch {
		padding-bottom: 40px;
	}

	.pageSearchForm__item {
		max-width: 300px;
		flex-direction: column;
		align-items: flex-end;
		gap: 12px;
	}

	.pageSearchForm__item label {
		width: 100%;
	}

	.pageSearchForm__item input {
		flex: none;
		height: 40px;
	}

	.pageSearchForm__item button {
		font-size: 14px;
		width: 100px;
		height: 40px;
	}
}

@media (max-width: 1440px) {
	.businessList li {
		font-size: 20px;
	}
}

@media (max-width: 1024px) {
	.businessList li {
		font-size: 18px;
	}
}

@media (max-width: 940px) {
	.businessContent {
		gap: 80px;
	}

	.businessList li {
		font-size: 16px;
		width: calc(33.3333333333% - 10.6666666667px);
	}
}

@media (max-width: 680px) {
	h2 {
		font-size: 150%;
	}

	.pageTitle {
		font-size: 24px;
	}

	.businessBody {
		margin-top: 80px;
		gap: 80px;
	}

	.businessHead {
		gap: 16px;
	}

	.businessContent {
		gap: 40px;
	}

	.businessText {
		font-size: 17px;
	}

	.businessList {
		gap: 8px;
	}

	.businessList li {
		font-size: 14px;
		width: calc(33.3333333333% - 5.3333333333px);
	}

	.businessCol {
		max-width: 300px;
		margin-inline: auto;
		flex-direction: column;
	}

	.businessItem {
		width: 100%;
	}

	.breadcrumb ul {
		flex-wrap: wrap;
	}

	.healthInsuranceContent h2+p {
		margin-top: 24px;
	}

	.healthInsuranceContent h2+h3 {
		margin-top: 36px;
	}

	.healthInsuranceContent h4+.healthInsuranceBox {
		margin-top: 9px;
	}

	.healthInsuranceContent h3+.healthInsuranceBox {
		margin-top: 24px;
	}

	.healthInsuranceContent .healthInsuranceBox+h3 {
		margin-top: 40px;
	}

	.healthInsuranceContent p+h3 {
		margin-top: 20px;
	}

	.healthInsuranceContent p+h4 {
		margin-top: 30px;
	}

	.healthInsuranceContent h3+p {
		margin-top: 15px;
	}

	.healthInsuranceContent h3 {
		font-size: 20px;
	}

	.healthInsuranceContent h4 {
		font-size: 18px;
	}

	.healthInsuranceContent p,
	.healthInsuranceContent .healthInsuranceBox ul li {
		font-size: 14px;
	}

	.healthInsuranceContent .healthInsuranceBox+.healthInsuranceBox {
		margin-top: 9px;
	}

	.healthInsuranceContent .healthInsuranceBox h5 {
		font-size: 16px;
	}

	.healthInsuranceContent .healthInsuranceBox ul {
		margin-top: 6px;
	}
}

@media (max-width: 550px) {
	.businessList {
		gap: 8px;
	}

	.businessList li {
		width: calc(50% - 4px);
	}
}

/*============================
建設連合・京都府建設組合とは
============================*/
.about1 {
	padding: 0 0 120px;
	background: url(../images/about-mv.svg) no-repeat right bottom/55% 45%;
}

.about1Title {
	font-size: 54px;
	letter-spacing: 2px;
}

.about1Title span {
	font-size: 75%;
}

.slick01Item {
	padding: 0 20px;
	height: 500px;
	width: 550px;
	border-radius: 40px;
}

.slick01Item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 40px;
}

.about2 {
	background: #0F2364;
	border: 1px solid #707070;
	color: #fff;
	padding: 10px 0;
}

.about2Wrap {
	display: grid;
	grid-template-columns: 200px 1fr;
	align-items: center;
}

.about2Con {
	display: flex;
	align-items: center;
	gap: 20px;
}

.about2Con time {
	font-weight: 400;
}

.about2Con p.cat {
	color: #0F2364;
	background: #fff;
	padding: 0 16px;
}

.about2Con .about2ConTitle a {
	color: #fff;
	font-size: 1rem;
	font-weight: normal;
}

.about2ConTitle {
	flex: 1;
}

.about3 {
	padding: 100px 0;
	background: url(../images/bg-deco5.svg) no-repeat left top/cover;
	background-color: #fff;
}

.about3Con .grid3Item figure {
	border: 1px solid #707070;
	border-radius: 50%;
	margin: 16px auto 0;
	width: 300px;
	height: 300px;
}

.about4Con .grid4Item {
	padding-bottom: 100px;
}

.about4Con .grid4Item figure {
	border: 1px solid #707070;
	border-radius: 54px;
	margin: 16px auto 0;
	width: 400px;
	height: 400px;
	background-color: #fff;
}

.about4Con .grid4Item figure a {
	display: block;
	width: 100%;
	height: 100%;
}

.about4Con .grid4Item figure img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.about4Con .grid4Item h3 {
	padding-top: 10px;
	padding-left: 32px;
}

.about4Con .grid4Item h3 a span {
	position: relative;
}

.about4Con .grid4Item h3 a span::after {
	content: "";
	display: inline-block;
	border-top: 4px solid #222;
	border-right: 4px solid #222;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	vertical-align: 1px;
	margin: 0 0 0 4px;
	left: 0;
	position: relative;
	transition: all 0.3s ease-out;
}

.about4Title span::before {
	content: "";
	display: block;
	width: 400px;
	height: 2px;
	background: #24669F;
	margin: 16px auto;
}

.about4 {
	background: #DFF5FB;
	padding: 80px 0;
}

.about4Title {
	color: #072F65;
	text-align: center;
	font-size: 36px;
	margin: 0 0 80px;
}

.about4Title span {
	position: relative;
	font-size: 75%;
	font-weight: 500;
}

.about4Con {
	gap: 40px;
}

.about4Con.grid4 {
	margin-inline: auto;
}

.about4Con .grid3Item figure {
	background: #fff;
	border-radius: 40px;
	margin: 0 0 20px;
}

.about4Con .grid3Item h3 a {
	color: #072F65;
}

.about4Con .grid3Item p {
	color: #072F65;
	font-weight: bold;
}

.about4Con .grid3Item h3 a span {
	position: relative;
}

.about4Con .grid3Item h3 a span::after {
	content: "";
	display: inline-block;
	border-top: 4px solid #222;
	border-right: 4px solid #222;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	vertical-align: 1px;
	margin: 0 0 0 4px;
	left: 0;
	position: relative;
	transition: all 0.3s ease-out;
}

.about4Con .grid3Item h3 a:hover span::after {
	left: 10px;
	transition: all 0.3s ease-out;
}

/*============================
プライバシー
============================*/
/*============================
ブログ一覧
============================*/
.top-news {
	padding: 140px 0;
	margin-bottom: -140px;
}

.top-news__title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.top-news__title ._jp {
	font-size: 36px;
	line-height: 1;
	font-weight: bold;
}

.top-news__title ._en {
	font-size: 36px;
	line-height: 1.1666666667;
	font-weight: normal;
}

.top-news__list {
	margin-top: 60px;
}

.top-news__list ul {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.top-news__list ul li {
	width: 100%;
}

.top-news__list ul li a {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 12px 40px;
	background: #fff;
	border-radius: 28px;
}

.top-news__list ul li a time {
	font-size: 16px;
	line-height: 1.1428571429;
	font-weight: bold;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.top-news__list ul li a .cat {
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	border-radius: 22px;
	background: #CDE3F2;
	color: #707070;
	padding: 12px 32px;
}

.top-news__list ul li a p {
	flex: 1;
	font-size: 16px;
	line-height: 1.1818181818;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/*============================
ブログ詳細
============================*/
/*============================
カテゴリ
============================*/
/*============================
お問い合わせ
============================*/
ul.pageSearchForm__ul {
	text-align: left;
}

input[type="checkbox"] {
	width: 15px;
}

@media (max-width: 1800px) {
	.about4Con .grid4Item figure {
		width: 300px;
		height: 300px;
	}
}

@media (max-width: 1400px) {
	.about4Con .grid4Item figure {
		width: 250px;
		height: 250px;
		border-radius: 24px;
	}

	.about4Con .grid4Item h3 {
		font-size: 20px;
		padding-left: 24px;
	}
}

@media (max-width: 1200px) {
	.slick01Item {
		height: 300px;
	}

	.about4Con.grid4 {
		max-width: 580px;
		grid-template-columns: repeat(2, 1fr);
	}

	.about4Con .grid4Item {
		padding-bottom: 0;
	}
}

@media (max-width: 1100px) {
	.mv_img_top {
		padding: 80px 0 110px;
	}

	.ctaConLeft {
		grid-template-columns: 1fr;
	}

	.ctaWrap {
		grid-template-columns: 340px 1fr;
	}

	.about3Con .grid3Item figure {
		width: 200px;
		height: 200px;
	}
}

@media (max-width: 1024px) {
	.about1 {
		padding: 0 0 50px 0;
		background: url(../images/about-mv.svg) no-repeat right bottom/55% 35%;
	}

	.about2Wrap {
		grid-template-columns: 130px 1fr;
	}

	.pageHead {
		flex-direction: column;
	}
}

@media (max-width: 940px) {
	.spBtn {
		display: flex;
		padding: 16px;
		top: 35px;
		right: 30px;
	}

	.spCon {
		gap: 40px;
	}

	.gnavi {
		display: none;
	}

	.about1Title {
		font-size: 40px;
		margin: 0 0 10px;
	}

	.slick01Item {
		height: 240px;
	}

	.pageMain {
		padding-top: 110px;
	}

	.pageHead {
		gap: 2rem;
	}

	.pageHead__title {
		font-size: 36px;
	}

	.pageBody {
		padding-bottom: 120px;
	}

	.infoBody {
		margin-top: 120px;
		gap: 120px;
	}

	.infoContent {
		gap: 40px;
	}

	.infoTitle {
		font-size: 38px;
	}

	.infoTable dl {
		font-size: 18px;
	}

	.top-news {
		padding: 140px 0;
		margin-bottom: -140px;
	}

	.top-news__title ._jp {
		font-size: 24px;
	}

	.top-news__title ._en {
		font-size: 24px;
	}

	.top-news__list {
		margin-top: 40px;
	}

	.top-news__list ul li a {
		gap: 12px;
		padding: 12px 20px;
	}

	.top-news__list ul li a time {
		line-height: 1.2;
	}

	.top-news__list ul li a .cat {
		padding: 6px 16px;
	}

	.top-news__list ul li a p {
		line-height: 1.2222222222;
	}
}

@media (max-width: 800px) {
	.mv_title {
		font-size: 18px;
		padding: 4px 20px;
	}

	.mv_text {
		font-size: 15px;
		padding: 4px 16px;
	}

	.mv_img_bottom {
		padding: 8px 5px;
		border-radius: 0 0 24px 24px;
	}

	.mv_nav ul {
		gap: 5px;
	}

	.mv_nav ul a {
		padding: 4px 8px;
		font-size: 15px;
	}

	.ctaConLeft {
		grid-template-columns: 1fr 1fr;
	}

	.ctaWrap {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}

@media (max-width: 680px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.mb20 {
		margin-bottom: 10px;
	}

	.mb40 {
		margin-bottom: 20px;
	}

	.mb60 {
		margin-bottom: 30px;
	}

	.mb80 {
		margin-bottom: 40px;
	}

	.mb100 {
		margin-bottom: 60px;
	}

	.ptb80 {
		padding: 40px 0;
	}

	.ptb100 {
		padding: 50px 0;
	}

	main {
		background: url("../images/bg-deco1.svg") no-repeat top center/100%, url("../images/bg-deco3.svg") no-repeat 28% top/40%, url("../images/bg-deco2.svg") no-repeat bottom right/140%;
	}

	.about1Title {
		font-size: 30px;
	}

	.about2Wrap {
		grid-template-columns: 1fr;
	}

	.about3 {
		padding: 60px 0 0;
	}

	.about3Con {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.about3Con .grid3Item figure {
		margin: 8px auto 0;
	}

	.about3SubTit {
		width: 380px;
		margin: 0 auto 10px;
		max-width: 100%;
	}

	.about3SubTit--about {
		width: 160px;
	}

	.about4Con {
		grid-template-columns: 1fr;
	}

	.about4Con.grid4 {
		max-width: 248px;
		grid-template-columns: repeat(1, 1fr);
	}

	.about4Con .grid3Item {
		max-width: 400px;
		margin: 0 auto;
	}

	.about4Title {
		margin: 0 0 40px;
		font-size: 28px;
	}

	.about4 {
		padding: 60px 0;
	}

	.about4Title span::before {
		width: 300px;
		max-width: 80%;
	}

	.pageHead {
		flex-direction: column;
	}

	.pageHead__img {
		max-width: 100%;
	}

	.pageHead__title {
		font-size: 32px;
	}

	.pageHead__text {
		margin-top: 24px;
	}

	.pageBody {
		padding-bottom: 40px;
	}

	.infoBody {
		margin-top: 80px;
		gap: 80px;
	}

	.infoTitle {
		font-size: 34px;
	}

	.infoContent {
		gap: 24px;
	}

	.infoTable dl {
		font-size: 16px;
		flex-direction: column;
	}

	.infoTable dl dt {
		font-size: 18px;
		max-width: inherit;
		width: 100%;
	}

	.top-news {
		padding: 80px 0 140px;
		margin-bottom: -140px;
	}

	.top-news__title {
		gap: 10px;
	}

	.top-news__list {
		margin-top: 20px;
	}

	.top-news__list ul {
		display: flex;
		flex-wrap: wrap;
		gap: 18px;
	}

	.top-news__list ul li {
		width: 100%;
	}

	.top-news__list ul li a {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 10px;
	}

	.top-news__list ul li a p {
		flex: 0 0 100%;
	}
}

@media (max-width: 550px) {
	.mv_img {
		flex-direction: column;
		align-items: center;
	}

	.mv_img_left,
	.mv_img_right {
		width: 100%;
		max-width: 310px;
	}

	main {
		background: url(../images/bg-deco1.svg) no-repeat top center/100%, url(../images/bg-deco3.svg) no-repeat 28% top/40%, url(../images/bg-deco2.svg) no-repeat bottom right/auto 100%;
	}

	footer {
		background: url(../images/foot-deco.svg) no-repeat bottom/300% auto;
	}

	.ctaConLeft {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.about1 {
		background: url(../images/about-mv.svg) no-repeat right bottom/55% 25%;
	}

	.about2Con {
		flex-wrap: wrap;
		gap: 10px;
	}

	.about2ConTitle {
		flex: auto;
	}

	.about2Wrap {
		gap: 16px;
	}

	.about2Con p.cat {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.logo a span {
		font-size: 15px;
	}

	.logo a {
		align-items: center;
	}

	.spBtn {
		right: 20px;
		top: 30px;
		width: 50px;
		height: 40px;
	}

	.stick {
		margin: 0 0 14px;
	}

	.footTit {
		font-size: 200%;
	}

	.spCon {
		gap: 60px;
	}

	.headLeft a {
		display: none;
	}

	header {
		grid-template-columns: 0.7fr 100px 1fr;
	}

	.logo {
		width: 220px;
	}

	.btn-trigger span:nth-of-type(2) {
		top: 17px;
	}

	#btn06.active span:nth-of-type(1) {
		top: -4px;
	}

	.ctaTitle {
		font-size: 28px;
	}

	.cta::before {
		width: 220px;
		height: 50px;
	}

	.about1Title {
		font-size: 24px;
	}

	.about1 {
		background: url(../images/about-mv.svg) no-repeat right bottom/70% 30%;
	}
}

@media (max-width: 380px) {
	.about1Title {
		letter-spacing: 1px;
		font-size: 18px;
	}

	.about1 {
		background: url(../images/about-mv.svg) no-repeat right bottom/70% 20%;
	}
}

/*# sourceMappingURL=style.css.map */

.subMenu {
	display: none;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: max-height 0.5s ease-out, opacity 0.3s ease-out;
}
