@charset "UTF-8";

/* For Common Top_page
====================================================*/

/* --- common --- */

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

html {
	min-width:320px;
	font-family:'Noto Sans JP', sans-serif;
	line-height:1.5;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	min-height:100%;
	position: relative;
	font-size:16px;
	letter-spacing:1.6;
	color:#000000;
	scroll-behavior:smooth;
}

body {
	min-height:100vh;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
}

a {
	color:#212121;
	text-decoration:none;
}

a:hover {
	opacity:0.6;
}

.txt_u {
	text-decoration:underline !important;
}

.txt_u:hover {
	text-decoration:none !important;
}

ul {
	padding:0;
	margin:0;
}

ul li {
	list-style:none;
}

.sp_inline {
	display:inline-block !important;
}

.pc {
	display:none !important;
}

.pc_inline {
	display:none !important;
}

.page_anchor {
	margin-top:0;
	padding-top:0;
}

.txt_u {
	text-decoration:underline !important;
}

.txt_16 {
	font-size:16px !important;
}

.txt_dash {
	font-family: sans-serif !important;
	letter-spacing:0;
}

.btn {
	max-width:600px;
	margin:40px auto;
}


/* --- header --- */

.header_sp {
	display:none;
}

header {
    background-color: #FFFFFF;
    width: 100%;
    position: fixed;
    z-index: 99999;
}

.header_inner {
	max-width: 1400px;
	margin:15px auto 0;
	position:relative;
}

header nav h1 {
	display:inline-block;
	z-index:100;
    padding-top: 3px;
}

header nav h1 img {
	max-width:100%;
}

header nav ul {
	display:none;
    margin-left: 0;
}

header nav ul li {
	text-align:center;
    list-style: none;
}
header nav ul li.pc {
    /*padding-top: 5px;*/
}

header nav ul li a {
	display:block;
	font-size:20px;
	font-weight:bold;
}

header nav ul li a span {
	display:block;
	font-size:10px;
	font-weight:normal;
	color:#333;
}

.header-entry {
	display:none;
}

.header-entry a {
	display:block;
	padding:0;
	text-align:center;
	font-weight:bold;
	color:#FFF;
}

.header-entry a img {
	max-height:80px;
}

.menu_sp {
	position:absolute;
	top:5px;
	right:0;
    z-index:10000;
}

.menu_sp img {
	height:26px;
}

header .overlay {
    display:none;
}

header .menu_wrap {
    display:none;
}

header nav.open {

}


/* --- main --- */

section {
	padding:50px 0;
}

.sec_inner {
	max-width:1000px;
	margin:0 20px;
}

h2 {
	font-size:26px;
	margin:40px 0 30px;
	text-align:center;
	font-style:italic;
	font-weight:900;
	color:#015AAC;
}

h2 span {
	font-size:22px;
}
#kv-new {
    padding: 90px 0 0;
    width: 100vw;
    background-color: #222;
}
#kv-new .sec_inner {
    max-width: 1920px;
    margin: 0 auto;
}

#kv {
	padding:15px 0 0;
}

#project {
	padding:0 0 50px;
}
#project h2{
    margin: 0 0 70px;
    padding-top: 100px;
}
#project .inner{
    margin-bottom: 0;
}
#project p {
	margin-top:30px;
	font-size:15px;
	line-height:2;
	text-align:center;
}
#project p img {
    margin: 0 auto;
}
#project p img.rogo {
    width: inherit;
}
#support-ambassador {
    padding-bottom: 50px;
}
#ambassador {
	padding:0 0 40px;
	background:linear-gradient(135deg, #20A2FF, #67FFF0);
}

#ambassador .about .cnt_left {
	max-width:100%;
	margin:auto;
}

#ambassador .about .cnt_right {
	max-width:100%;
	padding-bottom:20px
}


#ambassador .about .cnt_right img {
	max-width:200px;
	margin:35px auto 0;
}

#ambassador .about .cnt_right p {
	margin-top:30px;
	font-size:15px;
	line-height:2;
}

#ambassador .about .cnt_right p b {
	font-size:20px;
	color:#ED060C;
}

#ambassador .profile {
	margin-top:60px;
	padding:60px 50px;
	background-color:#FFFFFF;
	border-radius:10px;
}

#ambassador .profile .cnt_left {
	max-width:100%;
}

#ambassador .profile .cnt_left p:nth-of-type(1) {
	margin-bottom:15px;
	font-weight:bold;
	color:#035CBA;
	font-size:28px;
}

#ambassador .profile .cnt_left p:nth-of-type(2) {
	font-size:20px;
}

#ambassador .profile .cnt_right {
	max-width:100%;
}

#ambassador .profile .cnt_right p {
	margin-top:10px;
	text-align:center;
	font-weight:bold;
	font-size:28px;
}

#ambassador .profile .cnt_right p span {
	display:block;
	font-weight:normal;
	font-size:14px;
}

#support h2 {
	margin-top:0;	
}
#support .sec_inner .cnt_wrap .ttl{
    padding: 60px 10px 0; margin: 0 auto;font-size: 28px;font-weight: bold;text-align: center;
    font-style: italic;letter-spacing: -0.1rem;
}

#support .cnt_wrap {
	margin-top:30px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

#support .cnt_wrap > div {
	width:100%;
	padding:15px 10px 15px 10px;
	position:relative;
	color:#FFFFFF;
}

#support .cnt_wrap > div {
	margin-top:10px;
}

#support .cnt_wrap h3 {
	margin:0 !important;
	padding:0 10px 10px 10px;
	display:inline-block;
	font-size:20px;
	font-style:normal !important;
	background-image:url(../img/txt_bg1.png);
	background-repeat:no-repeat;
	background-size: contain;
	background-position:top 20px left;
	color:#FFFFFF !important;
}

#support .cnt_wrap h3.bg2 {
	background-image:url(../img/txt_bg2.png);
}

#support .cnt_wrap > div p {
	margin-top:10px;
	font-size:13px;
	line-height:1.4;
}

#support .cnt_wrap .no {
	font-size:22px;
	font-weight:bold;
	position:absolute;
	top:-5px;
	left:10px;
	z-index:100;
}

#support .cnt_wrap.support_contents {
	margin:0;
}

#support .cnt_wrap.support_contents img {
	max-width:90px;
	margin:auto;
}

#support .cnt_wrap.support_contents > .cnt_left {
	width:40%;
}

#support .cnt_wrap.support_contents > .cnt_right {
	width:60%;
	text-align:center;
}

.support01 {
	background-image:url(../img/support_01_sp.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;	
}

.support02 {
	background-image:url(../img/support_02_sp.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;	
}

.support03 {
	background-image:url(../img/support_03_sp.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;	
}

#support .btn {
	margin-bottom:10px;
}
#join , #success{
    padding-top: 0;
}
#join h2 , #success h2{
    margin-top: 0;
    margin-bottom: 30px;
}
#join .sec_inner , #success .sec_inner{
    padding-top: 100px;
        max-width: 900px;
}
#join .sec_inner .cnt_wrap{
    padding: 15px;
    border: 1px solid #bcbcbc;
    gap:20px;
}
#join .sec_inner .cnt_wrap .photo , #success .sec_inner .cnt_wrap .photo{
    width: 420px;
}
#join .sec_inner .cnt_wrap .text , #success .sec_inner .cnt_wrap .text{
    width: 450px;
    padding: 20px 0;
}
#join .sec_inner .cnt_wrap .text .companyname{
    font-size: 14px;
    margin-bottom: 10px;
}
#join .sec_inner .cnt_wrap .text .topic{
    font-size: 18px;
    font-weight: 700;
}
.othercompany{
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    
}
.othercompany a{
    color: #015AAC;
    text-decoration: underline;
}
#success .sec_inner .cnt_wrap .text .topic{
    font-size: 22px;
    font-weight: 700;
    color: #d10013;
}
#success .sec_inner .cnt_wrap{
    padding: 15px;
    border: 1px solid #d10013;
    gap:20px;
}
#success .sec_inner .cnt_wrap .assignment{
    margin: 10px 0 20px;
    background-color: #d0d0d0;
    font-weight: 700;
    position: relative;
    padding: 15px 10px;
    font-size: 18px;
}
.assignment:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #d0d0d0 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
#why {
	padding:50px 0;
	background-image:url(../img/manga/mg_bg.png);
	background-repeat:repeat;
	background-position:top center;	
}

#why h2 {
	margin-top:0;	
}

#why img {
	margin:0 auto;
}

.default_close {
	display:none;
}

.comic {
    width:100vw;
	height:326px !important;
    max-width:none;
    margin:30px calc(50% - 50vw) 0;
	padding:18px 0;
	background-color:#00B3FE;
}

.comic .slider div, .comic .slider2 div {
	display:none;
}

.comic .infiniteslide_wrap .slider, .comic .infiniteslide_wrap .slider2 {
	display:block;
}


.comic .slider > div, .comic .slider2 > div {
	max-width:100px !important;
	margin-left:9px;
}

.comic .slider {
	margin-bottom:9px;
}


.comic div > div img {
	display:block;
	object-fit:cover;
	width:100%;
	height:auto;
}

#entry {
	text-align:center;
}

#entry h2 {
	margin-bottom:30px;
	font-size:34px;
	font-style:normal;
}

#entry .sec_inner {
	border:#E0E0E0 10px solid;
}

#entry p {
	font-size:15px;
	font-weight:bold;
	line-height:2.0;
}

#entry .period {
	margin-bottom:5px;
	padding:1px 12px;
	display:inline-block;
	font-size:15px;
	font-weight:bold;
	background-color:#005CB9;
	border-radius:4px;
	color:#FFFFFF;
	vertical-align:middle;
}

#entry .data {
	display:block;
}

#entry .data b {
	font-size:20px;
}

#entry h2 + p b {
	font-size:20px;
	color:#F4531F;
}

#entry p + p {
	margin-top:30px;
	padding-top:30px;
	display:inline-block;
	border-top:#E0E0E0 1px solid;
}

#entry .btn {
	margin:0 auto;
}

#entry .entry_btn_wrap {
	margin-top:30px;
	padding:35px 20px;
	background-color:#F7F7F7;
}

.entry_btn, .open_btn {
	max-width:580px;
	margin:40px auto 0;
}

.entry_btn a {
	padding:15px 35px;
	display:block;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	background-color:#005CB9;
	background-image:url(../img/arrow.png);
	background-repeat:no-repeat;
	background-size:auto 16px;
	background-position:center right 20px;
	color:#FFFFFF;
}

.open_btn a {
	padding:20px 35px;
	display:block;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	background-color:#005CB9;
	background-image:url(../img/arrow_more.png);
	background-repeat:no-repeat;
	background-size:auto 10px;
	background-position:center right 30px;
	border-radius:50px;
	color:#FFFFFF;
	opacity:0.9;
}

.open_btn span:nth-of-type(2) {
	display:none;
}

.open_btn.opened span:nth-of-type(1) {
	display:none;
}

.open_btn.opened span:nth-of-type(2) {
	display:block;
}

.open_btn.opened a {
	background-image:url(../img/arrow_close.png);
}

/*.entry_btn a:hover, .open_btn:hover {
	text-decoration:none;
}*/

#news {
	background-color:#F7F7F7;
}

#news h2 {
	margin-top:0;
	margin-bottom:40px;
	font-size:34px;
	font-style:normal;
}

#news ul {
	margin:30px 0 0;
	border-top:#E0E0E0 1px solid;
	border-bottom:#E0E0E0 1px solid;
    overflow-y: scroll;
    height: 375px;
}

#news ul li {
	padding:25px 0px;
	font-size:13px;
	font-weight:bold;
}

#news ul li a {
	display:block;
	background-image:url(../img/arrow_news.png);
	background-repeat:no-repeat;
	background-size:auto 14px;
	background-position:center right 20px;
    text-decoration: underline;
}

#news ul li {
	border-top:#E0E0E0 1px solid;
}

#news .news_data {
	color:#727272;
	font-weight:normal;
}

#news .news_icon {
	margin:0 30px 10px 15px;
	padding:2px 15px;
	display:inline-block;
	font-size:10px;
	font-weight:normal;
	background-color:#727272;
	border-radius:30px;
	color:#FFFFFF;
}
/* --- 参画企業一覧 --- */
.s_br1,.s_br2{
width: 50%;
height: 100px;
}

.s_br{
display: flex;
width: 1000px;
}
.mb50{
margin-bottom: 50px;		
	}
	
.f18 {
	font-size:18px;
}

/* --- QA --- */
#qa_cnt h2{
    margin-top: 0;
    font-size: 34px;
}

.qa_page {
	background-color:#F7F7F7;
}

.qa_page #sub_page_ttl {
	background-color:#F7F7F7;
}


.qa_item {
	margin-bottom:20px;
	padding:20px 15px;
	background-color:#FFFFFF;
}

.qa_item > p {
	padding-left:50px;
}

p.q {
	height:auto;
	min-height:35px;
	padding-top:5px;
	font-size:18px;
	background-image:url(../img/q.png);
	background-repeat:no-repeat;
	background-size:35px 35px;
	background-position:left top;
        font-weight: bold;
}

p.a {
	height:auto;
	min-height:66px;
	margin-top:20px;
	padding-top:26px;
	font-size:16px;
	border-top:1px dashed #C8C8C8;
	background-image:url(../img/a.png);
	background-repeat:no-repeat;
	background-size:35px 35px;
	background-position:left top 20px;	
}

#contact {
	background-image:url(../img/contact_bg_sp.jpg);
    background-repeat:no-repeat;
    background-size: cover;
    background-position:center top;	
}

#contact .btn {
	margin:0 auto;
}


/* --- footer --- */

footer {
	margin-top:auto;
	padding:40px 60px 10px;
	border-top:#F1F1F1 1px solid;
	background-color:#FFFFFF;
	color:#747474;
}

footer a {
	color:#747474;
}

#gototop {
	display:inline-block;
	position:fixed;
	bottom:20px;
	right:40px;
	z-index:3000;
}

#gototop a {
	width:50px;
	display:inline-block;
}

.footer_logo {
	max-width:240px;
	margin:30px auto 40px;
}

.footer_inner {
	max-width:1000px;
	margin:0 auto;
}

.cp {
    font-size:10px;
	text-align:center;
}
.note{font-size: 13px;margin-top: 10px;}
.note a{text-decoration: underline;}

/*下層ページ用*/
h2.blog-headline2 span{
    display: block;
    background-color: #015AAC;
    width: 25%;
    margin: 0 auto;
    color: #fff;
    font-size: 80%;
}
/*成功事例ページ*/
h2.blog-headline2 span.success_ttl{
    display: block;
    background-color: #f33;
    width: 25%;
    margin: 0 auto;
    color: #fff;
    font-size: 80%;
}
h3.blog-headline3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #015AAC;
  border-left: solid 7px #015AAC;
    background-color: #e1f0ff;
    padding: 10px;


}



h4.blog-headline4{
    font-size: 19px;
    font-weight: bold;
    color: #015AAC;
    padding-bottom: 10px;
    border-bottom: 1px solid #015AAC;
    margin-bottom: 15px;
    margin-top: 20px;
}
.honbun{
    font-size: 17px;
}
.honbun span.yellowmarker {
    padding: 0 3px;
    font-weight: 700;
    font-size: 1.3rem;
    background-color: #FFE97B;
    color: #333;
}
.sec_inner > .photo{
    margin: 20px auto 10px;
}

/* Only SP */
@media only screen and (max-width: 800px) {

/* --- common --- */


/* --- header --- */


.menu_sp img {
	height:26px !important;
}

.open .menu_sp a {
    width:30px !important;
    height:30px !important;
    background-size:30px auto !important;
    top:20px;
    right:20px;
}
    .menu-cv {
    width: 38%;
    position: absolute;
    top: 0;
    left: 50%;
    text-align: center;
    background-color: #015AAC;
    font-size: 0.8rem;
    line-height: 1.1;
    padding: 0.25rem 0.35rem 0.35rem;
    color: #fff;
    border-radius: 4px;
}
    .menu-cv a{
        color: #fff;
    }

/* --- main --- */
#kv-new {
    padding: 70px 0 0;
}
#kv .sec_inner {
	margin:0;
}
#why h2 {
    padding-top: 50px;
}
.project {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

#project p {
	font-size:15px;
	text-align:left;
}
#project p img.rogo {
    width: 70%;
}

#entry h2 {
	margin-bottom:30px;
}
#support h2 {
    padding-top: 30px;
}
#support .sec_inner{
        margin: 0;
}
#support .sec_inner .cnt_wrap .ttl{
        padding: 60px 10px 0; margin: 0 auto;font-size: 28px;font-weight: bold;text-align: center;
}
#support .cnt_wrap {
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

#ambassador .about .cnt_left {
    width:100vw;
    margin:0 calc(50% - 50vw) 0;
}
    
#news .cnt_right{
   width: 90%;        
}


#ambassador .profile {
	padding:40px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

#ambassador .profile .cnt_left p:nth-of-type(1) {
	margin-bottom:10px;
	font-size:20px;
}

#ambassador .profile .cnt_left p:nth-of-type(2) {
	font-size:15px;
}

#ambassador .profile .cnt_right {
	max-width:100%;
}

#ambassador .profile .cnt_right img {
	margin:auto;
}

#ambassador .profile .cnt_right p {
	margin-bottom:20px;
}

#ambassador .profile .cnt_right p span {
	display:block;
	font-weight:normal;
	font-size:14px;
}

#ambassador .profile .cnt_right img {
	max-width:160px;
}
#join .sec_inner .cnt_wrap .photo , #success .sec_inner .cnt_wrap .photo{
    width: 100%;
}
#join .sec_inner .cnt_wrap .photo img , #success .sec_inner .cnt_wrap .photo img{
    margin: 0 auto;
}
#join .sec_inner .cnt_wrap .text , #success .sec_inner .cnt_wrap .text{
    width: 100%;
}
.note{font-size: 12px;}
#qa_cnt h2 , #news h2{
    padding-top: 50px;
}
/* --- footer --- */

footer {
	padding:10px 0 0 0;
	text-align:center;
}

.footer_wrap .footer_menu {
	border-top:#F1F1F1 1px solid;
	border-bottom:#F1F1F1 1px solid;
}

.footer_wrap .footer_menu li a {
	display:block;
	padding:15px 20px;
	font-size:13px;
	text-align:left;
}

.footer_wrap .footer_menu li + li {
	border-top:#F1F1F1 1px solid;
}

.cp {
	padding:15px 0;
}
    h2.blog-headline2 span{
    width: 50%;

}
    /*参画企業一覧*/
.s_br1,.s_br2{
width: 90%;
height: 100%;
margin-bottom: 25px;
}

.s_br{
width: 100%;
    display: block;
}
    .mb50{
        margin-bottom: 0;
    }

}


/* Only PC */
@media only screen and (min-width: 801px) {

/* --- common --- */

.sp {
	display:none !important;
}

.pc {
	display:block !important;
}

.btn {
	margin:80px auto;
}



/* --- header --- */



/* --- main --- */

section {
	padding:100px 0;
}

.sec_inner {
	margin:0 auto;
}

h2 {
	font-size:44px;
	margin:80px 0 70px;
}

h2 span {
	font-size:38px;
	letter-spacing:10;
}

.cnt_wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

#kv {
	padding:100px 0 0;
}

.project {
    width: 100vw;
    max-width:none;
    margin: 0 calc(50% - 50vw);
	background-image:url(../img/project_pc_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top 35px;
}

#project {
	padding:20px 0 100px;
}

.project .inner {
    max-width:1000px;
	margin:0 auto;
}

#project p {
	font-size:20px;
	line-height:2.0;
}

#ambassador {
	padding:0 0 70px;
}


#ambassador .ambassador_bg {
	background-image:url(../img/about_pc_bg.png);
	background-repeat:no-repeat;
	background-position:top center;
}

#ambassador .about .cnt_right p {
	margin-left:50px;
	padding-bottom:40px;
	font-size:21px;
	line-height:2;
}

#ambassador .about .cnt_right img {
	max-width:250px;
	margin:60px auto 0;
}

#ambassador .about .cnt_right p b {
    font-size:26px;
}

#ambassador .profile .cnt_left {
	margin-right:30px;
}

.comic {
	height:532px !important;
}

.comic .slider {
	margin-bottom:18px;
}

.comic .slider > div, .comic .slider2 > div {
	max-width:170px !important;
	margin-left:18px;
}

#support .cnt_wrap {
	margin-top:80px;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}

#support .cnt_wrap > div {
	width:33%;
}

#ambassador .about .cnt_left {
	max-width:40%;
}

#ambassador .about .cnt_right {
	max-width:60%;
}

#support .cnt_wrap .no {
	font-size:40px;
	top:0;
	left:20px;
}

#support .cnt_wrap.support_contents img {
	max-width:none;
}

#ambassador .profile .cnt_left {
	max-width:79%;
}

#ambassador .profile .cnt_right {
	max-width:21%;
}

#support .cnt_wrap > div {
	margin-top:0;
}

#support .cnt_wrap > div.cnt_left {
	padding:90px 0 0;
}

#support .cnt_wrap > div p {
	margin-top:10px;
	font-size:16px;
	line-height:1.6;
}

#support .cnt_wrap.support_contents > .cnt_left {
	width:100%;
}

#support .cnt_wrap.support_contents > .cnt_right {
	width:100%;
}

#support .cnt_wrap h3 {
	font-size:32px;
	background-position:top 30px left;
}

#support .cnt_wrap > div p {
	font-size:20px;
}

.support01 {
	background-image:url(../img/support_01_pc.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;	
}

.support02 {
	background-image:url(../img/support_02_pc.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;	
}

.support03 {
	background-image:url(../img/support_03_pc.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;	
}

#support .btn {
	margin-bottom:30px;
}

#entry h2 {
	margin-bottom:50px;
	font-size:68px;
}

#entry p {
	font-size:36px;
}

#entry .period {
	margin-right:15px;
	font-size:20px;
}

#entry .data {
	display:inline-block;
}

#entry p {
	font-size:30px;
}

#entry h2 + p b {
	font-size:40px;
}

#entry .period {
	margin-bottom:10px;
	padding:1px 20px;
	border-radius:6px;
}

#entry .data b {
	font-size:40px;
}

#entry p + p {
	padding-top:20px;
}

#entry .entry_btn_wrap {
	margin-top:80px;
	padding:70px 20px;
}

#why {
	padding:100px 0;
}

.entry_btn, .open_btn {
	margin:60px auto 0;
}

.entry_btn a, .open_btn a {
	font-size:26px;
}

#news h2 , #qa_cnt h2 {
    
	font-size:44px;
	margin: 0 0 70px;
}

#news ul {
	margin:60px 0 0;
}

#news ul li {
	padding:50px 20px;
	font-size:15px;
}

#news .news_icon {
	margin:0 30px 0 15px;
	font-size:12px;
}

#contact {
	background-image:url(../img/contact_bg_pc.jpg);
}


/* --- footer --- */

footer {
    padding:40px 0 30px;
}

.footer_wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

#gototop {
	bottom:100px;
    right:50px;
}

#gototop a {
	width:80px;
}

.footer_logo {
	max-width:200px;
	min-width:120px;
	margin-right:80px;
	margin:0 80px 0 0;
}

.footer_wrap .footer_menu {
	min-width:310px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.footer_wrap .footer_menu li a {
	padding:0 10px;
	font-size:13px;
}

.footer_wrap .footer_menu li:last-child a {
	padding:0 0 0 10px;
}

.footer_wrap .footer_menu li + li {
    position:relative;
}

.footer_wrap .footer_menu li+li::before{
    content: "";
    display: block;
    height:13px;
    border-left:1px solid #747474;
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
}

.cp {
	margin-top:-15px;
    font-size:12px;
	text-align:right;
}

}
/*ナビ(タブレット)*/
@media (min-width: 801px) and (max-width: 1090px) {
nav#gnav {
    height: auto;
}
  header nav ul li.pc {
    display: none!important;
}
  header nav ul li.sp {
    display: block!important;
}
}


/*only SP*/
/* For header adjust */
@media only screen and (max-width: 890px) {

/* --- common --- */


/* --- header --- */

.header_sp {
	display:block;
}
    img.header_sp {
    width: 90%;
    margin: 0 auto;
}

.header_pc {
	display:none;
}

header h1 img {
	max-height:40px !important;
    padding-left: 5px;
}

.menu_sp img {
	height:26px;
    padding-right: 5px;
}

header .open .overlay {
    width:100%;
    height:100vh;
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:9999;
	background-image:url(../img/overlay_bg.png);
	background-repeat:repeat-x;
	background-position:top left;
    background-color:#31DFFF;
}

header .open ul {
    width:100%;
    display: inline-block;
    position:fixed;
    top:70px;
    left:0;
    right:0;
    bottom:0;
    z-index:10000;
    overflow-y:auto;
}
    /*トグル内のul除外*/
    ul.menu_inner{
        position: inherit!important;
    }
    header nav ul li a{
        font-size: 15px;
        color: #fff;
    }
    nav.open h1{
        display: none;
    }
    li.toggle a{
        margin-bottom: 10px;
    }

.open .header-entry {
	width:80%;
	max-width:400px;
	display:block;
	margin:0 auto;
    position:fixed;
    top:400px;
    left:0;
    right:0;
    bottom:0;
    z-index:10000;
    overflow-y:auto;
}

.open .menu_sp a {
    width:30px;
    height:30px;
    display:block;
    background-image:url(../img/close_sp.png);
    background-size:30px auto;
    background-repeat:no-repeat;
    background-position:top center;
    position:fixed;
    top:20px;
    right:20px;
}

.open .menu_sp span {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
}

.header-entry a img {
	max-height:none;
}
    /*常駐ボタン*/
    .header-entry{
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
    position: fixed;
    left: 0;
    right: 15%;
    bottom: 10px;
    z-index: 9998;
    overflow-y: auto;
}

/*header nav ul li a {
	color:#FFFFFF;
}

header nav ul li a span {
	color:#FFFFFF;
}
*/
header nav ul li + li {
	margin-top:10px;
}
.menu-cv {
    width: 38%;
    position: absolute;
    top: 0;
    left: 50%;
    text-align: center;
    background-color: #015AAC;
    font-size: 0.8rem;
    line-height: 1.1;
    padding: 0.25rem 0.35rem 0.35rem;
    color: #fff!important;
    border-radius: 4px;
}
    .menu-cv a{
       color: #fff!important; 
    }
/* --- main --- */


/* --- footer --- */

}

/* For header adjust */
@media only screen and (min-width: 891px) {

/* --- common --- */


/* --- header --- */

.menu_sp , .menu-cv {
	display:none !important;
}



/* --- main --- */


/* --- footer --- */

}


/* For adjust */
@media screen and (min-width: 801px) and (max-width: 1020px) {

#ambassador .about .cnt_right {
    padding-bottom:0;
}

#ambassador .about .cnt_right p {
	margin-left:50px;
	padding-bottom:0;
	font-size:21px;
	line-height:2;
}

}


@media only screen and (min-width: 2000px) {

.comic {
	height:728px !important;
}


.comic .slider > div, .comic .slider2 > div {
	max-width:240px !important;
	margin-left:18px;
}

}

/*マンガのアコーディオン*/
/*ベース*/
/*.toggle {
	display: none;
}*/
.Label {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #fff;
	background:#019ac6;
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.5rem;

}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 15px;
	height: 15px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 7px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
.toggle:checked + .Label {
    display: none!important;
}