@charset "utf-8";
/* CSS Document */

:root {
  --back: #ecebe2;
  --base: #9f846c;
  --yellow: #f2ce4c;
}
* {
  box-sizing: border-box;
}
body{
	font-family: "kiwi-maru", sans-serif;
	font-weight: 300;
	font-style: normal;
 	margin: 0;
	line-height: 1.5;
}
h1{
	font-family: "vdl-megag-pop-futoline", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3rem;
	text-align: center;
	margin: 0;
	letter-spacing: 0.5em;
}
h2{
	font-family: "vdl-megag-pop-futoline", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3rem;
	text-align: center;
	margin: 0 0 1em;
}
h3{
	  font-family: "Yu Gothic", "游ゴシック体", "YuGothic",
               "Meiryo", "メイリオ",
               -apple-system, BlinkMacSystemFont,
               "Helvetica Neue", Arial, sans-serif;
	font-size: 1.3rem;
	margin: 0;
}
h4{
		  font-family: "Yu Gothic", "游ゴシック体", "YuGothic",
               "Meiryo", "メイリオ",
               -apple-system, BlinkMacSystemFont,
               "Helvetica Neue", Arial, sans-serif;
	font-size: 1.8rem;
	margin: 0;
}
.sp{
	display: none;
}
img{
	width: 100%;
}
.m_t_120{
	margin-top: 200px;
}
main{
	width: 100%;
	background: var(--back);
	position: relative;
}
.section{
	max-width: 1000px;
	display: block;
	margin: 0 auto;
}
.top{
	max-width: 1000px;
	background: #FFF;
	display: block;
	margin: 0 auto;
}
.curve-title {
  width: 100%;
  max-width: 300px;
  display: block;
	margin: 0 auto;
}
.icon{
	max-width: 80px;
	display: block;
	margin: -50px auto 0;	
}
.top_img01{
	margin: 0 auto;
	width: 50%;
	display: block;
}
.top_img02{
	position: absolute;
	bottom: 0;
	width: 15%;
	left: 0;
}
.top_img03{
	width: 15%;
  	position: absolute;
  	top: 50%;
  	transform: translateY(-50%);
	left: 5%;
}
.top_img04{
	position: absolute;
	top: 0;
	width: 15%;
	left: 0;
}
.top_img05{
	position: absolute;
	bottom: 0;
	width: 15%;
	right: 0;
}
.top_img06{
	position: absolute;
	top: 0;
	width: 15%;
	right: 0;
}
.top_img07{
	width: 15%;
  	position: absolute;
  	top: 50%;
  	transform: translateY(-50%);
	right: 5%;
}
.top_txt{
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 35px 0;

}
section{
	padding: 100px 0 0;
	display: block;
}
.back{
	background: var(--back);
}
.base{
	background: var(--base);
}
.flex{
	display: flex;
}
.flex_center{
	flex-flow: wrap;
	align-items: center;
}
.block{
	display: block;
}
.m_l2{
    margin-left: 2em;
}
.w_45{
	width: 45%;
}
.w_50{
	width: 50%;
}

.center{
	text-align: center;
}
.about_img{
	display: block;
	border-radius: 50px;
	border: 1px solid var(--base);
}
.service{
	width: calc(100% / 3);
	background: #FFF;
    padding: 40px 5px;
    margin: 7px;
	box-sizing: border-box;
	display: block;
}
.service_img{
	width: 80%;
	margin: 0 auto 1em;
	display: block;
}
.service p{
	height: 5em;
	padding: 0 20px;
}
.btn{
	background: var(--base);
	border-radius: 40px;
	display: inline;
	color: #FFF;
	text-decoration: none;
	border: 1px solid var(--base);
	transition: 0.5s;
	padding: 5px 20px;
}
.btn:hover{
	background: #FFF;
	color: var(--base);
}
.btn01{
	background: var(--yellow);
	border-radius: 40px;
	display: inline;
	color: #333;
	text-decoration: none;
	border: 1px solid var(--yellow);
	transition: 0.5s;
	padding: 5px 20px;
	font-weight: bold;
}
.btn01:hover{
	background: #FFF;
	color: #333;
}
.movie {
    width: 80%;
    height: 444px;
    margin: 25px auto 0;
    position: relative;
}
.top-movie .movie iframe {
    width: 100%;
    height: 100%;
    display: block;
}
.voice-box,.voice-box01 {
  position: relative;
  padding: 100px 30px; 
  text-align: left;
}
.voice-box01 strong{
	  font-family: "Yu Gothic", "游ゴシック体", "YuGothic",
               "Meiryo", "メイリオ",
               -apple-system, BlinkMacSystemFont,
               "Helvetica Neue", Arial, sans-serif;
	font-size: 1.1rem;
	font-weight: bold;
}
.voice-box01::before {
    content: "";
    position: absolute;
    top: 3em;
    left: 0;
    width: 60%;
    border-top: 2px solid var(--base);
    transform: rotate(-10deg);
    transform-origin: left top;
}

.voice-box01::after {
	content: "";
    position: absolute;
    bottom: 3em;
    left: 0;
    width: 60%;
    border-top: 2px solid var(--base);
    transform: rotate(10deg);
    transform-origin: left bottom;
}
.voice-box strong{
	  font-family: "Yu Gothic", "游ゴシック体", "YuGothic",
               "Meiryo", "メイリオ",
               -apple-system, BlinkMacSystemFont,
               "Helvetica Neue", Arial, sans-serif;
	font-size: 1.1rem;
	font-weight: bold;
}
.voice-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    border-top: 2px solid var(--base);
    transform: rotate(10deg);
    transform-origin: left top;
}

.voice-box::after {
	content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    border-top: 2px solid var(--base);
    transform: rotate(-10deg);
    transform-origin: left bottom;
}
.voice_img{
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 30px;
	height: 75%;
	object-fit: cover;
}
.contact{
    background: #FFF;
    width: 50%;
    margin: 10px;
    padding: 60px 10px;
    text-align: center;
}
.title{
	font-family: "Yu Gothic", "游ゴシック体", "YuGothic",
               "Meiryo", "メイリオ",
               -apple-system, BlinkMacSystemFont,
               "Helvetica Neue", Arial, sans-serif;	text-shadow: 1px 1px 2px gray;
	font-size: 3rem;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.title span{
	font-size: 1.5rem;
}
.sotoshiru{
	color: #FFF;
}
.event{
	width: 40%;
	display: block;
	margin-top: 0;
}
.event_title{
	display: block;
	width: 150px;
	margin-top: -3em;
	padding: 0;
}
ul.event_txt{
	background: var(--back);
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 20px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	color: var(--base);
}
.event_txt span{
	background: var(--base);
	color: var(--back);
	padding: 5px 20px;
	font-weight: bold;
}
ul.event_txt li{
	display: flex;
	flex-flow: wrap;
	align-items: center;
	margin-top: 0.6em;
	color: #000;
}
ul.event_txt li span{
	background: var(--base);
	color: #FFF;
	width: 16%;
	padding: 10px;
	font-weight: bold;
	display: block;
	margin-right: 1em;
}
ul.event_txt li p{
	width: 70%;
	line-height: 1em;
    margin: 0;
	color: #000;
}
ul.event_txt li p small{
	font-size: 0.8rem;
}
ul.event_txt li.font{
	font-size: 1.5rem;
	color: var(--base);
	font-weight: bold;
	font-family: "Yu Gothic", "游ゴシック体", "YuGothic",
               "Meiryo", "メイリオ",
               -apple-system, BlinkMacSystemFont,
               "Helvetica Neue", Arial, sans-serif;	
	line-height: 1;
}
.m_b{
	margin-bottom: 1.6em;
}
.m_b01{
	margin-bottom: 2.6em!important;
}
.sotoshiru_about{
	display: block;
	margin: 0.5em 0;
	width: 50%;
}
.sotoshiru_txt{
	display: flex;
	flex-flow: wrap;
	align-items: center;
}
.b_b{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid var(--back);
}
.sotoshiru_img{
	width: 20%;
	display: block;
}
.sotoshiru_block{
	display: block;
	width: 68%;
	margin-left: 10px;
}
.sotoshirutoha{
	display: block;
	width: 65%;
	margin-left: 40px;
}
.cap{
	color: #FFF;
	font-weight: bold;
	font-family: "Yu Gothic", "游ゴシック体", "YuGothic",
               "Meiryo", "メイリオ",
               -apple-system, BlinkMacSystemFont,
               "Helvetica Neue", Arial, sans-serif;	text-shadow: 1px 1px 2px gray;
	font-size: 1.2rem;
}
.cap span{
	color: var(--yellow);
}
.app{
	display: block;
	width: 100%;
	margin-top: 35px;
	background: var(--back);
	color: #000;
	padding: 20px;
}
.app_title{
    width: 40%;
    margin-top: -2.5em;
    float: right;
}
.app_title01{
    width: 23%;
    margin-top: -2.5em;
    float: right;
}
.app_t{
    background: var(--base);
    color: var(--back);
    padding: 5px;
    font-weight: bold;
	margin: 20px 0 10px;
	text-align: center;
}
.app a{
	text-decoration: none;
}
.app span{
    display: block;
    background: var(--yellow);
    padding: 10px 20px;
    margin-left: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
    text-decoration: none;
    color: #000;
	border: 1px solid var(--yellow);
}
.app span:hover{
	background: #FFF;
    color: #000;
}
ul.appli{
	display: block;
	margin: 0;
}
.p_b_50{
	padding-bottom: 100px;
}
.m_t-40{
	margin-top: -40px;
}
.footer-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
	display: block;
    width: 18%;
    z-index: 100;
}
.footer-fixed .btn {
    font-size: 1rem;
    flex-direction: row;
    border-left: none;
	margin: 10px;
    display: block;
    text-align: center;
	background: var(--yellow);
	color: #000;
	border: 2px solid #FFF;
	font-weight: bold;
}
.footer-fixed .btn:hover{
	background:#FFF;
	border: 2px solid #000;
}
.font-g{
	font-family: "vdl-megag-pop-futoline", sans-serif;
}
@media screen and (max-width: 768px){		
	h1,h2{
		font-size: 2rem;
		margin: 0;
	}
	main{
		overflow: hidden;
	}
	section{
		padding: 50px 0 0;
		margin: 0;
	}
	.section{
		width: 95%;
	}
	.p_b_50{
		padding-bottom: 50px;
	}
	.flex{
		display: block;
	}
	.w_45,.w_50{
		width: 100%;
	}
	.top_txt{
		padding: 10px 0 52px;
	}
	.icon{
		max-width: 60px;
	}
	.top_txt p{
		width: 70%;
		margin: 0 auto;
	}
	.curve-title{
		max-width: 220px;
	}
	.top_img02,.top_img03,.top_img04,.top_img05,.top_img06,.top_img07{
    	width: 20%;
	}
	.top_img03{
		left: 0;
		top: 43%;	
	}
	.top_img07{
		right: 0;
		top: 43%;
	}
	.top_img05{
		right: -5%;
	}
	.m_l2{
		margin-left: 0;
		margin-top: 1em;
	}
	.service{
		width: auto;
		margin: 10px 7px 0;
	}
	.movie{
		width: 90%;
	}
	.voice-box, .voice-box01{
		padding: 50px 30px 0;
	}
	.voice_img{
		margin: 0.8em auto 0;
        padding: 0;
		width: 88%;
		display: block;
	}
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
	.voice-box01::before,.voice-box::before,.voice-box01::after,.voice-box::after{
		border-top:none;
	}
	.event{
		width: auto;
	}
	.sotoshiru_about{
		width: auto;
	}
	.app span{
		margin-left:0;
	}
	ul.appli{
		padding-left: 20px;
	}
	.app_title,.app_title01{
		width: 63%;
	}
	.app{
		margin-top: 40px;
	}
	.title {
		font-size: 1.6rem;
	}
	ul.event_txt li span{
		width: 17%;
		text-align: center;
	}
	ul.event_txt li p{
		width: 77%;
	}
	ul.event_txt{
		margin: 50px 0 0 0;
	}
	.contact{
		width: auto;
	}
	.sotoshirutoha{
		width: auto;
		margin-left: 0;
	}
	.about{
		padding: 50px 17px 0;
	}
	.event_txt span{
		font-size: 0.9rem;
	}
	.m_t_120{
		margin-top: 0;
	}
	.m_0{
		margin: 0;
	}
	.m_t-40{
		margin-top: 0;
	}
	.p_b_100{
		padding-bottom: 100px;
	}
	.footer-fixed{
		width: 100%;
		background: #FFF;
	}
	.footer-fixed p{
		margin: 10px 0 0;
	}
	.footer-fixed .btn{
		width:calc(100% / 3);
		font-size: 0.6rem;
		padding: 3px;
		margin: 3px;
	}
	.flex_footer{
		display: flex;
		justify-content: center;
	}

	
}
