/* Slider */

.slick-loading .slick-list {
	background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */

/* Arrows */

.slick-prev,
.slick-next {
	background: transparent;
	border: none;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0px;
	height: 45px;
	line-height: 0px;
	outline: none;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 45px;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	display: none !important;
}

.slick-prev:hover,
.slick-next:hover {
	color: transparent;
	opacity: 0.6;
	outline: none;
}

.slick-prev:hover:before,
.slick-next:hover:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: white;
	content: none;
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	opacity: 0.75;
}

.slick-prev {
	background: url(../img/slider_prev@2x.png) no-repeat center/contain;
	height: 49px;
	left: -30px;
	width: 49px;
	z-index: 1;
}

[dir=rtl] .slick-prev {
	left: auto;
	right: 25px;
}

[dir=rtl] .slick-prev:before {
	content: "→";
}

.slider__num {
	font-size: 24px;
}

.slick-next {
	background: url(../img/slider_next@2x.png) no-repeat center/contain;
	height: 49px;
	right: -30px;
	width: 49px;
}

[dir=rtl] .slick-next {
	left: 25px;
	right: auto;
}

[dir=rtl] .slick-next:before {
	content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	bottom: -25px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.slick-dots li {
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	position: relative;
	width: 20px;
}

.slick-dots li button {
	background: transparent;
	border: 0;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0px;
	height: 20px;
	line-height: 0px;
	outline: none;
	padding: 5px;
	width: 20px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: black;
	content: "•";
	font-family: "slick";
	font-size: 6px;
	height: 20px;
	left: 0;
	line-height: 20px;
	opacity: 0.25;
	position: absolute;
	text-align: center;
	top: 0;
	width: 20px;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

/* Slider */

.slick-slider {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
	display: block;
	position: relative;
	touch-action: pan-y;
	user-select: none;
}

.slick-list {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	display: block;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	border: 1px solid transparent;
	display: block;
	height: auto;
}

.slick-arrow.slick-hidden {
	display: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

ul[class],
ol[class] {
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
	margin: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

ul[class],
ol[class] {
	list-style: none;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

img {
	display: block;
	max-width: 100%;
}

article > * + * {
	margin-top: 1em;
}

input,
button,
textarea,
select {
	font: inherit;
}

/* iOSでのデフォルトスタイルをリセット */

input[type=submit],
input[type=button] {
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
	display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
	outline-offset: -2px;
}

html {
	font-size: 62.5%;
}

html,
body {
	margin: 0;
	overflow-x: hidden;
	padding: 0;
}

body {
	background: #fff;
	color: #231815;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	height: auto !important;
	line-height: 1.4;
	overflow-y: clip;
	padding-top: 82px;
	position: relative;
}

article,
aside,
footer,
header,
nav,
section,
main {
	display: block;
}

img {
	border: none;
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

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

code,
kbd,
pre,
samp {
	font-family: monospace, sans-serif;
	font-size: inherit;
}

table {
	border: 1px solid #eee;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}

th,
td {
	border: 1px solid #eee;
	padding: 4px 6px;
	text-align: left;
	vertical-align: top;
}

blockquote,
q {
	quotes: none;
}

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

address {
	font-style: normal;
}

form {
	margin: 0;
	padding: 0;
}

form button {
	-webkit-appearance: none;
	background-color: #efa336;
	background-image: none;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.6rem;
	margin: 0;
	padding: 0.6em 2em;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	width: auto;
}

form button:hover,
form button:focus {
	outline: none;
}

form button:hover {
	opacity: 0.6;
}

form button ::-moz-focus-inner {
	border: none;
	padding: 0;
}

textarea {
	-webkit-appearance: none;
	background-image: none;
	border: 1px solid #bdbdbd;
	border-radius: 0;
	font-family: inherit;
	font-size: 1.6rem;
	padding: 8px;
	width: 100%;
}

textarea:hover,
textarea:focus {
	outline: none;
}

textarea:focus {
	box-shadow: none;
	outline: none;
}

textarea ::-moz-focus-inner {
	border: none;
	padding: 0;
}

a[href^="tel:"] {
	color: inherit;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

h3 {
	font-size: 22px;
	font-size: 2.2rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

.l-container {
	margin: 0 auto;
	max-width: 100%;
	overflow: hidden;
	padding: 0px 20px;
	position: relative;
	width: 1000px;
}

.l-container::after {
	clear: both;
	content: "";
	display: table;
}

#footer {
	padding: 50px 0 30px;
	position: relative;
}

.l-footer__wrapper {
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	width: 1000px;
}

.l-footer__logo img {
	margin: auto;
	width: 126px;
}

.l-footer__copy {
	font-size: 10px;
	padding: 1em 0.3em;
	text-align: center;
}

#header {
	background: #000;
	color: #fff;
	left: 0;
	left: 0;
	position: relative;
	position: fixed;
	top: 0;
	top: 0;
	width: 100%;
	width: 100%;
	z-index: 20;
	z-index: 20;
}

.l-header__wrapper {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 100%;
	padding: 20px 50px;
}

.header-content {
	align-items: center;
	display: flex;
}

.l-header__logo {
	margin-right: auto;
}

.l-header__logo a {
	transition: all 0.3s ease 0s;
}

.l-header__logo a:hover {
	opacity: 0.6;
}

.l-header__logo img {
	width: 100px;
}

.custom-logo-link img {
	height: auto;
	max-height: 68px;
	max-width: 300px;
	width: auto;
}

.custom-logo-link {
	display: inline-block;
}

body.home {
	background-image: url(../img/bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 1920px auto;
}

body {
	overflow-y: hidden;
	position: relative;
}

body::before {
	background: url(../img/triangle.svg) no-repeat center center/contain;
	content: "";
	height: 600px;
	position: absolute;
	right: calc(50% + 480px);
	transform: rotate(180deg);
	width: 600px;
	z-index: -1;
}

body::after {
	background: url(../img/triangle.svg) no-repeat center center/contain;
	bottom: 0;
	content: "";
	height: 600px;
	left: calc(50% + 660px);
	position: absolute;
	transform: translateX(-50%);
	width: 600px;
	z-index: -1;
}

.c-btn {
	-webkit-appearance: none;
	background-color: #000;
	background-image: none;
	border-radius: 0;
	color: #fff;
	display: block;
	font-size: 25px;
	font-weight: 700;
	height: 230px;
	line-height: 230px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	overflow: hidden;
	padding: 0 50px;
	position: relative;
	position: relative;
	text-align: left;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	transition: 0.3s;
	vertical-align: middle;
}

.c-btn > span {
	position: relative;
	z-index: 1;
}

.c-btn::before {
	background: #3E3A39;
	content: "";
	height: 500px;
	left: -265px;
	position: absolute;
	top: -250px;
	transform: rotate(45deg);
	width: 500px;
	z-index: 0;
}

.c-btn::after {
	background: url(../img/arrow.svg) no-repeat center center/contain;
	content: "";
	height: 11px;
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 29px;
}

.c-btn:hover {
	opacity: 0.7;
}

.c-btn:not(:disabled) {
	cursor: pointer;
}

.c-btn:hover,
.c-btn:focus {
	outline: none;
}

.c-btn::-moz-foucus-inner {
	border: none;
	padding: 0;
}

.c-btn--small {
	font-size: 15px;
	height: 64px;
	letter-spacing: 0.4em;
	line-height: 64px;
	max-width: 100%;
	padding: 0 30px;
	width: 290px;
}

.c-btn--small::before {
	content: none;
}

.c-contact {
	-ms-writing-mode: tb-rl;
	background: #000;
	border-radius: 10px 0 0 10px;
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: bold;
	padding: 28px 16px;
	position: fixed;
	right: 0;
	text-decoration: none;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	writing-mode: vertical-rl;
	z-index: 1000;
}

.c-contact:hover {
	opacity: 0.8;
}

.c-fnav {
	padding: 10px 0;
}

.c-fnav__wrapper li {
	display: inline;
	margin-right: 46px;
}

.c-fnav__wrapper li:last-child {
	margin-right: 0;
}

.c-fnav__wrapper a {
	color: #fff;
	display: inline-block;
	padding: 0.3em;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.c-fnav__wrapper a:hover {
	text-decoration: underline;
}

.c-gnav {
	padding: 10px 0;
}

.c-gnav ul {
	align-items: center;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.c-gnav ul li:last-child {
	margin-right: 0;
}

.c-gnav ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.c-gnav ul li a:hover {
	opacity: 0.6;
}

.c-gnav__icon {
	display: none;
}

.c-gnav-menu {
	display: flex;
}

.c-gnav-menu__list ul {
	display: flex;
}

.c-gnav-menu__list li {
	margin: 0 15px;
}

.c-gnav-menu__list a {
	color: #fff;
}

/*  12 COLUMN : RESPONSIVE GRID SYSTEM
  DEVELOPER : DENIS LEBLANC
  URL : http://responsive.gs
  VERSION : 3.0
  LICENSE : GPL & MIT */

* {
	box-sizing: border-box;
}

.container {
	margin: 0 auto;
	max-width: 800px;
}

.clr:after,
.col:after,
.container:after,
.group:after,
.row:after {
	clear: both;
	content: "";
	display: table;
}

.row {
	padding-bottom: 0;
}

.col {
	display: block;
	float: left;
	width: 100%;
}

/* 12 COLUMN : RESPONSIVE GRID SYSTEM Fix Ver. 1.2.1 */

.container {
	padding: 0 1%;
}

.container img {
	max-width: 100%;
}

* + .container {
	margin-top: 2em;
}

.row:not(:last-child) {
	margin-bottom: 4%;
}

.col {
	float: none;
}

.col:not(:last-child) {
	margin-bottom: 3%;
}

.c-headline {
	font-size: 15px;
	font-weight: bold;
}

.c-headline > span {
	color: #ef8200;
	font-family: "Antonio", sans-serif;
	font-size: 55px;
}

.c-headline2 {
	background-color: #EF8200;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
	overflow: hidden;
	padding: 30px 70px;
	position: relative;
}

.c-headline2 > span {
	position: relative;
}

.c-headline2::before {
	background: #eb9f48;
	content: "";
	height: 500px;
	left: -435px;
	position: absolute;
	top: -250px;
	transform: rotate(45deg);
	width: 500px;
	z-index: 0;
}

.c-line1 {
	-webkit-animation: slider1 1s 0.5s ease forwards;
	animation: slider1 1s 0.5s ease forwards;
	background: #fef3e8;
	height: 1200px;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: -47px;
	transform: rotate(45deg) translate(-206px, -23px);
	width: 150px;
	z-index: -2;
}

.c-line2 {
	-webkit-animation: slider2 1s 0.5s ease forwards;
	animation: slider2 1s 0.5s ease forwards;
	background: #fff;
	height: 1200px;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 37px;
	transform: rotate(45deg) translate(-835px, -1000px);
	width: 84px;
	z-index: -2;
}

.c-line3 {
	-webkit-animation: slider3 1s 0.5s ease forwards;
	animation: slider3 1s 0.5s ease forwards;
	background: #fff;
	height: 800px;
	opacity: 0;
	position: absolute;
	right: 50%;
	top: -170px;
	transform: rotate(45deg) translate(450px, -700px);
	width: 75px;
	z-index: -2;
}

.c-line4 {
	-webkit-animation: slider4 1s 0.5s ease forwards;
	animation: slider4 1s 0.5s ease forwards;
	background: #fef3e8;
	bottom: 160px;
	height: 500px;
	opacity: 0;
	position: absolute;
	right: 50%;
	transform: rotate(45deg) translate(460px, 0px);
	width: 127px;
	z-index: -2;
}

/* ローディング画面 */

#loading {
	background-color: #fff;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	transition: all 1s;
	width: 100vw;
	z-index: 100;
}

#loading.is-loaded {
	opacity: 0;
	visibility: hidden;
}

.c-loading__anime {
	-webkit-animation: load4 1.3s infinite linear;
	animation: load4 1.3s infinite linear;
	border-radius: 50%;
	color: #808080;
	font-size: 20px;
	height: 1em;
	left: 50%;
	margin: 100px auto;
	position: fixed;
	text-indent: -9999em;
	top: calc(50% - 100px);
	transform: translateZ(0);
	transform: translate(-50%, -50%);
	width: 1em;
}

.c-mv {
	overflow: hidden;
	padding: 220px 0 50px;
	position: relative;
	width: 100%;
}

.c-mv__wrap {
	margin: 0 auto;
	max-width: 100%;
	padding: 0 20px;
	width: 1040px;
}

.c-mv__logo {
	margin-bottom: 220px;
}

.c-mv__text1 {
	font-size: 86px;
	font-weight: 500;
	margin-bottom: 120px;
}

.c-mv__text1 > span {
	-webkit-box-decoration-break: clone;
	-webkit-animation: backgroundSize 1s 1s ease forwards;
	animation: backgroundSize 1s 1s ease forwards;
	background: linear-gradient(to right, #EF8200, #EF8200) 0% calc(50% + 1px) no-repeat;
	background-size: 0%;
	box-decoration-break: clone;
	font-feature-settings: "palt";
	margin-bottom: 10px;
	padding: 2px 10px;
}

.c-mv__text1 > span > span {
	-webkit-background-clip: text;
	-webkit-animation: backgroundSize 1s 1.5s ease forwards;
	animation: backgroundSize 1s 1.5s ease forwards;
	background: linear-gradient(to right, #000, #000) 0% 0%/0% 100% no-repeat;
	background-clip: text;
	color: transparent;
}

.c-mv__text2 {
	font-size: 29px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 130px;
	text-align: right;
}

.c-pagenation {
	margin-top: 1em;
}

.c-pagenation .page-numbers {
	border: 1px solid #d1d1d1;
	color: #231815;
	padding: 0.5em;
	text-decoration: none;
}

.c-pagenation .page-numbers.current {
	background: #d1d1d1;
}

.c-pagenation .page-numbers:not(.current) {
	transition: 0.3s ease;
}

.c-pagenation .page-numbers:not(.current):hover {
	background: #d1d1d1;
}

.c-pagenation .page-numbers + .page-numbers {
	margin-left: 0.3em;
}

.c-scroll-top {
	bottom: 5%;
	opacity: 0;
	position: fixed;
	right: 5%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	z-index: 2;
}

[data-scroll=true] .c-scroll-top {
	opacity: 0.9;
	visibility: visible;
}

.c-scroll-top a {
	background: #efa336;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	height: 70px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 70px;
}

.c-scroll-top a::after {
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	display: block;
	height: 10px;
	left: 50%;
	margin: auto;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -20%) rotate(45deg);
	transition: 0.2s;
	width: 10px;
}

#footer.high .c-scroll-top {
	bottom: auto;
	margin: 0;
	position: absolute;
	right: 5%;
	top: 0;
	transform: translateY(-50%);
}

.p-about-head {
	padding: 120px 0;
}

.p-about-head img {
	margin: auto;
	width: 334px;
}

.p-about-line1 {
	-webkit-animation: aboutSlider1 1s 0.5s ease forwards;
	animation: aboutSlider1 1s 0.5s ease forwards;
	background: #fef3e8;
	height: 500px;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: -300px;
	transform: rotate(45deg) translate(434px, -165px);
	width: 150px;
	z-index: -2;
}

.p-about-line2 {
	-webkit-animation: aboutSlider2 1s 0.5s ease forwards;
	animation: aboutSlider2 1s 0.5s ease forwards;
	background: url(../img/line.svg) no-repeat center center;
	bottom: 0px;
	height: 200px;
	left: 50%;
	opacity: 0;
	position: absolute;
	transform: translate(-440px, 0px);
	width: 287px;
	z-index: -2;
}

.p-about-sec1 {
	margin-top: -82px;
	padding-bottom: 90px;
	padding-top: 82px;
}

.p-about-sec1__container {
	margin: 0 auto;
	max-width: 100%;
	padding: 0 20px;
	width: 1040px;
}

.p-about-sec1 p {
	font-size: 19px;
	font-weight: bold;
	line-height: 34/19;
	margin-bottom: 30px;
}

.p-about-sec2 {
	margin-top: -82px;
	padding-bottom: 90px;
	padding-top: 82px;
}

.p-about-sec2__container {
	margin: 0 auto;
	max-width: 100%;
	padding: 0 20px;
	width: 1040px;
}

.p-about-sec2__headline {
	color: #ef8200;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
}

.p-about-sec2__headline::before {
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	background: #ef8200;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	content: "";
	height: 17.3205080757px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
}

.p-about-sec2__row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.p-about-sec2__col {
	width: 48%;
}

.p-about-sec2__item {
	font-size: 19px;
	margin-bottom: 20px;
}

.p-about-sec2__item span {
	font-size: 23px;
	font-weight: bold;
}

.p-about-sec2__dl {
	display: flex;
	font-size: 19px;
	margin-bottom: 10px;
}

.p-about-sec2__dl dt {
	font-weight: bold;
	margin-right: 15px;
}

.p-about-sec3 {
	margin-top: -82px;
	padding-bottom: 90px;
	padding-top: 82px;
}

.p-about-sec3__container {
	margin: 0 auto;
	max-width: 100%;
	padding: 0 20px;
	width: 1040px;
}

.p-about-sec3__headline {
	border-bottom: 1px solid #ef8200;
	border-left: 14px solid #ef8200;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
	padding: 0 0px 10px 20px;
}

.p-about-sec3__dl1 {
	margin-bottom: 50px;
}

.p-about-sec3__dl1 dl {
	display: flex;
	margin-bottom: 10px;
}

.p-about-sec3__dl1 dl dt {
	font-size: 17px;
	font-weight: bold;
	width: 135px;
}

.p-about-sec3__dl1 dl dd {
	font-size: 19px;
}

.p-about-sec3__dl2 {
	margin-bottom: 50px;
}

.p-about-sec3__dl2 dl {
	display: flex;
	margin-bottom: 10px;
}

.p-about-sec3__dl2 dl dt {
	font-size: 17px;
	font-weight: bold;
	width: 320px;
}

.p-about-sec3__dl2 dl dd {
	font-size: 19px;
}

.p-about-sec3__dl2 dl dd a {
	color: #ef8200;
	text-decoration: none;
}

.p-about-sec3__wrap {
	display: flex;
	justify-content: space-between;
}

.p-about-sec3__item {
	width: 48%;
}

.p-about-sec3__table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}

.p-about-sec3__table--2 {
	margin-top: 41.5px;
}

.p-about-sec3__table th,
.p-about-sec3__table td {
	border: 0;
	padding: 10px;
}

.p-about-sec3__table th:first-child,
.p-about-sec3__table td:first-child {
	border-right: 1px dashed #000;
	width: 38%;
}

.p-about-sec3__table thead th {
	color: #ef8200;
	font-size: 15px;
}

.p-about-sec3__table tbody th,
.p-about-sec3__table tbody td {
	font-size: 17px;
}

.p-about-sec3__table tbody th {
	font-weight: bold;
}

.p-about-sec3__table tbody tr {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

.p-report-single__container {
	margin: 0 auto;
	max-width: 100%;
	padding: 0 20px;
	width: 1040px;
}

.p-report-single__head {
	padding: 120px 0;
}

.p-report-single__head img {
	margin: auto;
	width: 334px;
}

.p-report-single-header {
	margin-bottom: 70px;
}

.p-report-single-header__thumbnail {
	margin-bottom: 10px;
}

.p-report-single-header__wrap {
	display: flex;
	justify-content: space-between;
}

.p-report-single-header__meta {
	flex-shrink: 0;
	margin-right: 20px;
}

.p-report-single-header__date {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
}

.p-report-single-header__cat {
	background: #ef8200;
	color: #fff;
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px;
}

.p-report-single-header__caption {
	font-size: 13px;
	text-align: right;
}

.p-report-single__title {
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 50px;
}

.p-report-single__content p {
	font-size: 15px;
	line-height: 2;
	margin-bottom: 40px;
}

.p-report-single__content figcaption {
	font-size: 13px;
}

.p-top-informaiton {
	padding: 70px 0 60px;
	position: relative;
}

.p-top-informaiton__container {
	margin: 0 auto;
	max-width: 100%;
	padding: 0 20px;
	width: 1040px;
}

.p-top-informaiton__wrap {
	display: flex;
	margin-bottom: 180px;
	width: 100%;
}

.p-top-informaiton__headline {
	flex-shrink: 0;
	margin-right: 50px;
	margin-top: -20px;
}

.p-top-informaiton__item {
	align-items: center;
	border-bottom: 1px solid #000;
	color: inherit;
	display: flex;
	margin-bottom: 5px;
	text-decoration: none;
	transition: 0.3s;
}

.p-top-informaiton__item:hover {
	opacity: 0.6;
}

.p-top-informaiton__date {
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-right: 25px;
}

.p-top-informaiton__title {
	font-size: 17px;
}

.p-top-informaiton__btn {
	display: flex;
	justify-content: space-between;
}

.p-top-informaiton__btn-item {
	width: 48%;
}

.p-top-report {
	padding: 70px 0 60px;
}

.p-top-report__container {
	margin: 0 auto;
	max-width: 100%;
	padding: 0 20px;
	width: 1040px;
}

.p-top-report__headline {
	margin-bottom: 70px;
}

.p-top-report__wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.p-top-report__item {
	margin-bottom: 70px;
	width: 29%;
}

.p-top-report__item:not(:nth-child(3n)) {
	margin-right: 6.5%;
}

.p-top-report__img {
	aspect-ratio: 1/1;
	margin-bottom: 5px;
	width: 100%;
}

.p-top-report__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-top-report__date {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.p-top-report__text {
	font-size: 16px;
	margin-bottom: 10px;
}

.p-top-report__link {
	color: inherit;
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-right: 45px;
	position: relative;
	text-decoration: none;
	transition: 0.3s;
}

.p-top-report__link:hover {
	opacity: 0.6;
}

.p-top-report__link::before {
	background: #000;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-top-report__link::after {
	background: #000;
	bottom: 0;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	transform: rotate(45deg);
	transform-origin: right;
	width: 15px;
}

.p-top-report__btn {
	text-align: center;
}

.js-fadein,
.js-fadein-down,
.js-fadein-up {
	opacity: 0;
	transition: 1s 0.5s;
}

.js-fadein.is-fadein,
.is-fadein.js-fadein-down,
.is-fadein.js-fadein-up {
	opacity: 1;
	transform: translate(0);
}

.js-fadein-up {
	transform: translateY(-30px);
}

.js-fadein-down {
	transform: translateY(30px);
}

.u-fit-aspect,
.u-fit-aspect--100,
.u-fit-aspect--50,
.u-fit-aspect--bottom {
	padding: 66.6% 0 0;
	position: relative;
	width: 100%;
}

.u-fit-aspect > img,
.u-fit-aspect--100 > img,
.u-fit-aspect--50 > img,
.u-fit-aspect--bottom > img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.u-fit-aspect--bottom > img {
	-o-object-position: bottom;
	object-position: bottom;
}

.u-fit-aspect--50 {
	padding: 50% 0 0;
}

.u-fit-aspect--100 {
	padding: 100% 0 0;
}

.u-mbl {
	margin-bottom: 5em;
}

.u-mbm {
	margin-bottom: 3em;
}

.u-mbs {
	margin-bottom: 1em;
}

@media (prefers-reduced-motion: reduce) {

* {
	-webkit-animation-duration: 0.01ms !important;
	-webkit-animation-iteration-count: 1 !important;
	animation-duration: 0.01ms !important;
	animation-iteration-count: 1 !important;
	scroll-behavior: auto !important;
	transition-duration: 0.01ms !important;
}

}

@media (min-width: 768px) {

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

#sidebar {
	float: right;
	margin-left: 2%;
	width: 23.5%;
}

.c-gnav-menu__logo {
	display: none;
}

.c-gnav-menu__close {
	display: none;
}

.gutters .col {
	margin-left: 2%;
}

.span_1 {
	width: 8.3333333333%;
}

.span_2 {
	width: 16.6666666667%;
}

.span_3 {
	width: 25%;
}

.span_4 {
	width: 33.3333333333%;
}

.span_5 {
	width: 41.6666666667%;
}

.span_6 {
	width: 50%;
}

.span_7 {
	width: 58.3333333333%;
}

.span_8 {
	width: 66.6666666667%;
}

.span_9 {
	width: 75%;
}

.span_10 {
	width: 83.3333333333%;
}

.span_11 {
	width: 91.6666666667%;
}

.span_12 {
	width: 100%;
}

.gutters .span_1 {
	width: 6.5%;
}

.gutters .span_2 {
	width: 15%;
}

.gutters .span_3 {
	width: 23.5%;
}

.gutters .span_4 {
	width: 32%;
}

.gutters .span_5 {
	width: 40.5%;
}

.gutters .span_6 {
	width: 49%;
}

.gutters .span_7 {
	width: 57.5%;
}

.gutters .span_8 {
	width: 66%;
}

.gutters .span_9 {
	width: 74.5%;
}

.gutters .span_10 {
	width: 83%;
}

.gutters .span_11 {
	width: 91.5%;
}

.gutters .span_12 {
	width: 100%;
}

.container {
	margin: auto;
	max-width: 1000px;
	padding: 0 10px;
}

* + .container {
	margin-top: 40px;
}

.col {
	float: left;
}

.reverse > .col {
	float: right;
}

.col:not(:last-child) {
	margin-bottom: 0;
}

.reverse > .col:last-child,
:not(.reverse) > .col:first-child {
	margin-left: 0;
}

.col.offset_1 {
	margin-left: 8.3333333333%;
}

.gutters .col.offset_1 {
	margin-left: 10.5%;
}

.gutters .col.offset_1:first-child {
	margin-left: 8.5%;
}

.col.offset_2 {
	margin-left: 16.6666666667%;
}

.gutters .col.offset_2 {
	margin-left: 19%;
}

.gutters .col.offset_2:first-child {
	margin-left: 17%;
}

.col.offset_3 {
	margin-left: 25%;
}

.gutters .col.offset_3 {
	margin-left: 27.5%;
}

.gutters .col.offset_3:first-child {
	margin-left: 25.5%;
}

.col.offset_4 {
	margin-left: 33.3333333333%;
}

.gutters .col.offset_4 {
	margin-left: 36%;
}

.gutters .col.offset_4:first-child {
	margin-left: 34%;
}

.col.offset_5 {
	margin-left: 41.6666666667%;
}

.gutters .col.offset_5 {
	margin-left: 44.5%;
}

.gutters .col.offset_5:first-child {
	margin-left: 42.5%;
}

.col.offset_6 {
	margin-left: 50%;
}

.gutters .col.offset_6 {
	margin-left: 53%;
}

.gutters .col.offset_6:first-child {
	margin-left: 51%;
}

.col.offset_7 {
	margin-left: 58.3333333333%;
}

.gutters .col.offset_7 {
	margin-left: 61.5%;
}

.gutters .col.offset_7:first-child {
	margin-left: 59.5%;
}

.col.offset_8 {
	margin-left: 66.6666666667%;
}

.gutters .col.offset_8 {
	margin-left: 70%;
}

.gutters .col.offset_8:first-child {
	margin-left: 68%;
}

.col.offset_9 {
	margin-left: 75%;
}

.gutters .col.offset_9 {
	margin-left: 78.5%;
}

.gutters .col.offset_9:first-child {
	margin-left: 76.5%;
}

.col.offset_10 {
	margin-left: 83.3333333333%;
}

.gutters .col.offset_10 {
	margin-left: 87%;
}

.gutters .col.offset_10:first-child {
	margin-left: 85%;
}

.col.offset_11 {
	margin-left: 91.6666666667%;
}

.gutters .col.offset_11 {
	margin-left: 95.5%;
}

.gutters .col.offset_11:first-child {
	margin-left: 93.5%;
}

.col.offset_12 {
	margin-left: 100%;
}

:not(.reverse) > .col.break + .col {
	clear: left;
	margin-left: 0;
}

.reverse > .col.break {
	margin-left: 0;
}

.reverse > .col.break + .col {
	clear: right;
	margin-right: 0;
}

.col.break ~ .col {
	margin-top: 2%;
}

.u-sp-only {
	display: none;
}

}

@media (min-width: 1024px) {

.container {
	padding: 0;
}

}

@media (max-width: 999px) {

.l-container {
	padding-left: 20px;
	padding-right: 20px;
}

.l-footer__wrapper {
	padding-left: 20px;
	padding-right: 20px;
}

.l-header__wrapper {
	padding-left: 20px;
	padding-right: 20px;
}

}

@media (max-width: 767px) {

.slick-prev {
	height: 30px;
	left: -15px;
	width: 30px;
}

.slider__num {
	font-size: 14px;
}

.slick-next {
	height: 30px;
	right: -15px;
	width: 30px;
}

body {
	padding-bottom: 65px;
	padding-top: 68px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

h3 {
	font-size: 22px;
	font-size: 2.2rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

.l-container {
	padding-left: 15px;
	padding-right: 15px;
}

.l-footer__wrapper {
	padding-left: 15px;
	padding-right: 15px;
}

.l-footer__logo img {
	width: 83px;
}

.l-header__wrapper {
	padding-left: 15px;
	padding-right: 15px;
}

.custom-logo-link img {
	max-height: 44px;
	max-width: 230px;
}

body.home {
	background-position: center -300px;
}

body::before {
	right: calc(50% + 90px);
}

body::after {
	left: calc(50% + 290px);
}

.c-btn {
	font-size: 13px;
	height: 100px;
	line-height: 100px;
	padding: 0 30px;
}

.c-btn::after {
	height: 8px;
	right: 10%;
	width: 21px;
}

.c-btn::before {
	left: -450px;
}

.c-btn--small {
	font-size: 13px;
	height: 52px;
	letter-spacing: 0.4em;
	line-height: 52px;
	padding: 0 30px;
	width: 100%;
}

.c-btn--small::before {
	content: none;
}

.c-contact__wrap {
	background: #EF8200;
	bottom: 0;
	left: 0;
	padding: 15px 15px;
	position: fixed;
	right: 0;
	z-index: 1000;
}

.c-contact {
	-ms-writing-mode: initial;
	border-radius: 4px;
	bottom: 0;
	color: #EF8200;
	font-size: 14px;
	left: 0;
	padding: 10px 10px;
	position: initial;
	text-align: center;
	top: initial;
	transform: initial;
	writing-mode: initial;
}

.c-fnav__wrapper li {
	margin: 0;
}

.c-gnav__icon {
	display: block;
}

.c-gnav-menu {
	display: none;
	height: 100vh;
	left: 0;
	padding: 70px 45px;
	position: fixed;
	top: 0;
	width: 100%;
}

.c-gnav-menu.is-open {
	display: block;
}

.c-gnav-menu__back {
	background: #EF8200;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

.c-gnav-menu__close {
	height: 41px;
	margin: 50px auto 0;
	position: relative;
	width: 41px;
}

.c-gnav-menu__close::before,
.c-gnav-menu__close::after {
	background: #231815;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.c-gnav-menu__close::before {
	transform: rotate(45deg);
}

.c-gnav-menu__close::after {
	transform: rotate(-45deg);
}

.c-gnav-menu__logo {
	margin-bottom: 40px;
}

.c-gnav-menu__logo img {
	margin: auto;
}

.c-gnav-menu__list ul {
	display: grid;
	grid-template-columns: fit-content(100%);
	justify-content: center;
}

.c-gnav-menu__list ul li {
	border-bottom: 1px dotted #fff;
	margin: 0 0px;
	margin-bottom: 5px;
}

.c-gnav-menu__list ul li a {
	color: #231815;
	display: block;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
}

.c-gnav__wrapper {
	background: #fff;
	color: #231815;
	left: 0;
	overflow: auto;
	padding: 0 0.8em;
	position: absolute;
	text-align: left;
	top: 60px;
	transform: rotateX(90deg);
	transform-origin: center top;
	transition: transform 0.3s;
	width: 100vw;
	z-index: 40;
}

.c-gnav__wrapper.is-open {
	transform: rotate(0deg);
}

.c-gnav__wrapper ul {
	display: initial;
}

.c-gnav__wrapper ul li {
	margin-bottom: 0.8em;
}

.c-gnav__wrapper ul li a {
	color: #231815;
	text-decoration: none;
}

.c-gnav__icon {
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}

.c-gnav__icon::after {
	color: #fff;
	content: "MENU";
	display: none;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 4px;
	text-align: center;
}

.c-gnav__icon.is-open::after {
	content: "CLOSE";
}

.c-gnav__icon a {
	display: block;
	height: 17px;
	overflow: hidden;
	padding: 0;
	position: relative;
	transition: transform 0.3s;
	width: 35px;
}

.c-gnav__icon a:after,
.c-gnav__icon a:before {
	background: #fff;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	transition: transform 0.5s;
	width: 100%;
}

.c-gnav__icon a:before {
	top: 0;
}

.c-gnav__icon a:after {
	bottom: 0;
}

.c-gnav__icon a span {
	background: #fff;
	height: 1px;
	left: 0;
	margin: auto;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: 100%;
	top: 50%;
	transform: translate(0, -50%);
	transition: transform 0.5s;
	white-space: nowrap;
	width: 100%;
}

.c-gnav__icon a.is-open:not(.fix) {
	background: none;
	margin: auto;
}

.c-gnav__icon a.is-open:not(.fix):before {
	background: #fff;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
	width: 88%;
}

.c-gnav__icon a.is-open:not(.fix):after {
	background: #fff;
	bottom: 50%;
	transform: translate(0, 50%) rotate(-45deg);
	width: 88%;
}

.c-gnav__icon a.is-open:not(.fix) span {
	transform: translate(100%, -50%);
}

.c-headline {
	font-size: 14px;
}

.c-headline > span {
	font-size: 42px;
}

.c-headline2 {
	font-size: 16px;
	margin-bottom: 15px;
	padding: 22px 30px;
}

.c-headline2::before {
	left: -500px;
}

.c-line1 {
	-webkit-animation: slider1Sp 1s 0.5s ease forwards;
	animation: slider1Sp 1s 0.5s ease forwards;
	height: 645px;
	left: 50%;
	top: -190px;
	transform: rotate(45deg) translate(50px, 0px);
	width: 46px;
}

.c-line2 {
	-webkit-animation: slider2Sp 1s 0.5s ease forwards;
	animation: slider2Sp 1s 0.5s ease forwards;
	height: 561px;
	left: 50%;
	top: -387px;
	transform: rotate(45deg) translate(-49px, 179px);
	width: 46px;
}

.c-line3 {
	-webkit-animation: slider3Sp 1s 0.5s ease forwards;
	animation: slider3Sp 1s 0.5s ease forwards;
	height: 400px;
	top: 100px;
	transform: rotate(45deg) translate(362px, 0px);
	width: 46px;
}

.c-line4 {
	-webkit-animation: slider4Sp 1s 0.5s ease forwards;
	animation: slider4Sp 1s 0.5s ease forwards;
	bottom: 0px;
	height: 250px;
	width: 46px;
}

.c-mv {
	padding: 100px 0 80px;
}

.c-mv__wrap {
	padding: 0 30px;
}

.c-mv__logo img {
	width: 230px;
}

.c-mv__logo {
	margin-bottom: 60px;
}

.c-mv__text1 {
	font-size: 35px;
	font-weight: 500;
	margin-bottom: 75px;
}

.c-mv__text1 > span {
	padding: 2px 10px;
}

.c-mv__text2 {
	font-size: 18px;
	margin-bottom: 60px;
}

.p-about-head {
	padding: 50px 0;
}

.p-about-head img {
	width: 146px;
}

.p-about-line1 {
	-webkit-animation: aboutSlider1Sp 1s 0.5s ease forwards;
	animation: aboutSlider1Sp 1s 0.5s ease forwards;
	height: 350px;
	left: 50%;
	top: -310px;
	transform: rotate(45deg) translate(250px, 0px);
	width: 46px;
}

.p-about-line2 {
	-webkit-animation: aboutSlider2Sp 1s 0.5s ease forwards;
	animation: aboutSlider2Sp 1s 0.5s ease forwards;
	background: url(../img/line_sp.svg) no-repeat center center;
	bottom: 70px;
	height: 123px;
	left: 50%;
	transform: translate(-260px, 0px);
	width: 157px;
}

.p-about-sec1 {
	margin-top: -68px;
	padding-bottom: 50px;
	padding-top: 68px;
}

.p-about-sec1 p {
	font-size: 14px;
	margin-bottom: 20px;
}

.p-about-sec2 {
	margin-top: -68px;
	padding-bottom: 50px;
	padding-top: 68px;
}

.p-about-sec2__headline {
	font-feature-settings: "palt";
	font-size: 18px;
	margin-bottom: 10px;
	padding-left: 15px;
}

.p-about-sec2__headline::before {
	height: 12.9903810568px;
	width: 10px;
}

.p-about-sec2__row {
	flex-direction: column;
	margin-bottom: 20px;
}

.p-about-sec2__col {
	width: 100%;
}

.p-about-sec2__item {
	font-size: 13px;
	margin-bottom: 10px;
}

.p-about-sec2__item span {
	font-size: 17px;
}

.p-about-sec2__dl {
	flex-direction: column;
	font-size: 13px;
	margin-bottom: 10px;
}

.p-about-sec2__dl dt {
	margin-right: 0px;
}

.p-about-sec3 {
	margin-top: -68px;
	padding-bottom: 50px;
	padding-top: 68px;
}

.p-about-sec3__headline {
	border-bottom: 1px solid #ef8200;
	border-left: 14px solid #ef8200;
	font-size: 16px;
	margin-bottom: 20px;
	padding: 0 0px 8px 20px;
}

.p-about-sec3__dl1 {
	margin-bottom: 50px;
}

.p-about-sec3__dl1 dl {
	margin-bottom: 10px;
}

.p-about-sec3__dl1 dl dt {
	font-size: 13px;
	width: 135px;
}

.p-about-sec3__dl1 dl dd {
	font-size: 14px;
}

.p-about-sec3__dl2 {
	margin-bottom: 50px;
}

.p-about-sec3__dl2 dl {
	display: flex;
	margin-bottom: 10px;
}

.p-about-sec3__dl2 dl dt {
	font-size: 13px;
	font-weight: bold;
	margin-right: 30px;
	width: auto;
}

.p-about-sec3__dl2 dl dd {
	font-size: 14px;
}

.p-about-sec3__wrap {
	flex-direction: column;
}

.p-about-sec3__item {
	width: 100%;
}

.p-about-sec3__table--2 {
	margin-top: 0px;
}

.p-about-sec3__table--2 tr:first-child {
	border-top: 0;
}

.p-about-sec3__table th,
.p-about-sec3__table td {
	padding: 7px;
}

.p-about-sec3__table th:first-child,
.p-about-sec3__table td:first-child {
	width: 32%;
}

.p-about-sec3__table thead th {
	font-size: 12px;
}

.p-about-sec3__table tbody th {
	font-size: 14px;
}

.p-about-sec3__table tbody td {
	font-size: 13px;
}

.p-report-single__head {
	padding: 50px 0;
}

.p-report-single__head img {
	width: 150px;
}

.p-report-single-header {
	margin-bottom: 40px;
}

.p-report-single-header__thumbnail {
	margin-bottom: 10px;
}

.p-report-single-header__meta {
	flex-shrink: 0;
	margin-right: 20px;
}

.p-report-single-header__date {
	font-size: 12px;
}

.p-report-single-header__cat {
	font-size: 9px;
	padding: 2px 5px;
}

.p-report-single-header__caption {
	font-size: 12px;
}

.p-report-single__title {
	font-size: 25px;
	margin-bottom: 30px;
}

.p-report-single__content p {
	font-size: 13px;
	margin-bottom: 20px;
}

.p-report-single__content figcaption {
	font-size: 12px;
}

.p-top-informaiton {
	padding: 40px 0 40px;
}

.p-top-informaiton__wrap {
	flex-direction: column;
	margin-bottom: 80px;
}

.p-top-informaiton__headline {
	margin-bottom: 40px;
	margin-right: 0px;
	margin-top: 0px;
}

.p-top-informaiton__item {
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
}

.p-top-informaiton__date {
	font-size: 13px;
	margin-right: 20px;
}

.p-top-informaiton__title {
	font-size: 13px;
}

.p-top-informaiton__btn {
	flex-direction: column;
}

.p-top-informaiton__btn-item {
	margin-bottom: 10px;
	width: 100%;
}

.p-top-report {
	padding: 40px 0 50px;
}

.p-top-report__container {
	padding: 0 20px;
}

.p-top-report__headline {
	margin-bottom: 30px;
}

.p-top-report__wrap {
	flex-direction: column;
}

.p-top-report__item {
	margin-bottom: 35px;
	width: 100%;
}

.p-top-report__item:not(:nth-child(3n)) {
	margin-right: 0;
}

.p-top-report__img {
	aspect-ratio: 1.4/1;
	margin-bottom: 5px;
}

.p-top-report__date {
	font-size: 13px;
}

.p-top-report__text {
	font-size: 14px;
	margin-bottom: 10px;
}

.p-top-report__link {
	font-size: 14px;
	padding-bottom: 3px;
	padding-right: 20px;
}

.p-top-report__link::after {
	width: 10px;
}

.p-top-report__btn {
	text-align: center;
}

.u-pc-only {
	display: none;
}

}

@-webkit-keyframes slider1 {

0% {
	opacity: 1;
	transform: rotate(45deg) translate(-206px, -1023px);
}

100% {
	opacity: 1;
	transform: rotate(45deg) translate(-206px, -23px);
}

}

@keyframes slider1 {

0% {
	opacity: 1;
	transform: rotate(45deg) translate(-206px, -1023px);
}

100% {
	opacity: 1;
	transform: rotate(45deg) translate(-206px, -23px);
}

}

@-webkit-keyframes slider1Sp {

0% {
	opacity: 1;
	transform: rotate(45deg) translate(50px, -1000px);
}

100% {
	opacity: 1;
	transform: rotate(45deg) translate(50px, 0px);
}

}

@keyframes slider1Sp {

0% {
	opacity: 1;
	transform: rotate(45deg) translate(50px, -1000px);
}

100% {
	opacity: 1;
	transform: rotate(45deg) translate(50px, 0px);
}

}

@-webkit-keyframes slider2 {

0% {
	opacity: 1;
	transform: rotate(45deg) translate(-1835px, 1000px);
}

100% {
	opacity: 1;
	transform: rotate(45deg) translate(-835px, 0px);
}

}

@keyframes slider2 {

0% {
	opacity: 1;
	transform: rotate(45deg) translate(-1835px, 1000px);
}

100% {
	opacity: 1;
	transform: rotate(45deg) translate(-835px, 0px);
}

}

@-webkit-keyframes slider2Sp {

0% {
	opacity: 1;
	transform: rotate(45deg) translate(-1049px, 1179px);
}

100% {
	opacity: 1;
	transform: rotate(45deg) translate(-49px, 179px);
}

}

@keyframes slider2Sp {

0% {
	opacity: 1;
	transform: rotate(45deg) translate(-1049px, 1179px);
}

100% {
	opacity: 1;
	transform: rotate(45deg) translate(-49px, 179px);
}

}

@-webkit-keyframes slider3 {

0% {
	opacity: 1;
	transform: rotate(45deg) translate(1450px, -1700px);
}

100% {
	opacity: 1;
	transform: rotate(45deg) translate(450px, -700px);
}

}

@keyframes slider3 {

0% {
	opacity: 1;
	transform: rotate(45deg) translate(1450px, -1700px);
}

100% {
	opacity: 1;
	transform: rotate(45deg) translate(450px, -700px);
}

}

@-webkit-keyframes slider3Sp {

0% {
	opacity: 1;
	transform: rotate(45deg) translate(1362px, -1000px);
}

100% {
	opacity: 1;
	transform: rotate(45deg) translate(362px, 0px);
}

}

@keyframes slider3Sp {

0% {
	opacity: 1;
	transform: rotate(45deg) translate(1362px, -1000px);
}

100% {
	opacity: 1;
	transform: rotate(45deg) translate(362px, 0px);
}

}

@-webkit-keyframes slider4 {

0% {
	opacity: 1;
	transform: rotate(45deg) translate(1460px, -1000px);
}

100% {
	opacity: 1;
	transform: rotate(45deg) translate(460px, 0px);
}

}

@keyframes slider4 {

0% {
	opacity: 1;
	transform: rotate(45deg) translate(1460px, -1000px);
}

100% {
	opacity: 1;
	transform: rotate(45deg) translate(460px, 0px);
}

}

@-webkit-keyframes slider4Sp {

0% {
	opacity: 1;
	transform: rotate(45deg) translate(1072px, -1000px);
}

100% {
	opacity: 1;
	transform: rotate(45deg) translate(72px, 0px);
}

}

@keyframes slider4Sp {

0% {
	opacity: 1;
	transform: rotate(45deg) translate(1072px, -1000px);
}

100% {
	opacity: 1;
	transform: rotate(45deg) translate(72px, 0px);
}

}

@-webkit-keyframes load4 {

0%,100% {
	box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
}

12.5% {
	box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}

25% {
	box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}

37.5% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
}

50% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
}

62.5% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
}

75% {
	box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
}

87.5% {
	box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
}

}

@keyframes load4 {

0%,100% {
	box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
}

12.5% {
	box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}

25% {
	box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}

37.5% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
}

50% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
}

62.5% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
}

75% {
	box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
}

87.5% {
	box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
}

}

@-webkit-keyframes backgroundSize {

from {
	background-size: 0%;
}

to {
	background-size: 100%;
}

}

@keyframes backgroundSize {

from {
	background-size: 0%;
}

to {
	background-size: 100%;
}

}

@-webkit-keyframes aboutSlider1 {

0% {
	opacity: 1;
	transform: rotate(45deg) translate(434px, -1165px);
}

100% {
	opacity: 1;
	transform: rotate(45deg) translate(434px, -165px);
}

}

@keyframes aboutSlider1 {

0% {
	opacity: 1;
	transform: rotate(45deg) translate(434px, -1165px);
}

100% {
	opacity: 1;
	transform: rotate(45deg) translate(434px, -165px);
}

}

@-webkit-keyframes aboutSlider1Sp {

0% {
	opacity: 1;
	transform: rotate(45deg) translate(250px, -1000px);
}

100% {
	opacity: 1;
	transform: rotate(45deg) translate(250px, 0px);
}

}

@keyframes aboutSlider1Sp {

0% {
	opacity: 1;
	transform: rotate(45deg) translate(250px, -1000px);
}

100% {
	opacity: 1;
	transform: rotate(45deg) translate(250px, 0px);
}

}

@-webkit-keyframes aboutSlider2 {

0% {
	opacity: 1;
	transform: translate(-1440px, 0px);
}

100% {
	opacity: 1;
	transform: translate(-440px, 0px);
}

}

@keyframes aboutSlider2 {

0% {
	opacity: 1;
	transform: translate(-1440px, 0px);
}

100% {
	opacity: 1;
	transform: translate(-440px, 0px);
}

}

@-webkit-keyframes aboutSlider2Sp {

0% {
	opacity: 1;
	transform: translate(-1260px, 0px);
}

100% {
	opacity: 1;
	transform: translate(-260px, 0px);
}

}

@keyframes aboutSlider2Sp {

0% {
	opacity: 1;
	transform: translate(-1260px, 0px);
}

100% {
	opacity: 1;
	transform: translate(-260px, 0px);
}

}

