/*
GROOWEB SCSS SMACSS BEM
*/

/* 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;
}

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

.d-none {
	display: none !important;
}

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

.bold {
	font-weight: bold;
}

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

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

/* base */

html {
	font-size: 62.5%;
}

body {
	font-family: "TsukuGoPr5-R-AvenirNextLTPro-Regular", sans-serif;
	font-size: 1.4rem;
	color: #000;
	background: #DFE3E4;
}

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;
}

/* for development */

pre {
	padding: 15px;
	background: #eee;
	font-size: 1.2rem;
	line-height: 1.2;
}

/* Layout */

.l-body.is-fixed {
	position: fixed;
	width: 100%;
}

.l-footer {
	width: calc(100% - 2 * 6.6vw);
	margin: 0 auto;
}

.l-footer--bt {
	border-top: 1px solid #000;
}

.l-wrapper {
	width: calc(100% - 2 * 6.6vw);
	margin-left: auto;
	margin-right: auto;
}

.l-row {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.l-row--between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-row--center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-row--end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.l-row--reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.l-row--align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.l-row--align-flex-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.l-col-1 {
	width: 100%;
}

.l-col-lg-1 {
	width: 100%;
}

.l-col-2 {
	width: 100%;
}

.l-col-lg-2 {
	width: 100%;
}

.l-col-3 {
	width: 100%;
}

.l-col-lg-3 {
	width: 100%;
}

.l-col-4 {
	width: 100%;
}

.l-col-lg-4 {
	width: 100%;
}

.l-col-5 {
	width: 100%;
}

.l-col-lg-5 {
	width: 100%;
}

.l-col-6 {
	width: 100%;
}

.l-col-lg-6 {
	width: 100%;
}

.l-col-7 {
	width: 100%;
}

.l-col-lg-7 {
	width: 100%;
}

.l-col-8 {
	width: 100%;
}

.l-col-lg-8 {
	width: 100%;
}

.l-col-9 {
	width: 100%;
}

.l-col-lg-9 {
	width: 100%;
}

.l-col-10 {
	width: 100%;
}

.l-col-lg-10 {
	width: 100%;
}

.l-col-11 {
	width: 100%;
}

.l-col-lg-11 {
	width: 100%;
}

.l-col-12 {
	width: 100%;
}

.l-col-lg-12 {
	width: 100%;
}

/* Module */

/**
 * Swiper 6.5.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 16, 2021
 */

@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal;
}

:root {
	--swiper-theme-color: #007aff;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-container-pointer-events {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	-o-transition-property: transform,height;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	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;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: 'next';
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000000;
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 50%;
	background: #000;
	opacity: .2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s transform,.2s top;
	-o-transition: .2s transform,.2s top;
	transition: .2s transform,.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s transform,.2s left;
	-o-transition: .2s transform,.2s left;
	transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s transform,.2s right;
	-o-transition: .2s transform,.2s right;
	transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white {
	--swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
	--swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-filter: blur(50px);
	filter: blur(50px);
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.js-more {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.js-more-item.is-hide {
	display: none;
	height: 0;
	position: absolute;
}

.js-more-head.is-hide {
	display: none;
	height: 0;
	position: absolute;
}

.js-index-item.is-active {
	color: #005C80;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.footer {
	padding: 27px 0;
}

.footer__copy {
	display: block;
	margin-top: 38px;
	font-size: 1rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: .05em;
	margin-left: -10px;
	margin-right: -10px;
}

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

.footer-links__item:not(:last-of-type) {
	margin-bottom: 21px;
}

.footer-links__inner {
	position: relative;
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.5;
	padding-right: 22px;
	letter-spacing: .06em;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.footer-links__inner::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 18px;
	height: 18px;
	background: url(../img/icon_external_blue.svg) no-repeat center center/contain;
}

.footer-links__inner--uae {
	padding-left: 65px;
}

.footer-links__inner--uae::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 51px;
	height: 31px;
	background: url(../img/icon_uec.png) no-repeat center center/contain;
}

.footer-links__inner:hover {
	text-decoration: underline;
	color: #1BA7DE;
}

.header01 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 62px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 8px 16px;
	z-index: 100;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.is-scroll .header01 {
	background: rgba(223, 227, 228, 0.8);
	padding: 10px 16px;
}

.header01__logo {
	width: 168px;
	overflow: hidden;
	text-indent: 100%;
}

.header01__logo a {
	display: block;
}

.header01__logo__text {
	display: block;
	white-space: nowrap;
}

.header01__logo svg {
	display: block;
	width: 100%;
}

.header01__logo svg path {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.is-scroll .header01__logo svg path {
	fill: #005C80;
}

.header01-nav {
	display: none;
	padding-top: 12px;
}

.header01-nav__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header01-nav__item:not(:last-of-type) {
	margin-right: 47px;
}

.header01-nav__inner {
	position: relative;
	color: #FFFFFF;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.5;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.is-scroll .header01-nav__inner {
	color: #008DC5;
}

.header01-nav__inner--contact {
	padding-right: 26px;
}

.header01-nav__inner--contact::after {
	content: '';
	position: absolute;
	top: 2px;
	right: 0;
	background: url(../img/icon_mail_white.svg) no-repeat center center/contain;
	width: 19px;
	height: 15px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.is-scroll .header01-nav__inner--contact::after {
	background: url(../img/icon_mail_link.svg) no-repeat center center/contain;
}

.header02 {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 62px;
}

.is-scroll .header02 {
	background: rgba(223, 227, 228, 0.8);
}

.header02__scroll-logo {
	position: absolute;
	top: 17px;
	left: 16px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: block;
}

.is-scroll .header02__scroll-logo {
	opacity: 1;
	visibility: visible;
}

.header02__link {
	display: none;
	position: fixed;
	top: 36px;
	right: 44px;
	width: 249px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.menu-btn {
	position: fixed;
	top: 25px;
	right: 20px;
	width: 25px;
	height: 10px;
	background: transparent;
	border: none;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
	z-index: 102;
	text-align: center;
}

.menu-btn__icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 10px;
	display: block;
}

.menu-btn__icon span {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #FFFFFF;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	left: 0;
}

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

.menu-btn__icon span:nth-of-type(2) {
	top: 100%;
}

.is-menu-open .menu-btn__icon span {
	background: #000;
}

.is-menu-open .menu-btn__icon span:nth-of-type(1) {
	top: 50%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.is-menu-open .menu-btn__icon span:nth-of-type(2) {
	top: 50%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.is-scroll .menu-btn__icon span,
.is-header02 .menu-btn__icon span {
	background: #000;
}

.sp-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 101;
	background: #DFE3E4;
	padding: 26px 0;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-overflow-scrolling: touch;
}

.is-menu-open .sp-menu {
	opacity: 1;
	visibility: visible;
}

.sp-menu__wrapper {
	min-height: 100vh;
}

.sp-menu__heading {
	margin-bottom: 20px;
}

.sp-menu__heading__main {
	display: block;
	margin-bottom: 4px;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 1.1;
	letter-spacing: 0.02em;
	color: #005C80;
}

.sp-menu__heading__sub {
	display: block;
	font-family: "TsukuGoPro-B-AvenirNextLTPro-Medium", sans-serif;
	font-size: 1.3rem;
	line-height: 1.1;
	letter-spacing: 0.2em;
}

.sp-menu__item {
	display: block;
	padding-bottom: 15px;
	border-bottom: 1px solid #000;
}

.sp-menu__item:not(:last-of-type) {
	margin-bottom: 30px;
}

.sp-menu__image {
	margin-bottom: 7px;
}

.sp-menu__image img {
	display: block;
}

.sp-menu__title {
	display: block;
	padding-left: 0px;
}

.sp-menu__title__main {
	display: block;
	font-size: 1.8rem;
	line-height: 1.5;
	color: #008DC5;
	font-family: "TsukuGoPro-B-AvenirNextLTPro-Medium", sans-serif;
	letter-spacing: .1em;
}

.sp-menu__title__sub {
	display: block;
	font-size: 1.2rem;
	line-height: 1.5;
	color: #008DC5;
	font-family: "TsukuGoPro-B-AvenirNextLTPro-Medium", sans-serif;
	letter-spacing: .04em;
}

.sp-menu__button {
	margin-top: 30px;
}

.heading-1__en {
	display: block;
	color: #005C80;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 1.1;
	letter-spacing: 0.02em;
}

.heading-1--lg .heading-1__en {
	font-size: 3.2rem;
}

.heading-1__jp {
	display: block;
	margin-top: 9px;
	font-family: "TsukuGoPro-B-AvenirNextLTPro-Medium", sans-serif;
	font-size: 1.3rem;
	line-height: 1.1;
	letter-spacing: 0.02em;
}

.heading-2 {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.04em;
}

.heading-3 {
	font-family: "Lato", sans-serif;
	font-weight: 900;
	font-size: 2.4rem;
	line-height: 1.1;
	letter-spacing: 0.06em;
	color: #005C80;
}

.button-1 {
	display: block;
	position: relative;
	width: 215px;
	padding: 9px 0;
	color: #008DC5;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	border-bottom: 1px solid #000;
	margin-left: auto;
	font-size: 1.8rem;
	line-height: 1.5;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.button-1::after {
	content: '';
	position: absolute;
	top: 14px;
	right: 1px;
	background: url(../img/icon_button_arrow_blue.svg) no-repeat center center/contain;
	width: 22px;
	height: 16px;
	z-index: 1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.button-1--jp {
	font-family: "TsukuGoPro-B-AvenirNextLTPro-Medium", sans-serif;
	line-height: 1.7;
}

.button-1--external {
	padding-right: 25px;
}

.button-1--external::after {
	background: url(../img/icon_external_blue.svg) no-repeat center center/contain;
	width: 18px;
	height: 18px;
	top: 15px;
	right: 2px;
}

.button-1--contact::after {
	background: url(../img/icon_contact_blue.svg) no-repeat center center/contain;
	width: 21px;
	height: 16px;
}

.button-2 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: transparent;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	padding: 0;
	margin: 0;
	display: block;
	width: 81px;
	position: relative;
	color: #008DC5;
	border-bottom: 1px solid #000;
	font-family: "Lato", sans-serif;
	font-weight: 900;
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: left;
	margin-left: auto;
	padding-bottom: 3px;
	-webkit-transition: color .3s,border-color .3s;
	-o-transition: color .3s,border-color .3s;
	transition: color .3s,border-color .3s;
}

.button-2::after {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	position: absolute;
	top: 4px;
	right: 2px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: 2px solid #008DC5;
	border-bottom: 2px solid #008DC5;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.button-3 {
	position: relative;
	display: inline-block;
	font-family: "TsukuGoPro-B-AvenirNextLTPro-Medium", sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #008DC5;
	padding-left: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.button-3::before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 13px;
	height: 16px;
	background: url(../img/icon_pin.svg) no-repeat center center/contain;
}

.button-4 {
	position: relative;
	display: block;
	width: 100%;
	padding: 20px 15px;
	background: #008DC5;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	font-family: "Lato", sans-serif;
	font-weight: 700;
}

.button-4::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 16px;
	-webkit-transform: translateY(-59%);
	-ms-transform: translateY(-59%);
	transform: translateY(-59%);
	width: 21px;
	height: 16px;
	background: url(../img/icon_contact_white.svg) no-repeat center center/contain;
}

.contact-btn-wrap {
	margin: 50px 0 71px;
}

.mv {
	position: relative;
	overflow: hidden;
	padding: 103px 0 244px;
}

.mv::before {
	content: '';
	position: absolute;
	bottom: 140px;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(#EDFFFF), color-stop(13.15%, #BCF3FF), color-stop(15.53%, #B7EFFD), color-stop(45.97%, #79C1E0), color-stop(68.26%, #52A5CF), color-stop(79.89%, #439AC8), to(#4199C8));
	background: -webkit-linear-gradient(bottom, #EDFFFF 0%, #BCF3FF 13.15%, #B7EFFD 15.53%, #79C1E0 45.97%, #52A5CF 68.26%, #439AC8 79.89%, #4199C8 100%);
	background: -o-linear-gradient(bottom, #EDFFFF 0%, #BCF3FF 13.15%, #B7EFFD 15.53%, #79C1E0 45.97%, #52A5CF 68.26%, #439AC8 79.89%, #4199C8 100%);
	background: linear-gradient(0deg, #EDFFFF 0%, #BCF3FF 13.15%, #B7EFFD 15.53%, #79C1E0 45.97%, #52A5CF 68.26%, #439AC8 79.89%, #4199C8 100%);
	z-index: -2;
}

.mv::after {
	content: '';
}

.mv__deco {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	min-width: 585px;
	height: 200vw;
	z-index: -1;
}

.mv__deco__main {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.mv__deco__main img {
	display: block;
}

.mv__deco__animation {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-animation: mv_animation 4s linear infinite;
	animation: mv_animation 4s linear infinite;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.mv__deco__animation img {
	display: block;
}

.mv-content-01 {
	position: relative;
	z-index: 1;
	margin-bottom: 23px;
}

.mv-content-01__heading {
	margin-bottom: 12px;
	font: 900 1.4rem "Lato", sans-serif;
	text-align: center;
	letter-spacing: 0.07em;
	color: #005C80;
}

.mv-content-01__heading:before,
.mv-content-01__heading:after {
	content: "";
	width: 25px;
	height: 2px;
	background: #005C80;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 3px;
}

.mv-content-01__heading:before {
	margin-right: 20px;
}

.mv-content-01__heading:after {
	margin-left: 20px;
}

.mv-content-01__text {
	font-family: "TsukuGoPro-B-AvenirNextLTPro-Medium", sans-serif;
	font-size: 2.4rem;
	line-height: 1.4;
	text-align: center;
	color: #005C80;
	-webkit-font-feature-settings: 'halt' on;
	font-feature-settings: 'halt' on;
}

.mv-content-02 {
	position: relative;
}

.mv-content-02__heading {
	margin-bottom: 14px;
	font-family: "TsukuGoPro-B-AvenirNextLTPro-Medium", sans-serif;
	font-size: 2.1rem;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0.08em;
	color: #FFFFFF;
	text-shadow: 0px 0px 12px rgba(0, 92, 128, 0.25);
}

.mv-content-02__heading span {
	display: inline-block;
}

.mv-content-02__text {
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: .08em;
	-webkit-font-feature-settings: 'halt' on;
	font-feature-settings: 'halt' on;
}

.home-resercher {
	padding: 43px 0 36px;
}

.home-resercher__logo {
	margin-top: 28px;
	width: 88%;
	max-width: 270px;
}

.home-resercher__main {
	margin-top: 35px;
}

.home-resercher__item:not(:last-of-type) {
	margin-bottom: 40px;
}

.home-resercher__heading {
	margin-bottom: 10px;
}

.home-resercher__text {
	font-size: 1.6rem;
	line-height: 1.8;
}

.home-resercher__text:not(:last-of-type) {
	margin-bottom: 6px;
}

.home-resercher__button {
	margin-top: 28px;
}

.home-middle-image img {
	display: block;
}

.home-research {
	padding: 22px 0 112px;
}

.home-research__heading {
	margin-bottom: 33px;
}

.home-research__items {
	position: relative;
}

.home-research__items .article-list-2__button {
	position: absolute;
	bottom: -50px;
	right: 0;
}

.home-research__item:not(:last-of-type) {
	margin-bottom: 24px;
}

.home-research__bottom {
	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-top: 35px;
}

.home-research__button {
	position: absolute;
	bottom: -50px;
	right: 0;
}

.home-research__indicate {
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	font-size: 1.2rem;
}

.article-list-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}

.article-list-1__heading {
	display: block;
	margin-bottom: 7px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	font-family: "TsukuGoPro-B-AvenirNextLTPro-Medium", sans-serif;
	font-size: 1.6rem;
	line-height: 1.4;
	-webkit-font-feature-settings: 'calt' off;
	font-feature-settings: 'calt' off;
}

.article-list-1__heading a {
	position: relative;
	color: #008DC5;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.article-list-1__heading a[target="_blank"]::after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 4px;
	background: url(../img/icon_external_blue.svg) no-repeat center center/contain;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.article-list-1__date {
	display: block;
	margin-bottom: 4px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	font-size: 1.2rem;
	line-height: 1.8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 2px;
	letter-spacing: .02em;
}

.article-list-1__text {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	font-size: 1.2rem;
	line-height: 1.5;
	padding-left: 3px;
	-webkit-font-feature-settings: 'calt' off;
	font-feature-settings: 'calt' off;
	letter-spacing: .02em;
}

.article-list-2 {
	position: relative;
}

.article-list-2__head {
	margin-top: 38px;
	margin-bottom: 24px;
	padding-top: 7px;
	border-top: 1px solid #000;
	font-family: "Lato", sans-serif;
	font-weight: 900;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}

.article-list-2__head:first-of-type {
	margin-top: 20px;
}

.article-list-2__head--jp {
	font-size: 1.6rem;
	font-family: "TsukuGoPro-B-AvenirNextLTPro-Medium", sans-serif;
}

.article-list-2__item:not(:last-of-type) {
	margin-bottom: 18px;
}

.article-list-2--sm .article-list-2__item:not(:last-of-type) {
	margin-bottom: 21px;
}

.article-list-2__title {
	margin-bottom: 7px;
	font-family: "TsukuGoPro-B-AvenirNextLTPro-Medium", sans-serif;
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: 0.02em;
}

.article-list-2__title a {
	display: block;
	color: #008DC5;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.article-list-2__title a[target="_blank"]::after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 4px;
	background: url(../img/icon_external_blue.svg) no-repeat center center/contain;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.article-list-2--sm .article-list-2__title {
	margin-bottom: 9px;
	font-size: 1.4rem;
	line-height: 1.2;
}

.article-list-2__text {
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.article-list-2__button {
	position: absolute;
	bottom: -50px;
	right: 0;
	margin-top: 34px;
}

.article-list-2__indicate {
	position: absolute;
	bottom: -42px;
	left: 0;
}

.article-list-3 {
	font-size: 1.3rem;
	line-height: 1.7;
	letter-spacing: 0.05em;
	text-align: justify;
	position: relative;
}

.map {
	position: relative;
	width: 100%;
	left: 50%;
	padding-top: 75%;
	width: 100vw;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

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

.home-access {
	padding: 28px 0 70px;
}

.home-access__heading {
	margin-bottom: 20px;
}

.home-access__address {
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	-webkit-font-feature-settings: 'calt' off;
	font-feature-settings: 'calt' off;
}

.home-access__link {
	margin-top: 10px;
}

.home-access__button {
	margin-top: 39px;
}

.research-head {
	width: 100%;
}

.research-head__wrapper {
	position: relative;
}

.research-logo {
	position: absolute;
	top: 28px;
	left: 0;
}

.research-logo a {
	display: block;
}

.research-logo__text {
	display: block;
	margin-bottom: 16px;
	font-family: "Lato", sans-serif;
	font-weight: 900;
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	color: #005C80;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.research-logo__logo {
	display: block;
	width: 223px;
	margin-left: -4px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.research-logo__logo img {
	display: block;
}

.research-index {
	width: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.is-footer-into .research-index {
	opacity: 0;
	visibility: hidden;
}

.research-index__wrapper {
	position: relative;
	width: 100%;
}

.research-index__inner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow-x: scroll;
	background: rgba(202, 214, 217, 0.9);
	padding: 15px 20px calc(env(safe-area-inset-bottom) + 15px);
	z-index: 100;
	-webkit-overflow-scrolling: touch;
}

.research-index__inner::-webkit-scrollbar {
	display: none;
	-webkit-appearance: none;
}

.research-index__first {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.research-index__first__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.research-index__first__item:not(:last-of-type) {
	padding-right: 20px;
	margin-right: 19px;
}

.research-index__first__item:not(:last-of-type)::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 22px;
	background: #000;
	-webkit-transform: rotate(15deg) translateY(-60%);
	-ms-transform: rotate(15deg) translateY(-60%);
	transform: rotate(15deg) translateY(-60%);
}

.research-index__first__item > a {
	display: block;
	white-space: nowrap;
	font-family: "TsukuGoPro-B-AvenirNextLTPro-Medium", sans-serif;
	font-size: 1.4rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	padding: 15px 0;
}

.research-index__second {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 25px;
}

.research-index__second__item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 18px;
}

.research-index__second__item > a {
	display: block;
	white-space: nowrap;
	font-size: 1.4rem;
	line-height: 1.4;
	padding-top: 1px;
	letter-spacing: 0.05em;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	padding: 15px 0;
}

.profile__wrapper {
	padding: 179px 0 46px;
}

.profile__image img {
	display: block;
}

.profile-main {
	margin-top: 14px;
}

.profile-main__text-01 {
	margin-bottom: 8px;
	font-size: 1.5rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
	font-family: "TsukuGoPro-B-AvenirNextLTPro-Medium", sans-serif;
}

.profile-main__text-02 {
	font-size: 1.1rem;
	line-height: 1.4;
	letter-spacing: 0.03em;
}

.profile-access {
	margin-top: 23px;
}

.profile-access__text {
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.profile-access__button {
	margin-top: 5px;
	text-align: right;
}

.profile-belongs {
	margin-top: 21px;
}

.profile-belongs__heading {
	margin-bottom: 10px;
	font-family: "TsukuGoPro-B-AvenirNextLTPro-Medium", sans-serif;
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: 0.02em;
}

.profile-belongs__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.profile-belongs__item {
	margin-right: 20px;
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

.profile-contact {
	margin-top: 20px;
}

.profile-contact__item:not(:last-of-type) {
	margin-bottom: 3px;
}

.profile-contact__inner {
	position: relative;
	display: block;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	padding-left: 32px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.profile-contact__inner::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 19px;
	height: 19px;
}

.profile-contact__inner--mail::before {
	margin-top: 3px;
	background: url(../img/icon_mail.svg) no-repeat center center/contain;
}

.profile-contact__inner--tel::before {
	background: url(../img/icon_tel.svg) no-repeat center center/contain;
}

.profile-contact__inner--fax::before {
	background: url(../img/icon_fax.svg) no-repeat center center/contain;
}

.research-section {
	overflow: hidden;
}

.research-section__wrapper {
	padding-top: 22px;
	padding-bottom: 50px;
	border-top: 2px solid #000;
}

.research-section__heading {
	margin-bottom: 35px;
}

.research-section__heading--mblg {
	margin-bottom: 43px;
}

.research-figure {
	padding: 16px;
	overflow: auto;
	text-align: center;
}

.research-figure__text {
	font-size: 1.6rem;
	line-height: 1.4;
	margin-top: 15px;
	text-align: left;
}

.topics-content:not(:last-of-type) {
	padding-bottom: 34px;
	margin-bottom: 22px;
	border-bottom: 1px solid #000;
}

.topics-content__head {
	position: relative;
}

.topics-content__heading {
	margin-bottom: 16px;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0.18em;
	font-family: "TsukuGoPro-B-AvenirNextLTPro-Medium", sans-serif;
}

.topics-content__number {
	position: absolute;
	top: 2px;
	right: 0;
	font-family: "Brygada 1918", serif;
	font-size: 3.6rem;
	color: #005C80;
}

.topics-content__text {
	margin-top: 24px;
	font-size: 1.6rem;
	line-height: 1.7;
	letter-spacing: 0.05em;
}

.topics-content__figures {
	margin-top: 25px;
	width: 100%;
}

.topics-content__figures .swiper-container {
	overflow: visible;
}

.list-1 {
	padding-left: 3px;
}

.list-1__item {
	position: relative;
	padding-left: 10px;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	font-family: "TsukuGoPro-B-AvenirNextLTPro-Medium", sans-serif;
}

.list-1__item::before {
	content: '-';
	position: absolute;
	top: -2px;
	left: 0;
}

.list-1__item:not(:last-of-type) {
	margin-bottom: 5px;
}

.research-content:not(:last-of-type) {
	padding-bottom: 83px;
}

.research-content:last-of-type {
	padding-bottom: 45px;
}

.research-content__heading {
	margin-bottom: 24px;
	font-family: "TsukuGoPro-B-AvenirNextLTPro-Medium", sans-serif;
	font-size: 2rem;
	line-height: 1.2;
	letter-spacing: 0.05em;
}

.research-content__section {
	position: relative;
}

.research-content__section:not(:last-of-type) {
	margin-bottom: 80px;
}

.project-theme {
	background: url(../img/bg_project-theme_sp.png) no-repeat left 48% bottom/cover;
}

.project-theme__inner {
	padding: 41px 0 66vw;
}

.project-theme__head {
	text-align: center;
	color: #005C80;
	margin-bottom: 11px;
}

.project-theme__head__sm {
	font: 900 1.3rem "TsukuGoPro-B-AvenirNextLTPro-Medium", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.4;
	display: block;
	margin-bottom: 11px;
	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;
}

.project-theme__head__sm span {
	display: inline-block;
}

.project-theme__head__sm:before,
.project-theme__head__sm:after {
	content: "";
	width: 25px;
	height: 2px;
	background: #005C80;
	display: block;
	margin-bottom: 3px;
}

.project-theme__head__sm:before {
	margin-right: 20px;
}

.project-theme__head__sm:after {
	margin-left: 20px;
}

.project-theme__head__lg {
	font-size: 2.1rem;
	font-family: "TsukuGoPro-B-AvenirNextLTPro-Medium", sans-serif;
	display: block;
	line-height: 1.5;
	letter-spacing: 0.05em;
	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;
}

.project-theme__btn {
	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: 22px 0;
	background: #ffffff;
	border: 1px solid #008DC5;
	max-width: 323px;
	margin-left: auto;
	margin-right: auto;
	font-family: "TsukuGoPro-B-AvenirNextLTPro-Medium", sans-serif;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	color: #008DC5;
}

.project-theme__btn svg {
	margin-left: 10px;
}

.project-theme__btn svg path {
	fill: #008DC5;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.js-modal-trg {
	border: none;
	padding: 0;
	background: none;
}

.modal {
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5000;
	display: none;
}

.modal__inner {
	background: #FFFFFF;
	width: calc(100% - 2 * 6.6vw);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: calc(100% - 100px);
	height: auto;
}

.modal__close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	border: none;
	padding: 0;
	background: none;
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
	width: 32px;
}

.modal__close img {
	display: block;
}

/* State */

/* Theme */

@media (min-width: 576px) {

.d-sm-none {
	display: none !important;
}

.d-sm-block {
	display: block !important;
}

}

@media (min-width: 768px) {

.d-md-none {
	display: none !important;
}

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

.d-md-inline {
	display: inline !important;
}

.l-footer {
	width: 100%;
	padding: 0 30px;
}

.l-wrapper {
	width: calc(100% - 2 * 9.5vw);
	max-width: 1300px;
}

.l-offset-1 {
	margin-left: 8.33333%;
}

.l-offset-2 {
	margin-left: 16.66667%;
}

.l-offset-3 {
	margin-left: 25%;
}

.l-offset-4 {
	margin-left: 33.33333%;
}

.l-offset-5 {
	margin-left: 41.66667%;
}

.l-offset-6 {
	margin-left: 50%;
}

.l-offset-7 {
	margin-left: 58.33333%;
}

.l-offset-8 {
	margin-left: 66.66667%;
}

.l-offset-9 {
	margin-left: 75%;
}

.l-offset-10 {
	margin-left: 83.33333%;
}

.l-offset-11 {
	margin-left: 91.66667%;
}

.l-offset-12 {
	margin-left: 100%;
}

.l-col-1 {
	width: 8.33333%;
}

.l-col-2 {
	width: 16.66667%;
}

.l-col-3 {
	width: 25%;
}

.l-col-4 {
	width: 33.33333%;
}

.l-col-5 {
	width: 41.66667%;
}

.l-col-6 {
	width: 50%;
}

.l-col-7 {
	width: 58.33333%;
}

.l-col-8 {
	width: 66.66667%;
}

.l-col-9 {
	width: 75%;
}

.l-col-10 {
	width: 83.33333%;
}

.l-col-11 {
	width: 91.66667%;
}

.l-col-12 {
	width: 100%;
}

.footer__copy {
	margin-left: 0px;
}

.header01 {
	height: 80px;
	padding: 30px 46px 0 30px;
}

.is-scroll .header01 {
	padding: 18px 41px 0 20px;
}

.header01__logo {
	width: 235px;
}

.header01-nav {
	display: block;
}

.header01-nav__inner:hover {
	opacity: .7;
}

.is-scroll .header02 {
	background: transparent;
}

.header02__scroll-logo {
	display: none;
}

.header02__link {
	display: block;
}

.header02__link:hover {
	opacity: .7;
}

.menu-btn {
	display: none;
}

.sp-menu {
	display: none;
}

.heading-1__en {
	letter-spacing: 0.045em;
}

.heading-1--lg .heading-1__en {
	font-size: 3.6rem;
}

.heading-1__jp {
	font-size: 1.4rem;
	margin-top: 4px;
}

.heading-1--lg .heading-1__jp {
	font-size: 1.6rem;
}

.heading-3 {
	font-size: 3.2rem;
}

.button-1 {
	width: auto;
}

.button-1:hover {
	padding: 9px 15px;
	background: #1BA7DE;
	color: #FFFFFF;
	border-bottom: 1px solid #1BA7DE;
}

.button-1:hover::after {
	right: 17px;
	background: url(../img/icon_button_arrow_white.svg) no-repeat center center/contain;
}

.button-1--external:hover::after {
	background: url(../img/icon_external_white.svg) no-repeat center center/contain;
}

.button-1--contact:hover::after {
	background: url(../img/icon_contact_white.svg) no-repeat center center/contain;
}

.button-2:hover {
	color: #1BA7DE;
	border-bottom: 1px solid #1BA7DE;
}

.button-2:hover::after {
	border-color: #1BA7DE;
}

.button-3:hover {
	color: #1BA7DE;
	text-decoration: underline;
}

.contact-btn-wrap {
	margin: 62px 0 104px;
}

.mv {
	padding: 168px 0 48vw;
}

.mv::before {
	bottom: 25%;
	bottom: 200px;
	bottom: 20vw;
}

.mv__deco {
	width: 100%;
}

.mv-content-01 {
	margin-bottom: 23px;
}

.mv-content-01__heading {
	margin-bottom: 7px;
	font-size: 1.8rem;
}

.mv-content-01__text {
	font-size: 3.8rem;
}

.mv-content-02__heading {
	font-size: 2.8rem;
	letter-spacing: 0.05em;
	margin-bottom: 23px;
}

.mv-content-02__text {
	width: 67%;
	margin: 0 auto;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 1.8em;
	-moz-column-gap: 1.8em;
	column-gap: 1.8em;
}

.home-resercher {
	padding: 113px 0 77px;
}

.home-resercher__logo {
	margin-top: 80px;
	width: 95%;
	max-width: 334px;
}

.home-resercher__main {
	margin-top: 5px;
}

.home-resercher__item:not(:last-of-type) {
	margin-bottom: 26px;
}

.home-resercher__item--pc-sm {
	width: 65%;
}

.home-resercher__text {
	line-height: 1.85;
}

.home-resercher__text--lg {
	font-size: 1.8rem;
}

.home-resercher__button {
	margin-top: -50px;
}

.home-research {
	padding: 80px 0 163px;
}

.home-research__heading {
	padding-top: 33px;
	border-top: 2px solid #000;
}

.home-research__main {
	padding-top: 33px;
	border-top: 2px solid #000;
}

.home-research__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.home-research__items .article-list-2__button {
	bottom: -67px;
}

.home-research__item {
	width: 50%;
	padding-right: 40px;
}

.home-research__indicate {
	bottom: -55px;
}

.article-list-1__heading a[target="_blank"]:hover::after {
	background: url(../img/icon_external_hover.svg) no-repeat center center/contain;
}

.article-list-1__heading a:hover {
	color: #1BA7DE;
	text-decoration: underline;
}

.article-list-1__text {
	font-size: 1.4rem;
	letter-spacing: 0;
}

.article-list-2__head {
	margin-top: 36px;
	margin-bottom: 19px;
}

.article-list-2__head:first-of-type {
	margin-top: 0;
}

.article-list-2__title a:hover {
	color: #1BA7DE;
	text-decoration: underline;
}

.article-list-2__title a[target="_blank"]:hover::after {
	background: url(../img/icon_external_hover.svg) no-repeat center center/contain;
}

.article-list-2__text {
	font-size: 1.4rem;
}

.article-list-2__button {
	margin-top: 23px;
	margin-bottom: 3px;
}

.article-list-3 {
	font-size: 1.4rem;
	line-height: 1.86;
}

.map {
	position: static;
	width: 100%;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	left: 0;
	padding-top: 33%;
}

.home-access {
	padding: 25px 0 122px;
}

.home-access__main {
	padding-top: 8px;
}

.home-access__address {
	letter-spacing: 0;
}

.home-access__button {
	margin-top: 27px;
}

.research-head {
	position: fixed;
	top: 0;
	left: 0;
}

.research-logo {
	top: 38px;
	left: -6.3vw;
}

.research-logo__text {
	margin-bottom: 19px;
	font-size: 1.8rem;
}

.is-scroll .research-logo__text {
	margin-bottom: 12px;
}

.research-logo__logo {
	max-width: 308px;
	width: 26vw;
	margin-left: 0;
}

.is-scroll .research-logo__logo {
	width: 168px;
}

.research-index {
	position: fixed;
	top: 286px;
	left: 0;
	width: 100%;
	font-size: 1.6rem;
	height: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.is-scroll .research-index {
	top: 174px;
}

.research-index__inner {
	position: relative;
	top: 0;
	left: -6.3vw;
	padding: 17px 20px 17px 8px;
	width: 230px;
	background: transparent;
	overflow: visible;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.research-index__first {
	display: block;
}

.research-index__first__item {
	display: block;
}

.research-index__first__item:not(:last-of-type) {
	padding-right: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

.research-index__first__item:not(:last-of-type)::after {
	content: none;
}

.research-index__first__item > a {
	padding: 0;
	font-size: 1.6rem;
}

.research-index__first__item > a:hover {
	color: #1BA7DE;
}

.research-index__second {
	display: block;
	padding-left: 8px;
	margin-top: 11px;
}

.research-index__second__item {
	margin-right: 0;
}

.research-index__second__item:not(:last-of-type) {
	margin-bottom: 9px;
}

.research-index__second__item > a {
	padding: 0;
}

.research-index__second__item > a:hover {
	color: #1BA7DE;
}

.profile__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 159px 0 104px;
}

.profile__image {
	width: 20%;
}

.profile__main {
	width: 50%;
}

.profile-main {
	margin-top: -3px;
}

.profile-main__text-01 {
	font-size: 1.6rem;
}

.profile-main__text-02 {
	font-size: 1.2rem;
	letter-spacing: -0.02em;
}

.profile-access {
	margin-top: 30px;
}

.profile-access__button {
	margin-top: 2px;
	text-align: left;
}

.profile-belongs {
	margin-top: 30px;
}

.profile-belongs__heading {
	font-size: 1.4rem;
}

.profile-belongs__item {
	width: 50%;
	margin-right: 0;
	padding-right: 20px;
	font-size: 1.4rem;
}

.profile-contact {
	margin-top: 22px;
	padding-left: 3px;
}

.profile-contact a:hover {
	text-decoration: underline;
	color: #1BA7DE;
}

.research-section__wrapper {
	padding-top: 14px;
}

.research-section__heading {
	margin-bottom: 56px;
}

.research-section__heading--mblg {
	margin-bottom: 62px;
}

.research-figure {
	padding: 35px 10%;
}

.topics {
	padding-bottom: 54px;
}

.topics-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 10%;
	padding-left: 10%;
}

.topics-content:not(:last-of-type) {
	padding-bottom: 39px;
	margin-bottom: 25px;
}

.topics-content__head {
	width: 37.5%;
}

.topics-content__heading {
	margin-bottom: 11px;
}

.topics-content__number {
	top: 0;
	right: auto;
	left: -34%;
	font-size: 4.4rem;
}

.topics-content__text {
	width: 62.5%;
	margin-top: 5px;
	font-size: 1.4rem;
	line-height: 1.75;
}

.topics-content__figures {
	margin-top: 28px;
}

.topics-content__figures .swiper-slide {
	width: calc(100% / 3 - 6px);
}

.list-1__item {
	padding-left: 7px;
}

.list-1__item::before {
	left: -3px;
}

.list-1__item:not(:last-of-type) {
	margin-bottom: 3px;
}

.research-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 10%;
}

.research-content:not(:last-of-type) {
	padding-bottom: 111px;
}

.research-content:last-of-type {
	padding-bottom: 88px;
}

.research-content__heading {
	width: 22%;
	font-size: 2.2rem;
}

.research-content__content {
	width: 78%;
}

.research-content__section:not(:last-of-type) {
	margin-bottom: 90px;
}

.project-theme {
	background-position: center;
	background-image: url(../img/bg_project-theme_pc.png);
}

.project-theme__inner {
	padding: 67px 34px 324px 0;
}

.project-theme__head {
	margin-bottom: 20px;
}

.project-theme__head__sm {
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.project-theme__head__lg {
	font-size: 3.2rem;
}

.project-theme__btn {
	max-width: 380px;
	font-size: 2.1rem;
	padding: 30px 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.project-theme__btn:hover {
	background: #008DC5;
	color: #FFFFFF;
	-webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
}

.project-theme__btn:hover svg path {
	fill: #FFFFFF;
}

.js-modal-trg {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.js-modal-trg:hover {
	opacity: .7;
}

.modal__inner {
	max-width: 866px;
	width: 83.33333%;
}

.modal__close {
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	width: auto;
}

}

@media (min-width: 1000px) {

.d-lg-none {
	display: none !important;
}

.d-lg-block {
	display: block !important;
}

.l-col-lg-1 {
	width: 8.33333%;
}

.l-col-lg-2 {
	width: 16.66667%;
}

.l-col-lg-3 {
	width: 25%;
}

.l-col-lg-4 {
	width: 33.33333%;
}

.l-col-lg-5 {
	width: 41.66667%;
}

.l-col-lg-6 {
	width: 50%;
}

.l-col-lg-7 {
	width: 58.33333%;
}

.l-col-lg-8 {
	width: 66.66667%;
}

.l-col-lg-9 {
	width: 75%;
}

.l-col-lg-10 {
	width: 83.33333%;
}

.l-col-lg-11 {
	width: 91.66667%;
}

.l-col-lg-12 {
	width: 100%;
}

.footer {
	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;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	padding: 40px 0;
}

.footer__copy {
	margin-top: 0;
}

.footer-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-links__item:not(:last-of-type) {
	margin-bottom: 0;
	margin-right: 38px;
}

.mv {
	min-height: 1176px;
	padding: 168px 0 49.5vw;
}

.mv::before {
	bottom: 30%;
}

.project-theme {
	height: 45vw;
	max-height: 700px;
}

}

@media (min-width: 1200px) {

.d-xl-none {
	display: none !important;
}

.d-xl-block {
	display: block !important;
}

}

@-webkit-keyframes swiper-preloader-spin {

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes swiper-preloader-spin {

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@-webkit-keyframes mv_animation {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

50% {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes mv_animation {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

50% {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

