@charset "utf-8";
/*-------------------------------------------
	fonts
--------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;700&display=swap');

/*=================================
	reset.css
================================ */

body {
	margin: 0;
	padding: 0;
}
div, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
address, caption, cite, code, dfn, em, strong, var {
	font-style: normal;
}
section {
	display: block;
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
a, a:visited {
	color: #333;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	opacity: 0.8;
}
a:focus {
	outline: none;
}
table {
	border-collapse: collapse;
}
.clearfix:before, .clearfix:after, .schedule li {
	content: "";
	display: table;
}
.clearfix:after, .schedule li {
	clear: both;
}
.clearfix, .schedule li {
	*zoom: 1;
}
@media screen and (max-width:768px) {
	body {
		-webkit-text-size-adjust: 100%;
	}
	img {
		max-width: 100%;
		height: auto;
	}
}
/*=================================
	common
================================ */

html {
	font-size: 62.5%;
	height: 100%;
}
#wrapper {
	font-family:'Roboto','Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
    	font-size: 1.5rem;
	color: #504E45;
	letter-spacing: 0.08em;
	line-height: 2;
	font-weight: 400;
}
/*=================================
	header
================================ */

#header {/*
	border-bottom: 1px solid #eee;*/
	background: #fff;
}
.hd_wrapper{
display: flex;
align-items: center;
}
.hd_nav {
	width: calc(100% - 360px);
}
.hd_btn {
	width: 360px;
	padding: 10px 0 10px 15px;
}
.logo{
width:270px;
}
.logo a{
display: block;
}
.hd_btn .hlogo {
	width:270px;
	height: 0px;
	padding-top: 43px;
	background: url(../images/logo.png) no-repeat 0 0;
	overflow: hidden;
}
.hd_btn .hlogo span {
	font-size: 1.3em;
	padding-left: 8px;
}
#spbtn {
	display: none;
}

/*--------------------  START Media Queries  --------------------*/

@media (max-width: 980px) {
.hd_wrapper{
flex-direction: column;
}

.hd_btn {
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.hd_nav {
	width:100%;
}


/*---------- toggle ----------*/
	#spbtn {
		display: block;
		position: relative;
		width: 42px;
		height: 42px;
		margin: 10px 10px 0 0;
		z-index: 3;
}
	#spbtn span {
			position: absolute;
	display: block;
		background: #666;
		width: 24px;
		height: 2px;
		left: 9px;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
	}
	#spbtn span:first-child {
		top: 12px;
	}
	#spbtn span:nth-child(2) {
		margin-top: -1px;
		top: 50%;
	}
	#spbtn span:last-child {
		bottom: 12px;
	}
	#spbtn.gnavon span:first-child {
		-webkit-transform: translateY(8px) rotate(45deg);
		-moz-transform: translateY(8px) rotate(45deg);
		-ms-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg);
	}
	#spbtn.gnavon span:nth-child(2) {
		opacity: 0;
	}
	#spbtn.gnavon span:last-child {
		-webkit-transform: translateY(-8px) rotate(-45deg);
		-moz-transform: translateY(-8px) rotate(-45deg);
		-ms-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-8px) rotate(-45deg);
	}
	

	
}


/*=================================
	navigation
================================ */

.gnavbox {
	width: 100%;
}
#gnav {
display: flex;
font-size: 1.4rem;
justify-content: space-between;
}
#gnav li {
	display: flex;
height: 110px;
width: 100%;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;

}

#gnav li a {
	display: block;
	position: relative;
width: 100%;
align-self: center;
color:#403E37;
}


/*--------------------  START Media Queries  --------------------*/

@media (max-width: 980px) {
.gnavbox {
display: none;
position: absolute;
width: 100%;
padding: 0;
background: #f8f8f8;
z-index: 9999;
}
#gnav {
flex-direction: column;
}
#gnav li {
display: flex;
height: auto;
text-align: left;
letter-spacing: 0.1em;
}

#gnav li a {
padding: 20px 20px 20px 30px;
}
#gnav li a:before {
display: inline-block;
margin-right:20px;
}
#gnav li+li{
border-top:1px solid #eee;
}
}/*980px*/

/*=================================
	footer
================================ */
.pagetop {
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 100;
}
.pagetop a {
	display: block;
	width: 54px;
	height: 54px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url("../images/pagetop.png") 0 0 no-repeat;
}

#footer{
    padding:20px 0;
    text-align: center;
    color:#999;
    font-size:1.2rem;
    background:#333;
}

/*--------------------  START Media Queries  --------------------*/

@media screen and (max-width:768px) {
	.pagetop {
		bottom: 15px;
		right: 15px;
	}

}/*768px*/
	
	
@media screen and (max-width:480px) {

}/*480px*/


/*=================================
	contents
================================ */




.inner {
	clear: both;
	width: 980px;
	margin: 0 auto;
}


.lead {
	margin-bottom: 20px;
}




/*--------------------  START Media Queries  --------------------*/

@media screen and (max-width:980px) {
	.inner {
		clear: both;
		width: 100%;
		margin: 0;
		padding: 0 4%;
	}

}





/*=================================
	contents
================================ */

.sec{
    margin-top:100px;
}
.sec .inner{
padding:80px 0;
}

.topmain img{
    width:100%;
}
.topcontents{
    background: url("../images/cmn_bg.png") repeat-y left top;
    background-size:100% auto;
    
}

.topcontents h2{
    margin-bottom:60px;
    font-size:2.2rem;
    font-weight: 700;
    text-align: center;
}
.topcontents .lead h2{
    color:#10278B;
    font-size:3rem;
}
.lead{
    padding:80px 0;
}
.lead p{
    width:890px;
    margin:0 auto;
}





.ttl_bg{
    display: inline-block;
  position: relative;
  z-index: 1;

    padding: 10px 2em;
  color:#fff;
}
.ttl_bg:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #10278B;
  transform: skewX(-20deg);
}


#strength{/*
    background: url("../images/r_bg02.jpg") no-repeat left 90%;*/
}
.strength_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.strength_inner:nth-child(2){
    margin:100px 0;
   flex-direction: row-reverse;
}

.strength_ph{
    width:60%;
}
.num{
    position: relative;
    display: flex;
    width: 70px;
    height: 70px;
    margin: 0 -50px -20px auto;
    align-items: center;
    justify-content: center;
    font-weight: 300;
        color:#10278B;
    font-size: 4rem;
    border:3px solid #10278B;
    z-index:2;
}
.strength_inner:nth-child(2) .num{
       margin: 0 auto -20px -50px;
 
}
.strength_txt{
    width:35%;
    padding:0 40px;
}

.strength_txt h3{
    margin-bottom:30px;
    font-weight: 700;
    font-size:2rem;
        color:#10278B;
}





#about{
    padding:80px 0;
    background:url("../images/about_bg.jpg") no-repeat left top;
    background-size: cover;

}
#about .inner {
    padding:60px 100px;
    background:rgba(255,255,255,.8)
}
#sdgs{
        padding:80px 0;
    background:url("../images/sdgs_bg.jpg")no-repeat left top;
    background-size: cover;
}



#about table{
width:100%;
margin-top:20px;
}
#about th,
#about td{
padding:15px;
}
#about th{
width:120px;
text-align:left;
vertical-align:top;
white-space: nowrap;
    font-weight: 700;
border-top:2px solid #10278B;
}
#about td{
border-top:2px solid #ccc;
}


#about td table th{
font-weight:normal;
white-space:nowrap;
}

#sdgs .inner{
    display: flex;
    justify-content: space-between;
}
.sdgs_txt{
    width:60%;

}
.sdgs_txt h2{
    margin-bottom:30px;
        text-align: left
}
.sdgs_fig{
    width:30%;
    text-align: center;
}

.sdgs_fig p{
    padding:30px;
    background:#fff;
}


#contact{
}
.contact_hd{
    padding:80px 0 40px;
    text-align: center;
}
.contact_hd p{
font-size:1.8rem;
    font-weight: 700;
}
.contact_sec{
    padding:80px 0;
        position: relative;
background:#14225D;
}
.contact_sec:before{
content: "";
        position: absolute;
    display: block;
    width: 55%;
    height: 100%;

    top: 0;
    left: -11%;
    z-index: 1;/*
    -webkit-transform: skewX(-30deg) scaleX(1);
    -ms-transform: skewX(-30deg) scaleX(1);*/
    transform: skewX(-20deg) scaleX(1.2);
background: #11257A;
}
.contact_sec .inner{
    position: relative;
    display: flex;
    justify-content: space-between;
    color:#fff;
    z-index:3;
}
.contact_sec .inner section{
    width:45%;
    text-align: center;

}


.contact_sec .inner section h3{
    margin-bottom:20px;
font-size:2.8rem;
    letter-spacing: 0.3em;
    font-weight: 700;
}

.contact_sec .inner .pnumber{
    font-size:2.4rem;
    line-height: 1;
}


.cbtn a{
    display: inline-block;
    padding:10px 25px;
    border-radius: 3px;
    font-weight: 700;
    background:rgba(255,255,255,.9);
}
.note{
    margin-top:20px;
    font-size:1.4rem;
}

/*--------------------  START Media Queries  --------------------*/

@media screen and (max-width:980px) {
.lead p{
    width:100%;
    margin:auto;
}
    .lead{
    padding:40px 0;
}
    .sec .inner{
padding:40px 0;
}
    
    .strength_ph{
    width:60%;
}
    #about{
    padding:40px 4%;
}
}



@media screen and (max-width:680px) {

  .topcontents h2{
    margin-bottom:30px;
    font-size:1.8rem;
}  
    .topcontents .lead h2{
    font-size:2rem;
}
    
.strength_inner{
flex-direction: column;
}
.strength_inner:nth-child(2){
margin:60px 0;
flex-direction: column;
}
.strength_ph{
width:80%;
}
.strength_txt{
width:80%;
margin-top:20px;
padding:0;
}
.num,
.strength_inner:nth-child(2) .num{
width: 60px;
height: 60px;
margin: 0 0 -20px -30px;
}
    #about .inner {
    padding:60px 8%;

}
#about th,
#about td{
    display: block;
    width:100%;

border-top:none;
}

    #about th{
        padding-bottom:0;
        border-top:1px solid #ccc;
    }
      #about td{     
          padding-top: 0;
    }
        #sdgs .inner{
        flex-direction: column;
}
    .sdgs_txt{
    width:100%;

}
.sdgs_txt h2{

        text-align: center;
}
.sdgs_fig{
    width:60%;
    margin:30px auto 0;
}

}
@media screen and (max-width:680px) {

.sdgs_fig{
    width:80%;
}


}





