@charset "utf-8";

/*============================
　　　　　全体共通
============================*/
body {
color: #000000;
position: relative;
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.minchoTxt {
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.flex {
display: -webkit-flex;
display: -ms-flex;
display: flex;
}

.inner {
max-width: 940px;
width: 90%;
margin: 0 auto;
}

img { width: 100%;}

.pc { display: block;}
.sp { display: none;}

sup {
font-size: 50%;
vertical-align: top;
}
sub {
font-size: 50%;
vertical-align: baseline;
}


/*SPまで電話発信不可*/
@media only screen and (min-width: 769px) {
a[href*="tel"] { pointer-events: none;}
}

.pagein_link {
width: 100%;
height: 1px;
visibility: hidden;
margin-top: -75px;
padding-top: 75px;
}



/*================================================
shine
==================================================*/
.shine {
  position: relative;
  overflow: hidden;
  display: block;
}
.shine::before {
  display: block;
  position: absolute;
  top: 0;
  left: -75%;
  content: '';
  width: 50%;
  height: 140%;
  background: linear-gradient(130deg, rgba(255,255,255,0) 30%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 70% );
  -webkit-animation: shine-foot 4s ease-in-out infinite;
  animation: shine-foot 4s ease-in-out infinite;
    z-index: 9;
}


@-webkit-keyframes shine-foot {
0% { left: -75%;}
40% { left: 150%;}
100% { left: 150%;}
}
@keyframes shine-foot {
0% { left: -75%;}
40% { left: 150%;}
100% { left: 150%;}
}




/*---------------------------
　　　　header関連
---------------------------*/
header {
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
margin: 0;
padding: 0;
height: 74px;
background: #fff;
display: flex;
justify-content: space-between;
align-items: center;
}
header .inner_content {
width: 100%;
padding: 0;
margin: 0;
justify-content: space-between;
align-items: center;
}
header .inner_content > .flex{
align-items: center;
justify-content: flex-end;
}
header .logo {
width: auto;
font-size: unset;
margin-left: 3%;
}
header .logo a {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
align-items: center;
font-size: 18px;
font-weight: bold;
}
header .logo img {
width: 291px;
min-width: 130px;
}

.official a {
background: rgb(249,132,80);
background: linear-gradient(180deg, rgba(249,132,80,1) 0%, rgba(252,98,30,1) 100%);
}
.consult a {
background: rgb(0,85,162);
background: linear-gradient(180deg, rgba(0,85,162,1) 0%, rgba(2,64,119,1) 100%);
}
.request a {
background: rgb(253,20,20);
background: linear-gradient(180deg, rgba(253,20,20,1) 0%, rgba(217,0,0,1) 100%);
}
.official a:hover {
opacity: 0.7;
}
.consult a:hover {
opacity: 0.7;
}
.request a:hover {
opacity: 0.7;
}
.official ,
.consult ,
.request {
}
.official a ,
.consult a ,
.request a {
color: #fff;
display: block;
font-size: 14px;
font-weight: bold;
width: 10em;
height: 74px;
text-align: center;
min-height: 100%;
display: flex;
align-items: center;
justify-content: center;
transition: 0.3s;
line-height: 1.4;
}

/* gnav */
header .navBox {
    margin-right: 2%;
}
#head_Nav {
pointer-events: none;
visibility: hidden;
}
#head_Nav ul {
margin:0;
display: flex;
box-sizing: border-box;
align-items: center;
justify-content: end;
}
@media only screen and (max-width:1125px) {
    #head_Nav ul {
        flex-wrap: wrap;
    }
}
#head_Nav ul li{
position: relative;
box-sizing: border-box;
margin: 5px 0;
}
#head_Nav ul li a {
display: block;
padding: 0;
position: relative;
box-sizing: border-box;
color: #000;
margin: 0 15px;
text-align: center;
}
#head_Nav ul li a::after {
content: '';
position: absolute;
left: 0;
bottom: -1px;
width: 0%;
height: 2px;
background: #3763d3;
z-index: -1;
transition: all 0.4s;
}
#head_Nav ul li a:hover::after { width: 100%; }

#head_Nav ul li a span {
display: block;
font-size: 14px;
white-space:nowrap;
line-height: 1.4;
}
/*current*/
/*#top #head_Nav ul li:nth-child(1) a::after,
#design #head_Nav ul li:nth-child(2) a::after,
#location #head_Nav ul li:nth-child(3) a::after,
#plan #head_Nav ul li:nth-child(4) a::after,
#quality #head_Nav ul li:nth-child(5) a::after,
#result #head_Nav ul li:nth-child(6) a::after {
width: 100%;
}*/


.head_mailBtn {
    background: #3763d3;
    width: 11%;
    min-width: 130px;
    transition: .3s;
}


/*Gナビ*/
#head_Nav {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
padding-top: 100px;
}
#head_Nav ul {
position: relative;
flex-wrap: wrap;
padding: 5% 0%;
max-width: 800px;
margin: 0 auto;
}
#head_Nav ul li {
width: 100%;
padding: unset;
margin: 0;
border-bottom: 1px solid #707070;
}
#head_Nav ul li:first-child {
border-top: 1px solid #707070;
}
#head_Nav ul li a {
padding: 20px 10px;
margin: 0;
text-align: left;
}
#head_Nav ul li a span {
    font-size: 20px;
    line-height: 1.25;
    font-weight: bold;
}
#head_Nav ul li a::after {
    left: auto;
    bottom: auto;
    right: 10px;
    top: 50%;
    background: none;
    z-index: 1;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 2px solid #3763d3;
    border-right: 2px solid #3763d3;
}
#head_Nav ul li a:hover::after {
    width: 10px;
    right: 5px;
}


.sp_mailBtn {
    display: block;
    background: #3763d3;
    border-radius: 10px;
    width: 80%;
    margin: 0 auto;
}
.sp_mailBtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 28px 20px;
}
.sp_mailBtn a img {
    width: 30px;
    margin-right: 20px;
}
.sp_mailBtn a span {
    color: #fff;
    font-size: 20px;
    line-height: 1.25;
    font-weight: bold;
}

.menu-trigger-box {
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
  box-sizing: border-box;
  counter-increment: item;

  background: #fff;
  cursor: pointer;
  display: none !important;
}
.menu-trigger-box,
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 32px;
  height: 16px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
  margin-top: 30px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #333;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: -3px;
}
.menu-trigger span:nth-of-type(2) {
  bottom: 4px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: -7px;
}
.menu-trigger::after {
    content: "MENU";
    color: #333;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .4s;
}
/*click*/
.menu-trigger-box.active {
  background: #333;
}
.menu-trigger.active span:nth-of-type(1) {
  background-color: #fff;
  transform: translateY(5px) rotate(-315deg);
}
.menu-trigger.active span:nth-of-type(2) {
  background-color: #fff;
  transform: translateY(-6px) rotate(315deg);
}
.menu-trigger.active span:nth-of-type(3) {
width: 0;
}
.menu-trigger.active::after {
    content: "CLOSE";
    color: #fff;
    color: #fff;
}



/*---------------------------
　　　　footer関連
---------------------------*/
footer {
    background: #000;
	display: flex;
	justify-content: flex-end;
	padding-bottom: 120px;
}
footer a {
opacity: 1;
transition: .3s;
}
footer a:hover {
opacity: .6;
transition: .3s;
}
p.copyright {
display: inline-block;
padding:15px 50px;
font-size: 9px;
text-align: right;
letter-spacing: 0.05em;
color: #fff;
}
.footLogo {
width: 200px;
background: #fff;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
.footLogo img {
width: 90%;
margin: 0 auto;
}

/*トップへ戻るボタン*/
#pageTop {
display: none;
cursor: pointer;
position: fixed;
right: 30px;
bottom: 30px;
z-index: 100;
width: 50px;
height: 50px;
background: #12358D;
transition: .3s;
}
#pageTop:hover {
    opacity: .7;
}
#pageTop a {
position: absolute;
display: block;
top: 50%;
left: 50%;
transform: translate(-50%,-40%) rotate(-45deg);
width: 10px;
height: 10px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
}



/*============================
Tab
============================*/
@media only screen and (max-width: 1024px) {



}


/*============================
sp
============================*/
@media only screen and (max-width: 768px) {

.pc { display: none;}
.sp { display: block;}


.pagein_link {
width: 100%;
height: 1px;
visibility: hidden;
margin-top: -65px;
padding-top: 65px;
}

/*---------------------------
　　　　header関連
---------------------------*/

header {
height: 65px;
}
header .logo {
    position: relative;
    z-index: 1;
	margin-left: 20px;
}
header .logo img {
width: 200px;
min-width: inherit;
}
.official, .consult, .request {
position: fixed;
bottom: 0;
width: 50%;
display: none;
}
.official a, .consult a, .request a {
width: 100%;
padding: 10px 0 15px;
}
header .logo a {
font-size: 12px;
}
.menu-trigger-box {
width: 70px;
height: 65px;
display: inline-block !important;
}
.menu-trigger span {
height: 3px;
}
.menu-trigger::after {
font-size: 13px;
bottom: -20px;
}
.menu-trigger {
margin-top: 19px;
}
#head_Nav {
pointer-events: auto;
visibility: inherit;
}
#head_Nav ul  {
max-width: 85%;
}
#head_Nav ul li a {
padding: 15px 10px;
}
#head_Nav ul li a span {
font-size: 18px;
}
.menu-trigger span:nth-of-type(2) {
bottom: 7px;
}
.menu-trigger span:nth-of-type(3) {
bottom: -2px;
}
.menu-trigger.active span:nth-of-type(1) {
transform: translateY(4px) rotate(-315deg);
}
/*---------------------------
　　　　footer関連
---------------------------*/
footer {
border-top: 1px solid #00205B;
padding-bottom: 45px;
	margin-top: 0px;
}
#foot_Nav {
    padding: 45px 0 30px;
    flex-wrap: wrap;
    justify-content: center;
}
#foot_Nav .mainLsit:not(.lastBox) {
    display: none;
}
#foot_Nav .mainLsit {
    padding: 0;
    border-left: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#foot_Nav .mainLsit.lastBox > li {
    margin: 8px;
}
#foot_Nav .subLsit {
    display: none;
}

.policy_list {
    flex-wrap: wrap;
    justify-content: space-between;
}
.policy_list li:nth-child(1) { order: 1; }
.policy_list li:nth-child(2) { order: 2; }
.policy_list li:nth-child(4) { order: 3; }
.policy_list li:nth-child(3) { order: 4; }
.policy_list li:nth-child(5) { order: 5; }
.policy_list li:nth-child(6) { order: 6; }
.policy_list li a {
    display: block;
    font-size: 13px;
    margin: 6px 0;
}
p.copyright {
width: 100%;
text-align: center;
margin-right: 0;
padding: 15px 0 100px;
}

/*トップへ戻るボタン*/
#pageTop {
right: 10px;
width: 30px;
height: 30px;
bottom: 100px;
}


}
