@charset "UTF-8";
/*****
reset
*****/
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;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul li, ol li {
  list-style-type: none;
}

textarea {
  resize: vertical;
}

button:focus {
  outline: 0;
}

a:focus, *:focus {
  outline: none;
}

.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*****
breakpoint
*****/
/*1200px～*/
/*1025px～1199px*/
/*992px～1024px*/
/*～1000px*/
/*768px～991px*/
/*576px～767px*/
/*～575px*/
/*****
layout
*****/
.container-xl {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container-xl {
    padding: 0 30px !important;
  }
}
@media (max-width: 991px) {
  .container-xl {
    padding: 0 15px !important;
  }
}

.pc {
  display: inline;
}

.sp {
  display: none;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: inline;
  }
}
/*****
font
*****/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}

/*****
font-size
*****/
.text10 {
  font-size: 77%;
  line-height: 140%;
}

.text11 {
  font-size: 85%;
  line-height: 140%;
}

.text12 {
  font-size: 93%;
  line-height: 140%;
}

.text13 {
  font-size: 100%;
  line-height: 140%;
}

.text14 {
  font-size: 108%;
  line-height: 140%;
}

.text15 {
  font-size: 116%;
  line-height: 140%;
}

.text16 {
  font-size: 123.1%;
  line-height: 140%;
}

.text17 {
  font-size: 131%;
  line-height: 140%;
}

.text18 {
  font-size: 138.5%;
  line-height: 140%;
}

.text19 {
  font-size: 146.5%;
  line-height: 140%;
}

.text20 {
  font-size: 153.9%;
  line-height: 140%;
}

.text21 {
  font-size: 161.6%;
  line-height: 140%;
}

.text22 {
  font-size: 167%;
  line-height: 140%;
}

.text23 {
  font-size: 174%;
  line-height: 140%;
}

.text24 {
  font-size: 182%;
  line-height: 140%;
}

.text25 {
  font-size: 189%;
  line-height: 140%;
}

.text26 {
  font-size: 197%;
  line-height: 140%;
}

@media (max-width: 767px) {
  .text10 {
    font-size: 77%;
    line-height: 140%;
  }

  .text11 {
    font-size: 77%;
    line-height: 140%;
  }

  .text12 {
    font-size: 77%;
    line-height: 140%;
  }

  .text13 {
    font-size: 77%;
    line-height: 140%;
  }

  .text14 {
    font-size: 85%;
    line-height: 140%;
  }

  .text15 {
    font-size: 93%;
    line-height: 140%;
  }

  .text16 {
    font-size: 100%;
    line-height: 140%;
  }

  .text17 {
    font-size: 108%;
    line-height: 140%;
  }

  .text18 {
    font-size: 116%;
    line-height: 140%;
  }

  .text19 {
    font-size: 123.1%;
    line-height: 140%;
  }

  .text20 {
    font-size: 131%;
    line-height: 140%;
  }

  .text21 {
    font-size: 138.5%;
    line-height: 140%;
  }

  .text22 {
    font-size: 146.5%;
    line-height: 140%;
  }

  .text23 {
    font-size: 153.9%;
    line-height: 140%;
  }

  .text24 {
    font-size: 161.6%;
    line-height: 140%;
  }

  .text25 {
    font-size: 167%;
    line-height: 140%;
  }

  .text26 {
    font-size: 174%;
    line-height: 140%;
  }
}
/*****
color
*****/
.red-text {
  color: #FF0000;
}

/*****
link
*****/
a {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

/*****
parts
*****/
/*
font color
*/
.f-green {
  color: #6aa525;
}

.f-red {
  color: #ff1f34;
}

.f-yellow {
  color: #ffff00 !important;
}

/*
button
*/
.button-wrap-C {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .button-wrap-C p {
    width: 100%;
  }
}

.grad-button01 {
  color: #fff;
  background: red;
  /*	background: rgb(234,87,0);
  	background: -moz-linear-gradient(left,  rgba(234,87,0,1) 0%, rgba(242,121,0,1) 100%);
  	background: -webkit-linear-gradient(left,  rgba(234,87,0,1) 0%,rgba(242,121,0,1) 100%);
  	background: linear-gradient(to right,  rgba(234,87,0,1) 0%,rgba(242,121,0,1) 100%);
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5700', endColorstr='#f27900',GradientType=1 );*/
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.grad-button01::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.grad-button01::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 0%;
  left: -100%;
  width: 100%;
  height: 100%;
}
.grad-button01:hover {
  color: #fff;
}
.grad-button01:hover::after {
  left: 0;
  background-color: #ea3700;
}

.button-wrap-C .grad-button01 {
  color: #fff;
  background-color: #ED6900;
}

.arrow-button01 {
  position: relative;
}
.arrow-button01 .arrow-icon {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5%;
}

/*
headline
*/
.headline-wrap-C {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0 30px 0;
}
.headline-wrap-C .icon {
  margin: 0 0 10px 0;
}
@media (max-width: 767px) {
  .headline-wrap-C {
    padding: 20px 0 15px 0;
  }
  .headline-wrap-C .icon img {
    width: 35px;
    height: auto;
  }
}

.headline-ul-01 {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: bold;
}
.headline-ul-01::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  display: inline-block;
  width: 90px;
  height: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ffb464;
}
@media (max-width: 767px) {
  .headline-ul-01 {
    margin-bottom: 15px;
  }
  .headline-ul-01::before {
    width: 50px;
    bottom: -15px;
    height: 3px;
  }
}

.headline-ul-02 {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .headline-ul-02 {
    margin-bottom: 12px;
  }
  .headline-ul-02::before {
    width: 30px;
    bottom: -12px;
    height: 3px;
  }
}

.headline-wrap-R .h2_title {
  text-align: center;
  position: relative;
  padding: 10px 20px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #FFF;
  width: calc(100% - 80px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 40px;
  background: #2DA400;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .headline-wrap-R .h2_title {
    font-size: 1.8rem;
    padding: 10px 10px;
  }
}

.headline-wrap-R .h2_title:before,
.headline-wrap-R .h2_title:after {
  content: "";
  position: absolute;
  top: 10px;
  height: 0;
  width: 0;
  border: 25px solid #2DA400;
  /*z-index:-1;*/
}

.headline-wrap-R .h2_title:before {
  right: -40px;
  border-right-color: transparent;
}

.headline-wrap-R .h2_title:after {
  left: -40px;
  border-left-color: transparent;
}

.headline-wrap-R .h2_title span {
  display: block;
}

.headline-wrap-R .h2_title span:before,
.headline-wrap-R .h2_title span:after {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top: 5px solid #1A3654;
}

.headline-wrap-R .h2_title span:before {
  right: 0;
  border-left: 5px solid #1A3654;
}

.headline-wrap-R .h2_title span:after {
  left: 0;
  border-right: 5px solid #1A3654;
  z-index: 1;
}

/*
bg
*/
.bg-white {
  background: #ffffff;
}

.bg-orange {
  background: #ED6900;
}

.bg-orange02 {
  background: #FFE7C5;
}

.bg-gray {
  background: #efefef;
}

.bg-gray02 {
  background: #f8f8f8;
}

.bg-green {
  background: #2DA400;
}

.bg-yellow {
  background: #F7EDB5;
}

.bg-blue {
  background: #3166FB;
}

.bg-blue02 {
  background: #C4E5FB;
}

.bg-red {
  background: #E30000;
}

.bg-drop {
  /*	background : url(assets/images/bg_drop.png); */
  background: #fff4c5;
  padding-top: 50px;
}

/*
underline
*/
.ul-01 {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffe84e)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffe84e 0%) repeat scroll 0 0;
}

/*
table
*/
.price-tbl {
  border-left: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
  width: 100%;
  margin: 50px auto;
}
.price-tbl tr th {
  /*			border-top: #ddd solid 1px;*/
  border-right: #ddd solid 1px;
  /*			background: $green02;*/
  color: #fff;
  font-size: 2.4rem;
  padding: 20px 10px;
  text-align: center;
}
.price-tbl tr td {
  /*			border-top: #ddd solid 1px;*/
  border-right: #ddd solid 1px;
  font-size: 2.1rem;
  text-align: center;
  padding: 20px 10px;
}
.price-tbl tr:nth-child(even) {
  background: #FFBFBF;
}
@media (max-width: 1024px) {
  .price-tbl {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .price-tbl {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .price-tbl tr th {
    font-size: 1.5rem;
    padding: 15px 5px;
    letter-spacing: 0;
  }
  .price-tbl tr td {
    font-size: 1.3rem;
    padding: 15px 5px;
    letter-spacing: 0;
  }
}

.tbl-scroll {
  overflow: auto;
  white-space: nowrap;
  margin-bottom: 50px;
}
.tbl-scroll table {
  width: 100%;
}
.tbl-scroll::-webkit-scrollbar {
  height: 5px;
}
.tbl-scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.tbl-scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

.tbl-type01 {
  border-top: #666 solid 1px;
  border-right: #666 solid 1px;
  width: 100%;
}
.tbl-type01 tr th {
  width: 40%;
  background: #2EA400;
  color: #fff;
  font-size: 2.2rem;
  padding: 30px 0;
  text-align: center;
  border-bottom: #bcbcbc dashed 1px;
  border-left: #666 solid 1px;
  white-space: nowrap;
}
.tbl-type01 tr td {
  width: 60%;
  font-size: 2.2rem;
  padding: 30px 0;
  color: #17322b;
  text-align: center;
  border-bottom: #bcbcbc dashed 1px;
  border-left: #666 solid 1px;
  background: #fff;
}
.tbl-type01 tr:last-child th {
  border-bottom: #666 solid 1px;
}
.tbl-type01 tr:last-child td {
  border-bottom: #666 solid 1px;
}
@media (max-width: 767px) {
  .tbl-type01 tr th {
    font-size: 1.2rem;
    padding: 10px;
    letter-spacing: 0.05em;
  }
  .tbl-type01 tr td {
    font-size: 1.2rem;
    padding: 10px;
    letter-spacing: 0.05em;
  }
}

.tbl-type02 {
  border-top: #666 solid 1px;
  border-right: #666 solid 1px;
  width: 100%;
}
.tbl-type02 tr th {
  width: 40%;
  background: #2EA400;
  color: #fff;
  font-size: 2.2rem;
  padding: 30px 0;
  text-align: center;
  border-bottom: #bcbcbc dashed 1px;
  border-left: #666 solid 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.tbl-type02 tr th.bb-solid {
  border-bottom: #666 solid 1px;
}
.tbl-type02 tr td {
  width: 30%;
  font-size: 2.2rem;
  padding: 30px 0;
  color: #17322b;
  text-align: center;
  border-bottom: #bcbcbc dashed 1px;
  border-left: #666 solid 1px;
  background: #fff;
}
.tbl-type02 tr td.bl-dashed {
  border-left: #bcbcbc dashed 1px;
}
.tbl-type02 tr:last-child th {
  border-bottom: #666 solid 1px;
}
.tbl-type02 tr:last-child td {
  border-bottom: #666 solid 1px;
}
@media (max-width: 767px) {
  .tbl-type02 tr th, .tbl-type02 tr td {
    font-size: 1.2rem;
    padding: 10px;
    letter-spacing: 0.05em;
  }
}

.tbl-type03 {
  width: 100%;
  border: #83ab53 solid 1px;
}
.tbl-type03 tr td {
  color: #6aa525;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  background: #fff;
  width: 25%;
  padding: 30px 0;
  border-right: #bcbcbc dashed 1px;
  border-bottom: #bcbcbc dashed 1px;
}
@media (max-width: 767px) {
  .tbl-type03 {
    display: block;
  }
  .tbl-type03 tbody {
    display: block;
    width: 100%;
  }
  .tbl-type03 tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .tbl-type03 tr td {
    display: block;
    width: 50%;
    font-size: 1.2rem;
    padding: 10px;
    letter-spacing: 0.05em;
  }
  .tbl-type03 tr:last-child td:nth-child(3), .tbl-type03 tr:last-child td:nth-child(4) {
    border-bottom: none;
  }
}

.tbl-type04 {
  width: 100%;
  border-top: #666 solid 1px;
  border-right: #666 solid 1px;
}
.tbl-type04 tr th {
  background: #2EA400;
  color: #fff;
  font-size: 2.2rem;
  padding: 30px 0;
  text-align: center;
  width: 40%;
  vertical-align: middle;
}
.tbl-type04 tr th.deepbg {
  background: #43DF00;
  border-bottom: #666 solid 1px;
}
.tbl-type04 tr td {
  width: 30%;
  background: #fff;
  font-size: 2.2rem;
  text-align: center;
  padding: 30px 0;
  border-bottom: #bcbcbc dashed 1px;
  border-left: #bcbcbc dashed 1px;
}
.tbl-type04 tr td.bb-solid {
  border-bottom: #666 solid 1px;
}
@media (max-width: 767px) {
  .tbl-type04 tr th, .tbl-type04 tr td {
    font-size: 1.2rem;
    padding: 10px;
    letter-spacing: 0.05em;
  }
}

.tbl-type05 tr th {
  font-size: 2.2rem;
}
.tbl-type05 tr:nth-child(odd) td {
  background: #fff;
}
.tbl-type05 tr:nth-child(even) td {
  background: #f8f8f8;
}
@media (max-width: 767px) {
  .tbl-type05 tr th, .tbl-type05 tr td {
    font-size: 1.2rem;
    padding: 10px;
    letter-spacing: 0.05em;
  }
}

.tbl-type06 {
  width: 100%;
  font-size: 1.8rem;
  border: #999 solid 1px;
  margin-bottom: 80px;
}
.tbl-type06 th {
  padding: 30px 15px;
  text-align: center;
  vertical-align: middle;
  border-right: #999 dashed 1px;
  border-bottom: #999 dashed 1px;
}
.tbl-type06 th.cell01 {
  background: #93bd68;
}
.tbl-type06 th.cell02 {
  background: #8BF989;
}
.tbl-type06 th.cell03 {
  background: #D6D6D6;
}
.tbl-type06 td {
  padding: 30px 15px;
  background: #FFE7C5;
  border-right: #999 dashed 1px;
  border-bottom: #999 dashed 1px;
}
.tbl-type06 td.cell01 {
  background: #FFE7C5;
}
.tbl-type06 td.cell02 {
  background: #FFE7C5;
}
.tbl-type06 td.cell03 {
  background: #FFE7C5;
}
@media (max-width: 767px) {
  .tbl-type06 tr th, .tbl-type06 tr td {
    font-size: 1.2rem;
    padding: 10px;
    letter-spacing: 0.05em;
  }
}

.attention {
  padding: 15px 0;
}
.attention li {
  font-size: 1.2rem;
  line-height: 1.5em;
  margin: 0 0 5px 0;
}
.attention li::before {
  content: "※";
}

/*
accordion
*/
.accordion {
  border-top: #ddd solid 1px;
  margin: 30px 0 50px 0;
}
@media (max-width: 767px) {
  .accordion {
    border-top: #ddd solid 1px;
    margin: 15px 0 30px 0;
  }
}

.card {
  border: none;
  padding: 0 0 1px 0;
}
@media (max-width: 767px) {
  .card {
    border: none;
    padding: 0 0 0 0;
  }
}

.card-header {
  position: relative;
  background: #F5ECB5;
  border: none;
  padding: 20px 20px 20px 65px;
  border-bottom: #ddd solid 1px;
}
.card-header::before {
  content: "Q";
  background: #A99800;
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 4px 0 0 0;
  font-size: 2.2rem;
  font-weight: bold;
}
.card-header p {
  font-weight: bold;
}
.card-header span {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.card-header span.open {
  display: none;
}
@media (max-width: 767px) {
  .card-header {
    position: relative;
    background: #fff;
    border: none;
    padding: 20px 30px 20px 40px;
    border-bottom: #ddd solid 1px;
  }
  .card-header::before {
    content: "Q";
    background: #A99800;
    color: #fff;
    display: block;
    position: absolute;
    top: 32px;
    left: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 0px 0 0 0;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .card-header p {
    font-weight: bold;
    font-size: 1.5rem;
  }
  .card-header span {
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .card-header span.open {
    display: none;
  }
}

.card-body {
  position: relative;
  background: #FBF7DD;
  border: none;
  padding: 20px 20px 20px 65px;
  border-top: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
}
.card-body::before {
  content: "A";
  background: #A99800;
  color: #fff;
  display: block;
  position: absolute;
  top: 15px;
  left: 10px;
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 5px 0 0 1px;
  font-size: 2.2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .card-body {
    position: relative;
    background: #f8f8f8;
    border: none;
    padding: 20px 30px 20px 40px;
    border-top: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
  }
  .card-body::before {
    content: "A";
    background: #A99800;
    color: #fff;
    display: block;
    position: absolute;
    top: 18px;
    left: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 0px 0 0 0;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .card-body p {
    font-size: 1.5rem;
  }
}

/*****
header
*****/
#header {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 10;
}
#header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
#header .logo img {
  max-width: 305px;
  width: 27vw;
  height: auto;
}
@media (max-width: 1024px) {
  #header .logo img {
    width: 250px;
    height: auto;
  }
}
@media (max-width: 767px) {
  #header .logo img {
    width: 150px;
    height: auto;
  }
}
#header .contactblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#header .contactblock .badge {
  background: #6aa525;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.3em;
}
@media (max-width: 1024px) {
  #header .contactblock .badge {
    width: 80px;
    height: 80px;
  }
}
#header .contactblock .badge span {
  font-size: 2.3rem;
  color: #fffc00;
  line-height: 1.2em;
}
#header .contactblock .tel {
  text-align: center;
  margin: 0 20px;
}
#header .contactblock .tel .title {
  color: #7F7F80;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 5px 0;
}
#header .contactblock .tel .number {
  font-size: 3.4rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin: 0 0 5px 0;
}
#header .contactblock .tel .number img {
  display: inline-block;
  margin: 0 10px 0 0;
}
#header .contactblock .tel .number a {
  color: #7F7F80;
}
@media (max-width: 1024px) {
  #header .contactblock .tel .number {
    font-size: 4rem;
  }
  #header .contactblock .tel .number img {
    margin: 0 10px 0 0;
  }
}
#header .contactblock .tel .reception {
  font-size: 1.6rem;
  color: #7F7F80;
  font-weight: bold;
}
#header .contactblock .contact .grad-button01 {
  font-size: 1.3rem;
  padding: 5px 20px;
  border-radius: 50px;
}
#header .contactblock .contact .grad-button01 i {
  font-size: 1.5rem;
  margin: 0 5px 0 0;
}
@media (max-width: 991px) {
  #header .contactblock {
    display: none;
  }
}

/*****
nav
*****/
.gnav-wrap {
  /*	border-top: #e5e5e5 solid 1px;
  	border-bottom: #e5e5e5 solid 1px;*/
  background-color: #2DA400;
  color: #FFF;
}
@media (max-width: 991px) {
  .gnav-wrap {
    border: none;
  }
}

@media (max-width: 991px) {
  .sp-nav-wrap {
    padding: 0;
  }
}

.navbar {
  padding: 0;
}
@media (max-width: 991px) {
  .navbar {
    background: #6aa525;
  }
}

.navbar-nav {
  width: 100%;
}
.navbar-nav .nav-item {
  font-weight: bold;
  width: calc(100% / 7);
  text-align: center;
}
.navbar-nav .nav-item a {
  color: #fff;
  padding: 15px 0;
}
.navbar-nav .nav-item a:hover {
  background: #1F6F00;
}
.navbar-nav .nav-item a.current {
  background: #1F6F00;
}
@media (max-width: 991px) {
  .navbar-nav {
    padding: 0 15px;
    overflow-y: auto;
    height: calc(100vh - 84px);
  }
  .navbar-nav .nav-item {
    font-weight: bold;
    width: 100%;
    text-align: center;
  }
  .navbar-nav .nav-item a {
    color: #fff;
    padding: 15px 0;
    border-bottom: #afce8c solid 1px;
  }
  .navbar-nav .nav-item a:hover {
    background: transparent;
  }
}
@media (max-width: 767px) {
  .navbar-nav {
    overflow-y: auto;
    height: calc(100vh - 53px);
  }
  .navbar-nav .nav-item {
    font-size: 1.3rem;
  }
  .navbar-nav .nav-item a {
    color: #fff;
    padding: 10px 0;
    border-bottom: #afce8c solid 1px;
  }
  .navbar-nav .nav-item a:hover {
    background: transparent;
  }
  .navbar-nav .nav-item a.current {
    background: none;
  }
}

.dropdown-toggle {
  position: relative;
}
.dropdown-toggle::after {
  font-family: "Material Icons";
  content: "add";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  border: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}
.dropdown-toggle.open::after {
  font-family: "Material Icons";
  content: "remove";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  border: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}

.dropdown-menu {
  margin: 0;
  border: none;
  border-radius: 0;
  overflow-y: auto !important;
}
.dropdown-menu li {
  text-align: center;
  font-size: 1.3rem !important;
  font-weight: normal;
}
.dropdown-menu li a {
  color: #4d8609 !important;
  border-bottom: none !important;
  padding: 5px 0 !important;
  display: block;
}

.navbar-toggler {
  padding: 0;
  font-size: 1rem;
  border: none;
  margin-right: 0.75rem;
  position: fixed;
  top: 0;
  right: 0;
}
@media (max-width: 991px) {
  .navbar-toggler {
    top: 20px;
  }
}
@media (max-width: 767px) {
  .navbar-toggler {
    top: 6px;
  }
}

.navbar-toggler-icon {
  width: auto;
  height: auto;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon,
.navbar-toggler[aria-expanded=false] .navbar-toggler-icon {
  background: none;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon::after {
  font-family: "Material Icons";
  content: "";
  color: #000;
  font-size: 4rem;
}

.navbar-toggler[aria-expanded=false] .navbar-toggler-icon::after {
  font-family: "Material Icons";
  content: "";
  color: #000;
  font-size: 4rem;
}

/*****
main
*****/
.main {
  padding-top: 163px;
  background-color: #ED6900;
}
@media (max-width: 991px) {
  .main {
    padding-top: 83px;
  }
}
@media (max-width: 767px) {
  .main {
    padding-top: 53px;
  }
}

/*****
aside
*****/
/*
contact
*/
.aside-contact {
  background: #6aa525;
  padding: 50px 0;
  background: url(https://www.ihin-katadukekaitori.jp/wp2021/wp-content/themes/ihinkatadukekaitori/assets/images/bg_contact.png) center center no-repeat;
  background-size: 100% 100%;
  margin: -15px;
}
@media (max-width: 767px) {
  .aside-contact {
    margin: auto;
  }
}
.aside-contact .title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0 0 30px 0;
}
.aside-contact .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aside-contact .wrap .tel {
  background: #ff2c36;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ff2c36), to(#fd8b40));
  background: linear-gradient(to bottom, #ff2c36 0%, #fd8b40 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff2c36", endColorstr="#fd8b40",GradientType=0 );
  /* IE6-9 */
  padding: 3px;
  margin: 0 10px;
}
.aside-contact .wrap .tel .inner {
  background: #fff;
  padding: 40px 40px 20px;
}
.aside-contact .wrap .tel .inner .number {
  font-size: 5.5rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aside-contact .wrap .tel .inner .number img {
  margin: 0 10px 0 0;
}
.aside-contact .wrap .tel .inner .number a {
  color: #000;
}
.aside-contact .wrap .tel .inner .msg {
  color: #fa1717;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 5px 0;
  text-align: center;
}
.aside-contact .wrap .tel .inner table {
  font-size: 1.4rem;
  width: auto;
  margin: 0 auto;
}
.aside-contact .wrap .tel .inner table th {
  font-weight: normal;
  padding: 0 15px 0 0;
}
.aside-contact .wrap .mail {
  margin: 0 10px;
}
.aside-contact .wrap .mail .grad-button01 {
  font-size: 2rem;
  padding: 15px 35px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aside-contact .wrap .mail .grad-button01 i {
  margin: 0 15px 0 0;
  font-size: 2.8rem;
}
@media (max-width: 991px) {
  .aside-contact {
    padding: 50px 0;
  }
  .aside-contact .title {
    font-size: 2rem;
  }
  .aside-contact .wrap {
    display: block;
  }
  .aside-contact .wrap .tel {
    margin: 0 10px 20px;
  }
  .aside-contact .wrap .mail {
    margin: 0;
  }
  .aside-contact .wrap .mail .grad-button01 {
    font-size: 1.8rem;
    width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .aside-contact {
    padding: 30px 0;
  }
  .aside-contact .title {
    font-size: 1.4rem;
    line-height: 1.5em;
    margin: 0 0 20px 0;
  }
  .aside-contact .wrap .tel {
    padding: 3px;
    margin: 0 10px 15px;
  }
  .aside-contact .wrap .tel .inner {
    background: #fff;
    padding: 20px 10px 10px;
  }
  .aside-contact .wrap .tel .inner .number {
    font-size: 7vw;
    margin: 0 0 15px 0;
  }
  .aside-contact .wrap .tel .inner .number img {
    margin: 0 10px 0 0;
    width: 8vw;
    height: auto;
  }
  .aside-contact .wrap .tel .inner .number a {
    color: #000;
  }
  .aside-contact .wrap .tel .inner .msg {
    font-size: 4vw;
    line-height: 1.3em;
    margin: 0 0 10px 0;
  }
  .aside-contact .wrap .tel .inner table {
    font-size: 1.2rem;
  }
  .aside-contact .wrap .tel .inner table th {
    padding: 0 5px 0 0;
  }
  .aside-contact .wrap .mail .grad-button01 {
    font-size: 4vw;
    padding: 10px 20px;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
    margin: 0 auto;
  }
  .aside-contact .wrap .mail .grad-button01 i {
    margin: 0 10px 0 0;
    font-size: 8vw;
  }
}

/*
nav
*/
.aside-nav {
  background: #f5f5f5;
}
.aside-nav .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
}
.aside-nav .inner a {
  color: #4d870a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aside-nav .inner a::before {
  font-family: "Material Icons";
  content: "keyboard_arrow_right";
}
.aside-nav .inner a:hover {
  color: #333;
}
.aside-nav .inner a.child {
  font-size: 1.4rem;
  margin: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aside-nav .inner a.child::before {
  content: "－";
  display: inline-block;
  margin-top: -5px;
}
.aside-nav .inner .block01 {
  margin: 0 60px 0 0;
}
.aside-nav .inner .block01 li {
  margin: 0 0 20px 0;
}
.aside-nav .inner .block02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.aside-nav .inner .block02 .left {
  margin: 0 60px 0 0;
}
.aside-nav .inner .block02 .left .parent {
  margin: 0 0 20px 0;
}
.aside-nav .inner .block02 .left .service-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.aside-nav .inner .block02 .left .service-child ul:first-child {
  margin: 0 60px 0 0;
}
.aside-nav .inner .block02 .right li {
  margin: 0 0 20px 0;
}
@media (max-width: 991px) {
  .aside-nav .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 0 10px;
  }
  .aside-nav .inner .block01 {
    margin: 0 20px 0 0;
  }
  .aside-nav .inner .block02 {
    display: block;
    margin: 0 0 0 20px;
  }
  .aside-nav .inner .block02 .left {
    margin: 0 0 0 0;
  }
}
@media (max-width: 767px) {
  .aside-nav .inner {
    padding: 20px 0 10px;
  }
  .aside-nav .inner .block01 {
    margin: 0 10px 0 0;
  }
  .aside-nav .inner li {
    font-size: 3.5vw;
    margin-bottom: 10px !important;
  }
  .aside-nav .inner .parent {
    font-size: 3.5vw;
    margin-bottom: 10px !important;
  }
}

/*****
footer
*****/
#footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
}
#footer .inner .logo {
  margin: 0 45px 0 0;
}
#footer .inner p {
  color: #333;
  font-size: 1.4rem;
}
@media (max-width: 1024px) {
  #footer .inner p br {
    display: none;
  }
}
@media (max-width: 991px) {
  #footer .inner p br {
    display: block;
  }
}
#footer .copy {
  background: #6aa525;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}
@media (max-width: 991px) {
  #footer .inner {
    display: block;
    padding: 30px 0;
    text-align: center;
  }
  #footer .inner .logo {
    margin: 0 0 15px 0;
  }
  #footer .inner p {
    font-size: 1.3rem;
  }
  #footer .copy {
    padding: 15px;
    font-size: 1.1rem;
    line-height: 1.6em;
  }
}
@media (max-width: 767px) {
  #footer .inner {
    display: block;
    padding: 15px 0;
    text-align: center;
  }
  #footer .inner .logo {
    margin: 0 0 10px 0;
  }
  #footer .inner .logo img {
    width: 200px;
    height: auto;
  }
  #footer .inner p {
    font-size: 1.1rem;
    line-height: 1.6em;
  }
  #footer .inner p br {
    display: none;
  }
  #footer .copy {
    padding: 10px;
    font-size: 1.1rem;
    line-height: 1.6em;
    padding: 15px 30px;
  }
}

/*****
toppage
*****/
.top-article-kv {
  background: url("assets/images/top-kv-20210310.jpg") no-repeat center center;
  background-size: cover;
  height: 32vw;
  min-height: 600px;
}
@media (max-width: 991px) {
  .top-article-kv {
    height: 100vw;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .top-article-kv {
    height: 90vw;
    min-height: auto;
  }
}
.top-article-kv .top-kvarea {
  height: 32vw;
  min-height: 600px;
  position: relative;
}
@media (max-width: 991px) {
  .top-article-kv .top-kvarea {
    height: 100vw;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .top-article-kv .top-kvarea {
    height: 90vw;
    min-height: auto;
  }
}
.top-article-kv .top-kvarea .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.top-article-kv .top-kvarea .inner .catch {
  color: #ec3f11;
  font-size: max(64px, 4vw);
  font-weight: bold;
  display: inline-block;
  margin: 0 0 40px 0;
  text-shadow: 3px 3px 3px #ffffff, -3px 3px 3px #ffffff, 3px -3px 3px #ffffff, -3px -3px 3px #ffffff, 3px 0px 3px #ffffff, 0px 3px 3px #ffffff, -3px 0px 3px #ffffff, 0px -3px 3px #ffffff;
}
.top-article-kv .top-kvarea .inner .catch span {
  font-size: max(50px, 3.25vw);
}
.top-article-kv .top-kvarea .inner .badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-article-kv .top-kvarea .inner .badge li:nth-child(2) {
  margin: 0 15px;
}
@media (max-width: 991px) {
  .top-article-kv .top-kvarea .inner {
    display: none;
  }
}
.top-article-kv .top-kvarea .inner--sp {
  display: none;
}
@media (max-width: 991px) {
  .top-article-kv .top-kvarea .inner--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
  }
  .top-article-kv .top-kvarea .inner--sp .catch {
    color: #ec3f11;
    font-size: 11vw;
    font-weight: bold;
    display: inline-block;
    margin: 0 0 40px 0;
    padding: 0 10px;
    width: 100%;
    text-shadow: 3px 3px 3px #ffffff, -3px 3px 3px #ffffff, 3px -3px 3px #ffffff, -3px -3px 3px #ffffff, 3px 0px 3px #ffffff, 0px 3px 3px #ffffff, -3px 0px 3px #ffffff, 0px -3px 3px #ffffff;
  }
  .top-article-kv .top-kvarea .inner--sp .catch span {
    font-size: 8vw;
  }
  .top-article-kv .top-kvarea .inner--sp .left {
    width: 60%;
  }
  .top-article-kv .top-kvarea .inner--sp .left .badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-article-kv .top-kvarea .inner--sp .left .badge li {
    width: calc(100% / 3);
  }
  .top-article-kv .top-kvarea .inner--sp .left .badge li img {
    max-width: 100%;
    height: auto;
  }
  .top-article-kv .top-kvarea .inner--sp .left .badge li:nth-child(2) {
    margin: 0 10px;
  }
  .top-article-kv .top-kvarea .inner--sp .right {
    width: 35%;
    padding: 0 10px 0 0;
  }
  .top-article-kv .top-kvarea .inner--sp .reason img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .top-article-kv .top-kvarea .inner--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
  }
  .top-article-kv .top-kvarea .inner--sp .catch {
    color: #ec3f11;
    font-size: 10vw;
    font-weight: bold;
    display: inline-block;
    margin: 5px 0 10px 0;
    padding: 0 10px;
    width: 100%;
    text-shadow: 2px 2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, -2px -2px 2px #ffffff, 2px 0px 2px #ffffff, 0px 2px 2px #ffffff, -2px 0px 2px #ffffff, 0px -2px 2px #ffffff;
  }
  .top-article-kv .top-kvarea .inner--sp .catch span {
    font-size: 8vw;
  }
  .top-article-kv .top-kvarea .inner--sp .left {
    width: 60%;
  }
  .top-article-kv .top-kvarea .inner--sp .left .badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-article-kv .top-kvarea .inner--sp .left .badge li {
    width: calc(100% / 3);
  }
  .top-article-kv .top-kvarea .inner--sp .left .badge li img {
    max-width: 100%;
    height: auto;
  }
  .top-article-kv .top-kvarea .inner--sp .left .badge li:nth-child(2) {
    margin: 0 5px;
  }
  .top-article-kv .top-kvarea .inner--sp .right {
    width: 35%;
    padding: 0 10px 0 0;
  }
  .top-article-kv .top-kvarea .inner--sp .reason img {
    max-width: 100%;
    height: auto;
  }
}

.top-article {
  padding-bottom: 30px;
  padding-top: 30px;
}
.top-article .grad-button01 {
  padding: 20px 80px 17px;
  border-radius: 60px;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .top-article .grad-button01 {
    padding: 20px 80px 17px;
    border-radius: 60px;
    font-size: 1.8rem;
    font-weight: bold;
  }
}
@media (max-width: 991px) {
  .top-article {
    padding-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .top-article {
    padding-bottom: 100px;
  }
  .top-article .grad-button01 {
    padding: 15px 0 13px;
    border-radius: 60px;
    font-size: 1.4rem;
    width: 100%;
  }
  .top-article .grad-button01 .arrow-icon img {
    width: 15px;
    height: auto;
  }
}

.top-contents-block {
  /*	margin-top: -70px;*/
}
.top-contents-block .headline-ul-01 {
  font-size: 3.6rem;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .top-contents-block {
    width: 95%;
    max-width: none;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-left: auto;
    margin-right: auto;
  }
  .top-contents-block .headline-ul-01 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .top-contents-block {
    margin-top: -30px;
    width: 100%;
    max-width: none;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-left: auto;
    margin-right: auto;
  }
  .top-contents-block .headline-ul-01 {
    font-size: 2rem;
    text-align: center;
  }
}

.top-article-01 {
  margin: 0 0 120px 0;
}
.top-article-01 p {
  font-size: 2.1rem;
  padding: 0 50px;
  line-height: 1.8em;
}
.top-article-01 p span {
  color: #ff1f4e;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 991px) {
  .top-article-01 {
    margin-bottom: 60px;
  }
  .top-article-01 p {
    font-size: 1.9rem;
    padding: 0;
    line-height: 1.8em;
  }
  .top-article-01 p span {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .top-article-01 {
    margin-bottom: 60px;
  }
  .top-article-01 p {
    font-size: 1.7rem;
    padding: 0;
    line-height: 1.8em;
  }
  .top-article-01 p span {
    font-size: 2rem;
  }
}

.top-article-02 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 30px 0;
}
.top-article-02 .inner .block {
  width: 40%;
  position: relative;
  margin: 50px 45px 50px 55px;
}
.top-article-02 .inner .block .number {
  position: absolute;
  top: -30px;
  left: -60px;
  z-index: 5;
}
.top-article-02 .inner .block .headline {
  background: #fc686f;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#fc686f), to(#ff934c));
  background: linear-gradient(to bottom, #fc686f 0%, #ff934c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fc686f", endColorstr="#ff934c",GradientType=0 );
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  padding: 15px 15px 10px 70px;
}
.top-article-02 .inner .block .contents {
  margin: auto;
  width: 100%;
  height: 95%;
  border-top: 1px solid #ff934c;
  border-bottom: 1px solid #fc686f;
  position: relative;
}
.top-article-02 .inner .block .contents::before {
  height: 100%;
  content: "";
  display: block;
  width: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff934c), to(#fc686f));
  background: linear-gradient(to bottom, #ff934c 0%, #fc686f 100%);
  position: absolute;
  left: 0;
}
.top-article-02 .inner .block .contents::after {
  height: 100%;
  content: "";
  display: block;
  width: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff934c), to(#fc686f));
  background: linear-gradient(to bottom, #ff934c 0%, #fc686f 100%);
  position: absolute;
  right: 0;
  top: 0;
}
.top-article-02 .inner .block .contents .img {
  text-align: center;
  padding: 30px 0 20px;
}
.top-article-02 .inner .block .contents .catch {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6em;
  margin: 0 0 25px 0;
  min-height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-article-02 .inner .block .contents .catch .ul-01 {
  color: #f31e46;
}
.top-article-02 .inner .block .contents .txt {
  font-size: 1.8rem;
  color: #666;
  padding: 0 25px;
  line-height: 1.6em;
}
@media (max-width: 1024px) {
  .top-article-02 .inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-article-02 .inner .block {
    width: 43%;
    margin: 30px 15px 40px 15px;
  }
  .top-article-02 .inner .block .number {
    top: -10px;
    left: -35px;
  }
  .top-article-02 .inner .block .number img {
    width: 70px;
    height: auto;
  }
  .top-article-02 .inner .block .headline {
    font-size: 2rem;
    padding: 15px 15px 10px 40px;
  }
  .top-article-02 .inner .block .contents .img {
    text-align: center;
    padding: 20px 0 20px;
  }
  .top-article-02 .inner .block .contents .img img {
    max-width: 90%;
    height: auto;
  }
  .top-article-02 .inner .block .contents .catch {
    font-size: 1.7rem;
    padding: 0 10px;
  }
  .top-article-02 .inner .block .contents .txt {
    font-size: 1.6rem;
    color: #666;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .top-article-02 .inner {
    display: block;
    margin-top: 10px;
  }
  .top-article-02 .inner .block {
    width: 95%;
    position: relative;
    margin: 0 auto 40px auto;
  }
  .top-article-02 .inner .block .number {
    top: -5px;
    left: -25px;
  }
  .top-article-02 .inner .block .number img {
    width: 50px;
    height: auto;
  }
  .top-article-02 .inner .block .headline {
    font-size: 1.7rem;
    padding: 10px 5px 7px 30px;
  }
  .top-article-02 .inner .block .contents {
    padding-bottom: 15px;
  }
  .top-article-02 .inner .block .contents .img {
    text-align: center;
    padding: 15px 0 15px;
  }
  .top-article-02 .inner .block .contents .catch {
    font-size: 1.7rem;
    margin: 0 0 15px 0;
    min-height: auto;
  }
  .top-article-02 .inner .block .contents .txt {
    font-size: 1.5rem;
    padding: 0 10px;
  }
}

.top-article-03 .txt {
  font-size: 1.8rem;
}
.top-article-03 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-article-03 .inner .block {
  border: #0061EC solid 5px;
  width: 26%;
  background: #fff;
  text-align: center;
  position: relative;
  padding: 0 0 15px 0;
  margin: 60px 0 0 0;
  height: 555px;
}
.top-article-03 .inner .block .step {
  position: absolute;
  top: -25px;
  left: -25px;
}
.top-article-03 .inner .block .img img {
  max-width: 100%;
  height: auto;
}
.top-article-03 .inner .block .headline-ul-02 {
  font-size: 2rem;
  margin: -7px 0 30px 0;
  width: 100%;
  background-color: #0061EC;
  padding: 10px;
  color: #FFF;
}
.top-article-03 .inner .block .txt {
  text-align: left;
  padding: 0 10px 15px;
}
.top-article-03 .inner .block .contact .title {
  font-weight: bold;
  font-size: 1.5rem;
}
.top-article-03 .inner .block .contact .tel {
  font-size: 2.1rem;
  font-weight: bold;
  padding: 5px 0;
}
.top-article-03 .inner .block .contact .tel img {
  margin: 0 5px 0 0;
}
.top-article-03 .inner .block .contact .tel a {
  color: #6aa525;
}
.top-article-03 .inner .block .contact .grad-button01 {
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .top-article-03 .inner .block .contact .grad-button01 {
    width: 80%;
  }
}
.top-article-03 .inner .block .contact .grad-button01 i {
  margin: 0 5px 0 0;
}
.top-article-03 .inner .arrow-block {
  width: calc(22% / 3);
}
.top-article-03 .inner .arrow-block .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 30px;
  border-color: transparent transparent transparent #0061EC;
  margin: 0 auto;
}
.top-article-03 .inner01 {
  padding-left: 82px;
}
.top-article-03 .inner02 {
  padding-right: 82px;
}
@media (max-width: 1024px) {
  .top-article-03 .txt {
    font-size: 1.8rem;
  }
  .top-article-03 .inner {
    display: block;
  }
  .top-article-03 .inner .block {
    border: #6aa525 solid 3px;
    width: 100%;
    background: #fff;
    text-align: center;
    position: relative;
    padding: 0 0 15px 0;
    margin: 30px 0 0 0;
    height: auto;
  }
  .top-article-03 .inner .block .step {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .top-article-03 .inner .block .step img {
    width: 14vw;
    max-width: 60px;
    height: auto;
  }
  .top-article-03 .inner .block .img {
    /*display: none;*/
  }
  .top-article-03 .inner .block .headline-ul-02 {
    font-size: 2rem;
    margin: 25px 0 35px 0;
  }
  .top-article-03 .inner .block .txt {
    text-align: left;
    padding: 0 10px;
    font-size: 1.6rem;
  }
  .top-article-03 .inner .block .txt br {
    display: none;
  }
  .top-article-03 .inner .block .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0 0 0;
  }
  .top-article-03 .inner .block .contact .tel-wrap {
    margin: 0 30px 0 0;
  }
  .top-article-03 .inner .block .contact .title {
    font-weight: bold;
    font-size: 1.5rem;
  }
  .top-article-03 .inner .block .contact .tel {
    font-size: 2.1rem;
    font-weight: bold;
    padding: 5px 0;
  }
  .top-article-03 .inner .block .contact .tel img {
    margin: 0 5px 0 0;
  }
  .top-article-03 .inner .block .contact .tel a {
    color: #6aa525;
  }
  .top-article-03 .inner .block .contact .grad-button01 {
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 1.5rem;
  }
  .top-article-03 .inner .block .contact .grad-button01 i {
    margin: 0 5px 0 0;
  }
  .top-article-03 .inner .arrow-block {
    width: 100%;
    margin-top: 30px;
  }
  .top-article-03 .inner .arrow-block .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 35px 0 35px;
    border-color: #6aa525 transparent transparent transparent;
  }
  .top-article-03 .inner .arrow-block.tb-none {
    display: none;
  }
  .top-article-03 .inner01 {
    padding-left: 0;
  }
  .top-article-03 .inner02 {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .top-article-03 .txt {
    font-size: 1.5rem;
  }
  .top-article-03 .inner .block {
    margin: 20px 0 0 0;
  }
  .top-article-03 .inner .block .step img {
    width: 40px;
    max-width: none;
    height: auto;
  }
  .top-article-03 .inner .block .headline-ul-02 {
    font-size: 1.6rem;
    margin: 15px 0 35px 0;
  }
  .top-article-03 .inner .block .txt {
    text-align: left;
    padding: 0 10px;
    font-size: 1.4rem;
  }
  .top-article-03 .inner .block .contact {
    display: block;
    padding: 15px 0 0 0;
  }
  .top-article-03 .inner .block .contact .tel-wrap {
    margin: 0 0 10px 0;
  }
  .top-article-03 .inner .arrow-block {
    width: 100%;
    margin-top: 20px;
  }
}

.top-article-04 .txt {
  font-size: 1.8rem;
}
.top-article-04 .price-tbl {
  width: 80%;
}
@media (max-width: 767px) {
  .top-article-04 .txt {
    font-size: 1.5rem;
  }
  .top-article-04 .price-tbl {
    width: 110%;
    margin-left: -5%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .top-article-04 .price-tbl tr th {
    font-size: 1.5rem;
    padding: 15px 5px;
    letter-spacing: 0;
  }
  .top-article-04 .price-tbl tr td {
    font-size: 1.3rem;
    padding: 15px 5px;
    letter-spacing: 0;
  }
}

.top-article-05 .txt {
  font-size: 1.8rem;
}
.top-article-05 .slider-wrap {
  width: 99vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-article-05 .slider-wrap .slider {
  margin-top: 50px;
  margin-bottom: 80px;
}
.top-article-05 .slider-wrap .slider .block {
  margin: 0 30px;
  background: #fff;
  padding: 0 0 15px 0;
}
.top-article-05 .slider-wrap .slider .block .img img {
  width: 100%;
  height: auto;
}
.top-article-05 .slider-wrap .slider .block .case {
  color: #6aa525;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: #bfce9d solid 1px;
  padding: 15px 5px 10px;
  margin: 0 15px;
}
.top-article-05 .slider-wrap .slider .block .price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
}
.top-article-05 .slider-wrap .slider .block .price-block .badge {
  background: #f00;
  color: #fff;
  font-size: 1.3rem;
  padding: 3px;
}
.top-article-05 .slider-wrap .slider .block .price-block .price {
  color: #6aa525;
  font-weight: bold;
  font-size: 1.8rem;
}
.top-article-05 .slider-wrap .slider .block .txt {
  font-size: 1.6rem;
  padding: 0 15px;
}
.top-article-05 .slider-wrap .prevarrow {
  position: absolute;
  top: 50%;
  left: 10%;
  z-index: 5;
}
.top-article-05 .slider-wrap .nextarrow {
  position: absolute;
  top: 50%;
  right: 10%;
  z-index: 5;
}
@media (max-width: 991px) {
  .top-article-05 .slider-wrap .slider .block {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .top-article-05 .txt {
    font-size: 1.5rem;
  }
  .top-article-05 .slider-wrap {
    width: 99vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .top-article-05 .slider-wrap .slider {
    margin-top: 30px;
    margin-bottom: 70px;
  }
  .top-article-05 .slider-wrap .slider .block {
    margin: 0 15px;
  }
  .top-article-05 .slider-wrap .slider .block .case {
    font-size: 1.6rem;
    padding: 10px 5px 5px;
    margin: 0 15px;
  }
  .top-article-05 .slider-wrap .slider .block .price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 15px;
  }
  .top-article-05 .slider-wrap .slider .block .price-block .badge {
    font-size: 1.2rem;
  }
  .top-article-05 .slider-wrap .slider .block .price-block .price {
    font-size: 1.6rem;
  }
  .top-article-05 .slider-wrap .slider .block .txt {
    font-size: 1.5rem;
    padding: 0 15px;
  }
  .top-article-05 .slider-wrap .slick-dots {
    bottom: -45px;
  }
}

.top-article-06 .txt {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .top-article-06 .txt {
    font-size: 1.5rem;
  }
}

.top-article-07 {
  padding-bottom: 80px;
  padding-top: 80px;
}
.top-article-07 .inner {
  margin: 30px 0 50px 0;
}
.top-article-07 .inner dl {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: #ddd solid 1px;
}
.top-article-07 .inner dl:last-child {
  border-bottom: #ddd solid 1px;
}
.top-article-07 .inner dl dt {
  font-weight: normal;
  padding: 20px;
}
.top-article-07 .inner dl dd {
  padding: 20px;
  line-height: 1.6em;
}
.top-article-07 .inner dl dd a {
  color: #333;
}
.top-article-07 .inner dl dd a:hover {
  color: #999;
}
@media (max-width: 767px) {
  .top-article-07 .inner {
    margin: 15px 0 30px 0;
  }
  .top-article-07 .inner dl {
    font-size: 1.5rem;
    display: block;
  }
  .top-article-07 .inner dl dt {
    font-weight: normal;
    padding: 10px 10px 0;
  }
  .top-article-07 .inner dl dd {
    padding: 10px 10px 10px;
    line-height: 1.5em;
  }
  .top-article-07 .inner dl dd a {
    color: #333;
  }
  .top-article-07 .inner dl dd a:hover {
    color: #999;
  }
}

.top-article-08 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.top-article-08 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-article-08 ul li {
  width: 24%;
}
.top-article-08 ul li img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .top-article-08 {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .top-article-08 {
    padding-bottom: 30px;
  }
  .top-article-08 ul li {
    width: 48%;
    margin: 0 0 15px 0;
  }
  .top-article-08 ul li img {
    max-width: 100%;
    height: auto;
  }
}

.top_reason_block {
  background-color: #FFE6C4;
  border-radius: 10px;
  padding: 30px 10px;
  margin: 10px 0 30px;
}
.top_reason_block h3 {
  font-size: 140%;
  color: #F00;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .top_reason_block h3 {
    font-size: 120%;
    display: block;
    margin-top: 20px;
  }
}
.top_reason_block .outline {
  font-size: 120%;
  font-weight: bold;
}
@media (max-width: 767px) {
  .top_reason_block .outline {
    clear: both;
  }
}
.top_reason_block .top_reason_no {
  float: left;
  max-width: 120px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .top_reason_block .top_reason_no {
    max-width: 50px;
  }
}
.top_reason_block p {
  clear: both;
}

/*****s
layer
*****/
/*
common
*/
.layer-article .container-xl {
  max-width: 1000px;
}

.layer-header-section {
  height: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layer-header-section .page-title {
  font-size: 4.5rem;
  color: #17322b;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .layer-header-section {
    height: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .layer-header-section .page-title-col {
    text-align: center;
  }
  .layer-header-section .page-title {
    font-size: 3.6rem;
    background: rgba(255, 255, 255, 0.85);
    padding: 10px;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .layer-header-section {
    height: 200px;
  }
  .layer-header-section .page-title {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .layer-header-section {
    height: 200px;
  }
  .layer-header-section .page-title {
    font-size: 2rem;
  }
}

.bread {
  background: #6aa525;
  padding: 5px 0;
}
.bread ul li {
  float: left;
  color: #fff;
  font-size: 1.3rem;
}
.bread ul li a {
  color: #fff;
}
.bread ul li a::after {
  content: ">";
  margin: 0 5px;
}

.layer-contents-section {
  background-color: #ED6900;
}
.layer-contents-section .container-xl {
  background-color: #FFFFFF;
}
.layer-contents-section .container {
  background-color: #FFFFFF;
}
.layer-contents-section .headline-ul-01 {
  font-size: 3.6rem;
  line-height: 1.5em;
}
.layer-contents-section .headline-ul-01.small {
  font-size: 2.6rem;
  line-height: 1.5em;
}
.layer-contents-section .contents-txt {
  font-size: 1.6rem;
}
@media (max-width: 991px) {
  .layer-contents-section {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-left: auto;
    margin-right: auto;
  }
  .layer-contents-section .headline-ul-01 {
    font-size: 3rem;
  }
  .layer-contents-section .headline-ul-01.small {
    font-size: 2rem;
  }
  .layer-contents-section .contents-txt {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .layer-contents-section {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-left: auto;
    margin-right: auto;
  }
  .layer-contents-section .headline-ul-01 {
    font-size: 2rem;
    text-align: center;
  }
  .layer-contents-section .headline-ul-01.small {
    font-size: 1.7rem;
  }
  .layer-contents-section .contents-txt {
    font-size: 1.5rem;
  }
}

.layer-estimate-contents-section02 {
  margin-bottom: 15px;
}

.service_content {
  display: block;
  margin-top: -200px;
  padding-top: 200px;
}

/*****
organize
*****/
.layer-organize-article {
  padding-bottom: 0px;
}
.layer-organize-article .layer-header-section {
  background: url("assets/images/layer-organize-headerimg.jpg") no-repeat;
  background-size: cover;
  background-position: right top;
}
@media (max-width: 991px) {
  .layer-organize-article {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .layer-organize-article {
    padding-bottom: 50px;
  }
}

.layer-organize-contents-section01 {
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .layer-organize-contents-section01 {
    padding-bottom: 40px;
  }
}

.layer-organize-contents-section02 {
  padding-bottom: 0px;
}
.layer-organize-contents-section02 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0 0 0;
  margin: 0 0 30px 0;
}
.layer-organize-contents-section02 .inner .block {
  border: #ED6900 solid 2px;
  background: #fff;
  width: 49%;
  position: relative;
  padding: 40px 15px 25px;
}
.layer-organize-contents-section02 .inner .block .number {
  position: absolute;
  top: -55px;
  left: 5px;
}
.layer-organize-contents-section02 .inner .block .number img {
  width: 70px;
}
.layer-organize-contents-section02 .inner .block .txt {
  font-size: 2.1rem;
  letter-spacing: 0;
  font-weight: bold;
  color: #000;
  /*				border-bottom: $green01 dashed 1px;*/
  padding: 0 0 10px 0;
}
.layer-organize-contents-section02 .inner .block:nth-child(1), .layer-organize-contents-section02 .inner .block:nth-child(2) {
  margin: 0 0 75px 0;
}
@media (max-width: 991px) {
  .layer-organize-contents-section02 .inner .block .txt {
    font-size: 2.6rem;
    letter-spacing: 0;
    font-weight: bold;
    color: #6aa525;
    border-bottom: #6aa525 dashed 1px;
    padding: 0 0 10px 0;
    line-height: 1.4em;
  }
}
@media (max-width: 767px) {
  .layer-organize-contents-section02 {
    padding-bottom: 0px;
  }
  .layer-organize-contents-section02 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 50px 0 0 0;
    margin: 0 0 20px 0;
  }
  .layer-organize-contents-section02 .inner .block {
    width: 100%;
    padding: 30px 15px 15px;
    margin-bottom: 55px;
  }
  .layer-organize-contents-section02 .inner .block .number {
    top: -35px;
    left: 5px;
  }
  .layer-organize-contents-section02 .inner .block .number img {
    width: 50px;
    height: auto;
  }
  .layer-organize-contents-section02 .inner .block .txt {
    font-size: 1.6rem;
    padding: 0 0 10px 0;
  }
  .layer-organize-contents-section02 .inner .block:nth-child(1), .layer-organize-contents-section02 .inner .block:nth-child(2) {
    margin: 0 0 45px 0;
  }
  .layer-organize-contents-section02 .inner .block:last-child {
    margin: 0;
  }
}

.layer-organize-contents-section03 .headline-wrap-C {
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  .layer-organize-contents-section03 .headline-wrap-C {
    margin: 0 0 15px 0;
  }
}

/*****
flow
*****/
.layer-flow-article .layer-header-section {
  background: url("assets/images/layer-flow-headerimg.jpg") no-repeat;
  background-size: cover;
  background-position: right center;
}

.layer-flow-contents-section01,
.layer-flow-contents-section02 {
  padding-bottom: 0px;
}
.layer-flow-contents-section01 .inner,
.layer-flow-contents-section02 .inner {
  padding: 50px 0 0 0;
}
.layer-flow-contents-section01 .inner .headline,
.layer-flow-contents-section02 .inner .headline {
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
  margin: 0 0 80px 0;
  position: relative;
  padding: 20px;
}
.layer-flow-contents-section01 .inner .headline:before,
.layer-flow-contents-section02 .inner .headline:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: #ED6900;
}
.layer-flow-contents-section01 .inner .block,
.layer-flow-contents-section02 .inner .block {
  background: #fff;
  padding-bottom: 40px;
}
.layer-flow-contents-section01 .inner .block .headline-block,
.layer-flow-contents-section02 .inner .block .headline-block {
  background: #0061EC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 10px 0;
  height: 50px;
}
.layer-flow-contents-section01 .inner .block .headline-block .inner,
.layer-flow-contents-section02 .inner .block .headline-block .inner {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  width: 246px;
  padding: 0;
}
.layer-flow-contents-section01 .inner .block .headline-block .inner.inner02,
.layer-flow-contents-section02 .inner .block .headline-block .inner.inner02 {
  width: 330px;
}
.layer-flow-contents-section01 .inner .block .headline-block .number,
.layer-flow-contents-section02 .inner .block .headline-block .number {
  background: #0158C1;
  color: #ffffff;
  font-size: 3.6rem;
  font-weight: bold;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px 0 0;
}
.layer-flow-contents-section01 .inner .block .headline-block .title,
.layer-flow-contents-section02 .inner .block .headline-block .title {
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
}
.layer-flow-contents-section01 .inner .block .contents-block,
.layer-flow-contents-section02 .inner .block .contents-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 80%;
  margin: 0 auto;
  padding: 40px 0 0 0;
}
.layer-flow-contents-section01 .inner .block .contents-block .txt,
.layer-flow-contents-section02 .inner .block .contents-block .txt {
  padding: 0 30px 0 0;
  width: 600px;
}
.layer-flow-contents-section01 .inner .block .contents-block.contents-block02 .txt,
.layer-flow-contents-section02 .inner .block .contents-block.contents-block02 .txt {
  padding: 0;
  width: 600px;
}
.layer-flow-contents-section01 .inner .block .contents-block.contents-block02 .img,
.layer-flow-contents-section02 .inner .block .contents-block.contents-block02 .img {
  padding: 0 30px 0 0;
}
.layer-flow-contents-section01 .inner .arrow-block,
.layer-flow-contents-section02 .inner .arrow-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  margin-top: -20px;
  padding-bottom: 20px;
}
.layer-flow-contents-section01 .inner .arrow-block .arrow,
.layer-flow-contents-section02 .inner .arrow-block .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 54px 31px 0 31px;
  border-color: #0061EC transparent transparent transparent;
}
@media (max-width: 1024px) {
  .layer-flow-contents-section01 .inner .block .contents-block,
.layer-flow-contents-section02 .inner .block .contents-block {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .layer-flow-contents-section01 .inner,
.layer-flow-contents-section02 .inner {
    padding: 30px 0 0 0;
  }
  .layer-flow-contents-section01 .inner .headline,
.layer-flow-contents-section02 .inner .headline {
    font-size: 1.8rem;
  }
  .layer-flow-contents-section01 .inner .block,
.layer-flow-contents-section02 .inner .block {
    background: #fff;
    padding-bottom: 40px;
  }
  .layer-flow-contents-section01 .inner .block .headline-block,
.layer-flow-contents-section02 .inner .block .headline-block {
    height: 40px;
  }
  .layer-flow-contents-section01 .inner .block .headline-block .inner,
.layer-flow-contents-section02 .inner .block .headline-block .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 40px;
    width: 100%;
  }
  .layer-flow-contents-section01 .inner .block .headline-block .inner.inner02,
.layer-flow-contents-section02 .inner .block .headline-block .inner.inner02 {
    width: 100%;
  }
  .layer-flow-contents-section01 .inner .block .headline-block .number,
.layer-flow-contents-section02 .inner .block .headline-block .number {
    font-size: 2.3rem;
    width: 50px;
    height: 50px;
    border-radius: 35px;
  }
  .layer-flow-contents-section01 .inner .block .headline-block .title,
.layer-flow-contents-section02 .inner .block .headline-block .title {
    font-size: 1.8rem;
  }
  .layer-flow-contents-section01 .inner .block .contents-block,
.layer-flow-contents-section02 .inner .block .contents-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 95%;
    margin: 0 auto;
    padding: 20px 0 0 0;
  }
  .layer-flow-contents-section01 .inner .block .contents-block .txt,
.layer-flow-contents-section02 .inner .block .contents-block .txt {
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 1.5rem;
    width: 100%;
  }
  .layer-flow-contents-section01 .inner .block .contents-block .img,
.layer-flow-contents-section02 .inner .block .contents-block .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 10px 0;
  }
  .layer-flow-contents-section01 .inner .block .contents-block.contents-block02 .img,
.layer-flow-contents-section02 .inner .block .contents-block.contents-block02 .img {
    padding: 0;
  }
  .layer-flow-contents-section01 .inner .block .contents-block.contents-block02 .txt,
.layer-flow-contents-section02 .inner .block .contents-block.contents-block02 .txt {
    width: 100%;
  }
  .layer-flow-contents-section01 .inner .block:last-child,
.layer-flow-contents-section02 .inner .block:last-child {
    padding-bottom: 20px;
  }
  .layer-flow-contents-section01 .inner .arrow-block,
.layer-flow-contents-section02 .inner .arrow-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: none;
    margin-top: -20px;
    padding-bottom: 20px;
  }
  .layer-flow-contents-section01 .inner .arrow-block .arrow,
.layer-flow-contents-section02 .inner .arrow-block .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 20px 0 20px;
    border-color: #4b8506 transparent transparent transparent;
  }
}

.layer-flow-contents-section02 {
  padding-bottom: 15px;
}
.layer-flow-contents-section02 .inner .block .headline-block {
  background: #ED6900;
}
.layer-flow-contents-section02 .inner .block .headline-block .number {
  background: #BC4C00;
  color: #ffffff;
}
.layer-flow-contents-section02 .inner .arrow-block .arrow {
  border-color: #BC4C00 transparent transparent transparent;
}

/*****
expense
*****/
.layer-expense-article .layer-header-section {
  background: url("assets/images/layer-expense-headerimg.jpg") no-repeat;
  background-size: cover;
  background-position: right center;
}

.layer-expense-contents-section01 {
  padding-bottom: 0px;
}
.layer-expense-contents-section01 .price-tbl {
  margin-bottom: 20px;
}
.layer-expense-contents-section01 .attention {
  margin: 0 0 15px 0;
}
.layer-expense-contents-section01 .service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layer-expense-contents-section01 .service-list li {
  width: 30%;
  margin: 0 10px 20px;
}
.layer-expense-contents-section01 .service-list li img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .layer-expense-contents-section01 .service-list li {
    width: 45%;
    margin: 0 10px 20px;
  }
}
@media (max-width: 767px) {
  .layer-expense-contents-section01 .txt {
    font-size: 1.5rem;
  }
  .layer-expense-contents-section01 .attention {
    font-size: 1.4rem;
    margin: 0 0 15px 0;
  }
  .layer-expense-contents-section01 .service-list li {
    width: 45%;
    margin: 0 5px 10px;
  }
}

.layer-expense-contents-section02 {
  padding-bottom: 0px;
}
.layer-expense-contents-section02 .inner {
  width: 520px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .layer-expense-contents-section02 .inner {
    width: 100%;
  }
  .layer-expense-contents-section02 .inner .txt {
    font-size: 1.5rem;
  }
}

.layer-expense-contents-section03 {
  padding-bottom: 0px;
}
.layer-expense-contents-section03 .txt {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .layer-expense-contents-section03 .txt {
    font-size: 1.5rem;
  }
}

.layer-expense-contents-section04 {
  padding-bottom: 0px;
}
.layer-expense-contents-section04 .subheadline {
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  margin: 40px 0 30px 0;
}
.layer-expense-contents-section04 .txt {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.layer-expense-contents-section04 .block {
  margin: 0 0 60px 0;
}
@media (max-width: 767px) {
  .layer-expense-contents-section04 {
    padding-bottom: 0;
  }
  .layer-expense-contents-section04 .txt {
    font-size: 1.5rem;
  }
}

/*****
service
*****/
.layer-service-article {
  padding-bottom: 0px;
}
.layer-service-article .layer-header-section {
  background: url("assets/images/layer-service-headerimg.jpg") no-repeat;
  background-size: cover;
  background-position: right center;
}
@media (max-width: 991px) {
  .layer-service-article {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .layer-service-article {
    padding-bottom: 50px;
  }
}

.layer-service-contents-section01 {
  margin: 0px 0 0px 0;
}
.layer-service-contents-section01 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layer-service-contents-section01 .inner .img {
  margin: 0 40px 0 0;
}
.layer-service-contents-section01 .inner .contents-txt {
  margin: 0 0 25px 0;
}
@media (max-width: 767px) {
  .layer-service-contents-section01 {
    margin: 0 0 20px 0;
  }
  .layer-service-contents-section01 .inner {
    display: block;
  }
  .layer-service-contents-section01 .inner .img {
    margin: 0 0 10px 0;
  }
  .layer-service-contents-section01 .inner .img img {
    max-width: 100%;
    height: auto;
  }
}

.layer-service-contents-section02 .inner {
  margin: 0 0 50px 0;
}
.layer-service-contents-section02 .inner .title {
  /*			background: $green01;
  			color: #fff;*/
  text-align: center;
  font-size: 2.8rem;
  padding: 10px 0;
  font-weight: bold;
}
.layer-service-contents-section02 .inner .service-list-wrap {
  padding: 20px 10px 5px;
}
.layer-service-contents-section02 .inner .service-list-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.layer-service-contents-section02 .inner .service-list-wrap ul li {
  width: 32%;
  margin: 0 0 25px 0;
}
.layer-service-contents-section02 .inner .service-list-wrap ul li a {
  color: #333;
  text-decoration: underline;
}
.layer-service-contents-section02 .inner .service-list-wrap ul li a img {
  max-width: 100%;
  height: auto;
}
.layer-service-contents-section02 .inner .service-list-wrap ul li a:hover {
  opacity: 0.75;
}
.layer-service-contents-section02 .service-block {
  background: #FFE6C4;
  border-radius: 10px;
  padding: 20px;
  margin: 0 0 50px 0;
}
.layer-service-contents-section02 .service-block .headline-wrap-C {
  padding: 0;
  margin: 0 0 20px 0;
}
.layer-service-contents-section02 .service-block .headline-ul-01 {
  font-size: 2.6rem;
}
.layer-service-contents-section02 .service-block .headline-ul-01::before {
  bottom: -10px;
}
.layer-service-contents-section02 .service-block .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layer-service-contents-section02 .service-block .contents .img img {
  max-width: 100%;
  height: auto;
}
.layer-service-contents-section02 .service-block .contents .txt {
  width: 560px;
}
.layer-service-contents-section02 .service-block .contents .txt h5 {
  /*					background: $green01;
  					color: #fff;*/
  font-weight: bold;
  font-size: 1.9rem;
  padding: 10px;
  margin: 0 0 20px 0;
  line-height: 1.6em;
}
.layer-service-contents-section02 .service-block .contents .txt .contents-txt {
  margin: 0 0 20px 10px;
}
.layer-service-contents-section02 .service-block .contents .txt .button-wrap-C {
  display: block;
}
.layer-service-contents-section02 .service-block .contents .txt .button-wrap-C p {
  text-align: center;
}
.layer-service-contents-section02 .service-block .contents .txt .grad-button01 {
  padding: 10px 55px;
  border-radius: 50px;
  font-size: 1.8rem;
}
@media (max-width: 1024px) {
  .layer-service-contents-section02 .service-block .contents .txt {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .layer-service-contents-section02 .inner {
    margin: 0 0 50px 0;
  }
  .layer-service-contents-section02 .inner .title {
    font-size: 2rem;
  }
  .layer-service-contents-section02 .inner .service-list-wrap ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .layer-service-contents-section02 .inner .service-list-wrap ul li {
    width: 49%;
  }
  .layer-service-contents-section02 .service-block {
    background: #eee;
    padding: 20px;
  }
  .layer-service-contents-section02 .service-block .headline-wrap-C {
    padding: 0;
    margin: 0 0 20px 0;
  }
  .layer-service-contents-section02 .service-block .headline-ul-01 {
    font-size: 2.3rem;
  }
  .layer-service-contents-section02 .service-block .headline-ul-01::before {
    bottom: -10px;
  }
  .layer-service-contents-section02 .service-block .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .layer-service-contents-section02 .service-block .contents .img {
    margin: 0 0 15px 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .layer-service-contents-section02 .service-block .contents .img img {
    max-width: 100%;
    height: auto;
  }
  .layer-service-contents-section02 .service-block .contents .txt {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .layer-service-contents-section02 .service-block .contents .txt h5 {
    font-size: 1.8rem;
    display: block;
    margin: 0 0 15px 0;
  }
  .layer-service-contents-section02 .service-block .contents .txt .button-wrap-C {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layer-service-contents-section02 .service-block .contents .txt .grad-button01 {
    width: 350px;
    padding: 10px 0;
    border-radius: 50px;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .layer-service-contents-section02 .inner {
    margin: 15px 0 50px 0;
  }
  .layer-service-contents-section02 .inner .title {
    font-size: 1.6rem;
  }
  .layer-service-contents-section02 .inner .service-list-wrap {
    padding: 10px 10px 0;
  }
  .layer-service-contents-section02 .inner .service-list-wrap ul li {
    width: 49%;
  }
  .layer-service-contents-section02 .service-block {
    padding: 15px;
  }
  .layer-service-contents-section02 .service-block .headline-wrap-C {
    padding: 0;
    margin: 0 0 10px 0;
  }
  .layer-service-contents-section02 .service-block .headline-ul-01 {
    font-size: 1.7rem;
  }
  .layer-service-contents-section02 .service-block .headline-ul-01::before {
    bottom: -10px;
  }
  .layer-service-contents-section02 .service-block .contents .img {
    margin: 0 0 15px 0;
  }
  .layer-service-contents-section02 .service-block .contents .img img {
    max-width: 100%;
    height: auto;
  }
  .layer-service-contents-section02 .service-block .contents .txt h5 {
    font-size: 1.6rem;
    line-height: 1.6em;
    padding: 7px;
  }
  .layer-service-contents-section02 .service-block .contents .txt h5 br {
    display: none;
  }
  .layer-service-contents-section02 .service-block .contents .txt .grad-button01 {
    font-size: 1.4rem;
    width: 100%;
    letter-spacing: 0;
  }
}

/*****
reason
*****/
.layer-reason-article {
  padding-bottom: 0px;
}
.layer-reason-article .layer-header-section {
  background: url("assets/images/layer-reason-headerimg.jpg") no-repeat;
  background-size: cover;
  background-position: right top;
}
@media (max-width: 991px) {
  .layer-reason-article {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .layer-reason-article {
    padding-bottom: 50px;
  }
}

.layer-reason-contents-section01 {
  padding-bottom: 0px;
}
.layer-reason-contents-section01 .container-xl {
  max-width: 1230px;
}
.layer-reason-contents-section01 .inner {
  margin: 30px 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layer-reason-contents-section01 .inner .block {
  width: 24%;
}
.layer-reason-contents-section01 .inner .block .number {
  font-size: 4.4rem;
  color: #6aa525;
  font-weight: bold;
  margin: 0 0 10px 0;
  position: relative;
}
.layer-reason-contents-section01 .inner .block .number img {
  width: 100px;
  position: absolute;
  z-index: 9;
  top: -50px;
  left: -20px;
}
.layer-reason-contents-section01 .inner .block .button {
  background: #6aa525;
  padding: 20px 0 0 0;
  position: relative;
}
.layer-reason-contents-section01 .inner .block .button .img img {
  max-width: 100%;
  height: auto;
}
.layer-reason-contents-section01 .inner .block .button .txt {
  font-size: 2.6rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.4em;
  padding: 20px 0;
}
.layer-reason-contents-section01 .inner .block .button .arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media (max-width: 991px) {
  .layer-reason-contents-section01 .inner .block .button .txt {
    font-size: 1.8rem;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .layer-reason-contents-section01 {
    padding-bottom: 40px;
  }
  .layer-reason-contents-section01 .inner {
    margin: 10px 0 0 0;
    display: block;
  }
  .layer-reason-contents-section01 .inner .block {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .layer-reason-contents-section01 .inner .block .number {
    font-size: 2.4rem;
    margin: 0 0 5px 0;
  }
  .layer-reason-contents-section01 .inner .block .number img {
    width: 60px;
    position: absolute;
    z-index: 9;
    top: -20px;
    left: 0px;
  }
  .layer-reason-contents-section01 .inner .block .button {
    padding: 10px 0 0 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layer-reason-contents-section01 .inner .block .button .img {
    width: 50%;
    line-height: 0;
  }
  .layer-reason-contents-section01 .inner .block .button .img img {
    max-width: 100%;
    height: auto;
  }
  .layer-reason-contents-section01 .inner .block .button div {
    width: 50%;
  }
  .layer-reason-contents-section01 .inner .block .button .txt {
    font-size: 1.6rem;
    padding: 0 0 0 8px;
  }
  .layer-reason-contents-section01 .inner .block .button .arrow {
    position: absolute;
    right: 5px;
    bottom: 5px;
  }
}

.layer-reason-contents-section02 {
  padding-top: 0px;
}
.layer-reason-contents-section02 .container {
  background-color: #FFE7C5;
}
.layer-reason-contents-section02 .reason-block {
  margin: 0 0 80px 0;
}
.layer-reason-contents-section02 .reason-block img {
  width: 100%;
}
.layer-reason-contents-section02 .reason-block .header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 15px 0;
}
.layer-reason-contents-section02 .reason-block .header-block .headline {
  background-color: #E40001;
  /*				background: rgb(252,104,111);
  				background: -moz-linear-gradient(top,  rgba(252,104,111,1) 0%, rgba(255,145,78,1) 100%);
  				background: -webkit-linear-gradient(top,  rgba(252,104,111,1) 0%,rgba(255,145,78,1) 100%);
  				background: linear-gradient(to bottom,  rgba(252,104,111,1) 0%,rgba(255,145,78,1) 100%);
  				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc686f', endColorstr='#ff914e',GradientType=0 );*/
  width: 88%;
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
  padding: 10px 15px;
}
.layer-reason-contents-section02 .reason-block .catch-block {
  margin: 0 0 30px 0;
}
.layer-reason-contents-section02 .reason-block .catch-block .catch {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
}
.layer-reason-contents-section02 .reason-block .contents-txt {
  width: 85%;
  margin: 0 auto;
  padding-left: 20px;
}
.layer-reason-contents-section02 .reason-block.reason-block01 {
  padding-top: 80px;
}
.layer-reason-contents-section02 .reason-block.reason-block01 .catch-block {
  background: url("assets/images/layer-reason-img01.jpg") no-repeat 0 0;
  height: 280px;
  position: relative;
}
.layer-reason-contents-section02 .reason-block.reason-block01 .catch-block .catch {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.layer-reason-contents-section02 .reason-block.reason-block01 .catch-block .catch span {
  color: #6aa525;
}
.layer-reason-contents-section02 .reason-block.reason-block02 .catch-block {
  background: url("assets/images/layer-reason-img02.jpg") no-repeat 0 0;
  height: 280px;
  position: relative;
}
.layer-reason-contents-section02 .reason-block.reason-block02 .catch-block .catch {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
  display: inline-block;
  color: #fff;
}
.layer-reason-contents-section02 .reason-block.reason-block02 .catch-block .catch span {
  color: #6aa525;
}
.layer-reason-contents-section02 .reason-block.reason-block03 .catch-block {
  background: url("assets/images/layer-reason-img03.jpg") no-repeat 0 0;
  height: 280px;
  position: relative;
}
.layer-reason-contents-section02 .reason-block.reason-block03 .catch-block .catch {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
  display: inline-block;
}
.layer-reason-contents-section02 .reason-block.reason-block03 .catch-block .catch span {
  color: #6aa525;
}
.layer-reason-contents-section02 .reason-block.reason-block04 .catch-block {
  background: url("assets/images/layer-reason-img04.jpg") no-repeat 0 0;
  height: 280px;
  position: relative;
}
.layer-reason-contents-section02 .reason-block.reason-block04 .catch-block .catch {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
  display: inline-block;
}
.layer-reason-contents-section02 .reason-block.reason-block04 .catch-block .catch span {
  color: #6aa525;
}
@media (max-width: 991px) {
  .layer-reason-contents-section02 .reason-block .header-block .number {
    padding-top: 5px;
  }
  .layer-reason-contents-section02 .reason-block .header-block .number img {
    width: 80%;
    height: auto;
  }
  .layer-reason-contents-section02 .reason-block .header-block .headline {
    font-size: 3rem;
  }
  .layer-reason-contents-section02 .reason-block .catch-block .catch {
    font-size: 2.6rem;
  }
  .layer-reason-contents-section02 .reason-block .contents-txt {
    width: 100%;
  }
  .layer-reason-contents-section02 .reason-block.reason-block01 .catch-block {
    background: url("assets/images/layer-reason-img01.jpg") no-repeat center 0;
    height: 280px;
  }
  .layer-reason-contents-section02 .reason-block.reason-block02 .catch-block {
    background: url("assets/images/layer-reason-img02.jpg") no-repeat center 0;
    height: 280px;
  }
  .layer-reason-contents-section02 .reason-block.reason-block03 .catch-block {
    background: url("assets/images/layer-reason-img03.jpg") no-repeat center 0;
    height: 280px;
  }
  .layer-reason-contents-section02 .reason-block.reason-block04 .catch-block {
    background: url("assets/images/layer-reason-img04.jpg") no-repeat center 0;
    height: 280px;
  }
}
@media (max-width: 767px) {
  .layer-reason-contents-section02 {
    padding-top: 30px;
  }
  .layer-reason-contents-section02 .reason-block {
    margin: 0 0 30px 0;
  }
  .layer-reason-contents-section02 .reason-block .header-block--sp {
    text-align: center;
    margin: 0 0 15px 0;
  }
  .layer-reason-contents-section02 .reason-block .header-block--sp .number {
    margin: 0 0 5px 0;
  }
  .layer-reason-contents-section02 .reason-block .header-block--sp .number img {
    width: 65px;
    height: auto;
  }
  .layer-reason-contents-section02 .reason-block .header-block--sp .headline-ul-02 {
    font-size: 1.8rem;
  }
  .layer-reason-contents-section02 .reason-block .header-block--sp .headline-ul-02::before {
    width: 50px;
  }
  .layer-reason-contents-section02 .reason-block .catch-block {
    margin: 0 0 15px 0;
    width: 100vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: relative;
    left: 50%;
  }
  .layer-reason-contents-section02 .reason-block .catch-block .catch {
    font-size: 1.5rem;
    line-height: 1.4em;
    letter-spacing: 0;
  }
  .layer-reason-contents-section02 .reason-block .contents-txt {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .layer-reason-contents-section02 .reason-block.reason-block01 .catch-block {
    background: url("assets/images/layer-reason-img01.jpg") no-repeat 0 0;
    height: 28vw;
    position: relative;
    background-size: contain;
  }
  .layer-reason-contents-section02 .reason-block.reason-block01 .catch-block .catch {
    text-align: center;
  }
  .layer-reason-contents-section02 .reason-block.reason-block02 .catch-block {
    background: url("assets/images/layer-reason-img02.jpg") no-repeat 0 0;
    height: 28vw;
    position: relative;
    background-size: contain;
  }
  .layer-reason-contents-section02 .reason-block.reason-block02 .catch-block .catch {
    text-align: center;
  }
  .layer-reason-contents-section02 .reason-block.reason-block03 .catch-block {
    background: url("assets/images/layer-reason-img03.jpg") no-repeat 0 0;
    height: 28vw;
    position: relative;
    background-size: contain;
  }
  .layer-reason-contents-section02 .reason-block.reason-block03 .catch-block .catch {
    text-align: center;
  }
  .layer-reason-contents-section02 .reason-block.reason-block03 .graphimg {
    max-width: 100%;
    height: auto;
  }
  .layer-reason-contents-section02 .reason-block.reason-block04 .catch-block {
    background: url("assets/images/layer-reason-img04.jpg") no-repeat 0 0;
    height: 28vw;
    position: relative;
    background-size: contain;
  }
  .layer-reason-contents-section02 .reason-block.reason-block04 .catch-block .catch {
    text-align: center;
  }
}

/*****
faq
*****/
.layer-faq-article {
  /*	padding-bottom: 150px;*/
}
.layer-faq-article .layer-header-section {
  background: url("assets/images/layer-faq-headerimg.jpg") no-repeat;
  background-size: cover;
  background-position: right top;
}
@media (max-width: 991px) {
  .layer-faq-article {
    /*		padding-bottom: 80px;*/
  }
}
@media (max-width: 767px) {
  .layer-faq-article {
    /*		padding-bottom: 50px;*/
  }
}

/*****
company
*****/
.layer-company-article .layer-header-section {
  background: url("assets/images/layer-company-headerimg.jpg") no-repeat;
  background-size: cover;
  background-position: right top;
}
.layer-company-contents-section01 {
  padding-bottom: 0px;
}
.layer-company-contents-section01 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0 0 0;
}
.layer-company-contents-section01 .inner .arrow_box {
  position: relative;
  width: 250px;
  height: 60px;
  background: #EB5A01;
  padding: 0px;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layer-company-contents-section01 .inner .arrow_box::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(235, 90, 1, 0);
  border-top-width: 15px;
  border-bottom-width: 15px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #EB5A01;
  top: 100%;
  left: 50%;
}
.layer-company-contents-section01 .inner .arrow_box .arrow {
  position: absolute;
  top: 20%;
  right: 5%;
}
@media (max-width: 991px) {
  .layer-company-contents-section01 .inner .arrow_box {
    position: relative;
    width: 240px;
    height: 60px;
    background: #EB5A01;
    padding: 0px;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .layer-company-contents-section01 .inner .arrow_box::after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(235, 90, 1, 0);
    border-top-width: 15px;
    border-bottom-width: 15px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-top-color: #EB5A01;
    top: 100%;
    left: 50%;
  }
  .layer-company-contents-section01 .inner .arrow_box .arrow {
    position: absolute;
    top: 20%;
    right: 5%;
  }
}
@media (max-width: 767px) {
  .layer-company-contents-section01 {
    padding-bottom: 0px;
  }
  .layer-company-contents-section01 .inner {
    display: block;
  }
  .layer-company-contents-section01 .inner a {
    display: block;
    margin: 0 0 40px 0;
  }
  .layer-company-contents-section01 .inner .arrow_box {
    margin: 0 auto;
    position: relative;
    width: 240px;
    height: 60px;
    background: #EB5A01;
    padding: 0px;
    text-align: center;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .layer-company-contents-section01 .inner .arrow_box::after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(235, 90, 1, 0);
    border-top-width: 15px;
    border-bottom-width: 15px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-top-color: #EB5A01;
    top: 100%;
    left: 50%;
  }
  .layer-company-contents-section01 .inner .arrow_box .arrow {
    position: absolute;
    top: 20%;
    right: 5%;
  }
}

.layer-company-contents-section02 {
  padding: 0px 0 0px 0;
}
.layer-company-contents-section02 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layer-company-contents-section02 .inner .txt {
  padding: 0 0 0 40px;
}
.layer-company-contents-section02 .inner .txt .contents-txt {
  margin: 0 0 20px 0;
}
@media (max-width: 991px) {
  .layer-company-contents-section02 .inner .txt {
    padding: 0 0 0 30px;
  }
  .layer-company-contents-section02 .inner .txt .contents-txt {
    margin: 0 0 15px 0;
  }
  .layer-company-contents-section02 .inner .txt .sign img {
    width: 200px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .layer-company-contents-section02 {
    padding: 0px 0 0px 0;
  }
  .layer-company-contents-section02 .inner {
    display: block;
    padding-top: 20px;
  }
  .layer-company-contents-section02 .inner .img {
    text-align: center;
    margin: 0 0 20px 0;
  }
  .layer-company-contents-section02 .inner .img img {
    max-width: 90%;
    height: auto;
  }
  .layer-company-contents-section02 .inner .txt {
    padding: 0 0 0 0;
  }
  .layer-company-contents-section02 .inner .txt .contents-txt {
    margin: 0 0 15px 0;
  }
  .layer-company-contents-section02 .inner .txt .sign {
    text-align: right;
  }
}

.layer-company-contents-section03 {
  padding: 0px 0 0px 0;
}
.layer-company-contents-section03 .inner table {
  width: 100%;
  font-size: 1.6rem;
}
.layer-company-contents-section03 .inner table tr {
  border-bottom: #aaa dashed 1px;
}
.layer-company-contents-section03 .inner table tr th {
  padding: 15px;
}
.layer-company-contents-section03 .inner table tr td {
  padding: 15px;
}
.layer-company-contents-section03 .inner table tr td a {
  color: #000;
  text-decoration: underline;
}
.layer-company-contents-section03 .inner table tr td a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .layer-company-contents-section03 {
    padding: 0px 0 0px 0;
  }
  .layer-company-contents-section03 .inner table {
    width: 100%;
    font-size: 1.5rem;
    display: block;
  }
  .layer-company-contents-section03 .inner table tbody {
    display: block;
    width: 100%;
  }
  .layer-company-contents-section03 .inner table tr {
    display: block;
    width: 100%;
    border-bottom: #aaa dashed 1px;
  }
  .layer-company-contents-section03 .inner table tr th {
    padding: 10px 10px 5px;
    display: block;
    width: 100%;
  }
  .layer-company-contents-section03 .inner table tr td {
    padding: 0 10px 10px;
    display: block;
    width: 100%;
  }
}

.layer-company-contents-section04 {
  padding: 0px 0 15px 0;
}
.layer-company-contents-section04 .inner {
  padding: 20px 0 0 0;
}
.layer-company-contents-section04 .ggmap {
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 40%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.layer-company-contents-section04 .ggmap iframe,
.layer-company-contents-section04 .ggmap object,
.layer-company-contents-section04 .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .layer-company-contents-section04 {
    padding: 0px 0 0px 0;
  }
}

/*****
staff
*****/
.layer-staff-article {
  padding-bottom: 0px;
}
.layer-staff-article .layer-header-section {
  background: url("assets/images/layer-staff-headerimg.jpg") no-repeat;
  background-size: cover;
  background-position: right top;
}
@media (max-width: 991px) {
  .layer-staff-article {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .layer-staff-article {
    padding-bottom: 50px;
  }
}

.layer-staff-contents-section01 .inner .headline {
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
  margin: 0 0 40px 0;
}
.layer-staff-contents-section01 .inner .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: #999 dashed 1px;
  padding: 0 0 20px 0;
  margin: 0 0 30px 0;
}
.layer-staff-contents-section01 .inner .img {
  width: 300px;
  margin: 0 30px 0 0;
}
.layer-staff-contents-section01 .inner .img img {
  max-width: 100%;
  height: auto;
}
.layer-staff-contents-section01 .inner .info .name {
  font-size: 1.8rem;
  font-weight: bold;
  background: #f8f8f8;
  padding: 5px;
  margin: 0 0 15px 0;
}
.layer-staff-contents-section01 .inner .info .name::before {
  content: "◆";
  color: #6aa525;
  margin: 0 10px 0 0;
}
.layer-staff-contents-section01 .inner .info .txt-block {
  text-align: center;
}
.layer-staff-contents-section01 .inner .info .txt-block p.contents-txt {
  display: inline-block;
  text-align: left;
}
@media (max-width: 991px) {
  .layer-staff-contents-section01 .inner .block {
    display: block;
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
  }
  .layer-staff-contents-section01 .inner .block .img-block--sp {
    width: 100%;
    margin: 0 auto 20px;
    max-width: 300px;
  }
  .layer-staff-contents-section01 .inner .block .img-block--sp .img {
    line-height: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 300px;
  }
  .layer-staff-contents-section01 .inner .block .img-block--sp .img img {
    width: 100%;
    height: auto;
  }
  .layer-staff-contents-section01 .inner .block .img-block--sp .name {
    font-size: 1.4rem;
    font-weight: bold;
    background: #f8f8f8;
    padding: 5px;
    margin: 0 0 15px 0;
    width: 100%;
    margin: 0 auto;
    max-width: 300px;
  }
  .layer-staff-contents-section01 .inner .block .img-block--sp .name::before {
    content: "◆";
    color: #6aa525;
    margin: 0 10px 0 0;
  }
  .layer-staff-contents-section01 .inner .img {
    width: 300px;
    margin: 0 30px 0 0;
  }
  .layer-staff-contents-section01 .inner .img img {
    max-width: 100%;
    height: auto;
  }
  .layer-staff-contents-section01 .inner .info .name {
    font-size: 1.8rem;
    font-weight: bold;
    background: #f8f8f8;
    padding: 5px;
    margin: 0 0 15px 0;
  }
  .layer-staff-contents-section01 .inner .info .name::before {
    content: "◆";
    color: #6aa525;
    margin: 0 10px 0 0;
  }
}

/*****
news
*****/
.layer-news-article {
  padding-bottom: 0px;
}
.layer-news-article .layer-header-section {
  background: url("assets/images/layer-news-headerimg.jpg") no-repeat;
  background-size: cover;
  background-position: right top;
}
@media (max-width: 991px) {
  .layer-news-article {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .layer-news-article {
    padding-bottom: 50px;
  }
}

/*****
staff_blog
*****/
.layer-staff_blog-article {
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .layer-staff_blog-article {
    padding-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .layer-staff_blog-article {
    padding-bottom: 100px;
  }
}
.layer-staff_blog-article .layer-header-section {
  background: url("assets/images/layer-news-headerimg.jpg") no-repeat;
  background-size: cover;
  background-position: right top;
}
@media (max-width: 991px) {
  .layer-staff_blog-article {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .layer-staff_blog-article {
    padding-bottom: 50px;
  }
}
.layer-staff_blog-article .layer-staff_blog-contents-section01 .inner01 {
  margin-top: 8.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 2.5rem;
}
@media (max-width: 575px) {
  .layer-staff_blog-article .layer-staff_blog-contents-section01 .inner01 {
    padding: 0;
  }
}
.layer-staff_blog-article .layer-staff_blog-contents-section01 .inner01 .block {
  margin-bottom: 7rem;
  margin-right: 40px;
  -ms-flex-preferred-size: calc(100% / 3 - 80px / 3);
      flex-basis: calc(100% / 3 - 80px / 3);
}
.layer-staff_blog-article .layer-staff_blog-contents-section01 .inner01 .block:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .layer-staff_blog-article .layer-staff_blog-contents-section01 .inner01 .block {
    -ms-flex-preferred-size: calc(100% / 2 - 40px / 2);
        flex-basis: calc(100% / 2 - 40px / 2);
  }
  .layer-staff_blog-article .layer-staff_blog-contents-section01 .inner01 .block:nth-child(3n) {
    margin-right: 40px;
  }
  .layer-staff_blog-article .layer-staff_blog-contents-section01 .inner01 .block:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .layer-staff_blog-article .layer-staff_blog-contents-section01 .inner01 .block {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
  }
  .layer-staff_blog-article .layer-staff_blog-contents-section01 .inner01 .block:nth-child(3n) {
    margin-right: 0;
  }
  .layer-staff_blog-article .layer-staff_blog-contents-section01 .inner01 .block:nth-child(2n) {
    margin-right: 0;
  }
}
.layer-staff_blog-article .layer-staff_blog-contents-section01 .inner01 .block .thumb.img a:hover {
  opacity: 0.75;
}
.layer-staff_blog-article .layer-staff_blog-contents-section01 .inner01 .block .thumb.img img {
  border: solid 1px #afafaf;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  width: 296.66px;
  height: calc(296.66px * 0.75);
}
@media (max-width: 1000px) {
  .layer-staff_blog-article .layer-staff_blog-contents-section01 .inner01 .block .thumb.img img {
    width: calc((100vw - 60px) / 3 - 80px / 3);
    height: calc(((100vw - 60px) / 3 - 80px / 3) * 0.75);
  }
}
@media (max-width: 991px) {
  .layer-staff_blog-article .layer-staff_blog-contents-section01 .inner01 .block .thumb.img img {
    width: calc((100vw - 30px) / 3 - 80px / 3);
    height: calc(((100vw - 30px) / 3 - 80px / 3) * 0.75);
  }
}
@media (max-width: 767px) {
  .layer-staff_blog-article .layer-staff_blog-contents-section01 .inner01 .block .thumb.img img {
    width: calc((100vw - 30px) / 2 - 40px / 2);
    height: calc(((100vw - 30px) / 2 - 40px / 2) * 0.75);
  }
}
@media (max-width: 575px) {
  .layer-staff_blog-article .layer-staff_blog-contents-section01 .inner01 .block .thumb.img img {
    width: calc(100vw - 30px);
    height: calc((100vw - 30px) * 0.75);
  }
}
.layer-staff_blog-article .layer-staff_blog-contents-section01 .inner01 .block .item {
  margin: 1em 0;
}
.layer-staff_blog-article .layer-staff_blog-contents-section01 .inner01 .block .item a {
  font-weight: bold;
  font-size: 1.8rem;
  color: #000;
}
.layer-staff_blog-article .layer-staff_blog-contents-section01 .inner01 .block .item a:hover {
  opacity: 0.75;
}
.layer-staff_blog-article .layer-staff_blog-contents-section01 .inner01 .block .date {
  color: #868686;
  font-size: 1.4rem;
}
.layer-staff_blog-article .layer-staff_blog-contents-section01 .pagination {
  padding-bottom: 10rem;
}
.layer-staff_blog-article .layer-staff_blog-contents-section01 .pagination .wp-pagenavi a, .layer-staff_blog-article .layer-staff_blog-contents-section01 .pagination .wp-pagenavi span {
  color: #ed6900;
  border-color: #ed6900;
  border-radius: 5px;
  padding: 0.8rem;
}
.layer-staff_blog-article .layer-staff_blog-contents-section01 .pagination .wp-pagenavi a:hover {
  background: #ed6900;
  color: #fff;
}
.layer-staff_blog-article .layer-staff_blog-contents-section01 .pagination .wp-pagenavi span.current {
  background: #ed6900;
  color: #fff;
}
.layer-staff_blog-article .layer-staff_blog-contents-section {
  margin-bottom: 4.5rem;
}
.layer-staff_blog-article .layer-staff_blog-contents-section .block {
  padding: 0 2.5rem;
}
.layer-staff_blog-article .layer-staff_blog-contents-section .block .title {
  margin-top: 6rem;
  font-weight: bold;
  font-size: 3rem;
  line-height: 5rem;
  color: #000;
}
.layer-staff_blog-article .layer-staff_blog-contents-section .block .date {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #868686;
}
.layer-staff_blog-article .layer-staff_blog-contents-section .block .content {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  line-height: 3.1rem;
  color: #000;
}
.layer-staff_blog-article .layer-staff_blog-contents-section .button-wrap-C {
  margin-top: 14rem;
  margin-bottom: 9.5rem;
}
.layer-staff_blog-article .grad-button01 {
  padding: 20px 80px 17px;
  border-radius: 60px;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .layer-staff_blog-article .grad-button01 {
    padding: 20px 80px 17px;
    border-radius: 60px;
    font-size: 1.8rem;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .layer-staff_blog-article .grad-button01 {
    padding: 15px 0 13px;
    border-radius: 60px;
    font-size: 1.4rem;
    width: 100%;
  }
}

/*****
sublayer
******/
/*
section
*/
.sublayer-article .layer-contents-section {
  margin: 0 0 0 0;
  padding-bottom: 0px;
}
.sublayer-article .layer-contents-section .attention {
  margin-bottom: 50px;
}

/*
img
*/
.sublayer-article .img img {
  max-width: 100%;
  height: auto;
}

/*
inner
*/
.sublayer-article .mb {
  margin-bottom: 50px !important;
}
@media (max-width: 767px) {
  .sublayer-article .mb {
    margin-bottom: 30px !important;
  }
}
.sublayer-article .mb100 {
  margin-bottom: 100px !important;
}
@media (max-width: 767px) {
  .sublayer-article .mb100 {
    margin-bottom: 60px !important;
  }
}

/*
headline
*/
.sublayer-article .headline01 {
  margin: 0 0 25px 0;
  border-top: #6aa525 solid 1px;
  border-right: #6aa525 solid 1px;
  border-left: #6aa525 solid 1px;
}
.sublayer-article .headline01 .headline {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.6em;
  border-left: #6aa525 solid 12px;
  margin: 5px;
  padding: 0 0 0 15px;
}
.sublayer-article .headline01 .headline span {
  color: #6aa525;
}
.sublayer-article .headline01 .line {
  background-color: #6aa525;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #bfd5a6), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #bfd5a6), color-stop(0.75, #bfd5a6), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 5px 5px;
  height: 5px;
}
@media (max-width: 767px) {
  .sublayer-article .headline01 {
    margin: 0 0 25px 0;
    border-top: #6aa525 solid 1px;
    border-right: #6aa525 solid 1px;
    border-left: #6aa525 solid 1px;
  }
  .sublayer-article .headline01 .headline {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.5em;
    border-left: #6aa525 solid 8px;
    margin: 5px;
    padding: 0 0 0 10px;
  }
  .sublayer-article .headline01 .line {
    height: 3px;
  }
}
.sublayer-article .headline02 {
  margin: 0 0 15px 0;
}
.sublayer-article .headline02 .headline {
  font-size: 2.6rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
.sublayer-article .headline02 .headline::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  display: inline-block;
  width: 100px;
  height: 5px;
  background-color: #ffb564;
}
.sublayer-article .headline02 .headline span {
  color: #6aa525;
}
@media (max-width: 767px) {
  .sublayer-article .headline02 .headline {
    font-size: 1.7rem;
  }
  .sublayer-article .headline02 .headline::before {
    bottom: -10px;
    width: 60px;
    height: 3px;
  }
}

.headline03 {
  font-weight: bold;
  font-size: 2.3rem;
  text-align: center;
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  .headline03 {
    font-size: 1.5rem;
    margin: 0 0 20px 0;
  }
}

.headline04 {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  margin: 0 0 30px 0;
  color: #6aa525;
}
@media (max-width: 767px) {
  .headline04 {
    font-size: 1.5rem;
    margin: 0 0 20px 0;
  }
}

/*
comment
*/
.commentlist {
  margin: 0 0 50px 0;
}
.commentlist .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 30px 0;
}
.commentlist .block .icon {
  padding: 0 0 0 15px;
}
.commentlist .block .arrow_box {
  position: relative;
  width: 88%;
  height: 80px;
  background: #6AA525;
  padding: 10px;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: bold;
}
.commentlist .block .arrow_box::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(106, 165, 37, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 21px;
  border-right-width: 21px;
  margin-top: -10px;
  border-right-color: #6AA525;
  right: 100%;
  top: 50%;
}
.commentlist .block .arrow_box p {
  font-size: 2.1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
}
.commentlist .block .arrow_box p span {
  color: #ff0;
}
@media (max-width: 991px) {
  .commentlist .block .arrow_box {
    width: 85%;
  }
  .commentlist .block .arrow_box p {
    font-size: 1.8rem;
  }
  .commentlist .block .arrow_box p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .commentlist {
    margin: 0 0 30px 0;
  }
  .commentlist .block {
    margin: 0 0 20px 0;
  }
  .commentlist .block .icon {
    padding: 0 0 0 0;
  }
  .commentlist .block .icon img {
    width: 35px;
    height: auto;
  }
  .commentlist .block .arrow_box {
    position: relative;
    width: 82%;
    height: 70px;
    background: #6AA525;
    padding: 10px;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
  }
  .commentlist .block .arrow_box::after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(106, 165, 37, 0);
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 12px;
    border-right-width: 12px;
    margin-top: -10px;
    border-right-color: #6AA525;
    right: 100%;
    top: 50%;
  }
  .commentlist .block .arrow_box p {
    font-size: 1.3rem;
    left: 10px;
    line-height: 1.4em;
  }
}

/*****
sorting
*****/
.layer-sorting-article {
  padding-bottom: 0px;
}
.layer-sorting-article .layer-header-section {
  background: url("assets/images/sublayer-sorting-headerimg.jpg") no-repeat;
  background-size: cover;
  background-position: right top;
}
@media (max-width: 991px) {
  .layer-sorting-article {
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .layer-sorting-article {
    padding-bottom: 0px;
  }
}

.layer-sorting-contents-section01 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layer-sorting-contents-section01 .inner .contents-txt {
  padding: 0 30px 0 0;
}
@media (max-width: 991px) {
  .layer-sorting-contents-section01 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .layer-sorting-contents-section01 .inner .contents-txt {
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .layer-sorting-contents-section01 .inner .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 15px 0;
  }
  .layer-sorting-contents-section01 .inner .img img {
    max-width: 100%;
    height: auto;
  }
}

.layer-sorting-contents-section02 .inner .left {
  padding: 0 30px 0 0;
}
.layer-sorting-contents-section02 .inner .left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 25px 0 0 0;
}
@media (max-width: 991px) {
  .layer-sorting-contents-section02 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .layer-sorting-contents-section02 .inner .left {
    padding: 0 0 0 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .layer-sorting-contents-section02 .inner .left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 25px 0 0 0;
  }
  .layer-sorting-contents-section02 .inner .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 767px) {
  .layer-sorting-contents-section02 .inner .left ul {
    display: block;
  }
  .layer-sorting-contents-section02 .inner .left ul li {
    margin: 0 0 10px 0;
    text-align: center;
  }
}

.sorting-example {
  margin: 0 0 50px 0;
}
.sorting-example h5 {
  background: #8db85c;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  padding: 5px 0;
  margin: 0 0 25px 0;
}
.sorting-example .example-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 50px 0;
}
.sorting-example .example-list .block {
  width: 24%;
}
.sorting-example .recycle-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px 0 0 0;
}
.sorting-example .recycle-list .block {
  width: 32%;
  margin: 0 0 30px 0;
}
.sorting-example .recycle-list .block .img {
  margin: 0 0 10px 0;
}
.sorting-example .recycle-list .block .name {
  background: #6aa525;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 25px 0;
  border-radius: 10px;
  font-size: 3rem;
}
@media (max-width: 991px) {
  .sorting-example .recycle-list .block .name {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .sorting-example h5 {
    font-size: 1.7rem;
  }
  .sorting-example .example-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sorting-example .example-list .block {
    width: 47%;
    margin: 0 0 20px 0;
  }
  .sorting-example .example-list .block .contents-txt {
    font-size: 1.3rem;
    line-height: 1.4em;
  }
  .sorting-example .recycle-list {
    margin: 30px 0 0 0;
  }
  .sorting-example .recycle-list .block {
    width: 48%;
    margin: 0 0 20px 0;
  }
  .sorting-example .recycle-list .block .img {
    margin: 0 0 0 0;
  }
  .sorting-example .recycle-list .block .name {
    padding: 10px 0;
    border-radius: 10px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

.sorting-seirishi {
  border: #d86d25 solid 3px;
  padding: 30px;
  margin-bottom: 50px;
}
.sorting-seirishi h5 {
  font-size: 3.5rem;
  font-weight: bold;
  color: #6aa525;
  margin: 0 0 30px 0;
}
.sorting-seirishi .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sorting-seirishi .inner .left {
  width: 60%;
}
@media (max-width: 991px) {
  .sorting-seirishi h5 {
    font-size: 2.8rem;
    font-weight: bold;
    color: #6aa525;
    margin: 0 0 30px 0;
  }
  .sorting-seirishi .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sorting-seirishi .inner .left {
    width: 100%;
  }
  .sorting-seirishi .inner .left .img {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .sorting-seirishi {
    padding: 15px;
  }
  .sorting-seirishi h5 {
    font-size: 1.8rem;
    margin: 0 0 15px 0;
  }
}

/*****
purchase
*****/
.layer-purchase-article {
  padding-bottom: 0px;
}
.layer-purchase-article .layer-header-section {
  background: url("assets/images/sublayer-purchase-headerimg.jpg") no-repeat;
  background-size: cover;
  background-position: right top;
}
@media (max-width: 991px) {
  .layer-purchase-article {
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .layer-purchase-article {
    padding-bottom: 0px;
  }
}

.layer-purchase-contents-section01 .inner01 {
  margin: 0 0 50px 0;
}
.layer-purchase-contents-section01 .inner01 .contents-txt {
  padding: 0 30px 0 0;
}
.layer-purchase-contents-section01 .inner01 .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.layer-purchase-contents-section01 .purchase-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 50px 0;
}
.layer-purchase-contents-section01 .purchase-list::after {
  content: "";
  display: block;
  width: 32%;
}
.layer-purchase-contents-section01 .purchase-list .block {
  width: 32%;
  margin: 0 0 20px 0;
}
.layer-purchase-contents-section01 .purchase-list .block .img {
  line-height: 0;
}
.layer-purchase-contents-section01 .purchase-list .block .name {
  background: #6aa525;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.layer-purchase-contents-section01 .grad-button01 {
  padding: 20px 80px 17px;
  border-radius: 60px;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .layer-purchase-contents-section01 .inner01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .layer-purchase-contents-section01 .inner01 .contents-txt {
    padding: 0 0 0 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .layer-purchase-contents-section01 .inner01 .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 10px 0;
  }
  .layer-purchase-contents-section01 .purchase-list {
    margin: 0 0 20px 0;
  }
  .layer-purchase-contents-section01 .purchase-list::after {
    width: 47%;
  }
  .layer-purchase-contents-section01 .purchase-list .block {
    width: 47%;
  }
  .layer-purchase-contents-section01 .purchase-list .block .name {
    padding: 5px;
    font-size: 1.3rem;
    letter-spacing: 0;
  }
  .layer-purchase-contents-section01 .grad-button01 {
    padding: 15px 0 13px;
    border-radius: 60px;
    font-size: 1.4rem;
    width: 100%;
  }
}

/*****
support
*****/
.layer-support-article {
  padding-bottom: 0px;
}
.layer-support-article .layer-header-section {
  background: url("assets/images/sublayer-support-headerimg.jpg") no-repeat;
  background-size: cover;
  background-position: right top;
}
@media (max-width: 991px) {
  .layer-support-article {
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .layer-support-article {
    padding-bottom: 0px;
  }
}

.layer-support-contents-section01 .inner01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 60px 0;
}
.layer-support-contents-section01 .inner01 .left {
  width: 55%;
  padding: 0 15px 0 0;
}
.layer-support-contents-section01 .inner01 .right {
  width: 45%;
  color: #fff;
  font-size: 4.8rem;
  font-weight: bold;
  background: #205c98;
  padding: 40px 0;
  text-align: center;
}
.layer-support-contents-section01 .inner02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layer-support-contents-section01 .inner02 .block {
  width: 23%;
}
.layer-support-contents-section01 .inner02 .block .name {
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: #6aa525;
  padding: 15px 0;
  border-radius: 10px;
  margin: 0 0 15px 0;
}
.layer-support-contents-section01 .inner02 .block .contents-txt {
  letter-spacing: 0.05em;
}
.layer-support-contents-section01 .inner03 .block {
  border: #6aa525 solid 3px;
  margin: 0 0 30px 0;
}
.layer-support-contents-section01 .inner03 .block .block-header {
  background: #6aa525;
  padding: 8px;
}
.layer-support-contents-section01 .inner03 .block .block-header .title {
  border-left: #fff solid 10px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  padding: 0 0 0 15px;
}
.layer-support-contents-section01 .inner03 .block .block-header .title span {
  font-size: 1.8rem;
  font-weight: normal;
  display: inline-block;
  margin: 0 0 0 10px;
}
.layer-support-contents-section01 .inner03 .block .contents {
  padding: 20px;
}
.layer-support-contents-section01 .inner03 .block .contents .subject {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.5em;
  border-bottom: #999 dashed 1px;
  padding: 0 0 10px 0;
  margin: 0 0 30px 0;
}
.layer-support-contents-section01 .inner03 .block .contents .subject span {
  color: #6aa525;
}
.layer-support-contents-section01 .inner03 .block .contents .planning {
  margin: 0 0 30px 0;
}
.layer-support-contents-section01 .inner03 .block .contents .planning .left {
  padding: 0 30px 0 0;
}
.layer-support-contents-section01 .inner03 .block .contents .planning .title {
  background: #205c98;
  color: #fff;
  padding: 3px 30px;
  display: inline-block;
  font-size: 1.4rem;
  margin: 0 0 15px 0;
  font-weight: bold;
}
.layer-support-contents-section01 .inner03 .block .contents .planning .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.layer-support-contents-section01 .inner03 .block .contents .solution .title {
  background: #ec6000;
  color: #fff;
  padding: 3px 30px;
  display: inline-block;
  font-size: 1.4rem;
  margin: 0 0 15px 0;
  font-weight: bold;
}
.layer-support-contents-section01 .trasol-block {
  border: #192d78 solid 3px;
  margin-bottom: 50px;
  padding: 30px;
}
.layer-support-contents-section01 .trasol-block .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layer-support-contents-section01 .trasol-block .inner .left {
  width: 30%;
}
.layer-support-contents-section01 .trasol-block .inner .left .arrow-button01 {
  background: #192d78;
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
  padding: 10px;
  width: 100%;
  border-radius: 50px;
  display: block;
  text-align: center;
}
.layer-support-contents-section01 .trasol-block .inner .right {
  width: 60%;
}
.layer-support-contents-section01 .trasol-block .inner .right .desc {
  color: #192d78;
  font-weight: bold;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  margin: 0 0 15px 0;
}
.layer-support-contents-section01 .trasol-block .inner .right .tel {
  font-size: 5.5rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 15px 0;
}
.layer-support-contents-section01 .trasol-block .inner .right .tel .icon {
  margin: 0 10px 0 0;
}
.layer-support-contents-section01 .trasol-block .inner .right .tel a {
  color: #000;
}
.layer-support-contents-section01 .trasol-block .inner .right .reception {
  font-size: 1.4rem;
  text-align: center;
}
@media (max-width: 991px) {
  .layer-support-contents-section01 .inner01 .right {
    font-size: 3.4rem;
  }
  .layer-support-contents-section01 .trasol-block .inner .left {
    width: 40%;
  }
  .layer-support-contents-section01 .trasol-block .inner .left .arrow-button01 {
    font-size: 1.7rem;
  }
  .layer-support-contents-section01 .trasol-block .inner .right {
    width: 55%;
  }
  .layer-support-contents-section01 .trasol-block .inner .right .desc {
    color: #192d78;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0em;
    margin: 0 0 15px 0;
  }
  .layer-support-contents-section01 .trasol-block .inner .right .desc br {
    display: none;
  }
  .layer-support-contents-section01 .trasol-block .inner .right .tel {
    font-size: 4.3rem;
  }
  .layer-support-contents-section01 .trasol-block .inner .right .tel .icon {
    margin: 0 10px 0 0;
  }
  .layer-support-contents-section01 .trasol-block .inner .right .tel a {
    color: #000;
  }
  .layer-support-contents-section01 .trasol-block .inner .right .reception {
    font-size: 1.4rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .layer-support-contents-section01 .inner01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px 0 40px 0;
  }
  .layer-support-contents-section01 .inner01 .left {
    width: 100%;
    padding: 0 0 0 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .layer-support-contents-section01 .inner01 .right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    color: #fff;
    font-size: 2.5rem;
    padding: 20px 0;
    margin: 0 0 15px 0;
  }
  .layer-support-contents-section01 .inner02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .layer-support-contents-section01 .inner02 .block {
    width: 48%;
    margin: 0 0 20px 0;
  }
  .layer-support-contents-section01 .inner02 .block .name {
    font-size: 1.8rem;
    padding: 10px 0;
    margin: 0 0 10px 0;
  }
  .layer-support-contents-section01 .inner02 .block .contents-txt {
    letter-spacing: 0.05em;
  }
  .layer-support-contents-section01 .inner03 .block .block-header {
    background: #6aa525;
    padding: 5px;
  }
  .layer-support-contents-section01 .inner03 .block .block-header .title {
    border-left: #fff solid 8px;
    font-size: 1.8rem;
    padding: 0 0 0 13px;
    line-height: 1.6em;
  }
  .layer-support-contents-section01 .inner03 .block .block-header .title span {
    font-size: 1.5rem;
    margin: 0;
    line-height: 1.4em;
  }
  .layer-support-contents-section01 .inner03 .block .contents {
    padding: 15px;
  }
  .layer-support-contents-section01 .inner03 .block .contents .subject {
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
  .layer-support-contents-section01 .inner03 .block .contents .planning {
    margin: 0 0 40px 0;
  }
  .layer-support-contents-section01 .inner03 .block .contents .planning .left {
    padding: 0 0 0 0;
    margin: 0 0 20px 0;
  }
  .layer-support-contents-section01 .inner03 .block .contents .planning .title {
    font-size: 1.2rem;
  }
  .layer-support-contents-section01 .inner03 .block .contents .planning .img {
    text-align: center;
  }
  .layer-support-contents-section01 .inner03 .block .contents .solution .title {
    font-size: 1.2rem;
  }
  .layer-support-contents-section01 .trasol-block {
    border: #192d78 solid 3px;
    padding: 15px;
  }
  .layer-support-contents-section01 .trasol-block .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .layer-support-contents-section01 .trasol-block .inner .left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .layer-support-contents-section01 .trasol-block .inner .left img {
    width: 90%;
    margin: 0 auto 10px;
    display: block;
  }
  .layer-support-contents-section01 .trasol-block .inner .left .arrow-button01 {
    background: #192d78;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 5px;
    width: 100%;
    border-radius: 50px;
    display: block;
    text-align: center;
  }
  .layer-support-contents-section01 .trasol-block .inner .left .arrow-button01 .arrow-icon {
    top: 20px;
  }
  .layer-support-contents-section01 .trasol-block .inner .right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 15px 0;
  }
  .layer-support-contents-section01 .trasol-block .inner .right .desc {
    color: #192d78;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin: 0 0 15px 0;
  }
  .layer-support-contents-section01 .trasol-block .inner .right .tel {
    font-size: 9vw;
    margin: 0 0 15px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .layer-support-contents-section01 .trasol-block .inner .right .tel .icon img {
    width: 40px;
    height: auto;
  }
  .layer-support-contents-section01 .trasol-block .inner .right .reception {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}

/*****
purchasecase
*****/
.layer-purchasecase-article {
  padding-bottom: 150px;
}
.layer-purchasecase-article .layer-header-section {
  background: url("assets/images/sublayer-purchasecase-headerimg.jpg") no-repeat;
  background-size: cover;
  background-position: right top;
}
@media (max-width: 991px) {
  .layer-purchasecase-article {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .layer-purchasecase-article {
    padding-bottom: 50px;
  }
}

.layer-purchasecase-contents-section01 .inner01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px 0 0 0;
}
.layer-purchasecase-contents-section01 .inner01 .block {
  width: 31%;
  border-top: #83ab53 solid 1px;
  border-right: #83ab53 solid 1px;
  border-bottom: #bbb solid 15px;
  border-left: #83ab53 solid 1px;
  padding: 10px;
  margin: 0 0 30px 0;
}
.layer-purchasecase-contents-section01 .inner01 .block .block-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 10px 0;
}
.layer-purchasecase-contents-section01 .inner01 .block .block-header .thumb {
  width: 50%;
}
.layer-purchasecase-contents-section01 .inner01 .block .block-header .category {
  width: 45%;
}
.layer-purchasecase-contents-section01 .inner01 .block .block-header .category span {
  background: #83ab53;
  color: #fff;
  text-align: center;
  display: block;
  padding: 10px;
}
.layer-purchasecase-contents-section01 .inner01 .block .item {
  border-left: #83ab52 solid 15px;
  letter-spacing: 0;
  padding: 5px 0 5px 10px;
  font-size: 1.5rem;
  margin: 0 0 15px 0;
}
.layer-purchasecase-contents-section01 .inner01 .block .item a {
  color: #83ab52;
  text-decoration: underline;
}
.layer-purchasecase-contents-section01 .inner01 .block .desc {
  font-size: 1.5rem;
  line-height: 1.5em;
  margin: 0 0 20px 0;
}
.layer-purchasecase-contents-section01 .inner01 .block .block-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 15px 0;
}
.layer-purchasecase-contents-section01 .inner01 .block .block-price .icon {
  background: #bbb;
  font-size: 1.5rem;
  text-align: center;
  padding: 2px 15px;
}
.layer-purchasecase-contents-section01 .inner01 .block .block-price .price {
  color: #ff0000;
  font-size: 3rem;
}
.layer-purchasecase-contents-section01 .wp-pagenavi {
  background: #eee;
  padding: 30px 0;
}
.layer-purchasecase-contents-section01 .wp-pagenavi .pages {
  display: none;
}
.layer-purchasecase-contents-section01 .wp-pagenavi a,
.layer-purchasecase-contents-section01 .wp-pagenavi span {
  background: #fff;
  color: #6aa525;
  border: #6aa525 solid 1px !important;
}
.layer-purchasecase-contents-section01 .wp-pagenavi .nextpostslink,
.layer-purchasecase-contents-section01 .wp-pagenavi .previouspostslink {
  background: none;
  border: none !important;
  color: #6aa525;
}
.layer-purchasecase-contents-section01 .wp-pagenavi .current {
  background: #6aa525;
  color: #fff;
  border: #6aa525 solid 1px !important;
}
@media (max-width: 991px) {
  .layer-purchasecase-contents-section01 .inner01 .block {
    width: 48%;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .layer-purchasecase-contents-section01 .inner01 {
    margin: 30px 0 0 0;
  }
  .layer-purchasecase-contents-section01 .inner01 .block {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .layer-purchasecase-contents-section01 .inner01 .block .block-header .category span {
    padding: 5px;
    font-size: 1.3rem;
  }
  .layer-purchasecase-contents-section01 .inner01 .block .item {
    border-left: #83ab52 solid 10px;
    padding: 5px 0 5px 5px;
    font-size: 1.4rem;
    margin: 0 0 15px 0;
  }
  .layer-purchasecase-contents-section01 .inner01 .block .desc {
    font-size: 1.3rem;
    line-height: 1.4em;
    margin: 0 0 15px 0;
  }
  .layer-purchasecase-contents-section01 .inner01 .block .block-price .icon {
    font-size: 1.3rem;
    padding: 1px 7px;
  }
  .layer-purchasecase-contents-section01 .inner01 .block .block-price .price {
    font-size: 2.5rem;
  }
}

/*****
dismantling
*****/
.layer-dismantling-article {
  padding-bottom: 0px;
}
.layer-dismantling-article .layer-header-section {
  background: url("assets/images/sublayer-dismantling-headerimg.jpg") no-repeat;
  background-size: cover;
  background-position: right top;
}
@media (max-width: 991px) {
  .layer-dismantling-article {
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .layer-dismantling-article {
    padding-bottom: 0px;
  }
}

.layer-dismantling-contents-section01 .inner01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layer-dismantling-contents-section01 .inner01 .contents-txt {
  padding: 0 30px 0 0;
}
.layer-dismantling-contents-section01 .inner01 .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .layer-dismantling-contents-section01 .inner01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .layer-dismantling-contents-section01 .inner01 .contents-txt {
    padding: 0 0 0 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .layer-dismantling-contents-section01 .inner01 .img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 15px 0;
    text-align: center;
  }
}

/*****
buddhistaltar
*****/
.layer-buddhistaltar-article {
  padding-bottom: 0px;
}
.layer-buddhistaltar-article .layer-header-section {
  background: url("assets/images/sublayer-buddhistaltar-headerimg.jpg") no-repeat;
  background-size: cover;
  background-position: right top;
}
@media (max-width: 991px) {
  .layer-buddhistaltar-article {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .layer-buddhistaltar-article {
    padding-bottom: 50px;
  }
}

.layer-buddhistaltar-contents-section01 .inner01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layer-buddhistaltar-contents-section01 .inner01 .contents-txt {
  padding: 0 30px 0 0;
}
.layer-buddhistaltar-contents-section01 .inner01 .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .layer-buddhistaltar-contents-section01 .inner01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .layer-buddhistaltar-contents-section01 .inner01 .contents-txt {
    padding: 0 0 0 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .layer-buddhistaltar-contents-section01 .inner01 .img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 15px 0;
    text-align: center;
  }
}

/*****
memorialservice
*****/
.layer-memorialservice-article {
  padding-bottom: 0px;
}
.layer-memorialservice-article .layer-header-section {
  background: url("assets/images/sublayer-memorialservice-headerimg.jpg") no-repeat;
  background-size: cover;
  background-position: right top;
}
@media (max-width: 991px) {
  .layer-memorialservice-article {
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .layer-memorialservice-article {
    padding-bottom: 0px;
  }
}

.layer-memorialservice-contents-section01 .inner01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layer-memorialservice-contents-section01 .inner01 .contents-txt {
  padding: 0 30px 0 0;
}
.layer-memorialservice-contents-section01 .inner01 .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .layer-memorialservice-contents-section01 .inner01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .layer-memorialservice-contents-section01 .inner01 .contents-txt {
    padding: 0 0 0 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .layer-memorialservice-contents-section01 .inner01 .img {
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 15px 0;
  }
}

/*****
cleaning
*****/
.layer-cleaning-article {
  padding-bottom: 0px;
}
.layer-cleaning-article .layer-header-section {
  background: url("assets/images/sublayer-cleaning-headerimg.jpg") no-repeat;
  background-size: cover;
  background-position: right center;
}
@media (max-width: 991px) {
  .layer-cleaning-article {
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .layer-cleaning-article {
    padding-bottom: 0px;
  }
}

.layer-cleaning-contents-section01 .inner01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layer-cleaning-contents-section01 .inner01 .contents-txt {
  padding: 0 30px 0 0;
}
.layer-cleaning-contents-section01 .inner01 .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.layer-cleaning-contents-section01 .inner02 .block {
  margin: 0 0 50px 0;
}
.layer-cleaning-contents-section01 .inner02 .block .header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 30px 0;
}
.layer-cleaning-contents-section01 .inner02 .block .header-block .point {
  background: #6aa525;
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 50px;
  margin: 0 10px 0 0;
  white-space: nowrap;
}
.layer-cleaning-contents-section01 .inner02 .block .header-block h5 {
  color: #ff7f00;
  font-weight: bold;
  font-size: 2.7rem;
  border-bottom: #dae6cc dotted 1px;
  padding: 0 0 10px 0;
  width: 100%;
}
.layer-cleaning-contents-section01 .inner02 .block .header-block h5 span {
  font-size: 2.1rem;
  color: #000;
}
.layer-cleaning-contents-section01 .inner02 .block .contents-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layer-cleaning-contents-section01 .inner02 .block .contents-block .contents-txt {
  padding: 0 30px 0 0;
}
.layer-cleaning-contents-section01 .inner02 .block .contents-block .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 991px) {
  .layer-cleaning-contents-section01 .inner02 .block .header-block .point {
    font-size: 1.8rem;
  }
  .layer-cleaning-contents-section01 .inner02 .block .header-block h5 {
    font-size: 2.3rem;
  }
  .layer-cleaning-contents-section01 .inner02 .block .header-block h5 span {
    font-size: 1.8rem;
  }
  .layer-cleaning-contents-section01 .inner02 .block .contents-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .layer-cleaning-contents-section01 .inner02 .block .contents-block .contents-txt {
    padding: 0 30px 0 0;
  }
  .layer-cleaning-contents-section01 .inner02 .block .contents-block .img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .layer-cleaning-contents-section01 .inner01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .layer-cleaning-contents-section01 .inner01 .contents-txt {
    padding: 0 0 0 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .layer-cleaning-contents-section01 .inner01 .img {
    text-align: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 15px 0;
  }
  .layer-cleaning-contents-section01 .inner02 .block {
    margin: 0 0 50px 0;
  }
  .layer-cleaning-contents-section01 .inner02 .block .header-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 15px 0;
  }
  .layer-cleaning-contents-section01 .inner02 .block .header-block .point {
    font-size: 1.4rem;
    margin: 0 0 15px 0;
  }
  .layer-cleaning-contents-section01 .inner02 .block .header-block h5 {
    font-size: 1.8rem;
  }
  .layer-cleaning-contents-section01 .inner02 .block .header-block h5 span {
    font-size: 1.6rem;
  }
  .layer-cleaning-contents-section01 .inner02 .block .contents-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .layer-cleaning-contents-section01 .inner02 .block .contents-block .contents-txt {
    padding: 0 0 0 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .layer-cleaning-contents-section01 .inner02 .block .contents-block .img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 15px 0;
    text-align: center;
  }
}

/*****
renovate
*****/
.layer-renovate-article {
  padding-bottom: 0px;
}
.layer-renovate-article .layer-header-section {
  background: url("assets/images/sublayer-renovate-headerimg.jpg") no-repeat;
  background-size: cover;
  background-position: right center;
}
@media (max-width: 991px) {
  .layer-renovate-article {
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .layer-renovate-article {
    padding-bottom: 0px;
  }
}

.layer-renovate-contents-section01 .inner01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layer-renovate-contents-section01 .inner01 .contents-txt {
  padding: 0 30px 0 0;
}
.layer-renovate-contents-section01 .inner01 .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.layer-renovate-contents-section01 .inner02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layer-renovate-contents-section01 .inner02 .block {
  width: 31%;
}
.layer-renovate-contents-section01 .inner02 .block .img {
  line-height: 0;
}
.layer-renovate-contents-section01 .inner02 .block .img img {
  max-width: 100%;
  height: auto;
}
.layer-renovate-contents-section01 .inner02 .block .title {
  background: #6aa525;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .layer-renovate-contents-section01 .inner01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .layer-renovate-contents-section01 .inner01 .contents-txt {
    padding: 0 0 0 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .layer-renovate-contents-section01 .inner01 .img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 15px 0;
  }
  .layer-renovate-contents-section01 .inner02 {
    display: block;
  }
  .layer-renovate-contents-section01 .inner02 .block {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .layer-renovate-contents-section01 .inner02 .block .title {
    padding: 10px 0;
  }
}

/*****
realestate
*****/
.layer-realestate-article {
  padding-bottom: 0px;
}
.layer-realestate-article .layer-header-section {
  background: url("assets/images/sublayer-realestate-headerimg.jpg") no-repeat;
  background-size: cover;
  background-position: right center;
}
@media (max-width: 991px) {
  .layer-realestate-article {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .layer-realestate-article {
    padding-bottom: 50px;
  }
}

.layer-realestate-contents-section01 .inner01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layer-realestate-contents-section01 .inner01 .contents-txt {
  padding: 0 30px 0 0;
}
.layer-realestate-contents-section01 .inner01 .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.layer-realestate-contents-section01 .inner02 .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 50px 0;
}
.layer-realestate-contents-section01 .inner02 .block .left {
  padding: 0 30px 0 0;
}
.layer-realestate-contents-section01 .inner02 .block .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .layer-realestate-contents-section01 .inner01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .layer-realestate-contents-section01 .inner01 .contents-txt {
    padding: 0 0 0 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .layer-realestate-contents-section01 .inner01 .img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 15px 0;
  }
  .layer-realestate-contents-section01 .inner02 .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 35px 0;
  }
  .layer-realestate-contents-section01 .inner02 .block .left {
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
  }
  .layer-realestate-contents-section01 .inner02 .block .left .headline02 {
    margin: 0 0 5px 0;
  }
  .layer-realestate-contents-section01 .inner02 .block .img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

/*****
search
*****/
.layer-search-article {
  padding-bottom: 0px;
}
.layer-search-article .layer-header-section {
  background: url("assets/images/sublayer-search-headerimg.jpg") no-repeat;
  background-size: cover;
  background-position: right center;
}
@media (max-width: 991px) {
  .layer-search-article {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .layer-search-article {
    padding-bottom: 50px;
  }
}

.layer-search-contents-section01 .inner01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.layer-search-contents-section01 .inner01 .contents-txt {
  padding: 0 30px 0 0;
}
.layer-search-contents-section01 .inner01 .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .layer-search-contents-section01 .inner01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .layer-search-contents-section01 .inner01 .contents-txt {
    padding: 0 0 0 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .layer-search-contents-section01 .inner01 .img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 15px 0;
  }
}

/*****
acting
*****/
.layer-acting-article {
  padding-bottom: 0px;
}
.layer-acting-article .layer-header-section {
  background: url("assets/images/sublayer-acting-headerimg.jpg") no-repeat;
  background-size: cover;
  background-position: right center;
}
@media (max-width: 991px) {
  .layer-acting-article {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .layer-acting-article {
    padding-bottom: 50px;
  }
}

.layer-acting-contents-section01 .inner01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layer-acting-contents-section01 .inner01 .contents-txt {
  padding: 0 30px 0 0;
}
.layer-acting-contents-section01 .inner01 .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.layer-acting-contents-section01 .inner02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.layer-acting-contents-section01 .inner02 .block {
  width: 31%;
  margin: 0 0 30px 0;
}
.layer-acting-contents-section01 .inner02 .block .img {
  line-height: 0;
}
.layer-acting-contents-section01 .inner02 .block .title {
  background: #6aa525;
  color: #fff;
  font-weight: bold;
  padding: 15px 0;
  font-size: 2rem;
  text-align: center;
}
.layer-acting-contents-section01 .inner02 .block .contents-txt {
  border: #6aa525 solid 1px;
  padding: 15px;
  min-height: 157px;
}
.layer-acting-contents-section01 .inner03 ul li {
  border: #6aa525 solid 1px;
  border-radius: 10px;
  padding: 15px 15px 15px 30px;
  font-size: 2.3rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 15px 0;
}
.layer-acting-contents-section01 .inner03 ul li::before {
  content: "◆";
  color: #6aa525;
  font-size: 1.2rem;
  display: inline-block;
  margin: 0 15px 0 0;
}
@media (max-width: 991px) {
  .layer-acting-contents-section01 .inner02 .block {
    width: 48%;
    margin: 0 0 30px 0;
  }
  .layer-acting-contents-section01 .inner02 .block .img {
    line-height: 0;
  }
  .layer-acting-contents-section01 .inner02 .block .img img {
    width: 100%;
    height: auto;
  }
  .layer-acting-contents-section01 .inner02 .block .contents-txt {
    min-height: 135px;
  }
}
@media (max-width: 767px) {
  .layer-acting-contents-section01 .inner01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .layer-acting-contents-section01 .inner01 .contents-txt {
    padding: 0 0 0 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .layer-acting-contents-section01 .inner01 .img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 15px 0;
  }
  .layer-acting-contents-section01 .inner02 .block {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .layer-acting-contents-section01 .inner02 .block .title {
    padding: 10px 0;
    font-size: 1.6rem;
  }
  .layer-acting-contents-section01 .inner02 .block .contents-txt {
    min-height: auto;
  }
  .layer-acting-contents-section01 .inner03 ul li {
    padding: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 15px 0;
  }
  .layer-acting-contents-section01 .inner03 ul li::before {
    content: "◆";
    color: #6aa525;
    font-size: 1.2rem;
    display: inline-block;
    margin: 0 15px 0 0;
  }
}

/*****
cleanup
*****/
.layer-cleanup-article {
  padding-bottom: 0px;
}
.layer-cleanup-article .layer-header-section {
  background: url("assets/images/sublayer-cleanup-headerimg.jpg") no-repeat;
  background-size: cover;
  background-position: right center;
}
@media (max-width: 991px) {
  .layer-cleanup-article {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .layer-cleanup-article {
    padding-bottom: 50px;
  }
}

.layer-cleanup-contents-section01 .inner01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layer-cleanup-contents-section01 .inner01 .contents-txt {
  padding: 0 30px 0 0;
}
.layer-cleanup-contents-section01 .inner01 .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.layer-cleanup-contents-section01 .inner02 {
  border: #6aa525 solid 3px;
  padding: 30px;
  margin-bottom: 50px;
}
.layer-cleanup-contents-section01 .inner02 .main-contents-txt {
  font-size: 2.1rem;
  font-weight: bold;
  margin: 0 0 40px 0;
}
.layer-cleanup-contents-section01 .inner02 .contents-txt {
  margin: 0 0 20px 0;
}
.layer-cleanup-contents-section01 .inner02 .list-block {
  background: #fff4e8;
  border: #ff7f00 solid 1px;
  padding: 30px;
  max-width: 780px;
  margin: 0 auto;
}
.layer-cleanup-contents-section01 .inner02 .list-block ul li {
  font-size: 2.1rem;
  background: url("assets/images/icon-check.png") no-repeat 0 0;
  padding: 0 0 15px 35px;
  margin: 0 0 15px 0;
  border-bottom: #fec083 dashed 1px;
}
@media (max-width: 767px) {
  .layer-cleanup-contents-section01 .inner01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .layer-cleanup-contents-section01 .inner01 .contents-txt {
    padding: 0 0 0 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .layer-cleanup-contents-section01 .inner01 .img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 15px 0;
  }
  .layer-cleanup-contents-section01 .inner02 {
    padding: 15px;
  }
  .layer-cleanup-contents-section01 .inner02 .main-contents-txt {
    font-size: 1.7rem;
    margin: 0 0 20px 0;
  }
  .layer-cleanup-contents-section01 .inner02 .contents-txt {
    margin: 0 0 20px 0;
  }
  .layer-cleanup-contents-section01 .inner02 .msg img {
    width: 65%;
    height: auto;
  }
  .layer-cleanup-contents-section01 .inner02 .list-block {
    background: #fff4e8;
    border: #ff7f00 solid 1px;
    padding: 15px;
  }
  .layer-cleanup-contents-section01 .inner02 .list-block ul li {
    font-size: 1.5rem;
    background: url("assets/images/icon-check.png") no-repeat 0 2px;
    padding: 0 0 0 30px;
    margin: 0 0 15px 0;
    background-size: 9%;
  }
}

/*****
estimate
*****/
.layer-estimate-article {
  padding-bottom: 0px;
}
.layer-estimate-article .layer-header-section {
  background: url("assets/images/layer-estimate-headerimg.jpg") no-repeat;
  background-size: cover;
  background-position: right center;
}
@media (max-width: 991px) {
  .layer-estimate-article {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .layer-estimate-article {
    padding-bottom: 50px;
  }
}

.layer-estimate-contents-section01 {
  padding: 0 0 0 0;
}
.layer-estimate-contents-section01 .inner01 {
  padding: 100px 0 0 0;
  margin: 0 0 70px 0;
}
.layer-estimate-contents-section01 .inner01 p {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 35px 0;
}
.layer-estimate-contents-section01 .inner01 p span {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffe222)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffe222 0%) repeat scroll 0 0;
}
.layer-estimate-contents-section01 .inner01 p span.f-green {
  font-size: 4rem;
}
.layer-estimate-contents-section01 .inner01 p span.f-red {
  color: #f00;
  font-size: 5rem;
}
.layer-estimate-contents-section01 .inner02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: #6aa525 solid 4px;
  padding: 25px;
  width: 75%;
  margin: 0 auto;
  background: #fff;
}
.layer-estimate-contents-section01 .inner02 .right .logo {
  text-align: center;
}
.layer-estimate-contents-section01 .inner02 .right .logo img {
  width: 300px;
  height: auto;
}
.layer-estimate-contents-section01 .inner02 .right .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}
.layer-estimate-contents-section01 .inner02 .right .phone img {
  display: inline-block;
  margin: 0 15px 0 0;
}
.layer-estimate-contents-section01 .inner02 .right .phone span {
  font-size: 5rem;
  font-weight: bold;
}
.layer-estimate-contents-section01 .inner02 .right .phone span a {
  color: #000;
}
.layer-estimate-contents-section01 .inner02 .right .msg {
  text-align: center;
  font-weight: bold;
  color: #f00;
}
.layer-estimate-contents-section01 .inner02 .right .reception {
  text-align: center;
}
@media (max-width: 991px) {
  .layer-estimate-contents-section01 .inner01 {
    padding-top: 0px;
  }
  .layer-estimate-contents-section01 .inner01 p {
    font-size: 2.5rem;
    margin: 0 0 30px 0;
  }
  .layer-estimate-contents-section01 .inner01 p span.f-green {
    font-size: 3.5rem;
  }
  .layer-estimate-contents-section01 .inner01 p span.f-red {
    font-size: 4.5rem;
  }
  .layer-estimate-contents-section01 .inner02 {
    padding: 20px;
    width: 95%;
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .layer-estimate-contents-section01 .inner01 {
    padding-top: 0px;
    margin-bottom: 35px;
  }
  .layer-estimate-contents-section01 .inner01 p {
    font-size: 3.5vw;
    margin: 0 0 10px 0;
  }
  .layer-estimate-contents-section01 .inner01 p span.f-green {
    font-size: 5vw;
  }
  .layer-estimate-contents-section01 .inner01 p span.f-red {
    font-size: 7vw;
  }
  .layer-estimate-contents-section01 .inner02 {
    padding: 15px;
    width: 100%;
    display: block;
  }
  .layer-estimate-contents-section01 .inner02 .badge {
    text-align: center;
    margin: 0 0 20px 0;
    width: 100%;
  }
  .layer-estimate-contents-section01 .inner02 .badge img {
    width: 130px;
    height: auto;
  }
  .layer-estimate-contents-section01 .inner02 .right .logo {
    text-align: center;
  }
  .layer-estimate-contents-section01 .inner02 .right .logo img {
    width: 250px;
    height: auto;
  }
  .layer-estimate-contents-section01 .inner02 .right .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 0;
  }
  .layer-estimate-contents-section01 .inner02 .right .phone img {
    display: inline-block;
    margin: 0 15px 0 0;
    width: 35px;
    height: auto;
  }
  .layer-estimate-contents-section01 .inner02 .right .phone span {
    font-size: 8vw;
  }
  .layer-estimate-contents-section01 .inner02 .right .msg {
    font-size: 1.4rem;
    line-height: 1.5em;
    margin: 0 0 15px 0;
  }
  .layer-estimate-contents-section01 .inner02 .right .reception {
    font-size: 1.4rem;
  }
}

.layer-estimate-contents-section02 .form-column {
  margin-top: 0px;
  background: #fff;
  padding: 30px;
}
.layer-estimate-contents-section02 .form-column .form-headline {
  color: #6aa525;
  font-weight: bold;
  font-size: 2rem;
  margin: 0 0 20px 0;
  padding: 75px 0 30px 0;
}
.layer-estimate-contents-section02 .form-column .form-headline::before {
  content: "◆";
  margin: 0 5px 0 0;
}
.layer-estimate-contents-section02 .form-column .form-headline span {
  font-size: 1.3rem;
  display: inline-block;
  margin: 0 0 0 20px;
  font-weight: normal;
  color: #000;
}
.layer-estimate-contents-section02 .form-column .form-headline span .f-red {
  color: #f00;
  display: inline-block;
  margin: 0;
  font-size: 1.3rem;
}
.layer-estimate-contents-section02 .form-column table {
  width: 100%;
  white-space: nowrap;
}
.layer-estimate-contents-section02 .form-column table tr th {
  padding: 20px 15px;
  border-bottom: #6aa525 dashed 1px;
}
.layer-estimate-contents-section02 .form-column table tr td {
  padding: 20px 15px 20px 0;
  border-bottom: #6aa525 dashed 1px;
}
.layer-estimate-contents-section02 .form-column table tr .noborder {
  border-bottom: none;
}
.layer-estimate-contents-section02 .form-column table tr .valigntop {
  vertical-align: top;
}
.layer-estimate-contents-section02 .form-column table tr sup {
  font-size: 1.2rem;
  color: #f00;
}
.layer-estimate-contents-section02 .form-column table tr .attention {
  font-size: 1.3rem;
  line-height: 1.5em;
  display: block;
  margin: 0 0 0 13px;
}
.layer-estimate-contents-section02 .form-column table tr .attention::before {
  content: "※";
  margin: 0 0 0 -13px;
}
.layer-estimate-contents-section02 .form-column table input {
  padding: 5px;
}
.layer-estimate-contents-section02 .form-column table textarea {
  width: 100%;
  padding: 5px;
}
.layer-estimate-contents-section02 .form-column table select {
  padding: 7px 5px;
}
.layer-estimate-contents-section02 .form-column table input[type=submit] {
  color: #fff;
  background: #ea5700;
  background: -webkit-gradient(linear, left top, right top, from(#ea5700), to(#f27900));
  background: linear-gradient(to right, #ea5700 0%, #f27900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ea5700", endColorstr="#f27900",GradientType=1 );
  text-align: center;
  border: none;
  border-radius: 50px;
  padding: 15px 50px;
}
@media (max-width: 991px) {
  .layer-estimate-contents-section02 .form-column {
    margin-top: 0px;
    background: #fff;
    padding: 30px;
  }
  .layer-estimate-contents-section02 .form-column .form-headline {
    color: #6aa525;
    font-weight: bold;
    font-size: 2rem;
    margin: 0 0 0 0;
    padding: 75px 0 10px 0;
  }
  .layer-estimate-contents-section02 .form-column .form-headline::before {
    content: "◆";
    margin: 0 5px 0 0;
  }
  .layer-estimate-contents-section02 .form-column .form-headline span {
    font-size: 1.3rem;
    display: inline-block;
    margin: 0 0 0 20px;
    font-weight: normal;
    color: #000;
  }
  .layer-estimate-contents-section02 .form-column .form-headline span .f-red {
    color: #f00;
    display: inline-block;
    margin: 0;
    font-size: 1.3rem;
  }
  .layer-estimate-contents-section02 .form-column table {
    width: 100%;
    white-space: normal;
    display: block;
  }
  .layer-estimate-contents-section02 .form-column table tbody {
    display: block;
    width: 100%;
  }
  .layer-estimate-contents-section02 .form-column table tr {
    display: block;
    width: 100%;
  }
  .layer-estimate-contents-section02 .form-column table tr th {
    display: block;
    width: 100%;
    padding: 20px 15px;
    border-bottom: #6aa525 dashed 1px;
  }
  .layer-estimate-contents-section02 .form-column table tr td {
    display: block;
    width: 100%;
    padding: 20px 15px 20px 0;
    border-bottom: #6aa525 dashed 1px;
  }
  .layer-estimate-contents-section02 .form-column table tr .noborder {
    border-bottom: none;
  }
  .layer-estimate-contents-section02 .form-column table tr .valigntop {
    vertical-align: top;
  }
  .layer-estimate-contents-section02 .form-column table tr sup {
    font-size: 1.2rem;
    color: #f00;
  }
  .layer-estimate-contents-section02 .form-column table tr .attention {
    font-size: 1.3rem;
    line-height: 1.5em;
    display: block;
    margin: 0 0 0 13px;
  }
  .layer-estimate-contents-section02 .form-column table tr .attention::before {
    content: "※";
    margin: 0 0 0 -13px;
  }
  .layer-estimate-contents-section02 .form-column table input {
    padding: 5px;
  }
  .layer-estimate-contents-section02 .form-column table textarea {
    width: 100%;
    padding: 5px;
  }
  .layer-estimate-contents-section02 .form-column table select {
    padding: 7px 5px;
  }
  .layer-estimate-contents-section02 .form-column table input[type=submit] {
    color: #fff;
    background: #ea5700;
    background: -webkit-gradient(linear, left top, right top, from(#ea5700), to(#f27900));
    background: linear-gradient(to right, #ea5700 0%, #f27900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ea5700", endColorstr="#f27900",GradientType=1 );
    text-align: center;
    border: none;
    border-radius: 50px;
    padding: 15px 50px;
  }
}
@media (max-width: 767px) {
  .layer-estimate-contents-section02 .form-column {
    margin-top: 0px;
    background: #fff;
    padding: 10px;
  }
  .layer-estimate-contents-section02 .form-column .form-headline {
    color: #6aa525;
    font-weight: bold;
    font-size: 2rem;
    margin: 0 0 0 0;
    padding: 75px 0 10px 0;
  }
  .layer-estimate-contents-section02 .form-column .form-headline::before {
    content: "◆";
    margin: 0 5px 0 0;
  }
  .layer-estimate-contents-section02 .form-column .form-headline span {
    font-size: 1.3rem;
    display: inline-block;
    margin: 5px 0 0 0;
    font-weight: normal;
    color: #000;
    line-height: 1.4em;
  }
  .layer-estimate-contents-section02 .form-column .form-headline span .f-red {
    color: #f00;
    display: inline-block;
    margin: 0;
    font-size: 1.3rem;
  }
  .layer-estimate-contents-section02 .form-column table {
    width: 100%;
    white-space: normal;
  }
  .layer-estimate-contents-section02 .form-column table tr th {
    padding: 20px 0 0 0;
    border-bottom: none;
  }
  .layer-estimate-contents-section02 .form-column table tr td {
    padding: 20px 0 20px 0;
    border-bottom: #6aa525 dashed 1px;
  }
  .layer-estimate-contents-section02 .form-column table tr .noborder {
    border-bottom: none;
  }
  .layer-estimate-contents-section02 .form-column table tr .valigntop {
    vertical-align: top;
  }
  .layer-estimate-contents-section02 .form-column table tr sup {
    font-size: 1.2rem;
    color: #f00;
  }
  .layer-estimate-contents-section02 .form-column table tr .attention {
    font-size: 1.3rem;
    line-height: 1.5em;
    display: block;
    margin: -10px 0 0 13px;
    padding: 0;
  }
  .layer-estimate-contents-section02 .form-column table tr .attention::before {
    content: "※";
    margin: 0 0 0 -13px;
  }
  .layer-estimate-contents-section02 .form-column table input {
    padding: 5px;
  }
  .layer-estimate-contents-section02 .form-column table input.sp-w-100 {
    width: 100%;
  }
  .layer-estimate-contents-section02 .form-column table textarea {
    width: 100%;
    padding: 5px;
  }
  .layer-estimate-contents-section02 .form-column table select {
    padding: 7px 5px;
  }
  .layer-estimate-contents-section02 .form-column table input[type=submit] {
    color: #fff;
    background: #ea5700;
    background: -webkit-gradient(linear, left top, right top, from(#ea5700), to(#f27900));
    background: linear-gradient(to right, #ea5700 0%, #f27900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ea5700", endColorstr="#f27900",GradientType=1 );
    text-align: center;
    border: none;
    border-radius: 50px;
    padding: 15px 50px;
  }
  .layer-estimate-contents-section02 .form-column table input[type=file] {
    width: 95%;
  }
  .layer-estimate-contents-section02 .form-column table .horizontal-item {
    margin-left: 0;
    margin-right: 10px;
  }
  .layer-estimate-contents-section02 .form-column table #date01,
.layer-estimate-contents-section02 .form-column table #date02 {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .layer-estimate-contents-section02 .form-column table #time01,
.layer-estimate-contents-section02 .form-column table #time02 {
    width: 100%;
  }
}

/*****
policy
*****/
.layer-policy-article {
  padding-bottom: 0px;
}
.layer-policy-article .layer-header-section {
  background: url("assets/images/layer-policy-headerimg.jpg") no-repeat;
  background-size: cover;
  background-position: right top;
}
@media (max-width: 991px) {
  .layer-policy-article {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .layer-policy-article {
    padding-bottom: 50px;
  }
}

.layer-policy-contents-section {
  padding: 0 0 0 0;
}
.layer-policy-contents-section .block {
  margin: 50px 0 50px 0;
}
.layer-policy-contents-section p {
  font-size: 1.8rem;
  line-height: 1.6em;
}
.layer-policy-contents-section ol li {
  margin: 0 0 10px 30px;
  list-style-type: decimal;
}
.layer-policy-contents-section dl {
  margin: 0 0 40px 0;
}
.layer-policy-contents-section dl dt {
  font-size: 2.1rem;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.layer-policy-contents-section dl dd {
  font-size: 1.8rem;
  line-height: 1.6em;
}
.layer-policy-contents-section dl dd ul {
  margin: 20px 0 0 0;
}
.layer-policy-contents-section dl dd ul li {
  margin: 0 0 10px 0;
  font-size: 1.8rem;
  line-height: 1.6em;
}
.layer-policy-contents-section dl dd ul li::before {
  content: "・";
}
@media (max-width: 767px) {
  .layer-policy-contents-section {
    padding: 0px 0 0 0;
  }
  .layer-policy-contents-section .block {
    margin: 20px 0 30px 0;
  }
  .layer-policy-contents-section p {
    font-size: 1.5rem;
  }
  .layer-policy-contents-section ol li {
    margin: 0 0 10px 30px;
    list-style-type: decimal;
    font-size: 1.4rem;
  }
  .layer-policy-contents-section dl {
    margin: 0 0 40px 0;
  }
  .layer-policy-contents-section dl dt {
    font-size: 1.7rem;
  }
  .layer-policy-contents-section dl dd {
    font-size: 1.5rem;
  }
  .layer-policy-contents-section dl dd ul {
    margin: 10px 0 0 0;
  }
  .layer-policy-contents-section dl dd ul li {
    font-size: 1.5rem;
    margin-left: 16px;
  }
  .layer-policy-contents-section dl dd ul li::before {
    margin: 0 0 0 -16px;
  }
}

.center {
  margin: 0 0 50px;
}

.center img {
  width: 100%;
  height: auto;
}

.center .slick-next {
  right: 20px;
  z-index: 99;
}

.center .slick-prev {
  left: 15px;
  z-index: 100;
}

.single .block img {
  max-width: 100%;
}