@charset "UTF-8";


/* ------------------------------------------------
  reset
------------------------------------------------ */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

sup {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 60%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
caption, th{
	text-align:left;
	font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:500;
}
area {
	border:none;
	outline:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img{
	border:0;
	vertical-align:bottom;
}


/* ------------------------------------------------
  common
------------------------------------------------ */

html,body {
	height: 100%;
}

/*html.lock,*/
html.lock body {
  height: 100vh;
	/*overflow: hidden;*/
}

body {
	color: #313131;
	font-size: 18px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ ", Meiryo, Osaka, sans-serif;
	font-weight: 500;
	line-height:1.4;
	letter-spacing: 0.06em;
	background-color: #FFF;
	-webkit-text-size-adjust: 100%;
	font-feature-settings : "palt";
}
@media screen and (max-width: 668px) {
	body {
		font-size: 14px;
	}

	.remodal-wrapper {
		padding: 10px 0 0;
	}
}

#stage .scrollin {
	transform: translateY(50px);
	opacity: 0;
	transition: all 1.6s ease;
}
#stage .scrollin.Done {
	transform: translateY(0);
	opacity: 1;
}

#stage {
	min-width: 1200px;
	max-width: 1920px;
	overflow: hidden;
	margin: 0 auto;
}

#stage .btn > a {
	text-decoration: none;
}

#wrapper {
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#wrapper section {
	background-color: #FFF;
	position: relative;
	z-index: 10;
}
#wrapper .inner {
	width: 1180px;
	max-width: 1920px;
	padding: 0 10px;
	margin: 0 auto;
	box-sizing: border-box;
}
img.liquid {
	width: 100%;
	height: auto
}
@media screen and (max-width: 668px) {
	#stage {
		min-width: 375px;
	}
	#wrapper {
		width: auto;
		min-width: 375px;
	}
	#wrapper .inner {
		width: auto;
	}
	#wrapper img {
		width: 100%;
		height: auto
	}
}


a {
	color: inherit;
	outline: none;
	text-decoration:none;
}
a:active,
a:focus {
	text-decoration: underline;
}


a:hover,
a:hover span {
	text-decoration: underline;
	outline: none;
}

a.underline {
	text-decoration: underline;
}
a.underline:hover {
	opacity: 0.7;
}


@media screen and (min-width: 669px) {
	.fade {
		opacity: 1;
		transition: opacity 0.3s ease;
	}
	.fade:hover {
		opacity: 0.6;
	}
}

.cf::before,
.cf::after,
.clearfix::after {
	content: " ";
	display: table;
}
.cf::after,
.clearfix::after {
	clear: both;
}
.cf {
	*zoom: 1;
}

.cb {
	clear: both;
}

/* FOT-筑紫B丸ゴシック Std */
/*font-family: fot-tsukubrdgothic-std, sans-serif;*/

/* ------------------------------------------------
  ヘッダー
------------------------------------------------ */
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1100;
	width: 100%;
	max-width: 1920px;
	padding: 20px 30px;
	margin: 0 auto;
	box-sizing: border-box;
	background-color: #FFF;
	transition: top ease .5s;
}
#header.hide {
	top: -100%;
}

#header::before,
#header::after {
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: 0 auto;
	background-color: #FFF;
}
#header::before {
	left: -1px;
}
#header::after {
	right: -1px;
}

#header .inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header .inner .logo > * {
	display: inline-block;
	vertical-align: middle;
}
#header .inner .logo a {
	display: inline-block;
}
#header .inner .logo .duskin {
	width: 100px;
	margin-right: 30px;
}
#header .inner .logo .duskin img {
	width: 100px;
}

#header .inner h1,
#header .inner .main-ttl {
	width: 200px;
	font-size: 0;
}

#header .inner img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 668px) {
	#header {
		padding: 3.75% 4%;
	}

	#header .inner {
		padding: 0
	}
	#header .inner .logo .duskin {
		width: 50px;
		margin-right: 15px;
		overflow: hidden
	}
	#header .inner .logo .duskin img {
		width: 50px
	}

	#header .inner .logo .home {
		width: 152px;
	}

	#header .inner h1,
	#header .inner .main-ttl {
		width: 116px;
	}

}


/* ------------------------------------------------
  フッター
------------------------------------------------ */
#footer {
	width: 100%;
	box-sizing: border-box;
	background-color: #FFF;
	font-size: 10px;
	position: relative;
	z-index: 100;
}
#footer .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px;
}
#footer .copy {
	font-size: 10px;
	text-align: center;
}

#footer .logos {
	display: flex;
	align-items: center;
}
#footer .logos img {
	width: 100%;
	height: auto;
}

#footer .logos .duskin {
	width: 100px;
	margin-right: 25px;
}
#footer .logos .th60 {
	width: 70px;
}

@media screen and (max-width: 668px) {
	#footer .inner {
		display: block;
	}
	#footer .logos {
		justify-content: center;
		margin-bottom: 5%;
	}
}


/* ------------------------------------------------
  コンテンツ
------------------------------------------------ */
#contents {
	box-sizing: border-box;
/* 	background-color: #fbefc2; */

	position: relative;
}
#contents * {
	box-sizing: border-box
}


@media screen and (max-width: 668px) {

}

.set_url {
	word-break: break-all;
}


/* ------------------------------------------------
  リポート2023
------------------------------------------------ */
#report_2023 {
	background-color: #FFF;
	padding-top: 95px;
}
#report_2023 .inner {
	position: relative;
	width: 1090px;
	margin: 0 auto;
	padding: 90px 50px;
}
#report_2023 .decoration {
	position: absolute;
	font-size: 0;
}
#report_2023 .deco1 {
	background: linear-gradient(-180deg, rgb(188,226,242) 0%, rgb(181,206,244) 100%);
	top: 0;
	left: 17px;
	width: 20px;
	height: calc(100% - 26px);
	z-index: 100;
	border-top-left-radius: 12px;
}
#report_2023 .deco2 {
	background: linear-gradient(-90deg, rgb(199,235,195) 0%, rgb(193,220,203) 100%);
	opacity: 0.7;
	top: 17px;
	left: 0;
	width: 100%;
	height: 20px;
	z-index: 400;
	border-bottom-right-radius: 12px;
}
#report_2023 .deco3 {
	background: linear-gradient(-180deg, rgb(249,221,239) 0%, rgb(248,197,241) 100%);
	top: 26px;
	right: 17px;
	width: 20px;
	height: calc(100% - 26px);
	z-index: 100;
	border-bottom-left-radius: 12px;
}
#report_2023 .deco4 {
	background: linear-gradient(-90deg, rgb(225,228,235) 0%, rgb(232,227,234) 100%);
	opacity: 0.8;
	bottom: 17px;
	left: 0;
	width: 100%;
	height: 20px;
	z-index: 400;
	border-bottom-left-radius: 12px;
}



#report_2023 h2 {
	font-size: 34px;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
#report_2023 h2 > * {
	vertical-align: middle;
}
#report_2023 h2 span.label {
	display: inline-block;
	width: 90px;
	border-top-left-radius: 12px;
	background-color: #d1023d;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 0.4em;
	text-align: center;
	padding: 11px 0;
	padding-left: 8px;
	line-height: 1;
	margin-right: 25px;
}
#report_2023 h2 span.body {
	position: relative;
	top: -2px;
}

#report_2023 .txt {
	font-size: 18px;
	text-align: center;
	line-height: 1.8;
}
#report_2023 .txt strong {
	font-weight: bold;
	color: #d96fb5;
}
#report_2023 .btn {
	text-align: center;
	margin-top: 35px;
}
#report_2023 .btn a {
	font-size: 18px;
	font-weight: bold;
	color: #d96fb5;
	text-align: center;
	display: inline-block;
	padding: 15px 10px;
	width: 320px;
	background-color: #fbedf6;
	position: relative;
}
#report_2023 .btn a::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 5.2px;
	border-color: transparent transparent transparent #d96fb5;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	z-index: 10;
	margin: auto;
}
@media screen and (max-width: 668px) {
	#report_2023 {
		padding-top: 55px;
	}
	#report_2023 .inner {
		width: 92%;
		padding: 12% 0;
	}
	#report_2023 .deco1 {
		left: 2.31884%;
		width: 0;
		padding-left: 2.8986%;
		height: calc(100% - 3.76376%);
	}
	#report_2023 .deco2 {
		top: 0;
		margin-top: 2.46376%;
		left: 0;
		width: 100%;
		height: 0;
		padding-top: 2.8986%;
	}
	#report_2023 .deco3 {
		top: 0;
		margin-top: 3.76376%;
		right: 2.31884%;
		width: 0;
		padding-left: 2.8986%;
		height: calc(100% - 3.76376%);
		border-bottom-left-radius: 12px;
	}
	#report_2023 .deco4 {
		bottom: 0;
		margin-bottom: 2.46376%;
		left: 0;
		width: 100%;
		height: 0;
		padding-top: 2.8986%;
	}



	#report_2023 h2 {
		font-size: 23px;
		margin-bottom: 20px;
	}
	#report_2023 h2 > * {
		vertical-align: middle;
	}
	#report_2023 h2 span.label {
		display: block;
		width: 65px;
		border-top-left-radius: 8px;
		font-size: 14px;
		margin: 0 auto 5px;
		padding: 7px 0;
		padding-left: 5px;
	}
	#report_2023 h2 span.body {
		top: 0;
		line-height: 1.2;
	}

	#report_2023 .txt {
		font-size: 12px;
	}
	#report_2023 .btn {
		margin-top: 22px;
	}
	#report_2023 .btn a {
		font-size: 13px;
		padding: 15px 10px;
		width: 225px;
		background-color: #fbedf6;
		position: relative;
	}
	#report_2023 .btn a::after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 3px 0 3px 5.2px;
		border-color: transparent transparent transparent #d96fb5;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 18px;
		z-index: 10;
		margin: auto;
	}
}



/* ------------------------------------------------
  kv
------------------------------------------------ */
#kv .inner {
	width: 100%;
	padding: 0;
}


@media screen and (max-width: 668px) {
	#kv {

	}
}

#local_menu {
	padding: 80px 0;
}
#local_menu ul {
	max-width: 1180px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
#local_menu ul + ul {
	margin-top: 55px;
}
#local_menu ul li {
	width: 492px;
	margin: 0 21px;
}
#local_menu ul li a {
	display: block;
	background-color: #ebf3f8;
	padding: 35px 20px;
	text-align: center;
	position: relative;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #0064a9;
	letter-spacing: 0.09em;
}
#local_menu ul li a::after {
	content: "";
	display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 8px solid #0064a9;
  border-bottom: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  z-index: 10;
  margin: auto;
}
#local_menu ul li a .label {
	display: block;
	height: 28px;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#local_menu ul li a .label img {
	width: auto;
	height: 100%;
}
#local_menu ul li a .label img + img {
	margin-left: 9px;
}
#local_menu ul li a em {
	font-size: 12px;
	font-style: normal;
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
}
#local_menu ul li a > *:not(span) {
	transform: translateY(-5px);
}

@media screen and (max-width: 668px) {
	#local_menu {
		padding: 10.8% 6%;
	}
	#local_menu ul {
		display: block;
	}
	#local_menu ul li {
		width: 100%;
		margin: 0;
	}
	#local_menu ul + ul,
	#local_menu ul li + li {
		margin-top: 7.6333%;
	}

	#local_menu ul li a {
		padding: 5.5% 6.3% 4%;
		font-size: 12px;
	}
	#local_menu ul li a::after {
	  border-right: 3px solid transparent;
	  border-left: 3px solid transparent;
	  border-top: 5.5px solid #0064a9;
	  right: 25px;
	}
	#local_menu ul li a .label {
		height: 20px;
		top: -17%;
		right: auto;
		font-size: 0;
	}
	#local_menu ul li a em {
		font-size: 8px;
		position: static;
	}
	#local_menu ul li a > *:not(span) {
		transform: translateY(0);
	}
}





/* ------------------------------------------------
  exhibition
------------------------------------------------ */
#sec_exhibition {
	background-image: url(/project/imaoya/images/exhibition/bg.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#sec_exhibition .inner {
	padding: 115px 0 170px;
}

#sec_exhibition .inner h2 {
	font-size: 32px;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
#sec_exhibition .inner .txt {
	font-size: 16px;
	text-align: center;
	line-height: 1.8;
}

#sec_exhibition .inner .movie {
	margin-top: 45px;
	text-align: center;
}
@media screen and (max-width: 668px) {
	#sec_exhibition {
		background-image: url(/project/imaoya/images/exhibition/sp/bg.png);
		background-position: 50% 78%;
		background-size: contain;
	}
	#sec_exhibition .inner {
		padding: 18.13333% 6% 23.2%;
	}

	#sec_exhibition .inner h2 {
		font-size: 23px;
		margin-bottom: 25px;
	}
	#sec_exhibition .inner .txt {
		font-size: 12px;
	}

	#sec_exhibition .inner .movie {
		margin-top: 30px;
	}
}


/* ------------------------------------------------
  poster
------------------------------------------------ */
#sec_poster {

}
#sec_poster .head {
	background-image: url(/project/imaoya/images/poster/move.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
}
#sec_poster .head img {
	width: 100%;
	height: auto;
}

#sec_poster .inner {
	padding: 95px 0 180px;
	overflow: hidden;
}
#sec_poster .inner h2 {
	font-size: 20px;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 30px;
}

#sec_poster .inner .guide {
	font-size: 16px;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
#sec_poster .inner .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -10px -45px;
}
#sec_poster .inner .list a {
	display: block;
}
#sec_poster .inner .list > li {
	margin: 0 10px 45px;
}
@media screen and (max-width: 668px) {
	#sec_poster {

	}
	#sec_poster .head {
		background-image: url(/project/imaoya/images/poster/sp/move.png);
		background-repeat: no-repeat;
		background-position: 0 0;
	}

	#sec_poster .inner {
		padding: 10.66666% 6% 20%;
	}
	#sec_poster .inner h2 {
		font-size: 14px;
		line-height: 1.6;
		margin-bottom: 20px;
	}
	#sec_poster .inner .guide {
		font-size: 12px;
		margin-bottom: 10px;
	}
	#sec_poster .inner .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 -1.5% -3%;
	}
	#sec_poster .inner .list a {
		display: block;
	}
	#sec_poster .inner .list > li {
		width: 30.303%;
		margin: 0 1.5% 3%;
	}
}


/* ------------------------------------------------
  sheet
------------------------------------------------ */
#sec_sheet {
	background-color: #e8fcde!important;
	position: relative;
	padding-bottom: 90px;
}
#sec_sheet .inner {
	position: relative;
	z-index: 10;
	padding-top: 90px;
}

#sec_sheet .body {
/* 	margin-top: 180px; */
}

#sec_sheet .body h3 {
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #009d7c;
	margin-bottom: 60px;
}
#sec_sheet .body h3 em {
	font-size: 24px;
	font-style: normal;
	color: #009d7c;
	letter-spacing: 0.06em;
	display: inline-block;
	padding: 6px 30px;
	margin-bottom: 20px;
	background-color: #FFF;
	border-top-left-radius: 22px;
	border-bottom-right-radius: 22px;
}
#sec_sheet .body h3 strong {
	font-size: 34px;
	letter-spacing: 0.06em;
}

#sec_sheet .body .description {
	font-size: 18px;
	line-height: 2;
	text-align: left;

	width: 915px;
	margin: 0 auto 80px;
	padding: 35px 30px;
/* 	background-color: #e9ebf1; */
	background: linear-gradient(90deg, rgba(0,156,124,0.3) 0%, rgba(228,253,124,0.3) 100%);
	border-top-left-radius: 22px;
	border-bottom-right-radius: 22px;
}
#sec_sheet .body .description .cap {
	font-size: 12px;
	margin-top: 5px;
}

#sec_sheet .body .img + .img {
	margin-top: 80px;
}

#sec_sheet .body h4 {
	text-align: center;
	margin: 55px 0 44px;
}
#sec_sheet .body h4 span {
	display: inline-block;
	font-size: 26px;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: bold;
	letter-spacing: 0.06em;
	text-align: center;
	background-image: url(/project/imaoya/images/sheet/ttl_line.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	padding-bottom: 20px;
}

#sec_sheet .body .group {
/* 	display: flex;
	justify-content: space-between; */
}
#sec_sheet .body .group > .center {
	width: 570px;
/* 	border: 5px solid #FFF; */
	border-top-left-radius: 44px;
	border-bottom-right-radius: 44px;
	position: relative;
}

#sec_sheet .body .group .label {
	width: 100px;
	padding: 9px;
	font-size: 15px;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1;
	color: #FFF;
	text-align: center;
	border-top-left-radius: 14px;
	border-bottom-right-radius: 14px;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
}
#sec_sheet .body .group .label span {
	display: block;
	margin-top: -2px;
}
#sec_sheet .body .group .label.pink {
	background-color: #e287c3;
}
#sec_sheet .body .group .label.blue {
	background-color: #478fd6;
}
#sec_sheet .body .group.overall .label {
	font-size: 20px;
	background-color: #b2b2c5;
}

#sec_sheet .body .group .answer {
	font-size: 21px;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: bold;
	letter-spacing: 0.06em;
	text-align: center;
	background-color: #f8f9fb;
	padding: 28px 15px;
	border-top-left-radius: inherit;
	border-bottom-right-radius: 44px;
}
#sec_sheet .body .group .fig {
	padding: 30px 40px;
	text-align: center;
}
#sec_sheet .body .group .cap {
	font-size: 12px;
	text-align: right;
	margin-top: 20px;
}


#sec_sheet .body .group.overall {
	margin-top: 80px;
	position: relative;
}
#sec_sheet .body .group.overall .center {
	width: 915px;
	margin: 0 auto;
	letter-spacing: 0.08em;
/* 	background-color: #e9eaf1; */
	background: linear-gradient(90deg, rgba(0,156,124,0.3) 0%, rgba(228,253,124,0.3) 100%);
/* 	border-color: #e9eaf1; */
	padding: 55px;
	text-align: center;
}
#sec_sheet .body .group.overall .center .lead {
	font-size: 26px;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: bold;
	color: #0064a9;
	line-height: 1.7;
	margin-bottom: 20px;
}
#sec_sheet .body .group.overall .center .txt {
	font-size: 18px;
	line-height: 1.6;
}

#sec_sheet .body .group.overall .center .btn {
	margin-top: 25px;
}
#sec_sheet .body .group.overall .center .btn a {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	width: 320px;
	padding: 18px;
	position: relative;
	background: #55a1cf;
	background-color: #009c7c;
}
#sec_sheet .body .group.overall .center .btn a::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 5.2px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	z-index: 10;
	margin: auto;
}
#sec_sheet .body .group.overall .center .btn_txt {
	margin-top: 22px;
	display: inline-block;
}
#sec_sheet .body .group.overall .center .btn_txt > a {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.06em;
	display: inline-block;
	padding-right: 12px;
	padding-bottom: 12px;
	position: relative;
}

#sec_sheet .body .group.overall .center .btn_txt > a,
#sec_sheet .body .group.overall .center .btn_txt > a:hover {
	text-decoration: none;
}
#sec_sheet .body .group.overall .center .btn_txt > a::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 4.5px 0 4.5px;
	border-color: #313131 transparent transparent transparent;
	position: absolute;
	top: 0;
	bottom: 12px;
	right: 0;
	z-index: 10;
	margin: auto;
}

#sec_sheet .body .group + .cap {
	font-size: 12px;
	text-align: center;
	line-height: 1.6;
	margin-top: 30px;
}

#sec_sheet .body .group.overall .history {
	width: 222px;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: none;
}
#sec_sheet .body .group.overall .history li + li {
	border-top: 1px solid #dde1e1;
}
#sec_sheet .body .group.overall .history li a {
	display: block;
	font-size: 15px;
	padding: 13px;
	position: relative;
}

@media screen and (max-width: 668px) {
	#sec_sheet {
		padding-bottom: 20%;
	}
	#sec_sheet .inner {
		padding: 0;
		padding-top: 15%;
	}
	#sec_sheet .inner > .body {
/* 		margin-top: 60px; */
		padding: 0 6%
	}
	#sec_sheet .body h3 {
		margin-bottom: 35px;
	}
	#sec_sheet .body h3 em {
		font-size: 15px;
		padding-left: 14px;
		margin-bottom: 10px;
		padding-right: 14px;
		border-top-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	#sec_sheet .body h3 strong {
		display: block;
		font-size: 20px;
		margin-left: -1em;
		margin-right: -1em;
	}

	#sec_sheet .body .description {
		font-size: 12px;

		width: auto;
		padding: 20px 10px;
		border-top-left-radius: 15px;
		border-bottom-right-radius: 15px;
		margin-bottom: 11%;
	}
	#sec_sheet .body .description .cap {
		font-size: 9px;
		margin-top: 3px;
	}

	#sec_sheet .body h4 {
		margin: 10.606% 0 8.57575%;
	}
	#sec_sheet .body h4 span {
		font-size: 17px;
		background-image: url(/project/imaoya/images/sheet/sp/ttl_line.png);
		background-size: 325px;
		padding-bottom: 15px;
	}

	#sec_sheet .body .group {
		display: block;
	}
	#sec_sheet .body .group > .center {
		width: auto;
		border-top-left-radius: 22px;
		border-bottom-right-radius: 22px;
		position: relative;
	}

	#sec_sheet .body .img + .img {
		margin-top: 10%;
	}

	#sec_sheet .body .group .label {
		width: 63px;
		padding: 7px;
		font-size: 10px;
		border-top-left-radius: 7px;
		border-bottom-right-radius: 7px;
		top: 0;
		margin-top: -5%
	}
	#sec_sheet .body .group .label span {
		margin-top: -1px;
	}
	#sec_sheet .body .group .label.pink {
		background-color: #e287c3;
	}
	#sec_sheet .body .group .label.blue {
		background-color: #478fd6;
	}
	#sec_sheet .body .group.overall .label {
		font-size: 13px;
	}

	#sec_sheet .body .group .answer {
		font-size: 14px;
		padding: 5.8% 10px;
		border-bottom-right-radius: 22px;
	}
	#sec_sheet .body .group .fig {
		padding: 5.45454% 7.57575%;
	}
	#sec_sheet .body .group .cap {
		font-size: 9px;
		margin-top: 15px;
	}


	#sec_sheet .body .group.overall {
		margin-top: 40px;
	}
	#sec_sheet .body .group.overall .center {
		font-size: 12px;
		width: 100%;
		padding: 9.0909% 3%;
	}
	#sec_sheet .body .group.overall .center .lead {
		font-size: 16px;
		margin-bottom: 20px;
	}
	#sec_sheet .body .group.overall .center .txt {
		font-size: 12px;
	}

	#sec_sheet .body .group.overall .center .btn {
		margin-top: 17px;
	}
	#sec_sheet .body .group.overall .center .btn a {
		font-size: 14px;
		width: 240px;
		padding: 14px;
	}
	#sec_sheet .body .group.overall .center .btn a::after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 3px 0 3px 5.2px;
		border-color: transparent transparent transparent #ffffff;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 18px;
		z-index: 10;
		margin: auto;
	}

	#sec_sheet .body .group.overall .center .btn_txt {
		margin-top: 20px;
	}
	#sec_sheet .body .group.overall .center .btn_txt > a {
		font-size: 14px;
		font-weight: 500;
		text-decoration: underline;
	}

	#sec_sheet .body .group.overall .history {
		width: 180px;
	}
	#sec_sheet .body .group.overall .history li + li {
		border-top: 1px solid #dde1e1;
	}
	#sec_sheet .body .group.overall .history li a {
		font-size: 12px;
		padding: 10px;
	}
}


/* ------------------------------------------------
  sheet2
------------------------------------------------ */
#wrapper #sec_sheet2 {
	background-color: transparent;
	position: relative;
	z-index: 20;
	background-color: #ebf3f8;
	padding: 1px 0 125px;
}
/* #sec_sheet2::before {
	content: "";
	display: block;
	width: 100%;
	height: 550px;
	background-image: url(/project/imaoya/images/sheet/bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
} */
#sec_sheet2 .head {
	display: flex;
	justify-content: space-between;
	padding: 0 30px;
	margin-top: 125px;
	position: relative;
	z-index: 10;
}

#sec_sheet2 .head > .main {
	width: 590px;
	background-color: #54a1cf;
	box-sizing: border-box;
	text-align: center;
	padding: 60px 0;
	padding-right: 42px;
	margin-bottom: 10px;
	border-top-right-radius: 48px;
	border-bottom-left-radius: 48px;
}
#sec_sheet2 .head > .main h2 {
	font-size: 26px;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 25px;
}
#sec_sheet2 .head > .main h2 strong {
	font-size: 34px;
	line-height: 1.2;
	display: block;
	margin-top: 5px;
}

#sec_sheet2 .head > .main .txt {
	font-size: 16px;
	color: #FFF;
	line-height: 2;
}
#sec_sheet2 .head > .main .txt p + p {
	margin-top: 18px;
}

#sec_sheet2 .head > .main .btn {
	margin: 35px auto 0;
	width: 300px;
}
#sec_sheet2 .head > .main .btn a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #0064a9;
	background-color: #FFF;
	position: relative;
	padding: 16px;
	text-decoration: none;
}
#sec_sheet2 .head > .main .btn a::after {
	content: "";
	display: block;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 5.2px;
	border-color: transparent transparent transparent #0064a9;

	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	z-index: 10;
	margin: auto;
}

#sec_sheet2 .head > .step {
	width: 580px;
	margin-top: 90px;
	margin-bottom: -50px;
	margin-left: -70px;
	padding: 45px 0;
	background-color: #FFF;
	border-top-left-radius: 48px;
	border-bottom-right-radius: 48px;
	text-align: center;
}
#sec_sheet2 .head > .step .ttl {
	font-size: 24px;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: bold;
	margin-bottom: 25px;
}
@media screen and (max-width: 668px) {
	#sec_sheet2 .inner {
		padding: 0;
	}
	#sec_sheet2::before {
		height: 100%;
		background-image: url(/project/imaoya/images/sheet/sp/bg.png);
		background-position: 0 0;
		background-size: 100%;
		bottom: 0;
		margin-bottom: 31%;
	}
	#sec_sheet2 .head {
		padding: 0;
		margin-top: 31%;
	}

	#sec_sheet2 .head > .main {
		width: 94%;
		padding: 30px 0 45px;
		border-top-right-radius: 27px;
		border-bottom-left-radius: 27px;
	}
	#sec_sheet2 .head > .main h2 {
		font-size: 17px;
		margin-bottom: 15px;
	}
	#sec_sheet2 .head > .main h2 strong {
		font-size: 24px;
	}

	#sec_sheet2 .head > .main .txt {
		font-size: 12px;
		line-height: 2;
	}

	#sec_sheet2 .head > .main .btn {
		margin: 20px auto 0;
		width: 225px;
	}
	#sec_sheet2 .head > .main .btn a {
		font-size: 14px;
		padding: 13px;
	}
	#sec_sheet2 .head > .main .btn a::after {
		content: "";
		display: block;
		vertical-align: middle;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 3px 0 3px 5.2px;
		border-color: transparent transparent transparent #0064a9;

		position: absolute;
		top: 0;
		bottom: 0;
		right: 20px;
		z-index: 10;
		margin: auto;
	}

	#sec_sheet2 .head .step {
		margin: 20px 0;
		margin-right: -6.3854%;
	}
}


/* ------------------------------------------------
  twitter
------------------------------------------------ */
#sec_twitter {
	background-image: url(/project/imaoya/images/twitter/bg.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#sec_twitter .inner {
	padding: 115px 0 170px;
}

#sec_twitter .inner h2 {
	font-size: 28px;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
#sec_twitter .inner .txt {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
}

#sec_twitter .inner .btn {
	margin-top: 30px;
	text-align: center;
}
@media screen and (max-width: 668px) {
	#sec_twitter {
		background-image: url(/project/imaoya/images/twitter/sp/bg.png);
		background-size: 100%;
	}
	#sec_twitter .inner {
		padding: 23.46666% 0;
	}

	#sec_twitter .inner h2 {
		font-size: 21px;
		margin-bottom: 15px;
	}
	#sec_twitter .inner .txt {
		font-size: 12px;
	}

	#sec_twitter .inner .btn {
		width: 240px;
		margin: 30px auto 0;
	}
}


/* ------------------------------------------------
  interview
------------------------------------------------ */
#sec_interview {
	background-color: #f8f8fc!important;
}
#sec_interview .inner {
	padding: 90px 0 190px;
}
#sec_interview .inner h2 {
	font-size: 40px;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: bold;
	color: #0064a9;
	text-align: center;

background: rgb(74,164,215);
background: linear-gradient(90deg, rgba(36,141,200,1) 0%, rgba(74,164,215,1) 30%, rgba(206,170,245,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

	margin-bottom: 65px;
}
#sec_interview .inner .bridge {
	font-size: 22px;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
	color: #434343;
	margin-bottom: 80px;
}

#sec_interview .inner ol li {
	display: flex;
	justify-content: space-between;
	position: relative;
}
#sec_interview .inner ol li + li {
	margin-top: 160px;
}

#sec_interview .inner ol li::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
	/*pointer-events: none;*/
	background-repeat: no-repeat;
}
#sec_interview .inner ol li.interview1::after {
	width: 121px;
	height: 70px;
	background-image: url(/project/imaoya/images/interview/option1.png);
	right: 149px;
	bottom: -50px;
}
#sec_interview .inner ol li.interview2::after {
	width: 225px;
	height: 95px;
	background-image: url(/project/imaoya/images/interview/option2.png);
	left: 132px;
	bottom: -75px;
}
#sec_interview .inner ol li.interview3::after {
	width: 109px;
	height: 64px;
	background-image: url(/project/imaoya/images/interview/option3.png);
	left: 760px;
	bottom: -55px;
}


#sec_interview .inner .head {
	width: 320px;
	position: relative;
	z-index: 10;
}
#sec_interview .inner .interview3 .head {
	width: 550px;
}

#sec_interview .inner .head .ph {
	margin-top: 10px;
	margin-bottom: 30px;
	position: relative;
}

#sec_interview .inner .head .ph::after {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	position: absolute;
	top: -20px;
	z-index: -10;
}
#sec_interview .inner .left .head .ph::after {
	right: -80px;
}
#sec_interview .inner .right .head .ph::after {
	left: -80px;
}
#sec_interview .inner .interview0 .head .ph::after {
	background-image: url(/project/imaoya/images/interview/num0.png);
}
#sec_interview .inner .interview1 .head .ph::after {
	background-image: url(/project/imaoya/images/interview/num1.png);
}
#sec_interview .inner .interview2 .head .ph::after {
	background-image: url(/project/imaoya/images/interview/num2.png);
}
#sec_interview .inner .interview3 .head .ph::after {
	background-image: url(/project/imaoya/images/interview/num3.png);
}

#sec_interview .inner .head .profile {
	padding: 0;
	padding-left: 25px;
}
#sec_interview .inner .head .profile .name {
	font-size: 16px;
	margin-bottom: 10px;
}
#sec_interview .inner .head .profile .detail {
	font-size: 12px;
	line-height: 1.7;
}
#sec_interview .inner .head .profile .detail a {
	display: inline-block;
	text-decoration: underline;
	word-break: break-all;
}

#sec_interview .inner .body {
	width: 764px;
	margin: 0 40px;
}
#sec_interview .inner .interview3 .body {
	width: 525px;
}

#sec_interview .inner .body .lead {
	font-size: 30px;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: bold;
	color: #434343;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-bottom: -22px;
	position: relative;
	z-index: 20;
	padding-top: 30px;
}
#sec_interview .inner .right .body .lead {
	text-align: right;
}
#sec_interview .inner .body .txt {
	font-size: 16px;
	line-height: 1.8;
	background-color: #FFF;
	min-height: 280px;

	padding: 70px 1px;
	position: relative;
}
#sec_interview .inner .interview3 .body .txt {
	padding-left: 45px;
	padding-right: 45px;
	min-height: 250px;
}

#sec_interview .inner .body .txt p + p {
	margin-top: 1.8em;
}
#sec_interview .inner .body .txt p strong {
	display: block;
	margin-bottom: 0.5em;
}

#sec_interview .inner .body .txt::before,
#sec_interview .inner .body .txt::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	height: 100%;
	background-color: #FFF;
}

#sec_interview .inner .body .txt::before {
	width: 176px;
}
#sec_interview .inner .body .txt::after {
	width: 1000px;
}

#sec_interview .inner .left .body .txt::before {
	right: calc(100% - 1px);
}
#sec_interview .inner .left .body .txt::after {
	left: calc(100% - 1px);
}

#sec_interview .inner .right .body .txt::before {
	left: calc(100% - 1px);
}
#sec_interview .inner .right .body .txt::after {
	right: calc(100% - 1px);
}

#sec_interview .inner .comingsoon {
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	border: 1px solid #898989;
	padding: 9px 16px;
	margin-top: 25px;
}

#sec_interview .guide {
	width: 858px;
	background: linear-gradient(90deg, rgba(83,161,207,1) 0%, rgba(120,158,205,1) 100%);
	border-top-left-radius: 44px;
	border-bottom-right-radius: 44px;
	position: relative;
	padding: 60px 0;
	margin: 140px auto 0;
	text-align: center;
}

#sec_interview .guide .lead {
	font-size: 26px;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: bold;
	color: #FFF;
	line-height: 1.7;
	margin-bottom: 20px;
}
#sec_interview .guide .btn {
	margin-top: 35px;
}
#sec_interview .guide .btn a {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #0064a9;
	width: 300px;
	padding: 18px;
	position: relative;
	background: #FFF;
	text-align: center;
}
#sec_interview .guide .btn a::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 5.2px;
	border-color: transparent transparent transparent #0064a9;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
}

@media screen and (max-width: 668px) {
	#sec_interview .inner {
		padding: 35px 0 85px;
	}
	#sec_interview .inner h2 {
		font-size: 22px;
		margin-bottom: 25px;
	}

	#sec_interview .inner .bridge {
		font-size: 14px;
		line-height: 1.8;
		margin-bottom: 30px;
	}

	#sec_interview .inner ol li {
		flex-direction: column;
	}
	#sec_interview .inner ol li + li {
		margin-top: 105px;
	}

	#sec_interview .inner ol li::before {
		content: "";
		display: block;
		background-color: #FFF;
		width: 82%;
		height: 100%;
		position: absolute;
		top: 0;
		margin-top: 8.5%;
	}
	#sec_interview .inner ol li.left::before {
		right: 0;
		margin-top: 4.5%;
	}
	#sec_interview .inner ol li.right::before {
		left: 0
	}

	#sec_interview .inner .left .head {
		order: 1;
	}

	#sec_interview .inner ol li::after {
		background-size: contain;
	}
	#sec_interview .inner ol li.interview1::after {
		width: 60px;
		height: 35px;
		background-image: url(/project/imaoya/images/interview/sp/option1.png);
		left: 65%;
		right: auto;
		bottom: 0;
		margin-bottom: -11%;
	}
	#sec_interview .inner ol li.interview2::after {
		width: 112px;
		height: 47px;
		background-image: url(/project/imaoya/images/interview/sp/option2.png);
		right: 56%;
		left: auto;
		bottom: 0;
		margin-bottom: -17%;
	}
	#sec_interview .inner ol li.interview3::after {
		width: 54px;
		height: 32px;
		background-image: url(/project/imaoya/images/interview/sp/option3.png);
		left: 72%;
		bottom: 0;
		margin-bottom: -18%;
	}


	#sec_interview .inner .head,
	#sec_interview .inner .body,
	#sec_interview .inner .interview3 .body {
		width: auto;
		padding: 0 6.3333%;
		margin: 0;
	}

	#sec_interview .inner .head {
		margin-top: 55px
	}
	#sec_interview .inner .head .profile {
		padding: 0;
	}
	#sec_interview .inner .head .profile .name {
		font-size: 12px;
		margin-bottom: 5px;
	}
	#sec_interview .inner .head .profile .detail {
		font-size: 10px;
		line-height: 1.6;
	}


	#sec_interview .inner .body .lead {
		font-size: 19px;
		line-height: 1.6;
		margin: 0 -11.4754%;
		padding: 0;

		display: flex;
		align-items: center;
	}
	#sec_interview .inner .interview3 .body .lead {
		font-size: 16px
	}
	#sec_interview .inner .body .lead > .num {
		width: 16%;
		margin-top: -8%;
		transform: scale(1, -1);
	}
	#sec_interview .inner .body .lead > span {
		flex: 1;
		display: block;
		padding: 0 5.4%;
		margin-left: -16%;
/* 		background-color: #f00; */
		text-align: center;
	}

	#sec_interview .inner .body .ph {
		margin: 11% 5%;
		position: relative;
		z-index: 30;
	}


	#sec_interview .inner .body .txt,
	#sec_interview .inner .interview3 .body .txt {
		font-size: 14px;
		background-color: transparent;
		min-height: 0;
		padding: 0;
	}

	#sec_interview .inner .body .txt::before,
	#sec_interview .inner .body .txt::after {
		display: none
	}

	#sec_interview .inner .comingsoon {
		font-size: 10px;
		padding: 6px 13px;
		margin-top: 15px;
		margin-bottom: -5%
	}


	#sec_interview .guide {
		width: 88%;
		border-top-left-radius: 28px;
		border-bottom-right-radius: 28px;
		padding: 10% 0;
		margin: 32% auto 0;
		text-align: center;
	}

	#sec_interview .guide .lead {
		font-size: 17px;
		line-height: 1.7;
		margin-bottom: 0;
	}
	#sec_interview .guide .btn {
		margin-top: 5.5%;
	}
	#sec_interview .guide .btn a {
		display: inline-block;
		font-size: 13px;
		font-weight: bold;
		color: #0064a9;
		width: 225px;
		padding: 13px;
		position: relative;
		background: #FFF;
		text-align: center;
	}
	#sec_interview .guide .btn a::after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 2.5px 0 2.5px 4px;
		border-color: transparent transparent transparent #0064a9;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 20px;
		margin: auto;
	}
}


/* ------------------------------------------------
  interview2
------------------------------------------------ */
#sec_interview2 {
	background-color: #ebf1f8!important;
}
#sec_interview2 .inner {
	padding: 80px 0 110px;
}
#sec_interview2 .inner .tsuku {
	font-family: fot-tsukuardgothic-std, sans-serif;
}

#sec_interview2 .inner .label {
	height: 28px;
	text-align: center;
	margin-bottom: 3%;
}
#sec_interview2 .inner .label img {
	width: auto;
	height: 100%;
}

#sec_interview2 .inner h2 {
	font-size: 40px;
	font-weight: bold;
	color: #0064a9;
	text-align: center;

background: rgb(74,164,215);
background: linear-gradient(90deg, rgba(36,141,200,1) 0%, rgba(74,164,215,1) 30%, rgba(206,170,245,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

	margin-bottom: 80px;
}

#sec_interview2 .inner h3 {
	font-size: 30px;
	font-weight: bold;
	color: #0064a9;
	text-align: center;
	margin-bottom: 35px;
}
#sec_interview2 .inner h3 span {
	display: inline-block;
	position: relative;
}
#sec_interview2 .inner h3 span::after {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-image: url(/project/imaoya/images/interview/num0.png);
	position: absolute;
	top: -25px;
	left: -85px;
	z-index: -10;
}
#sec_interview2 .inner .source {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 70px;
}
#sec_interview2 .inner .ph {
	text-align: center;
	margin-bottom: 60px;
}
#sec_interview2 .inner .txt {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}
#sec_interview2 .inner .btn {
	text-align: center;
	margin-top: 70px;
}
#sec_interview2 .inner .btn a {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	display: inline-block;
	width: 265px;
	padding: 18px;
	background: #0064a9;
	position: relative;
	text-decoration: none;
	letter-spacing: 0.1em;
}
#sec_interview2 .inner .btn a::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 5.2px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
}
@media screen and (max-width: 668px) {
	#sec_interview2 .inner {
		padding: 40px 0 55px;
	}

	#sec_interview2 .inner .label {
		height: 15px;
		margin-bottom: 5%;
	}

	#sec_interview2 .inner h2 {
		font-size: 22px;
		margin-bottom: 25px;
	}
	#sec_interview2 .inner h3 {
		font-size: 19px;
		position: relative;
		margin-bottom: 30px;
	}
	#sec_interview2 .inner h3 span {
		position: static;
	}
	#sec_interview2 .inner h3 span::after {
		width: 60px;
		height: 60px;
		top: -0.25em;
		left: 0;
		background-size: contain;
	}
	#sec_interview2 .inner .source {
		font-size: 11px;
		margin-bottom: 45px;
	}
	#sec_interview2 .inner .ph {
		margin-bottom: 35px;
	}
	#sec_interview2 .inner .txt {
		font-size: 12px;
		line-height: 2;
	}
	#sec_interview2 .inner .btn {
		margin-top: 35px;
	}
	#sec_interview2 .inner .btn a {
		font-size: 14px;
		width: 210px;
		padding: 12px
	}
	#sec_interview2 .inner .btn a::after {
		right: 15px;
	}
}



/* ------------------------------------------------
  checklist
------------------------------------------------ */
#sec_checklist {
	background-color: #f4f4fa!important;
/* 	margin-top: -85px;
	padding-top: 85px; */
}
#sec_checklist .inner {
	padding: 140px 0 150px;
}
#sec_checklist .inner h2 {
	font-size: 30px;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: bold;
	color: #313131;
	line-height: 1.7;
	text-align: center;
	margin-bottom: 95px;
}
#sec_checklist .inner .group {
	display: flex;
	justify-content: center;

}
#sec_checklist .inner .group > * {
	margin: 0 9px;
}

#sec_checklist .inner .btn {
	text-align: center;
	margin-top: 100px;
}
#sec_checklist .inner .btn a {
	width: 380px;
	display: inline-block;
	padding: 22px;
	background-color: #71bca0;
	background: linear-gradient(90deg, rgba(111,188,161,1) 0%, rgba(142,186,156,1) 100%);
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
#sec_checklist .inner .btn a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	background-image: url(/project/imaoya/images/checklist/ico_download.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 15px;
	margin-top: -5px;
}
@media screen and (max-width: 668px) {
	#sec_checklist {
/* 		margin-top: -31%;
		padding-top: 31%; */
	}
	#sec_checklist .inner {
		padding: 19.46666% 0;
	}
	#sec_checklist .inner h2 {
		font-size: 18px;
		margin-bottom: 11%;
	}
	#sec_checklist .inner .group {
		display: block;
		width: 68%;
		margin: 0 auto;
	}
	#sec_checklist .inner .group > * {
		margin: 0;
	}
	#sec_checklist .inner .group > * + * {
		margin-top: 1.56862%;
	}

	#sec_checklist .inner .btn {
		margin-top: 11%;
	}
	#sec_checklist .inner .btn a {
		width: 64%;
		padding: 3.33333%;
		font-size: 14px;
	}
	#sec_checklist .inner .btn a::before {
		width: 15px;
		height: 15px;
		margin-right: 10px;
		margin-top: -2px;
	}
}


/* ------------------------------------------------
  about
------------------------------------------------ */
#sec_about {
	padding-top: 140px;
}
#sec_about .logo {
	text-align: center;
	margin-bottom: 30px;
}

#sec_about .inner h2 {
	font-size: 30px;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: bold;
	color: #0064a9;
	text-align: center;
	margin-bottom: 40px;
}
#sec_about .inner .txt {
	font-size: 16px;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 290px;
}

#sec_about .frame {
	background-color: #ebf3f8;
	padding-top: 1px;
	padding-bottom: 85px;
}
#sec_about .frame .inner {
	margin-top: -240px;
}

#sec_about .frame .movie_ttl {
	font-size: 18px;
	font-weight: bold;
	text-align: center;

	margin-bottom: 25px;
}
#sec_about .frame .movie {
	width: 752px;
	margin: 0 auto;
}
#sec_about .frame .movie span {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#sec_about .frame .movie span iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

#sec_about .frame .strong_points {
	display: flex;
	justify-content: flex-start;
	width: 890px;
	margin: 80px auto 90px;
}
#sec_about .frame .strong_points .head {
	width: 250px;
	background-color: #d8e8f3;
	border-top-left-radius: 26px;
	border-bottom-right-radius: 26px;
	display: flex;
	justify-content: center;
	align-items: center;

	font-size: 24px;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: bold;
	color: #0064a9;
	text-align: left;
}
#sec_about .frame .strong_points .body {
	margin-left: 40px;
}
#sec_about .frame .strong_points .body li {
	font-size: 16px;
	letter-spacing: 0.06em;
	margin-right: -20em;
	text-indent: -30px;
	padding-left: 30px;
}
#sec_about .frame .strong_points .body li em {
	font-weight: inherit;
	font-style: inherit;
	color: #0064a9;
}
#sec_about .frame .strong_points .body li .note {
	display: block;
	font-size: 12px;
	line-height: 1.6;
	text-indent: 0;
	margin-top: 8px;
}
#sec_about .frame .strong_points .body li + li {
	margin-top: 18px;
}
#sec_about .frame .strong_points .body li::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 14px;
	margin-top: -3px;
	margin-right: 12px;
	background-image: url(/project/imaoya/images/about/check.png);
	background-repeat: no-repeat;
}
@media screen and (max-width: 668px) {
	#sec_about {
		padding-top: 17.33333%;
	}
	#sec_about .logo {
		width: 19.8667%;
		margin: 0 auto 30px;
	}

	#sec_about .inner {
		padding: 0
	}
	#sec_about .inner h2 {
		font-size: 22px;
		margin-bottom: 30px;
	}
	#sec_about .inner .txt {
		font-size: 12px;
		margin-bottom: 30%;
	}

	#sec_about .frame {
		padding-bottom: 0
	}
	#sec_about .frame .inner {
		margin-top: -22%;
		padding-bottom: 10%;
	}

	#sec_about .frame .movie_ttl {
		font-size: 14px;

		margin-bottom: 15px;
	}
	#sec_about .frame .movie {
		width: 100%;
	}

	#sec_about .frame .strong_points {
		display: block;
		width: auto;
		margin: 40px auto 0;
		padding: 0 7.3333% 7.3333%;
	}
	#sec_about .frame .strong_points .head {
		width: auto;
		border-top-left-radius: 14px;
		border-bottom-right-radius: 14px;

		font-size: 18px;
		text-align: center;
		padding: 12px;
		margin-bottom: 20px
	}
	#sec_about .frame .strong_points .body {
		margin-left: 0;
	}
	#sec_about .frame .strong_points .body li {
		font-size: 12px;
		letter-spacing: 0.06em;
		margin-right: 0;
		text-indent: -1.9em;
		padding-left: 1.9em;
	}
	#sec_about .frame .strong_points .body li em {
		font-weight: inherit;
		font-style: inherit;
		color: #0064a9;
	}
	#sec_about .frame .strong_points .body li .note {
		font-size: 9px;
		line-height: 1.6;
		margin-top: 5px;
	}
	#sec_about .frame .strong_points .body li + li {
		margin-top: 18px;
	}
	#sec_about .frame .strong_points .body li::before {
		width: 14px;
		height: 10px;
		margin-top: -3px;
		margin-right: 8px;
		background-image: url(/project/imaoya/images/about/sp/check.png);
		background-size: contain;
	}
}


#sec_about .btns {
	display: flex;
	justify-content: center;
	max-width: 890px;
	margin: 0 auto;
}
#sec_about .btns .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 420px;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #0064a9;
	font-size: 18px;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	letter-spacing: 0.06em;
	line-height: 1.6;
	color: #0064a9;
	text-align: left;
	position: relative;
}
#sec_about .btns .btn a,
#sec_about .btns .btn a > * {
	text-decoration: none;
}
#sec_about .btns .btn a > * {
	margin: 0 10px;
}

#sec_about .btns .btn a span.ico {
	display: block;
}

#sec_about .btns .btn a::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 5.2px;
	border-color: transparent transparent transparent #0064a9;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
}

/* type2 */
#sec_about .btns .btn.type2 a {
	color: #262626;
	border-color: #262626;
}
#sec_about .btns .btn.type2 a::after {
	border-color: transparent transparent transparent #262626;
}



@media screen and (max-width: 668px) {
	#sec_about .btns {
		display: block;
		padding: 2% 3%;
	}
	#sec_about .btns li + li {
		margin-top: 7%;
	}
	#sec_about .btns .btn a {
		width: 85.3333%;
		padding: 3.5% 5%;
		font-size: 15px;
		position: relative

	}
	#sec_about .btns .btn a,
	#sec_about .btns .btn a > * {
		text-decoration: none;
	}

	#sec_about .btns .btn a span {
		display: block;
		font-size: 10px;
		margin-right: 0;
	}

	#sec_about .btns .btn a > * {
		margin: 0 10px;
	}

	#sec_about .btns .btn a span.ico {
		display: block;
		width: 44px;
	}

	#sec_about .btns .btn a::after {
		display: block;
		border-width: 3px 0 3px 5.2px;
		margin-top: 0;
		margin-left: 0;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 12px;
		margin: auto;
	}

	#sec_about .btns .btn strong {
		display: block;
		flex: 1;
	}
}


/* ------------------------------------------------
  追従
------------------------------------------------ */
#follow {
	background-color: #f4f3fa;
	position: fixed;
	bottom: -100%;
	left: 0;
	z-index: 100;
	width: 100%;
	transition: bottom 0.8s ease;
}
#follow.show {
	bottom: 0;
}
#follow .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 25px;
}
#follow .inner .ttl {
	font-size: 17px;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: bold;
	margin-right: 30px;
	letter-spacing: 0.1em;
}

#follow .inner .btn {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	display: block;
	width: 300px;
	padding: 13px;
	background: #0064a9;
	position: relative;
	text-decoration: none;
	letter-spacing: 0.1em;
}
#follow .inner .btn::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 5.2px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
}
#follow .inner .close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	width: 25px;
	height: 25px;
}
#follow .inner .close img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 668px) {
	#follow .inner {
		padding: 3%;
	}
	#follow .inner .ttl {
		font-size: 10.5px;
		margin-right: 15px;
	}

	#follow .inner .btn {
		font-size: 12px;
		width: 48%;
		padding: 10px
	}
	#follow .inner .btn::after {
		right: 15px;
	}

	#follow .inner .close {
		top: 2px;
		right: 2px;
		width: 15px;
		height: 15px;
	}
}


/* ------------------------------------------------
  モーダル
------------------------------------------------ */
.remodal-overlay {
	background-color: rgba(255,255,255,0.9);
}

#poster_modal {
	max-width: 1000px;
	width: 1000px!important;
	font-size: 0;
}
#poster_modal .internal {
	position: relative;
}

#poster_modal_body li {
	width: 1000px !important;
}
#poster_modal_body li img {
	width: 100%;
	height: auto;
}

#poster_modal .prev,
#poster_modal .next {
	display: block;
	width: 41px;
	height: 70px;
	background-image: url(/project/imaoya/images/poster/arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 100;
	margin: auto;
}
#poster_modal .prev {
	left: -90px;
}
#poster_modal .next {
	right: -90px;
	transform: scale(-1, 1);
}

#poster_modal .current {
	font-size: 20px;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: bold;
	color: #313131;
	margin-bottom: 25px;
}
#poster_modal .current .now {
	color: #0064a9;
}

#poster_modal .close {
	display: block;
	width: 124px;
	font-size: 14px;
	border: 1px solid #898989;
	padding: 10px;
	margin: 50px auto 0;
	text-align: center;
}
@media screen and (max-width: 668px) {
	#poster_modal {
		width: 100%!important;
		box-sizing: border-box;
		padding: 0 6%
	}

	#poster_modal_body li {
		width: 100%!important;
	}

	#poster_modal .prev,
	#poster_modal .next {
		width: 16px;
		height: 26px;
	}
	#poster_modal .prev {
		left: -6%;
	}
	#poster_modal .next {
		right: -6%;
	}

	#poster_modal .current {
		font-size: 12px;
		margin-bottom: 12px;
	}

	#poster_modal .close {
		width: 70px;
		font-size: 12px;
		padding: 6px;
		margin: 20px auto 0;
	}
}


.remodal.movie {
	max-width: 900px;
}
.remodal.movie .internal .movie span {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.remodal.movie .internal .movie span iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.remodal.movie .close {
	display: block;
	width: 124px;
	font-size: 14px;
	border: 1px solid #898989;
	padding: 10px;
	margin: 50px auto 0;
	text-align: center;
}
@media screen and (max-width: 668px) {
	.remodal.movie .close {
		width: 70px;
		font-size: 12px;
		padding: 6px;
		margin: 20px auto 0;
	}
}


/* ------------------------------------------------
  グリーティング カード
------------------------------------------------ */
#sec_greeting {
	background-image: url(/project/imaoya/images/greeting/bg_b.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
#sec_greeting .inner {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 706px;
}
#sec_greeting .inner .right {
	width: 460px;
	margin-right: 32px;
	padding-bottom: 20px;
}

#sec_greeting .inner .right h2 {
	font-size: 34px;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.1em;
	position: relative;
	padding-top: 22px;
}
#sec_greeting .inner .right h2 span {
	position: relative;
	z-index: 10;
}
#sec_greeting .inner .right h2::before {
	content: "";
	display: block;
	width: 598px;
	height: 179px;
	background-image: url(/project/imaoya/images/greeting/accessory_b.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: -78px;
	z-index: 1;
	pointer-events: none;
}

#sec_greeting .inner .right .lead {
	font-size: 26px;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: bold;
	line-height: 1.6;
	margin-top: 40px;
}
#sec_greeting .inner .right .txt {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 15px;
}
#sec_greeting .inner .right .btn {
	margin-top: 45px;
}
#sec_greeting .inner .right .btn a {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	width: 360px;
	padding: 16px;
	position: relative;
	background: #ed909f;
	text-align: center;
	letter-spacing: 0.1em;
}
#sec_greeting .inner .right .btn a::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 5.2px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	z-index: 10;
	margin: auto;
}
@media screen and (max-width: 668px) {
	#wrapper #sec_greeting {
		background-image: url(/project/imaoya/images/greeting/sp/bg_b.png);
		background-color: #fdf7f5;
		background-position: 0 0;
		background-size: 100%;
	}
	#sec_greeting .inner {
		display: block;
		height: auto;
	}
	#sec_greeting .inner .right {
		width: 100%;
		margin-right: 0;
		padding: 13.5% 0 15%;
		text-align: center;
	}

	#sec_greeting .inner .right h2 {
		font-size: 24px;
		line-height: 1.4;
		letter-spacing: 0.1em;
		padding-top: 0;
	}
	#sec_greeting .inner .right h2::before {
		display: none;
	}

	#sec_greeting .inner .right .lead {
		font-size: 16px;
		line-height: 1.6;
		margin-top: 87%;
	}
	#sec_greeting .inner .right .txt {
		font-size: 12px;
		line-height: 1.8;
		margin-top: 3%;
	}
	#sec_greeting .inner .right .btn {
		margin-top: 9%;
	}
	#sec_greeting .inner .right .btn a {
		font-size: 13.5px;
		width: 240px;
		padding: 13px;
	}
	#sec_greeting .inner .right .btn a::after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 3px 0 3px 5.2px;
		border-color: transparent transparent transparent #ffffff;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 18px;
		z-index: 10;
		margin: auto;
	}
}


#wrapper #sec_staff {
	background-color: #ebf3f8;
	position: relative;
	z-index: 0;
	padding: 250px 0 0px;
	margin-top: -85px;
}
#sec_staff .inner {
	position: relative;
	z-index: 10;
	color: #434343;
	text-align: center;
}
#sec_staff .inner h2 {
	font-size: 28px;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: bold;
	color: #434343;
	letter-spacing: 0.06em;
	margin-bottom: 30px;
	position: relative;
	display: inline-block;
}
#sec_staff .inner h2::before {
	content: "";
	display: block;
	position: absolute;
	top: -13px;
	left: -67px;
	width: 83px;
	height: 99px;
	background-image: url(/project/imaoya/images/staff_option.png);
	background-repeat: no-repeat;
}
#sec_staff .inner h2 span {
	position: relative;
	z-index: 10;
}

#sec_staff .inner .txt {
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.06em;
}
#sec_staff .inner .movie {
	margin-top: 50px;
}
@media screen and (max-width: 668px) {
	#wrapper #sec_staff {
		padding: 45% 0 21.33333%;
		margin-top: -31%;
	}
	#sec_staff .inner {
	}
	#sec_staff .inner h2 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	#sec_staff .inner h2::before {
		content: "";
		top: -13px;
		left: -67px;
		width: 100%;
		padding: 20%;
		height: 0;
		background-image: url(/project/imaoya/images/staff_option_sp.png);
		background-size: 100%;
	}
	#sec_staff .inner h2 span {
		position: relative;
		z-index: 10;
	}

	#sec_staff .inner .txt {
		font-size: 12px;
		line-height: 1.8;
	}
	#sec_staff .inner .movie {
		margin-top: 10%;
	}
}


#sec_bnr-greeting {
	padding: 170px 0;
	background-color: #fff;
}
#sec_bnr-greeting .inner {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 1042px;
	height: 324px;
	margin: 0 auto;
	background-image: url(/project/imaoya/images/greeting/bg_s.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
#sec_bnr-greeting .inner .right {
	width: 510px;
}

#sec_bnr-greeting .inner .right .lead {
	font-size: 26px;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: bold;
	line-height: 1.6;
	margin-top: 20px;
	position: relative;
}
#sec_bnr-greeting .inner .right .lead span {
	position: relative;
	z-index: 10;
}
#sec_bnr-greeting .inner .right .lead::before {
	content: "";
	display: block;
	width: 65px;
	height: 82px;
	background-image: url(/project/imaoya/images/greeting/accessory_s.png);
	background-repeat: no-repeat;
	position: absolute;
	top: -20px;
	left: -70px;
	z-index: 1;
	pointer-events: none;
}

#sec_bnr-greeting .inner .right .btn {
	margin-top: 30px;
}
#sec_bnr-greeting .inner .right .btn a {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	width: 360px;
	padding: 16px;
	position: relative;
	background: #ed909f;
	text-align: center;
	letter-spacing: 0.1em;
}
#sec_bnr-greeting .inner .right .btn a::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 5.2px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	z-index: 10;
	margin: auto;
}
@media screen and (max-width: 668px) {
	#sec_bnr-greeting {
		padding: 0;
	}
	#sec_bnr-greeting .inner {
		display: block;
		width: 100%;
		height: auto;
		padding: 1px;
		background-color: #fdf7f5;
		background-image: url(/project/imaoya/images/greeting/sp/bg_s.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100%;
		padding-bottom: 11.3333%;
	}
	#sec_bnr-greeting .inner .right {
		width: auto;
	}

	#sec_bnr-greeting .inner .right .lead {
		font-size: 16px;
		line-height: 1.6;
		text-align: center;
		margin-top: 10%;
	}
	#sec_bnr-greeting .inner .right .lead::before {
		display: none;
	}

	#sec_bnr-greeting .inner .right .btn {
		margin-top: 44.5%;
		text-align: center;
	}
	#sec_bnr-greeting .inner .right .btn a {
		font-size: 13px;
		width: 60.2666666%;
		padding: 3.5%;
		box-sizing: border-box;
	}
	#sec_bnr-greeting .inner .right .btn a::after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 3px 0 3px 5.2px;
		border-color: transparent transparent transparent #ffffff;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 18px;
		z-index: 10;
		margin: auto;
	}
}


/* ------------------------------------------------
  question-sheet
------------------------------------------------ */
#sec_question-sheet {
	background-color: #f4f4fa!important;
}
#sec_question-sheet > .inner {
	padding-top: 180px;
	position: relative;
	z-index: 10;
}
#sec_question-sheet h1 {
	font-size: 26px;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: bold;
	text-align: center;
}
#sec_question-sheet h1 strong {
	font-size: 56px;
}

#sec_question-sheet .sheet {
	width: 800px;
	margin: 70px auto 0;
	background-color: #FFF;
	border-top-left-radius: 48px;
	border-bottom-right-radius: 48px;
	overflow: hidden;
}
#sec_question-sheet .sheet .head {
	background: rgb(83,161,207);
	background: linear-gradient(90deg, rgba(83,161,207,1) 0%, rgba(120,158,205,1) 100%);
	padding: 38px;
	border-bottom-right-radius: 48px;
}
#sec_question-sheet .sheet .head h2 {
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}


#sec_question-sheet .sheet .body {
	padding: 65px 90px 55px;
}
#sec_question-sheet .sheet .body ol {
	counter-reset: number 0;
}
#sec_question-sheet .sheet .body ol li {
	font-size: 26px;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: bold;
	color: #313131;

	padding: 18px 0;
}
#sec_question-sheet .sheet .body ol li + li {
	border-top: 1px solid #e5e5e5;
}
#sec_question-sheet .sheet .body ol li::before {
	counter-increment: number 1;
	content: counter(number);
	display: inline-flex;
	justify-content: center;
	align-items: center;

	font-size: 22px;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: bold;
	color: #FFF;

	width: 40px;
	height: 40px;
	background-color: #59a1cf;
	border-radius: 50px;
	margin-right: 20px;
}


#sec_question-sheet .keep {
	background-color: #e9eaf1;
	margin-top: -55px;
	overflow: hidden;
	position: relative;
}
#sec_question-sheet .keep .inner {
	padding: 145px 0 110px;
	width: 1040px;
	margin: 0 auto;
}

#sec_question-sheet .keep .inner .group {
	display: flex;
	justify-content: space-between;
}
#sec_question-sheet .keep .inner .group > * {
	width: 500px;
	border: 8px solid #FFF;
	text-align: center;
	padding: 45px 54px;
}
#sec_question-sheet .keep .inner .group .ttl {
	font-size: 22px;
	font-weight: bold;
	margin: 0 -3em 18px;
}
#sec_question-sheet .keep .inner .group .txt {
	font-size: 18px;
	line-height: 1.6;
}
#sec_question-sheet .keep .inner .group .btn {

	margin-top: 25px;
}
#sec_question-sheet .keep .inner .group .btn a {
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	display: block;
	background: rgb(111,188,161);
	background: linear-gradient(90deg, rgba(111,188,161,1) 0%, rgba(142,186,156,1) 100%);
	padding: 18px;
}
#sec_question-sheet .keep .inner .group .btn a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-size: contain;
	width: 22px;
	height: 22px;
	margin-top: -4px;
	margin-right: 0.6em;
}
#sec_question-sheet .keep .inner .group .left .btn a::before {
	background-image: url(/project/imaoya/images/ico1.png);
}
#sec_question-sheet .keep .inner .group .right .btn a::before {
	background-image: url(/project/imaoya/images/ico2.png);
}
#clipboard-target {
	position: absolute;
	left: 1000%;
}
@media screen and (max-width: 668px) {
	#sec_question-sheet > .inner {
		padding: 90px 7.3333% 0;
	}
	#sec_question-sheet h1 {
		font-size: 13px;
	}
	#sec_question-sheet h1 strong {
		font-size: 28px;
	}

	#sec_question-sheet .sheet {
		width: auto;
		margin: 30px auto 0;
		border-top-left-radius: 24px;
		border-bottom-right-radius: 24px;
	}
	#sec_question-sheet .sheet .head {
		padding: 20px;
		border-bottom-right-radius: 24px;
	}
	#sec_question-sheet .sheet .head h2 {
		font-size: 13px;
	}


	#sec_question-sheet .sheet .body {
		padding: 20px 40px;
	}
	#sec_question-sheet .sheet .body ol li {
		font-size: 14px;
		padding: 15px 0;
	}
	#sec_question-sheet .sheet .body ol li::before {
		font-size: 11px;

		width: 22px;
		height: 22px;
		margin-right: 10px;
	}


	#sec_question-sheet .keep {
		margin-top: -10%;
	}
	#sec_question-sheet .keep .inner {
		padding: 23% 7.3333% 10%;
		width: auto;
	}

	#sec_question-sheet .keep .inner .group {
		display: block;
	}
	#sec_question-sheet .keep .inner .group > * {
		width: auto;
		border: 4px solid #FFF;
		padding: 8%;
	}
	#sec_question-sheet .keep .inner .group > * + * {
		margin-top: 5%
	}
	#sec_question-sheet .keep .inner .group .ttl {
		font-size: 14px;
		margin: 0 -3em 10px;
	}
	#sec_question-sheet .keep .inner .group .txt {
		font-size: 12px;
	}
	#sec_question-sheet .keep .inner .group .btn {
		margin-top: 15px;
	}
	#sec_question-sheet .keep .inner .group .btn a {
		font-size: 12px;
		padding: 15px;
	}
	#sec_question-sheet .keep .inner .group .btn a::before {
		width: 16px;
		height: 16px;
		margin-top: -2px;
		margin-right: 0.6em;
	}
}

#display_all {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1110;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;

	font-size: 16px;
	font-weight: bold;
	text-align: center;
	pointer-events: none;
	background-color: rgba(0,0,0, 0.6);
	opacity: 0;
}
#display_all .complete {
	/*border: 5px solid #59a1cf;*/
	width: 100%;
	background-color: rgba(255,255,255, 0.8);
	padding: 20px 30px;
}

#display_all.show {
	animation: completeAnime 2s ease;
}
@keyframes completeAnime {
   0% { opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
 100% { opacity: 0; }
}


#sec_bnrarea {
	padding: 0 0 260px;
	background-color: transparent!important;
}
.bnr_experiences {
	text-align: center;
	margin-top: -100px;
	padding-top: 100px;
}
.add_about {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1042px;
	margin: 0 auto;
	padding: 50px;
	background-color: #d8e8f3;
	position: relative;
}
* + .add_about {
	margin-top: 130px;
}
.add_about .head {
	width: 320px;
}
.add_about .logo {
	width: 83px;
	margin: 0 auto 30px;
}
.add_about .title {
	font-size: 32px;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: bold;
	color: #0064a9;
	text-align: center;
}
.add_about .body {
	width: 580px;
}
.add_about .txt {
	font-size: 19px;
	line-height: 1.9;
}
.add_about .txt strong {
	font-weight: bold;
	color: #0064a9;
}
.add_about .btn {
	width: 250px;
}
.add_about .btn a {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.15em;
	display: block;
	width: 100%;
	padding: 13px;
	margin-top: 35px;
	background-color: #0064a9;
	position: relative;
}
.add_about .btn a::after {
	content: "";
	display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #FFF;
  border-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
}

.add_about .img {
	position: absolute;
	top: 82px;
	right: 55px;
	z-index: 10;
	width: 190px;
}
@media screen and (max-width: 668px) {
	#sec_bnrarea {
		padding: 0 0 75px;
	}
	#sec_bnrarea .inner {
		padding: 0;
	}
	.bnr_experiences {
		margin-top: -15%;
		padding-top: 15%;
	}
	.add_about {
		display: block;
		margin: 0 auto;
		padding: 8% 6%;
	}
	* + .add_about {
		margin-top: 50px;
	}
	.add_about .head {
		width: 100%;
	}
	.add_about .logo {
		width: 58px;
		margin: 0 auto 8px;
	}
	.add_about .title {
		font-size: 22px;
		margin-bottom: 25px;
	}
	.add_about .body {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.add_about .txt {
		font-size: 12px;
		line-height: 1.8;
		padding-right: 5%;
		flex: 1;
	}
	.add_about .btn {
		width: 100%;
	}
	.add_about .btn a {
		font-size: 12.6px;
		width: 62%;
		padding: 3.7%;
		margin: 20px auto 0;
	}
	.add_about .btn a::after {
		content: "";
		display: block;
	  width: 0;
	  height: 0;
	  border-style: solid;
	  border-top: 3px solid transparent;
	  border-bottom: 3px solid transparent;
	  border-left: 5px solid #FFF;
	  border-right: 0;
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  right: 22px;
	  margin: auto;
	}

	.add_about .img {
		position: static;
		width: 32.01%;
		width: 100px;
	}
}


/* ----------------------------
  デバイス振り分け
---------------------------- */
.sp_disp {
	display: none!important;
}

@media screen and (max-width: 668px) {
	.pc_disp {
		display: none!important;
	}
	.sp_disp {
		display: block!important;
	}
	.sp_disp.inline {
		display: inline-block!important;
	}
	table.sp_disp {
		display: table!important;
	}
	tbody.sp_disp {
		display: table-row-group!important;
	}
	img.sp_disp {
		display: inline-block!important;
	}
	br.sp_disp {
		display: inline!important;
	}
}
