@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    color: color: rgb(105, 104, 104);
	position:relative !important;
	width:100% !important;
	overflow-x: hidden !important;
}
ol, ul {
	list-style: none;
}
a {
    text-decoration: none !important;
    color: rgb(105, 104, 104) !important;
	
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ==============================
ここから
============================== */
img {
	vertical-align: bottom;
}
.mb {
    display: none;
}
.mbmb {
    display: none;
}
a:hover {
	opacity: 0.6;
}
/* ==============================
バックグラウンド
============================== */
.wrap-background {
	width: 100%;
	background-image: url(../image/背景.png);
    background-repeat: repeat;
    background-attachment: fixed;
	background-size: contain;
    background-color: #26f7004a;
}
/* ==============================
メイン
============================== */
.top-img {
	width: 30%;
	margin: auto;
	padding-top: 3rem;
}
.flex-1 {
	display: flex;
	margin-top: 5rem;
}
.left,.right {
	width: 50%;
}
.left-in {
	width: 50%;
	margin: auto;
	text-align: center;
}
.right-flex {
	display: flex;
}
.right-flex h2 {
	color: #40210f;
	font-size: 1.8rem;
    font-weight: 900;
}
.right-flex p {
	text-align: center;
	margin: 0 5%;
	font-weight: bold;
	color: #40210f;
}
.right-flex h3 {
	width: 15%;
}
.anime-1 {
	margin:2rem;
    font-size: 4rem;
    color: #ff66b3;
    font-weight: bold;
	animation: move-y .5s infinite alternate ease-in-out;
  	display: inline-block;
	  text-align: center;
	  width: 59%;
}
@keyframes move-y {
	from {
	  transform: translateY(0);
	}
	to {
	  transform: translateY(10px);
	}
  }
.box-1 {
	width: 69%;
	border: 1px solid black;
	text-align: center;
	padding: 1rem;
	background-color: #fff;
}
.box-1 span {
	border-bottom: 1px solid black;
	font-size: 2rem;
}
/* ==============================
ポイント
============================== */
.point-wrap {
	width: 100%;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
	padding: 1rem 0 1rem 0;
	background-color: rgba(255, 255, 255, 0.703);
	margin-top: 3rem;
	display: flex;
    justify-content: center;
	overflow-x: hidden !important;
}
.fadein{
	opacity:1;/* 表示させる */
	transform:translateX(0); /* 位置を最初の位置に戻す */
  }
.point-wrap h2 {
	font-size: 2rem;
	color: #40210f;
	margin: auto 3rem;
    font-weight: 600;
}
.point-wrap h2 span {
	color: rgb(71, 179, 71);
}
.point-wrap p {
	width:10%;
}
.point-flex {
	display: flex;
	justify-content:center;
	margin-top: 5rem;
	margin-bottom: 5rem;
}
.point-1,.point-2,.point-3 {
	width: 33%;
}
.po-in-1,.po-in-3 {
	width: 95%;
	margin: auto;
}
.po-in-2 {
	width: 85%;
	margin: auto;
}
.po-in-2{
	margin: 1.6rem auto;
	padding: 1rem 0.1rem;
	background-color: #f1f8e9;
	border: dashed 3px #47b347;
	box-shadow: 0 0 0 10px #f1f8e9, 0 0 0 25px #47b347;
	border-radius: 3px;
  }
  .po-in-2 p{
	margin: 0;
	padding: 0;
	font-size: 1rem;
	color: #40210f;
	font-weight: bold;
	line-height: 1.5rem;
    text-align: center;
  }
.po-in-3 {
	background-color: #fff;
	padding: 2rem;
	font-size: 1rem;
	line-height:1.3rem;
}
/* ==============================
ご依頼が多いお仕事一覧
============================== */
.work-flex {
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	margin: auto;
}
.work {
	width: 49%;
	margin: auto;
	text-align: center;
	background-color: #fff;
	margin-top: 1rem;
}
.work h2 {
    padding: 1rem 0;
    font-size: 1.5rem;
    font-weight: bold;
}
.work-wrap a {
	display: contents;
}
.work a:hover {
	opacity:0.6;
}
.work1 {
	color: #b2d366;
}
.work1 a,.ibu1 {
	background-color: #b2d366;
}
.work2 {
	color: #83c25e;
}
.work2 a,.ibu2 {
	background-color: #83c25e;
}
.work3 {
	color: #86c89d;
}
.work3 a,.ibu3 {
	background-color: #86c89d;
}
.work4 {
	color: #88ced9;
}
.work4 a,.ibu4 {
	background-color: #88ced9;
}
.work5 {
	color: #6ca8db;
}
.work5 a,.ibu5 {
	background-color: #6ca8db;
}
.work6 {
	color: #525faa;
}
.work6 a,.ibu6 {
	background-color: #525faa;
}
.work7 {
	color: #525faa;
}
.work7 a,.ibu7 {
	background-color: #525faa;
}
.work8 {
	color: #8769ac;
}
.work8 a,.ibu8 {
	background-color: #8769ac;
}
.et_pb_module {
    padding: 1rem;
    color: #fff;
    font-weight: bold;
}
.other {
    width: 80%;
    margin: auto;
    background-color: #fff;
    border: 1px solid red;
    margin-top: 3rem;
    padding: 1rem;
}
.other h4 {
    width: 95%;
    margin: auto;
    border-bottom: 1px solid black;
    font-size: 1.4rem;
    font-weight: bold;
    padding-bottom: 0.5rem;
}
.other p {
    padding: 1rem;
}
.other h5 {
    width: 95%;
    margin: auto;
    border-bottom: 1px solid black;
    font-size: 1.4rem;
    font-weight: bold;
    padding-bottom: 0.5rem;
	color:#ff6666;
	margin-top:1rem;
}
.work-text-flex {
	width: 80%;
	margin: auto;
	display: flex;
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.text-left {
	width: 60%;
	border:1px solid #47b347;
	background-color: #fff;
	text-align: center;
}
.anime-2 {
    font-size: 2rem;
    color: #47b347;
    font-weight: bold;
	animation: move-y .5s infinite alternate ease-in-out;
  	display: inline-block;
	  text-align: center;
	  width: 100%;
	padding:2rem 0;
}
@keyframes move-y {
	from {
	  transform: translateY(0);
	}
	to {
	  transform: translateY(10px);
	}
  }
.text-right {
	width: 40%;
}
.text-right p {
	width: 40%;
	margin:auto;
}
/* ==============================
詳しくはクリック
============================== */
.price {
    width: 79%;
    margin: auto;
	background-color: #fff;
}
.price h2 {
    text-align: center;
    padding: 1rem;
    width: 90%;
    margin: auto;
    border-bottom: 1px solid black;
    font-size: 1.5rem;
    font-weight: bold;
}
.kako {
    text-align: center;
    width: 90%;
    margin: auto;
	padding:1rem;
}
.kako2 {
    text-align: center;
    background-color: #e7e7e7;
    width: 90%;
    margin: auto;
	padding:1rem;
}
.price h3 {
    padding: 1rem;
    border-bottom: 1px solid black;
    width: 95%;
    margin: auto;
	font-weight: bold;
    font-size: 1.3rem;
	margin-top:2rem;
}
.p-text {
    padding: 1rem;
}
.icon-1 {
    width: 60%;
}
.kako3 {
    background-color: #e7e7e7;
    width: 100%;
	padding:1rem;
	line-height: 1.4rem;
}
.red-text {
    background-color: red;
    color: #fff;
    text-align: center;
    padding: 1rem;
    font-size: 1.5rem;
    font-weight: 900;
}
/* ==============================
実際の作業事例
============================== */
.jirei-flex {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: auto;
	margin-bottom: 5rem;
}
.jirei {
	width: 33%;
	margin: auto;
	text-align: center;
	background-color: #fff;
	margin-top: 1rem;
}
.jirei h3 {
    font-weight: bold;
    padding: 0.5rem;
    font-size: 1rem;
}
.jirei p {
    padding-bottom: 0.5rem;
}
/* ==============================
お問い合わせ
============================== */
.icon-flex {
	width: 90%;
	margin: auto;
	display: flex;
	justify-content: space-evenly;
	margin-top: 3rem;
}
.icon-in {
	width: 30%;
	text-align: center;
	background-color: #fff;
}
.icon-in p {
	font-size: 1.5rem;
	font-weight: bold;
	color: #40210f;
	margin-top: 2rem;
}
.tel {
	width: 90%;
	margin:1rem  auto;
	background-color: #fff;
	text-align: center;
	padding: 1rem;
}
.tel a {
	width: 100%;
	color: #47b347 !important;
	font-size: 1.8rem;
	font-weight: bold;
}
.hart {
	width: 90%;
	margin: auto;
	display: flex;
	justify-content: center;
	background-color: #fff;
	padding: 1rem;
	margin-bottom: 3rem;
}
.hart i {
	width: 20%;
	color: #e765a1;
	font-size: 2rem;
	margin-top: 1rem;
	text-align: center;
}
.hart p {
	width: 60%;
	text-align: center;
	color: #e765a1;
	font-size: 1.5rem;
}
/* ==============================
お問い合わせフォーム
============================== */
.contact-area {
    width: 90%;
    margin: auto;
    background-color: #fff;
    margin-top: 2rem;
	padding:0.5rem;
	padding-bottom: 8rem;
}
.form-area01 {
	border: 1px solid #d9d8d8;
	width:100%;
}
.form-area01 tr {
    border: 1px solid #d9d8d8;
}
.form-area01 th {
    width: 30%;
    padding: 1rem;
	background-color:#f7f7f7;
}
.spanred,.spanblue {
    color: #fff;
    font-size: 0.9rem;
    padding: 0.1rem 0.2rem;
	margin-right: 0.5rem;
}
.spanred {
	background-color: #ff9393;
}
.spanblue {
	background-color: #93c9ff;
}
.td-left {
	padding-left:1rem;
}
.td-fons {
    font-size: 0.8rem;
}
.td-left input,.td-left textarea {
    width: 98%;
}
.td-left textarea {
    margin-top:0.7rem;
	margin-bottom:0.7rem;
}
.td-line-heigt {
    line-height: 1.6rem;
    padding-bottom: 0.5rem;
}
.posi {
    position: relative;
}
.posi2 {
    position: absolute;
    background-color: #f7f7f7;
}
.btn-center {
    text-align: center;
}
.btn-center input {
    background-color: #ffaa56;
    color: #fff;
    padding: 1.5rem 2.5rem;
    font-weight: bold;
    margin: auto;
    text-align: center;
    display: inherit;
    margin-top: 2rem;
}
.icon-wrap {
    background-color: #ffffffb0;
    margin-top: 5rem;
    padding: 1rem;
}
/* アイコン */
/* ボタン全体 */
.flowbtn6{
border-radius:13px;		
position:relative;
display:inline-block;
width:50px;
height:50px;
font-size:33px;
color:#fff!important;
transition:.5s;
text-decoration:none;
}	
/* アイコンをど真ん中に*/
.flowbtn6 i{
position:absolute;
top:50%;
left:50%;
-ms-transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
}
/* ulタグの内側余白を０にする */
ul.snsbtniti{
padding:0!important;
}
/* アイコンボタン全体の位置 */
.snsbtniti{
display:flex;
flex-flow:row wrap;
justify-content:space-around;
}
/* アイコンボタン同士の余白 */
.snsbtniti li{
flex:0 0 33%;
text-align:center!important;
}
/* アイコンボタンにマウスを乗せた時 */
.flowbtn6:hover{
-webkit-transform:translateY(-5px);
-ms-transform:translateY(-5px);
transform:translateY(-5px);
}
/* Twitter */
.fl_tw1{
background:#55acee;
}
/* Instagramアイコン位置 */
.insta_btn6 .fa-instagram{
font-size:40px;
}
/* Instagram紫グラデ背景 */
.insta_btn6 {
background:-webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
background:linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
overflow:hidden;	
}
/* Instagramオレンジグラデ背景 */
.insta_btn6:before{
content: '';
position: absolute;
top:27px;
left:-12px;
width:59px;
height:40px;
background:-webkit-radial-gradient(#ffdb2c 7%, rgba(255, 105, 34, 0.3) 60%, rgba(255, 88, 96, 0) 70%);
background:radial-gradient(#ffdb2c 7%, rgba(255, 105, 34, 0.3) 60%, rgba(255, 88, 96, 0) 70%);
}
/* LINE@ */
.fl_li6{
background:#00c300;			
}
.icon-flex-1 {
    display: flex;
    justify-content: space-evenly;
}
/* ==============================
ポップアップ
============================== */
.bg_onetime_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.bg_onetime_popup.js_active {
    opacity: 1;
    visibility: visible;
}

.onetime_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 45%;
    min-width: 500px;
    background-color: #fff;
    cursor: pointer;
}

.onetime_popup_title {
    position: relative;
    padding: 2rem;
    margin: 0px;
    background-color: #fff;
    text-align: center;
}
.onetime_popup_title p {
	width:70%;
	margin:auto;
}
.onetime_popup_title::before,
.onetime_popup_title::after {
    position: absolute;
    top: 4rem;
    right: 3rem;
    transform: translateY(-50%);
    width: 30px;
    height: 4px;
    background-color: #5c5858;
    content: "";
}
.onetime_popup_title::before {
    transform: rotate(45deg);
}
.onetime_popup_title::after {
    transform: rotate(-45deg);
}

.wrap-1 {
  overflow: hidden;
}
.right-1 {
  opacity: 0;
  right: -20%;
}
 
.right-1.active  {
  opacity: 1;
  right: 0;
  transition:1s;
}
.container-1 {
  width: 100%;
  position: relative;
}
/* ==============================
サンクスページ
============================== */
.thanks-page h2 {
	text-align:center;
	font-size: 2rem;
    font-weight: bold;
    margin: 4rem 0;
}
.thanks-page h3 {
    text-align: center;
    line-height: 1.8rem;
    font-size: 1.3rem;
}
.thanks-img {
    width: 30%;
    margin: auto;
    margin-top: 3rem;
}
/* ==============================
プライバシーポリシー
============================== */
.privacy-area {
    width:100%;
/* 	overflow: scroll; */
    height: 150px;
	overflow-x: hidden !important;
	border: 3px solid #ebebeb;
    background-color: #fafafa;
	margin-top:2rem;
}
.privacy-area h3 {
    text-align: center;
    font-weight: 800;
    font-size: 1.1rem;
    padding: 1rem;
}
.privacy-area h4 {
    font-weight: bold;
    padding: 1.5rem 0 0.5rem 0;
}
.privacy-area p {
    line-height: 1.5rem;
}
.doui {
    text-align: center;
    margin-top: 1.5rem;
}
.new-btn {
    text-align: center;
    margin-top: 1rem;
    margin-left: -1rem;
}
.hp-form-btn {
    text-align: center;
}
.hp-form-btn input {
    background-color: #ffaa56;
    color: #fff;
    padding: 1.5rem 2.5rem;
    font-weight: bold;
    margin: auto;
    text-align: center;
    display: inherit;
    margin-top: 2rem;
}
.wpcf7-spinner {
    display: none;
}