@charset "utf-8";

.pc_only {
	display: none;
}

.pc_only_2 {
	display: none;
}

.sp_only {
	display: block;
}

.sp_only {
	display: block;
}

@media screen and (min-width: 768px) {
    .pc_only{
		display: block;
	}

	.sp_only{
		display: none;
	}

	.sp_only_2 {
		display: block;
	}
}

@media screen and (min-width: 1024px) {
	.pc_only_2 {
		display: block;
	}

	.sp_only_2{
		display: none;
	}
}

body {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	color: #333;
}

main {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

th,
td {
	border: 1px solid #000;
	padding: 12px 16px;
	font-weight: 400;
}

th {
	vertical-align: baseline;
}

img {
	width: 100%;
}

a :hover{
	cursor: pointer;
}

.font {
	font-family: "Prompt", serif;
}

.inversion_x {
	transform: scale(-1, 1);
}

.inversion_y {
	transform: scale(1, -1);
}

.text_bold {
	font-weight: 700;
}

@media screen and (min-width: 425px) {}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 1024px) {}

@media screen and (min-width: 1440px) {}

@media screen and (min-width: 1920px) {}

/* ---------- 見出し ---------- */

/* ----- 見出し1 ----- */

.headline_1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 72%;
    margin: 0 auto 0;
    font-size: 1.2rem;
    font-weight: 700;
}

.headline_1_img {
    display: block;
    margin-top: 3%;
}

.headline_1_sub {
    display: block;
	margin-top: 2%;
    font-family: "Prompt", serif;
    font-size: 0.8em;
	letter-spacing: 0.1em;
    color: #FF0000;
}

/* ----- 見出し2 ----- */

.headline_2 {
    position: relative;
    /* width: 80%; */
    margin: 0 auto 0;
    /* padding: 0.5em 0; */
    font-size: 1.2rem;
    font-weight: 700;
}

.headline_2_sub {
    font-family: "Prompt", serif;
    font-size: 0.6em;
    color: #FF0000;
}

.business_flexbox_box_1 .headline_2_main {
    position: absolute;
    top: 50%;
    left: 14%;
    transform: translate(0, -50%);
}

.business_flexbox_box_1 .headline_2_sub {
    position: absolute;
    top: 50%;
    right: 14%;
    transform: translate(0, -50%);
}

.business_flexbox_box_2 .headline_2_main {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(0, -50%);
}

.business_flexbox_box_2 .headline_2_sub {
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translate(0, -50%);
}

.business_flexbox_box_3 .headline_2_main {
    position: absolute;
    top: 50%;
    left: 9%;
    transform: translate(0, -50%);
}

.business_flexbox_box_3 .headline_2_sub {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(0, -50%);
}

.business_flexbox_box_4 .headline_2_main {
    position: absolute;
    top: 50%;
    left: 17%;
    transform: translate(0, -50%);
}

.business_flexbox_box_4 .headline_2_sub {
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
    .headline_1,
    .headline_2 {
        font-size: 1.2rem;
    }

    .headline_1 {
        width: 35%;
    }

    .business_flexbox_box_1 .headline_2_main {
        top: 50%;
        left: 14%;
    }

    .business_flexbox_box_1 .headline_2_sub {
        top: 50%;
        right: 14%;
    }

    .business_flexbox_box_2 .headline_2_main {
        top: 50%;
        left: 8%;
    }

    .business_flexbox_box_2 .headline_2_sub {
        top: 50%;
        right: 3%;
    }

    .business_flexbox_box_3 .headline_2_main {
        top: 50%;
        left: 7%;
    }

    .business_flexbox_box_3 .headline_2_sub {
        top: 50%;
        right: 10%;
    }

    .business_flexbox_box_4 .headline_2_main {
        top: 50%;
        left: 15%;
    }

    .business_flexbox_box_4 .headline_2_sub {
        top: 50%;
        right: 5%;
    }
}

@media screen and (min-width: 1024px) {
    .headline_1,
    .headline_2 {
        font-size: 1.6rem;
    }

    .business_flexbox_box_1 .headline_2_main {
        top: 50%;
        left: 13%;
    }

    .business_flexbox_box_1 .headline_2_sub {
        top: 50%;
        right: 15%;
    }

    .business_flexbox_box_2 .headline_2_main {
        top: 50%;
        left: 8%;
    }

    .business_flexbox_box_2 .headline_2_sub {
        top: 50%;
        right: 3%;
    }

    .business_flexbox_box_3 .headline_2_main {
        top: 50%;
        left: 7%;
    }

    .business_flexbox_box_3 .headline_2_sub {
        top: 50%;
        right: 10%;
    }

    .business_flexbox_box_4 .headline_2_main {
        top: 50%;
        left: 15%;
    }

    .business_flexbox_box_4 .headline_2_sub {
        top: 50%;
        right: 5%;
    }
}

@media screen and (min-width: 1440px) {
    .headline_1,
    .headline_2 {
        font-size: 2rem;
    }

    .business_flexbox_box_1 .headline_2_main {
        top: 50%;
        left: 14%;
    }

    .business_flexbox_box_1 .headline_2_sub {
        top: 50%;
        right: 15%;
    }

    .business_flexbox_box_2 .headline_2_main {
        top: 50%;
        left: 9%;
    }

    .business_flexbox_box_2 .headline_2_sub {
        top: 50%;
        right: 3%;
    }

    .business_flexbox_box_3 .headline_2_main {
        top: 50%;
        left: 7%;
    }

    .business_flexbox_box_3 .headline_2_sub {
        top: 50%;
        right: 11%;
    }

    .business_flexbox_box_4 .headline_2_main {
        top: 50%;
        left: 15%;
    }

    .business_flexbox_box_4 .headline_2_sub {
        top: 50%;
        right: 5%;
    }
}

@media screen and (min-width: 1920px) {
    .headline_1,
    .headline_2 {
        font-size: 2.8rem;
    }

	.headline_1 {
		width: 37%;
	}

    .business_flexbox_box_1 .headline_2_main {
        top: 50%;
        left: 12%;
    }

    .business_flexbox_box_1 .headline_2_sub {
        top: 50%;
        right: 13%;
    }

    .business_flexbox_box_2 .headline_2_main {
        top: 50%;
        left: 7%;
    }

    .business_flexbox_box_2 .headline_2_sub {
        top: 50%;
        right: 2%;
    }

    .business_flexbox_box_3 .headline_2_main {
        top: 50%;
        left: 6%;
    }

    .business_flexbox_box_3 .headline_2_sub {
        top: 50%;
        right: 9%;
    }

    .business_flexbox_box_4 .headline_2_main {
        top: 50%;
        left: 15%;
    }

    .business_flexbox_box_4 .headline_2_sub {
        top: 50%;
        right: 5%;
    }
}

/* ---------- ヘッダー ---------- */

.header {
	position: fixed;
	width: 100%;
	margin: 0;
	padding: 2%;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 10;
}

.header_flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	gap: 8px;
	width: 90%;
}

.header_logo_area {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
}

.header_flex_child_1 {
	/* width: 100%; */
}

.header_logo_img_1,
.header_logo_img_2 {
	width: auto;
	height: 36px;
}

.header_logo_2_flex {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 2px;
}

.header_logo_2_text_1 {
	display: block;
	font-size: 0.8em;
}

.header_logo_2_text_2 {
	display: block;
	margin: 2px 0 0 0;
	font-size: 1em;
}

.header_logo_2_text_3 {
	display: block;
	margin: 2px 0 0 0;
	font-size: 0.6em;
}

.header_logo_2_img {
	display: block;
	width: 35%;
}

.tel {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0.5em;
	font-size: 1.2rem;
	color: #2C2B4F;
}

.tel img {
	display: block;
	width: auto;
	height: 1em;
}

@media screen and (min-width: 768px) {
	.header	{
		padding: 1%;
	}

	.header_flex {
		justify-content: flex-end;
		width: 100%;
	}

	.header_flex_child_1 {
		margin: 0 auto 0 0;
	}

	.header_logo_area {
		height: 100%;
	}

	.header_logo_img_1,
	.header_logo_img_2 {
		width: auto;
		height: 42px;
	}

	.header_logo_2_flex {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		gap: 2px;
	}

	.header_logo_2_text_1 {
		display: block;
		font-size: 0.8em;
	}

	.header_logo_2_text_2 {
		display: block;
		margin: 2px 0 0 0;
		font-size: 1em;
	}

	.header_logo_2_text_3 {
		display: block;
		margin: 2px 0 0 0;
		font-size: 0.6em;
	}

	.header_logo_2_img {
		display: block;
		width: 50%;
	}

	.header_flex_child_2 {
		width: 45%;
		margin-top: auto;
		margin-bottom: 8px;
	}

	.header_flex_child_2_list {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 12px;
	}

	.list_link {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-size: 0.8rem;
	}

	.list_link span {
		display: block;
		font-family: "BIZ UDPGothic", serif;
	}

	.list_link span:nth-of-type(2) {
		font-family: "Prompt", serif;
		font-size: 0.8em;
		color: #FF0000;
	}

	.header_flex_child_3 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 8px;
		width: 20%;
	}

	.header_tel {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 0.5em;
		font-family: "Prompt", serif;
		font-size: 1rem;
		color: #2C2B4F;
	}

	.header_tel img {
		display: block;
		width: auto;
		height: 1em;
	}

	.header_contact {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 0.5em;
		padding: 0.5em 1em;
		background-color: #B62135;
		border-radius: 33px;
		color: #fff;
	}

	.header_contact img {
		display: block;
		width: auto;
		height: 1em;
	}

	.header_contact_text {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-size: 0.8rem;
	}

	.header_contact_text span {
		display: block;
		font-family: "BIZ UDPGothic", serif;
	}

	.header_contact_text span:nth-of-type(2) {
		font-family: "Prompt", serif;
		font-size: 0.8em;
	}
}

@media screen and (min-width: 1024px) {
	.header_flex {
		gap: 16px;
	}

	.header_logo_img_1,
	.header_logo_img_2 {
		width: auto;
		height: 60px;
	}

	.header_flex_child_2 {
		width: 35%;
	}

	.header_flex_child_2_list {
		gap: 16px;
	}

	.header_flex_child_3 {
		width: 15%;
	}
}

@media screen and (min-width: 1440px) {
	.header_flex {
		gap: 36px;
	}

	.header_logo_img_1,
	.header_logo_img_2 {
		width: auto;
		height: 90px;
	}

	.header_flex_child_2 {
		width: 40%;
	}

	.header_flex_child_2_list {
		gap: 36px;
	}

	.list_link {
		font-size: 1.2rem;
	}

	.header_tel {
		font-size: 1.6rem;
	}

	.header_contact {
		gap: 1em;
		padding: 0.5em 1.5em;
	}

	.header_contact_text {
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 1920px) {
	.header_flex {
		gap: 48px;
	}

	.header_logo_img_1,
	.header_logo_img_2 {
		width: auto;
		height: 120px;
	}

	.header_flex_child_2_list {
		gap: 48px;
	}

	.list_link {
		font-size: 1.4rem;
	}

	.header_tel {
		font-size: 1.8rem;
	}

	.header_contact {
		gap: 16px;
		padding: 0.5em 2.5em;
	}

	.header_contact_text {
		font-size: 1.2rem;
	}
}

/* ---------- マップ ---------- */

.map {
	position: relative;
	width: 100%;
	margin: 0 auto 0;
	height: 0;
	padding-top: 100%;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 768px) {
	.map {
		padding-top: 35%;
	}
}

@media screen and (min-width: 1024px) {}

@media screen and (min-width: 1440px) {}

@media screen and (min-width: 1920px) {}


/* ---------- フッター ---------- */

.footer {
	margin: 0 auto 0;
}

.footer_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	padding: 5%;
}

.info_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.info_logo {
	width: 50%;
}

.footer_logo_area {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	height: 100%;
}

.footer_logo_img_1,
.footer_logo_img_2 {
	width: auto;
	height: 48px;
}

.info_text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
	font-size: 0.8rem;
	font-weight: 700;
	color: #2C2B4F;
}

.info_tel {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0.5em;
	font-family: "Prompt", serif;
	font-size: 1.8em;
	color: #2C2B4F;
}

.info_tel img {
	display: block;
	width: auto;
	height: 1em;
}

.footer_list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px;
}

.footer_list_link {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: "BIZ UDPGothic", serif;
	font-size: 0.8rem;
}

.footer_list_link span {
	display: block;
}

.copyright {
	padding: 1em 0;
	background-color: #2C2B4F;
	border-top: 4px #FF0000 solid;
	text-align: center;
	font-family: "BIZ UDPGothic", serif;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.footer {}

	.footer_inner {
		flex-direction: row;
		justify-content:flex-start;
		gap: 16px;
		margin: 0 auto 0;
		padding: 2%;
	}

	.info_inner {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: flex-start;
	}

	.footer_logo_img_1 {
		width: auto;
		height: 48px;
	}

	.footer_logo_img_2 {
		width: auto;
		height: 24px;
	}

	.info_text {
		align-items: flex-start;
		font-size: 0.6rem;
	}

	.footer_list_wrap {
		width: auto;
	}

	.footer_list {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 12px;
	}

	.footer_list_link {
		font-size: 0.6rem;
	}
}

@media screen and (min-width: 1024px) {
	.footer_inner {
		flex-direction: row;
		gap: 24px;
	}

	.info_inner {
		justify-content: flex-start;
		align-items: flex-start;
		width: 100%;
	}

	.footer_logo_img_1 {
		height: 84px;
	}

	.footer_logo_img_2 {
		height: 48px;
	}

	.info_text {
		font-size: 0.8rem;
	}

	.footer_list {
		gap: 24px;
	}

	.footer_list_link {
		font-size: 0.8rem;
	}
}

@media screen and (min-width: 1440px) {
	.footer_inner {
		gap: 60px;
		padding: 1% 3%;
	}

	.info_inner {
		gap: 24px;
		width: 100%;
	}

	.info_logo {
		width: 30%;
	}

	.info_text {
		font-size: 1rem;
	}

	.footer_list {
		gap: 36px;
	}

	.footer_list_link {
		font-size: 1rem;
	}

	.copyright {
		font-size: 1.2rem;
		border-top: 8px #FF0000 solid;
	}
}

@media screen and (min-width: 1920px) {
	.footer_logo_img_1 {
		height: 156px;
	}

	.footer_logo_img_2 {
		height: 108px;
	}

	.footer_list {
		gap: 64px;
	}
}
