html{
	scroll-behavior: smooth;
	scroll-padding-top: 80px;
}
body{
    background-color: #fff;
	color: "#333";
	font-family: "M PLUS Rounded 1c","Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
}
input, button, textarea, select {
	-webkit-appearance: none;
	appearance: none;
}
img {
	width: 100%;
	height: auto;
}
a {
	text-decoration: none;
	color: #333;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* ==================================
全体ｃｓｓ
================================== */
@media (min-width: 751px) {
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
}

.wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

/* 改行レスポンシブ */
.sp_br {
	display: none;
}
@media screen and (max-width:765px) {
	.sp_br {
		display: block;
	}
	.sp_br2 {
		display: none;
	}	
}

/* 色 */
:root {
	--toyamaBlue: #3a66a8;
	--toyamaGreen: #379e49;
	--toyamaRed: #b2182a;
	--interview: #0566ab;
	--work: #f6ab00;
	--sub_house: #2ba3d5;
	--live: #00a040;
	--nurture: #eb6d8e;
	--support: #e8382f;
}

/* ローディング */
body.loading {
	overflow: hidden;
}
.loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	font-size: clamp(20px, 1.5625vw, 30px);
	opacity: 1;
	transition: opacity 1s ease;
	
}
.loader.fade-out {
	opacity: 0;
}
.loader img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	position: relative;
}
.loader figure {
	position: absolute;
}
.loader figure img {
	max-width: 450px;
	height: auto;
	width: 100%;
	object-fit: contain;
}

/* =================================
ヘッダー
================================== */
.header_inner {
	margin-top: 90px;
	position: relative;
}
/* ========== */

.slider-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.slideimg {
    position: absolute;
    inset: 0;
    opacity: 0;
    background-size: cover;
	background-position: left bottom;
	background-repeat: no-repeat;
    transition: opacity 2s ease; 
	width: 100%;
}
.slideimg.active {
	opacity: 1;
	z-index: 1;
}

/* スライド個別設定 */
.slideimg:nth-of-type(1) {
    background-image: url('../images/top_img01.jpg');
}
.slideimg:nth-of-type(2) {
    background-image: url('../images/top_img02.jpg');
}
.slideimg:nth-of-type(3) {
    background-image: url('../images/top_img03.jpg');
}
.slideimg:nth-of-type(4) {
    background-image: url('../images/top_img04.jpg');
}
.slideimg:nth-of-type(5) {
    background-image: url('../images/top_img05.jpg');
}
.slideimg:nth-of-type(6) {
    background-image: url('../images/top_img06.jpg');
}
.slideimg:nth-of-type(7) {
    background-image: url('../images/top_img07.jpg');
}
.slideimg:nth-of-type(8) {
    background-image: url('../images/top_img08.jpg');
}
.slideimg:nth-of-type(9) {
    background-image: url('../images/top_img09.jpg');
}
.slideimg:nth-of-type(10) {
    background-image: url('../images/top_img10.jpg');
}
.slideimg:nth-of-type(11) {
    background-image: url('../images/top_img11.jpg');
}
.slideimg:nth-of-type(12) {
    background-image: url('../images/top_img12.jpg');
}
.slideimg:nth-of-type(13) {
    background-image: url('../images/top_img13.jpg');
}


/* @keyframes slideAnime {
    0%, 30%, 100% {
        opacity: 0;
    }
    5%, 25% {
        opacity: 1;
    }
} */

@media screen and (max-width:765px) {
	.slider-container {
		height: 75vh;
	}
	.slideimg {
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
		max-width: 950px;
		width: 100%;
	}
	/* スライド個別設定 */
	.slideimg:nth-of-type(1) {
		background-image: url('../images/top_img01-RE.jpg');
	}
	.slideimg:nth-of-type(2) {
		background-image: url('../images/top_img02-RE.jpg');
	}
	.slideimg:nth-of-type(3) {
		background-image: url('../images/top_img03-RE.jpg');
	}
	.slideimg:nth-of-type(4) {
		background-image: url('../images/top_img04-RE.jpg');
	}
	.slideimg:nth-of-type(5) {
		background-image: url('../images/top_img05-RE.jpg');
	}
	.slideimg:nth-of-type(6) {
		background-image: url('../images/top_img06-RE.jpg');
	}
	.slideimg:nth-of-type(7) {
		background-image: url('../images/top_img07-RE.jpg');
	}
	.slideimg:nth-of-type(8) {
		background-image: url('../images/top_img08-RE.jpg');
	}
	.slideimg:nth-of-type(9) {
		background-image: url('../images/top_img09-RE.jpg');
	}
	.slideimg:nth-of-type(10) {
		background-image: url('../images/top_img10-RE.jpg');
	}
	.slideimg:nth-of-type(11) {
		background-image: url('../images/top_img11-RE.jpg');
	}
	.slideimg:nth-of-type(12) {
		background-image: url('../images/top_img12-RE.jpg');
	}
	.slideimg:nth-of-type(13) {
		background-image: url('../images/top_img13-RE.jpg');
	}
}

/* gMenu */
.hamburger_wrap {
	background-color: #ffffffbe;
	height: 70px;
	width: 100%;
	position: fixed;
	padding: 5px 10px;
	z-index: 100;
	display: flex;
	top: 0;
	justify-content: space-between;
	align-items: center;
}
.hamburger_wrap a {
	display: flex;
	align-items: center;
	gap: 1em;
	font-size: clamp(14px, 1.25vw, 20px);
}
.header_logo {
	max-width: 60px;
}

.header_txt {
	width: 100%;
	color: var(--toyamaRed);
	font-weight: 600;
}

@media screen and (max-width:675px) {
	.header_txt {
		display: none;
	}
	.slideimg {
		background-position: bottom;
	}
}

.hamburger {
	display: block;
	width: 55px;
	height: 55px;
	cursor: pointer;
	background-color: #fff;
	border-radius: 100vh;
	border: 2px solid var(--toyamaRed);
	position: relative;
}

.hamburger__line {
	position: absolute;
	left: 12px;
	width: 27px;
	height: 2px;
	background-color: var(--toyamaRed);
	transition: all .4s;
}

.hamburger__line:nth-of-type(1) {
	top: 18px;
}
.hamburger__line:nth-of-type(2) {
	top: 25px;
}
.hamburger__line:nth-of-type(3) {
	top: 33px;
}

/* メニューオープン時 */
.hamburger.active .hamburger__line:nth-of-type(1) {
	transform: translateY(7px) rotate(-45deg);
}
.hamburger.active .hamburger__line:nth-of-type(2) {
	opacity: 0;
}
.hamburger.active .hamburger__line:nth-of-type(3) {
	transform: translateY(-8px) rotate(45deg);
}

.nav {
	position: fixed;
	top: 70px;
	right: 0;
	width: 450px;
	height: 100vh;
	background-color: #525252f5;
	box-shadow: -2px 0 4px rgba(0,0,0,.1);
	transform: translateX(100%);
	transition: transform .4s;
	z-index: 999;
}

.nav.active {
	transform: translateX(0);
}

.nav__list {
	margin: 0;
	padding: 100px 0 0;
	list-style: none;
}

.nav__item {
	padding: 0 20px;
}

.nav__link {
	display: block;
	padding: 15px 0;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #eee;
}

@media screen and (max-width:675px) {
	.nav {
		position: fixed;
		top: 70px;
		right: 0;
		max-width: 300px;
		width: 100%;
		height: 100vh;
	}
}

/* =================================
フッター
================================== */
.footer {
    margin-top: auto;
}

.modoru {
	text-align: center;
	margin: 80px 10px;
	display: flex;
	align-items: center;
}
.modoru a {
	display: inline-block;
	width: 100px;
	height: 100px;
	border: 1px solid #333;
	border-radius: 100vh;
	line-height: 100px;
	text-align: center;
}
.modoru::before,
.modoru::after {
	content: '';
	height: 1px;
	flex-grow: 1;
	background-color: #333;
}

.footer_inner {
	height: auto;
	background-color: var(--toyamaBlue);
	margin: 1em 0 0;
	padding: 30px 10px;
	color: #fff;
}
.footer_logo {
	max-width: 300px;
	width: 100%;
	height: auto;
	margin: 2em auto;
}
.site_map {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}
.site_map h3 {
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}
.site_map-inner {
	display: flex;
	justify-content: space-around;
	margin: 2em 10px;
}
.site_map-inner p {
	display: flex;
	flex-direction: column;	
	line-height: 2em;
}
.site_map-inner p a {
	color: #fff;
}
.footer_inner small {
	display: block;
	text-align: center;
}

.site_addres {
	text-align: center;
	margin: .5em 0;
}
@media screen and (max-width:675px) {
	.site_map-inner {
		display: block;
	}
	.modoru {
		margin: 0 10px 50px;
	}
}

/* =================================
メイン
================================== */

.main_inner {
	text-align: center;
	/* position: relative; */
	background-color: #fff;
	margin-top: 50px;
}

/* ===================全タイトル */

.event_inner h1,
.interview_inner h1,
.work_inner h1,
.house_inner h1,
.live_inner h1,
.nurture_inner h1,
.support_inner h1,
.news_inner h1,
.interviewSingle_cont-innerWrap h1 {
	width: fit-content;
	position: relative;
	font-weight: bold;
	padding: .5em .8em;
	margin: 0 auto 1em;
	font-size: clamp(25px, 2.1875vw, 35px);
}
.event_inner h1:before,
.interview_inner h1:before,
.work_inner h1:before,
.house_inner h1:before,
.live_inner h1:before,
.nurture_inner h1:before,
.support_inner h1:before,
.news_inner h1:before,
.interviewSingle_cont-innerWrap h1::before {
	position: absolute;
	background-color: var(--toyamaBlue);
	border-radius: 1em;
	content: "";
	left: 0%;
	top: 15%;
	bottom: 10%;
	width: .2em;
	height: 70%;
}
.event_inner h1::after,
.interview_inner h1::after,
.work_inner h1::after,
.house_inner h1::after,
.live_inner h1::after,
.nurture_inner h1::after,
.support_inner h1::after,
.news_inner h1::after,
.interviewSingle_cont-innerWrap h1::after {
	position: absolute;
	background-color: var(--toyamaBlue);
	border-radius: 1em;
	content: "";
	right: 0%;
	top: 15%;
	bottom: 10%;
	width: .2em;
	height: 70%;
}

/* 共通ボタン */
.btn {
	margin: 3em 10px;
}
.btn a {
    background: var(--toyamaBlue);
    position: relative;
    padding: 10px 50px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	width: fit-content;
	border-radius: 100vh;
}
.btn a::after {
	content: '';
	position: absolute;
	bottom: -5px;
	right: -5px;
	width: calc(100% - -5px);
	height: calc(100% - -5px);
	border: 3px solid var(--toyamaBlue);
	border-radius: 100vh;
	transition: 0.2s;
	z-index: -1;
}

/* =================hero */
.hero_wrap {
		padding: 0 0 50px;
}
.hero_inner {
	padding: 0 10px;
}
.hero_inner h1 {
	color: var(--toyamaBlue);
	font-size: clamp(20px, 2.1875vw, 35px);
	border-bottom: 1px solid var(--toyamaBlue);
	width: fit-content;
	margin: 0 auto 1em;
	line-height: 1.5em;
}
.hero_inner h1 span {
	font-size: 18px;
}
.hero_inner p {
	font-size: clamp(15px, 1.5vw, 18px);
	line-height: 2em;
	letter-spacing: 5px;
	padding-bottom: 1em;
	letter-spacing: 1px;
}
.hero_inner div.hero_support {
	margin: 1em 0;
	font-weight: 600;
	font-size: clamp(15px, 1.5vw, 18px);
}
.hero_inner div.hero_support span {
	color: var(--toyamaBlue);
}

div.hero_support a {
	display: inline-block;
	background-color: var(--toyamaBlue);
	max-width: 400px;
	width: 100%;
	color: #fff;
	margin: 0 auto;
	border-radius: 100vh;
	margin: 5px ;
	font-weight: 500;
	padding: 2px 0;
}
div.hero_support a::after {
	content: '\f105';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	padding: 0 0 0 7px
}

@media screen and (max-width:675px) {
	.hero_wrap {
		padding: 0 0 30px;
	}
	.hero_inner p {
		display: inline-block;
		text-align: left;
		letter-spacing: 1px;
	}
}



/* =================important */

.cont_btn {
	max-width: 1200px;
	margin: 50px auto;
	height: auto;
}
.cont_btn h1 {
	font-size: clamp(20px, 2.1875vw, 35px);
	border-bottom: 1px solid #333;
	width: fit-content;
	margin: 1em auto;
	line-height: 1.5em;
}
.cont_btn-flex {
	display: flex;
	gap: 1em;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.cont_btn-flex a {
	width: 200px;
	height: auto;
}
.cont_btn-flex a:hover {
	opacity: .5;
	transition-duration: 1s;
}
@media screen and (max-width:765px) {
	.cont_btn {
		margin: 50px auto;
	}
	.cont_btn-flex a {
		width: 40%;
	}	
}

/* ===================event */
.event_wrap {
	margin: 0 10px;
}
.event_inner {
	max-width: 1100px;
	margin: 100px auto;
	overflow: hidden;
	padding: 0 20px;
}
#slider div.photo {
	max-width: 450px;
	width: 100%;
	height: auto;
	margin: 10px;
}
#slider div.photo a  {
	max-width: 450px;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 1em;
}
#slider div.photo a img {
	display: flex;
	align-items: center;
	height: 200px;
	overflow: hidden;
	object-fit: auto;
}

.event-place {
	padding: 2px 10px;
	color: #fff;
	margin-right: 1em;
	background-color: #2650d8be;
	font-weight: 500;
}
#slider {
	opacity: 0;
	transition: opacity .3s linear;
}
#slider.slick-initialized{
	opacity: 1;
}

#slider div.photo a ul {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 5px;
}
#slider div.photo a ul li {
	display: flex;
	align-items: center;
	height: 50px;
}
#slider div.photo h3 {
	color: var(--toyamaBlue);
	font-weight: 500;
}
#slider div.photo p {
	font-weight: bold;
}
#slider div.photo h3,
#slider div.photo p {
	display: inline-block;
	text-align: left;
}

.slick-slide {
	margin: 0 5px;
}
.slick-slide img {
	width: 100%;
	height: auto;
}
.slick-prev, .slick-next {
	z-index: 1;
}
.slick-prev {
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
}
.slick-next {
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
}
.slick-prev:before, .slick-next:before {
	color: var(--toyamaBlue);
	font-size: 30px;
}
.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
}
.slick-active {
	opacity: 1;
}
.slick-current {
	opacity: 1;
}
.thumb {
	margin: 20px 0 0;
}
.thumb .slick-slide {
	cursor: pointer;
}
.thumb .slick-slide:hover {
	opacity: .7;
}

/* ===============interview */

.interview_inner h1 span {
	font-size: clamp(14px, 1.125vw, 18px);
	color: #333;
}
.interview_inner h1 {
	color: var(--interview);
}
.interview_cont {
	max-width: 1200px;
	width: 100%;
	height: auto;
	margin: 30px auto;
	padding: 0 10px;
}
.interview_cont-box {
	display: flex;
	padding: 1em 0;
	justify-content: center;
	gap: 1em;
	border-top: 3px solid var(--toyamaBlue);
}
.interview_cont-box:last-child {
	border-bottom: 3px solid var(--toyamaBlue);
}
.interview_cont-box div.interview_cont-boxTXT {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1em;
	text-align: left;
	flex-basis: 48%;
}
div.interview_cont-boxTXT p.interview_time {
	font-size: 18px;
}
div.interview_cont-boxTXT h2 {
	font-size: clamp(25px, 2vw, 32px);
	color: var(--toyamaGreen);
	line-height: 1.8em;
}
.interview_cont-box figure {
	max-width: 500px;
	flex-basis: 40%;
}
div.interview_cont-boxTXT table th,
div.interview_cont-boxTXT table td {
	vertical-align: top;
	line-height: 1.5em;
	font-weight: 600;
	font-size: clamp(16px, 1.25vw, 20px);
}
div.interview_cont-boxTXT table td span {
	font-size: 16px;
	font-weight: 500;
	padding-left: 5px;
}

@media screen and (max-width:1000px) {
	.interview_cont-box {
		flex-direction: column-reverse;
		align-items: center;
		border-width: 90%;
		padding: 1em 10px 0;
	}
}


/* ==============================================
共通
============================================== */

/* ===================work */
.work_wrap {
	margin: 100px 0 0;
	padding: 0 10px;
}
.work_inner {
	max-width: 1000px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.work_inner span {
	color: var(--work);
}
.work_cont {
	display: flex;
	gap: 1em;
}
.work_cont figure {
	max-width: 450px;
}
.work_cont p {
	flex-basis: 60%;
	font-size: clamp(18px, 1.7692307692307692vw, 23px);
	text-align: left;
	line-height: 1.8em;
}
.work_cont2 {
	text-align: left;
	margin: 2em 10px;
}
.work_cont2 h3 {
	color: var(--toyamaBlue);
}
.work_cont2 h3::before {
	content: '\025b6';
	padding-right: 5px;
}
.work_cont2 p.work_cont2-txt {
	font-size: clamp(20px, 1.5625vw, 25px);
	padding-bottom: 1em;
}
.work_cont2-inner {
	border-top: 1px solid var(--toyamaBlue);
	padding: 1em 0 0;
}
.work_cont2-inner h4 {
	color: var(--toyamaBlue);
}
p.work_cont2-flex {
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	line-height: 2em;
	gap: 0 1em;
	padding: 10px 0 0;
}
p.work_cont2-flex a::before {
	content: '\025b6';
	color: var(--toyamaBlue);
	padding-right: 2px;
}
@media screen and (max-width:1000px) {
	.work_cont {
		flex-direction: column;
		align-items: center;
	}
}

/* ===================house */
.house_wrap {
	margin: 100px 0 0;
	padding: 0 10px;
}
.house_inner {
	max-width: 1000px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.house_inner span {
	color: var(--sub_house);
}
.house_cont {
	display: flex;
	gap: 1em;
}
.house_cont figure {
	max-width: 450px;
}
.house_cont p {
	flex-basis: 60%;
	font-size: clamp(18px, 1.7692307692307692vw, 23px);
	text-align: left;
	line-height: 1.8em;
}
.house_cont2 {
	text-align: left;
	margin: 2em 10px;
}
.house_cont2 h3 {
	color: var(--toyamaBlue);
}
.house_cont2 h3::before {
	content: '\025b6';
	padding-right: 5px;
}
.house_cont2 p.house_cont2-txt {
	font-size: clamp(20px, 1.5625vw, 25px);
	padding-bottom: 1em;
}
.house_cont2-inner {
	border-top: 1px solid var(--toyamaBlue);
	padding: 1em 0 0;
}
.house_cont2-inner h4 {
	color: var(--toyamaBlue);
}
p.house_cont2-flex {
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	line-height: 2em;
	gap: 0 1em;
	padding: 10px 0 0;
}
p.house_cont2-flex a::before {
	content: '\025b6';
	color: var(--toyamaBlue);
	padding-right: 2px;
}
@media screen and (max-width:1000px) {
	.house_cont {
		flex-direction: column-reverse;
		align-items: center;
	}
}

/* ===================live */
.live_wrap {
	margin: 100px 0 0;
	padding: 0 10px;
}
.live_inner {
	max-width: 1000px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.live_inner span {
	color: var(--live);
}
.live_cont {
	display: flex;
	gap: 1em;
}
.live_cont figure {
	max-width: 450px;
}
.live_cont p {
	flex-basis: 60%;
	font-size: clamp(18px, 1.7692307692307692vw, 23px);
	text-align: left;
	line-height: 1.8em;
}
.live_cont2 {
	text-align: left;
	margin: 2em 10px;
}
.live_cont2 h3 {
	color: var(--toyamaBlue);
}
.live_cont2 h3::before {
	content: '\025b6';
	padding-right: 5px;
}
.live_cont2 p.live_cont2-txt {
	font-size: clamp(20px, 1.5625vw, 25px);
	padding-bottom: 1em;
}
.live_cont2-inner {
	border-top: 1px solid var(--toyamaBlue);
	padding: 1em 0 0;
}
.live_cont2-inner h4 {
	color: var(--toyamaBlue);
}
p.live_cont2-flex {
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	line-height: 2em;
	gap: 0 1em;
	padding: 10px 0 0;
}
p.live_cont2-flex a::before {
	content: '\025b6';
	color: var(--toyamaBlue);
	padding-right: 2px;
}
@media screen and (max-width:1000px) {
	.live_cont {
		flex-direction: column;
		align-items: center;
	}
}


/* ===================nurture */
.nurture_wrap {
	margin: 100px 0 0;
	padding: 0 10px;
}
.nurture_inner {
	max-width: 1000px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.nurture_inner span {
	color: var(--nurture);
}
.nurture_cont {
	display: flex;
	gap: 1em;
}
.nurture_cont figure {
	max-width: 450px;
}
.nurture_cont p {
	flex-basis: 60%;
	font-size: clamp(18px, 1.7692307692307692vw, 23px);
	text-align: left;
	line-height: 1.8em;
}
.nurture_cont2 {
	text-align: left;
	margin: 2em 10px;
}
.nurture_cont2 h3 {
	color: var(--toyamaBlue);
}
.nurture_cont2 p.nurture_cont2-txt {
	font-size: clamp(20px, 1.5625vw, 25px);
}
.nurture_cont2-inner {
	padding: 1em 0 0;
	border-top: 1px solid var(--toyamaBlue);
}
.nurture_cont2-inner h4 {
	color: var(--toyamaBlue);
}
p.nurture_cont2-flex {
	display: flex;
	flex-wrap: wrap;
	font-size: 18px;
	line-height: 2em;
	gap: 0 1em;
	padding: 10px 0 0;
}
p.nurture_cont2-flex a::before {
	content: '\025b6';
	color: var(--toyamaBlue);
	padding-right: 2px;
}
@media screen and (max-width:1000px) {
	.nurture_cont {
		flex-direction: column-reverse;
		align-items: center;
	}
}

/* ===================nurture */
.support_wrap {
	margin: 100px 0 0;
	padding: 0 10px;
}
.support_inner {
	max-width: 1300px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.support_inner span {
	color: var(--support);
}
.support_cont {
	text-align: center;
}
.support_cont p {
	font-size: clamp(18px, 1.4375vw, 23px);
	line-height: 2em;
}
.support_cont-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 2em 0 0;
	gap: 1em;
}
.support_cont-flex a {
	width: 180px;
	height: auto;
}

/* ===================news */
.news_wrap {
	margin: 100px 0 0;
	padding: 0 10px;
}
.news_inner {
	max-width: 1200px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.news_inner h1 {
	color: var(--toyamaBlue);
}
.news_inner-flex {
	display: flex;
}
.news_inner-flex figure {
	max-width: 400px;
	width: 100%;
	height: auto;
}
.news_cont {
	padding: 1em;
	flex-basis: 90%;
}
.sub_ttl {
	font-size: 30px;
	text-align: center;
	margin-bottom: 40px;
}
.news_list {
	margin: 0 5%;
}
.news_list_item {
	padding: 20px 0;
	border-bottom: 1px solid #E6E6E6;
}
.news_list_item:first-child {
	border-top: 1px solid #E6E6E6;
}
.news_list_item a {
	position: relative;
	display: flex;
	padding-right: 30px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	text-align: left;
}

.news_list_date {
	font-size: 15px;
	display: flex;
	margin-right: 15px;
	align-items: center;
}

.news_item {
	background: #f7bcff;
	width: 6em;
	text-align: center;
	margin-left: 20px;
	color: #fff;
}
.news_btn {
	margin: 1em 10px;
}
.news_btn a {
	padding: 3px 50px;
	margin-left: auto;
	display: block;
}
@media screen and (max-width: 1024px) {
	.news_inner-flex {
		flex-direction: column;
		align-items: center;
	}
}
@media screen and (max-width: 769px) {
    .news_list_item a  {
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
    .news_list_item a {
        padding-right: 0;
    }
}

.banner_inner {
	max-width: 1300px;
	width: 100%;
	height: auto;
	padding: 100px 10px 50px;
	margin: 0 auto;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2em;
}

.madoguti_flex {
	display: flex;
	flex-direction: column;
	gap: 2em;
	border: 2px solid var(--sub_house);
}
.madoguti_flex h2 {
	color: #fff;
	background-color: var(--sub_house);
}
.madoguti_flex div.madoguti_flex-cont {
	border-bottom: 2px solid var(--sub_house);
	padding-bottom: 30px;
}
.madoguti_flex div.madoguti_flex-cont:last-child {
	border: none;
	padding: 0;
}
.madoguti_flex-cont h3,
.madoguti_flex-cont h4 {
	color: var(--sub_house);
	line-height: 1em;
	margin-bottom: .5em;
}
.madoguti_flex-cont h3 {
	font-size: clamp(20px, 1.5625vw, 25px);
}
.madoguti_flex-cont h3 span {
	font-size: 18px;
}
.madoguti_flex-cont th {
	width: 250px;
	vertical-align: middle;
}
.madoguti_flex-cont h4 span {
	font-size: 14px;
}
.madoguti_office  {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 2em 0 1em;
}
.madoguti_office table {
	width: 250px;
	height: auto;
	padding: 10px;
}
.madoguti_office table th,
.madoguti_office table td {
	display: block;
}

.line_banner {
	max-width: 1000px;
}

/* ==================================================================================
interview
================================================================================== */
.interview_ttl {
	max-width: 600px;
	width: 100%;
	height: auto;
	margin: 2em auto 0;
	padding: 0 10px;
}

/* =========================================== */
.interviewSingle_inner {
	text-align: center;
	margin: 30px 10px;
}

.interviewSingle_hero {
	max-width: 1000px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.interviewSingle_hero h1 {
	color: var(--toyamaGreen);
	font-size: clamp(25px, 2.5vw, 40px);
	margin: 0 0 30px;
}
.interviewSingle_hero figure {
	max-width: 1000px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.interviewSingle_prof {
	margin: 0 auto;
}
.interviewSingle_prof tr {
	display: flex;
	justify-content: center;
	margin: 1em auto;
	align-items: center;
}
.interviewSingle_prof th {
	display: inline-block;
	width: 100px;
	height: 100px;
	border: 1px solid var(--toyamaBlue);
	border-radius: 100vh;
	line-height: 100px;
	text-align: center;
	color: var(--toyamaBlue);
}
.interviewSingle_prof td {
	text-align: left;
	padding-left: 30px;
}
.interviewSingle_prof td h3 small,
.interviewSingle_prof td h3 span {
	font-weight: lighter;
}
.interviewSingle_prof td h3 span {
	font-size: 14px;
}

.interviewSingle_heroTxt {
	display: inline-block;
	text-align: left;
	font-size: clamp(18px, 1.6666666666666667vw, 20px);
	margin: 2em 0;
	line-height: 2em;
}

@media screen and (max-width:675px) {
	.interviewSingle_inner {
		margin: 50px 10px;
	}
	.interviewSingle_prof tr {
		flex-direction: column;
		gap: 1em;
	}
}

/* ============================== */
.interviewSingle_cont {
	max-width: 1000px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.interviewSingle_cont-innerWrap:first-child {
	margin: 30px 0 0;
}
.interviewSingle_cont-innerWrap {
	margin: 100px 0 0;
}
.interviewSingle_cont-innerWrap h1 {
	color: var(--toyamaBlue);
	margin: 0 auto;
}
.interviewSingle_contTxt {
	display: inline-block;
	text-align: left;
	margin: 1em 0;
}
.interviewSingle_contTxt h3 {
	color: var(--toyamaRed);
}
.interviewSingle_contTxt div {
	margin: 1em 10px;
	font-size: clamp(15px, 1.5vw, 18px);
	display: flex;
	flex-direction: column;
	gap: 1em;
	line-height: 2em;
}
.interviewSingle_cont-inner figure {
	max-width: 70%;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width:765px) {
	.interviewSingle_cont-innerWrap {
		margin: 30px 0 0;
	}
	.interviewSingle_cont-inner figure {
		max-width: 90%;
	}
}

/* ======================= */

.interviewSingle_like-inner {
	max-width: 900px;
	width: 100%;
	margin: 100px auto;
	text-align: center;
}
.interviewSingle_like-inner h2,
.interviewSingle_like-inner h3 {
	color: var(--toyamaBlue);
}
.interviewSingle_like-inner h2::before {
	content: '\025b6';
	padding-right: 5px;
}
.interviewSingle_like-inner h2::after {
	content: '\025c0';
	padding-left: 5px;
}
.interviewSingle_like-inner div {
	display: inline-block;
	text-align: left;
	margin: 1em 10px;
}
.interviewSingle_like-inner div.interviewSingle_like-cont {
	display: flex;
	gap: 1em;
	padding-bottom: 1.5em;
	font-size: clamp(15px, 1.5vw, 18px);
}
.interviewSingle_like-contTxt h3 {
	padding-bottom: .5em;
}
.interviewSingle_like-contTxt p {
	line-height: 2em;
}
.interviewSingle_like-inner div.interviewSingle_like-cont figure {
	max-width: 450px;
	width: 100%;
	flex-basis: 50%;
}
@media screen and (max-width:675px) {
	.interviewSingle_like-inner {
		margin: 50px auto;
	}
	.interviewSingle_like-inner div.interviewSingle_like-cont {
		flex-direction: column;
		align-items: center;
	}
}

/* ========================================== */
.interviewSingle_movie-inner {
	max-width: 900px;
	width: 100%;
	margin: 100px auto;
	text-align: center;
}
.interviewSingle_movie-inner figure {
	max-width: 500px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.youtube {
	width: 80%;
	margin: 1em auto;
	aspect-ratio: 16 / 9;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}
@media screen and (max-width:675px) {
	.interviewSingle_movie-inner {
		margin: 50px auto;
	}
	.youtube {
		width: 100%;
	}
}

/* =============================================
イベント情報詳細
/* =========================================== */
.main_inner-event {
	max-width: 1200px;
	width: 100%;
	margin: 80px auto;
	text-align: center;
}
.main_inner-event h1 {
    position: relative;
    font-weight: bold;
    padding: .5em .8em;
    margin: 0 auto;
    font-size: clamp(25px, 2.1875vw, 35px);
	border-bottom: 1px solid #333;
}

/* event_index */
.event-contItem_top {
	margin: 2em 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2em 0 1em;

	text-align: left;
}
a.event-contItem_topInner {
	width: 100%;
	padding: 2em 10px;
	border-bottom: 1px solid #333;
}
a.event-contItem_topInner:last-child {
	border: none;
}
a.event-contItem_topInner h3 {
	color: var(--toyamaBlue);
	font-size: clamp(18px, 1.5625vw, 25px);
	padding-bottom: 10px;
}
a.event-contItem_topInner p {
	font-size: 18px;
}

/* event_個別 */
section.event-contItem {
	display: inline-block;
	text-align: left;
	padding: 2em 10px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.event-contItem-img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.event-contItem-img img {
	box-sizing: border-box;
	max-width: 100%;
}
.event-contItem-box {
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 2em 0;
	border-bottom: 1px solid #333;
	font-size: 18px;
}
.event-contItem-box:last-child {
	border-bottom: none;
}
.event-contItem-box h3 {
	font-size: clamp(18px, 1.5625vw, 25px);
	color: var(--toyamaBlue);
	margin-bottom: 1.5em;
}
.event-contItem-box table {
	margin: 2em 0 0;
}
.event-contItem-box table th {
	text-align-last: justify;
	padding-right: 1.5em;
	vertical-align: top;
}
.event-contItem-box p {
	margin: 0 0 1em;
	line-height: 2em;
}
.event-contItem-box a {
	color: var(--interview);
	border-bottom: 1px solid var(--interview);
}
@media screen and (max-width:1100px) {
	.event-contItem-box th,
	.event-contItem-box td {
		display: block;
	}
	.event-contItem-box table th {
		text-align-last: auto;
		border-bottom: 2px dotted #333;
		margin-bottom: 5px;
	}
	.event-contItem-box table td {
		padding-bottom: 1em;
	}
	.event-contItem-img {
		height: auto;
	}
}