@charset "UTF-8";


/*------イメージ-----*/

.mv {
	position: relative;
	max-height: 700px;
	height: 70vw;
	background: url("../img/home/mv.jpg") no-repeat 50% top;
	background-size: cover;
}
.mv div {
	position: absolute;
	text-align: center;
	z-index: 998;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
}
.mv img {
	width: 100%;
	max-width: 300px;
	margin-bottom: 80px;
}
.mv .main {
	font-size: 44px;
	margin-bottom: 30px;
	white-space: nowrap;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: bold;
}
.mv .sub {
	font-size: 20px;
	margin-bottom: 50px;
}
.mv .last {
	font-size: 26px;
}
@media screen and (max-width: 767px){
	
	.mv {
		min-height: 380px;
		height: 70vw;
		background: url("../img/home/mv_sp.jpg") no-repeat 50% 50%;
		background-size: cover;
	}
	.mv img {
		max-width: 160px;
		margin-bottom: 40px;
	}
	.mv .main {
		font-size: 21px;
		margin-bottom: 15px;
	}
	.mv .sub {
		font-size: 14px;
		margin-bottom: 30px;
	}
	.mv .last {
		font-size: 18px;
	}
}

/*------ムービー-----*/

.intro {
	padding: 80px 50px 70px;
	background-color: #fff;
}
.intro p {
	font-size: 30px;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
}
.movie {
	position: relative;
	background-color: #fff;
}
.movie2 {
	padding-top: 80px;
}
.movie .inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 50px 80px;
	position: relative;
	z-index: 2;
}
.movie::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background-color: #3a9cc9;
	z-index: 1;
}
.movie2::after {
	background-color: #efefef;
}
.movie .inner div {
	width: 100%;
	padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
	height: 0px;              /*高さはpaddingで指定するためheightは0に*/
	position: relative;
}
.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 999px){
	
	.intro p {
		font-size: 22px;
	}
	
}

@media screen and (max-width: 767px){

	.intro {
		padding: 30px 20px 30px;
	}
	.intro p {
		font-size: 16px;
		line-height: 1.8;
	}
	.movie2 {
		padding-top: 40px;
	}
	.movie::after {
		height: 80%;
	}
	.movie .inner {
		padding: 0 20px 40px;
		max-width: 480px;
	}
	
}

/*-----コンセプト-----*/

.concept {
	position: relative;
	margin-bottom: 140px;
}
.concept > img {
	width: 100%;
}
.concept .ttlimg {
	max-width: 322px;
	width: 100%;
	position: relative;
	top: -50px;
}
.concept .inner {
	width: 90%;
	max-width: 1000px;
	background-color: rgba(58,156,201,0.95);
	position: relative;
	top: -20vw;
	color: #fff;
	margin: 0 auto;
	padding: 0 80px 80px;
	text-align: center;
	margin-bottom: -20vw;
}
.concept h2 {
	font-size: 34px;
	margin-bottom: 1.2em;
	line-height: 1.5;
}
.concept p {
	line-height: 2;
	font-size: 18px;
	text-align: left;
	margin-bottom: 2.5em;
}
.concept a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 700px;
	height: 100px;
	border: 1px solid #fff;
	margin: 0 auto;
	transition: opacity 0.3s ease;
}
.concept a:hover {
	opacity: 0.6;
}

@media screen and (max-width: 767px){

	.concept {
		margin-bottom: 50px;
	}
	.concept .ttlimg {
		max-width: 160px;
		top: -20px;
	}
	.concept .inner {
		width: 90%;
		max-width: 480px;
		background-color: rgba(58,156,201,0.95);
		top: -20vw;
		padding: 0 20px 40px;
	}
	.concept h2 {
		font-size: 16px;
		margin-bottom: 1.5em;
	}
	.concept p {
		font-size: 13px;
		line-height: 2;
	}
	.concept a {
		font-size: 14px;
		max-width: 700px;
		height: 50px;
	}

}

/*------お悩み-----*/

.teian {
	background-color: #efefef;
	padding: 50px 50px 80px;
}
.teian .inner {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.teian h2 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 100px;
	position: relative;
}
.teian h2 span::before {
	content: '';
	display: inline-block;
	width: 90px;
	height: 90px;
	background: url("../img/home/intro_before.png") no-repeat left top;
	background-size: contain;
	position: absolute;
	left: -65px;
	top: -65px;
}
.teian h2 span::after {
	content: '';
	display: inline-block;
	width: 90px;
	height: 90px;
	background: url("../img/home/intro_after.png") no-repeat left top;
	background-size: contain;
	position: absolute;
	right: -65px;
	bottom: -65px;
}
.teian h2 span {
	position: relative;
	display: inline-block;
}
.teian h2::after {
	content: '';
	display: inline-block;
	width: 195px;
	height: 152px;
	background: url("../img/home/onayami.png") no-repeat left top;
	background-size: contain;
	position: absolute;
	right: -40px;
	bottom: 40px;
}
.teian .lead {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 50px;
	line-height: 1.5;
}
.teian .box {
	background-color: #fff;
	padding: 60px;
	text-align: left;
	box-shadow: 6px 6px 20px rgba(0,0,0,0.07);
}
.teian .box img {
	width: 100%;
	max-width: 426px;
	float: right;
	margin: -80px -110px 20px 20px;
}
.teian .box ul {
	margin-bottom: 50px;
}
.teian .box li {
	margin-bottom: 30px;
	line-height: 1.8;
	font-size: 18px;
	font-weight: bold;
    text-indent: -2.5em;
    padding-left: 1.5em;
}
.teian .box li::before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url("../img/home/check.png") no-repeat left top;
	background-size: contain;
	margin-right: 1em;
	vertical-align: -3px;
}
.teian .box li span {
	background: linear-gradient(transparent 85%, #fff33f 0%);
}
.teian .box p {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	line-height: 1.5;
}
@media screen and (max-width: 999px){
	
	.teian .box img {
		max-width: 300px;
	}
	
}

@media screen and (max-width: 767px){
	
	.teian {
		padding: 50px 20px 40px;
	}
	.teian .inner {
		max-width: 480px;
	}
	.teian h2 {
		font-size: 16px;
		margin-bottom: 40px;
	}
	.teian h2 span::before {
		width: 45px;
		height: 45px;
		left: -20px;
		top: -20px;
	}
	.teian h2 span::after {
		width: 45px;
		height: 45px;
		right: -20px;
		bottom: -20px;
	}
	.teian h2::after {
		width: 98px;
		height: 76px;
		right: -10px;
		bottom: 25px;
	}
	.teian .lead {
		font-size: 13px;
		margin-bottom: 25px;
	}
	.teian .box {
		padding: 25px;
		box-shadow: 6px 6px 20px rgba(0,0,0,0.07);
	}
	.teian .box img {
		max-width: 340px;
		display: block;
		float: none;
		margin: -30px auto 0;
	}
	.teian .box ul {
		margin-bottom: 30px;
	}
	.teian .box li {
		margin-bottom: 20px;
		font-size: 13px;
		text-indent: -1.5em;
		padding-left: 0.5em;
	}
	.teian .box li::before {
		width: 12px;
		height: 12px;
		margin-right: 0.5em;
	}
	.teian .box p {
		font-size: 13px;
		text-align: center;
	}
	
}

/*------声-----*/

.voice {
	background-color: #3a9cc9;
	padding: 80px 50px;
	text-align: center;
	position: relative;
}
.voice::after {
	content: '';
	display: inline-block;
	width: 300px;
	height: 180px;
	background: url("../img/home/ttl_voice.png") no-repeat left top;
	background-size: contain;
	position: absolute;
	right: 10px;
	top: -20px;
}
.voice h2 {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 25px;
	text-align: center;
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
}
.voice h2::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.voice .att {
	margin-bottom: 40px;
	color: #fff;
	font-size: 14px;
}
.voice ul {
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
}
.voice li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
	color: #fff;
}
.voice li.second .txt {
	order: -1;
}
.voice .img {
	width: 40%;
}
.voice .img img {
	width: 100%;
}
.voice .txt {
	width: 55%;
}
.voice h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 2em;
}
.voice h3 span {
	font-weight: normal;
	font-size: 16px;
	margin-left: 1em;
}
.voice p {
	font-size: 18px;
	line-height: 2;
}

@media screen and (max-width: 767px){
	
	.voice {
		padding: 40px 20px;
	}
	.voice::after {
		width: 150px;
		height: 90px;
		right: 0;
		top: -50px;
	}
	.voice h2 {
		font-size: 18px;
		margin-bottom: 15px;
		padding-bottom: 10px;
	}
	.voice .att {
		margin-bottom: 30px;
		font-size: 11px;
	}
	.voice ul {
		max-width: 480px;
	}
	.voice li {
		display: block;
		margin-bottom: 30px;
	}
	.voice .img {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 20px;
	}
	.voice .txt {
		width: 100%;
	}
	.voice h3 {
		font-size: 16px;
		margin-bottom: 1em;
	}
	.voice h3 span {
		font-size: 11px;
	}
	.voice p {
		font-size: 13px;
	}
	
}

/*------強み-----*/

.feature .inner {
	padding: 50px;
	text-align: center;
	background-color: #fff;
}
.feature .inner .mincho {
	font-size: 24px;
	font-weight: bold;
	color: #3a9cc9;
	margin-bottom: 10px;
}
.feature .inner img {
	max-width: 798px;
	width: 100%;
}
.feature ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.feature li {
	width: 50%;
	height: 600px;
	background-color: #000;
}
.feature li.sec03, .feature li.sec04, .feature li.sec05 {
	width: 33.3333%;
	height: 500px;
}
.feature li a {
	text-decoration: none;
	color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;transition: all 0.3s ease;
}
.feature li a:hover {
	opacity: 0.6;
}
.feature .sec01 a {
	background: url("../img/home/bg_feature_01.jpg") no-repeat 50% top;
	background-size: cover;
}
.feature .sec02 a {
	background: url("../img/home/bg_feature_02.jpg") no-repeat 50% top;
	background-size: cover;
}
.feature .sec03 a {
	background: url("../img/home/bg_feature_03.jpg") no-repeat 50% 70%;
	background-size: cover;
}
.feature .sec04 a {
	background: url("../img/home/bg_feature_04.jpg") no-repeat 50% 50%;
	background-size: cover;
}
.feature .sec05 a {
	background: url("../img/home/bg_feature_05.jpg") no-repeat 50% 50%;
	background-size: cover;
}
.feature li div {
	width: 70%;
	max-width: 400px;
	min-height: 260px;
	background-color: rgba(58,156,201,0.8);
	padding: 40px 10px;
	text-align: center;
	position: relative;
	margin-top: 150px;
}
.feature li .no {
	font-size: 40px;
	font-weight: bold;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translate(-50%,0);
}
.feature li .eng {
	font-size: 14px;
	margin-bottom: 30px;
	font-weight: bold;
}
.feature li .ttl {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 40px;
}
.feature li .more {
	font-size: 13px;
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
}
.feature li .more::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}

@media screen and (max-width: 999px){
	
	.feature li .ttl {
		font-size: 20px;
	}
	
}

@media screen and (max-width: 767px){
	
	.feature .inner {
		padding: 30px 10px;
	}
	.feature .inner .mincho {
		font-size: 14px;
		margin-bottom: 0px;
	}
	.feature .inner img {
		max-width: 400px;
		width: 100%;
	}
	.feature ul {
		display: block;
		max-width: 480px;
		margin: 0 auto 40px;
	}
	.feature li {
		width: auto;
		min-height: 300px;
		height: 60vw;
		margin: 0 20px 20px;
	}
	.feature li.sec03, .feature li.sec04, .feature li.sec05 {
		width: auto;
		min-height: 300px;
		height: 60vw;
		margin: 0 20px 20px;
	}
	.feature li div {
		width: 70%;
		max-width: 400px;
		min-height: auto;
		padding: 30px 10px 20px;
		margin-top: 0px;
	}
	.feature li .no {
		font-size: 32px;
		top: -16px;
	}
	.feature li .eng {
		font-size: 10px;
		margin-bottom: 15px;
	}
	.feature li .ttl {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.feature li .more {
		font-size: 11px;
	}

	
}

/*------流れ-----*/

.flow {
	padding: 80px 50px;
	position: relative;
	background: #000 url("../img/home/bg_flow.jpg") no-repeat 50% 50% fixed;
	background-size: cover;
}

.flow .inner {
	background-color: rgba(255,255,255,0.9);
	padding: 70px 5vw;
	margin: 0 auto;
	max-width: 1000px;
	text-align: center;
}
.flow h2 {
	font-size: 36px;
	color: #000;
	font-weight: bold;
	margin-bottom: 70px;
	text-align: center;
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
}
.flow h2::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: 0;
}

.flow .box {
	display: flex;
	justify-content: space-between;
}
.flow .img {
	width: 25%;
}
.flow .img img {
	width: 100%;
}
.flow .txt {
	width: 70%;
	text-align: left;
}
.flow h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 1em;
}
.flow p {
	line-height: 1.8;
}
.flow .triangle {
	margin: 40px auto;
	width: 0;
	height: 0;
	border-top: 20px solid #3a9cc9;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
}

@media screen and (max-width: 767px){
	
	.flow {
		padding: 40px 20px;
		background: #efefef;
	}
	.flow .inner {
		padding: 30px 20px;
		max-width: 480px;
	}
	.flow h2 {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.flow .box {
		display: block;
	}
	.flow .img {
		width: 100%;
		max-width: 300px;
		display: block;
		margin: 0 auto 25px;
	}
	.flow .txt {
		width: 100%;
	}
	.flow h3 {
		font-size: 16px;
		text-align: center;
	}
	.flow p {
		font-size: 13px;
	}
	.flow .triangle {
		margin: 20px auto;
	}
	
}



/*------faq-----*/

.faq {
	background-color: #fff;
	padding: 80px 50px;
}
.faq .inner {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.faq h2 {
	font-size: 36px;
	color: #000;
	font-weight: bold;
	margin-bottom: 70px;
	text-align: center;
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
}
.faq h2::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: 0;
}
.faq_list li {
	margin-bottom: 40px;
	background-color: #efefef;
	text-align: left;
}
.faq_list .dt {
	display: flex;
	align-items: center;
	cursor: pointer;
	background: url(../img/home/icon_plus.png) no-repeat right 30px center;
    background-size: 36px;
}
.faq_list li.open .dt {
	background: url(../img/home/icon_minus.png) no-repeat right 30px center;
    background-size: 36px;
}
.faq_list .dt .en {
	width: 90px;
	min-height: 90px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 36px;
	background-color: #3a9cc9;
	letter-spacing: 0;
	margin-right: 25px;
}
.faq_list .dt .jp {
	line-height: 1.5;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	width: calc( 100% - 200px );
}

.faq_list .dd {
	display: none;
	line-height: 1.8;
	font-size: 16px;
	padding: 30px;
}

@media screen and (max-width: 767px){
	
	.faq {
		padding: 40px 20px;
	}
	.faq h2 {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.faq_list li {
		margin-bottom: 20px;
	}
	.faq_list .dt {
		background: url(../img/home/icon_plus.png) no-repeat right 10px center;
		background-size: 18px;
	}
	.faq_list li.open .dt {
		background: url(../img/home/icon_plus.png) no-repeat right 10px center;
		background-size: 18px;
	}
	.faq_list .dt .en {
		width: 30px;
		min-height: 50px;
		font-size: 16px;
		margin-right: 15px;
	}
	.faq_list .dt .jp {
		font-size: 13px;
		width: calc( 100% - 80px );
	}

	.faq_list .dd {
		font-size: 13px;
		padding: 20px;
	}
	
}

/*------特徴-----*/

.tsuyomi {
	padding: 80px 50px;
	background-color: #fff;
}
.tsuyomi .inner {
	max-width: 1100px;
	margin: 0 auto 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.tsuyomi .inner .txt {
	width: 55%;
	padding: 55px 40px;
	background: rgba(58,156,201,0.9);
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.tsuyomi .second .txt {
	left: auto;
	right: 0;
}
.tsuyomi .inner h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 1.5em;
}
.tsuyomi .inner p {
	font-size: 18px;
	line-height: 2;
}
.tsuyomi .inner a {
	max-width: 300px;
	height: 50px;
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	margin-top: 1.5em;
	transition: all 0.3s ease;
}
.tsuyomi .inner a:hover {
	opacity: 0.6;
}
.tsuyomi .inner .img {
	width: 65%;
	margin-left: auto;
}
.tsuyomi .second .img {
	margin-right: auto;
	margin-left: 0;
}
.tsuyomi .inner .img img {
	width: 100%;
}

@media screen and (max-width: 999px){
	
	.tsuyomi .inner .txt {
		padding: 30px;
	}
	.tsuyomi .inner h3 {
		font-size: 16px;
	}
	.tsuyomi .inner p {
		font-size: 14px;
	}
	
}

@media screen and (max-width: 767px){
	
	.tsuyomi {
		padding: 40px 20px;
	}
	.tsuyomi .inner {
		margin: 0 auto 30px;
		display: block;
		max-width: 480px;
	}
	.tsuyomi .inner .txt {
		width: 100%;
		padding: 30px 20px;
		position: relative;
		top: auto;
		transform: translateY(0);
		left: auto;
	}
	.tsuyomi .second .txt {
		right: auto;
	}
	.tsuyomi .inner h3 {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 1em;
	}
	.tsuyomi .inner p {
		font-size: 13px;
		line-height: 1.8;
	}
	.tsuyomi .inner a {
		max-width: 300px;
		height: 40px;
		font-size: 14px;
		margin: 1.5em auto 0;
	}
	.tsuyomi .inner .img {
		width: 100%;
		margin: 0 auto;
	}
	.tsuyomi .second .img {
		margin: 0 auto;
	}

	
}


/*------ブログ-----*/

.newsblog {
	padding: 80px 50px 0;
	background-color: #fff;
}
.newsblog .inner {
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}

.newsblog h2 {
	font-size: 36px;
	color: #000;
	font-weight: bold;
	margin-bottom: 70px;
	text-align: center;
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
}
.newsblog h2::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: 0;
}
@media screen and (max-width: 767px){
	
	.newsblog {
		padding: 40px 20px 0;
	}
	.newsblog .inner {
		margin: 0 auto;
		display: block;
		max-width: 480px;
	}
	.newsblog h2 {
		font-size: 18px;
		margin-bottom: 30px;
	}
	
	
}

/*------アクセス-----*/

.access {
	padding: 80px 50px 80px 0;
	background-color: #fff;
	position: relative;
}
.access::after {
	content: '';
	display: inline-block;
	width: 278px;
	height: 158px;
	background: url("../img/home/ttl_access.png") no-repeat left top;
	background-size: contain;
	position: absolute;
	right: 10px;
	top: -90px;
	z-index: 3;
}
.access .inner {
	display: flex;
	justify-content: space-between;
}
.access iframe {
	width: 50%;
	order: -1;
}
.access .txt {
	width: 45%;
}
.access h2 {
	font-size: 36px;
	color: #000;
	font-weight: bold;
	margin-bottom: 60px;
	text-align: center;
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
}
.access h2::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: 0;
}
.access .ttl {
	font-weight: bold;

}
.access p {
	margin-bottom: 1.5em;
	line-height: 1.8;
}
.access a {
	max-width: 360px;
	background-color: #3a9cc9;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	margin-top: 3em;
	transition: opacity 0.3s ease;
}
.access a:hover {
	opacity: 0.6;
}

@media screen and (max-width: 999px){
	
	.access::after {
		width: 185px;
		height: 106px;
		right: 10px;
		top: -50px;
	}
	
}

@media screen and (max-width: 767px){
	
	.access {
		padding: 40px 20px;
		text-align: center;
	}
	.access::after {
		width: 118px;
		height: 60px;
		right: 0px;
		top: -30px;
	}
	.access .inner {
		display: block;
		max-width: 480px;
		margin: 0 auto;
	}
	.access iframe {
		width: 100%;
		height: 300px;
	}
	.access .txt {
		width: 100%;
	}
	.access h2 {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.access p {
		font-size: 13px;
		text-align: left;
	}
	.access .ttl {
		text-align: center;
	}
	.access a {
		max-width: 300px;
		height: 40px;
		font-size: 14px;
		margin: 1.5em auto 2em;
	}
}

/*------ポップアップ-----*/

.popup {
	width: 100%;
	max-width: 800px !important;
	padding: 50px;
}
.popup h3 {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 1em;
	line-height: 1.5;
}
.popup p {
	line-height: 1.8;
	margin-bottom: 2em;
	text-align: left;
}
.popup img {
	width: 100%;
	margin-bottom: 50px;
}
.popup .inner {
	margin: 0 auto 50px;
	position: relative;
}
.popup .inner div {
	width: 100%;
	padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
	height: 0px;              /*高さはpaddingで指定するためheightは0に*/
	position: relative;
}
.popup iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.popup a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 50px;
	max-width: 360px;
	height: 60px;
	border: 1px solid #3a9cc9;
	text-decoration: none;
	color: #3a9cc9;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
.remodal-confirm {
	background-color: #3a9cc9 !important;
	width: 160px !important;
	height: 60px !important;
	font-weight: bold !important;
	font-size: 16px !important;
}

@media screen and (max-width: 767px){
	
	.popup {
		padding: 20px !important;
	}
	.popup h3 {
		font-size: 16px;
	}
	.popup p {
		font-size: 13px;
	}
	.popup .inner, .popup img {
		margin: 0 auto 30px;
	}
	.popup a {
		margin: 0 auto 40px;
		max-width: 360px;
		height: 40px;
		font-size: 14px;
	}
	.remodal-confirm {
		width: 120px !important;
		height: 40px !important;
		font-size: 14px !important;
	}
	
}