@charset "utf-8";
/*
Theme Name: aitie
Version:1.0
Description: original theme
Author: AITIE
*/
#Lp2022 .FixedPage {
	margin: 0 auto;
}
.TelBtn {
    font-size: 5vw;
    border: 3px solid;
    margin: 20px 0;
}
.Mb01 {
	margin-bottom: 30px;
}
#Lp2022 a {
    position: relative;
    display: block;
    transition: .3s;
}
#Lp2022 a:hover {
	transform: scale(1.1);
    opacity: 1.0;
    display: block;
}
/* テキスト */
.TitleEng {
    display: inline-block;
    border-bottom: 2px solid #FFF;
    min-width: 350px;
    padding: 0 0 15px;
    margin-bottom: 30px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.Title01 {
	display: block;
    border-bottom: 0;
    min-width: inherit;
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
	font-size: 35px;
}
.Title01::before {
 content: "";
 display: inline-block;
 width: 26px;
 height: 30px;
 background-image:url(/img/lp2022_02/icon01.png);
 background-size: contain;
 vertical-align: middle;
 margin-right: 0.2em;
}
.Title01::after {
 content: "";
 display: inline-block;
 width: 26px;
 height: 30px;
 background-image:url(/img/lp2022_02/icon01.png);
 background-size: contain;
 vertical-align: middle;
}
.Title01Text {
	font-size: 26px;
}
.Title02 {
	display: block;
	margin: 15px auto;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5;
}
.Text01 {
    font-size: 35px;
    margin-bottom: 150px;
	color: #000;
}
.Text02 p {
    margin-bottom: 15px;
}
.Text03 {
    font-size: 30px;
    line-height: 1.5;
	font-weight: bold;
	color: #000;
}
.Text04 {
	font-size: 10vw;
}
.TextSha1 {
    line-height: 1.5;
    font-size: 24px;
    color: #0a1612;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0px 0px 10px rgb(255 255 255), 0px 0px 5px rgb(255 255 255), 0px 0px 2px rgb(255 255 255);
    font-weight: bold;
    margin-bottom: 10px;
}
.Collp01 {
	color: #000;
}
.ColRed {
	color: #f73133;
}
.ColY {
	color: #F7CD3E;
}
.ColSb {
	color: #009fe9;
}
.ColG {
	color: #192830;
}
.ColR {
	color: #B94045;
}
.ColGr {
	color: #517d4a;
}
.ColB {
	color: #81532f;
}
.ColW {
	color: #FFFFFF;
}
.Lbtn {
    padding: 20px 0;
    max-width: 100%;
	margin: 0 auto;
}
.item-movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.item-movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
/***** テキスト下線 *****/

.c-marker {
    background: -webkit-linear-gradient(left, rgb(222,121,121) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(222,121,121) 50%, transparent 50%);
    background: linear-gradient(left, rgb(222,121,121) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .8em; 
    background-position: 100% .5em;
    transition: 2s;
    font-weight: bold;
}
.c-marker.is-active{
    background-position: 0% .5em;

}

/***** 背景 *****/

#Lp2022 .BgPt {
	margin-top: -60px;
    padding: 160px 0;
}
#Lp2022 .BgPt02 { /*SP用*/
	margin-top: -60px;
    padding: 160px 0;
}
#Lp2022 .Bg01 {
/* メイン */
background-image: url(/img/lp2022_04/mvbg_lp04.jpg);
background-repeat: no-repeat;
background-position: center top;
}
#Lp2022 .Mv h1 {
    background: rgba(26,48,41,0.2);
    padding: 20px;
}
#Lp2022 .Bg01_2 {
/* 斜め2 */
background:linear-gradient(125deg, #014099 45%, #4e7ab8 45%);
}
#Lp2022 .Bg03 {
/* 薄灰 */
background: #C5C1C0;
}
#Lp2022 .Bg03_4  {
/* フォーム用薄青 */
background: #e9f0f3;
}
#Lp2022 .Bg04  {
/* 左右2色 */
    background: linear-gradient(90deg, #012962 49.5vw, #014099 49.5vw);
}
#Lp2022 .Bg05  {
/* 黒 */
    background: #000;
}
#Lp2022 .BgTg {
  background: #77c9d4;
  position: relative;
  margin: 0 0 60px;
  color: #FFFFFF;
}
#Lp2022 .BgTg:after {
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width:10vw 49.42vw 0px 49.42vw;
    border-color: #77c9d4 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 3;
}
#Lp2022 dt {
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    padding-left: 1.5em;
}
#Lp2022 dt:before {
    background: #FFF;
    content: "";
    height: 10px;
    width: 10px;
    left: 0;
    position: absolute;
    top: 6px;
}
#Lp2022 dd {
    margin-bottom: 15px;
}
/* 枠 */
.Mv {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 90px 5vw;
}
.Contents {
    width: 1020px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 50px 0;
}
.Box {
	padding: 50px 0;
}
.Box2 {
	padding: 50px 0 0;
}
.BoxStile {
    background: #77c9d4;
    padding: 20px;
	font-size: 26px;
	color: #FFF;
}
.BsInner {
	border: 1px dashed #FFF;
    padding: 2rem;
}
.Box02 {
	width: 90%;
	padding: 50px 0;
}
.TbBox {
	padding: 30px;
}
.Type {
	padding: 0 6vw;
}
.Form {
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
	text-align: left;
}

#Footer {
    margin: 0 auto;
}
#FooterArea {
    margin-top: 0;
	background: #77c9d4;
}
.copyright p {
	color: #FFF;
}
/* 横並び */

.col_2 p,
.col_3 p,
.col_4 p {
	text-align: left;
}

.col_2 {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
	margin-bottom: 0;
}
.col_2 li {
    width: calc(50% - 20px);
}

.col_3 {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
	margin-bottom: 0;
}
.col_3 li {
    width: calc(33.333% - 13px);
}

.col_4  li {
    width: calc(25% - 15px);
    line-height: 0;
}
/* dl */
#Lp2022 dt {
    font-weight: bold;
    margin-bottom: 10px;
	position: relative;
	padding-left: 1.5em;
	text-align: left;
}
#Lp2022 dt:before {
	background: #193B73;
    content: "";
    height: 10px;
    width: 10px;
    left: 0;
    position: absolute;
    top: 6px;
}
#Lp2022 dd {
	border-bottom: 1px dotted #193B73;
    margin-bottom: 15px;
	text-align: left;
}

/* 施工事例 */
/* 記事一覧 */
.EntryBox {
    position: relative;
	padding: 10px 0;
	background: #FFF;
	width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: stretch;
}
.EntryBox li {
	border-bottom: solid 1px #000;
    position: relative;
    margin: 1%;
    color: #000;
    width: 31%;
}
.EntryImg {
    text-align: center;
}
.EntryInfo {
    padding: 15px;
	text-align: left;
}
.EntryTime {
    font-size: 12px;
	margin-bottom: 5px;
}
.EntryTitle {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
.EntryText {
	margin-bottom: 10px;
}
.EntryMore {
	text-align: right;
}
.EntryMore a {
    background: #193B73;
    color: #FFF;
    font-size: 12px;
    padding: 3px 10px;
}
.EntryTag {
margin: 15px 0 20px;
}
.EntryTag  p {
    float: left;
    margin: 1px;
	list-style: none;
}
.EntryTag  p a {
	display: block;
    text-decoration: none;
    font-size: 12px;
    color: #000;
    padding: 0px 7px 0px;
    border: 1px solid #000;
}


/* gmap */
.gmap {height: 0;overflow: hidden;padding-bottom: 25%!important;position: relative;}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
/***** LP料金表 *****/
#Lp2022 .PriceTb {
	font-size: 4vw;
    text-align: center;
}
#Lp2022 .PriceTb th {
    border: solid 1px #606060;
    background: #606060;
    padding: 10px;
}
#Lp2022 .PriceTb th:nth-child(2) {
    background: #014099;
}
#Lp2022 .PriceTb td {
    border: solid 1px #606060;
    padding: 10px;
	color: #000;
	font-size: 3vw;
}
#Lp2022 .PriceTb td:nth-child(2)  {
    border: solid 1px #606060;
	font-size: 5vw;
	font-weight: bold;
}
#Lp2022 .PriceTb td.Sprice {
	border: solid 1px #FF0000;
	color: #FF0000;
	background: #FFEDEC;
	font-weight: bold;
    font-size: 5vw;
}

/***** フォーム *****/
.wpcf7 input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 20px;
    padding: 20px;
    width: 50%;
    background: #f73133;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.2em;
    border: 1px solid #f73133;
    letter-spacing: 0.2em;
    border: 1px solid #f73133;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
input.sub-btn:hover {
    background: #fedada;
    color: #f73133;	
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #F7CD3E;
	color: #000;
}
/* 必須マーク */
.must {
	background: #FF0000;
}

@media screen and (max-width:770px) {

#Lp2022 .Bg01 {
/* メイン */
background-image: url(/img/lp2022_04/mvbg_lp04tb.jpg);
background-repeat: no-repeat;
}
#Lp2022 .Mv h1 {
    background: rgba(26,48,41,0.2);
    padding: 20px;
}

.Contents {
    width: 96%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 100px 0 0;
}
.BoxStile {
	font-size: 22px;
}
.Text03 {
	font-size: 4.5vw;
    line-height: 2.0;
}
#Lp2022 .BgPt02 { /*SP用*/
	margin-top: -60px;
    padding: 160px 0 0;
}
/* 横並び */
.col_4 li {
    width: calc(50% - 20px);
    margin: 20px auto;
}
/* gmap */
.gmap {
	padding-bottom: 40%!important;
}
}

@media screen and (max-width: 480px) {
#Lp2022 .BgPt {
    margin-top: -60px;
	padding: 60px 0;
}
#Lp2022 .BgPt02 { /*SP用*/
	margin-top: -60px;
    padding: 60px 0 0;
}
.Contents {
    width: 90%;
    max-width: 100%;
    padding: 30px 0 0;
}
.BsInner {
    padding: 1rem;
}
.BoxStile {
	font-size: 14px;
}
.Type {
	padding: 0;
}
.Title01 {
    font-size: 4vw;
}
.Title01Text {
    font-size: 4vw;
}
.Title01::before {
 width: 13px;
 height: 15px;
}
.Title01::after {
 width: 13px;
 height: 15px;
}
.TextSha1 {
	font-size: 4vw;
}
.TitleEng {
    display: block;
    min-width: auto;
}
.Text01 {
    font-size: 4.5vw;
    margin-bottom: 50px;
}
/* 横並び */
.col_2 li {
    width: calc(100% - 0px);
	margin-bottom: 30px;
}
.col_2 li:last-child {
	margin-bottom: 0;
}
.col_3 li {
    width: calc(100% - 0px);
	margin-bottom: 0;
}
.col_3 li:last-child {
	margin-bottom: 0;
}
/* 施工事例 */
.EntryBox li {
    width: 100%;
}
/* gmap */
.gmap {
	padding-bottom: 80%!important;
}
/***** フォーム *****/
.wpcf7 input[type=submit] {
    width: 100%;
}
}