@charset "UTF-8";
/*==================================================*/
/* 前提css */
/*==================================================*/
a, article, blockquote, body, caption, dd, div, dl, dt, footer, h1, h2, h3, h4, h5, h6, header, html, iframe, img, li, nav, ol, p, pre, section, small, span, strong, table, td, th, tr, ul, figure {
  background: 0;
  border: 0;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: bottom;
}
a, small, span, strong {
  vertical-align: baseline;
}
article, footer, header, nav, section {
  display: block;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0; 
}

address, th {
  font-style: normal;
}

:focus, a:focus {
  outline: 0;
}

br {
  letter-spacing: normal;
}

img {
  height: auto;
  width: 100%;
}

input[type="submit"] {
  -webkit-appearance: none;
}

a {
  text-decoration: none;
}

.pc-only {
  display: block;
}
.pc-only.inline {
    display: inline;
}
.pc-only.flex {
    display: flex;
}

.sp-only {
  display: none;
}
.sp-only.inline {
  display: none;
}
.sp-only.flex {
	display: none;
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .pc-only.inline {
    display: none;
  }
  .pc-only.flex {
    display: none;
  }

  .sp-only {
    display: block;
   }
  .sp-only.inline {
    display: inline;
  }
  .sp-only.flex {
    display: flex;
  }
}
@-webkit-keyframes bright {
  0% {
    filter: brightness(0.2);
  }
  100% {
    filter: brightness(1);
  }
}
@-moz-keyframes bright {
  0% {
    filter: brightness(0.2);
  }
  100% {
    filter: brightness(1);
  }
}
@keyframes bright {
  0% {
    filter: brightness(0.2);
  }
  100% {
    filter: brightness(1);
  }
}
@-webkit-keyframes scroll {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-moz-keyframes scroll {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes scroll {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes scroll_mozi {
  0% {
    transform: translateY(0%) rotateZ(90deg) scaleX(0.8);
  }
  50% {
    transform: translateY(12%) rotateZ(90deg) scaleX(0.8);
  }
  100% {
    transform: translateY(0%) rotateZ(90deg) scaleX(0.8);
  }
}
@-moz-keyframes scroll_mozi {
  0% {
    transform: translateY(0%) rotateZ(90deg) scaleX(0.8);
  }
  50% {
    transform: translateY(12%) rotateZ(90deg) scaleX(0.8);
  }
  100% {
    transform: translateY(0%) rotateZ(90deg) scaleX(0.8);
  }
}
@keyframes scroll_mozi {
  0% {
    transform: translateY(0%) rotateZ(90deg) scaleX(0.8);
  }
  50% {
    transform: translateY(12%) rotateZ(90deg) scaleX(0.8);
  }
  100% {
    transform: translateY(0%) rotateZ(90deg) scaleX(0.8);
  }
}
@-webkit-keyframes text_on {
  0% {opacity: 0; }
  99% {opacity: 1; }
  100% {opacity: 1;}
}
@-moz-keyframes text_on {
  0% {opacity: 0; }
  99% {opacity: 1; }
  100% {opacity: 1; }
}
@keyframes text_on {
  0% {opacity: 0; }
  99% {opacity: 1; }
  100% {opacity: 1; }
}
@-webkit-keyframes text-eff_on {
  0% {left: -100%; }
  50% {left: 0%; }
  100% {left: 100%; }
}
@-moz-keyframes text-eff_on {
  0% {left: -100%; }
  50% {left: 0%; }
  100% {left: 100%; }
}
@keyframes text-eff_on {
  0% {left: -100%; }
  50% {left: 0%; }
  100% {left: 100%; }
}
.bright {
  -webkit-animation: bright 1s ease;
  -moz-animation: bright 1s ease;
  animation: bright 1s ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.InVfadeInUp {
	opacity: 0;
	transform: translate(0, 100px);
	transition: all .5s;
}
.InVfadeInUp.scrollin {
	opacity: 1;
    transform: translate(0, 0);
}
.bn-links {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-top: 2.6041666667vw;
  padding-bottom: 2.6041666667vw;
  width: 72.9166666667vw;
}
/*----------------------------------------
common
----------------------------------------*/
.inner{
    width: 72.9166666667vw;
    margin: 0 auto;
}
body {
  background: url(../img/bg.png) repeat left top;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
input,textarea{
	font-family: 'Noto Sans JP', sans-serif;
}
nav {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
nav ul {
    color: #666;
    font-weight: 600;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 14px;
    height: 40px;
    width: 62.5vw;
}
nav ul li a {
  position: relative;
  display: inline-block;
  color: #666;
  text-decoration: none;
}
nav ul li a:hover {
    color: #e1556c;
    cursor: pointer;
    text-decoration: none;
}
nav ul li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #e1556c;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}
nav ul li a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}
header {
    position: relative;
    width: 100%;
    z-index: 9;
}
header .para {
    overflow: hidden;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
}
header .para.visual {
    background-image: url(../img/kv.jpg);
    transition: .1s;
}
header h1 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    bottom: -12vw;
    width: 24.5833333333vw;
}
header p{
	position: absolute;
	right: calc(100vw/2 - 72.9166666667vw/2);
	bottom: 1vw;
}
header p img{
	height: 24px;
	width: auto;
}
.main{
    position: relative;
    z-index: 0;
    width: 100%;
    padding-top: 12vw;
}
#n01 {
    padding-top: 7vw;
    margin-top: -2vw;
}
.cont-title {
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    width: 200px;
}
.cont-title.wt {
    color: #666;
    border-bottom: 1px solid #666;
}
.cont-title h2 {
    margin-bottom: 20px;
    font-size: 24px;
}
.cont-title p {
    font-weight: 500;
    letter-spacing: 3px;
    padding: 10px 0;
}
.cont-title.wt p{
	border-top: 1px solid #666;
}
.main section{
	padding-bottom: 55px;
}
section#about {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 35px;
}
.about-text {
    text-align: center;
    padding-bottom: 20px;
}
section#about h3 {
    line-height: 1.6;
    font-size: 20px;
    margin-bottom: 10px;
    color: #E1556C;
}
section#about h3+p{
	margin-bottom: 40px;
}
section#about p {
    color: #666;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
}
section#about h4 {
    align-items: center;
    background: #e1556c;
    border-radius: 8em;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    padding: 15px 30px;
    margin-bottom: 20px;
}
h4.sub-t span {
    width: 100%;
}
.about-btn {
    width: 60%;
    margin: 0 auto;
    max-width: 600px;
}
.btn-wrap {
    display: flex;
    justify-content: space-between;
}
.btn-wrap > .btn {
    border: 3px solid #e1556c;
    color: #e1556c;
    display: inline-block;
    padding: 0.8em;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: transform ease .3s;
    width: 40%;
    font-size: 16px;
}
.btn-wrap > .btn.sp-only{
	display: none;
}
.btn-wrap > .btn:hover {
    background: #e1556c;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: .3s;
}
.btn-wrap > .btn span {
    display: inline-block;
    text-decoration: none;	
    transition: transform ease .3s;
    position: absolute;
    right: 20px;
}
.btn-wrap > .btn:hover span{
    text-align: right;
    cursor: pointer;
    text-decoration: none;
    transform: translateX(6px);
}
.button {
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    width: 300px;
}
.button:hover {
    animation: rubberBand;
    animation-duration: 1.2s;
    animation-timing-function: ease-out;
}
.collabo-text{
	padding: 35px 0;
}
.collabo-text h3{
	text-align: center;
	font-size: 20px;
	line-height: 1.4;
	color: #666666;
	margin-bottom: 15px;
}
.collabo-text p{
	font-size: 14px;
	line-height: 1.6;
	color: #666666;
	text-align: center;
}
.collabo-thanks{
	padding-top: 35px;
	text-align: center;
}
.collabo-thanks p{
	font-size: 24px;
	line-height: 1.6;
	color: #666;
}
.collabo-box{
	display: flex;
	justify-content: space-between;
}
.collabo-box>div{
	width: 47%;
}
section#contact p {
	margin: auto;
	line-height: 1.8;
	font-size: 14px;
	margin-top: 20px;
	width: 540px;
	color: #666;
}
section#contact .form {
	display: block;
	margin: 0 auto;
	width: 540px;
}
.form-box{
	padding-top: 35px;
	margin-bottom: 20px;
}
section#contact dl{
	display: flex;
}
section#contact dl:nth-child(n + 2) {
    margin-top: 20px;
}
section#contact dt{
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    text-align: right;
    width: 160px;
    margin-right: 40px;
    color: #666;
}
section#contact dd{
	width: calc(100% - 200px);
}
section#contact dl input,section#contact textarea{
	width: 100%;
	font-size: 15px;
	height: 30px;
	color: #666;
	box-sizing: border-box;
}
section#contact input{
	height: 30px;
}
section#contact textarea{
	height: 120px;
}
section#contact .form .btn-wrap {
	display: block;
	text-align: center;
}
section#contact .form .btn-wrap input.btn {
	background: #e1556c;
	border: 3px solid #fff;
	border-radius: 8px;
	color: #fff;
	display: inline-block;
	padding: 0.8em;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: transform ease .3s;
	font-size: 14px;
	width: 140px;
	height: auto;
	font-weight: bold;
}
#open-btn {
	margin: 0 auto;
	line-height: 1.6;
	text-align: center;
	font-size: 14px;
	margin-top: 50px;
	color: #666;
}
#open-btn a {
    cursor: pointer;
    text-decoration: underline;
    transition: .3s;
}
#open-btn a:hover{
	text-decoration: none;
}
footer {
	background: #666;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	min-height: 30px;
}
#n01, #n02, #n03, #contact{
    padding-top: 40px;
    margin-top: -40px;
}
.policy-modalArea {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.policyBg {
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.9);
}
.policy-wrap {
    left: 50%;
    padding: 10px 30px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 900px;
    width: 90%;
}
.policy-wrap > .close-btn {
    border: solid 1px #fff;
    padding: 10px;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    right: -40px;
    font-size: 28px;
    position: absolute;
    text-align: center;
    width: 30px;
    height: 30px;
}
.policy-wrap > .inr {
    background: #fff;
    height: 90vh;
    overflow-y: auto;
    padding: 30px;
}
.inr .ttl h3 {
    font-size: 18px;
    border: 3px solid #e1556c;
    border-radius: 8em;
    color: #e1556c;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    width: auto;
    line-height: 34px;
    padding: 0 50px;
}
.inr > p {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
}
.inr h4 {
    margin: 30px 0 10px;
    font-size: 14px;
    line-height: 1.6;
    color: #e1556c;
}
.inr ul {
    margin: 15px 0;
}
.inr ul li {
    color: #666;
    margin-left: 20px;
    margin-top: 5px;
    list-style-type: disc;
    line-height: 160%;
}
.inr .ttl #cookie {
    margin-top: 30px;
}
.inr ol li {
    color: #666;
    margin-left: 20px;
    margin-top: 5px;
    list-style-type: decimal;
    line-height: 160%;
}
.inr div {
    color: #666;
    text-align: right;
    margin-top: 20px;
}


.policy-wrap > .inr div.ttl {
    margin: 30px 0 15px;
    text-align: center;
}
.collabo-table-box{
	padding-bottom: 50px;
}
.collabo-table-box p{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}
.collabo-table-box table{
	width: 100%;
}
.collabo-table-box tr{
	border-bottom: 1px solid #ccc;
}
.collabo-table-box tr:first-child{
	border-top: 1px solid #ccc;
}
.collabo-table-box tr:nth-child(2n){
	/*background: rgba(0,0,0,0.1);*/
}
.collabo-table-box th,.collabo-table-box td{
	padding: 20px 10px;
	font-size: 15px;
	line-height: 30px;
	text-align: left;
	vertical-align: top;
}
.center-year{
	padding-top: 30px;
}
.national-flag{
	text-align: center;
	margin-bottom: 10px;
}
.national-flag img{
	width: 45px;
}
@media screen and (max-width: 1240px){
	header .para{
		height: 600px;
	}
}
@media screen and (max-width: 1024px){
	header .para{
		height: 450px;
	}
	header .para.visual {
    background-size: 120%;
    background-position: 78% top;
	}
	.inner {
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
	}
	header p{
		right: 50px;
	}
	header p img{
		height: 24px;
		width: auto;
	}
}
@media screen and (max-width: 767px){
	.inner {
    padding: 0 15px;
	}
	nav ul{
		width: 100%;
	}
	header .para.visual {
    background-size: 248%;
    background-position: 90% top;
	}
	section#about h3{
		font-size: 17px;
		text-align: center;
	}
	section#about p{
		font-size: 15px;
	}
	.about-btn{
		width: 80%;
	}
	.btn-wrap > .btn.sp-only{
		display: block;
	}
	.btn-wrap > .btn{
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
	.btn-wrap{
		flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
	}
	.button{
		margin-top: 0;
		width: 100%;
	}
	.collabo-thanks p{
		font-size: 17px;
	}
	.collabo-box{
		flex-wrap: wrap;
	}
	.collabo-box>div{
		width: 100%;
	}
	.collabo-box>div:first-child{
		margin-bottom: 20px;
	}
	section#contact p{
		width: 100%;
		font-size: 14px;
	}
	section#contact .form{
		width: 100%;
	}
	section#contact dl{
		flex-wrap: wrap;
	}
	section#contact dt{
		width: 100%;
		margin-right: 0;
		text-align: left;
		font-size: 15px;
		margin-bottom: 10px;
	}
	section#contact dd {
    width: 100%;
	}
	#open-btn{
		font-size: 15px;
	}
	header h1 {
    bottom: -24vw;
    width: 50vw;
	}
	.main{
		padding-top: 24vw;
	}
	footer{
		padding: 10px 15px;
		font-size: 14px;
		line-height: 20px;
		box-sizing: border-box;
	}
	.inr .ttl h3{
		padding: 0 30px;
	}
	.policy-wrap > .inr{
		padding: 30px 15px;
	}
	.policy-wrap > .close-btn {
    right: 30px;
    top: -30px;
	}
	.policy-wrap > .inr {
    height: 75vh;
    margin-top: 25px;
	}
	.collabo-table-box th, .collabo-table-box td {
    padding: 10px 5px;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
	}
	.collabo-text h3{
		font-size: 17px;
	}
	header p{
		right: 0;
	}
	header p img{
		height: auto;
		width: 27vw;
	}
}