@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; }

html {
  position: relative;
  z-index: -9; }

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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 500; }

.inner {
  margin: 0 auto;
  max-width: 1170px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .inner {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 468px) {
    .inner {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-top: 95px;
  margin-bottom: 0;
  overflow: hidden; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #contents_wrap {
      margin-top: 38px; } }
  @media only screen and (max-width: 468px) {
    #contents_wrap {
      margin-top: 10px; } }

#contents {
  width: 100%;
  max-width: 1170px;
  padding: 0 10px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #contents {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 468px) {
    #contents {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

#main {
  width: 100%; }

#main #col_main {
  width: 100%; }

.pankuzu {
  margin: 5px 0 50px 0;
  font-size: 13px; }
  .pankuzu a {
    color: #432772; }
    .pankuzu a:hover {
      text-decoration: underline; }

.error_link a {
  display: inline-block;
  margin-top: 100px;
  color: #432772;
  text-decoration: underline; }
  .error_link a:hover {
    text-decoration: none; }

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

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

.smp h2 {
  margin: 100px auto 20px auto;
  padding-bottom: 5px;
  border-bottom: 2px solid #ccc;
  font-size: 24px;
  letter-spacing: 10px; }
  .smp h2:first-of-type {
    margin-top: 0; }
.smp h3 {
  margin: 50px auto 10px auto;
  font-size: 20px; }
  .smp h3:first-of-type {
    margin-top: 20px; }
.smp p {
  margin-bottom: 10px; }
.smp ul {
  padding: 0 20px; }
.smp li {
  margin-bottom: 10px; }

table {
  table-layout: fixed; }

table td {
  padding: 0 !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: 13px; }

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

span {
  font-weight: inherit; }

u {
  text-decoration: underline; }

b {
  font-weight: bold; }

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

a {
  text-decoration: none;
  -webkit-transition: all .8s;
  transition: all .3s; }

a:hover {
  opacity: 1; }

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

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

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

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

  .fltR {
    float: none;
    width: 100% !important; }

  .sptal {
    text-align: left !important; }

  .sptar {
    text-align: right !important; }

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

  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px; } }
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto; }
  @media only screen and (max-width: 768px) {
    header#global_header {
      padding-top: 48px; } }

#header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 2px solid #b39861; }
  @media only screen and (max-width: 768px) {
    #header {
      padding-top: 48px;
      border-top: 0; } }
  @media only screen and (max-width: 468px) {
    #header {
      position: static;
      padding-top: 0; } }
  #header .wrap_hed {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      #header .wrap_hed {
        align-items: center; } }
    @media only screen and (max-width: 468px) {
      #header .wrap_hed {
        display: block;
        margin-bottom: 10px; } }
  #header #siteID {
    margin-left: 1.6%;
    text-align: left; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      #header #siteID {
        width: 47%; } }
    @media only screen and (max-width: 468px) {
      #header #siteID {
        margin: 10px auto;
        text-align: center; } }
    #header #siteID a {
      opacity: 1; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #header .hed_btn {
      width: 49%; } }
  @media only screen and (max-width: 468px) {
    #header .hed_btn {
      max-width: 300px;
      margin: 0 auto; } }
  #header .hed_btn ul {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: -2px; }
    @media only screen and (max-width: 768px) {
      #header .hed_btn ul {
        margin-top: 0; } }
    @media only screen and (max-width: 468px) {
      #header .hed_btn ul {
        justify-content: space-around; } }
    #header .hed_btn ul .hed_tel {
      width: 145px;
      position: relative;
      padding: 6.5px 0;
      background-color: #b39861;
      text-align: left;
      color: #fff; }
      @media only screen and (max-width: 768px) {
        #header .hed_btn ul .hed_tel {
          width: 50%;
          padding: 6.5px 0;
          font-size: 14px;
          text-align: center; } }
      @media only screen and (max-width: 468px) {
        #header .hed_btn ul .hed_tel {
          width: 48%;
          padding: 0; } }
      #header .hed_btn ul .hed_tel:before {
        content: "\f2a0";
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        margin-right: 5px; }
        @media only screen and (max-width: 468px) {
          #header .hed_btn ul .hed_tel:before {
            display: none; } }
      #header .hed_btn ul .hed_tel:after {
        position: absolute;
        content: "";
        border-top: 40px solid #b39861;
        border-left: 40px solid transparent;
        top: 0;
        left: -40px; }
        @media only screen and (max-width: 768px) {
          #header .hed_btn ul .hed_tel:after {
            display: none; } }
      #header .hed_btn ul .hed_tel a {
        display: block;
        position: relative;
        padding: 6.5px 5px;
        background-color: #b39861;
        text-align: center;
        color: #fff; }
        #header .hed_btn ul .hed_tel a:before {
          content: "\f2a0";
          font-family: "Font Awesome 5 Pro";
          font-weight: 900;
          margin-right: 5px; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      #header .hed_btn ul .hed_cont {
        width: 50%; } }
    @media only screen and (max-width: 468px) {
      #header .hed_btn ul .hed_cont {
        width: 48%; } }
    #header .hed_btn ul .hed_cont a {
      display: block;
      width: 190px;
      padding: 6.5px 0;
      background-color: #432772;
      color: #fff;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        #header .hed_btn ul .hed_cont a {
          width: auto;
          border: 1px solid #fff;
          font-size: 14px; } }
      @media only screen and (max-width: 468px) {
        #header .hed_btn ul .hed_cont a {
          text-align: center; } }
      #header .hed_btn ul .hed_cont a:before {
        content: "\f0e0";
        font-family: "Font Awesome 5 Pro";
        font-weight: 200;
        margin-right: 5px; }
      #header .hed_btn ul .hed_cont a:hover {
        opacity: 0.8; }

@media only screen and (max-width: 768px) {
  #nav_global {
    display: none; } }
#nav_global ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  #nav_global ul li {
    -webkit-flex-grow: 1;
    flex-grow: 1; }
    #nav_global ul li a {
      display: block;
      padding: 12.5px 3px;
      font-size: 18px;
      color: #000; }
      #nav_global ul li a:hover {
        opacity: 0.8;
        color: #432772; }

#mainArea {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 95px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #mainArea {
      margin-top: 36px; } }
  @media only screen and (max-width: 468px) {
    #mainArea {
      margin-top: 0; } }
  #mainArea #slider {
    width: 100%;
    position: relative; }
    #mainArea #slider li img {
      width: 100%;
      height: auto; }
  #mainArea p {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%); }

.mean-nav .inner {
  padding: 0 !important; }

.mean-container .mean-bar {
  z-index: 1000 !important; }

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

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

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important; }

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #e9832f !important;*/ }

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  background-color: #fff;
  height: auto;
  padding-top: 30px;
  font-size: 13px; }
  footer#global_footer a {
    font-size: 13px;
    color: #000;
    text-decoration: none; }
    footer#global_footer a:hover {
      color: #432772; }
  footer#global_footer #pagetop {
    position: fixed;
    bottom: 10px;
    right: 20px; }
    @media only screen and (max-width: 468px) {
      footer#global_footer #pagetop {
        width: 12%;
        right: 10px; } }
  footer#global_footer address {
    margin-bottom: 30px;
    text-align: center; }
    footer#global_footer address .fotID {
      margin-bottom: 10px; }
  footer#global_footer #nav_footer {
    margin-bottom: 30px;
    display: inline-block; }
    footer#global_footer #nav_footer li {
      display: inline-block;
      padding: 0 13px;
      line-height: 1.9; }
      footer#global_footer #nav_footer li a {
        text-decoration: none; }
        footer#global_footer #nav_footer li a:hover {
          color: #432772; }
  footer#global_footer #copy {
    display: block;
    padding: 8px;
    border-top: 1px solid #ccc; }
    footer#global_footer #copy a {
      text-decoration: none; }

/* index.html */
.index_contents {
  position: relative;
  z-index: -8; }
  .index_contents #contents_wrap {
    position: relative;
    z-index: -7;
    margin-top: 0; }
  .index_contents #contents {
    position: relative;
    z-index: -6; }
  .index_contents #main {
    position: relative;
    z-index: -5; }
  .index_contents #col_main {
    position: relative;
    z-index: -4; }
  .index_contents section {
    position: relative;
    z-index: -3; }

.con01 {
  background-repeat: no-repeat;
  background-position: top center;
  padding: 100px 0; }
  .con01 h1 {
    margin-bottom: 60px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.5; }
    @media only screen and (max-width: 768px) {
      .con01 h1 {
        margin-bottom: 30px;
        font-size: 24px; } }
    @media only screen and (max-width: 468px) {
      .con01 h1 {
        font-size: 18px; } }
  .con01 h2 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5; }
    @media only screen and (max-width: 468px) {
      .con01 h2 {
        font-size: 32px; } }
  @media only screen and (max-width: 468px) {
    .con01 {
      padding: 70px 0; } }

.con02 {
  position: relative;
  z-index: -2;
  background-repeat: no-repeat;
  background-position: top left;
  padding: 6.8% 2% 0 47%; }
  .con02 h1 {
    margin-bottom: 60px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.5; }
    @media only screen and (max-width: 768px) {
      .con02 h1 {
        margin-bottom: 30px;
        font-size: 24px; } }
    @media only screen and (max-width: 468px) {
      .con02 h1 {
        font-size: 18px; } }
  .con02 h2 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5; }
    @media only screen and (max-width: 468px) {
      .con02 h2 {
        font-size: 32px; } }
  @media only screen and (max-width: 768px) {
    .con02 {
      background-size: contain;
      padding: 72% 0 0 0; } }
  .con02 .con02_txt {
    position: relative;
    border: 1px solid #432772;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 11.2% 12%; }
    .con02 .con02_txt:before {
      content: "";
      position: absolute;
      top: -10px;
      left: -10px;
      z-index: -1;
      width: calc(100% + 20px);
      height: calc(100% + 20px);
      border: 1px solid #432772;
      background-color: rgba(255, 255, 255, 0.6); }
  .con02 h2 {
    margin-bottom: 50px; }
    @media only screen and (max-width: 468px) {
      .con02 h2 {
        margin-bottom: 30px;
        font-size: 20px; } }
  .con02 .btn_check01 {
    display: block;
    text-align: right; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .con02 .btn_check01 {
        text-align: center; } }
    .con02 .btn_check01 a {
      display: inline-block;
      width: 300px;
      margin-top: 40px;
      padding: 14.5px 5px;
      border: 2px solid #8c8c8c;
      text-align: center;
      color: #000; }
      @media only screen and (max-width: 768px) {
        .con02 .btn_check01 a {
          width: 100%;
          max-width: 300px; } }
      .con02 .btn_check01 a:hover {
        border: 2px solid #000; }

.con03 {
  margin-top: 100px;
  padding: 100px 0; }
  .con03 h1 {
    margin-bottom: 60px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.5; }
    @media only screen and (max-width: 768px) {
      .con03 h1 {
        margin-bottom: 30px;
        font-size: 24px; } }
    @media only screen and (max-width: 468px) {
      .con03 h1 {
        font-size: 18px; } }
  .con03 h2 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5; }
    @media only screen and (max-width: 468px) {
      .con03 h2 {
        font-size: 32px; } }
  .con03 .h2wrap {
    text-align: center; }
  .con03 h2 {
    display: inline-block;
    margin-bottom: 60px;
    border-bottom: 2px solid #000; }

.con04 {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 100px; }
  @media only screen and (max-width: 468px) {
    .con04 {
      display: block; } }
  .con04 .box {
    width: 48%; }
    @media only screen and (max-width: 468px) {
      .con04 .box {
        width: 100%;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 468px) {
      .con04 .box:last-of-type {
        margin-bottom: 0; } }
    .con04 .box a {
      display: block;
      padding: 22.8% 0;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-size: 34px;
      font-weight: bold;
      letter-spacing: 0.1em;
      text-align: center;
      color: #fff; }
      @media screen and (min-width: 469px) and (max-width: 768px) {
        .con04 .box a {
          font-size: 22px; } }
      @media only screen and (max-width: 468px) {
        .con04 .box a {
          padding: 24.1% 0;
          line-height: 1; } }
      .con04 .box a:hover {
        opacity: 0.8; }
  .con04 .setsubi a {
    background: url(../images/contents/bg_setsubi.jpg) no-repeat;
    background-size: contain; }
  .con04 .faq a {
    background: url(../images/contents/bg_faq.jpg) no-repeat;
    background-size: contain; }

.con05 {
  margin-top: 100px;
  padding: 100px 0;
  text-align: center; }
  .con05 h1 {
    margin-bottom: 60px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.5; }
    @media only screen and (max-width: 768px) {
      .con05 h1 {
        margin-bottom: 30px;
        font-size: 24px; } }
    @media only screen and (max-width: 468px) {
      .con05 h1 {
        font-size: 18px; } }
  .con05 h2 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5; }
    @media only screen and (max-width: 468px) {
      .con05 h2 {
        font-size: 32px; } }
  .con05 h2 {
    display: inline-block;
    margin-bottom: 60px;
    border-bottom: 2px solid #000; }
  .con05 .box {
    background-color: #fff;
    border: 1px solid #000; }
  .con05 .top_blog {
    padding: 50px; }
    @media only screen and (max-width: 768px) {
      .con05 .top_blog {
        padding: 20px; } }
    .con05 .top_blog .blog_list {
      height: 272px;
      overflow-x: auto;
      border: none !important; }
      @media screen and (min-width: 469px) and (max-width: 768px) {
        .con05 .top_blog .blog_list {
          height: 192px; } }
    .con05 .top_blog .blog_list > div {
      display: block !important;
      border-bottom: 1px solid #ccc;
      margin-bottom: 10px; }
    .con05 .top_blog .blog_photo {
      display: none !important; }
    .con05 .top_blog .blog_text {
      width: 100%;
      text-align: left; }
      .con05 .top_blog .blog_text h3 {
        margin-bottom: 0;
        font-size: 16px; }
        .con05 .top_blog .blog_text h3 a {
          color: #000; }
      .con05 .top_blog .blog_text .detail {
        margin-top: 0 !important;
        font-size: 16px; }
    .con05 .top_blog .blog_date {
      font-size: 16px;
      color: #000; }
  .con05 .top_insta .sns_list {
    flex-direction: row !important;
    flex-wrap: wrap;
    border: none !important; }
  .con05 .top_insta .sns_list > div {
    width: 33.3%;
    border-bottom: 0; }
  .con05 .top_insta .sns_photo {
    width: 100%;
    padding: 5px; }
  .con05 .top_insta .sns_text {
    display: none; }

.slider02 {
  padding: 0 50px; }
  .slider02 .slick-prev, .slider02 .slick-next {
    width: 30px;
    height: 30px; }
  .slider02 .slick-prev {
    left: 0; }
    .slider02 .slick-prev:before {
      content: url(../images/contents/icon_slideL.png); }
  .slider02 .slick-next {
    right: 0; }
    .slider02 .slick-next:before {
      content: url(../images/contents/icon_slideR.png); }
  .slider02 .slick-slide {
    width: 30%;
    padding: 0 0.3%; }
    .slider02 .slick-slide img {
      width: 100% !important; }
  .slider02 .slick-slide > div > a {
    display: block;
    background-color: #b39861;
    padding: 6.5px 0;
    color: #fff;
    text-align: center; }

.wrap_cont {
  background-size: cover;
  padding: 100px 0; }
  .wrap_cont h2 {
    margin-bottom: 50px; }
  .wrap_cont .cont_txt {
    font-size: 20px; }
    @media only screen and (max-width: 768px) {
      .wrap_cont .cont_txt {
        font-size: 16px; } }
  .wrap_cont .cont_btn {
    justify-content: space-between;
    max-width: 980px;
    margin: 70px auto 0 auto;
    padding: 0 10px; }
    @media only screen and (max-width: 468px) {
      .wrap_cont .cont_btn {
        display: block;
        margin-top: 50px; } }
    .wrap_cont .cont_btn .box {
      width: 45%; }
      @media only screen and (max-width: 468px) {
        .wrap_cont .cont_btn .box {
          width: 100%;
          margin-bottom: 20px; } }
      @media only screen and (max-width: 468px) {
        .wrap_cont .cont_btn .box:last-of-type {
          margin-bottom: 0; } }
    .wrap_cont .cont_btn .cont_tel {
      background-color: rgba(255, 255, 255, 0.4);
      border: 1px solid #fff;
      padding: 17.5px 10px;
      font-size: 13px;
      font-weight: bold;
      text-align: center;
      line-height: 1; }
      @media screen and (min-width: 469px) and (max-width: 768px) {
        .wrap_cont .cont_btn .cont_tel {
          line-height: 1.5; } }
      @media only screen and (max-width: 468px) {
        .wrap_cont .cont_btn .cont_tel {
          background-color: none;
          border: none;
          padding: 0; } }
      .wrap_cont .cont_btn .cont_tel a {
        display: block;
        background-color: rgba(255, 255, 255, 0.4);
        border: 1px solid #fff;
        padding: 17.5px 10px;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        color: #000; }
      .wrap_cont .cont_btn .cont_tel .tel {
        display: block;
        font-size: 40px;
        font-weight: bold; }
        @media screen and (min-width: 469px) and (max-width: 768px) {
          .wrap_cont .cont_btn .cont_tel .tel {
            font-size: 20px; } }
        @media only screen and (max-width: 468px) {
          .wrap_cont .cont_btn .cont_tel .tel {
            margin-bottom: 10px;
            font-size: 30px; } }
        .wrap_cont .cont_btn .cont_tel .tel:before {
          content: "";
          width: 11%;
          height: 50px;
          display: inline-block;
          margin-right: 5%;
          background: url(../images/common/icon_tel.png) no-repeat;
          background-size: contain;
          vertical-align: middle; }
          @media screen and (min-width: 469px) and (max-width: 768px) {
            .wrap_cont .cont_btn .cont_tel .tel:before {
              width: 21px;
              height: 21px; } }
          @media only screen and (max-width: 468px) {
            .wrap_cont .cont_btn .cont_tel .tel:before {
              width: 35px;
              height: 35px;
              vertical-align: bottom; } }
    .wrap_cont .cont_btn .cont_mail a {
      display: block;
      background-color: rgba(255, 255, 255, 0.4);
      border: 1px solid #fff;
      padding: 12px 10px;
      font-size: 36px;
      font-weight: bold;
      letter-spacing: 0.1em;
      text-align: center;
      color: #000; }
      @media screen and (min-width: 469px) and (max-width: 768px) {
        .wrap_cont .cont_btn .cont_mail a {
          padding: 25px 10px;
          font-size: 18px; } }
      @media only screen and (max-width: 468px) {
        .wrap_cont .cont_btn .cont_mail a {
          font-size: 26px; } }
      .wrap_cont .cont_btn .cont_mail a:before {
        content: "\f0e0";
        font-family: "Font Awesome 5 Pro";
        font-weight: 200;
        font-size: 44px;
        margin-right: 15px;
        vertical-align: middle; }
        @media screen and (min-width: 469px) and (max-width: 768px) {
          .wrap_cont .cont_btn .cont_mail a:before {
            font-size: 20px; } }
        @media only screen and (max-width: 468px) {
          .wrap_cont .cont_btn .cont_mail a:before {
            font-size: 36px; } }
      .wrap_cont .cont_btn .cont_mail a:hover {
        background-color: rgba(255, 255, 255, 0.8); }

/* item.html */
.wrap_item {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse; }
  @media only screen and (max-width: 468px) {
    .wrap_item {
      display: block; } }
  .wrap_item .itemImg {
    width: 40%; }
    @media only screen and (max-width: 468px) {
      .wrap_item .itemImg {
        width: 100%; } }
    .wrap_item .itemImg img {
      width: 100% !important; }
  .wrap_item .itemTxt {
    width: 55%; }
    @media only screen and (max-width: 468px) {
      .wrap_item .itemTxt {
        width: 100%; } }
  .wrap_item .item_sq {
    margin-top: 20px; }
    .wrap_item .item_sq .box {
      width: 48%;
      margin-right: 4%;
      margin-bottom: 10px;
      padding: 5px 3px;
      border: 1px solid #432772;
      font-size: 13px;
      text-align: center;
      color: #432772; }
      .wrap_item .item_sq .box:nth-of-type(even) {
        margin-right: 0; }

.item04 {
  margin-top: 30px; }
  .item04 .box {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 30px; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .item04 .box {
        width: 48%;
        margin-right: 4%; } }
    @media only screen and (max-width: 468px) {
      .item04 .box {
        width: 100%;
        margin-right: 0; } }
    .item04 .box:nth-of-type(4n) {
      margin-right: 0; }
      @media screen and (min-width: 469px) and (max-width: 768px) {
        .item04 .box:nth-of-type(4n) {
          margin-right: 4%; } }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .item04 .box:nth-of-type(even) {
        margin-right: 0; } }
    .item04 .box div {
      padding-top: 10px; }

/* flow.html */
.step {
  display: flex;
  align-items: center;
  margin: 150px auto 20px auto; }
  .step div {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.1em; }
    @media only screen and (max-width: 468px) {
      .step div {
        font-size: 30px; } }
  .step:before, .step:after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #000; }
  .step:before {
    margin-right: 20px; }
  .step:after {
    margin-left: 20px;
    visibility: visible !important; }

.flowImg {
  margin-top: 30px; }
  .flowImg img {
    width: 100% !important; }

/* company.html */
.ttl_mess h2 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  font-size: 30px;
  text-align: center; }

/* faq.html */
.faqQ {
  position: relative;
  border: 1px solid #b39861;
  margin-bottom: 2px;
  padding: 20px;
  cursor: pointer; }
  .faqQ h2 {
    padding-right: 25px;
    font-weight: bold;
    line-height: 1.5; }
    .faqQ h2:before {
      content: "Q.";
      display: inline-block;
      margin-right: 10px;
      font-size: 30px;
      font-weight: 500;
      color: #b39861; }
    .faqQ h2:after {
      content: "\f32d";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400;
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      color: #b39861; }

.faqA {
  background-color: rgba(226, 226, 226, 0.5);
  margin-bottom: 10px;
  padding: 20px; }

/* recruit.html */
.ttl_recr h2 {
  margin-bottom: 50px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.1em; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .ttl_recr h2 {
      font-size: 23px; } }
  @media only screen and (max-width: 468px) {
    .ttl_recr h2 {
      font-size: 18px; } }

.ttl_recr02 h2 {
  margin: 100px auto 20px auto;
  padding-left: 15px;
  border-left: 7px solid #432772;
  border-bottom: 1px solid #432772;
  font-size: 28px;
  font-weight: bold;
  color: #432772; }

.recr_tel .tel {
  display: block;
  margin-top: 30px;
  font-size: 30px; }
  .recr_tel .tel i {
    margin-right: 10px; }
  .recr_tel .tel a {
    color: #000; }

/* contact.html */
.ttl_cont {
  margin: 100px auto 40px auto;
  text-align: center; }
  .ttl_cont h2 {
    display: inline-block;
    border-bottom: 1px solid #000;
    padding: 10px 50px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 30px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .ttl_cont h2 {
        display: block;
        padding: 10px; } }
    @media only screen and (max-width: 468px) {
      .ttl_cont h2 {
        font-size: 20px; } }

/* blog */
.blog * {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important; }
@media screen and (min-width: 469px) and (max-width: 768px) {
  .blog #contents {
    min-width: auto; } }
@media only screen and (max-width: 468px) {
  .blog .wrap_hed {
    padding-top: 1px;
    background-color: #fff; } }

.ttl_blog {
  background-image: url(../images/contents/bg_ttl.jpg);
  margin-top: 95px;
  padding: 50px 0;
  background-color: rgba(0, 0, 0, 0.1);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  font-size: 37px;
  font-weight: bold;
  text-align: center;
  color: #fff; }

section div#contents article div.date {
  color: #000; }

.blog article .blogImg {
  display: inline-block;
  width: 47.5%;
  margin-right: 4%;
  margin-bottom: 30px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .blog article .blogImg {
      width: 47.4%; } }
  @media only screen and (max-width: 468px) {
    .blog article .blogImg {
      width: 47%; } }
  .blog article .blogImg:nth-of-type(even) {
    margin-right: 0; }

/* contents 100% */
.con100 {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1); }

/* box */
.home_td02 {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 468px) {
    .home_td02 {
      display: block; } }
  .home_td02 .box {
    width: 48%;
    margin-right: 4%; }
    @media only screen and (max-width: 468px) {
      .home_td02 .box {
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 20px; } }
    .home_td02 .box:nth-of-type(even) {
      margin-right: 0; }
    @media only screen and (max-width: 468px) {
      .home_td02 .box:last-of-type {
        margin-bottom: 0; } }
    .home_td02 .box img {
      width: 100% !important; }

/* title */
.ttl01 h1 {
  padding: 50px 0;
  background-color: rgba(0, 0, 0, 0.1);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 37px;
  font-weight: bold;
  text-align: center;
  color: #fff; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .ttl01 h1 {
      font-size: 30px; } }
  @media only screen and (max-width: 468px) {
    .ttl01 h1 {
      font-size: 21px; } }
.ttl01 h2 {
  font-size: 26px;
  font-weight: bold; }
.ttl01 h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold; }

.ttl02 h1 {
  padding: 50px 0;
  background-color: rgba(0, 0, 0, 0.1);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 37px;
  font-weight: bold;
  text-align: center;
  color: #fff; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .ttl02 h1 {
      font-size: 30px; } }
  @media only screen and (max-width: 468px) {
    .ttl02 h1 {
      font-size: 21px; } }
.ttl02 h2 {
  font-size: 26px;
  font-weight: bold; }
.ttl02 h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold; }
.ttl02 h2 {
  margin: 100px auto 20px auto;
  padding-bottom: 5px;
  border-bottom: 2px solid #432772;
  color: #432772; }

.ttl03 h1 {
  padding: 50px 0;
  background-color: rgba(0, 0, 0, 0.1);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 37px;
  font-weight: bold;
  text-align: center;
  color: #fff; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .ttl03 h1 {
      font-size: 30px; } }
  @media only screen and (max-width: 468px) {
    .ttl03 h1 {
      font-size: 21px; } }
.ttl03 h2 {
  font-size: 26px;
  font-weight: bold; }
.ttl03 h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold; }
.ttl03 h2 {
  margin-bottom: 10px;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.1em; }
  @media only screen and (max-width: 468px) {
    .ttl03 h2 {
      font-size: 20px; } }

/* common */
.mg_t0 {
  margin-top: 0; }
  .mg_t0 h2 {
    margin-top: 0; }

.mg_t100 {
  margin-top: 100px; }

.img_r img {
  max-width: 30%;
  margin-left: 20px; }
  @media only screen and (max-width: 468px) {
    .img_r img {
      max-width: 100%;
      margin-left: 0; } }

.tbl_st01 {
  margin-top: 30px; }
  .tbl_st01 td {
    padding: 20px !important; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .tbl_st01 td {
        padding: 20px 10px !important; } }
    .tbl_st01 td:first-of-type {
      width: 300px;
      background-color: #e2e2e2; }
      @media screen and (min-width: 469px) and (max-width: 768px) {
        .tbl_st01 td:first-of-type {
          width: 30%; } }
      @media only screen and (max-width: 468px) {
        .tbl_st01 td:first-of-type {
          width: 100%; } }
      .tbl_st01 td:first-of-type div {
        text-align: center; }

.bg_grd {
  background-color: rgba(179, 152, 97, 0.5);
  border: 4px double #fff;
  border-radius: 10px;
  padding: 4% 8%; }
  @media only screen and (max-width: 468px) {
    .bg_grd {
      padding: 20px; } }

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

@media only screen and (max-width: 468px) {
  .sp_left div {
    text-align: left !important; } }

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