
/* ヘッダー
***************************************************************/
.head {
  background-color: #fff;
  width: 100%;
  position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10;
}
.head .inner {
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head .siteID {
  padding-left: 5%;
}
.head .logo_top {
  display: none;
}
.head .logo_h {
  width: 150px;
}
@media all and (min-width: 1025px) {
  .head .inner {
    width: 1024px;
    padding-left: 12px;
    padding-right: 12px;
    margin: 0 auto;
    height: 80px;
  }
  .head .siteID {
    padding-left: 20px;
  }
  .head .logo_h {
    width: 215px;
  }
  .head .gNav {
    display: flex;
    height: 100%;
  }
  .head .gNav .gLogo {
    display: none;
  }
  .head .gNav .ul1,
  .head .gNav .ul2 {
    display: flex;
    font-size: 13px;
    letter-spacing: 0;
    height: 100%;
  }
  .head .gNav .ul1 li,
  .head .gNav .ul2 li {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .head .gNav .ul1 a {
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .head .gNav .ul1 a:hover {
    color: #4792bc;
  }
  .head .gNav .ul1 .nest {
    position: relative;
    cursor: pointer;
  }
  .head .gNav .ul1 .nest .sub1 {
    position: absolute;
    top: 70px;
    left: -55px;
    margin: auto;
    background-color: #fff;
    width: 156px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
  }
  .head .gNav .ul1 .nest:hover .sub1 {
    opacity: 1;
    pointer-events: auto;
    top: 80px;
  }
  .head .gNav .ul1 .nest .sub1::before {
    content: "";
    width: 1px;
    height: 25px;
    background-color: #9b9b9b;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .head .gNav .ul1 .nest .sub1 li + li {
    border-top: 1px solid #9b9b9b;
  }
  .head .gNav .ul1 .nest .sub1 li a {
    padding: 10px;
  }
  .head .gNav .ul2 li.cnv1 {
    display: none;
  }
  .head .gNav .ul2 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 42px;
    background-color: #4792bc;
    border: 2px solid #4792bc;
    color: #fff;
    margin-left: 10px;
    border-radius: 10px 10px 0 0;
  }
  .head .gNav .ul2 .cnv3 a {
    background-color: #82be0a;
    border: 2px solid #82be0a;
  }
  .head .gNav .ul2 a:hover {
    color: #4792bc;
    background-color: #fff;
  }
  .head .gNav .ul2 .cnv3 a:hover {
    color: #82be0a;
  }
  .cnvList {
    position: fixed;
    right: 0;
    top: 286px;
    z-index: 10;
  }
  .cnvList li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    letter-spacing: 0;
    color: #fff;
    background-color: #4792bc;
    border: 2px solid #4792bc;
    border-radius: 10px 0 0 10px;
    width: 52px;
    height: 80px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .cnvList li.cnv3 a {
    background-color: #5dbe56;
    border: 2px solid #82be0a;
  }
  .cnvList li a:hover {
    color: #4792bc;
    background-color: #fff;
  }
  .cnvList li.cnv3 a:hover {
    color: #82be0a;
  }
  .cnvList li.cnv3 {
    margin-top: 20px;
  }
  .cnvList li.cnv1 {
    display: none;
  }
}
@media all and (max-width:1024px) {
  .head .inner {
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .head .gNav {
    background-color: #f9f9f9;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    opacity: 0;
    pointer-events: none;
  }
  .open .gNav {
    opacity: 1;
    pointer-events: auto;
  }
  .fixed {
      position: fixed;
      width: 100%;
      height: 100%;
  }
  .head .gLogo {
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 5%;
    padding-bottom: 0;
    background-color: #fff;
  }
  .head .logo_nav {
    width: 150px;
  }
  .head .gNav .ul1 {
    padding: 10px 5% 105px;
    overflow: auto;
    height: 100%;
  }
  .head .gNav .ul1 li {
  }
  .head .gNav .ul1 li + li {
    border-top: 1px solid #9b9b9b;
  }
  .head .gNav .ul1 li a {
    width: 100%;
    height: 47px;
    display: flex;
    align-items: center;
    font-size: 14px;
  }
  .head .gNav .ul2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
  }
  .cnvList {
    position: fixed;
    bottom: -100%;
    transition: 0.5s ease;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    z-index: 12;
  }
  .pageScroll .cnvList {
    bottom: 0;
  }
  .head .gNav .ul2 li,
  .cnvList li {
    width: calc(100% / 3);
  }
  .head .gNav .ul2 li a,
  .cnvList li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    letter-spacing: 0;
    color: #fff;
    background-color: #f3ad44;
    height: 45px;
  }
  .head .gNav .ul2 li.cnv2 a,
  .cnvList li.cnv2 a {
    background-color: #4792bc;
  }
  .head .gNav .ul2 li.cnv3 a,
  .cnvList li.cnv3 a {
    background-color: #5dbe56;
  }
  .head .gNav .ul2 li a .in,
  .cnvList li a .in {
    position: relative;
    padding-top: 15px;
  }
  .head .gNav .ul2 li a .in::before,
  .cnvList li a .in::before {
    content: "";
    background-image: url(../img/common/ico_tel01_w.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .head .gNav .ul2 li.cnv2 a .in::before,
  .cnvList li.cnv2 a .in::before {
    background-image: url(../img/common/ico_mail01_w.svg);
    width: 13px;
    height: 9.5px;
  }
  .head .gNav .ul2 li.cnv3 a .in::before,
  .cnvList li.cnv3 a .in::before {
    background-image: url(../img/common/ico_pin01_w.svg);
    width: 9px;
    height: 13.5px;
  }
  /* nav-toggle */
  #nav-toggle {
    position: absolute;
    right: 2.5%;
    top: 0;
		width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 101;
    padding: 0 12px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
	}
	#nav-toggle::after {
		content: "MENU";
		font-weight: 600;
		color: #717071;
		font-size: 10px;
    letter-spacing: 0.05em;
		position: absolute;
		bottom: 4px;
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
		transition: color 0.6s ease;
	}
	.open #nav-toggle::after {
		content: "CLOSE";
	}
	#nav-toggle div {
    position: relative;
		width: 100%;
		height: 100%;
	}
	#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    transition: .35s ease-in-out;
    background: #717071;
	}
	#nav-toggle span:nth-child(1) {
    top: 10px;
	}
	#nav-toggle span:nth-child(2) {
    top: 17px;
	}
	#nav-toggle span:nth-child(3) {
    top: 24px;
	}
	.open #nav-toggle {
		background: transparent;
    position: fixed;
	}
	.open #nav-toggle p.menu {
    opacity: 0;
	}
	.open #nav-toggle p.close {
    opacity: 100;
	}
	.open #nav-toggle span {
    height: 2px;
	}
	.open #nav-toggle span:nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
    top: 9px;
	}
	.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
    opacity: 0;
	}
	.open #nav-toggle span:nth-child(3) {
    transform: translateY(-8px) rotate(45deg);
    top: 25px;
	}

  /* IE11 */
  _:-ms-lang(x)::-ms-backdrop, .head .inner {
    display: block;
  }
  _:-ms-lang(x)::-ms-backdrop, .head .siteID .logo_h {
    padding-top: 6px;
  }
}
@media all and (max-width:1023px) {
}
@media all and (max-width:370px) {
}


/* フッター
***************************************************************/
.foot {
  padding-bottom: 70px;
}
.foot .inner {
  padding: 0 5%;
}
.foot .telWrap {
  padding-top: 35px;
  text-align: center;
}
.foot .telWrap .p1 {
  font-size: 10px;
}
.foot .telWrap .p2 {
  font-size: 25px;
  font-weight: 700;
}
.foot .telWrap .p3 {
  font-size: 10px;
}
.foot .logoWrap {
  padding-top: 30px;
  text-align: center;
}
@media all and (min-width: 1025px) {
  .foot {
    padding-top: 20px;
    padding-bottom: 40px;
    border-top: 1px solid #4d4d4d;
  }
  .foot .inner {
    padding: 0 12px;
    width: 1024px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .foot .telWrap {
    padding-top: 0;
    order: 2;
  }
  .foot .telWrap .p1 {
    font-size: 12px;
  }
  .foot .telWrap .p2 {
    font-size: 33px;
  }
  .foot .telWrap .p3 {
    font-size: 12px;
  }
  .foot .logoWrap {
    padding-top: 0;
    orphans: 1;
    width: 335px;
  }
}
@media all and (max-width:1024px) {
}
@media all and (max-width:1023px) {
}
@media all and (max-width:370px) {
}


/* メインコンテンツ
***************************************************************/
.wrapper {
  padding-top: 50px;
}
@media all and (min-width: 1025px) {
  .wrapper {
    padding-top: 80px;
  }
}


@media all and (min-width:1024px) and (max-width:1024px){
  /* タブレット対応
  ***************************************************************/
  .mv .mvBg .mvTitle{
    padding-left: 25px;
  }
  .logoWrap{
    width:50%;
    margin-left:auto;
    margin-right:auto;
  }
}

@media all and (max-width:1024px) {
}
@media all and (max-width:1023px) {
}
@media all and (max-width:370px) {
}
