/* --------------------------------------------------------------------------------------------- */
/* ■ ルート */
/* --------------------------------------------------------------------------------------------- */
:root {
	--clr-main-orange: #EE7800;
	--clr-sub-orange: #F6B97B;
	--clr-dark-orange: #CE5800;
	--clr-light-orange: #FAD8B6;

	--clr-main-black: #331A00;
	--clr-sub-black: #634A00;

	--clr-main-brown: #663300;

	--clr-main-blue: #16253D;
	--clr-sub-blue: #475B7C;
	--clr-dark-blue: #002C54;

	--clr-main-yellow: #EFB509;
	--clr-sub-yellow: #FFF6E0;

	--clr-main-gray: #888888;
	--clr-light-gray: #EEEEEE;

	--clr-sub-purple: #EFB509;
}


/* --------------------------------------------------------------------------------------------- */
/* ■ ヘッダー */
/* --------------------------------------------------------------------------------------------- */
#top-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 50px;
	opacity: 100%;									/* 透明度 */
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}


/* --------------------------------------------------------------------------------------------- */
/* ■ ボディ */
/* --------------------------------------------------------------------------------------------- */
body {
	color: var(--clr-main-black);
	background-color: #ffffff;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	word-wrap: break-all;
	height: 100%;
}

/* --------------------------------------------------------------------------------------------- */
/* ■ メインコンテンツ */
/* --------------------------------------------------------------------------------------------- */
main {
	margin-top: 100px;
}

.content {
	width: 90%;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}
.cont_wrap {
	max-width: 1200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.content h1 {
	position: relative;
	color: var(--clr-main-orange);
	font-size: 20px;
	padding: 10px 0;
	text-align: center;
	margin: 0 0;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: var(--clr-sub-orange);
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: var(--clr-sub-orange);
}

.content h1::before,
.content h1::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 3px;
    background-color: var(--clr-sub-orange);
}

.content h1::before {
    left: 0;
}

.content h1::after {
    right: 0;
}

.content h2 {
	font-size: 1.8em;
	line-height: 30px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:  var(--clr-sub-black);
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding-top: 150px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	clear: both;
}

.content h2 span {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size: 14px;
}

.content h3 {
	font-size: 1.4em;
	line-height: 30px;
	margin-bottom: 30px;
	background:linear-gradient(to right,#eef,transparent);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	position: relative;
	margin-top: 5em;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 44px;
	font-weight: bold;
	color: var(--clr-main-blue);
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	clear: both;
}

/*
.content h3::after {
	display: block;
	width: 3px;
	height: 20px;
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: var(--clr-sub-orange);
	content: '';
}
*/

.content h3::before,
.content h3::after {
	position: absolute;
	content: '';
	border-radius: 100%
}
.content h3::before {
	top: .7em;
	left: .7em;
	width: 18px;
	height: 18px;
	background-color: color-mix(in srgb, var(--clr-sub-blue) 80%, transparent);
	z-index: 2;
}
.content h3::after {
	top: 1.2em;
	left: 1.2em;
	width: 13px;
	height: 13px;
	background-color: color-mix(in srgb, var(--clr-sub-blue)40%, transparent);
}



.content h3 span {
	font-size: 16px;
	color: #888;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	padding-left: 15px;
}
.content h4 {
	font-size: 1.2em;
	color: #555;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: var(--clr-sub-blue);
	letter-spacing: 0.1em;
	padding: 10px;
	font-weight: bold;
	clear: both;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}

.content p {
	font-size: 16px;
	line-height: 1.8;
	padding: 10px;
	margin-bottom: 30px;
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 30px;
}

.content .ol_list li {
	width: 80%;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

.content .ul_news li {
	line-height: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
	list-style:none;
}
.content .ul_news li span {
	color: #999;
	padding-right: 20px;
}



.new{
    position: relative;
}

.new::before {
    position: absolute;
    content: "NEW";
    top: -5px;
    left: -20px;
	color: #FFFFFF;
    background-color: crimson;
    padding: 0px 5px;
    transform: rotate(-30deg);
	border-radius: 25% 25% 25% 25%;								/* 丸角 */
}

.hidden {
	visibility: hidden;
}

/* サブトップ */
#sub_top {
	position: relative;
	max-height: 100%;
	height: 300px;
    overflow: hidden;

	padding: 0 0; /*上下の余白 左右の余白*/
	border-top:solid 2px var(--clr-sub-black); /*線の種類 太さ 色*/
	border-bottom:solid 2px var(--clr-sub-black); /*線の種類 太さ 色*/
}

#sub_top .sub_top_back{
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-filter: blur(10px);
	filter: blur(10px);
	margin: -10px;							/* blurの値と同じ値だけマイナス */
	width: calc(100% + 20px);				/* 左右の10ピクセル分加算 */
	height: calc(100% + 20px);				/* 左右の10ピクセル分加算 */
}

#sub_top .sub_top_front{
	position: absolute;
    max-width: 480px;
	width: 100%;
	height: 100%;
	left: 50%;								/* 中央配置 */
	transform: translateX(-50%);			/* 中央表示 */
	vertical-align: bottom;
	object-fit: cover;
}

#sub_top p{
	position: absolute;
	text-align: center;
	z-index: 10;
	font-family: 'Raleway', sans-serif;
	color: var(--clr-sub-orange);

	font-size: 32px;
	letter-spacing: 0.5em;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    /* 明るく光るよう影を重ねる */
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ffcc88, 0 0 45px #ffcc88, 0 0 40px #ffcc88, 0 0 50px #ffcc88, 0 0 75px #ffcc88;
/*	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);*/

	top:50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	animation-name: subtop_anime;				/* keyname */
	animation-duration:5s;						/* 最大再生時間 */
	animation-iteration-count:1;				/* 実行回数 */
}

@keyframes subtop_anime
{
	0%{
		opacity: 0;
	}

	100%{
		opacity: 1;
	}
}

/* 画像配置 */
.img_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

.img_left {
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
}
.img_right {
	float: right;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
}

/* 画像枠 */
.img_frame {
	border: 5px solid #FFF;
	box-shadow: 7px 10px color-mix(in srgb, var(--clr-main-gray) 30%, transparent);
	width: 320px;
}

/* HOME画面メニュー */
.img_menu {
	display:inline-block;
	flex-wrap: wrap;
	cursor: pointer;
	max-width: 200px;
	overflow: hidden;
	position: relative;
	padding: 2em 2em;
}
.img_menu img {
	width: 400px;
	height: 200px;
	transition: transform .6s ease; /* ゆっくり変化させる */
}
.img_menu:hover img {
	transform: scale(1.1); /* 拡大 */
}
.img_menu p {
	align-items: center;		/* テキストの中央揃え */
	bottom: 0;
	color: #fff;
	display: flex;				/* テキストの中央揃え */
	justify-content: center;	/* テキストの中央揃え */
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 80%; /* テキストを横幅いっぱいにならないようにする */
}

.title_menu {
	display: flex;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	justify-content: center;	/* テキストの中央揃え */
}





/* --------------------------------------------------------------------------------------------- */
/* ■ アイコン */
/* --------------------------------------------------------------------------------------------- */
i {
	vertical-align: middle;
}

.icon_phone:before{
	content: '\e0b0';
	font-style:normal;
	margin: auto 10px;
	font-family: 'Material Icons';
	font-size: 1.5em;
}

.icon_mail:before{
	content: '\e158';
	font-style:normal;
	margin: auto 10px;
	font-family: 'Material Icons';
	font-size: 1.5em;
}

.icon_home:before{
	content: '\ea40';
	font-style:normal;
	margin: auto 10px;
	font-family: 'Material Icons';
	font-size: 1.5em;
}

.icon_fax:before{
	content: '\ef6e';
	font-style:normal;
	margin: auto 10px;
	font-family: 'Material Icons';
	font-size: 1.5em;
}

.icon_tec:before{
	content: '\f049';
	font-style:normal;
	margin: auto 10px;
	font-family: 'Material Icons';
}

.icon_chevron_R:before{
	content: '\e5cc';
	font-style:normal;
	margin: auto 10px;
	font-family: 'Material Icons';
	font-size: 1.5em;
}

.icon_person:before{
	content: '\e7fd';
	font-style:normal;
	margin: auto 10px;
	font-family: 'Material Icons';
	font-size: 1.5em;
}

/* 会社の特徴 */
.icon_family:before{
	display: flex;				/* テキストの中央揃え */
	justify-content: center;	/* テキストの中央揃え */
	content: '\f1a2';
	font-style:normal;
	font-size: 3em;
	font-family: 'Material Icons';
}

.icon_night:before{
	display: flex;				/* テキストの中央揃え */
	justify-content: center;	/* テキストの中央揃え */
	content: '\f03d';
	font-style:normal;
	font-size: 3em;
	font-family: 'Material Icons';
}

.icon_remove:before{
	display: flex;				/* テキストの中央揃え */
	justify-content: center;	/* テキストの中央揃え */
	content: '\e7ad';
	font-style:normal;
	font-size: 3em;
	font-family: 'Material Icons';
}

.icon_travel:before{
	display: flex;				/* テキストの中央揃え */
	justify-content: center;	/* テキストの中央揃え */
	content: '\f235';
	font-style:normal;
	font-size: 3em;
	font-family: 'Material Icons';
}

.icon_run:before{
	display: flex;				/* テキストの中央揃え */
	justify-content: center;	/* テキストの中央揃え */
	content: '\e566';
	font-style:normal;
	font-size: 3em;
	font-family: 'Material Icons';
}

.icon_guardian:before{
	display: flex;				/* テキストの中央揃え */
	justify-content: center;	/* テキストの中央揃え */
	content: '\e84e';
	font-style:normal;
	font-size: 3em;
	font-family: 'Material Icons';
}

.icon_homework:before{
	display: flex;				/* テキストの中央揃え */
	justify-content: center;	/* テキストの中央揃え */
	content: '\ea09';
	font-style:normal;
	font-size: 3em;
	font-family: 'Material Icons';
}

.icon_balance:before{
	display: flex;				/* テキストの中央揃え */
	justify-content: center;	/* テキストの中央揃え */
	content: '\eaf6';
	font-style:normal;
	font-size: 3em;
	font-family: 'Material Icons';
}

.icon_walk:before{
	display: flex;				/* テキストの中央揃え */
	justify-content: center;	/* テキストの中央揃え */
	content: '\e536';
	font-style:normal;
	font-size: 3em;
	font-family: 'Material Icons';
}

.icon_money_bag:before{
	display: flex;				/* テキストの中央揃え */
	justify-content: center;	/* テキストの中央揃え */
	content: '\eafb';
	font-style:normal;
	font-size: 3em;
	font-family: 'Material Icons';
}

.icon_bbq:before{
	display: flex;				/* テキストの中央揃え */
	justify-content: center;	/* テキストの中央揃え */
	content: '\e842';
	font-style:normal;
	font-size: 3em;
	font-family: 'Material Icons';
}

.icon_trending_up:before{
	display: flex;				/* テキストの中央揃え */
	justify-content: center;	/* テキストの中央揃え */
	content: '\e8e5';
	font-style:normal;
	font-size: 3em;
	font-family: 'Material Icons';
}


/* 業務案内 */
.icon_handcontroller:before{
	display: flex;				/* テキストの中央揃え */
	justify-content: center;	/* テキストの中央揃え */
	content: '\e8c7';
	font-style:normal;
	font-size: 5em;
	font-family: 'Material Icons';
	margin: 1rem auto;
}

.icon_cg:before{
	display: flex;				/* テキストの中央揃え */
	justify-content: center;	/* テキストの中央揃え */
	content: '\eb97';
	font-style:normal;
	font-size: 5em;
	font-family: 'Material Icons';
	margin: 1rem auto;
}

.icon_micom:before{
	display: flex;				/* テキストの中央揃え */
	justify-content: center;	/* テキストの中央揃え */
	content: '\e30d';
	font-style:normal;
	font-size: 5em;
	font-family: 'Material Icons';
	margin: 1rem auto;
}

.icon_android:before{
	display: flex;				/* テキストの中央揃え */
	justify-content: center;	/* テキストの中央揃え */
	content: '\e324';
	font-style:normal;
	font-size: 5em;
	font-family: 'Material Icons';
	margin: 1rem auto;
}

.icon_window:before{
	display: flex;				/* テキストの中央揃え */
	justify-content: center;	/* テキストの中央揃え */
	content: '\e1b2';
	font-style:normal;
	font-size: 5em;
	font-family: 'Material Icons';
	margin: 1rem auto;
}

.icon_more_horiz:before{
	display: flex;				/* テキストの中央揃え */
	justify-content: center;	/* テキストの中央揃え */
	content: '\e5d3';
	font-style:normal;
	font-size: 5em;
	font-family: 'Material Icons';
	margin: 1rem auto;
}

/* --------------------------------------------------------------------------------------------- */
/* ■ メッセージボックス */
/* --------------------------------------------------------------------------------------------- */
.box-020 {
	width: 80%;
	max-width: 720px;
    position: relative;
    margin: 20px auto;
    padding: 2em 1.5em;
    background-color: var(--clr-sub-yellow);
    color: #333;
	overflow: hidden;

    box-shadow: 0 10px 4px rgb(0 0 0 / 5%), 0 2px 3px -2px rgb(0 0 0 / 1%);

	font-weight: bold;
}

.box-020::after {
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: #c0cfdf #fff;
    box-shadow: -1px 1px 1px rgb(0 0 0 / 5%);
    content: '';
}

.box-011 {
    position: relative;
    max-width: 600px;
    margin: 10em auto;
    padding: 1em 1.5em;
    border: 2px solid var(--clr-main-orange);
    border-radius: 3px;
/*	margin-bottom: 20px;*/
    background-color: #fff;
}

.box-011 span {
    position: absolute;
    top: -2.0em;
    left: -2px;
    padding: .2em .8em;
    border-radius: 5px 5px 0 0;
    background-color: var(--clr-main-orange);
    color: #fff;
}

.box-011 p {
    font-size: 1em;
    margin: 0;
    color: #333;
}


.box-013 {
/*    max-width: 480px;*/
	width: 50%;
    margin: 10px auto;
    padding: 0px;
    border: 2px solid var(--clr-main-orange);
    border-radius: 3px;
}

.box-013 span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5em 0;
    background-color: var(--clr-main-orange);
    color: #fff;
    font-weight: 600;
}

.box-013 p {
    margin: 0;
    padding: 1em 1.5em;
}


.box-015 {
    position: relative;
    max-width: 500px;
    margin: 5em auto;
    padding: 1em 2.5em 1em 1.5em;
    border-radius: 3px;
    box-shadow: 0 5px 4px rgb(0 0 0 / 20%);
    background-color: var(--clr-light-orange);
    color: #333333;
}

.box-015::before,
.box-015::after {
    position: absolute;
    content: '';
}

.box-015::before {
    top: -15px;
    right: 10px;
    height: 50px;
    width: 15px;
    border: 3px solid #999;
    border-radius: 10px;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
    transform: rotate(10deg);
}

.box-015::after {
    top: 0;
    width: 10px;
    right: 20px;
    border: solid 5px var(--clr-light-orange);
}



.box-001 {
	width: 80%;
	counter-reset:list;
	list-style-type:none;
	position:relative;
	font: 12px/1.6 'Mv Boli', 'arial narrow', sans-serif;
	background: #FFF;
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2) inset,0 0 4px rgba(0, 0, 0, 0.2) ;
	-moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2) inset,0 0 4px rgba(0, 0, 0, 0.2) ;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.2) inset,0 0 4px rgba(0, 0, 0, 0.2) ;
	border: 5px solid color-mix(in srgb, var(--clr-main-black) 40%, transparent);
    margin: 2em auto;						/* 中央配置 */
	padding: 1.2em;
}

.box-002 {
	width: 80%;
    color: #333;
	overflow: hidden;
    position: relative;

    border: 4px double #ddd;
    margin: 5em auto;
    padding: 2em 2em;

	display: flex;
}

.box-002 .box_image {
	width: 400px;
}
.box-002 .box_image img {
    margin: 5em auto 2em;
}
.box-002 .box_qa {
    margin: auto;
}

.box-003 {
	width: 140px;
	height: 140px;
    color: #ddf;
	background: var(--clr-main-blue);
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 0.8rem;
    position: relative;
    margin: 1em auto 1em 1em;						/* 中央配置 */
    padding: 1em 1em;
	transition: all 0.3s ease-in-out;
	cursor: default;
    display: inline-block;
    border: 2px solid var(--clr-sub-blue);
}
.box-003 > div {
    cursor: pointer;
}

.box-003 > .tooltip {
	width: 400px;
    display: flex;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    border-radius: 50px;
    background-color: var(--clr-main-orange);
    color: #ffffff;
    font-size: .7em;
    white-space: normal;
    transition: opacity .3s;
	z-index: 100;
}

.box-003 > .tooltip::before {
    position: absolute;
    top: -9px;
    width: 12px;
    height: 9px;
    background-color: inherit;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    content: '';
}

.box-003:active,
.box-003:hover > .tooltip {
    visibility: visible;
	opacity: 90%;									/* 透明度 */
}

.box-003:active,
.box-003:hover{
    color: #fff;
	background: var(--clr-sub-blue);
}

.box-text{
    position: relative;
	float: none;
}
.box-icon{
    position: relative;
	float: none;
}


.box-004 {
    position: relative;
    padding: 2rem;
    border-radius: 10px;
    border: 3px solid #fff;
/*    box-shadow: 5px 5px 0 var(--clr-sub-black);*/
    color: #333;
	max-width: 800px;
	display:flex;
	flex-wrap: wrap;
	z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}

.box-005 {
	display: flex;							/* 内部要素を横並び */
    position: relative;
	width: 300px;
    padding: 1.5em 1.5em;
    margin: 0.5em auto;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: white;
	background-color: var(--clr-main-blue);
	box-shadow: 0 0 6px black;
	border: 0.5rem white solid;
	border-radius: 0.5rem;
	font-size: 1rem;
}
/*
.box-005:hover{
	color: white;
	background: var(--clr-main-orange);
}
*/
.box-005 .left{
    margin: auto;
    padding: 0;
}
.box-005 .right{
    margin: auto;
}

.box-006 {
    position: relative;
    padding: 0.5rem;
    border: 2px solid #fff;
    color: #333;
	display:flex;
	flex-wrap: wrap;
	background: #fff;

    max-width: 1200px;
    margin: 0.5em auto;						/* 中央配置 */
}

.box-007 {
    position: relative;
    max-width: 600px;
    margin: auto;
    padding: 0em 1.5em;
    background-color: #fff;
    border: solid 5px var(--clr-light-orange);
}

.slant-bg01 {
	width: 100%;
	padding: 150px 0;
	clip-path: polygon(0 calc(0% + 13vw), 100% 0, 100% 100%, 0 calc(100% - 5vw));
	background-color: var(--clr-main-orange);
}

.slant-bg01 p{
	color: #FFF;
}
.slant-bg01 h2{
	color: #FFF;
}


.PC_Width50 {
	width: 50%;
}
.PC_Width80 {
	width: 80%;
}

/* --------------------------------------------------------------------------------------------- */
/* ■ 文字装飾系  */
/* --------------------------------------------------------------------------------------------- */

/* テープ見出し */
.heading-10 {
	font-size: 1.3em;
	color: #888;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;

    display: inline-block;
    position: relative;
    transform: rotate(-5deg);
    padding: .5em .7em;
    border-left: 2px dotted rgba(0, 0, 0, .1);
    border-right: 2px dotted rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
/*    background-color: rgba(255, 255, 0, 0.2);*/
background-color: color-mix(in srgb, var(--clr-main-yellow) 30%, transparent);

    color: #333333;
}

/* マーカー */
.marker_yellow {
	/* 90degでグラデーションの向きを横方法にする */
	background-image: linear-gradient(90deg, var(--clr-sub-yellow),transparent 100%);

	/* グラデーションの繰り返しをオフ */
	background-repeat: no-repeat;

	/* 横方向を100% 線の太さを２番目で指定します。ピクセルでも%でも指定可能です */
	background-size: 100% 0.6em;

	/* 線の位置を指定　今回は１番下に線が来るように指定 */
	background-position: 0 100%;
}

.blur_white {
	text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff,
	-3px 3px 3px #fff,  3px -3px 3px #fff,
	3px 0 3px #fff, -3px  0 3px #fff,
	0 3px 3px #fff,  0 -3px 3px #fff;
}

/* 強調文字 */
.font_bold {
	font-size: 1.5em;
	font-weight: bold;
}

/* 注釈　*/
.font_note {
	font-size: 0.8em;
}



.text_center {
	display: flex;
	justify-content: center;	/* テキストの中央揃え */
}

ul {
	list-style: none;
}

iframe {
	width: 100%;
	border-width: 16px;
	box-shadow: 1px 3px 8px rgba(20,20,20,0.3);
}


.arrow {
	position: relative;
	padding-left: 35px;
	left: 5%;
	font-size: 1.4em;

}

.arrow:before {
	position: absolute;
	content: '';
	bottom: -3px;
	left: -10px;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 30px transparent;
	border-bottom: solid 20px var(--clr-sub-black);
}
.arrow:after {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 10px;
	width: 150%;
	border-bottom: solid 3px var(--clr-sub-black);
}

/* --------------------------------------------------------------------------------------------- */
/* ■ リスト形式  */
/* --------------------------------------------------------------------------------------------- */

/* ずれたひし形風リスト */
ul.SquareList{
	padding: 1em 2em 1em 3em;
	font: 14px/1.6 'arial narrow', sans-serif;
	width:80%;
	list-style: none;
    margin: 2em auto;						/* 中央配置 */
}
ul.SquareList li{
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom:5px;
	color: var(--clr-sub-black);
	font-size: 15px;
	border-bottom: 1px solid color-mix(in srgb, var(--clr-main-black) 50%, transparent);
}
ul.SquareList li:hover{
	/* 90degでグラデーションの向きを横方法にする */
	background-image: linear-gradient(90deg, var(--clr-sub-yellow),transparent 100%);

	/* グラデーションの繰り返しをオフ */
	background-repeat: no-repeat;

	/* 横方向を100% 線の太さを２番目で指定します。ピクセルでも%でも指定可能です */
	background-size: 100% 1.5em;

	/* 線の位置を指定 */
	background-position: 0 50%;
}

ul.SquareList li:after,
ul.SquareList li:before{
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
ul.SquareList li:before{
	top: 0.7em;
	left: 0.2em;
	width: 12px;
	height: 12px;
	border:2px solid color-mix(in srgb, var(--clr-main-black) 50%, transparent);
}
ul.SquareList li:after{
	top: 0.9em;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: color-mix(in srgb, var(--clr-main-black) 30%, transparent);
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}

/* ナンバーリスト */
ol.NumList{
	counter-reset:list;
	list-style-type:none;
	font: 14px/1.6 'arial narrow', sans-serif;
	padding:0;
	margin: 2em auto;						/* 中央配置 */
}
ol.NumList li{
	position:relative;
	margin: 7px 0 7px 0px;
	padding-left:40px;
	font-weight: bold;
	font-size:16px;
	line-height: 30px;
	border: 2px solid #756C67;
	color: #756C67;
}
ol.NumList li:before{
	counter-increment: list;
	content: counter(list);
	position: absolute;
	left: 0px;
	width: 30px;
	height: 100%;
	text-align: center;
	color: #fff;
	line-height:30px;
	background: #756C67;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

a.link {
	text-decoration: none;
	position: relative;
	display: inline-block;
	transition: .3s;
	color : var(--clr-main-orange);
}

a.link::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 2px;
	background-color: var(--clr-main-orange);
	transition: .3s;
	transform: translateX(-50%);
}

a.link:hover::after {
	width: 100%;
}

a.link:visited {
	color : var(--clr-main-blue);
}


/* 吹き出し */
.balloon1{
	position: relative;
	padding: 1em 2em;
	height: 2em;
	line-height: 2em;
	border-radius: 50%;
	text-align: center;
	color: #ffffff;
	letter-spacing: 0.2em;
	font-size: 14px;
	background-color: #ff9800;
	display: inline-block;
	border-right: #ff98ff;
	opacity: 50%;									/* 透明度 */
	z-index: 10;
}
.balloon1::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 2px;
  bottom: 0px;
  border-left: 10px solid #ff9800;
  border-top: 10px solid transparent;
  border-bottom: 30px solid transparent;
  transform: rotate(60deg);
	opacity: 90%;									/* 透明度 */
	z-index: 5;
}

/* お問い合わせボタン */
a.btn_23 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 10rem;
	margin: auto;
	padding: 0.8rem 1rem 0.8rem 0rem;
	font-weight: bold;
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
}
a.btn_23::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--clr-dark-orange);
	transform: translateX(-100%);
	transition: all .3s;
	z-index: -1;
}
a.btn_23:hover::before {
	transform: translateX(0);
}
a.btn_23:hover {
	color: #fff;
}

/* コンテンツ内ボタン */
a.button-30 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
	text-decoration: none;
    width: 200px;
    margin:5em auto;
    padding: .9em 2em;
    border: 1px solid var(--clr-main-orange);
    border-radius: 5px;
    background-color: #fff;
    color: var(--clr-main-orange);
    font-size: 1em;
}

.button-30:hover {
    animation: anima-button-30 1s;
}

@keyframes anima-button-30 {
    0% {
        box-shadow: 0 0 0 0 rgb(238 120 0 / 50%);

    }
    100% {
        box-shadow: 0 0 0 1.2em rgb(0 0 0 / 0%);
    }
}


/* Q＆A */
.qa-1 {
    max-width: 500px;
    margin-bottom: 7px;
    border: 1px solid #d6dde3;
    border-radius: 25px;
}

.qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-1 summary::before,
.qa-1 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-1 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-1[open] summary::after {
    transform: rotate(225deg);
}

.qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-1[open] p {
    transform: none;
    opacity: 1;
}

.qa-1 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}

/* --------------------------------------------------------------------------------------------- */
/* ■ ナビゲーションメニュー */
/* --------------------------------------------------------------------------------------------- */
nav{
	display: flex;
	width: 100%;
	height: 5em;
	position: relative;
	background-color: var(--clr-main-orange);	/* メニューの背景色 */
}
 
.drawer{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position: relative;
	height: 70px;
	padding: 0 1em;
}

/* ロゴ */
.menu-logo {
	position: fixed;
	vertical-align: bottom;
	object-fit: cover;

	height: 2.5em;
	z-index: 200;
}

.menu-logo img {
	position: relative;
	height: 100%;
	vertical-align: bottom;
	object-fit: cover;
}

 
/*ナビゲーション部分*/
.menu-list {
	display: flex;
	opacity: 90%;									/* 透明度 */

	justify-content: center;						/* メニューアイテムを中央揃えに */
}

.menu-item {
	border-left: 1px solid #fff;					/* メニューアイテムの左ボーダー */
	position: relative;
	background-color: var(--clr-main-orange);		/* メガメニューの背景色 */
	transition: all 1s ease 0s;						/* 変化時間 */

	align-items: center;

	padding-left: 1em;
	padding-right: 1em;

	border-top-style: none;
}

.menu-item:hover,
.menu-item:focus {
	background-color: var(--clr-sub-blue);
	color: #333;
}

.menu-item:active{
	background: var(--clr-sub-blue);
}

.menu-item:last-child {
	border-right: 1px solid #fff;				/* 最後のメニューアイテムの右ボーダー */
}

/* メニューアイテムのホバースタイル */
.menu-item:hover .drop-menu-list {
	opacity: 90%;								/* 透明度 */
	transition: opacity 1s, visibility 1s;		/* 変化時間 */
	visibility: visible;						/* 下層メニューを表示 */
}

.menu-item a {
	align-items: center;
	color: #fff;								/* メニューアイテム内のリンクテキストの色 */
	display: flex;
	height: 3em;
/*	justify-content: left;*/
	text-decoration: none;						/* リンクの下線を非表示 */
}

/* ドロップダウンメニュー */
.drop-menu {
  position: relative;
}
.drop-menu-list {
	background-color: var(--clr-sub-blue);	/* メガメニューの背景色 */
	left: 50%;								/* 中央表示 */
	transform: translateX(-50%);			/* 中央表示 */
	opacity: 0;
	position: absolute;
	top: 140%;
	transition: opacity .3s, visibility .3s;
	visibility: hidden;						/* 下層メニューを非表示 */
	width: max-content;
	z-index: 1;
	list-style:none;
	padding-left: 20px;						/* テキスト中央寄せの為のマージン左 */
	padding-right: 20px;					/* テキスト中央寄せの為のマージン右 */
	border-top-style: none;

	border-radius: 5% 5% 5% 5%;								/* 丸角 */
	filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));		/* 影 */
}

.drop-menu-list:before {
/* 吹き出し三角 */
	position: absolute;						/* 絶対配置 */
	content: '';							/* 空に */
/*  border-top: 20px solid #EFEFEF;*/		/* 三角を作る▼ */
	border-bottom: 20px solid var(--clr-sub-blue);		/* 三角を作る▲ */
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
/*  top: 100%;*/							/* 下にフィット */
	bottom: 100%;							/* 上にフィット */
	left: 50%;								/* 中央配置 */
	transform: translateX(-50%);			/* 一応ズレを補正 */
}

.drop-menu-item {
	margin-right: 5px;
	margin-left: 5px;
}

.nav-menu {
	display: block;
	opacity: 90%;									/* 透明度 */
	color: #fff;									/* メニューテキストの色 */

	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100;
	max-height: calc(100vh - 115px);
	-webkit-transform: translateX(0);
	transform: translateX(0);

	transition: 0.5s ease;/*滑らかに表示*/
}

/*OPEN時の動き*/
.nav-menu.open {
	-webkit-transform: translateX(30%);
	transform: translateX(30%);/*メニューを元の位置へ戻す*/
}

/* ナビゲーション（右側） */
.nav-right {
	display: block;
	position: fixed;
	top: 10px;
	right: 15px;
	z-index: 100;
}

.nav-right span {
	display: inline-block;
}


/*トグルボタンのスタイルを指定*/
.Toggle{
	display: none;
}

.Toggle span {
	display: block;
	position: absolute;
	width: 50px;
	border-bottom: solid 4px #fff;
	-webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
	-moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
	transition: .35s ease-in-out;			/*変化の速度を指定*/
}
 /*各ボーダー少しずつずらす*/
.Toggle span:nth-child(1) {
	top:5px;
}
 .Toggle span:nth-child(2) {
	top: 18px;
}
 .Toggle span:nth-child(3) {
	top: 32px;
}
.Toggle.active span:nth-child(1) {
	top: 18px;
/* 1番目のspanをマイナス45度に */
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* --------------------------------------------------------------------------------------------- */
/* ■ グラデーションボーダーアニメーション */
/* --------------------------------------------------------------------------------------------- */
.animoGradientBorder{
	display:inline-block;
	position:relative;
	overflow:
	hidden;
	padding-bottom:2px;margin-bottom:-2px;
	cursor:pointer;
	color:#474e51
}

.animoGradientBorder::before{
	position:absolute;
	z-index:-1;
	content:'';
	left:0;
	bottom:20%;
	width:100%;
	height:3px;
	background:linear-gradient(to right,#ffffff,transparent);
	transition:transform .3s ease-in-out;
	transform:translateX(-101%)
}

.animoGradientBorder:hover::before{
	transform:translateX(0)
}


/* --------------------------------------------------------------------------------------------- */
/* ■ タイトルコンテンツ */
/* --------------------------------------------------------------------------------------------- */
.title_content {
	display: flex;
	width: 100%;
	margin: 100px auto;
	color: #fff;
	background: var(--clr-main-orange);
	border:2px solid var(--clr-main-orange);

}
.title_content .left {
	width: 35%;
	position: relative;
}

.title_content .left::before {
	/* 斜めトリミング用 */
	content: "";
	width: 230px;
	height: 100%;
	background: var(--clr-main-orange);
	position: absolute;
	right: -121px;
	z-index: 10;					/* 重なり順序 */
	transform: skewX(-18deg);
}
.title_content .left .text-area {
	position: absolute;
	top: 120px;
	z-index: 20;					/* 重なり順序 */
	left: 20%;
}
.title_content .left .title {
	line-height: 1;
	margin-bottom: 56px;
}

.title_content .left .title .main-t {
	display: block;
	font-size: calc(7.6vw + 1.5rem);
	font-weight: bold;
	margin-bottom: 12px;
}
.title_content .left .title .sub-t {
	display: block;
	font-size: calc(1vw + 1rem);
}
.title_content .left .copy {
	white-space: nowrap;
	font-size: 1.4rem;
	text-shadow: 3px 3px 3px #333;

	z-index: 20;					/* 重なり順序 */
}
.title_content .right {
	width: 65%;
	background: #FFFFFF;
}

.title_content .right .change_container {
	position: relative;
	width: 100%;
	height:640px;
	vertical-align: bottom;
	object-fit: cover;
   overflow: hidden;
}

.title {
	animation: flash 20s infinite; /* アニメーションflashをX秒ごとに繰り返す */
}

@keyframes flash {
  0%, 45%, 65%, 100% {
    /* 淡く光るよう影を重ねる */
    text-shadow: 0 0 1px #00f, 0 0 2px #00f, 0 0 10px #f86, 0 0 20px #ff8866;
  }
  50% {
    /* 明るく光るよう影を重ねる */
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ffcc88, 0 0 45px #ffcc88, 0 0 40px #ffcc88, 0 0 50px #ffcc88, 0 0 75px #ffcc88;
  }
}


/* 回転するアニメーション */
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* このクラスをつけると回転を無限に繰り返します */
.anime-fuwafuwa {
  animation: 5s fuwafuwa infinite;
}

/* --------------------------------------------------------------------------------------------- */
/* ■ テーブル */
/* --------------------------------------------------------------------------------------------- */
table{
	border:2px solid var(--clr-sub-black);
	width: 800px;
	border-collapse: collapse;
	margin: 5rem auto 1.5rem auto;
}

table tr{
	border-bottom: solid 2px var(--clr-sub-black);
}

table tr:last-child{
	border-bottom: none;
}

table th{
	position: relative;
	width: 30%;
/*	background-image: linear-gradient(180deg, var(--clr-main-orange),var(--clr-sub-orange) 100%);*/
	background-color: var(--clr-main-orange);
	font-size: 1.1rem;
	color: #fff;
	text-align: center;
	padding: 10px 1.5rem;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

table th:after{
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top:calc(50% - 10px);
	right:-10px;
	border-left: 10px solid var(--clr-main-orange);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

table td{
	width: 70%;
	text-align: left;
	background-color: #fff;
/*	background-color: var(--clr-sub-yellow);*/
/*	background-image: linear-gradient(180deg, var(--clr-sub-yellow),#fff 100%); */
	padding: 10px 1.5rem;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 1rem;
}

/* --------------------------------------------------------------------------------------------- */
/* ■ スライドショー */
/* --------------------------------------------------------------------------------------------- */
.slide-container {
	width: 80%;
	margin: 50px auto;
	display: flex;
	align-items: center;
	overflow: hidden;		/* はみ出した部分を隠す */
	background-color: var(--clr-main-blue);
}
.slide-wrapper {
	display: flex;
	animation: slide-flow 20s infinite linear 1s both;
}
.slide{
	max-width: 320px;
	max-height: 200px;
	object-fit:cover;
	border: 1px solid #000;
	margin: 10px 5px;
}
@keyframes slide-flow {
	0% {transform: translateX(0);}
	100% {transform: translateX(-100%);}
}

.slide-paused:hover .slide-wrapper {
	animation-play-state: paused;
}
.slide-paused:hover .slide-wrapper img:hover {
	opacity: .8;
	cursor: grabbing;
}


/* --------------------------------------------------------------------------------------------- */
/* ■ 画像切り替え */
/* --------------------------------------------------------------------------------------------- */
/* imgのみ */
.change_image {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 30s 0s infinite;
  animation: anime 30s 0s infinite;
}

.change_image:nth-of-type(2) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

.change_image:nth-of-type(3) {
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}

/* ふわっとアニメーション */
@keyframes anime {
  0% {
    opacity: 0; transform: scale(1.5);
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1; transform: scale(1.0);
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 0; transform: scale(1.5);
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1; transform: scale(1.0);
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
/*
@keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
*/

/* --------------------------------------------------------------------------------------------- */
/* ■ レスポンシブ対応 */
/* --------------------------------------------------------------------------------------------- */
/*@media screen and (max-width: 900px) {*/
@media screen and (max-width: 900px)
{
	.pc {
		display: none;
	}
	.title_content {
		flex-direction: column;
	}
	.title_content .left {
		width: 80%;
		padding: 1em 2em 0em 2em;
		margin-bottom: 20px;
	}
	.title_content .left::before {
		content: none;
	}
	.title_content .left .title .en {
		font-size: 3.5rem;
	}
	.title_content .left .text-area {
		position: static;
	}
	.title_content .left .copy {
		white-space: normal;
		font-size: 1rem;
		transform: translateX(0%);
	}
	.title_content .right {
		width: 100%;
		height: 320px;
	}
	.title_content .right .change_container {
		width: 100%;
		height: 320px;
	}

	body {
		font-size: 16px;
	}
	.content p {
		font-size: 0.8rem;
	}


	/* スマホでは幅を80%にする */
	.PC_Width50 {
		width: 80%;
	}
	.PC_Width80 {
		width: 80%;
	}
	table{
		width: 80%;
	}
	/* スマホでは幅を100%にする */
	.content {
		width: 100%;
	}

	/*ナビゲーション部分*/
	nav{
		display: block;
	}
	 
	.menu-list {
		display: block;
		justify-content: center;						/* メニューアイテムを中央揃えに */
		opacity: 90%;									/* 透明度 */
	}

	.menu-item {
		display: relative;
		border-left: 1px solid #fff;					/* メニューアイテムの左ボーダー */
		position: relative;
		background-color: var(--clr-sub-blue);			/* メガメニューの背景色 */
		transition: all 1s ease 0s;						/* 変化時間 */

		padding-left: 1em;
		padding-right: 1em;

		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #fff;
	}

	.menu-item:hover,
	.menu-item:focus {
		background-color: var(--clr-sub-blue);
		color: #333;
	}

	.menu-item:active{
		background: var(--clr-sub-blue);
	}

	.menu-item:last-child {
		border-right: 1px solid #fff;				/* 最後のメニューアイテムの右ボーダー */
	}

	/* メニューアイテムのホバースタイル */
	.menu-item:hover .drop-menu-list {
		opacity: 90%;								/* 透明度 */
		transition: opacity 1s, visibility 1s;		/* 変化時間 */
		visibility: visible;						/* 下層メニューを表示 */
	}

	.menu-item a {
		align-items: center;
		color: #fff;								/* メニューアイテム内のリンクテキストの色 */
		display: flex;
		height: 3em;
	/*	justify-content: left;*/
		text-decoration: none;						/* リンクの下線を非表示 */
	}

	.nav-menu{
		display: block;
		position: relative;
		text-align:center;
		transition: 0.5s ease;/*滑らかに表示*/
		-webkit-transform: translateX(200%);/*画面より100%外へ押し出し非表示にさせる*/
		font-size: 1.9vh;
	}

	.nav-right {
		right: 80px;
	}
	.nav-right span {
		display: none;
	}

	a.btn_23 {
		width: 100%;
		border: none;
	}
	a.btn_23:hover::before {
		transform: translateX(-100%);
	}

	.Toggle {
		display: block;
		position: fixed;    /* bodyに対しての絶対位置指定 */
		width: 42px;
		height: 42px;
		cursor: pointer;
		z-index: 3;
		right:15px;
	}

	/* ドロップダウンメニュー */
	.drop-menu {
	  position: relative;
	}
	.drop-menu-list {
		background-color: var(--clr-sub-blue);
		left: 0%;
		width: 100%;
		transform: translateX(0%);
		opacity: 100%;
		position: static;
		top: 100%;
		transition: none;
		visibility: visible;
		border-radius: 0%;
		filter: none;
	}

	.drop-menu-list:before {
		display: none;
	}

	.box-011 {
/*	    padding: 1em;*/
	}

	.box-011 p {
	    font-size: .9em;
	}

	.box-020 {
	    padding: 2em 0;
	    width: 95%;
	}

	.box-001 {
	    padding: 0;
	}

	.box-002 {
		display: inline;
	    border: none;
	}

	.box-007 {
	    padding: 0;
	}

	.box-003 {
	    margin: 1px auto;						/* 中央配置 */
	    padding: 1em 3em;
		height: 4rem;
	}

	.box-003 > .tooltip {
		width: 120%;
	    border-radius: 20px;
	    padding: 0;
	}

	.box-005 {
		font-size: 0.8rem;
	}

	.box-013 {
		width: 100%;
	}

	ul.SquareList{
		padding: 0;
		width:90%;
	}

	.img_frame {
		width: 240px;
	}

	.arrow:after {
		width: 120%;
	}

	/* テープ見出し */
	.heading-10 {
	    position: relative;
	    transform: rotate(0deg);
		left: 10px;
	}

	.img_left {
		float: none;
	}
	.img_right {
		float: none;
	}

	table th{
		padding: 10px 0em;
		font-size: 1rem;
	}

	table td{
		font-size: 0.8rem;
	}

	.icon_handcontroller:before{
		font-size: 3em;
	}

	.icon_cg:before{
		font-size: 3em;
	}

	.icon_micom:before{
		font-size: 3em;
	}

	.icon_android:before{
		font-size: 3em;
	}

	.icon_window:before{
		font-size: 3em;
	}

	.icon_more_horiz:before{
		font-size: 3em;
	}

	.box-text{
		float: right;
	}
	.box-icon{
		float: left;
		display: block;
		position: fixed;    /* bodyに対しての絶対位置指定 */
		margin-top: 10px;
	}

	.box-002 .box_image {
		max-width: 320px;
	}

	.slide-container {
		width: 100%;
		margin: auto;
	}
}


/* --------------------------------------------------------------------------------------------- */
/* ■ フッター */
/* --------------------------------------------------------------------------------------------- */
.footer-2 {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 25px 10px 10px;
    background-color: var(--clr-main-orange);
	opacity: 90%;									/* 透明度 */
}

.footer-2__logo {
    width: 130px;
    height: 30px;
}

.footer-2__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 1.5em;
    list-style-type: none;
    margin: 0 0 .5em;
    padding: .5em;
}

.footer-2__sns-icon {
    width: 21px;
    height: 21px;
}

.footer-2__copyright {
    margin: 0;
    color: #ffffffb3;
    font-weight: 200;
    font-size: .8em;
}



/* --------------------------------------------------------------------------------------------- */
/* ■ ボーダー */
/* --------------------------------------------------------------------------------------------- */
hr {
    height: 3px;
    background: linear-gradient(to right, var(--clr-main-blue), transparent);	/* 右側透過 */
    border: none;
}


/* --------------------------------------------------------------------------------------------- */
/* ■ フェードイン */
/* --------------------------------------------------------------------------------------------- */
/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn{
	animation-name:fadeInAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeInAnime{
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* 下から */

.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeUpAnime{
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 上から */

.fadeDown{
	animation-name:fadeDownAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeDownAnime{
	from {
		opacity: 0;
		transform: translateY(-100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 左から */

.fadeLeft{
	animation-name:fadeLeftAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeLeftAnime{
	from {
		opacity: 0;
		transform: translateX(-100px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* 右から */

.fadeRight{
	animation-name:fadeRightAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeRightAnime{
	from {
		opacity: 0;
		transform: translateX(100px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
	opacity: 0;
}

/*==================================================
ボンッ、ヒュッ
===================================*/

/* 拡大 */
.zoomIn{
	animation-name:zoomInAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
}

@keyframes zoomInAnime{
	from {
		transform: scale(0.6);
		opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}

/* 縮小 */
.zoomOut{
	animation-name:zoomOutAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
}

@keyframes zoomOutAnime{
	from {
		transform: scale(1.2);
		opacity: 0;
	}

	to {
		transform:scale(1);
		opacity: 1;
	}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.zoomInTrigger,
.zoomOutTrigger{
	opacity: 0;
}

/*==================================================
じわっ
===================================*/

/* ぼかしから出現 */
.blur{
	animation-name:blurAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}

@keyframes blurAnime{
	from {
		filter: blur(10px);
		transform: scale(1.02);
		opacity: 0;
	}

	to {
		filter: blur(0);
		transform: scale(1);
		opacity: 1;
	}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.blurTrigger{
	opacity: 0;
}

/* --------------------------------------------------------------------------------------------- */
/* ■ レイアウト */
/* --------------------------------------------------------------------------------------------- */

.wrapper{
  overflow: hidden;
}

.flex{
	display:flex;
	flex-wrap: wrap;
}

.box{
	width: 220px;
	padding: 20px;
	margin: 0 20px 20px 20px;
	background: #666;
	color: #fff;
	box-sizing:border-box;
}

.bgextend,
.lineTrigger{
	width: 220px;
	padding: 20px;
	margin: 0 20px 20px 20px;
	box-sizing:border-box;
}



/* --------------------------------------------------------------------------------------------- */
/* ■ アニメーション設定 */
/* --------------------------------------------------------------------------------------------- */

/* アニメーションの回数を決めるCSS*/

.count2{  
	animation-iteration-count: 2;/*この数字を必要回数分に変更*/
}

.countinfinite{  
	animation-iteration-count: infinite;/*無限ループ*/
}

/* アニメーションスタートの遅延時間を決めるCSS*/

.delay-time05{  
	animation-delay: 0.5s;
}

.delay-time1{  
	animation-delay: 1s;
}

.delay-time15{  
	animation-delay: 1.5s;
}

.delay-time2{  
	animation-delay: 2s;
}

.delay-time25{  
	animation-delay: 2.5s;
}

/* アニメーション自体が変化する時間を決めるCSS*/

.change-time05{  
	animation-duration: 0.5s;
}

.change-time1{  
	animation-duration: 1s;
}

.change-time15{  
	animation-duration: 1.5s;
}

.change-time2{  
	animation-duration: 2s;
}

.change-time25{  
	animation-duration: 2.5s;
}


/* --------------------------------------------------------------------------------------------- */
/* ■ 背景画像 */
/* --------------------------------------------------------------------------------------------- */
@keyframes bg {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 1200px -1200px;
	}
}

/* --------------------------------------------------------------------------------------------- */
/* ■ ローディング */
/* --------------------------------------------------------------------------------------------- */
.loader-bg {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: var(--clr-main-orange);
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader-bg.is-active {
  opacity: 0;
  visibility: hidden;
}

/* ++++++++ */
/* サークル */
/* ++++++++ */
/* 円弧の後部分（半透明） */
.loader {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
/* 円弧の先部分 */
.loader:before {
    width: 50%;
    height: 50%;
    background: #ffffff;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
/* 中心に●を空ける */
.loader:after {
    background: var(--clr-main-orange);
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    }
    @keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* ++++++++ */
/* バウンド */
/* ++++++++ */
.loader-bound{
    width:200px;
    height:200px;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
}
.bound-circle{
    width:20px;
    height:20px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    left:15%;
    transform-origin: 50%;
    animation: bound-circle .5s alternate infinite ease;
}
.loader-bound.is-active {
  opacity: 1;
  visibility: visible;
}

@keyframes bound-circle{
    0%{
        top:60px;
        height:5px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(1.7);
    }
    40%{
        height:20px;
        border-radius: 50%;
        transform: scaleX(1);
    }
    100%{
        top:0%;
    }
}
.bound-circle:nth-child(2){
    left:45%;
    animation-delay: .2s;
}
.bound-circle:nth-child(3){
    left:auto;
    right:15%;
    animation-delay: .3s;
}
.bound-shadow{
    width:20px;
    height:4px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top:62px;
    transform-origin: 50%;
    z-index: -1;
    left:15%;
    filter: blur(1px);
    animation: bound-shadow .5s alternate infinite ease;
}

@keyframes bound-shadow{
    0%{
        transform: scaleX(1.5);
    }
    40%{
        transform: scaleX(1);
        opacity: .7;
    }
    100%{
        transform: scaleX(.2);
        opacity: .4;
    }
}
.bound-shadow:nth-child(4){
    left: 45%;
    animation-delay: .2s
}
.bound-shadow:nth-child(5){
    left:auto;
    right:15%;
    animation-delay: .3s;
}

.loader-bound span{
    position: absolute;
    top:75px;
    font-family: "Yu Gothic";
    font-size: 20px;
    letter-spacing: 12px;
    color: #fff;
    left:15%;
}
