@charset "utf-8";

/*-----------------------------
 common
-------------------------------*/
:root{
	--txt    : #000000; /*文字 var(--txt)*/
	--txtsub : #666666; /*文字薄 var(--txtsub)*/
	--Yellow : #FFFF4C; /*差し色 var(--Yellow)*/
	--bg     : #64C8E1; /*背景青 var(--bg)*/
	--semi_k : #E64155; /*セミナーK var(--semi_k)*/
	--semi_a : #64C8E1; /*セミナーA var(--semi_a)*/
	--semi_b : #FFD24C; /*セミナーB var(--semi_b)*/
	--semi_g : #64C882; /*セミナーG var(--semi_g)*/
	--gray2  : #F7F7F7; /*薄グレーバック var(--gray2)*/
	--border : #D4D3CC; /*ボーダー var(--border)*/
}
/*--------------
 base 14px
 16px  1.142857rem;
 18px  1.285714rem;
 20px  1.428571rem;
----------------*/

html {
	scroll-behavior: smooth;
	scroll-padding-top: 60px;
	scrollbar-gutter: stable;/* スクロールバーガタツキ無くす */
	font-feature-settings: "palt";
	color: #222222;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: left;
	font-size: 14px;
	@media (768px <= width <= 1023px) {
		scroll-padding-top: 72px;
	}
	@media (768px <= width) {
		scroll-padding-top: 98px;
	}
	@media (width < 767px) {
		font-size: calc(100vw / 375 * 14); /* 14px相当 */
	}
}
html[lang="ja"] {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", Meiryo, sans-serif;
}
body {
	background-color: #BEE8F2;
	/*margin: 60px auto 0;
	@media (768px <= width <= 1023px) {
		margin: 72px auto 0;
	}
	@media (768px <= width) {
		margin: 98px auto 0;
	}*/
}
body.menu_open {
	height: 100%;
	overflow: hidden;
}


#root {
	overflow: hidden;
}


.wrap {
	margin: 0 auto;
	position: relative;
}
.wrap .mincho {
	font-family: 'Yu Mincho','YuMincho', serif;
}
.wrap * {
	box-sizing: border-box;
}
.contentWrap {
	max-width: 1200px;
	margin: 0 auto;
}
.contentWrap img {
	max-width: 100%;
	height: auto;
}
.contentWrap a,
.contentWrap a::before,
.contentWrap a::after,
.contentWrap a img {
	text-decoration: underline;
	color: #222222;
}
.contentWrap a:hover {
	text-decoration: none;
}
.contentWrap a:hover img {
	opacity: 0.8;
}

.contentWrap p {
	letter-spacing: 0.04em;
	line-height: 1.75;
	&.wide   {line-height: 2;}
	&.narrow {line-height: 1.5;}
	&.txt-s  {font-size: 0.85714rem;}
}
.contentWrap p + p {
	margin-top: 1em;
}
.contentWrap em {
	font-style: normal;
	letter-spacing: 0.2em;
}
.contentWrap sup {
	font-size: 60%;
	vertical-align: text-top;
}
.contentWrap small {
	font-size: 80%;
}
.contentWrap .txt-green {
	color: var(--green);
}
.contentWrap .txt-red {
	color: var(--dept_day);
}
.contentWrap .txt-sub {
	color: var(--txtsub);
}
.contentWrap strong {
	&.m-m {
		font-size: 1.1em;
		line-height: 1.5;
	}
	&.m-l {
		font-size: 1.3em;
		line-height: 1.2;
	}
	&.m-el {
		font-size: 1.8em;
		line-height: 1.2;
	}
	@media (width < 767px) {
		&.m-m {
			font-size: 1.125em;
		}
		&.m-l {
			font-size: 1.25em;
		}
		&.m-el {
			font-size: 1.5em;
		}
	}
}
.contentWrap .wide strong {
	&.m-m {
		line-height: 2;
	}
	&.m-l {
		line-height: 1.6;
	}
	&.m-el {
		line-height: 1.6;
	}
}
.contentWrap .txt-c {
	text-align: center !important;
}
.contentWrap .txt-l {
	text-align: left !important;
}
.contentWrap .txt-r {
	text-align: right !important;
}
.contentWrap .note {
	font-size: 80%;
	text-align: left;
	margin-top: 1em;
}
.contentWrap .note li {
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.75;
}
.contentWrap figure {
	display: block;
	overflow: hidden;
	& figcaption {
		padding-top: 0.5em;
	}
	&.round img {
		border-radius: 16px;
		@media (width < 767px) {
			border-radius: 8px;
		}
	}
}
.contentWrap ul.mark li {
  position: relative;
  padding-left: 16px;
	line-height: 1.5;
	&::before {
		content: "";
		position: absolute;
		left: 3px;
		top: 0.65em;
		width: 5px;
		height: 5px;
		background: var(--txt);
		border-radius: 50%;
	}
	& + li {
		margin-top: 0.5em;
	}
}
.contentWrap ul.decimal li {
	margin-left: 1.6em;
	text-indent: -1.6em;
	& + li {
		margin-top: 1em;
	}
}
.contentWrap ul.mark.green li::before {
	background: var(--green);
}

.flex {
	display: flex;
}
.flex.item2 {
	flex-wrap: wrap;
	gap: 48px;
	& > li {
    width: calc((100% - 48px * 1) / 2);
	}
}
.flex.item3 {
	flex-wrap: wrap;
	gap: 36px;
	& > li {
    width: calc((100% - 36px * 2) / 3);
	}
}
.flex.item4 {
	flex-wrap: wrap;
	gap: 24px;
	& > li {
    width: calc((100% - 24px * 3) / 4);
	}
}
.flex.item5 {
	flex-wrap: wrap;
	gap: 20px;
	& > li {
    width: calc((100% - 20px * 4) / 5);
	}
}
@media (768px <= width <= 1023px) {
	.flex.item4.tb3,
	.flex.item5.tb3 {
		gap: 36px;
		& > li {
			width: calc((100% - 36px * 2) / 3);
		}
	}
}
@media (width < 767px) {
	.flex.item2.sp1,
	.flex.item3.sp1,
	.flex.item4.sp1,
	.flex.item5.sp1 {
		& > li {
			width: 100%
		}
		&.gap0 {
			gap: 0;
		}
	}
	.flex.item3.sp2,
	.flex.item4.sp2,
	.flex.item5.sp2 {
		gap: 20px;
		& > li {
			width: calc((100% - 20px * 1) / 2);
		}
	}
}
.flex.btn {
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px 30px;
}
.parts .flex.btn {
	justify-content: center;
}

.imgArea > div {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}

.required {
	color: #f00;
	font-weight: 400;
}

.accordion dt:hover {
	opacity: 0.9;
	cursor: pointer;
}

.chatbot {
	transition: none;
	display: none;
  border-radius: 30px;
  width: auto;
  height: 56px;
	padding-top: 3px;
  background-color: #00337F;
	position: fixed;
  bottom: 60px;
  right: 100px;
  z-index: 5;
	@media (width < 767px) {
		border-radius: 50%;
		bottom: 70px;
		right: 66px;
		width: 48px;
		height: 48px;
		padding-top: 0;
	}
	a {
		display: flex;
		align-items: center;
		color: #ffffff;
		font-size: 0.6666rem;
		letter-spacing: 0;
		line-height: 1.25;
		text-decoration: none;
		padding: 10px 20px 10px 16px;
		img {
			margin-right: 8px;
		}
		&:hover {
			opacity: 0.7;
			img {
				transform: rotate(12deg);
			}
		}
		@media (width < 767px) {
			padding: 10px;
			img {
				margin: 0;
			}
		}
	}
}

.pagetop {
	transition: none;
  display: none;
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 5;
	@media (width < 767px) {
		bottom: 70px;
		right: 10px;
	}
}
.pagetop a {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	span {
		display: block;
		margin-top: 7px;
	}
	@media (width < 767px) {
		width: 40px;
		height: 40px;
		span {
			font-size: 70%;
		}
	}
}
.pagetop a:hover {
  opacity: 0.8;
}

@media (width < 767px) {
	.pc {
		display:none !important;
	}
}
@media (768px <= width) {
	.sp {
		display:none !important;
	}
}



/*-----------------------------
Header
-------------------------------*/
#header {
  width: 100%;
	position: relative;
	z-index: 10;
}
#header #fixed {
  position: fixed;
  top: 0;
  left: 0; right: 0;
  width: 100%;
	max-width: 100%;
  z-index: 100;
}
#header #fixed .flex {
	max-width: 1100px;
	align-items: center;
	margin: auto;
	padding: 20px 12px;
	@media (width < 767px) {
		padding: 14px 1%;
	}
}

#header #logo {
	margin-right: auto;
}
#header #logo a {
	border: var(--txt) 1px solid;
	border-radius: 2em;
	background: #ffffff;
	display: flex;
	align-items: center;
	text-decoration: none;
	padding: 0 16px;
	img {
		width: auto;
		height: 38px;
	}
	span {
		line-height: 1.3;
		font-size: 10px;
		@media (width < 767px) {
			font-size: 9px;
		}
	}
}

#header nav {
	margin-right: 20px;
	@media (768px <= width <= 1239px) {
		margin-right: 16px;
	}
	@media (width <= 1023px) {
		display: none;
	}
}
#header nav ul.main {
	display: flex;
	justify-content: flex-end;
	background-color: var(--bg);
	border: var(--txt) 1px solid;
	border-radius: 2em;
	padding: 0 10px 0 20px;
	a {
		display: block;
		color: var(--txt);
		font-size: 0.85714rem;
		font-weight: 700;
		line-height: 3.2;
		text-decoration: none;
		white-space: nowrap;
		padding: 0 14px;
		&::after {
			content: "";
			display: inline-block;
			width: 6px;
			height: 6px;
			border-radius: 50%;
			background-color: var(--bg);
			vertical-align: text-top;
			margin-left: 5px;
		}
		&:hover::after {
			background-color: var(--Yellow);
		}
	}
}
#header #fixed #subitem {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#header a.btn {
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 0.85714rem;
	font-weight: 700;
	line-height: 38px;
	white-space: nowrap;
	text-decoration: none;
	background-color: var(--Yellow);
	border: var(--txt) 1px solid;
	padding: 0 4em;
	@media (width < 767px) {
		font-size: 0.6666rem;
		padding: 0 12px;
	}
}
#header a.btn:hover {
	background-color: #FFFFAA;
	opacity: 0.8;
}

#header #menu {
  position: relative;
  display: block;
}
#header #menu .navgroup {
	overflow: hidden;
	height: 0;
}
.menu_open #header #menu .navgroup {
	width: 100%;
	padding: 80px 0 0;
	overflow-y: scroll;
}

#header #menu #menuwrap {
	display: flex;
	flex-flow: column;
	width: 100%;
	gap: 20px;
}
#header #menu #menuwrap ul.main {
	width: 98%;
	margin: auto;
	justify-content: center;
	li {
		width: auto;
		a {
			padding: 0 6px;
			font-size: 0.7rem;
		}
	}
}


#header #menu_sp {
	position:relative;
	display: block;
	width: 64px;
	height: 64px;
	margin-left: 8px;
	background-color: var(--bg);
	border-radius: 4px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	z-index: 120;
}
#header #menu_sp span {
	position: absolute;
	display: block;
	width: 24px;
	height: 1px;
	margin: auto;
	left: 50%;
  -webkit-transform: translateX(-50%);
	background-color: #ffffff;
	-webkit-transition: top 0.2s 0.5s,bottom 0.2s 0.5s,-webkit-transform 0.5s;
	transition: top 0.2s 0.5s,bottom 0.2s 0.5s,-webkit-transform 0.5s;
	transition: transform 0.5s,top 0.2s 0.5s,bottom 0.2s 0.5s;
	transition: transform 0.5s,top 0.2s 0.5s,bottom 0.2s 0.5s,-webkit-transform 0.5s;
}
#header #menu_sp span:first-of-type {
	top: 34%;
}
#header #menu_sp span:nth-child(2) {
	top: 0; bottom: 0;
}
#header #menu_sp span:last-of-type {
	bottom: 34%;
}

.menu_open #header #menu .navgroup {
	position: fixed;
	max-height: 95vh;
	overflow-y: scroll;
	@supports(-webkit-touch-callout: none) {
		/* iPhoneの表示のみ指定を上書き */
		max-height: -webkit-fill-available;
	}
}
@media (width < 767px) {
	.menu_open #header #menu #menuwrap dl {
		opacity: 1;
	}
	.menu_open #header #menu #menuwrap dl:nth-of-type(1) {
		-webkit-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}
	.menu_open #header #menu #menuwrap dl:nth-of-type(2) {
		-webkit-transition-delay: 0.35s;
		transition-delay: 0.35s;
	}
	.menu_open #header #menu #menuwrap dl:nth-of-type(3) {
		-webkit-transition-delay: 0.4s;
		transition-delay: 0.4s;
	}
	.menu_open #header #menu #menuwrap dl:nth-of-type(4) {
		-webkit-transition-delay: 0.45s;
		transition-delay: 0.45s;
	}
	.menu_open #header #menu #menuwrap dl:nth-of-type(5) {
		-webkit-transition-delay: 0.5s;
		transition-delay: 0.5s;
	}
	.menu_open #header #menu #menuwrap dl:nth-of-type(6) {
		-webkit-transition-delay: 0.55s;
		transition-delay: 0.55s;
	}
	.menu_open #header #menu #menuwrap dl:nth-of-type(7) {
		-webkit-transition-delay: 0.6s;
		transition-delay: 0.6s;
	}
	.menu_open #header #menu #menuwrap dl:nth-of-type(8) {
		-webkit-transition-delay: 0.65s;
		transition-delay: 0.65s;
	}
	.menu_open #header #menu #menuwrap dl:nth-of-type(9) {
		-webkit-transition-delay: 0.7s;
		transition-delay: 0.7s;
	}
	.menu_open #header #menu #menuwrap dl:nth-of-type(10) {
		-webkit-transition-delay: 0.75s;
		transition-delay: 0.75s;
	}
	.menu_open #header #menu #menuwrap dl:nth-of-type(11) {
		-webkit-transition-delay: 0.8s;
		transition-delay: 0.8s;
	}
}

.menu_open #header #menu_sp span {
	-webkit-transition: top 0.2s,bottom 0.2s,-webkit-transform 0.5s 0.2s;
	transition: top 0.2s,bottom 0.2s,-webkit-transform 0.5s 0.2s;
	transition: top 0.2s,bottom 0.2s,transform 0.5s 0.2s;
	transition: top 0.2s,bottom 0.2s,transform 0.5s 0.2s,-webkit-transform 0.5s 0.2s;
}
.menu_open #header #menu_sp span:nth-child(2) {
	opacity: 0;
}
.menu_open #header #menu_sp span:first-of-type {
	top: 50%;
	left: 50%;
  -webkit-transform: translateX(-50%) rotate(135deg);
	transform: translateX(-50%) rotate(135deg);
}
.menu_open #header #menu_sp span:last-of-type {
	bottom: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(-135deg);
	transform: translateX(-50%) rotate(-135deg);
}
@media (768px <= width <= 1279px) {
	#header #menu_sp {
		width: 48px;
		height: 48px;
		& span {
			width: 18px;
		}
	}
}
@media (width < 767px) {
	#header #menu_sp {
		width: 40px;
		height: 40px;
		& span {
			width: 15px;
		}
	}
}




/*-----------------------------
Footer
-------------------------------*/
#footer {
}
#footer .role_inner {
	padding: 0;
}
#footer .contentWrap {
	max-width: 1040px;
	@media (width < 767px) {
		padding: 0 5%;
	}
}
#footer #copywrap {
	h2 {
		text-align: left;
		img {
			margin: 0 0 10px;
		}
	}
	& #organization {
		padding: 30px 0;
		p {
			margin-top: 2rem;
			font-size: 1.142857rem;
		}
	}
	& .logo {
		display: flex;
		align-items: center;
		margin-top: 53px;
		span {
			line-height: 1.6;
			font-size: 11px;
		}
	}
	& #copyright {
		background-color: var(--bg);
		font-size: 11px;
		letter-spacing: 0.04em;
		line-height: 40px;
		padding: 0;
		text-align: center;
	}
}




/*-----------------------------
section setting
-------------------------------*/
section {
	padding: 0 5%;
	position: relative;
	section {
		padding: 0;
	}
}
main h1 {
	position: relative;
	text-align: center;
	img {
		margin: auto;
	}
	&::after {
		content: "";
		display: block;
		width: 98%;
		max-width: 1100px;
		aspect-ratio: 1 / 1;
		background-color: #ffffff;
		border-radius: 50%;
		position: absolute;
		margin: auto;
		top: -50%;
		right: 0; left: 0;
		z-index: -1;
	}
	@media (width < 767px) {}
}
h2 {
	font-size: 1rem;
	line-height: 2;
	text-align: center;
	margin-top: 120px;
	img {
		margin: 0 auto 6px;
		@media (width < 767px) {
			max-height: 50px;
		}
	}
}
h3 {
	display: block;
	width: 200px;
	font-size: 1rem;
	text-align: center;
	font-weight: 700;
	line-height: 38px;
	white-space: nowrap;
	background-color: var(--Yellow);
	border: var(--txt) 1px solid;
	border-radius: 2em;
}
h4 {
	font-size: 1.1111rem;
	line-height: 1.25;
	word-break: auto-phrase;
}
h5 {
	font-size: 1.1111rem;
	line-height: 1.25;
	word-break: auto-phrase;
	margin-top: 1em;
}

p.lead {
	font-size: 1.125rem;
}


/* -----------------Margin---------------------- */
.mb9 {
	margin-bottom: 9px !important;
}
.mb18 {
	margin-bottom: 18px !important;
}
.mb27 {
	margin-bottom: 27px !important;
}
.mb36 {
	margin-bottom: 36px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.mb54 {
	margin-bottom: 54px !important;
}
.mb63 {
	margin-bottom: 63px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
@media (width < 767px) {
	.mb9 {
		margin-bottom: 3% !important;
	}
	.mb18 {
		margin-bottom: 5% !important;
	}
	.mb27 {
		margin-bottom: 7% !important;
	}
	.mb36 {
		margin-bottom: 10% !important;
	}
	.mb45 {
		margin-bottom: 12% !important;
	}
	.mb54 {
		margin-bottom: 14.4% !important;
	}
	.mb63 {
		margin-bottom: 16.8% !important;
	}
	.mb100 {
		margin-bottom: 27% !important;
	}
}
.mt0 {
	margin-top: 0 !important;
}
.mt9 {
	margin-top: 9px !important;
}
.mt18 {
	margin-top: 18px !important;
}
.mt27 {
	margin-top: 27px !important;
}
.mt36 {
	margin-top: 36px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt54 {
	margin-top: 54px !important;
}
.mt63 {
	margin-top: 63px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt100 {
	margin-top: 100px !important;
}
@media (width < 767px) {
	.mt9 {
		margin-top: 3% !important;
	}
	.mt18 {
		margin-top: 5% !important;
	}
	.mt27 {
		margin-top: 7% !important;
	}
	.mt36 {
		margin-top: 10% !important;
	}
	.mt45 {
		margin-top: 12% !important;
	}
	.mt54 {
		margin-top: 14.4% !important;
	}
	.mt63 {
		margin-top: 16.8% !important;
	}
	.mt80 {
		margin-top: 21.3% !important;
	}
	.mt100 {
		margin-top: 27% !important;
	}
}

.pb36 {
	padding-bottom: 36px !important;
}
@media (width < 767px) {
	.pb36 {
		padding-bottom: 10% !important;
	}
}



/* -----------------Button---------------------- */
a.btn {
	width: 90%;
	max-width: 350px;
	display: inline-block;
	text-align: center;
	font-size: 0.85714rem;
	font-weight: 700;
	color: var(--txt);
	line-height: 38px;
	white-space: nowrap;
	text-decoration: none;
	padding: 0 0.5em;
	margin: auto;
	background-color: #ffffff;
	border: var(--txt) 1px solid;
	border-radius: 2em;
	img {
		display: inline-block;
		margin-right: 8px;
		vertical-align: middle;
	}
	span {
		display: inline-block;
		line-height: 1.2;
		vertical-align: middle;
	}
}
a.btn:hover {
	background-color: rgba(255,255,255,0.7);
}
a.btn[disabled] {
	opacity: .5;
	cursor: not-allowed;
	pointer-events: none;
}
a.btn.narrow {
	font-size: 0.7777rem;
	line-height: 3;
}
a.btn.form {
	background-color: var(--Yellow);
	&:hover {
		background-color: #FFFFAA;
	}
}
@media (width < 767px) {
	a.btn {
		font-size: 1rem;
	}
}

.line {
	padding-bottom: 1em;
	border-bottom: 1px var(--border) solid;
}

.table {
	margin-top: 24px;
	border-collapse: collapse;
	border: 1px var(--border) solid;
	min-width: 700px;
	& th, & td {
		padding: 1em;
		border: 1px var(--border) solid;
		line-height: 1.5;
		span {
			font-weight: normal;
			font-size: 86%;
		}
	}
	& thead th {
		background-color: var(--green);
		font-weight: 700;
		color: #ffffff;
		text-align: center;
		white-space: nowrap;
		line-height: 1;
	}
	& tbody th {
		background-color: var(--bg);
		font-weight: 700;
		text-align: center;
		white-space: nowrap;
	}
	& td.em, & th.em {
		background-color: #FFE2DC;
	}
	& em {
		color: var(--dept_day);
		font-weight: 700;
		letter-spacing: 0;
	}
}
.table.day thead th {background-color: var(--dept_day);}
.table.night thead th {background-color: var(--dept_night);}
.table.sel2 td {
	width: 35%;
	min-width: 200px;
}
.table.sel3 td {
	width: 25%;
	min-width: 200px;
}
.table.sel4 td {
	width: 20%;
	min-width: 150px;
}
.table.sel5 td {
	width: 16%;
	min-width: 120px;
}

.table.striped {
	& th, & td {
		border-top: none;
		border-bottom: none;
	}
	& tr:nth-child(even) {
		background-color: var(--gray2);
	}
}
@media (width < 767px) {
  .table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .table .fixed {
    position: sticky;
    left: 0;
  }
}

.imgbox {
	margin: 1em auto 0;
	&.img2 {
		display: flex;
		margin: 1em auto 0;
		flex-wrap: wrap;
		gap: 48px;
		& > li {
			width: calc((100% - 48px * 1) / 2);
		}
	}
	&.img3 {
		display: flex;
		margin: 1em auto 0;
		flex-wrap: wrap;
		gap: 36px;
		& > li {
			width: calc((100% - 36px * 2) / 3);
		}
	}
	&.img4 {
		display: flex;
		margin: 1em auto 0;
		flex-wrap: wrap;
		gap: 24px;
		& > li {
			width: calc((100% - 24px * 3) / 4);
		}
	}
	&.img5 {
		display: flex;
		margin: 1em auto 0;
		flex-wrap: wrap;
		gap: 20px;
		& > li {
			width: calc((100% - 20px * 4) / 5);
		}
	}
	&.center {
		justify-content: center;
	}
	@media (768px <= width <= 1023px) {
		&.img4.tb3,
		&.img5.tb3 {
			gap: 36px;
			& > li {
				width: calc((100% - 36px * 2) / 3);
			}
		}
	}
	@media (width < 767px) {
		&.img2.sp1 > li,
		&.img3.sp1 > li,
		&.img4.sp1 > li,
		&.img5.sp1 > li {
			width: 100%
		}
		&.img3.sp2,
		&.img4.sp2,
		&.img5.sp2 {
			gap: 24px 17px;
			& > li {
				width: calc((100% - 17px * 1) / 2);
			}
		}
	}
}

.imgbox-txt-left,
.imgbox-txt-right {
	margin: 1em auto 0;
	display: grid;
	grid-template-columns: 376px 1fr;
	grid-column-gap: 36px;
	grid-row-gap: 0px;
	@media (width < 767px) {
		grid-template-columns: 1fr;
		grid-row-gap: 36px;
	}
}
.imgbox-txt-right {
	grid-template-columns: 1fr 376px;
	@media (width < 767px) {
		grid-template-columns: 1fr;
		grid-row-gap: 36px;
	}
}

.float_img {
	clear: both;
	& .img_left {
		border-radius: 16px;
		float: left;
		margin-right: 2em;
		margin-bottom: 2em;
	}
	& .img_right {
		border-radius: 16px;
		float: right;
		margin-left: 2em;
		margin-bottom: 2em;
	}
	@media (width < 767px) {
		.img_left {
			display: block;
			width: 50%;
			height: auto;
			float: none;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 1em;
		}
		.img_right {
			display: block;
			width: 50%;
			height: auto;
			float: none;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 1em;
		}
	}
}

.videowrap {
	max-width: 768px;
	margin: 1em auto 0;
	& .video {
		width: 100%;
		aspect-ratio: 16 / 9;
		& iframe {
			width: 100%;
			height: 100%;
		}
	}
	& .caption {
		margin-top: 0;
		line-height: 2.2;
	}
}










