@charset "UTF-8";
/* =================================================
   Global layout
================================================= */
/* -----------------------------------------------
    variable
----------------------------------------------- */
/* -----------------------------------------------
    common
----------------------------------------------- */
html {
  min-width: 100%;
}

#container {
  color: #666;
  font-size: 1.4rem;
  text-align: left;
  width: 100%;
}

#container .sp img {
  display: block;
  width: 100%;
  height: auto;
}

#container .pc {
  display: none !important;
}

#container.fixed {
  padding: 0 0 0 0;
}

/* -------------------------------------
   header
------------------------------------- */
#header {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#header .inner {
  width: 100%;
  margin: 0;
}

#header .inner h1#title {
  display: block;
  padding: 0;
  position: relative;
  background-color: #ea6000;
}

#header .inner h1#title a,
#header .inner h1#title a:link {
  display: block;
  width: 34.6875%;
}

#header .inner h1#title a img,
#header .inner h1#title a:link img {
  display: block;
  width: 100%;
  height: auto;
}

#header .inner h1#title span {
  display: block;
}

#header .inner h1#title span.txt {
  display: none;
}

#header .inner h1#title #b_openmenu {
  display: block;
  width: 10.625%;
  position: absolute;
  z-index: 1;
  top: 24.44444%;
  right: 3.125%;
}

#header .inner h1#title #b_openmenu img {
  display: block;
  width: 100%;
  height: auto;
}

#header .inner h1#title #b_openmenu img.b_open {
  display: block;
}

#header .inner h1#title #b_openmenu img.b_close {
  display: none;
}

#header .inner.open h1#title #b_openmenu img.b_open {
  display: none;
}

#header .inner.open h1#title #b_openmenu img.b_close {
  display: block;
}

#container #header .inner {
  position: fixed;
  z-index: 100000;
  top: 0;
}

#container #header .inner.open {
  border-bottom: 1px solid #b3b3b3;
  box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.1);
}

#container.fixed #header .inner {
  z-index: 100000;
  top: 0;
  border-bottom: 1px solid #b3b3b3;
  box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.1);
}

/* -------------------------------
    nav
*/
#header #menu {
  display: none;
  padding: 0 0 0 0;
}

#header #menu .nav {
  /*display: block; */
  line-height: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  /* border-top: 1px solid #d9d9d9; */
  position: relative;
}

#header #menu .nav ul {
  display: block;
  list-style: none;
  /* padding: 0.5em 0 0 0; */
  padding: 0 0 0 0;
  overflow: hidden;
  background-color: #666666;
  background-color: rgba(102, 102, 102, 0.9);
}

#header #menu .nav ul li {
  display: block;
  width: 100%;
}

#header #menu .nav ul li a,
#header #menu .nav ul li a:link {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  /* font-family: Helvetica,Arial, sans-serif; */
  letter-spacing: 0.125em;
  text-decoration: none;
  padding: 1em 1em;
  background: url(../images/common/header/sp/arrow.png) right 1em center no-repeat;
  background-size: 4.6875% auto;
  border-top: 1px solid #cbcbcb;
}

#header #menu .nav ul li a img,
#header #menu .nav ul li a:link img {
  display: block;
  width: 40.66667%;
  height: auto;
}

#header #menu .nav ul li a:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

/* -------------------------------------
   article
------------------------------------- */
#article {
  /* -------------------------------------
       section
    ------------------------------------- */
  /* -------------------------------------
       aside
    ------------------------------------- */
}

#article .section {
  width: 100%;
  padding: 0;
  margin: 0 0 0.3em 0;
}

#article .aside {
  width: 100%;
  padding: 0;
  margin: 1em 0px;
  /* -------------------------------------
           contens-banner
        */
  /* -------------------------------------
           bnr_officetour
        */
  /* -------------------------------------
           bnr_officetour_tel
        */
}

#article .aside img {
  display: block;
  width: 100%;
  height: auto;
}

#article .aside#contens-banner .h2 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 700;
  font-feature-settings: "pkna";
  letter-spacing: 0.05em;
  text-align: center;
}

#article .aside#contens-banner .h2 span {
  display: block;
}

#article .aside#contens-banner .h2.h2_1 {
  color: black;
  font-size: 1.2rem;
  margin: 0 auto 1rem;
}

#article .aside#contens-banner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#article .aside#contens-banner ul li h2,
#article .aside#contens-banner ul li h3,
#article .aside#contens-banner ul li p,
#article .aside#contens-banner ul li .link {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.15em;
  text-align: center;
  color: white;
}

#article .aside#contens-banner ul li h2,
#article .aside#contens-banner ul li h3,
#article .aside#contens-banner ul li p {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

#article .aside#contens-banner ul li h2 {
  font-size: 3.46667vw;
  margin: 0 auto 1.86667vw;
}

#article .aside#contens-banner ul li h3 {
  font-size: 2.66667vw;
  margin: 0 auto 1.33333vw;
}

#article .aside#contens-banner ul li p {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 7.46667vw;
  margin: 0 auto 2.66667vw;
}

#article .aside#contens-banner ul li p i {
  display: block;
  width: 5.33333vw;
}

#article .aside#contens-banner ul li .link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ea6000;
  font-size: 2.66667vw;
  width: 40vw;
  height: 13.33333vw;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.6);
}

#article .aside#contens-banner ul li figure {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

#article .aside#contens-banner ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#article .aside#contens-banner ul li .item {
  padding: 4vw 0;
}

#article .aside#contens-banner ul li a,
#article .aside#contens-banner ul li a:link {
  text-decoration: none;
  display: block;
  width: 93.75vw;
  padding: 0;
  margin: 0 auto 1em;
  position: relative;
  z-index: 1;
}

#article .aside#contens-banner ul li#bnr-recruit h2 {
  font-size: 3.2vw;
}

#article .aside.bnr_officetour .inner a,
#article .aside.bnr_officetour .inner a:link {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#article .aside.bnr_officetour .inner .figure {
  width: 118.75%;
  background: black;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#article .aside.bnr_officetour .inner .figure img {
  opacity: 0.5;
}

#article .aside.bnr_officetour .inner .h3.h3_1 {
  letter-spacing: 0.05em;
  color: white;
  line-height: 1;
  text-shadow: 0 0 10px black;
}

#article .aside.bnr_officetour .inner .h3.h3_1 span {
  display: block;
  text-align: center;
}

#article .aside.bnr_officetour .inner .h3.h3_1 span.txt {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 400;
  font-feature-settings: "pkna";
  font-size: 1.2rem;
}

#article .aside.bnr_officetour .inner .h3.h3_1 span.txt_2 {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 500;
  font-size: 4.8rem;
  margin: 0.75rem 0 0;
}

#article .aside.bnr_officetour .inner .link {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 400;
  font-feature-settings: "pkna";
  letter-spacing: 0.05em;
  color: white;
  font-size: 1rem;
  text-align: center;
  line-height: 1;
  width: 56.25%;
  height: 2.6rem;
  padding: 0.6rem 0 0;
  margin: 1rem 0 0;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid white;
  box-sizing: border-box;
}

#article .aside.bnr_officetour .inner .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  padding: 0;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 0.5rem;
  left: 0.5rem;
}

#article .aside.bnr_officetour_tel .inner {
  position: relative;
  overflow: hidden;
}

#article .aside.bnr_officetour_tel .inner a,
#article .aside.bnr_officetour_tel .inner a:link {
  text-decoration: none;
  display: block;
  color: white;
}

#article .aside.bnr_officetour_tel .inner .figure {
  width: 118.75%;
  background: black;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#article .aside.bnr_officetour_tel .inner .figure img {
  opacity: 0.5;
}

#article .aside.bnr_officetour_tel .inner .h3.h3_1 {
  letter-spacing: 0.05em;
  color: white;
  line-height: 1;
  text-shadow: 0 0 10px black;
}

#article .aside.bnr_officetour_tel .inner .h3.h3_1 span {
  display: block;
  text-align: center;
}

#article .aside.bnr_officetour_tel .inner .h3.h3_1 span.txt {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 400;
  font-feature-settings: "pkna";
  font-size: 1.2rem;
}

#article .aside.bnr_officetour_tel .inner .h3.h3_1 span.txt_2 {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 500;
  font-size: 4.8rem;
  margin: 0.75rem 0 0;
}

#article .aside.bnr_officetour_tel .inner .link {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 400;
  font-feature-settings: "pkna";
  letter-spacing: 0.05em;
  color: white;
  font-size: 1rem;
  text-align: center;
  line-height: 1;
  width: 56.25%;
  height: 2.6rem;
  padding: 0.6rem 0 0;
  margin: 1rem 0 0;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid white;
  box-sizing: border-box;
}

#article .aside.bnr_officetour_tel .inner .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  padding: 0;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 0.5rem;
  left: 0.5rem;
}

/* -------------------------------------
   page
------------------------------------- */
#container.page #article #main:not(.recruit) {
  width: 100%;
  position: relative;
  /* 
                .inner
            ------------------------------------- */
}

#container.page #article #main:not(.recruit) .inner {
  width: 100%;
  padding: 0 !important;
  margin: 0 auto;
  position: relative;
}

#container.page #article #main:not(.recruit) .inner img {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

#container.page #article #main:not(.recruit) .inner.noimg {
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  padding: 2em 0 !important;
  height: inherit;
  border-bottom: 1px solid #ccc;
}

#container.page #article .nav.pankuzu {
  padding: 1em;
}

#container.page #article .nav.pankuzu ul li {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0.5em 0 0;
}

#container.page #article .nav.pankuzu ul li:before {
  content: ">";
  display: inline-block;
  margin: 0 0.25em 0 0;
}

#container.page #article .section {
  /* -------------------------------------
               link
            ------------------------------------- */
}

#container.page #article .section .h1.h1_2 {
  color: #ea6000;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 2rem 0 0;
  margin: 0 0 1rem;
}

#container.page #article .section.link .h2 {
  color: black;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0.6em 0 1em 0;
}

#container.page #article .section.link .inner {
  width: 96.875%;
  padding: 1.5rem 0 !important;
  margin: 0 auto;
  background-color: #f2f2f2;
}

#container.page #article .section.link .inner .link {
  width: 84.375%;
  padding: 0;
  margin: 0 auto;
}

#container.page #article .section.link .inner .link a,
#container.page #article .section.link .inner .link a:link {
  display: block;
  margin: 0 auto 1rem;
}

/* -------------------------------------
footer
------------------------------------- */
#footer {
  width: 100%;
  background-color: #e5e5e5;
}

#footer .aside #pagetop {
  width: 100%;
  background: url(../images/common/footer/sp/b_pagetop_bg.png) left top repeat-x;
  background-size: auto 100%;
}

#footer .aside #pagetop a,
#footer .aside #pagetop a:link {
  display: block;
  width: 16.5625%;
  padding: 0;
  margin: 0 auto;
}

#footer .aside #pagetop a img,
#footer .aside #pagetop a:link img {
  display: block;
  width: 100%;
  height: auto;
}

#footer .aside .inner {
  font-size: 1.2rem;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#footer .aside .inner .title {
  display: block;
  width: 68.75%;
  margin: 0 auto;
}

#footer .aside .inner .title a,
#footer .aside .inner .title a:link {
  display: block;
  width: 100%;
  text-decoration: none;
}

#footer .aside .inner .title a img,
#footer .aside .inner .title a:link img {
  display: block;
  width: 100%;
  height: auto;
}

#footer .aside .inner .title a span,
#footer .aside .inner .title a:link span {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  display: block;
  color: #000;
  text-align: left;
  margin-top: -0.5em;
  margin-left: 22.5%;
}

#footer .aside .inner p {
  display: block;
  color: #000;
}

#footer .aside .inner .float_l {
  display: flex;
  padding: 1em 0;
}

#footer .aside .inner .float_l #pmark {
  width: 31.25%;
}

#footer .aside .inner .float_l #pmark img {
  display: block;
  width: 50%;
  height: auto;
  padding: 0.5em 0 0 0;
  margin: 0 auto;
}

#footer .aside .inner .float_r {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 93.75%;
  margin: 0 auto;
  box-sizing: border-box;
}

#footer .aside .inner .float_r .cach {
  width: 100%;
  margin: 0 0 1rem;
}

#footer .aside .inner .float_r .cach .lead {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 700;
  font-feature-settings: "pkna";
  letter-spacing: 0.15em;
  text-align: center;
  color: #ea6000;
  font-size: 1.4rem;
  line-height: 1;
  width: 100%;
  padding: 3px 0 5px;
  border: 1px solid #ea6000;
  box-sizing: border-box;
}

#footer .aside .inner .float_r .contact {
  width: 50%;
}

#footer .aside .inner .float_r .contact p span {
  display: block;
  font-family: Helvetica,Arial,"Hiragino Kaku Gothic ProN","游ゴシック","游ゴシック体",YuGothic,"Yu Gothic","メイリオ", Meiryo, sans-serif;
  padding: 0 0 0 16.66667%;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 14% auto;
}

#footer .aside .inner .float_r .contact p span b {
  font-size: 1rem;
}

#footer .aside .inner .float_r .contact p span.tel {
  background-image: url(../images/common/footer/icon_tel.png);
}

#footer .aside .inner .float_r .contact p span.fax {
  background-image: url(../images/common/footer/icon_fax.png);
}

#footer .aside .inner .float_r .contact p span.mail {
  background-image: url(../images/common/footer/icon_mail.png);
}

#footer .aside .inner .float_r .contact p span.mail a,
#footer .aside .inner .float_r .contact p span.mail a:link {
  color: black;
}

#footer .aside .inner .float_r .contact p span.mail a:hover {
  color: #ea6000;
}

#footer .aside .inner .float_r .post {
  width: 50%;
}

#footer .aside .inner .float_r .post p {
  line-height: 1.25;
}

#footer .aside .float_b {
  background-color: #000;
  margin: 0.5rem 0 0;
}

#footer .aside .float_b small {
  display: block;
  text-align: center;
  font-size: 1.0rem;
  padding: 0.5em 1em;
}
