@charset "UTF-8";

:root {
	font-size: 16px;
	/* font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Segoe UI", Verdana, Meiryo, sans-serif; */
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
	-webkit-text-size-adjust: 100%;
	line-break: strict;
	line-height: 1.8;
	min-width: 320px;
}
.mincho {
	font-family: 'Noto Serif JP', serif;
}

body {
	min-width: 320px;
}
/* --HEADER-- */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	width: 100%;
	height: 70px;
	z-index: 1000;
}


.site-header-nav,
.site-header-logo {
	position: absolute;
}

.new-blink::after {
	content: 'New';
	color: #fff;
	animation: blinkAnim 1s infinite alternate;
}
@keyframes blinkAnim {
	0% { color: #fff }
	90% { color: #c00 }
	100% { color: #c00 }
}

/* --HEADER-- tab & sp */
@media screen and (max-width: 949px) {
	.pcOnly {
		display: none;
	}

	body.nav-active {
		overflow: hidden;
	}

	.site-header {
		transition: .3s;
	}
	.nav-active .site-header {
		background-color: #f0f0f0;
	}

	.site-header {
		min-width: 400px;
	}

	.site-header-nav {
		position: fixed;
		top: 70px;
		right: -125vw;
		right: min(-125vw, -500px);
		left: auto !important;
		padding-bottom: 20px;
		min-height: 100vh;
		width: 100%;
		background-color: #f0f0f0;
		z-index: 1;
		transition: .5s right;
		overflow: auto;
	}

	.main-nav {
		margin-top: 10px;
		line-height: 1.7;
	}

	.main-nav-item {
		display: flex;
		align-items: center;
		margin: 0 20px;
		padding-left: 20px;
		border-top: 1px solid #fff;
		min-height: 52px;
		/* background: url(../img/nav-arrow.svg) no-repeat right 15px center; */
	}
	.main-nav-item:last-child {
		border-bottom: 1px solid #fff;
	}
	.main-nav-item a {
		position: relative;
		font-size: 14px;
		color: #222;
	}

	.main-nav-item a::before {
		position: absolute;
		right: -1.5em;
		top: 2px;
		content: '>';
		display: inline-block;
		padding-left: 14px;
		font-size: 12px;
		font-weight: bold;
	}
	.main-nav-item .new-blink::after {
		display: inline-block;
		margin-left: .25em;
		font-size: 10px;
		vertical-align: 1px;
	}

	.nav-active .site-header-nav {
		right: 0;
	}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}

	.menu-trigger {
		position: fixed;
		z-index: 10002;
		top: 25px;
		right: 20px;
		width: 30px;
		height: 22px;
		visibility: visible;
		opacity: 1;
		transition: .5s;
		cursor: pointer;
	}

	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #222;
	}

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

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

	.menu-trigger span:nth-of-type(3) {
		bottom: 1px;
	}

	.nav-active .menu-trigger span:nth-of-type(1) {
		width: 110%;
		transform: translateY(9px) rotate(-215deg);
	}

	.nav-active .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}

	.nav-active .menu-trigger span:nth-of-type(3) {
		width: 110%;
		transform: translateY(-10px) rotate(215deg);
	}

	.nav-active .menu-trigger {
		visibility: visible !important;
		opacity: 1 !important;
	}

	.menu-trigger.hidden {
		visibility: hidden;
		opacity: 0;
		transition: .5s;
	}

	.menu-bg,
	.bg-trigger {
		display: block;
		position: absolute;
		top: 70px;
		left: 0;
		width: 100%;
		height: calc(100vh - 70px);
		visibility: hidden;
	}

	.menu-bg {
		background: rgba(0, 0, 0, .5);
		opacity: 0;
		transition: .5s;
	}

	.nav-active .menu-bg {
		opacity: 1;
		visibility: visible;
	}

	.bg-trigger {
		cursor: pointer;
	}

	.nav-active .bg-trigger {
		visibility: visible;
	}

	.breadcrumbs {
		overflow-x: scroll;
		word-break: keep-all;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
}


/* --HEADER-- sp */
@media screen and (max-width: 599px) {
	.spNone {display: none;}
	.site-header-logo {
    top: 20px;
    left: 20px;
	}
	.site-header-logo img {
		width: 220px;
	}
}
/* --HEADER-- tab & pc */
@media print, (min-width: 600px) {
	.spOnly {display: none;}

	.site-header-logo {
		top: 18px;
		left: 30px;
	}
	.site-header-logo img {
		width: 300px;
		height: 36px;
	}
}

/* --HEADER-- tab */
@media screen and (min-width: 600px) and (max-width: 949px) {
	.site-header-logo {
		transition: .5s left;
	}
	.nav-active .site-header-logo {
		left: calc(100% - 380px);
	}
	.site-header-nav {
		width: 400px;
	}
}

/* --HEADER-- pc */
@media print,
(min-width: 950px) {
	.pcNone,
	.menu-bg,
	.bg-trigger {
		display: none;
	}

	.site-header-content {
		position: relative;
		margin: 0 auto;
		width: 100%;
		max-width: 1920px;
	}

	.site-header-nav {
		/* margin-top: 21px; */
		left: calc(100% - 300px);
	}
	.main-nav-item {
		float: left;
		text-align: center;
		line-height: 1.2;
	}
	.main-nav-item + .main-nav-item {
		margin-left: 18px;
	}
	.main-nav-item a {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 70px;
		font-size: 13px;
		transition: .3s;
		z-index: 1;
	}
	.main-nav-item a::before {
		content: '';
		position: absolute;
		bottom: 20px;
		left: 0;
		display: block;
		width: 100%;
		height: 0;
		border-top: 2px solid transparent;
		transition: .3s border-top;
	}
	.main-nav-item a:hover:before {
		border-top-color: #c00;
	}
	.main-nav-item .new-blink::after {
		position: absolute;
		top: 12px;
		left: 0;
		display: block;
		width: 100%;
	}
}
@media screen and (min-width: 1150px) {
	.main-nav-item br.pcOnly {display: none;}
	.site-header-nav {
		left: calc(100% - 400px);
	}
	.main-nav-item + .main-nav-item {
		margin-left: 24px;
	}
}



/* --MAIN-- */

.site-main {
	margin-top: 70px;
}
/* ---- top visual ---- */
.main-header {
	position: relative;
	overflow: hidden;
}
.main-header-ttl {
	position: absolute;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
	opacity: 0;
	filter: blur(5rem);
	transition: 1.5s filter, 1.5s opacity;
	transition-timing-function: linear;
	
}
.main-header-ttl.show {
	opacity: 1;
	filter: blur(0);
}
.slider-item {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	background: transparent;
	background-size: cover;
	transition: 1s opacity, 6.9s transform;
	transition-timing-function: linear;
}
.slider-item:first-child {
	opacity: 1;
}
.slider-item.zoom {
	transform: scale(1.2);
}

/* ---- top visual ---- tab & sp */
@media screen and (max-width: 949px) {}

/* ---- top visual ---- sp */
@media screen and (max-width: 599px) {
	.main-header,
	.slider-item {
		width: 100%;
		height: 420px;
	}
	.main-header-ttl {
		top: calc(50% - 2em);
		left: 20px;
		font-size: 22px;
		font-size: clamp(20px, 5.714vw, 26px);
	}
	.slider-item {
		background-position: left center;
	}
	.slider-item_1 {
		background-image: url(../img/top-image-sp_01.jpg);
	}
	.slider-item_2 {
		background-image: url(../img/top-image-sp_02.jpg);
	}
	.slider-item_3 {
		background-image: url(../img/top-image-sp_03.jpg);
		background-position: center bottom;
	}
	.slider-item_4 {
		background-image: url(../img/top-image-sp_04.jpg);
	}
}

/* ---- top visual ---- tab & pc */
@media print, (min-width: 600px) {
	.main-header,
	.slider-item {
		margin: 0 auto;
		width: 100%;
		max-width: 1920px;
		min-height: 550px;
		max-height: 800px;
		height: 55vw;
		background-position: center center;
	}
	.main-header-ttl {
		top: calc(50% - 1.7em);
		left: 60px;
		font-size: 30px;
		font-size: max(30px, 3vw);
	}
	.slider-item_1 {
		background-image: url(../img/top-image_01.jpg);
	}
	.slider-item_2 {
		background-image: url(../img/top-image_02.jpg);
	}
	.slider-item_3 {
		background-image: url(../img/top-image_03.jpg);
		background-position: center bottom;
	}
	.slider-item_4 {
		background-image: url(../img/top-image_04.jpg);
	}
}
@media (min-width: 1450px) {
	.main-header-ttl {
		font-size: 44px;
	}
}
/* ---- top visual ---- tab */
@media screen and (min-width: 600px) and (max-width: 949px) {}

/* ---- top visual ---- pc */
@media print, (min-width: 950px) {
	.main-header {
		max-height: min(calc(98vh - 70px), 800px);
	}
}



/* ---- section common ---- */
.main-section,
.section-inner {
	position: relative;
}
.main-section {
	margin-top: 100px;
}
.section-red {
	padding-top: 100px;
	background-color: #c00;
	color: #fff;
}
.section-red a {
	color: #fff;
}
.section-black {
	padding-top: 100px;
	background-color: #000;
	color: #fff;
}
.section-black a {
	color: #fff;
}
.main-section-header h2 {
	text-align: center;
	font-weight: normal;
}
.main-section-header h2::after {
	content: attr(data-en);
	display: block;
	color: #c00;
}
.section-red .main-section-header h2::after,
.section-black .main-section-header h2::after {
	color: #fff;
}
.button-on-white {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	border: 2px solid #c00;
	background-color: #fff;
	color: #c00;
	font-weight: 500;
	transition: .3s background-color, .3s color;
	outline: 0;
}
.button-on-white:hover {
	cursor: pointer;
	background: #c00;
	color: #fff;
}
.button-on-red {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	font-weight: 500;
	transition: .3s background-color, .3s color;
	outline: 0;
}
.button-on-red:hover {
	cursor: pointer;
	background-color: #fff;
	color: #c00;
}
/* ---- section common ---- tab & sp */
@media screen and (max-width: 949px) {}
/* ---- section common ---- sp */
@media screen and (max-width: 599px) {
	.main-section {
		font-feature-settings: "palt";
		margin-top: 70px;
	}
	.section-red, .section-black {
		padding: 70px 0;
	}
	.section-inner {
		padding: 0 20px;
	}
	.main-section-header h2 {
		font-size: 25px;
		line-height: 1.44;
	}
	.main-section-header h2::after {
		margin-top: 3px;
		font-size: 12px;
	}
	.section-third-ttl {
		font-size: 18px;
		font-weight: 500;
		line-height: 1.6667;
	}
	.common-paragraph {
		font-size: 14px;
		line-height: 1.857;
	}
	.button-on-white {
		margin: 0 auto;
		width: 220px;
		min-height: 90px;
		font-size: 14px;
	}
	.button-on-red {
		margin: 0 auto;
		width: 220px;
		min-height: 90px;
		font-size: 14px;
	}
}
/* ---- section common ---- tab & pc */
@media print, (min-width: 600px) {
	.main-section {
		margin-top: 100px;
	}
	.section-red, .section-black {
		padding: 100px 0;
	}
	.main-section-header h2 {
		font-size: 35px;
	}
	.main-section-header h2::after {
		margin-top: -5px;
		font-size: 15px;
	}
	.section-third-ttl {
		font-weight: 500;
		line-height: 1.68;
	}
	.common-paragraph {
		font-size: 15px;
	}
	.button-on-white {
		width: 310px;
		height: 95px;
		font-size: 15px;
	}
	.button-on-red {
		width: 310px;
		height: 95px;
		font-size: 15px;
	}
}
/* ---- section common ---- tab */
@media screen and (min-width: 600px) and (max-width: 949px) {
	.section-third-ttl {
		font-size: 23px;
		line-height: 1.4;
	}
	.common-paragraph {
		line-height: 2;
	}
}
/* ---- section common ---- pc */
@media print,
(min-width: 950px) {
	.site-main,
	.site-footer {
		min-width: 1000px;
	}
	.section-inner {
		margin: 0 auto;
		max-width: 1500px;
		min-width: 1000px;
	}
	.section-third-ttl {
		font-size: 25px;
		line-height: 1.68;
	}
	.common-paragraph {
		line-height: 2.6667;
	}
}

/* ---- greeting ---- */
.greeting-text h3 {
	font-weight: 600;
}
.greeting-paragraph {
	line-height: 1.6;
}
.greeting-paragraph + .greeting-paragraph {
	margin-top: 1.5em;
}
.greeting-paragraph span {
	display: block;
	margin-top: 1.85em;
}
.directors {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 20px;
}
.director-profile {
	width: 48.5%;
	max-width: 410px;
}
/* ---- greeting ---- tab & sp */
@media screen and (max-width: 949px) {}
/* ---- greeting ---- sp */
@media screen and (max-width: 599px) {
	.greeting-contents {
		display: flex;
		flex-direction: column;
		margin-top: 40px;
	}
	.president-profile {
		order: 1;
		margin: 40px auto 0;
		text-align: center;
	}
	.president-figure img {
		width: 50vw;
		min-width: 160px;
		max-width: 220px;
	}
	.president-name dt,
	.director-name dt {
		margin-top: 20px;
		font-size: 12px;
	}
	.president-name dd,
	.director-name dd {
		font-size: 18px;
		font-weight: 500;
	}
	.profile-button {
		margin-top: 32px;
		width: 220px;
		min-height: 90px;
	}
	.greeting-paragraph:first-of-type {
		margin-top: 38px;
	}
	.directors {
		margin-top: 60px;
		padding: 0;
		max-width: 500px;
	}
	.director-profile {
		text-align: center;
	}
	.director-profile .profile-button {
		width: 80%;
		height: 80px;
	}
	.director-figure img {
		object-fit: cover;
		width: 39vw;
		max-width: 176px;
		height: 52vw;
		max-height: 235px;
	}
}
/* ---- greeting ---- tab & pc */
@media print, (min-width: 600px) {
	.greeting-contents {
		display: flex;
		justify-content: space-between;
	}
	.president-profile {
		flex-shrink: 0;
		margin-right: 50px;
		width: 36.84vw;
		max-width: 279px;
	}
	.president-name,
	.director-name {
		margin-top: 20px;
		text-align: center;
	}
	.president-name dt,
	.director-name dt {
		font-size: 15px;
	}
	.president-name dd,
	.director-name dd {
		font-size: 25px;
		font-weight: 500;
	}
	.profile-button {
		margin-top: 32px;
		width: 100%;
		max-width: 250px;
		height: 95px;
	}
	.greeting-paragraph:first-of-type {
		margin-top: 31px;
	}
	.directors {
		margin-top: 80px;
		max-width: 900px;
	}
}
/* ---- greeting ---- tab */
@media screen and (min-width: 600px) and (max-width: 949px) {
	.greeting-contents {
		margin: 45px auto 0;
		width: calc(100% - 50px);
	}
	.president-profile {
		margin-right: 30px;
	}
	.greeting-text {
		margin-top: -6px;
	}

}
/* ---- greeting ---- pc */
@media print, (min-width: 950px) {
	.greeting-contents {
		margin: 45px 90px 0 70px;
		width: calc(100% - 160px);
	}
	.greeting-text {
		margin-top: -11px;
	}
}


/* ---- cbrg ---- */
.cbrg-intro {
	margin: 45px auto 0;
}

.cbrg-paragraph:first-of-type {
	margin-top: 45px;
}
.cbrg-info-paragraph {
	line-height: 2.6667;
}
.cbrg-after-image {
	background: url(../img/cbrg-after.jpg) no-repeat center center;
	background-size: cover;
}
/* ---- cbrg ---- tab & sp */
@media screen and (max-width: 949px) {}
/* ---- cbrg ---- sp */
@media screen and (max-width: 599px) {
	.section-cbrg {
		padding-bottom: 268px;
	}
	.cbrg-contact {
		margin: 70px auto 0;
		max-width: 320px;
	}
	.cbrg-contact-list {
		margin-top: 40px;
	}
	.cbrg-contact-list li+li {
		margin-top: 45px;
	}
	.cbrg-contact-list-img {
		margin: 0 auto;
		width: 100%;
		max-width: 320px;
	}
	.cbrg-contact-list-text {
		margin-top: 14px;
		font-size: 14px;
		line-height: 1.857;
	}
	.cbrg-info {
		margin-top: 45px;
	}
	.cbrg-info-links li {
		margin-top: 45px;
	}
	
	.cbrg-after-image {
		margin-top: -198px;
		height: 200px;
	}
}
/* ---- cbrg ---- tab & pc */
@media print, (min-width: 600px) {
	.cbrg-contact {
		margin-top: 100px;
	}
	.cbrg-contact h3 {
		text-align: center;
	}
	.cbrg-contact-list {
		display: flex;
		justify-content: center;
		margin-top: 45px;
	}
	.cbrg-contact-list li {
		width: 27.5%;
	}
	.cbrg-contact-list li + li {
		margin-left: 1.75%;
	}
	.cbrg-contact-list li:nth-child(2) {
		transition-delay: .15s;
	}
	.cbrg-contact-list li:nth-child(3) {
		transition-delay: .3s;
	}
	.cbrg-contact-list-img + .cbrg-contact-list-text {
		margin-top: 1.2em;
	}
	.cbrg-contact-list-text {
		font-size: 15px;
		line-height: 2;
		font-feature-settings: "palt";
		text-align: justify;
	}
	.cbrg-info {
		display: flex;
		justify-content: center;
		/* align-items: center; */
		margin: 80px auto 0;
		width: 100%;
	}
	.cbrg-info-text {
		margin-right: 45px;
	}
	.cbrg-info-links {
		padding: 64px 0;
	}
	.cbrg-info-links li+li {
		margin-top: 70px;
	}
	
	.cbrg-after-image {
		width: 100%;
		height: 20vw;
		min-height: 320px;
		max-height: 400px;
	}
}
/* ---- cbrg ---- tab */
@media screen and (min-width: 600px) and (max-width: 949px) {
	.cbrg-intro {
		padding: 0 100px;
	}
	.cbrg-info {
		padding: 0 30px;
		max-width: 740px;
	}
	.cbrg-info-text {
		width: 50%;
		margin-right: 30px;
	}
	.cbrg-info-buttons {
		min-width: 210px;
		width: 50%;
		max-width: 310px;
	}
	.cbrg-info-links {
		width: 100%;
	}
	.cbrg-info-links .button-on-red .button-on-white {
		width: 100%;
	}
}
/* ---- cbrg ---- pc */
@media print, (min-width: 950px) {
	.cbrg-intro {
		padding: 0 150px;
	}
	.cbrg-info {
		padding: 0 150px;
		max-width: 1250px;
	}
}



/* ---- business ---- */
.business-sections-ttl {
	color: #c00;
	font-weight: 500;
	text-align: center;
}
.business-sections-ttl img {
	display: block;
	margin: 0 auto;
}
.business-sections-intro {
	line-height: 1.68;
}
.business-sections-images p {
	line-height: 2;
}
/* ---- business ---- tab & sp */
@media screen and (max-width: 949px) {}
/* ---- business ---- sp */
@media screen and (max-width: 599px) {
	.business-intro,
	.business-sections {
		font-size: 14px;
	}
	.business-intro,
	.business-paragraph:first-of-type {
		margin-top: 30px;
	}
	.business-sections {
		margin: 55px auto 0;
		max-width: 460px;
	}
	.business-sections-item + .business-sections-item {
		margin-top: 60px;
	}
	.business-sections-ttl {
		font-size: 25px;
		line-height: 1.4;
	}
	.business-sections-ttl img {
		margin-bottom: 8px;
		width: auto;
		height: 22px;
	}
	.business-sections-intro {
		margin-top: 40px;
		font-size: 18px;
		line-height: 1.667;
	}
	.business-sections-images {
		margin: 40px auto 0;
		max-width: 320px;
	}
	.business-sections-images li + li {
		margin-top: 42px;
	}
	.business-sections-images li p {
		margin-top: 16px;
		line-height: 1.857;
	}
}
/* ---- business ---- tab & pc */
@media print, (min-width: 600px) {
	.business-intro {
		margin-top: 45px;
	}
	.business-paragraph:first-of-type {
		margin-top: 5em;
	}
	.business-sections {
		margin-top: 7.5em;
	}
	.business-sections-item + .business-sections-item h4 {
		margin-top: 3em;
	}
	.business-sections-ttl img {
		margin-bottom: .4em;
	}
	.business-sections-intro {
		margin: 2.75em auto 0;
		width: 75vw;
		max-width: 1050px;
		text-align: center;
	}
	.business-sections-images {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 3em auto 0;
		width: 86vw;
		max-width: 1050px;
	}
	.business-sections-images .elemFadeIn:nth-child(even) {
		transition-delay: .15s;
	}
	.business-sections-images li {
		width: 41vw;
		max-width: 500px;
	}
	.business-sections-images li:nth-child(n+3) {
		margin-top: 2em;
	}
	.business-sections-images li p {
		margin-top: 1.5em;
	}
}
/* ---- business ---- tab */
@media screen and (min-width: 600px) and (max-width: 949px) {
	.business-intro {
		padding: 0 65px;
	}
	.business-sections-ttl {
		font-size: 30px;
	}
	.business-sections-ttl img {
		width: auto;
		height: 23px;
	}
	.business-sections-intro {
		font-size: 23px;
	}
	.business-sections-images p {
		font-size: 14px;
	}
}
/* ---- business ---- pc */
@media print, (min-width: 950px) {
	.section-business {
		margin-top: 160px;
	}
	.business-intro {
		padding: 0 150px;
	}
	.business-sections-ttl {
		font-size: 35px;
	}
	.business-sections-intro {
		font-size: 25px;
	}
	.business-sections-images p {
		font-size: 15px;
	}
}


/* ---- seminar ---- */
.seminar-pre .section-seminar .open,
.section-seminar .pre,
.seminar-after-image {
	display: none!important;
}
.seminar-pre .section-seminar .pre,
.seminar-pre .seminar-after-image {
	display: block!important;
}
.seminar-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.seminar-item img {
	display: block;
}
.seminar-paragraph:first-of-type {
	margin-top: 45px;
}
/* ---- seminar ---- tab & sp */
@media screen and (max-width: 949px) {
	.seminar-item {
		font-size: 14px;
		line-height: 1.857;
	}
}
/* ---- seminar ---- sp */
@media screen and (max-width: 599px) {
	.section-seminar .section-inner {
		padding: 0;
	}
	.seminar-header,
	.seminar-intro {
		padding: 0 20px;
	}
	.seminar-intro {
		margin: 40px auto 0;
	}
	.seminar-notice {
		font-size: 14px;
		line-height: 1.857;
	}
	.seminar-list {
		justify-content: space-between;
		margin-top: 3em;
		width: 100%;
	}
	.seminar-item {
		width: calc(50% - 2px);
		margin-bottom: 4px;
	}
	.seminar-item img {
		object-fit: cover;
		width: 100%;
		height: 120px;
	}
	.seminar-button {
		margin-top: 40px;
	}
	.seminar-after-image {
		margin-top: -198px;
		height: 200px;
	}
	.seminar-after-image img {
		object-fit: cover;
		width: 100%;
		height: 200px;
	}
}
/* ---- seminar ---- tab & pc */
@media print, (min-width: 600px) {
	.seminar-intro {
		margin: 45px auto 0;
	}
	.seminar-notice {
		font-size: 20px;
	}
	.seminar-list {
		margin-top: 100px;
	}
	.seminar-item {
		margin-left: 4%;
		width: 26%;
		line-height: 1.667;
	}
	.seminar-item:nth-child(3n + 1) {
		margin-left: 0;
		transition-delay: .15s;
	}
	.seminar-item:nth-child(3n) {
		transition-delay: .3s;
	}
	.seminar-item:nth-child(n + 4) {
		margin-top: 4em;
	}
	.seminar-button {
		margin: 6em auto 0;
	}
	/* .seminar-pre .section-seminar {
		padding-bottom: 468px;
	} */
	.seminar-pre .seminar-after-image {
		position: relative;
		margin: -386px auto 0;
		width: 410px;
	}
}
/* ---- seminar ---- tab */
@media screen and (min-width: 600px) and (max-width: 949px) {
	.seminar-intro {
		padding: 0 100px;
	}
}
/* ---- seminar ---- pc */
@media print, (min-width: 950px) {
	.seminar-intro {
		padding: 0 150px;
	}
	.seminar-item {
		font-size: 15px;
	}
}


/* ---- company ---- */
.company-img {
	background: url(../img/company.jpg) no-repeat center 90%;
	background-size: cover;
}
.company-prof dt {
	font-weight: 500;
}
.company-prof dd + dt {
	border-top: 1px solid #c8c8c8;
	margin-top: .75em;
	padding-top: .75em;
}
.company-prof-list li {
	list-style: decimal;
	margin-left: 1em;
}
/* ---- company ---- tab & sp */
@media screen and (max-width: 949px) {}
/* ---- company ---- sp */
@media screen and (max-width: 599px) {
	.company-intro {
		margin-top: 24px;
		text-align: center;
	}
	.company-intro dt {
		font-size: 13px;
	}
	.company-intro dd {
		font-size: 18px;
		line-height: 1.6667;
	}
	.company-content {
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
		margin: 45px auto 0;
	}
	.company-prof {
		font-size: 14px;
		line-height: 1.857;
	}
	.company-img {
		margin-top: 60px;
		width: 100%;
		height: 280px;
		background-position: center 60%;
	}
}
/* ---- company ---- tab & pc */
@media print, (min-width: 600px) {
	.company-intro {
		margin-top: 36px;
		text-align: center;
	}
	.company-intro dt {
		font-size: 15px;
	}
	.company-intro dd {
		margin-top: -4px;
		font-size: 25px;
		line-height: 1.68;
	}
	.company-content {
		display: flex;
		justify-content: space-between;
		margin: 60px auto 0;
		padding: 0 20px;
		max-width: 900px;
	}
	.company-img {
		margin-right: 40px;
		width: 290px;
	}
	.company-prof {
		width: calc(100% - 330px);
		font-size: 15px;
		transform: translateY(-3px);
	}
	.company-prof dt,
	.company-prof dd {
		line-height: 2;
	}
}
/* ---- company ---- tab */
@media screen and (min-width: 600px) and (max-width: 949px) {
	.company-img {
		margin-right: 20px;
		width: 260px;
	}
	.company-prof {
		width: calc(100% - 260px);
	}
}
/* ---- company ---- pc */
@media print, (min-width: 950px) {}


/* ---- info & shinka ---- */
.section-shinka {
	margin-top: 0;
}
.info-button,
.shinka-button {
	margin: 0 auto;
}
.info-button.elemFadeIn,
.shinka-button.elemFadeIn {
	transition: .3s background-color, .3s color, 1s opacity, 1s filter;
}
/* .info-button p {
	position: relative;
	display: inline-block;
	background: url(../img/fb-r.svg) no-repeat center center;
	background-size: cover;
}
.info-button:hover img {
	opacity: 0;
} */
.info-sns {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.info-sns-item a {
	transition: .3s;
}
.info-sns-item a:hover {
	opacity: .6;
}
.info-after-image {
	background: url(../img/info.jpg) no-repeat left center;
	background-size: cover;
}
/* ---- info & shinka ---- tab & sp */
@media screen and (max-width: 949px) {}
/* ---- info & shinka ---- sp */
@media screen and (max-width: 599px) {
	.info-intro,
	.info-list,
	.shinka-intro,
	.shinka-list {
		margin-top: 40px;
	}
	.info-list,
	.shinka-list {
		font-size: 14px;
	}
	.info-item + .info-item,
	.shinka-item + .shinka-item {
		margin-top: 2em;
	}
	.info-sns {
		margin-top: 60px;
		width: 71.875vw;
		max-width: 300px;
	}
	.info-sns-item img {
		width: auto;
		height: 30px;
	}
	.info-sns-item.facebook img {
		height: 36px;
	}
	.shinka-button {
		margin-top: 40px;
	}
	.info-after-image {
		height: 62.5vw;
		max-height: 250px;
	}
}
/* ---- info & shinka ---- tab & pc */
@media print, (min-width: 600px) {
	.info-intro,
	.info-list,
	.shinka-intro,
	.shinka-list {
		margin: 0 auto;
		padding: 0 20px;
		max-width: 740px;
	}
	.info-intro,
	.shinka-intro {
		margin-top: 40px;
	}
	.info-list,
	.shinka-list {
		margin-top: 60px;
	}
	.info-item + .info-item,
	.shinka-item + .shinka-item {
		margin-top: 2em;
	}
	.info-item a:hover,
	.shinka-item a:hover {
		text-decoration: underline;
	}
	.info-sns {
		margin-top: 100px;
		width: 270px;
	}
	.info-sns-item img {
		width: auto;
		height: 42px;
	}
	.info-sns-item.facebook img {
		height: 50px;
	}
	
	.shinka-notice {
		font-size: 20px;
	}
	.shinka-button {
		margin-top: 80px;
	}
	.info-after-image {
		height: 32vw;
		max-height: 450px;
	}
}
/* ---- info & shinka ---- tab */
@media screen and (min-width: 600px) and (max-width: 949px) {}
/* ---- info & shinka ---- pc */
@media print, (min-width: 950px) {}




/* ---- contact ---- */
.form-notice span{
	color: #f00;
}
.required::after {
	content: '＊';
	display: inline-block;
	padding-left: 3px;
	color: #f00;
}
.form dd input,
.form dd select,
.detail-area textarea {
	width: 100%;
	padding: .5em;
	outline: none;
}
.form-list dd,
.form-list dt {
	padding-left: .5em;
}
.detail-area textarea {
	border: none;
	resize: none;
	outline: none;
}
.checking {
	overflow: hidden;
}
.form-check {
	width: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: .3s opacity;
}
.checking .form-check {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	width: 100%;
	min-width: 320px;
	height: 100vh;
	background: rgba(0, 0, 0, .7);
	opacity: 1;
	overflow: auto;
	z-index: 9999;
}
.checking .check-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 20px 0;
	padding: 0 30px;
	width: 90%;
	max-width: 740px;
	background: #fff;
}
.checking .check-inner .notice {
	padding: 20px 0;
	width: 100%;
	color: #c00;
	font-size: 1.1em;
	font-weight: 500;
	text-align: center;
}
.checking .check-inner .notice span {
	display: inline-block;
}
.checking .check-list {
	max-height: 60vh;
	padding-bottom: 32px;
	overflow-y: scroll;
}
.checking .check-list-outer {
	position: relative;
}
.checking .check-list-outer::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 32px;
	background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
}
.checking .check-list > dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 10px 0 0;
}
.checking .check-inner .inquiry-list {
	margin: 0;
	padding: 32px 40px 32px;
}
.form-check .submit {
	display: flex;
	justify-content: space-around;
	padding: 40px 0;
	background-color: #fff;
}
.form-check .return {
	margin: 0;
	padding: 6px 0;
	border: 2px solid #000;
	width: 100%;
	max-width: 200px;
	background-color: #eee;
	color: #444;
	text-align: center;
	cursor: pointer;
	transition: .3s opacity;
}
.form-check .return:hover {
	opacity: .5;
}
.form-check .button-form_check {
	margin: 0;
}
.form-sent {
	position: relative;
	display: none;
	padding-bottom: 80px;
}
.form-accordion-opener {
	margin: 40px auto;
	padding: 8px 0;
	width: 300px;
	border: 1px solid #c00;
	color: #c00;
	text-align: center;
	transition: .3s;
	cursor: pointer;
}
.form-accordion-opener:hover {
	background-color: #c00;
	color: #fff;
}
#dispmsg {
	margin-left: auto;
	margin-right: auto;
	max-width: 24.25em;
	color: #c00;
	line-height: 2;
}
/* ---- contact ---- tab & sp */
@media screen and (max-width: 949px) {}
/* ---- contact ---- sp */
@media screen and (max-width: 599px) {
	.contact-intro,
	.form {
		margin: 40px auto 0;
		width: 100%;
		max-width: 740px;
		font-size: 14px;
	}
	.contact-intro {
		line-height: 1.857;
		text-align: justify;
	}
	.form dl {
		margin-top: 20px;
	}
	.form dt,
	.form dd {
		overflow: hidden;
	}
	.form dt {
		padding-left: .5em;
	}
	.form dd {
		padding: 2px 0 12px;
		border-bottom: 2px solid #c00;
	}
	.form dd + dt {
		margin-top: 34px;
	}
	.form dd input,
	.form dd select {
		width: 100%;
		padding: .5em;
		outline: none;
	}
	.detail-area textarea {
		height: 10em;
	}
	.form dd input:focus,
	.detail-area textarea:focus {
		background-color: #fee;
	}
	.button-form_check {
		margin-top: 40px;
		width: 220px;
		height: 90px;
	}
	.form-check .button-form_check {
		margin-bottom: 20px;
		height: 60px;
	}
	.checking .check-inner {
		padding: 0 20px;
		width: 100%;
		max-height: 95vh;
	}
	.checking .check-list {
		padding: 0 10px 24px;
		max-height: 45vh;
	}
	.checking .check-list dl {
		flex-direction: column;
		justify-content: center;
	}
	.checking .check-list dt {
		padding-left: 0;
		font-weight: bold;
		color: #600;
	}
	.checking .check-list dd + dt {
		margin-top: 1em;
	}
	.checking .form-check .submit {
		flex-direction: column-reverse;
		align-items: center;
		padding: 20px 0;
	}
	
}
/* ---- contact ---- tab & pc */
@media print, (min-width: 600px) {
	.contact-intro,
	.form {
		margin: 50px auto 0;
		padding: 0 20px;
		width: 100%;
		max-width: 740px;
		font-size: 15px;
	}
	.contact-intro {
		line-height: 2.667;
	}
	.form-notice {
		font-size: 18px;
	}
	.form dl {
		display: flex;
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.form dt,
	.form dd {
		padding: 1em 0;
		border-bottom: 2px solid #c00;
		overflow: hidden;
	}
	.form dt {
		padding-left: 2px;
		width: 220px;
	}
	.form dd {
		width: calc(100% - 220px);
	}
	.form dd input,
	.form dd select {
		width: 100%;
		padding: .5em;
		outline: none;
	}
	.form .detail-ttl {
		padding-bottom: 0;
		width: 100%;
		border-bottom: none;
		border-top: 1px solid #c00;
	}
	.form .detail-area {
		padding: .5em 0;
		width: 100%;
		border-bottom-width: 3px;
	}
	.detail-area textarea {
		border: none;
		resize: none;
		outline: none;
		width: 100%;
		height: 13em;
	}
	.form dd input:focus,
	.detail-area textarea:focus {
		width: calc(100% - 1em);
		background-color: #fee;
	}
	.button-form_check {
		margin-top: 60px;
		width: 310px;
		height: 95px;
	}
	.form-check .button-form_check {
		margin-left: 30px;
		max-width: 300px;
	}
}
/* ---- contact ---- tab */
@media screen and (min-width: 600px) and (max-width: 949px) {}
/* ---- contact ---- pc */
@media print, (min-width: 950px) {}




/* --FOOTER-- */
.site-footer {
	background-color: #000;
}
.site-footer,
.site-footer a {
	color: #fff;
}
.footer-logo {
	text-align: center;
}
.footer-address {
	margin: 0 auto;
	font-style: normal;
	text-align: center;
}
.footer-address span {
	display: inline-block;
}
.sns-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.sns-item {
	width: 30px;
	text-align: center;
}
.sns-item.facebook img {
	height: 25px;
}
.sns-item.twitter img {
	height: 24px;
}
.sns-item.youtube img {
	height: 23px;
}

.copyright {
	display: block;
	color: #a0a0a0;
	text-align: center;
}
/* --FOOTER-- tab & sp */
@media screen and (max-width: 949px) {}

/* --FOOTER-- sp */
@media screen and (max-width: 599px) {
	.site-footer {
		margin-top: 70px;
		padding: 44px 0 26px;
	}
	.footer-logo img{
		width: 250px;
	}
	.footer-address {
		margin-top: 46px;
		width: 260px;
		font-size: 14px;
		line-height: 1.857;
	}
	.footer-address .building {
		display: block;
	}
	.sns-list {
		margin-top: 30px;
		width: 160px;
	}
	.copyright {
		margin-top: 40px;
		font-size: 10px;
	}
}

/* --FOOTER-- tab & pc */
@media print, (min-width: 600px) {
	.site-footer {
		margin-top: 150px;
		padding: 40px 0 28px;
		line-height: 1.875;
	}
	.footer-address {
		margin-top: 26px;
		width: 500px;
	}
	.footer-address span {
		padding: 0 .25em;
	}
	.sns-list {
		margin-top: 20px;
		width: 120px;
	}
	.copyright {
		margin-top: 20px;
		font-size: 12px;
	}
}

/* --FOOTER-- tab */
@media screen and (min-width: 600px) and (max-width: 949px) {}

/* --FOOTER-- pc */
@media print,
(min-width: 950px) {}






/* --- to top --- */

.to-top {
	position: fixed;
	bottom: 20px;
	border-radius: 50%;
	box-shadow: 0 0 3px #fff;
	overflow: hidden;
	display: none;
	z-index: 1;
}
.to-top a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #c00;
}
@media only screen and (max-width: 599px) {
	.to-top {
		left: calc(100vw - 52px);
		width: 32px;
		height: 32px;
	}
	.to-top a img {
		transform: translateY(-1px);
		width: 18px;
	}
}
@media (min-width: 600px) {
	.to-top {
		left: calc(100% - 78px);
		width: 55px;
		height: 55px;
	}
	.to-top a {
		opacity: .6;
		transition: .3s;
	}
	.to-top a:hover {
		opacity: 1;
	}

	.to-top a img {
		transform: translateY(-2px);
		transition: .3s;
	}
	.to-top:hover a img {
		transform: translateY(-6px);
	}
}


/* -- print -- */
@media print {
	body {
		width: 100%;
		-webkit-print-color-adjust: exact;
	}

	.site-header {
		position: absolute;
		min-height: 80px
	}

	.site-header-logo {
		margin-top: 0;
		padding-top: 10px
	}

	.site-header-nav {
		position: absolute;
		bottom: 0;
		right: 0;
	}

	.main-nav-item.inquiry a {
		top: -70px;
	}

	.to-top {
		display: none;
	}

	.site-main {
		margin-top: 80px;
	}
}


/* inview */
@media not print {
	.elemRtoL {
		position: relative;
		overflow: hidden;
	}

	.elemRtoL::after,
	.handshake.elemRtoL::before {
		content: '';
		position: absolute;
		top: 0;
		right: -20%;
		width: 120%;
		height: 100%;
		background: linear-gradient(to right, #fff 90%, transparent);
		transition: .5s;
	}

	.elemRtoL.animated::after,
	.handshake.elemRtoL.animated::before {
		right: 100%;
	}

	.handshake.elemRtoL::before {
		right: 0;
		width: 100%;
		height: 2px;
		background: linear-gradient(to right, #cc8e00 1%, #fff8a5 40%, #faed94 44%, #ecd067 52%, #d6a21f 64%, #cc8e00 69%, #eacd5b 80%, #fff799 88%, #a47200 100%);
		z-index: 1;
	}

	.elemImgFadeIn {
		transform: translateY(50px);
		opacity: 0;
		transition: 1s transform, 1s opacity;
	}

	.elemImgFadeIn.animated {
		transform: translateY(0);
		opacity: 1;
	}

	.elemSlideRtoL {
		transform: translateX(50px);
		opacity: 0;
		transition: 1s transform, 1s opacity;
	}

	.elemSlideLtoR {
		transform: translateX(-50px);
		opacity: 0;
		transition: 1s transform, 1s opacity;
	}

	.elemSlideRtoL.animated,
	.elemSlideLtoR.animated {
		transform: translateX(0);
		opacity: 1;
	}

	.elemFadeIn {
		opacity: 0;
		filter: blur(1rem);
		transition: 1s opacity, 1s filter;
	}

	.elemFadeIn.animated {
		opacity: 1;
		filter: blur(0);
	}

	.main-copy {
		transition-delay: 1s;
		transition-property: opacity, filter;
	}
}

/* for anchor */
.anchor {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

@media (max-width: 599px) {
	.anchor {
		top: -80px;
	}

	#plans.anchor,
	#representative.anchor,
	#contact.anchor {
		top: -20px;
	}
}

@media (min-width: 600px) {
	.anchor {
		top: -70px;
	}

	#plans.anchor,
	#contact.anchor {
		top: 11px;
	}
}



/* modal */
.modal {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f0f0f0;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	visibility: hidden;
	z-index: 1001;
	filter: blur(10px);
	transition: .5s opacity, .5s filter, .5s visibility;
}
body.modal-open {overflow: hidden;}
.modal-open .modal {
	opacity: 1;
	filter: blur(0);
	visibility: visible;
}
.modal-inner {
	position: relative;
	width: 100%;
	max-width: 860px;
	height: auto;
	max-height: 100%;
	overflow: auto;
}
.modal-close {
	position: absolute;
	display: inline-block;
	top: 20px;
	right: 20px;
	background: rgba(240,240,240,.8);
}
.modal-close:hover {
	cursor: pointer;
}
.modal-close span {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #222;
	transition: .3s transform;
}
.modal-open .modal-close span:first-child {
	transform: rotate(212deg);
}
.modal-open .modal-close span:last-child {
	transform: rotate(-212deg);
}
@media screen and (max-width: 949px) {
	.modal {
		padding: 20px 0;
		min-width: 320px;
	}
	.modal-inner {
		padding: 0 20px;
	}
}
/* modal sp */
@media screen and (max-width: 599px) {
	.modal-close {
		width: 39px;
		height: 18px;
	}
	.modal-close span {
		width: 40px;
	}
}
/* modal tab & pc */
@media screen and (min-width: 600px) {
	.modal {
		padding: 20px 40px;
	}
	.modal-close {
		width: 58px;
		height: 37px;
	}
	.modal-close span {
		width: 60px;
	}
}

/* ---- profile in modal ---- */
.modal .profile-figure {
	display: flex;
	align-items: center;
}
.modal .profile-figure img {
	object-fit: cover;
	width: 135px;
	height: 180px;
}
.modal .profile-list {
	margin: 1.5em auto;
}
.modal .profile-list dd + dt {
	margin-top: 1.25em;
}
.modal .profile-links {
	display: flex;
	flex-direction: column;
	max-width: 300px;
	font-size: 12px;
	line-height: 2.25;
}
.modal .profile-links a {
	transition: .3s opacity;
}
.modal .profile-links a:hover {
	opacity: .6;
}
.modal .profile-link-item + .profile-link-item {
	margin-top: 1.25em;
}
.modal .profile-paragraph + .profile-paragraph {
	margin-top: 1em;
}
@media screen and (max-width: 949px) {
	.modal .profile-figure {
		justify-content: center;
	}
	.modal .profile-figure img {
		margin-right: 30px;
	}
	.modal .profile-links {
		margin: 1.5em auto 2em;
		text-align: center;
	}
}
@media screen and (max-width: 599px) {
	.modal .profile-name dt {
		font-size: 12px;
	}
	.modal .profile-name dd {
		font-size: 18px;
		font-weight: 500;
	}
	.modal .profile-list {
		margin-top: 30px;
		font-size: 13px;
		line-height: 1.846;
	}
	.modal .profile-list dd + dt {
		margin-top: 22px;
	}
}
@media screen and (min-width: 600px) {
	.modal .profile-figure img {
		margin-right: 50px;
	}
	.modal .profile-name dt {
		font-size: 14px;
	}
	.modal .profile-name dd {
		font-size: 20px;
		font-weight: 500;
	}
	.modal .profile-list {
		font-size: 14px;
		line-height: 1.7143;
	}
	.modal .profile-paragraph {
		font-size: 14px;
		line-height: 1.7143;
	}
}
@media screen and (min-width: 950px) {
	.modal-inner {
		padding: 0 70px;
	}
	.modal .profile-figure {
		float: left;
	}
	.modal .profile-links {
		float: right;
		margin-right: 64px;
		justify-content: center;
		height: 180px;
	}
	.modal .profile-ozoe .profile-links {
		margin-top: 100px;
	}
	.modal .profile-list::before {
		content: '';
		display: block;
		clear: both;
		margin-bottom: 1.5em;
	}
}



/* other */
.inlb {
	display: inline-block;
}
img.rendering-auto,
.rendering-auto img {
	image-rendering: auto;
}




/* IE対策 */
@media all and (-ms-high-contrast: none) {
	.ozoe-image,
	.director-ozoe > div,
	.profile-ozoe .profile-figure > div {
		margin-right: 30px;
		background: url(../img/ozoe.jpg?v2) no-repeat center center;
		background-size: cover;
	}
	.watanabe-image,
	.director-watanabe > div,
	.profile-watanabe .profile-figure > div {
		margin-right: 30px;
		background: url(../img/watanabe.jpg) no-repeat center center;
		background-size: cover;
	}
	.ozoe-image img,
	.watanabe-image img,
	.profile-ozoe .profile-figure img,
	.profile-watanabe .profile-figure img {
		visibility: hidden;
	}
	.ozoe-image,
	.watanabe-image {
		width: 135px;
	}
}
@media all and (-ms-high-contrast: none) and (min-width: 600px) {}

@media screen and (-ms-high-contrast: none) and (max-width: 949px) {
	.director-ozoe img,
	.director-watanabe img {
		visibility: hidden;
	}
}











/* 20220617追加CSS */

.cautionlist {
  margin-left: 20px;
}
.cautionlist li {
  list-style-type: disc;
  padding-bottom: 10px;
  padding-left: 10px;
  line-height: 1.5;
}



.ntable {
  border: 3px solid #CCC;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.ntable th {
  background-color: #ededed;
  border: 3px solid #CCC;
  padding: 15px 20px;
  line-height: 1.5;
  font-weight: normal;
  vertical-align: middle;
}
.ntable td {
  background-color: #ffffff;
  border: 3px solid #CCC;
  padding: 15px 20px;
  line-height: 1.5;
  vertical-align: middle;
}
.ntable caption {
  background-color: #DDD;
  padding: 10px;
  margin-bottom: 3px;
}


.button-on-image {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px auto;
	outline: 0;
}

.error-box {
	border: #ffaa00 5px double;
	padding: 10px;
}
.error-box p {
	color:#F00;
	font-weight: bold;
}



