@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

/* reset */
* {
	box-sizing: border-box;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
	text-decoration: underline;
}

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

video{
	width: 100%;
}

/* ヘッダー
------------------------------------------------------------*/
#mainnav{
	position:fixed;
	top: 0;
	width:100%;
	z-index:500;
}

#mainnav ul{
	text-align: right;
	padding-right: 30px;
}

#mainnav li{
	display: inline-block;
	padding: 45px 10px 20px;
	font-size: 14px;
	font-weight: 300;
}

#mainnav a{
	color: #000;
}

#mainnav.changeNav{
	background: rgba(255, 208, 240, 0.9);
	border-bottom: 1px solid #d1d1d1;
}

#mainnav.changeNav li{
	padding: 20px 10px;
}
@media screen and (max-width: 680px) {
	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
		padding-right: 0;
	}
	#mainnav li{
		width: 100%;
		padding: 0;
	}
	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/
h1, h2{
	font-family: 'Montserrat', sans-serif;
}
img{
	max-width: 100%;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

section h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
	padding: 20px 0;

	position: relative;
	padding: 0 65px;
	text-align: center;
}

section h2:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background: #ee52f4;
}

section h2 span {
	display: inline-block;
	position: relative;
	padding: 0 1em;
	background: #fff;
}

section h3{
	font-size: 16px;
	padding: 10px 20px;
	margin-bottom: 10px;
	border-left: 5px solid #ff69de;
	background: #ffeaf8;
}

.inline {
	display: flex;
	flex-wrap: wrap;
}
.inline .col {
	flex: 1;
}
.inline.more_l .col:first-of-type {
	flex: 2;
}
.inline.more_l .col:first-of-type {
	margin-right: 4%;
}
@media screen and (max-width: 680px) {
	.inline {
		flex-direction: column;
		flex-wrap: nowrap;
	}
	.inline .col:last-of-type {
		margin-bottom: 0;
	}
	section h2 {
		font-size: 20px;
	}
}

.inner{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 50px;
}
section{
	margin: 4% auto 6%;
}
section .block{
	margin: 30px auto 40px;
	max-width: 1050px;
	width: 98%;
}
@media screen and (max-width: 680px) {
	.inner{
		width: 95%;
	}
}

ul.disc{
	padding-left: 1.5em;
}
ul.disc li{
	list-style: disc;
}
.disc li{
	display: list-item !important;
}
.pcnone {
	display: none !important;
}
p.note {
	font-size: 12px;
	margin: 0 0 10px;
}
.note:before {
	content: '※';
}
a {
	transition-property: all;
	transition: 0.2s linear;
	word-break: break-word;
}
a.btn{
	background-color: #ee52f4;
	color: #fff;
	display: inline-block;
	padding: 2% 4%;
	margin: 1%;
	border-radius: 4%;
}
a.btn:hover {
	box-shadow: 0 8px 8px rgb(0 0 0 / 20%);
}

@media screen and (max-width: 680px) {
	.pcnone {
		display: inherit !important;
	}
	.spnone {
		display: none;
	}
	section .block {
		margin: 6% auto 10%;
		width: 98%;
	}
}


.col2 li{
	display: inline-block;
	width: 100%;
	margin: 20px 0 20px 0;
}

#main{
	width: 100%;
	min-height: 550px;
	margin: 0;
	background-image: url(../images/mainImg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#main .main{
	width: 40%;
	position: absolute;
	top: 20%;
	right: 14%;
}
#main h1{
	color: #fff;
	font-size: 30px;
	text-align: center;
	text-shadow: 1px 2px 3px #000;
}
#main h1 span{
	display: block;
	font-size: 20px;
}

#main #slogan{
	margin: 4% 2%;
	padding: 4%;
	color: #fefefe;
	background: #f9727275;
	border-radius: 2%;
}
#main #slogan h2{
	font-size: 14px;
	padding: 4px 0 10px;
	border-bottom: none;
}
#main #slogan h2:before{
	display: none;
}
#main #slogan p{
	text-shadow: 1px 2px 3px #000;
}
@media screen and (max-width: 680px) {
	#main .main{
		width: 100%;
		position: relative;
		top: 60px;
		right: 0;
	}
}

/* SEC01
------------------------------------------------------------*/

#sec01 .vision{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 80px;
}

#sec01 p{
	padding-bottom: 20px;
}


/* SEC02 CONCEPT
------------------------------------------------------------*/
.wrap{
	clear: both;
	width: 100%;
	background: #f6f6f6;
}


#customer .inline {
	align-items: center;
}
.t_right {
	position: relative;
	display: inline-block;
	border-radius: 10px;
	padding: 20px 30px;
	background: #fbebf6;
}
.t_right:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #fbebf6;
}
@media screen and (max-width: 680px) {
	#customer .inline.more_l .col:first-of-type {
		margin-right: 0;
		margin-bottom: 25px;
	}
	.t_right:before {
		top: 100%;
		left: 50%;
		margin-top: 0;
		margin-left: -15px;
		border: 15px solid transparent;
		border-top: 15px solid #fbebf6;
	}
}
.icon {
	max-width: 120px;
}

/* SEC03 PROFILE
------------------------------------------------------------*/

#sec03 dl:first-of-type{
	border-top: 1px solid #ccc;
}
#sec03 dl{
	display: flex;
}
#sec03 dt{
	background-color: #ffeaf8;
}
#sec03 dt{
	width: 25%;
	padding: 15px 15px;
	padding-right: 5%;
	border-bottom: 1px solid #ccc;
}
#sec03 dd{
	width: 75%;
	padding: 15px 15px;
	border-bottom: 1px solid #ccc;
}
#sec03 .photo img{
	max-width: 50%;
}

@media screen and (max-width: 680px) {
	#sec03 dl:first-of-type {
		border-top: none;
	}
	#sec03 dl{
		flex-direction: column;
		border-top: none;
		border-bottom: none;
		margin-bottom: 10px;
	}
	#sec03 dt,
	#sec03 dd{
		border-bottom: none;
		padding: 0;
		width: 100%;
		padding: 5px 15px 5px;
		border-bottom: none;
	}
}

/* SEC04 CONTACT
------------------------------------------------------------*/
#sec04{
	margin: 0 auto;
}
#sec04 ul li{
	float: left;
	width: 33%;
	text-align: center;
}
#sec04 a{
	color: #ff37d3;
	font-size: 40px;
}

/* end
------------------------------------------------------------*/
#end{
	text-align: center;
	padding-bottom: 30px;
}
#end i{
	color: #ff37d3;
	font-size: 45px;
}
#topbutton {
	position: fixed;
	bottom: 18px;
	right: 18px;
	width: 7em;

	display: none;

	background-color: #ff37d3;
	opacity: 0.75;
	border-radius: 24px;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	margin: 0px;
	padding: 10px 4px;
}
#topbutton a {
	color: white;
	text-decoration: none;
}
#topbutton a:hover {
	color: yellow;
	text-decoration: underline;
}

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}

  a#menu{
		display:none;
	}

	.panel{
		display:block !important;
	}

	#footer{
		padding: 30px 10px 70px 0;
	}
}

@media only screen and (max-width: 799px){
	#slogan h1{
		font-size: 31px;
	}

	#slogan p{
		font-size: 16px;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 18px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #000;
		transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 18px;
		height: 2px;
		background: #000;
		transition: .3s;
	}

	#menuBtn:before{
		margin-top: -7px;
	}

	#menuBtn:after{
		margin-top: 5px;
	}

	a#menu .close{
		background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
		margin-top: 0;
	}

	a#menu .close:before{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}


}
