<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/********** フォント設定 **********/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body {
  font-size: 62.5%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  color: #1a1a1a;
}

/********** ベースタグ設定 **********/
* {
  max-height: 99999px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}
.drawer-hamburger, a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: inherit;
}
.drawer-hamburger:hover, a:hover, .drawer-hamburger:active, a:active, .drawer-hamburger:focus, a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (min-width: 897px) {
  a img:hover {
    opacity: 0.75;
  }
}
@media (min-width: 897px) {
  a:hover {
    opacity: 0.75;
  }
}

.dummyBox {
  display: block;
  width: 100%;
  height: 1000px;
}

textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}

/********** #wrapper **********/
#wrapper {
  font-size: 1.4rem;
  line-height: 1.7;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
@media (min-width: 897px) {
  #wrapper {
    min-width: 1280px;
    overflow-x: scroll;
  }
}

.break {
  width: 1px;
  height: 0;
  color: #000000;
}
@media (min-width: 897px) {
  .break {
    width: 2px;
  }
}

/********** .drawer-hamburger **********/
.drawer-hamburger {
  width: 30%;
  background: #000000;
  color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 18px;
  margin-left: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: calc(70% - 30px);
  right: auto !important;
}
.drawer-hamburger:hover {
  background: #000000;
  color: #ffffff;
}
@media (min-width: 481px) {
  .drawer-hamburger {
    width: 17%;
    left: calc(83% - 30px);
  }
}
@media (min-width: 897px) {
  .drawer-hamburger {
    width: 210px;
    padding-left: 25px;
    padding-right: 25px;
    width: 160px;
    left: calc(100% - 210px);
  }
}
.drawer-hamburger div {
  width: 70px;
  margin-top: -5px;
}
@media (min-width: 897px) {
  .drawer-hamburger div {
    width: 80px;
  }
}

.drawer-hamburger-icon {
  height: 2px;
  background: #ffffff;
}

.drawer-hamburger-icon:before {
  top: -10px;
  height: 2px;
  background: #ffffff;
}

.drawer-hamburger-icon:after {
  top: 10px;
  height: 2px;
  background: #ffffff;
}

.drawer-nav {
  background-color: #ffffff;
  padding-left: 0;
  padding-right: 0;
  padding-top: 70px;
}
@media (min-width: 897px) {
  .drawer-nav {
    width: 500px;
    height: 100%;
    max-height: 100%;
  }
}

.drawer--right .drawer-nav {
  right: -500px;
  margin-top: 0 !important;
  max-height: none !important;
  width: 50%;
}
@media (min-width: 897px) {
  .drawer--right .drawer-nav {
    width: 500px;
  }
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
  background: #ffffff;
  color: #1a1a1a;
  z-index: 105;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  background: #1a1a1a;
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  background: #1a1a1a;
}

.drawer p.menu_ico01,
.drawer-close p.menu_ico01 {
  display: inline-block;
  font-size: 1.3rem;
  color: #ffffff;
}
@media (min-width: 897px) {
  .drawer p.menu_ico01,
.drawer-close p.menu_ico01 {
    font-size: 1.6rem;
  }
}

.drawer p.menu_ico02,
.drawer-close p.menu_ico02 {
  display: none;
}

.drawer-open p.menu_ico01 {
  display: none;
}

.drawer-open p.menu_ico02 {
  display: inline-block;
  font-size: 1.3rem;
}
@media (min-width: 897px) {
  .drawer-open p.menu_ico02 {
    font-size: 1.6rem;
  }
}

.drawer-overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

/********** .container設定 **********/
.container {
  width: 100%;
  max-width: none;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 481px) {
  .container {
    max-width: none;
  }
}
@media (min-width: 1025px) {
  .container {
    max-width: 1230px;
  }
}

/********** ガター設定 **********/
.gutter-50 {
  margin-left: -25px;
  margin-right: -25px;
}

.gutter-50 &gt; [class*=col-] {
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 0px) {
  .gutter-xs-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-xs-50 &gt; [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 481px) {
  .gutter-sm-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-sm-50 &gt; [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 897px) {
  .gutter-md-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-md-50 &gt; [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1025px) {
  .gutter-lg-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-lg-50 &gt; [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1201px) {
  .gutter-xl-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-xl-50 &gt; [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.gutter-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.gutter-40 &gt; [class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 0px) {
  .gutter-xs-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-xs-40 &gt; [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 481px) {
  .gutter-sm-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-sm-40 &gt; [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 897px) {
  .gutter-md-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-md-40 &gt; [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .gutter-lg-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-lg-40 &gt; [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1201px) {
  .gutter-xl-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-xl-40 &gt; [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.gutter-20 &gt; [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 0px) {
  .gutter-xs-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-xs-20 &gt; [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 481px) {
  .gutter-sm-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-sm-20 &gt; [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 897px) {
  .gutter-md-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-md-20 &gt; [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .gutter-lg-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-lg-20 &gt; [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1201px) {
  .gutter-xl-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-xl-20 &gt; [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.gutter-16 {
  margin-left: -8px;
  margin-right: -8px;
}

.gutter-16 &gt; [class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
}

@media (min-width: 0px) {
  .gutter-xs-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-xs-16 &gt; [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 481px) {
  .gutter-sm-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-sm-16 &gt; [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 897px) {
  .gutter-md-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-md-16 &gt; [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 1025px) {
  .gutter-lg-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-lg-16 &gt; [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 1201px) {
  .gutter-xl-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-xl-16 &gt; [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.gutter-10 &gt; [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 0px) {
  .gutter-xs-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-xs-10 &gt; [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 481px) {
  .gutter-sm-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-sm-10 &gt; [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 897px) {
  .gutter-md-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-md-10 &gt; [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 1025px) {
  .gutter-lg-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-lg-10 &gt; [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 1201px) {
  .gutter-xl-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-xl-10 &gt; [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/********** 5分割設定 **********/
/*
ex)
col-5-1 20%
col-sm-5-3 60%
col-md-5-4 80%
*/
.col-xl-5-5, .col-xl-5-4, .col-xl-5-3, .col-xl-5-2, .col-xl-5-1, .col-lg-5-5, .col-lg-5-4, .col-lg-5-3, .col-lg-5-2, .col-lg-5-1, .col-md-5-5, .col-md-5-4, .col-md-5-3, .col-md-5-2, .col-md-5-1, .col-sm-5-5, .col-sm-5-4, .col-sm-5-3, .col-sm-5-2, .col-sm-5-1, .col-xs-5-5, .col-5-5, .col-xs-5-4, .col-5-4, .col-xs-5-3, .col-5-3, .col-xs-5-2, .col-5-2, .col-xs-5-1, .col-5-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 0px) {
  .col-xs-5-1 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xs-5-2 {
    -ms-flex: 0 0 40%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
  .col-xs-5-3 {
    -ms-flex: 0 0 60%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .col-xs-5-4 {
    -ms-flex: 0 0 80%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }
  .col-xs-5-5 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 481px) {
  .col-sm-5-1 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .col-sm-5-2 {
    -ms-flex: 0 0 40%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
  .col-sm-5-3 {
    -ms-flex: 0 0 60%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .col-sm-5-4 {
    -ms-flex: 0 0 80%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }
  .col-sm-5-5 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 897px) {
  .col-md-5-1 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-5-2 {
    -ms-flex: 0 0 40%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
  .col-md-5-3 {
    -ms-flex: 0 0 60%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .col-md-5-4 {
    -ms-flex: 0 0 80%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }
  .col-md-5-5 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1025px) {
  .col-lg-5-1 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-5-2 {
    -ms-flex: 0 0 40%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
  .col-lg-5-3 {
    -ms-flex: 0 0 60%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .col-lg-5-4 {
    -ms-flex: 0 0 80%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }
  .col-lg-5-5 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1201px) {
  .col-xl-5-1 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xl-5-2 {
    -ms-flex: 0 0 40%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
  .col-xl-5-3 {
    -ms-flex: 0 0 60%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .col-xl-5-4 {
    -ms-flex: 0 0 80%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }
  .col-xl-5-5 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 481px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 897px) {
  .container {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

a img.on {
  display: none;
}
@media (min-width: 897px) {
  a img.on {
    display: none;
  }
  a img.off {
    display: block;
  }
}

a:hover {
  opacity: 1;
}
@media (min-width: 897px) {
  a:hover img.on {
    display: block;
  }
  a:hover img.off {
    display: none;
  }
}

main {
  margin-top: 0px !important;
}
@media (min-width: 897px) {
  main {
    margin-top: 0 !important;
  }
}

.mv_outer {
  width: 100%;
}
@media (min-width: 897px) {
  .mv_outer {
    min-width: 1200px;
  }
}

.top_line {
  width: 100%;
  height: 50px;
  position: relative;
}
@media (min-width: 897px) {
  .top_line {
    height: 100px;
  }
}
.top_line:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  background: #1a1a1a;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 897px) {
  .top_line:before {
    top: -30px;
    height: 100px;
  }
}

.fc-white {
  color: #ffffff !important;
}

.top_line02 {
  width: 100%;
  height: 35px;
  position: relative;
}
@media (min-width: 897px) {
  .top_line02 {
    height: 70px;
  }
}
.top_line02:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 35px;
  background: #ffffff;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 897px) {
  .top_line02:after {
    top: 0;
    height: 70px;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb li a {
  font-size: 1.4rem;
  position: relative;
  padding-right: 20px;
  display: block;
}
@media (min-width: 897px) {
  .breadcrumb li a {
    font-size: 1.6rem;
  }
}
.breadcrumb li a:after {
  display: inline-block;
  font-size: 1.4rem;
  position: absolute;
  margin-left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "&gt;";
}
@media (min-width: 897px) {
  .breadcrumb li a:after {
    font-size: 1.6rem;
  }
}

/*#top*/
#top .mv {
  background: url(../img/top/mv_bg.jpg) no-repeat center center;
  background-size: cover;
}
@media (min-width: 897px) {
  #top .mv {
    background: url(../img/top/mv_bg.jpg) no-repeat center center;
    background-size: cover;
  }
}
#top .mv div.mv_text {
  width: 90%;
  padding-top: 100px;
  padding-bottom: 100px;
  margin: 0 auto;
}
@media (min-width: 481px) {
  #top .mv div.mv_text {
    width: 75%;
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (min-width: 897px) {
  #top .mv div.mv_text {
    width: 100%;
    padding-top: 280px;
    padding-bottom: 280px;
  }
}
#top h2 {
  padding-top: 15px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 124px;
}
@media (min-width: 481px) {
  #top h2 {
    width: 170px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
@media (min-width: 897px) {
  #top h2 {
    width: 248px;
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
#top .service {
  padding-bottom: 50px;
}
@media (min-width: 897px) {
  #top .service {
    padding-bottom: 100px;
  }
}
#top .service .top_line {
  height: 75px;
}
@media (min-width: 897px) {
  #top .service .top_line {
    height: 150px;
  }
}
#top .service .top_line:before {
  top: 0;
  left: 50%;
  height: 75px;
}
@media (min-width: 897px) {
  #top .service .top_line:before {
    height: 150px;
  }
}
#top .service .top_line .news {
  line-height: 1;
  font-size: 14px;
}
@media (min-width: 897px) {
  #top .service .top_line .news {
    margin: 0 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    font-size: 20px;
  }
}
#top .service .top_line .news dt {
  border-left: 4px solid #000000;
  padding-left: 10px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (min-width: 897px) {
  #top .service .top_line .news dt {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
#top .service .top_line .news dd.date {
  margin-bottom: 5px;
  margin-left: 5px;
}
@media (min-width: 897px) {
  #top .service .top_line .news dd.date {
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 0;
  }
}
#top .service .top_line .news dd.ttl {
  margin-left: 5px;
}
@media (min-width: 897px) {
  #top .service .top_line .news dd.ttl {
    margin-left: 0;
  }
}
#top .service ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (min-width: 897px) {
  #top .service ul {
    padding: 0 10%;
  }
}
#top .service ul li {
  width: calc(50% - 10px);
  margin-right: 10px;
  margin-bottom: 20px;
}
#top .service ul li:nth-child(even) {
  margin-right: 0;
}
#top .service ul li:nth-child(5), #top .service ul li:nth-child(6) {
  margin-bottom: 0;
}
@media (min-width: 481px) {
  #top .service ul li {
    width: 279px;
    margin-right: 20px;
    margin-bottom: 40px;
  }
}
@media (min-width: 897px) {
  #top .service ul li {
    width: 279px;
    margin-right: 25px;
  }
  #top .service ul li:nth-child(even) {
    margin-right: 25px;
  }
  #top .service ul li:nth-child(3), #top .service ul li:nth-child(6) {
    margin-right: 0;
  }
}
#top .recruit {
  background: #f8f7f6;
  padding-bottom: 50px;
}
@media (min-width: 897px) {
  #top .recruit {
    padding-bottom: 100px;
  }
}
#top .recruit ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (min-width: 897px) {
  #top .recruit ul {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
#top .recruit ul li {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
#top .recruit ul li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 897px) {
  #top .recruit ul li {
    width: 585px;
    margin-right: 30px;
    margin-bottom: 0;
  }
  #top .recruit ul li:last-of-type {
    margin-right: 0;
  }
}
#top .company_blog {
  padding-bottom: 50px;
}
@media (min-width: 897px) {
  #top .company_blog {
    padding-bottom: 100px;
  }
}
#top .company_blog ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (min-width: 481px) {
  #top .company_blog ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 897px) {
  #top .company_blog ul {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
#top .company_blog ul li {
  width: 100%;
  margin-bottom: 10px;
  border: 4px solid #000000;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#top .company_blog ul li &gt; img {
  width: auto;
  height: 48px;
}
@media (min-width: 481px) {
  #top .company_blog ul li &gt; img {
    height: 55px;
  }
}
@media (min-width: 897px) {
  #top .company_blog ul li &gt; img {
    height: 80px;
  }
}
#top .company_blog ul li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 897px) {
  #top .company_blog ul li {
    width: calc(50% - 40px);
    margin-bottom: 0;
  }
  #top .company_blog ul li:last-of-type {
    margin-right: 0;
    margin-left: 20px;
  }
}
@media (min-width: 897px) {
  #top .company_blog ul li {
    width: calc((100% - 130px) / 2);
    margin-right: 65px;
    margin-left: 50px;
    margin-bottom: 0;
    padding: 58px 30px 38px;
  }
  #top .company_blog ul li:last-of-type {
    margin-right: 50px;
    margin-left: 65px;
  }
}
#top .company_blog .youtube {
  margin-top: 40px;
  width: 100%;
}
@media (min-width: 897px) {
  #top .company_blog .youtube {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 897px) {
  #top .company_blog .youtube {
    margin-top: 80px;
  }
}
#top .company_blog .youtube div {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
#top .company_blog .youtube div:first-of-type {
  margin-bottom: 28px;
}
@media (min-width: 897px) {
  #top .company_blog .youtube div {
    width: calc((100% - 28px) / 2);
    padding-top: calc((56.25% - 28px) / 2);
  }
  #top .company_blog .youtube div:first-of-type {
    margin-bottom: 0;
    margin-right: 28px;
  }
}
#top .company_blog .youtube div iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#top .contact {
  background: url(../img/top/bg.gif) no-repeat center center;
  background-size: cover;
  padding-bottom: 50px;
}
@media (min-width: 897px) {
  #top .contact {
    padding-bottom: 100px;
  }
}
#top .other {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 897px) {
  #top .other {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
#top .other p {
  width: 100%;
}
#top .other .container &gt; div {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 897px) {
  #top .other .container &gt; div {
    width: 100%;
    max-width: 1280px;
  }
  #top .other .container &gt; div a:hover {
    opacity: 0.75;
  }
}
#top .other .container &gt; div .associate {
  width: calc((100% - 10px) / 2);
  height: 160px;
  margin-bottom: 10px;
  text-align: center;
}
#top .other .container &gt; div .associate:nth-of-type(even) {
  margin-left: 10px;
}
#top .other .container &gt; div .associate:hover.lapause {
  background: url(/wp/wp-content/themes/matsu/assets/img/top/associate_lapause_bg.jpg) no-repeat center;
  background-size: cover;
}
#top .other .container &gt; div .associate:hover.palette {
  background: url(/wp/wp-content/themes/matsu/assets/img/top/associate_palette_bg.jpg) no-repeat center;
  background-size: cover;
}
#top .other .container &gt; div .associate:hover.tweloz {
  background: url(/wp/wp-content/themes/matsu/assets/img/top/associate_tweloz_bg.jpg) no-repeat center;
  background-size: cover;
}
#top .other .container &gt; div .associate:hover.carer {
  background: url(/wp/wp-content/themes/matsu/assets/img/top/associate_youngcarer_bg.jpg) no-repeat center;
  background-size: cover;
}
#top .other .container &gt; div .associate a div {
  position: relative;
}
#top .other .container &gt; div .associate a div .active {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#top .other .container &gt; div .associate a div img {
  width: 69.3%;
}
#top .other .container &gt; div .associate a:hover {
  opacity: 1;
  color: #fff;
  border: transparent;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#top .other .container &gt; div .associate a:hover .active {
  opacity: 1;
}
#top .other .container &gt; div .associate a, #top .other .container &gt; div .associate &gt; p {
  border: 1px solid #B0B0B0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#top .other .container &gt; div .associate:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 481px) {
  #top .other .container &gt; div .associate {
    width: calc((100% - 40px) / 2);
    height: 215px;
  }
}
@media (min-width: 897px) {
  #top .other .container &gt; div .associate {
    width: calc((100% - 84px) / 3);
    margin-bottom: 0;
    margin-left: 14px;
    margin-right: 14px;
  }
  #top .other .container &gt; div .associate:nth-of-type(n+4) {
    margin-top: 28px;
  }
}
#top .sp {
  display: inline-block;
}
@media (min-width: 481px) {
  #top .sp {
    display: none;
  }
}

/*recruit*/
#recruit {
  /*concept*/
  /**/
  /*work*/
  /**/
  /*interview*/
  /**/
  /*job_description*/
  /**/
  /*tab*/
  /**/
}
#recruit .mv {
  position: relative;
  background: url(../img/recruit/mv_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 300px;
}
@media (min-width: 481px) {
  #recruit .mv {
    height: 380px;
  }
}
@media (min-width: 897px) {
  #recruit .mv {
    height: auto;
  }
}
#recruit .mv div.mv_text {
  width: 70%;
  padding-top: 125px;
  margin: 0 auto;
}
@media (min-width: 481px) {
  #recruit .mv div.mv_text {
    padding-top: 150px;
  }
  #recruit .mv div.mv_text img {
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 897px) {
  #recruit .mv div.mv_text {
    width: 100%;
    padding-top: 340px;
  }
  #recruit .mv div.mv_text img {
    height: auto;
    -o-object-fit: none;
       object-fit: none;
  }
}
#recruit .mv p.mv_s_text {
  color: #1a1a1a;
  font-size: 12px;
  padding-bottom: 60px;
  text-align: center;
  font-weight: 300;
  margin-top: 10px;
}
@media (min-width: 481px) {
  #recruit .mv p.mv_s_text {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
@media (min-width: 897px) {
  #recruit .mv p.mv_s_text {
    font-size: 2.2rem;
    margin-top: 35px;
    padding-bottom: 410px;
  }
}
#recruit h2 {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 897px) {
  #recruit h2 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
#recruit .page_link {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 481px) {
  #recruit .page_link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 897px) {
  #recruit .page_link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    top: 0;
    bottom: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
#recruit .page_link li {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2;
}
#recruit .page_link li a {
  display: inline;
}
#recruit .page_link li.current span {
  border-bottom: 2px solid #1a1a1a;
  border-top: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 897px) {
  #recruit .page_link li {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 1.6rem;
    margin-top: 25px;
    line-height: 3;
  }
  #recruit .page_link li:hover a {
    border-bottom: 2px solid #1a1a1a;
    border-top: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#recruit .concept .top_line {
  height: 50px;
}
@media (min-width: 897px) {
  #recruit .concept .top_line {
    height: 125px;
  }
}
#recruit .concept .top_line:before {
  top: 0;
  left: 50%;
  height: 50px;
}
@media (min-width: 897px) {
  #recruit .concept .top_line:before {
    height: 125px;
  }
}
#recruit .concept .concept_txt {
  letter-spacing: 5px;
}
@media (min-width: 897px) {
  #recruit .concept .concept_txt {
    letter-spacing: 15px;
  }
}
#recruit .concept .text_img01 img {
  width: 100%;
}
@media (min-width: 481px) {
  #recruit .concept .text_img01 img {
    width: 80%;
  }
}
@media (min-width: 897px) {
  #recruit .concept .text_img01 img {
    width: auto;
  }
}
#recruit .concept .concept_img img {
  width: 100%;
}
#recruit .work {
  padding-bottom: 50px;
}
@media (min-width: 897px) {
  #recruit .work {
    padding-bottom: 100px;
  }
}
#recruit .work h2 {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 897px) {
  #recruit .work h2 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
#recruit .work h2 img {
  width: 99px;
  height: 39px;
}
@media (min-width: 481px) {
  #recruit .work h2 img {
    width: auto;
    height: 58px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 897px) {
  #recruit .work h2 img {
    width: 198px;
    height: 77px;
    -o-object-fit: none;
       object-fit: none;
  }
}
#recruit .work .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 481px) {
  #recruit .work .list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
@media (min-width: 897px) {
  #recruit .work .list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#recruit .work .list li {
  width: calc((100% - 20px) / 2);
  margin-right: 10px;
}
@media (min-width: 481px) {
  #recruit .work .list li {
    width: calc((100% - 30px) / 4);
  }
}
@media (min-width: 897px) {
  #recruit .work .list li {
    width: 278px;
    height: 257px;
    margin-right: 0;
    margin-bottom: 0;
  }
}
#recruit .interview {
  padding-bottom: 50px;
}
@media (min-width: 897px) {
  #recruit .interview {
    padding-bottom: 100px;
  }
}
#recruit .interview .bg-black {
  background: #1a1a1a;
}
#recruit .interview h2 {
  text-align: center;
}
#recruit .interview h2 img {
  width: 148px;
  height: 39px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 481px) {
  #recruit .interview h2 img {
    width: auto;
    height: 58px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 897px) {
  #recruit .interview h2 img {
    width: 296px;
    height: 78px;
    -o-object-fit: none;
       object-fit: none;
  }
}
#recruit .interview .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media (min-width: 897px) {
  #recruit .interview .link {
    width: 790px;
    margin-left: auto;
    margin-right: auto;
  }
}
#recruit .interview .link li {
  margin-left: 15px;
}
@media (min-width: 481px) {
  #recruit .interview .link li {
    width: 132px;
    margin-left: 75px;
  }
}
@media (min-width: 897px) {
  #recruit .interview .link li {
    margin-left: 100px;
    position: relative;
    width: 177px;
    height: 240px;
  }
}
#recruit .interview .link li:first-of-type {
  margin-left: 0;
}
#recruit .interview .link li:hover:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 12px;
  background: url(../img/recruit/arrow.png) no-repeat center center;
  background-size: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#recruit .interview .fc-green {
  color: #6aa529;
}
#recruit .interview .fc-orange {
  color: #f85f1e;
}
#recruit .interview .fc-pink {
  color: #ef5454;
}
#recruit .interview .int01,
#recruit .interview .int02,
#recruit .interview .int03 {
  margin-top: 45px;
}
@media (min-width: 897px) {
  #recruit .interview .int01,
#recruit .interview .int02,
#recruit .interview .int03 {
    margin-top: 90px;
  }
}
#recruit .interview .int01 .int_bg,
#recruit .interview .int02 .int_bg,
#recruit .interview .int03 .int_bg {
  background: #f5f5f6;
}
@media (min-width: 481px) {
  #recruit .interview .int01 .int_bg,
#recruit .interview .int02 .int_bg,
#recruit .interview .int03 .int_bg {
    padding-top: 34px;
  }
}
@media (min-width: 897px) {
  #recruit .interview .int01 .int_bg,
#recruit .interview .int02 .int_bg,
#recruit .interview .int03 .int_bg {
    height: 510px;
    padding-top: 45px;
  }
}
#recruit .interview .int01 .int_bg ul,
#recruit .interview .int02 .int_bg ul,
#recruit .interview .int03 .int_bg ul {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 210px;
}
@media (min-width: 897px) {
  #recruit .interview .int01 .int_bg ul,
#recruit .interview .int02 .int_bg ul,
#recruit .interview .int03 .int_bg ul {
    width: 790px;
    height: 353px;
  }
}
#recruit .interview .int01 .int_bg ul li:first-of-type,
#recruit .interview .int02 .int_bg ul li:first-of-type,
#recruit .interview .int03 .int_bg ul li:first-of-type {
  position: absolute;
  left: 0;
  top: 30%;
  z-index: 1;
  width: 50%;
}
@media (min-width: 897px) {
  #recruit .interview .int01 .int_bg ul li:first-of-type,
#recruit .interview .int02 .int_bg ul li:first-of-type,
#recruit .interview .int03 .int_bg ul li:first-of-type {
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#recruit .interview .int01 .int_bg ul li:last-of-type,
#recruit .interview .int02 .int_bg ul li:last-of-type,
#recruit .interview .int03 .int_bg ul li:last-of-type {
  position: absolute;
  right: 0;
  bottom: 50px;
  z-index: 2;
  width: 43%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 897px) {
  #recruit .interview .int01 .int_bg ul li:last-of-type,
#recruit .interview .int02 .int_bg ul li:last-of-type,
#recruit .interview .int03 .int_bg ul li:last-of-type {
    width: 306px;
    bottom: 0;
  }
}
#recruit .interview .int01 .int_bg ul li:last-of-type img,
#recruit .interview .int02 .int_bg ul li:last-of-type img,
#recruit .interview .int03 .int_bg ul li:last-of-type img {
  width: auto;
  height: auto;
}
@media (min-width: 897px) {
  #recruit .interview .int01 .int_bg ul li:last-of-type img,
#recruit .interview .int02 .int_bg ul li:last-of-type img,
#recruit .interview .int03 .int_bg ul li:last-of-type img {
    width: 306px;
    height: 353px;
  }
}
#recruit .interview .int01 .int_bg img,
#recruit .interview .int02 .int_bg img,
#recruit .interview .int03 .int_bg img {
  width: 100%;
}
@media (min-width: 481px) {
  #recruit .interview .int01 .int_bg img,
#recruit .interview .int02 .int_bg img,
#recruit .interview .int03 .int_bg img {
    width: auto;
    height: 272px;
  }
}
@media (min-width: 897px) {
  #recruit .interview .int01 .int_bg img,
#recruit .interview .int02 .int_bg img,
#recruit .interview .int03 .int_bg img {
    width: auto;
    height: auto;
  }
}
#recruit .interview .int01 .white_block,
#recruit .interview .int02 .white_block,
#recruit .interview .int03 .white_block {
  background: #ffffff;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
}
@media (min-width: 897px) {
  #recruit .interview .int01 .white_block,
#recruit .interview .int02 .white_block,
#recruit .interview .int03 .white_block {
    width: 990px;
    margin-top: -100px;
  }
}
#recruit .interview .int01 .message,
#recruit .interview .int02 .message,
#recruit .interview .int03 .message {
  position: relative;
}
#recruit .interview .int01 .message li:first-of-type,
#recruit .interview .int02 .message li:first-of-type,
#recruit .interview .int03 .message li:first-of-type {
  width: 100%;
}
@media (min-width: 481px) {
  #recruit .interview .int01 .message li:first-of-type,
#recruit .interview .int02 .message li:first-of-type,
#recruit .interview .int03 .message li:first-of-type {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }
}
@media (min-width: 897px) {
  #recruit .interview .int01 .message li:first-of-type,
#recruit .interview .int02 .message li:first-of-type,
#recruit .interview .int03 .message li:first-of-type {
    width: 710px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
#recruit .interview .int01 .message li.white_block02,
#recruit .interview .int02 .message li.white_block02,
#recruit .interview .int03 .message li.white_block02 {
  background: #ffffff;
  line-height: 2;
  width: 100%;
  padding: 20px;
}
@media (min-width: 481px) {
  #recruit .interview .int01 .message li.white_block02,
#recruit .interview .int02 .message li.white_block02,
#recruit .interview .int03 .message li.white_block02 {
    margin-bottom: 30px;
  }
}
@media (min-width: 897px) {
  #recruit .interview .int01 .message li.white_block02,
#recruit .interview .int02 .message li.white_block02,
#recruit .interview .int03 .message li.white_block02 {
    position: absolute;
    width: 590px;
    padding: 45px;
    top: 56px;
    right: 0;
    left: auto;
  }
}
#recruit .interview .int01 .schedule,
#recruit .interview .int02 .schedule,
#recruit .interview .int03 .schedule {
  border: 2px solid #1a1a1a;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
}
@media (min-width: 481px) {
  #recruit .interview .int01 .schedule,
#recruit .interview .int02 .schedule,
#recruit .interview .int03 .schedule {
    width: 100%;
  }
}
@media (min-width: 897px) {
  #recruit .interview .int01 .schedule,
#recruit .interview .int02 .schedule,
#recruit .interview .int03 .schedule {
    margin-top: 100px;
    width: 990px;
  }
}
#recruit .interview .int01 .schedule dt,
#recruit .interview .int02 .schedule dt,
#recruit .interview .int03 .schedule dt {
  background: #1a1a1a;
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
}
@media (min-width: 897px) {
  #recruit .interview .int01 .schedule dt,
#recruit .interview .int02 .schedule dt,
#recruit .interview .int03 .schedule dt {
    font-size: 2rem;
  }
}
#recruit .interview .int01 .schedule dd,
#recruit .interview .int02 .schedule dd,
#recruit .interview .int03 .schedule dd {
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 481px) {
  #recruit .interview .int01 .schedule dd,
#recruit .interview .int02 .schedule dd,
#recruit .interview .int03 .schedule dd {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 897px) {
  #recruit .interview .int01 .schedule dd,
#recruit .interview .int02 .schedule dd,
#recruit .interview .int03 .schedule dd {
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto;
  }
}
#recruit .interview .int01 .schedule dd img,
#recruit .interview .int02 .schedule dd img,
#recruit .interview .int03 .schedule dd img {
  width: 150px;
  height: 443px;
}
@media (min-width: 481px) {
  #recruit .interview .int01 .schedule dd img,
#recruit .interview .int02 .schedule dd img,
#recruit .interview .int03 .schedule dd img {
    width: 95%;
    height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 897px) {
  #recruit .interview .int01 .schedule dd img,
#recruit .interview .int02 .schedule dd img,
#recruit .interview .int03 .schedule dd img {
    width: 836px;
    height: 202px;
    -o-object-fit: none;
       object-fit: none;
  }
}
#recruit .interview .int02 .schedule dd img {
  width: 157px;
  height: 416px;
}
@media (min-width: 481px) {
  #recruit .interview .int02 .schedule dd img {
    width: 90%;
    height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 897px) {
  #recruit .interview .int02 .schedule dd img {
    width: 752px;
    height: 218px;
    -o-object-fit: none;
       object-fit: none;
  }
}
#recruit .interview .int03 .schedule dd img {
  width: 201px;
  height: 397px;
}
@media (min-width: 481px) {
  #recruit .interview .int03 .schedule dd img {
    width: 90%;
    height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 897px) {
  #recruit .interview .int03 .schedule dd img {
    width: 752px;
    height: 235px;
    -o-object-fit: none;
       object-fit: none;
  }
}
#recruit .job_description {
  padding-bottom: 50px;
}
@media (min-width: 897px) {
  #recruit .job_description {
    padding-bottom: 100px;
  }
}
#recruit .job_description .bg-black {
  background: #1a1a1a;
}
#recruit .job_description h2 {
  text-align: center;
}
#recruit .job_description h2 img {
  width: 240px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 897px) {
  #recruit .job_description h2 img {
    width: 480px;
    height: 79px;
  }
}
#recruit .tab_block {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 481px) {
  #recruit .tab_block {
    width: calc(100% - 80px);
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 897px) {
  #recruit .tab_block {
    width: 990px;
    margin-top: 80px;
  }
}
#recruit .tab-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (min-width: 897px) {
  #recruit .tab-group {
    width: 990px;
  }
}
#recruit .tab {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 15px 5px;
  list-style: none;
  text-align: center;
  cursor: pointer;
  width: 50%;
  color: #1a1a1a;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (min-width: 897px) {
  #recruit .tab {
    width: 482px;
    font-size: 1.6rem;
  }
}
#recruit .tab img {
  display: none;
}
#recruit .tab.tab-A {
  background: #ffffff;
  border: 2px solid #1a1a1a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 897px) {
  #recruit .tab.tab-A {
    margin-right: 26px;
  }
}
#recruit .tab.tab-B {
  background: #ffffff;
  border: 2px solid #1a1a1a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#recruit .panel-group {
  border-top: none;
}
#recruit .panel {
  display: none;
}
#recruit .panel table {
  width: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 897px) {
  #recruit .panel table {
    width: 990px;
    margin-top: 40px;
  }
}
#recruit .panel table tr:first-of-type td {
  border-top: 1px solid #c9c9c9;
}
#recruit .panel table th,
#recruit .panel table td {
  font-size: 1.4rem;
}
@media (min-width: 897px) {
  #recruit .panel table th,
#recruit .panel table td {
    font-size: 1.6rem;
  }
}
#recruit .panel table th {
  width: 35%;
  padding: 10px;
  background: #feefe8;
  border-bottom: 1px solid #ffffff;
  vertical-align: middle;
}
@media (min-width: 897px) {
  #recruit .panel table th {
    width: 280px;
    padding: 20px;
  }
}
#recruit .panel table td {
  width: 65%;
  padding: 10px;
  border-left: 5px solid #ffffff;
  border-bottom: 1px solid #c9c9c9;
}
@media (min-width: 897px) {
  #recruit .panel table td {
    width: 710px;
    padding: 20px;
    border-left: 15px solid #ffffff;
  }
}
#recruit .panel table td li {
  list-style: disc;
  margin-left: 1.5em;
  line-height: 2;
}
#recruit .panel.tab-B table th {
  background: #f7fbed;
}
#recruit .panel .btn,
#recruit .panel a.btn,
#recruit .panel button.btn {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.5;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.2rem 4rem 1.2rem 10rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
  width: 100%;
}
@media (min-width: 481px) {
  #recruit .panel .btn,
#recruit .panel a.btn,
#recruit .panel button.btn {
    font-size: 2.4rem;
    padding: 1.7rem 4rem 1.7rem 14rem;
  }
}
@media (min-width: 897px) {
  #recruit .panel .btn,
#recruit .panel a.btn,
#recruit .panel button.btn {
    font-size: 3.2rem;
  }
}
#recruit .panel a.btn--red {
  color: #fff;
  background-color: #ef5454;
  border-bottom: 8px solid #b33f3f;
}
#recruit .panel a.btn--red:hover {
  margin-top: 6px;
  color: #fff;
  background: rgba(239, 84, 84, 0.9);
  border-bottom: 2px solid rgba(179, 63, 63, 0.9);
}
#recruit .panel a.btn--red img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 31px;
}
@media (min-width: 481px) {
  #recruit .panel a.btn--red img {
    margin-left: 42px;
  }
}
@media (min-width: 897px) {
  #recruit .panel a.btn--red img {
    margin-left: 55px;
  }
}
#recruit .tab.is-active {
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#recruit .tab.is-active.tab-A {
  background: #f85f1e;
  border: 2px solid #f85f1e;
}
#recruit .tab.is-active.tab-A:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #f85f1e transparent transparent transparent;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#recruit .tab.is-active.tab-B {
  background: #6aa529;
  border: 2px solid #6aa529;
}
#recruit .tab.is-active.tab-B:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #6aa529 transparent transparent transparent;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#recruit .panel.is-show {
  display: block;
}
#recruit .arrow02 {
  width: 16px;
}
@media (min-width: 897px) {
  #recruit .arrow02 {
    width: 41px;
  }
}
#recruit .apply {
  text-align: center;
}

#recruit .kango {
  /*concept*/
  /**/
  /*work*/
  /**/
  /*interview*/
  /**/
}
#recruit .kango .mv {
  position: relative;
  background: url(../img/recruit/mv_bg02.jpg) no-repeat center center;
  background-size: cover;
  height: 300px;
}
@media (min-width: 481px) {
  #recruit .kango .mv {
    height: 380px;
  }
}
@media (min-width: 897px) {
  #recruit .kango .mv {
    height: auto;
  }
}
#recruit .kango .mv p.mv_s_text {
  color: #ffffff;
}
#recruit .kango .mv div.mv_text {
  width: 55%;
  padding-top: 125px;
  margin: 0 auto;
}
@media (min-width: 481px) {
  #recruit .kango .mv div.mv_text {
    padding-top: 150px;
  }
  #recruit .kango .mv div.mv_text img {
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 897px) {
  #recruit .kango .mv div.mv_text {
    padding-top: 340px;
  }
  #recruit .kango .mv div.mv_text img {
    height: auto;
    -o-object-fit: none;
       object-fit: none;
  }
}
#recruit .kango .tab.is-active.tab-A {
  background: #ed796f;
  border: 2px solid #ed796f;
}
#recruit .kango .tab.is-active.tab-A:before {
  border-color: #ed796f transparent transparent transparent;
}
#recruit .kango .tab.is-active.tab-B {
  background: #ed796f;
  border: 2px solid #ed796f;
}
#recruit .kango .tab.is-active.tab-B:before {
  border-color: #ed796f transparent transparent transparent;
}
#recruit .kango .panel table th {
  background: #fdeeee;
}
#recruit .kango .concept .text_img01 {
  width: 100%;
}
@media (min-width: 481px) {
  #recruit .kango .concept .text_img01 img {
    height: 28px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 897px) {
  #recruit .kango .concept .text_img01 {
    width: 100%;
  }
  #recruit .kango .concept .text_img01 img {
    height: auto;
    -o-object-fit: none;
       object-fit: none;
  }
}
#recruit .kango .concept .concept_bg {
  background: url(../img/recruit/recruit02_bg.gif) repeat left top;
  padding-top: 15px;
  padding-bottom: 25px;
  position: relative;
}
@media (min-width: 481px) {
  #recruit .kango .concept .concept_bg {
    padding-top: 25px;
    padding-bottom: 35px;
  }
}
@media (min-width: 897px) {
  #recruit .kango .concept .concept_bg {
    padding-top: 35px;
    padding-bottom: 70px;
  }
}
#recruit .kango .concept .concept_bg:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 25px 0 25px;
  border-color: #e1e1e1 transparent transparent transparent;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#recruit .kango .concept .concept_bg .bg_white {
  background: #ffffff;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
}
#recruit .kango .concept .concept_bg ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 100%;
}
@media (min-width: 481px) {
  #recruit .kango .concept .concept_bg ul {
    margin-top: 20px;
  }
}
@media (min-width: 897px) {
  #recruit .kango .concept .concept_bg ul {
    width: 862px;
    margin-top: 25px;
  }
}
#recruit .kango .concept .concept_bg ul li {
  background: #ffffff;
  border: 3px solid #b0b0b0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48%;
  margin-top: 12px;
}
#recruit .kango .concept .concept_bg ul li:nth-child(1), #recruit .kango .concept .concept_bg ul li:nth-child(2) {
  margin-top: 0;
}
@media (min-width: 481px) {
  #recruit .kango .concept .concept_bg ul li {
    width: calc((100% - 15px) / 3);
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #recruit .kango .concept .concept_bg ul li:nth-child(3) {
    margin-top: 0;
  }
}
@media (min-width: 897px) {
  #recruit .kango .concept .concept_bg ul li {
    width: 278px;
    height: 92px;
    border: 5px solid #b0b0b0;
  }
  #recruit .kango .concept .concept_bg ul li:nth-child(3) {
    margin-top: 0;
  }
}
#recruit .kango .concept .text_img02 img {
  width: 100%;
}
@media (min-width: 481px) {
  #recruit .kango .concept .text_img02 img {
    width: 94%;
  }
}
@media (min-width: 897px) {
  #recruit .kango .concept .text_img02 img {
    width: auto;
  }
}
@media (min-width: 897px) {
  #recruit .kango .work .w-md-790 {
    width: 790px;
    margin-left: auto;
    margin-right: auto;
  }
}
#recruit .kango .interview {
  padding-bottom: 0;
}
@media (min-width: 897px) {
  #recruit .kango .interview {
    padding-bottom: 100px;
  }
}
#recruit .kango .interview .int02,
#recruit .kango .interview .int03 {
  margin-top: 0;
}
@media (min-width: 897px) {
  #recruit .kango .interview .int02,
#recruit .kango .interview .int03 {
    margin-top: 90px;
  }
}
#recruit .kango .interview .int03 .int_bg ul {
  height: 190px;
}
@media (min-width: 897px) {
  #recruit .kango .interview .int03 .int_bg ul {
    height: 353px;
  }
}
#recruit .kango .interview .int03 .int_bg ul li:last-of-type {
  bottom: 40px;
}
@media (min-width: 897px) {
  #recruit .kango .interview .int03 .int_bg ul li:last-of-type {
    bottom: 0;
  }
}
#recruit .kango .interview .int01 .int_bg ul li:last-of-type {
  max-width: none;
  width: 58%;
}
@media (min-width: 897px) {
  #recruit .kango .interview .int01 .int_bg ul li:last-of-type {
    width: 410px;
  }
}
#recruit .kango .interview .int01 .int_bg ul li:last-of-type img {
  width: auto;
}

#recruit .q_a {
  margin-top: 68px !important;
}
#recruit .q_a .ttl {
  padding-top: 30px;
}
@media (min-width: 481px) {
  #recruit .q_a .ttl {
    padding-top: 40px;
  }
}
@media (min-width: 897px) {
  #recruit .q_a .ttl {
    padding-top: 0;
  }
}
#recruit .q_a .border_p {
  border: 1px solid #ed796f;
  margin: 25px auto 10px;
  color: #ed796f;
  font-weight: 700;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
#recruit .q_a .border_o {
  border: 1px solid #f85f1e;
  margin: 25px auto 10px;
  color: #f85f1e;
  font-weight: 700;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
#recruit .q_a .border_g {
  border: 1px solid #6aa529;
  margin: 25px auto 10px;
  color: #6aa529;
  font-weight: 700;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 897px) {
  #recruit .q_a {
    margin-top: 200px !important;
  }
}
#recruit .q_a .tab-group {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 897px) {
  #recruit .q_a .tab-group {
    width: 1196px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
@media (min-width: 897px) {
  #recruit .q_a .tab_block {
    width: 1196px;
  }
}
#recruit .q_a .tab {
  padding: 10px;
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 897px) {
  #recruit .q_a .tab {
    padding: 5px 5px 10px;
  }
}
@media (min-width: 481px) {
  #recruit .q_a .tab span {
    font-size: 1.2rem;
  }
}
@media (min-width: 897px) {
  #recruit .q_a .tab span {
    font-size: 1.4rem;
  }
}
@media (min-width: 481px) {
  #recruit .q_a .tab {
    width: calc((100% - 45px) / 3);
  }
  #recruit .q_a .tab:nth-of-type(n + 1) {
    margin-right: 15px;
  }
}
@media (min-width: 897px) {
  #recruit .q_a .tab {
    width: 380px;
    height: 82px;
    font-size: 1.6rem;
    padding: 10px 5px 15px;
    margin-bottom: 0;
  }
}
@media (min-width: 897px) {
  #recruit .q_a .tab.tab-A,
#recruit .q_a .tab.tab-B {
    margin-right: 28px;
  }
}
@media (min-width: 897px) {
  #recruit .q_a .tab.is-active {
    width: 380px;
    height: 112px;
    margin-bottom: 0;
  }
}
#recruit .q_a .tab.is-active.tab-A:before,
#recruit .q_a .tab.is-active.tab-B:before {
  border-width: 0;
  border-color: transparent;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#recruit .q_a .tab.tab-C {
  background: #ffffff;
  border: 2px solid #1a1a1a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#recruit .q_a .tab.is-active.tab-A {
  background: #ed796f;
  border: 2px solid #ed796f;
}
#recruit .q_a .tab.is-active.tab-B {
  background: #f85f1e;
  border: 2px solid #f85f1e;
}
#recruit .q_a .tab.is-active.tab-C {
  background: #6aa529;
  border: 2px solid #6aa529;
}
#recruit .q_a .panel.is-show.tab-A {
  border-top: 2px solid #ed796f;
}
#recruit .q_a .panel.is-show.tab-B {
  border-top: 2px solid #f85f1e;
}
#recruit .q_a .panel.is-show.tab-C {
  border-top: 2px solid #6aa529;
}
#recruit .q_a .panel a {
  color: #0096dd;
}
@media (min-width: 897px) {
  #recruit .q_a .panel ul {
    margin-bottom: 100px;
  }
}
#recruit .q_a .panel ul li {
  padding: 10px 10px;
}
#recruit .q_a .panel ul li:nth-child(even) {
  background: #f8f8f8;
}
@media (min-width: 481px) {
  #recruit .q_a .panel ul li {
    padding: 30px 30px;
  }
}
@media (min-width: 897px) {
  #recruit .q_a .panel ul li {
    padding: 50px 95px;
  }
}
#recruit .q_a .panel ul li .Q_text {
  position: relative;
  display: block;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 1.4rem;
}
@media (min-width: 897px) {
  #recruit .q_a .panel ul li .Q_text {
    margin-bottom: 50px;
    padding-left: 45px;
    font-size: 16px;
  }
}
#recruit .q_a .panel ul li .Q_text:before {
  position: absolute;
  content: "Q.";
  font-size: 2rem;
  color: #0071b9;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 897px) {
  #recruit .q_a .panel ul li .Q_text:before {
    font-size: 4rem;
  }
}
#recruit .q_a .panel ul li .A_text {
  position: relative;
  display: block;
  padding-left: 25px;
  font-size: 1.4rem;
  line-height: 2;
}
@media (min-width: 897px) {
  #recruit .q_a .panel ul li .A_text {
    padding-left: 45px;
    font-size: 16px;
  }
}
#recruit .q_a .panel ul li .A_text:before {
  position: absolute;
  content: "A.";
  font-size: 2rem;
  color: #ef5454;
  left: 2px;
  top: -5px;
}
@media (min-width: 897px) {
  #recruit .q_a .panel ul li .A_text:before {
    font-size: 4rem;
    left: 5px;
    top: -20px;
  }
}
#recruit .q_a .job_description {
  padding-bottom: 0;
}
@media (min-width: 897px) {
  #recruit .q_a .job_description {
    padding-bottom: 90px;
  }
}
#recruit .q_a .q_a_btn_area {
  background: url(../img/recruit/q_a_bg_sp.jpg) no-repeat top center;
  background-size: cover;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 30px;
}
@media (min-width: 481px) {
  #recruit .q_a .q_a_btn_area {
    background: url(../img/recruit/q_a_bg.jpg) no-repeat center center;
    background-size: cover;
    height: 280px;
    padding-top: 160px;
  }
}
@media (min-width: 897px) {
  #recruit .q_a .q_a_btn_area {
    background: url(../img/recruit/q_a_bg.jpg) no-repeat top center;
    background-size: cover;
    height: 546px;
    padding-top: 0;
  }
}
#recruit .q_a .q_a_btn_area ul {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 481px) {
  #recruit .q_a .q_a_btn_area ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 897px) {
  #recruit .q_a .q_a_btn_area ul {
    width: 1198px;
    padding-top: 320px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#recruit .q_a .q_a_btn_area ul li {
  background: #ffffff;
  margin-bottom: 10px;
}
@media (min-width: 481px) {
  #recruit .q_a .q_a_btn_area ul li {
    width: calc((100% - 15px) / 2);
  }
}
@media (min-width: 897px) {
  #recruit .q_a .q_a_btn_area ul li {
    margin-bottom: 0;
  }
}
#recruit .q_a .q_a_btn_area a img {
  -webkit-box-shadow: 0 0 8px 0 #000000;
  box-shadow: 0 0 8px 0 #000000;
}
#recruit .q_a .q_a_btn_area02 ul {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 481px) {
  #recruit .q_a .q_a_btn_area02 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 98px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 897px) {
  #recruit .q_a .q_a_btn_area02 ul {
    padding-top: 60px;
    padding-bottom: 130px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#recruit .q_a .q_a_btn_area02 ul li {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 481px) {
  #recruit .q_a .q_a_btn_area02 ul li {
    width: calc((100% - 30px) / 2);
    margin-right: 20px;
    margin-bottom: 0;
  }
  #recruit .q_a .q_a_btn_area02 ul li:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 897px) {
  #recruit .q_a .q_a_btn_area02 ul li {
    width: auto;
    margin-right: 28px;
  }
}
#recruit .q_a .q_a_btn_area02 ul .recruit-back-btn {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 6rem;
  background-image: url(../img/recruit/recruit-back-arrow-bl.png);
  background-size: 8%;
  background-position: right 10px bottom 50%;
  padding-right: 20px;
  border: 1px #1a1a1a Solid;
}
@media (min-width: 481px) {
  #recruit .q_a .q_a_btn_area02 ul .recruit-back-btn {
    background-size: 8%;
    background-position: right 10px bottom 50%;
    padding-right: 20px;
  }
}
@media (min-width: 897px) {
  #recruit .q_a .q_a_btn_area02 ul .recruit-back-btn {
    width: 482px;
    height: 60px;
    background-position: right 20px bottom 50%;
    font-size: 1.6rem;
    line-height: 6rem;
  }
}
#recruit .q_a .q_a_btn_area02 ul .recruit-back-btn:hover {
  background-image: url(../img/recruit/recruit-back-arrow-wh.png);
  background-color: rgba(26, 26, 26, 0.9);
  background-position: right 20px bottom 50%;
  color: #fff;
}

/********** headerエリア **********/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
}
@media (min-width: 897px) {
  #header {
    min-width: 1200px;
  }
}
#header a {
  display: block;
}
#header #header_core {
  z-index: 102;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 58px;
}
@media (min-width: 897px) {
  #header #header_core {
    height: 0;
    min-width: 1200px;
  }
}
#header #header_core h1 {
  width: 40%;
}
@media (min-width: 481px) {
  #header #header_core h1 {
    width: 28%;
  }
}
@media (min-width: 897px) {
  #header #header_core h1 {
    width: 253px;
  }
}
@media (min-width: 897px) {
  #header #header_menu {
    background-color: #ffffff;
  }
}
#header .drawer-menu {
  padding-bottom: 58px;
}
@media (min-width: 897px) {
  #header .drawer-menu {
    padding-bottom: 100px;
  }
}
#header .drawer-dropdown-menu li a.drawer-menu-top {
  position: relative;
  color: #1a1a1a;
  font-weight: 500;
  padding-left: 20px;
  font-size: 1.2rem;
}
@media (min-width: 897px) {
  #header .drawer-dropdown-menu li a.drawer-menu-top {
    padding-left: 90px;
    font-size: 1.6rem;
  }
}
#header .drawer-menu-floor1 {
  font-size: 1.6rem;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #ffffff;
}
@media (min-width: 481px) {
  #header .drawer-menu-floor1 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
  }
}
@media (min-width: 897px) {
  #header .drawer-menu-floor1 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 70px;
  }
  #header .drawer-menu-floor1:hover {
    background: #1a1a1a;
  }
}
#header .drawer-menu-floor1 img {
  width: 100px;
  height: auto;
}
#header .drawer-menu-floor1 img:hover {
  opacity: 1;
}
@media (min-width: 481px) {
  #header .drawer-menu-floor1 img {
    width: 156px;
    height: auto;
  }
}
@media (min-width: 897px) {
  #header .drawer-menu-floor1 img {
    width: 208px;
    height: 74px;
  }
}
#header .drawer-menu-floor2 {
  font-size: 1.4rem;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 15px;
}
@media (min-width: 897px) {
  #header .drawer-menu-floor2 {
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#header .drawer-dropdown-switch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
#header .drawer-dropdown-switch &gt; a {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#header .drawer-dropdown-switch .dropdown-toggle {
  font-size: 1.6rem;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
}
@media (min-width: 481px) {
  #header .drawer-dropdown-switch .dropdown-toggle {
    padding: 15px 25px;
  }
}
@media (min-width: 897px) {
  #header .drawer-dropdown-switch .dropdown-toggle {
    padding: 30px 15px 30px 70px;
  }
}
#header .drawer-dropdown-switch .dropdown-toggle img.off {
  display: block;
}
#header .drawer-dropdown-switch .dropdown-toggle img.on {
  display: none;
}
#header .drawer-dropdown-switch .dropdown-toggle img {
  width: 100px;
  height: auto;
}
@media (min-width: 481px) {
  #header .drawer-dropdown-switch .dropdown-toggle img {
    width: 156px;
    height: auto;
  }
}
@media (min-width: 897px) {
  #header .drawer-dropdown-switch .dropdown-toggle img {
    width: 208px;
    height: 74px;
  }
}
@media (min-width: 897px) {
  #header .drawer-dropdown-switch .dropdown-toggle:hover {
    background: #1a1a1a;
  }
  #header .drawer-dropdown-switch .dropdown-toggle:hover img.off {
    display: none;
  }
  #header .drawer-dropdown-switch .dropdown-toggle:hover img.on {
    display: block;
  }
}
#header .drawer-dropdown-switch .dropdown-toggle.opened {
  background: #1a1a1a;
  color: #ffffff;
}
#header .drawer-dropdown-switch .dropdown-toggle.opened img.off {
  display: none;
}
#header .drawer-dropdown-switch .dropdown-toggle.opened img.on {
  display: block;
}
#header .drawer-dropdown-menu li a.drawer-menu-floor2,
#header .drawer-dropdown-menu li p.drawer-menu-floor2 {
  position: relative;
  color: #1a1a1a;
  font-weight: 500;
  padding-left: 20px;
  font-size: 1.2rem;
}
@media (min-width: 481px) {
  #header .drawer-dropdown-menu li a.drawer-menu-floor2,
#header .drawer-dropdown-menu li p.drawer-menu-floor2 {
    font-size: 1.4rem;
    padding-left: 40px;
  }
}
@media (min-width: 897px) {
  #header .drawer-dropdown-menu li a.drawer-menu-floor2,
#header .drawer-dropdown-menu li p.drawer-menu-floor2 {
    padding-left: 90px;
    font-size: 1.6rem;
  }
}
#header .drawer-dropdown-menu li a.drawer-menu-floor2:before,
#header .drawer-dropdown-menu li p.drawer-menu-floor2:before {
  width: 5px;
  height: 1px;
  background: #1a1a1a;
  position: absolute;
  content: "";
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 481px) {
  #header .drawer-dropdown-menu li a.drawer-menu-floor2:before,
#header .drawer-dropdown-menu li p.drawer-menu-floor2:before {
    left: 30px;
  }
}
@media (min-width: 897px) {
  #header .drawer-dropdown-menu li a.drawer-menu-floor2:before,
#header .drawer-dropdown-menu li p.drawer-menu-floor2:before {
    left: 70px;
    width: 15px;
    height: 2px;
  }
}
@media (min-width: 897px) {
  #header .drawer-dropdown-menu li a.drawer-menu-floor2:hover {
    background: #1a1a1a;
    color: #ffffff;
  }
}
@media (min-width: 897px) {
  #header .drawer-dropdown-menu li a.drawer-menu-floor2:hover:before {
    background: #fff;
  }
}
#header .drawer-menu-top {
  position: relative;
  color: #1a1a1a;
  font-weight: 500;
  padding: 10px 10px 10px 15px;
  font-size: 1.2rem;
}
@media (min-width: 481px) {
  #header .drawer-menu-top {
    font-size: 1.4rem;
    padding: 15px 15px 15px 25px;
  }
}
@media (min-width: 897px) {
  #header .drawer-menu-top {
    padding: 20px 20px 20px 70px;
    font-size: 1.6rem;
  }
}
@media (min-width: 897px) {
  #header .drawer-menu-top:hover {
    background: #1a1a1a;
    color: #ffffff;
  }
}

/********** footerエリア **********/
#footer {
  position: relative;
}
#footer .footer_bg01 {
  background: #f8f8f7;
  padding: 25px 0 25px;
}
@media (min-width: 897px) {
  #footer .footer_bg01 {
    padding: 45px 0;
  }
}
@media (min-width: 481px) {
  #footer .f_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (min-width: 897px) {
  #footer .f_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#footer .f_link li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
}
@media (min-width: 481px) {
  #footer .f_link li {
    width: 50%;
  }
}
@media (min-width: 897px) {
  #footer .f_link li {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0;
  }
}
#footer .f_link li img {
  margin-top: 10px;
  margin-right: 10px;
}
@media (min-width: 897px) {
  #footer .f_link li img {
    margin-top: 5px;
    margin-right: 10px;
  }
}
#footer .f_link li dl {
  width: 100%;
}
@media (min-width: 897px) {
  #footer .f_link li dl {
    width: auto;
  }
}
#footer .f_link li dl dd {
  padding-left: 15px;
  position: relative;
  line-height: 2.2;
}
@media (min-width: 897px) {
  #footer .f_link li dl dd {
    line-height: 1.8;
  }
}
#footer .f_link li dl dd:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: #000000;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#footer .f_link li dl.no_b dd {
  padding-left: 0;
}
#footer .f_link li dl.no_b dd:before {
  display: none;
}

.footer_bg02 {
  background: #1a1a1a;
  color: #ffffff;
  padding: 30px 0 10px;
}
@media (min-width: 897px) {
  .footer_bg02 {
    padding: 60px 0 20px;
  }
}
.footer_bg02 .logo {
  margin: 0 auto;
  width: 150px;
  height: 32px;
}
@media (min-width: 897px) {
  .footer_bg02 .logo {
    width: 250px;
    height: 54px;
  }
}
.footer_bg02 p.add {
  font-size: 14px;
  margin-top: 15px;
  text-align: center;
}
@media (min-width: 897px) {
  .footer_bg02 p.add {
    font-size: 18px;
    margin-top: 35px;
  }
}
.footer_bg02 p.copyright {
  text-align: center;
  font-size: 10px;
  margin-top: 20px;
}
@media (min-width: 897px) {
  .footer_bg02 p.copyright {
    font-size: 14px;
    margin-top: 40px;
  }
}
.footer_bg02 ul {
  margin-top: 20px;
}
@media (min-width: 481px) {
  .footer_bg02 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 760px) {
  .footer_bg02 ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 897px) {
  .footer_bg02 ul {
    margin-top: 45px;
  }
}
.footer_bg02 ul li {
  padding-top: 15px;
  padding-bottom: 8px;
  padding-left: 35px;
  padding-right: 35px;
  border-top: 1px solid #ffffff;
  border-bottom: none;
}
.footer_bg02 ul li:last-of-type {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 481px) {
  .footer_bg02 ul li {
    padding-left: 20px;
    padding-right: 20px;
    border-top: none;
    border-bottom: 1px solid #ffffff;
    border-left: none;
    width: 49%;
  }
  .footer_bg02 ul li:nth-of-type(-n+2) {
    border-top: 1px solid #ffffff;
  }
  .footer_bg02 ul li:nth-of-type(2) {
    border-bottom: 1px solid #ffffff;
  }
  .footer_bg02 ul li span {
    line-height: 1;
  }
  .footer_bg02 ul li span a {
    font-size: 2.6rem;
  }
}
@media (min-width: 760px) {
  .footer_bg02 ul li {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    border-left: 1px solid #ffffff;
  }
  .footer_bg02 ul li:nth-of-type(-n+2) {
    border-top: none;
  }
  .footer_bg02 ul li:nth-of-type(2) {
    border-bottom: none;
  }
  .footer_bg02 ul li:nth-of-type(n+4) {
    margin-top: 15px;
  }
  .footer_bg02 ul li:nth-of-type(3), .footer_bg02 ul li:last-of-type {
    border-right: 1px solid #ffffff;
    border-bottom: none;
  }
}
@media (min-width: 897px) {
  .footer_bg02 ul li {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #ffffff;
  }
  .footer_bg02 ul li:last-of-type {
    border-right: 1px solid #ffffff;
    border-bottom: none;
  }
}
.footer_bg02 ul li span {
  font-weight: 600;
}
@media (min-width: 897px) {
  .footer_bg02 ul li span {
    line-height: 1;
  }
  .footer_bg02 ul li span a {
    font-size: 3.4rem;
  }
}

.pagetop {
  position: absolute;
  content: "";
  top: 45%;
  right: 20px;
  z-index: 20;
}
@media (min-width: 481px) {
  .pagetop {
    top: 43%;
  }
}
@media (min-width: 897px) {
  .pagetop {
    top: 28%;
  }
  .pagetop:hover {
    opacity: 0.75;
  }
}

@media (min-width: 897px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/********** company **********/
#company {
  /*tab*/
}
#company main {
  margin-top: 100px !important;
}
@media (min-width: 897px) {
  #company main {
    margin-top: 200px !important;
  }
}
#company h2 {
  width: 171px;
  height: 53px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 897px) {
  #company h2 {
    width: 260px;
    height: 80px;
  }
}
#company .tab_block {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}
@media (min-width: 481px) {
  #company .tab_block {
    margin-top: 53px;
  }
}
@media (min-width: 897px) {
  #company .tab_block {
    width: 100%;
    margin-top: 80px;
  }
}
#company .tab-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 50px;
}
@media (min-width: 897px) {
  #company .tab-group {
    width: 584px;
    margin-bottom: 145px;
    margin-left: auto;
    margin-right: auto;
  }
}
#company .tab-group li:before {
  content: none;
}
@media (min-width: 897px) {
  #company .tab-group .tab.tab-A {
    margin-right: 0;
  }
}
#company .tab {
  border: 1px solid #1a1a1a;
  padding: 10px 5px;
  list-style: none;
  text-align: center;
  cursor: pointer;
  width: 50%;
  color: #1a1a1a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
}
#company .tab img.on {
  display: none;
}
#company .tab img.off {
  display: block;
}
#company .tab.is-active {
  background: #1a1a1a;
}
#company .tab.is-active img.on {
  display: block;
}
#company .tab.is-active img.off {
  display: none;
}
@media (min-width: 897px) {
  #company .tab {
    width: 176px;
    border: none;
  }
}
#company .tab:hover img.on {
  display: block;
}
#company .tab:hover img.off {
  display: none;
}
#company .tab.tab-A,
#company .tab.tab-B,
#company .tab.tab-C {
  background: #ffffff;
}
#company .tab.tab-A img,
#company .tab.tab-B img,
#company .tab.tab-C img {
  width: 100px;
  height: 16px;
}
@media (min-width: 897px) {
  #company .tab.tab-A img,
#company .tab.tab-B img,
#company .tab.tab-C img {
    width: 132px;
    height: 20px;
  }
}
#company .tab.tab-A:hover,
#company .tab.tab-B:hover,
#company .tab.tab-C:hover {
  background: #1a1a1a;
}
#company .tab.tab-A.is-active,
#company .tab.tab-B.is-active,
#company .tab.tab-C.is-active {
  background: #1a1a1a;
}
#company .panel-group {
  border-top: none;
}
#company .panel {
  display: none;
}
#company .panel .panel_inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 481px) {
  #company .panel .panel_inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 897px) {
  #company .panel .panel_inner {
    width: 990px;
    padding-left: 0;
    padding-right: 0;
  }
}
#company .panel table {
  width: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 897px) {
  #company .panel table {
    margin-top: 40px;
  }
}
#company .panel table tr:first-of-type td {
  border-top: 1px solid #c9c9c9;
}
#company .panel table th,
#company .panel table td {
  font-size: 1.4rem;
}
@media (min-width: 897px) {
  #company .panel table th,
#company .panel table td {
    font-size: 1.6rem;
  }
}
#company .panel table th {
  width: 35%;
  padding: 10px 10px 10px 20px;
  background: #feefe8;
  border-bottom: 1px solid #ffffff;
  vertical-align: middle;
}
@media (min-width: 897px) {
  #company .panel table th {
    width: 280px;
    padding: 20px 20px 20px 88px;
  }
}
#company .panel table td {
  width: 65%;
  padding: 10px;
  border-left: 5px solid #ffffff;
  border-bottom: 1px solid #c9c9c9;
}
@media (min-width: 897px) {
  #company .panel table td {
    width: 710px;
    padding: 20px;
    border-left: 15px solid #ffffff;
  }
}
#company .panel table td li {
  list-style: disc;
  margin-left: 1.5em;
  line-height: 2;
}
#company .panel.tab-B table th {
  background: #f7fbed;
}
#company .panel.is-show {
  display: block;
}
#company .message_img p {
  width: 50%;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 10px;
}
#company .panel.tab-A .ttl {
  width: 173px;
  height: 58px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 897px) {
  #company .panel.tab-A .ttl {
    width: 260px;
    height: 87px;
  }
}
#company .panel.tab-B .ttl {
  width: 293px;
  height: 58px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 897px) {
  #company .panel.tab-B .ttl {
    width: 440px;
    height: 87px;
  }
}
#company .panel.tab-B .ttl02 {
  width: 305px;
  height: 58px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 897px) {
  #company .panel.tab-B .ttl02 {
    width: 460px;
    height: 87px;
  }
}
#company .panel.tab-B .ttl03 {
  width: 71px;
  height: 58px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 897px) {
  #company .panel.tab-B .ttl03 {
    width: 106px;
    height: 87px;
  }
}
#company .panel.tab-B .ttl04 {
  width: 77px;
  height: 58px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 897px) {
  #company .panel.tab-B .ttl04 {
    width: 116px;
    height: 87px;
  }
}
#company .panel.tab-B .ph_img01 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 481px) {
  #company .panel.tab-B .ph_img01 {
    width: 90%;
  }
}
@media (min-width: 897px) {
  #company .panel.tab-B .ph_img01 {
    width: 830px;
  }
}
#company .bg_01 {
  background: #f5f5f6;
}
#company .tab-B .w_75p {
  width: 45%;
}
#company .tab-B .bg_white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  padding: 25px 15px;
}
@media (min-width: 481px) {
  #company .tab-B .bg_white {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
@media (min-width: 897px) {
  #company .tab-B .bg_white {
    padding: 50px 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 481px) {
  #company .tab-B .bg_white .d-none {
    width: calc(45% - 20px);
  }
}
@media (min-width: 897px) {
  #company .tab-B .bg_white .d-none {
    width: auto;
  }
}
#company .tab-B .bg_white ul {
  list-style: disc;
  padding-left: 2em;
  line-height: 2;
}
@media (min-width: 481px) {
  #company .tab-B .bg_white ul {
    width: calc(55% - 20px);
  }
}
@media (min-width: 897px) {
  #company .tab-B .bg_white ul {
    width: auto;
    margin-left: 60px;
  }
}
#company .tab-B .motto {
  margin-top: 30px;
}
@media (min-width: 897px) {
  #company .tab-B .motto {
    margin-top: 85px;
  }
}
#company .tab-B .motto li {
  margin-left: auto;
  margin-right: auto;
  width: 173px;
  height: 35px;
}
@media (min-width: 481px) {
  #company .tab-B .motto li {
    width: 246px;
    height: 50px;
  }
}
@media (min-width: 897px) {
  #company .tab-B .motto li {
    width: 328px;
    height: 66px;
  }
}
#company .tab-B .motto li:first-of-type {
  width: 173px;
  height: 35px;
}
@media (min-width: 481px) {
  #company .tab-B .motto li:first-of-type {
    width: 246px;
    height: 50px;
  }
}
@media (min-width: 897px) {
  #company .tab-B .motto li:first-of-type {
    width: 328px;
    height: 66px;
  }
}
#company .tab-B .motto li:last-of-type {
  width: 324px;
  height: 35px;
}
@media (min-width: 481px) {
  #company .tab-B .motto li:last-of-type {
    width: 466px;
    height: 50px;
  }
}
@media (min-width: 897px) {
  #company .tab-B .motto li:last-of-type {
    width: 622px;
    height: 67px;
  }
}
#company .tab-C .ttl {
  width: 265px;
  height: 58px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 897px) {
  #company .tab-C .ttl {
    width: 396px;
    height: 87px;
  }
}
#company .tab-C .table_ttl {
  font-size: 18px;
  width: 100%;
  border-bottom: 1px solid #1a1a1a;
}
@media (min-width: 897px) {
  #company .tab-C .table_ttl {
    font-size: 24px;
  }
}
#company .tab-C .table_c-name {
  font-size: 16px;
  width: 100%;
  padding: 5px 10px;
  background: #f5f5f6;
}
@media (min-width: 897px) {
  #company .tab-C .table_c-name {
    font-size: 18px;
    padding: 5px 20px;
  }
}
#company .tab-C .table01 {
  border: 1px solid #e3e3e3;
}
#company .tab-C .table01 th {
  background: #f5f5f6;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}
@media (min-width: 897px) {
  #company .tab-C .table01 th {
    width: 180px;
    padding: 20px;
  }
}
#company .tab-C .table01 th.last {
  border-bottom: none;
}
#company .tab-C .table01 td {
  border-left: none;
}
@media (min-width: 897px) {
  #company .tab-C .table01 td {
    width: 810px;
  }
}
#company .tab-C .table01 td ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 897px) {
  #company .tab-C .table01 td ul {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
#company .tab-C .table01 td ul li {
  list-style: none;
  margin-left: 0;
}
#company .tab-C .table02 {
  margin-top: 10px;
}
@media (min-width: 481px) {
  #company .tab-C .table02 {
    margin-top: 0;
  }
}
#company .tab-C .table02 tr {
  border-bottom: 1px solid #e3e3e3;
}
#company .tab-C .table02 tr th {
  background: none;
  vertical-align: middle;
  text-align: left;
  display: block;
  width: 100%;
  border-bottom: none;
  padding: 10px 10px 0 10px;
}
@media (min-width: 481px) {
  #company .tab-C .table02 tr th {
    width: 35%;
    display: table-cell;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
}
@media (min-width: 897px) {
  #company .tab-C .table02 tr th {
    width: 290px;
  }
}
#company .tab-C .table02 tr td {
  border-left: none;
  border-bottom: none;
  vertical-align: middle;
  display: block;
  width: 100%;
}
#company .tab-C .table02 tr td .tablet_area {
  display: none;
}
@media (min-width: 481px) {
  #company .tab-C .table02 tr td {
    width: auto;
    display: table-cell;
  }
  #company .tab-C .table02 tr td .tablet_area {
    display: block;
  }
}
@media (min-width: 897px) {
  #company .tab-C .table02 tr td {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 278px;
  }
  #company .tab-C .table02 tr td:first-of-type {
    width: 422px;
  }
  #company .tab-C .table02 tr td:last-of-type {
    padding-left: 0;
    padding-right: 10px;
    font-size: 1.3rem;
  }
  #company .tab-C .table02 tr td .tablet_area {
    display: none;
  }
}
#company .tab-C .table02 tr td li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#company .tab-C .table02 tr td li.tablet_wrap {
  display: none;
}
@media (min-width: 481px) {
  #company .tab-C .table02 tr td li.tablet_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (min-width: 897px) {
  #company .tab-C .table02 tr td li.tablet_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#company .tab-C .table02 tr:first-of-type {
  border-bottom: none;
  display: none;
}
@media (min-width: 481px) {
  #company .tab-C .table02 tr:first-of-type {
    display: table-row;
  }
}
#company .tab-C .table02 tr:first-of-type th {
  font-size: 1.2rem;
  color: #ffffff;
  background: #000000;
  padding: 5px 20px;
  border-bottom: none;
  border-top: none;
  text-align: center;
}
@media (min-width: 481px) {
  #company .tab-C .table02 tr:first-of-type th {
    width: 32.546%;
  }
}
@media (min-width: 897px) {
  #company .tab-C .table02 tr:first-of-type th {
    width: 278px;
  }
}
#company .tab-C .table02 tr:first-of-type td {
  border-bottom: none;
  border-top: none;
  padding: 0;
  width: 290px;
}
#company .tab-C .table02.group tr:first-of-type {
  display: table-row;
  border-bottom: 1px solid #e3e3e3;
}
#company .tab-C .table02.group tr th {
  padding: 10px 10px 0 10px;
}
#company .tab-C .table02.group tr th:first-of-type {
  background: none;
  vertical-align: middle;
  text-align: left;
  color: #1a1a1a;
  font-size: 1.4rem;
  border-bottom: none;
  padding: 10px 10px 0 10px;
}
@media (min-width: 897px) {
  #company .tab-C .table02.group tr th:first-of-type {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    width: 290px;
    font-size: 1.6rem;
  }
}
#company .tab-C .table02.group tr td {
  font-size: 1.4rem;
  padding: 10px;
}
@media (min-width: 897px) {
  #company .tab-C .table02.group tr td {
    font-size: 1.6rem;
    padding: 30px 20px;
  }
}
#company .tab-C .table02.group tr td:first-of-type {
  border-top: none;
  border-bottom: none;
  display: block;
  width: 100%;
}
@media (min-width: 481px) {
  #company .tab-C .table02.group tr td:first-of-type {
    display: table-cell;
    width: auto;
  }
}
#company .tab-C .table02.group tr td:nth-of-type(2) {
  font-size: 1.4rem;
  width: 100%;
}
@media (min-width: 481px) {
  #company .tab-C .table02.group tr td:nth-of-type(2) {
    display: table-cell;
    width: 32.546%;
  }
}
@media (min-width: 897px) {
  #company .tab-C .table02.group tr td:nth-of-type(2) {
    width: 278px;
    font-size: 1.3rem;
  }
}
#company .tab-C .table03 tr {
  border-bottom: 1px solid #e3e3e3;
}
#company .tab-C .table03 tr:first-of-type td {
  border-top: none;
}
#company .tab-C .table03 th {
  border: none;
  background: none;
  vertical-align: top;
}
#company .tab-C .table03 td {
  border: none;
}
#company .enkaku_list {
  width: 100%;
}
@media (min-width: 897px) {
  #company .enkaku_list {
    width: 850px;
    margin-left: auto;
    margin-right: auto;
  }
}
#company .enkaku_list .list_inner {
  width: 100%;
}
@media (min-width: 897px) {
  #company .enkaku_list .list_inner {
    width: 270px;
  }
}
#company .enkaku_list .list_inner ul {
  list-style: disc;
  margin-left: 2em;
}
#company .enkaku_list .list_inner ul li &gt; ul {
  list-style: none;
  margin-left: 0;
}

/********** service **********/
#service {
  /*nagomi*/
}
#service .nagomi .mv {
  position: relative;
  background: url(../img/service/nagomi_mv_bg.jpg) no-repeat -120px center;
  background-size: cover;
  height: 300px;
}
@media (min-width: 481px) {
  #service .nagomi .mv {
    background: url(../img/service/nagomi_mv_bg.jpg);
    background-size: cover;
    background-position: -100px;
    height: 380px;
  }
}
@media (min-width: 897px) {
  #service .nagomi .mv {
    height: 700px;
    background: url(../img/service/nagomi_mv_bg.jpg) no-repeat top center;
    background-size: cover;
  }
}
#service .nagomi .mv div.mv_text {
  width: 85%;
  padding-top: 120px;
  margin: 0 auto;
}
@media (min-width: 481px) {
  #service .nagomi .mv div.mv_text {
    width: auto;
    padding-top: 150px;
    text-align: center;
  }
  #service .nagomi .mv div.mv_text img {
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (min-width: 897px) {
  #service .nagomi .mv div.mv_text {
    width: 100%;
    padding-top: 300px;
  }
  #service .nagomi .mv div.mv_text img {
    height: auto;
    -o-object-fit: none;
    object-fit: none;
  }
}
#service .nagomi .mv p.mv_s_text {
  color: #1a1a1a;
  font-size: 12px;
  padding-bottom: 60px;
  text-align: center;
  font-weight: 300;
  margin-top: 10px;
}
@media (min-width: 481px) {
  #service .nagomi .mv p.mv_s_text {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
@media (min-width: 897px) {
  #service .nagomi .mv p.mv_s_text {
    font-size: 2.2rem;
    margin-top: 35px;
  }
}
#service .nagomi h2 {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 897px) {
  #service .nagomi h2 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
#service .nagomi .page_link {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 897px) {
  #service .nagomi .page_link {
    top: 0;
    bottom: auto;
    padding-left: 0;
    padding-right: 0;
    padding-left: 290px;
    padding-right: 210px;
  }
}
#service .nagomi .page_link ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
#service .nagomi .page_link li {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2;
  white-space: nowrap;
}
#service .nagomi .page_link li a {
  display: inline;
}
#service .nagomi .page_link li.current span {
  border-bottom: 2px solid #1a1a1a;
  border-top: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline;
}
@media screen and (min-width: 769px) and (max-width: 1465px) {
  #service .nagomi .page_link li {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.2rem;
    margin-top: 25px;
    line-height: 3;
  }
  #service .nagomi .page_link li:hover a {
    border-bottom: 2px solid #1a1a1a;
    border-top: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (min-width: 1466px) {
  #service .nagomi .page_link li {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.5rem;
    margin-top: 25px;
  }
}
#service .nagomi .a_01 {
  padding-bottom: 30px;
}
@media (min-width: 481px) {
  #service .nagomi .a_01 {
    padding-left: 40px;
  }
}
@media (min-width: 897px) {
  #service .nagomi .a_01 {
    padding-bottom: 90px;
    padding-left: 0;
  }
}
@media (min-width: 1025px) {
  #service .nagomi .a_01 {
    max-width: 1920px;
    padding-bottom: 90px;
    padding-left: 0;
    margin: 0 auto;
  }
}
#service .nagomi .a_01 h2 img {
  width: 280px;
  height: 24px;
}
@media (min-width: 481px) {
  #service .nagomi .a_01 h2 img {
    width: 326px;
    height: 28px;
  }
}
@media (min-width: 897px) {
  #service .nagomi .a_01 h2 img {
    width: 570px;
    height: 49px;
  }
}
@media (min-width: 481px) {
  #service .nagomi .a_01 .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 897px) and (max-width: 1680px) {
  #service .nagomi .a_01 .container {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 0;
  }
}
@media screen and (min-width: 1681px) {
  #service .nagomi .a_01 .container {
    max-width: 1558px;
    margin-left: 362px;
    padding-left: 0;
    padding-right: 0;
  }
}
#service .nagomi .a_01-text {
  width: 100%;
}
@media (min-width: 481px) {
  #service .nagomi .a_01-text {
    width: 100%;
    height: auto;
  }
  #service .nagomi .a_01-text h2 {
    text-align: left;
  }
}
@media (min-width: 1025px) {
  #service .nagomi .a_01-text {
    margin-right: 28px;
  }
  #service .nagomi .a_01-text h2 {
    width: 100%;
  }
  #service .nagomi .a_01-text p {
    width: 584px;
  }
}
#service .nagomi .a_01-img {
  width: 100%;
}
@media (min-width: 1025px) {
  #service .nagomi .a_01-img {
    width: 154.5%;
    height: auto;
  }
}
#service .nagomi .a_02 {
  background: #fff8f7;
}
#service .nagomi .a_02 h2 img {
  width: 130px;
  height: 24px;
}
@media (min-width: 481px) {
  #service .nagomi .a_02 h2 img {
    width: auto;
    height: 28px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (min-width: 897px) {
  #service .nagomi .a_02 h2 img {
    width: 266px;
    height: 49px;
  }
}
#service .nagomi .a_02 ul.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 481px) {
  #service .nagomi .a_02 ul.list {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
@media (min-width: 897px) {
  #service .nagomi .a_02 ul.list {
    width: 1200px;
  }
}
#service .nagomi .a_02 ul.list li.bg_white {
  background: #ffffff;
  border-top: 4px solid #ed796f;
  width: 100%;
  padding: 20px 20px 20px;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
}
@media (min-width: 481px) {
  #service .nagomi .a_02 ul.list li.bg_white {
    width: calc(50% - 15px);
  }
}
@media (min-width: 897px) {
  #service .nagomi .a_02 ul.list li.bg_white {
    padding: 40px 60px 30px;
    width: 580px;
  }
}
#service .nagomi .a_02 ul.list li.bg_white p.ttl {
  font-size: 1.5rem;
  color: #ed5043;
  font-weight: 900;
}
@media (min-width: 897px) {
  #service .nagomi .a_02 ul.list li.bg_white p.ttl {
    font-size: 2.4rem;
  }
}
#service .nagomi .a_02 ul.list li.bg_white ul {
  list-style: disc;
  margin-left: 2em;
  font-size: 1.4rem;
  line-height: 2;
}
@media (min-width: 897px) {
  #service .nagomi .a_02 ul.list li.bg_white ul {
    font-size: 1.6rem;
  }
}
#service .nagomi .a_02-img img {
  width: 100%;
}
#service .nagomi .a_03 h2 img {
  width: 338px;
  height: 24px;
}
@media (min-width: 481px) {
  #service .nagomi .a_03 h2 img {
    width: auto;
    height: 28px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (min-width: 897px) {
  #service .nagomi .a_03 h2 img {
    width: 704px;
    height: 50px;
  }
}
#service .nagomi .a_03 ul.voice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (min-width: 481px) {
  #service .nagomi .a_03 ul.voice {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin-top: 15px;
  }
}
@media (min-width: 897px) {
  #service .nagomi .a_03 ul.voice {
    width: 1200px;
  }
}
#service .nagomi .a_03 ul.voice li {
  width: 100%;
  border: 2px solid #ed796f;
  padding: 15px 15px;
}
@media (min-width: 481px) {
  #service .nagomi .a_03 ul.voice li {
    padding: 20px 20px;
    width: calc(50% - 20px);
  }
}
@media (min-width: 897px) {
  #service .nagomi .a_03 ul.voice li {
    padding: 40px 60px;
    width: 580px;
    font-size: 1.6rem;
  }
}
#service .nagomi .a_04 {
  padding-bottom: 50px;
}
@media (min-width: 897px) {
  #service .nagomi .a_04 {
    padding-bottom: 100px;
  }
}
#service .nagomi .a_04 h2 img {
  width: 267px;
  height: 24px;
}
@media (min-width: 481px) {
  #service .nagomi .a_04 h2 img {
    width: auto;
    height: 28px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (min-width: 897px) {
  #service .nagomi .a_04 h2 img {
    width: 556px;
    height: 50px;
  }
}
#service .nagomi .a_04 .bg-pink {
  background: #ed796f;
}
@media (min-width: 897px) {
  #service .nagomi .a_04 .bg-pink h2 {
    padding-top: 0;
  }
}
#service .nagomi .a_04 h2 {
  text-align: center;
}
#service .nagomi .a_04 h2 img {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 897px) {
  #service .nagomi .a_04 h2 img {
    width: 556px;
    height: 50px;
  }
}
#service .nagomi .a_04 ul.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (min-width: 481px) {
  #service .nagomi .a_04 ul.list {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
@media (min-width: 897px) {
  #service .nagomi .a_04 ul.list {
    width: 1200px;
  }
}
#service .nagomi .a_04 ul.list li {
  width: 100%;
}
@media (min-width: 481px) {
  #service .nagomi .a_04 ul.list li {
    width: calc(50% - 20px);
  }
}
@media (min-width: 897px) {
  #service .nagomi .a_04 ul.list li {
    width: 580px;
  }
}
#service .nagomi .a_04 ul.list li .ttl {
  font-size: 2rem;
  color: #1a1a1a;
  font-weight: 900;
  text-align: center;
}
@media (min-width: 897px) {
  #service .nagomi .a_04 ul.list li .ttl {
    font-size: 3.2rem;
  }
}
#service .nagomi .a_04 ul.list li p span {
  color: #ed796f;
  text-decoration: underline;
  font-weight: 700;
}
#service .nagomi .a_05 {
  background: #fff8f7;
}
@media (min-width: 481px) {
  #service .nagomi .a_05 .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
#service .nagomi .a_05 h2 img {
  width: 126px;
  height: 24px;
}
@media (min-width: 481px) {
  #service .nagomi .a_05 h2 img {
    width: auto;
    height: 28px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (min-width: 897px) {
  #service .nagomi .a_05 h2 img {
    width: 266px;
    height: 51px;
  }
}
#service .nagomi .a_05 p {
  font-size: 1.4rem;
  line-height: 2;
}
@media (min-width: 897px) {
  #service .nagomi .a_05 p {
    font-size: 1.6rem;
    width: 990px;
    margin-left: auto;
    margin-right: auto;
  }
}
#service .nagomi .a_05 p span {
  text-decoration: underline;
  font-weight: 700;
}
#service .nagomi .a_06 {
  padding-top: 13px;
}
@media (min-width: 481px) {
  #service .nagomi .a_06 {
    padding-top: 25px;
  }
}
@media (min-width: 897px) {
  #service .nagomi .a_06 {
    padding-top: 60px;
  }
}
#service .nagomi .a_06 h2 img {
  width: 307px;
  height: 25px;
}
@media (min-width: 481px) {
  #service .nagomi .a_06 h2 img {
    width: auto;
    height: 28px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (min-width: 897px) {
  #service .nagomi .a_06 h2 img {
    width: 613px;
    height: 50px;
  }
}
#service .nagomi .a_06 .old img {
  width: 112px;
  height: 32px;
}
@media (min-width: 897px) {
  #service .nagomi .a_06 .old img {
    width: 224px;
    height: 63px;
  }
}
#service .nagomi .a_06 .ttl {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  background: #ed796f;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media (min-width: 897px) {
  #service .nagomi .a_06 .ttl {
    font-size: 2.4rem;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
#service .nagomi .a_06 ul {
  width: 100%;
}
@media (min-width: 897px) {
  #service .nagomi .a_06 ul {
    width: 1200px;
  }
}
#service .nagomi .a_06 ul li {
  width: 100%;
  border: 3px solid #ed796f;
  padding: 20px 20px;
}
@media (min-width: 481px) {
  #service .nagomi .a_06 ul li {
    width: calc((100% - 10px) / 3);
  }
}
@media (min-width: 897px) {
  #service .nagomi .a_06 ul li {
    width: 380px;
    padding: 40px 40px;
  }
}
#service .nagomi .a_06 ul li &gt; ul.match_h {
  width: auto;
  list-style: disc;
  margin-left: 2em;
}
#service .nagomi .a_06 ul li &gt; ul.match_h li {
  border: none;
  padding: 0;
  width: auto;
  font-size: 1.4rem;
}
@media (min-width: 897px) {
  #service .nagomi .a_06 ul li &gt; ul.match_h li {
    font-size: 1.6rem;
  }
}
@media (min-width: 481px) {
  #service .nagomi .modal_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 897px) {
  #service .nagomi .modal_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#service .nagomi .modal_btn a {
  display: block;
  width: 100%;
}
@media (min-width: 481px) {
  #service .nagomi .modal_btn a {
    width: calc(50% - 10px);
  }
  #service .nagomi .modal_btn a:nth-of-type(1) {
    margin-right: 20px;
  }
}
@media (min-width: 897px) {
  #service .nagomi .modal_btn a {
    width: 380px;
  }
}
#service .nagomi .modal_btn a img {
  width: 100%;
}
#service .nagomi .modal_btn a.modal01 {
  margin-bottom: 20px;
}
@media (min-width: 897px) {
  #service .nagomi .modal_btn a.modal01 {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
#service .nagomi .a_07 {
  background: #fff8f7;
  padding-top: 13px;
}
@media (min-width: 481px) {
  #service .nagomi .a_07 {
    padding-top: 25px;
  }
}
@media (min-width: 897px) {
  #service .nagomi .a_07 {
    padding-top: 60px;
  }
}
#service .nagomi .a_07 h2 img {
  width: 221px;
  height: 25px;
}
@media (min-width: 481px) {
  #service .nagomi .a_07 h2 img {
    width: auto;
    height: 28px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (min-width: 897px) {
  #service .nagomi .a_07 h2 img {
    width: 442px;
    height: 50px;
  }
}
#service .nagomi .a_07 .nagomi_table01,
#service .nagomi .a_07 .nagomi_table02,
#service .nagomi .a_07 .nagomi_table03,
#service .nagomi .a_07 .nagomi_table04,
#service .nagomi .a_07 .nagomi_table05,
#service .nagomi .a_07 .nagomi_table06,
#service .nagomi .a_07 .nagomi_table07,
#service .nagomi .a_07 .nagomi_table08 {
  width: 100%;
}
@media (min-width: 897px) {
  #service .nagomi .a_07 .nagomi_table01,
#service .nagomi .a_07 .nagomi_table02,
#service .nagomi .a_07 .nagomi_table03,
#service .nagomi .a_07 .nagomi_table04,
#service .nagomi .a_07 .nagomi_table05,
#service .nagomi .a_07 .nagomi_table06,
#service .nagomi .a_07 .nagomi_table07,
#service .nagomi .a_07 .nagomi_table08 {
    width: 992px;
  }
}
#service .nagomi .a_07 .ryoukin_table {
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  padding: 30px 0;
}
@media (min-width: 897px) {
  #service .nagomi .a_07 .ryoukin_table {
    padding: 60px 0;
  }
}
#service .nagomi .a_07 .ryoukin_table table.table03 {
  border: 1px solid #b0b0b0;
  width: 100%;
}
#service .nagomi .a_07 .ryoukin_table table.table03 td {
  padding: 10px 15px;
  font-size: 1.4rem;
  line-height: 2;
}
#service .nagomi .a_07 .ryoukin_table table.table03 td span {
  color: #ea1c24;
}
@media (min-width: 897px) {
  #service .nagomi .a_07 .ryoukin_table table.table03 td {
    padding: 20px 30px;
    font-size: 1.6rem;
  }
}
#service .nagomi .a_07 .ryoukin_table table.table01 {
  border-top: 1px solid #b0b0b0;
  border-left: 1px solid #b0b0b0;
  margin-top: 3px;
  width: 100%;
}
#service .nagomi .a_07 .ryoukin_table table.table01 th {
  background: #666666;
  color: #ffffff;
  font-size: 1.2rem;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #b0b0b0;
  border-right: 1px solid #b0b0b0;
  padding: 5px;
  line-height: 1.5;
}
#service .nagomi .a_07 .ryoukin_table table.table01 th:nth-child(1), #service .nagomi .a_07 .ryoukin_table table.table01 th:nth-child(2), #service .nagomi .a_07 .ryoukin_table table.table01 th:nth-child(5) {
  width: 20%;
}
#service .nagomi .a_07 .ryoukin_table table.table01 th:nth-child(4) {
  width: 15%;
}
#service .nagomi .a_07 .ryoukin_table table.table01 th:nth-child(3) {
  width: 25%;
}
@media (min-width: 897px) {
  #service .nagomi .a_07 .ryoukin_table table.table01 th {
    font-size: 1.4rem;
  }
}
#service .nagomi .a_07 .ryoukin_table table.table01 td {
  font-size: 1.4rem;
  border-bottom: 1px solid #b0b0b0;
  border-right: 1px solid #b0b0b0;
  padding: 3px;
  line-height: 1.5;
  text-align: left;
}
@media (min-width: 897px) {
  #service .nagomi .a_07 .ryoukin_table table.table01 td {
    font-size: 1.6rem;
    padding: 10px;
    text-align: center;
  }
}
#service .nagomi .a_07 .ryoukin_table table.table01 td span.ns {
  font-family: "Noto Serif JP", sans-serif;
}
#service .nagomi .a_07 .ryoukin_table table.table02 {
  border-top: 1px solid #b0b0b0;
  border-left: 1px solid #b0b0b0;
  margin-top: 3px;
  width: 100%;
}
#service .nagomi .a_07 .ryoukin_table table.table02 th {
  background: #fbdddb;
  font-size: 1.2rem;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #b0b0b0;
  padding: 5px;
  line-height: 1.5;
}
@media (min-width: 897px) {
  #service .nagomi .a_07 .ryoukin_table table.table02 th {
    font-size: 1.4rem;
  }
}
#service .nagomi .a_07 .ryoukin_table table.table02 td {
  font-size: 1.4rem;
  border-bottom: 1px solid #b0b0b0;
  border-right: 1px solid #b0b0b0;
  padding: 3px;
  line-height: 1.5;
}
@media (min-width: 897px) {
  #service .nagomi .a_07 .ryoukin_table table.table02 td {
    font-size: 1.6rem;
    padding: 25px;
  }
}
#service .nagomi .a_07 .ryoukin_table table.table02 td span.ns {
  font-family: "Noto Serif JP", sans-serif;
}
#service .nagomi .a_07 p.note {
  font-size: 1.2rem;
}
@media (min-width: 897px) {
  #service .nagomi .a_07 p.note {
    font-size: 1.6rem;
  }
}
#service .nagomi .a_07 .bg_pink {
  color: #ffffff;
  font-weight: 700;
  background: #ed796f;
  padding: 5px 15px;
  font-size: 1.6rem;
}
@media (min-width: 897px) {
  #service .nagomi .a_07 .bg_pink {
    padding: 10px 30px;
    font-size: 1.8rem;
  }
}
#service .nagomi .a_07 .inner_block {
  width: calc(100% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}
@media (min-width: 897px) {
  #service .nagomi .a_07 .inner_block {
    width: 992px;
    margin-right: auto;
    margin-left: auto;
  }
}
#service .nagomi .a_07 .inner_block .text-center {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 481px) {
  #service .nagomi .a_07 .inner_block .text-center {
    width: 47%;
  }
}
@media (min-width: 897px) {
  #service .nagomi .a_07 .inner_block .text-center {
    width: auto;
  }
}
#service .nagomi hr {
  border: 0;
  border-top: 2px dashed #b0b0b0;
  margin-top: 20px;
}
@media (min-width: 897px) {
  #service .nagomi hr {
    margin-top: 60px;
  }
}
#service .nagomi p.arrow {
  font-size: 1.6rem;
  padding-left: 25px;
  font-weight: 700;
  background: url(../img/common/arrow.png) no-repeat center left;
}
@media (min-width: 897px) {
  #service .nagomi p.arrow {
    font-size: 1.8rem;
  }
}
#service .a_08 {
  padding-bottom: 50px;
}
@media (min-width: 897px) {
  #service .a_08 {
    padding-bottom: 100px;
  }
}
#service .a_08 h2 img {
  width: 251px;
  height: 25px;
}
@media (min-width: 481px) {
  #service .a_08 h2 img {
    width: auto;
    height: 28px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (min-width: 897px) {
  #service .a_08 h2 img {
    width: 501px;
    height: 50px;
  }
}
#service .a_08 .bg-pink {
  background: #ed796f;
}
@media (min-width: 897px) {
  #service .a_08 .bg-pink h2 {
    padding-top: 0;
  }
}
#service .a_08 h2 {
  text-align: center;
}
#service .a_08 h2 img {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 897px) {
  #service .a_08 h2 img {
    width: 501px;
    height: 50px;
  }
}
#service .a_08 table.d-none.d-md-block {
  padding-right: 20px;
  padding-left: 20px;
}
#service .a_08 table.d-none.d-md-block .th01 {
  width: 230px;
}
@media (min-width: 481px) {
  #service .a_08 table.d-none.d-md-block .th02 {
    width: 80px;
  }
}
@media (min-width: 897px) {
  #service .a_08 table.d-none.d-md-block .th02 {
    width: 153px;
  }
}
@media (min-width: 481px) {
  #service .a_08 table.d-none.d-md-block .th03 {
    width: 230px;
  }
}
@media (min-width: 897px) {
  #service .a_08 table.d-none.d-md-block .th03 {
    width: 110px;
  }
}
#service .a_09 {
  background: #fff8f7;
  padding-top: 13px;
  padding-bottom: 50px;
}
@media (min-width: 481px) {
  #service .a_09 {
    padding-top: 25px;
  }
}
@media (min-width: 897px) {
  #service .a_09 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
#service .a_09 h2 img {
  width: 322px;
  height: 26px;
}
@media (min-width: 481px) {
  #service .a_09 h2 img {
    width: auto;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (min-width: 897px) {
  #service .a_09 h2 img {
    width: 643px;
    height: 52px;
  }
}
#service .a_09 .contact {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 481px) {
  #service .a_09 .contact {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 897px) {
  #service .a_09 .contact {
    width: auto;
    max-width: 1640px;
    min-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#service .a_09 .contact li:first-of-type {
  margin-bottom: 10px;
}
@media (min-width: 481px) {
  #service .a_09 .contact li:first-of-type {
    width: 345px;
    margin-bottom: 0;
    margin-right: 16px;
  }
}
@media (min-width: 897px) {
  #service .a_09 .contact li:first-of-type {
    width: auto;
    margin-left: 220px;
    margin-right: 32px;
    margin-bottom: 0;
  }
}
#service .a_09 .contact li:first-of-type img {
  width: 100%;
}
@media (min-width: 481px) {
  #service .a_09 .contact li:last-of-type {
    width: 345px;
  }
}
@media (min-width: 897px) {
  #service .a_09 .contact li:last-of-type {
    width: auto;
  }
}
#service .a_09 .contact li:last-of-type img {
  width: 100%;
}
@media (min-width: 481px) {
  .a_10.contact .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.a_10.contact h2 img {
  width: 112px;
  height: 25px;
}
@media (min-width: 481px) {
  .a_10.contact h2 img {
    width: auto;
    height: 28px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (min-width: 897px) {
  .a_10.contact h2 img {
    width: 221px;
    height: 50px;
  }
}
.a_10.contact .map {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 481px) {
  .a_10.contact .map {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
@media (min-width: 897px) {
  .a_10.contact .map {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.a_10.contact .map,
.a_10.contact .btn {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 897px) {
  .a_10.contact .map,
.a_10.contact .btn {
    width: 990px;
  }
}
.a_10.contact .map .g-map iframe,
.a_10.contact .btn .g-map iframe {
  width: 100%;
}
@media (min-width: 897px) {
  .a_10.contact .map .g-map iframe,
.a_10.contact .btn .g-map iframe {
    width: 482px;
    height: 322px;
  }
}

/*origami*/
.origami .mv {
  position: relative;
  background: url(../img/service/origami_mv_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 300px;
}
@media (min-width: 481px) {
  .origami .mv {
    height: 380px;
  }
}
@media (min-width: 897px) {
  .origami .mv {
    height: 700px;
  }
}
.origami .mv div.mv_text {
  width: 85%;
  padding-top: 120px;
  margin: 0 auto;
}
@media (min-width: 481px) {
  .origami .mv div.mv_text {
    width: auto;
    padding-top: 150px;
    text-align: center;
  }
  .origami .mv div.mv_text img {
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (min-width: 897px) {
  .origami .mv div.mv_text {
    width: 100%;
    padding-top: 300px;
  }
  .origami .mv div.mv_text img {
    height: auto;
    -o-object-fit: none;
    object-fit: none;
  }
}
.origami .mv p.mv_s_text {
  color: #1a1a1a;
  font-size: 12px;
  padding-bottom: 60px;
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  margin-top: 10px;
}
@media (min-width: 481px) {
  .origami .mv p.mv_s_text {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
@media (min-width: 897px) {
  .origami .mv p.mv_s_text {
    font-size: 2.2rem;
    margin-top: 35px;
  }
}
.origami h2 {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 897px) {
  .origami h2 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.origami .page_link {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 897px) {
  .origami .page_link {
    top: 0;
    bottom: auto;
    padding-left: 0;
    padding-right: 0;
    padding-left: 290px;
    padding-right: 210px;
  }
}
.origami .page_link ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
.origami .page_link li {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2;
  white-space: nowrap;
}
.origami .page_link li a {
  display: inline;
}
.origami .page_link li.current span {
  border-bottom: 2px solid #1a1a1a;
  border-top: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline;
}
@media (min-width: 897px) {
  .origami .page_link li {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.6rem;
    margin-top: 25px;
    line-height: 3;
  }
  .origami .page_link li:hover a {
    border-bottom: 2px solid #1a1a1a;
    border-top: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.origami h2 {
  text-align: center;
}
.origami h2 img {
  width: 100%;
}
@media (min-width: 481px) {
  .origami h2 img {
    height: 28px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (min-width: 897px) {
  .origami h2 img {
    width: 864px;
    height: 50px;
  }
}
.origami .a_01 {
  padding-bottom: 40px;
}
@media (min-width: 481px) {
  .origami .a_01 .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 897px) {
  .origami .a_01 {
    padding-bottom: 90px;
  }
}
.origami .a_01 ul {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
  font-size: 1.8rem;
  list-style: disc;
  padding-left: 2em;
}
@media (min-width: 897px) {
  .origami .a_01 ul {
    width: 990px;
    font-size: 2rem;
  }
}
.origami .a_01 .bg_a01 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #f3f9e4;
  padding: 10px;
}
@media (min-width: 897px) {
  .origami .a_01 .bg_a01 {
    padding: 20px;
    width: 990px;
  }
}
.origami .a_01 .bg_a01 p .tablet_area {
  display: none;
}
@media (min-width: 481px) {
  .origami .a_01 .bg_a01 p .tablet_area {
    display: block;
  }
}
@media (min-width: 897px) {
  .origami .a_01 .bg_a01 p .tablet_area {
    display: none;
  }
}
.origami .a_02 {
  padding-bottom: 40px;
}
@media (min-width: 897px) {
  .origami .a_02 {
    padding-bottom: 90px;
  }
}
@media (min-width: 481px) {
  .origami .a_02 .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.origami .a_02 .bg-green {
  background: #afd44c;
}
@media (min-width: 897px) {
  .origami .a_02 .bg-green h2 {
    padding-top: 0;
  }
}
.origami .a_02 .inner_block {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 897px) {
  .origami .a_02 .inner_block {
    padding: 20px;
    width: 990px;
  }
}
.origami .bg-green02 {
  background: #f9fcf1;
}
.origami .a_03 ul.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 481px) {
  .origami .a_03 ul.list {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
@media (min-width: 897px) {
  .origami .a_03 ul.list {
    width: 1200px;
  }
}
.origami .a_03 ul.list li.bg_white {
  background: #ffffff;
  border-top: 4px solid #afd44c;
  width: 100%;
  padding: 20px 20px 20px;
  -webkit-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.3);
}
@media (min-width: 481px) {
  .origami .a_03 ul.list li.bg_white {
    width: calc((100% - 30px) / 3);
    margin-right: 10px;
  }
  .origami .a_03 ul.list li.bg_white:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 897px) {
  .origami .a_03 ul.list li.bg_white {
    padding: 40px 30px 30px;
    width: 380px;
  }
}
.origami .a_03 ul.list li.bg_white p.ttl {
  font-size: 1.5rem;
  color: #73b929;
  font-weight: 900;
}
@media (min-width: 897px) {
  .origami .a_03 ul.list li.bg_white p.ttl {
    font-size: 2.4rem;
  }
}
.origami .a_03 ul.list li.bg_white ul {
  list-style: disc;
  margin-left: 2em;
  font-size: 1.4rem;
  line-height: 2;
}
@media (min-width: 897px) {
  .origami .a_03 ul.list li.bg_white ul {
    font-size: 1.6rem;
  }
}
.origami .a_04 .inner_block {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 897px) {
  .origami .a_04 .inner_block {
    padding: 20px;
    width: 990px;
  }
}
.origami .a_04 ul.list {
  margin-left: 30px;
  width: calc(100% - 30px);
}
@media (min-width: 897px) {
  .origami .a_04 ul.list {
    width: 960px;
  }
}
.origami .a_04 ul.list li {
  border: 2px solid #afd44c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px 10px 0;
}
@media (min-width: 897px) {
  .origami .a_04 ul.list li {
    padding: 20px 60px 20px 0;
    z-index: 1;
  }
}
.origami .a_04 ul.list li .ttl {
  font-size: 1.5rem;
  font-weight: 900;
}
@media (min-width: 897px) {
  .origami .a_04 ul.list li .ttl {
    font-size: 2.4rem;
  }
}
.origami .a_04 ul.list li .num {
  display: block;
  margin-left: -30px;
}
.origami .a_04 ul.list li .num img {
  width: 55px;
  height: 55px;
}
.origami .a_04-img img {
  width: 100%;
}
.origami .a_05 ul.voice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (min-width: 481px) {
  .origami .a_05 ul.voice {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin-top: 15px;
  }
}
@media (min-width: 897px) {
  .origami .a_05 ul.voice {
    width: 1200px;
  }
}
.origami .a_05 ul.voice li {
  width: 100%;
  border: 2px solid #afd44c;
  padding: 15px 15px;
  line-height: 2;
}
@media (min-width: 481px) {
  .origami .a_05 ul.voice li {
    padding: 20px 20px;
    width: calc((100% - 20px) / 3);
  }
}
@media (min-width: 897px) {
  .origami .a_05 ul.voice li {
    padding: 40px 60px;
    width: 380px;
  }
}
.origami .a_05 ul.voice li p.ttl {
  display: inline-block;
  padding: 0 16px;
  font-size: 1.4rem;
  color: #ffffff;
  background: #73b929;
  border-radius: 15px;
}
@media (min-width: 897px) {
  .origami .a_05 ul.voice li p.ttl {
    font-size: 1.6rem;
  }
}
.origami .a_05 ul.voice li p.text {
  margin-top: 10px;
  font-size: 1.4rem;
}
@media (min-width: 897px) {
  .origami .a_05 ul.voice li p.text {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
.origami .a_06 {
  background: url(../img/service/origami_img14.gif) no-repeat top left;
  background-size: cover;
}
@media (min-width: 897px) {
  .origami .a_06 {
    height: 500px;
  }
}
.origami .a_06 .inner_block {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 897px) {
  .origami .a_06 .inner_block {
    width: 790px;
  }
}
@media (min-width: 481px) {
  .origami .a_06 .container {
    padding-left: 40px;
    padding-right: 22%;
  }
}
@media (min-width: 897px) {
  .origami .a_06 .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.origami .a_06 .bg_bird {
  background: url(../img/service/origami_img15.png) no-repeat top right;
  background-size: 130%;
}
@media (min-width: 481px) {
  .origami .a_06 .bg_bird {
    background-size: contain;
  }
}
@media (min-width: 897px) {
  .origami .a_06 .bg_bird {
    background: url(../img/service/origami_img15.png) no-repeat top right;
    background-size: cover;
    height: 500px;
  }
}
.origami .a_07 {
  background: #f9fcf1;
}
@media (min-width: 897px) {
  .origami .a_07 .container_bg {
    background: url(../img/service/nagomi_img33.png) no-repeat bottom right;
    background-size: 253px 296px;
  }
}
.origami .a_07 .container_bg h2 {
  text-align: left;
}
@media (min-width: 481px) {
  .origami .a_07 .container_bg h2 {
    text-align: center;
    padding-bottom: 0;
  }
}
@media (min-width: 897px) {
  .origami .a_07 .container_bg h2 {
    text-align: center;
  }
}
.origami .a_07 .container_bg h2 img {
  margin-top: 30px;
  width: 100%;
  text-align: left;
}
@media (min-width: 481px) {
  .origami .a_07 .container_bg h2 img {
    width: 390px;
    height: 30px;
    margin-bottom: 15px;
  }
}
@media (min-width: 897px) {
  .origami .a_07 .container_bg h2 img {
    width: 640px;
    height: 50px;
    margin-top: 60px;
    margin-right: 270px;
    margin-left: 270px;
  }
}
.origami .a_07 .container_bg .tel img {
  width: 100%;
}
@media (min-width: 481px) {
  .origami .a_07 .container_bg .tel img {
    width: 70%;
  }
}
@media (min-width: 897px) {
  .origami .a_07 .container_bg .tel img {
    width: 640px;
    height: 108px;
    margin-right: 270px;
    margin-left: 270px;
  }
}
.origami .a_07 a {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
@media (min-width: 481px) {
  .origami .a_07 a {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}
@media (min-width: 897px) {
  .origami .a_07 a {
    width: 482px;
    margin-top: 25px;
  }
}
.origami .a_07 a img {
  width: 100%;
}
@media (min-width: 481px) {
  .origami .a_07 a img {
    width: calc(76.6% - 10px);
  }
}
@media (min-width: 897px) {
  .origami .a_07 a img {
    width: auto;
  }
}

/**/
/*carer*/
#carer.carer .color-carer {
  color: #ff7799;
}
#carer.carer .bg-carer {
  background: #ff7799;
}
@media (min-width: 897px) {
  #carer.carer .bg-carer h2 {
    padding-top: 0;
  }
}
#carer.carer .mv {
  position: relative;
  background: url(../img/group-company/youngcarer/kv.png) no-repeat center center;
  background-size: cover;
  height: 300px;
}
@media (min-width: 481px) {
  #carer.carer .mv {
    height: 380px;
  }
}
@media (min-width: 897px) {
  #carer.carer .mv {
    height: 700px;
  }
}
#carer.carer .mv div.mv_text {
  width: 85%;
  padding-top: 120px;
  margin: 0 auto;
}
@media (min-width: 481px) {
  #carer.carer .mv div.mv_text {
    width: auto;
    padding-top: 150px;
    text-align: center;
  }
  #carer.carer .mv div.mv_text img {
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (min-width: 897px) {
  #carer.carer .mv div.mv_text {
    width: 100%;
    padding-top: 300px;
  }
  #carer.carer .mv div.mv_text img {
    height: auto;
    -o-object-fit: none;
    object-fit: none;
  }
}
#carer.carer .mv p.mv_s_text {
  color: #1a1a1a;
  font-size: 12px;
  padding-bottom: 60px;
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  margin-top: 10px;
}
@media (min-width: 481px) {
  #carer.carer .mv p.mv_s_text {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
@media (min-width: 897px) {
  #carer.carer .mv p.mv_s_text {
    font-size: 2.2rem;
    margin-top: 35px;
  }
}
#carer.carer h2 {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 897px) {
  #carer.carer h2 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
#carer.carer .page_link {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 897px) {
  #carer.carer .page_link {
    top: 0;
    bottom: auto;
    padding-left: 0;
    padding-right: 0;
    padding-left: 290px;
    padding-right: 210px;
  }
}
#carer.carer .page_link ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
#carer.carer .page_link li {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2;
  white-space: nowrap;
}
#carer.carer .page_link li a {
  display: inline;
}
#carer.carer .page_link li.current span {
  border-bottom: 2px solid #1a1a1a;
  border-top: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline;
}
@media (min-width: 897px) {
  #carer.carer .page_link li {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.6rem;
    margin-top: 25px;
    line-height: 3;
  }
  #carer.carer .page_link li:hover a {
    border-bottom: 2px solid #1a1a1a;
    border-top: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#carer.carer h2 {
  text-align: center;
}
#carer.carer h2 img {
  width: 100%;
}
@media (min-width: 481px) {
  #carer.carer h2 img {
    height: 28px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (min-width: 897px) {
  #carer.carer h2 img {
    width: 864px;
    height: 50px;
  }
}
#carer.carer .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#carer.carer .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#carer.carer .a_01 {
  padding-bottom: 40px;
}
@media (min-width: 481px) {
  #carer.carer .a_01 .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 897px) {
  #carer.carer .a_01 {
    padding-bottom: 90px;
  }
}
#carer.carer .a_01 ul {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
  font-size: 1.8rem;
  list-style: disc;
  padding-left: 2em;
}
@media (min-width: 897px) {
  #carer.carer .a_01 ul {
    width: 990px;
    font-size: 2rem;
  }
}
#carer.carer .a_01 .bg_a01 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #ffdde5;
  padding: 10px;
}
@media (min-width: 897px) {
  #carer.carer .a_01 .bg_a01 {
    padding: 20px;
    width: 990px;
  }
}
#carer.carer .a_01 .bg_a01 p .tablet_area {
  display: none;
}
@media (min-width: 481px) {
  #carer.carer .a_01 .bg_a01 p .tablet_area {
    display: block;
  }
}
@media (min-width: 897px) {
  #carer.carer .a_01 .bg_a01 p .tablet_area {
    display: none;
  }
}
#carer.carer .a_02 {
  padding-bottom: 40px;
}
@media (min-width: 897px) {
  #carer.carer .a_02 {
    padding-bottom: 90px;
  }
}
@media (min-width: 481px) {
  #carer.carer .a_02 .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
#carer.carer .a_02 .inner_block {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 897px) {
  #carer.carer .a_02 .inner_block {
    padding: 20px;
    width: 990px;
  }
}
#carer.carer .a_02 .link-area:hover {
  background: #ffdde5;
}
#carer.carer .a_02 .column {
  -webkit-columns: unset;
     -moz-columns: unset;
          columns: unset;
}
@media (min-width: 897px) {
  #carer.carer .a_02 .column {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}
#carer.carer .a_07 {
  background: #ffdde5;
}
#carer.carer .a_07 .container_bg h2 {
  text-align: left;
}
@media (min-width: 481px) {
  #carer.carer .a_07 .container_bg h2 {
    text-align: center;
    padding-bottom: 0;
  }
}
@media (min-width: 897px) {
  #carer.carer .a_07 .container_bg h2 {
    text-align: center;
  }
}
#carer.carer .a_07 .container_bg h2 img {
  margin-top: 30px;
  width: 100%;
  text-align: left;
}
@media (min-width: 481px) {
  #carer.carer .a_07 .container_bg h2 img {
    width: 390px;
    height: 30px;
    margin-bottom: 15px;
  }
}
@media (min-width: 897px) {
  #carer.carer .a_07 .container_bg h2 img {
    width: 640px;
    height: 50px;
    margin-top: 60px;
    margin-right: 270px;
    margin-left: 270px;
  }
}
#carer.carer .a_07 .container_bg .tel img {
  width: 100%;
}
@media (min-width: 481px) {
  #carer.carer .a_07 .container_bg .tel img {
    width: 70%;
  }
}
@media (min-width: 897px) {
  #carer.carer .a_07 .container_bg .tel img {
    width: 640px;
    height: 108px;
    margin-right: 270px;
    margin-left: 270px;
  }
}
#carer.carer .a_07 .container_bg .form {
  -webkit-box-shadow: 0 0 20px 10px rgba(169, 169, 169, 0.2);
          box-shadow: 0 0 20px 10px rgba(169, 169, 169, 0.2);
}
#carer.carer .a_07 .container_bg button {
  cursor: pointer;
}
#carer.carer .a_07 .container_bg button[type=submit]:hover {
  -webkit-filter: opacity(0.8);
          filter: opacity(0.8);
}
#carer.carer .a_07 a {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
@media (min-width: 481px) {
  #carer.carer .a_07 a {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}
@media (min-width: 897px) {
  #carer.carer .a_07 a {
    width: 482px;
    margin-top: 25px;
  }
}
#carer.carer .a_07 a img {
  width: 100%;
}
@media (min-width: 481px) {
  #carer.carer .a_07 a img {
    width: calc(76.6% - 10px);
  }
}
@media (min-width: 897px) {
  #carer.carer .a_07 a img {
    width: auto;
  }
}
@media (max-width: 480px) {
  #carer.carer .a_10.contact h2 img {
    width: 112px;
    height: 25px;
  }
}

/**/
/*sachi*/
.sachi .mv {
  position: relative;
  background: url(../img/service/sachi_mv_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 300px;
}
@media (min-width: 481px) {
  .sachi .mv {
    height: 380px;
  }
}
@media (min-width: 897px) {
  .sachi .mv {
    height: 700px;
  }
}
.sachi .mv div.mv_text {
  width: 85%;
  padding-top: 120px;
  margin: 0 auto;
}
@media (min-width: 481px) {
  .sachi .mv div.mv_text {
    width: auto;
    padding-top: 150px;
    text-align: center;
  }
  .sachi .mv div.mv_text img {
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (min-width: 897px) {
  .sachi .mv div.mv_text {
    width: 100%;
    padding-top: 300px;
  }
  .sachi .mv div.mv_text img {
    height: auto;
    -o-object-fit: none;
    object-fit: none;
  }
}
.sachi .mv p.mv_s_text {
  color: #1a1a1a;
  font-size: 12px;
  padding-bottom: 60px;
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  margin-top: 10px;
}
@media (min-width: 481px) {
  .sachi .mv p.mv_s_text {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
@media (min-width: 897px) {
  .sachi .mv p.mv_s_text {
    font-size: 2.2rem;
    margin-top: 35px;
  }
}
.sachi h2 {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 897px) {
  .sachi h2 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.sachi h2 img {
  width: 100%;
}
@media (min-width: 481px) {
  .sachi h2 img {
    height: 28px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (min-width: 897px) {
  .sachi h2 img {
    width: 711px;
    height: 50px;
  }
}
.sachi .page_link {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 897px) {
  .sachi .page_link {
    top: 0;
    bottom: auto;
    padding-left: 0;
    padding-right: 0;
    padding-left: 290px;
    padding-right: 210px;
  }
}
.sachi .page_link ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 897px) {
  .sachi .page_link ul {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.sachi .page_link li {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2;
  white-space: nowrap;
  color: #fff;
}
@media (min-width: 897px) {
  .sachi .page_link li {
    color: #1a1a1a;
  }
}
.sachi .page_link li a {
  display: inline;
}
.sachi .page_link li.current span {
  border-bottom: 2px solid #fff;
  border-top: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline;
}
@media (min-width: 897px) {
  .sachi .page_link li.current span {
    border-bottom: 2px solid #1a1a1a;
  }
}
@media screen and (min-width: 897px) and (max-width: 1465px) {
  .sachi .page_link li {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.2rem;
    margin-top: 25px;
    line-height: 3;
  }
  .sachi .page_link li:hover a {
    border-bottom: 2px solid #1a1a1a;
    border-top: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (min-width: 1466px) {
  .sachi .page_link li {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.5rem;
    margin-top: 25px;
  }
}
.sachi .bg-orange {
  background: #fff7ed;
}
.sachi .a_01 .hatena {
  margin-top: 40px;
  position: relative;
  border: 1px solid #1a1a1a;
  padding: 30px;
}
.sachi .a_01 .hatena .icon {
  position: absolute;
  background: #ffffff;
  padding: 0 20px;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 897px) {
  .sachi .a_01 .hatena {
    margin-top: 75px;
    padding: 60px 95px;
  }
}
@media (min-width: 481px) {
  .sachi .a_01 .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 897px) {
  .sachi .a_01 .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 481px) {
  .sachi .a_02 .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.sachi .a_02 ul {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.sachi .a_02 ul li {
  width: calc((100% - 15px) / 2);
}
@media (min-width: 481px) {
  .sachi .a_02 ul {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .sachi .a_02 ul li {
    width: calc((100% - 40px) / 4);
  }
}
@media (min-width: 897px) {
  .sachi .a_02 ul {
    width: 790px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .sachi .a_02 ul li {
    width: 176px;
  }
}
.sachi .a_03 ul.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 481px) {
  .sachi .a_03 ul.list {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
@media (min-width: 897px) {
  .sachi .a_03 ul.list {
    width: 1200px;
  }
}
.sachi .a_03 ul.list li.bg_white {
  background: #ffffff;
  border-top: 4px solid #f85f1e;
  width: 100%;
  padding: 20px 20px 20px;
  -webkit-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.3);
}
@media (min-width: 481px) {
  .sachi .a_03 ul.list li.bg_white {
    width: calc(50% - 15px);
  }
}
@media (min-width: 897px) {
  .sachi .a_03 ul.list li.bg_white {
    padding: 40px 60px 30px;
    width: 580px;
  }
}
.sachi .a_03 ul.list li.bg_white p.ttl {
  font-size: 1.5rem;
  color: #1a1a1a;
  font-weight: 900;
}
@media (min-width: 897px) {
  .sachi .a_03 ul.list li.bg_white p.ttl {
    font-size: 2.4rem;
  }
}
.sachi .a_03 ul.list li.bg_white ul {
  width: 50%;
  list-style: none;
  font-size: 1.4rem;
}
@media (min-width: 897px) {
  .sachi .a_03 ul.list li.bg_white ul {
    font-size: 1.6rem;
  }
}
.sachi .a_03 ul.list li.bg_white ul li {
  position: relative;
  padding-left: 18px;
  line-height: 1.8;
  vertical-align: top;
}
.sachi .a_03 ul.list li.bg_white ul li:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 5px;
  left: 0;
  border: 4px solid #ea1c24;
  border-radius: 50%;
}
@media (min-width: 897px) {
  .sachi .a_03 ul.list li.bg_white ul li:before {
    top: 8px;
  }
}
.sachi .a_03 ul.list li.bg_white span.underline {
  text-decoration: underline;
}
.sachi .a_03 ul.list li.bg_white .bg_gray {
  background: #f5f5f5;
}
.sachi .a_03 ul.list li.bg_white .bg_orange {
  background: #fdd7c7;
}
.sachi .a_03 ul.list li.bg_white ul.list02 {
  width: 100%;
}
.sachi .a_03 ul.list li.bg_white ul.list02 li:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 5px;
  left: 0;
  background: #1a1a1a;
  border-radius: 50%;
  border: none;
}
@media (min-width: 897px) {
  .sachi .a_03 ul.list li.bg_white ul.list02 li:before {
    top: 8px;
  }
}
.sachi .a_03-img img {
  width: 100%;
}
.sachi .a_03-btn img {
  width: 100%;
}
@media (min-width: 481px) {
  .sachi .a_03-btn img {
    width: calc(50% - 10px);
  }
}
@media (min-width: 897px) {
  .sachi .a_03-btn img {
    width: auto;
  }
}
.sachi .a_04 .container {
  text-align: center;
}
.sachi .a_04 ul.voice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (min-width: 481px) {
  .sachi .a_04 ul.voice {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin-top: 15px;
  }
}
@media (min-width: 897px) {
  .sachi .a_04 ul.voice {
    width: 1200px;
  }
}
.sachi .a_04 ul.voice li {
  width: 100%;
  border: 2px solid #f85f1e;
  padding: 15px 15px;
  line-height: 2;
  text-align: justify;
}
@media (min-width: 481px) {
  .sachi .a_04 ul.voice li {
    padding: 20px 20px;
    width: calc((100% - 20px) / 3);
  }
}
@media (min-width: 897px) {
  .sachi .a_04 ul.voice li {
    padding: 40px 60px;
    width: 380px;
    font-size: 1.6rem;
  }
}
.sachi .a_04 ul.voice li p.text {
  margin-top: 10px;
  font-size: 1.4rem;
}
@media (min-width: 481px) {
  .sachi .a_04 ul.voice li p.text {
    margin-top: 0;
  }
}
@media (min-width: 897px) {
  .sachi .a_04 ul.voice li p.text {
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media (min-width: 481px) {
  .sachi .a_04 ul.voice li p.text-right {
    margin-top: 10px;
  }
}
@media (min-width: 897px) {
  .sachi .a_04 ul.voice li p.text-right {
    margin-top: 0;
  }
}
.sachi .a_05 .bg-orange {
  background: #f85f1e;
}
@media (min-width: 897px) {
  .sachi .a_05 .bg-orange h2 {
    padding-top: 0;
  }
}
.sachi .a_05 ul.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (min-width: 481px) {
  .sachi .a_05 ul.list {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
@media (min-width: 897px) {
  .sachi .a_05 ul.list {
    width: 1200px;
  }
}
.sachi .a_05 ul.list li {
  width: 100%;
}
@media (min-width: 481px) {
  .sachi .a_05 ul.list li {
    width: calc(50% - 20px);
  }
}
@media (min-width: 897px) {
  .sachi .a_05 ul.list li {
    width: 580px;
  }
}
.sachi .a_05 ul.list li .ttl {
  font-size: 2rem;
  color: #1a1a1a;
  font-weight: 900;
  text-align: center;
}
@media (min-width: 897px) {
  .sachi .a_05 ul.list li .ttl {
    font-size: 3.2rem;
  }
}
.sachi .a_05 .line {
  width: 100%;
  display: block;
  background: url(../img/service/sachi_line.png) repeat-x top center, url(../img/service/sachi_line.png) repeat-x bottom center;
  text-align: center;
  padding: 20px 10px;
  margin-top: 30px;
}
@media (min-width: 481px) {
  .sachi .a_05 .line {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 897px) {
  .sachi .a_05 .line {
    width: auto;
    padding: 40px;
    margin-top: 80px;
  }
}
.sachi .a_06 .bg-orange {
  background: #f85f1e;
}
@media (min-width: 897px) {
  .sachi .a_06 .bg-orange h2 {
    padding-top: 0;
  }
}
.sachi .a_06 .inner_block {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 897px) {
  .sachi .a_06 .inner_block {
    width: 990px;
  }
}
.sachi .a_06-btn img {
  width: 100%;
}
@media (min-width: 481px) {
  .sachi .a_06-btn img {
    width: calc(50% - 10px);
  }
}
@media (min-width: 897px) {
  .sachi .a_06-btn img {
    width: auto;
  }
}
.sachi .a_07 {
  background: #fff7ed;
}
@media (min-width: 897px) {
  .sachi .a_07 .container_bg {
    background: url(../img/service/nagomi_img33.png) no-repeat bottom right;
    background-size: 253px 296px;
  }
}
.sachi .a_07 .container_bg h2 {
  text-align: left;
}
@media (min-width: 481px) {
  .sachi .a_07 .container_bg h2 {
    text-align: center;
    padding-bottom: 0;
  }
}
@media (min-width: 897px) {
  .sachi .a_07 .container_bg h2 {
    text-align: center;
  }
}
.sachi .a_07 .container_bg h2 img {
  margin-top: 30px;
  width: 100%;
  text-align: left;
}
@media (min-width: 481px) {
  .sachi .a_07 .container_bg h2 img {
    width: 390px;
    height: 30px;
  }
}
@media (min-width: 897px) {
  .sachi .a_07 .container_bg h2 img {
    width: 640px;
    height: 50px;
    margin-top: 60px;
    margin-right: 270px;
    margin-left: 270px;
  }
}
.sachi .a_07 .container_bg .tel img {
  width: 100%;
}
@media (min-width: 481px) {
  .sachi .a_07 .container_bg .tel img {
    width: 70%;
  }
}
@media (min-width: 897px) {
  .sachi .a_07 .container_bg .tel img {
    width: 640px;
    height: 120px;
    margin-right: 270px;
    margin-left: 270px;
  }
}
.sachi .a_07 a {
  width: 100%;
  display: block;
  margin-top: 10px;
}
@media (min-width: 481px) {
  .sachi .a_07 a {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}
@media (min-width: 897px) {
  .sachi .a_07 a {
    width: 482px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  }
}
.sachi .a_07 a img {
  width: 100%;
}
@media (min-width: 481px) {
  .sachi .a_07 a img {
    width: calc(50% - 10px);
  }
}
@media (min-width: 897px) {
  .sachi .a_07 a img {
    width: auto;
  }
}

/**/
/*grouphome*/
.grouphome .mv {
  position: relative;
  background: url(../img/service/grouphome_mv_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 300px;
}
@media (min-width: 481px) {
  .grouphome .mv {
    height: 380px;
  }
}
@media (min-width: 897px) {
  .grouphome .mv {
    height: 700px;
  }
}
.grouphome .mv div.mv_text {
  width: 85%;
  padding-top: 87px;
  margin: 0 auto;
}
@media (min-width: 481px) {
  .grouphome .mv div.mv_text {
    width: auto;
    padding-top: 90px;
    text-align: center;
  }
  .grouphome .mv div.mv_text img {
    height: 168px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (min-width: 897px) {
  .grouphome .mv div.mv_text {
    width: 100%;
    padding-top: 236px;
  }
  .grouphome .mv div.mv_text img {
    height: 196px;
  }
}
.grouphome .mv p.mv_s_text {
  color: #1a1a1a;
  font-size: 12px;
  padding-bottom: 60px;
  text-align: center;
  font-weight: 300;
  margin-top: 10px;
}
@media (min-width: 481px) {
  .grouphome .mv p.mv_s_text {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
@media (min-width: 897px) {
  .grouphome .mv p.mv_s_text {
    font-size: 2.2rem;
    margin-top: 35px;
  }
}
.grouphome h2 {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 897px) {
  .grouphome h2 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.grouphome h2 img {
  width: 100%;
}
@media (min-width: 481px) {
  .grouphome h2 img {
    height: 28px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (min-width: 897px) {
  .grouphome h2 img {
    width: 638px;
    height: 50px;
  }
}
.grouphome .page_link {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 897px) {
  .grouphome .page_link {
    top: 0;
    bottom: auto;
    padding-left: 0;
    padding-right: 0;
    padding-left: 290px;
    padding-right: 210px;
  }
}
.grouphome .page_link ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
.grouphome .page_link li {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2;
  white-space: nowrap;
}
.grouphome .page_link li a {
  display: inline;
}
.grouphome .page_link li.current span {
  border-bottom: 2px solid #1a1a1a;
  border-top: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline;
}
@media (min-width: 897px) {
  .grouphome .page_link li {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.6rem;
    margin-top: 25px;
    line-height: 3;
  }
  .grouphome .page_link li:hover a {
    border-bottom: 2px solid #1a1a1a;
    border-top: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.grouphome .bg-blue02 {
  background: #44a4cf;
}
@media (min-width: 897px) {
  .grouphome .bg-blue02 h2 {
    padding-top: 0;
  }
}
@media (min-width: 481px) {
  .grouphome .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 897px) {
  .grouphome .a_01 .bg_blue {
    background: -webkit-gradient(linear, left top, right top, from(#ebf5fa), color-stop(50%, #ebf5fa), color-stop(50%, #ffffff), to(#ffffff));
    background: -webkit-linear-gradient(left, #ebf5fa 0%, #ebf5fa 50%, #ffffff 50%, #ffffff 100%);
    background: linear-gradient(90deg, #ebf5fa 0%, #ebf5fa 50%, #ffffff 50%, #ffffff 100%);
  }
}
.grouphome .a_01 ul {
  display: block;
}
@media (min-width: 481px) {
  .grouphome .a_01 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 897px) {
  .grouphome .a_01 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.grouphome .a_01 ul .bg_blue {
  background: #ebf5fa;
  padding: 20px 20px 50px 20px;
}
.grouphome .a_01 ul .bg_blue .ttl {
  color: #128cc2;
}
@media (min-width: 481px) {
  .grouphome .a_01 ul .bg_blue {
    padding: 20px 80px 20px 20px;
  }
}
@media (min-width: 897px) {
  .grouphome .a_01 ul .bg_blue {
    width: calc(100% - 478px + 350px);
    height: 379px;
    padding: 50px 390px 50px 0;
  }
}
.grouphome .a_01 ul .img {
  text-align: center;
  margin-top: -40px;
}
@media (min-width: 481px) {
  .grouphome .a_01 ul .img {
    width: 80%;
    margin-top: 0;
    margin-left: -60px;
  }
}
@media (min-width: 897px) {
  .grouphome .a_01 ul .img {
    width: 478px;
    margin-top: 0;
    margin-left: -350px;
  }
}
.grouphome .a_01 ul .img img {
  -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.5);
}
.grouphome .a_02 ul.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (min-width: 897px) {
  .grouphome .a_02 ul.list {
    width: 1200px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.grouphome .a_02 ul.list li {
  width: 100%;
}
.grouphome .a_02 ul.list li img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 481px) {
  .grouphome .a_02 ul.list li {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
  .grouphome .a_02 ul.list li:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 897px) {
  .grouphome .a_02 ul.list li {
    width: 381px;
    margin-bottom: 0;
  }
}
.grouphome .a_02 ul.list li .ttl {
  font-size: 2rem;
  color: #1a1a1a;
  font-weight: 900;
  text-align: center;
}
@media (min-width: 897px) {
  .grouphome .a_02 ul.list li .ttl {
    font-size: 3.2rem;
  }
}
.grouphome .a_02-img img {
  width: 100%;
}
.grouphome .a_03 {
  background: url(../img/service/grouphome_bg.gif) repeat top left;
}
@media (min-width: 481px) {
  .grouphome .a_03 .baloon01,
.grouphome .a_03 .baloon02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.grouphome .a_03 .baloon01 li,
.grouphome .a_03 .baloon02 li {
  position: relative;
  width: 100%;
  background: #44a4cf;
  padding: 15px;
  color: #ffffff;
  font-size: 1.6rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-bottom: 30px;
}
@media (min-width: 897px) {
  .grouphome .a_03 .baloon01 li,
.grouphome .a_03 .baloon02 li {
    font-size: 2.4rem;
    width: 583px;
    padding: 30px;
  }
}
.grouphome .a_03 .baloon01 li:after,
.grouphome .a_03 .baloon02 li:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(68, 164, 207, 0);
  border-top-width: 25px;
  border-bottom-width: 25px;
  border-left-width: 20px;
  border-right-width: 0px;
  border-top-color: #44a4cf;
  top: 100%;
  right: 50px;
}
.grouphome .a_03 .baloon01 {
  margin-top: 25px;
}
@media (min-width: 481px) {
  .grouphome .a_03 .baloon01 li {
    width: calc((100% - 20px) / 2);
  }
}
@media (min-width: 897px) {
  .grouphome .a_03 .baloon01 {
    margin-top: 74px;
  }
}
@media (min-width: 481px) {
  .grouphome .a_03 .baloon02 {
    margin-top: 20px;
  }
  .grouphome .a_03 .baloon02 li {
    width: calc((100% - 20px) / 3);
  }
}
@media (min-width: 897px) {
  .grouphome .a_03 .baloon02 {
    margin-top: 55px;
  }
  .grouphome .a_03 .baloon02 li {
    width: 380px;
  }
}
.grouphome .a_03 .white_box {
  background: #ffffff;
  width: 100%;
  padding: 20px;
  border: 1px solid #000000;
  font-size: 1.6rem;
}
@media (min-width: 897px) {
  .grouphome .a_03 .white_box {
    padding: 40px;
    font-size: 2rem;
  }
}
.grouphome .a_04 {
  background: #ebf5fa;
}
.grouphome .a_04 .container {
  padding-top: 25px;
}
@media (min-width: 481px) {
  .grouphome .a_04 .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 897px) {
  .grouphome .a_04 .container {
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 0;
  }
}
@media (min-width: 897px) {
  .grouphome .a_04 .container_bg {
    background: url(../img/service/nagomi_img33.png) no-repeat bottom right;
    background-size: 253px 296px;
  }
}
@media (min-width: 897px) {
  .grouphome .a_04 .container_bg h2 {
    text-align: center;
  }
}
.grouphome .a_04 .container_bg h2 img {
  width: 100%;
}
@media (min-width: 481px) {
  .grouphome .a_04 .container_bg h2 img {
    width: 390px;
    height: 30px;
  }
}
@media (min-width: 897px) {
  .grouphome .a_04 .container_bg h2 img {
    width: 640px;
    height: 50px;
    margin-top: 60px;
    margin-right: 270px;
    margin-left: 270px;
  }
}
.grouphome .a_04 a {
  width: 100%;
  display: block;
  margin-top: 10px;
}
@media (min-width: 481px) {
  .grouphome .a_04 a img {
    width: calc(50% - 10px);
  }
}
@media (min-width: 897px) {
  .grouphome .a_04 a {
    width: 482px;
    margin-left: auto;
    margin-right: auto;
  }
  .grouphome .a_04 a img {
    width: auto;
  }
}

/**/
/*tab*/
.tab_block {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media (min-width: 897px) {
  .tab_block {
    width: 990px;
    margin-top: 80px;
  }
}

.tab-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (min-width: 897px) {
  .tab-group {
    width: 990px;
  }
}

.tab {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 15px 5px;
  list-style: none;
  text-align: center;
  cursor: pointer;
  width: 50%;
  color: #1a1a1a;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (min-width: 897px) {
  .tab {
    width: 482px;
    font-size: 1.6rem;
  }
}
.tab img {
  display: none;
}

.tab.tab-A {
  background: #ffffff;
  border: 2px solid #1a1a1a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 897px) {
  .tab.tab-A {
    margin-right: 26px;
  }
}

.tab.tab-B {
  background: #ffffff;
  border: 2px solid #1a1a1a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.panel-group {
  border-top: none;
}

.panel {
  display: none;
}
.panel table {
  width: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 897px) {
  .panel table {
    width: 990px;
    margin-top: 40px;
  }
}
.panel table tr:first-of-type td {
  border-top: 1px solid #c9c9c9;
}
.panel table th,
.panel table td {
  font-size: 1.4rem;
}
@media (min-width: 897px) {
  .panel table th,
.panel table td {
    font-size: 1.6rem;
  }
}
.panel table th {
  width: 35%;
  padding: 10px;
  background: #feefe8;
  border-bottom: 1px solid #ffffff;
  vertical-align: middle;
}
@media (min-width: 897px) {
  .panel table th {
    width: 280px;
    padding: 20px;
  }
}
.panel table td {
  width: 65%;
  padding: 10px;
  border-left: 5px solid #ffffff;
  border-bottom: 1px solid #c9c9c9;
}
@media (min-width: 897px) {
  .panel table td {
    width: 710px;
    padding: 20px;
    border-left: 15px solid #ffffff;
  }
}
.panel table td li {
  list-style: disc;
  margin-left: 1.5em;
  line-height: 2;
}
.panel.tab-B table th {
  background: #f7fbed;
}

.tab.is-active {
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.tab.is-active.tab-A {
  background: #f85f1e;
  border: 2px solid #f85f1e;
}
.tab.is-active.tab-A:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #f85f1e transparent transparent transparent;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tab.is-active.tab-B {
  background: #6aa529;
  border: 2px solid #6aa529;
}
.tab.is-active.tab-B:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #6aa529 transparent transparent transparent;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.panel.is-show {
  display: block;
}

.arrow02 {
  width: 16px;
}
@media (min-width: 897px) {
  .arrow02 {
    width: 41px;
  }
}

/**/
/*faq*/
.faq {
  margin-top: 68px !important;
}
.faq .ttl {
  padding-top: 30px;
}
@media (min-width: 481px) {
  .faq .ttl {
    padding-top: 40px;
  }
}
@media (min-width: 897px) {
  .faq .ttl {
    padding-top: 0;
  }
}
.faq .border_p {
  border: 1px solid #ed796f;
  margin: 25px auto 10px;
  color: #ed796f;
  font-weight: 700;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.faq .border_o {
  border: 1px solid #f85f1e;
  margin: 25px auto 10px;
  color: #f85f1e;
  font-weight: 700;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.faq .border_g {
  border: 1px solid #6aa529;
  margin: 25px auto 10px;
  color: #6aa529;
  font-weight: 700;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.faq .border_b {
  border: 1px solid #44a4cf;
  margin: 25px auto 10px;
  color: #44a4cf;
  font-weight: 700;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 897px) {
  .faq {
    margin-top: 200px !important;
  }
}
.faq .tab-group {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 897px) {
  .faq .tab-group {
    width: 1196px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
@media (min-width: 481px) {
  .faq .tab_block {
    width: calc(100% - 80px);
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 897px) {
  .faq .tab_block {
    width: 1196px;
  }
}
.faq .tab {
  padding: 10px 5px;
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 481px) {
  .faq .tab {
    width: calc((100% - 30px) / 2);
  }
  .faq .tab:nth-of-type(odd) {
    margin-right: 15px;
  }
}
@media (min-width: 897px) {
  .faq .tab {
    padding: 5px 5px 10px;
  }
}
@media (min-width: 897px) {
  .faq .tab span {
    font-size: 1.4rem;
  }
}
@media (min-width: 897px) {
  .faq .tab {
    width: 278px;
    height: 82px;
    font-size: 1.6rem;
    padding: 25px 5px 15px;
    margin-bottom: 0;
  }
}
@media (min-width: 897px) {
  .faq .tab.tab-A,
.faq .tab.tab-B,
.faq .tab.tab-C {
    margin-right: 28px;
  }
}
@media (min-width: 897px) {
  .faq .tab.is-active {
    width: 278px;
    height: 112px;
    margin-bottom: 0;
  }
}
.faq .tab.is-active.tab-A:before,
.faq .tab.is-active.tab-B:before,
.faq .tab.is-active.tab-C:before {
  border-width: 0;
  border-color: transparent;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.faq .tab.tab-C,
.faq .tab.tab-D {
  background: #ffffff;
  border: 2px solid #1a1a1a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.faq .tab.is-active.tab-A {
  background: #ed796f;
  border: 2px solid #ed796f;
}
.faq .tab.is-active.tab-B {
  background: #f85f1e;
  border: 2px solid #f85f1e;
}
.faq .tab.is-active.tab-C {
  background: #6aa529;
  border: 2px solid #6aa529;
}
.faq .tab.is-active.tab-D {
  background: #44a4cf;
  border: 2px solid #44a4cf;
}
.faq .panel.is-show.tab-A {
  border-top: 2px solid #ed796f;
}
.faq .panel.is-show.tab-B {
  border-top: 2px solid #f85f1e;
}
.faq .panel.is-show.tab-C {
  border-top: 2px solid #6aa529;
}
.faq .panel.is-show.tab-D {
  border-top: 2px solid #44a4cf;
}
.faq .panel a {
  color: #0096dd;
}
.faq .panel ul li {
  padding: 10px 10px;
}
.faq .panel ul li:nth-child(even) {
  background: #f8f8f8;
}
@media (min-width: 481px) {
  .faq .panel ul li {
    padding: 30px 30px;
  }
}
@media (min-width: 897px) {
  .faq .panel ul li {
    padding: 50px 95px;
  }
}
.faq .panel ul li .Q_text {
  position: relative;
  display: block;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 1.4rem;
}
@media (min-width: 897px) {
  .faq .panel ul li .Q_text {
    margin-bottom: 50px;
    padding-left: 45px;
    font-size: 16px;
  }
}
.faq .panel ul li .Q_text:before {
  position: absolute;
  content: "Q.";
  font-size: 2rem;
  color: #0071b9;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 897px) {
  .faq .panel ul li .Q_text:before {
    font-size: 4rem;
  }
}
.faq .panel ul li .A_text {
  position: relative;
  display: block;
  padding-left: 25px;
  font-size: 1.4rem;
  line-height: 2;
}
@media (min-width: 897px) {
  .faq .panel ul li .A_text {
    padding-left: 45px;
    font-size: 16px;
  }
}
.faq .panel ul li .A_text:before {
  position: absolute;
  content: "A.";
  font-size: 2rem;
  color: #ef5454;
  left: 2px;
  top: -5px;
}
@media (min-width: 897px) {
  .faq .panel ul li .A_text:before {
    font-size: 4rem;
    left: 5px;
    top: -20px;
  }
}
.faq .panel .service-back-btn {
  width: 100%;
  height: 57px;
  display: inline-block;
  vertical-align: middle;
  color: #1a1a1a;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 5.7rem;
  background-image: url(../img/recruit/recruit-back-arrow-bl.png);
  background-size: 8%;
  background-position: right 10px bottom 50%;
  border: 1px #1a1a1a Solid;
}
@media (min-width: 481px) {
  .faq .panel .service-back-btn {
    height: 60px;
    line-height: 6rem;
    background-size: auto;
    background-position: right 20px bottom 50%;
    padding-right: 20px;
  }
}
@media (min-width: 897px) {
  .faq .panel .service-back-btn {
    width: 482px;
    height: 60px;
    background-position: right 20px bottom 50%;
    font-size: 1.6rem;
    line-height: 6rem;
  }
}
.faq .panel .service-back-btn:hover {
  background-image: url(../img/recruit/recruit-back-arrow-wh.png);
  background-color: rgba(26, 26, 26, 0.9);
  background-position: right 20px bottom 50%;
  color: #fff;
}
.faq .panel.tab-A ul li:nth-child(even) {
  background: #fef8f8;
}
.faq .panel.tab-B ul li:nth-child(even) {
  background: #fff7f4;
}
.faq .panel.tab-C ul li:nth-child(even) {
  background: #f8faf4;
}
.faq .panel.tab-D ul li:nth-child(even) {
  background: #f6fafd;
}
.faq a:hover img {
  opacity: 1;
}

ul.list_disc {
  list-style: disc;
  margin-left: 2em;
}

/**/
/*modaal*/
@media (min-width: 897px) {
  .modaal-container {
    width: auto;
  }
}

@media (min-width: 897px) {
  .modaal-content-container {
    padding: 60px 99px !important;
  }
}
.modaal-content-container p.ttl {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  background: #55a6f2;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}
@media (min-width: 897px) {
  .modaal-content-container p.ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.modaal-content-container ol {
  list-style: none;
  width: 100%;
  font-size: 1.4rem;
  line-height: 2;
}
@media (min-width: 897px) {
  .modaal-content-container ol {
    margin-left: 1em;
    width: 790px;
    font-size: 1.6rem;
  }
}
.modaal-content-container ol li {
  padding-left: 1em;
  text-indent: -1em;
}
.modaal-content-container ol.list02 li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.modaal-wrapper .modaal-close {
  position: absolute;
  content: "";
  bottom: 30px;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 79px;
  height: 28px;
  background: url(../img/service/close.gif) no-repeat center center !important;
}

.modaal-close:after,
.modaal-close:before {
  display: none !important;
}

/**/
span.linemarker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
  background: -webkit-linear-gradient(transparent 60%, #ff6 60%);
  background: linear-gradient(transparent 60%, #ff6 60%);
}

/*rian*/
.rian .mv {
  position: relative;
  background: url(../img/service/rian_mv_bg.jpg) no-repeat top center;
  background-size: cover;
  height: 300px;
}
@media (min-width: 481px) {
  .rian .mv {
    height: 380px;
  }
}
@media (min-width: 897px) {
  .rian .mv {
    height: 700px;
  }
}
.rian .mv div.mv_text {
  width: 85%;
  padding-top: 120px;
  margin: 0 auto;
}
@media (min-width: 481px) {
  .rian .mv div.mv_text {
    width: auto;
    padding-top: 150px;
    text-align: center;
  }
  .rian .mv div.mv_text img {
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (min-width: 897px) {
  .rian .mv div.mv_text {
    width: 73.59%;
    padding-top: 300px;
  }
  .rian .mv div.mv_text img {
    height: auto;
  }
}
.rian .mv p.mv_s_text {
  color: #1a1a1a;
  font-size: 12px;
  padding-bottom: 60px;
  text-align: center;
  font-weight: 300;
  margin-top: 10px;
}
@media (min-width: 481px) {
  .rian .mv p.mv_s_text {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
@media (min-width: 897px) {
  .rian .mv p.mv_s_text {
    font-size: 2.2rem;
    margin-top: 35px;
  }
}
.rian .page_link {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 897px) {
  .rian .page_link {
    top: 0;
    bottom: auto;
    padding-left: 0;
    padding-right: 0;
    padding-left: 290px;
    padding-right: 210px;
  }
}
.rian .page_link ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
.rian .page_link li {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2;
  white-space: nowrap;
}
.rian .page_link li a {
  display: inline;
}
.rian .page_link li.current span {
  border-bottom: 2px solid #1a1a1a;
  border-top: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline;
}
@media (min-width: 897px) {
  .rian .page_link li {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.6rem;
    margin-top: 25px;
    line-height: 3;
  }
  .rian .page_link li:hover a {
    border-bottom: 2px solid #1a1a1a;
    border-top: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.rian .inner_block {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 897px) {
  .rian .inner_block {
    max-width: 990px;
  }
}
@media (min-width: 481px) {
  .rian .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.rian .sec_ttl {
  line-height: 1;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  padding-top: 15px;
  padding-bottom: 20px;
}
@media (min-width: 481px) {
  .rian .sec_ttl {
    font-size: 2.8rem;
  }
}
@media (min-width: 897px) {
  .rian .sec_ttl {
    font-size: 4rem;
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.rian .bg-gray {
  background: #FAFAFA;
}
.rian .bg-white {
  background: #fff;
}
.rian .a_01 .lead {
  text-align: center;
  padding-bottom: 17px;
}
@media (min-width: 481px) {
  .rian .a_01 .lead {
    padding-bottom: 32px;
  }
}
@media (min-width: 897px) {
  .rian .a_01 .lead {
    padding-bottom: 48px;
  }
}
.rian .a_01 .lead img {
  width: 100%;
}
@media (min-width: 481px) {
  .rian .a_01 .lead img {
    height: 10.38vw;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (min-width: 897px) {
  .rian .a_01 .lead img {
    width: auto;
    height: 93px;
  }
}
.rian .a_01 small {
  margin-top: 10px;
  display: inline-block;
}
.rian .a_01 .junkai {
  padding: 25px 0;
}
@media (min-width: 481px) {
  .rian .a_01 .junkai {
    padding: 60px 0;
  }
}
.rian .a_01 .junkai div {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 481px) {
  .rian .a_01 .junkai div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.rian .a_01 .junkai div:nth-of-type(2) {
  margin: 0 auto 24px;
}
@media (min-width: 481px) {
  .rian .a_01 .junkai div:nth-of-type(2) {
    margin: 24px auto 35px;
    width: 80%;
  }
}
@media (min-width: 897px) {
  .rian .a_01 .junkai div:nth-of-type(2) {
    width: 564px;
  }
}
.rian .a_01 .junkai div dl {
  width: 100%;
}
@media (min-width: 481px) {
  .rian .a_01 .junkai div dl {
    width: calc((100% - 28px) / 2);
  }
  .rian .a_01 .junkai div dl:nth-of-type(even) {
    margin-left: 28px;
  }
}
.rian .a_01 .junkai div dl dt {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding-left: 15px;
  line-height: 1.875;
}
.rian .a_01 .junkai div dl dt.label-green {
  background: transparent -webkit-gradient(linear, left top, right top, from(#9ED097), color-stop(47%, #9ED097), to(rgba(158, 208, 151, 0))) 0% 0%;
  background: transparent -webkit-linear-gradient(left, #9ED097 0%, #9ED097 47%, rgba(158, 208, 151, 0) 100%) 0% 0%;
  background: transparent linear-gradient(90deg, #9ED097 0%, #9ED097 47%, rgba(158, 208, 151, 0) 100%) 0% 0%;
}
.rian .a_01 .junkai div dl dt.label-pink {
  background: transparent -webkit-gradient(linear, left top, right top, from(#F09495), color-stop(48%, #F09495), to(rgba(240, 148, 149, 0))) 0% 0%;
  background: transparent -webkit-linear-gradient(left, #F09495 0%, #F09495 48%, rgba(240, 148, 149, 0) 100%) 0% 0%;
  background: transparent linear-gradient(90deg, #F09495 0%, #F09495 48%, rgba(240, 148, 149, 0) 100%) 0% 0%;
}
.rian .a_01 .junkai div dl dt.label-blue {
  background: transparent -webkit-gradient(linear, left top, right top, from(#73B7DB), color-stop(47%, #73B7DB), to(rgba(115, 183, 219, 0))) 0% 0%;
  background: transparent -webkit-linear-gradient(left, #73B7DB 0%, #73B7DB 47%, rgba(115, 183, 219, 0) 100%) 0% 0%;
  background: transparent linear-gradient(90deg, #73B7DB 0%, #73B7DB 47%, rgba(115, 183, 219, 0) 100%) 0% 0%;
}
@media (min-width: 897px) {
  .rian .a_01 .junkai div dl dt {
    font-size: 2.4rem;
    padding-left: 20px;
  }
}
.rian .a_01 .junkai div dl dd {
  font-size: 1.4rem;
  line-height: 2;
  padding: 15px;
}
@media (min-width: 897px) {
  .rian .a_01 .junkai div dl dd {
    font-size: 1.6rem;
    padding: 20px 20px 0 20px;
  }
}
.rian .a_01 .newstyle {
  padding: 30px 15px 45px;
}
@media (min-width: 481px) {
  .rian .a_01 .newstyle {
    padding: 40px;
  }
}
@media (min-width: 897px) {
  .rian .a_01 .newstyle {
    padding: 60px 40px 100px;
  }
}
.rian .a_01 .newstyle .content {
  margin: 0 auto;
  display: block;
  border-radius: 20px;
  padding: 25px;
}
@media (min-width: 897px) {
  .rian .a_01 .newstyle .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px;
  }
}
@media (min-width: 897px) {
  .rian .a_01 .newstyle .content {
    padding: 75px;
  }
}
.rian .a_01 .newstyle .content div.left {
  width: 100%;
}
@media (min-width: 897px) {
  .rian .a_01 .newstyle .content div.left {
    width: 56.2%;
  }
}
.rian .a_01 .newstyle .content div.left img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media (min-width: 481px) {
  .rian .a_01 .newstyle .content div.left img {
    max-width: 430px;
  }
}
@media (min-width: 897px) {
  .rian .a_01 .newstyle .content div.left img {
    width: 430px;
  }
}
.rian .a_01 .newstyle .content div.left h2 {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-weight: bold;
  margin: 36px auto 20px;
}
@media (min-width: 897px) {
  .rian .a_01 .newstyle .content div.left h2 {
    text-align: left;
    font-size: 2.4rem;
  }
}
.rian .a_01 .newstyle .content div.left p {
  font-size: 1.4rem;
  padding: 0;
  text-align: justify;
  line-height: 2;
}
@media (min-width: 897px) {
  .rian .a_01 .newstyle .content div.left p {
    font-size: 1.6rem;
  }
}
.rian .a_01 .newstyle .content div.right {
  width: 100%;
  margin: 20px auto 0;
  text-align: center;
}
@media (min-width: 481px) {
  .rian .a_01 .newstyle .content div.right {
    max-width: 450px;
  }
}
@media (min-width: 897px) {
  .rian .a_01 .newstyle .content div.right {
    width: 38.9%;
    margin-left: 40px;
  }
}
.rian .a_02 {
  padding-bottom: 40px;
}
@media (min-width: 897px) {
  .rian .a_02 {
    padding-bottom: 90px;
  }
}
.rian .a_02 .sec_ttl {
  padding-top: 55px;
  padding-bottom: 20px;
  position: relative;
}
@media (min-width: 481px) {
  .rian .a_02 .sec_ttl {
    padding-top: 65px;
  }
}
.rian .a_02 .sec_ttl::before {
  content: "";
  background: url(../img/service/rian_icon01.svg) no-repeat top left;
  background-size: 100%;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 481px) {
  .rian .a_02 .sec_ttl::before {
    width: 45px;
    height: 45px;
  }
}
.rian .a_02 .inner_block {
  max-width: 1200px;
}
.rian .a_02 ul.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (min-width: 481px) {
  .rian .a_02 ul.list {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
.rian .a_02 ul.list li {
  width: 100%;
}
@media (min-width: 481px) {
  .rian .a_02 ul.list li {
    width: calc(50% - 28px);
  }
}
.rian .a_02 ul.list li .ttl {
  font-size: 2rem;
  color: #1a1a1a;
  font-weight: 900;
  text-align: center;
}
@media (min-width: 897px) {
  .rian .a_02 ul.list li .ttl {
    font-size: 3.2rem;
  }
}
.rian .a_02 ul.list li p span {
  color: #ed796f;
  text-decoration: underline;
  font-weight: 700;
}
.rian .a_02 ul.list li .pc {
  display: none;
}
@media (min-width: 481px) {
  .rian .a_02 ul.list li .pc {
    display: inline;
  }
}
.rian .a_03 .container {
  padding-bottom: 50px;
}
@media (min-width: 481px) {
  .rian .a_03 .container {
    padding-bottom: 100px;
  }
}
.rian .a_03 .sec_ttl {
  padding-top: 55px;
  padding-bottom: 20px;
  position: relative;
}
@media (min-width: 481px) {
  .rian .a_03 .sec_ttl {
    padding-top: 65px;
  }
}
.rian .a_03 .sec_ttl::before {
  content: "";
  background: url(../img/service/rian_icon02.svg) no-repeat top left;
  background-size: 100%;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 481px) {
  .rian .a_03 .sec_ttl::before {
    width: 45px;
    height: 45px;
  }
}
.rian .a_03 .sec_ttl + ul {
  border-radius: 20px;
  display: block;
  padding: 20px 6vw;
  margin-top: 20px;
}
@media (min-width: 897px) {
  .rian .a_03 .sec_ttl + ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 84px;
  }
}
.rian .a_03 .sec_ttl + ul li.checkbox {
  position: relative;
  font-weight: 700;
  font-size: 2rem;
  padding-left: 38px;
}
@media (min-width: 481px) {
  .rian .a_03 .sec_ttl + ul li.checkbox {
    font-size: 2.4rem;
    padding-left: 43px;
  }
}
.rian .a_03 .sec_ttl + ul li.checkbox::before {
  content: "";
  background: url(../img/service/rian_icon_check.svg) no-repeat top left;
  background-size: 100%;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 5px;
  left: 0;
}
@media (min-width: 481px) {
  .rian .a_03 .sec_ttl + ul li.checkbox::before {
    width: 27px;
    height: 27px;
  }
}
.rian .a_03 .sec_ttl + ul li.checkbox:last-of-type {
  margin-left: 0;
}
@media (min-width: 897px) {
  .rian .a_03 .sec_ttl + ul li.checkbox:last-of-type {
    margin-left: 50px;
  }
}
.rian .a_03 .voice {
  display: block;
  margin-top: 40px;
}
@media (min-width: 897px) {
  .rian .a_03 .voice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.rian .a_03 .voice img {
  width: 100%;
}
@media (min-width: 481px) {
  .rian .a_03 .voice img {
    width: 82%;
    margin: 0 auto;
    display: block;
  }
}
@media (min-width: 897px) {
  .rian .a_03 .voice img {
    width: 50%;
  }
}
.rian .a_03 .voice .other {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
@media (min-width: 897px) {
  .rian .a_03 .voice .other {
    width: 44%;
    margin-top: 0;
  }
}
.rian .a_03 .voice .other p {
  font-size: 4.586vw;
  padding: 0 18px;
  padding-bottom: 13px;
  position: relative;
  display: inline-block;
}
@media (min-width: 481px) {
  .rian .a_03 .voice .other p {
    font-size: 2.2rem;
    padding: 0 17px 13px 22px;
  }
}
.rian .a_03 .voice .other p::before, .rian .a_03 .voice .other p::after {
  content: "";
  background: url(../img/service/rian_fukidashi.svg) no-repeat top left;
  background-size: 100%;
  position: absolute;
  width: 11px;
  height: 18px;
  top: 8px;
  right: 0;
}
@media (min-width: 481px) {
  .rian .a_03 .voice .other p::before, .rian .a_03 .voice .other p::after {
    width: 13px;
    height: 22px;
  }
}
.rian .a_03 .voice .other p::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  left: 0;
}
.rian .a_03 .voice .other ul {
  font-size: 1.4rem;
  line-height: 2;
  padding-left: 18px;
  text-align: left;
}
@media (min-width: 481px) {
  .rian .a_03 .voice .other ul {
    font-size: 1.6rem;
    padding: 0 22px;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media (min-width: 897px) {
  .rian .a_03 .voice .other ul {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
.rian .a_04 .sp {
  display: inline-block;
}
@media (min-width: 897px) {
  .rian .a_04 .sp {
    display: none;
  }
}
.rian .a_04 .container {
  padding-bottom: 50px;
}
@media (min-width: 481px) {
  .rian .a_04 .container {
    padding-bottom: 100px;
  }
}
.rian .a_04 .sec_ttl {
  padding-top: 55px;
  padding-bottom: 20px;
  position: relative;
}
@media (min-width: 481px) {
  .rian .a_04 .sec_ttl {
    padding-top: 65px;
  }
}
.rian .a_04 .sec_ttl::before {
  content: "";
  background: url(../img/service/rian_icon03.svg) no-repeat top left;
  background-size: 100%;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 481px) {
  .rian .a_04 .sec_ttl::before {
    width: 45px;
    height: 45px;
  }
}
.rian .a_04 .sec_ttl + p {
  font-size: 1.4rem;
  text-align: center;
  margin: 20px auto 40px;
}
@media (min-width: 481px) {
  .rian .a_04 .sec_ttl + p {
    font-size: 1.6rem;
  }
}
.rian .a_04 table {
  margin: 0 auto;
  max-width: 584px;
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
}
@media (min-width: 481px) {
  .rian .a_04 table {
    font-size: 1.6rem;
  }
}
.rian .a_04 table tr.head th {
  padding: 0;
}
.rian .a_04 table tr.head td {
  background: #E6E6E6;
  padding: 0;
  line-height: 2.5;
}
.rian .a_04 table tr.head td:last-of-type {
  border-left: 4px solid #fff;
}
.rian .a_04 table tr:nth-of-type(n+2) {
  border-bottom: 1px solid #E6E6E6;
}
.rian .a_04 table th {
  width: 30.14%;
  padding: 25px 14px;
  line-height: 1;
}
.rian .a_04 table td {
  width: 34.93%;
  padding: 25px 14px;
  line-height: 1;
}
.rian .a_04 table td span {
  font-size: 1.6rem;
}
@media (min-width: 481px) {
  .rian .a_04 table td span {
    font-size: 1.8rem;
  }
}
.rian .a_04 small {
  display: block;
  max-width: 584px;
  width: 100%;
  margin: 20px auto 0;
}
.rian .a_07 {
  background: url(../img/service/rian_contact-back.jpg) no-repeat center;
  background-size: cover;
}
.rian .a_07 .container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 481px) {
  .rian .a_07 .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.rian .a_07 .container_bg {
  background: transparent -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.6)), color-stop(77%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0))) 0% 0%;
  background: transparent -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0.6) 77%, rgba(255, 255, 255, 0) 100%) 0% 0%;
  background: transparent linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0.6) 77%, rgba(255, 255, 255, 0) 100%) 0% 0%;
  padding: 40px 15px 40px 15px;
}
@media (min-width: 481px) {
  .rian .a_07 .container_bg {
    padding-left: 0;
    padding-right: 0;
  }
}
.rian .a_07 .container_bg h2 {
  text-align: left;
}
@media (min-width: 481px) {
  .rian .a_07 .container_bg h2 {
    text-align: center;
    padding-bottom: 0;
  }
}
@media (min-width: 897px) {
  .rian .a_07 .container_bg h2 {
    text-align: center;
  }
}
.rian .a_07 .container_bg h2 img {
  margin-top: 30px;
  width: 100%;
  text-align: left;
}
@media (min-width: 481px) {
  .rian .a_07 .container_bg h2 img {
    width: 390px;
    height: 30px;
    margin-bottom: 15px;
  }
}
@media (min-width: 897px) {
  .rian .a_07 .container_bg h2 img {
    width: 640px;
    height: 50px;
    margin-top: 60px;
    margin-right: 270px;
    margin-left: 270px;
  }
}
.rian .a_07 .container_bg .tel img {
  width: 93%;
}
@media (min-width: 481px) {
  .rian .a_07 .container_bg .tel img {
    width: 70%;
  }
}
@media (min-width: 897px) {
  .rian .a_07 .container_bg .tel img {
    width: 640px;
    height: 108px;
    margin-right: 270px;
    margin-left: 270px;
  }
}
.rian .a_07 a {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
@media (min-width: 481px) {
  .rian .a_07 a {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}
@media (min-width: 897px) {
  .rian .a_07 a {
    width: 482px;
    margin-top: 25px;
  }
}
.rian .a_07 a img {
  width: 100%;
}
@media (min-width: 481px) {
  .rian .a_07 a img {
    width: calc(76.6% - 10px);
  }
}
@media (min-width: 897px) {
  .rian .a_07 a img {
    width: auto;
  }
}
.rian .a_10 ul li {
  max-width: 482px;
  margin: 0 auto;
}
.rian .a_10 ul li a img {
  width: 100%;
}
@media (min-width: 481px) {
  .rian .a_10 ul li a img {
    width: calc(76.6% - 10px);
  }
}
@media (min-width: 897px) {
  .rian .a_10 ul li a img {
    width: 100%;
  }
}

/********** blog **********/
#blog {
  /*details*/
}
#blog .mv {
  position: relative;
  background: url(../img/blog/mv_bg.jpg) no-repeat center center;
  background-size: cover;
}
@media (min-width: 481px) {
  #blog .mv {
    height: 300px;
  }
}
@media (min-width: 897px) {
  #blog .mv {
    height: auto;
  }
}
#blog .mv div.mv_text {
  width: 100px;
  padding-top: 100px;
  margin: 0 auto;
}
@media (min-width: 481px) {
  #blog .mv div.mv_text {
    width: 140px;
    padding-top: 138px;
  }
}
@media (min-width: 897px) {
  #blog .mv div.mv_text {
    width: 175px;
    padding-top: 185px;
  }
}
#blog .mv p.mv_s_text {
  color: #1a1a1a;
  font-size: 12px;
  padding-bottom: 60px;
  text-align: center;
}
@media (min-width: 481px) {
  #blog .mv p.mv_s_text {
    font-size: 1.5rem;
  }
}
@media (min-width: 897px) {
  #blog .mv p.mv_s_text {
    font-size: 2.2rem;
    margin-top: 10px;
    padding-bottom: 120px;
  }
}
#blog h2 {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 897px) {
  #blog h2 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media (min-width: 897px) {
  #blog .right_column {
    width: 278px;
  }
}
@media (min-width: 481px) {
  #blog .right_column &gt; ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    jusify-content: space-between;
    margin-top: 80px;
  }
}
@media (min-width: 897px) {
  #blog .right_column &gt; ul {
    display: block;
    jusify-content: none;
    margin-top: 0;
  }
}
@media (min-width: 481px) {
  #blog .right_column &gt; ul &gt; li {
    width: calc((100% - 15px) / 2);
  }
  #blog .right_column &gt; ul &gt; li:first-of-type {
    margin-right: 15px;
  }
}
@media (min-width: 897px) {
  #blog .right_column &gt; ul &gt; li {
    width: auto;
  }
}
#blog .right_column a:hover {
  text-decoration: underline;
}
#blog .right_column p.ttl.underline {
  border-bottom: 2px solid #1a1a1a;
  font-size: 1.6rem;
}
@media (min-width: 897px) {
  #blog .right_column p.ttl.underline {
    font-size: 1.4rem;
  }
}
#blog .right_column p.year {
  position: relative;
  padding-left: 10px;
  font-size: 1.4rem;
  margin-top: 15px;
}
@media (min-width: 897px) {
  #blog .right_column p.year {
    margin-top: 30px;
  }
}
#blog .right_column p.year:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #1a1a1a;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#blog .right_column ul.month {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 2.5;
  margin-top: 10px;
}
@media (min-width: 897px) {
  #blog .right_column ul.month {
    width: 220px;
    margin-top: 20px;
  }
}
#blog .right_column ul.month li {
  text-align: center;
}
@media (min-width: 897px) {
  #blog .right_column ul.month li {
    width: 50px;
  }
}
#blog .right_column ul.jigyousho {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
@media (min-width: 897px) {
  #blog .right_column ul.jigyousho {
    margin-top: 25px;
    margin-bottom: 60px;
  }
}
#blog .right_column ul.jigyousho li {
  position: relative;
  padding-left: 10px;
  line-height: 2.5;
}
#blog .right_column ul.jigyousho li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #1a1a1a;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#blog .right_column ul.jigyousho li.nagomi:before {
  border-color: transparent transparent transparent #ed796f;
}
#blog .right_column ul.jigyousho li.sachi:before {
  border-color: transparent transparent transparent #f85f1e;
}
#blog .right_column ul.jigyousho li.origami:before {
  border-color: transparent transparent transparent #6aa529;
}
#blog .right_column ul.jigyousho li.grouphome:before {
  border-color: transparent transparent transparent #44a4cf;
}
@media (min-width: 897px) {
  #blog .left_column {
    width: 790px;
  }
}
#blog .left_column .blog_list &gt; li {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #808080;
}
@media (min-width: 897px) {
  #blog .left_column .blog_list &gt; li {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 481px) {
  #blog .left_column .blog_list &gt; li .thumbnail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#blog .left_column .blog_list &gt; li .thumbnail &gt; li.img {
  text-align: center;
}
#blog .left_column .blog_list &gt; li .thumbnail &gt; li.img img {
  width: 100%;
}
@media (min-width: 897px) {
  #blog .left_column .blog_list &gt; li .thumbnail &gt; li.img {
    text-align: left;
    width: 270px;
  }
}
#blog .left_column .blog_list &gt; li .thumbnail &gt; li.txt {
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 481px) {
  #blog .left_column .blog_list &gt; li .thumbnail &gt; li.txt {
    margin-top: 0;
    margin-left: 20px;
  }
}
@media (min-width: 897px) {
  #blog .left_column .blog_list &gt; li .thumbnail &gt; li.txt {
    width: 450px;
    margin-top: 0;
  }
}
#blog .left_column .blog_list &gt; li .thumbnail &gt; li.txt p.date {
  font-size: 1.4rem;
}
@media (min-width: 897px) {
  #blog .left_column .blog_list &gt; li .thumbnail &gt; li.txt p.date {
    font-size: 1.6rem;
  }
}
#blog .left_column .blog_list &gt; li .thumbnail &gt; li.txt p.ttl {
  font-weight: 700;
  font-size: 1.6rem;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 897px) {
  #blog .left_column .blog_list &gt; li .thumbnail &gt; li.txt p.ttl {
    font-size: 2rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#blog .left_column .blog_list &gt; li .thumbnail &gt; li.txt p.jigyousho {
  position: relative;
  padding-left: 20px;
  font-size: 1.2rem;
  color: #666666;
}
@media (min-width: 897px) {
  #blog .left_column .blog_list &gt; li .thumbnail &gt; li.txt p.jigyousho {
    font-size: 1.4rem;
  }
}
#blog .left_column .blog_list &gt; li .thumbnail &gt; li.txt p.jigyousho:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/blog/img03.png) no-repeat center center;
}
#blog .left_column .btn_block {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 897px) {
  #blog .left_column .btn_block {
    margin-top: 100px;
    margin-bottom: 90px;
  }
}
#blog .left_column .btn_block .next_prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#blog .left_column .btn_block .next_prev li {
  display: inline-block;
}
#blog .left_column .btn_block .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#blog .left_column .btn_block .page-numbers li {
  margin-right: 5px;
  margin-left: 5px;
}
#blog .left_column .btn_block .page-numbers li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
}
#blog .left_column .btn_block .page-numbers li.current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  background: #1a1a1a;
  color: #ffffff;
}
#blog .left_column .btn_block .page-numbers li.last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
}
#blog .details .blog_article {
  background: #ffffff;
  -webkit-box-shadow: 0px 0 6px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0 6px 0px rgba(0, 0, 0, 0.5);
  padding: 20px;
}
@media (min-width: 481px) {
  #blog .details .blog_article {
    padding: 40px;
  }
}
@media (min-width: 897px) {
  #blog .details .blog_article {
    padding: 90px;
  }
}
#blog .details .blog_article .block01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  background: url(../img/blog/blog_line.gif) repeat-x bottom left;
}
#blog .details .blog_article .block01 .date {
  font-size: 1.4rem;
}
@media (min-width: 897px) {
  #blog .details .blog_article .block01 .date {
    font-size: 1.6rem;
  }
}
#blog .details .blog_article .block01 .jigyousho {
  position: relative;
  padding-left: 25px;
  font-size: 1.4rem;
}
@media (min-width: 897px) {
  #blog .details .blog_article .block01 .jigyousho {
    font-size: 1.6rem;
  }
}
#blog .details .blog_article .block01 .jigyousho:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/blog/img04.png) no-repeat center center;
}
#blog .details .blog_article .ttl {
  margin-right: auto;
  margin-left: auto;
  font-size: 2rem;
  margin-top: 25px;
  font-weight: 900;
}
@media (min-width: 897px) {
  #blog .details .blog_article .ttl {
    width: 780px;
    font-size: 2.9rem;
    margin-top: 60px;
  }
}
#blog .details .blog_article .inner_block {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 897px) {
  #blog .details .blog_article .inner_block {
    width: 790px;
  }
}
#blog .details .blog_article .inner_block .jigyousho_block {
  border: 1px solid #c9c9c9;
  position: relative;
  margin-top: 40px;
  padding: 30px 15px 15px;
}
@media (min-width: 897px) {
  #blog .details .blog_article .inner_block .jigyousho_block {
    margin-top: 110px;
    padding: 30px 75px;
  }
}
#blog .details .blog_article .inner_block .jigyousho_block .tantou {
  background: #ffffff;
  padding: 0 10px 10px 0;
  position: absolute;
  content: "";
  top: -15px;
  left: -5px;
}
#blog .details .blog_article .inner_block .jigyousho_block .logo {
  margin-left: auto;
  margin-right: auto;
  width: 122px;
  height: 122px;
  background: #fad7d4;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 897px) {
  #blog .details .blog_article .inner_block .jigyousho_block .logo {
    margin-left: 0;
    margin-right: 0;
  }
}
#blog .details .blog_article .inner_block .jigyousho_block .text {
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 481px) {
  #blog .details .blog_article .inner_block .jigyousho_block .text {
    width: 70%;
    margin-top: 0;
  }
}
@media (min-width: 897px) {
  #blog .details .blog_article .inner_block .jigyousho_block .text {
    width: 465px;
    margin-top: 0;
  }
}
#blog .details .blog_article .inner_block .jigyousho_block .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (min-width: 897px) {
  #blog .details .blog_article .inner_block .jigyousho_block .btn {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 897px) {
  #blog .details .blog_article .inner_block .jigyousho_block .btn {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#blog .details .blog_article .inner_block .jigyousho_block .btn li {
  width: 100%;
}
@media (min-width: 481px) {
  #blog .details .blog_article .inner_block .jigyousho_block .btn li {
    width: calc((100% - 15px) / 2);
  }
}
@media (min-width: 897px) {
  #blog .details .blog_article .inner_block .jigyousho_block .btn li {
    width: 175px;
  }
}
#blog .details .blog_article .inner_block .jigyousho_block .btn li:first-of-type a {
  background: #000000;
}
@media (min-width: 481px) {
  #blog .details .blog_article .inner_block .jigyousho_block .btn li:first-of-type {
    margin-right: 15px;
  }
}
@media (min-width: 897px) {
  #blog .details .blog_article .inner_block .jigyousho_block .btn li:first-of-type {
    margin-right: 25px;
  }
}
#blog .details .blog_article .inner_block .jigyousho_block .btn li:last-of-type {
  margin-top: 10px;
}
#blog .details .blog_article .inner_block .jigyousho_block .btn li:last-of-type a {
  background: #ed796f;
}
@media (min-width: 481px) {
  #blog .details .blog_article .inner_block .jigyousho_block .btn li:last-of-type {
    margin-top: 0;
  }
}
#blog .details .blog_article .inner_block .jigyousho_block .btn li a {
  width: 100%;
  height: 50px;
  font-size: 1.3rem;
  font-weight: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}
#blog .details .blog_article .inner_block .jigyousho_block .btn li a:hover {
  opacity: 0.75;
}
#blog .details .blog_article .inner_block .jigyousho_block.sachi .logo {
  background: #fdcfbb;
}
#blog .details .blog_article .inner_block .jigyousho_block.sachi .btn li:last-of-type a {
  background: #f85f1e;
}
#blog .details .blog_article .inner_block .jigyousho_block.origami .logo {
  background: #d7eac1;
}
#blog .details .blog_article .inner_block .jigyousho_block.origami .btn li:last-of-type a {
  background: #7ab832;
}
#blog .details .blog_article .inner_block .jigyousho_block.grouphome .logo {
  background: #c7e4f1;
}
#blog .details .blog_article .inner_block .jigyousho_block.grouphome .btn li:last-of-type a {
  background: #44a4cf;
}
#blog .details .blog_article .inner_block .jigyousho_block.matsu .logo {
  background: #fff9d4;
}
#blog .details .blog_article .inner_block .jigyousho_block.matsu .btn li:last-of-type a {
  background: #000000;
}
#blog .details .btn_block {
  position: relative;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 897px) {
  #blog .details .btn_block {
    margin-top: 60px;
    width: 790px;
    height: 60px;
  }
}
#blog .details .btn_block .next_prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}
#blog .details .btn_block .next_prev li {
  display: inline-block;
}
#blog .details .btn_block .index_page a {
  font-weight: 700;
  font-size: 1.4rem;
  border: 2px solid #1a1a1a;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
@media (min-width: 897px) {
  #blog .details .btn_block .index_page a {
    margin-top: 0px;
    font-size: 1.6rem;
    width: 580px;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#blog .ttl_news {
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  width: 275px;
  margin-top: -55px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 897px) {
  #blog .ttl_news {
    margin-left: 0;
  }
}
#blog .bg_01 {
  background: #faf9f6;
  padding-bottom: 100px;
}
@media (min-width: 897px) {
  #blog .bg_01 {
    padding-bottom: 180px;
  }
}
#blog .news_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 897px) {
  #blog .news_list {
    width: 1200px;
  }
}
#blog .news_list li {
  margin-left: auto;
  margin-right: auto;
  width: calc(50% - 10px);
}
#blog .news_list li:nth-child(odd) {
  margin-right: 10px;
}
@media (min-width: 897px) {
  #blog .news_list li:nth-child(odd) {
    margin-right: 0;
  }
}
@media (min-width: 897px) {
  #blog .news_list li {
    width: 275px;
    margin-left: 33px;
  }
  #blog .news_list li:first-of-type {
    margin-left: 0;
  }
}
#blog .news_list li &gt; a img {
  width: 100%;
  height: auto;
}

/********** contact **********/
#contact .mv {
  position: relative;
  background: url(../img/contact/mv_bg.gif) no-repeat center center;
  background-size: cover;
}
@media (min-width: 481px) {
  #contact .mv {
    height: 300px;
  }
}
@media (min-width: 897px) {
  #contact .mv {
    height: auto;
  }
}
#contact .mv div.mv_text {
  width: 50%;
  padding-top: 100px;
  margin: 0 auto;
}
@media (min-width: 481px) {
  #contact .mv div.mv_text {
    width: 184px;
    padding-top: 142px;
  }
}
@media (min-width: 897px) {
  #contact .mv div.mv_text {
    width: 246px;
    padding-top: 190px;
  }
}
#contact .mv p.mv_s_text {
  color: #1a1a1a;
  font-size: 1.4rem;
  padding-bottom: 60px;
  text-align: center;
}
@media (min-width: 481px) {
  #contact .mv p.mv_s_text {
    font-size: 1.5rem;
  }
}
@media (min-width: 897px) {
  #contact .mv p.mv_s_text {
    font-size: 2rem;
    margin-top: 10px;
    padding-bottom: 120px;
  }
}
#contact h2 {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 897px) {
  #contact h2 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
#contact .inner_block {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 897px) {
  #contact .inner_block {
    width: 990px;
  }
}
#contact .tel_list {
  background: #f8f7f6;
  padding: 20px 30px;
}
@media (min-width: 481px) {
  #contact .tel_list {
    padding: 20px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 897px) {
  #contact .tel_list {
    padding: 45px 60px;
  }
}
#contact .tel_list li {
  text-align: center;
  margin-bottom: 10px;
}
#contact .tel_list li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 481px) {
  #contact .tel_list li {
    margin-bottom: 0;
  }
  #contact .tel_list li img {
    width: 90%;
  }
}
@media (min-width: 897px) {
  #contact .tel_list li {
    margin-bottom: 0;
  }
  #contact .tel_list li img {
    width: auto;
  }
}
#contact form .table {
  font-size: 1.4rem;
  display: block;
}
@media (min-width: 897px) {
  #contact form .table {
    font-size: 1.6rem;
  }
}
#contact form .table li dl {
  display: block;
}
@media (min-width: 897px) {
  #contact form .table li dl {
    display: table;
  }
}
#contact form .table dt {
  display: block;
  text-align: left;
}
@media (min-width: 897px) {
  #contact form .table dt {
    display: table-cell;
    width: 300px;
  }
}
#contact form .table dt span {
  padding-left: 70px;
}
#contact form .table dt span.required {
  position: relative;
}
#contact form .table dt span.required:before {
  position: absolute;
  content: "必須";
  width: 50px;
  height: 35px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.4rem;
  color: #ffffff;
  background: #ff0000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 897px) {
  #contact form .table dt span.required:before {
    width: 50px;
    height: 40px;
    font-size: 1.6rem;
  }
}
#contact form .table dt span.required-blue {
  position: relative;
}
#contact form .table dt span.required-blue:before {
  position: absolute;
  content: "任意";
  width: 45px;
  height: 35px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.4rem;
  color: #ffffff;
  background: #2a6fee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 897px) {
  #contact form .table dt span.required-blue:before {
    width: 50px;
    height: 40px;
    font-size: 1.6rem;
  }
}
#contact form .table dd {
  display: block;
}
@media (min-width: 897px) {
  #contact form .table dd {
    display: table-cell;
    width: 690px;
  }
}
@media (min-width: 481px) {
  #contact form .table dd.radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (min-width: 897px) {
  #contact form .table dd.radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#contact form .table dd.radio label {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 481px) {
  #contact form .table dd.radio label {
    width: calc((100% - 30px) / 3);
  }
}
@media (min-width: 897px) {
  #contact form .table dd.radio label {
    width: 345px;
  }
}
#contact form .table dd input[type=text],
#contact form .table dd input[type=email] {
  height: 50px;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #969696;
  font-size: 1.4rem;
}
@media (min-width: 897px) {
  #contact form .table dd input[type=text],
#contact form .table dd input[type=email] {
    font-size: 1.6rem;
  }
}
#contact form .table dd textarea {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #969696;
  font-size: 1.4rem;
}
@media (min-width: 897px) {
  #contact form .table dd textarea {
    font-size: 1.6rem;
  }
}
#contact .btn button,
#contact input[type=submit] {
  border: none;
  width: 100%;
  padding: 10px;
  background: #ef5454;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
}
@media (min-width: 481px) {
  #contact .btn button,
#contact input[type=submit] {
    height: 60px;
  }
}
@media (min-width: 897px) {
  #contact .btn button,
#contact input[type=submit] {
    font-size: 2rem;
    width: 580px;
    height: 80px;
  }
}
#contact .btn button:hover,
#contact input[type=submit]:hover {
  opacity: 0.75;
}
#contact .btn02 button,
#contact .btn03 button {
  border: none;
  width: 100%;
  padding: 10px;
  background: #ef5454;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
}
@media (min-width: 481px) {
  #contact .btn02 button,
#contact .btn03 button {
    height: 60px;
    width: 290px;
  }
  #contact .btn02 button:first-of-type,
#contact .btn03 button:first-of-type {
    margin-right: 15px;
  }
}
@media (min-width: 897px) {
  #contact .btn02 button,
#contact .btn03 button {
    font-size: 2rem;
    width: 290px;
    height: 80px;
    margin-right: 0;
  }
  #contact .btn02 button:first-of-type,
#contact .btn03 button:first-of-type {
    margin-right: 0;
  }
}
#contact .btn02 button:hover,
#contact .btn03 button:hover {
  opacity: 0.75;
}
#contact .btn02 button {
  background: #1a1a1a;
}

/********** サンプル **********/
.sample_platform {
  position: relative;
}

.sampleBlock {
  position: absolute;
  top: 0;
  left: 0;
}
.sampleBlock .row &gt; * {
  border-left: 1px rgba(0, 0, 0, 0.2) dashed;
  border-right: 1px rgba(0, 0, 0, 0.2) dashed;
}
.sampleBlock .row &gt; *:before {
  content: "";
  display: block;
  width: 100%;
  height: 2000px;
  background-color: rgba(0, 255, 0, 0.2);
}/*# sourceMappingURL=style.css.map */</pre></body></html>