@charset "UTF-8";
/**************************************************
Brakpoint
***************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-size: 100%;
    vertical-align: baseline;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
    overflow-y: scroll;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after {
    content: '';
    content: none;
}
q:before, q:after {
    content: '';
    content: none;
}
input, textarea {
    margin: 0;
    padding: 0;
}
ol, ul {
    list-style-image: none;
    list-style-type: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
a {
    text-decoration: none;
}
a:focus {
    outline: none;
}
.clearfix {
    min-height: 1px;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
* html .clearfix {
    height: 1px;
}
.both {
    clear: both;
}
.inline_block {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
/* Helper */
.valign_top {
    vertical-align: top;
}
/**************************************************
Brakpoint
***************************************************/
html {
    background: #f5f5f5;
    font-family: 'Roboto', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 0.08em;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333333;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
}
body {
    height: 100%;
    max-width: 1600px;
    margin: auto;
}
/* COMMON
--------------------------------------------------- */
img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
a {
    color: #333333;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
a:hover {
  
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.en {
    font-family: 'Roboto', sans-serif;
}
.underline {
    display: inline-block;
    padding-bottom: 0px;
    line-height: 1.6;
    position: relative;
}
.underline::after {
    background-color: #176db7;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transition: .3s all;
    width: 0;
}
.underline:hover::after {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    body {
        font-size: 13px;
        line-height: 1.9;
    }
  
.underline::after {
     display: none;
}
.underline:hover::after {
      display: none;
}
}
/* LAYOUT
--------------------------------------------------- */
.page_header {
    width: 100%;
    height: 550px;
    background-size: cover;
    background-position: center;
}
.header_activities {
    background-image: url(https://8eb5b6.claudeassets.com/20260122162941im_/https://univa-world.net/img/header_activities.jpg);
}
.header_company {
    background-image: url(https://dfc3a6.claudeassets.com/20260122162941im_/https://univa-world.net/img/header_company.jpg);
}
.header_support {
    background-image: url(https://f5a62e.claudeassets.com/20260122162941im_/https://univa-world.net/img/header_support.jpg);
}
.header_supporter {
    background-image: url(https://95c4ec.claudeassets.com/20260122162941im_/https://univa-world.net/img/header_supporter.jpg);
}
.header_sponser {
    background-image: url(https://6bdf6d.claudeassets.com/20260122162941im_/https://univa-world.net/img/header_sponser.jpg);
}
.header_volunteer {
    background-image: url(https://502ddb.claudeassets.com/20260122162941im_/https://univa-world.net/img/header_volunteer.jpg);
}
.header_privacy {
    background-image: url(https://51a420.claudeassets.com/20260122162941im_/https://univa-world.net/img/header_privacy.jpg);
}
.inner {
	max-width: 1200px;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	width: 100%;
}
.inner_600 {
	max-width: 600px;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	width: 100%;
}
.inner_800 {
	max-width: 800px;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	width: 100%;
}
.line_wrap{
	position: fixed;
	z-index: -9998;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	width: calc(100%);
	text-align: center;
	max-width: 1202px;
	margin: 0 auto;
	border-left: #ebebeb 1px solid;
	border-right: #ebebeb 1px solid;
}
.line_wrap:before{
	content: '';
	width: 1px;
	height: 100%;
	background: #ebebeb;
	position: absolute;
	top: 0;
	left: 33.333%;
	margin: auto;
	z-index: 0;
}
.line_wrap:after{
	content: '';
	width: 1px;
	height: 100%;
	background: #ebebeb;
	position: absolute;
	top: 0;
	left: 66.666%;
	margin: auto;
	z-index: 0;
}
a.link_more {
	font-size      : 14px;
	line-height    : 1;
	position       : relative;
	width          : 215px;
	padding-bottom :  12px;
	letter-spacing : 0.1em;
}
a.link_more:before{
	position   : absolute;
	bottom     : 0;
	height     : 3px;
	content    : '';
	background : #eee;
	width      : 215px;
}
a.link_more:after{
	position         : absolute;
	bottom           : 0;
	left             : 0;
	width            : 100%;
	height           : 3px;
	content          : '';
	transition       : .3s all;
	transform        : scaleX(.7);
	transform-origin : left;
	background       : #176db7;
}
a.link_more:hover:after{
	transition : .3s all;
	transform  : scaleX(1.0);
	width      : 215px;
	background : #176db7;
	opacity    : 1;
}

@media only screen and (max-width: 767px) {
	.page_header {
	    height: 320px;
	}
	.mv_service {
		background-position: left top;
	}
	.inner, .inner_600 {
		max-width: 100%;
		padding: 0 5%;
		width: 100%;
	}
	.line_wrap{
		position: fixed;
		z-index: -9998;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		display: flex;
		width: calc(100%);
		text-align: center;
		max-width: 90%;
		margin: 0 auto;
		border-left: #ebebeb 1px solid;
		border-right: #ebebeb 1px solid;
	}
	.line_wrap:before{
		content: '';
	    width: 1px;
	    height: 100%;
	    background: #ebebeb;
	    position: absolute;
	    top: 0;
		left: 50%;
	    margin: auto;
	    z-index: 0;
	}
	.line_wrap:after{
		display: none;
	}
}
/* HEADER
--------------------------------------------------- */
.header {
	width: 100%;
	max-width: 1600px;
	padding: 30px 50px 0 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	z-index: 9000;
}
.header .logo_area a{
    display: block;
}
.header .logo_area .logo_img {
	padding: 80px 0px 0px 0px;
	width: 160px;
	display: block;
}
.header .gnav_area {
    position: relative;
    margin-top: 20px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.header .gnav_area .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:flex-end;
    align-items: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}
.header .gnav_area .gnav li {
    position: relative;
   
}
.header .gnav_area .gnav li a {
    font-size: 16px;
    color: #333333;
     margin-left: 50px;
}

.header .gnav_area .gnav li a.current {
    position: relative;
}
.header .gnav_area .gnav li a.current:after {
    background-color: #176db7;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .header {
        display: block;
        padding: 12px 15px 0 15px;
    }
    .header .logo_area .logo_img {
		max-width : 100px;
		padding   :  10px 10px 0px 0px;
    }
    .header .logo_area {
        width: 52%;
    }
    .header .logo_area .head_txt {
        display: none;
    }
    .header .gnav_area {
        width: 70%;
        height: 100%;
        position: fixed;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        margin-top: 0;
    }
    .header .gnav_area .gnav {
        display: block;
        margin: 60px 0 0 0;
        background: #fff;
        height: 100vh;
    }
    .header .gnav_area .gnav li {}
    .header .gnav_area .gnav li a {
        font-size: 15px;
        margin-left: 0;
        padding: 16px 30px !important;
    }
    .header .gnav_area .gnav li a i {
        font-size: 22px;
        color: #666;
        margin-top: 15px;
        vertical-align: -2px;
    }
    .header .gnav_area .gnav li a.current:after {
        display: none;
    }
}
@media all and (-ms-high-contrast: none) {
    .logo_area {
        margin: -40px 0 0 0;
        /*IE*/
    }
}
#masthead {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    position: absolute;
    top: 0;
    z-index: 100;
}
#masthead.scrolled {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 8999;
}
@media only screen and (max-width: 767px) {
    .drawer-hamburger {
        position: fixed;
    }
    .clone-nav {
        z-index: 0;
    }
}
.top_header {
    position: fixed;
    min-width: 1000px;
}
.header_bg {
    background-color: #fff;
    height: 90px;
    padding: 0px 30px 0 30px;
    margin: 0 auto;
    opacity: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    width: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    max-width: 1600px;
}
.header_bg.is-show {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.header_bg.is-show .logo_area {
    padding: 0px;
}
.header_bg.sub_header_bg {
    opacity: 1;
}
.drawer-overlay {
    z-index: 100;
}
.header {
    z-index: 10;
}
.header .logo_area {
    z-index: 3;
    position: fixed;
    padding: 45px 15px 15px 0px;
}
.header .gnav_area {
    z-index: 101;
    position: absolute;
    right: 50px;
    top: 15px;
    width: 60%;
}
.header.sub_menu {
    background-color: #fff;
    position: fixed;
    height: 70px;
    padding: 0px 50px 0 40px;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.05);
}
.header.sub_menu .logo_area {
    padding: 15px 15px 15px 15px;
}
@media only screen and (max-width: 767px) {
    .header_bg {
        height: 60px;
        padding: 0 20px;
        width: 100%;
    }
    .header_bg .logo_img {
        margin: 15px 0 0 0;
    }
    .header {
        z-index: unset;
        position: static;
        padding: 0;
    }
    .header .logo_area {
        padding: 0;
        margin: 15px 0 0 15px;
        top: 0;
		z-index: 100;
    }
    .header .gnav_area {
        position: fixed;
        right: -16.25rem;
        top: 0;
    }
    .header.sub_menu {
        position: fixed;
        top: 0;
        background-color: #fff;
        height: 60px;
        z-index: 9999;
        padding: 0;
    }
    .header.sub_menu .logo_area {
        position: fixed;
        top: 0;
        padding: 0;
    }
}
/* SP MENU
--------------------------------------------------- */
.drawer-nav {
	position         : inherit;
	z-index          : inherit;
	top              : inherit;
	overflow         : inherit;
	width            : inherit;
	height           : inherit;
	color            : inherit;
	background-color : inherit;
}
@media only screen and (max-width: 767px) {
	.drawer-nav {
		position         : fixed;
		z-index          : 101;
		top              : 0;
		width            : 16.25rem;
		height           : 100%;
		color            : #000;
		background-color : #fff;
	}
	.drawer--right .drawer-nav {
		right: 50px;
	}
	.drawer--right .drawer-nav {
		right: -30rem;
	}
}
/* SLIDE
--------------------------------------------------- */
.slide_area {
	width: 100%;
	min-width: 1140px;
	height: 65vh;
	position: relative;
	z-index: 0;
	background-size: cover;
	background-position: center;
	background-image: url(https://ae2932.claudeassets.com/20260122162941im_/https://univa-world.net/img/top.jpg);
}
@media only screen and (max-width: 767px) {
	.slide_area {
		min-width: 100%;
		height: 38vh;
	}
}
/* top_activities
--------------------------------------------------- */
h2 {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.1em;
	position: relative;
}
h2:after{
	content: "";
	display: block;
	border-bottom: 3px solid #176db7;
	width: 30px;
	text-align: left;
	margin:6px 0 0px;
}
h1.second_page_ttl {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.1em;
	position: relative;
	padding-top: 80px;
}
h1.second_page_ttl:after{
	content: "";
	display: block;
	border-bottom: 3px solid #176db7;
	width: 30px;
	text-align: left;
	margin:6px 0 0px;
}
h2.second_page_sub {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.1em;
	position: relative;
}
h2.second_page_sub:before{
	content: "";
	display: inline-block;
border-bottom: none;
	background-color: #176db7;
	height: 20px;
	vertical-align: -3px;
	width: 3px;
	text-align: left;
	margin:0px 10px 0px 0;
}
h2.second_page_sub:after{
	display: none;
}

.top_activities_youtube {
	position : relative;
}
.top_activities_youtube h2{
	margin-top   : 40px;
	margin-bottom: 20px;
}
.top_activities_youtube iframe {
	width  : 590px;
	height : 315px;
}
.top_activities_youtube ul{
	display: flex;
}
.top_activities_youtube ul li {
	border-right: #eee 1px solid;
	box-sizing: border-box;
	width: 50%;
}
.top_activities_youtube_txt {
	position : relative;
}
.top_activities_youtube_txt ul{
	display  : flex;
}
.top_activities_youtube_txt ul li {
	border-right: #eee 1px solid;
	box-sizing: border-box;
	width: 100%;
}
.top_activities_youtube_txt ul li .top_activities_youtube_txt{
	background-color: #fff;
	padding: 34px 40px 10px;
}
.top_activities_youtube_txt ul li .top_activities_youtube_txt p{
	padding-bottom: 35px; 
	text-align: justify;
}

.top_activities {
	padding-top: 80px;
	position: relative;
	padding-bottom:160px;
}
.top_activities ul{
	margin-top: 40px;
	display: flex;
}
.top_activities ul li {
	border-right: #eee 1px solid;
	box-sizing: border-box;
	width: 33.333%;
}
.top_activities ul li .top_activities_txt{
	background-color: #fff;
	padding: 34px 40px 48px;
}
.top_activities ul li .top_activities_txt h3{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 17px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.top_activities ul li .top_activities_txt p{
	padding-bottom: 35px; 
	text-align: justify;
}
.top_activities ul li .top_activities_detail{
	height: 300px;
}
@media only screen and (max-width: 767px) {
	h2 {
		font-size: 20px;
		font-weight: 400;
	}
	h1.second_page_ttl {
	    font-size: 20px;
		padding-top: 50px;
		line-height: 1.4;
	}
	.top_activities {
		padding-top: 60px;
		position: relative;
		padding-bottom:120px;
	}
	.top_activities:after {
		width:35%;
		height: 800px;
	}
	.top_activities ul{
		margin-top: 35px;
		display: block;
	}
	.top_activities ul li {
		border-right: none;
		margin-bottom: 30px;
		width: 100%;
	}
	.top_activities ul li .top_activities_txt{
		padding: 30px 30px 40px;
	}
	.top_activities ul li .top_activities_txt h3{
		font-size: 18px;
		padding-bottom: 17px;
	}
	.top_activities ul li .top_activities_txt p{
		padding-bottom: 35px; 
	}
	.top_activities_youtube ul{
		margin-top: 35px;
		display: block;
	}
    .top_activities_youtube iframe {
    	width  : 350px;
    	height : 200px;
    }
	.top_activities_youtube ul li {
		border-right: none;
		margin-bottom: 30px;
		width: 100%;
	}
	.top_activities_youtube ul li .top_activities_youtube_txt{
		padding: 30px 30px 40px;
	}
	.top_activities_youtube ul li .top_activities_youtube_txt p{
		padding-bottom: 35px; 
	}
}


/* top_news
--------------------------------------------------- */
.top_news {
    margin-bottom: 100px;
	position: relative;
	z-index: 2;
}
.top_news .top_news_txt{
	background-color: #fff;
	padding-top: 66px;
	height: 420px;
}
.top_news .top_news_detail{
	margin-top: 35px;
	width: 550px;
}
.top_news .top_news_detail dl{
	display: flex;
	border-bottom: 1px solid #eee;
	padding-bottom: 17px;
	padding-top: 17px;
}
.top_news .top_news_detail dl dt{
	width: 90%;
}
.top_news .top_news_detail dl dd{
	width: 10%;
}
.top_news .top_news_img{
	background-size    : cover;
	background-position: center;
	background-image: url(https://1bbc0b.claudeassets.com/20260122162941im_/https://univa-world.net/img/top_news_paraserf2.jpg);
	height   : 125%;
	width    :  25%;
	position : absolute;
	right    : 300px;
	top      : -50px;
}
@media only screen and (max-width: 767px) {
	.top_news {
		margin-bottom: 60px;
		position: relative;
		z-index: 2;
	}
	.top_news .top_news_txt{
		background-color: #fff;
		padding-top: 80px;
		height: auto;
		z-index: 50;
		padding-bottom: 50px;
		margin-top: 170px;
	}
	.top_news .top_news_detail{
		margin-top: 30px;
		width: 100%;
	}
	.top_news .top_news_detail dl{
		display: block;
		border-bottom: 1px solid #eee;
		padding-bottom: 17px;
		padding-top: 17px;
	}
	.top_news .top_news_detail dl dt{
		width: 100%;
	}
	.top_news .top_news_detail dl dd{
		width: 100%;
	}
	.top_news .top_news_img{
		height : 35%;
		width  : 35%;
		right  : 0;
		top    : 0px;
		z-index: 0;
		opacity: 0.8;
	}
}

/* top_link
--------------------------------------------------- */
.top_link ul {
	width            : 100%;
	display          : -webkit-box;
	display          : -ms-flexbox;
	display          : flex;
	-webkit-box-pack : justify;
	-ms-flex-pack    : justify;
	justify-content  : space-between;
	margin-top       : 50px;
}
.top_link ul li{
	text-align: center;
	width     : 20%;
}
.top_link ul li dt{
	background-color: #fff;
	border-radius   : 60px;
	width           : 120px;
	height          : 120px;
	margin          : 0 auto 15px;
}
.top_link ul li dt img{
	width       : 80px;
	height      : 80px;
	margin-top  : 22px;
	margin-left : 3px;
}
.top_link ul li dd{
	font-weight : bold;
	font-size   : 18px;
	color: #666666;
}
@media only screen and (max-width: 767px) {
	#ses,#order,#maintenance{
		padding-top : 120px;
		margin-top  : -120px;
	}
	.top_link ul {
		width             : 100%;
		display           : -webkit-box;
		display           : -ms-flexbox;
		display           : -webkit-flex;
		display           : flex;
		-webkit-flex-wrap : wrap;
		flex-wrap         : wrap;
		margin-top        : 30px;
	}
	.top_link ul li{
		text-align    : center;
		width         : 50%;
		margin-bottom : 20px;
	}
	.top_link ul li:last-child{
		text-align   : center;
		width        : 50%;
		margin-bottom:  0px;
	}
	.top_link ul li dt{
		background-color : #fff;
		border-radius    :  60px;
		width            : 120px;
		height           : 120px;
		margin           : 0 auto 10px;
	}
	.top_link ul li dt img{
		width       : 80px;
		height      : 80px;
		margin-top  : 20px;
		margin-left :  3px;
	}
	.top_link ul li dd{
		font-weight: bold;
		font-size  : 16px;
	}
}

/* top_sponser
--------------------------------------------------- */
.top_sponser ul {
	width            : 100%;
	display          : -webkit-box;
	display          : -ms-flexbox;
	display          : flex;
	-webkit-box-pack : justify;
	-ms-flex-pack    : justify;
	justify-content  : space-between;
	margin-top       : 50px;
}
.top_sponser ul li{
	text-align: center;
	width     : 20%;
}
.top_sponser ul li dt{
	background-color: #fff;
	border-radius   : 30px;
	width           : 120px;
	height          : 120px;
	margin          : 0 auto 15px;
}
.top_sponser ul li dt img{
	width       : 80px;
	height      : 80px;
	margin-top  : 22px;
	margin-left : 3px;
}
.top_sponser ul li dd{
	font-weight : bold;
	font-size   : 18px;
	color: #666666;
}
@media only screen and (max-width: 767px) {
	#ses,#order,#maintenance{
		padding-top : 120px;
		margin-top  : -120px;
	}
	.top_sponser ul {
		width             : 100%;
		display           : -webkit-box;
		display           : -ms-flexbox;
		display           : -webkit-flex;
		display           : flex;
		-webkit-flex-wrap : wrap;
		flex-wrap         : wrap;
		margin-top        : 30px;
	}
	.top_sponser ul li{
		text-align    : center;
		width         : 50%;
		margin-bottom : 20px;
	}
	.top_sponser ul li:last-child{
		text-align   : center;
		width        : 50%;
		margin-bottom:  0px;
	}
	.top_sponser ul li dt{
		background-color : #fff;
		border-radius    :  30px;
		width            : 120px;
		height           : 120px;
		margin           : 0 auto 10px;
	}
	.top_sponser ul li dt img{
		width       : 80px;
		height      : 80px;
		margin-top  : 20px;
		margin-left :  3px;
	}
	.top_sponser ul li dd{
		font-weight: bold;
		font-size  : 16px;
	}
}

/* representative
--------------------------------------------------- */
.representative_kind .representative_box_all{
	margin: 50px auto 100px;
}
.representative_kind .representative_box {
	width: 100%;
	height: 650px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	margin: 0 0 60px;
}

.representative_kind .representative_box.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.representative_kind .representative_box .representative_img {
	width: 700px;
}
.representative_kind .representative_box .txt_box {
	width: 800px;
	padding: 0 70px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.representative_kind .representative_box .txt_box .icon_txt {
	color: #0061aa;
	font-size: 13px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.representative_kind .representative_box .txt_box .icon_txt:before {
	content: "";
	background-color: #0061aa;
	width: 20px;
	height: 1px;
	display: block;
	margin: 0 5px 0 0;
}
.representative_kind .representative_box .txt_box .reason_tit {
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 15px 0;
	line-height: 1.8;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media only screen and (max-width: 767px) {
	#ses,#order,#maintenance{
		padding-top: 120px;
		margin-top: -120px;
	}
	.representative_kind .representative_box_all{
		margin: 30px auto 80px;
	}
	.representative_kind .representative_box {
		width: 100%;
		height: auto;
		display: block;
		margin: 0 0 30px;
	}
	.representative_kind .representative_box .representative_img {
		width: 100%;
	}
	.representative_kind .representative_box .txt_box {
		width: 100%;
		padding: 35px 35px;
	}
	.representative_kind .representative_box .txt_box .icon_txt {
		font-size: 11px;
	}
	.representative_kind .representative_box .txt_box .reason_tit {
		font-size: 18px;
	}
}

/* activities
--------------------------------------------------- */
#ses,#order,#maintenance,#history{
	padding-top: 150px;
	margin-top: -150px;
}
.icon_img {
	width: 100px;
	display: flex;
	align-items: center;
	padding-top: 20px;
}
.icon_yoko_img {
	width: 150px;
	display: flex;
	align-items: center;
}
.activities_kind .activities_box_all{
	margin: 50px auto 100px;
}
.activities_kind .activities_box {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	margin: 0 0 60px;
}
.activities_kind .activities_box.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.activities_kind .activities_box .txt_box_only {
	width: 1400px;
	padding: 0 70px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 40px 0px 40px 0px;
}
.activities_kind .activities_box .activities_img {
	width: 700px;
}
.activities_kind .activities_box .txt_box {
	width: 700px;
	padding: 0 70px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 40px 0px 40px 0px;
}
.activities_kind .activities_box .icon_txt {
	color: #0061aa;
	font-size: 13px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.activities_kind .activities_box .icon_txt:before {
	content: "";
	background-color: #0061aa;
	width: 20px;
	height: 1px;
	display: block;
	margin: 0 5px 0 0;
}
.activities_kind .activities_box .reason_tit {
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 15px 0;
	line-height: 1.8;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media only screen and (max-width: 767px) {
	#ses,#order,#maintenance{
		padding-top: 120px;
		margin-top: -120px;
	}
	.activities_kind .activities_box_all{
		margin: 30px auto 80px;
	}
	.activities_kind .activities_box {
		width: 100%;
		height: auto;
		display: block;
		margin: 0 0 30px;
	}
	.activities_kind .activities_box .txt_box_only {
		width: 100%;
		padding: 35px 35px;
	}
	.activities_kind .activities_box .activities_img {
		width: 100%;
	}
	.activities_kind .activities_box .txt_box {
		width: 100%;
		padding: 35px 35px;
	}
	.activities_kind .activities_box .icon_txt {
		font-size: 11px;
	}
	.activities_kind .activities_box .reason_tit {
		font-size: 18px;
	}
}

/*company
--------------------------------------------------- */
.company_profile{
	margin: 50px 0 110px
}
.company_profile .company_profilebox{
	background-color: #fff;
	width: 710px;
	padding: 25px 80px 25px 40px;
}
.company_profile .company_profilebox dl{
	display: flex;
	border-bottom: #eee 1px solid;
	padding: 15px 0;
}
.company_profile .company_profilebox dl:last-child{
	display: flex;
	border-bottom:none;
	padding: 15px 0;
}
.company_profile .company_profilebox dl{
	display: flex;
}
.company_profile .company_profilebox dl dt{
	width:24%;
}
.company_profile .company_profilebox dl dd{
	width:76%;
}
.company_profile .company_profilebox dl dd img{
	width: 67px;
	vertical-align:-1px;
}
.company_profile #map{
	position: absolute;
	right: 0;
	top: 60px;
	width: 45%;
	height: 500px;
	
}
.company_historybox{
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	display: flex;
}
.company_history_left{
	width: 48%;
}
.company_history_right{
	width: 48%;
}
.company_historybox dl{
	padding-top: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 6px;
}
@media only screen and (max-width: 767px) {
	.company_profile{
		margin: 50px 0 60px
	}
	.company_profile .company_profilebox{
		background-color: #fff;
		width: 100%;
		padding: 20px 30px 15px;
	}
	.company_profile .company_profilebox dl{
		border-bottom: #eee 1px solid;
		padding: 15px 0;
	}
	.company_profile .company_profilebox dl:last-child{
		display: flex;
		border-bottom:none;
		padding: 15px 0;
	}
	.company_profile .company_profilebox dl{
		display: flex;
	}
	.company_profile .company_profilebox dl dt{
		width: 22%;
	}
	.company_profile .company_profilebox dl dd{
		width: 78%;
		padding-left: 15px;
	}
	.company_profile .company_profilebox dl dd img{
		width: 56px;
		vertical-align:-1px;
	}
	.company_profile #map{
		position: relative;
		right: 0;
		top: 0;
		width: 100%;
		height: 400px;
	}
	.company_historybox{
		display: block;
	}
	.company_history_left{
		width: 100%;
	}
	.company_history_right{
		width: 100%;
	}
	.company_historybox dl{
		padding-top: 25px;
		padding-bottom: 5px;
	}
}


/* support
--------------------------------------------------- */
.support_box{
	margin-top: 30px;
}
.support_box ul.support_tab{
	display: flex;
	font-weight: bold;
	font-size: 16px;
	margin-bottom:50px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.support_box ul.support_tab li{
	width: 450px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 50px 0px 0px 130px;
	display: block;
}
.support_box ul.support_tab li a{
	background-color: #d7d7d7;
	text-align: center;
	color: #666666;
	display: block;
}
.support_box ul.support_tab li a:hover{
	background-color: #176db7;
	text-align: center;
	color: #fff;
	display: block;
}
.support_box ul.support_tab li a.support_form{
	background-color: #176db7;
	color: #fff;
}
.support_box ul.support_tab li a.support_cloudfund{
	background-color: #48b0cb;
	color: #fff;
}
/* iframe */
.support_box .iframe_form iframe{
	width  :  700px;
	height : 1500px;
	padding: 30px 0px 0px 0px;
}
.volunteer_box .iframe_form iframe{
	width  :  700px;
	height : 2500px;
	padding: 30px 0px 0px 0px;
}
@media only screen and (max-width: 767px) {
	.support_box{
		margin-top: 30px;
	}
	.support_box ul.support_tab{
		font-size: 13px;
		margin-bottom:35px;
	}
	.support_box ul.support_tab li{
		width  : 300px;
		height : 35px;
		line-height: 35px;
		padding: 20px 0px 0px 50px;
	}
	/* iframe */
	.support_box .iframe_form iframe{
		width  :  300px;
		height : 1600px;
		padding: 30px 0px 0px 0px;
	}
}

/* supporter
--------------------------------------------------- */
.supporter {
	padding-top    :  80px;
	position       :  relative;
	padding-bottom : 160px;
}
.supporter:after {
	background-color : #eeeeee;
	width            : 585px;
	position         : absolute;
	right            : 0%;
	top              : 0;
	content          : "";
	height           : 1200px;
	z-index          : -9999;
	overflow         : hidden;
}
.supporter ul{
	margin-top : 40px;
	display    : flex;
}
.supporter ul li {
	border-right : #eee 1px solid;
	box-sizing   : border-box;
	width        : 33.333%;
   
}
.supporter ul li:last-child{
	border-right : none;
	box-sizing   : border-box;
}
.supporter ul li .supporter_txt{
	background-color : #fff;
	padding          : 34px 40px 48px;
}
.supporter ul li .supporter_txt h3{
	font-size      : 18px;
	font-weight    : bold;
	padding-bottom : 17px;
	font-family    : "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.supporter ul li .supporter_txt p{
	padding-bottom : 35px; 
	text-align     : justify;
}
.supporter ul li .supporter_detail{
	height : 260px;
}
@media only screen and (max-width: 767px) {
	h2 {
		font-size   : 20px;
		font-weight : 400;
	}
	h1.second_page_ttl {
	    font-size   : 20px;
		padding-top : 50px;
		line-height : 1.4;
	}
	.supporter {
		padding-top    :  60px;
		position       :  relative;
		padding-bottom : 120px;
	}
	.supporter:after {
		width  :  35%;
		height : 800px;
	}
	.supporter ul{
		margin-top : 35px;
		 display   : block;
	}
	.supporter ul li {
		border-right  : none;
		margin-bottom :  30px;
		width         : 100%;
	}
	.supporter ul li .supporter_txt{
		padding : 30px 30px 40px;
	}
	.supporter ul li .supporter_txt h3{
		font-size      : 18px;
		padding-bottom : 17px;
	}
	.supporter ul li .supporter_txt p{
		padding-bottom : 35px; 
	}
}
/* sponser
--------------------------------------------------- */
.sponser_kind .sponser_box_all{
	margin: 50px auto 100px;
}
.sponser_kind .sponser_box {
	width: 100%;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align : center;
	-ms-flex-align    : center;
	align-items     : center;
	justify-content : space-between;
	background-color: #fff;
	margin: 0 0 60px;
}
.sponser_kind .sponser_box.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.sponser_kind .sponser_box .sponser_img {
	width: 500px;
}
.sponser_kind .sponser_box .txt_box {
	width: 900px;
	padding: 0 70px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 40px 0px 40px 0px;
}
.sponser_kind .sponser_box .icon_txt {
	color: #0061aa;
	font-size: 13px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sponser_kind .sponser_box .icon_txt:before {
	content: "";
	background-color: #0061aa;
	width: 20px;
	height: 1px;
	display: block;
	margin: 0 5px 0 0;
}
.sponser_kind .sponser_box .reason_tit {
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 15px 0;
	line-height: 1.8;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media only screen and (max-width: 767px) {
	#ses,#order,#maintenance{
		padding-top: 120px;
		margin-top: -120px;
	}
	.sponser_kind .sponser_box_all{
		margin: 30px auto 80px;
	}
	.sponser_kind .sponser_box {
		width: 100%;
		height: auto;
		display: block;
		margin: 0 0 30px;
	}
	.sponser_kind .sponser_box .txt_box_only {
		width: 100%;
		padding: 35px 35px;
	}
	.sponser_kind .sponser_box .sponser_img {
		width: 100%;
	}
	.sponser_kind .sponser_box .txt_box {
		width: 100%;
		padding: 35px 35px;
	}
	.sponser_kind .sponser_box .icon_txt {
		font-size: 11px;
	}
	.sponser_kind .sponser_box .reason_tit {
		font-size: 18px;
	}
}

/* privacy plicy
--------------------------------------------------- */
.privacy_box{
	margin-top: 100px;
}
.privacy_box p{
	line-height: 2.0;
	margin-bottom: 30px;
	text-align: justify;
}
.privacy_box dl.privacy_list{
	margin-bottom:30px;
	display: flex;
}
.privacy_box dl.privacy_list dt{
	width: 5%;
}
.privacy_box dl.privacy_list dd{
	width: 95%;
	text-align: justify;
}
.privacy_box h2.privacy_contact{
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #176db7;
	padding-bottom: 5px;
	margin-bottom:12px;
}
.privacy_box h2.privacy_contact:after{
	display: none;
}
.privacy_box h3.privacy_contact_list{
	font-size: 15px;
	font-weight: bold;
	margin-bottom:12px;
}
.privacy_box .privacy_list_txt{
	margin-bottom:30px;
}
.privacy_profile{
	margin: 30px 0px 30px 50px;
}
.privacy_profile .privacy_profilebox{
	background-color: #fff;
	width: 750px;
	padding: 25px 80px 25px 40px;
}
.privacy_profile .privacy_profilebox dl{
	display: flex;
	border-bottom: #eee 1px solid;
	padding: 15px 0;
}
.privacy_profile .privacy_profilebox dl:last-child{
	display: flex;
	border-bottom:none;
	padding: 15px 0;
}
.privacy_profile .privacy_profilebox dl{
	display: flex;
}
.privacy_profile .privacy_profilebox dl dt{
	width:30%;
}
.privacy_profile .privacy_profilebox dl dd{
	width:70%;
}
@media only screen and (max-width: 767px) {
	.privacy_box{
		margin-top   : 70px;
		margin-left  : 30px;
		margin-right : 30px;
	}
	.privacy_box p{
		margin-bottom: 40px;
	}
	.privacy_box dl.privacy_list{
		margin-bottom: 40px;
	}
	.privacy_box dl.privacy_list dt{
		width: 11%;
	}
	.privacy_box dl.privacy_list dd{
		width:89%;
	}
	.privacy_box h2.privacy_contact{
		font-size: 15px;
	}
	.privacy_box h3.privacy_contact_list{
		font-size: 14px;
		margin-bottom:12px;
	}
	.privacy_box .privacy_list_txt{
		margin-bottom:30px;
	}
}


/* FOOTER
--------------------------------------------------- */
footer {
	background-color: #fff;
	width: 100%;
	margin: 110px 0 0px 0;
	padding: 50px 0 30px;
	position: relative;
	display: flex;
	z-index: 3;
	min-width: 1000px;
}
footer .footerbox {
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
footer .footer_left {
	width: 40%;
}
footer .footer_left .footer_logo {
	width: 70px;
	margin-bottom: 15px;
}
footer .footer_left dt {
	font-weight: bold;
}
footer .footer_left dd {
	font-size: 14px;
}
footer .footer_right {
	width: 60%;
	display: flex;
}
footer .footer_right ul {
	width: 30%;
}
footer .footer_right dt {
font-weight: 500;
	font-size: 16px;
	padding-bottom: 5px;
}
footer .footer_right dd {
	font-size: 14px;
	padding-bottom: 2px;
}
footer .footer_right dd a{
	color: #999;
}
footer ul.privacy_link {
    text-align: right;
    font-size: 12px;
    margin: -20px 0 0 0;
}
footer ul.privacy_link li a{
	color: #999;
}
footer ul.privacy_link li:first-child{
	display: inline-block;
	border-left: none;
	padding-left: 5px;
	padding-right: 5px;
	color: #999;
}
footer ul.privacy_link li:last-child{
	display: inline-block;
	border-left: 1px solid #eee;
	padding-left: 10px;
	padding-right: 0px;
	color: #999;
}
footer .cr {
    text-align: right;
    font-size: 11px;
}
@media only screen and (max-width: 767px) {
	footer {
		margin: 80px 0 0px 0;
		padding: 45px 0 15px;
		position: relative;
		display: flex;
		z-index: 3;
		min-width: 100%;
	}
	footer .footerbox {
		display: block;
	}
	footer .footer_left {
		width: 100%;
		margin-bottom: 30px;
	}
	footer .footer_left .footer_logo {
		width: 80px;
		margin-bottom: 15px;
	}
	footer .footer_left dt {
		font-weight: bold;
		font-size: 14px;
	}
	footer .footer_left dd {
		font-size: 13px;
	}
	footer .footer_right {
		width: 100%;
		display: flex;
		margin-bottom: 25px;
	}
	footer .footer_right ul {
		width: 33.333%;
	}
	footer .footer_right dt {
		font-size: 14px;
		padding-bottom: 5px;
	}
	footer .footer_right dd {
		font-size: 13px;
		padding-bottom: 2px;
	}
	footer ul.privacy_link {
		font-size: 12px;
		margin: 0px 0 0 0;
	}
	footer .cr {
		text-align: right;
		font-size: 11px;
	}
}


.drawer--top.drawer-open .drawer-nav {
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.drawer--left.drawer-open .drawer-nav, .drawer--left .drawer-hamburger, .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.drawer--right.drawer-open .drawer-nav, .drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
/* ANIMETION
--------------------------------------------------- */
.fadein {
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s !important;
    opacity: 0;
    -ms-transform: translate(0, 60px);
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
}
.fadein_af {
    opacity: 1.0;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}
.del_01 {
    -webkit-transition-delay: 0.2s !important;
    -o-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important;
}
.del_02 {
    -webkit-transition-delay: 0.4s !important;
    -o-transition-delay: 0.4s !important;
    transition-delay: 0.4s !important;
}
.del_03 {
    -webkit-transition-delay: 0.6s !important;
    -o-transition-delay: 0.6s !important;
    transition-delay: 0.6s !important;
}
@media only screen and (max-width: 768px) {
    .del_01 {
        -webkit-transition-delay: 0s !important;
        -o-transition-delay: 0s !important;
        transition-delay: 0s !important;
    }
    .del_02 {
        -webkit-transition-delay: 0s !important;
        -o-transition-delay: 0s !important;
        transition-delay: 0s !important;
    }
    .del_03 {
        -webkit-transition-delay: 0s !important;
        -o-transition-delay: 0s !important;
        transition-delay: 0s !important;
    }
}
/*
     FILE ARCHIVED ON 15:26:32 Nov 04, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:55:34 Jun 25, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.362
  exclusion.robots: 0.03
  exclusion.robots.policy: 0.022
  esindex: 0.007
  cdx.remote: 1101.492
  LoadShardBlock: 68.967 (3)
  PetaboxLoader3.datanode: 62.304 (4)
  PetaboxLoader3.resolve: 753.373 (2)
  load_resource: 767.671
*/