@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;
}
.sp{
    display: block!important;
}
    .tablet{
        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;
}
.mb30{
    margin-bottom: 30px;
}
.mb50{
    margin-bottom: 50px;
}
.m0auto{
    margin: 0 auto;
}
.mt30{
    margin-top: 30px;
}
.arrow{
  position: relative;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
}

.arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 1em;   /* arrow size */
  height: 1em;  /* arrow size */
  border-top: 2px solid #fff;  /* thickness, color */
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#contact > .arrow::after{
  right: 2em;
}

/* --- 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:40px;
	/*margin:40px 0 30px;*/
	text-align:center;
	font-weight:900;
	color:#000;
    margin-bottom: 30px;
    font-feature-settings: "palt";
}
.txt-white{
    color: #fff;
}
.txt-shadow{
    text-shadow: 2px 2px 3px #000;
}
.read{
    font-size: 20px;
    text-align: center;
    line-height: 2.2;
}
.bg-ttl img{
    margin: 0 auto;
}

h2 span {
	font-size:22px;
    font-weight: normal;
}
#kv-new {
    padding: 90px 0 0;
    width: 100%;
    background-color: #cee9fc;
}
#kv-new img {
    margin: 0 auto;
}
#kv-new .sec_inner {
    max-width: 1920px;
    margin: 0 auto;
}

#kv {
	padding:15px 0 0;
}

#concept{
    padding-top: 0;
    background-image: url("../img/concept-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
#concept .sec_inner{
    
}
#participatingcompanies{
    position: relative;
        padding-top: 0;
}
#participatingcompanies h2{
    line-height: 1;
}
#participatingcompanies .sec_inner{
    margin-top: -140px;
}
/*IP支援*/
#intellectualproperty{
    background: #0048aa;
    padding-top: 0;
    padding-bottom: 0;
}
#intellectualproperty .sec_inner{
    max-width: 1500px;
    margin-top: -140px;
}
.intellectualproperty{
    display: flex;
}
.ip-kosakushima , .ip-verbara{
    position: relative;
}
.ip-kousakusima-btn , .ip-verbara-btn{
    position: absolute;
    bottom: 2em;
    margin: auto;
    left: 0;
    right: 0;
    width: 400px;
    height: 100px;
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    color: #fff;
    border-radius: 6px;
    padding: 3%;
    box-shadow: -2px -2px 2px 0px rgba(0,0,0,0.5) inset;
}
.ip-kousakusima-btn a , .ip-verbara-btn a{
    color: #fff;
}
.ip-kousakusima-btn{
    background-image: linear-gradient(130deg, rgba(7, 136, 231, 1), rgba(0, 50, 104, 1));
}
.ip-kousakusima-btn:hover{
    background-image: linear-gradient(130deg, rgba(0, 50, 104, 1), rgba(7, 136, 231, 1));
}
.ip-verbara-btn{
    background-image: linear-gradient(130deg, rgba(203, 54, 80, 1), rgba(155, 30, 41, 1));
}
.ip-verbara-btn:hover{
    background-image: linear-gradient(130deg, rgba(155, 30, 41, 1), rgba(203, 54, 80, 1));
}

#support{
    padding-top: 0;
}
#support h2{
    line-height: 1.25;
    margin-bottom: 10px;
}
#support .sec_inner{
    max-width: 1280px;
    position: static;
}
.support-ttl{
    color: #0048aa;
    font-size: 40px;
    font-weight: bold;
}
.support-ttl span{
    font-size: 24px;
}
.support-text{
    font-size: 16px;
    line-height: 1.5;
}
.support01 , .support03{
    position: relative;
    max-width: 1280px;
    height: 400px;
}
.support01 > .txtblock , .support03 > .txtblock{
    position: absolute;
    top: 30px;
    left: 0;
    background: #e0e6f3;
    padding: 30px 150px 60px 30px;
    max-width: 700px;
}
.support01 > .photoblock , .support03 > .photoblock{
    position: absolute;
    top:0;
    right: 0;
    max-width: 720px;
}
.support02{
    position: relative;
    max-width: 1280px;
    height: 500px;
}
.support02 > .txtblock{
    position: absolute;
    top: 30px;
    right: 0;
    background: #e0e6f3;
    padding: 30px 30px 60px 150px;
    max-width: 700px;
}
.support02 > .photoblock{
    position: absolute;
    top:0;
    left: 0;
    max-width: 720px;
}
#buildinggoodsociety{
    padding-top: 0;
    background-image: url("../img/buildinggoodsociety-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
#buildinggoodsociety .sec_inner{
    max-width: 1500px;
    margin-top: -140px;
    text-align: center;
}
#buildinggoodsociety h2{
    line-height: 1.2;
}
.buildinggoodsociety-txt01{
    font-size: 50px;
    font-weight: bold;
}
.buildinggoodsociety-ph img{
    margin: 0 auto;
    text-align: center;
}
.buildinggoodsociety-txt02{
    font-size: 30px;
    line-height: 1.6;
    font-weight: bold;
}
#case{
    padding-top: 0;
}
#case .sec_inner{
    max-width: 1200px;
}
#case h2{
    line-height: 1;
}
.case-kosakushima-wrap{
    background: #cee4f8;
    padding-top: 0;
    padding-bottom: 50px;
}
.case-kosakushima-wrap > .ttl{
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    background: #003268;
    margin: 0 auto 40px;
    padding: 15px 0 20px;
    max-width: 650px;
    text-align: center;
}
.case-verbara-wrap{
    background: #f5dde0;
    padding-top: 0;
    padding-bottom: 50px;  
}
.case-verbara-wrap > .ttl{
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    background: #9b1e29;
    margin: 0 auto 40px;
    padding: 15px 0 20px;
    max-width: 650px;
    text-align: center;
}
.case-kosakushima-wrap > .sec_inner{
    max-width: 1200px;
}
.case-kosakushima01{
    display: flex;
    justify-content: space-between;
}
.case-rogo{
    margin-bottom: 20px;
}
.case-rogo-sep{
    padding-top: 40px;
    border-top: 2px solid #0f3267;
    margin-bottom: 20px;
}
.case-rogo-sep-v{
    padding-top: 40px;
    border-top: 2px solid #9b1e29;
    margin-bottom: 20px;
}
.case-rogo img , .case-rogo-sep img , .case-rogo-sep-v img{
    margin: 0 auto;
    text-align: center;
}
.case-photo{
    margin-bottom: 10px;
}
.ph-border{
    border: 1px solid #c1c1c1;
}
.case-cap{
    text-align: center;
    font-size: 15px;
}
.case-feature-txt{
    max-width: 900px;
    border-radius: 10px;
    padding: 20px 50px;
    background: #fff;
    font-size: 16px;
    margin: 20px auto 40px;
    font-feature-settings: "palt";
}

#contact {
	padding-top: 0;
}
#contact h2 {
	line-height: 1;
}
.under_btn > a{
    color: #fff;
    font-size: 26px;
    box-sizing: border-box;
    background: rgb(33,192,250);
    background-image: linear-gradient(130deg, rgba(7, 136, 231, 1), rgba(0, 76, 174, 1));
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px #0767c9;
    display: block;
    border-radius: 6px;
    padding: 4%;
    line-height: 1.3;
    box-shadow: -2px -2px 2px 0px rgba(0,0,0,0.5) inset;
}

.under_btn > a:hover{
	color: #fff;
	background-image: linear-gradient(130deg, rgba(0, 76, 174, 1), rgba(7, 136, 231, 1));
	text-align: center;
	display: block;
    opacity: 1;
    
}

#attemp01 , #attemp02{
    padding-top: 0;
    padding-bottom: 0;
    background-image: url("../img/attempt-ttl-bg.png");
    background-repeat: repeat-x;
}
#attemp01 p img , #attemp02 p img{
    margin: 0 auto;
}

.default_close {
	display:none;
}
#localgovernment{
    padding-top: 0;
    padding-bottom: 0;
    background-image: linear-gradient(to bottom, rgba(8, 144, 239, 0.2), rgba(4, 104, 201, 1)),url("../img/localgovernment-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;  
}
#localgovernment .sec_inner{
    max-width: 1500px;
    margin-top: -140px;
    text-align: center;
}
#localgovernment h2{
    line-height: 1;
}
.donation{
    max-width: 1000px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin: 30px auto 0;
}
.donation-ttl{
    background: #0788e7;
    font-size: 40px;
    text-align: center;
    color: #fff;
    padding: 10px;
    font-weight: bold;
}
.donation-case p img{
    margin: 0 auto;
}
.donation-bottom{
    background: #0048aa;
    color: #eeeb00;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
}
#allwin{
    background: #cee9fc;
    
}
#allwin .sec_inner{
    max-width: 1500px;
    text-align: center;
}
#allwin .sec_inner p img{
    margin: 0 auto;
}
.allwin-ttl{
    font-size: 50px;
    color: #0048aa;
    font-weight: bold;
    margin-bottom: 30px;
}
.allwin-ttl span{
    background-color: #eeeb00;
}
#aboutus{
    background-image: url("../img/aboutus-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
#aboutus .sec_inner{
    
}
.aboutus > .read > span{
    font-size: 26px;
    font-weight: bold;
}
.aboutus > .rogo > img{
    margin: 30px auto 0;
    width: 150px;
}
.service_bnr{
    display: flex;
    justify-content: center;
    gap:15px;
    margin-top: 50px;
    flex-wrap: nowrap;
}
#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 .cnt_wrap {
        flex-direction: column;
    }


#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;
    font-feature-settings: "palt";
}

#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 , #news .news_icon_verbara {
	margin:0 30px 10px 15px;
	padding:2px 15px;
	display:inline-block;
	font-size:12px;
	font-weight:normal;
	background-color:#015AAC;
	border-radius:30px;
	color:#FFFFFF;
}
#news .news_icon_verbara {
	background-color:#da0034;
}

#contact {

}

#contact .btn {
	margin:0 auto;
}


/* --- footer --- */

footer {
	margin-top:auto;
    padding:20px 0;
    background: #0048aa;
	color:#fff;
}

footer a {
	color:#fff;
}
.footer_wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: space-between;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

.footer_logo {
	max-width:200px;
	margin:0;
}

.footer_logo img {
    margin: 0 auto;
}

.footer_inner {
	max-width:1000px;
	margin:0 auto;
}
.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;
}

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

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



.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: 50%;
    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;
}
/*問い合わせ*/
    .contact{
    padding: 80px 0 0;
    background: #cee9fc;
    width: 100%;
    margin: 0 auto;
    }
    .contact .inner{
    text-align: center;
    }
    .contact .inner iframe{
    width: 90%;
    height: 400px;
    }

/* 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;
}
h2 {
	font-size:30px;
    line-height: 2;
    margin-bottom: 0;
}
h2 span {
	font-size:16px;
    display: inline-block;
}
.read {
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    font-feature-settings: "palt";
}
    .concept > .read{
        text-align: left;
    }
#participatingcompanies .sec_inner {
     margin-top: 0; 
}
#intellectualproperty .sec_inner {
    max-width: 100%;
    width: 100%;
    margin:0;
}
    .intellectualproperty{
        flex-direction: column;
    }
    .ip-verbara{
        margin-top: -15px;
    }
    .ip-kousakusima-btn ,.ip-verbara-btn{
        bottom: 1.5em;
        width: 75%;
        height: 70px;
        font-size: 16px;
    }
    .arrow::after {
    right: 1em;
    width: 0.7em;
    height: 0.7em;
}

#support {
    padding-bottom: 50px;
}
.support-ttl{
    color: #0048aa;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    font-feature-settings: "palt";
    margin-bottom: 10px;
}
.support-ttl span{
    font-size: 18px;
    text-align: end;
}
.support-text{
    font-size: 16px;
    line-height: 1.5;
}
.support01 , .support03{
    position: relative;
    max-width: 100%;
    height: auto;
}
.support01{
    margin-bottom: 60px;
}
.support03{
    margin-bottom: 0;
}
.support01 > .txtblock , .support03 > .txtblock{
    position: relative;
    background: #e0e6f3;
    padding: 30px 20px;
    max-width: 100%;
    margin-top: -60px;
}
.support01 > .photoblock , .support03 > .photoblock{
    position: relative;
    max-width: 100%;
    z-index: 100;
}
.support02{
    position: relative;
    max-width: 100%;
    height: auto;
    margin-bottom: 60px;
}
.support02 > .txtblock{
    position: relative;
    background: #e0e6f3;
    padding: 30px 20px;
    max-width: 100%;
    margin-top: -60px;
}
.support02 > .photoblock{
    position: relative;
    max-width: 100%;
    z-index: 100;
}
#contact h2 {
    margin-bottom: 20px;
}
#buildinggoodsociety{
        padding-top: 0;
    }
#buildinggoodsociety .sec_inner {
    max-width: 100%;
    margin-top: 0;
}
#buildinggoodsociety h2{
    font-size: 28px;
}
.buildinggoodsociety-txt01 {
    font-size: 22px;
    font-weight: bold;
    font-feature-settings: "palt";
}
.buildinggoodsociety-txt02 {
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
    font-feature-settings: "palt";
}
/* --- 事例 --- */ 
.case-kosakushima-wrap > .ttl {
    font-size: 30px;
    max-width: 100%;
    margin: 0 auto 20px;
}
.case-verbara-wrap > .ttl {
    font-size: 30px;
    max-width: 100%;
    margin: 0 auto 20px;
}
.case-rogo {
    margin-bottom: 10px;
}
.case-kosakushima01 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.case-photo {
    margin-bottom: 5px;
}
.case-cap {
    margin-bottom: 20px;
    font-size: 13px;
}
.case-feature-txt {
    padding: 15px;
    margin: 0 auto 40px;
}
#attemp01 , #attemp02{
    padding-top: 30px;
}
#localgovernment {
    background-image:linear-gradient(to bottom, rgba(4, 84, 181, 0.6), rgba(4, 104, 201, 1)), url(../img/localgovernment-bg.png);
}
#localgovernment .sec_inner {
    max-width: 100%;
    margin-top:0;
}
.donation {
    padding: 10px;
}
.donation-ttl {
    font-size: 17px;
    padding: 5px;
}
.donation-bottom {
    font-size: 20px;
    padding: 10px 0;
}
.allwin-ttl {
    font-size: 30px;
    margin-bottom: 30px;
}
#news h2 {
         padding-top: 0 
    }
.aboutus > h2 {
        font-size: 26px;
        line-height: 1.5;
        margin-bottom: 10px;
    }
.aboutus > .read {
    }
.aboutus > .read > span {
    font-size: 22px;
}
.service_bnr {
    flex-wrap: wrap;
}
    .service_bnr > p{
        width: 45%;
    }
    
/* --- footer --- */

footer {
	padding:30px 0 0 0;
	text-align:center;
}
.footer_inner {
    max-width: 100%;
}

.footer_wrap {
    display: flex;
    flex-direction: column;
}
.footer_logo {
    max-width: 150px;
}
.footer_wrap .footer_menu {
	/*border-top:#F1F1F1 1px solid;
	border-bottom:#F1F1F1 1px solid;*/
}

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

.footer_wrap .footer_menu li + li {
	/*border-top:#F1F1F1 1px solid;*/
}
    .cp{
        padding-bottom: 20px;
    }
#gototop {
    bottom: 60px;

}
    #aboutus{
        padding: 80px 0 50px;
    }
/*問い合わせ*/
    .contact{
    padding: 80px 0 0;
    background: #cee4f8;
    width: 100%;
    margin: 0 auto;
    }
    .contact .inner{
    text-align: center;
    }
    .contact .inner iframe{
    width: 100%;
    height: 400px;
    }
}   

    
/*dl.purpose dt {
    font-size: 0.8rem;
}
dl.purpose dd {
    font-size: 13px;
}    

#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%;        
}*/








#contact .allow{
    position: absolute;
    top: -30px;
    left: 43%;
    color: #fff;
    font-size: 50px;
}


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

/* --- common --- */

.sp {
	display:none !important;
}

.pc {
	display:block !important;
}
        .tablet{
        display: none!important;
    }

.btn {
	margin:80px auto;
}



/* --- header --- */



/* --- main --- */

section {
	padding:100px 0;
}

.sec_inner {
	margin:0 auto;
}

h2 {
	font-size:40px;
    line-height: 2.5;
	/*margin:80px 0 70px;*/
    font-feature-settings: "palt";
}

h2 span {
	font-size:20px;
    display: inline-block;
}

.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;
}


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

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


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

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



#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:25px 40px;
	font-size:15px;
    font-feature-settings: "palt";
}

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



/* --- footer --- */

footer {
    padding:20px 0;
    background: #0048aa;
}



#gototop {
	bottom:100px;
}

#gototop a {
	width:80px;
}




/*フッター©*/
.cp {
	margin-top:-15px;
    font-size:12px;
	text-align:right;
}
/*.otherservice{
    text-align: center;
    font-size: 30px;
    margin-top: 30px;
    font-weight: bold;
}
.otherservice a{
    text-decoration: underline;
    color:  #0767c9;
}*/
#contact .allow{
    position: absolute;
    top: -30px;
    left: 48%;
    color: #fff;
    font-size: 60px;
}
}
/*ナビ(タブレット)*/
@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;
}
    .tablet{
        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_sp .under_btn{
        width: 80%;
        margin: 0 auto;
    }
        .header_sp .under_btn > a{
        font-size: 16px;
            line-height: 1.5;
            padding: 2.5% 3% 5%;
            margin-top: 2rem;
    }
    
.header_pc {
	display:none;
}

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

.menu_sp img {
	height:26px;
    padding-right: 15px;
    margin-top: 3px;
}

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:#0048aa;
}

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: 45%;
    text-align: center;
    background: rgb(33,192,250);
    background-image: linear-gradient(130deg, rgba(7, 136, 231, 1), rgba(0, 76, 174, 1));
    font-size: 0.8rem;
    line-height: 1.1;
    padding: 0.45rem 0.35rem 0.55rem;
    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 --- */

}
/* --- 3つの支援 --- */



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

}


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

}

/*マンガのアコーディオン*/
/*ベース*/
/*.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;
}