@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.6;
  color: #333333;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
  font-weight: 400; }

figure {
  padding: 0;
  margin: 0; }

.inner {
  margin: 0 auto;
  max-width: 960px; }

@media screen and (max-width: 468px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important; } }

.sinner {
  max-width: 620px; }

.bornone td {
  border: none !important; }

.pdnone td {
  padding: 0 !important; }

.img100 img {
  width: 100%; }

.link1 a {
  color: #01ae9b;
  font-weight: bold; }

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden; }

.map {
  margin: 56px 20px 0; }

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left; }

.policy h2 {
  border-bottom: 1px solid #999;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px; }

.policy p {
  margin: 0 0 20px; }

table td {
  margin-bottom: -1px !important;
  padding: 20px !important; }

.tlauto table {
  table-layout: auto; }

table td img {
  height: auto !important; }

.pdtd10 td {
  padding: 10px !important; }

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line; }

b, strong {
  font-weight: bold; }

u {
  text-decoration: line-through; }

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

small {
  font-size: 80%; }

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3; }

span {
  font-weight: inherit; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

u {
  text-decoration: underline; }

.borB {
  border-bottom: 1px dashed #333; }

.b {
  font-weight: bold; }

b {
  font-weight: bold; }

.borderB {
  border-bottom: 1px dashed #333; }

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px; }

a:hover {
  opacity: 0.6; }

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 468px) {
    #contents_wrap {
      padding-left: 10px;
      padding-right: 10px; } }

#contents {
  max-width: 960px;
  width: 100%; }

.tacenter {
  text-align: center !important; }

.ColLeft {
  float: left; }

.ColRight {
  float: right; }

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden; }

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden; }

@media screen and (max-width: 960px) {
  .imgR, .imgL {
    max-width: 30% !important; } }

@media screen and (max-width: 468px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center; } }

.fwb {
  font-weight: bold; }

.mincho {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif; }

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@media screen and (max-width: 768px) {
  .fltL {
    float: none;
    width: 100% !important; }
  .fltR {
    float: none;
    width: 100% !important; } }

@media screen and (max-width: 468px) {
  .sptal {
    text-align: left !important; }
  .sptar {
    text-align: right !important; }
  .sptac {
    text-align: center !important; } }

header#global_header {
  max-width: 100%;
  min-width: 100% !important; }

#main, #main #col_main {
  width: 100%; }

footer#global_footer {
  min-width: 100% !important; }

header#global_header {
  max-width: 100%; }

#header {
  width: 100%;
  padding: 20px 0; }
  @media screen and (max-width: 768px) {
    #header {
      padding: 65px 0 20px; } }
  #header .inner {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #header .inner img {
      width: 100%; }
    #header .inner #siteID {
      margin-right: 10px; }
    #header .inner .h_tel {
      margin-left: 10px; }

#nav_global ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 960px;
  margin: 0 auto; }
  #nav_global ul li {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative; }
    #nav_global ul li:last-child a {
      border-right: 1px solid #999; }
    #nav_global ul li ul {
      position: absolute;
      top: 20px;
      left: 0;
      display: block;
      width: 100%;
      z-index: 99999; }
      #nav_global ul li ul li a {
        border-left: none;
        background: rgba(255, 255, 255, 0.8);
        padding: 5px 0;
        border-bottom: 1px dotted #999; }
    #nav_global ul li a {
      display: block;
      border-left: 1px solid #999;
      text-decoration: none;
      color: #000;
      -webkit-transition-duration: 0.4s;
      -o-transition-duration: 0.4s;
      transition-duration: 0.4s;
      font-size: 16px; }
      #nav_global ul li a:hover {
        opacity: 1;
        color: #01ae9b; }

#main_image img {
  width: 100%;
  margin-top: 20px; }

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000; }

.mean-container .mean-bar {
  background: #01ae9b !important;
  position: fixed !important; }

.mean-container .mean-nav {
  background: #01ae9b !important; }

#footer {
  font-size: 13px; }
  #footer .inner {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left; }
    @media screen and (max-width: 768px) {
      #footer .inner {
        -ms-flex-pack: distribute;
        justify-content: space-around; } }
    @media screen and (max-width: 468px) {
      #footer .inner {
        display: block;
        text-align: center; } }
    @media screen and (max-width: 468px) {
      #footer .inner .box1 {
        margin-bottom: 15px; } }
    @media screen and (max-width: 768px) {
      #footer .inner ul {
        display: none; } }
    #footer .inner ul li a {
      color: #000;
      text-decoration: none; }
    #footer .inner .nav1 li:nth-of-type(4), #footer .inner .nav1 li:nth-of-type(5), #footer .inner .nav1 li:nth-of-type(6) {
      padding-left: 10px; }
  #footer .copy {
    background: #01ae9b;
    text-align: center;
    color: #fff;
    line-height: 40px;
    margin-top: 40px; }

#contents_wrap {
  padding: 0 0 100px; }
  @media screen and (max-width: 768px) {
    #contents_wrap {
      padding: 0 10px 80px; } }
  @media screen and (max-width: 468px) {
    #contents_wrap {
      padding: 0 10px 50px; } }

/* TOP */
.hometxt h3 {
  display: inline-block;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  font-size: 23px;
  font-weight: bold; }
  .hometxt h3:first-letter {
    color: #01ae9b;
    font-size: 45px;
    font-style: italic; }

.hometxt a {
  color: #01ae9b;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px; }

@media screen and (max-width: 768px) {
  .hometxt img {
    max-width: 100% !important;
    text-align: center;
    float: none;
    display: block;
    margin: 0 auto; } }

.news {
  border: 1px solid #01ae9b;
  padding: 20px;
  width: 49%;
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    .news {
      width: 100%; } }
  .news h2 {
    text-align: center;
    color: #01ae9b;
    font-size: 23px;
    border-bottom: 1px solid #01ae9b;
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
    font-weight: bold; }
  .news .scroll {
    margin-top: 20px;
    max-height: 250px;
    overflow-y: auto; }
    .news .scroll .news_txt {
      border-bottom: 1px dotted #999;
      padding-bottom: 20px;
      margin-bottom: 20px; }

@media screen and (max-width: 468px) {
  .table_wrap table {
    table-layout: auto !important; } }

.table_wrap .bordertop {
  border-bottom: 1px solid #fff !important; }

.googlemap {
  box-shadow: 0 0 30px #ccc;
  -moz-box-shadow: 0 0 30px #ccc;
  -webkit-box-shadow: 0 0 30px #ccc; }
  .googlemap iframe {
    vertical-align: top; }

.求人, .インスタ {
  width: 48%;
  text-align: center;
  margin-top: 20px; }
  @media screen and (max-width: 468px) {
    .求人, .インスタ {
      width: 100%; } }
  .求人 a, .インスタ a {
    display: block;
    color: #fff;
    padding: 20px 0;
    font-weight: bold;
    border-radius: 40px; }

.求人 a {
  background: #01ae9b; }

.インスタ a {
  background: orange; }

/* BLOG */
div.blog_list {
  border: none !important; }

div.blog_photo {
  display: none !important; }

div.blog_text {
  width: 100% !important;
  padding: 0 !important;
  font-size: 16px !important; }

div.blog_list > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 20px !important;
  margin-bottom: 20px !important; }

div.blog_date {
  color: #333 !important;
  font-weight: bold; }

/* 3列 */
.wrap1 {
  margin-left: -3.0303% !important; }
  @media screen and (max-width: 468px) {
    .wrap1 {
      margin-left: 0% !important; } }
  .wrap1 .box1 {
    float: left !important;
    width: 30.30303% !important;
    margin-left: 3.0303% !important; }
    @media screen and (max-width: 468px) {
      .wrap1 .box1 {
        margin-left: 0 !important; } }

.disnone {
  display: none; }

.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important; }

.bg1 {
  background: url(../images/common/homebg.png) center top no-repeat;
  background-size: cover;
  padding: 50px 0; }

.flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 468px) {
    .flex_wrap {
      display: block; } }

/* title */
.h1wrap h1 {
  margin-top: 20px;
  background: #01ae9b;
  color: #fff;
  font-weight: bold;
  line-height: 100px;
  font-size: 30px; }
  @media screen and (max-width: 768px) {
    .h1wrap h1 {
      font-size: 18px;
      font-size: 5.625vw; } }

h2.h2title {
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  border-left: 5px solid #01ae9b;
  padding-left: 10px;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    h2.h2title {
      font-size: 13px;
      font-size: 4.0625vw; } }

h3.h3title {
  color: #01ae9b;
  font-weight: bold;
  display: inline-block; }

/* common */
.pan a {
  display: inline-block;
  line-height: 30px;
  color: #01ae9b; }

.notpage b {
  font-size: 50px;
  color: #01ae9b; }
  @media screen and (max-width: 768px) {
    .notpage b {
      font-size: 18px;
      font-size: 5.625vw; } }

section div#contents article ul li a,
section div#contents > dl ul li a {
  margin-bottom: 0 !important;
  color: #01ae9b !important; }

div.detail {
  margin-top: 10px !important; }

section div.wrap {
  padding: 30px 0 !important; }

.faq_wrap {
  width: 49%;
  margin-top: 2%;
  border: 1px solid #ccc;
  padding: 20px; }
  @media screen and (max-width: 468px) {
    .faq_wrap {
      width: 100%; } }

.qu {
  position: relative;
  padding-left: 35px;
  font-size-adjust: 18px;
  font-weight: bold; }
  .qu:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: fontAwesome;
    content: "\f059";
    font-size: 30px;
    line-height: 0.8;
    color: #01ae9b; }

.an {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 10px; }

.pdtop {
  padding-top: 100px;
  margin-top: -100px; }

.feebanner a {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  background: #01ae9b;
  color: #fff;
  padding: 20px 0;
  border-radius: 40px; }

.clearnone {
  clear: none !important; }

.namber1, .namber2, .namber3, .namber4, .namber01, .namber02, .namber03, .namber04, .mens, .lady {
  position: relative;
  padding-left: 45px; }
  .namber1:before, .namber2:before, .namber3:before, .namber4:before, .namber01:before, .namber02:before, .namber03:before, .namber04:before, .mens:before, .lady:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    font-family: "Font Awesome 5 Pro";
    content: "\f525";
    font-size: 40px;
    line-height: 0.8;
    color: #01ae9b;
    width: 35px;
    height: 32px;
    margin: auto; }
  .namber1 b, .namber2 b, .namber3 b, .namber4 b, .namber01 b, .namber02 b, .namber03 b, .namber04 b, .mens b, .lady b {
    font-size: 20px;
    color: #01ae9b; }

.namber2:before {
  content: "\f528"; }

.namber3:before {
  content: "\f527"; }

.namber4:before {
  content: "\f524"; }

.namber01:before {
  content: "\f525";
  bottom: auto;
  top: 10px; }
  @media screen and (max-width: 468px) {
    .namber01:before {
      top: 0; } }

.namber02:before {
  content: "\f528";
  bottom: auto;
  top: 10px; }
  @media screen and (max-width: 468px) {
    .namber02:before {
      top: 0; } }

.namber03:before {
  content: "\f527";
  bottom: auto;
  top: 10px; }
  @media screen and (max-width: 468px) {
    .namber03:before {
      top: 0; } }

.namber04:before {
  content: "\f524";
  bottom: auto;
  top: 10px; }
  @media screen and (max-width: 468px) {
    .namber04:before {
      top: 0; } }

.mens:before {
  content: "\f183"; }

.lady:before {
  content: "\f182"; }

/*================== プラポリ一体型お問い合わせSCSS =================*/
.policy {
  text-align: left; }

.policy-text {
  font-size: 18px; }

.policy h2 {
  border-left: 4px solid #01ae9b;
  color: #333;
  padding-left: 8px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: normal; }

.policy-trriger {
  color: #01ae9b;
  cursor: pointer;
  text-decoration: underline; }

.policy-wrap {
  display: none;
  position: fixed;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .policy-wrap {
      left: 0; } }
  .policy-wrap p {
    color: #333;
    line-height: 1.6; }
  .policy-wrap > div {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    opacity: 0;
    position: relative;
    padding: 20px;
    max-width: 800px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #01ae9b;
    height: 60vh;
    -ms-overflow-y: scroll;
    overflow-y: scroll; }
    @media screen and (max-width: 768px) {
      .policy-wrap > div {
        width: 95%; } }
    .policy-wrap > div a {
      position: absolute;
      top: -4px;
      right: -4px;
      font-size: 2.4rem;
      font-weight: bold; }

.policy {
  text-align: left; }

.policy-text {
  font-size: 18px; }

.policy-wrap h3 {
  margin-top: 16px;
  border-left: 4px solid #01ae9b;
  color: #333;
  padding-left: 8px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold; }

.policy p {
  margin: 10px 0 25px; }

.policy-wrap.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .policy-wrap.active > div {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

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