@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);


html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6 {
	margin: 0;padding: 0;
}

p {
	margin:0;
	line-height:1.9em;
	letter-spacing: 0.075rem;
}

ul,li {
	list-style: none;
}

button,input,select,textarea {
	margin: 0;
}

*, *:before, *:after {
	box-sizing: inherit;
}

img,embed,object,audio,video {
	height: auto;
}
a{
	color: #363636;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-decoration:none;
}
html {
	box-sizing: border-box;
	overflow: auto;
}

body {
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	color:#595757;
	padding:0;
	margin:0;
	overflow: hidden;
	letter-spacing: 0.075rem;
}

body.home p{
	line-height:normal;
}

body.home h1 img{
	max-width:none;
}


img {
	width:100%;
	height:auto;
	vertical-align: bottom;
}

.txt-center {
	text-align:center;
}

.txt-blk {
	color:#363636;
}

.txt-red {
	color:#FF0000;
}

.txt-blue {
	color:#01468c;
}

img.img_pc,.img_all{
	display:block;
	margin:0 auto;
}

img.img_sp{
	display:none;
}

@media screen and (max-width : 780px ){
	img.img_pc{
		display:none;
	}

	img.img_sp{
		display:block;
		margin:0 auto;
	}

}

@media screen and (max-width : 480px ){
	p{
		font-size:14px;
	}
}
p.center{
	text-align:center;
}

/***************/
/* header */
/***************/
#header {
	width:100%;
	position:fixed;
	z-index:99999;
}

#header .header-inn{
	height:90px;
	width:100%;
	display:flex;
	margin:0 auto;
	padding:0;
	-webkit-align-items: center;
	align-items: center;
	background: #fff;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}
#header .header-inn .h-left{
	padding: 0;
	width:calc(100% - 500px);
	display:flex;
	padding-left: 60px;
}

#header .header-inn .h-left > div:nth-child(2){
	margin-left:40px;
}

#header .header-inn .h-left img{
	width:100%;
	height:auto;
	max-width:210px;
}

#header .header-inn .h-right{
	width: 500px;
	right: 0;
	height: 100%;
}

#header .header-inn .h-right > div{
	display:flex;
	width:50%;
	height: 100%;
}


#header .h-right{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
	width:calc(100% - 419px);
}

#header .h-right > div{
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#header .h-right > div:hover{
	opacity:0.8;
}

#header .h-right > div:nth-child(1){
	background: #00A0E9;
}

#header .h-right > div:nth-child(2){
	background: #005BAC;
}

#header .h-right > div span{
	margin-left:15px;
}

#header .h-right > div span.pc{
	display:inline-block;
}

#header .h-right > div span.sp{
	display:none;
}

#header .h-right > div:nth-child(1) img{
	width: 25px;
	height: auto;
}

#header .h-right > div:nth-child(2) img{
	width: 21.5px;
	height: auto;
}

#header .h-right a{
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width:100%;
	color:#fff;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:14px;
}

@media screen and (max-width:1100px) {
	#header .header-inn .h-left{
		padding:0 20px;
	}

	#header .header-inn .h-left > div:nth-child(2){
		margin-left:20px;
	}

	#header .header-inn .h-left p{
		font-size:14px;
		letter-spacing:0;
	}

	#header .header-inn .h-right{
		position:relative;
	}
}

@media screen and (max-width:1000px) {
	#header .header-inn{
		height:70px;
	}

	#header .header-inn .h-left img{
		max-width:170px;
	}

	#header .header-inn .h-left p{
		display:none;
	}

	#header .h-right > div span.pc{
		display:none;
	}

	#header .h-right > div span.sp{
		display:inline-block;
	}

	#header .h-right > div:nth-child(1) img{
		width: 30px;
	}

	#header .h-right > div:nth-child(2) img{
		width: 30px;
	}
}

@media screen and (max-width:640px) {
	#header .header-inn .h-left{
		width:52%;
		padding-right: 0;
	}
	#header .header-inn .h-right{
		width:48%;
	}

	#header .h-right > div:nth-child(1) img{
		width: 22px;
	}

	#header .h-right > div:nth-child(2) img{
		width: 22px;
	}

	#header .h-right a{
		padding:0 20px;
	}

	#header .h-right > div span{
		margin-left:10px;
	}
}

@media screen and (max-width:480px) {
	h1 a{
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}

	#header .h-right > div span.sp{
		font-size:12px;
		letter-spacing: 0;
		margin-left: 5px;
	}
}

/***************/
/* main        */
/***************/

section.main{
	position: relative;
	padding:120px 20px 0;
	background:#005BAC;
}

section.main .sec_inn{
	padding-bottom:0;
}

section.main:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-width: 88px 50vw 0 50vw;
  border-style: solid;
  border-color: #fff transparent transparent transparent; 

}

h2.catch{
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align:center;
	font-size:54px;
	color:#fff;
	line-height: 4.4rem;
	letter-spacing: 0.55rem;
}

h2.catch span{
	
	background: linear-gradient(transparent 62%, #00A0E9 62%);
	padding: 0 30px;
	display: inline;
	letter-spacing: 0.5rem;
	line-height:2rem;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone; /* Safari対応 */
}

section.main div.read{
	max-width:790px;
	margin:90px auto 185px;
}

section.main div.read p{
	color:#fff;
	font-size:20px;
	letter-spacing: -0.02rem;
	line-height: 2.1rem;
}

section.main .case{
	background:#fff;
	display:flex;
	border-radius:5px;
	margin: 130px 0 0;
}

section.main .case > div{
	width:50%;
}

section.main .case > div:nth-child(1){
	display:flex;
	-webkit-align-items: center;
	align-items: center;
}

section.main .case > div:nth-child(1) img{
	border-radius:5px;
}


section.main .case > div:nth-child(2) img{
	display:block;
	margin:0 auto 25px;
	max-width:250px;
}

section.main .case div.inn{
	margin-top: -95px;
	padding:0 50px;
}

section.main .case p{
	font-size:14px;
	line-height: 2.2rem;
	letter-spacing: 0;
	padding-bottom:30px;
}

section.main .case p span{
	font-weight:700;
	color:#000;
	display:inline-block;
	margin-right:5px;
}

section.main p.under{
	text-align:center;
	color:#fff;
	font-size:30px;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height:2.8rem;
	margin:40px 0 0px;
	letter-spacing: 0.15rem;
}


@media screen and (max-width:1000px) {
	h2.catch{
		font-size:34px;
		line-height: 3.2rem;
	}

	section.main div.read{
		margin:90px 0 auto;
	}

	section.main .case{
		display:block;
		margin-top:80px;
		padding: 40px 0;
	}

	section.main .case > div{
		width:100%;
	}

	section.main .case > div:nth-child(1){
		-webkit-justify-content: center;
		justify-content: center;
		padding:0 20px;
	}

	section.main .case > div:nth-child(1) img{
		max-width:420px;
		width: 90%;
		display: block;
		margin:0 auto;
	}

	section.main .case div.inn{
		margin:30px 0 0;
	}

	section.main .case p{
		padding-bottom:0;
	}

	section.main p.under{
		font-size:24px;
	}
}

@media screen and (max-width:480px) {
	section.main{
		padding:50px 20px 0;
	}

	h2.catch{
		font-size:24px;
		line-height: 2.8rem;
		margin: 0 -10px;
	}

	h2.catch span{
		letter-spacing: 0rem;
		padding: 0 10px;
	}

	section.main:before{
		border-width: 58px 50vw 0 50vw;
		top:-1px;
	}

	section.main div.read{
		  margin:40px auto 0px;
	}

	section.main .case{
		margin-top:60px;
	}

	section.main .case div.inn{
		padding: 0 20px;
	}

	section.main .case > div:nth-child(2) img{
		max-width:200px;
	}

	section.main p.under{
		font-size:20px;
		letter-spacing: 0;
		margin-top:25px;
	}

	section.main p.under br{
		display:none;
	}
}

/***************/
/* sports      */
/***************/


section.sports{
	position: relative;
	padding:120px 20px 0;
	background:#D5E0F5;
}

section.sports .sec_inn{
	padding-bottom:0;
}


section.sports:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-width: 88px 50vw 0 50vw;
  border-style: solid;
  border-color: #005bac transparent transparent transparent; 

}

h2.sports{
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:54px;
	color:#000;
	line-height: 4.4rem;
	letter-spacing: 0.55rem;
}

h2.sports.pc{
	display:block;
}

h2.sports.sp{
	display:none;
}

h2.sports span{
	
	background: linear-gradient(transparent 62%, #BBD4EF 62%);
	padding: 0;
	display: inline;
	letter-spacing: 0.5rem;
	line-height:2rem;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone; /* Safari対応 */
}

section.sports .top{
	display:flex;
	position:relative;
	margin-bottom:50px;
}

section.sports .top::after {
	content: '';
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	margin:0 auto;
	width: 0;
	height: 0;
	border-top: 27px solid #f0f0f0;
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
}

section.sports .top > div:nth-child(1){
	width:748px;
	z-index:1;
}

section.sports .top > div:nth-child(2){
	position:absolute;
	z-index:2;
	top: 50%;
	right:-10px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	margin: auto 0;
}

section.sports .top img.pc{
	display:block;
}

section.sports .top img.sp{
	display:none;
}

h3.sports{
	color:#000;
	font-size:30px;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align:center;
	letter-spacing: 0.15rem;
}

section.sports .type{
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin:30px auto 25px;
}

section.sports .type img{
	max-width:450px;
}

section.sports .type img.pc{
	display:block;
	padding:0 15px;
}

section.sports .type img.sp{
	display:none;
}

section.sports p.under{
	font-size:13px;
	max-width:870px;
	margin:0 auto;
	letter-spacing: 0.01rem;
	line-height: 2.2rem;
}

@media screen and (max-width:1100px) {
	section.sports .top{
		flex-wrap:wrap;
	}

	section.sports .top > div:nth-child(1){
		order:2;
		width:100%;
		margin-top:40px;
	}

	section.sports .top > div:nth-child(1) img.pc{
		width:100%;
		display:block;
		margin:0 auto;
	}

	section.sports .top > div:nth-child(2){
		order:1;
		position:static;
		transform: none;
		-webkit- transform: none;
		width:100%;
	}

	h2.sports.pc{
		display:none;
	}

	h2.sports.sp{
		text-align:center;
		display:block;
	}

}

@media screen and (max-width:1000px) {
	section.sports .sec_inn{
		padding-bottom:30px;
	}

	h2.sports{
		font-size:34px;
		line-height: 3.2rem;
	}

	h3.sports{
		font-size:26px;
	}

	section.sports .type img.pc{
		display:none;
	}

	section.sports .type img.sp{
		display:block;
		padding:0 15px;
	}
}

@media screen and (max-width:640px) {
	section.sports .type{
		display:block;
	}

	section.sports .type img.sp{
		margin:30px auto;
	}
}

@media screen and (max-width:480px) {
	section.sports{
		padding:50px 20px 0;
	}

	h2.sports{
		font-size:24px;
		line-height: 2.8rem;
		margin: 0 -10px;
		letter-spacing: 0rem;
	}

	h2.sports span{
		letter-spacing: 0rem;
		padding: 0 0px;
	}

	h3.sports{
		font-size:20px;
	}

	section.sports:before{
		border-width: 58px 50vw 0 50vw;
		top:-1px;
	}

	section.sports .top > div:nth-child(1){
		margin-top:20px;
	}

	section.sports .top > div:nth-child(1) img.pc{
		display:none;
	}

	section.sports .top img.sp{
		display:block;
	}

	section.sports .type img.pc{
		display:none;
	}

	section.sports .type img.sp{
		display:block;
	}
}

/***************/
/* about        */
/***************/


section.about{
	position: relative;
	padding:125px 20px 0;
	background:#F0F0F0;
}

section.about:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	border-width: 88px 50vw 0 50vw;
	border-style: solid;
	border-color: #D5E0F5 transparent transparent transparent; 
}

h2.about{
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:54px;
	color:#000;
	line-height: 4.4rem;
	letter-spacing: 0.5rem;
	max-width: 685px;
	margin:0 auto;
}

h2.about span{
	
	background: linear-gradient(transparent 62%, #BBD4EF 62%);
	padding: 0;
	display: inline;
	letter-spacing: 0.5rem;
	line-height:2rem;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone; /* Safari対応 */
}

section.about .prof{
	display:flex;
	margin:25px 0 -10px;
}

section.about .prof > div:nth-child(1){
	width:43.518%;
	position:relative;
}

section.about .prof > div:nth-child(2){
	width:calc(100% - 43.518%);
	padding-left: 70px;
	box-sizing: border-box;
	padding-top: 35px;
}

section.about .prof img.name{
	width:250px;
	position:absolute;
	right:-30px;
	bottom:65px;
}

section.about .prof p.top{
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:22px;
	color:#000000;
	margin-bottom:20px;
	letter-spacing: 0.12rem;
	padding-right: 10px;
	line-height: 2.5rem;
}

section.about .prof p.top span{
	display:block;
}

section.about .prof p.main{
	font-size:14px;
	letter-spacing: 0.02rem;
	line-height: 2.1rem;
	margin-bottom:30px;
}

section.about .detail {
	background: #fff;
	border-radius: 5px;
	margin:0 auto 50px;
	max-width:800px;
	padding:30px 20px;
	z-index: 1;
	position: relative;
}

section.about h3{
	text-align:center;
	margin-bottom:20px;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:22px;
	color:#000;
}

section.about ul{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	margin:30px auto 15px;
}

section.about ul li{
	font-size:14px;
	margin-bottom:15px;
	box-sizing: border-box;
	letter-spacing: 0.05rem;
}

/*year--------------------------*/
section.about ul.year{
	max-width:555px;
}

section.about ul.year li:nth-child(odd){
	width:65px;
}

section.about ul.year li:nth-child(even){
	width:calc(100% - 65px);
	padding-left:55px;
}

/*get--------------------------*/
section.about ul.get{
	max-width:625px;
}

section.about ul.get li:nth-child(odd){
	width:245px;
}

section.about ul.get li:nth-child(even){
	width:calc(100% - 245px);
	padding-left:35px;
}

/*group--------------------------*/
section.about ul.group{
	max-width:355px;
}

section.about p.under{
	font-size:14px;
	max-width:800px;
	margin:0 auto;
	letter-spacing: 0;
	line-height: 2.2rem;
}

section.about ul.group li:nth-child(odd){
	width:120px;
}

section.about ul.group li:nth-child(even){
	width:calc(100% - 120px);
	padding-left:55px;
}

@media screen and (max-width:1000px) {
	h2.about{
		font-size:34px;
		line-height: 3.2rem;
	}
}

@media screen and (max-width:780px) {
	section.about .prof{
		display:block;
		padding:20px;
	}

	section.about .prof > div:nth-child(1){
		width:100%;
		margin-bottom:60px;
	}

	section.about .prof > div:nth-child(2){
		width:100%;
		padding:0;
	}

	section.about .prof img.photo{
		width:60%;
		display:block;
		margin:0 auto;
	}

	section.about .prof img.name{
		width:200px;
		bottom:0px;
		left:50px;
	}

	section.about .prof p.top{
		padding:0;
	}
}

@media screen and (max-width:640px) {
	section.about .detail{
		padding-bottom:5px;
		margin-bottom:30px;
	}

	section.about ul{
		display:block;
		max-width:100% !important;
	}

	section.about ul li{
		width:100% !important;
		padding:0 0 15px !important;
		border-bottom:solid 1px #ccc;
	}

	section.about ul.year li:nth-child(odd){
		border:none;
		margin-bottom:0;
		padding-bottom:3px !important;
	}

	section.about ul li:last-child{
		border-bottom:none;
		margin-bottom:0;
	}

	section.about ul.group li:last-child{
		text-align:right;
	}
}

@media screen and (max-width:480px) {
	section.about{
		padding:70px 20px 0;
	}

	h2.about{
		font-size:24px;
		line-height: 2.8rem;
		margin: 0 -10px;
		letter-spacing: 0rem;
		text-align:center;
	}

	h2.about span{
		letter-spacing: 0rem;
		padding: 0 0px;
	}

	section.about:before{
		border-width: 58px 50vw 0 50vw;
		top:-1px;
	}

	section.about .prof{
		padding:0;
	}

	section.about .prof img.photo{
		width:75%;
	}

	section.about .prof img.name{
		position:static;
		display:block;
		margin:0 auto;
	}

	section.about .prof > div:nth-child(1){
		margin-bottom:40px;
	}

	section.about .prof p.top{
		font-size:20px;
		line-height:2.0rem;
	}

	section.about .prof p.main{
		line-height:1.9rem;
		margin-bottom:50px;
	}
}


/***************/
/* faq        */
/***************/

section.faq{
	position: relative;
	padding:128px 20px 0;
	background:#fff;
}

section.faq .sec_inn{
	padding-bottom:80px;
}

section.faq:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	border-width: 88px 50vw 0 50vw;
	border-style: solid;
	border-color: #f0f0f0 transparent transparent transparent; 
}

section.faq .box{
	border:solid 5px #005BAC;
	border-radius:10px;
	padding: 55px 70px;
	margin-bottom:80px;
}

section.faq .tip{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:30px;
	padding-bottom:19px;
	border-bottom:solid 1px #005BAC;
}

section.faq .tip > div{
	padding-bottom:15px;
}

section.faq .tip > div:nth-child(-n+2){
	display:flex;
	-webkit-align-items: center;
	align-items: center;
}

section.faq .tip > div:nth-child(3){
	padding-top:15px;
}

section.faq .tip > div:nth-child(odd){
	width:100px;
}

section.faq .tip > div:nth-child(even){
	width:calc(100% - 100px);
}

section.faq .tip img.q1{
	max-width:73.25px;
}

section.faq .tip img.a1{
	max-width:75.7px;
}

section.faq .tip img.q2{
	max-width:73.19px;
}

section.faq .tip img.a2{
	max-width:75.64px;
}

section.faq h2{
	color:#000;
	font-size:30px;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.15rem;
}

section.faq .tip p{
	font-size:14px;
	letter-spacing: 0;
	line-height: 2.5em;
}

section.faq div.under img{
	max-width:923px;
	margin:0 auto;
	display:block;
}

section.faq .first{
	max-width:725px;
	margin:0 auto;
}

section.faq img.icon{
	margin:0 auto 15px;
	display:block;
	width:60.13px;
}

section.faq .first h2{
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:30px;
	text-align:center;
	margin-bottom:47px;
}

section.faq p{
	font-size:14px;
	color:#000;
	font-weight:400;
	letter-spacing: -0.025rem;
	line-height: 2.2rem;
}

section.faq .btn{
	max-width:600px;
	margin:92px auto 0;
}

section.faq div.under img.pc{
	display:block;
}

section.faq div.under img.sp{
	display:none;
}

@media screen and (max-width:1000px) {
	section.faq .sec_inn{
		padding-bottom:70px;
	}

	section.faq .box{
		padding:55px 40px;
	}

}

@media screen and (max-width:480px) {
	section.faq .sec_inn{
		padding:50px 0 50px;
	}

	section.faq{
		padding:50px 20px 0;
	}


	section.faq:before{
		border-width: 58px 50vw 0 50vw;
		top:-1px;
	}

	section.faq .box{
		padding:30px 20px;
	}

	section.faq .tip > div:nth-child(odd){
		width:50px;
	}

	section.faq .tip > div:nth-child(even){
		width:calc(100% - 50px);
		padding-left:15px;
	}

	section.faq h2{
		font-size:20px;
	}

	section.faq .tip p{
		line-height:2.0rem;
	}

	section.faq .box{
		margin-bottom:50px;
	}

	section.faq .first h2{
		font-size:26px;
		margin-bottom:30px;
	}

	section.faq .btn{
		margin:40px auto 0;
		padding: 0 30px;
	}

	section.faq div.under img.pc{
		display:none;
	}

	section.faq div.under img.sp{
		display:block;
		padding: 0 30px;
	}

	section.faq img.icon{
		width:42px;
	}
}

/***************/
/* mind        */
/***************/

section.mind{
	position: relative;
	padding:100px 20px 145px;
	background:url("img/mind_bg.jpg");
	background-position:center;
	background-size:cover;
}

section.mind .sec_inn{
	padding:65px 90px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius:10px;
	max-width:800px;
	margin:0 auto;
	box-sizing: border-box;

}

section.mind h2{
	text-align: center;
	color:#00A0E9;
	font-size:30px;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom:50px;
	letter-spacing: 0.15rem;
}

section.mind p{
	font-size:14px;
	color:#000;
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 2.17rem;
	letter-spacing: -0.03rem;
}

@media screen and (max-width:480px) {
	section.mind{
		padding: 50px 20px 50px;
	}

	section.mind .sec_inn{
		padding: 30px 30px;
	}

	section.mind h2{
		font-size:24px;
		margin-bottom:30px;
	}
}


/***************/
/* footer */
/***************/
footer {
	padding:55px 20px 30px;
}

footer .inn{
	max-width:1080px;
	margin:0 auto;
}

footer .flex{
	display:flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

footer .flex > div:nth-child(1){
	width:calc(100% - 448.74px);
	padding-right: 20px;
}

footer .flex > div:nth-child(2){
	width:448.74px;
	
}


footer .id{
	display:flex;
	width:100%;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

footer .id > div:nth-child(2){
	padding-left:30px;
}

footer img.logo{
	max-width:270px;
}

footer img.tel{
	max-width:252px;
}

footer p {
	margin-top: 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 2.15rem;
	letter-spacing: 0.07rem;
}

@media screen and (max-width:780px) {
	footer .inn{
		max-width:480px;
	}

	footer .flex{
		display:block;
	}

	footer .flex > div:nth-child(1){
		width:100%;
		padding-right: 0px;
	}

	footer .flex > div:nth-child(2){
		width:100%
	}

	footer .id{
		display:block;
		text-align:center;
	}

	footer .id > div:nth-child(2){
		padding-top:20px;
		padding-left:0;
	}

	footer img.logo{
		max-width:200px;
	}

	footer img.date{
		max-width:480px;
		display:block;
		margin:20px auto;
	}


}
@media screen and (max-width:480px) {
	iframe{
		height:240px;
	}

	footer p{
		line-height:1.7rem;
		letter-spacing: 0;
	}
}

/***************/
/* common */
/**************/
#content{
	margin-top:90px;
}

a{
	opacity:1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover{
    opacity:0.75;
}

{
}

section {
}



section .sec_inn {
	margin:0 auto;
	box-sizing:border-box;
	padding: 30px 0;
	max-width: 1080px;
}


@media screen and (max-width:1000px) {
	#content{
		margin-top:70px;
	}

}

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

}

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


}