@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Welcom
7. Top-contents
8. News
9. Page-header
10. Page
11. Footer
12. Back-top
13. Print

******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: 'Poppins', "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 400;
	background: #FFFFFF;
	color: #222222;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: 'Poppins', "Noto Sans JP", sans-serif;
	font-size: 18px;
	line-height: 1.8;
	font-weight: 400;
	color: #555555;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #6c44b7;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
p:last-of-type
{
	margin-bottom: 0;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #6c44b7;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	
}
p::selection
{
	
}
h1{font-size: 36px;}
h2{font-size: 32px;}
h3{font-size: 24px;}
h4{font-size: 21px;}
h5{font-size: 18px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Poppins', "Noto Sans JP", sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.nopadding
{
	padding: 0px !important;
}
.button
{
	width: 178px;
	height: 61px;
	background: none;
	text-align: center;
	border: solid 2px #1b1b1b;
	overflow: hidden;
	cursor: pointer;
}
.button a
{
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 600;
	line-height: 57px;
	color: #1b1b1b;
	background: none;
	z-index: 1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.button::after
{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #FFFFFF;
    z-index: 0;
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button:hover::after
{
	opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button_light
{
	border: solid 2px #FFFFFF;
}
.button_light a
{
	color: #FFFFFF;
}
.button:hover a
{
	color: #FFFFFF;
}
.button_light:hover a
{
	color: #1b1b1b;
}
.blockquote {
  border-left: none;
  border: 3px solid #888888;
  padding: 20px;
  font-size: 1.1em;
  line-height: 1.8;
}

.page .blockquote  p {
  margin: 0.5em 1em;
}

.blockquote small {
  color: #888888;
  font-size: 0.8571em;
}

.blockquote.blockquote-primary {
  border-color: #e9e9f4;
}

.blockquote.blockquote-primary small {
  color: #6c44b7;
}

.blockquote.blockquote-danger {
  border-color: #FF3636;
  color: #FF3636;
}

.blockquote.blockquote-danger small {
  color: #FF3636;
}

.blockquote.blockquote-white {
  border-color: rgba(255, 255, 255, 0.8);
  color: #FFFFFF;
}

.blockquote.blockquote-white small {
  color: rgba(255, 255, 255, 0.8);
}

/*********************************
3. Header
*********************************/

.header
{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.header_container
{
	width: 100%;
	z-index: 1;
	background: #FFFFFF;
	border-top: 5px solid #00007d;
}
.header_content
{
	width: 100%;
	height: 100px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header.scrolled
{
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.header.scrolled .header_content
{
	height: 70px;
}
.logo a
{
	font-size: 30px;
	font-weight: 700;
	color: #1b1b1b;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header.scrolled .logo a
{
	font-size: 24px;
}
.main_nav
{
	/* margin-left: 156px; */
}
.main_nav > ul > li
{
	display: inline-block;
	position: relative;
}
.main_nav > ul > li:not(:last-child)
{
	margin-right: 46px;
}
.main_nav > ul > li > a
{
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	background: 
      linear-gradient(#6c44b7, #00007d) 
      bottom /var(--d, 0) 3px 
      no-repeat;
	padding-bottom: 10px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main_nav > ul > li.active > a,
.main_nav > ul > li > a:hover
{
  --d: 100%;
}

@media only screen and (max-width: 1398px)
{
.main_nav > ul > li > a
{
	font-size: 14px;
}
.main_nav > ul > li:not(:last-child)
{
	margin-right: 20px;
}
}
.main_nav > ul > li > a:hover,
.main_nav > ul > li.active > a
{
	color: #1b1b1b;
}
.main_nav ul li.hassubs::after
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: calc(100% + 3px);
	font-family: 'FontAwesome';
	font-size: 10px;
	content: '\f078';
	color: #767676;
}
.main_nav ul li:hover::after,
.main_nav ul li.active::after
{
	color: #1b1b1b;
}
.hassubs ul
{
	position: absolute;
	right: -15px;
	top: calc(100% + 20px);
	text-align: right;
	background: #FFFFFF;
	padding-right: 25px;
	padding-left: 35px;
	padding-top: 25px;
	padding-bottom: 25px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hassubs:hover ul
{
	visibility: visible;
	opacity: 1;
	top: calc(100% + 0px);
}
.hassubs ul li:not(:last-child)
{
	margin-bottom: 11px;
}
.hassubs ul li a
{
	font-size: 14px;
	font-weight: 600;
	color: #767676;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hassubs ul li a:hover
{
	color: #1b1b1b;
}

.hamburger
{
	display: none;
	margin-left: 30px;
	cursor: pointer;
	margin-right: 4px;
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
}
.hamburger i
{
	font-size: 18px;
	color: #1b1b1b;
}

/*********************************
4. Menu
*********************************/

.menu
{
	position: fixed;
	top: 0;
	right: -400px;
	width: 400px;
	height: 100vh;
	background: #e4e4e4;
	z-index: 101;
}
.menu.active
{
	right: 0;
}
.menu_container
{
	width: 100%;
	height: 0px;
	padding-top: 130px;
}
.menu.active .menu_container
{
	height: 500px;
}
.page_menu_content
{
	padding-left: 30px;
	padding-right: 30px;
	overflow: hidden;
	text-align: right;
}
.page_menu_item
{
	display: block;
	position: relative;
	vertical-align: middle;
}
.page_menu_nav > li
{
	border-bottom: solid 1px rgba(0,0,0,0.2);
}
.page_menu_item > a
{
	display: block;
	color: #1b1b1b;
	font-weight: 700;
	line-height: 50px;
	height: 50px;
	font-size: 16px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.page_menu_item > a:hover
{
	color: #c3c1cc;
}
.page_menu_item a i
{
	display: none;
	margin-left: 8px;
}
.page_menu_item.has-children > a > i
{
	display: inline-block;
}
.menu_close
{
	position: absolute;
	top: 25px;
	right: 25px;
	cursor: pointer;
}
.menu_close i
{
	font-size: 16px;
	color: #1b1b1b;
	padding: 5px;
}

/*********************************
5. Home
*********************************/

.home
{
	margin-bottom: 50px;
	padding-top: 100px;
	width: 100%;
	height: auto;
}
@media (max-width: 575.98px) {
.home
{
	margin-bottom: 30px;
	padding-top: 80px;
}
}
.fadeIn
{
	animation-delay: 1000ms;
}

/*********************************
6. Welcom
*********************************/

.welcom
{
	margin-bottom: 50px;
}
@media (max-width: 575.98px) {
.welcom
{
	margin-bottom: 30px;
}
}
.welcome-img img {
  width: 120%;
  position: relative;
  z-index: 1
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .welcome-img img {
    width: 100%
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .welcome-img img {
    width: 100%
  }
}
@media (max-width: 575.98px) {
  .welcome-img img {
    width: 100%
  }
}
.welcome-text {
  padding: 60px 100px;
  border: 10px solid #f9f9f9
}
@media only screen and (max-width: 1398px) {
  .welcome-text {
  padding: 30px 30px 30px 60px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .welcome-text {
    margin-top: 30px;
    padding: 50px
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .welcome-text {
    margin-top: 30px;
    padding: 50px
  }
}
@media (max-width: 575.98px) {
  .welcome-text {
    margin-top: 30px;
    padding: 30px 1.25em
  }
}

/*********************************
7. Top-contents
*********************************/

.top-contents
{
	width: 100%;
	z-index: 2;
}
.top-contents .container
{
	width: 100%;
}
.top-contents_content
{
	padding: 80px 5em;
	background: #dadaf2;
}
@media (max-width: 575.98px) {
  .top-contents_content {
	padding: 50px 1.25em;
  }
}
.top-contents_title
{
	font-size: 26px;
	font-weight: 700;
	color: #00007d;
	position: relative;
	display: inline-block;
	margin-bottom: 2em;
}
.top-contents_title:before {
  content: '';
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #00007d;
  border-radius: 2px;
}
.top-contents_subtitle
{
	font-size: 24px;
	font-weight: 700;
	color: #00007d;
	margin: 3em 0 1.5em;
}
.top-contents_text
{
	margin-top: 8px;
	text-align: left;
}

/*********************************
8. News
*********************************/

.news
{
	width: 100%;
	z-index: 2;
}
.news .container
{
	width: 100%;
}
.news_content
{
	padding: 80px 0;
}
.news_title
{
	font-size: 26px;
	font-weight: 700;
	color: #00007d;
	position: relative;
	display: inline-block;
	margin-bottom: 2em;
}
.news_title:before {
  content: '';
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #00007d;
  border-radius: 2px;
}
.news_content dl {
  display: flex;
  flex-wrap: wrap;
}

.news_content dl {
  text-align: left;
  border-bottom: 1px dotted #999999;
  margin-bottom: 0;
}

.news_content dl:last-of-type {
  margin-bottom: 20px;
}

.news_content dl dt {
  box-sizing: border-box;
  font-weight: 600;
  color: #00007d;
  padding: 0.25em 0;
  width: 18%;
}

.news_content dl dd {
  box-sizing: border-box;
  color: inherit;
  padding: 0.25em 0;
  width: 82%;
}

.news_content dl dd p {
  padding-bottom: 0 !important;
}

.news_content dl dd p:last-child {
  margin-bottom: 0 !important;
}

.news_content dl dd a {
  display: inline-block;
}

.news_content dl a:visited {
}

.news_content dl dd a:focus,
.news_content dl dd a:hover {
}

.news_content dl dd a:hover {
}

@media screen and (max-width:960px) {
  .news_content dl {
    flex-flow: column nowrap;
  }

  .news_content dl dt,
  .news_content dl dd {
    width: 100%;
  }

  .news_content dl dt {
    border-bottom: none;
    padding-bottom: 0;
  }
}
/*********************************
9. Page-header
*********************************/

.page-header
{
	width: 100%;
	padding-top: 100px;
}
@media (max-width: 575.98px) {
.page-header
{
	padding-top: 80px;
}
}
.page-header_container
{
	width: 100%;
	height: 100%;
}
.page-header_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
}
.page-header_content_container
{
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
.page-header_content_container h1
{
	display: inline-block;
	position: relative;
	margin-left: 1.5em;
	font-size: 28px;
	font-weight: 500;
	color: #FFFFFF;
}

/*********************************
10. Page
*********************************/

.page
{
	width: 100%;
	background: #FFFFFF;
	z-index: 2;
	padding-top: 30px;
	padding-bottom: 60px;
}
.section_title
{
	font-size: 24px;
	font-weight: 600;
	color: #1b1b1b;
}
.section_subtitle
{
	font-size: 14px;
	font-weight: 400;
	color: #6c6a74;
	margin-top: 3px;
}
.page h2
{
	color: #6c44b7;
	margin: 1.75em 0 0.5em;
	padding-bottom: 0.25em;
	border-bottom: 2px solid #6c44b7;
}
.page h3
{
	margin-left: 2.25em;
	margin-bottom: 0.5em;
}
.page h3:before {
	font-family: "Font Awesome 6 Free";
	content: '\f013';
	font-weight: 900;
	color: #fff;
	background-color: #6c44b7;
	font-size: 1.2em;
	border-radius: 10%;
	left: 0;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	top: 50%;
	margin-right: 0.25em;
	margin-left: -1.75em;
	padding: 0.25em 0.225em 0.25em 0.275em;
}
.page.tool h3:before {
	content: '\f013';
}
.page.framework h3:before {
	content: '\f1b2';
}
.page.resource h3:before {
	content: '\f31c';
}
.page h4
{
	margin: 1.75em 0 0.5em 2.5em;
}
.page h4:before
{
	font-family: "Font Awesome 6 Free";
	content: '\f111';
	font-weight: 900;
	color: #6c44b7;
	font-size: 1em;
	margin-right: 0.25em;
	margin-left: -1.2em;
}
.page p
{
	line-height: 1.4em;
	margin-bottom: 1.25em;
	margin-left: 3em;
}
.page hr
{
	border-style: none;
    border-top: 2px dotted #999;
	margin: 1.5em 0;
}

/*********************************
11. Footer
*********************************/

.footer
{
	width: 100%;
	padding: 30px 0;
	background-color: #2d2d89;
}
.footer .footer-about,
.footer .footer-title,
.footer .footer-logo
{
	padding: 0.75rem;
}
.footer .footer-copyright
{
	text-align: center;
}
.footer p,
.footer copyright
{
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
}
.footer .footer-title p
{
	white-space: nowrap;
	line-height: 1.4em;
}
.footer .footer-title p .e-mail
{
	padding-left: 0.15em;}

/*********************************
12. Back-top
*********************************/
#back-top {
  z-index: 500;
  position: relative;
}

#back-top a {
  background: rgba(111, 111, 111, 0.75);
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  padding: 9px 15px 10px 15px;
  text-align: center;
  display: block;
  overflow: hidden;
  border-radius: 25px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: background 0.3s;
}

#back-top a:hover {
  text-decoration: none;
  background: rgba(108, 68, 183, 0.75);
}


/*********************************
13. Print
*********************************/

@media print {
	.header,
	.footer
	{
        display: none;
    }
}