@charset "UTF-8";
/*!
*  Style.css | @ks-home.net
*/
/* リセット設定
   ========================================================================== */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* 変数設定
   ========================================================================== */
/* Flex設定
   ========================================================================== */
/*
Flexbox SASS mixins
The spec: http://www.w3.org/TR/css3-flexbox
*/
/* 汎用クラス
   ========================================================================== */
.row-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .row-flex > * {
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .row-flex__end {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }
  .row-flex__center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .row-flex__around {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around; }
  .row-flex__between {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
  .row-flex__start {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start; }
  .row-flex__end {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }
  .row-flex__row {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .row-flex__reverse {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .row-flex__wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.txt_small {
  font-size: 0.8em; }

.txt_left {
  text-align: left; }

.txt_right {
  text-align: right; }

.txt_center {
  text-align: center; }

.txt_uline {
  text-decoration: underline; }

.txt_green {
  color: #a63900; }

.mb_5 {
  margin-bottom: 5px; }

.mb_10 {
  margin-bottom: 10px; }

.mb_15 {
  margin-bottom: 15px; }

.mb_20 {
  margin-bottom: 20px; }

.mb_30 {
  margin-bottom: 30px; }

@media only screen and (max-width: 640px) {
  .box_left, .box_right {
    float: none; } }
.hidden {
  display: none; }

@media (max-width: 640px) {
  .hidden-ss {
    display: none; } }
@media (min-width: 640px) {
  .visible-ss {
    display: none; } }
/* 基本設定
   ========================================================================== */
* {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box; }

html {
  position: relative;
  min-width: 1280px;
  -webkit-text-size-adjust: 100%; }

@media only screen and (max-width: 640px) {
  html {
    min-width: 320px; } }
body {
  position: relative;
  color: #222;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  text-align: center; }

@media only screen and (max-width: 640px) {
  body {
    font-size: 15px; } }
img {
  vertical-align: top; }

@media only screen and (max-width: 640px) {
  img {
    max-width: 100%;
    height: auto; } }
ol, ul {
  padding: 0;
  margin: 0;
  list-style: none; }

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  overflow: hidden; }
  a:hover {
    opacity: 0.8; }

.container {
  display: block;
  max-width: 1040px;
  margin: 0 auto; }
  .container:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden; }

@media only screen and (max-width: 640px) {
  .container {
    width: auto;
    padding: 15px; } }
.section {
  padding: 60px 0;
  text-align: center; }
  .section-head {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    text-align: left; }
    .section-head::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 80px;
      height: 5px;
      background-color: #a63900;
      background-color: #ffbf57; }
    .section-head-ttl {
      display: inline-block;
      color: #ff5400;
      font-size: 1.6rem;
      font-weight: 600;
      vertical-align: middle; }
    .section-head-txt {
      display: inline-block;
      margin-left: 30px;
      color: #888;
      font-size: 0.9rem;
      font-weight: 300;
      vertical-align: middle; }
  .section-txt {
    font-size: 1.1rem;
    line-height: 1.8; }
  .section-table {
    width: 900px;
    width: 1000px;
    margin: 30px auto 0; }
    .section-table-tr {
      height: 30px;
      font-size: 0.9rem;
      line-height: 1.6;
      border: 1px solid #ccc; }
    .section-table-th {
      width: 240px;
      padding: 5px 10px;
      padding: 15px 20px;
      color: #fff;
      font-size: 1.1rem;
      text-align: center;
      vertical-align: middle;
      background-color: #333;
      background-color: #ff8b5e; }
    .section-table-td {
      padding: 5px 10px;
      padding: 15px 20px;
      font-size: 1.0rem;
      text-align: left;
      background-color: #fff; }
  .section-btn {
    text-align: center; }

@media only screen and (max-width: 640px) {
  .section {
    padding: 30px 0; }
    .section-head-ttl {
      display: block;
      font-size: 1.25rem; }
    .section-head-txt {
      display: block;
      margin-left: 0;
      font-size: 0.8rem; }
    .section-txt {
      font-size: 0.9rem;
      text-align: left; }
    .section-table {
      width: 100%; }
      .section-table-tr {
        border: 1px solid #ccc; }
      .section-table-th {
        display: block;
        width: auto;
        padding: 5px 0;
        font-size: 1.0rem; }
      .section-table-td {
        display: block;
        padding: 5px 0;
        padding: 10px 10px;
        font-size: 0.9rem;
        text-align: left; }
    .section-btn {
      text-align: center; } }
.btn {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 60px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 56px;
  text-align: center;
  background-color: #333;
  border: 2px solid #333;
  border-radius: 30px;
  transition: all 0.3s;
  cursor: pointer; }
  .btn:hover {
    color: #333;
    background-color: #fff;
    border-color: #333; }
  .btn [class*="fa-"] {
    position: absolute;
    top: 20px;
    right: 30px; }
  .btn.-large {
    width: 400px;
    height: 90px;
    padding: 5px 0;
    line-height: 38px; }
    .btn.-large hr {
      display: block;
      width: 60%;
      height: 1px;
      margin: auto;
      background-color: #fff;
      border: none; }
    .btn.-large [class*="fa-"] {
      position: absolute;
      top: 35px;
      right: 20px; }
    .btn.-large:hover hr {
      background-color: #333; }

@media only screen and (max-width: 640px) {
  .btn {
    width: 260px;
    font-size: 1.0rem; }
    .btn [class*="fa-"] {
      position: absolute;
      right: 20px; }
    .btn.-large {
      width: 300px;
      font-size: 0.9rem; } }
.scrollin {
  opacity: 0;
  transform: translateY(60px); }
  .scrollin.act {
    animation: scrollIn 1.0s ease 0s 1 forwards; }

@keyframes scrollIn {
  100% {
    opacity: 1;
    transform: translateY(0); } }
/* 共通部位
   ========================================================================== */
.header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  min-width: 1280px;
  height: 80px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  z-index: 100; }
  .header-wrap {
    overflow: hidden; }
  .header-box {
    height: 100%; }
    .header-box.-left {
      float: left; }
    .header-box.-right {
      float: right; }
  .header-logo {
    padding: 10px 10px 10px 30px; }
    .header-logo img {
      max-width: 100%; }
  .header-nav {
    padding: 25px 15px; }
    .header-nav-item {
      height: 30px; }
      .header-nav-item a {
        display: inline-block;
        padding: 5px 20px;
        color: #a63900;
        font-size: 1.1rem;
        font-weight: 600;
        line-height: 1.2; }
  .header-toggle {
    display: none; }
  .header-contact {
    display: block;
    height: 80px;
    padding: 15px;
    background-color: #a63900; }

@media only screen and (max-width: 640px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
    height: 60px;
    min-width: inherit;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
    .header-box {
      position: relative;
      z-index: 101;
      overflow: hidden; }
      .header-box.-left, .header-box.-right {
        float: none; }
    .header-logo {
      width: 200px;
      padding: 15px 10px 15px 15px; }
    .header-nav {
      display: none;
      position: fixed;
      top: 60px;
      bottom: auto;
      left: 0;
      right: 0;
      z-index: 100;
      padding: 15px 15px 20px;
      background-color: #a63900;
      background-color: #ff8e86; }
      .header-nav-item {
        display: block;
        width: 100%;
        height: 50px; }
        .header-nav-item a {
          display: block;
          padding: 0 20px;
          color: #fff;
          font-size: 1.1rem;
          line-height: 50px; }
        .header-nav-item + .header-nav-item {
          border-left: none;
          border-top: 1px dotted #fff; }
    .header-toggle {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 300;
      width: 60px;
      height: 60px;
      padding: 15px 10px; }
      .header-toggle-btn span {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        width: 40px;
        height: 3px;
        margin: auto;
        background-color: #a63900;
        border-radius: 2px;
        transition: all .4s;
        box-sizing: border-box; }
        .header-toggle-btn span:nth-of-type(1) {
          top: 16px; }
        .header-toggle-btn span:nth-of-type(2) {
          top: 28px; }
        .header-toggle-btn span:nth-of-type(3) {
          top: 40px; }
    .header-contact {
      display: none; } }
.main {
  background-color: #fff; }

@media only screen and (max-width: 640px) {
  .main {
    margin-top: 60px; } }
.footer {
  background-color: #f2f2f2; }
  .footer-wrap {
    padding: 45px 15px 45px; }
  .footer-logo {
    margin-bottom: 10px; }
  .footer-lead {
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.5; }
  .footer-addr {
    font-size: 0.9rem;
    font-style: normal;
    line-height: 1.6;
    text-decoration: none; }
  .footer-copy {
    padding: 20px 0;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.2;
    background-color: #a63900; }

@media only screen and (max-width: 640px) {
  .footer-wrap {
    padding-top: 30px;
    padding-bottom: 30px; }
  .footer-logo {
    margin-bottom: 15px; }
  .footer-lead {
    font-size: 0.9rem;
    text-align: center; }
  .footer-addr {
    font-size: 0.8rem;
    text-align: center; } }
/* ページスタイル
   ========================================================================== */
.pager {
  margin: 20px auto;
  text-align: center; }
  .pager li {
    margin: 5px; }
    .pager li > span, .pager li > a {
      display: inline-block;
      width: 40px;
      height: 40px;
      color: #888;
      font-size: 1.1rem;
      text-align: center;
      line-height: 40px;
      background-color: #fafafa;
      border: 1px solid #888; }
      .pager li > span.current, .pager li > a.current {
        color: #fff;
        background-color: #a63900;
        border-color: #a63900; }

.state {
  padding: 10px 30px;
  margin-bottom: 30px; }
  .state-message {
    padding: 5px 0;
    color: #333;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-color: #ccc; }
    .state-message.green {
      color: #fff;
      border-color: #9FC569;
      background-color: #9FC569; }
    .state-message.red {
      color: #fff;
      border-color: #a63900;
      background-color: #a63900; }

.breadcrumb {
  padding: 15px 0;
  text-align: left; }
  .breadcrumb-list {
    max-width: 760px;
    margin: auto; }
  .breadcrumb-item {
    display: inline-block;
    font-size: 0.9rem;
    line-height: 1.0; }
    .breadcrumb-item + .breadcrumb-item {
      margin-left: 6px; }
      .breadcrumb-item + .breadcrumb-item::before {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        margin-right: 8px;
        border-top: 2px solid #555;
        border-right: 2px solid #555;
        transform: rotate(45deg) translateY(-2px);
        vertical-align: middle; }
    .breadcrumb-item a {
      color: #a63900; }

@media only screen and (max-width: 640px) {
  .breadcrumb {
    padding: 10px 15px; } }
.pager {
  margin: 20px auto;
  text-align: center; }
  .pager-item {
    margin: 5px; }
    .pager-item > span, .pager-item > a {
      display: inline-block;
      width: 40px;
      height: 40px;
      color: #888;
      font-size: 1.1rem;
      text-align: center;
      line-height: 40px;
      background-color: #fafafa;
      border: 1px solid #888; }
    .pager-item.-current > span, .pager-item.-current > a {
      color: #fff;
      background-color: #a63900;
      border-color: #a63900; }

.c-blog {
  max-width: 800px;
  margin: auto;
  margin: 0 auto 45px; }
  .c-blog-item {
    width: 300px;
    margin: 10px 10px; }
    .c-blog-item-img {
      margin-bottom: 10px; }
      .c-blog-item-img img {
        width: 100%; }
    .c-blog-item-body {
      text-align: left; }
    .c-blog-item-ttl {
      margin-bottom: 5px;
      font-size: 1.1rem;
      font-weight: 600;
      line-height: 1.4; }
    .c-blog-item-desc {
      font-size: 1.0rem;
      line-height: 1.6; }

@media only screen and (max-width: 640px) {
  .c-blog-item {
    margin: 0 auto 30px; }
    .c-blog-item-desc {
      font-size: 0.9rem; } }
.c-bread {
  background-color: #f2f2f2; }
  .c-bread-wrap {
    padding: 5px 10px;
    text-align: right;
    overflow: hidden; }
  .c-bread-item {
    display: inline-block;
    padding-right: 5px;
    font-size: 0.8rem;
    line-height: 1.0; }
    .c-bread-item a {
      font-weight: bold;
      text-decoration: underline; }
    .c-bread-item span {
      font-weight: bold; }
    .c-bread-item + .c-bread-item {
      margin-left: 5px; }
      .c-bread-item + .c-bread-item::before {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        margin-right: 8px;
        border-top: 2px solid #555;
        border-right: 2px solid #555;
        transform: rotate(45deg); }

.blog-category {
  margin: 30px auto; }
  .blog-category-item {
    margin: 0 5px; }
    .blog-category-item a {
      display: inline-block;
      min-width: 160px;
      height: 40px;
      padding: 0 10px;
      color: #a63900;
      font-size: 0.9rem;
      text-align: center;
      line-height: 38px;
      background-color: #fff;
      border: 1px solid #a63900;
      border-radius: 20px; }
      .blog-category-item a.active {
        color: #fff;
        background-color: #b41109; }
.blog-list {
  max-width: 920px;
  margin: 0 auto 50px; }
  .blog-list-item {
    width: 280px;
    padding: 10px;
    margin: 10px 10px;
    background-color: #fff; }
    .blog-list-item-thum {
      position: relative;
      height: 180px;
      margin-bottom: 10px;
      background-color: #fff;
      overflow: hidden; }
      .blog-list-item-thum a {
        display: block;
        width: 100%;
        height: 100%; }
      .blog-list-item-thum img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: auto; }
    .blog-list-item-body a:hover {
      text-decoration: underline; }
    .blog-list-item-date {
      margin-bottom: 5px;
      color: #222;
      font-size: 0.9rem;
      line-height: 1.4; }
    .blog-list-item-ttl {
      font-size: 0.9rem;
      line-height: 1.4; }
.blog-label {
  display: inline-block;
  padding: 1px 6px;
  margin-right: 10px;
  color: #888;
  font-size: 0.8rem;
  line-height: 1.4;
  background-color: #fff;
  border: 1px solid #888; }
  .blog-label_news {
    color: #888;
    background-color: #fff;
    border: 1px solid #888; }
  .blog-label_blog {
    color: #cd1d24;
    background-color: #fff;
    border: 1px solid #cd1d24; }
  .blog-label_column {
    color: #f7bc00;
    background-color: #fff;
    border: 1px solid #f7bc00; }

@media only screen and (max-width: 640px) {
  .blog-category {
    margin: 15px auto; }
    .blog-category-item {
      margin: 3px 5px; }
      .blog-category-item a {
        min-width: 150px;
        height: 36px;
        padding: 3px 15px;
        font-size: 0.9rem;
        line-height: 28px; }
  .blog-list {
    margin-bottom: 30px; }
    .blog-list-item {
      padding: 10px;
      margin: 5px auto; } }
.c-contact {
  margin: 90px auto; }
  .c-contact-box {
    position: relative;
    background-color: #fff56e;
    border-radius: 30px; }
  .c-contact-illust {
    position: absolute;
    top: -30px;
    left: 30px; }
  .c-contact-body {
    padding: 30px 60px 30px 320px; }
  .c-contact-ttl {
    margin-bottom: 15px;
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: left; }

@media only screen and (max-width: 640px) {
  .c-contact {
    margin: 60px auto; }
    .c-contact-illust {
      position: relative;
      top: -30px;
      left: auto; }
    .c-contact-body {
      padding: 0 30px 30px; }
    .c-contact-ttl {
      font-size: 1.1rem; }
    .c-contact-btn {
      text-align: center; }
      .c-contact-btn-item {
        margin: 10px auto; } }
.c-tab {
  margin-bottom: 60px; }
  .c-tab-item {
    margin: 5px; }
    .c-tab-item .btn {
      width: 150px;
      height: 40px;
      color: #a63900;
      font-size: 1.0rem;
      font-weight: normal;
      line-height: 38px;
      background-color: #fff;
      border: 1px solid #a63900; }
      .c-tab-item .btn.active {
        color: #fff;
        background-color: #a63900; }

.c-news-list {
  margin-bottom: 45px; }
  .c-news-list-empty {
    width: 100%;
    padding: 45px;
    font-size: 1.0rem;
    text-align: center;
    background-color: #f2f2f2; }
.c-news-item {
  max-width: 300px;
  margin: 20px; }
  .c-news-item-img {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    aspect-ratio: 3 / 2; }
    .c-news-item-img img {
      width: 100%; }
  .c-news-item-body {
    text-align: left; }
  .c-news-item-info {
    margin-bottom: 5px; }
  .c-news-item-ttl {
    margin-bottom: 5px;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.2; }
  .c-news-item-desc {
    font-size: 0.9rem;
    line-height: 1.4; }

@media only screen and (max-width: 640px) {
  .c-news-item {
    margin: 0 auto 20px; }
    .c-news-item-ttl {
      margin-bottom: 5px; } }
.c-case-list {
  margin-bottom: 45px; }

.p-head {
  position: relative;
  height: 150px;
  color: #fff;
  background-color: #ff8b5e; }
  .p-head-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .p-head-name {
    margin-bottom: 5px;
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: 2px; }
  .p-head-txt {
    font-size: 1.0rem;
    line-height: 1.2;
    letter-spacing: 1px; }

@media only screen and (max-width: 640px) {
  .p-head {
    height: 100px; }
    .p-head-box {
      width: 80%; }
    .p-head-name {
      margin-bottom: 0;
      font-size: 1.4rem; }
    .p-head-txt {
      font-size: 0.9rem; } }
/* ページスタイル
   ========================================================================== */
/*!
*  Style.css | @ks-home.net
*/
/* ページスタイル
   ========================================================================== */
.top-section {
  padding: 60px 15px; }

@media only screen and (max-width: 640px) {
  .top-section {
    padding: 40px 15px; } }
.top-hero {
  position: relative;
  width: 100%;
  max-height: 640px;
  height: calc(40vw);
  overflow: hidden; }
  .top-hero-ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; }
    .top-hero-ttl img {
      width: 100%;
      vertical-align: bottom; }
  .top-hero-bg {
    position: relative;
    z-index: 1; }
    .top-hero-bg img {
      width: 100%;
      vertical-align: bottom; }

@media only screen and (max-width: 640px) {
  .top-hero {
    height: auto; }
    .top-hero-ttl {
      width: 80%; } }
.top-service-link-item {
  margin: 15px; }

@media only screen and (max-width: 640px) {
  .top-service .container {
    padding: 0; }
  .top-service-link {
    max-width: 340px;
    margin: auto; }
    .top-service-link-item {
      width: 140px;
      margin: 10px; } }
.top-campaign {
  background-color: #fde9d4; }
  .top-campaign-bnr {
    margin-bottom: 30px; }
  .top-campaign-ttl {
    margin-bottom: 30px;
    color: #a63900;
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1.5; }
  .top-campaign-lead {
    color: #333;
    font-size: 1.2rem;
    line-height: 1.6; }

@media only screen and (max-width: 640px) {
  .top-campaign-bnr {
    margin-bottom: 20px; }
  .top-campaign-ttl {
    margin-bottom: 20px;
    font-size: 1.2rem;
    text-align: left; }
  .top-campaign-lead {
    font-size: 1.0rem;
    text-align: left; } }
.top-akiya {
  padding: 60px 0;
  background-color: #fff56e; }
  .top-akiya-wrap {
    position: relative;
    max-width: 1240px; }
  .top-akiya-img {
    float: left;
    max-width: 600px;
    margin-left: -30px; }
    .top-akiya-img img {
      box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.15); }
  .top-akiya-body {
    float: right;
    max-width: 600px;
    padding: 30px 0;
    padding-right: 100px;
    text-align: left; }
  .top-akiya-ttl {
    margin-bottom: 15px;
    color: #333;
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1.4; }
  .top-akiya-txt {
    margin-bottom: 45px;
    font-size: 1.0rem;
    line-height: 1.6; }
  .top-akiya-illust {
    position: absolute;
    bottom: 0;
    right: 0; }

@media only screen and (max-width: 640px) {
  .top-akiya {
    padding: 20px 0; }
    .top-akiya-img {
      float: none;
      margin: 0 auto 30px; }
    .top-akiya-body {
      float: none;
      padding: 0; }
    .top-akiya-ttl {
      font-size: 1.4rem; }
    .top-akiya-txt {
      margin-bottom: 30px; }
    .top-akiya-illust {
      display: none; } }
/*!
*  Style.css | @ks-home.net
*/
/* ページスタイル
   ========================================================================== */
.news-category-label {
  display: inline-block;
  padding: 1px 6px;
  margin-right: 10px;
  color: #888;
  font-size: 0.8rem;
  line-height: 1.4;
  background-color: #fff; }
  .news-category-label.news {
    color: #fff;
    background-color: #f39c26; }
  .news-category-label.blog {
    color: #fff;
    background-color: #888; }
  .news-category-label.column {
    color: #fff;
    background-color: #a73900; }
  .news-category-label.property {
    color: #fff;
    background-color: #24a1b4; }

.news-article {
  max-width: 800px;
  margin: auto;
  text-align: left; }
  .news-article-info {
    margin-bottom: 10px;
    font-size: 0.9rem;
    text-align: right;
    line-height: 1.4; }
    .news-article-info-category {
      display: inline-block; }
    .news-article-info-date {
      display: inline-block; }
  .news-article-body {
    margin-bottom: 90px; }
  .news-article-block {
    text-align: left;
    overflow: hidden; }
    .news-article-block + .news-article-block {
      margin-top: 30px; }
    .news-article-block .text {
      padding: 10px;
      margin-bottom: 30px;
      font-size: 1.0rem;
      line-height: 1.8; }
    .news-article-block .free {
      text-align: center; }
      .news-article-block .free img {
        max-width: 100%;
        margin: 0 auto 30px; }
    .news-article-block .left {
      float: left; }
      .news-article-block .left img {
        max-width: 300px;
        margin-right: 30px;
        margin-bottom: 15px; }
    .news-article-block .right {
      float: right; }
      .news-article-block .right img {
        max-width: 300px;
        margin-left: 30px;
        margin-bottom: 15px; }
  .news-article-link {
    padding: 5px;
    margin: 45px auto;
    text-align: center;
    border: 2px solid #ccc; }
    .news-article-link a {
      font-size: 1.0rem;
      line-height: 1.8; }
  .news-article-add-box {
    padding: 5px;
    margin: 30px auto 45px;
    text-align: center;
    border: 2px solid #ccc; }
    .news-article-add-box a {
      font-size: 1.0rem;
      line-height: 1.8; }

@media only screen and (max-width: 640px) {
  .news-article-head-ttl {
    font-size: 1.1rem; }
  .news-article-body {
    margin-bottom: 60px; }
  .news-article-block + .news-article-block {
    margin-top: 20px; }
  .news-article-block .free, .news-article-block .right, .news-article-block .left {
    float: none;
    text-align: center; }
    .news-article-block .free img, .news-article-block .right img, .news-article-block .left img {
      max-width: 260px;
      margin: 0 auto 20px;
      text-align: center; } }
/*!
*  Style.css | @ks-home.net
*/
/* ページスタイル
   ========================================================================== */
.service .section {
  padding: 45px 0 15px; }

@media only screen and (max-width: 640px) {
  .service .section {
    padding: 30px 0 0; } }
.service-head-link-item {
  margin: 15px; }

@media only screen and (max-width: 640px) {
  .service-head-link {
    max-width: 340px;
    margin: auto; }
    .service-head-link-item {
      width: 120px;
      margin: 15px; } }
.service-section-head {
  padding: 60px 30px;
  margin-bottom: 45px;
  background-color: #f2f2f2;
  background-color: #ffff9f; }
  .service-section-head-ttl {
    position: relative;
    display: block;
    padding-bottom: 15px;
    margin: auto;
    font-size: 1.8rem;
    font-weight: 600;
    vertical-align: middle; }
    .service-section-head-ttl::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 80px;
      height: 5px;
      margin: auto;
      background-color: #a63900; }
.service-section .section-head-ttl {
  font-size: 1.4rem; }
.service-section-body {
  margin: 30px auto 45px;
  text-align: left; }
.service-section-lead {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.6; }
.service-section-txt {
  margin-bottom: 20px;
  font-size: 1.0rem;
  line-height: 1.8; }
.service-section-dl {
  margin-top: 20px;
  margin-bottom: 30px; }
.service-section-dt {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: 600; }
.service-section-dd {
  padding-left: 20px;
  font-size: 1.0rem;
  line-height: 1.6; }
.service-section-table {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px; }
  .service-section-table-tr {
    border: 1px solid #ccc; }
  .service-section-table-th {
    width: 180px;
    padding: 20px;
    font-size: 1.0rem;
    font-weight: 300;
    text-align: center;
    background-color: #fde9d4;
    vertical-align: middle; }
  .service-section-table-td {
    padding: 20px;
    font-size: 1.0rem;
    line-height: 1.6;
    text-align: left;
    background-color: #fff;
    vertical-align: middle; }

@media only screen and (max-width: 640px) {
  .service-section-head {
    padding: 45px 15px;
    margin-bottom: 30px; }
    .service-section-head-ttl {
      font-size: 1.4rem; }
  .service-section .section-head {
    padding-bottom: 5px;
    margin-bottom: 20px; }
    .service-section .section-head-ttl {
      margin-bottom: 10px;
      font-size: 1.1rem; }
  .service-section-body {
    margin: 20px auto 30px; }
  .service-section-lead {
    margin-bottom: 10px;
    font-size: 1.1rem;
    line-height: 1.4; }
  .service-section-txt {
    margin-bottom: 10px;
    font-size: 0.9rem;
    line-height: 1.6; }
  .service-section-dt {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 1.0rem; }
  .service-section-dd {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.9rem;
    line-height: 1.4; }
  .service-section-table {
    width: 100%;
    margin: 15px auto; }
    .service-section-table-tr {
      display: block; }
    .service-section-table-th {
      display: block;
      width: 100%;
      padding: 10px;
      font-size: 1.0rem; }
    .service-section-table-td {
      display: block;
      padding: 10px;
      font-size: 0.9rem; } }
/*!
*  Style.css | @ks-home.net
*/
/* ページスタイル
   ========================================================================== */
.reform-case-list {
  margin-bottom: 60px; }
  .reform-case-list-empty {
    width: 100%;
    padding: 45px;
    font-size: 1.0rem;
    text-align: center;
    background-color: #f2f2f2; }
.reform-case-item {
  position: relative;
  max-width: 300px;
  margin: 20px;
  padding: 10px;
  border: 1px solid #ccc; }
  .reform-case-item-label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
  .reform-case-item-img {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    aspect-ratio: 3 / 2; }
    .reform-case-item-img img {
      width: 100%; }
  .reform-case-item-body {
    text-align: left; }
  .reform-case-item-ttl {
    margin-bottom: 5px;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.2; }
  .reform-case-item-desc {
    color: #666;
    font-size: 0.8rem;
    line-height: 1.4; }

@media only screen and (max-width: 640px) {
  .reform-case-item {
    margin: 0 auto 20px; }
    .reform-case-item-ttl {
      margin-bottom: 5px; } }
.case-category-label {
  display: block;
  width: 120px;
  padding: 3px 6px;
  margin-bottom: 3px;
  color: #333;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.4;
  background-color: #fff56e;
  background-color: #ffff9f;
  text-align: center; }

.reform-article {
  margin: auto;
  text-align: left; }
  .reform-article-head-category {
    display: block; }
  .reform-article-photo {
    margin: 0 auto 60px;
    text-align: center; }
    .reform-article-photo img {
      max-width: 100%; }
    .reform-article-photo.-before {
      padding: 15px;
      border: 1px solid #ccc; }
      .reform-article-photo.-before img {
        height: 180px; }
      .reform-article-photo.-before p {
        margin-bottom: 5px;
        font-weight: 600; }
  .reform-article-body {
    margin-bottom: 45px; }
    .reform-article-body-ttl {
      padding-bottom: 10px;
      margin-bottom: 10px;
      font-size: 1.6rem;
      font-weight: 600;
      line-height: 1.4;
      text-align: center; }
    .reform-article-body-txt {
      padding: 30px;
      font-size: 1.1rem;
      background-color: #fde9d4;
      border-radius: 15px; }
  .reform-article-table {
    width: 100%;
    margin-bottom: 45px; }
    .reform-article-table-tr {
      border: 1px solid #ccc; }
    .reform-article-table-th {
      width: 180px;
      padding: 20px;
      font-size: 1.0rem;
      font-weight: 300;
      text-align: center;
      background-color: #fde9d4;
      vertical-align: middle; }
    .reform-article-table-td {
      padding: 20px;
      font-size: 1.0rem;
      line-height: 1.6;
      text-align: left;
      background-color: #fff;
      vertical-align: middle; }

@media only screen and (max-width: 640px) {
  .reform-article-head-ttl {
    font-size: 1.1rem; }
  .reform-article-photo {
    margin-bottom: 30px; }
  .reform-article-body {
    margin-bottom: 20px; }
    .reform-article-body-ttl {
      font-size: 1.2rem; }
    .reform-article-body-txt {
      padding: 20px;
      font-size: 1.0rem; }
  .reform-article-table {
    width: 100%;
    margin: 0 auto 15px; }
    .reform-article-table-tr {
      display: block; }
    .reform-article-table-th {
      display: block;
      width: 100%;
      padding: 10px;
      font-size: 1.0rem; }
    .reform-article-table-td {
      display: block;
      padding: 10px;
      font-size: 0.9rem; } }
/*!
*  Style.css | @ks-home.net
*/
/* ページスタイル
   ========================================================================== */
.company .section {
  padding: 45px 0 15px; }

@media only screen and (max-width: 640px) {
  .company .section {
    padding: 30px 0 0; } }
.company-message-box {
  max-width: 800px;
  margin: 0 auto;
  background-color: #f2f2f2; }
  .company-message-box-photo {
    width: 210px; }
  .company-message-box-body {
    width: calc(100% - 210px);
    padding: 30px;
    text-align: left; }
  .company-message-box-lead {
    margin-bottom: 5px;
    color: #a63900;
    color: #ff5400;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 1px; }
  .company-message-box-txt {
    font-size: 1.0rem;
    line-height: 1.6; }

@media only screen and (max-width: 640px) {
  .company-message-box {
    padding: 20px; }
    .company-message-box-photo {
      width: 100%;
      margin: 0 auto 15px;
      text-align: center; }
      .company-message-box-photo img {
        width: 200px; }
    .company-message-box-body {
      width: inherit;
      padding: 0; }
    .company-message-box-lead {
      font-size: 1.2rem; }
    .company-message-box-txt {
      font-size: 0.9rem; } }
.company-access-gmap {
  margin-bottom: 45px; }

@media only screen and (max-width: 640px) {
  .company-access-gmap {
    margin-bottom: 30px; }
    .company-access-gmap iframe {
      height: 300px; } }
/*!
*  Style.css | @ks-home.net
*/
/* ページスタイル
   ========================================================================== */
.contact .section {
  padding: 45px 0; }
  .contact .section-table {
    margin-bottom: 45px; }
    .contact .section-table-th {
      color: #222;
      background-color: #fde9d4; }
.contact-box {
  margin-bottom: 45px;
  text-align: left; }

@media only screen and (max-width: 640px) {
  .contact .section {
    padding: 30px 0; }
    .contact .section-table {
      margin-bottom: 30px; } }
.contact-form {
  margin-bottom: 60px; }
  .contact-form .label {
    display: inline;
    padding: 0.2em 0.6em;
    margin-left: 0.5em;
    color: #fff;
    font-size: 0.9em;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    background-color: #777;
    border-radius: 0.25em; }
    .contact-form .label.-hissu {
      background-color: #b41109; }
  .contact-form .box {
    display: block;
    padding: 10px 15px;
    width: 100%;
    max-width: 500px;
    height: 42px;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none; }
    .contact-form .box:focus {
      background-color: #fee; }
    .contact-form .box::placeholder {
      color: #ccc; }
    .contact-form .box.-wmax {
      max-width: 100%; }
    .contact-form .box.-w100 {
      max-width: 100px; }
    .contact-form .box.-w150 {
      max-width: 150px; }
    .contact-form .box.-w200 {
      max-width: 200px; }
    .contact-form .box.-w300 {
      max-width: 300px; }
    .contact-form .box.-w500 {
      max-width: 500px; }
    .contact-form .box.-h200 {
      min-height: 200px; }
    .contact-form .box.-h300 {
      min-height: 300px; }
  .contact-form textarea.box {
    resize: vertical; }
  .contact-form label.box {
    margin-top: 5px;
    cursor: pointer; }
    .contact-form label.box:hover {
      color: #a63900; }
  .contact-form .error .box {
    background-color: #fee;
    border-color: #b41109; }
  .contact-form-btn {
    margin: 45px auto; }
  .contact-form-privacy {
    padding: 30px;
    margin: 45px auto;
    border: 2px solid #ccc;
    text-align: left; }
    .contact-form-privacy-sbj {
      margin-bottom: 10px;
      font-size: 1.1rem;
      line-height: 1.4; }
    .contact-form-privacy-dt {
      margin-top: 10px;
      margin-bottom: 5px;
      font-size: 0.9rem;
      line-height: 1.4; }
    .contact-form-privacy-dd {
      padding-left: 15px;
      font-size: 0.8rem;
      line-height: 1.6; }

@media only screen and (max-width: 640px) {
  .contact-form {
    margin-bottom: 45px; }
    .contact-form label.box {
      font-size: 14px; }
    .contact-form-btn {
      margin: 30px auto; }
    .contact-form-privacy {
      max-height: 200px;
      padding: 15px 20px;
      overflow-y: scroll; } }
/*!
*  Style.css | @ks-home.net
*/
/* ページスタイル
   ========================================================================== */
.privacy-section {
  padding: 45px 0 15px;
  text-align: left; }
.privacy-dl {
  margin-top: 60px;
  margin-bottom: 60px; }
.privacy-dt {
  margin-bottom: 15px;
  padding-left: 15px;
  font-size: 1.2rem;
  border-left: 3px solid #a63900; }
.privacy-dd {
  margin-bottom: 30px;
  padding-left: 15px;
  font-size: 1.0rem;
  line-height: 1.6; }

@media only screen and (max-width: 640px) {
  .privacy-section {
    padding: 30px 0 0; } }
