@charset "utf-8";
@import url("base.css");




/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*基本設定*/
/*メイン*/
h1{
	width: 96%;
	padding: 1em 2%;
	font-size: 187.5%;
	text-align: center;
	background-color: #ffd800;
}
h2{
	width: 96%;
	margin: 0 auto 1em;
	font-size: 237%;
	font-weight: bold;
	color: #000;
	font-family: "Sawarabi Mincho";
	text-align: center;
text-shadow: 
-1px -1px 0px #fff, 
1px -1px 0px #fff, 
1px 1px 0px #ffff, 
-1px 1px 0px #fff,
1px 2px 3px rgba(0, 0, 0, 0.6);
}
#top_back{
	width: 100%;
	background-image: url(../img/about/top_back.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 4em 0;
}
#about{
	margin: 0 auto;
	background-color: #fff;
	padding: 2em 4%;
	box-shadow: 
-1px -1px 0px #fff, 
1px -1px 0px #fff, 
1px 1px 0px #ffff, 
-1px 1px 0px #fff,
1px 2px 3px rgba(0, 0, 0, 0.6);
	position: relative;
}
#about p span{
	width: 162px;
	display: block;
	margin: 3em 0 0 auto;
}
#about .pen{
	width: 230px;
	position: absolute;
	bottom:-2em;
	right:-120px;
}
.back_y{
	background-color: #ffd800;
	padding: 3em 0;
}
#challenge{
	margin: 0 auto;
	padding: 2em 10%;
	background-color: #fff;
}
#challenge ol li{
	font-size: 187%;
	border-bottom: 1px dotted #000;
}
#challenge ol li:nth-child(n+2){
	margin: 0.5em 0 0;
}
#challenge ol li:last-child{
	border-bottom: 0px dotted #000;
}
#policy{
	width: 100%;
	margin: 3em 0;
}
#policy ul{
	width: 100%;
	margin: 2em 0 2em 0;
}
#policy ul li{
	width: 100%;
	margin: 0 auto;
	background-color: #f1faff;
}
#policy ul li:nth-child(odd){
	background:linear-gradient(90deg,#f1faff 0%,#f1faff 55%,#fff 55%,#fff 100%);
}
#policy ul li:nth-child(even){
	background:linear-gradient(90deg,#fff 0%,#fff 45%,#f1faff 45%,#f1faff 100%);
}
#policy ul li div{
	margin:0 auto;
	background-color: #f1faff;
	padding: 1em 2%;
}
#policy ul li:nth-child(odd) div{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
#policy ul li:nth-child(even) div{
	display: flex;
	flex-wrap: wrap;
	 flex-direction: row-reverse;
	justify-content:space-between;
}
#policy ul li:nth-child(n+2){
	margin: 2em 0 0;
}
#policy ul li dl,#policy ul li .photos{
	width: 48%;
	background-color: none;
	margin: 0;
	padding: 0;
}
#policy ul li .photos p{
	width: 48%;
	font-size: 80%;
}
#policy ul li dl{
	width: 53%;
	background-color: none;
	margin: 0;
	padding: 0;
}
#policy ul li .photos{
	width: 43%;
	background-color: none;
	margin: 0;
	padding: 0;
}
#policy ul li .photos p{
	width: 100%;
}
#policy ul li dl dt{
	font-size: 150%;
	color: #000;
	font-weight: bold;
	margin: 0 0 0.5em;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items: center;
}
#policy ul li dl dt i{
	width: 65px;
}
#policy ul li dl dt span{
	width: 100%;
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
}
#policy ul li dl dd span.subtit{
	font-weight:bold;
	font-size: 130%;
	border-bottom:3px solid #FF7600; 
}
h3{
	margin: 2em 0 0;
	width: 100%;
	border-bottom: 1px dotted #000;
}
.plan{
	width: 200px!important;
margin: 1em 0 0;
}
.plan a{
	background-color: #ffd800;
	color: #000;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 0.5em 15px;
	font-weight: bold;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.plan a:hover,.plan a:active{
	background-color: #FFE555;
	color: #000;
	text-decoration: none;
	text-align: center;
}

/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/

/* pc */
@media screen and (min-width: 1300px)  {
	
/*メイン*/
#about{
	width : 1000px ; /* IE8以下とAndroid4.3以下用フォールバック */
   width : -webkit-calc(1000px - 8%) ;
   width : calc(1000px - 8%) ;
}
#challenge{
	width: 1280px;
	width: -webkit-calc(1280px - 20%);
    width: calc(1280px - 20%); 
	}
#policy ul li div{
	width: 1280px;
	width: -webkit-calc(1280px - 4%);
    width: calc(1280px - 4%); 
	}
}

/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px)  {
	
/*メイン*/
#about{
	width : 80%;
}
#challenge{
	width: 76%;
	}
#policy ul li div{
	width:90%;
	}
}
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/

/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1299px)  {
	
/*メイン*/
#about .pen{
	width: 160px;
	bottom:-2em;
	right:-55px;
}
}


/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {

/*メイン*/
#about .pen{
	width: 130px;
	bottom:-2em;
	right:-40px;
}
#about p span{
	width: 130px;
	margin: 2em 0 0 auto;
}
#policy ul li:nth-child(odd) .photos,#policy ul li:nth-child(even) div .photos{
	flex-direction: column;
}
#policy ul li:nth-child(n+2){
	margin: 2em 0 0;
}
#policy ul li dl{
	width: 53%;
}
#policy ul li .photos{
	width: 43%;
}
#policy ul li .photos p{
	width: 100%;
}
#policy ul li .photos p:nth-child(2){
	margin: 1em 0 0;
}
#policy ul li dl dt{
	align-items: flex-start;
}
#policy ul li dl dt i{
	width: 45px;
}
#policy ul li dl dt span{
	width: 100%;
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
}
}

/* tablet3  */
@media only screen and (max-width: 767px) {

/*メイン*/
h2{
	font-size: 187%;
}
#top_back{
	background-size: cover;
	padding: 2em 0;
}
#policy{
	margin: 2em auto;
}
#about .pen{
	display: none;
}
#about p span{
	width: 130px;
	margin: 2em 0 0 auto;
}
#policy ul li:nth-child(even) div{
	flex-direction: column;
}
#policy ul li:nth-child(n+2){
	margin: 2em 0 0;
}
#policy ul li dl,#policy ul li .photos{
	width: 100%;
	background-color: none;
	margin: 1em 0 0;
	padding: 0;
}
#policy ul li .photos p{
	width: 80%;
	margin: 1em auto 0;
}
#policy ul li dl{
	width: 100%;
	margin: 1em 0 0;
}
#policy ul li .photos{
	width: 80%;
	margin: 1em auto 0;
}
#policy ul li .photos p{
	width: 100%;
	margin: 1em 0 0;
}
#policy ul li dl dt{
	align-items: flex-start;
}
#policy ul li dl dt i{
	width: 35px;
}
#policy ul li dl dt span{
	width: 100%;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
}
.plan{
	width: 200px!important;
	margin: 1em auto 0;
}
	}

/* smartPhone1 */
@media only screen and (max-width: 499px) {

/*メイン*/
h1,h2{
	font-size: 160%;
}
#about p span{
	width: 100px;
	margin: 1em 0 0 auto;
}
#challenge ol li{
	font-size: 130%;
}
}