@charset "euc-jp";
/* CSS Document */

main {
	padding-top: 5px;
}
#mv {
	background: url(../images/kotobakara_pc.jpg) center top no-repeat;
	background-size: cover;
	height: 100vh;
}
#mv p {
	margin: 0 auto;
	text-align: center;
}
#mv span {
	display: none;
}

/* first */
#first section {
	padding-top: 4.5em;
	padding-bottom: 4.5em;
}
#container1 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 4.5em;
}
#kuragebox1 {
	width: 31%;
}
#kuragebox1 h1 {
	margin: 0 0 1em;
}
#kuragebox2 {
	width: 65%;
}
#kuragebox2 p {
	line-height: 1.9;
	margin: 0;
}
/* popup */
#pw1 {
	padding: 1em;
}
#pw1 .popinner {
	width: 100%;
	height: 100%;
}
#pw1 .popinner h2 {
	color: #203149;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	margin: 1em 0 2em;
	line-height: 1.4;
	letter-spacing: 0.025em;
}
#pw1 .popinner p {
	font-size: 1.4rem;
	line-height: 2;
	margin: 0 0 1.9em;
}

/* copywriting-design */
#copywriting {
	background: url(../images/photo1.jpg) center no-repeat;
	background-size: cover;
	padding: 150px 0 130px;
}
#copywriting section {
	padding: 0 !important;
}
#copywriting p {
	margin: 0 0 40px;
}

/* BIZ */
#biz {
	border-bottom: solid 2px #000;
}
#biz h2, #fee h2 {
	font-size: 3rem;
	text-align: center;
}
#biz h2::first-letter, #fee h2::first-letter {
	padding-left: .2em;
}
/* BIZ */
#bzcon {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#bzcon li {
	width: 24%;
	text-align: center;
	margin-bottom: 1.8em;
}
#bzcon li strong {
	font-size: 1.125em;
	letter-spacing: .2em;
	padding-left: .2em;
}

#df {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between;
}
.df_style1 {
	margin: 3em 0 !important;
	text-align: center;
}
.dfbox {
	width: 31%;
	background: #F0F0F0;
	margin-bottom: 2em;
}
.dfbox h3 {
	background: #203149;
	color: #FFF;
	margin: 0;
	padding: 1em .5em;
	text-align: center;
	letter-spacing: normal;
}
.dfbox p {
	padding: 1.8em 1.4em;
	margin: 0 0 1em;
}

@media screen and (min-width: 1300px){
#mv {
	background-size: cover;
}
}
@media screen and (max-width:1019px){
.dfbox {
	width: 32%;
}
}

@media screen and (max-width:639px){
#mv {
	background-image: url(../images/kotobakara_sp.jpg);
	background-size: auto;
}

#first section {
	padding-top: 2em;
	padding-bottom: 2em;
}
#container1 {
	justify-content: center;
}
#kuragebox1 {
	width: 100%;
	padding: 0 10%;
	text-align: center;
}
#kuragebox1 h1 {
	margin: .5em 0 1.5em;
}
#kuragebox2 {
	width: 100%;
}
#copywriting {
	padding: 6% 0 5%;
}
#copywriting p {
	margin: 0 0 10px;
}

#biz h2, #fee h2 {
	font-size: 2rem;
}
#bzcon {
	justify-content: space-around;
}
#bzcon li {
	width: 49%;
}
#bzcon li strong {
	font-size: 1.142em;
}
#df {
	justify-content: center;
}
.dfbox {
	width: 100%;
}
}


@media screen and (max-width:359px){
#bzcon li {
	width: 100%;
}
}
