@charset "utf-8";

/* top */

/* .anim-box.fadein.is-animated {
	animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
  
  @keyframes fadeIn {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  } */
  
  .slide-in {
	opacity: 0;
	transform: translateX(-40px);
  }
  
  .slide-in.is-show {
	opacity: 1;
	animation: slideInLeft 0.7s ease-out forwards;
  }
  
  @keyframes slideInLeft {
	from {
	  transform: translateX(-40px);
	}
	to {
	  transform: translateX(0);
	}
  }
  

/* header
----------------------------------------- */
#header {
	height: 100%;
	min-height: 300px;
}
.main-visual-area {
	position: relative;
	height: 100%;
}
.main-visual {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: -10;
	overflow: hidden;
}
.main-visual-img {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../images/top/main-visual_sp.webp) center center no-repeat;
	background-size: cover;
	overflow: hidden;
}
.main-visual-img::after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	height: 100%;
	background: url(../images/top/main-visual-curve_sp.png) 0 center no-repeat;
	background-size: cover;

	transition-property: width;
	transition-duration: 2.0s;
}
.main-visual.fade-in .main-visual-img::after {
	width: 140px;
}

.main-visual-copy {
	position: absolute;
	top: 40%;
	left: 7%;
	width: 86%;
	height: auto;
}
.main-visual-copy p{
	font-size: 5em;
	background-image: linear-gradient(90deg, #33a8ba, #6a0d7f);
color: transparent;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
}


.first-line {
	position: absolute;
	right: 9.8%;
	bottom: -35px;
	width: 100%;
	padding-bottom: 94px;
	text-align: right;

	transform: translateY(20px);
	opacity: 0;
	transition-property: transform, opacity;
	transition-duration: 1.2s;
}
.first-line.fade-in {
	transform: translateY(0);
	opacity: 1;
}

.first-line::before {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0.5em;
	width: 1px;
	height: 80px;
	background-color: #CBBEAC;
}
.first-line::after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0.5em;
	width: 1px;
	height: 8px;
	background-color: #CBBEAC;
	transform: rotate(35deg);
	transform-origin: left bottom 0;
}
.first-line a {
	display: inline-block;
	position: relative;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	vertical-align: top;
	letter-spacing: 0.2em;
	font-size: 1.2rem;
	line-height: 1.3;
	color: #8A6FA1;
}

/* svg animation */



/* contents
----------------------------------------- */
/* intro-sec */
.intro-sec {
	position: relative;
	margin: 10px 0 45px;
	padding-bottom: 90px;
}
.intro-sec::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 92%;
	height: 100%;
	background-color: #FAF8FC;
	z-index: -100;
  
	/* 左側だけ大胆にカーブ */
	border-top-left-radius: 120px 120px;
	border-bottom-left-radius: 120px 120px;
  }
.intro-sec-img-area {
	position: relative;
	margin-bottom: 60px;
	padding-top: 66px;
}
.intro-sec-img01 {
	display: inline-block;
	width: 61%;
	margin-left: 39%;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;

	transform: translateY(35px);
	opacity: 0;
	transition-property: transform, opacity;
	transition-duration: 1.4s;
	transition-timing-function: cubic-bezier(.17,.47,.6,.87);
}
.intro-sec-img02 {
	display: inline-block;
	width: 48%;
	margin: -14% 0 0 10%;
	border-radius: 5px;

	transform: translateY(35px);
	opacity: 0;
	transition-property: transform, opacity;
	transition-duration: 1.4s;
	transition-delay: .2s;
	transition-timing-function: cubic-bezier(.17,.47,.6,.87);
}
.intro-sec-inner.scrollin .intro-sec-img01 {
	transform: translateY(0);
	opacity: 1;
}
.intro-sec-inner.scrollin .intro-sec-img02 {
	transform: translateY(0);
	opacity: 1;
}

.intro-sec-text-area {
	position: relative;
	width: 90%;
	padding: 50px 0 60px;

	transform: translateY(45px);
	opacity: 0;
	transition-property: transform, opacity;
	transition-duration: 1.4s;
	transition-timing-function: cubic-bezier(.17,.47,.6,.87);
	transition-delay: .4s;
}
.intro-sec-inner.scrollin .intro-sec-text-area {
	transform: translateY(0);
	opacity: 1;
}

.intro-sec-text-area::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	background-color: #fff;
	z-index: -10;
}
.intro-sec .sec-ttl-left01 {
	margin-bottom: 35px;
}
.intro-sec-ttl-lead {
	margin-bottom: 30px;
	padding: 0 20px 0 45px;
	font-size: 2.0rem;
	color: #8A6FA1;
	line-height: 1.6;
}
.intro-sec-ttl-lead .br {
	display: none;
}
.intro-sec-lead {
	padding: 0 30px 0 45px;
	font-size: 1.5rem;
	line-height: 2.5;
}
.intro-sec-lead p {
	margin-bottom: 25px;
}
.intro-sec-lead p:last-child {
	margin-bottom: 0;
}
.intro-sec-lead .br {
	display: none;
}
.intro-sec .sec-btn {
	position: absolute;
	bottom: -22px;
	left: 45px;
}

.hero-photo {
	display: block;
	margin: 32px auto 0;
  	width: 100%;
	max-width: 260px;
  	border-radius: 5px;
	object-fit: cover;
  }
/* intendfor-sec */

.intendfor-sec {
	width: 88%;
	max-width: 1600px;
	margin: 0 auto 140px;
	text-align: center;
}

.intendfor-sec .intendfor-sec-img-area {
    margin: 30px auto;
}

.intendfor-sec .intendfor-sec-img-area img {
    width: 100%;
    height: auto;
}


.intendfor-sec h3{

    padding:30px 15px 15px;
    font-size: 2.2rem;
    color: #8A6FA1;
    line-height: 1.6;
}

.intendfor-sec p{

    line-height: 2.3;
}

/* program-sec */
.program-sec {
	margin-bottom: 90px;
	padding: 0 20px;
}
.program-sec-inner {
	position: relative;
	margin-bottom: 42px;
	padding: 0 15px;
	border: 13px solid #D9C7E4;
	border-radius: 5px;
}


.program-sec {
	margin-bottom: 60px;
}


.program-sec .container{
	margin-top: 30px;
}
.program-sec .flex-item{
	background-color: #FAF8FC;
	padding: 8% 5% 10%;
	border-radius: 5%;
	margin-top: 30px;
}


.program-sec-ttl {
	padding: 0px 0 20px;
	text-align: center;
}

.program-sec-ttl .jp {
	display: block;
	margin-bottom: 5px;
	font-size: 2.2rem;
	line-height: 1.4;
}
.program-sec-ttl .jp span {
	font-size: 2.3rem;
	color: #8A6FA1;
	
}

.program-sec-info {
	margin-bottom: 22px;
	text-align: center;
}
.program-sec-info h4 {
	position: relative;
	display: inline-block;
	margin-top: 50px;
	padding-bottom: 5px;
	font-size: 1.6rem;
}
.program-sec-info p {
	font-size: 1.2rem;
	margin: 10px 0;
	text-align: left;
}
.program-sec-info h4::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	margin: auto;
	background-image: linear-gradient(to right, #4A4A4A, #4A4A4A 1px, transparent 1px, transparent 2px);
	background-size: 3px 1px;
	background-repeat: repeat-x;
}



.program-sec-tag {
	margin-bottom: 50px;
	text-align: center;
}
.program-sec-tag li {
	display: inline-block;
	margin: 0 2px;
	padding: 0 15px;
	border-radius: 10px;
	background-color: #8A6FA1;
	color: #fff;
	line-height: 20px;
	font-size: 1.0rem;
	letter-spacing: 0.03em;
}
.program-sec .sec-btn {
	margin-bottom: -22px;
	text-align: center;
}
.program-sec-alert-text {
	font-size: 1.2rem;
	color: #8A6FA1;
	text-indent: -1em;
	margin-left: 1em;
}
.program-sec-alert-text .br {
	display: none;
}

/*form */

.form-sec{
	text-align: center;
	height: auto;
	margin-bottom: 90px;
	padding:15px 30px 30px;
}

.form-sec iframe{
	height: 600px;
}

.form-sec p{
	padding: 20px 0;
	text-align: left;
}

/* img-sec */
.img-sec {
	position: relative;
	margin-bottom: 80px;
	overflow: hidden;
}
.img-sec-img {
	display: block;
	position: relative;
}
.img-sec-img::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 101%;
	background-color: #fff;
	z-index: 100;
	transform: scale(1, 1);
	transform-origin: right top;
	transition: all 1.2s cubic-bezier(.09,.77,.34,.97);
}
.img-sec.scrollin .img-sec-img::before {
	transform-origin: right top;
	transform: scale(0, 1);
}
.img-sec-line01 {
	position: absolute;
	top: 27%;
	left: 0;
	width: 120%;
}
.img-sec-line02 {
	position: absolute;
	top: 27%;
	left: 0;
	width: 120%;
}





































/* tablet 560px - 959px */
@media only screen and (min-width: 560px) {


/* header
----------------------------------------- */
#header {
	height: 100%;
	min-height: 300px;
}
.main-visual-area {
	position: relative;
	height: 100%;
}
.main-visual {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: -10;
}
.main-visual-img {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../images/top/main-visual_pc.webp) center center no-repeat;
	background-size: cover;
	overflow: hidden;
}
.main-visual-img::after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	height: 100%;
	background: url(../images/top/main-visual-curve_pc.png) 0 center no-repeat;
	background-size: cover;

	transition-property: width;
	transition-duration: 2.2s;
}
.main-visual.fade-in .main-visual-img::after {
	width: 240px;
}


.main-visual-copy {
	position: absolute;
	top: 40%;
	left: 7%;
	width: 86%;
	height: auto;
}


.first-line {
	position: absolute;
	right: 9.8%;
	bottom: -35px;
	width: 100%;
	padding-bottom: 94px;
	text-align: right;

	transform: translateY(30px);
	opacity: 0;
	transition-property: transform, opacity;
	transition-duration: 1.2s;
}
.first-line.fade-in {
	transform: translateY(0);
	opacity: 1;
}

.first-line::before {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0.5em;
	width: 1px;
	height: 80px;
	background-color: #CBBEAC;
}
.first-line::after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0.5em;
	width: 1px;
	height: 8px;
	background-color: #CBBEAC;
	transform: rotate(35deg);
	transform-origin: left bottom 0;
}
.first-line a {
	display: inline-block;
	position: relative;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	vertical-align: top;
	letter-spacing: 0.2em;
	font-size: 1.2rem;
	line-height: 1.3;
	color: #8A6FA1;
}




/* contents
----------------------------------------- */
/* intro-sec */
.intro-sec {
	position: relative;
	margin: 10px 0 150px;
	padding-bottom: 90px;
}
.intro-sec::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 70%;
	height: 100%;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #f4f2f4;
	z-index: -100;
	  /* 左側だけ大胆にカーブ */
	  border-top-left-radius: 120px 120px;
	  border-bottom-left-radius: 120px 120px;
}
.intro-sec-img-area {
	position: relative;
	margin-bottom: 90px;
	padding-top: 100px;
}
.intro-sec-img01 {
	display: inline-block;
	width: 51%;
	margin-left: 49%;
	margin-top: 30px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	
	transform: translateY(55px);
	opacity: 0;
	transition-property: transform, opacity;
	transition-duration: 1.4s;
	transition-timing-function: cubic-bezier(.17,.47,.6,.87);
}
.intro-sec-img02 {
	display: inline-block;
	width: 38%;
	margin: -14% 0 0 20%;
	border-radius: 5px;
	
	transform: translateY(55px);
	opacity: 0;
	transition-property: transform, opacity;
	transition-duration: 1.4s;
	transition-delay: .2s;
	transition-timing-function: cubic-bezier(.17,.47,.6,.87);
}
.intro-sec-inner.scrollin .intro-sec-img01 {
	transform: translateY(0);
	opacity: 1;
}
.intro-sec-inner.scrollin .intro-sec-img02 {
	transform: translateY(0);
	opacity: 1;
}

.intro-sec-text-area {
	position: relative;
	width: 80%;
	padding: 50px 0 60px;

	transform: translateY(55px);
	opacity: 0;
	transition-property: transform, opacity;
	transition-duration: 1.4s;
	transition-timing-function: cubic-bezier(.17,.47,.6,.87);
	transition-delay: .4s;
}
.intro-sec-inner.scrollin .intro-sec-text-area {
	transform: translateY(0);
	opacity: 1;
}

.intro-sec-text-area::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #fff;
	z-index: -10;
}
.intro-sec .sec-ttl-left01 {
	margin-bottom: 35px;
}
.intro-sec-ttl-lead {
	margin-bottom: 40px;
	padding: 0 65px;
	font-size: 2.0rem;
	color: #8A6FA1;
	line-height: 1.6;
}
.intro-sec-ttl-lead .br {
	display: inline-block;
}
.intro-sec-lead {
	padding: 0 65px;
	font-size: 1.2rem;
	line-height: 2.5;
}
.intro-sec-lead p {
	margin-bottom: 35px;
}
.intro-sec-lead p:last-child {
	margin-bottom: 0;
}
.intro-sec-lead .br {
	display: none;
}
.intro-sec .sec-btn {
	position: absolute;
	bottom: -22px;
	left: 65px;
}


/* intendfor-sec */


.intendfor-sec-img-area  {
   max-width: 810px;
}


/* program-sec */
.program-sec {
	margin-bottom: 120px;
	padding: 0 40px;
}
.program-sec-inner {
	position: relative;
	margin-bottom: 42px;
	padding: 0 30px;
	border: 14px solid #D9C7E4;
	border-radius: 5px;
}
.program-sec .sec-ttl-center01 {
	width: 78%;
	margin: -60px auto 40px;
	background-color: #fff;
}

.program-sec-body-area p {
	text-align: center;
}
.program-sec:first-child {
	margin-bottom: 60px;
}
.program-sec-ttl {
	padding: 22px 0 20px;
	text-align: center;
}

.program-sec-ttl .jp {
	display: block;
	margin-bottom: 5px;
	font-size: 2.2rem;
	line-height: 1.4;
}




/* img-sec */
.img-sec {
	position: relative;
	margin-bottom: 120px;
	overflow: hidden;
}
.img-sec-img {
	display: block;
	position: relative;
}
.img-sec-img::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 100;
	transform: scale(1, 1);
	transform-origin: right top;
	transition: all 1.2s cubic-bezier(.09,.77,.34,.97);
}
.img-sec.scrollin .img-sec-img::before {
	transform-origin: right top;
	transform: scale(0, 1);
}
.img-sec-line01 {
	position: absolute;
	top: 27%;
	left: -10%;
	width: 120%;
}
.img-sec-line02 {
	position: absolute;
	top: calc(27% - 5px);
	left: -10%;
	width: 120%;
}



} /* tablet end */














/* PC 960px - */
@media only screen and (min-width: 960px) {

/* header
----------------------------------------- */
/* animation lineMove */
.scroll-line {
	position: absolute;
	left: 90px;
	bottom: 70px;
	width: 1px;
	height: 120px;
	background-color: #fff;
	transition: all 1.4s;
}
.scroll-line::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 1px;
	background-color: #8F795D;
	-webkit-animation: lineMove 3.0s ease infinite;
	animation: lineMove 3.0s ease infinite;
}


#header {
	height: 100%;
	min-height: 300px;
}
.main-visual-area {
	position: relative;
	height: 100%;
	min-height: 770px;
	padding-bottom: 10px;
}
.main-visual {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: -10;
}
.main-visual-img {
	position: relative;
	width: 80%;
	height: 100%;
	background: url(../images/top/main-visual_pc.webp) center center no-repeat;
	background-size: cover;
	overflow: hidden;
	border-radius: 5px;
}
.main-visual-img::after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: -25px;
	width: 280px;
	height: 100%;
	background: url(../images/top/main-visual-curve_pc.png) 0 center no-repeat;
	background-size: cover;

	transition-property: width;
	transition-duration: 2.2s;
}
.main-visual.fade-in .main-visual-img::after {
	width: 110px;
}

.main-visual-copy {
	position: absolute;
	top: 47%;
	left: auto;
	right: 7%;
	width: 50%;
	height: auto;
}

.first-line {
	display: inline-block;
	position: absolute;
	right: 10.2%;
	bottom: -80px;
	padding-bottom: 205px;
	text-align: right;

	transform: translateY(40px);
	opacity: 0;
	transition-property: transform, opacity;
	transition-duration: 1.6s;
}
.first-line.fade-in {
	transform: translateY(0);
	opacity: 1;
}
.first-line::before {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0.5em;
	width: 1px;
	height: 180px;
	background-color: #CBBEAC;
}
.first-line::after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0.5em;
	width: 1px;
	height: 9px;
	background-color: #CBBEAC;
	transform: rotate(35deg);
	transform-origin: left bottom 0;
}
.first-line a {
	position: relative;
	width: auto;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	vertical-align: top;
	letter-spacing: 0.2em;
	font-size: 1.4rem;
	line-height: 1.3;
	color: #8A6FA1;
	transition: all .3s;
}
.first-line:hover a {
	color: #CBBEAC;
}




/* contents
----------------------------------------- */
/* intro-sec */
.intro-sec {
	position: relative;
	max-width: 1600px;
	margin: 0 auto 160px;
	padding-bottom: 160px;
}
.intro-sec::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 10px;
	width: 76%;
	height: 100%;
	border-radius: 5px;
	background-color: #F4F3F2;
	z-index: -100;
	  /* 左側だけ大胆にカーブ */
	  border-top-left-radius: 120px 120px;
	  border-bottom-left-radius: 120px 120px;
}
.intro-sec-img-area {
	position: relative;
	margin-bottom: 0;
	padding-top: 160px;
}
.intro-sec-img01 {
	display: inline-block;
	position: absolute;
	bottom: -87%;
	right: 0;
	width: 47%;
	margin: 40px 0 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	z-index: 5;

	transform: translateY(45px);
	opacity: 0;
	transition-property: transform, opacity;
	transition-duration: 1.6s;
	transition-delay: .2s;
	transition-timing-function: cubic-bezier(.07,.48,.56,.96);
}
.intro-sec-img02 {
	position: relative;
	display: inline-block;
	width: 27%;
	margin: 40px 0 0 39%;
	border-radius: 5px;
	z-index: 10;

	transform: translateY(45px);
	opacity: 0;
	transition-property: transform, opacity;
	transition-duration: 1.6s;
	transition-delay: .1s;
	transition-timing-function: cubic-bezier(.07,.48,.56,.96);
}
.intro-sec-inner.scrollin .intro-sec-img01 {
	transform: translateY(0);
	opacity: 1;
}
.intro-sec-inner.scrollin .intro-sec-img02 {
	transform: translateY(0);
	opacity: 1;
}

.intro-sec-text-area {
	position: relative;
	width: 63.5%;
	margin-top: -5%;
	padding: 110px 0 95px;

	transform: translateY(55px);
	opacity: 0;
	transition-property: transform, opacity;
	transition-duration: 1.6s;
	transition-timing-function: cubic-bezier(.17,.47,.6,.87);
	transition-delay: .3s;
}
.intro-sec-inner.scrollin .intro-sec-text-area {
	transform: translateY(0);
	opacity: 1;
}

.intro-sec-text-area::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #fff;
	z-index: -10;
}
.intro-sec .sec-ttl-left01 {
	margin-bottom: 48px;
}
.intro-sec-ttl-lead {
	margin-bottom: 45px;
	padding: 0 25% 0 22%;
	font-size: 2.6rem;
	color: #8A6FA1;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.intro-sec-ttl-lead .br {
	display: inline-block;
}
.intro-sec-lead {
	padding: 0 28% 0 22%;
	font-size: 1.4rem;
	line-height: 2.6;
}
.intro-sec-lead p {
	margin-bottom: 22px;
}
.intro-sec-lead p:last-child {
	margin-bottom: 0;
}
.intro-sec-lead .br {
	display: inline-block;
}
.intro-sec .sec-btn {
	position: absolute;
	bottom: -22px;
	left: 22%;
}
.hero-photo {
    position: absolute;
    right: -267px;
    bottom: -103px;
    width: 380px;
    max-width: none;
    margin: 0;
    /* opacity: 0.8; */
    
  }

/* program-sec */
.program-sec {
	max-width: 1140px;
	margin: 0 auto 170px;
	padding: 0 20px;
}
.program-sec-inner {
	position: relative;
	margin-bottom: 45px;
	padding: 50px 11% 0;
	border: 14px solid #D9C7E4;
	border-radius: 5px;
}
.program-sec .sec-ttl-center01 {
	width: 55%;
	margin: -80px auto 75px;
	background-color: #fff;
}

.program-sec .container{
	display: flex;
	width: 100%;
	justify-content: space-around;
}

.program-sec .flex-item{
	width: 46%;
	height: auto;
	padding: 3% 3% 5%;

}


.program-sec-info {
	margin-bottom: 25px;
	text-align: center;
	margin: 30px 0 60px;
}
.program-sec-info h4 {
	position: relative;
	display: inline-block;
	padding-bottom: 7px;
	font-size: 1.6rem;
}
.program-sec-info p {
	font-size: 1.3rem;
}

.program-sec-tag {
	margin-bottom: 80px;
	text-align: center;
}
.program-sec-tag li {
	display: inline-block;
	margin: 0 2px;
	padding: 0 15px;
	border-radius: 11px;
	background-color: #8A6FA1;
	color: #fff;
	line-height: 22px;
	font-size: 1.2rem;
	letter-spacing: 0.03em;
}

/* form-sec */
.form-sec iframe{
	height: 500px;
}
.form-sec p{
	text-align: center;
}

/* img-sec */
.img-sec {
	position: relative;
	width: 100%;
	margin: 0 auto 160px;
	overflow: visible;
}
.img-sec-img-wrap {
	width: 75%;
}
.img-sec-img {
	display: inline-block;
	height: auto;
}
.img-sec-img::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 101%;
	height: 101%;
	background-color: #fff;
	z-index: 100;
	transform: scale(1, 1);
	transform-origin: right top;
	transition: all 1.8s cubic-bezier(.09,.77,.34,.97);

}
.img-sec.scrollin .img-sec-img::before {
	transform-origin: right top;
	transform: scale(0, 1);
}
.img-sec-line01 {
	position: absolute;
	top: 34%;
	left: -15%;
	width: 115%;
	transition: all 1.8s;
	opacity: 0;
}
.img-sec-line02 {
	position: absolute;
	top: 34%;
	left: -15%;
	width: 115%;
	transition: all 2.8s;
	opacity: 0;
}
.img-sec.scrollin .img-sec-line01,
.img-sec.scrollin .img-sec-line02 {
	opacity: 1;
	left: 0;
	width: 100%;
}


} /* PC end */





















































/* PC:1201px - */
@media only screen and (min-width: 1201px) {

} /* PC end */


