@charset "utf-8";
body{
	width: 100%;
	background: url(../img/bg.jpg) repeat;
}
.wrap{
	width: 650px;
	margin: 0 auto;
}
.font_en_light{
	font-family: le-havre, sans-serif;
	font-weight: 300;
	font-style: normal;
}
/* アニメーションスタイル */
/* アニメーション前 */
.u-fade-type-up{
    transform: translateY(50px);
    opacity: 0;
}
/* トリガー発火でis-activeを付与 */
.u-fade-type-up.is-active{
    transition: .6s;
    transform: translateY(0);
    opacity: 1;
}
/* キラッとボタン */
.shiny-btn {
    display: block;
    position: relative;
    overflow: hidden;
}
.shiny-btn:hover {
    text-decoration: none;
    color: #fff;
}
.shiny-btn::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    90% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    91% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
a.btn_g {
	color: #fff;
	background-color: #16c2a4;
	font-size: 2rem;
	position: relative;
	padding: 0.8rem 3rem 0.8rem 2rem;
	border-radius: 100vh;
}
a.btn_g:hover {
	color: #fff;
	background: #20ab92;
}
a.btn_g i.fa {
	margin-right: 1rem;
}

/*header*/
.img_fv_title{width:750px;}
.img_circle{width:204px;}
.img_merit{width:645px;}
.img_fv_woman{width:970px;}

.p_head{
	background-color: #e85466;
	padding: 10px 0;
}
.p_head .flexbox{
	max-width: 1000px;
	margin: 0 auto;
	justify-content: space-between;
}
.head .wrap{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.slant_bg {
    width: 100%;
    margin: 50px 0;
    padding: 100px 0;
    position: relative;
	/*background: url('../img/fv_woman.png')no-repeat center;
	background-size: 970px;*/
}
.slant_bg::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(241,149,160,0.6);
    transform: skewY(-3deg);
    z-index: -1;
}
.fv_womanBox{position: relative;}
p.fv_woman{
	position: absolute;
	bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 10;
}
@media screen and (max-width: 1000px) {
	.p_head .flexbox{
		max-width: none;
		width: 93%;
		margin: 0 auto;
	}
	.head .wrap{
		max-width: none;
	}
	.slant_bg {
		padding: 70px 0;
	}
	.img_fv_title{width:70vw;}
	.img_merit{width:70vw;}
	.img_fv_woman{
		width:90vw;
		margin: 0 auto;
	}
}
@media screen and (max-width: 650px) {
	.p_head .flexbox{
		flex-direction: column;
		align-items: center;
	}
	.p_head p.leftBox{
		line-height: 1.5;
		margin-bottom: 10px;
	}
	.slant_bg {
		padding: 50px 0;
	}
	.wrap{
		width: 95%;
	}
}
@media screen and (max-width: 500px) {
	.slant_bg {
		margin: 30px 0;
	}
}
@media screen and (max-width: 400px) {
	.slant_bg {
		margin: 20px 0;
		padding: 36px 0;
	}
}
/*section*/
h2{
	font-family: le-havre, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 60px;
}
@media screen and (max-width: 650px) {
	h2{
		font-size: 50px;
	}
}
/*#service*/
.img_icon_service{width:150px;}
h2.service{
	transform: translate(-113px);
	margin: 50px 0;
}
h2.service::before{
	content: '';
	width: 226px;
	height: 70px;
	display: inline-block;
	background-image: url(../img/h2_service.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	background-size: contain;
}
#service .flexbox{justify-content: center;}
#service .serviceBox{
	border: #f195a0 solid 2px;
	border-radius: 5px;
	width:300px;
	padding: 25px;
	margin: 0 20px 20px 20px;
}
#service .serviceBox.flexbox{
	flex-direction: column;
	justify-content: flex-start;
	
}
#service .serviceBox h3{
	font-size: 2.3rem;
	line-height: 8rem;
	text-align: center;
}
#service .serviceBox .font_en_light{
	font-size: 4rem;
}
.img_icon_service{
	display: block;
	margin: 0 auto;
}
.comment{
	width: 550px;
	margin: 0 auto;
	font-size: 1.3em;
	line-height: 1.7;
}
@media screen and (max-width: 650px) {
	h2.service{
		transform: translate(-90px);
	}
	h2.service::before{
		width: 180px;
		height: 50px;
	}
	#service .flexbox{
		flex-direction: column;
		align-items: center;
	}
	#service .serviceBox h3 span.pp{
		font-size: 2.8rem;
	}
	.comment{
		width: 80%;
	}
}
@media screen and (max-width: 550px) {
	h2.service{
		transform: translate(-50px);
	}
	h2.service::before{
		width: 100px;
	}
}
/*#works*/
.linktagBox{
	width:100%;
	margin: 0 auto;
}
.linktag{
	background: #f195a0;
	border-radius: 100vh;
	width: 8em;
	text-align: center;
	color: #fff;
}
.linktag:hover{
	background: #e85466;
}
h2.works{
	transform: translate(128px);
	margin: 50px 0;
}
h2.works::after{
	content: '';
	width: 256px;
	height: 58px;
	display: inline-block;
	background-image: url(../img/h2_works.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	background-size: contain;
}
.workBox.flexbox{
	width: 100%;
	flex-direction: column;

}
.workBox_box{
	width: 100%;
	border: #f195a0 solid 2px;
	border-radius: 5px;
	background-color: #fff;
	padding: 2rem;
	margin: 5px 0;
	position: relative;
}
.workBox_box a{
	position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.workBox_box a:hover{
	background-color: #f195a0;
	opacity: 0.4;
}
.workBox_box.flexbox{justify-content: flex-start;}
.workimg{
	width: 200px;
	margin-right: 2rem;
}
.rightBox.flexbox{
	flex-direction: column;
}
.tagBox p{
	width: 10rem;
	border-radius: 100vh;
	background: #f195a0;
	color: #fff;
	text-align: center;
}
.icon_skill{width: 60px;}
#works h3{font-weight: bold;}
a.btn_more {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 80%;
	margin: 0 auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #e85466;
	border-radius: 5px;
	color: #e85466;
	cursor: pointer;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
}
a.btn_more::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #e85466;
	transform: translateX(-100%);
	transition: all .3s;
	z-index: -1;
}
a.btn_more:hover::before {
	transform: translateX(0);
}
a.btn_more:hover {
	color: #fff;
}


@media screen and (max-width: 650px) {
	h2.works{
		transform: translate(90px);
	}
	h2.works::after{
		width: 180px;
		height: 50px;
	}
	.workBox_box.flexbox{
		width: 80vw;
		flex-direction: column;
		align-items: center;
		margin: 0 auto;
	}
	.rightBox.flexbox {align-items: center;}
}
@media screen and (max-width: 550px) {
	h2.works{
		transform: translate(50px);
	}
	h2.works::after{
		width: 100px;
		height: 50px;
	}
	.icon_skill{width: 40px;}
}
/*#greeting*/
h2.greeting{
	transform: translate(-113px);
	margin: 50px 0;
}
h2.greeting::before{
	content: '';
	width: 226px;
	height: 50px;
	display: inline-block;
	background-image: url(../img/h2_greeting.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	background-size: contain;
}
.greetingBox.flexbox{justify-content: flex-start;}
.img_myphoto{width: 255px;}
.greetingBox_right.flexbox{
	flex-direction: column;
	justify-content:flex-start;
	padding: 20px 0 20px 20px;
	background: url(../img/greeting_bg.png)no-repeat right bottom;
	background-size: 180px;
	flex-grow: 3;
}
.greetingBox_right h3{font-size: 36px;}
.greetingBox_right p{font-size: 28px;}
.greetingBox_right ul li{
	font-size: 18px;
	line-height: 1.8;
	position: relative;
	padding-left: 8px;
}
.greetingBox_right ul li::before{
	content: '\f0da';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 3px;
	left: 0;
	color: #e85466;
}
.img_career{
	max-width: 762px;
	width: 100%;
}
.img_skill{
	width: 300px;
	margin: 30px 10px;
}
.img_voice{
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
	display: block;
	text-align: center;
}
@media screen and (max-width: 650px) {
	h2.greeting{
		transform: translate(-90px);
	}
	h2.greeting::before{
		width: 180px;
		height: 50px;
	}
	.greetingBox_right.flexbox{
		width: 80%;
		background-size: 120px;
	}
	.img_career{
		max-width: none;
		width: 90vw;
		display: block;
		margin: 0 auto;
	}
	.skillimgBox.flexbox{
		flex-direction: column;
		align-items: center;
	}
	.img_skill{
		width: 85vw;
		margin: 10px auto;
	}
	.img_voice{width: 90vw;}
}
@media screen and (max-width: 550px) {
	.greetingBox.flexbox{
		flex-direction: column;
		align-items: center;
	}
	.greetingBox_right.flexbox{
		background: url(../img/greeting_bg.png)no-repeat right bottom;
		background-size: 120px;
	}
	h2.greeting{
		transform: translate(-50px);
	}
	h2.greeting::before{
		width: 100px;
	}
}
/* contacts */
h2.contact{
	margin: 50px 0;
}
section#contacts {
    width: 100%;
}
section#contacts form{
    width: 100%;
    margin: 30px auto;
}
section#contacts form dl.box{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 2;
}
section#contacts dt{
    width: 170px;
    text-align: right;
    margin-right: 30px;
}
section#contacts label span.badge_required{
    width: 80px;
    line-height: 1.8;
    padding: 0 1rem;
    margin-left:1rem;
    background: #F0B7B7;
    border-radius: 5px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
}
section#contacts label span.badge_optional{
    width: 80px;
    line-height: 1.8;
    padding: 0 1rem;
    margin-left:1rem;
    background: #ededed;
    border-radius: 5px;
    font-size: 1.4rem;
    font-weight: bold;
}
select,input, textarea{
	border: #707070 solid 1px;
    border-radius: 5px;
	background-color: #fff;
    padding: 0.5rem 1rem;
}
section#contacts select{
    width: 400px;
    margin-bottom: 10px;
}
section#contacts select{
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    radial-gradient(#ddd 70%, transparent 72%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - .4em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
}
section#contacts select:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    radial-gradient(gray 70%, transparent 72%);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - .4em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}
section#contacts .form_box{
    width: 400px;
    margin-bottom: 10px;
}

section#contacts .form_textarea{
    width: 400px;
    height: 200px;
    margin-bottom: 30px;
}

section#contacts dd.btn{
    width: 400px;
}

.btn_submit{
    display: block;
    width: 100%;
    height: 60px;
	text-decoration: none;
    background-color: #16c2a4;
	text-align: center;
    border: none;
    color: #fff;
    border-radius: 5px;
}
.btn_submit::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 2.5em;
    transform: translateY(-50%) rotate(45deg);
    width: 7px;
    height: 7px;
    border-top: 2px solid #16c2a4;
    border-right: 2px solid #16c2a4;
    transition: 0.3s;
    transition-timing-function: ease-in;
}
.btn_submit::after {
    content: '';
    position: absolute;
    top: 50%;
    right: calc(2.5em + 5px);
    transform: translateY(-50%) rotate(45deg);
    width: 7px;
    height: 7px;
    border-top: 2px solid #16c2a4;
    border-right: 2px solid #16c2a4;
    transition: 0.3s;
    transition-timing-function: ease-in;
}
.btn_submit:hover {
	background: #20ab92;
    color: #fff;
	font-weight: bold;
	font-size: 1.3em;
    text-align: center;
    position: relative;
    border: #20ab92 2px solid;
    transition: 0.5s;
    transition-timing-function: ease-in;
}
.btn_submit:hover::before {
    right: 1.5em;
    border-top: 2px solid #20ab92;
    border-right: 2px solid #20ab92;
} 
.btn_submit:hover::after {
    right: calc(1.5em + 5px);
    border-top: 2px solid #20ab92;
    border-right: 2px solid #20ab92;
}
section#contacts dd.btn p.btn_txt {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: normal;
    color: #c7c7c7;
    text-align: center;
}
#thxMessage{
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    padding: 10px;
    background-color: #e85466;
	color: #fff;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
}
@media screen and (max-width: 550px) {
	section#contacts select{
		width: 80vw;
	}
	section#contacts .form_box{
		width: 80vw;
	}
	section#contacts .form_textarea{
		width:  80vw;
	}
}
/*footer*/
footer p{font-size: 1.2rem;}

/* #create */
.pan{
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
}
.createfv.flexbox{
	justify-content: center;
	align-items: center;
}
#create .wrap{
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
}
#create h1{
	margin: 20px 0;
	text-shadow: 0 0 5px #fff;
	padding: 0.3em 0.5em;
	background: -webkit-repeating-linear-gradient(-45deg, #fbe2e6, #fbe2e6 3px,#fdf1f3 3px, #fdf1f3 7px);
	background: repeating-linear-gradient(-45deg, #fbe2e6, #fbe2e6 3px,#fdf1f3 3px, #fdf1f3 7px);
}
.img_worksfv{
	max-width: 450px;
	width: 95%;
	margin-bottom: 50px;
}
.fvimage.flexbox{
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}
p.url a.btn_p {
	color: #fff;
	background-color: #f195a0;
	font-size: 2rem;
	position: relative;
	padding: 0.8rem 3rem 0.8rem 2rem;
	border-radius: 100vh;
}
p.url a.btn_p:hover{
	color: #fff;
	background: #e85466;
}
.description{
	background-color: #fdf1f3;
	border-radius: 10px;
	width: 350px;
	padding: 25px;
}
.description dt{
    position: relative;
    padding: 1rem 1rem 0.5rem 1.5rem;
    border-bottom: 3px solid #e85466;
	color: #e85466;
}
.description dt::before,
.description dt::after {
    position: absolute;
    left: 13%;
    content: "";
    height: 0;
    width: 0;
}
.description dt::before {
    top: 100%;
    border: 9px solid;
    border-color: transparent;
    border-top-color: #e85466;
    margin-left: -9px;
}
.description dt::after {
    top: 99%;
    border: 6px solid;
    border-color: transparent;
    border-top-color: #fdf1f3;
    margin-left: -6px;
}
.description dd{
	margin-top: 15px;
	padding: 0 20px;
}
.create_box{
	width: 95%;
	margin: 0 auto;
}
.create_box h2{
	margin: 10px 0;
	text-shadow: 0 0 5px #fff;
	padding: 0.3em 0.5em;
	background: -webkit-repeating-linear-gradient(-45deg, #fbe2e6, #fbe2e6 3px,#fdf1f3 3px, #fdf1f3 7px);
	background: repeating-linear-gradient(-45deg, #fbe2e6, #fbe2e6 3px,#fdf1f3 3px, #fdf1f3 7px);
	font-family: inherit;
	text-align: inherit;
	font-size: 20px;
	
}
.create_box img{
	width: 100%;
}
@media screen and (max-width: 850px) {
	p.url a.btn_p {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 650px) {
	.createfv.flexbox{flex-direction: column;}
	.description{
		width: 95%;
		margin-top: 30px;
	}
}
@media screen and (max-width: 400px) {
	p.url a.btn_p {
		font-size: 1.4rem;
	}
}
#works_page h1{
	margin: 10px 0;
	text-shadow: 0 0 5px #fff;
	padding: 0.3em 0.5em;
	background: -webkit-repeating-linear-gradient(-45deg, #fbe2e6, #fbe2e6 3px,#fdf1f3 3px, #fdf1f3 7px);
	background: repeating-linear-gradient(-45deg, #fbe2e6, #fbe2e6 3px,#fdf1f3 3px, #fdf1f3 7px);
	font-family: inherit;
	text-align: center;
	font-size: 30px;
}