@charset "UTF-8";
@media (min-width: 769px) {
  .pc_show {
    display: block;
  }
}

@media (max-width: 768px) {
  .pc_show {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp_show {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .sp_show {
    display: block;
  }
}

body {
  margin: 0;
  padding: 0;
}

h1 {
  text-align: center;
  font-family: serif;
}

@media (min-width: 769px) {
  h1 {
    font-size: 5vw;
  }
}

h2 {
  text-align: center;
  font-family: serif;
  font-weight: 500;
}

ul {
  padding: 0;
}

li {
  list-style: none;
  font-family: serif;
}

img {
  width: 100%;
}

a {
  cursor: pointer;
  text-decoration: none;
}

div {
  color: #000;
  font-family: serif;
}

@media (max-width: 768px) {
  div {
    font-size: 10px;
  }
}

p {
  color: #000;
  font-family: serif;
}

@media (max-width: 768px) {
  p {
    font-size: 10px;
    text-align: center;
  }
}

.addjustHight {
  height: 20px;
}

.Company_top_Btn:hover {
  opacity: 0.9;
}

.recruitBtn:hover {
  opacity: 0.9;
}

.container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

@media (min-width: 769px) {
  .container {
    padding-bottom: initial;
  }
}

header {
  height: 100px;
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header a {
  color: #ffffff;
  text-decoration: none;
  line-height: 100px;
  padding: 0 18.5px;
  font-size: 1.3vw;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}

header a img {
  width: 15vw;
}

header .hoverText:before {
  content: "";
  /*疑似要素の中身は空（記述は必須）*/
  position: absolute;
  /*子要素として疑似要素を固定*/
  left: 0;
  /*長さはテキストの両端まで*/
  right: 0;
  /*長さはテキストの両端まで*/
  bottom: -5px;
  /*線の上下位置*/
  width: 100%;
  /*線の長さ*/
  height: 2px;
  /*線の太さ*/
  background-color: #fff;
  /*線の色*/
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  /*横方向に0状態から全体まで線を入れる*/
  -webkit-transform-origin: center;
          transform-origin: center;
  /*中央を起点にアニメーション*/
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  /*アニメーションの時間*/
}

header .hoverText:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  /*ホバー時に等倍へ拡大*/
}

header .logo {
  font-size: 25px;
}

@media (min-width: 769px) {
  header .logo {
    width: 12%;
  }
}

header .logo a {
  display: block;
}

@media (min-width: 769px) {
  header .logo a img {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
  }
}

@media (max-width: 480px) {
  header .logo a img {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
  }
}

header nav {
  margin: 0 0 0 auto;
}

header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

header .sm {
  display: none;
}

.keyVisualWrap {
  position: relative;
}

.keyVisualWrap video {
  width: 100%;
}

.keyVisualWrap h1 {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
}

.slider {
  padding: 0;
  margin-top: 0;
}

.slider img {
  width: 100%;
}

.service_Wrap a {
  text-decoration: none;
}

.recruitWrap {
  position: relative;
}

@media (max-width: 768px) {
  .recruitWrap {
    display: initial !important;
  }
}

.contactBg img {
  width: initial;
}

footer {
  width: 100%;
}

@media (max-width: 768px) {
  footer {
    position: initial;
  }
}

footer .footerContent {
  background-color: #000;
}

@media (max-width: 768px) {
  footer .footerContent {
    background-size: 180%;
    display: inherit !important;
  }
}

@media (max-width: 768px) {
  footer .footerContent li li {
    color: #fff;
    text-align: left;
  }
  footer .footerContent li p {
    color: #fff;
  }
  footer .footerContent li a {
    color: #fff;
  }
  footer .footerContent li a span {
    vertical-align: 2px;
  }
}

footer div {
  text-align: center;
  color: #fff;
  font-weight: bold;
}

footer .footerTitleText {
  text-align: left;
}

@media (max-width: 480px) {
  footer .footerTitleText {
    font-size: 10px;
  }
}

.footer,
.push {
  height: 50px;
}

p {
  font-size: 1.3vw;
}

h1 {
  font-size: 3.5vw;
}

@media (min-width: 769px) {
  .marginTopAddjust {
    margin-top: 150px;
  }
}

@media (max-width: 768px) {
  .marginTopAddjust {
    margin-top: 30px;
  }
}

.effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  /* フェードインで動く高さを指定 */
  -webkit-transition: all 2000ms;
  transition: all 2000ms;
  /* フェードインにかかる時間を指定 */
}

@media (max-width: 768px) {
  .effect-fade {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
    /* フェードインで動く高さを指定 */
    -webkit-transition: all 2000ms;
    transition: all 2000ms;
    /* フェードインにかかる時間を指定 */
  }
}

.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media (max-width: 768px) {
  .effect-scroll {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.main {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .main {
    width: 90%;
    margin: 0 auto;
  }
}

.topBanner {
  position: relative;
}

.topBanner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
}

.effect-fade_top {
  opacity: 0;
  -webkit-transform: translate(0, 45px);
          transform: translate(0, 45px);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.toppage_title {
  position: absolute;
  bottom: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 4vw;
  font-family: serif;
  width: 100%;
  line-height: 50px;
}

@media (max-width: 768px) {
  .toppage_title {
    position: absolute;
    bottom: 27%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 7vw;
    font-family: serif;
    width: 100%;
    line-height: 20px;
  }
}

.toppage_title span {
  font-size: 2.5vw;
}

@media (max-width: 768px) {
  .toppage_title span {
    font-size: 4vw;
  }
}

.toppage_title_1 {
  position: absolute;
  bottom: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 4vw;
  font-family: serif;
  width: 100%;
  line-height: 50px;
  text-shadow: 0 0 12px #000;
}

@media (max-width: 768px) {
  .toppage_title_1 {
    position: absolute;
    bottom: 17%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 7vw;
    font-family: serif;
    width: 100%;
    line-height: 72%;
  }
}

.toppage_title_1 span {
  font-size: 2.5vw;
}

@media (max-width: 768px) {
  .toppage_title_1 span {
    font-size: 7vw;
    margin-left: 5.5px;
  }
}

.topbanner_title {
  position: absolute;
  bottom: 15%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 4vw;
  font-family: serif;
  width: 100%;
  line-height: 50px;
}

@media (max-width: 768px) {
  .topbanner_title {
    position: absolute;
    bottom: -3%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 7vw;
    font-family: serif;
    width: 100%;
    line-height: 40px;
  }
}

.topbanner_title span {
  font-size: 2.5vw;
}

@media (max-width: 768px) {
  .topbanner_title span {
    font-size: 4vw;
  }
}

.section {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .section {
    margin-top: 30px;
  }
}

.section_title span {
  display: block;
  width: 130px;
  margin: 0 auto;
  padding: 5px 0 0 0;
  color: #333333;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
  border-top: 3px solid #000;
}

@media (max-width: 768px) {
  .section_title span {
    display: block;
    width: 60px;
    margin: 0 auto;
    padding: 5px 0 0 0;
    color: #333333;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    border-top: 1px solid #000;
  }
}

.slider {
  padding: 0;
  margin: 0;
}

.slider .slick-slide img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 700px;
}

.blog_wrap {
  border: 1px solid #2898b2;
  padding: 20px;
}

.blog_wrap ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 769px) {
  .blog_wrap ul {
    width: calc(100% / 3);
  }
}

.blog_wrap ul .blogBlock {
  margin: 10px;
}

.blog_wrap ul .blogBlock .blogBlock-child {
  background-color: #d1d3d4;
  border-radius: 10px;
}

.blog_wrap ul .blogBlock .blogBlock-child .blogimg {
  padding: 10px;
}

.blog_wrap ul .blogBlock .blogBlock-child .blog_date {
  text-align: center;
}

.blog_wrap ul .blogBlock .blogBlock-child .blog_title {
  text-align: center;
}

.blog_wrap ul .blogBlock .blogBlock-child .blog_title:hover {
  text-decoration: underline;
}

.blog_wrap_sp {
  border: 1px solid #2898b2;
  padding: 20px;
}

.blog_wrap_sp .item_sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog_wrap_sp .item_sp .blog_date_sp {
  background-color: #000;
  color: white;
  margin-right: 10px;
}

@media (min-width: 769px) {
  .service_Wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 769px) {
  .service_Wrap .service_block {
    width: 50%;
  }
}

.service_Wrap .service_block .top_service_img1 {
  background: url("img/top/website-g46cfaac92_1280.png");
}

.service_Wrap .service_block .top_service_img2 {
  background: url("img/top/shutterstock_740232076.jpg");
}

.service_Wrap .service_block .top_service_img3 {
  background: url("img/top/shutterstock_631901000.jpg");
}

.service_Wrap .service_block .top_service_img4 {
  background: url("img/top/shutterstock_2051890235.jpg");
}

.service_Wrap .service_block .service_block_child {
  margin: 20px;
  background-size: cover;
  height: 450px;
  position: relative;
}

@media (max-width: 768px) {
  .service_Wrap .service_block .service_block_child {
    margin: 20px;
    background-size: cover;
    height: 200px;
    position: relative;
  }
}

.service_Wrap .service_block .service_block_child a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.service_Wrap .service_block .service_block_child h2 {
  font-size: 2.5vw;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 2px 3px #808080;
}

.service_Wrap .service_block:hover {
  -webkit-filter: sepia(100%);
          filter: sepia(100%);
}

@media (min-width: 480px) {
  .archive-blog-wrap {
    width: 70%;
    margin: 0 auto;
  }
}

.archive-blog-wrap .blog_archiveUl {
  padding: 0;
}

@media (min-width: 480px) {
  .archive-blog-wrap .blog_archiveUl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 480px) {
  .archive-blog-wrap .blog_archiveUl .blog_archive_block {
    width: 50%;
  }
}

.archive-blog-wrap .blog_archiveUl .blog_archive_block .blog_archive_blockChild {
  text-align: center;
  margin: 20px;
}

.archive-blog-wrap .blog_archiveUl .blog_archive_block .blog_archive_blockChild img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.company_top_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .company_top_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.company_top_block {
  width: 20%;
}

@media (max-width: 768px) {
  .company_top_block {
    width: 50%;
    text-align: center;
  }
}

.company_img {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .company_img {
    margin-bottom: 15px;
    text-align: center;
  }
  .company_img img {
    width: 50%;
  }
}

.top_company_btnWrap {
  text-align: center;
}

@media (max-width: 768px) {
  .top_company_btnWrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.top_company_btn {
  width: 80%;
  height: 50px;
  background-color: black;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .top_company_btn {
    width: 80%;
    height: 30px;
    background-color: black;
    border-radius: 5px;
  }
}

.top_company_btn a {
  color: white;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 50px;
}

@media (max-width: 768px) {
  .top_company_btn a {
    color: white;
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: block;
    line-height: 30px;
  }
}

.top_company_btn:hover {
  opacity: 0.9;
}

.recruitWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contaner {
  width: 50%;
}

@media (max-width: 768px) {
  .contaner {
    width: 100%;
  }
}

.inner {
  margin-top: 150px;
}

@media (max-width: 480px) {
  .inner {
    margin-top: 70px;
  }
}

.inner p {
  color: #fff;
  font-weight: bold;
  font-size: 3vw;
  margin: 0;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .inner p {
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    margin: 0;
    margin-bottom: 30px;
  }
}

.inner div {
  width: 15vw;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .inner div {
    width: 200px;
    margin: 0 auto;
  }
}

.inner div a .entory {
  border: 3px solid #fff;
  color: #fff;
  font-size: 3vw;
}

@media (max-width: 768px) {
  .inner div a .entory {
    color: #fff;
    font-size: 5vw;
    border: 3px solid #fff;
    font-weight: bold;
  }
}

.inner div .entory:hover {
  background-color: #fff;
  color: #000;
  text-shadow: none;
  -webkit-transition: 1.0s;
  transition: 1.0s;
}

@media (max-width: 768px) {
  .inner div .entory:hover {
    background-color: #fff;
    color: #000;
    text-shadow: none;
    -webkit-transition: 1.0s;
    transition: 1.0s;
  }
}

.banner_1 {
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 500px;
  text-shadow: 0 0 12px #000;
  padding: 15px 0 10px 0;
}

@media (max-width: 768px) {
  .banner_1 {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: 64vw;
    text-shadow: 0 0 12px #000;
    padding: 15px 0 10px 0;
  }
}

.banner_1:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(img/top/shutterstock_1190042071.jpg) no-repeat center center;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media (max-width: 768px) {
  .banner_1:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(img/top/shutterstock_1190042071.jpg) no-repeat center center;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
}

.banner_2 {
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 500px;
  text-shadow: 0 0 12px #000;
  padding: 15px 0 10px 0;
}

@media (max-width: 768px) {
  .banner_2 {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: 64vw;
    text-shadow: 0 0 12px #000;
    padding: 15px 0 10px 0;
  }
}

.banner_2:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(img/top/shutterstock_1925395205.jpg) no-repeat center center;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media (max-width: 768px) {
  .banner_2:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(img/top/shutterstock_1925395205.jpg) no-repeat center center;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
}

.banner_1:hover:after {
  opacity: .8;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.banner_1 .inner {
  z-index: 1;
  position: relative;
}

.banner_2:hover:after {
  opacity: .8;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.banner_2 .inner {
  z-index: 1;
  position: relative;
}

.contactBg {
  background-color: #dcdcdc;
  margin: 0 auto;
  width: 80%;
}

.contactBg .contactWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}

@media (max-width: 768px) {
  .contactBg .contactWrap {
    text-align: center;
  }
}

.contactBg .contactWrap p {
  margin: 0;
  font-size: 1vw;
  text-align: center;
}

@media (max-width: 768px) {
  .contactBg .contactWrap .contactBlockSP {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contactBg .contactWrap .contactBox {
  width: 30%;
}

.contactBg .contactWrap .contactBox h3 {
  font-size: 4vw;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 768px) {
  .contactBg .contactWrap .contactBox h3 {
    font-size: 8vw;
  }
}

.contactBg .contactWrap .contactBlockWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #333;
  width: 70%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contactBg .contactWrap .contactBlockWrap .contactBlock {
  padding: 10px;
}

.contactBg .contactWrap .contactBlockWrap .contactBlock h4 {
  font-size: 2vw;
  margin: 0;
}

.contactBg .contactWrap .contactBlockWrap .img {
  width: 20%;
}

@media (max-width: 768px) {
  .contactBg .contactWrap .contactBlockWrap .img {
    width: 50%;
  }
}

.contactBg .contactWrap .contactBlockWrap .img p {
  text-align: center;
}

.contactBg .contactWrap .contactBlockWrap .phone {
  width: 40%;
}

.contactBg .contactWrap .contactBlockWrap .contactBtn {
  width: 40%;
}

.contactBg .contactWrap .contactBlockWrap .contactBtn img {
  width: 14vw;
}

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.copyright .copyrightText {
  color: #000;
}

.copyright .appendix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.copyright .appendix .plivacypolicy {
  margin-right: 20px;
}

.copyright .appendix div {
  color: #000;
}

@media (max-width: 768px) {
  .copyright div {
    color: #000;
  }
  .copyright img {
    width: initial;
  }
}

@media (max-width: 480px) {
  .copyright {
    margin: 0 auto;
    width: 50%;
  }
}

.footerContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  height: 400px;
  background-size: contain;
}

.footerContent li {
  color: #fff;
  text-align: justify;
}

.footerContent p {
  color: #fff;
}

.footerContent a {
  color: #fff;
}

.footerContent a span {
  vertical-align: 3px;
}

.footerContent .footerLogo {
  width: 40%;
}

@media (max-width: 768px) {
  .footerContent .footerLogo {
    width: 70%;
    margin: 0 auto;
  }
}

.footerContent .footerLogo div {
  margin-top: 50px;
}

.footerContent .footerLogo div img {
  width: 50%;
}

@media (max-width: 768px) {
  .footerContent .footerLogo div img {
    margin: 0 auto;
    width: 58%;
  }
}

.footerContent .footerWrap {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .footerContent .footerWrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    width: 100%;
  }
}

.footerContent .footerWrap .footerContentBlock {
  width: 25%;
}

@media (max-width: 768px) {
  .footerContent .footerWrap .footerContentBlock {
    width: 50%;
    margin: 0 auto;
  }
}

.footerContent .footerWrap .footerContentBlock .footerText {
  margin-top: 20px;
}

@media (min-width: 769px) {
  .footerContent .footerWrap .footerContentBlock .footerText {
    font-size: 1.3vw;
  }
}

@media (max-width: 768px) {
  .footerContent .footerWrap .footerContentBlock .footerText {
    margin-top: 7px;
  }
}

@media (max-width: 768px) {
  .footerContent .footerWrap .footerContentBlock .footerMarginaddjust {
    margin-left: 20px;
  }
}

.footerContent .footerWrap .sitemap {
  text-align: justify;
}

@media (max-width: 768px) {
  .top_service_btn {
    display: block;
    margin: 0 auto;
    background-color: #000;
    width: 150px;
    height: 30px;
    border-radius: 5px;
  }
  .top_service_btn a {
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  header {
    height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: initial;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) and (min-width: 480px) {
  header {
    height: 80px;
  }
}

@media screen and (max-width: 768px) {
  header a {
    line-height: 40px;
    display: block;
    text-align: left;
    padding: initial;
  }
  .logo {
    margin-top: 10px;
    width: 30%;
  }
}

@media screen and (max-width: 768px) and (min-width: 480px) {
  .logo {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .logo img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) and (min-width: 480px) {
  .logo img {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  #hamburger {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 auto;
    height: 60px;
    width: 60px;
  }
  header .btn-gnavi.hb-open span:nth-child(1) {
    top: 24px;
    width: 24px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  header .btn-gnavi.hb-open span:nth-child(2) {
    opacity: 0;
  }
  header .btn-gnavi.hb-open span:nth-child(3) {
    top: 10px;
    width: 24px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .icon span {
    position: absolute;
    left: 10px;
    width: 27px;
    height: 2px;
    background-color: white;
    border-radius: 8px;
    -webkit-transition: ease 0.75s;
    transition: ease 0.75s;
  }
  .icon span:nth-of-type(1) {
    top: 18px;
  }
  .icon span:nth-of-type(2) {
    top: 26px;
  }
  .icon span:nth-of-type(3) {
    bottom: 24px;
  }
  .close span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 26px;
  }
  .close span:nth-of-type(2) {
    opacity: 0;
  }
  .close span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 28px;
  }
  .sm {
    width: 100%;
    top: 40px;
    left: 0px;
    position: absolute;
    z-index: 10;
    width: 100%;
    background-color: rgba(34, 49, 52, 0.9);
  }
  .sm ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sm a {
    color: #000;
    text-align: center;
    border-top: solid 0.5px rgba(255, 255, 255, 0.6);
  }
  #sm.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /* right0まで-250px移動 */
  }
  .menu-background {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    opacity: 0;
    /* 透明度を0にすることで隠す */
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    /* 透明度の0→1になる速度 */
  }
  header nav {
    position: fixed;
    width: 300px;
    top: 0;
    right: -300px;
    background-color: #fff;
    height: 100%;
    opacity: 0.9;
  }
  header nav ul {
    display: initial;
  }
  header nav ul li {
    width: 100%;
    border-bottom: 1px solid #949494;
  }
  header nav ul li a {
    color: black;
    padding-left: 20px;
    font-size: 10px;
  }
  header .btn-gnavi {
    position: relative;
    right: 10px;
    width: 15%;
    height: 24px;
    z-index: 3;
    cursor: pointer;
    transition: all 400ms;
    -webkit-transition: all 400ms;
  }
}

@media screen and (max-width: 768px) and (min-width: 480px) {
  header .btn-gnavi {
    margin-top: 0px;
  }
}

@media screen and (max-width: 768px) {
  header .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
  header .btn-gnavi span:nth-child(1) {
    top: 3px;
  }
  header .btn-gnavi span:nth-child(2) {
    top: 13px;
  }
  header .btn-gnavi span:nth-child(3) {
    top: 23px;
  }
  header .btn-gnavi.hb-open {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  header .btn-gnavi.hb-open span {
    background: #949494;
  }
  header .btn-gnavi.hb-open span:nth-child(1) {
    left: 0px;
    top: 14px;
    width: 21px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  header .btn-gnavi.hb-open span:nth-child(2) {
    opacity: 0;
  }
  header .btn-gnavi.hb-open span:nth-child(3) {
    left: 0px;
    top: 14px;
    width: 21px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #global-navi p {
    font-size: 20px;
  }
}

@media (max-width: 767px) and (min-width: 500px) {
  .footerContent {
    background-size: 120% !important;
  }
}
/*# sourceMappingURL=style.css.map */