@charset "UTF-8";
@font-face {
  font-family: "Arial Black";
  font-style: normal;
  font-weight: 400;
  src: local("Arial Black"), url("ariblk_0.ttf") format("ttf");
}

html {
  min-height: 100%;
  overflow-y: scroll;
  background: #fff;
}

@media (max-width: 896px) {
  html {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 480px) {
  html {
    width: 100%;
    height: 100%;
  }
}

html body,
html dd,
html div,
html dl,
html dt,
html fieldset,
html form,
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html input,
html li,
html ol,
html p,
html td,
html textarea,
html th,
html ul {
  padding: 0;
  margin: 0;
}

html article,
html aside,
html details,
html figcaption,
html figure,
html footer,
html header,
html hgroup,
html menu,
html nav,
html section {
  display: block;
  padding: 0;
  margin: 0;
}

html address,
html caption,
html em,
html strong,
html th {
  font-style: normal;
}

html caption,
html th {
  text-align: left;
}

html hr,
html legend {
  display: none;
}

html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
  font-size: 100%;
}

html ol,
html ul {
  list-style: none;
}

html a img,
html fieldset {
  border: none;
}

html a:visited {
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#contents blockquote,
#contents dl,
#contents ol,
#contents pre,
#contents table,
#contents ul {
  margin-bottom: 0;
}

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

#contents p {
  margin-bottom: 12px;
}

body {
  color: #5d453f;
  font-size: 90%;
  font-family: "Noto Sans JP", sans-serif, "Arial", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  -webkit-text-size-adjust: none;
  letter-spacing: 1.5px;
  line-height: 1.8;
  height: 100%;
  min-width: 1040px;
  background: #fff;
}

@media (max-width: 896px) {
  body {
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 480px) {
  body {
    position: relative;
    width: 100%;
    min-width: 100%;
    font-size: 15px;
    -webkit-overflow-scrolling: touch;
  }
}

/* LAYOUT
---------------------- */
#page {
  margin: 0 auto;
  width: auto;
}

@media (max-width: 480px) {
  #page {
    position: relative;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}

@media (max-width: 480px) {
  #page.open {
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0);
    z-index: 9999;
  }
}

/* header(済) */
#header {
  width: 1020px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

@media (min-width: 481px) and (max-device-width: 1039px) and (min-width: 481px) and (max-device-width: 1039px) {
  #header .head-logo {
    zoom: 0.7;
  }
}

@media (max-width: 480px) {
  #header {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 3vw;
  }
  #header .head-logo {
    width: 60vw;
  }
}

#header a, #header img {
  display: block;
}

@media (max-width: 480px) {
  #header a, #header img {
    width: 100%;
  }
}

/* gnavi(済) */
@media (max-width: 480px) {
  #gnavi {
    font-size: 110%;
    border-top: inherit;
    border-bottom: inherit;
    padding: 20px 5%;
    height: 100%;
    width: 80%;
    min-width: 80%;
    background: #fff;
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    right: -80%;
    top: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#gnavi > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80px;
}

@media (max-width: 480px) {
  #gnavi > ul {
    padding: 0 0 30px;
    display: block;
    min-height: unset;
  }
}

#gnavi > ul > li {
  margin-right: 20px;
}

@media (min-width: 481px) and (max-device-width: 1039px) {
  #gnavi > ul > li {
    margin-right: 0;
  }
}

#gnavi > ul > li:last-child, #gnavi > ul > li:nth-last-child(2) {
  margin-right: 0;
}

@media (max-width: 480px) {
  #gnavi > ul > li {
    display: block;
    margin: 0;
  }
}

#gnavi > ul > li.sns {
  margin-left: 15px;
}

@media (max-width: 480px) {
  #gnavi > ul > li.sns {
    margin-left: 0;
    padding: 10px 0;
  }
}

#gnavi > ul > li a {
  color: #5d453f;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  padding: 13px;
  display: block;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  z-index: 1;
  font-size: 0.9rem;
  letter-spacing: 1.8px;
}

@media (max-width: 480px) {
  #gnavi > ul > li a {
    text-align: left;
    padding: 14px 10px;
    border-bottom: 1px solid #5d453f;
  }
}

#gnavi > ul > li a:after {
  border-radius: 50%;
  height: 0;
  width: 0;
  background: rgba(253, 234, 204, 0.5);
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}

@media (max-width: 480px) {
  #gnavi > ul > li a:after {
    content: none;
  }
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  #gnavi > ul > li a:hover {
    color: #f69707;
  }
  #gnavi > ul > li a:hover:after {
    height: 30px;
    width: 30px;
  }
}

#gnavi > ul > li a[href*="recruit/index.html"] {
  width: 115px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 80px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(#ee9617), to(#fe8327));
  background: linear-gradient(to right, #ee9617, #fe8327);
  color: #fff;
}

#gnavi > ul > li a[href*="recruit/index.html"]::after {
  content: none;
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  #gnavi > ul > li a[href*="recruit/index.html"]:hover {
    opacity: 0.5;
  }
}

@media (max-width: 480px) {
  #gnavi > ul > li a[href*="recruit/index.html"] {
    width: 100%;
    text-align: left;
    -webkit-transition: unset;
    transition: unset;
    margin: 20px 0 0;
    padding: 14px 10px;
    border: none;
    display: block;
    min-height: unset;
  }
}

#gnavi > ul > li a[href*="instagram"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 50px;
  width: 50px;
  padding: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  color: #fff;
}

#gnavi > ul > li a[href*="instagram"]::after {
  content: none;
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  #gnavi > ul > li a[href*="instagram"]:hover {
    opacity: 0.5;
  }
}

@media (max-width: 480px) {
  #gnavi > ul > li a[href*="instagram"] {
    -webkit-transition: unset;
    transition: unset;
    margin: 20px 0 0;
    border: none;
  }
}

#gnavi > ul > li a[href*="instagram"] img {
  width: 35px;
  display: block;
  height: auto;
}

#gnavi > ul > li.navi_slide {
  cursor: default;
  position: relative;
  z-index: 1;
}

@media (max-width: 480px) {
  #gnavi > ul > li.navi_slide {
    border-bottom: 0;
  }
}

#gnavi > ul > li.navi_slide:hover ul {
  height: 362px;
}

@media (max-width: 480px) {
  #gnavi > ul > li.navi_slide:hover ul {
    height: auto;
  }
}

#gnavi > ul > li.navi_slide a span {
  font-size: 0.6rem;
  display: block;
  padding: 0 0 8px;
  line-height: 1.6;
}

@media (max-width: 480px) {
  #gnavi > ul > li.navi_slide a {
    border: none;
    margin-bottom: 15px;
  }
}

#gnavi > ul > li.navi_slide ul {
  padding: 0 100px;
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s linear;
  transition: height 0.3s linear;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  z-index: 2;
}

@media (max-width: 480px) {
  #gnavi > ul > li.navi_slide ul {
    font-size: 90%;
    margin-bottom: 15px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
    -webkit-transition: unset;
    transition: unset;
    position: static;
    -webkit-transform: unset;
            transform: unset;
    background: none;
  }
}

#gnavi > ul > li.navi_slide ul li {
  margin: 0 -80px;
}

#gnavi > ul > li.navi_slide ul li:nth-child(n+2) {
  border-top: 1px solid #cccccc;
}

@media (max-width: 480px) {
  #gnavi > ul > li.navi_slide ul li {
    margin: 0;
  }
}

#gnavi > ul > li.navi_slide ul li a {
  font-size: 0.95rem;
  padding: 20px 0 22px;
  margin: 0 -20px;
  color: #595757;
  text-align: center;
}

@media (max-width: 480px) {
  #gnavi > ul > li.navi_slide ul li a {
    color: #5d453f;
    text-align: left;
    letter-spacing: 1px;
    margin: 0;
    padding: 15px 5%;
    background: #fff3e7;
  }
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  #gnavi > ul > li.navi_slide ul li a:hover {
    color: #660000;
  }
}

#gnavi > ul > li.navi_slide ul li:last-child a {
  border-bottom: 3px solid #230b0b;
}

@media (max-width: 480px) {
  #gnavi > ul > li.navi_slide ul li:last-child a {
    border: none;
  }
}

/* sp_navi(済) */
#sp_navi {
  display: none;
}

@media (max-width: 480px) {
  #sp_navi {
    width: 15vw;
    display: block;
    text-align: right;
  }
  #sp_navi li {
    display: inline-block;
    vertical-align: top;
  }
  #sp_navi li img {
    height: 15vw;
    width: auto;
  }
}

@media (max-width: 480px) {
  #close {
    color: #5d453f;
    font-size: 100%;
    border: 1px solid #5d453f;
    padding: 5px 5%;
    width: 100%;
  }
  #close span {
    font-size: 130%;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  }
  #drawer_underlay {
    height: 1000%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  #gnavi.open {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    z-index: 10000;
  }
}

/* contents_header(済) */
.contents_header {
  min-width: 1020px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  text-align: center;
  background-image: url("../img/ss_head_bg05.jpg");
}

.contents_header > * {
  max-width: 1020px;
}

@media (max-width: 896px) {
  .contents_header {
    min-width: 100%;
  }
  .contents_header div[class$="_image"] img {
    width: 100%;
  }
  .contents_header > * {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .contents_header img {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .contents_header {
    background-image: url("../img/ss_head_bg05-sp.jpg");
  }
}

#contents1 .contents_header {
  background-image: url("../img/ss_head_bg01.jpg");
}

@media (max-width: 480px) {
  #contents1 .contents_header {
    background-image: url("../img/ss_head_bg01-sp.jpg");
  }
}

#contents2 .contents_header {
  background-image: url("../img/ss_head_bg02.jpg");
}

@media (max-width: 480px) {
  #contents2 .contents_header {
    background-image: url("../img/ss_head_bg02-sp.jpg");
  }
}

#contents3 .contents_header {
  background-image: url("../img/ss_head_bg03.jpg");
}

@media (max-width: 480px) {
  #contents3 .contents_header {
    background-image: url("../img/ss_head_bg03-sp.jpg");
  }
}

#contents4 .contents_header {
  background-image: url("../img/ss_head_bg04.jpg");
}

@media (max-width: 480px) {
  #contents4 .contents_header {
    background-image: url("../img/ss_head_bg04-sp.jpg");
  }
}

.contents_header .head_inner {
  margin: 0 auto;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 480px) {
  .contents_header .head_inner {
    height: 30vw;
  }
}

.contents_header .title {
  font-size: 1.8rem;
  letter-spacing: 1px;
}

@media (max-width: 480px) {
  .contents_header .title {
    font-size: 1.1rem;
  }
}

.contents_header .title span {
  font-size: 1.1rem;
  display: block;
}

@media (max-width: 480px) {
  .contents_header .title span {
    font-size: 0.6rem;
  }
}

/* breadcrumbs(済) */
.breadcrumbs {
  padding: 5px 0;
  background: #ffecd9;
}

@media (max-width: 896px) {
  .breadcrumbs {
    padding: 5px 3%;
  }
}

.breadcrumbs ul {
  margin: 0 auto;
  width: 1020px;
}

@media (max-width: 480px) {
  .breadcrumbs ul {
    width: 100%;
  }
}

.breadcrumbs ul::after {
  content: " ";
  display: table;
  clear: both;
}

.breadcrumbs ul li {
  font-size: 0.8rem;
  margin-right: 5px;
  float: left;
}

.breadcrumbs ul li a {
  color: #5d453f;
  margin-right: 4px;
  display: inline-block;
  text-decoration: none;
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  .breadcrumbs ul li a:hover {
    text-decoration: underline;
  }
}

.section {
  min-width: 1020px;
  overflow: hidden;
  padding: 80px 0;
}

.section > * {
  max-width: 1020px;
}

@media (max-width: 896px) {
  .section {
    min-width: 100%;
  }
  .section div[class$="_image"] img {
    width: 100%;
  }
  .section > * {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .section img {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .section {
    padding: 60px 0 40px;
  }
}

.section:last-child {
  padding-bottom: 88px;
}

.section > .section_title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0 auto 40px;
  padding: 8px 0;
  position: relative;
}

@media (max-width: 480px) {
  .section > .section_title {
    font-size: 1.2rem;
  }
}

.section > .section_title:after {
  content: "";
  background: #ff7f41;
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}

.section > .section_inner {
  margin: 0 auto;
  padding: 0 0 20px;
}

@media (max-width: 480px) {
  .section > .section_inner {
    padding: 40px 10px 20px;
  }
}

.child_content_section > .section_title {
  font-size: 1rem;
  border-left: 6px solid #b6c8d3;
  margin-bottom: 30px;
  padding: 10px 15px;
  background: #eef2f4;
}

.child_content_section > .section_inner {
  padding: 0 10px 15px;
}

.child_content_section {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.child_content_section .in_content {
  padding: 12px 5px 20px;
}

.child_content_section .in_content_inner {
  padding: 10px 5px;
}

.child_content_section .in_content > .title {
  color: #000;
  font-size: 0.9rem;
  margin-bottom: 12px;
  padding: 10px 15px;
  background: #f1f1f1;
}

#contents {
  background: #fff;
}

/* pagetop(済) */
#pagetop {
  right: 3%;
  bottom: -95px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  z-index: 10;
  /*
  &.fixed {
    bottom: 20px;
  }
  */
}

@media (max-width: 480px) {
  #pagetop {
    width: 14vw;
    right: 6vw;
    display: block;
    position: fixed;
    bottom: 0.5vw;
  }
}

#pagetop a {
  display: block;
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  #pagetop a:hover {
    opacity: 0.7;
  }
}

#pagetop a img {
  display: block;
}

@media (max-width: 480px) {
  #pagetop a img {
    width: 100%;
  }
}

/* recruit_btn(済) */
#recruit_btn {
  position: fixed;
  right: -100px;
  top: 15%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  #recruit_btn:hover {
    right: 0 !important;
  }
}

@media (max-width: 896px) {
  #recruit_btn {
    top: 250px;
  }
}

@media (max-width: 480px) {
  #recruit_btn {
    top: unset;
    right: unset;
    left: 6vw;
    bottom: 0;
    width: 70vw;
    height: 15vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border-radius: 10px 10px 0 0;
  }
}

#recruit_btn a {
  display: block;
}

@media (max-width: 480px) {
  #recruit_btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    position: relative;
    background: url(../img/recruit01-sp-icon.png) no-repeat left 10% center/auto 50%, url(../img/recruit01-sp-arrow.png) no-repeat right 10% center/auto 25% #89b93f;
  }
}

#recruit_btn a img {
  display: block;
  padding-right: 30px;
  background: #89b93f;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 480px) {
  #recruit_btn a img {
    padding: 0;
    background: none;
    -webkit-transition: unset;
    transition: unset;
    width: 40%;
  }
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  #recruit_btn a:hover img {
    background: #5bcdaf;
  }
}

/* footer(済) */
.footer {
  background: #ffefd8;
  position: relative;
  border-top: 2px solid #fbdaaf;
  min-width: 1020px;
  overflow: hidden;
  overflow: unset;
}

.footer > * {
  max-width: 1020px;
}

@media (max-width: 896px) {
  .footer {
    min-width: 100%;
  }
  .footer div[class$="_image"] img {
    width: 100%;
  }
  .footer > * {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .footer img {
    width: 100%;
  }
}

.footer_inner {
  margin: 0 auto;
  padding: 40px 0;
}

.footer_inner:after {
  content: '';
  display: block;
  clear: both;
}

@media (min-width: 481px) and (max-device-width: 1039px) {
  .footer_inner {
    width: 94%;
  }
}

@media (max-width: 480px) {
  .footer_inner {
    padding: 7vw 3vw;
  }
}

.footer_info {
  float: right;
  width: 350px;
}

@media (min-width: 481px) and (max-device-width: 1039px) and (min-width: 481px) and (max-device-width: 1039px) {
  .footer_info {
    zoom: 0.7;
  }
}

@media (max-width: 480px) {
  .footer_info {
    float: none;
    width: 100%;
    margin-bottom: 5vw;
  }
}

.footer_info_logo {
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .footer_info_logo {
    width: 90%;
    max-width: 310px;
    margin: 0 auto 2vw;
  }
}

.footer_info_logo img {
  display: block;
}

@media (max-width: 480px) {
  .footer_info_logo img {
    width: 100%;
  }
}

.footer_info_tel {
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .footer_info_tel {
    margin-bottom: 5vw;
    text-align: center;
    font-size: 0.85rem;
  }
}

.footer_info_tel span {
  margin-right: 10px;
}

@media (max-width: 896px) {
  .footer_info_tel span {
    display: block;
  }
}

.footer_info_btn {
  width: 350px;
  background-size: auto 10px;
  background-repeat: no-repeat;
  background-position: right calc(10% + 1px) center;
  background-image: url("../img/point02.png");
}

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

.footer_info_btn a {
  background-size: auto 10px;
  background-repeat: no-repeat;
  background-position: right 10% center;
  text-align: center;
  text-decoration: none;
  padding: 17px 0;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 3px;
}

@media (max-width: 480px) {
  .footer_info_btn a {
    padding: 10px 0;
    -webkit-transition: unset;
    transition: unset;
    size: auto 25%;
  }
}

.footer_info_btn a {
  background-color: #ff7f41;
  background-image: url("../img/point01.png");
  color: #fff;
  border: 1px solid #ff7f41;
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  .footer_info_btn a:hover {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    color: #5d453f;
    border: 1px solid #5d453f;
  }
}

.footer_navi, .footer_company_navi {
  width: 30%;
  float: left;
  padding: 15px 0;
  font-size: 0.95rem;
}

@media (min-width: 481px) and (max-device-width: 1039px) {
  .footer_navi, .footer_company_navi {
    width: 27%;
  }
}

@media (max-width: 480px) {
  .footer_navi, .footer_company_navi {
    width: 100%;
    float: none;
    padding: 5vw 3vw;
  }
  .footer_navi ul:after, .footer_company_navi ul:after {
    content: '';
    display: block;
    clear: both;
  }
}

.footer_navi li, .footer_company_navi li {
  margin-bottom: 5px;
}

@media (max-width: 480px) {
  .footer_navi li, .footer_company_navi li {
    float: left;
    width: 47%;
    margin: 0 6% 0 0;
    letter-spacing: 0;
  }
  .footer_navi li:nth-child(2n), .footer_company_navi li:nth-child(2n) {
    margin-right: 0;
  }
  .footer_navi li:nth-child(n+3), .footer_company_navi li:nth-child(n+3) {
    margin-top: 10px;
  }
}

.footer_navi a, .footer_company_navi a {
  color: #595757;
  text-decoration: none;
  padding-left: 20px;
  position: relative;
}

@media (max-width: 480px) {
  .footer_navi a, .footer_company_navi a {
    padding-left: 15px;
    display: inline-block;
  }
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  .footer_navi a:hover, .footer_company_navi a:hover {
    text-decoration: underline;
  }
}

.footer_navi a:before, .footer_company_navi a:before {
  margin-left: -20px;
  position: absolute;
}

@media (max-width: 480px) {
  .footer_navi a:before, .footer_company_navi a:before {
    margin-left: -15px;
  }
}

.footer_navi a:before {
  content: ">";
  color: #ff7f41;
  -webkit-transform: scaleY(1.5);
          transform: scaleY(1.5);
  line-height: 1;
  top: 5px;
}

.footer_company_navi a:before {
  content: " ";
  width: 12px;
  height: 12px;
  top: 7px;
  border-radius: 50%;
  background: #ff7f41;
}

.footer_company_navi_title {
  font-weight: bold;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .footer_company_navi_title {
    margin: 0 -3vw 5vw;
    padding: 0 0 3vw 3vw;
    border-bottom: 1px solid #ff7f41;
  }
}

.footer .copy {
  text-align: center;
  padding: 15px 0;
  background: #ff8228;
  line-height: 1;
  max-width: 100%;
}

@media (max-width: 480px) {
  .footer .copy {
    padding: 15px 15px calc(15vw + 15px);
    line-height: 1.4;
  }
}

.footer .copy a {
  color: #fff;
  text-decoration: none;
  font-size: 0.75rem;
}

.footer .copy img {
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}

@media (max-width: 480px) {
  .footer .copy img {
    width: 86px;
    margin: 6px auto 0;
    display: block;
  }
}

/* 汎用スタイル */
.clear {
  clear: both;
}

.txt_c {
  text-align: center;
}

.txt_r {
  text-align: right;
}

.pick_text {
  color: #6699cc;
  font-size: 1.1rem;
  margin-bottom: 16px;
}

/* 各固定ページ用
---------------------- */
/* access.html */
.access_map {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
}

@media (max-width: 480px) {
  .access_map {
    padding: 0 10px;
    width: 100%;
  }
}

.access_map .map_set {
  border: 1px dotted #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 23px;
  height: 450px;
  width: 100%;
}

@media (max-width: 480px) {
  .access_map .map_set {
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
    height: 200px;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .access_map .map_set .guide {
    font-size: 85%;
    padding: 13px 10px;
  }
}

.access_map .access_data {
  padding: 15px 0 0;
}

.access_map .access_data dl {
  padding: 0 5px;
  overflow: hidden;
}

.access_map .access_data dl:after {
  content: " ";
  display: table;
  clear: both;
}

.access_map .access_data dl dt {
  color: #3366cc;
  font-weight: bold;
  float: left;
}

.access_map .access_data dl dd {
  padding-left: 80px;
}

.access_map .access_data dl dd a {
  color: #111;
}

/* privacy.html */
.privacy_section {
  padding: 50px 0 70px;
}

@media (max-width: 480px) {
  .privacy_section {
    padding: 30px 0 40px;
  }
}

.privacy_section .privacy_section_inner {
  margin: 0 auto;
  max-width: 1020px;
}

@media (min-width: 481px) and (max-device-width: 1039px) {
  .privacy_section .privacy_section_inner {
    padding: 0 3%;
  }
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner {
    width: 100%;
    padding: 0 10px;
    max-width: 100%;
  }
}

.privacy_section .privacy_section_inner .privacy_set {
  margin-bottom: 20px;
}

.privacy_section .privacy_section_inner .privacy_set .privacy_set_title {
  font-size: 1rem;
  border-left: 6px solid #f4c570;
  margin-bottom: 30px;
  padding: 10px 15px;
  background: #ffecd9;
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_title {
    font-size: 0.9rem;
    border-left: 3px solid #f4c570;
    margin-bottom: 20px;
  }
}

.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px 15px;
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner {
    padding: 0 5px 15px;
  }
}

.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner ul.privacy_list li {
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner ul.privacy_list li {
    text-indent: -45px;
    margin-bottom: 10px;
    padding-left: 35px;
  }
}

.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dt {
  margin-bottom: 4px;
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dt {
    margin-bottom: 10px;
  }
}

.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dd {
  margin-bottom: 15px;
  padding-left: 40px;
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dd {
    margin-bottom: 30px;
    padding-left: 0;
  }
}

/* inquiry.html */
.attent_block {
  margin-bottom: 20px;
  padding: 40px 0;
}

@media (max-width: 480px) {
  .attent_block {
    padding: 0 3%;
  }
}

.attent_block .title {
  font-size: 1rem;
  text-shadow: 0.3px 0 0 #000;
  border-bottom: 1px solid #c9b0a9;
  margin: 0 0 10px;
  padding: 0;
}

.attent_block .title:before {
  content: "■";
  font: normal normal normal 18px/1 FontAwesome;
  margin-right: 6px;
}

.thanks_title {
  font-size: 1.9rem;
  text-align: center;
  margin-bottom: 30px;
}

.thanks_msg {
  font-size: 105%;
  text-align: center;
  line-height: 2;
}

@media (max-width: 480px) {
  .thanks_msg {
    padding: 0 3%;
  }
}

.thanks_msg p {
  margin-bottom: 20px;
}

#MailForm span.any,
#MailForm span.required {
  color: #fff;
  font-size: 85%;
  border-radius: 3px;
  margin-right: 5px;
  padding: 2px 4px;
}

#MailForm span.required {
  background: #9b0000;
}

#MailForm span.any {
  background: #999;
}

#MailForm table {
  border-top: 1px solid #5d453f;
  border-bottom: 1px solid #5d453f;
  margin: 0 0 25px;
  width: 100%;
}

@media (max-width: 480px) {
  #MailForm table {
    border: 0;
    width: 90%;
    margin: 0 auto;
  }
}

#MailForm table td,
#MailForm table th {
  font-weight: normal;
  padding: 25px;
  border-top: 1px solid #c9b0a9;
}

@media (max-width: 480px) {
  #MailForm table td,
  #MailForm table th {
    border: none;
    width: 100%;
    display: block;
  }
}

#MailForm table th {
  padding-left: 25px;
  width: 25%;
  position: relative;
}

@media (max-width: 480px) {
  #MailForm table th {
    padding: 0 0 3px;
    width: 100%;
    background: none;
    border-bottom: 1px solid #ff7f41;
    margin: 0 0 5px;
  }
}

@media (max-width: 480px) {
  #MailForm table th:before {
    color: #666666;
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 1;
    margin-right: 5px;
    content: "\025a0";
  }
}

#MailForm table th span {
  position: absolute;
  right: 25px;
}

@media (max-width: 480px) {
  #MailForm table th span {
    left: auto;
    right: 5px;
  }
}

@media (max-width: 480px) {
  #MailForm table td {
    margin-bottom: 35px;
    padding: 0;
  }
}

#MailForm input,
#MailForm textarea {
  color: #444;
  font-size: 0.9rem;
  font-family: "メイリオ";
  letter-spacing: 1px;
  line-height: 1.4;
  border: 1px solid #e1e1e1;
  padding: 10px;
  margin: 0 5px 0 0;
}

@media (max-width: 480px) {
  #MailForm input,
  #MailForm textarea {
    width: auto;
    margin: 0;
  }
}

#MailForm select {
  font-size: 0.9rem;
  border: 1px solid #e1e1e1;
  padding: 3px 27px 3px 13px;
  background: url("../img/select-arrow.png") no-repeat center right 7px/9% #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#MailForm label {
  padding: 2px 0;
  cursor: pointer;
}

@media (max-width: 480px) {
  #MailForm input[type="submit"],
  #MailForm input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
  }
}

@media (max-width: 480px) {
  #MailForm input[type="submit"]::-webkit-search-decoration,
  #MailForm input[type="button"]::-webkit-search-decoration {
    display: none;
  }
}

@media (max-width: 480px) {
  #MailForm input[type="submit"]::focus,
  #MailForm input[type="button"]::focus {
    outline-offset: -2px;
  }
}

#MailForm .form3 {
  vertical-align: middle;
  width: 3%;
}

#MailForm .form25 {
  width: 25%;
}

@media (max-width: 480px) {
  #MailForm .form25 {
    width: 100%;
  }
}

#MailForm .form45 {
  width: 45%;
}

@media (max-width: 480px) {
  #MailForm .form45 {
    width: 100%;
  }
}

#MailForm .form60 {
  width: 60%;
}

@media (max-width: 480px) {
  #MailForm .form60 {
    width: 100%;
  }
}

#MailForm .form90 {
  width: 93%;
}

@media (max-width: 480px) {
  #MailForm .form90 {
    width: 100%;
  }
}

#MailForm .focus {
  background: #ffe7e0;
}

#MailForm .important_text {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 27px;
}

@media (max-width: 480px) {
  #MailForm .important_text {
    padding: 0 3%;
    text-align: left;
  }
}

#MailForm .inquiry_inset {
  margin-bottom: 25px;
}

#MailForm .confirm_txt {
  text-align: center;
}

@media (max-width: 480px) {
  #MailForm .confirm_txt {
    text-align: left;
    padding: 0 3%;
  }
}

.send_btn_inner {
  text-align: center;
  padding: 15px 0 20px;
}

.send_btn_inner .send_btn {
  color: #fff;
  font-size: 130%;
  letter-spacing: 1px;
  cursor: pointer;
  border: 0;
  padding: 15px 0;
  background: #ff9900;
}

@media (max-width: 480px) {
  .send_btn_inner .send_btn {
    font-size: 100%;
    padding: 15px 10px;
  }
}

.send_btn_inner .send_btn:hover {
  background: #ffaf38;
}

.send_btn_inner .submit_btn {
  width: 50%;
}

@media (max-width: 480px) {
  .send_btn_inner .submit_btn {
    margin-bottom: 15px;
    width: 80%;
  }
}

.inputarea li {
  margin: 0 15px 0 0;
  float: left;
}

@media (max-width: 480px) {
  .inputarea li {
    margin: 0 15px 0 0;
    float: left;
  }
}

#thanks p {
  line-height: 300px;
  text-align: center;
}

#contents .inquiry-info {
  margin: 0;
  overflow: hidden;
}

#contents .inquiry-info li {
  margin-right: 15px;
  float: left;
}

/* formmail.cgi */
.send_inner {
  padding: 12px 0 20px;
}

.send_inner .send_step_msg {
  font-size: 140%;
  text-align: center;
  margin-bottom: 15px;
}

/* formmail.cgi:send base */
.send_guide_msg {
  color: #444;
  text-align: center;
  padding: 0 0 15px;
}

.send_inner .send_btn_inner {
  text-align: center;
}

.send_inner .send_btn_inner .send_btn {
  color: #fff;
  font-size: 130%;
  letter-spacing: 1px;
  cursor: pointer;
  border: 0;
  margin: 0 10px;
  padding: 15px 30px;
  background: #ff9900;
  display: inline-block;
}

.send_inner .send_btn_inner .btn_return {
  background: #797979;
}

/* formmail.cgi:send confirm */
.send_confirm_table {
  padding: 17px 0 30px;
}

.send_confirm_table table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 90%;
}

@media (max-width: 480px) {
  .send_confirm_table table {
    width: 100%;
  }
}

.send_confirm_table table td,
.send_confirm_table table th {
  font-size: 110%;
  font-weight: normal;
  line-height: 1.5;
  border: 1px solid #ccc;
  padding: 17px 20px;
  background: #fff;
}

@media (max-width: 480px) {
  .send_confirm_table table td,
  .send_confirm_table table th {
    border: 0 solid #ccc;
    padding: 17px 20px;
    background: #fff;
    display: block;
  }
}

.send_confirm_table table th {
  width: 40%;
  background: #f5f5f5;
}

@media (max-width: 480px) {
  .send_confirm_table table th {
    text-align: left;
    margin-bottom: 5px;
    padding: 10px 15px;
    width: 100%;
    background: #f5f5f5;
  }
}

@media (max-width: 480px) {
  .send_confirm_table table td {
    margin-bottom: 30px;
  }
}

/* formmail.cgi:send error */
.send_inner .send_error {
  padding: 15px 0 30px;
}

.send_inner .send_error li {
  font-size: 110%;
  padding: 5px 0;
}

.send_inner .send_error li:before {
  color: #c2c2c2;
  font-size: 85%;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  margin-right: 8px;
  content: "\0025cf";
}

.send_inner .send_error li span {
  color: #ff3333;
  margin-right: 5px;
  display: inline-block;
}

/* base styles
---------------------- */
.table_base {
  padding: 0 0 25px;
}

.table_base table {
  margin: 0 auto;
  border-collapse: collapse;
  width: 80%;
}

.table_base table td,
.table_base table th {
  font-weight: normal;
  padding: 20px 0;
}

.table_base table td span.map_jump {
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.table_base table td span.map_jump a {
  color: #fff;
  font-size: 85%;
  text-decoration: none;
  border-radius: 3px;
  padding: 2px 6px;
  background: #cc6600;
  display: inline-block;
}

.table_base table td span.map_jump a:hover {
  opacity: 0.7;
}

.table_base table tbody th {
  font-size: 0.95rem;
  font-weight: bold;
  width: 20%;
  vertical-align: middle;
}

.table_base table tbody td {
  padding-left: 60px;
  position: relative;
}

.table_base table tbody td:before {
  width: 1px;
  background: #5d453f;
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
}

@media (max-width: 480px) {
  .table_base {
    padding: 0;
  }
  .table_base table {
    width: 100%;
  }
  .table_base table tr {
    border-bottom: 1px solid #5d453f;
    padding: 15px 0;
    display: block;
  }
}

@media (max-width: 480px) and (max-width: 480px) {
  .table_base table tr {
    border-bottom: none;
  }
}

@media (max-width: 480px) {
  .table_base table td,
  .table_base table th {
    padding: 0 20px;
    display: block;
  }
  .table_base table td span.map_jump a:hover {
    opacity: 1;
  }
  .table_base table tbody th {
    font-size: 0.95rem;
    font-weight: bold;
    width: 100%;
    vertical-align: baseline;
  }
  .table_base table tbody td {
    padding-left: 20px;
  }
  .table_base table tbody td:before {
    content: none;
  }
}

#greeting .table_base span {
  display: block;
}

@media (max-width: 480px) {
  #greeting .table_base span {
    display: inline;
  }
}

#greeting .table_base a[href*=".pdf"] {
  color: #f69707;
}

#greeting .table_base a[href*=".pdf"]:hover {
  text-decoration: none;
}

@media (max-width: 480px) {
  #greeting .table_base a[href*=".pdf"]:hover {
    text-decoration: underline;
  }
}

/*------content_inner-------*/
/* content_inner(済) */
.content_inner {
  padding: 10px 0 25px;
}

@media (min-width: 481px) and (max-device-width: 1039px) {
  .content_inner {
    padding: 0 3%;
  }
}

@media (max-width: 480px) {
  .content_inner {
    padding: 0 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.content_inner:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 480px) {
  #contents .content_inner .images {
    margin-bottom: 20px;
    width: 100%;
  }
}

#contents .content_inner .images img {
  width: 100%;
  display: block;
}

@media (max-width: 480px) {
  #contents .content_inner .msg {
    padding: 0;
  }
}

@media (max-width: 480px) {
  .content_inner[class*="reverse"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #contents .content_inner[class*="reverse"] .images {
    margin-bottom: 0;
  }
  #contents .content_inner[class*="reverse"] .msg {
    margin-bottom: 20px;
  }
}

.content_inner[class*="left"] .images {
  float: left;
}

.content_inner[class*="right"] .images {
  float: right;
}

.content_inner[class*="510"] .images {
  width: 510px;
}

.content_inner[class*="510"][class*="left"] .msg {
  padding-left: 550px;
}

.content_inner[class*="510"][class*="right"] .msg {
  padding-right: 550px;
}

#contents .content_inner[class*="around"] .msg {
  padding: 0;
}

/* slogan_text(済) */
#contents .slogan_text {
  color: #ff7f41;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  #contents .slogan_text {
    font-size: 1.2rem;
  }
}

/* description_text(済) */
.description_text {
  display: block;
  padding-top: 5px;
  font-size: 0.85rem;
}

/* attent_text(済) */
.attent_text {
  text-indent: -15px;
  padding-left: 15px;
}

@media (max-width: 480px) {
  .attent_text {
    text-indent: -16px;
    padding-left: 16px;
  }
}

/* .image_list */
.image_list:after, .image_list.two_image:after, .image_list.three_image:after {
  content: "";
  display: table;
  clear: both;
}

.image_list li, .image_list.two_image li, .image_list.three_image li {
  float: left;
}

.two_image.image_list li {
  width: 48%;
}

.two_image.image_list li:nth-child(odd) {
  margin-right: 4%;
}

.three_image.image_list li {
  width: 31.33%;
}

.three_image.image_list li:not(:nth-child(3n)) {
  margin-right: 3%;
}

.three_image.image_list li img {
  width: 100%;
  display: block;
}

.three_image.image_list li span {
  padding: 15px 0 0;
  display: block;
}

/* 各ページ用スタイル
---------------------- */
/* -------------------
汎用指定 */
.only_pc {
  display: block;
}

@media (max-width: 480px) {
  .only_pc {
    display: none;
  }
}

.only_sp {
  display: none;
}

@media (max-width: 480px) {
  .only_sp {
    display: block;
  }
}

.tel a {
  color: #5d453f;
  text-decoration: none;
  cursor: inherit;
  pointer-events: none;
}

@media (max-width: 480px) {
  .tel a {
    pointer-events: inherit;
  }
}

.fade_hover a {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

@media (max-width: 480px) {
  .fade_hover a {
    -webkit-transition: none;
    transition: none;
  }
}

.fade_hover a:hover {
  opacity: 0.7;
}

@media (max-width: 480px) {
  .fade_hover a:hover {
    opacity: 1;
  }
}

.btn_base {
  margin: 0 auto;
  width: 400px;
}

@media (max-width: 480px) {
  .btn_base {
    width: 90%;
  }
}

.btn_base a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 14px 0;
  background: #247231;
  display: block;
}

.btn_base a:hover {
  background: #6fba2c;
}

@media (max-width: 480px) {
  .btn_base a:hover {
    background: #247231;
  }
}

.everywhere_block {
  text-align: center;
  line-height: 2.2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 20px;
  max-width: 1020px;
  padding: 20px 0 0;
}

@media (max-width: 480px) {
  .everywhere_block {
    text-align: left;
    line-height: 1.8;
    margin: 0 auto 30px;
    padding: 0 20px;
    max-width: 100%;
  }
}
/*# sourceMappingURL=common.css.map */