html, body {
	width: 100%;
	height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
}

.global_menu_sp {
    display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000000cc;
	z-index: 5;
	opacity: 0;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	transition: all .3s;
}
.global_menu-list_sp {
    color: #fff;
}
.global_menu-item_sp {
	width: 290px;
	padding: 14px 0px 14px 30px;
    margin: auto;
    cursor: pointer;
    border-radius: 2px;
    margin-top: 40px;
    font-size: 21px;
    text-align: left;
}
.global_menu-item_sp:hover {
	color: #00b0bf;
	/*background: #00b0bf55;*/
	/*box-shadow: -3px 0px 0px 0px #fff;*/
}
.global_menu_sp.active {
	display: flex;
	opacity: 1;
}


.openbtn1 {
	display: none;
    float: right;
	position: relative;
	cursor: pointer;
    width: 82px;
    height:82px;
	border-radius: 5px;
	margin: 10px 10px 0px 0px;
}

/*ボタン内側*/
.openbtn1 span{
    display: inline-block;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background: #fff;
    width: 50%;
    transition: all .3s;/*アニメーションの設定*/
}
.openbtn1 span:nth-of-type(1) {
	background: #00b0bf;
  top:8px; 
}
.openbtn1 span:nth-of-type(2) {
  top:23px;
}
.openbtn1 span:nth-of-type(3) {
  top:38px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 14px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
	background: #fff;
}
.openbtn1.active span:nth-of-type(2) {
  opacity: 0;/*真ん中の線は透過*/
}
.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 14px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
}

.header-wrapper {
	position: absolute;
	width: 100%;
	z-index: 5;
}
.header-container {
    justify-content: space-between;
    place-items: center;
    width: 100%;
	padding: 30px 0px;
}
.global_menu {
	display: flex;
	margin: auto;
	place-items: center;
	width: fit-content;
    place-items: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 80px;
}
.global_menu .global_menu-item {
	padding: 20px 0px;
    width: 250px;
    min-height: 65px;
	text-align: center;
	font-family: 'Hind', sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.global_menu .global_menu-item:hover {
	border-bottom: 2px inset #c21500;
	border-image: radial-gradient(#00E5FF 0%, #00D1FF00 100%);
	border-image-slice: 1;
	background: radial-gradient(#00000033 0%, #00000000 80%);
	color: #00b0bf;
}
.global_menu .global_menu-item.company_logo:hover {
	border-bottom: none;
}

.modal_window {
	position: fixed;
    width: 90%;
    height: 100%;
    max-height: 90%;
    background: #798a90;
    background: #152D3A;
    color: #fff;
    border-radius: 20px;
    left: 230px;
    top: 2%;
    z-index: 7;
    display: none;
}
.modal_window-inner {
	position: relative;
	padding: 60px;
    height: 100%;
}
.modal_window-content {
	height: 100%;
}
.modal_window-close {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 24px;
	padding: 10px;
	cursor: pointer;
}
.modal_window-title {
	font-size: 24px;
    box-sizing: border-box;
	text-align: center;
	padding-bottom: 30px;
}
.modal_window-body {
    box-sizing: border-box;
    height: 100%;
    overflow-y: scroll;
}
.modal_window-body ol {
	padding: 0px 0px 60px 0px;	
}

.modal_window-body ol li {
	font-size: 21px;
	margin-top: 1.5em;
}
.modal_window-body ol li p {
	font-size: 18px;
	padding: 0.3em 0px 0px 1em;
}
.blacklayer {
	position: fixed;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: #00000077;
    z-index: 6;
    display: none;
}

.content-wrapper {
    padding-top: 140px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: #162029;
}
.content {
	max-width: 1280px;
	height: 100%;
	min-height: 100%;
	padding-bottom: 40px;
	margin: auto;
}

.article {
	display: flex;
	flex-direction: column;
	background: #152D3A;
	padding: 40px;
	border-radius: 20px;
	color: #fff;
	height: 100%;
	min-height: 100%;
}
.article-header {
    flex-basis: auto;
}
.article-header .article-date {
	color: #718e97;
}
.article-header .article-title {
	font-size: 36px;
	margin-top: 0.2em;
}
.article-body {
	position: relative;
	height: auto;
	margin: 30px 0px 0px 0px;
	padding: 30px 0px 120px 0px;
	border-top: solid 1px #728e97;
	flex-grow: 1;
    font-size: 18px;
    line-height: 1.6;
}
.article-body .reference {
	position: absolute;
	right: 20px;
	bottom: 20px;
    background: linear-gradient(90deg, #00737d 0%, #004c62 80%);
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}


.footer-wrapper {
	background: #123D4A;
}
.footer-wrapper .footer-inner {
	max-width: 1792px;
	margin: auto;
	padding: 40px 20px;
	background: #123D4A;
}