@charset "utf-8";
/* CSS Document */
body {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; sans-serif;font-weight: 500;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	color: #4C4C4C;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 1.75;
	/*--*/
	animation: fadeIn 1.5s ease 0s 1 normal;
	-webkit-animation: fadeIn 1.5s ease 0s 1 normal;
	-ms-animation: fadeIn 1.5s ease 0s 1 normal;
	-webkit-text-size-adjust: 100%;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-ms-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.font_e {
	font-family: "Josefin Sans", sans-serif;
	font-style: normal;
	font-weight: 300;
}
p{
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}
h1 {
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

.DEV_PC {
}
.DEV_SP {
	display: none;
}
.Link01 a:hover{
	opacity: 0.5;
	transition:0.3S;
}
.Link02 a:hover{
	color: #0094FF;
}
header {
	height: 100px;
	width: 100%;
	background-color: #FFF;
	box-shadow: 0px 1px 10px 0px #333333;
	left: 0px;
	top: 0px;
	right: 0px;
	display: flex;
	justify-content: space-between;
	z-index: 100;
	position: sticky;
}


#h_rogo {
	padding-right: 10px;
	padding-left: 30px;
	padding-top: 13px;
	display: flex;
}
#h_rogo img{
	width: 178px;
}
#h_rogo_t{;
	font-size: 1vw;
	display: flex;
	align-items: flex-end;
	box-sizing: border-box;
	padding-bottom: 25px;
	padding-left: 14px;
}
#h_menu {
	display: flex;
	margin-right: 2%;
	width: 100%;
	max-width: 750px;
}
.h_menu_line {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #00C9FF;
}

#h_menu > section {
	width: 100%;
	max-width: 150px;
}
#h_menu section > a {
	width: 100%;
	height: 100px;
	max-width: 150px;
	display: inline-block;
	transform: skewX(-30deg);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #4C4C4C;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
	word-break: keep-all;
}
#h_menu section > a p{
	transform: skewX(30deg);
}
#h_menu section > a:hover {
	background: #0094FF;
	color: #FFF;
	transition:0.3S;
}
.h_menu_sub {
	background: rgba(255,255,255,0.9);
	height: auto;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 100px;
	right: 0px;
	display: none;
}
.h_menu_sub_main {
	width: calc(100% - 64px);
	margin-right: auto;
	margin-left: auto;
	max-width: 1100px;
	display: grid;
	grid-template-columns: 40% 53%;
	column-gap: 7%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.h_menu_sub_main_L {
}
.h_menu_sub_main_R {	
}
.h_menu_sub_main_R > section{
	display: grid;
	grid-template-columns: 50% 50%;
	row-gap: 30px;
}
.h_menu_sub_main_R div {
	font-size: 16px;

}
.h_menu_sub_main_R section div a {
	color: #4C4C4C;
	text-decoration: none;
}

footer {
	background-image: url(../images/etc/f_bk.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	color: #FFF;
	background-color: #000;
}
#f_main {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 900px;
	padding-top: 70px;
	position: relative;
	padding-bottom: 90px;
}
.f_title {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
}
#f_box {
	display: flex;
	justify-content:space-between;
}
#f_box a{
	color: #FFF;
	text-decoration: none;
}
#f_box section {
	padding-right: 16px;
	padding-left: 16px;
	margin-top: 30px;
}
.f_sub_t {
	display: inline-block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00C9FF;
	font-weight: bold;
}
.f_list {
	background-image: url(/images/etc/s_list.svg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-top: 10px;
}
.f_youtube {
	margin-top: 20px;
	display: flex;
	align-items:center;
}
.f_youtube a img {
	padding-right: 8px;
}

.f_youtube a{
	color: #000 !important;
	background-color: #FFF !important;
	border-radius: 6px;
	font-size: 18px;
	padding-top: 2px;
	padding-right: 16px;
	padding-bottom: 2px;
	padding-left: 16px;
	text-decoration: none;
}
#f_add {
	text-align: right;
	display: inline-block;
	position: absolute;
	right: 16px;
	bottom: 0px;
	padding-top: 20px;
}
#f_add p {
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}


#f_end {
	font-size: 13px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background: rgba(0,0,0,0.7);
	margin-top: 40px;
}
#next {
	height: 40px;
	width: 40px;
	position: fixed;
	right: 0px;
	bottom: 100px;
	display: none;
}

.wide01 {
	width: calc(100% - 32px);
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}
.etc_title {
	height: 290px;
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.etc_title section {
	color: #ffff00;
	text-align: center;
	position: relative;
	background: rgba(0,0,0,0.7);
	padding-top: 18px;
	padding-right: 60px;
	padding-bottom: 18px;
	padding-left: 60px;
}
#etc_title_T {
	font-size: 40px;
	font-weight: 300;
	color: #ffff00;
}
#etc_title_B {
	color: #ffff00;
}
#etc_title_L {
	position: absolute;
  top: 0;
  left: 0;
  border-left: 40px solid #ffff00;
  border-bottom: 40px solid transparent;
}
#etc_title_R {
	position: absolute;
  bottom: 0;
  right: 0;
  border-left: 40px solid transparent;
  border-bottom: 40px solid #ffff00;
}





.etc_nav {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	
	box-sizing: border-box;
	width: calc(100% - 32px);
	
	padding-top: 10px;
	max-width: 1120px;
}
.etc_nav a{
	color: #4C4C4C;
	text-decoration: none;
}
.etc_nav a:hover{
	color: #4C4C4C;
	text-decoration: underline;
}
.etc_line {
	height: 300px;
	width: 100%;
	background-color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
.etc_line p {
	background-color: #235fe3;
	height: 2px;
	width: 100%;
	max-width: 200px;
}

#SP_CSS-------------------------------------------------------------------------------------------------------------------------- {}
@media screen and (max-width: 737px) {
body {
	min-width: 0px;
	/*textx*/
	text-size-adjust: none;
	-webkit-text-size-adjust: 100%;
}
p {
	max-height: 100%;/*クロームバグ*/
}
.DEV_PC {
	display: none !important;
}
.DEV_SP {
	display: block !important;
}
header {
	height: 80px;
}
#h_rogo {
	padding-left: 12px;
}
#h_rogo img{
	height: 50px;
	width: 120px;
}
#h_rogo_t{
	display: none;
}
#h_sp_ox {
	height: 80px;
	width: 80px;
	display: block;
}
#h_sp_sub_menu {
	width: 100%;
	background-color: #FFF;
	z-index: 99;
	left: 0px;
	top: 80px;
	right: 0px;
	overflow: auto;
	position: fixed;
	bottom: 0px;
	display: none;
}
.h_sp_sub_menu_wide {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0094FF;
}
.h_sp_sub_menu_wide section {


}
.h_sp_sub_menu_sub {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0094FF;
	display: grid;
	grid-template-columns: auto 1fr;
	font-weight: bold;
	color: #0094FF;
}
.h_sp_sub_menu_sub p {
	padding-top: 20px;
	padding-bottom: 20px;
}

.h_sp_sub_menu_sub p a {
	text-decoration: none;
	color: #0094FF;
}

.h_sp_sub_menu_sub_sw {
	text-align: right;
	font-weight: bold;
	color: #0094FF;
}
.h_sp_sub_menu_wide section ul {
	padding-left: 20px;
	padding-bottom: 20px;
	display: none;

}

.h_sp_sub_menu_wide section ul li {
	padding-top: 20px;
}
.h_sp_sub_menu_wide section ul li a {
	color: #4C4C4C;
	text-decoration: none;
}
.h_sp_sub_menu_sub_inq {
	border: 3px solid #0094FF;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
	width: 90%;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 10px;
	color: #0094FF;
	position: relative;
}
.h_sp_sub_menu_sub_inq::after{
	content: "";
	border-top-width: 2px;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #0094FF;
	border-right-color: #0094FF;
	position: absolute;
	height: 10px;
	width: 10px;
	top: 50%;
	right: 20px;
	transform: translateY(-50%)rotate(30deg) skew(-21deg);
}
footer {
}
#f_main {
}
.f_sp_sub_menu_wide {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00C9FF;
}
.f_sp_sub_menu_wide section {
}
.f_sp_sub_menu_sub {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00C9FF;
	display: grid;
	grid-template-columns: auto 1fr;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
}
.f_sp_sub_menu_sub p a {
	text-decoration: none;
	color: #FFFFFF;
}
.f_sp_sub_menu_sub_sw {
	text-align: right;
	color: #00C9FF;
}

.f_sp_sub_menu_wide section ul {
	padding-left: 20px;
	padding-bottom: 20px;
	display: none;
}
.f_sp_sub_menu_wide section ul li {
	padding-top: 20px;
}
.f_sp_sub_menu_wide section ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
.f_youtube {
	margin-top: 40px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	justify-content: center;
	text-align: center;
}
.f_youtube a{
	width: 100%;
}
.etc_nav {
	display: none;
}
.etc_title section {
	padding-right: 32px;
	padding-left: 32px;
}
#etc_title_T {
	font-size: 7vw;
}
#next {
	bottom: 0px;
}
.etc_line {
	height: 120px;
}
/*scroll_effect-------------------------------------*/
.scroll_up {
  transform: translateY(0) !important;
  opacity: 1.0 !important;
}
.scroll_left {
    opacity: 1.0 !important;
    filter: alpha(opacity=100) !important;
    -mo2304-opacity: 1.0 !important;
    transform: translateX(0) !important;
}
.scroll_right {
    opacity: 1.0 !important;
    filter: alpha(opacity=100) !important;
    -mo2304-opacity: 1.0 !important;
    transform: translateX(0) !important;
}
#SP_CSS-------------------------------------------------------------------------------------------------------------------------- {}
}
/*scroll_effect-------------------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(100px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -mo2304-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -mo2304-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -mo2304-opacity: 1.0;
    transform: translateX(0);
}
/*------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -mo2304-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -mo2304-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -mo2304-opacity: 1.0;
    transform: translateX(0);
}
