body {
	font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "Noto Sans", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
}

._letter-change {
	text-transform: uppercase;
}

._bg_cancel {
	background-color: #7a7a7a;	
}

._font-size_bold {
	font-weight: 700;
}

._regular {
	font-weight: 500;
}

h2 {
	display: inline;
	font-size: 16px;
	font-weight: 400;
}

@font-face {
	font-family: "Century Gothic";
	src: url("font.woff2") format("woff2");
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

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

/* Make images easier to work with */

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

/* Natural flow and rhythm in articles by default */

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

/* Inherit fonts for inputs and buttons */

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

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

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

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.contact {
	margin-top: 6.25rem;
}

.contact__presses {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 2.5rem;
}

.contact__inquiry {
	margin-top: 3.375rem;
	position: relative;
}

.contact__inquiry:first-child {
	margin-top: 1.5625rem;
}

.contact__link {
	border: solid 0.0625rem #7A7A7A;
	display: block;
	font-size: 1.25rem;
	padding: 1.25rem 0;
	position: relative;
	text-align: center;
}

.contact__press {
	display: block;
	flex-basis: 50%;
	font-weight: 300;
	margin-top: 2.5rem;
}

.contact__press:hover {
	box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.3);
	font-weight: 700;
}

.contact__content {
	background-color: #fff;
}

.corporate {
	margin-top: 5rem;
}

.corporate__graph {
	margin-top: 1.875rem;
}

.corporate__text {
	font-size: 1.125rem;
	font-weight: 500;
	margin-top: 1.25rem;
	padding-top: 1.25rem;
}

.corporate__content {
	background-color: #fff;
	margin-top: 5rem;
	position: relative;
}

.footer__inner {
	padding-bottom: 2.5rem;
}

.footer__area {
	background-color: #01A0E9;
	margin-top: 3.4375rem;
	padding-bottom: 1.25rem;
	padding-top: 2.5rem;
}

.footer__copyright {
	margin-top: 1.25rem;
}

.footer__image {
	width: 2.5rem;
}

.footer__logo {
	align-items: center;
	color: #01A0E9;
	display: flex;
	font-size: 1.375rem;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 1.25rem;
}

.footer__box nav {
	text-align: center;
}

.footer__navigation a {
	display: block;
}

.footer__navigations {
	display: flex;
	position: relative;
	text-align: center;
}

.footer__navigations_pc {
	display: none;
}

.footer__navigations_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer__navigation {
	color: #fff;
	display: inline-block;
	font-size: 1.125rem;
	line-height: 1;
	margin-bottom: 1.25rem;
	min-width: 7.1875rem;
	position: relative;
	text-transform: uppercase;
}

.footer__navigation a:hover {
	color: #F8F13A;
}

.footer__navigation_font-size_small {
	font-size: 1rem;
}

.footer__navigation:before {
	background-color: #fff;
	content: "";
	height: 80%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.0625rem;
}

.footer__navigation:last-child:before {
	content: none;
}

.footer__navigation:first-child {
	border: none;
	color: #fff;
	display: inline-block;
	padding-left: 0;
	padding-right: 0.75rem;
}

.footer__navigation_home {
	min-width: 5rem;
}

.navigation__image {
	display: inline-block;
	margin-right: 0.5rem;
	vertical-align: middle;
	width: 1.25rem;
}

.footer__pulldown {
	min-width: 6.875rem;
	padding-top: 1.25rem;
}

.footer__pulldown_sub {
	min-width: 6.25rem;
}

.navigation_about {
	padding-left: 1.75rem;
}

.footer__bar {
	background-color: #fff;
	height: 0;
	width: 0.125rem;
}

.recruit_ml {
	margin-left: 1.25rem;
	width: 8em;
}

.header__inner {
	align-items: center;
	display: none;
	flex-direction: row-reverse;
	justify-content: space-between;
	position: fixed;
	right: 20px;
	top: 1.875rem;
	width: 100%;
  transition: 0.5s;
  opacity: 0;
}

.header__inner.open {
  opacity: 1;
}

.header-navi__item {
	align-items: center;
}

.header-navi__items {
	display: flex;
	gap: 1.25rem;
}

.header__logo {
	align-items: center;
	display: flex;
}

.header__logo1 {
	background-color: #fff;
	border-radius: 0.375rem;
	box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.3);
	cursor: pointer;
	display: none;
	margin-left: 20px;
	padding: 0.625rem 1.25rem;
  transition: 0.5s;
  opacity: 0;
}
.header__logo1.open {
  opacity: 1;
}

.header__logo2 {
	cursor: pointer;
	width: 10%;
}

.header__logo img {
	aspect-ratio: 45/68;
	width: 1.5rem;
}

.header__flex {
	display: flex;
}

.header__block {
	display: block;
}

.header__navigations {
	display: none;
	height: 100%;
}

.header__logo3 {
	width: 1.875rem;
}

.header__navigation {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	min-width: 7.5rem;
	position: relative;
	width: 8.125rem;
}

.header__navigation:hover {
	color: #01A0E9;
	padding: 0 0.3125rem;
}

.header__navigation a {
	display: block;
	font-size: 1.125rem;
	padding: 0.625rem 0;
	text-align: center;
	text-transform: uppercase;
	width: 7.5rem;
}

.header__navigation:first-child {
	margin-left: 1.25rem;
}

.example {
	height: auto;
	width: 2.8125rem;
}

.header__eg {
	font-size: 0.875rem;
}

.header__word {
	font-weight: bold;
}

.header__word2 {
	font-size: 0.75rem;
}

.header__navigation_column {
	background-color: #F8F13A;
	margin-left: 0.625rem;
}

.header__navigation_recruit {
	background-color: #01A0E9;
	color: #fff;
	margin-left: 0.625rem;
}

.header__navigation_recruit:hover {
	color: #F8F13A;
}

.header__container {
	background-color: #fff;
	border-radius: 0.375rem;
	box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.3);
	display: flex;
	padding: 0.625rem 1.25rem;
}

.header__pulldowns {
	left: 50%;
	position: absolute;
	top: 3.5rem;
	transform: translateX(-50%);
}

.header__pulldown a {
	display: block;
	padding: 0.3125rem;
}

.header__area {
	align-items: center;
	background-color: #fff;
	background-color: #fff;
	display: flex;
	height: 4rem;
	justify-content: space-between;
	left: 0;
	padding-left: 20px;
	padding-right: 20px;
	position: fixed;
	top: 0;
	width: 100%;
	width: 100vw;
}

.header__wrapper {
	display: none;
}

.history {
	margin-top: 6.25rem;
}

.history__establishment {
	display: flex;
	position: relative;
}

.history__photo {
	flex-basis: 34%;
	position: relative;
}

.history__photo img {
	-o-object-fit: cover;
	aspect-ratio: 178/272;
	bottom: 0;
	object-fit: cover;
	position: absolute;
	right: 0rem;
}

.history__box {
	flex-basis: 66%;
}

.history__date {
	font-size: 1.125rem;
}

.history__date1 {
	transition: 0.25s linear !important;
}

.history__date2 {
	transition: 0.25s 0.25s linear !important;
}

.history__date3 {
	transition: 0.25s 0.5s linear !important;
}

.history__date4 {
	transition: 0.25s 0.75s linear !important;
}

.history__date5 {
	transition: 0.25s 1s linear !important;
}

.history__date6 {
	transition: 0.25s 1.25s linear !important;
}

.history__date7 {
	transition: 0.25s 1.5s linear !important;
}

.history__list {
	display: flex;
	justify-content: space-between;
	padding-left: 1.5625rem;
	padding-top: 0.625rem;
}

.history__list:first-child {
	padding-top: 0.625rem;
}

.history__list1 {
	display: flex !important;
}

.history__list1 {
	gap: 2%;
	position: relative;
}

.history__list::before {
	background-color: #F8F13A;
	border: solid 0.0625rem #A29F9F;
	border-radius: 100%;
	content: "";
	height: 0.625rem;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0.75rem;
	transform: translateY(50%);
	width: 0.625rem;
}

.history__list.is-animated::before {
	opacity: 1;
	transition: 0.5s linear;
}

.history__list1::before {
	transition: 0.25s linear !important;
}

.history__list1::after {
	transition: 0.25s linear !important;
}

.history__list1::after {
	background: linear-gradient(#fff 0%, #C4C3C3 60%, #C4C3C3 100%);
}

.history__list2::before {
	transition: 0.25s 0.25s linear !important;
}

.history__list2::after {
	transition: 0.25s 0.25s linear !important;
}

.history__list3::before {
	transition: 0.25s 0.5s linear !important;
}

.history__list3::after {
	transition: 0.25s 0.5s linear !important;
}

.history__list4::before {
	transition: 0.25s 0.75s linear !important;
}

.history__list4::after {
	transition: 0.25s 0.75s linear !important;
}

.history__list5::before {
	transition: 0.25s 1s linear !important;
}

.history__list5::after {
	transition: 0.25s 1s linear !important;
}

.history__list6::before {
	transition: 0.25s 1.25s linear !important;
}

.history__list6::after {
	transition: 0.25s 1.25s linear !important;
}

.history__list7::before {
	transition: 0.25s 1.5s linear !important;
}

.history__list7::after {
	transition: 0.25s 1.5s linear !important;
}

.history__record {
	font-size: 1.125rem;
	font-weight: 500;
}

.history__record1 {
	transition: 1s 0.5s linear !important;
}

.history__record2 {
	transition: 1s 0.75s linear !important;
}

.history__record3 {
	transition: 1s 1s linear !important;
}

.history__record4 {
	transition: 1s 1.25s linear !important;
}

.history__record5 {
	transition: 1s 1.5s linear !important;
}

.history__record6 {
	transition: 1s 1.75s linear !important;
}

.history__record7 {
	transition: 1s 2s linear !important;
}

.history__area {
	position: relative;
}

.history__photo2 {
	background-color: #fff;
	height: auto;
	padding-right: 1.25rem;
	position: relative;
	right: 0;
	top: 0;
	width: 20rem;
}

.history__image2 {
	-o-object-fit: cover;
	height: calc(92% + 3.125rem);
	object-fit: cover;
	position: absolute;
	top: -3.125rem;
	width: auto;
}

.history__container {
	background-color: transparent;
	padding-top: 3.75rem;
}

.history__land {
	background-color: #fff;
	display: flex;
	position: relative;
	top: 0;
}

.history__heading {
	font-weight: 400;
	margin-left: 0.625rem;
}

.history__heading_ml {
	margin-left: 0.5rem;
}

.message {
	margin-top: 6.25rem;
}

.message__photo {
	flex-basis: 30%;
	margin-top: 11.25rem;
	position: relative;
}

.message__career {
	font-size: 1rem;
	margin-top: 1.25rem;
}

.message__name {
	font-family: "Meiryo", sans-serif;
	font-size: 1.5rem;
}

.message__textbox {
	flex-basis: 70%;
	margin-top: 3.4375rem;
}

.message__text {
	font-size: 1.125rem;
	font-weight: 500;
	margin-top: 1.875rem;
}

.message__text:first-of-type {
	margin-top: 0;
}

.message__picture {
	position: absolute;
	top: -28.125rem;
}

.message__picture img {
	aspect-ratio: 288/416;
}

.philosophy__photo {
	flex-basis: 50%;
	padding-left: 0;
}

.philosophy__image {
	position: relative;
}

.philosophy__image:before {
	background-color: #DBDDDE;
	content: "";
	height: 100%;
	left: 0.4375rem;
	position: absolute;
	top: 0.375rem;
	width: 100%;
}

.philosophy__content {
	padding-top: 4.375rem;
}

.products {
	margin-top: 6.25rem;
}

.products__units {
	margin-top: 3rem;
}

.products__unit {
	margin-top: 3.75rem;
}

.products__unit:first-child {
	margin-top: 0;
}

.products__unit:last-child {
	background: linear-gradient(to left, #7A7A7A, #7A7A7A 0.5rem, transparent 0.5rem, transparent 0.9375rem); /* 幅2の線を作る */
	background-position: top; /* 背景の開始位置を指定 */
	background-repeat: repeat-x; /* 横向きにのみ繰り返す */
	background-size: 15px 1px;
	margin-top: 2.8125rem;
	padding-top: 2.8125rem; /* グラデーションの幅・高さを指定 */
	position: relative;
}

.products__unit:last-child:before {
	content: none;
	height: 0.0625rem;
	left: 0;
	margin-top: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.products__caption {
	background-color: #000;
	border: solid 0.0625rem #000;
	color: #fff;
	font-size: 1rem;
	margin-top: 0.3125rem;
	padding: 0.5rem 0.375rem 0.375rem 0;
	text-align: right;
}

.products__caption_bg_white {
	background-color: #fff;
	color: #000;
}

.products__text {
	font-size: 1.125rem;
	font-weight: 500;
	margin-top: 0.875rem;
}

.products__area {
	background-image: url("images/products.webp");
	background-position: center;
	background-size: cover;
	height: 22.5rem;
	position: relative;
	width: 100%;
}

.products__area:after {
	background-color: rgba(225, 225, 225, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.products__box {
	text-wrap: nowrap;
	color: #000;
	font-size: max(18px, 3vw);
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	width: 100%;
}

.products__photo {
	border: solid 0.0625rem #000;
}

.products__photo img {
	-o-object-fit: cover;
	aspect-ratio: 600/246;
	object-fit: cover;
}

.products__link {
	border: solid 0.0625rem #7A7A7A;
	display: block;
	font-size: 1.25rem;
	font-weight: 300;
	padding: 1.25rem 0;
	position: relative;
	text-align: center;
}

.products__link:hover {
	box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.3019607843);
	font-weight: 700;
}

.products__gnavi {
	margin-top: 2.5rem;
}

.products__title {
	flex-grow: 1;
	font-family: "Century Gothic";
	font-size: 1.25rem;
}

.profile {
	margin-top: 6.25rem;
}

.profile__list {
	display: flex;
	width: 100%;
}

.profile__key {
	align-items: center;
	border-bottom: solid 0.0625rem #767575;
	display: flex;
	font-size: 1rem;
	justify-content: center;
	max-width: 9.375rem;
	padding: 0.625rem 0;
	text-align: center;
	width: 100%;
}

.profile__list:last-child .profile__key {
	border: none;
	padding: 0.625rem 0 0 0;
}

.profile__list:last-child .profile__value {
	border: none;
}

.profile__key_eg {
	-moz-text-align-last: center;
	text-align: center;
	text-align-last: center;
}

.profile__value {
	align-items: center;
	border-bottom: solid 0.0625rem #D6D3D3;
	display: flex;
	font-family: "Hiragino Sans";
	font-size: 1rem;
	font-weight: 400;
	padding: 0.3125rem 0;
	padding-left: 1.25rem;
	width: 100%;
}

.profile__value_flex {
	display: flex;
	justify-content: space-between;
}

.profile__image {
	aspect-ratio: 1;
	height: 1.875rem;
	margin-left: 1.25rem;
	width: auto;
}

.profile__map {
	margin-top: 5rem;
}

.profile__content {
	margin-top: 0.625rem;
}

.profile__lists {
	background-color: #fff;
}

.profile__key_petie {
	display: block;
}

.profile__key_small {
	display: block;
}

.profile__area {
	position: relative;
}

.profile__area:after {
	background-image: url("images/privacy-mark.webp");
	background-size: cover;
	bottom: -100%;
	content: "";
	height: 5rem;
	position: absolute;
	right: 0;
	width: 5rem;
}

.profile__image {
	height: 1.875rem;
	width: 1.875rem;
}

.profile__image2 {
	aspect-ratio: 1;
	display: none;
	height: 3.125rem;
	margin-left: 1.25rem;
	width: auto;
}

.service {
	margin-top: 5rem;
}

.service__item {
	margin-top: 2.5rem;
}

.service__item:first-of-type {
	margin-top: 0;
}

.service__title {
	color: #000;
	font-size: 1.5rem;
	margin-top: 1.25rem;
	text-align: center;
}

.service__photo {
	height: 14.5rem;
	margin-top: 0.625rem;
	width: 100%;
}

.service__photo img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.service__name {
	font-size: 1.125rem;
	margin-top: 0.3125rem;
}

.service__text {
	color: #000;
	font-size: 1.125rem;
	font-weight: 500;
	margin-top: 0.3125rem;
}

.structure {
	margin-top: 6.25rem;
}

.structure__area {
	margin-left: 3.125rem;
	margin-top: 3.75rem;
	position: relative;
}

.structure__area:before {
	content: "";
	height: 100%;
	left: -1.875rem;
	position: absolute;
	top: 0;
	width: 2px;
}

.structure__container {
	position: relative;
}

.structure__container:before {
	background-color: #01A0E9;
	content: "";
	height: 0;
	left: 0.9375rem;
	position: absolute;
	top: 50%;
	transition: 1s linear;
	width: 2px;
	z-index: -1;
}

.structure__container.is-animated:after {
	transition: 0.25s linear;
	width: 1.875rem;
}

.structure__bar1 {
	position: relative;
}

.structure__bar1:before {
	background-color: #01A0E9;
	content: "";
	height: 0;
	left: -1.875rem;
	position: absolute;
	top: 0;
	width: 2px;
	z-index: -1;
}

.structure__bar1:after {
	background-color: #01A0E9;
	content: "";
	height: 2px;
	left: -1.875rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	z-index: -1;
}

.structure__bar1.is-animated:after {
	transition: 0.125s 1.375s linear;
	width: 1.875rem;
}

.structure__bar2 {
	position: relative;
}

.structure__bar2:before {
	background-color: #01A0E9;
	content: "";
	height: 0;
	left: -1.875rem;
	position: absolute;
	top: 0;
	width: 2px;
	z-index: -1;
}

.structure__bar2:after {
	background-color: #01A0E9;
	content: "";
	height: 2px;
	left: -1.875rem;
	position: absolute;
	top: 50%;
	width: 0;
	z-index: -1;
}

.structure__bar3 {
	position: relative;
}

.structure__bar3:before {
	background-color: #01A0E9;
	content: "";
	height: 0;
	left: -0.9375rem;
	position: absolute;
	top: calc(-50% - 1.5rem);
	width: 2px;
	z-index: -1;
}

.structure__bar3:after {
	background-color: #01A0E9;
	content: "";
	height: 2px;
	left: -0.9375rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	z-index: -1;
}

.structure__bar4 {
	position: relative;
}

.structure__bar4:before {
	background-color: #01A0E9;
	bottom: calc(-50% - 1.5rem);
	content: "";
	height: 0;
	left: -0.9375rem;
	position: absolute;
	width: 2px;
	z-index: -1;
}

.structure__bar4:after {
	background-color: #01A0E9;
	content: "";
	height: 2px;
	left: -0.9375rem;
	position: absolute;
	top: 50%;
	width: 0;
	z-index: -1;
}

.structure__bar5 {
	position: relative;
}

.structure__bar5:before {
	background-color: #01A0E9;
	content: "";
	height: 2px;
	left: -1.875rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	z-index: -1;
}

.structure__bar5:after {
	background-color: #01A0E9;
	content: "";
	height: 2px;
	left: -0.9375rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	z-index: -1;
}

.structure__box {
	position: relative;
}

.structure__box:before {
	background-color: #01A0E9;
	content: "";
	height: 0;
	left: 1.25rem;
	position: absolute;
	top: -1.5rem;
	transition: 1s linear;
	width: 2px;
	z-index: -1;
}

.structure__box:after {
	background-color: #01A0E9;
	content: "";
	height: 0;
	left: 1.25rem;
	position: absolute;
	top: 50%;
	transition: 1s linear;
	width: 2px;
	z-index: -1;
}

.structure__bar1.is-animated:before {
	height: calc(100% + 4rem);
	transition: 1s 0.875s linear;
}

.structure__bar2.is-animated:before {
	height: 50%;
	transition: 0.125s 1.875s linear;
}

.structure__bar2.is-animated:after {
	transition: 0.125s 2s linear;
	width: 1.875rem;
}

.structure__bar3.is-animated:after,
.structure__bar4.is-animated:after,
.structure__bar5.is-animated:after {
	transition: 0.125s 1s linear;
	width: 0.8125rem;
}

.structure__bar3.is-animated:before,
.structure__bar4.is-animated:before {
	height: calc(100% + 1.5rem);
	transition: 0.25s 0.75s linear;
}

.structure__bar5.is-animated:before {
	transition: 0.125s 0.625s linear;
	width: 0.9375rem;
}

.structure__bar5.is-animated:after {
	transition: 0.125s 0.75s linear;
	width: 0.9375rem;
}

.structure__box.is-animated:before {
	height: calc(50% + 1.5rem);
	transition: 0.25s 0.375s linear;
}

.structure__box.is-animated:after {
	height: calc(50% + 3.875rem);
	transition: 0.25s 0.625s linear;
}

.structure__president {
	position: relative;
}

.structure__president:before {
	background-color: #01A0E9;
	content: "";
	height: 2px;
	position: absolute;
	right: calc(100% - 3.25rem);
	top: 50%;
	width: 0;
}

.structure__president.is-animated:before {
	transition: 0.125s 0.125s;
	width: 1.875rem;
}

.structure__president:after {
	background-color: #01A0E9;
	content: "";
	height: 0;
	left: 1.25rem;
	position: absolute;
	top: 50%;
	width: 2px;
}

.structure__president.is-animated:after {
	height: 50%;
	transition: 0.125s 0.25s linear;
}

.structure__development1 {
	margin-top: 0;
}

.structure__development2,
.structure__development3 {
	margin-top: 2rem;
}

.structure__si {
	margin: 1.875rem 0 0;
	padding-top: 1.875rem;
}

.structure__paragraph {
	font-size: 18px;
	text-align: center;
}

.structure__group {
	background-image: url("images/structure_sp.webp");
	background-position: bottom;
	background-size: cover;
	height: 22.5rem;
	padding-top: 2.8125rem;
}

.structure__development4 {
	margin: 1.25rem 0 0;
	padding-bottom: 1.25rem;
}

.background_01 {
	display: none;
	height: 100%;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.anim-box.kiran {
	opacity: 1;
	overflow: hidden;
	position: relative;
}

.anim-box.kiran::before {
	background-color: #fff;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: -100px;
	transition: cubic-bezier(0.32, 0, 0.67, 0);
	width: 30px;
}

.anim-box.kiran:hover::before {
	animation: kiran 0.5s linear;
}

.bar-graph-wrap {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
	height: 350px;
	position: relative;
}

.bar-graph-wrap .graph {
	background: #03a9f4;
	border-radius: 0 4px 4px 0;
	bottom: 0;
	height: 50px;
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	width: 88%;
}

.graph span {
	color: #ffffff;
	font-size: 14px;
}

.bar-graph-wrap .graph {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 10px;
}

.bar-graph-wrap .graph {
	animation: graphAnim 3s forwards;
}

.bar-graph-wrap {
	overflow: hidden;
}

.bar-graph-wrap.vertical {
	height: 500px;
	margin: 0 auto;
	max-width: 350px;
}

.bar-graph-wrap.vertical .graph {
	animation: graphAnim02 3s forwards;
	border-radius: 4px 4px 0 0;
	bottom: 0;
	flex-direction: column-reverse;
	width: 50px;
}

.border {
	border-bottom: solid 0.0625rem #000;
}

/*表示するテキストが切り替わる*/

.btntextchange {
	-webkit-text-decoration: none; /*ボタンの形状*/
	border: 1px solid #555;
	border-radius: 25px;
	color: #333;
	display: inline-block;
	min-width: 210px;
	outline: none;
	padding: 20px; /*テキストの基点とするためrelativeを指定*/
	position: relative;
	text-align: center;
	text-decoration: none; /*アニメーションの指定*/
	transition: all 0.2s;
}

/*hoverした際の変化*/

.btntextchange:hover {
	background: #333;
	color: #fff;
}

.btntextchange option { /*ブロック要素にしてテキスト折り返しなし*/
	display: block;
	left: 50%; /*絶対配置でテキストの位置を決める*/
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%); /*アニメーションの指定*/
	transition: all 0.5s;
	white-space: nowrap;
}

/*差し替わるテキストの設定*/

.btntextchange option:nth-child(2) {
	opacity: 0; /*透過0に*/
}

/*hoverするとテキストが入れ替わる設定*/

.btntextchange:hover option:nth-child(1) {
	opacity: 0; /*透過0に*/
}

.btntextchange:hover span:nth-child(2) {
	opacity: 1; /*不透明に*/
}

.business {
	margin: 0 1.25rem;
	text-align: left;
}

.business1,
.business2 {
	padding-bottom: 0.5rem;
}

.business3 {
	padding-bottom: 2.75rem;
}

.business4 {
	padding-bottom: 1.625rem;
}

canvas {
	bottom: 0;
	cursor: initial;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.copyright {
	color: #fff;
	font-size: 1rem;
	text-align: center;
}

.custom-field-value {
	color: #000;
}

.custom-field-value2 {
	color: #000;
	font-size: 1.875rem;
}

.headline__custom-field-value2 {
	margin-top: 3.75rem;
	text-align: center;
}

.dashed {
	background-position: left; /* 背景の開始位置を指定 */
	background-repeat: repeat-y; /* 横向きにのみ繰り返す */
	background-size: 1px 15px; /* グラデーションの幅・高さを指定 */
}

.dashed2 {
	background-image: linear-gradient(to left, #7A7A7A, #7A7A7A 0.5rem, transparent 0.5rem, transparent 0.9375rem); /* 幅2の線を作る */
	background-position: bottom; /* 背景の開始位置を指定 */
	background-repeat: repeat-x; /* 横向きにのみ繰り返す */
	background-size: 0.9375rem 0.0625rem; /* グラデーションの幅・高さを指定 */
}

.development {
	position: relative;
	text-align: center;
}

.development1 {
	flex-basis: 30%;
}

.development2 {
	flex-basis: 35%;
}

.development3 {
	flex-basis: 35%;
}

.developments {
	margin-top: 1.25rem;
}

.drawer-menu {
	background-color: #fff;
	height: 100vh;
	height: "";
	left: 0;
	opacity: 0;
	overflow: scroll;
	overscroll-behavior: "auto";
	position: fixed;
	top: 0;
	touch-action: "auto";
	transition: all 0.4s;
	visibility: hidden;
	width: 100vw;
}

.drawer-menu__inner {
	display: flex;
}

.drawer-menu__area {
	width: 6.25rem;
}

.drawer-menu__icon {
	background-color: #7A7A7A;
	height: 3.75rem;
	position: relative;
	width: 5.625rem;
}

.drawer-menu__icon:before {
	background-color: #fff;
	content: "";
	height: 3.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 0.1875rem;
}

.drawer-menu__icon:after {
	background-color: #fff;
	content: "";
	height: 3.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 0.1875rem;
}

.drawer-menu__content {
	width: 100%;
}

.drawer-menu__container {
	background-color: #7A7A7A;
	display: flex;
	justify-content: center;
}

.active {
	height: "100vh";
	opacity: 1;
	overflow: "hidden";
	overscroll-behavior: "none";
	touch-action: "none";
	transition: all 0.4s;
	visibility: visible;
}

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

.drawer-menu__navigation {
	border-left: solid 0.0625rem #707070;
	border-right: solid 0.0625rem #707070;
	border-top: solid 0.0625rem #707070;
}

.drawer-menu__navigations .drawer-menu__link {
	background-color: #EFEFEF;
	color: #7A7A7A;
	justify-content: center;
}

.drawer-menu__link {
	display: flex;
	font-size: 1.25rem;
	font-weight: 700;
	justify-content: space-between;
	padding: 0.375rem 0;
	position: relative;
}

.drawer-menu__link:hover {
	background-color: #F2FCFD;
	color: #01A0E9;
}

.drawer-menu__link:after {
	background-image: url("images/arrow2.webp");
	background-size: cover;
	content: "";
	height: 1rem;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.6875rem;
}

.drawer-menu__link2 {
	display: flex;
	font-size: 1.25rem;
	font-weight: 700;
	justify-content: space-between;
	padding: 0.3125rem 0;
	position: relative;
}

.drawer-menu__link2_column {
	background-color: #F8F13A;
	justify-content: center;
}

.drawer-menu__link2_column span,
.drawer-menu__link2_recruit span {
	position: relative;
}

.drawer-menu__link2_column span:before,
.drawer-menu__link2_recruit span:before {
	background-size: cover;
	height: 1.25rem;
	justify-content: center;
	left: -1.3em;
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.drawer-menu__link2_column span:before {
	background-image: url("images/tab.webp");
}

.drawer-menu__link2_recruit span:before {
	background-image: url("images/tab_white.webp");
}

.drawer-menu__link2_recruit {
	background-color: #01A0E9;
	color: #fff;
	justify-content: center;
	margin-top: 0.3125rem;
}

.drawer-menu__jp {
	padding-left: 1.25rem;
}

.drawer-menu__eg {
	color: #7A7A7A;
	padding-right: 2.5rem;
}

.drawer-menu__presses {
	background-color: #E3FCFF;
	border-top: solid 0.0625rem #707070;
	padding: 0.3125rem;
}

.fv {
  height: calc(100svh - 4rem);
	margin-top: 4rem;
}

.fv__inner,
.fv__movie,
.fv__movie video {
	height: 100%;
}

.fv__image {
	-o-object-fit: cover;
	height: 100vh;
	object-fit: cover;
}

.fv__inner {
	position: relative;
}

.fv__writing {
	bottom: 65%;
	color: #fff;
	font-family: "Hannari", serif;
	font-size: max(6vw, 28px);
	font-weight: 500;
	line-height: 1.2222222222;
	position: absolute;
}

.fv__movie {
}

.fv__movie video {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

#lottie-container {
	position: absolute;
	top: 0;
	left: 49%;
  transform: translateX(-50%);
	width: 80vw;
	height: 100%;
	pointer-events: none;
	opacity: 1;
	transition: opacity 0.3s ease;
	
	&.lottie-hidden {
		opacity: 0;
	}
	&.lottie-center {
		left: 50%;
    transform: translateX(-50%);
	}
}


/*==================================================
　5-3-10 線が伸びて枠線になる
===================================*/

.contact__press { /*線の基点とするためrelativeを指定*/
	position: relative;
}

/*線の基点位置*/

.contact__press::before,
.contact__press::after {
	background: #000;
	content: "";
	height: 2px; /*絶対配置で線の位置を決める*/
	position: absolute; /*アニメーションの指定*/
	transition: all 0.2s linear; /*線の形状*/
	width: 0;
}

.contact__press::before {
	bottom: 0;
	right: 0;
	transition-delay: 0.2s; /*線の出現を0.3秒遅らせる*/
}

.contact__press::after {
	left: 0;
	top: 0;
	transition-delay: 0.5s; /*すぐ線を出現させる*/
}

/*線の基点位置2 spanタグ*/

.contact__press span::before,
.contact__press span::after {
	background: #000;
	content: "";
	height: 0; /*絶対配置で線の位置を決める*/
	position: absolute; /*アニメーションの指定*/
	transition: all 0.1s linear; /*線の形状*/
	width: 2px;
}

.contact__press span::before {
	bottom: 0;
	left: 0;
	transition-delay: 0s; /*線の出現を0.5秒遅らせる*/
}

.contact__press span::after {
	right: 0;
	top: 0;
	transition-delay: 0.3s; /*線の出現を0.3秒遅らせる*/
}

/*現在地とhoverした際の線の変化*/

.contact__press.current::before,
.contact__press.current::after,
.contact__press:hover::before,
.contact__press:hover::after {
	width: 100%;
}

.contact__press:hover::after {
	transition-delay: 0s; /*すぐ線を出現させる*/
}

.contact__press:hover::before {
	transition-delay: 0.3s; /*線の出現を0.3秒遅らせる*/
}

.contact__press.current span::before,
.contact__press.current span::after,
.contact__press:hover span::before,
.contact__press:hover span::after {
	height: 100%;
}

.contact__press:hover span::before {
	transition-delay: 0.5s; /*線の出現を0.5秒遅らせる*/
}

.contact__press:hover span::after {
	transition-delay: 0.2s; /*線の出現を0.2秒遅らせる*/
}

.graph {
	aspect-ratio: 600/643;
	background-image: url("images/graph.webp");
	background-size: cover;
	opacity: 0;
	position: relative;
	width: 100%;
}

.graph.is-animated {
	opacity: 1;
	transition: 2s linear;
}

.graph__bar {
	background-color: #0389C7;
	bottom: 16.8%;
	position: absolute;
	width: 3%;
}

.graph__bar:after {
	-webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
	background: #0389C7;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	content: "";
	height: 0.36084rem;
	position: absolute;
	top: -0.35rem;
	width: 100%;
}

.graph__bar1 {
	height: 0;
	left: 21%;
}

.graph__bar1.is-animated {
	height: 0.4%;
	transition: 1s 1s linear;
}

.graph__bar2 {
	height: 0;
	left: 30.5%;
}

.graph__bar2.is-animated {
	height: 1%;
	transition: 1s 1s linear;
}

.graph__bar3 {
	height: 0;
	left: 40%;
}

.graph__bar3.is-animated {
	height: 1%;
	transition: 1s 1s linear;
}

.graph__bar4 {
	height: 0;
	left: 49.5%;
}

.graph__bar4.is-animated {
	height: 3.5%;
	transition: 1s 1s linear;
}

.graph__bar5 {
	height: 0;
	left: 59%;
}

.graph__bar5.is-animated {
	height: 8%;
	transition: 1s 1s linear;
}

.graph__bar6 {
	height: 0;
	left: 68.5%;
}

.graph__bar6.is-animated {
	height: 16.5%;
	transition: 1s 1s linear;
}

.graph__bar7 {
	height: 0;
	left: 78%;
}

.graph__bar7.is-animated {
	height: 36.5%;
	transition: 1s 1s linear;
}

.graph__bar8 {
	height: 0;
	left: 87.5%;
}

.graph__bar8.is-animated {
	height: 37.0%;
	transition: 1s 1s linear;
}

.headarea {
	padding-top: 4.375rem;
	position: relative;
}

.headarea__title {
	font-family: "Century Gothic", sans-serif;
	font-size: 2.125rem;
	line-height: 1.2;
	src: url("font.woff2") format("woff2");
	text-align: left;
}

.headarea__subtitle {
	font-size: 1rem;
	text-align: left;
	width: 100%;
}

.headarea__text {
	background-image: linear-gradient(to left, #7A7A7A, #7A7A7A 0.5rem, transparent 0.5rem, transparent 0.9375rem);
	background-position: top;
	background-repeat: repeat-x;
	background-size: 0.9375rem 0.0625rem;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 500;
	margin-top: 1.25rem;
	padding-top: 1.25rem;
	text-align: left;
}

.headline__unit {
	display: inline-block;
}

.headarea__bg {
	background-image: url("images/philosophy.webp");
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

.headline {
	color: #01A0E9;
	font-size: 1.375rem;
	font-weight: 700;
	margin-bottom: -3px;
	position: relative;
}

.headline_size_l {
	font-family: "Century Gothic";
	font-size: 29px;
	font-weight: 700;
}

.headline_size_m {
	font-family: "Century Gothic3";
	font-size: 2.0625rem;
}

.headline__bg1 {
	background-color: #5FCDFF;
	height: 0.5rem;
	margin-top: -0.75rem;
}

.headline__bg2 {
	background-color: #E3FCFF;
	margin-top: -1.25rem;
	padding-bottom: 1.875rem;
	padding-top: 1.875rem;
}

.headline__bg2_work {
	font-size: 1.875rem;
	line-height: 1;
	text-align: center;
}

.headline__bg4 {
	background-color: #E3FCFF;
	margin-top: -1.25rem;
	padding-bottom: 1.875rem;
	padding-top: 1.25rem;
	text-align: center;
	width: 0;
}

.headline__bg4.is-animated {
	transition: 1s;
	width: 100%;
}

.headline__bg2_history {
	height: 1.875rem;
	padding-bottom: 0;
	padding-top: 0;
}

.headline__bg3 {
	display: block;
	height: 1.875rem;
	margin-top: -1.25rem;
	position: relative;
}

.headline__bg3::after {
	background: #E3FCFF;
	content: "";
	display: block;
	height: 1.875rem;
	position: absolute;
	top: 0;
	transform: 0;
	transition: 2s cubic-bezier(0.22, 1, 0.36, 1);
	width: 0;
}

.headline__bg3_service:after {
	height: 6.875rem;
}

.headline__bg3_work:after {
	height: 6.875rem;
}

.headline__bg3_message:after {
	height: 11.875rem;
}

.headline__bg3_corporate:after {
	height: 6.875rem;
}

.headline__bg3_history:after {
	height: 1.875rem;
}

.headline__bg3.is-animated::after {
	width: 100%;
}

.headline__bg4 {
	background-color: #E3FCFF;
	margin-top: -1.25rem;
	padding-bottom: 2rem;
	padding-top: 1rem;
}

.headline__heading {
	text-wrap: nowrap;
	background-color: #fff;
	bottom: -4px;
	color: #01A0E9;
	display: inline-block;
	font-size: 16px;
	left: 100%;
	margin-left: 1em;
	padding: 2px 10px 4px;
	position: absolute;
}

.headline__title {
	display: inline-block;
	font-size: 28px;
	line-height: 1;
	position: relative;
}

.headline__word {
	color: #000;
	font-size: 1.5rem;
	line-height: 1.3;
	padding-top: 2.8125rem;
	text-align: center;
}

.headline__word_message {
	padding-top: 2.5rem;
	text-align: left;
}

.headline__writing {
	padding-bottom: 4.375rem;
	padding-top: 3.125rem;
	position: relative;
	text-align: center;
}

.headline__box {
	display: inline-block;
	position: relative;
	text-align: center;
}

.headline__jp {
	font-size: 16px;
	font-weight: 500;
	white-space: nowrap;
}

.headline__jp_ml {
	margin-left: 0.5rem;
}

.headline__sentence {
	background-color: #fff;
	color: #000;
	font-size: 1.25rem;
	margin: 6.25rem auto 0;
	padding-top: 0;
	text-align: left;
}

.headline__paragraph {
	margin: 0 auto;
	max-width: 37.5rem;
}

.headline__unit {
	display: inline-block;
}

.headquarters {
	padding-bottom: 0.3125rem;
	position: relative;
	text-align: center;
}

.headquarters span {
	text-wrap: nowrap;
	background-color: #fff;
	font-size: 26px;
	left: 50%;
	padding: 0 0.9375rem;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
}

.headquarters_marketing span {
	font-size: 1.25rem;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.inquiry {
	text-align: center;
}

.inquiry__email {
	font-family: "Century Gothic2";
	margin-top: 1.4375rem;
	padding-top: 1.3125rem;
	position: relative;
	src: url("font.woff2") format("woff2");
}

.inquiry__email:before {
	background-color: #000;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}

.inquiry__email.is-animated:before {
	transition: 0.5s linear;
	width: 100%;
}

.inquiry__explanation {
	font-size: 1.25rem;
}

.inquiry__email {
	font-size: 1.25rem;
	font-weight: 500;
}

.line {
	display: inline-block;
	position: absolute;
}

.line:after {
	background-color: #fff;
	bottom: -0.625rem;
	content: "";
	height: 0.125rem;
	left: -20px;
	position: absolute;
	width: 0;
}

.line.is-animated:after {
	left: -40px;
	transition: 0.5s linear;
	width: calc(100% + 40px);
}

.line2 {
	display: block;
	width: 100%;
}

.line3 {
	bottom: 0;
	display: block;
	position: relative;
	width: 100%;
}

.line2 {
	line-height: 1;
}

.line2::after {
	background: #01A0E9;
	bottom: -4px;
	content: "";
	display: block;
	height: 8px;
	left: 0;
	position: absolute;
	transform: 0;
	transition: 2s cubic-bezier(0.22, 1, 0.36, 1);
	width: 0;
}

.line3::after {
	background: #C4C3C3;
	content: "";
	display: block;
	height: 0;
	left: 0.1875rem;
	position: absolute;
	top: 0;
	transform: 0;
	transition: 1s cubic-bezier(0.22, 1, 0.36, 1);
	width: 5px;
}

.history .line3:first-of-type:after {
	top: -3.75rem;
}

.line3:first-child:after {
	background: linear-gradient(#fff 0%, #C4C3C3 60%, #C4C3C3 100%);
}

.line2.is-animated::after {
	width: 100%;
}

.line3.is-animated::after {
	height: 100%;
}

.line3:first-child.is-animated::after {
	height: calc(3.75rem + 100%);
}

.line3:last-child.is-animated::after {
	height: calc(1.25rem + 100%);
}

.line3:last-child:after {
	background: linear-gradient(#C4C3C3 0%, #C4C3C3 40%, #fff 100%);
}

.map iframe {
	aspect-ratio: 400/400;
	width: 100%;
}

.matrix .bg-wrap,
.matrix .bg-wrap .inn {
	display: block;
}

.matrix .bg-wrap {
	opacity: 0;
	overflow: hidden;
}

.matrix .bg-wrap + .bg-wrap {
	margin-top: 10px;
}

.matrix .bg-wrap .inn.large {
	font-size: 36px;
	font-weight: bold;
}

.matrix .bg-wrap .inn.small {
	font-size: 15px;
}

.matrix .bg-wrap .inn {
	opacity: 0;
	transform: matrix(1, 0, 0, 1, 0, 100);
	transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.matrix.is-animated .bg-wrap {
	opacity: 1;
}

.matrix.is-animated .bg-wrap .inn {
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
}

.navi_about {
	position: relative;
}

.navigation_about span {
	position: relative;
}

.navigation_about span:after {
	background-image: url("images/tab_white.webp");
	background-size: cover;
	content: "";
	height: 1.25rem;
	left: -1.75rem;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.openbtn1 {
	border-radius: 0.3125rem;
	cursor: pointer;
	height: 1.875rem;
	position: relative;
	width: 2.5rem;
}

.openbtn1 span {
	background: #7A7A7A;
	border-radius: 2px;
	display: inline-block;
	height: 2px;
	position: absolute;
	right: 0;
	transition: all 0.4s; /*アニメーションの設定*/
	width: 100%;
}

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

.openbtn1 span:nth-of-type(2) {
	top: 0.9375rem;
}

.openbtn1 span:nth-of-type(3) {
	top: 1.875rem;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn1.active {
	display: none;
}

.president {
	background-color: #fff;
	font-size: 1.5rem;
	margin-top: 3.5625rem;
	padding-left: 3.125rem;
	text-align: center;
}

.press__pdf {
	display: inline;
	vertical-align: middle;
	width: 1.25rem;
}

.press__arrow {
	display: inline;
	vertical-align: super;
	width: 2.5rem;
}

.press__tab {
	display: inline;
	vertical-align: middle;
	width: 1.25rem;
}

.project {
	font-size: 1.125rem;
	margin-top: 0.3125rem;
}

.project_sentence {
	margin-left: 1em;
	text-indent: -1em;
}

.project:first-child {
	margin-top: 0.625rem;
}

.project_font-weight_s {
	font-weight: 500;
}

.project_center {
	text-align: center;
}

.pulldown {
	text-wrap: nowrap;
	background-color: rgba(242, 252, 253, 0.9);
	color: #7A7A7A;
	padding: 0 0.3125rem;
	text-align: center;
	text-transform: uppercase;
}

.pulldown a {
	margin: 0 auto;
	padding: 0.625rem 0;
	width: 8rem;
}

.pulldown:hover {
	background-color: rgba(1, 160, 233, 0.5);
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.pulldowns {
	background-color: rgba(242, 252, 253, 0.9);
	display: none;
}

/*スクロールダウン全体の場所*/

.scrolldown1 {
	display: none;
}

/*Scrollテキストの描写*/

.scrolldown1 span { /*テキストの形状*/
	color: #eee;
	font-size: 0.7rem;
	left: -15px;
	letter-spacing: 0.05em; /*描画位置*/
	position: absolute;
	top: -15px;
}

/* 線の描写 */

.scrolldown1::after { /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 2s ease-in-out infinite;
	background: #eee;
	content: "";
	height: 30px;
	opacity: 0; /*描画位置*/
	position: absolute;
	top: 0; /*線の形状*/
	width: 1px;
}

/*高さ・位置・透過が変化して線が上から下に動く*/

.ses {
	border-top: solid 0.125rem #7A7A7A;
	font-size: 1.125rem;
	line-height: 1.2;
	margin: 0.75rem 1.25rem 0;
	padding-top: 0.75rem;
	position: relative;
}

.ses_pt0 {
	padding-top: 0;
}

.ses:before {
	content: "";
	left: 0;
	position: absolute;
	top: -0.9375rem;
}

.si {
	font-size: 18px;
}

.smooth {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	transition: 2s cubic-bezier(0.37, 0, 0.63, 1);
	transition-property: -webkit-clip-path;
	transition-property: clip-path;
	transition-property: clip-path, -webkit-clip-path;
}

.smooth.is-animated {
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
}

._dalay1 {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	transition: 2s cubic-bezier(0.37, 0, 0.63, 1);
	transition-delay: 5s;
	transition-property: -webkit-clip-path;
	transition-property: clip-path;
	transition-property: clip-path, -webkit-clip-path;
}

._dalay2 {
	-webkit-clip-path: inset(0 100% 0 0);
	animation: catch_anime 1s forwards 2s;
	clip-path: inset(0 100% 0 0);
	transition: 2s cubic-bezier(0.37, 0, 0.63, 1);
	transition-delay: 2s;
	transition-property: -webkit-clip-path;
	transition-property: clip-path;
	transition-property: clip-path, -webkit-clip-path;
}

.staff {
	font-size: 1.375rem;
	line-height: 1.2;
	margin-left: 3.125rem;
	margin-top: 1.25rem;
	padding: 0.25rem 0;
	position: relative;
	text-align: center;
}

.vertical {
	position: relative;
	width: 100%;
}

.vertical_downer:before {
	background-color: #01A0E9;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 50%;
	width: 2px;
}

.vertical_downer:after {
	background-color: #01A0E9;
	bottom: 0;
	content: "";
	height: 0;
	position: absolute;
	right: 0;
	width: 2px;
}

.vertical_downer.is-animated:before {
	height: 50%;
	transition: 0.125s 0.125s linear;
}

.vertical_downer.is-animated:after {
	height: 50%;
	transition: 0.125s 0.5s linear;
}

.vertical2 {
	position: relative;
	width: 100%;
}

.vertical2_downer:before {
	background-color: #01A0E9;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 50%;
	width: 2px;
}

.vertical2_downer:after {
	background-color: #01A0E9;
	bottom: 0;
	content: "";
	height: 0;
	position: absolute;
	right: 0;
	width: 2px;
}

.vertical2_downer.is-animated:before {
	height: 50%;
	transition: 0.5s 1.5s linear;
}

.vertical2_downer.is-animated:after {
	height: 50%;
	transition: 0.5s 2.5s linear;
}

.vertical2 {
	position: relative;
	width: 100%;
}

.vertical3_downer:before {
	background-color: #01A0E9;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 50%;
	width: 2px;
}

.vertical3_downer:after {
	background-color: #01A0E9;
	bottom: 0;
	content: "";
	height: 0;
	position: absolute;
	right: 0;
	width: 2px;
}

.vertical3_downer.is-animated:before {
	height: 50%;
	transition: 0.25s 2.125s linear;
}

.vertical3_downer.is-animated:after {
	height: 50%;
	transition: 0.25s 2.875s linear;
}

.vertical4 {
	position: relative;
	width: 100%;
}

.vertical4_downer:before {
	background-color: #01A0E9;
	content: "";
	height: 0;
	left: -0.125rem;
	position: absolute;
	top: 50%;
	width: 2px;
}

.vertical4_downer:after {
	background-color: #01A0E9;
	bottom: 0;
	content: "";
	height: 0;
	position: absolute;
	right: 0;
	width: 2px;
}

.vertical4_downer.is-animated:before {
	height: 50%;
	transition: 0.125s 1.125s linear;
}

.vertical4_downer.is-animated:after {
	height: 50%;
	transition: 0.125s 1.75s linear;
}

.vertical_upper {
	position: relative;
	width: 100%;
}

.vertical_upper:before {
	background-color: #01A0E9;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 2px;
}

.vertical_upper:after {
	background-color: #01A0E9;
	content: "";
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
}

.vertical_upper.is-animated:before {
	height: 50%;
	transition: 0.125s linear;
}

.vertical_upper.is-animated:after {
	height: 50%;
	transition: 0.125s 0.5s linear;
}

.vertical2_upper {
	position: relative;
	width: 100%;
}

.vertical2_upper:before {
	background-color: #01A0E9;
	bottom: 50%;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 2px;
}

.vertical2_upper:after {
	background-color: #01A0E9;
	content: "";
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
}

.vertical2_upper.is-animated:before {
	height: 50%;
	transition: 0.5s 1.5s linear;
}

.vertical2_upper.is-animated:after {
	height: 50%;
	transition: 0.5s 2.5s linear;
}

.vertical3_upper {
	position: relative;
	width: 100%;
}

.vertical3_upper:before {
	background-color: #01A0E9;
	bottom: 50%;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 2px;
}

.vertical3_upper:after {
	background-color: #01A0E9;
	content: "";
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
}

.vertical3_upper.is-animated:before {
	height: 50%;
	transition: 0.25s 2.125s linear;
}

.vertical3_upper.is-animated:after {
	height: 50%;
	transition: 0.25s 2.875s linear;
}

.vertical4_upper {
	position: relative;
	width: 100%;
}

.vertical4_upper:before {
	background-color: #01A0E9;
	bottom: 50%;
	content: "";
	height: 0;
	left: -0.125rem;
	position: absolute;
	width: 2px;
}

.vertical4_upper:after {
	background-color: #01A0E9;
	content: "";
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
}

.vertical4_upper.is-animated:before {
	height: 50%;
	transition: 0.125s 1.125s linear;
}

.vertical4_upper.is-animated:after {
	height: 50%;
	transition: 0.125s 1.75s linear;
}

.horizontal {
	padding: 0.3125rem 0;
	position: relative;
	width: 100%;
}

.horizontal:before {
	background-color: #01A0E9;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}

.horizontal:after {
	background-color: #01A0E9;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 0;
}

.horizontal.is-animated:before {
	transition: 0.5s linear;
	width: 100%;
}

.horizontal.is-animated:after {
	transition: 0.25s 0.25s linear;
	width: 100%;
}

.horizontal2 {
	position: relative;
	width: 100%;
}

.horizontal2:before {
	background-color: #01A0E9;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}

.horizontal2:after {
	background-color: #01A0E9;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 0;
}

.horizontal2.is-animated:before {
	transition: 0.5s 2s linear;
	width: 100%;
}

.horizontal2.is-animated:after {
	transition: 0.5s 2s linear;
	width: 100%;
}

.horizontal3 {
	position: relative;
	width: 100%;
}

.horizontal3:before {
	background-color: #01A0E9;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}

.horizontal3:after {
	background-color: #01A0E9;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 0;
}

.horizontal3.is-animated:before {
	transition: 0.5s 2.375s linear;
	width: 100%;
}

.horizontal3.is-animated:after {
	transition: 0.5s 2.375s linear;
	width: 100%;
}

.horizontal4 {
	padding: 0.5rem 0;
	position: relative;
	width: 100%;
}

.horizontal4:before {
	background-color: #01A0E9;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}

.horizontal4:after {
	background-color: #01A0E9;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 0;
}

.horizontal4.is-animated:before {
	transition: 0.5s 1.25s linear;
	width: 100%;
}

.horizontal4.is-animated:after {
	transition: 0.5s 1.25s linear;
	width: 100%;
}

.vision {
	flex-basis: 50%;
	margin-top: 2.8125rem;
}

.vision__box {
	align-items: center;
	display: flex;
	margin-top: 3.125rem;
}

.vision__box:first-child {
	margin-top: 0;
}

.vision__bar {
	background-color: #000;
	height: 1px;
	margin-left: 0.625rem;
	width: 0;
}

.vision__bar.is-animated {
	transition: 1s linear;
	width: 100%;
}

.vision__title {
	text-wrap: nowrap;
	font-size: 24px;
	position: relative;
	white-space: nowrap;
}

.vision__title_eg {
	font-family: "Century Gothic", sans-serif;
}

.vision__items {
	margin-top: 1.5625rem;
	padding-left: 0.3125rem;
}

.vision__item {
	font-size: 1.125rem;
	font-weight: 500;
	margin-left: -0.5em;
}

.vision__item:first-child {
	margin-top: 0;
}

.vision__sentence {
	font-weight: 500;
	margin-top: 1.5625rem;
}

.vision__sentence_mt {
	margin-top: 0.3125rem;
}

.work {
	margin-top: 6.25rem;
}

.work__content {
	background-image: url("images/work.webp");
	background-size: cover;
	height: 24.6875rem;
	margin-top: 5rem;
	position: relative;
}

.work__achievements {
	background-color: rgba(255, 255, 255, 0.7);
	display: inline-block;
	left: 0;
	padding: 1.25rem 2.5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.work__achievement {
	font-size: 16px;
	line-height: 1.2;
	margin-top: 0.625rem;
}

.work__achievement span {
	font-weight: 500;
}

.work__achievement span {
	position: relative;
}

.work__achievement span:after {
	-webkit-clip-path: polygon(0 0, 0 100%, 70% 50%);
	background: #8B8A8A;
	clip-path: polygon(0 0, 0 100%, 70% 50%);
	content: "";
	height: 0.8em;
	position: absolute;
	right: -1.2em;
	top: 50%;
	transform: translateY(-50%);
	width: 1em;
}

.work__achievement:nth-of-type(3) span:after {
	content: none;
}

.work__achievement:first-child {
	margin-top: 0;
}

.drawer-menu {
	z-index: 10;
}

.canvas {
	z-index: -1;
}

.headline__bg3::after {
	z-index: -1;
}

.headline__heading {
	z-index: 9;
}

.line2::after {
	z-index: 5;
}

.openbtn1 {
	z-index: 9;
}

.header {
	z-index: 11;
}

.header__area {
	z-index: 10;
}

.headarea {
	z-index: 9;
}

.products__box {
	z-index: 1;
}

.header__inner {
	z-index: 11;
}

.header__logo1 {
	z-index: 10;
}

.history__list {
	z-index: 1;
}

.philosophy__image:before {
	z-index: -1;
}

.history__list::before {
	z-index: 9;
}

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

.profile__key_petie {
	display: none;
}

.profile__key_small {
	display: none;
}

}

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

.profile__area:after {
	bottom: 0;
	height: 5rem;
	width: 5rem;
}

.structure__si {
	margin: 1.875rem 3.75rem 0;
	padding-top: 0;
}

.business {
	margin: 0 3.375rem;
}

.ses {
	font-size: 1.4375rem;
	margin: 0.75rem 3.375rem 0;
}

.si {
	font-size: 1.375rem;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.3333333333vw;
}

.contact {
	margin-top: 8.75rem;
}

.contact__presses {
	display: flex;
	flex-direction: row;
	gap: 5rem;
}

.contact__inquiries {
	grid-gap: 5rem;
	display: grid;
	gap: 5rem;
	grid-template-columns: 1fr 1fr;
	margin-top: 2.1875rem;
}

.contact__inquiry {
	margin-top: 3.375rem;
}

.contact__inquiry:first-child {
	margin-top: 3.375rem;
}

.corporate {
	margin-top: 8.75rem;
}

.corporate__graph {
	flex-basis: 60%;
	margin-top: 3.75rem;
}

.corporate__text {
	flex-basis: 40%;
	font-size: 1.125rem;
	margin-top: 3.75rem;
	padding-top: 0;
}

.corporate__content {
	margin-top: 6.25rem;
}

.corporate__area {
	display: flex;
	flex-direction: row-reverse;
	gap: 1.25rem;
	margin: 0 auto;
	max-width: 44.5625rem;
}

.footer__inner {
	padding-bottom: 0;
}

.footer__copyright {
	margin-top: 2.5rem;
}

.footer__logo {
	display: none;
}

.footer__box {
	align-items: center;
	color: #fff;
	display: flex;
	justify-content: space-between;
}

.footer__navigations_pc {
	display: flex;
}

.footer__navigations_sp {
	display: none;
}

.footer__navigation {
	font-size: 1.125rem;
	margin-bottom: 0;
}

.footer__navigation:before {
	content: none;
}

.navigation__image {
	margin-right: 0.3125rem;
}

.footer__bar {
	height: 12.5rem;
}

.header {
	position: relative;
}

.header__menu {
	display: none;
}

.header__logo1 {
	display: flex;
	margin-left: 0;
	padding: 0.625rem 1.25rem;
	position: fixed;
	right: 20px;
	top: 1.875rem;
}

.header__navigations {
	align-items: center;
	display: flex;
}

.header__eg {
	margin-left: 0.0625rem;
}

.header__area {
	display: none;
	height: 5rem;
}

.header__wrapper {
	display: flex;
}

.history {
	margin-top: 6.25rem;
}

.history__photo img {
	top: -4.0625rem;
}

.history__box {
	display: flex;
	flex-basis: 100%;
}

.history__date {
	font-size: 1.125rem;
}

.history__list {
	padding-top: 1.25rem;
}

.history__list:last-child {
	padding-bottom: 2.5rem;
}

.history__list::before {
	top: 1.375rem;
}

.history__list1::before {
	top: 0.9375rem;
}

.history__record {
	padding-left: 1.25rem;
}

.history__photo2 {
	flex-basis: 30%;
	padding-left: 0;
	padding-right: 0;
}

.history__image2 {
	aspect-ratio: 288/502;
	height: calc(92% + 5.125rem);
	top: -5.125rem;
}

.history__container {
	background-color: #fff;
	display: flex;
	flex-basis: 70%;
	justify-content: space-between;
	padding-left: 2.5rem;
	padding-right: 0;
	padding-top: 6.25rem;
}

.history__land {
	top: 1.875rem;
}

.message__content {
	display: flex;
	flex-direction: row-reverse;
	gap: 3%;
	margin-top: 9.375rem;
	padding-top: 1.25rem;
}

.message__photo {
	margin-top: 15rem;
}

.message__career {
	margin-top: 0.625rem;
}

.message__textbox {
	flex-basis: 67%;
	margin-top: 3.75rem;
}

.message__text {
	font-size: 1.125rem;
}

.philosophy__photo {
	padding-left: 3.75rem;
}

.philosophy__content {
	display: flex;
	flex-direction: row-reverse;
}

.products {
	margin-top: 8.75rem;
}

.products__units {
	grid-column-gap: 4.25rem;
	-moz-column-gap: 4.25rem;
	grid-row-gap: 1.9375rem;
	column-gap: 4.25rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 5rem;
	row-gap: 1.9375rem;
}

.products__unit {
	margin-top: 0;
}

.products__unit:last-child {
	background-image: none;
	margin-top: 0;
	padding-top: 0;
}

.products__unit:last-child:before {
	background-image: linear-gradient(to bottom, #7A7A7A, #7A7A7A 0.5rem, transparent 0.5rem, transparent 0.9375rem); /* 幅2の線を作る */
	background-position: left bottom; /* 背景の開始位置を指定 */
	background-repeat: repeat-y;
	background-size: 0.0625rem 0.9375rem; /* グラデーションの幅・高さを指定 */
	content: "";
	height: 100%;
	left: -2.125rem;
	width: 0.0625rem;
}

.products__caption {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.products__text {
	font-size: 1.125rem;
}

.products__area {
	height: 28.125rem;
}

.products__box {
	font-size: 1.875rem;
	top: 35%;
}

.products__photo img {
	aspect-ratio: 449/248;
}

.products__gnavi {
	margin-top: 1.5rem;
}

.products__title {
	font-size: 1.46875rem;
}

.profile {
	margin-top: 8.75rem;
}

.profile__list {
	width: auto;
}

.profile__key {
	padding: 1.25rem 0 1.25rem 0;
}

.profile__value {
	flex-basis: 70%;
	padding: 0.625rem 0 0.625rem 1.25rem;
}

.profile__map {
	margin-top: 3.75rem;
	padding-left: 1.25rem;
	padding-right: 1.875rem;
}

.profile__content {
	background-color: #fff;
	display: flex;
	margin-top: 2.1875rem;
}

.profile__lists {
	flex-basis: 70%;
	padding-left: 1.875rem;
	padding-top: 2.5rem;
}

.profile__box {
	display: flex;
}

.profile__area:after {
	height: 6.25rem;
	left: 102%;
	width: 6.25rem;
}

.profile__container {
	flex-basis: 70%;
	padding-left: 1.875rem;
	width: 100%;
}

.profile__image {
	height: 6.875rem;
	width: 6.875rem;
}

.profile__image2 {
	display: block;
}

.service {
	margin-top: 8.75rem;
}

.service__content {
	background-color: #fff;
}

.service__items {
	grid-column-gap: 6.25rem;
	-moz-column-gap: 6.25rem;
	grid-row-gap: 3.75rem;
	column-gap: 6.25rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: 3.75rem;
}

.service__item {
	flex-basis: 50%;
	margin-top: 0;
}

.service__item:first-of-type {
	flex-basis: 50%;
}

.service__title {
	font-size: 1.75rem;
}

.service__name {
	font-size: 1.125rem;
}

.service__text {
	font-size: 1.125rem;
}

.structure {
	margin-top: 8.75rem;
}

.structure__area {
	margin-left: 1.75rem;
	margin-top: 2.5rem;
}

.structure__area:before {
	left: -1.875rem;
}

.structure__container {
	align-items: center;
	display: flex;
	margin-top: 3.125rem;
}

.structure__container:before {
	left: -2px;
}

.structure__container.is-animated:before {
	height: calc(50% + 2.625rem);
	transition: 0.25s 0.25s linear;
}

.structure__container:after {
	background-color: #01A0E9;
	content: "";
	height: 2px;
	position: absolute;
	right: calc(100% - 1.875rem);
	top: 50%;
	transition: 1s linear;
	width: 0;
}

.structure__container.is-animated:after {
	transition: 0.25s linear;
	width: 1.875rem;
}

.structure__bar1.is-animated:after {
	transition: 0.125s 0.75s linear;
}

.structure__bar3:before {
	left: -1.6875rem;
}

.structure__bar3:after {
	left: -1.6875rem;
}

.structure__bar4:before {
	left: -1.6875rem;
}

.structure__bar4:after {
	left: -1.6875rem;
}

.structure__bar5:before {
	left: -3.25rem;
}

.structure__bar5:after {
	left: -1.6875rem;
}

.structure__box {
	width: 33.5%;
}

.structure__box:before {
	content: none;
}

.structure__box:after {
	content: none;
}

.structure__bar1.is-animated:before {
	height: calc(100% + 2.75rem);
	transition: 0.5s 0.5s linear;
}

.structure__bar2.is-animated:before {
	transition: 0.25s 1s linear;
}

.structure__bar2.is-animated:after {
	transition: 0.125s 1.25s linear;
}

.structure__bar3.is-animated:after,
.structure__bar4.is-animated:after,
.structure__bar5.is-animated:after {
	transition: 0.125s 1s linear;
	width: 1.5625rem;
}

.structure__bar3.is-animated:before,
.structure__bar4.is-animated:before {
	height: calc(100% + 1.5rem);
	transition: 0.25s 0.75s linear;
}

.structure__bar5.is-animated:before {
	transition: 0.125s 0.5s linear;
	width: 1.5625rem;
}

.structure__bar5.is-animated:after {
	transition: 0.125s 0.625s linear;
	width: 1.5625rem;
}

.structure__president {
	margin-left: 1.75rem;
}

.structure__president:before {
	content: none;
}

.structure__president:after {
	content: none;
}

.structure__development1 {
	margin-bottom: 2.5rem;
	margin-left: 2.5rem;
	margin-top: 2rem;
}

.structure__development3 {
	margin-right: 2.5rem;
}

.structure__development2,
.structure__development3 {
	margin-bottom: 2.5rem;
	margin-left: 1.25rem;
	padding-left: 1.25rem;
}

.structure__si {
	margin: 0;
}

.structure__paragraph {
	font-size: 2.1875rem;
}

.structure__group {
	background-position: center;
	height: 28.125rem;
}

.structure__development4 {
	margin: 1.875rem 2.5rem 0;
	padding-bottom: 2.5rem;
	padding-top: 1.875rem;
}

.business {
	border: none;
	margin: 0;
}

.business4 {
	margin: 0 auto;
	max-width: 41.875rem;
	padding-bottom: 0;
}

canvas {
	height: auto;
	top: 0;
	width: 100%;
}

.dashed {
	background-image: linear-gradient(to bottom, #7A7A7A, #7A7A7A 0.5rem, transparent 0.5rem, transparent 0.9375rem); /* 幅2の線を作る */
	background-size: 1px 15px;
}

.dashed2 {
	background-image: none;
}

.developments {
	display: flex;
	margin-top: 0;
}

.drawer-menu__jp {
	padding-left: 1.875rem;
}

.drawer-menu__eg {
	padding-left: 4.75rem;
}

.fv {
  height: 62vh;
	margin-top: 0;
}

.fv__writing {
	bottom: 65%;
	font-size: min(6vw, 2.75rem);
}

.fv__inner {

}

.fv__movie {
}

.fv__movie video {
}

#lottie-container {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(0);
	width: 30vw;
	height: 100%;
	pointer-events: none;
	opacity: 1;
	transition: opacity 0.3s ease;
	
	&.lottie-hidden {
		opacity: 0;
	}
	&.lottie-center {
		left: 50%;
    transform: translateX(-50%);
	}
}


.headarea__title {
	font-size: 3.375rem;
}

.headarea__subtitle {
	font-size: 1.5rem;
}

.headarea__text {
	font-size: 1.5rem;
}

.headarea__text {
	font-size: 1.125rem;
	text-align: center;
}

.headarea__bg {
	background-position: center 60%;
}

.headline {
	font-size: 1.375rem;
	margin-bottom: -0.25rem;
}

.headline_size_l {
	font-size: 2.0625rem;
}

.headline__bg2 {
	margin-top: -1.25rem;
	padding-top: 4.6875rem;
}

.headline__bg4 {
	margin-top: -1.25rem;
	padding-bottom: 3.75rem;
	padding-top: 1.25rem;
}

.headline__bg3 {
	margin-top: -1.5625rem;
}

.headline__bg3::after {
	height: 11.25rem;
	top: 0.3125rem;
}

.headline__bg3_service:after {
	height: 11.25rem;
}

.headline__bg3_work:after {
	height: 11.25rem;
}

.headline__bg3_message:after {
	height: 13.75rem;
}

.headline__bg3_history:after {
	height: 6.875rem;
}

.headline__bg3_height_large:after {
	height: 6.875rem;
}

.headline__word {
	font-size: 1.875rem;
}

.headline__word_message {
	padding-top: 4.375rem;
}

.headline__writing {
	padding-bottom: 8.75rem;
	padding-top: 5.625rem;
}

.headline__box {
	padding: 0.625rem;
	width: 35rem;
}

.headline__sentence {
	margin: 5.625rem auto 0;
	padding-top: 3.75rem;
}

.headquarters {
	padding-bottom: 0;
}

.headquarters span {
	font-size: 1.875rem;
}

.headquarters_marketing span {
	font-size: 1.875rem;
}

.inner {
	max-width: 1280px;
	padding-left: 40px;
	padding-right: 40px;
}

.president {
	align-items: center;
	display: flex;
	font-size: 1.875rem;
	justify-content: center;
	margin-top: 0;
	padding-left: 0;
	width: 30%;
}

.project {
	font-size: 1rem;
}

.projects {
	display: flex;
	justify-content: space-between;
}

.scrolldown1 {
	text-stroke: 0.0625rem #FFF;
	-webkit-text-stroke: 0.0625rem #FFF;
	bottom: 0;
	color: #000;
	display: block;
	font-size: 1.125rem; /*全体の高さ*/
	height: 50px;
	left: 50%; /*描画位置※位置は適宜調整してください*/
	position: absolute;
}

.ses {
	font-size: 1.125rem;
	margin: 0.75rem 0 0;
}

.staff {
	font-size: 1.5rem;
}

.staff:first-child {
	margin-top: 0;
}

.vertical_downer.is-animated:before {
	transition: 0.125s 0.125s linear;
}

.vertical_downer.is-animated:after {
	transition: 0.125s 0.5s linear;
}

.vertical2_downer.is-animated:before {
	height: 50%;
	transition: 0.25s 0.875s linear;
}

.vertical2_downer.is-animated:after {
	height: 50%;
	transition: 0.5s 1.625s linear;
}

.vertical3_downer.is-animated:before {
	height: 50%;
	transition: 0.25s 1.375s linear;
}

.vertical3_downer.is-animated:after {
	height: 50%;
	transition: 0.25s 2.125s linear;
}

.vertical4_downer.is-animated:after {
	height: 50%;
	transition: 0.25s 1.75s linear;
}

.vertical2_upper.is-animated:before {
	height: 50%;
	transition: 0.25s 0.875s linear;
}

.vertical2_upper.is-animated:after {
	height: 50%;
	transition: 0.5s 1.625s linear;
}

.vertical3_upper.is-animated:before {
	height: 50%;
	transition: 0.25s 1.375s linear;
}

.vertical3_upper.is-animated:after {
	height: 50%;
	transition: 0.25s 2.125s linear;
}

.vertical4_upper.is-animated:before {
	height: 50%;
	transition: 0.125s 1.125s linear;
}

.vertical4_upper.is-animated:after {
	height: 50%;
	transition: 0.25s 1.75s linear;
}

.horizontal:before {
	background-color: #01A0E9;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}

.horizontal:after {
	background-color: #01A0E9;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 0;
}

.horizontal.is-animated:before {
	transition: 0.5s linear;
	width: 100%;
}

.horizontal.is-animated:after {
	transition: 0.25s 0.25s linear;
	width: 100%;
}

.horizontal2:before {
	background-color: #01A0E9;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}

.horizontal2:after {
	background-color: #01A0E9;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 0;
}

.horizontal2.is-animated:before {
	transition: 0.5s 1.125s linear;
	width: 100%;
}

.horizontal2.is-animated:after {
	transition: 0.5s 1.125s linear;
	width: 100%;
}

.horizontal3:before {
	background-color: #01A0E9;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}

.horizontal3:after {
	background-color: #01A0E9;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 0;
}

.horizontal3.is-animated:before {
	transition: 0.5s 1.625s linear;
	width: 100%;
}

.horizontal3.is-animated:after {
	transition: 0.5s 1.625s linear;
	width: 100%;
}

.horizontal4:before {
	background-color: #01A0E9;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}

.horizontal4:after {
	background-color: #01A0E9;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 0;
}

.horizontal4.is-animated:before {
	transition: 0.5s 1.25s linear;
	width: 100%;
}

.horizontal4.is-animated:after {
	transition: 0.5s 1.25s linear;
	width: 100%;
}

.vision {
	margin-top: 0;
	margin-top: 0;
}

.vision__box {
	margin-top: 3.75rem;
}

.vision__bar {
	margin-left: 1.25rem;
}

.vision__title {
	font-size: 1.875rem;
}

.vision__item {
	font-size: 1.125rem;
}

.vision__sentence {
	margin-top: 0.3125rem;
}

.work__content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6.25rem;
	max-width: 1200px;
	padding-left: 40px;
	padding-right: 40px;
}

}

@media (min-width: 1200px) {

html {
	font-size: 16px;
}

}

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

.line.is-animated:after {
	left: calc((-100vw + 1200px) / 2);
	width: calc(100% + (100vw - 1200px) / 2);
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes kiran {

0% {
	opacity: 0;
	transform: scale(2) rotate(45deg);
}

20% {
	opacity: 0.6;
	transform: scale(20) rotate(45deg);
}

40% {
	opacity: 0.4;
	transform: scale(30) rotate(45deg);
}

80% {
	opacity: 0.2;
	transform: scale(45) rotate(45deg);
}

100% {
	opacity: 0;
	transform: scale(50) rotate(45deg);
}

}

@keyframes graphAnim {

0% {
	transform: translateX(-100%);
}

100% {
	transform: translateX(0);
}

}

@keyframes graphAnim02 {

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

100% {
	transform: translateY(0);
}

}

@keyframes pathmove {

0% {
	height: 0;
	opacity: 0;
	top: 0;
}

30% {
	height: 30px;
	opacity: 1;
}

100% {
	height: 0;
	opacity: 0;
	top: 50px;
}

}


/*# sourceMappingURL=style.css.map */

/*-- モーダル表示 --*/
.modal-page.hidden {
	display: none;
}
.modal-page {
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}
.modal-page-content {
	background: #fff;
	font-size: 1rem;
	padding: 2em;
	width: 90%;
	height: 90vh;
	position: relative;
	overflow: scroll;
}
#modal-page-body > *:not(#content),
#modal-page-body .l-pageHeader,
#modal-page-body .breadcrumb-area,
#modal-page-body #side {
	display: none;
}
.modal-page-close {
	background-color: #ffffffd0;
	width: 2em;
	line-height: 2em;
	position: fixed;
	top: 5%;
	right: 10vh;
	background: none;
	border: none;
	font-size: 1.5em;
}

/* ----------------------------------------
* PRIVACY
---------------------------------------- */
#modal-page-body div.group_border {
	border: solid 1px #ddd;
	padding: 2em 2em 0 2em;
}
#modal-page-body div.group_border h2 {
    font-size: 28px;
    text-align: center;
    display: block;
    margin-bottom: 2em;
}
#modal-page-body p {
    font-weight: normal;
	margin-bottom: 2em;
}
#modal-page-body .post-content dl dd {
    font-weight: normal;
	margin-bottom: 1em;
	margin-left: 30px;
}
#modal-page-body h3 {
    font-size: 24px;
    margin: 48px 0 24px;
    border-bottom: 2px solid #3B4552;
}
#modal-page-body dl.number {
  counter-reset: number 0;
}
#modal-page-body dl.number > dt::before {
	counter-increment: number 1;
	content: '（' counter(number) '）';
}
#modal-page-body div.table {
	display: table;
	border-collapse:collapse;
}
#modal-page-body div.tr {
	display: table-row;
}
#modal-page-body div.th,
#modal-page-body div.td {
	display: table-cell;
}
#modal-page-body div.table.border {
	width: 85%;
}
#modal-page-body div.table.border > div.tr > div.th,
#modal-page-body div.table.border > div.tr > div.td {
	border :solid 1px #ddd;
	padding: 0 0.5em;
}
#modal-page-body div.table.border > div.tr > div.th {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #eee;
}
#modal-page-body div.table.none_border > div.tr > div.th {
	padding-right: 0.5em;
}
#modal-page-body div.table.border > div.tr > div.td {
	font-weight: normal;
}
#modal-page-body div.table.none_border > div.tr > div.td::before {
	content: '：';
}
#modal-page-body h4 {
    font-size: 20px;
    font-weight: normal;
    margin: 30px 0 16px;
    padding: 0 0 0 8px;
    border-left: 5px solid #131D2A;
}
@media screen and (max-width: 767px){
	.modal-page-close {
		background-color: #ffffffd0;
		right: 5vh;
	}	
	.modal-page-content,
	#modal-page-body div.group_border {
		padding-right: 0.5em;
		padding-left: 0.5em;
	}
	#modal-page-body div.table.none_border > div.tr > div.th {
		font-size: 14px;
		letter-spacing: -0.05em;
	}
	#modal-page-body div.table.border {
		width: 100%;
	}
}
