@charset "UTF-8";
/*-----------------------------------------------
__common
-----------------------------------------------*/
.tb_none {
    display: block !important;
}
.sp_none {
    display: block !important;
}
.pc_none {
    display: none !important;
}
.sp_only {
    display: none !important;
}
.sptb_none {
    display: block !important;
}
.container {
    position: relative;
}

/*-----------------------------------------------
__Header
-----------------------------------------------*/
header {
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0px;
    left: 0;
    margin: 0 auto;
    z-index: 999;
    transition: all ease-in-out .33s;
}

header.pl-fixed {
    position: fixed;
    height: 65px;
    top: 0px;
    z-index: 999;
    background: #17548d;
    transition: all ease-in-out .33s;
}

h1.logo {
    width: 170px;
    height: auto;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3%;
    transition: all ease .33s;
}

h1.logo:hover {
    opacity: .6;
}

header nav {
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    width: 60%;
    height: auto;
}

ul.gl_nv {
    display: flex;
    justify-content: space-between;
}

ul.gl_nv li{
    flex-basis: 100%;
    max-width: 180px;
    text-align: center;
    position: relative;
}
ul.gl_nv li a {
    width: 100%;
    height: auto;
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
    padding: 15px 0;
    display: block;
    position: relative;
}

ul.gl_nv li a::before{
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all ease-in-out .33s ;
    transform: translateY(-25px);
}

ul.gl_nv li a:hover::before{
    width: 60%;
    transform: translateY(0%)
}

p.nav_tel {
    width: 100%;
    height: auto;
    color: #fff;
    font-weight: 600;
    font-size: 1.3em;
    padding: 15px 0;
    display: block;
    position: relative;
    min-width: 170px;
}

p.nav_tel i {
    margin: 0 10px 0 0;
    font-size: 0.8em;
}

/*-----------------------------------------------
__TOP IMG
-----------------------------------------------*/
#top_img {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}
#top_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#top_img p.p_message {
    font-family: ten-mincho, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 250%;
    position: absolute;
    width: 90%;
    text-align: center;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    z-index: 1;
    line-height: 1.4;
    letter-spacing: 12px;
    color: #fff;
    text-shadow: 0px 1px 10px #0000006e;
}
/*-----------------------------------------------
__top
-----------------------------------------------*/

article.top_content {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
}

article.top_content.bg_on {
    background: url("../images/common/top_service_bg.jpg") no-repeat 50% 50%;
    background-size: cover;
    background-attachment: fixed;
}

article.lower_content {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
}

article.lower_content.bg_on {
    background: url("../images/common/top_service_bg.jpg") no-repeat 50% 50%;
    background-size: cover;
    background-attachment: fixed;
}

.inner_wrap {
    width: 80%;
    max-width: 1200px;
    min-width: 400px;
    height: auto;
    margin: 0 auto;
    padding: 100px 0;
}

.inner_flex {
    text-align: center;
    width: 80%;
    max-width: 1200px;
    min-width: 400px;
    height: auto;
    margin: 0 auto;
    padding: 100px 0;
    display: flex;
    justify-content: space-between;
}

.inner_flex_content {
    flex-basis: 48%;
}

h2.top_h2{
    font-weight: 600;
   position: relative;
    text-align: center;
    margin: 0 auto 100px;
    font-size: 3.2em;
    line-height: 0.7;
    color: #17548d;
}
h2.top_h2 span{
    font-family: ten-mincho, serif;
    font-size: 0.35em;
}
h2.top_h2::before {
    content: "";
    width: 17px;
    height: 4px;
    background: #FF9FA0;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

h2.top_h2.fff{
    color: #fff;
}

ul.ul_txt {
    width: 100%;
    height: auto;
    margin: 0 auto 100px;
    text-align: center;
    max-width: 600px;
    font-size: 1.1em;
    font-weight: 500;
    color: #666;
}

ul.ul_txt li{
    margin: 0 0 30px;
}

ul.ul_flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0 auto 100px;
    text-align: center;
    color: #fff;
}

ul.ul_flex li {
    flex-basis: 28%;
}

ul.ul_flex li p {
    margin: 0 auto 35px;
}

ul.ul_flex li h3 {
    font-size: 1.6em;
}

.inner_flex_content iframe{
    width: 100%;
}
/*-----------------------------------------------
__button
-----------------------------------------------*/

p.p_btn {
    position: relative;
    width: 200px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    font-size: 1.3em;
    font-weight: 600;
    padding: 15px;
    border-radius: 15px;
    color: #77d2f1;
    cursor: pointer;
    transition: all ease-in-out .33s .3s;
}

p.p_btn:hover {
 
    color: #17548d;
}

p.p_btn a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


p.p_btn:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #77d2f1;
  position: absolute;
  top: -1px;
  right: 0;
  transition: .1s ease-in-out .1s;
}

p.p_btn:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #77d2f1;
  position: absolute;
  bottom: 0;
  right: -1px;
  transition: .1s ease-in-out .2s;
}

p.p_btn span:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #77d2f1;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: .1s ease-in-out .3s;
}

p.p_btn span:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #77d2f1;
  position: absolute;
  top: 0;
  left: -1px;
  transition: .1s ease-in-out;
}

p.p_btn:hover span:after {
  height: 0;
}
p.p_btn:hover:before {
  width: 0;
}

p.p_btn:hover:after {
  height: 0;
}

p.p_btn:hover span:before {
  height: 2px;
    background: #17548d;
}

.flow_txt .p_btn {
    position: relative;
    width: 70%;
    min-width: 240px;
    height: auto;
    margin: 25px auto 0;
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    padding: 15px;
    border-radius: 15px;
    color: #77d2f1;
    cursor: pointer;
    transition: all ease-in-out .33s .3s;
}

/*----------------------------
白ボタン
---------------------------*/

p.p_btn.fff {
    color: #fff;
}

p.p_btn.fff:hover {
    color: #77d2f1;
}

p.p_btn.fff:before {
  background: #fff;
}

p.p_btn.fff:after {
  background: #fff;
}

p.p_btn.fff span:before {
  background: #fff;
}

p.p_btn.fff span:after {
  background: #fff;
}

p.p_btn.fff:hover span:before {
  height: 2px;
background: #77d2f1;
}

/*----------------------------
お問い合わせボタン
---------------------------*/

p.p_btn_topcontact {
    position: relative;
    width: 80%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    padding: 30px 15px;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    transition: all ease-in-out .33s;
    overflow:hidden;
    box-sizing:border-box;
    border:2px solid #17548d;
}

p.p_btn_topcontact a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


p.p_btn_topcontact span {
    width: 100%;
    height: 100%;
    background: #17548d;
    position: absolute;
    transition: all .33s ease-in-out;
    z-index: -1;
    box-sizing: border-box;
    top: 0;
    left: 0;
}
p.p_btn_topcontact:hover span{
  height: 0;
}
p.p_btn_topcontact:hover{
  color:#17548d;
}

p.tell_num {
    margin: 35px auto;
    font-size: 2.5em;
    font-weight: 600;
    color: #17548d;
    text-align: center;
    line-height: 1.1;
}
p.tell_num span {
    font-size: .55em;
    color: #666;
}
p.tell_num i {
    margin: 0 20px 0 0;
    font-size: 0.8em;
}

/*---------------------------
icon
-----------------------------*/

i.fas.fa-hammer {
    font-size: 0.8em;
    vertical-align: middle;
    margin: 0 10px 5px 0;
}
/*---------------------------
Footer
-----------------------------*/

footer {
    background: #ddd;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}
footer nav {
    width: 70%;
    max-width: 1200px;
    min-width: 400px;
    height: auto;
    margin: 0 auto 30px;
    padding: 35px 0;
}
footer nav ul.f_nv {
    display: flex;
    justify-content: space-between;
}


footer nav ul.f_nv li {
    flex-basis: 18%;
    text-align: center;
}
footer nav ul.f_nv li a {
    color: #17548d;
    font-weight: 600;
    font-size: 1.1em;
    transition: all ease .33s;
}

footer nav ul.f_nv li a:hover {
    color: #598EE0;
    
}

footer .inner_flex{
    padding: 0;
    margin: 0 auto 50px;
    align-items: center;
}

footer p.f_logo {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
}

footer p.tell_num {
    margin: 0 auto;
    font-size: 1.8em;
    font-weight: 600;
    color: #17548d;
    text-align: center;
    line-height: 1.1;
    box-sizing: border-box;
    border: 1px solid #17548d;
    width: 100%;
    max-width: 300px;
    padding: 10px;
    border-radius: 10px;
}

p.f_add {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
    text-align: left;
    color: #17548d;
    font-weight: 500;
}

footer .f_copy {
    background: #17548d;
    width: 100%;
    height: auto;
}
footer .f_copy p{
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

/*--------------------------------
会社概要
---------------------------------*/

.h_imgbox {
    width: 100%;
    height: 250px;
    position: relative;
    margin: 0 auto;
}

h2.title_h2 {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50%;
    text-align: center;
    font-size: 2.5em;
    color: #fff;
}

h3.lower_h3 {
    margin: 0 auto;
    position: relative;
    font-size: 1.8em;
    color: #17548d;
    width: 80%; /*50%から80％へ変更*/
    text-align: center;
    max-width: 450px;/*20240401 300pxから変更*/
}

h3.lower_h3::before, h3.lower_h3::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 5px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 1px solid;
    border-bottom: 1px solid;
}

h3.lower_h3::before{
    left: 0;    
}

h3.lower_h3::after{
    right: 0;
}

.msg_box {
    width: 60%;
    margin: 60px auto;
    display: flex;
    justify-content: space-between;
}

.msg_inner1 {
    flex-basis: 60%;
    margin: 0 20px 0 0;
}

.msg_inner2 {
    flex-basis: 40%;
    margin: 0 0 0 20px;
}

p.p_msg {
    margin: 0 0 25px;
    font-size: 1.1em;
}
p.p_msg_name {
    font-family: ro-shino-std, serif;
font-weight: 600;
font-style: normal;
    font-size: 2.5em;
    text-align: right;
    margin: 20px auto 100px;
	min-width: 250px;
}

p.p_msg_name span{
    font-size: 0.7em;
}

p.p_img {
    text-align: right;
}

.tb_about {
    width: 80%;
    margin: 60px auto 100px;
    font-size: 1.1em;
}

.tb_about th {
    width: 30%;
    padding: 20px;
    text-align: center;
    border: 1px solid #8db9e2;
}
.tb_about td{
   width: 70%;
    padding: 20px;
    text-align: left;
    border: 1px solid #8db9e2;
}

.tb_about td i{
   margin: 0 10px 0 0;
    font-size: 0.8em;
}

.map_box {
    width: 80%;
    height: 500px;
    margin: 60px auto 100px;
    overflow: hidden;
    position: relative;
}
.map_box iframe {
    width: 100%;
    position: absolute;
    height: 100%;
    top: -46px;
}

/*--------------------------------
施工事例
---------------------------------*/

.works_box {
    width: 90%;
    margin: 60px auto;
    font-size: 1.1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.works_content {
    flex-basis: 100%;
    margin: 135px auto 150px;
    position: relative;
}

h4.lower_h4 {
    text-align: center;
    position: absolute;
    top: -110px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 1.2em;
    width: 50%;
    padding: 7px;
    color: #17548d;
}


h4.lower_h4::before {
    content: "";
    width: 9%;
    height: 1px;
    background: #888888;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

h4.lower_h4::after {
    content: "";
    width: 20%;
    height: 1px;
    background: #888888;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

ul.works_img {
    max-width: 800px;
    margin: 0 auto;
}

ul.before_after {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
}

ul.before_after li{
    flex-basis: 48%;
    margin: 0 0 30px;
    position: relative;
}

/*20241202 施工事例ページ*/
.video-container{
    width:100%;
    max-width: 520px;
    max-height:520px;
}

img.obj_img05{
    width:100%;
    aspect-ratio:1/1;
    
}

ul.before_after li video{
    width:100%;
    aspect-ratio:1/1;
    object-fit: cover;
}
/*20241202 施工事例ページ*/

ul.before_after li p {
    text-align: center;
    color: #ffffff;
    font-size: 1.5em;
    position: absolute;
    top: -12px;
    left: 12px;
    background: #00284e;
    padding: 3px 15px;
}

img.bf_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

/*--------------------------------
ご注文の流れ
---------------------------------*/

.flow_box {
    width: 70%;
    min-width: 800px;
    margin: 60px auto;
    font-size: 1.1em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.flow_img,
.flow_txt{
    flex-basis: 35%;
}

.flow_txt:last-child{
    flex-basis: 35%;
}

.flow_arrow {
    margin: 50px auto;
    width: 100%;
    text-align: center;
}

.flow_arrow img{
    transform: rotate(90deg);
}

/*--------------------------------
お問い合わせ
---------------------------------*/
.contact_box{
    width: 100%;
    margin: 30px auto;
    font-size: 1.1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

h3.lower_h3.contact_h3::before{
    left: -60px;    
}

h3.lower_h3.contact_h3::after{
    right: -60px;
}

/*20241202 メールフォーム */
.contact_body{
    display:grid;
    grid-template-columns: repeat(2,1fr);
}
.btnArea{
    display:flex;
}
input.res-btn {
    text-align: center;
    margin: 0 auto;
    width: 200px;
    height: 50px;
    display: block;
    font-size: 1em;
    cursor: pointer;
    transition: all ease .33s;
	border: 1px solid rgba(23, 84, 141,0.6);
    background: transparent;
    color: rgba(23, 84, 141,0.6);
}
input.res-btn:hover {
    border: 1px solid rgba(23, 84, 141,0.6);
    background: rgba(23, 84, 141,0.6);
    color: #fff;
}
/*20241202 メールフォーム */


.tb_contact {
    width: 70%;
    height: auto;
    margin: 0 auto 100px;
    min-width: 600px;
    font-size: 1.1em;
}

.tb_contact th {
    width: 30%;
    padding: 15px 30px;
    text-align: left;
    position: relative;
}

span.must,span.free {
    position: absolute;
    right: 0;
    font-size: 0.7em;
    top: 50%;
    transform: translateY(-50%);
    padding: 3px 7px;
    margin: 0;
    border-radius: 25px;
}
span.must{
border: solid 1px #ff9494;
    color: #ff9494;
}
span.free{
border: solid 1px #8db9e2;
    color: #8db9e2;
}
.tb_contact td {
    width: 60%;
    padding: 15px 30px;
    position: relative;
}

.tb_contact td input[type="text"],
.tb_contact td input[type="email"],
.tb_contact td input[type="tel"]{
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #8db9e2;
    background: #fff;
}

.tb_contact td textarea{
    width: 100%;
    height: auto;
    min-height: 300px;
    padding: 10px 20px;
    border: 1px solid #8db9e2;
    background: #fff;
}

.contact_box form > p {
    width: 60%;
    height: auto;
    margin: 0 auto 100px;
    min-width: 600px;
    font-size: 1.1em;
}
input.sub-btn {
    text-align: center;
    margin: 0 auto;
    width: 200px;
    height: 50px;
    display: block;
    font-size: 1em;
    cursor: pointer;
    transition: all ease .33s;
	border: 1px solid #17548d;
    background: transparent;
    color: #17548d;
}
input.sub-btn:hover {
    border: 1px solid #17548d;
    background: #17548d;
    color: #fff;
}

#js-show-popup{
	cursor: pointer;
	color: #ff9494;
	font-weight: 600;
	transition: all ease .33s;
}

#js-show-popup:hover{
	opacity: .6;
}

/*--------------------------------
プライバシーポリシー
---------------------------------*/
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
max-height: 100%;
  overflow-y: scroll;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 600px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
	transition: all ease .33s;
}

.close-btn:hover i{
	color: #ff9494;
}

.black-background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}

dl.privacy dt {
    font-weight: 600;
    font-size: 1em;
    margin: 0 0 5px;
}

dl.privacy dd {
    margin: 0 0 15px 15px;
    font-size: 0.9em;
    line-height: 1.4;
}

dl.privacy dd ol li {
    list-style-type: decimal;
	margin: 3px 0 0px 35px;
}

/*20240401 施工事例ページ*/
h4.works_text{
    color: #17548d;
    font-size: 1.2em;
    text-align: center;
    margin-top: 5%;
}

h4.works_text01{
    color: #17548d;
    font-size: 1.2em;
    text-align: center;
}

.insta {
    border: solid 2px #17548d;
    display: flex;
    max-width: 60%; /*20241202 50%から60％へ変更*/
    margin: 4% auto;
    border-radius: 15px;
    text-align: center;
}

.insta01 {
    display:flex;/*20241202追加*/
    align-items: center;/*20241202追加*/
    justify-content: center;/*20241202追加*/
    width: 40%;
    padding: 2%;
    border-right: solid 2px #17548d;
    border-radius: 15px;
    text-align: center;
}

.insta01 img {
    max-width: 35%;
}

p.instagram {
    width: 60%;
    padding: 4% 2% 2% 5%; /*top2%から4%へ変更*/
    font-size: 1.2em;
    color:#17548d;
}

.works_content01 {
    flex-basis: 100%;
    margin: 0 auto 60px;
    position: relative;
}

/*footer 20240402*/
.inner_flex_content01 a {
    width: 10%;
    margin-top: 2%;
}

.inner_flex_content01{
    flex-basis: 48%;
    display:flex;
    max-height: 85px;
    height: 100%;
}

footer p.tell_num {
    margin: 0 5%;
}