@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap");
html {
  background: fff;
  color: 333;
  overflow-y: scroll; }

body {
  font: 13px/1.22 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px; }

table {
  font-size: inherit;
  font: 100%; }

a img, img {
  border: 0; }

figure, blockquote, dd, div, dl, dt,
h1, h2, h3, h4, h5, h6,
li, ol, p, pre, span, td, th, ul {
  margin: 0;
  padding: 0; }

abbr, acronym {
  border: 0; }

address, caption, cite, code, dfn, em, th, strong, var {
  font-style: normal;
  font-weight: normal; }

caption, th {
  text-align: left; }

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%; }

* + html code, kbd, pre, samp, tt {
  font-size: 108%; }

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

ol, ul {
  list-style: none; }

q:before, q:after {
  content: ''; }

button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; }

hr {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  background-color: #FFF;
  color: #FFF; }

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  color: #000;
  line-height: 165%;
  letter-spacing: 1px;
  width: 100%;
  height: 100%;
  text-align: left;
  margin: 0;
  padding: 0px;
  font-size: 15px;
  background-color: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  font-weight: 400; }
  @media (min-width: 768px) and (max-width: 1080px) {
    body {
      font-size: 14px; } }
  @media (max-width: 767px) {
    body {
      font-size: 13px; } }

form {
  margin: 0;
  padding: 0px; }

li {
  line-height: 165%; }

h1 {
  margin: 0;
  padding: 0px;
  font-size: 13px;
  font-weight: normal; }
  @media (min-width: 768px) and (max-width: 1080px) {
    h1 {
      font-size: 11px; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 10px; } }

strong {
  font-weight: bolder; }

img {
  border: none; }

a:link {
  color: #000000; }

a:visited {
  color: #000000; }

a:hover {
  color: #000000; }

a:active {
  color: #000000; }

a {
  line-height: 165%;
  text-decoration: none; }

p {
  margin: 0;
  padding: 0px; }

header {
  width: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }

#contents {
  color: #333;
  width: 1000px;
  margin: 0 auto;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
  padding: 3% 0; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #contents {
      width: 92%; } }
  @media (max-width: 767px) {
    #contents {
      width: 92%; } }

#main {
  float: right;
  width: 730px;
  text-align: left; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #main {
      float: none;
      width: 100%; } }
  @media (max-width: 767px) {
    #main {
      float: none;
      width: 100%; } }

#side {
  float: left;
  text-align: left;
  width: 230px; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #side {
      float: none;
      width: 100%; } }
  @media (max-width: 767px) {
    #side {
      float: none;
      width: 100%; } }

header {
  position: relative;
  z-index: 9;
  background-color: #fff;
  padding: 20px 1%;
  text-align: right;
  box-sizing: border-box; }

header img {
  max-width: 100%;
  height: auto; }

#top-logo {
  width: 256px;
  height: 256px;
  position: absolute;
  background-color: #fff;
  padding: 1%;
  box-sizing: border-box;
  top: 0px;
  left: 1%;
  z-index: 2; }
  @media (max-width: 767px) {
    #top-logo {
      display: none; } }

#top-logo img {
  width: 80%;
  display: block;
  margin: 15px auto; }

#top-logo h1:before {
  display: block;
  content: "";
  border-bottom: 1px solid #FF7B00;
  width: 40%;
  margin: 20px auto; }

#top-logo h1 {
  text-align: center;
  line-height: 1.4;
  padding: 0px 0 0 0; }

header .info {
  overflow: hidden;
  width: 450px;
  margin: 0 0 0 auto; }
  @media (min-width: 768px) and (max-width: 1080px) {
    header .info {
      display: none; } }
  @media (max-width: 767px) {
    header .info {
      display: none; } }

header .head-wrap {
  width: 1000px;
  margin: 0 0 0 auto;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between; }

header .head-wrap h1 {
  padding: 20px 0 0 0; }
  @media (min-width: 768px) and (max-width: 1080px) {
    header .head-wrap h1 {
      display: none; } }
  @media (max-width: 767px) {
    header .head-wrap h1 {
      display: none; } }

@media (min-width: 768px) and (max-width: 1080px) {
  header .head-wrap .logo {
    display: none; } }
@media (max-width: 767px) {
  header .head-wrap .logo {
    display: none; } }

header .info h4 {
  width: 30%;
  background-color: #000;
  color: #fff;
  line-height: 1.5;
  font-size: 13px;
  text-align: center;
  padding: 2% 1%;
  box-sizing: border-box;
  float: left; }
  @media (min-width: 768px) and (max-width: 1080px) {
    header .info h4 {
      font-size: 11px; } }
  @media (max-width: 767px) {
    header .info h4 {
      font-size: 10px; } }

header .info div {
  float: right;
  width: 65%;
  font-size: 13px; }
  @media (min-width: 768px) and (max-width: 1080px) {
    header .info div {
      font-size: 11px; } }
  @media (max-width: 767px) {
    header .info div {
      font-size: 10px; } }

header .info .tel {
  font-size: 30px;
  padding: 0 0 10px 0;
  font-family: "Lato", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
  font-weight: bolder; }
  @media (min-width: 768px) and (max-width: 1080px) {
    header .info .tel {
      font-size: 23px; } }
  @media (max-width: 767px) {
    header .info .tel {
      font-size: 22px; } }

header .info .tel small {
  font-size: 0.85em;
  letter-spacing: 2px; }

header .info .time {
  background-color: #E5E5E5;
  letter-spacing: 0;
  padding: 0 5px;
  text-align: center;
  line-height: 1.4;
  color: #444; }

header .info .oisogi {
  text-align: center;
  font-size: 1.1em;
  padding: 5px 0px; }

nav#pcnavi {
  text-align: right;
  width: 900px;
  box-sizing: border-box;
  margin: 0 0 0 auto; }
  @media (min-width: 768px) and (max-width: 1080px) {
    nav#pcnavi {
      display: none; } }
  @media (max-width: 767px) {
    nav#pcnavi {
      display: none; } }

nav#pcnavi ul {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  align-items: center;
  padding: 10px 0; }

nav#pcnavi ul li {
  width: 14%;
  text-align: center;
  border-right: 2px solid #FF7B00;
  line-height: 1.1;
  font-size: 1.1em; }

nav#pcnavi ul li a.roll {
  display: inline-block;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  vertical-align: bottom;
  overflow: hidden; }

nav#pcnavi ul li.roll a span {
  display: inline-block;
  position: relative;
  padding: 0 .3em;
  transition: .2s;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

nav#pcnavi ul li.roll a span:after {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  content: attr(data-text);
  padding: 0 .3em;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: translate3d(0, 105%, 0) rotateX(-90deg);
  transform: translate3d(0, 105%, 0) rotateX(-90deg); }

nav#pcnavi ul li.roll a:hover span {
  -webkit-transform: translate3d(0, 0, -30px) rotateX(90deg);
  transform: translate3d(0, 0, -30px) rotateX(90deg);
  color: #FF7B00; }

nav#pcnavi ul li.btn {
  width: 25%;
  border: none;
  text-align: right; }

.pagenavi .head-wrap .logo {
  width: 150px;
  padding: 0px 0; }

.pagenavi .head-wrap .logo img {
  max-width: 100%;
  height: auto; }

#sp-head {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 0 70px 0 0;
  box-sizing: border-box;
  align-items: center; }

#sp-head .logo {
  width: 30%;
  padding: 0px 0; }

#sp-head h1 {
  width: 65%;
  line-height: 1.2;
  letter-spacing: 0; }

#sp-head .logo img {
  max-width: 100%;
  height: auto; }

/* ------------------------------
  
------------------------------ */
@keyframes slidedown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    transform: translate3d(0, 0, 0);
    visibility: visible; } }
#rwdMenuWrap li {
  list-style: none;
  color: #fff;
  font-weight: bolder; }

#rwdMenuWrap ul {
  margin: 15px 0 0 0;
  opacity: 0;
  transform: translate(15px, 0px);
  -webkit-transform: translate(15px, 0px);
  transition: 1s; }

#rwdMenuWrap.fade-nx ul {
  opacity: 1 !important;
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition: 1s; }

#rwdMenuWrap li a {
  line-height: 1.2; }

#rwdMenuWrap li span {
  display: block;
  font-size: 13px;
  line-height: 1.2; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #rwdMenuWrap li span {
      font-size: 11px; } }
  @media (max-width: 767px) {
    #rwdMenuWrap li span {
      font-size: 10px; } }

#rwdMenuWrap li.mail {
  text-align: center;
  padding: 0;
  border-bottom: none; }

#rwdMenuWrap li.mail a {
  background-color: #000;
  padding: 10px 30px;
  display: inline-block;
  font-size: 15px;
  box-sizing: border-box;
  width: auto; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #rwdMenuWrap li.mail a {
      font-size: 14px; } }
  @media (max-width: 767px) {
    #rwdMenuWrap li.mail a {
      font-size: 13px; } }

/* ------------------------------
   MEDIAQUERIES LAYOUT
------------------------------ */
@media only screen and (max-width: 800px) {
  #mobile-header ul {
    width: 100%; }

  #mobile-header ul li {
    width: 20%; } }
/* ------------------------------
   MEDIAQUERIES[SP]LAYOUT
------------------------------ */
#mobile-header {
  display: none; }

@media only screen and (max-width: 1080px) {
  #mobile-header {
    display: none; }

  #menuOverlay {
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    position: fixed;
    z-index: 9997; }

  #switchBtnArea {
    width: 100%;
    position: relative;
    position: fixed;
    z-index: 999999;
    font-family: "Concert One", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }

  #switchBtnArea #switchBtn {
    background-color: #FF7B00;
    top: 10px;
    right: 10px;
    width: 52px;
    height: 55px;
    display: block;
    position: absolute; }

  #switchBtnArea #switchBtn span {
    left: 28%;
    width: 40%;
    height: 2px;
    display: block;
    position: absolute;
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.2s linear; }

  #switchBtnArea #switchBtn span:nth-of-type(1) {
    top: 12px;
    transform: rotate(0); }

  #switchBtnArea #switchBtn span:nth-of-type(2) {
    top: 19px;
    transform: scale(1); }

  #switchBtnArea #switchBtn span:nth-of-type(3) {
    top: 26px;
    transform: rotate(0); }

  #switchBtnArea #switchBtn.btnClose {
    background: #FF7B00; }

  #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
    background-color: #fff;
    top: 18px;
    transform: rotate(-45deg); }

  #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
    background-color: #fff;
    transform: scale(0); }

  #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
    background-color: #fff;
    top: 18px;
    transform: rotate(45deg); }

  #switchBtnArea #switchBtn::after {
    position: absolute;
    left: 0;
    bottom: 5px;
    content: 'MENU';
    display: block;
    width: 100%;
    color: #fff;
    font-size: 8px;
    text-decoration: none;
    text-align: center;
    transition: all .4s; }

  #switchBtnArea #switchBtn.btnClose::after {
    content: 'CLOSE';
    bottom: 5px;
    color: #fff; }

  #rwdMenuWrap {
    top: 0px;
    right: -60%;
    width: 60%;
    height: 100%;
    background: white;
    overflow: auto;
    position: fixed;
    z-index: 9998; }

  #rwdMenuWrap ul {
    margin: 15px auto;
    font-family: "Concert One", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 19px; } }
  @media only screen and (max-width: 1080px) and (min-width: 768px) and (max-width: 1080px) {
    #rwdMenuWrap ul {
      font-size: 17px; } }
  @media only screen and (max-width: 1080px) and (max-width: 767px) {
    #rwdMenuWrap ul {
      font-size: 16px; } }

@media only screen and (max-width: 1080px) {
  #rwdMenuWrap ul.sns li i {
    font-size: 15px; }

  #rwdMenuWrap ul li {
    text-align: left;
    border-bottom: 1px solid #ccc; }

  #rwdMenuWrap ul li small {
    font-size: 10px;
    display: block;
    color: #999; }

  #rwdMenuWrap ul li a {
    display: block;
    padding: 15px 15px 15px 15px; }

  #rwdMenuWrap .btn {
    text-align: center;
    width: 80%;
    margin: 0 auto; }

  #rwdMenuWrap .btn a {
    width: 80%;
    margin: 0 auto; }

  #rwdMenuWrap .logo {
    text-align: center;
    width: 60%;
    margin: 0 auto; }

  #rwdMenuWrap .logo img {
    max-width: 100%;
    height: auto; }

  #rwdMenuWrap .tel {
    text-align: center;
    font-size: 30px;
    font-family: "Lato", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    padding: 10px 0; } }
  @media only screen and (max-width: 1080px) and (min-width: 768px) and (max-width: 1080px) {
    #rwdMenuWrap .tel {
      font-size: 23px; } }
  @media only screen and (max-width: 1080px) and (max-width: 767px) {
    #rwdMenuWrap .tel {
      font-size: 22px; } }

@media only screen and (max-width: 1080px) {
  #rwdMenuWrap .time {
    text-align: center;
    font-family: "Lato", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    background-color: #E7E6DC;
    width: 85%;
    margin: 0 auto 20px auto;
    font-size: 9px;
    line-height: 1.5;
    box-sizing: border-box;
    padding: 1% 2%; }

  #rwdMenuWrap .oisogi {
    width: 85%;
    margin: 0 auto 20px auto;
    font-size: 11px;
    line-height: 1.5;
    box-sizing: border-box;
    padding: 1% 2%; } }
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
#mobile-header > ul:before,
#mobile-header > ul:after {
  content: " ";
  display: table; }

#mobile-header > ul:after {
  clear: both; }

#mobile-header > ul {
  *zoom: 1; }

.opa0 {
  opacity: 0; }

.pagetop {
  width: 100px;
  height: 100px;
  text-align: center;
  padding: 5px 0;
  box-sizing: border-box;
  background-color: #E5E5E5;
  border-radius: 50%;
  position: fixed;
  bottom: 5%;
  right: 5%;
  transition: all 0.3s linear; }
  @media (max-width: 767px) {
    .pagetop {
      padding: 2px 0;
      width: 60px;
      height: 60px; } }

.pagetop a {
  color: #FF7B00;
  font-size: 35px;
  line-height: 1.2;
  text-align: center;
  width: auto;
  display: inline-block; }
  @media (min-width: 768px) and (max-width: 1080px) {
    .pagetop a {
      font-size: 25px; } }
  @media (max-width: 767px) {
    .pagetop a {
      font-size: 20px; } }

.pagetop span {
  font-size: 12px;
  display: block;
  color: #FF7B00; }
  @media (min-width: 768px) and (max-width: 1080px) {
    .pagetop span {
      font-size: 9px; } }
  @media (max-width: 767px) {
    .pagetop span {
      font-size: 9px; } }

footer {
  background-color: #fff;
  font-size: 15px; }
  @media (min-width: 768px) and (max-width: 1080px) {
    footer {
      font-size: 14px; } }
  @media (max-width: 767px) {
    footer {
      font-size: 13px; } }

#footer-bns {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  padding: 40px 0; }
  @media (max-width: 767px) {
    #footer-bns {
      padding: 50px 0 0 0;
      -webkit-flex-wrap: wrap;
      /*--- safari（PC）用 ---*/
      flex-wrap: wrap; } }

#footer-bns li {
  width: 32%;
  border: 1px solid #eee; }
  @media (max-width: 767px) {
    #footer-bns li {
      width: 48%;
      margin: 0 0 20px 0; } }

#footer-bns li img {
  transition: all 0.2s ease-out;
  vertical-align: middle; }
  @media (max-width: 767px) {
    #footer-bns li img {
      max-width: 100%;
      height: auto; } }

#footer-bns li img:hover {
  opacity: 0.8; }

#footer-info {
  border-top: 1px solid #999;
  padding: 40px 0;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  font-size: 0.95em; }
  @media (max-width: 767px) {
    #footer-info {
      -webkit-flex-wrap: wrap;
      /*--- safari（PC）用 ---*/
      flex-wrap: wrap; } }

#footer-info .txt {
  width: 40%; }
  @media (max-width: 767px) {
    #footer-info .txt {
      width: 100%;
      display: -webkit-box;
      /*--- Androidブラウザ用 ---*/
      display: -ms-flexbox;
      /*--- IE10 ---*/
      display: -webkit-flex;
      /*--- safari（PC）用 ---*/
      display: flex;
      -webkit-box-pack: justify;
      /*--- Androidブラウザ用 ---*/
      -ms-flex-pack: justify;
      /*--- IE10 ---*/
      -webkit-justify-content: space-between;
      /*--- safari（PC）用 ---*/
      justify-content: space-between;
      letter-spacing: 0;
      align-items: center; } }

#footer-info img {
  max-width: 100%;
  height: auto; }

#footer-info .txt .logo {
  width: 45%; }
  @media (max-width: 767px) {
    #footer-info .txt .logo {
      width: 25%; } }

#footer-info nav {
  width: 55%;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between; }
  @media (max-width: 767px) {
    #footer-info nav {
      margin: 20px 0 0 0;
      width: 100%;
      padding: 20px 0 0 0;
      border-top: 3px solid #eee; } }

#footer-info ul li {
  padding: 2px 0; }

#footer-info ul li:hover {
  text-decoration: underline; }

footer small {
  display: block;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 13px;
  padding: 10px 0; }
  @media (min-width: 768px) and (max-width: 1080px) {
    footer small {
      font-size: 11px; } }
  @media (max-width: 767px) {
    footer small {
      font-size: 10px; } }

footer small a:link {
  color: #fff; }

footer small a:visited {
  color: #fff; }

.small {
  font-size: 93%; }

.inner {
  width: 1000px;
  margin: 0 auto; }
  @media (min-width: 768px) and (max-width: 1080px) {
    .inner {
      width: 92%; } }
  @media (max-width: 767px) {
    .inner {
      width: 92%; } }

#pagetitle {
  height: 200px;
  position: relative;
  background: #eee url(../images/pt.jpg) 0 0 no-repeat;
  background-size: cover;
  background-position: center; }
  @media (max-width: 767px) {
    #pagetitle {
      margin: 0px 0 0 0;
      height: 20vh; } }

#pagetitle div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: blockcont;
  font-size: 25px;
  font-weight: bolder;
  color: #fff; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #pagetitle div {
      font-size: 20px; } }
  @media (max-width: 767px) {
    #pagetitle div {
      font-size: 19px; } }

#pagetitle div small {
  display: block;
  font-size: 13px;
  text-align: center;
  opacity: 0.5; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #pagetitle div small {
      font-size: 11px; } }
  @media (max-width: 767px) {
    #pagetitle div small {
      font-size: 10px; } }

.btn a {
  background-color: #FF7B00;
  color: #fff;
  padding: 10px 20px;
  width: auto;
  display: inline-block;
  text-align: center;
  font-weight: bolder;
  transition: all 0.2s ease-out;
  border-radius: 25px; }

.btn a:hover {
  /*ボタンを押したとき*/
  background-color: #f9a252; }

.btn a:active {
  /*ボタンを押したとき*/ }

.btn.ar a {
  position: relative;
  padding-left: 35px; }

.btn.ar a:before {
  content: '\f054';
  padding: 0 0 0 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: bolder;
  position: absolute;
  left: 10px;
  opacity: 0.6; }

.btn2 a {
  background-color: #fff;
  color: #FF7B00;
  border: 2px solid #267426db;
  padding: 10px 20px;
  width: auto;
  display: inline-block;
  text-align: center;
  font-weight: bolder;
  transition: all 0.2s ease-out; }

.btn2 a:hover {
  /*ボタンを押したとき*/
  background-color: #267426e3;
  color: #fff; }

.btn2 a:active {
  /*ボタンを押したとき*/ }

.btn2.ar a {
  position: relative;
  padding-left: 35px; }

.btn2.ar a:before {
  content: '\f054';
  padding: 0 0 0 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: bolder;
  position: absolute;
  left: 10px;
  opacity: 0.6; }

.only-pc {
  display: block; }
  @media (min-width: 768px) and (max-width: 1080px) {
    .only-pc {
      display: none; } }
  @media (max-width: 767px) {
    .only-pc {
      display: none; } }

.only-tabsp {
  display: none; }
  @media (min-width: 768px) and (max-width: 1080px) {
    .only-tabsp {
      display: block; } }
  @media (max-width: 767px) {
    .only-tabsp {
      display: block; } }

@media (max-width: 767px) {
  .only-pctab {
    display: none; } }

.only-sp {
  display: none; }
  @media (min-width: 768px) and (max-width: 1080px) {
    .only-sp {
      display: none; } }
  @media (max-width: 767px) {
    .only-sp {
      display: block; } }

.blocklink {
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  opacity: 1; }

.blocklink:hover {
  opacity: 0.6; }

.pages {
  padding: 180px 0 0 0 !important;
  text-align: center !important; }
  @media (min-width: 768px) and (max-width: 1080px) {
    .pages {
      padding: 130px 0 0 0 !important; } }
  @media (max-width: 767px) {
    .pages {
      padding: 130px 0 0 0 !important; } }

/************************************
** レスポンシブページネーション
************************************/
.pagination {
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0; }

.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width: 36px;
  min-height: 36px;
  color: #333; }

.pagination li:not([class*="current"]) a:hover {
  background-color: #eee; }

.pagination li:first-of-type a {
  border-left-width: 1px; }

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px; }

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

.pagination li.first a::before {
  content: "\f100"; }

.pagination li.last a::after {
  content: "\f101"; }

.pagination li.previous a::before {
  content: "\f104"; }

.pagination li.next a::after {
  content: "\f105"; }

.pagination li.current a {
  background-color: #ddd;
  cursor: default;
  pointer-events: none; }

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

@media only screen and (max-width: 680px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .pagination li.previous a {
    border-left-width: 1px; } }
@media only screen and (max-width: 500px) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next {
    position: initial;
    top: initial;
    left: initial; }

  .pagination li.previous a {
    border-left-width: 0; } }
@media only screen and (max-width: 400px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .pagination li.previous a {
    border-left-width: 1px; } }
@media only screen and (max-width: 240px) {
  /* For watches? */
  .pagination li {
    width: 50%; }

  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px; } }
.fadein {
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transition: 1s; }

.fadein2 {
  opacity: 0;
  transition: 1s; }

.fadein3 {
  opacity: 0;
  transition: 0.5s;
  transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px); }

.fadeinAnm {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition: 1s; }

.fadein2Anm {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition: 0.5s; }

.fadein3Anm {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition: 0.5s; }

#logo img {
  max-width: 100%;
  height: auto; }

.logo img {
  max-width: 100%;
  height: auto; }

#top-contents img {
  border-radius: 5px;
  max-width: 100%;
  height: auto; }

.contents img.circle {
  border-radius: 50%; }

.contents {
  padding: 3% 0; }

.contents .inner img {
  max-width: 100%;
  height: auto; }

@media (max-width: 767px) {
  #top-contents {
    overflow: hidden; } }

#mv-bg {
  height: 500px;
  background-color: #eee; }
  @media (max-width: 767px) {
    #mv-bg {
      height: 35vh; } }

.mv01 {
  background: url(../images/mv01.jpg) no-repeat;
  background-size: cover;
  height: 500px !important;
  position: relative; }
  @media (max-width: 767px) {
    .mv01 {
      height: 35vh !important;
      background-position: top left;
      overflow: hidden; } }

.mv02 {
  background: url(../images/mv02.jpg) 0 0 no-repeat;
  background-size: cover;
  height: 500px !important; }
  @media (max-width: 767px) {
    .mv02 {
      height: 35vh !important;
      background-position: bottom left;
      overflow: hidden; } }

.mv01 h2 {
  width: 1000px;
  margin: 0 auto;
  font-family: "Concert One", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 1px;
  color: #fff;
  font-size: 30px;
  font-weight: bolder;
  text-align: center;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media (min-width: 768px) and (max-width: 1080px) {
    .mv01 h2 {
      width: 92%; } }
  @media (max-width: 767px) {
    .mv01 h2 {
      width: 92%; } }
  @media (min-width: 768px) and (max-width: 1080px) {
    .mv01 h2 {
      font-size: 23px; } }
  @media (max-width: 767px) {
    .mv01 h2 {
      font-size: 22px; } }
  @media (max-width: 767px) {
    .mv01 h2 {
      font-size: 18px; } }

.mv01 h2 span {
  font-size: 0.8em; }

.mv02 .box {
  width: 1000px;
  margin: 0 auto;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media (min-width: 768px) and (max-width: 1080px) {
    .mv02 .box {
      width: 92%; } }
  @media (max-width: 767px) {
    .mv02 .box {
      width: 92%; } }

.mv02 .box div {
  width: 50%;
  margin: 0 auto;
  background-color: #ffffffbd;
  box-sizing: border-box;
  padding: 3%; }
  @media (max-width: 767px) {
    .mv02 .box div {
      padding: 3% 2%;
      width: 90%; } }

.mv02 .box h3 {
  font-size: 25px;
  font-weight: bolder;
  border-bottom: 5px solid #FF7B00;
  display: inline-block;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0; }
  @media (min-width: 768px) and (max-width: 1080px) {
    .mv02 .box h3 {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .mv02 .box h3 {
      font-size: 19px; } }

.mv02 .box .min {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.mv02 .box ul {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  padding: 20px 0; }
  @media (max-width: 767px) {
    .mv02 .box ul {
      padding: 5px 0; } }

.mv02 .box ul li {
  background-color: #000;
  color: #fff;
  padding: 2% 3%;
  margin: 5px; }
  @media (max-width: 767px) {
    .mv02 .box ul li {
      margin: 2px;
      padding: 1% 2%; } }

.slick-dots {
  bottom: -40px !important;
  overflow: hidden; }

.slick-dots li button {
  width: auto;
  height: auto;
  margin: 0 40px 0 0; }

.slick-active button:before {
  color: #FF7B00 !important; }

.slick-dots li {
  list-style: none;
  width: 50px !important;
  height: auto;
  margin: 0 40px 0 0; }

.slick-dots li:nth-child(1) button:before {
  content: '■';
  transform: scaleY(0.2);
  font-size: 50px;
  margin: 0 10px 0 0 0; }

.slick-dots li:nth-child(2) button:before {
  content: '■';
  transform: scaleY(0.2);
  font-size: 50px; }

#top-business {
  padding: 5% 0 10% 0; }

#top-business img {
  vertical-align: middle; }

#top-business ul {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between; }
  @media (max-width: 767px) {
    #top-business ul {
      display: block;
      padding: 30px 0 0 0; } }

#top-business ul li {
  width: 30%;
  transition: all 0.2s ease-out; }
  @media (max-width: 767px) {
    #top-business ul li {
      width: 90%;
      margin: 0 auto; } }

@media (max-width: 767px) {
  #top-business ul a {
    margin: 0 0 20px 0;
    background-color: #000;
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-box-pack: justify;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: justify;
    /*--- IE10 ---*/
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    justify-content: space-between;
    align-items: center; } }

@media (max-width: 767px) {
  #top-business ul img {
    width: 30%; } }

#top-business ul li:hover {
  opacity: 0.8; }

#top-business ul li p {
  background-color: #000;
  color: #fff;
  padding: 12px 20px;
  font-size: 1.2em; }
  @media (max-width: 767px) {
    #top-business ul li p {
      width: 65%; } }

#top-greeting {
  background-color: #E5E5E5;
  padding: 3% 0; }

#top-greeting .inner {
  position: relative; }

#top-greeting h3 {
  font-size: 25px;
  width: 60%;
  text-align: center;
  padding: 0 0 40px 0;
  line-height: 1.6; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #top-greeting h3 {
      font-size: 20px; } }
  @media (max-width: 767px) {
    #top-greeting h3 {
      font-size: 19px; } }
  @media (max-width: 767px) {
    #top-greeting h3 {
      margin: 20px 0 0 0;
      width: 100%; } }

#top-greeting .txt {
  width: 60%;
  padding: 0 0 30px 0;
  line-height: 1.6; }
  @media (max-width: 767px) {
    #top-greeting .txt {
      width: 100%; } }

#top-greeting .photo01 {
  position: absolute;
  right: -30px;
  top: -100px;
  width: 35%;
  z-index: 1; }
  @media (max-width: 767px) {
    #top-greeting .photo01 {
      display: none; } }

#top-greeting .photo02 {
  position: absolute;
  right: 30px;
  top: 120px;
  width: 35%; }
  @media (max-width: 767px) {
    #top-greeting .photo02 {
      display: none; } }

#business .read {
  text-align: center;
  padding: 5% 0 0 0; }
  @media (max-width: 767px) {
    #business .read {
      text-align: left; } }

#business-box {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  padding: 6% 0;
  background: url(../images/business-bg.jpg) right bottom no-repeat;
  background-size: 45% auto; }
  @media (max-width: 767px) {
    #business-box {
      display: block;
      background: none;
      padding: 10% 0; } }

#business-box #concept {
  width: 48%; }
  @media (max-width: 767px) {
    #business-box #concept {
      width: 100%; } }

#business-box #concept h3 {
  font-size: 19px;
  font-weight: bolder;
  font-family: "Concert One", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  margin: 50px 0 15px 0; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #business-box #concept h3 {
      font-size: 17px; } }
  @media (max-width: 767px) {
    #business-box #concept h3 {
      font-size: 16px; } }
  @media (max-width: 767px) {
    #business-box #concept h3 {
      letter-spacing: 0; } }

#business-box #service {
  width: 48%;
  position: relative;
  padding: 50px 0 0 0; }
  @media (max-width: 767px) {
    #business-box #service {
      width: 100%; } }

#business-box #service h3 {
  position: absolute;
  display: inline-block;
  top: 43px;
  text-align: center;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #FF7B00;
  font-weight: bold; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #business-box #service h3 {
      font-size: 17px; } }
  @media (max-width: 767px) {
    #business-box #service h3 {
      font-size: 16px; } }

#business-box #service ul {
  border: 1px solid #999;
  padding: 3%;
  background-color: #fff; }

#business-box #service ul li {
  padding: 2% 0; }

#business #flow {
  background-color: #eee;
  padding: 5% 0; }

#business #flow h3 {
  text-align: center;
  padding: 0 0 50px 0; }
  @media (max-width: 767px) {
    #business #flow h3 {
      padding: 0 0 20px 0; } }

#business #flow h3 span {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-size: 25px;
  padding: 2% 0;
  font-weight: bolder;
  border-bottom: 3px solid #000; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #business #flow h3 span {
      font-size: 20px; } }
  @media (max-width: 767px) {
    #business #flow h3 span {
      font-size: 19px; } }

#business #flow dl {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  padding: 30px 0; }
  @media (max-width: 767px) {
    #business #flow dl {
      padding: 10px 0; } }

#business #flow dt {
  border: 2px solid #FF7B00;
  color: #fff;
  width: 35%;
  background-color: #FF7B00;
  text-align: center;
  font-size: 1.3em;
  font-weight: bolder;
  padding: 3% 0; }
  @media (max-width: 767px) {
    #business #flow dt {
      font-size: 1.1em; } }

#business #flow dd {
  width: 60%;
  padding: 20px 0; }

#business #flow dd strong {
  font-size: 1.2em; }

#business #flow dd strong {
  font-size: 1.2em;
  display: block;
  padding: 0 0 10px 0; }

#business #flow dd p {
  margin: 0 0 20px 0; }

#business #flow dl:after {
  content: "\f078";
  display: block;
  width: 35%;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: bolder;
  padding: 20px 0 0 0;
  font-size: 30px;
  color: #FF7B00;
  opacity: 0.5; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #business #flow dl:after {
      font-size: 23px; } }
  @media (max-width: 767px) {
    #business #flow dl:after {
      font-size: 22px; } }

#business #flow dl:last-of-type:after {
  display: none; }

#works {
  background-color: #eee; }

#works ul {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap; }

#works ul li {
  width: 48%;
  background-color: #fff;
  border: 5px solid #E5E5E5;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  margin: 0 0 30px 0;
  box-sizing: border-box;
  padding: 2%;
  align-items: center; }
  @media (max-width: 767px) {
    #works ul li {
      width: 100%;
      margin: 10px 0 10px 0; } }

#works ul li img {
  width: 45%;
  height: auto; }

#works ul li p {
  width: 50%;
  font-size: 1.2em; }

.is-empty {
  opacity: 0;
  width: 0; }

#area h3 {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-size: 25px;
  padding: 2% 0;
  font-weight: bolder;
  border-bottom: 3px solid #000;
  font-size: 19px;
  margin: 0 0 40px 0; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #area h3 {
      font-size: 20px; } }
  @media (max-width: 767px) {
    #area h3 {
      font-size: 19px; } }
  @media (min-width: 768px) and (max-width: 1080px) {
    #area h3 {
      font-size: 17px; } }
  @media (max-width: 767px) {
    #area h3 {
      font-size: 16px; } }

#area .read {
  padding: 5%;
  width: 800px;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box; }
  @media (max-width: 767px) {
    #area .read {
      width: 100%; } }

#area .read p {
  text-align: left;
  padding: 0 0 20px 0; }

#area .read p {
  text-align: left;
  padding: 0 0 20px 0; }

#area-box {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    #area-box {
      width: 100%; } }

#area-box div {
  width: 30%;
  margin: 0 0 30px 0px;
  padding: 0 0 0 15px; }
  @media (max-width: 767px) {
    #area-box div {
      width: 48%;
      padding: 0; } }

#area-box h4 {
  position: relative;
  padding: .75em;
  padding-left: 25px;
  font-weight: bold;
  font-size: 19px;
  background-color: #FF7B00;
  color: #fff;
  font-size: 19px;
  margin: 0 0 15px 0; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #area-box h4 {
      font-size: 17px; } }
  @media (max-width: 767px) {
    #area-box h4 {
      font-size: 16px; } }
  @media (min-width: 768px) and (max-width: 1080px) {
    #area-box h4 {
      font-size: 17px; } }
  @media (max-width: 767px) {
    #area-box h4 {
      font-size: 16px; } }
  @media (max-width: 767px) {
    #area-box h4 {
      padding: 2%;
      text-align: center; } }

#area-box div ul {
  padding: 0 0 0 30px;
  list-style-type: square; }

#greeting {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  padding: 40px 0; }
  @media (max-width: 767px) {
    #greeting {
      display: block; } }

#greeting .txt {
  width: 60%; }
  @media (max-width: 767px) {
    #greeting .txt {
      width: 100%; } }

#greeting h3 {
  text-align: center;
  padding: 0 0 40px 0;
  font-size: 19px;
  font-weight: bolder;
  font-family: "Concert One", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #greeting h3 {
      font-size: 17px; } }
  @media (max-width: 767px) {
    #greeting h3 {
      font-size: 16px; } }

#greeting p {
  padding: 0 0 20px 0; }

#greeting .right {
  text-align: right;
  padding: 30px 0; }

#greeting .photo {
  width: 35%; }
  @media (max-width: 767px) {
    #greeting .photo {
      width: 50%;
      padding: 0 0 0 50%; } }

#company {
  background-color: #E5E5E5;
  padding: 5% 0; }

#company .inner {
  text-align: center; }

#company h3 {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-size: 25px;
  padding: 2% 0;
  font-weight: bolder;
  border-bottom: 3px solid #000;
  margin: 0px 0 40px 0; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #company h3 {
      font-size: 20px; } }
  @media (max-width: 767px) {
    #company h3 {
      font-size: 19px; } }

#company .info {
  width: 80%;
  margin: 0 auto;
  background-color: #fff; }
  @media (max-width: 767px) {
    #company .info {
      width: 100%; } }

#company dl {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  padding: 3% 0;
  border-bottom: 2px dotted #ccc; }

#company dl dt {
  width: 30%;
  font-weight: bolder; }

#company dl dd {
  width: 65%;
  text-align: left; }

#company dl:last-of-type {
  border: none; }

#access {
  padding: 5% 0; }

#access h3 {
  position: relative;
  padding: .75em;
  padding-left: 25px;
  font-weight: bold;
  font-size: 19px;
  background-color: #FF7B00;
  color: #fff;
  margin: 0 0 30px 0; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #access h3 {
      font-size: 17px; } }
  @media (max-width: 767px) {
    #access h3 {
      font-size: 16px; } }

#access h3:before {
  content: '';
  height: 38px;
  width: 2px;
  display: block;
  position: absolute;
  top: 8px;
  left: 6px;
  background-color: #fff;
  border-left: 4px solid #fff; }

#access iframe {
  width: 100%;
  height: 50vh; }

#access .btn {
  padding: 3% 0;
  text-align: right; }

#recruit {
  padding: 0% 0; }

#message h3 {
  text-align: center;
  padding: 0 0 40px 0;
  font-size: 19px;
  font-weight: bolder;
  font-family: "Concert One", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #message h3 {
      font-size: 17px; } }
  @media (max-width: 767px) {
    #message h3 {
      font-size: 16px; } }

#recruit #message {
  background-color: #f0f0f0;
  padding: 8% 0;
  background: url(../images/recruit-bg.jpg) right center no-repeat;
  background-size: 50% auto;
  background-color: #FF7B00;
  color: #fff; }
  @media (max-width: 767px) {
    #recruit #message {
      background-image: none;
      background-color: #575b5d; } }

#recruit #message .txt {
  width: 50%;
  box-sizing: border-box;
  padding: 3%;
  text-align: center; }
  @media (max-width: 767px) {
    #recruit #message .txt {
      width: 100%;
      text-align: left; } }

#recruit .message .txt h4 {
  font-size: 19px;
  font-weight: bolder;
  margin: 0 0 20px 0; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #recruit .message .txt h4 {
      font-size: 17px; } }
  @media (max-width: 767px) {
    #recruit .message .txt h4 {
      font-size: 16px; } }

#recruit #youkou {
  padding: 5% 0 3% 0; }

#recruit #youkou h3 {
  text-align: center;
  margin: 0 0 40px 0;
  font-size: 25px;
  font-weight: bolder;
  font-family: "Concert One", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }
  @media (min-width: 768px) and (max-width: 1080px) {
    #recruit #youkou h3 {
      font-size: 20px; } }
  @media (max-width: 767px) {
    #recruit #youkou h3 {
      font-size: 19px; } }

#recruit #youkou h3 span {
  border-bottom: 3px solid #FF7B00;
  display: inline-block;
  padding: 0 0 20px 0; }

#recruit #youkou dl {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  border-bottom: 1px dotted #999; }

#recruit #youkou dl:first-of-type {
  border-top: 3px solid #ddd; }

#recruit #youkou dl dt {
  width: 25%;
  background-color: #E5E5E5;
  font-weight: bolder;
  padding: 2% 0;
  text-align: center;
  color: #333; }

#recruit #youkou dl dd {
  width: 73%;
  padding: 2% 0; }

#recruit .end {
  text-align: center;
  padding: 3% 0; }

#contact .read {
  padding: 50px 0 30px 0;
  width: 80%;
  margin: 0 auto; }
  @media (max-width: 767px) {
    #contact .read {
      width: 100%;
      text-align: left; } }

#contact #form {
  width: 80%;
  margin: 0 auto;
  border-top: 3px solid #ddd;
  padding: 0 0 3% 0; }
  @media (max-width: 767px) {
    #contact #form {
      width: 100%;
      border: 3px solid #ddd;
      box-sizing: border-box;
      padding: 2%; } }

#contact #form dl {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  border-bottom: 1px dotted #999; }
  @media (max-width: 767px) {
    #contact #form dl {
      display: block; } }

#contact #form dl dt {
  width: 25%;
  font-weight: bolder;
  padding: 3% 0;
  text-align: center;
  color: #333; }
  @media (max-width: 767px) {
    #contact #form dl dt {
      background-color: #000;
      text-align: left;
      color: #fff;
      width: 100%;
      font-size: 12px;
      padding: 2%;
      box-sizing: border-box; } }

#contact #form dl dd {
  width: 73%;
  padding: 3% 0; }
  @media (max-width: 767px) {
    #contact #form dl dd {
      width: 100%;
      text-align: left;
      margin: 10px 0; } }

#contact #form input[type=text] {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 5px;
  border: 1px solid #fff;
  border-bottom: 1px solid #eee;
  background-color: #f3f3f3; }
  @media (max-width: 767px) {
    #contact #form input[type=text] {
      width: 90%;
      display: block;
      margin: 0 auto;
      border: 1px solid #ccc; } }

#contact #form select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-bottom: 1px solid #eee;
  background-color: #f3f3f3; }
  @media (max-width: 767px) {
    #contact #form select {
      width: 90%;
      display: block;
      margin: 0 auto;
      border: 1px solid #ccc; } }

#contact #form span.biko {
  color: #666;
  font-size: 0.85em;
  display: block; }

#contact #form input[type=file] {
  color: #666;
  font-size: 0.85em; }

#contact #form input[name=email] {
  margin: 8px 0 8px 0; }
  @media (max-width: 767px) {
    #contact #form input[name=email] {
      display: block;
      margin: 0 auto;
      width: 90%;
      border: 1px solid #ccc; } }

#contact #form input[type=radio] {
  margin: 5px 5px 5px 0; }

#contact #form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 5px;
  border: 1px solid #fff;
  border-bottom: 1px solid #eee;
  background-color: #f3f3f3; }
  @media (max-width: 767px) {
    #contact #form textarea {
      display: block;
      margin: 0 auto;
      width: 90%;
      padding: 0;
      border: 1px solid #ccc; } }

#contact .privacy {
  text-align: center;
  padding: 8% 0;
  font-size: 0.9em; }
  @media (max-width: 767px) {
    #contact .privacy {
      line-height: 1.25; } }

#contact .privacy a {
  text-decoration: underline; }

#contact .btn {
  text-align: center; }

#contact .btn input {
  background-color: #FF7B00;
  color: #fff;
  padding: 10px 20px;
  width: auto;
  display: inline-block;
  text-align: center;
  font-weight: bolder;
  transition: all 0.2s ease-out;
  width: 150px;
  border-radius: 25px; }
  @media (max-width: 767px) {
    #contact .btn input {
      width: 70%;
      margin: 0 0 20px 0; } }

#contact .btn input:hover {
  /*ボタンを押したとき*/
  background-color: #ff8f28d1; }

#contact .btn input:active {
  /*ボタンを押したとき*/ }

#privacy {
  margin: 0 auto; }

#privacy .read {
  padding: 50px 0 10px 0; }

.privacy-box {
  padding: 5% 0;
  border-bottom: 2px dotted #ccc; }

.privacy-box h3 {
  font-size: 1.2em;
  font-weight: bolder;
  margin: 0 0 15px 0;
  color: #FF7B00; }

.privacy-box p {
  padding: 0 0 15px 0; }

.privacy-box a:link {
  text-decoration: underline; }

#sitemap .inner {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  padding: 5% 0; }
  @media (max-width: 767px) {
    #sitemap .inner {
      display: block; } }

#sitemap ul li ul {
  margin-top: .5em;
  margin-bottom: .75em;
  margin-left: 48px; }

#sitemap ul li ul li {
  margin-bottom: .25em;
  position: relative; }

#sitemap ul li ul li::before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: -16px;
  width: 10px;
  height: calc(100% + .75em);
  border-left: 1px solid #FF7B00; }

#sitemap ul li ul li:last-child::before {
  height: calc(1em + .25em); }

#sitemap ul li ul li::after {
  content: "";
  position: absolute;
  top: .75em;
  left: -16px;
  width: 10px;
  border-bottom: 1px solid #FF7B00; }

#sitemap ul {
  width: 30%;
  box-sizing: border-box; }
  @media (max-width: 767px) {
    #sitemap ul {
      width: 100%; } }

#sitemap ul li {
  font-size: 1.1em;
  font-weight: bolder;
  padding: 3% 0; }

#sitemap li > ul {
  width: 100%;
  box-sizing: border-box; }

#sitemap li > ul li {
  font-size: 0.9em;
  font-weight: 400;
  padding: 0; }

#sitemap li a:link {
  color: #000; }

#sitemap li a:hover {
  text-decoration: underline; }

article, aside, details, figcaption, figure, header, hgroup, menu, nav, section {
  display: block; }

/*# sourceMappingURL=style.css.map */
