@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", Roboto, YuGothic, "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Helvetica, sans-serif;
  font-size: 1.14rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  background:#F8F8F8;
}
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, address, del, em, img, small, strong, sub, i, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figcaption, figure, footer, header, menu, nav, section, time, mark, audio, video {
    background: transparent;
    border: 0;
    font-size: 100%;
    letter-spacing: 0.05em;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    word-break: break-all;
}
img {
  width: 100%;
  height: auto;
  display: block;
  line-height: 0;
}

a {
  text-decoration: none;
  color: #1F1D1D;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
@media (min-width: 821px) {
  a:hover {
    opacity: 0.75;
  }
}
@media (max-width: 820px) {
  a:active {
    opacity: 0.75;
  }
}

li {
  list-style: none;
}

@media (min-width: 600px) {
  .un_spBlake {
    display: none;
  }
}
@media (max-width: 820px) {
  .un_pcBlake {
    display: none;
  }
}
.container {
  position: relative;
  overflow: hidden;
  padding: 80px 0 0;
}
/*============================
共通
============================*/
.l_contents {
  padding: 80px 0;
}
.l_contents.l_contents__works {
  background: -webkit-linear-gradient(bottom, #2B6DB0 1px, rgba(0, 0, 0, 0) 1px), -webkit-linear-gradient(left, #2B6DB0 1px, rgba(0, 0, 0, 0) 1px), #0058A4;
  background: linear-gradient(0deg, #2B6DB0 1px, rgba(0, 0, 0, 0) 1px), linear-gradient(90deg, #2B6DB0 1px, rgba(0, 0, 0, 0) 1px), #0058A4;
  background-position: -1px -1px;
  background-origin: padding-box;
  background-clip: border-box;
  background-size: 20px 20px;
}
.l_contents.l_contents__contact {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg_contact01.webp);
}
.contents {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.contents .contents_body {
  margin: 40px 0 0;
}
.contents .contents_body.long {
  margin: 80px 0 0;
}
.title {
  padding: 0 0 10px;
  position: relative;
  text-align: center;
  line-height: 1.3;
}
.title .title_main {
margin: 10px 0 0;
    font-size: min(8vw, 34px);
    font-weight: bold;
    color: #343434;
    letter-spacing: 0.09em;
}
.title.title__wt .title_main {
  color: #fff;
}
@media (max-width:910px){
	.title .title_main {
    font-size: min(8vw, 30px);
	}
}
@media (max-width:420px){
	.title .title_main {
    font-size: min(8vw, 25px);
	}
}
/*============================
PC header+nav
============================*/
.l_header {
  width: 100vw;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background:#fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.16);
}
@media (min-width: 821px) {
  .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header .header_logo {
  width: 120px;
	margin-left:15px;
}
.header .header_nav {
  width: calc(100% - 163px);
}

@media (min-width: 821px) {
  .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.nav .nav_link {
  height: 80px;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  line-height: 1;
  -webkit-transition: 0.3s color, 0.3s background;
  transition: 0.3s color, 0.3s background;
	letter-spacing: 0.1em;
}
.nav .nav_link br{
display:none;
} 
@media (min-width: 821px) {
  .nav .nav_link:hover {
    color: #0058A4;
    opacity: 1;
  }
}
@media (min-width: 821px) {
  .nav .nav_link.nav_link__contact {
    margin: 0 0 0 20px;
    color: #fff;
    background:#0058A4;
  }
  .nav .nav_link.nav_link__contact:hover {
    background:#00a0e7;
  }
}
@media (max-width:910px){
	.nav .nav_link{
	line-height: 1.3rem;
    text-align: center;
	width: 20%;
	}
	.nav .nav_link span{
	display:block;
	}
	.nav .nav_link br{
	display:block;
	} 
}
@media (max-width:820px){
.header .header_logo {
    margin-top: 14px;
}	
}
@media (max-width:400px){
.header .header_logo {
        width: 75px;
        margin-top: 15px;
}
.l_header {
    height:60px;
}
}
/*============================
MOBILE header+nav
============================*/
.hamburger-menu{
	display:none;
}
@media (max-width:820px){
	.hamburger-menu{
	display:block;
}
	.header_nav{
		display: none;
	}
}
/*ハンバーガメニュー*/
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
	background: #0058a4;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color:rgba(0,88,164,0.8);
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
display: block;
    width: 100%;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 1rem 5rem;
    position: relative;
    font-size: 1rem;
    letter-spacing: 0.1rem;
}
.menu-content ul li a::before {
content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 5rem;
    top: 23px;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background:rgba(0,88,164,0.8);
    transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
@media (max-width:400px){
.menu-btn {
    top: 0;
	right: 0;
}	
}
/*============================
footer
============================*/
.footer {
  background:#f3f3f3;
}
.footer .footer_body {
  max-width: 1000px;
  margin: auto;
  padding: 80px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.footer .footer_body .footer_body_inner {
  width: 25%;
}
.footer .footer_foot {
  padding: 40px 0 50px;
  font-size: 1rem;
  text-align: center;
  line-height: 1;
  background:#fff;
}
.footer .footer_foot .footer_foot_nav > a {
  padding: 0 0 0 12px;
  display: inline-block;
  position: relative;
}
.footer .footer_foot .footer_foot_nav > a:nth-child(n+2) {
  margin: 0 0 0 20px;
}
.footer .footer_foot .footer_foot_nav > a::before {
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 50%;
  left: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  content: "";
  background:#D3D3D3;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.footer .footer_foot .footer_foot_copy {
  margin: 20px 0 0;
}

.footnav {
  font-size: 1rem;
}
.footnav .footnav_ttl {
  display: block;
  line-height: 1;
}
.footnav .footnav_ttl:nth-child(n+2) {
  margin: 60px 0 0;
}
.footnav .footnav_link {
  margin: 20px 0 0;
  line-height: 1.3;
}
.footnav .footnav_link .footnav_link_txt > a {
  display: inline-block;
  position: relative;
  opacity: 0.6;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.footnav .footnav_link .footnav_link_txt:nth-child(n+2) {
  margin: 20px 0 0;
}
.footnav .footnav_link .footnav_link_txt.footnav_link_txt__icon > a::after {
  width: 14px;
  height: 12px;
  display: block;
  position: absolute;
  bottom: 50%;
  left: calc(100% + 5px);
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/icon_blank01.webp);
}
.footnav .footnav_link .footnav_link_txt.footnav_link_txt__ma {
  margin-left: 30px;
}
.footnav .footnav_link .footnav_link_txt:not(.footnav_link_txt__ma) > a {
  padding: 0 0 0 15px;
}
.footnav .footnav_link .footnav_link_txt:not(.footnav_link_txt__ma) > a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
@media (min-width: 821px) {
  .footnav .footnav_link .footnav_link_txt > a:hover {
    opacity: 1;
  }
}
.footnav .footnav_bllink:nth-child(n+2) {
  margin: 20px 0 0;
}
.footnav .footnav_bllink.footnav_bllink__icon > a {
  position: relative;
}
.footnav .footnav_bllink.footnav_bllink__icon > a::after {
  width: 14px;
  height: 12px;
  display: block;
  position: absolute;
  bottom: 50%;
  left: calc(100% + 5px);
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/icon_blank01.webp);
}
.footnav .footnav_bllink.footnav_bllink__icon.last > a::after{
	bottom: 25%;
}
@media (max-width:1145px){
	.footer .footer_body {
    max-width: 900px;
	}
}
@media (max-width: 1000px) {
	.footnav {
    font-size: 0.9rem;
	}
}
@media (max-width: 910px) {
	.footer .footer_body{
	max-width: 800px;
	}
}
@media (max-width:864px){
.footer .footer_body .footer_body_inner {
    width: 23%;
}
.footer .footer_body .footer_body_inner:nth-child(4) {
    width: 25%;
}
}
@media (max-width:820px){
    .footer .footer_body {
       display: none;
    }
}
/*============================
トップ画像
============================*/
.l_hero{
	position: relative;
}
.hero_mob{
display:none;	
}
.title_logo{
	position: absolute;
	width:18%;
	top:20%;
	left:10%;
}
@media (max-width:1400px){
.title_logo{
	width:18%;
	top:21%;
	}	
}
@media (max-width:640px){
.hero_pc{
display:none;
}
.title_logo {
        width: 37%;
        bottom: -10%;
        top: auto;
        left: 0;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 4%;
        box-shadow: 0px 0px 15px -5px #777777;
    }
.hero_mob{
display:block;
	position:relative;
}
	.hero_mob .txt{
		background: #0058A4;
		color:white;
		position:absolute;
		left:0;
		display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        bottom: -6.510416666666667vw;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-width: 61.197916666666664vw;
        min-heifont-weight: 400;
        letter-spacing: .05em;
        line-height: 1.175;
		font-size: 6.5vw;
		min-height: 23.4375vw;
	}
}
/*============================
名古屋支店のご紹介
============================*/
.contents__about .title {
    padding: 0;
}
.l_about .about:first-child{
	justify-content: center;
}
.l_about .about:first-child .about_inner {
    width: 50%;
}
.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.about:nth-child(n+2) {
  margin: 20px 0 0;
}
.about:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse wrap;
      -ms-flex-flow: row-reverse wrap;
          flex-flow: row-reverse wrap;
}
.about .about_inner {
  width: 50%;
}
.about .map{
	margin-left: 5%;
    width: 45%;
}
.about .about_inner .about_inner_subttl {
  font-size:1.6rem;
  font-weight: bold;
  color: #0058A4;
	letter-spacing: 0.1em;
}
.about .about_inner .about_inner_txt {
    margin: 20px 0 0;
    letter-spacing: 0.1em;
}
.about .about_inner .about_inner_address {
    margin: 40px 0 0;
    font-size: 1.1rem;
    font-weight: bold;
}
@media (max-width:1340px){
	.about .about_inner .about_inner_txt .only_pc{
		display:none;
	}
}
@media (max-width:820px){
	.about .about_inner .about_inner_address span{
		display: block;
	}
	.about:nth-child(even) {
    flex-flow: column;
}
	.about .about_inner {
    width: 90%;
    text-align: center;
    margin: 0 auto;
}
.l_about .about:first-child .about_inner {
    width: 100%;
}
.about .map{
    width: 90%;
    text-align: center;
    margin: 0 auto 50px;
}
}
@media (max-width:400px){
	.about .about_inner .about_inner_subttl {
		font-size: 1.3rem;
	}
	.about_inner_address span{
		display:block;
	}
}
/*============================
施工実績
============================*/
@media (min-width: 820px) {
  .l_works {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.font_works{
    font-size:1.4rem;
    font-weight: normal;
    color: white;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    border-left: 2px solid white;
    padding-left: 10px;
}
.works {
  padding: 0 0 20px;
  position: relative;
  line-height: 1;
  color: #fff;
}
.works::before, .works::after {
  position: absolute;
  bottom: 0;
  content: "";
  background:#fff;
}
.works::before {
  width: 100%;
  height: 1px;
  left: 0;
  -webkit-transition: 0.3s width;
  transition: 0.3s width;
}
.works::after {
  width: 9px;
  height: 9px;
  right: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}
@media (min-width: 820px) {
  .works {
    width: calc((100% - 60px) / 3);
  }
  .works:not(:nth-child(3n)) {
    margin: 0 30px 0 0;
  }
  .works:nth-child(n+4) {
    margin-top: 50px;
  }
}
.works .works_ttl {
  margin: 20px 0 0;
}
.works .works_label {
  margin: 10px 0 0;
  padding: 3px 10px;
  display: inline-block;
  font-size:0.8rem;
  text-align: center;
  border: 1px solid #fff;
}
@media (max-width: 820px) {
  .works:active {
    opacity: 1;
  }
	.works::before,
	.works::after{
	display:none;
	}
	.works {
		padding: 0 0 50px;
	}
}
@media (max-width: 400px) {
.font_works {
	font-size: 1.2rem;
	}	
}
/*============================
採用情報
============================*/
.contents__entry .contents {
width: 100%;
    margin: 0 auto 90px;
    max-width: 1500px;
	padding-top:0;
}
.entry .contact{
    height: 60px;
	font-size:1.2rem;
    width: calc(60% - 20px);
}
.entry .contact:hover{
	        color: #0058A4;
}
.entry .contact:hover  > span{
    color: #0058A4;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(40%, #7af2f7));
    background: -webkit-linear-gradient(transparent 70%, #7af2f7 40%);
    background: linear-gradient(transparent 70%, #7af2f7 40%);
}
.career_txt{
   text-align: center;
	margin-top:20px;
}
.career_l {
  max-width: 1000px;
  margin:0 auto;
}
.career .career_txt {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
	max-width: 900px;
	margin: 20px auto 0;
	font-size: 1.2rem;
}
.career .career_txt th,.career .career_txt td{
	padding:1% 0;
	    border-bottom: 1px solid gray;
}
.career .career_txt td span{
	font-size:1rem;	
}
.career .career_txt th:first-child{
	width:20%;
}
.career .career_bnr {
  max-width: 900px;
  margin: 30px auto 0;
  display: block;
}
.career .contact{
	border: 1px solid #3e9541;
	margin-top: 30px;
}
.career .contact:hover{
	border: 1px solid #0058a4;
	background:#E2FFEC;
}
.career .contact .contact_inner .contact_ttl {
    font-size: 1.7rem;
    color: #2E7331;
}
.career .contact .contact_inner .contact_txt,
.career .contact .contact_inner .contact_ttl > span {
    color: #2E7331;
}
.career .contact:hover .contact_inner .contact_ttl > span{
	background: none;
}
.career .contact .contact_inner::before{
	background:#2E7331;
}
@media (max-width:1240px){
	.entry .contact {
	    width: calc(70% - 20px);
}
.career .career_txt td .only_pc{
	display:none;
	}
}
@media (max-width: 1090px) {
    .entry .contact {
        width: calc(75% - 20px);
		font-size: 1rem;
    }
}
@media (max-width: 910px) {
.contents__entry .contents {
	width: 90%;
	}
    .entry .contact {
        width: calc(80% - 20px);
    }
	.l_career{
		width:90%;
		margin:0 auto;
	}
}
@media (max-width: 820px) {
	.career .career_txt{
	font-size: 1rem;
	}
    .entry .contact {
        width: calc(90% - 20px);
    }
    .career_l{
		width:95%;
	}
	.career_txt{
		text-align: left;
	}
	.career_txt br{
		display: block;
	}
	.career_txt br{
	display: none;
}	
}
@media (max-width: 700px) {
.entry .entry_l{
		width:80%;
	}
    .entry_l .contact {
        width: calc(100% - 20px);
    }	
	.career_txt {
    font-size: 1rem;
	}
}
@media (max-width: 420px) {
	a.contact,.career .contact{
		padding:10px;
	}
}
@media (max-width: 400px) {
	.entry .entry_l{
		width:80%;
	}
	    .entry_l .contact {
        width: calc(100% - 0px);
			font-size:0.9rem;
    }
    .entry_l .entry_txt {
        font-size: 1rem;
        margin-bottom: 20px;
    }

.career .contact .contact_inner .contact_ttl {
	font-size: 1.4rem;
	}
.career .contact {
    padding: 5%;
}
	.career .career_txt{
		font-size:0.8rem;
	}
}
/*============================
お問い合わせ
============================*/
.l_contact {
  max-width: 1000px;
  margin: auto;
}
@media (min-width: 820px) {
  .l_contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content:center;
  }
}
.contact {
  height: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
}
@media (min-width: 820px) {
  .contact {
    width: calc(60% - 20px);
	  padding:3%;
  }
}
.contact .contact_inner {
  padding: 40px 0 0;
  position: relative;
}
.contact .contact_inner::before {
  width: 35px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  content: "";
  background:#fff;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url(../img/icon_mail01.svg);
          mask-image: url(../img/icon_mail01.svg);
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
}
.contact .contact_inner.new_recruit::before {
  -webkit-mask-image: url("../img/icon_saiyo01.svg");
          mask-image: url(../img/icon_saiyo01.svg);
	height: 40px;
}
.contact .contact_inner.new_recruit{
	padding: 50px 0 0;
}
.contact .contact_inner .contact_ttl,
.contact .contact_inner .contact_txt {
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}
.contact .contact_inner .contact_ttl {
  font-size: 1.7rem;
}
.contact .contact_inner .contact_ttl > span {
  color: #7af2f7;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}
.contact .contact_inner .contact_txt {
  margin: 10px 0 0;
}
@media (min-width: 821px) {
  .contact:hover {
    background:#fff;
    opacity: 1;
  }
  .contact:hover .contact_inner::before {
    background:#0058A4;
  }
  .contact:hover .contact_inner .contact_ttl,
  .contact:hover .contact_inner .contact_txt {
    color: #0058A4;
  }
  .contact:hover .contact_inner .contact_ttl > span {
    color: #0058A4;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(40%, #7af2f7));
    background: -webkit-linear-gradient(transparent 70%, #7af2f7 40%);
    background: linear-gradient(transparent 70%, #7af2f7 40%);
  }
}
@media (max-width: 820px) {
.contact {
    margin-bottom: 20px;
}	
}
@media (max-width: 400px) {
	.contact .contact_inner .contact_ttl{
		font-size:1.3rem;
	}
	.contact{
		padding:2%;
	}
}
/*============================
スマホ用下部メニュー
============================*/
.footer_mob{
	display: none;
	padding-top: 1.5rem;
}
.toggle_mob {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
}
.title_mob,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title_mob {
    padding: 1rem 0.7rem;
    display: block;
    color: #333;
    font-size: 1rem;
}
.title_mob::after,
.title_mob::before {
	content: "";
	position: absolute;
	right: 2em;
	top: 1.25em;
	width: 2px;
	height: 1em;
	background:#636363;
	transition: all 0.3s;
}
.title_mob::after {
	transform: rotate(90deg);
}
.content {
	max-height: 0;
	overflow: hidden;
}
.content p {
	margin: 0;
	padding: 0.5em 1em 1em;
	font-size: 0.9em;
	line-height: 1.5;
}
.toggle_mob:checked + .title_mob + .content {
    max-height: 700px;
    transition: all 1.5s;
    background: #fff;
}
.toggle_mob:checked + .title_mob::before {
	transform: rotate(90deg) !important;
}
.sub.active{
	padding:10px 0;
}
.sub.active li{
	padding:0.5rem;
}
.sub.active li a{
	font-size: 1rem;
    padding: 1em 0 1em 1em;
	color: rgba(0, 0, 0, .6);
}
.sub.active li ul li{
	text-indent: 1em;
}
.sub.active li ul li a{
	font-size:0.9rem;
}
.ftbot li a{
padding: 1em;
    padding:0.7rem;
    display: block;
    color: #333;
    font-size: 1rem;
}
.ftbot li a.last{
padding-bottom: 3rem;
}
.sub.active .footnav_bllink.footnav_bllink__icon a{
  position: relative;
}
.sub.active .footnav_bllink.footnav_bllink__icon a::after{
  width: 14px;
  height: 12px;
  display: block;
  position: absolute;
  bottom: 50%;
  left: calc(100% + 5px);
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/icon_blank01.webp);
}
.ftbot a img{
	width: 0.9rem;
    display: inline;
    margin-left: 0.5rem;
}
@media (max-width: 820px) {
.footer_mob{
	display:block;
}
	.footer_foot_nav{
		display: none;
	}
.footer .footer_foot .footer_foot_copy {
    margin: 0;
    font-size: 0.6rem;
}
.footer .footer_foot {
	padding: 20px 0;
	}
}
/*============================
page-top
============================*/
.page_top{
	width:3%;
	position: absolute;
	right:2%;
	bottom:2%;
}
@media (max-width: 820px) {
.page_top {
        width: 5%;
        bottom: 3rem;
}
}
@media (max-width: 646px) {
    .page_top {
        width: 45px;
    }
}