@charset "UTF-8";
@import url(/assets/css/reset.css);
/* Scss Document */
/*Smartphoneの文字サイズ*/
@media (min-width: 200px) and (max-width: 770px) {
  #page {
    line-height: 1.6em;
    font-size: 14px; } }
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important; }

.sp {
  display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
a[href^="tel:"] {
  color: #3e3a39; }

@media (min-width: 771px) {
  a[href^="tel:"] {
    pointer-events: none; } }
/*========customize========*/
.wf-roundedmplus1c {
  font-family: "M PLUS Rounded 1c";
  transform: rotate(0.05deg); }

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)"; }

.text_L {
  font-size: 18px; }

.text_S {
  font-size: 14px; }

.bold {
  font-weight: bold; }

/*========header========*/
header nav {
  max-width: 1120px;
  margin: 0 auto;
  color: #3e3a39;
  transform: rotate(0.05deg); }
header .navbar-light .navbar-brand {
  font-weight: 900; }
header .navbar-nav .nav-item {
  padding: 15px 30px;
  font-weight: 600; }
header .navbar-nav .nav-item .last {
  padding: 0 0 0 30px; }
header .recruit {
  background: #e4f6df; }

@media (min-width: 200px) and (max-width: 770px) {
  header {
    margin: 10px; } }
/*========page========*/
body#page {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  line-height: 24px;
  letter-spacing: 0.8pt;
  color: #3e3a39;
  /* back-color */
  /*見出し*/
  /*例えばこんな使い方*/
  /* Q&A */
  /* access */
  /*お問い合わせ*/
  /*代表挨拶*/
  /*access*/
  /*login*/ }
  body#page p {
    transform: rotate(0.05deg); }
  body#page .back-green01 {
    background: #f8fbf4;
    padding: 20px 0;
    margin: 0 auto; }
  body#page .back-green02 {
    background: #e4f6df;
    padding: 20px 0; }
  body#page .back-green03 {
    background: #c9f1bd;
    padding: 20px 0; }
  body#page .back-green04 {
    background: #b6eba7;
    padding: 20px 0; }
  body#page h2 {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    font-size: 25px;
    font-weight: 700;
    padding: 15px 0;
    text-align: center;
    position: relative;
    margin-top: 30px; }
    body#page h2 span {
      font-size: 20px; }
    body#page h2 img {
      padding-bottom: 10px;
      height: auto; }
  body#page h2::after {
    content: "";
    display: block;
    width: 20%;
    height: 3px;
    background-color: #3e3a39;
    margin: 0 auto;
    margin-top: 15px; }
  body#page h2.access {
    margin-top: 15px; }
  @media (min-width: 200px) and (max-width: 770px) {
    body#page h2 {
      font-size: 20px; } }
  body#page h3 {
    display: inline-flex;
    font-size: 20px;
    font-weight: 600; }
  body#page .maru {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    background: #098303;
    color: #FFFFFF; }
  body#page h4 {
    font-size: 18px;
    font-weight: 600;
    border-left: 6px #078407 solid;
    padding-left: 10px; }
  body#page .gray_box {
    border: 4px solid #e3e3e3;
    border-radius: 3px;
    padding: 10px;
    margin: 15px; }
    body#page .gray_box p.title {
      font-size: 18px;
      font-weight: 900;
      padding: 5px;
      text-align: center; }
  body#page .q_box {
    background-size: auto auto;
    background-color: white;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, #fef4f5 2px, #fef4f5 4px);
    padding: 10px 10px 10px 15px;
    font-weight: 600;
    font-size: 17px;
    margin-top: 5px; }
  body#page .a_box {
    background-size: auto auto;
    background-color: white;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, #e7feff 2px, #e7feff 4px);
    padding: 10px 10px 10px 15px;
    font-size: 16px; }
  body#page .office-wrap {
    margin: 50px 0; }
  @media (min-width: 200px) and (max-width: 770px) {
    body#page .office-wrap {
      margin: 30px 0; } }
  body#page .tel_area .tel_number {
    font-size: 25px;
    font-weight: 800;
    margin: 15px; }
  body#page .tel_area .button {
    display: inline-block;
    width: 100%;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    background-color: #ecdb0e;
    border: 2px solid #ecdb0e;
    color: #2b2b2b;
    line-height: 50px;
    border-radius: 3px;
    margin-top: 15px; }
  body#page .tel_area .button::before,
  body#page .tel_area .button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: ''; }
  body#page .tel_area .button,
  body#page .tel_area .button::before,
  body#page .tel_area .button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s; }
  body#page .tel_area .button:hover {
    background-color: #fff;
    border-color: #ecdb0e;
    color: #ecdb0e; }
  body#page .p_massage .name {
    font-family: ro-shino-std,serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 19px; }
  body#page .p_massage img.pre {
    max-width: 350px;
    width: 100%; }
  body#page .access {
    line-height: 2em; }
  body#page .login h2.login-title {
    color: #5ca842; }
  body#page .login h2.login-title::after {
    background-color: #5ca842; }

/*============page============*/
#page.recruit .first .first-title {
  font-weight: 800;
  font-size: 27px;
  background: linear-gradient(transparent 75%, #fec64d 75%); }
#page.recruit .first .first-more {
  font-size: 15px; }
#page.recruit .staff_area .staff-name {
  font-size: 18px; }
#page.recruit .application {
  margin-bottom: 50px; }
  #page.recruit .application .application-title {
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    margin: 20px 0; }
  #page.recruit .application .guide .guide-title {
    background: #fff5df;
    font-weight: 700;
    font-size: 20px;
    margin-top: 10px; }
  #page.recruit .application .guide .guide-title2 {
    background: #f1f2f4;
    font-weight: 700;
    font-size: 20px;
    margin-top: 10px; }
  #page.recruit .application .guide .guide-text {
    padding: 10px;
    background: #fffdf8;
    margin-top: 10px; }
  @media (min-width: 200px) and (max-width: 770px) {
    #page.recruit .application .guide .guide-text {
      margin-top: 0; } }
  #page.recruit .application .button2 {
    display: inline-block;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    height: 65px;
    text-align: center;
    text-decoration: none;
    line-height: 65px;
    outline: none;
    background-color: #9ee04f;
    border: 2px solid #9ee04f;
    color: #2b2b2b;
    font-weight: 800;
    border-radius: 3px;
    margin-top: 15px; }
  #page.recruit .application .button2::before,
  #page.recruit .application .button2::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: ''; }
  #page.recruit .application .button2,
  #page.recruit .application .button2::before,
  #page.recruit .application .button2::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s; }
  #page.recruit .application .button2:hover {
    background-color: #fff;
    border-color: #9ee04f;
    color: #9ee04f; }
#page.recruit .tel_number {
  font-size: 25px;
  font-weight: 800;
  margin: 15px; }

/*============recruit============*/
footer {
  background: #313131;
  text-align: center;
  padding: 10px;
  color: #FFFFFF;
  font-size: 11px; }
