/* Tools */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
sup,
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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.text-align-center {
	text-align: center;
}

.text-align-right {
	text-align: right;
}

.display-block {
	display: block;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
}

.ofit{
  object-fit: contain;
  font-family: 'object-fit: contain;'
}

/* show only  SP/PC
-------------------------------*/

.sp-only {
	display: none !important;
}

.pc-only {
	display: block !important;
}

.d-md-block {
	display: none;
}

/* font
-------------------------------*/

.bold {
	font-weight: bold;
}

/* margin
-------------------------------*/

/* padding
-------------------------------*/

/* base */

html {
	font-size: 62.5%;
}

body {
	font-family: YakuHanJP_Narrow, "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	font-size: 1.4rem;
	color: #000;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

input,
textarea,
select,
button {
	font-family: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

select::-ms-expand {
	display: none;
}

button {
	cursor: pointer;
	font-size: inherit;
}

/* Layout */

.l-body {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.l-body:not(.l-body--home) {
	background: url(../img/bg_plus.svg) repeat center top/125px auto;
}

.l-footer {
	position: relative;
}

.l-wrapper {
	position: relative;
	width: 89.33333%;
	margin-left: auto;
	margin-right: auto;
}

.l-home-content {
	position: relative;
	margin-top: 100vh;
	background: #FFFFFF;
}

/* Module */

.header-logo {
  display: block;
  width: 240px;
  height: 100px;
	position: absolute;
	top: -5px;
	left: -10px;
  overflow: hidden;
}

.mainvisual {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
}

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

.mainvisual__bg-animation {
	position:absolute;
	margin:auto;
	left: -100%;
	right: -100%;
	top: -100%;
	bottom: -100%;
}

.mainvisual__bg-canvas {
	position: absolute;
	display: block;
}

.mainvisual__logo-canvas {
	position: absolute;
	display: block;
}

.mainvisual__bg-overlay {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	pointer-events: none;
	overflow: hidden;
}

.mainvisual__logo-overlay {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	pointer-events: none;
	overflow: hidden;
}

#mainvisual__bg_sp-animation{ display: block;}
#mainvisual__bg_pc-animation{ display: none;}

@media print, screen and (min-width:681px){
  .mainvisual__logo-animation{
    width: 580px;
    height: 500px;
  }
  .mainvisual__logo-canvas {
    width: 580px;
    height: 500px;
  }
  .mainvisual__logo-overlay {
    width: 580px;
    height: 500px;
  }
  #mainvisual__bg_sp-animation{ display: none;}
  #mainvisual__bg_pc-animation{ display: block;}
}



.mainvisual__title {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.mainvisual__title.is-hide {
	opacity: 0;
}

.mainvisual__kangaku {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 170px;
}

.mainvisual__kangaku.is-hide {
	opacity: 0;
}

.sub-navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
	padding-top: 50px;
}

.sub-navi__item {
	border-radius: 10px;
	width: 47%;
}

.sub-navi__item a {
	width: 100%;
	height: 100%;
	padding: 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;
	font-size: 1.3rem;
	line-height: 1.54;
	font-weight: 500;
	text-align: center;
}

.sub-navi__item--blue {
	background: #1e3c8e;
}

.sub-navi__item--orange {
	background: #e69632;
}

.sub-navi__item--green {
	background: #46a000;
}

.sub-navi__image {
	width: 23px;
	margin-bottom: 7px;
}

.sub-navi__text--narrow {
	letter-spacing: -0.08em;
	white-space: nowrap;
}

.footer {
	text-align: center;
}

.footer-logo {
	margin-bottom: 25px;
}

.footer-info {
	font-size: 1.3rem;
	line-height: 1.62;
	color: #1e3c8e;
	margin-bottom: 28px;
}

.banner {
	width: 95.5%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.banner__item:not(:last-child) {
	margin-bottom: 18px;
}

.banner__item a {
	display: block;
	width: 100%;
	height: 100%;
}

.sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 125px;
}

.sns__item a {
	display: block;
	width: 24px;
	margin: 0 13px;
}

.sns__item a img {
	width: 100%;
	height: 100%;
}

.pagetop {
	border: none;
	background: none;
	padding: none;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 1rem;
	color: #1e3c8e;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	bottom: 18px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.pagetop:before {
	content: "";
	background: url(../img/icon_arrow_top.svg) no-repeat center/contain;
	display: block;
	width: 15px;
	height: 45px;
	margin: 0 auto 7px;
}

.copyright {
	text-align: center;
	padding: 20px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	background: #1e3c8e;
	color: #ffffff;
}

.scroll-btn {
	color: #1E3C8E;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}

.scroll-btn.is-hide {
	opacity: 0;
}

.scroll-txt {
	font: 700 1rem "Roboto", sans-serif;
}

.scroll-ico {
  margin: 9px 0 0;
}

.scroll-dot {
	opacity: 0;
	display: block;
	background: #1E3C8E;
	width: 3px;
	height: 3px;
	margin: 0 auto 5px;
	animation: sdb 2s infinite;
}

.scroll-arrow {
	opacity: 0;
	display: block;
	width: 9px;
	height: 9px;
	margin: -6px auto 0;
	border-bottom: 3px solid #1E3C8E;
	border-right: 3px solid #1E3C8E;
	transform: rotate(45deg);
	animation: sdb 2s infinite;
}

.scroll-ico span:nth-child(1) {
	animation: sdb 2s infinite 0;
}
.scroll-ico span:nth-child(2) {
	animation: sdb 2s infinite .15s;
}
.scroll-ico span:nth-child(3) {
	animation: sdb 2s infinite .3s;
}
.scroll-ico span:nth-child(4) {
	animation: sdb 2s infinite .45s;
}
.scroll-ico span:nth-child(5) {
	animation: sdb 2s infinite .6s;
}
.scroll-ico span:nth-child(6) {
	animation: sdb 2s infinite .75s;
}

@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.lead {
	background: #1E3C8E;
	color: #FFFFFF;
	padding: 46px 0 30px;
}

.lead__heading {
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 23px;
}

.lead__text {
	line-height: 1.73;
	text-align: justify;
	margin-bottom: 26px;
}

.page-navi {
	color: #1E3C8E;
	max-width: 400px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.page-navi__item {
	position: relative;
	margin-bottom: 20px;
}

.page-navi__item:before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 50%;
	-webkit-box-shadow: 0 13px 13px rgba(0, 0, 0, 0.3);
	box-shadow: 0 13px 13px rgba(0, 0, 0, 0.3);
}

.button-navi {
	position: relative;
	display: block;
	background-color: #FFFFFF;
	background-image: -webkit-linear-gradient(135deg, #1E3C8E 25%, transparent 25%, transparent 50%, #1E3C8E 50%, #1E3C8E 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(135deg, #1E3C8E 25%, transparent 25%, transparent 50%, #1E3C8E 50%, #1E3C8E 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #1E3C8E 25%, transparent 25%, transparent 50%, #1E3C8E 50%, #1E3C8E 75%, transparent 75%, transparent);
	background-size: 7px 7px;
	overflow: hidden;
	padding: 10px;
}

.button-navi:before {
	content: "";
	display: block;
	width: 102%;
	height: 102%;
	background: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.button-navi__inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #1E3C8E;
	width: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	padding: 8px 28px 10px 8px;
}

.button-navi__inner:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/icon_link.svg) no-repeat center/contain;
	position: absolute;
	top: 50%;
	right: 8px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.button-navi__image {
	width: 50px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
}

.button-navi__main {
	width: calc(100% - 90px);
}

.button-navi__heading {
	font-weight: bold;
	border-bottom: 1px solid #1E3C8E;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

.button-navi__heading span {
	font-size: 2.1rem;
}

.button-navi__text {
	font-size: 1.3rem;
	line-height: 1.53;
	color: #000;
}

.page-head {
	text-align: center;
	padding: 120px 0 0;
	height: 330px;
}

.page-head--simple {
	padding: 155px 0 0;
}

.page-head--sdgs-icon {
	padding: 155px 0 0;
}

.page-head__icon {
	width: 80px;
	margin: 0 auto 10px;
	overflow: hidden;
}

.page-head__icon img {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.page-head.is-visible .page-head__icon img {
	-webkit-transition: 0.4s ease-out;
	-o-transition: 0.4s ease-out;
	transition: 0.4s ease-out;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.page-head__heading {
	color: #1E3C8E;
	font-weight: bold;
	font-size: 2.0rem;
	line-height: 1.2;
	display: inline-block;
	position: relative;
	overflow: hidden;
	padding-top: 4px;
	margin-top: -4px;
}

.page-head__heading:after {
	content: "";
	display: block;
	width: 210%;
	height: 110%;
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, white), to(white));
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
	background-position: right top;
	background-size: 100%;
}

.page-head.is-visible .page-head__heading:after {
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.page-head__heading span {
	font-size: 3.0rem;
	vertical-align: middle;
	display: inline-block;
	margin: -3px 4px 0 0;
}

.page-head__text {
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 23px;
	opacity: 0;
}

.page-head.is-visible .page-head__text {
	-webkit-transition: 0.8s ease-out 0.4s;
	-o-transition: 0.8s ease-out 0.4s;
	transition: 0.8s ease-out 0.4s;
	opacity: 1;
}

.page-head__search-label,
.page-head__sdgs-label,
.page-head__research-label,
.page-head__movie-label{
	color: #1E3C8E;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.page-head__search-label:before,
.page-head__sdgs-label:before,
.page-head__research-label:before,
.page-head__movie-label:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px 4px 0;
}

.page-head__search-label:after,
.page-head__sdgs-label:after,
.page-head__research-label:after,
.page-head__movie-label:after{
	content: "";
	display: block;
	width: 210%;
	height: 110%;
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, white), to(white));
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
	background-position: right top;
	background-size: 100%;
}

.page-head.is-visible .page-head__search-label:after,
.page-head.is-visible .page-head__sdgs-label:after,
.page-head.is-visible .page-head__research-label:after,
.page-head.is-visible .page-head__movie-label:after{
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.page-head__search-label:before {
	width: 30px;
	height: 30px;
	background: url(../img/icon_search.svg) no-repeat center/100% 100%;
}

.page-head__sdgs-label:before {
	width: 40px;
	height: 40px;
	background: url(../img/icon_sdgs.svg) no-repeat center/100% 100%;
}

.page-head__research-label:before {
	width: 30px;
	height: 30px;
	background: url("../img/icon_research.svg") no-repeat center/100% 100%;
}

.page-head__movie-label:before {
	width: 30px;
	height: 30px;
	background: url("../img/icon_movie.svg") no-repeat center/100% 100%;
}

.page-head__keyword {
	font-weight: bold;
	font-size: 3.0rem;
	letter-spacing: 0.05em;
	color: #1E3C8E;
	opacity: 0;
}

.page-head__research {
	font-weight: bold;
	font-size: 3.0rem;
	letter-spacing: 0.05em;
	color: #1E3C8E;
	opacity: 0;
}

.page-head.is-visible .page-head__keyword {
	opacity: 1;
	-webkit-transition: 0.8s ease 0.3s;
	-o-transition: 0.8s ease 0.3s;
	transition: 0.8s ease 0.3s;
}

.page-head.is-visible .page-head__research {
	opacity: 1;
	-webkit-transition: 0.8s ease 0.3s;
	-o-transition: 0.8s ease 0.3s;
	transition: 0.8s ease 0.3s;
}

.page-head__sdgs {
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.page-head__sdgs img {
	display: block;
	margin: 0 auto;
	width: 105px;
	-webkit-transform: translateY(102%);
	-ms-transform: translateY(102%);
	transform: translateY(102%);
}

.page-head.is-visible .page-head__sdgs img {
	-webkit-transition: 0.4s ease-out;
	-o-transition: 0.4s ease-out;
	transition: 0.4s ease-out;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}


.hotword {
	padding: 30px 0 25px;
	background: #F4F5F7;
}

.hotword__heading {
	font-weight: bold;
	font-size: 1.8rem;
	color: #1E3C8E;
	text-align: center;
	margin-bottom: 23px;
}

.cat-item-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	width: calc(100% + 8px);
	padding: 0 15px;
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}

.cat-item {
	margin: 5px 4px;
}

.cat-item a {
	display: inline-block;
	background: #FFFFFF;
	border-radius: 25px;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
	padding: 7px 19px;
	min-width: 60px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.cat-item a:hover {
	background: #1E3C8E;
	color: #FFFFFF;
}

.search-word__main {
	background: #1E3C8E;
	padding: 20px 5.33333%;
}

.search-word__detail {
	display: none;
}

.search-word__detail.is-show {
	display: block;
}

.search-word__detail__inner {
	padding: 0 5.33333%;
}

.search-word__select:not(:last-child) {
	margin-bottom: 20px;
}

.search-word__arrow {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.3rem;
	text-align: center;
	position: relative;
	padding-bottom: 28px;
	margin-bottom: 20px;
}

.search-word__arrow:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 40px solid #1E3C8E;
	border-left: 65px solid transparent;
	border-right: 65px solid transparent;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 0;
}

.search-word__arrow span {
	position: relative;
}

.links {
	font-weight: 600;
	background: #FFFFFF;
}

.links__item {
	border-bottom: 1px solid #D8D8D8;
}

.links__item:first-child {
	border-top: 1px solid #D8D8D8;
}

.links__item a {
	display: block;
	padding: 18px 40px 17px 20px;
	position: relative;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.links__item a:after {
	position: absolute;
	top: 50%;
	right: 17px;
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-right: 1px solid #1E3C8E;
	border-bottom: 1px solid #1E3C8E;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.links__item a:hover {
	color: #1E3C8E;
}

.select {
	color: #000;
	border: 1px solid #BEBEBE;
	border-radius: 5px;
	width: 100%;
	height: 70px;
	padding: 0 80px 0 8.6%;
	background: url(../img/select.svg) no-repeat center right 27px/44px auto, #FFFFFF;
	cursor: pointer;
  font-size: 16px;
}

.select.empty {
	color: #A5A5A5;
}

.article {
	background: #F4F5F7;
	margin-top: 30px;
}

.article:not(:last-child) {
	margin-bottom: 50px;
}

.article__head {
	padding: 1px 6% 20px;
	cursor: pointer;
}

.article__head-sdgs {
	margin: -90px 0 0 0;
	padding: 1px 6% 20px;
	cursor: pointer;
}

.article__head-sdgs-text {
	width: 80%;
	margin: 75px auto 15px auto;
	font-size: 1.5rem;
	font-weight: bold;
	color: #1E3C8E;
	line-height: 1.5;
	text-align: center;
}

.article__image {
	position: relative;
	margin-top: -31px;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.article__image:before {
	content: "";
	display: block;
	width: 95%;
	height: 50px;
	border-radius: 50%;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.article__image img {
	display: block;
	position: relative;
	width: 100%;
	height: calc(100% * 0.8888);
	object-fit: cover;
}

.article__detail {
	padding: 0 6% 35px;
}

.department {
	color: #1E3C8E;
	font-weight: bold;
	margin-bottom: 22px;
}

.department__sm {
	font-size: 1.8rem;
	display: block;
	margin-bottom: 14px;
	letter-spacing: 0.05em;
}

.department__lg {
	font-size: 3.6rem;
	display: block;
	margin-bottom: 10px;
}

.department__en {
	display: block;
	margin: 0 0 20px 0;
	font: 700 1.3rem "Roboto", sans-serif;
	letter-spacing: 0.1em;
}

.department-catch {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.875;
	margin-bottom: 20px;
}

.button {
	position: relative;
	display: block;
	width: 100%;
	font-weight: bold;
	text-align: center;
}

.button:before {
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 50%;
	-webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.4);
	box-shadow: 0 15px 15px rgba(0, 0, 0, 0.4);
	position: absolute;
	bottom: 0;
	left: 0;
}

.button span {
	position: relative;
	display: block;
	padding: 23px 0;
	background-image: -webkit-linear-gradient(315deg, #000 0, #000 50%, #FFEE36 50%, #FFEE36 100%);
	background-image: -o-linear-gradient(315deg, #000 0, #000 50%, #FFEE36 50%, #FFEE36 100%);
	background-image: linear-gradient(135deg, #000 0, #000 50%, #FFEE36 50%, #FFEE36 100%);
	background-position: right top;
	background-size: 250%;
	color: #1E3C8E;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.button span:after {
	position: absolute;
	top: 50%;
	right: 17px;
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-right: 1px solid #1E3C8E;
	border-bottom: 1px solid #1E3C8E;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.button span:hover {
	background-position: left top;
	color: #FFFFFF;
}

.button span:hover:after {
	border-color: #FFFFFF;
}

.button-round {
	border: 1px solid #1E3C8E;
	color: #1E3C8E;
	padding: 14px 20px;
	border-radius: 60px;
	text-align: center;
	font-weight: bold;
	position: relative;
	display: block;
	width: 220px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.button-round + .button-round {
	margin-top: 10px;
}

.button-round:after {
	position: absolute;
	top: 50%;
	right: 17px;
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-right: 1px solid #1E3C8E;
	border-bottom: 1px solid #1E3C8E;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.heading-labo {
	background: #1E3C8E;
	color: #FFFFFF;
	padding: 11px 19px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.heading-labo__jp {
	font-weight: bold;
	font-size: 1.8rem;
}

.heading-labo__jp:before {
	content: "- ";
}

.heading-labo__en {
	font: 400 1.2rem "Roboto", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.05em;
}

.labo {
	background: #FFFFFF;
}

.labo:not(:last-child) {
	margin-bottom: 20px;
}

.labo__head {
	font-weight: bold;
	color: #1E3C8E;
	padding: 18px calc(7% + 45px) 18px 7%;
	position: relative;
}

.labo__head:after {
	content: "";
	display: block;
	background: url(../img/icon_tap.svg) no-repeat center/contain;
	width: 25px;
	height: 42px;
	position: absolute;
	top: 63%;
	right: 7%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.labo__theme {
	font-size: 1.7rem;
  line-height: 1.3;
	border-bottom: 1px solid #1E3C8E;
	padding-bottom: 10px;
}

.labo__name {
	font-size: 1.6rem;
	padding-top: 10px;
}

.labo__name span {
	font-size: 1.4rem;
}

.labo__main {
	display: none;
}

.labo__main__inner {
	padding: 0 7% 30px;
	text-align: justify;
}

.labo__text {
	line-height: 1.8;
	margin-bottom: 16px;
}

.scrollin,
.scrollin-group {
	opacity: 0;
	-webkit-transform: translate(0, 50px);
	-ms-transform: translate(0, 50px);
	transform: translate(0, 50px);
}

.scrollin.is-visible,
.scrollin-group.is-visible {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.sdgs-list-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% + 10px);
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.sdgs-list {
	width: 33.333333%;
	padding: 5px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.sdgs-list a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.sdgs-list a img {
	width: 100%;
	display: block;
}

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

.d-md-none { /* 681px以上 */
	display: none;
}

.l-body { /* 681px以上 */
}

.l-body:not(.l-body--home) { /* 681px以上 */
	background-size: 280px;
}

.l-wrapper { /* 681px以上 */
	width: 100%;
	max-width: 1100px;
	padding-left: 50px;
	padding-right: 50px;
}

.l-pc-wrapper { /* 681px以上 */
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1100px;
	padding-left: 50px;
	padding-right: 50px;
}

.header-logo { /* 681px以上 */
	top: 10px;
	left: 20px;
}

.mainvisual__title { /* 681px以上 */
	width: 670px;
}

.mainvisual__title img {
	width: 473px;
}

.mainvisual__kangaku { /* 681px以上 */
	top: 10px;
	left: auto;
	right: 20px;
	width: auto;
}

.sub-navi { /* 681px以上 */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sub-navi__item { /* 681px以上 */
	width: 140px;
	height: 140px;
	border-radius: 50%;
}

.sub-navi__item:not(:last-child) {
	margin-right: 30px;
}

.sub-navi__item a { /* 681px以上 */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.sub-navi__item a:hover {
	opacity: 0.5;
}

.sub-navi__item--blue { /* 681px以上 */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.sub-navi__item--blue:hover {
	opacity: 0.5;
}

.sub-navi__item--orange { /* 681px以上 */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.sub-navi__item--orange:hover {
	opacity: 0.5;
}

.sub-navi__item--green { /* 681px以上 */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.sub-navi__item--green:hover {
	opacity: 0.5;
}

.sub-navi__image { /* 681px以上 */
	width: 25px;
}

.footer-info { /* 681px以上 */
	margin-bottom: 47px;
}

.banner { /* 681px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 22px;
}

.banner__item { /* 681px以上 */
	width: calc((100% - 36px) / 3);
}

.banner__item:not(:last-child) {
	margin-right: 20px;
}

.banner__item a { /* 681px以上 */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.banner__item a:hover {
	opacity: 0.5;
}

.sns { /* 681px以上 */
	padding-bottom: 48px;
}

.sns__item a { /* 681px以上 */
	width: 40px;
	margin: 0 15px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.sns__item a:hover {
	opacity: 0.5;
}

.pagetop { /* 681px以上 */
	right: 38px;
	left: auto;
}

.pagetop:hover {
	opacity: 0.5;
}

.copyright { /* 681px以上 */
	font-size: 1.2rem;
	padding: 17px 0 21px;
}

.scroll-btn { /* 681px以上 */
	bottom: 30px;
}

.lead { /* 681px以上 */
	padding: 42px 0 60px;
}

.lead--sm { /* 681px以上 */
	padding: 48px 0 60px;
}

.lead__heading { /* 681px以上 */
	font-size: 2.5rem;
	margin-bottom: 18px;
}

.lead__heading--mb-lg { /* 681px以上 */
	margin-bottom: 42px;
}

.lead__text { /* 681px以上 */
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 45px;
}

.page-navi { /* 681px以上 */
	max-width: 520px;
}

.button-navi { /* 681px以上 */
}

.button-navi:hover:before {
	width: calc(100% - 20px);
	height: calc(100% - 20px);
}

.button-navi:hover .button-navi__inner {
	border-color: transparent;
}

.button-navi__inner { /* 681px以上 */
	padding: 18px 14% 18px 5.5%;
}

.button-navi__inner:after { /* 681px以上 */
	top: 50%;
	bottom: auto;
	right: 8%;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.button-navi__image { /* 681px以上 */
	width: 27.3%;
}

.button-navi__main { /* 681px以上 */
	width: calc(100% - 110px);
}

.button-navi__heading { /* 681px以上 */
	font-size: 2.0rem;
}

.button-navi__heading span { /* 681px以上 */
	font-size: 3.0rem;
}

.button-navi__text { /* 681px以上 */
	padding-bottom: 6px;
	white-space: nowrap;
	font-size: 1.4rem;
}

.page-head { /* 681px以上 */
	padding: 150px 0 0;
	height: 430px;
}

.page-head--simple { /* 681px以上 */
	padding: 185px 0 0;
}

.page-head--sdgs-icon { /* 681px以上 */
	padding: 220px 0 0;
}

.page-head__icon { /* 681px以上 */
	width: 100px;
	margin-bottom: 12px;
}

.page-head__heading { /* 681px以上 */
	font-size: 2.5rem;
}

.page-head__heading span { /* 681px以上 */
	font-size: 4.0rem;
}

.page-head__text { /* 681px以上 */
	font-size: 1.6rem;
	margin-top: 12px;
}

.page-head__search-label,
.page-head__sdgs-label { /* 681px以上 */
	font-size: 2.1rem;
}

.page-head__keyword { /* 681px以上 */
	font-size: 4.0rem;
}
	
.page-head__research { /* 681px以上 */
	font-size: 3.0rem;
}

.page-head__sdgs img { /* 681px以上 */
	width: 150px;
}

.hotword { /* 681px以上 */
	padding: 50px 0 46px;
}

.hotword__heading { /* 681px以上 */
	font-size: 2.5rem;
}

.cat-item-wrap { /* 681px以上 */
	max-width: 1100px;
}

.cat-item { /* 681px以上 */
	margin: 4px;
}

.cat-item a { /* 681px以上 */
	font-size: 1.6rem;
	padding: 13px 18px;
}

.search-word__detail { /* 681px以上 */
	border: 1px solid #1E3C8E;
	background: #FFFFFF;
}

.search-word__detail__inner { /* 681px以上 */
	padding: 0 3% 20px;
	margin-bottom: 20px;
}

.select { /* 681px以上 */
	padding-left: 6.8%;
	font-size: 1.4rem;
}

.article { /* 681px以上 */
	margin-top: 0px;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.button { /* 681px以上 */
	max-width: 300px;
}

.button-round { /* 681px以上 */
}

.button-round:hover {
	background: #1E3C8E;
	color: #FFFFFF;
}

.button-round:hover:after {
	border-color: #FFFFFF;
}

.sdgs-list-wrap { /* 681px以上 */
	max-width: 800px;
}

.sdgs-list { /* 681px以上 */
	width: 25%;
}

.sdgs-list a { /* 681px以上 */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.sdgs-list a:hover {
	opacity: 0.5;
}
	
.article__head-sdgs {
	margin: -60px 0 0 0;
}

.article__head-sdgs-text {
	margin: 100px auto 30px auto;
	font-size: 2rem;
}

}

@media screen and (min-width: 681px) and (max-width: 899px) {

.d-md-block {
	display: block;
}

}

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

.d-lg-none { /* 900px以上 */
	display: none;
}

.page-navi { /* 900px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: calc(100% + 20px);
	width: calc(100% + 20px);
}

.page-navi__item:not(:last-child) { /* 900px以上 */
}

.page-navi__item { /* 900px以上 */
	width: 490px;
	margin-left: 10px;
	margin-right: 10px;
}

.search-word__main { /* 900px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px 20px;
}

.search-word__select:not(:last-child) { /* 900px以上 */
	margin-bottom: 0;
}

.search-word__select { /* 900px以上 */
	width: 50%;
	padding: 0 10px;
}

.search-word__arrow { /* 900px以上 */
	margin-bottom: 28px;
}

.links { /* 900px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 1.6rem;
}

.links__item { /* 900px以上 */
	width: 48.4%;
}

.links__item:nth-child(2) {
	border-top: 1px solid #D8D8D8;
}

.links__item a { /* 900px以上 */
	padding-top: 16px;
}

.article:not(:last-child) { /* 900px以上 */
	margin-bottom: 80px;
}

.article { /* 900px以上 */
	max-width: 100%;
	padding: 0 5% 30px;
}

.article__head { /* 900px以上 */
	cursor: auto;
	padding: 0;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-betwewen;
	-ms-flex-pack: space-betwewen;
	justify-content: space-betwewen;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.article__head { /* 900px以上 */
	padding: 0;
}

.article__image { /* 900px以上 */
	margin-bottom: 0;
	width: 450px;
	height: 400px;
	margin-top: 0;
	transform: translateY(-60px);
}
	
.article__image img{ /* 900px以上 */
	width: 450px;
	height: 400px;
}

.article__overview { /* 900px以上 */
	width: 50%;
	padding-right: 20px;
}

.article__detail { /* 900px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  flex-wrap: wrap;
	padding: 0;
}

.department { /* 900px以上 */
	position: relative;
	padding: 12% 25px 3px 7%;
	margin-bottom: 38px;
}

.department:before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #1E3C8E;
	opacity: 0.3;
	position: absolute;
	top: 0;
	left: 0;
}

.department-catch { /* 900px以上 */
	margin-bottom: 26px;
}

.heading-labo { /* 900px以上 */
	padding: 11px 2% 11px 2%;
	margin-bottom: 28px;
}

.labo { /* 900px以上 */
	width: 31.111111%;
	padding: 30px 3.3% 30px;
}

.labo:not(:nth-child(3n)) {
	margin-right: 3.333333%;
}

.labo:last-child {
	margin-bottom: 20px;
}

.labo__head { /* 900px以上 */
	padding: 0;
	margin-bottom: 20px;
}

.labo__head:after { /* 900px以上 */
	content: none;
}

.labo__main { /* 900px以上 */
	display: block;
}

.labo__main__inner { /* 900px以上 */
	padding: 0;
}

.labo__text { /* 900px以上 */
	margin-bottom: 23px;
}

.sdgs-list-wrap { /* 900px以上 */
	max-width: calc(100% + 18px);
	width: calc(100% + 18px);
}

.sdgs-list { /* 900px以上 */
	width: 16.666666%;
	padding: 9px;
}

}

@media screen and (max-width: 680px) {

.sp-only { /* 680px以下 */
	display: block !important;
}

.pc-only { /* 680px以下 */
	display: none !important;
}

.d-sm-none { /* 680px以下 */
	display: none;
}

}

@media screen and (max-width: 360px) {

.sub-navi__text--narrow {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

}




.teacher{ display: block; width: 100%; padding: 20px; border: 1px solid #1E3C8E;}
.teacher__title{ display: block; margin: 0 0 5px 0; color: #1E3C8E;}
@media screen and (min-width: 900px) {
  .teacher{ margin: 10px 0 0 0;}
  .teacher__title{ margin: 0 0 8px 0;}
}








/** 2022.05.01追記 *********************************************************************/
.search-wrap{
	margin: 0 0 20px 0;
	padding: 20px;
	background: #fff;
	border: 1px solid #1E3C8E;
}

.search-wrap__title{
	margin: 0 0 10px 0;
	color: #1E3C8E;
}

.search-wrap__title::before{
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	margin: 0 5px 0 0;
	border-style: solid;
	border-width: 5.5px 0 5.5px 7px;
	border-color: transparent transparent transparent #1E3C8E;
}

.search-wrap__select .select{
	color: #000;
	border: 1px solid #BEBEBE;
	border-radius: 5px;
	width: 100%;
	height: 50px;
	padding: 0 55px 0 6%;
	background: url(../img/select.svg) no-repeat center right 20px/30px auto, #FFFFFF;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}

@media screen and (min-width: 681px) {
	.search-wrap{
		margin: 0 0 40px 0;
	}
}

@media screen and (min-width: 900px) {
	.hotword{
		padding: 50px 0 60px;
	}
	.search-wrap{
		padding: 25px;
		margin: 0 0 50px 0;
	}
	.search-wrap__box{
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: space-between;
	}
	.search-wrap__title{
		margin: 0;
		position: relative;
	}
	.search-wrap__title::after {
		display: block;
		content: "";
		width: calc(100vw - 896px);
		height: 0;
		border-top: 1px dotted #1E3C8E;
		position: absolute;
		top: 6px;
		left: 265px;
	}
	.search-wrap__select{
		width: 460px;
	}
	.search-wrap__select .select{
		height: 58px;
		padding: 0 55px 0 5%;
		background: url(../img/select.svg) no-repeat center right 25px/40px auto, #FFFFFF;
	}
}
@media screen and (min-width: 1100px) {
	.search-wrap__title::after {
		width: 205px;
	}
}

.tag-description{
	color: #333;
	line-height: 1.6;
	font-weight: normal;
	text-align: justify;
}

.labo__faculty{
	width: calc(100% + 45px);
	height: 24px;
	margin: 0 0 10px 0;
	padding: 7px;
	font-size: 1.1rem;
	color: #fff;
}
.labo__faculty.science {
	background: #48A2C9;
}

.labo__faculty.engineering {
	background: #a579ab;
}

.labo__faculty.biological {
	background: #57964b;
}

.labo__faculty.architecture {
	background: #c7a640;
}

.department-list__item{
	margin: 0 0 20px 0;
	position: relative;
}

.department-list__item:last-child{
	margin: 0;
}

.department-list__item::before{
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 50%;
	box-shadow: 0 15px 15px rgb(0 0 0 / 20%);
	position: absolute;
	bottom: 0;
	left: 0;
}

.department-list__btn{
	display: block;
	height: 72px;
	padding: 16px 0 0 6%;
	font-size: 1.6rem;
	line-height: 1.4;
	color: #fff;
	position: relative;
}

.department-list__btn::after{
	content: "";
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 6%;
}

.department-list__btn span{
	display: block;
	font-size: 1.3rem;
}

.department-list__btn.science {
	background: #48A2C9;
}

.department-list__btn.engineering {
	background: #a579ab;
}

.department-list__btn.biological {
	background: #57964b;
}

.department-list__btn.architecture {
	background: #c7a640;
}

.keyword-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
	left: 50%;
	transform: translate(-50%);
}

.keyword-item{
	margin: 5px 4px;
}

.keyword-btn{
	display: inline-block;
	background: #FFFFFF;
	border-radius: 25px;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
	padding: 7px 19px;
	min-width: 60px;
	transition: 0.4s;
}

.keyword-btn:hover {
	background: #1E3C8E;
	color: #FFFFFF;
}

@media screen and (min-width: 900px) {
	.page-detail{
		margin-bottom: 80px;
	}
	
	.article__detail{
		margin-bottom: 30px;
	}
	
	.department-list{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	
	.department-list__item{
		width: 31.111111%;
		margin-bottom: 25px;
	}
	
	.department-list__item:last-child{
		margin-bottom: 25px;
	} 
	
	.department-list__item:not(:nth-child(3n)) {
		margin-right: 3.333333% !important;
	}
	
	.labo__faculty{
		width: 100%;
		font-size: 1.3rem;
		margin-bottom: 20px;
	}
	
	.keyword-list{
		width: 100%;
		justify-content: flex-start;
	}

	.keyword-item{
		margin: 4px;
	}

	.keyword-btn{
		font-size: 1.6rem;
		padding: 13px 18px;
	}

}


.movie-list {
	display: block;
	padding: 20px;
	background: #FFFFFF;
	position: relative;
}

.movie-list:not(:last-child) {
	margin-bottom: 15px;
}

.movie-list__movie {
	display: block;
	margin: 0 0 10px 0;
	position: relative;
}

.movie-list__movie::before{
	content: "";
	width: 50px;
	height: 50px;
	background: #1E3C8E;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.movie-list__movie:hover::before{
	background: #FF0000;
}

.movie-list__movie::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 0 11px 18px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 50%;
	left: calc(50% + 3px);
	transform: translate(-50%,-50%);
}

.movie-list__movie img{
	width: 100%;
	height: calc(100% * 0.5625 - 3px);
	object-fit: cover;
}

.movie-list__name{
	font-size: 1.2rem;
	margin: 0 0 10px 0;
}

.movie-list__name span{
	font-size: 1.4rem;
}
	
.movie-list__tag {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.2rem;
	width: calc(100% + 10px);
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.movie-list__tag__item {
	background: #F1F5F7;
	margin: 5px 5px;
}

.movie-list__tag__item-link {
	display: block;
	padding: 8px 10px;
}

.movie-list__btn{
	width: 100%;
	margin: 10px 0 0 0;
}


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

	.movie-list-wrap { /* md */
		display: flex;
		flex-wrap: wrap;
	}
	
	.movie-list {
		width: calc(50% - 10px);
		margin: 0 20px 20px 0;
	}

	.movie-list:not(:last-child) {
		margin: 0 20px 20px 0;
	}

	.movie-list:nth-child(2n){
		margin-right: 0px;
	}

}

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

	.movie-list { /* md2 */
		width: calc(33.333% - 20px);
		margin: 0 30px 30px 0;
	}

	.movie-list:nth-child(2n) { /* md2 */
		margin: 0 30px 30px 0;
	}

	.movie-list:not(:last-child) {
		margin: 0 30px 30px 0;
	}

	.movie-list:nth-child(3n) { /* md2 */
		margin-right: 0;
	}

}