@charset "UTF-8";
/*------------------------
	Font
------------------------*/
/*==============================================
	Reset
==============================================*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 10px;
}

body, div, pre, p, blockquote,
form, fieldset, input, textarea, select, option,
h1, h2, h3, h4, h5, h6,
dl, dt, dd,
ul, ol, li,
table, th, td,
embed, object,
figure {
  margin: 0;
  padding: 0;
  text-align: justify;
  -webkit-text-size-adjust: 100%;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

table, th, td,
img {
  border: 0;
}

img, input {
  vertical-align: top;
}

video,
img {
  max-width: 100%;
}

li {
  list-style: none;
}

a {
  outline: 0;
}

em {
  font-style: normal;
}

header, footer, nav, main,
article, section, aside, iframe,
figure, figucaption, picture,
small {
  display: block;
}

input[type=button], input[type=submit] {
  background: none;
  border: none;
  -webkit-appearance: none;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: middle;
}

/*------------------------
	Font
------------------------*/
body {
  opacity: 0;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

#contents {
  width: 100%;
  overflow: hidden;
}

body,
input, textarea, select, option,
a {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #333;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.2);
}

::selection {
  background: rgba(0, 0, 0, 0.2);
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.2);
}

a.linkarea {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  font-size: 0;
  text-indent: -9999px;
  overflow: visible;
  z-index: 999;
}

a.blank::after {
  content: "\f35d";
  margin-left: 0.5em;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  font-weight: 900;
  color: #999;
}

.snslist li {
  line-height: 1;
}
.snslist li a {
  position: relative;
  display: block;
  line-height: 1;
  font-size: 0;
}
.snslist li a::before {
  font-family: "Font Awesome 5 Brands";
  line-height: 1;
  font-weight: 400;
}
.snslist li.fb a::before {
  content: "\f39e";
}
.snslist li.tw a::before {
  content: "\f099";
}

#siteheader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.slick-disabled {
  opacity: 0;
}

.slidepager {
  text-align: center;
}
.slidepager li {
  display: inline-block;
  margin: 0 5px;
  line-height: 1;
}
.slidepager li button {
  width: 7px;
  height: 7px;
  padding: 0;
  background: #eee;
  border: none;
  border-radius: 50%;
  text-indent: -9999px;
  font-size: 0;
}
.slidepager li.slick-active button {
  background: #ccc;
}

@-webkit-keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-anime-posxy {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotate-anime-posxy {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media (min-width: 835px) {
  /*------------------------
  	Font
  ------------------------*/
  body.simpleheader {
    padding-top: 100px;
  }
  #siteheader,
#contents,
#sitefooter {
    min-width: 1100px;
  }
  body:not(#index) #contents {
    margin-top: 70px;
    position: relative;
  }
  body:not(#index) #contents::before {
    content: "";
    display: block;
    width: 15%;
    background: url(../img/bg_dot_gray.png) right top/24px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  body#index #contents {
    margin-top: 90px;
  }
  main {
    padding-bottom: 200px;
  }
  body, div, pre, p, blockquote,
form, fieldset, input, textarea, select, option,
h1, h2, h3, h4, h5, h6,
dl, dt, dd,
ul, ol, li,
table, th, td,
embed, object,
figure,
small {
    font-size: 1.6rem;
  }
  pre, p, blockquote, textarea, select, option,
h1, h2, h3, h4, h5, h6,
dt, dd, li,
th, td {
    line-height: 2;
  }
  a,
.linkarea_parent {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  a:hover,
.linkarea_parent:hover {
    opacity: 0.6;
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
  }
  .sponly {
    display: none;
  }
  .snslist {
    overflow: hidden;
  }
  .snslist li {
    line-height: 1;
  }
  .snslist li a {
    position: relative;
    display: block;
    width: 2rem;
    height: 2rem;
  }
  .snslist li a::before {
    display: block;
    font-size: 2rem;
    position: absolute;
    left: 50%;
    top: 55%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #siteheader {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 3%;
    background: rgba(255, 255, 255, 0.9);
  }
  body:not(#index) #siteheader {
    height: 70px;
  }
  body#index #siteheader {
    height: 90px;
  }
  #siteheader h1,
#siteheader .logo {
    margin-left: 0;
    margin-right: auto;
  }
  body:not(#index) #siteheader h1,
body:not(#index) #siteheader .logo {
    width: 170px;
  }
  body#index #siteheader h1,
body#index #siteheader .logo {
    width: 200px;
  }
  #siteheader #gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #siteheader #gnav .gnavlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #siteheader #gnav .gnavlist > li {
    height: 70px;
    line-height: 50px;
  }
  #siteheader #gnav .gnavlist > li:not(:first-of-type) {
    margin-left: 10px;
  }
  #siteheader #gnav .gnavlist > li > a, #siteheader #gnav .gnavlist > li > span {
    display: inline-block;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    padding: 10px;
    font-size: 1.4rem;
    font-weight: 500;
  }
  #siteheader #gnav .gnavlist > li > a:hover, #siteheader #gnav .gnavlist > li > span:hover {
    opacity: 1;
    color: #FA9F39;
  }
  #siteheader #gnav .gnavlist > li > span:hover {
    cursor: pointer;
  }
  #siteheader #gnav .gnavlist > li.hassub {
    position: relative;
  }
  #siteheader #gnav .gnavlist > li.hassub .sublist {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background: #FA9F39;
  }
  #siteheader #gnav .gnavlist > li.hassub .sublist li a {
    display: block;
    background: #FA9F39;
    padding: 10px 20px;
    white-space: nowrap;
    line-height: 1;
    color: #fff;
  }
  #siteheader #gnav .gnavlist > li.hassub .sublist li:first-of-type a {
    padding-top: 20px;
  }
  #siteheader #gnav .gnavlist > li.hassub .sublist li:last-of-type a {
    padding-bottom: 20px;
  }
  #siteheader #gnav .snslist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 40px;
    margin-left: 60px;
  }
  #siteheader #gnav .snslist li:not(:first-of-type) {
    margin-left: 30px;
  }
  #siteheader #gnav .snslist li a {
    color: #999;
  }
  #siteheader #gnav .snslist li a::before {
    font-size: 2rem;
  }
  #siteheader #gnav .close {
    display: none;
  }
  #siteheader > .contact {
    width: 215px;
    background: #F08244;
  }
  #siteheader > .contact a {
    display: block;
    height: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
  }
  #siteheader > .contact a span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
  }
  #siteheader > .contact a span::before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    background: url(../img/icon_mail.png) center center/contain no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body:not(#index) #siteheader > .contact a {
    line-height: 70px;
  }
  body#index #siteheader > .contact a {
    line-height: 90px;
  }
  #siteheader .menu {
    display: none;
  }
  #sitefooter {
    padding-bottom: 60px;
  }
  #sitefooter > .snslist {
    display: none;
  }
  #sitefooter .contactnav {
    background: #F8F7F2;
    position: relative;
    padding: 60px 0 80px;
  }
  #sitefooter .contactnav::before {
    content: "";
    display: block;
    width: 93%;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 50px;
    background: url(../img/bg_dot_white.png) left top/24px;
  }
  #sitefooter .contactnav h6 {
    width: 90%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 5.6rem;
  }
  #sitefooter .contactnav .note,
#sitefooter .contactnav .contactlist {
    position: relative;
    z-index: 2;
  }
  #sitefooter .contactnav .note {
    text-align: center;
    font-size: 1.6rem;
  }
  #sitefooter .contactnav .contactlist {
    width: 95%;
    max-width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 60px auto 0;
  }
  #sitefooter .contactnav .contactlist li {
    width: 48%;
    height: 115px;
    position: relative;
    border-radius: 6px;
    background: #F08244;
    text-align: center;
  }
  #sitefooter .contactnav .contactlist li span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-left: 20px;
    line-height: 1;
    color: #fff;
  }
  #sitefooter .contactnav .contactlist li span em {
    display: block;
    white-space: nowrap;
  }
  #sitefooter .contactnav .contactlist li.contact a {
    display: block;
    height: 100%;
  }
  #sitefooter .contactnav .contactlist li.contact a span::before {
    display: block;
    content: "";
    width: 32px;
    height: 32px;
    background: url("../img/icon_mail.png") center center/contain no-repeat;
    position: absolute;
    left: -32px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #sitefooter .contactnav .contactlist li.contact a span em {
    margin-bottom: 12px;
    font-size: 2rem;
  }
  #sitefooter .contactnav .contactlist li.tel {
    line-height: 1;
  }
  #sitefooter .contactnav .contactlist li.tel span::before {
    display: block;
    content: "";
    width: 34px;
    height: 34px;
    background: url("../img/icon_tel.png") center center/contain no-repeat;
    position: absolute;
    left: -34px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #sitefooter .contactnav .contactlist li.tel span em {
    margin-bottom: 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 2.4rem;
  }
  #sitefooter .footnav {
    width: 95%;
    max-width: 1100px;
    margin: 80px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sitefooter .footnav .info .infolist dt {
    max-width: 210px;
  }
  #sitefooter .footnav .info .infolist dd {
    margin-top: 30px;
    font-size: 1.5rem;
  }
  #sitefooter .footnav .info .snslist {
    margin-top: 30px;
  }
  #sitefooter .footnav .info .snslist li {
    display: inline-block;
  }
  #sitefooter .footnav .info .snslist li:not(:last-of-type) {
    margin-right: 20px;
  }
  #sitefooter .footnav .info .snslist li a {
    color: #999;
  }
  #sitefooter .footnav .footnavlist li {
    font-size: 1.5rem;
  }
  #sitefooter .footnav .footnavlist li .sublist {
    padding: 0.5em 0;
  }
  #sitefooter .footnav .footnavlist li .sublist li {
    margin-left: 0.5em;
  }
  #sitefooter .footnav .footnavlist li .sublist li a::before {
    content: "-";
    margin-right: 0.5em;
  }
  #sitefooter .footnav .footnavlist > li:not(:first-of-type):not(:nth-of-type(4)) {
    margin-top: 0.5em;
  }
  #sitefooter .footnav .privacy {
    max-width: 90px;
  }
  small {
    border-top: 1px solid #ddd;
    padding: 22px 3%;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 1.4rem;
    line-height: 1;
  }
  small,
small a {
    color: #999;
  }
  #pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 999;
  }
  #pagetop a {
    width: 40px;
    height: 40px;
    display: block;
    background: rgba(240, 130, 68, 0.9);
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    text-indent: -9999px;
    font-size: 0;
    color: #666;
  }
  #pagetop a::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    position: absolute;
    left: 50%;
    top: 55%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  #pageheader.basic picture {
    width: calc(100% - 215px);
  }
  #pageheader.basic h1 {
    margin-top: 100px;
    text-align: center;
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1;
    color: #111;
  }
  #pageheader.basic h1 em {
    display: block;
    margin-bottom: 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 2.4rem;
    font-weight: normal;
    color: #F08244;
  }
  #pageheader.basic .note {
    max-width: 800px;
    margin: 50px auto 0;
  }
  #pageheader.basic .note p {
    line-height: 2.3;
  }
  #pageheader.basic .note p:not(:last-of-type) {
    margin-bottom: 1em;
  }
  #pageheader.simple h1,
#pageheader.simple .pagetitle {
    text-align: center;
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1;
    color: #111;
  }
  #pageheader.simple h1 em,
#pageheader.simple .pagetitle em {
    display: block;
    margin-bottom: 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 2.4rem;
    font-weight: normal;
    color: #F08244;
  }
  #pageheader.service {
    position: relative;
  }
  #pageheader.service picture {
    width: 70%;
  }
  #pageheader.service h1 {
    width: 38%;
    min-width: 350px;
    position: absolute;
    right: 0;
    top: 43%;
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #111;
  }
  #pageheader.service h1 em {
    display: block;
    margin-bottom: 30px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 2.4rem;
  }
  #pageheader.service h1::before {
    content: "";
    display: block;
    width: 140px;
    height: 60px;
    margin-bottom: 20px;
    background-size: 24px;
    background-position: left top;
  }
}
@media (max-width: 834px) {
  /*------------------------
  	Font
  ------------------------*/
  body.simpleheader {
    padding-top: 30px;
  }
  body.open {
    height: 100vh !important;
    overflow: hidden;
  }
  #contents {
    margin-top: 70px;
  }
  body:not(#index) #contents {
    position: relative;
  }
  body:not(#index) #contents::before {
    content: "";
    display: block;
    width: 17%;
    background: url(../img/bg_dot_gray.png) right top/18px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  main {
    padding-bottom: 100px;
  }
  body, div, pre, p, blockquote,
form, fieldset, input, textarea, select, option,
h1, h2, h3, h4, h5, h6,
dl, dt, dd,
ul, ol, li,
table, th, td,
embed, object,
figure,
small {
    font-size: 1.4rem;
  }
  pre, p, blockquote, textarea, select, option,
h1, h2, h3, h4, h5, h6,
dt, dd, li,
th, td {
    line-height: 2;
  }
  .pconly {
    display: none;
  }
  .snslist {
    overflow: hidden;
  }
  .snslist li {
    line-height: 1;
  }
  .snslist li a {
    position: relative;
    display: block;
    width: 2rem;
    height: 2rem;
  }
  .snslist li a::before {
    display: block;
    font-size: 2rem;
    position: absolute;
    left: 50%;
    top: 55%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #siteheader {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 999;
    background: rgba(255, 255, 255, 0.9);
    padding-left: 5%;
  }
  #siteheader h1, #siteheader .logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 150px;
    margin-left: 0;
    margin-right: auto;
  }
  #siteheader .menu {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 60px;
    height: 70px;
    position: relative;
    background: #F08244;
  }
  #siteheader .menu::before, #siteheader .menu::after {
    content: "";
    display: block;
    width: 25px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 1px solid #fff;
  }
  #siteheader .menu::before {
    top: 26px;
  }
  #siteheader .menu::after {
    bottom: 26px;
  }
  #siteheader .menu span {
    display: block;
    width: 25px;
    border-top: 1px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0;
    text-indent: -9999px;
  }
  #siteheader > .contact {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #siteheader > .contact a {
    display: block;
    width: 70px;
    height: 70px;
    position: relative;
  }
  #siteheader > .contact a::before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    background: url(../img/icon_mail_orange.png) center center/contain no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #siteheader > .contact a span {
    display: none;
  }
  #siteheader #gnav {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow-y: scroll;
    padding: 50px 15% 30px;
    background: rgba(250, 159, 57, 0.9);
  }
  #siteheader #gnav .gnavlist li {
    margin-bottom: 5px;
  }
  #siteheader #gnav .gnavlist li a, #siteheader #gnav .gnavlist li > span {
    display: block;
    padding: 10px 0;
    font-size: 1.6rem;
    line-height: 1;
    color: #fff;
  }
  #siteheader #gnav .gnavlist li .sublist {
    padding-top: 5px;
  }
  #siteheader #gnav .gnavlist li .sublist li {
    margin-left: 0.5em;
  }
  #siteheader #gnav .gnavlist li .sublist li a::before {
    content: "-";
    margin-right: 0.5em;
  }
  #siteheader #gnav .snslist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 50px;
  }
  #siteheader #gnav .snslist li:not(:last-of-type) {
    margin-right: 30px;
  }
  #siteheader #gnav .snslist li a {
    color: #fff;
  }
  #siteheader #gnav .snslist li a::before {
    font-size: 2rem;
  }
  #siteheader #gnav .close {
    width: 60px;
    height: 70px;
    position: absolute;
    right: 0;
    top: 0;
  }
  #siteheader #gnav .close::before, #siteheader #gnav .close::after {
    content: "";
    display: block;
    width: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-top: 2px solid #fff;
  }
  #siteheader #gnav .close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  #siteheader #gnav .close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  #siteheader #gnav .close span {
    display: none;
  }
  #sitefooter {
    padding-bottom: 50px;
    position: relative;
  }
  #sitefooter .contactnav {
    background: #F8F7F2;
    position: relative;
    padding: 50px 5% 60px;
  }
  #sitefooter .contactnav::before {
    content: "";
    display: block;
    width: 80%;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 65px;
    background: url(../img/bg_dot_white.png) left top/21px;
  }
  #sitefooter .contactnav h6 {
    width: 90%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 4.4rem;
  }
  #sitefooter .contactnav .note,
#sitefooter .contactnav .contactlist {
    position: relative;
    z-index: 2;
  }
  #sitefooter .contactnav .note {
    text-align: center;
  }
  #sitefooter .contactnav .contactlist {
    margin-top: 40px;
  }
  #sitefooter .contactnav .contactlist li {
    height: 100px;
    position: relative;
    border-radius: 6px;
    background: #F08244;
    text-align: center;
  }
  #sitefooter .contactnav .contactlist li:not(:last-of-type) {
    margin-bottom: 20px;
  }
  #sitefooter .contactnav .contactlist li span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-left: 20px;
    line-height: 1;
    color: #fff;
  }
  #sitefooter .contactnav .contactlist li span em {
    display: block;
    white-space: nowrap;
  }
  #sitefooter .contactnav .contactlist li.contact a {
    display: block;
    height: 100%;
  }
  #sitefooter .contactnav .contactlist li.contact a span::before {
    display: block;
    content: "";
    width: 32px;
    height: 32px;
    background: url("../img/icon_mail.png") center center/contain no-repeat;
    position: absolute;
    left: -32px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #sitefooter .contactnav .contactlist li.contact a span em {
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
  #sitefooter .contactnav .contactlist li.tel {
    line-height: 1;
  }
  #sitefooter .contactnav .contactlist li.tel span::before {
    display: block;
    content: "";
    width: 34px;
    height: 34px;
    background: url("../img/icon_tel.png") center center/contain no-repeat;
    position: absolute;
    left: -34px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #sitefooter .contactnav .contactlist li.tel span em {
    margin-bottom: 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 2rem;
  }
  #sitefooter .footnav {
    padding: 0 7%;
    margin-top: 60px;
  }
  #sitefooter .footnav .info .infolist dt {
    max-width: 180px;
  }
  #sitefooter .footnav .info .infolist dd {
    margin-top: 30px;
  }
  #sitefooter .footnav .info .snslist {
    display: none;
  }
  #sitefooter .footnav .footnavlist {
    display: none;
  }
  #sitefooter .footnav .footnavlist:first-of-type {
    margin-top: 40px;
  }
  #sitefooter .footnav .footnavlist:not(:last-of-type) {
    margin-bottom: 10px;
  }
  #sitefooter .footnav .footnavlist > li:not(:last-of-type) {
    margin-bottom: 0.5em;
  }
  #sitefooter .footnav .footnavlist > li .sublist {
    padding: 0.5em 0;
  }
  #sitefooter .footnav .footnavlist > li .sublist li {
    margin-left: 0.5em;
  }
  #sitefooter .footnav .footnavlist > li .sublist li:not(:last-of-type) {
    margin-bottom: 0.5em;
  }
  #sitefooter .footnav .footnavlist > li .sublist li a::before {
    content: "-";
    margin-right: 0.5em;
  }
  #sitefooter .footnav .privacy {
    display: none;
  }
  #sitefooter > .snslist {
    margin-top: 20px;
    text-align: center;
  }
  #sitefooter > .snslist li {
    display: inline-block;
    margin: 0 1em;
  }
  #sitefooter > .snslist li a {
    color: #999;
  }
  small {
    border-top: 1px solid #ddd;
    padding: 20px 5%;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  small,
small a {
    color: #999;
  }
  #pagetop {
    display: none;
  }
  #pageheader.basic h1 {
    margin-top: 60px;
    padding: 0 5%;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1;
    color: #111;
  }
  #pageheader.basic h1 em {
    display: block;
    margin-bottom: 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    font-weight: normal;
    color: #F08244;
  }
  #pageheader.basic .note {
    margin-top: 50px;
    padding: 0 7%;
  }
  #pageheader.basic .note p {
    line-height: 2.3;
  }
  #pageheader.basic .note p:not(:last-of-type) {
    margin-bottom: 1em;
  }
  #pageheader.simple h1,
#pageheader.simple .pagetitle {
    margin-top: 30px;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1;
    color: #111;
  }
  #pageheader.simple h1 em,
#pageheader.simple .pagetitle em {
    display: block;
    margin-bottom: 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    font-weight: normal;
    color: #F08244;
  }
  #pageheader.service {
    position: relative;
  }
  #pageheader.service h1 {
    position: relative;
    padding: 60px 5% 0;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #111;
  }
  #pageheader.service h1 em {
    display: block;
    margin-bottom: 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
  }
  #pageheader.service h1::before {
    content: "";
    display: block;
    width: 110px;
    height: 50px;
    background-size: 18px;
    background-position: left top;
    position: absolute;
    left: 7%;
    top: -20px;
  }
}