.contents {
	padding-top: 0px;
}
header h1 a {
	color: #fff;
}
.is-animation h1 a {
	color: #333;
}
header .g-nav li a {
	color: #fff;
}
.is-animation .g-nav li a {
	color: #333;
}
#mv {
	width: 100%;
	background-color: #2072D0;
	background: linear-gradient(to top, #003F88, 20%, #2072D0);
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}
#mv .inner {
	max-width: 1700px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	height: 900px;
}
#mv .inner .ph {
	max-width: 680px;
	width: 50%;
	position: absolute;
	right: 0;
	bottom: 0;
	margin-right: -8%;
	z-index: 1;
}
#mv .slogan {
	font-size: 11vw;
	font-weight: 600;
	font-style: italic;
	color: #fff;
	line-height: 120%;
	position: absolute;
	left: 2%;
	bottom: 32%;
	z-index: 0;
	transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
	
	text-transform: uppercase;
	transform-origin: left;
	text-shadow: 5px 5px 0px rgba(255,255,255,.3);
}
#mv .slogan span {
	display: inline-block;
	position: relative;
	z-index: 1;
}
#mv .slogan img {
	display: block;
	position: absolute;
	z-index: 0;
	max-width: 600px;
	width: 80%;
	right: -150px;
	bottom: -80px;
}
.slogan.is-active {
  animation: text08 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@keyframes text08 {
  0% {
    opacity: 0;
    transform: translateX(20vw) scaleX(1) scaleY(1) skew(-60deg);
  }
  10% {
    opacity: 1;
  }
  80% {
    transform: scaleX(0.3) scaleY(1.2);
  }
  100% {
    transform: scaleX(1) scaleY(1) rotate(-7deg);
  }
}
#mv .name {
	font-weight: 600;
	color: #fff;
	font-size: 2.3em;
	position: absolute;
	left: 5%;
	bottom: 80px;
	line-height: 3em;
	z-index: 0;
}
#mv .name strong {
	display: block;
	font-size: 4em;
}
#mv .name strong span {
}
@media screen and (max-width: 1200px) {
	#mv .inner {
        height: 700px;
    }
	#mv .inner .ph {
        width: 40%;
    }
	#mv .name {
        font-size: 2em;
		left: 4%;
        bottom: 50px;
        line-height: 2.5em;
		z-index: 2;
    }
    #mv .name strong {
        font-size: 3em;
    }
}
@media screen and (max-width: 980px) {
	#mv .inner {
        height: 600px;
    }
	#mv .inner .ph {
        width: 45%;
    }
	#mv .slogan {
        font-size: 14vw;
        bottom: 31%;
    }
	#mv .slogan img {
        width: 55%;
        right: -150px;
        bottom: -40px;
    }
	#mv .name {
        line-height: 2em;
    }
	#mv .name strong {
        font-size: 2.5em;
    }
}
@media screen and (max-width: 768px) {
	#mv .inner .ph {
        width: 300px;
    }
	#mv .slogan {
        font-size: 14vw;
        bottom: auto;
		top: 20%;
    }
	#mv .slogan img {
        width: 480px;
        right: -120px;
        bottom: -90px;
    }
	#mv .name {
        line-height: 1.7em;
		bottom: 30px;
    }
	#mv .name strong {
		line-height: 110%;
	}
	#mv .name strong span {
		font-size: .7em;
	}
}
@media screen and (max-width: 600px) {
	#mv .inner {
		height: 550px;
    }
	#mv .inner .ph {
        width: 270px;
		margin-right: -10%;
    }
	#mv .slogan {
        font-size: 16vw;
		top: 20%;
    }
	#mv .slogan img {
        width: 300px;
        right: -50px;
        bottom: -60px;
    }
	#mv .name {
        left: 6%;
		bottom: 20px;
		text-shadow: 0px 0px 7px rgba(0, 0, 0, .3);
    }
	#mv .name strong {
        font-size: 2.3em;
    }
}
/* ----------------------------------- */
#top1 {
	width: 100%;
	background: linear-gradient(#F3FAFF, 90%, #E2E9EF);
	background-size: 100% 100%;
	position: relative;
	z-index: 0;
	padding: 120px 0;
}
#top1 .inner {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 100px;
	position: relative;
}
#top1 .inner h2 {
	color: #2072D0;
	font-size: 2.5rem;
	margin-bottom: 40px;
	line-height: 2.5rem;
	letter-spacing: 3px;
}
#top1 .inner h2 span {
	display: block;
	font-size: 1.2rem;
	color: #333;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	letter-spacing: 8px;
	margin-bottom: 10px;
}
#top1 .inner p {
	width: 55%;
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 1.2em;
}
#top1 .inner p.name {
	margin-bottom: 0px;
	font-size: .7rem;
	line-height: 1.4rem;
	font-weight: 500;
}
#top1 .inner p.name span {
	display: block;
	font-size: 1.2rem;
}
#top1 .inner .ph {
	width: 54%;
	position: absolute;
	top: 0;
	right: -8%;
	margin-top: -150px;
	z-index: 0;
}
@media screen and (max-width: 980px) {
	#top1 {
        padding: 70px 0 50px;
    }
	#top1 .inner p {
		width: 60%;
		position: relative;
		z-index: 1;
	}
	#top1 .inner .ph {
		margin-top: 0px;
	}
}
@media screen and (max-width: 768px) {
	#top1 {
        padding: 50px 0 30px;
    }
	#top1 .inner {
        margin: 0 auto;
    }
	#top1 .inner h2 {
        font-size: 1.4rem;
    }
    #top1 .inner h2 span {
        font-size: .9rem;
        margin-bottom: 0px;
    }
    #top1 .inner p {
        width: 100%;
		font-size: 1.1em;
    }
    #top1 .inner p.name {
        font-size: .6rem;
        line-height: 1.4rem;
    }
    #top1 .inner p.name span {
        display: block;
        font-size: 1.3rem;
    }
	#top1 .inner .ph {
		position: static;
		max-width: 400px;
		width: 80%;
		margin: -60px 0 0 auto;
	}
}
@media screen and (max-width: 600px) {
	#top1 {
        width: 100%;
    }
	#top1 .inner p {
    }
}
/* ----------------------------------- */
#top2 {
	clear: both;
	width: 100%;
	background-color: #EEF8FC;
	padding: 100px 0;
}
#top2 .inner {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}
#top2 .inner div {
	width: 30%;
	margin-right: 5%;
	line-height: 1.2rem;
	font-size: .8rem;
}
#top2 .inner div:nth-child(2) {
	transition-delay: .1s;
}
#top2 .inner div:nth-child(3) {
	transition-delay: .2s;
	margin-right: 0;
}
#top2 .inner div a {
	display: block;
	position:relative;
	padding:13px 15px 15px;
    cursor:pointer;
	height: 100%;
	background-color: #fff;
}
#top2 .inner div a::before,
#top2 .inner div a::after {
    position:absolute;
    display:block;
    box-sizing:border-box;
    content:"";
    opacity:0;
}
#top2 .inner div a::before {
    top:0;
    left:50%;
    width:0;
    height:100%;
    border-top:2px solid #2072D0;
    border-bottom:2px solid #2072D0;
    transition:left 0.3s, width 0.3s, opacity 0.3s;
}
#top2 .inner div a::after {
    left:0;
    top:50%;
    width:100%;
    height:0;
    border-left:2px solid #2072D0;
    border-right:2px solid #2072D0;
    transition:top 0.3s, height 0.3s, opacity 0.3s;
}
#top2 .inner div a:hover::before {
    left:0;
    width:100%;
    opacity:1;
}
#top2 .inner div a:hover::after {
    top:0;
    height:100%;
    opacity:1;
}
#top2 .inner div a span {
	display: block;
	font-size: 9px;
	margin-bottom: 0px;
	color: #2072D0;
	font-weight: 500;
}
#top2 .inner div a span.ph {
	position: relative;
    padding-top: 70%;
	margin:-8px -10px 10px;
}
#top2 .inner div a span.ph img {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
	vertical-align:top;
}
#top2 .news_b{
	text-align: center;
	margin-top: 100px;
}
#top2 .news_b a{
  background-color: #2072D0;
  color: #fff;
  padding: 15px 60px;
}
#top2 .news_b a:hover{
  opacity: 0.5;
}
@media screen and (max-width: 980px) {
	#top2 {
        padding: 70px 0;
    }
	#top2 .inner div {
        width: 32%;
        margin-right: 2%;
    }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
	#top2 {
        padding: 50px 0 30px;
    }
	#top2 .inner div {
        width: 100%;
        margin-right: 0;
		margin-bottom: 10px;
    }
}
/* ----------------------------------- */
#top3 {
	width: 100%;
	margin: 0 auto;
	padding: 100px 0 50px;
	overflow: hidden;
}
.column-wrapper {
	max-width: 1600px;
    width: 100%;
    display: flex;
	clear: both;
	float: right;
	margin: 35px 0;
}
.column-wrapper:nth-of-type(even) {
    flex-direction: row-reverse;
	float: left;
}
.column1,
.column2 {
    display: flex;
    align-items: center;
}
.column1 {
    width: 42%;
	position: relative;
}
.column2 {
    width: 58%;
}
.column1 {
    padding: 60px;
    box-sizing: border-box;
}
.column-wrapper:nth-of-type(2n) .column1:nth-of-type(1){
}
.column1title {
    font-size: 25px;
}
.column1txt {
    font-size: 15px;
	clear: both;
}
.column2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
@media screen and (max-width: 980px) {
	.column1 {
        width: 50%;
    }
    .column2 {
        width: 50%;
    }
    .column1 {
        padding: 60px;
    }
}
@media screen and (max-width: 768px) {
	#top3 {
        padding: 50px 0 50px;
    }
	.column-wrapper {
        margin: 20px 0;
    }
	.column1 {
        width: 60%;
    }
    .column2 {
        width: 40%;
    }
    .column1 {
        padding: 40px;
    }
}
@media screen and (max-width: 600px) {
	#top3 {
        padding: 50px 0 10px;
    }
	.column-wrapper,
	.column-wrapper:nth-of-type(even){
        display: flex;
        flex-direction: column-reverse;
        float: none;
    }
    .column1, .column2 {
      width: 100%;
    }
    .column1 {
      padding: 25px;
    }
}
/* ----------------------------------- */
#top4 {
	width: 100%;
	background-color: #2072D0;
	clear: both;
	display: flex;
}
#top4 .data {
	width: 45%;
	color: #fff;
	padding: 50px 5%;
}
#top4 .data h5 {
	text-align: center;
	color: #fff;
}
#top4 .data p {
	margin-bottom: 30px;
}
#top4 .data .sns_nav2 {
	display: flex;
	justify-content: space-between;
	max-width: 250px;
	width: 100%;
	margin: 0 auto;
}
#top4 .data .sns_nav2 li {
	width: 30px;
}
#top4 .data .sns_nav2 li a {
	display: block;
	padding: 5px;
}
#top4 .data .sns_nav2 li a img {
	transition: .3s;
}
#top4 .data .sns_nav2 li a:hover img {
	opacity:.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:.6;
    -khtml-opacity:.6;
}
#top4 .ph {
	width: 55%;
	background: url("../images/top/ph07.jpg") no-repeat center center;
	background-size: cover;
}
@media screen and (max-width: 980px) {
	#top4 .data {
        width: 50%;
        padding: 50px 5%;
    }
    #top4 .ph {
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
	#top4 .data {
        width: 65%;
        padding: 40px 5% 30px;
    }
	#top4 .data h5 {
        text-align: center;
    }
    #top4 .data p {
        margin-bottom: 20px;
    }
    #top4 .ph {
        width: 35%;
    }
}
@media screen and (max-width: 600px) {
	#top4 {
		display: block;
    }
	#top4 .data {
        width: 100%;
        padding: 40px 5% 30px;
    }
	#top4 .data h5 {
        text-align: center;
    }
    #top4 .data p {
        margin-bottom: 20px;
    }
    #top4 .ph {
        width: 100%;
		height: 200px;
    }
}
/* ----------------------------------- */
#top7{
	margin-top: 50px;
}
#top7 #profile1 {
	margin-bottom: 50px;
}
#top7 #profile1 .inner {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}
#top7 #profile1 .inner ul{
	width: 70%;
	margin: 0 auto;
}

#top7 #profile1 .inner li {
	width: 100%;
	display: table;
	margin-bottom: 15px;
}
#top7 #profile1 .inner li p {
	display: table-cell;
	padding: 5px 15px 5px;
	line-height: 150%;
}
#top7 #profile1 .inner li p:first-child {
	background-color: #2072D0;
	color: #fff;
	text-align: center;
	width: 150px;
	font-size: .9rem;
	vertical-align: middle;
}
#top7 #profile1 .inner li p:first-child br {
	display: none;
}
#taidan{
	max-width: 600px;
	width: 90%;
	margin: 30px auto;
}
.taidan-list {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
}
.taidan-list li {
	max-width: 600px;
	width: 47%;
	margin: 0 1.5%;
}
.pdf-list {
	max-width: 550px;
	width: 90%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.pdf-list li {
	width: 48%;
}
.pdf-list li a {
	display: inline-block;
	border: rgba(255,255,255,0) 3px solid;
}
.pdf-list li a:hover {
	border: rgba(255,255,255,1) 3px solid;
}
.hide-area{
	display: none;
}
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

#aichi_ku{
	width: 90%;
	margin: 0 auto 180px;
}
#aichi_ku .title{
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
#aichi_ku .honbun{
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	background-color: #2072D0;
	padding: 30px;
	color: white;
	max-width: 900px;
	margin: 0 auto;
}
#aichi_ku ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#aichi_ku li {
	font-size: 1.4em;
	font-weight: 600;
	background-color: #2072D0;
	padding: 20px 30px;
	color: #fff;
	margin: 2px;
	border-radius: 4px;
	text-align: center;
}
@media screen and (max-width: 980px) {
	#top7 #profile1 .inner ul{
		max-width: 800px;
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
	#aichi_ku {
        margin: 0 auto 100px;
    }
	#aichi_ku ul {
		justify-content: flex-start;
	}
	#aichi_ku li {
		font-size: 1.3em;
		padding: 20px 0px;
		width: 32%;
		margin: 3px .66%;
	}
	.taidan-list {
        display: block;
		margin-top: -100px;
    }
    .taidan-list li {
        max-width: 600px;
        width: 100%;
        margin: 0 auto 10px;
    }
	.pdf-list {
		margin-top: -100px;
	}
}
@media screen and (max-width: 600px) {
	#top7 #profile1 .inner ul{
    }
	#top7 #profile1 .inner li p:first-child {
		width: 90px;
		padding: 5px 0 5px;
	}
	#top7 #profile1 .inner li p:first-child br {
		display: block;
	}
	#aichi_ku {
        margin: 0 auto 60px;
    }
	#aichi_ku li {
		font-size: 1.2em;
		padding: 20px 0px;
		width: 49%;
		margin: 1px .5%;
	}
}
/* ----------------------------------- */
#top8 {
	max-width: 900px;
	width: 90%;
	margin: 0 auto 120px;
}
#top8 .ttl {
	font-size: 4em;
	font-weight: 800;
	line-height: 160%;
	margin-bottom: 30px;
}
#top8 p {
	font-weight: 400;
	font-size: 1.2em;
	margin-bottom: 40px;
}
#top8 .youtube {
    position:relative;
    width:100%;
    padding-top:56.25%;
	margin: 0 auto;
}
 
#top8 .youtube iframe {
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}
@media screen and (max-width: 980px) {
	#top8 .ttl {
		font-size: 3em;
	}
}
@media screen and (max-width: 768px) {
	#top8 p {
		font-size: 1.1em;
	}
}
@media screen and (max-width: 600px) {
	#top8 {
		margin-bottom: 80px;
	}
	#top8 .ttl {
		font-size: 2em;
	}
}